Merge branch 'emacs-24'
[emacs.git] / lisp / ChangeLog
blob92b50d98880d26a2537366c2a0bccdc82c21c407
1 2014-11-17  Eli Zaretskii  <eliz@gnu.org>
3         * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
4         Don't assume --long is the default for "bzr log", always specify
5         it explicitly, in case the user defined an alias for 'log' that
6         uses some other format.
8 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10         * progmodes/python.el (python-eldoc--get-doc-at-point): Strip
11         shell output before returning.  (bug#18794)
13 2014-11-16  Dmitry Gutov  <dgutov@yandex.ru>
15         Fix indentation before `!=' and after `+='.  Originally reported
16         in https://github.com/mooz/js2-mode/issues/174.
17         * progmodes/js.el (js--indent-operator-re): Make assignments and
18         (in)equality operator a separate case.
19         (js--continued-expression-p): Escape the second `+' in the regexp.
21 2014-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * window.el (handle-select-window): Deactivate shift-region (bug#19003).
25 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27         * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
28         when querying about new certificates.
30         * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
32         * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
33         can be strings.
34         (dom-elements): Protect against non-text nodes.
35         (dom-non-text-children): New function.
37         * net/eww.el (eww-tag-title): Use `dom-text'.
39 2014-11-26  Sam Steingold  <sds@gnu.org>
41         * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
43 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45         * net/eww.el (eww-highest-readability): More dom.el fixes.
47 2014-11-26  Ulf Jasper  <ulf.jasper@web.de>
49         * net/newst-backend.el (newsticker--parse-generic-items): Take
50         care of UIDs when adding elements to cache.
52 2014-11-26  Alan Mackenzie  <acm@muc.de>
54         Remove spurious reference to symbol category_properties.
55         * progmodes/cc-engine.el (c-state-pp-to-literal): Fix here.
57 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59         * net/eww.el: Use the new dom.el accessors throughout.
61         * net/shr.el: Ditto.
63         * dom.el: New file.
65 2014-11-26  Glenn Morris  <rgm@gnu.org>
67         * arc-mode.el (archive-visit-single-files): Add :version.
69 2014-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71         * net/nsm.el (nsm-format-certificate): Don't bug out on missing
72         elements.
73         (nsm-warnings-ok-p): The new version of this function always
74         returned nil when everything was OK.
76 2014-11-25  Teodor Zlatanov  <tzz@lifelogs.com>
78         * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
80         * net/nsm.el (nsm-check-tls-connection, nsm-save-host)
81         (nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
83 2014-11-20  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
85         * emacs-lisp/byte-run.el (function-put): Match argument names to
86         docstring.
88 2014-11-24  Sam Steingold  <sds@gnu.org>
90         * vc/vc-hooks.el (vc-directory-exclusion-list):
91         Fix a trivial typo (bug#19171).
93 2014-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * vc/vc-hooks.el (vc-state-base-face): Don't override
96         mode-line-inactive.
98 2014-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100         * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
101         (eww-process-text-input): Inhibit read only so that input fields
102         don't get shortened (bug#19085).
104 2014-11-24  Leo Liu  <sdl.web@gmail.com>
106         * emacs-lisp/macroexp.el (macroexp-let2*): New macro.
108         * window.el (with-temp-buffer-window)
109         (with-current-buffer-window, with-displayed-buffer-window):
110         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
111         * emacs-lisp/cl-lib.el (substring):
112         * emacs-lisp/cl-extra.el (cl-getf): Use it.
114 2014-11-24  Eli Zaretskii  <eliz@gnu.org>
116         * isearch.el (isearch-update): Don't assume
117         pos-visible-in-window-p will return nil when point is hscrolled
118         out of view.  (Bug#19157)
120 2014-11-20  Andrey Kotlarski  <m00naticus@gmail.com>
122         * net/eww.el (eww-browse-url): Optionally create new eww buffer.
123         (eww-follow-link): Follow in new buffer in case of prefix
124         argument, open externally with double prefix (bug#19130).
126 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128         * net/eww.el (eww-display-html): Decode the document-defined charset.
129         (eww): Pop to the *eww* buffer immediately after executing the
130         `M-x eww' command to avoid having buffers pop up later.
131         (eww-display-html): Don't pop the *eww* buffer.
132         (eww-display-raw): Ditto.
133         (eww-display-image): Ditto.
134         (eww-follow-link): Make going to #targets in the page work again.
136 2014-11-23  Ivan Shmakov  <ivan@siamics.net>
138         * net/eww.el (eww-suggest-uris): New variable.
139         (eww-suggested-uris): New function.
140         (eww): Default to URL under point.
141         (eww-links-at-point): New function.
143 2014-11-20  Mark Oteiza  <mvoteiza@udel.edu>  (tiny change)
145         * net/eww.el (eww-add-bookmark): Fix bookmark titles.
147 2014-11-17  Mark Oteiza  <mvoteiza@udel.edu>  (tiny change)
149         * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
151 2014-11-23  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
153         * net/eww.el (eww-set-character-encoding): New command and keystroke.
154         (eww-display-raw): Use it (bug#16225).
156 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158         * net/nsm.el (network-security-level): Rename from
159         `nsm-security-level' and documented.
161         * mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and
162         we're sending a password.
164         * net/nsm.el: New file that implements a Network Security Manager.
166         * net/network-stream.el (open-network-stream): Add a new
167         :warn-unless-encrypted parameter.
168         (network-stream-open-plain): Allow warning unless encrypted.
169         (network-stream-open-starttls): Call the Network Security Manager.
170         (network-stream-open-tls): Ditto.
172 2014-11-23  Leo Liu  <sdl.web@gmail.com>
174         * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary)
175         (calendar-chinese-to-absolute-for-diary)
176         (calendar-chinese-mark-date-pattern, diary-chinese-anniversary):
177         Handle leap months in Chinese calendar.  (Bug#18953)
179 2014-11-22  Alan Mackenzie  <acm@muc.de>
181         Fix error with `mark-defun' and "protected:" in C++ Mode.
182         Fixes: debbugs:19134.
184         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a
185         return code of (label) from c-beginning-of-decl-1.
187 2014-11-22  Ulf Jasper  <ulf.jasper@web.de>
189         * net/newst-backend.el (newsticker--sentinel-work): Tell
190         `libxml-parse-xml-region' to discard comments. Fixes bug#18787.
192 2014-11-22  Michael Albinus  <michael.albinus@gmx.de>
194         * net/tramp-sh.el (tramp-sh-handle-start-file-process)
195         (tramp-sh-handle-process-file): Propagate `process-environment'.
197         * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
198         Tramp propagates environment variables now.
200 2014-11-22  Eric S. Raymond  <esr@snark>
202         * vc/vc-filewise.el: New file to isolate code used only by the
203         file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
204         live in vc.el and certainly not in vc-hooks.el.
206         * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name  -> vc-master-name.
207         This is preaparatory to isolating all the 'master' functions
208         used only by the file-oriented back ends.  With this done first,
209         the substantive diffs will be easier to read.
211 2014-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
213         * play/morse.el (nato-alphabet): Mark URL in docstring in a way
214         that is recognized by `help-mode'.
216 2014-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
218         * desktop.el (desktop-create-buffer): Use activate-mark to set
219         `mark-active' (bug#19058).
221 2014-11-21  Eric S. Raymond  <esr@snark>
223         * vc/vc-src.el (vc-src-state): Fix bug that produced spurious
224         nil state.
226 2014-11-21  Eli Zaretskii  <eliz@gnu.org>
228         * vc/vc.el (vc-deduce-fileset): Support invocation from
229         *vc-change-log* buffer.  (Bug#19084)
231 2014-11-13  Matthew Leach  <matthew@mattleach.net>
233         * arc-mode.el (archive-visit-single-files): New.
234         (archive-mode): Visit file if archive contains a single file.
235         (Bug#1702)
237 2014-11-21  Ulrich Müller  <ulm@gentoo.org>
239         * vc/vc.el: Fix a typo in the commentary.
241 2014-11-20  Eric S. Raymond  <esr@snark.thyrsus.com>
243         * vc/vc-src.el, vc/vc.el: Added support for SRC.  Needs more
244         testing and a real log-view mode.
246         * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el,
247         vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el,
248         vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
249         checkout methods; where it matters (which is only in SCCS and RCS)
250         files are always checked out editable.  This may actually have
251         been dynamically true already - it looks like the vc-next-action
252         code evolved past visiting the other case.  Tested with RCS.
254         * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el,
255         vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el,
256         vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
257         argument from the backend checkin methods.  Only the RCS, SCCS,
258         and CVS back ends tried to do anything with it, and that code was
259         never exercised.  Chiseling away the cruft of decades...
261 2014-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263         * net/eww.el (eww-render): Remove a no-op :title setting.
265 2014-11-19  Ivan Shmakov  <ivan@siamics.net>
267         * net/eww.el (eww-history-limit): New variable.
268         (eww-save-history): Use it (bug#19105).
269         (eww-reload): Reload the page in the right buffer.
271 2014-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273         * net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
275 2014-11-19  Ivan Shmakov  <ivan@siamics.net>
277         * net/eww.el (eww-desktop-remove-duplicates)
278         (eww-restore-desktop, eww-restore-reload-prompt): New variables.
279         (eww-mode): Set up desktop mode (bug#18010).
280         (eww-desktop-data-save, eww-desktop-data-1)
281         (eww-desktop-history-duplicate, eww-desktop-misc-data)
282         (eww-restore-desktop): New functions.
284 2014-11-19  Eli Zaretskii  <eliz@gnu.org>
286         * vc/vc.el (vc-log-internal-common): Turn on log-view-mode in the
287         correct buffer.  (Bug#19101)
289 2014-11-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
291         Fix bug#19099.
292         * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
293         `diff-switches' if `vc-git-diff-switches' is nil.
295 2014-11-18  Juri Linkov  <juri@linkov.net>
297         * simple.el (next-line-or-history-element): Wrap next-line
298         in with-no-warnings.
299         (previous-line-or-history-element): Wrap previous-line
300         in with-no-warnings.
302 2014-11-18  Juri Linkov  <juri@linkov.net>
304         * progmodes/grep.el (grep-compute-defaults):
305         Compute grep-highlight-matches before its use.
307 2014-11-18  Juri Linkov  <juri@linkov.net>
309         * replace.el (query-replace-from-to-separator): Turn defvar into
310         defcustom.  Wrap char-displayable-p in ignore-errors because an
311         attempt to autoload char-displayable-p fails during pre-loading.
312         Move (propertize "\0" ... 'separator t) out of customizable part
313         to query-replace-read-from.
314         (query-replace-read-from): Call custom-reevaluate-setting on
315         query-replace-from-to-separator to reevaluate the separator
316         depending on the return value of char-displayable-p.
317         http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
319 2014-11-18  Juri Linkov  <juri@linkov.net>
321         * bindings.el (minibuffer-local-map): Rebind [down] from
322         next-history-element to next-line-or-history-element, and [up]
323         from previous-history-element to previous-line-or-history-element.
325         * simple.el (next-line-or-history-element)
326         (previous-line-or-history-element): New commands.
327         http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
329 2014-11-18  Leo Liu  <sdl.web@gmail.com>
331         * emacs-lisp/nadvice.el (define-advice): New macro.
332         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
333         Add define-advice.
334         (lisp-font-lock-keywords-1): Add define-advice.
336 2014-11-18  Daiki Ueno  <ueno@gnu.org>
338         * epg.el (epg-context): New slot EDIT-CALLBACK.
339         (epg--process-filter): Call EDIT-CALLBACK when editing a key.
340         (epg-reset): Reset EDIT-CALLBACK of the context.
341         (epg-start-edit-key): New function.
342         (epg-edit-key): New function.
344 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
346         Port new time stamp handling to Emacs 23.2.
347         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
348         * calendar/time-date.el (time-add, time-subtract, time-less-p):
349         Use eval-and-compile, not eval-when-compile.
351 2014-11-18  Daiki Ueno  <ueno@gnu.org>
353         * epg.el (epg-context-set-passphrase-callback)
354         (epg-context-set-progress-callback): Check if the CALLBACK
355         argument is a function, instead of a cons.
357 2014-11-18  Daiki Ueno  <ueno@gnu.org>
359         * epa-file.el (epa-file-insert-file-contents)
360         (epa-file-write-region): Remove redundant check of
361         epa-pinentry-mode.
362         * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
363         (epa-sign-region, epa-encrypt-region): Remove redundant check of
364         epa-pinentry-mode.
366 2014-11-18  Daiki Ueno  <ueno@gnu.org>
368         * epa-file.el (epa-file-insert-file-contents): Don't show
369         "*Error*" buffer if input file does not exist.
370         Reported by Herbert J. Skuhra.
372 2014-11-18  Paul Pogonyshev  <pogonyshev@gmail.com>
373             Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
375         Fix bug#13871 (an alternative version of the patch).
376         * progmodes/cc-langs.el: Support some of the new keywords in
377         C++11.
378         (c-operators): Add "alignof".
379         (c-primitive-type-kwds): Add "char16_t", "char32_t".
380         (c-type-modifier-kwds): Add "constexpr", "noexcept".
381         (c-modifier-kwds): Add "thread_local".
382         (c-constant-kwds): Add "nullptr".
384 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
386         * textmodes/tildify.el (tildify-pattern, tildify-space-string):
387         New variables for specifying tildify pattern and representation of
388         a hard space -- a no-break space by default -- respectively.
389         Being buffer-local they are much easier to handle than
390         `tildify-string-alist' and `tildify-pattern-alist' respectively
391         that have been used so far.  They also works better with derived
392         modes.
393         (tildify-foreach-region-function): New variable specifying
394         a function determining portions of buffer that should be
395         tildified.  It allows major modes to create a filtering function
396         more elaborate than a set of regular expressions.  Initialised to
397         `tildify--deprecated-ignore-evironments' by default to handle now
398         deprecated `tildify-ignored-environments-alist' variable.
399         (tildify--foreach-region): A new function that takes
400         `tildify-foreach-region-function' into account and calls callback
401         for regions of the buffer that should be tildified.
402         (tildify-foreach-ignore-environments): A new function which can be
403         partially applied and used as `tildify-foreach-region-function'.
404         (tildify-ignored-environments-alist, tildify-pattern)
405         (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
406         (tildify--find-env): Rename from `tildify-find-env' and mark as
407         obsolete.
408         (tildify--deprecated-ignore-evironments): New function,
409         immediately marked as obsolete, used to handle deprecated
410         `tildify-ignored-environments-alist'.
412         * textmodes/tex-mode.el (tex-common-initialization):
413         Set `tildify-space-string' and `tildify-foreach-region-function'
414         variables in all variants of TeX mode since `tildify-string-alist'
415         and `tildify-ignored-environments-alist' are now empty by default.
417         * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.
418         If encoding supports it use no-break space instead of character
419         entity; this changes previous default which used a numeric
420         reference.
422         * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'.
423         If encoding does not support no-break space, use numeric reference;
424         this changes previous default which used named entity (“&nbsp;”)
425         in HTML mode.
427 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
429         Fix bug#5433.
430         * calendar/icalendar.el (icalendar-export-alarms):
431         New customizable variable.
432         (icalendar-export-region): Export alarms as specified in
433         `icalendar-export-alarms'.
434         (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
435         New functions for exporting alarms.
437 2014-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439         * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
441 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
443         Port new time stamp handling to old Emacs and to XEmacs.
444         This is needed for Gnus, which copies time-date.el and which
445         runs on older Emacs implementations.
446         * calendar/time-date.el (with-decoded-time-value):
447         Handle 'nil' and floating-point arg more compatibly with new Emacs.
448         (encode-time-value, with-decoded-time-value):
449         Obsolete only if new Emacs.
450         (time-add, time-subtract, time-less-p): Define if not new Emacs.
452         Improve time stamp handling, and be more consistent about it.
453         This implements a suggestion made in:
454         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
455         Among other things, this means timer.el no longer needs to
456         autoload the time-date module.
457         * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
458         * arc-mode.el (archive-ar-summarize):
459         * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
460         * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
461         (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
462         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
463         * proced.el (proced-time-lessp):
464         * timezone.el (timezone-time-from-absolute):
465         * type-break.el (type-break-schedule, type-break-time-sum):
466         Simplify by using new functionality.
467         * calendar/cal-dst.el (calendar-next-time-zone-transition):
468         Do not return time values in obsolete and undocumented (HI . LO)
469         format; use (HI LO) instead.
470         * calendar/time-date.el (with-decoded-time-value):
471         Treat 'nil' as current time.  This is mostly for XEmacs.
472         (encode-time-value, with-decoded-time-value): Obsolete.
473         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
474         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
475         * ldefs-boot.el: Update to match new time-date.el
476         * proced.el: Do not require time-date.
478 2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480         * net/eww.el (eww-mode): Make the buffer read-only.
481         (eww-form-text): Inhibit read-only-ness in text input fields
482         (bug#16476).
484 2014-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
486         * simple.el (execute-extended-command--shorter): Cut search here.
487         (execute-extended-command): Instead of here.
489 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
491         * progmodes/python.el (python-mode): Avoid use of set-local to
492         keep Emacs 24.x compatibility.
494 2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496         * net/shr.el (shr): Move to the new defgroup `web'.
498         * net/eww.el (eww): Ditto.
500         * simple.el (execute-extended-command): Don't show the help
501         message if the binding isn't significantly shorter than the
502         M-x command the user typed (bug#19013).
504 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
506         * calendar/icalendar.el (icalendar--convert-tz-offset):
507         Return complete cons when offsets of standard time and daylight saving
508         time are equal.
509         (icalendar-export-region): Fix unbound variable warning.
511 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
513         * progmodes/python.el (run-python): Allow CMD to be optional and
514         default it to a safe command, even for Windows.  (bug#18596)
516 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
518         * progmodes/python.el (python-shell-calculate-command):
519         Rename from python-shell-parse-command.  Cleanup.
520         (run-python, run-python-internal): Use it.
521         (python-shell-calculate-pythonpath): Rename from
522         python-new-pythonpath.
523         (python-shell-calculate-process-environment): Use it.
524         (python-shell-calculate-exec-path): Add comment.
526 2014-11-16  Thierry Banel <tbanelwebmin@free.fr>  (tiny change)
528         * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
529         for date handling.
531 2014-11-16  Andreas Schwab  <schwab@linux-m68k.org>
533         * version.el (emacs-repository-get-version): Use git rev-parse
534         instead of git log.
536 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
538         * progmodes/python.el (python-indent-calculate-levels):
539         Fix indentation behavior multiline dedenter statement.  (Bug#18432)
541 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
543         * progmodes/python.el (python-indent-region):
544         Use python-indent-line and skip special cases.  (Bug#18843)
546 2014-11-16  Peder O. Klingenberg  <peder@klingenberg.no>
548         * mail/emacsbug.el (report-emacs-bug): Make a better guess at
549           envelope-from when reporting through sendmail (bug#19054).
551 2014-11-16  Oscar Fuentes <ofv@wanadoo.es>
553         Add faces for the VC modeline state indicator.
554         * lisp/vc/vc-hooks.el:
555         (vc-state-faces, vc-state-base-face)
556         (vc-up-to-date-state, vc-needs-update-state)
557         (vc-locked-state, vc-locally-added-state)
558         (vc-conflict-state, vc-removed-state)
559         (vc-missing-state, vc-edited-state):
560         New faces.
561         (vc-default-mode-line-string): Use them
563 2014-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
567 2014-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569         * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
571 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
573         * progmodes/python.el (python-eldoc-setup-code): Enhance string
574         type checks, simplify printing.  (Bug#18962)
576 2014-11-14  Ivan Andrus  <darthandrus@gmail.com>
578         * progmodes/python.el (python-shell-font-lock-kill-buffer):
579         (python-shell-font-lock-with-font-lock-buffer)
580         (python-shell-get-buffer, python-ffap-module-path):
581         Use `derived-mode-p' instead of equality test on `major-mode'.
583 2014-11-14  Fabián Ezequiel Gallina  <fgallina@gnu.org>
585         * progmodes/python.el (python-shell-virtualenv-root): Rename from
586         python-shell-virtualenv-path.
587         (python-shell-internal-get-process-name)
588         (python-shell-calculate-process-environment)
589         (python-shell-calculate-exec-path): Use it.
591 2014-11-14  Eli Zaretskii  <eliz@gnu.org>
593         * bindings.el (search-map): Fix last change: don't use 'kbd' in
594         bindings.el, since it is not yet loaded when bindings.el is
595         preloaded.
597 2014-11-14  Fabián Ezequiel Gallina  <fgallina@gnu.org>
599         * progmodes/python.el (python-shell-completion-get-completions):
600         Fix previous merge.
602 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604         * net/eww.el (eww-render): Don't set the title to the URL.
606 2014-11-13  Ulrich Müller  <ulm@gentoo.org>
608         * version.el (emacs-repository-get-version): Call `git log'
609         command with proper format argument (bug#19049).
611 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613         * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
615 2014-11-14  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
617         * net/eww.el (eww-search-words): New command (bug#16258).
619 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621         * net/shr.el (shr-inhibit-images): Add a doc string.
623         * net/eww.el (eww-after-render-hook): New variable.
624         (eww-render): Use it.
626         * net/shr.el (shr-descend): Don't descend further than
627         `max-specpdl-size' allows (bug#16587).
628         (shr-depth): New variable.
629         (shr-warning): New variable.
631 2014-11-13  Ivan Shmakov  <ivan@siamics.net>
633         * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
634         (shr-expand-url): Expand absolute URLs correctly (bug#17958).
636 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638         * net/eww.el (eww): Add comment to clarify.
640         * net/shr.el (shr-parse-image-data): Remove blocked bits from
641         external SVG images.
642         (shr-tag-object): Display images in <object> forms (bug#16244).
643         (shr-tag-table): Also insert <objects> after the tables.
645 2014-11-13  Michael Albinus  <michael.albinus@gmx.de>
647         * vc/vc-hg.el (vc-hg-state): Disable pager.  (Bug#18940)
649 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651         * net/eww.el (eww-form-file): Fix version number.
653 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655         * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
657 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
659         * net/eww.el(eww-form-file(defface)): New defface of file upload form.
660         (eww-submit-file): New key map of file upload.
661         (eww-form-file): New file upload button and file name context.
662         (eww-select-file): Select file and display selected file name.
663         (eww-tag-input): Handle input tag of file type.
664         (eww-update-field): Add point offset.
665         (eww-submit): Add submit with multipart/form-data.
667 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669         * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
670         Allow taking a buffer to render data in.  This allows using several
671         eww buffers (bug#16211).
673 2014-11-10  Charles Rendleman  <carendle@gmail.com>  (tiny change)
675         * net/eww.el (eww-download-callback): Save only the file contents,
676         not the headers.
678 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680         * net/eww.el (eww-data): New plist to store all the data relevant
681         to a single page, used throughout the file instead of the
682         variables `eww-current-url', `eww-current-dom',
683         `eww-current-source', and `eww-current-title'.
684         (eww-readable): Copy over pertinent data from the parent page.
685         (eww-save-history): Don't let the history grow infinitely.
687         * net/eww.el: Remove `eww-next-url', `eww-previous-url',
688         `eww-up-url', `eww-home-url', `eww-start-url' and
689         `eww-contents-url' and put the data into the `eww-data' plist.
690         This allow restoring these values after going back in the history.
692 2014-11-10  Sylvain Chouleur  <sylvain.chouleur@gmail.com>  (tiny change)
694         Allow VTIMEZONE where daylight and standard time zones are equal.
695         See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
696         * calendar/icalendar.el (icalendar--convert-tz-offset):
697         Support timezone without daylight saving time.
699 2014-11-10  Glenn Morris  <rgm@gnu.org>
701         * startup.el (command-line): Handle nil elements in load-path.
703 2014-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * help.el (view-lossage): Include the actual commands run.
707 2014-11-10  Dmitry Gutov  <dgutov@yandex.ru>
709         * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
710         no state is specified.  (Bug#18964)
712 2014-11-09  Eric Ludlam  <zappo@gnu.org>
714         * emacs-lisp/eieio-custom.el (eieio-customize-object):
715         Set eieio-cog (current group) to g, which is an improved form of input
716         group.
718 2014-11-09  Juri Linkov  <juri@jurta.org>
720         * isearch.el (isearch-message-prefix): Show "Multi-file" and
721         "Multi-buffer" instead of "Multi".  (Bug#13592)
723         * misearch.el (multi-isearch-file-list):
724         Autoload multi-isearch-buffer-list and multi-isearch-file-list.
725         (multi-isearch-end): Reset multi-isearch-buffer-list and
726         multi-isearch-file-list to nil.
728 2014-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
731         Don't call byte-compile-preprocess since the result will go through
732         cconv.
733         (byte-compile-output-docform): Handle uninterned `name' correctly.
734         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
735         to circumvent byte-compiler bug.
737         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
738         (macroexp--compiler-macro): Remove left-over debug code.
740         * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
742 2014-11-08  Juri Linkov  <juri@jurta.org>
744         * simple.el (shell-command): Use buffer-name when output-buffer is
745         a buffer.  (Bug#18096)
747 2014-11-08  Juri Linkov  <juri@jurta.org>
749         * minibuffer.el (minibuffer-completion-help): Compare this-command
750         with completion-at-point.  (Bug#17809)
752 2014-11-08  Glenn Morris  <rgm@gnu.org>
754         * emacs-lisp/bytecomp.el (byte-compile-report-error):
755         Allow the argument to be a string.  Due to the vague doc,
756         it was already being used this way.
758 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
760         * net/tramp.el (tramp-check-cached-permissions): Include hop in
761         the constructed Tramp file name.  (Bug#18943)
763 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
766         (bug#18952).
767         (cua-set-mark, cua--post-command-handler-1):
768         * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
770 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
772         * files.el (file-name-non-special): Wrap the call of
773         `insert-file-contents' by `unwind-protect', in order to set the
774         buffer's file name anyway.  (Bug#18891)
776 2014-11-08  Alan Mackenzie  <acm@muc.de>
778         Fix wrong bound to c-font-lock-declarators.  Fixes bug #18948.
779         * progmodes/cc-fonts.el (c-font-lock-declarations):
780         Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
781         the buffer is sometimes narrowed to less than "limit" (e.g., in
782         the presence of macros).
784 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
786         * net/tramp.el (tramp-error-with-buffer): Show connection buffer
787         only when message appeared in minibuffer.  (Bug#18891)
789         * net/tramp-adb.el (tramp-adb-handle-file-attributes):
790         * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
791         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
792         case of errors.
794 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
797         Don't compile before eval in `eval-and-compile'.
798         (byte-compile-arglist-warn): Add check for defining macros after their
799         first use.  Check call use even if the function is fboundp.
801 2014-11-08  Richard Stallman  <rms@gnu.org>
803         * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
804         Check more carefully for mime-part specified character set.
805         Check for mime-part Content Transfer Encoding.
806         Notify if no armor found.
808 2014-11-08  Martin Rudalics  <rudalics@gmx.at>
810         * faces.el (face-set-after-frame-default): Enable running
811         `window-configuration-change-hook'.
813 2014-11-07  Juri Linkov  <juri@jurta.org>
815         * replace.el: History for query replace pairs.
816         (query-replace-defaults): Promote to a list of cons cell.  Doc fix.
817         (query-replace-from-to-separator): New variable.
818         (query-replace-read-from): Let-bind query-replace-from-to-history
819         to a list of FROM-TO strings created from query-replace-defaults
820         and separated by query-replace-from-to-separator.  Use it as
821         the history while reading from the minibuffer.  Split the returned
822         string by the separator to get FROM and TO parts, and add them
823         to the history variables.
824         (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
825         (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
826         http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
828         * isearch.el (isearch-text-char-description): Keep characters
829         intact and put formatted strings with the `display' property.
831 2014-11-07  Martin Rudalics  <rudalics@gmx.at>
833         * cus-start.el (frame-resize-pixelwise): Fix group.
834         (frame-inhibit-implied-resize): Add entry.
836 2014-11-07  Daiki Ueno  <ueno@gnu.org>
838         * epa.el (epa-pinentry-mode): New user option.
839         (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
840         (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
841         * epa-file.el (epa-file-insert-file-contents)
842         (epa-file-write-region): Respect epa-pinentry-mode.
844 2014-11-07  Daiki Ueno  <ueno@gnu.org>
846         * epg.el (epg--list-keys-1): Ignore fields after the 15th field
847         (bug#18979).  Reported by Hideki Saito.
849 2014-11-06  Daiki Ueno  <ueno@gnu.org>
851         * emacs-lisp/package.el (package--display-verify-error): New function.
852         (package--check-signature): Use it to display output sent to stderr.
854 2014-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * subr.el (pop): Don't call the getter twice (bug#18968).
858         * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
859         uses of `funcall'.
861 2014-11-06  Daiki Ueno  <ueno@gnu.org>
863         * epa.el (epa-error-buffer): New variable.
864         (epa-display-error): New function.
865         (epa-decrypt-file, epa-verify-file, epa-verify-region)
866         (epa-delete-keys, epa-import-keys): Display output sent to stderr.
867         (epa-sign-file, epa-sign-region, epa-encrypt-region)
868         (epa-export-keys, epa-insert-keys): Display output sent to stderr.
869         Use setf instead of epg-context-set-*.
870         * epa-file.el (epa-file-insert-file-contents):
871         Use epa-display-error instead of epa-display-info.  Mimic the behavior
872         of jka-compr when decryption program is not found.
873         (epa-file-write-region): Use epa-display-error instead of
874         epa-display-info.
876 2014-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * vc/vc.el (vc-region-history): New command.
879         (vc-print-log-internal): Use cl-some.
881         * vc/vc-git.el (vc-git-region-history): New function.
882         (vc-git-region-history-mode-map)
883         (vc-git--log-view-long-font-lock-keywords)
884         (vc-git-region-history-font-lock-keywords): New vars.
885         (vc-git-region-history-font-lock): New function.
886         (vc-git-region-history-mode): New major mode.
888 2014-11-05  Tassilo Horn  <tsdh@gnu.org>
890         * net/eww.el (subr-x): Require subr-x at compile-time because eww
891         uses string-trim.
893 2014-11-05  Daiki Ueno  <ueno@gnu.org>
895         * epg.el (epg-context): Add new slot ERROR-OUTPUT.
896         (epg-error-output): New buffer-local variable.
897         (epg--start): Initialize epg-error-output.
898         (epg--process-filter): Record output lines sent to stderr, in
899         epg-error-output.
900         (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
901         slot of context.
902         * epa-file.el (epa-file-insert-file-contents): On error, display
903         output sent to stderr.
904         (epa-file-write-region): Likewise.
906 2014-11-05  Eli Zaretskii  <eliz@gnu.org>
908         * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
909         returned by load-average.
911 2014-11-05  Michael Albinus  <michael.albinus@gmx.de>
913         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
914         a local copy; setting `inhibit-file-name-handlers' proper might be
915         more performant.  (Bug#18751)
917 2014-11-05  Glenn Morris  <rgm@gnu.org>
919         * mail/emacsbug.el (report-emacs-bug): No longer include
920         recent-keys in the report.  (Bug#18900)
922 2014-11-04  Paul Eggert  <eggert@cs.ucla.edu>
924         * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
926 2014-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
928         * net/eww.el (eww): Trim URL with `string-trim'.
929         Suggested by Vibhav Pant <vibhavp@gmail.com>.
931 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933         * net/eww.el (eww-score-readability): Don't count comments positively.
935         * net/shr.el (shr-retransform-dom): Typo fix.
937         * net/eww.el (eww-score-readability): Parse SVC images correctly.
938         (eww-display-html): Don't leave point inside forms.
940         * net/shr.el: Ditto.
942 2014-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
945         edebug-prin1-to-string already handles circularity.
947         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
948         autoloading when specified as a lambda.
950         * simple.el (execute-extended-command--last-typed): New var.
951         (read-extended-command): Set it.
952         Don't complete obsolete commands.
953         (execute-extended-command--shorter-1)
954         (execute-extended-command--shorter): New functions.
955         (execute-extended-command): Use them to suggest shorter names.
956         (indicate-copied-region, deactivate-mark): Use region-active-p.
958 2014-11-03  Michael Albinus  <michael.albinus@gmx.de>
960         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
961         local copy of FILENAME, when it is remote.  (Bug#18751)
963         * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
964         an error when the command fails; the return code must indicate.
965         (tramp-adb-send-command-and-check): Fix docstring.
967 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969         * net/shr.el (shr-retransform-dom): Don't ignore elements that
970         have no children like <br />.
972         * net/eww.el (eww-display-html): Clear `url-queue'.
973         (eww-display-pdf): New function.
974         (eww-render): Display PDFs with `doc-view'.
975         (url-queue): Require `url-queue' to avoid compilation warning.
976         (eww-colorize-region): Remove duplicate function.
977         (eww-tag-body): Use `shr-colorize-region'.
979 2014-11-03  Yoni Rabkin <yrk@gnu.org>
981         * net/eww.el (eww-list-bookmarks): Autoload.
983 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985         * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
987         * net/eww.el (eww-display-html): The charset is called `utf-8',
988         not `utf8'.
989         (eww-readable): Decode the saved text correctly.
990         (eww-readable): Save the history before displaying so that we can
991         go back to the non-readable version.
992         (eww-display-html): Don't try to decode the text if we've been
993         passed in a pre-parsed DOM.
994         (eww-tag-title): Remove newlines and extra whitespace from the
995         displayed title.
997 2014-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999         * net/eww.el (eww-readable): New command and keystroke.
1001         * net/shr.el (shr-retransform-dom): New function.
1003         * net/eww.el (eww-display-html): Set `eww-current-source' in the
1004         correct buffer.
1005         (eww-view-source): Use it.
1007 2014-11-02  Ivan Shmakov <ivan@siamics.net>
1009         * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
1010         (Bug#18603).
1012 2014-11-02  Brian McKenna <brian@brianmckenna.org>  (tiny change)
1014         * net/eww.el (eww-submit): Encode empty form values as "".  (Bug#17785).
1016 2014-11-02  Ivan Shmakov <ivan@siamics.net>
1018         * net/eww.el (eww): Allow "file:/file/name" URLs.  (Bug#18825).
1020 2014-11-02  Ivan Shmakov <ivan@siamics.net>
1022         * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
1023         (Bug#18834).
1025 2014-11-02  Eric Abrahamsen  <eric@ericabrahamsen.net>
1027         * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
1028         use as advice.
1029         (edebug-setup-hook): Advise `edebug-prin1-to-string'.  (Bug#18897)
1031 2014-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
1034         (bug#18821).
1035         * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
1037 2014-11-01  Michael R. Mauger  <michael@mauger.com>
1039         * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
1040         syntax, add new keywords, and parse longer keywords first.
1041         (sql-redirect-one): Protect against empty command.
1042         (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
1043         to SQL.  (Bug#14759)
1045 2014-11-01  Michael R. Mauger  <michael@mauger.com>
1047         * sql.el (sql-interactive-mode, sql-stop): Correct fix for
1048         Bug#16814 with let-bind of comint-input-ring variables around read
1049         and save functions.
1051 2014-11-01  Michael Albinus  <michael.albinus@gmx.de>
1053         * net/tramp-cache.el (tramp-get-file-property)
1054         (tramp-set-file-property): Check that `tramp-cache-get-count-*'
1055         and `tramp-cache-set-count-*' are bound.  Otherwise, there might
1056         be compiler warnings.
1058         * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
1059         Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
1061 2014-11-01  Eli Zaretskii  <eliz@gnu.org>
1063         * progmodes/compile.el (compilation-mode): Turn off deferred
1064         fontifications locally.  (Bug#18856)
1066 2014-11-01  Wolfgang Jenkner  <wjenkner@inode.at>
1068         * net/tramp-sh.el (tramp-send-command): Fix the case where the
1069         remote-echo connection property is non-nil (bug#18858).
1071 2014-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1073         * simple.el (newline): Add assertions to try and help catch bug#18913.
1075         * emulation/cua-base.el (cua-delete-region): Use delete-active-region
1076         (bug#18886).
1077         (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
1079 2014-11-01  Kim F. Storm  <storm@cua.dk>
1081         Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
1082         * delsel.el (delete-selection-save-to-register)
1083         (delsel--replace-text-or-position): New vars.
1084         (delete-active-region): Use them.
1085         (delete-selection-repeat-replace-region): New command, moved from
1086         cua-base.el.
1087         * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
1088         (cua-repeat-replace-region): Move command to delsel.el.
1089         (cua--init-keymaps): Update binding accordingly.
1090         (cua-mode): Set delete-selection-save-to-register.
1092 2014-11-01  Alan Mackenzie  <acm@muc.de>
1094         Make blink-parens work with a closing template delimiter.
1095         * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
1096         before calling blink-paren-function, so as to apply syntax-table
1097         properties to the ">".
1099 2014-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1101         * select.el (gui-get-selection): Comment: data-type ignored on NS.
1103 2014-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
1106         (macroexp--expand-all): Unrelated tweaks.
1108         * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
1110 2014-10-30  Glenn Morris  <rgm@gnu.org>
1112         * startup.el (command-line): Remove pointless attempt to avoid
1113         statting the file-system (which expand-file-name doesn't do).
1115 2014-10-30  Daniel Colascione  <dancol@dancol.org>
1117         Add "enum class" support to C++ mode.
1118         * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
1119         (c-after-brace-list-key): New language consts/variables.
1120         * progmodes/cc-engine.el (c-looking-at-decl-block):
1121         Exclude spurious match of "enum struct" from decl-block recognition.
1122         (c-backward-colon-prefixed-type): New function.
1123         (c-backward-over-enum-header): Call above function to extend
1124         recognition of enum structure.
1126 2014-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
1129         (c-lang-defconst):
1130         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
1132 2014-10-30  Eli Zaretskii  <eliz@gnu.org>
1134         * progmodes/compile.el (compilation-start):
1135         If compilation-scroll-output is non-nil, don't force window-start of
1136         the compilation buffer to be at beginning of buffer.  (Bug#18874)
1138         * startup.el (fancy-about-text): Read the entire tutorial, not
1139         just its first 256 bytes.  (Bug#18760)
1141 2014-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1143         * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
1144         * emacs-lisp/cl-extra.el: Add missing provide.
1146         * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
1147         all args are copyable (bug#18767).
1148         (=, <, >, <=, >=): Re-enable the optimization.
1150 2014-10-29  Glenn Morris  <rgm@gnu.org>
1152         * net/rcirc.el (rcirc-fill-column): Unbump :version.  Mark :risky.
1154         * version.el (emacs-bzr-version, emacs-bzr-get-version):
1155         Revert 2014-10-26 change.
1157 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1159         Simplify use of current-time and friends.
1160         * allout-widgets.el (allout-widgets-hook-error-handler):
1161         * calendar/appt.el (appt-display-message):
1162         * calendar/icalendar.el (icalendar--convert-float-to-ical):
1163         * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
1164         (timeclock-last-period, timeclock-day-base):
1165         * eshell/em-ls.el (eshell-ls-file):
1166         * eshell/esh-util.el (eshell-parse-ange-ls):
1167         * generic-x.el (named-database-print-serial):
1168         * net/newst-backend.el (newsticker--get-news-by-url-callback)
1169         (newsticker-get-news, newsticker--sentinel-work)
1170         (newsticker--image-get, newsticker--image-sentinel):
1171         * net/tramp-sh.el (tramp-get-remote-touch):
1172         * progmodes/opascal.el (opascal-debug-log):
1173         * textmodes/remember.el (remember-mail-date)
1174         (remember-store-in-files):
1175         * vc/vc-annotate.el (vc-annotate-display-autoscale)
1176         (vc-default-annotate-current-time):
1177         * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
1178         * vc/vc-cvs.el (vc-cvs-annotate-current-time):
1179         * vc/vc-rcs.el (vc-rcs-annotate-current-time):
1180         Omit unnecessary call to current-time.
1181         * calendar/time-date.el (time-to-seconds) [!float-time]:
1182         * vc/vc-annotate.el (vc-annotate-convert-time):
1183         Use current time if arg is nil, to be compatible with float-time.
1184         (time-date--day-in-year): New function, with most of the guts of
1185         the old time-to-day-in-year.
1186         (time-to-day-in-year): Use it.
1187         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1188         * calendar/timeclock.el (timeclock-time-to-date):
1189         Arg is now optional, like current-time-string.
1190         (timeclock-update-mode-line):
1191         Don't call current-time twice to get the current time stamp,
1192         as this can lead to inconsistent results.
1193         * completion.el (cmpl-hours-since-origin):
1194         * ido.el (ido-time-stamp):
1195         * vc/vc-annotate.el (vc-annotate-convert-time):
1196         Simplify by using float-time.
1197         * completion.el (save-completions-to-file):
1198         Rename local var to avoid confusion.
1199         * net/rcirc.el (rcirc-float-time): Simplify to an alias because
1200         time-to-seconds now behaves like float-time with respect to nil arg.
1201         * subr.el (progress-reporter-do-update):
1202         Don't call float-time unless needed.
1204 2014-10-29  Leo Liu  <sdl.web@gmail.com>
1206         * net/rcirc.el (rcirc-fill-column): Use function.
1207         (rcirc-markup-fill): Remove adjustment.
1209 2014-10-28  Christopher Schmidt  <ch@ristopher.com>
1211         * calc/calc.el (quick-calc):
1212         * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
1214 2014-10-28  Sam Steingold  <sds@gnu.org>
1216         * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
1217         the sake of `window-body-width' (in addition to `frame-width').
1219 2014-10-26  Eric S. Raymond  <esr@thyrsus.com>
1221         * version.el: Fix some fallback values to conform to the actual
1222         release number.
1224 2014-10-25  Eric S. Raymond  <esr@thyrsus.com>
1226         * Makefile.in: Change some production names so they're neutral
1227         about the repository type.
1229 2014-10-25  Michael Albinus  <michael.albinus@gmx.de>
1231         * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
1232         (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
1233         during initialization.  (Bug#18774)
1235 2014-10-25  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1237         * ses.el (macroexp): Add require for this package, so that
1238         function `ses--cell' gets macroexp-quote --- this change was
1239         supposed to be in my previous commit, but left out by mistake.
1240         (ses--cell): Do not make formula a macroexp-quote of value when
1241         value, not formula, is *skip*.
1243 2014-10-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1245         * ses.el (macroexp): Add require for this package, so that function
1246         `ses--cell gets macroexp-quote.
1247         (ses--cell): Makes formula a macroexp-quote of value when formula
1248         is nil. The rationale of this changr is to allow in the future
1249         shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
1250         instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
1251         reference list REFLIST would be re-computed after load --- thus
1252         trading off load time against file size.
1254         * emacs-lisp/package.el (package--alist-to-plist-args):
1255         Use macroexp-quote instead of a lambda expression which has the same
1256         content as macroexp-quote.
1257         (macroexp): Add require for this package, so that function
1258         `package--alist-to-plist-args' gets macroexp-quote.
1260         * emacs-lisp/macroexp.el (macroexp-quote): New defun.
1262 2014-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * term/ns-win.el (ns-store-cut-buffer-internal)
1265         (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
1267 2014-10-24  Martin Rudalics  <rudalics@gmx.at>
1269         * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
1270         Calculate increment from last position instead of window edge.
1271         Add right- and bottom-divider bindings to transient map.
1273 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
1276         even if :predicate was nil, for the benefit of typep.
1277         Record the name of the predicate for typep's use.
1278         (cl--make-type-test): Use pcase.  Obey new
1279         cl-deftype-satisfies property.
1281         * epg.el: Use cl-defstruct.
1282         (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
1283         (epg-data-string): Define via cl-defstruct.
1284         (epg--gv-nreverse): New macro.
1285         (epg-context--make): New constructor (provided vi cl-defstruct).
1286         (epg-make-context): Rewrite using it.
1287         (epg-context-protocol, epg-context-program)
1288         (epg-context-home-directory, epg-context-armor, epg-context-textmode)
1289         (epg-context-include-certs, epg-context-cipher-algorithm)
1290         (epg-context-digest-algorithm, epg-context-compress-algorithm)
1291         (epg-context-passphrase-callback, epg-context-progress-callback)
1292         (epg-context-signers, epg-context-sig-notations, epg-context-process)
1293         (epg-context-output-file, epg-context-result, epg-context-operation)
1294         (epg-context-pinentry-mode): Define using cl-defstruct.
1295         (epg-context-set-protocol, epg-context-set-program)
1296         (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
1297         (epg-context-set-digest-algorithm)
1298         (epg-context-set-sig-notations, epg-context-set-process)
1299         (epg-context-set-output-file, epg-context-set-result)
1300         (epg-context-set-operation, epg-context-set-pinentry-mode)
1301         (epg-context-set-compress-algorithm): Remove.  Use setf instead.
1302         (epg-context-set-armor, epg-context-set-textmode)
1303         (epg-context-set-signers): Redefine using setf
1304         and declare as obsolete.
1305         (epg-context-set-passphrase-callback)
1306         (epg-context-set-progress-callback): Use setf.
1307         (epg-signature-notations): Rename from epg-sig-notations.
1308         (epg-make-signature, epg-signature-status, epg-signature-key-id)
1309         (epg-signature-validity, epg-signature-fingerprint)
1310         (epg-signature-creation-time, epg-signature-expiration-time)
1311         (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
1312         (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
1313         (epg-signature-set-status, epg-signature-set-key-id)
1314         (epg-signature-set-validity, epg-signature-set-fingerprint)
1315         (epg-signature-set-creation-time, epg-signature-set-expiration-time)
1316         (epg-signature-set-pubkey-algorithm)
1317         (epg-signature-set-digest-algorithm, epg-signature-set-class)
1318         (epg-signature-set-version, epg-signature-set-notations): Remove.
1319         Use setf instead.
1320         (epg-make-new-signature, epg-new-signature-type)
1321         (epg-new-signature-pubkey-algorithm)
1322         (epg-new-signature-digest-algorithm, epg-new-signature-class)
1323         (epg-new-signature-creation-time, epg-new-signature-fingerprint):
1324         Define using cl-defstruct.
1325         (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
1326         (epg-key-user-id-list): Define using cl-defstruct.
1327         (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
1328         Use setf instead.
1329         (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
1330         (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
1331         (epg-sub-key-id, epg-sub-key-creation-time)
1332         (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
1333         cl-defstruct.
1334         (epg-sub-key-set-fingerprint): Remove.  Use setf instead.
1335         (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
1336         (epg-user-id-signature-list): Define using cl-defstruct.
1337         (epg-user-id-set-signature-list): Remove.  Use setf instead.
1338         (epg-make-key-signature, epg-key-signature-validity)
1339         (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
1340         (epg-key-signature-creation-time, epg-key-signature-expiration-time)
1341         (epg-key-signature-user-id, epg-key-signature-class)
1342         (epg-key-signature-exportable-p): Define using cl-defstruct.
1343         (epg-make-sig-notation, epg-sig-notation-name)
1344         (epg-sig-notation-value, epg-sig-notation-human-readable)
1345         (epg-sig-notation-critical): Define using cl-defstruct.
1346         (epg-sig-notation-set-value): Remove.  Use setf instead.
1347         (epg-make-import-status, epg-import-status-fingerprint)
1348         (epg-import-status-reason, epg-import-status-new)
1349         (epg-import-status-user-id, epg-import-status-signature)
1350         (epg-import-status-sub-key, epg-import-status-secret): Define using
1351         cl-defstruct.
1352         (epg-make-import-result, epg-import-result-considered)
1353         (epg-import-result-no-user-id, epg-import-result-imported)
1354         (epg-import-result-imported-rsa, epg-import-result-unchanged)
1355         (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
1356         (epg-import-result-new-signatures, epg-import-result-new-revocations)
1357         (epg-import-result-secret-read, epg-import-result-secret-imported)
1358         (epg-import-result-secret-unchanged, epg-import-result-not-imported)
1359         (epg-import-result-imports): Define using cl-defstruct.
1361         * emacs-lisp/package.el: Require EPG during macroexpansion.
1362         (package--check-signature, package-import-keyring): Use setf instead of
1363         epg-context-set-home-directory.
1365 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1367         * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
1369 2014-10-23  Leo Liu  <sdl.web@gmail.com>
1371         * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
1372         (cfengine3-create-imenu-index): Use it and use ` ' for separation.
1373         (cfengine3-current-defun): New function.
1374         (cfengine3-mode): Set add-log-current-defun-function.
1376 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * select.el: Use lexical-binding.
1379         (gui-set-selection): Provide an implementation for non-GUI frames
1380         (bug#18791).
1381         * term/x-win.el: Use lexical-binding.
1382         (x-clipboard-yank): Fix up missed renamings.
1383         * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
1384         (w32--set-selection): Fix up var names.
1385         * term/pc-win.el: Use lexical-binding.
1386         (w16-selection-exists-p): Silence compiler warning.
1387         (w16-selection-owner-p): Fix up missed renamings.
1389         * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
1391         * frame.el (frame-notice-user-settings): Fix excessive quoting.
1393 2014-10-22  Tassilo Horn  <tsdh@gnu.org>
1395         * doc-view.el (doc-view-open-text): View the document's plain text
1396         in the current buffer instead of a new one.
1397         (doc-view-toggle-display): Handle the case where the current
1398         buffer contains the plain text contents of the document.
1399         (doc-view-initiate-display): Don't switch to fallback mode if the
1400         user wants to view the doc's plain text.
1401         (doc-view-set-doc-type): Use assoc-string instead of
1402         assoc-ignore-case.
1404 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * subr.el (read-key): Fix clicks on the mode-line.
1407         (set-transient-map): Return exit function.
1409         * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
1410         (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
1411         (mouse-yank-secondary): Use gui-get-selection.
1412         (mouse--down-1-maybe-follows-link): Use read-key.
1414         * xt-mouse.el: Add `event-kind' property on the fly from
1415         xterm-mouse-translate-1 rather than statically at the outset.
1417 2014-10-21  Daniel Colascione  <dancol@dancol.org>
1419         * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
1420         change window configuration when we turn it off.
1422 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         Get rid of backend-dependent selection-handling functions for kill/yank
1425         and make it generic instead by relying on the lower-level selection
1426         management functions.
1428         * select.el (select-enable-clipboard): Rename from
1429         gui-select-enable-clipboard.
1430         (select-enable-primary): Move from x-win.el and rename from
1431         x-select-enable-primary.
1432         (gui-last-selected-text): Remove.
1433         (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
1434         New vars.
1435         (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
1436         (gui-select-text-alist, gui-selection-value-alist): Remove.
1437         (x-select-request-type): Move from x-win.el.
1438         (gui--selection-value-internal): New function, taken from x-win's
1439         x-selection-value-internal.
1440         (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
1441         (gui-set-selection-alist): Rename from gui-own-selection-alist and
1442         extend it to handle a nil value as a "disown" request.
1443         (gui-disown-selection-alist): Remove.
1444         (xselect-convert-to-delete): Adjust accordingly.
1445         (gui-set-selection): Simplify accordingly as well.  Use dotimes.
1447         * term/x-win.el (x-last-selected-text-primary)
1448         (x-select-enable-primary): Remove (moved to select.el).
1449         (x-select-request-type): Move to select.el.
1450         (x-selection-value-internal, x--selection-value): Remove functions.
1451         (gui-selection-value, gui-select-text): Remove moethods.
1452         (gui-set-selection): Merge own and disown methods.
1454         * term/w32-win.el (w32--select-text, w32--get-selection-value):
1455         Delete function (move functionality into w32--set-selection and
1456         w32--get-selection).
1457         (gui-select-text, gui-selection-value): Don't define methods.
1458         (w32--set-selection, w32--get-selection, w32--selection-owner-p):
1459         New functions.
1460         (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
1461         Use them.
1462         (gui-selection-exists-p): Adjust to new name of C primitive.
1464         * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
1465         test of gui-select-enable-clipboard, to make it usable as
1466         a gui-get-selection method.
1467         (gui-selection-exists-p): Adjust to new name of C primitive.
1468         (gui-set-selection): Merge own and disown methods.
1469         (gui-select-text, gui-selection-value): Delete methods.
1470         (w16--select-text): Delete function.
1472         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
1473         (ns-selection-value): Remove functions.
1474         (gui-select-text, gui-selection-value): Don't define method any more.
1475         (gui-set-selection): Merge the old own and disown methods.
1476         (gui-selection-exists-p, gui-get-selection): Adjust to new name of
1477         underlying C primitive.
1479         * startup.el (command-line): Adjust now that `gui-method' expects nil
1480         for ttys.
1482         * frame.el (gui-method): Use window-system rather than framep.
1483         (gui-method-declare): The tty case is now nil rather than t.
1484         (make-frame): Adjust accordingly.
1486 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1488         * net/newst-reader.el (newsticker--image-read): Simplify.
1489         (newsticker--icon-read): Use dolist and fix free var error.
1491         * imenu.el (imenu--menubar-keymap): New var.
1492         (imenu-add-to-menubar): Set it to remember the keymap we used.
1493         (imenu-update-menubar): Use it instead of asking lookup-key.
1495         * obsolete/cc-compat.el: Make obsolete (bug#18561).
1497         * epg-config.el (epg-gpg-program): Don't use absolute names by default.
1499         * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1500         case (bug#18767).
1502 2014-10-21  Glenn Morris  <rgm@gnu.org>
1504         * Merge in all changes up to version 24.4 release.
1506 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1508         * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1509         case (bug#18767).
1511 2014-10-20  Glenn Morris  <rgm@gnu.org>
1513         * Merge in all changes up to 24.4 release.
1515 2014-10-20  Ulf Jasper  <ulf.jasper@web.de>
1517         * net/newst-backend.el
1518         (newsticker--image-download-by-url-callback): Make this function
1519         actually work: Check status properly, then save image.
1521 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1523         * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
1524         `this-event'.
1525         (mouse-drag-line): Unless there's no actual mouse, use the event's
1526         position info.
1528 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * textmodes/css-mode.el (scss-mode): New major-mode.
1531         (css-mode-syntax-table): Use d style comment, to ease the scss case.
1532         (css-ident-re): Allow things like @-moz-keyframes.
1533         (scss--hash-re): New const.
1534         (css--font-lock-keywords): New function, extracted from
1535         css-font-lock-keywords.
1537 2014-10-19  Ulf Jasper  <ulf.jasper@web.de>
1539         * net/newst-backend.el: Require url-parse.
1540         (newsticker--get-news-by-wget): Store feed name as process property.
1541         (newsticker--sentinel): Read feed name from process property.
1542         (newsticker--sentinel-work): Rename argument name to feed-name.
1543         Rename variable imageurl to image-url.  Pick icon url from Atom
1544         1.0 data.  Launch download of feed icon.
1545         (newsticker--get-icon-url-atom-1.0): New.
1546         (newsticker--unxml)
1547         (newsticker--unxml-node)
1548         (newsticker--unxml-attribute): Documentation.
1549         (newsticker--icons-dir): New.
1550         (newsticker--image-get): New arguments FILENAME and DIRECTORY.
1551         Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
1552         (newsticker--image-download-by-wget): New.  Use process properties
1553         for storing informations.
1554         (newsticker--image-sentinel): Read informations from process properties.
1555         (newsticker--image-save)
1556         (newsticker--image-remove)
1557         (newsticker--image-download-by-url)
1558         (newsticker--image-download-by-url-callback): New.
1559         (newsticker-opml-export): Handle url list entries containing a
1560         function instead of an url string.
1562         * net/newst-reader.el (newsticker-html-renderer): Whitespace.
1563         (newsticker--print-extra-elements)
1564         (newsticker--do-print-extra-element):
1565         Documentation (newsticker--image-read): Optionally limit image height.
1566         Use imagemagick if possible.
1567         (newsticker--icon-read): New.
1569         * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
1570         (newsticker--treeview-tree-expand): Use feed icons in treeview.
1571         (newsticker--tree-widget-icon-create): New.  Set the tree widget icon.
1572         (newsticker--tree-widget-leaf-icon): Use feed icon.
1574 2014-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1576         * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
1577         Use help-function-arglist instead.
1579         * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
1580         (eieio--with-scoped-class): Use `declare'.
1581         (eieio-defclass): Remove compatibility code.
1582         (no-method-definition, no-next-method, inconsistent-class-hierarchy)
1583         (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
1585 2014-10-18  Jan Djärv  <jan.h.d@swipnet.se>
1587         * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
1589         * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
1590         replacements to stock names before stock names in a list.
1591         Cdr may be a list, each name is tried in turn until one is found.
1593 2014-10-18  Alan Mackenzie  <acm@muc.de>
1595         Check that a "macro" found near point-min isn't a ## operator.
1596         Fixes bug #18749.
1597         * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
1598         (c-beginning-of-macro): Use the above new function.
1600 2014-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1602         * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
1603         correct data to `gnutls-boot' (Bug#18664).
1604         Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
1606 2014-10-18  Michal Nazarewicz  <mina86@mina86.com>
1608         * whitespace.el (whitespace-style, whitespace-big-indent)
1609         (whitespace-big-indent-regexp, whitespace-style-value-list)
1610         (whitespace-toggle-option-alist, whitespace-interactive-char)
1611         (whitespace-toggle-options)
1612         (global-whitespace-toggle-options, whitespace-help-text)
1613         (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
1614         style to `whitespace-mode' to indicate that the line indentation
1615         is too deep.  By default, 32 SPACEs or four TABs are considered
1616         too many but `whitespace-big-indent-regexp' can be configured.
1618 2014-10-17  Michal Nazarewicz  <mina86@mina86.com>
1620         * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
1621         tildify-mode-alist.
1623 2014-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
1626         (defclass, defgeneric, defmethod): Add doc-string position.
1627         (with-slots): Require cl-lib.
1629         * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
1630         (list-of): New type.
1631         (eieio--typep): Remove.
1632         (eieio-perform-slot-validation): Use cl-typep instead.
1634         * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
1636         * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
1638 2014-10-16  Alan Mackenzie  <acm@muc.de>
1640         Trigger showing when point is in the "periphery" of a line or just
1641         inside a paren.
1642         * paren.el (show-paren-style, show-paren-delay)
1643         (show-paren-priority, show-paren-ring-bell-on-mismatch):
1644         Remove superfluous :group specifications.
1645         (show-paren-when-point-inside-paren)
1646         (show-paren-when-point-in-periphery): New customizable variables.
1647         (show-paren-highlight-openparen): Make into a defcustom.
1648         (show-paren--unescaped-p, show-paren--categorize-paren)
1649         (show-paren--locate-near-paren): New defuns.
1650         (show-paren--default): Refaactor and trigger on more paren
1651         positions.
1652         (show-paren-function): Small consequential changes.
1654 2014-10-16  Tom Tromey  <tom@tromey.com>
1656         * files.el (auto-mode-alist): Use javascript-mode for .jsm
1657         (bug #18719).
1659 2014-10-16  Eli Zaretskii  <eliz@gnu.org>
1661         * international/characters.el (bracket-type): Force pre-loading of
1662         uni-brackets.el.
1664 2014-10-16  Alan Mackenzie  <acm@muc.de>
1666         * cus-edit.el (custom-command-apply): Specify the return value in
1667         the doc string.
1668         (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
1669         custom-command-apply has returned non-nil.
1671 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1673         * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
1674         Remove incorrect handling of eldoc-print-after-edit.
1675         (eldoc-message-commands, eldoc-last-data): Use defvar.
1676         * loadup.el (emacs-lisp/eldoc): Load it.
1678         * progmodes/m4-mode.el (m4-syntax-propertize): New var.
1679         (m4-mode): Use it.
1680         (m4--quoted-p): New function.
1681         (m4-font-lock-keywords): Don't handle #..\n comments any more.
1682         (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
1683         for most special characters.
1685         * progmodes/compile.el (compilation--previous-directory): Simplify.
1686         (compilation-next-error): Ensure the parse before we look at
1687         compilation-message property.
1689 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
1691         * simple.el (what-cursor-position):
1692         * descr-text.el (describe-char): Update to support the new bidi
1693         characters.
1695         * emacs-lisp/tabulated-list.el (tabulated-list-mode):
1696         Force bidi-paragraph-direction to 'left-to-right'.  This fixes
1697         buffer-menu display when the first buffer happens to start with
1698         R2L letter.
1700 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * progmodes/elisp-mode.el (elisp--local-variables-1):
1703         Handle quoted expressions (bug#18688).
1705 2014-10-14  Jérémy Compostella  <jeremy.compostella@intel.com>
1706             Michael Albinus  <michael.albinus@gmx.de>
1708         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1709         Reduce the amount of set environment variable commands.
1711 2014-10-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1713         Fix import completion.  (Bug#18582)
1714         * progmodes/python.el (python-shell-completion-get-completions):
1715         Fix import case regexp.
1717 2014-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
1720         (bug#18622).  Reported by Arni Magnusson <arnima@hafro.is>.
1721         * progmodes/prolog.el (prolog-electric--underscore): Same.
1723 2014-10-12  Michael Albinus  <michael.albinus@gmx.de>
1725         * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
1727 2014-10-11  Jan Djärv  <jan.h.d@swipnet.se>
1729         * cus-start.el (all): Add missing ns and boolean to
1730         ns-use-fullscreen-animation.
1732 2014-10-11  Leo Liu  <sdl.web@gmail.com>
1734         * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
1735         Use strings.
1736         (cfengine3-create-imenu-index): New function.
1737         (cfengine3-mode): Use it for `imenu-create-index-function'.
1738         (cfengine-auto-mode): Improve and prefer cfengine3-mode when
1739         buffer is empty.
1741 2014-10-11  Jan Djärv  <jan.h.d@swipnet.se>
1743         * cus-start.el (all): Add ns-use-fullscreen-animation.
1745 2014-10-11  Glenn Morris  <rgm@gnu.org>
1747         * calendar/diary-lib.el (diary-display-function):
1748         Drop support for deprecated nil and list forms.
1749         (diary-list-entries): Update for the above.
1750         * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
1752 2014-10-10  Leo Liu  <sdl.web@gmail.com>
1754         * window.el (temp-buffer-window-show): Make BUFFER a required arg.
1755         (Bug#18656)
1757 2014-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * select.el (gui-selection-exists-p-alist): New method.
1760         * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
1761         * simple.el (deactivate-mark): Use it.
1762         * term/x-win.el (gui-selection-exists-p):
1763         * term/w32-win.el (gui-selection-exists-p):
1764         * term/pc-win.el (gui-selection-exists-p):
1765         * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
1767 2014-10-10  Glenn Morris  <rgm@gnu.org>
1769         * info.el (Info-fontify-maximum-menu-size): Bump to 400k.  (Bug#16227)
1770         Fix :type.  Allow t to mean no limit.
1771         (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
1773 2014-10-09  Glenn Morris  <rgm@gnu.org>
1775         * frame.el (display-monitor-attributes-list): Doc tweaks.
1777 2014-10-09  Eli Zaretskii  <eliz@gnu.org>
1779         * faces.el (display-grayscale-p): Mention in the doc string that
1780         the argument can be either a display name or a frame.
1782         * frame.el (display-pixel-height, display-pixel-width)
1783         (display-mm-height, display-mm-width, display-backing-store)
1784         (display-save-under, display-planes, display-color-cells)
1785         (display-visual-class, display-monitor-attributes-list)
1786         (display-screens): Mention in the doc string that the argument can
1787         be either a display name or a frame.  Improve the docs of the
1788         monitor attributes.  (Bug#18636)
1790 2014-10-09  Martin Rudalics  <rudalics@gmx.at>
1792         * term.el (term-window-width): Subtract 1 from the width when
1793         any fringe has zero width, not just the right fringe.  (Bug#18601)
1795 2014-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
1799 2014-10-08  Leo Liu  <sdl.web@gmail.com>
1801         * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
1803 2014-10-08  Glenn Morris  <rgm@gnu.org>
1805         * calendar/cal-x.el (calendar-dedicate-diary):
1806         Drop support for recently deleted aliases.
1808 2014-10-08  Leo Liu  <sdl.web@gmail.com>
1810         * progmodes/cfengine.el (cfengine3-make-syntax-cache):
1811         Always return a syntax.  Replace call-process-shell-command with
1812         process-file.  Ensure cfengine-mode-syntax-functions-regex is
1813         always set.  Ensure cache when cfengine-cf-promises fails.
1814         (Bug#18620)
1816 2014-10-07  Glenn Morris  <rgm@gnu.org>
1818         * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
1820 2014-10-07  Wilson Snyder  <wsnyder@wsnyder.org>
1822         Sync with upstream verilog-mode revision c075a492.
1823         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1824         (verilog-menu): Add AUTOINSERTLAST.
1825         (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
1826         is nil, fix indenting initial/final to match always statements, bug825.
1827         Reported by Tim Clapp.
1828         (verilog-extended-complete-re): Fix indentation of DPI-C imports,
1829         bug557.  Reported by ZeDong Mao and Jason Forkey.
1830         (verilog-read-decls): Fix parsing typed interfaces.
1831         Fix AUTOINOUTMODPORT missing types.  Reported by Stephan Bourduas.
1832         (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
1833         (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
1834         Reported by Pierre-David Pfister.
1835         (verilog-auto-insert-lisp): Doc fix.
1836         (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
1837         allow post-AUTO user fixups, bug826.  Reported by Dennis Muhlestein.
1838         (verilog-sk-ovm-class, verilog-sk-uvm-object)
1839         (verilog-sk-uvm-component): Fix missing string keyword in class
1840         skeletons, bug824.  Reported by eldad faruhi.
1842 2014-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * term/w32-win.el: Move all code from 32-common-fns.el here.
1845         (gui-select-text, gui-selection-value): Use w32 handlers in the w32
1846         console as well (bug#18629).
1847         * w32-common-fns.el: Remove.
1848         * loadup.el: Don't load w32-common-fns.el.
1849         * w32-fns.elc: Don't require w32-common-fns.
1851         * icomplete.el: Move Iswitchb autoload here.  Much simpler.
1852         * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
1853         Remove redundant obsolescence thingy.
1854         * loadup.el: Don't load obsolete/loaddefs.el.
1855         * Makefile.in (obsolete-autoloads): Remove.
1856         (AUTOGENEL): Remove obsolete/loaddefs.el.
1858 2014-10-06  Glenn Morris  <rgm@gnu.org>
1860         * Makefile.in (obsolete-autoloads): Write to a separate file,
1861         to workaround autoloads bug.  (Bug#17407)
1862         (AUTOGENEL): Add obsolete/loaddefs.el.
1863         * loadup.el: Load obsolete/loaddefs.el if present.
1864         * subr.el (do-after-load-evaluation):
1865         Don't warn about obsolete/loaddefs.el.
1867         * menu-bar.el (menu-bar-games-menu): Remove landmark.
1868         It has zero relationship to a game.
1870 2014-10-06  Leo Liu  <sdl.web@gmail.com>
1872         * imenu.el (imenu): Re-write for clarity.
1874 2014-10-06  Glenn Morris  <rgm@gnu.org>
1876         Remove calendar code obsolete since at least version 23.1.
1877         * calendar/cal-bahai.el (calendar-absolute-from-bahai)
1878         (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
1879         (calendar-goto-bahai-date, list-bahai-diary-entries)
1880         (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
1881         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
1882         (insert-yearly-bahai-diary-entry):
1883         * calendar/cal-china.el (chinese-calendar-time-zone)
1884         (chinese-calendar-location-name)
1885         (chinese-calendar-daylight-time-offset)
1886         (chinese-calendar-standard-time-zone-name)
1887         (chinese-calendar-daylight-time-zone-name)
1888         (chinese-calendar-daylight-savings-starts)
1889         (chinese-calendar-daylight-savings-ends)
1890         (chinese-calendar-daylight-savings-starts-time)
1891         (chinese-calendar-daylight-savings-ends-time)
1892         (chinese-calendar-celestial-stem)
1893         (chinese-calendar-terrestrial-branch)
1894         (calendar-absolute-from-chinese, calendar-print-chinese-date)
1895         (calendar-goto-chinese-date):
1896         * calendar/cal-coptic.el (calendar-absolute-from-coptic)
1897         (calendar-print-coptic-date, coptic-prompt-for-date)
1898         (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
1899         (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
1900         * calendar/cal-french.el (calendar-absolute-from-french)
1901         (calendar-print-french-date, calendar-goto-french-date):
1902         * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
1903         (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
1904         (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
1905         (holiday-rosh-hashanah-etc, holiday-hanukkah)
1906         (holiday-passover-etc, holiday-tisha-b-av-etc)
1907         (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
1908         (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
1909         (insert-monthly-hebrew-diary-entry)
1910         (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
1911         (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
1912         (diary-sabbath-candles):
1913         * calendar/cal-islam.el (calendar-absolute-from-islamic)
1914         (calendar-print-islamic-date, calendar-goto-islamic-date)
1915         (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
1916         (mark-islamic-diary-entries, insert-islamic-diary-entry)
1917         (insert-monthly-islamic-diary-entry)
1918         (insert-yearly-islamic-diary-entry):
1919         * calendar/cal-iso.el (calendar-absolute-from-iso)
1920         (calendar-print-iso-date, calendar-iso-read-args)
1921         (calendar-goto-iso-date, calendar-goto-iso-week):
1922         * calendar/cal-julian.el (calendar-absolute-from-julian)
1923         (calendar-print-julian-date, calendar-goto-julian-date)
1924         (calendar-absolute-from-astro, calendar-print-astro-day-number)
1925         (calendar-goto-astro-day-number):
1926         * calendar/cal-mayan.el (calendar-print-mayan-date)
1927         (calendar-next-haab-date, calendar-previous-haab-date)
1928         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
1929         (calendar-next-calendar-round-date)
1930         (calendar-previous-calendar-round-date)
1931         (calendar-absolute-from-mayan-long-count)
1932         (calendar-goto-mayan-long-count-date):
1933         * calendar/cal-move.el (scroll-calendar-left)
1934         (scroll-calendar-right, scroll-calendar-left-three-months)
1935         (scroll-calendar-right-three-months):
1936         * calendar/cal-persia.el (calendar-absolute-from-persian)
1937         (calendar-print-persian-date, persian-prompt-for-date)
1938         (calendar-goto-persian-date):
1939         * calendar/cal-x.el (calendar-after-frame-setup-hooks):
1940         * calendar/calendar.el (view-diary-entries-initially)
1941         (mark-diary-entries-in-calendar, calendar-today-face)
1942         (diary-face, holiday-face, view-calendar-holidays-initially)
1943         (mark-holidays-in-calendar, initial-calendar-window-hook)
1944         (today-visible-calendar-hook, today-invisible-calendar-hook)
1945         (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
1946         (bahai-diary-entry-symbol, american-date-diary-pattern)
1947         (european-date-diary-pattern, european-calendar-display-form)
1948         (american-calendar-display-form, holidays-in-diary-buffer)
1949         (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
1950         (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
1951         (fancy-diary-buffer, increment-calendar-month)
1952         (extract-calendar-month, extract-calendar-day)
1953         (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
1954         (mark-visible-calendar-date, calendar-version):
1955         * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
1956         (diary-display-hook, list-diary-entries-hook)
1957         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
1958         (nongregorian-diary-marking-hook, print-diary-entries-hook)
1959         (abbreviated-calendar-year, number-of-diary-entries)
1960         (view-other-diary-entries, add-to-diary-list)
1961         (include-other-diary-files, simple-diary-display)
1962         (fancy-diary-display, print-diary-entries, mark-diary-entries)
1963         (mark-sexp-diary-entries, mark-included-diary-files)
1964         (mark-calendar-days-named, mark-calendar-month)
1965         (mark-calendar-date-pattern, sort-diary-entries)
1966         (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
1967         (insert-weekly-diary-entry, insert-monthly-diary-entry)
1968         (insert-yearly-diary-entry, insert-anniversary-diary-entry)
1969         (insert-block-diary-entry, insert-cyclic-diary-entry)
1970         (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
1971         * calendar/holidays.el (general-holidays, oriental-holidays)
1972         (local-holidays, other-holidays, hebrew-holidays)
1973         (christian-holidays, islamic-holidays, bahai-holidays)
1974         (solar-holidays, list-calendar-holidays)
1975         (check-calendar-holidays, mark-calendar-holidays)
1976         (filter-visible-calendar-holidays):
1977         * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
1978         (diary-phases-of-moon): Remove obsolete aliases.
1979         * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
1980         * calendar/cal-x.el (calendar-one-frame-setup)
1981         (calendar-only-one-frame-setup, calendar-two-frame-setup):
1982         Remove obsolete functions.
1983         (cal-x-load-hook): Remove obsolete hook.
1984         * calendar/calendar.el (european-calendar-style):
1985         Remove obsolete variable.
1986         (calendar-date-style): No longer consult european-calendar-style.
1987         * calendar/calendar.el (european-calendar, american-calendar):
1988         Remove obsolete commands.
1989         * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
1990         * calendar/diary-lib.el (diary-face): Remove obsolete variable.
1991         (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
1992         Use the face `diary' instead of the variable `diary-face'.
1993         * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
1994         (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
1995         * calendar/icalendar.el (icalendar--date-style): Remove function.
1996         Replace all uses with calendar-date-style.
1997         * textmodes/remember.el (calendar-date-style): Declare.
1998         (remember-diary-convert-entry):
1999         No longer consult european-calendar-style.
2001 2014-10-05  Leo Liu  <sdl.web@gmail.com>
2003         * imenu.el (imenu-default-goto-function): Fix typo.
2005 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
2007         * net/ntlm.el (ntlm-build-auth-request):
2008         Add NTLM2 Session support.  (Bug#15603)
2010 2014-10-04  Glenn Morris  <rgm@gnu.org>
2012         * apropos.el (apropos-symbols-internal):
2013         Avoid error with non-symbol properties.  (Bug#18337#16)
2015         * startup.el (command-line):
2016         Handle altered user-emacs-directory in load-path warning.  (Bug#18512)
2018 2014-10-04  Martin Rudalics  <rudalics@gmx.at>
2020         * window.el (window-full-height-p): Make it behave correctly for
2021         minibuffer window.
2022         (window-current-scroll-bars): Fix code.
2023         (fit-frame-to-buffer): Use window-scroll-bar-height instead of
2024         window-scroll-bars.
2025         * frame.el (frame-current-scroll-bars): Fix doc-string.
2026         * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
2028 2014-10-04  Mark Oteiza  <mvoteiza@udel.edu>  (tiny change)
2030         * files.el (auto-mode-alist): Use sh-mode for .zsh files.  (Bug#18488)
2032 2014-10-04  Glenn Morris  <rgm@gnu.org>
2034         * frame.el (frame-monitor-attributes)
2035         (display-monitor-attributes-list): Doc fixes.
2037 2014-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         Merge trivially safe differences from standalone CC-mode.
2040         * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
2041         just to then pass it to `symbol-value'.
2042         (prog-mode): Provide fallback definition, if needed.
2043         * progmodes/cc-langs.el: Always load `cl'.  Don't load `cl-lib'.
2044         Remove "cl-" prefix accordingly.
2045         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
2046         characterp depending on the type of characters.
2047         (c-font-lock-enum-tail): Remove unused var `start'.
2048         * progmodes/cc-engine.el: Load CL at compile-time.
2049         (c-declare-lang-variables): Use mapcan.
2050         (c-append-to-state-cache): Remove unused var `ce+1'.
2051         (c-parse-state-state): Make buffer-local.
2052         (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
2053         (c-just-after-func-arglist-p): Remove unused var `end'.
2054         * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
2055         (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
2056         (c-make-keywords-re): Use delete-dups.
2057         (c-get-current-file): Avoid file-name-base.
2058         * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
2059         `close-paren-inserted'.
2060         * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
2062         * progmodes/python.el: Avoid building unneeded markers.
2063         (python-font-lock-keywords, python-indent-dedent-line)
2064         (python-fill-paren, python-shell-completion-complete-or-indent):
2065         Prefer point over point-marker.
2066         (inferior-python-mode): Remove redundant completion settings.
2068 2014-10-03  Dmitry Gutov  <dgutov@yandex.ru>
2070         * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
2071         (vc-svn-ignore): Use it.  (Bug#18619)
2073 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
2075         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2076         In doc-string mention need to set `frame-resize-pixelwise'.
2078 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
2081         similarly to Rogers's 2010-06-16 change for the remote case
2082         (bug#18605).
2084 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2086         New gui-selection-value consolidating x-selection-value.
2087         * select.el (gui-selection-value-alist): New method.
2088         (gui-selection-value): New function.
2089         (x-selection-value): Make it an obsolete alias.
2090         * simple.el (interprogram-paste-function): Default to
2091         gui-selection-value.
2092         * w32-common-fns.el (w32-get-selection-value): Simplify.
2093         (x-selection-value): Remove alias.
2094         (interprogram-paste-function): Don't set.
2095         (gui-selection-value): Define for w32.
2096         * term/x-win.el (gui-selection-value): Define for x.
2097         (x--selection-value): Rename from x--selection-value.
2098         (interprogram-paste-function): Don't set.
2099         * term/pc-win.el (w16-get-selection-value): Simplify.
2100         (msdos-initialize-window-system): Don't set
2101         interprogram-paste-function.
2102         (gui-selection-value): Define for pc.
2103         * term/ns-win.el (x-selection-value): Remove.
2104         (gui-selection-value): Define for ns, instead.
2105         * term/common-win.el (x-setup-function-keys): Don't set
2106         interprogram-paste-function.
2107         * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
2108         Use gui-selection-value.
2110 2014-10-02  David Raynes  <rayners@gmail.com>  (tiny change)
2112         * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
2114 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2116         * obsolete/lucid.el (read-number): Remove, redundant.
2117         * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
2118         Remove, broken.
2120 2014-10-02  Glenn Morris  <rgm@gnu.org>
2122         * emacs-lisp/package.el (package-import-keyring):
2123         Create gnupg directory private.  (Bug#17625#155)
2125 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2127         * progmodes/python.el (python-shell-completion-get-completions):
2128         Use python-shell--prompt-calculated-input-regexp from the
2129         process buffer (bug#18582).
2130         Don't assume that `line' comes from the process buffer.
2132 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2134         * frame.el: Use lexical-binding (bug#18598).
2135         (make-frame): Use t rather than nil for tty's window-system.
2136         * startup.el (command-line): Use gui-method.
2138         Consolidate management/ownership of selections.
2139         * select.el (gui-get-selection-alist): New method.
2140         (gui-get-selection): Use it.  Rename from x-get-selection.
2141         (x-get-selection): Define as obsolete alias.
2142         (x-get-clipboard): Mark obsolete.
2143         (gui-get-primary-selection): New function.
2144         (x-get-selection-value): Mark obsolete.
2145         (gui-own-selection-alist, gui-disown-selection-alist)
2146         (gui-selection-owner-p-alist): New methods.
2147         (gui-set-selection): Use them.  Rename from x-set-selection.
2148         (x-set-selection): Define as obsolete alias.
2149         (gui--valid-simple-selection-p): Rename from
2150         x-valid-simple-selection-p.
2151         * w32-common-fns.el (gui-own-selection, gui-disown-selection)
2152         (gui-selection-owner-p, gui-get-selection): Define for w32.
2153         (w32-get-selection-value): Rename from x-get-selection-value.
2154         Use the new gui-last-selected-text.
2155         * term/x-win.el (x-get-selection-value): Remove.
2156         (x-clipboard-yank): Declare obsolete.
2157         (gui-own-selection, gui-disown-selection, gui-get-selection)
2158         (gui-selection-owner-p): Define for x.
2159         * term/w32-win.el (w32-win-suspend-error): Rename from
2160         x-win-suspend-error.
2161         * term/pc-win.el (w16-get-selection-value): Rename from
2162         x-get-selection-value.
2163         (w16-selection-owner-p): Rename from x-selection-owner-p.
2164         (gui-own-selection, gui-disown-selection, gui-get-selection)
2165         (gui-selection-owner-p): Define for pc.
2166         (w16--select-text): New function.
2167         * term/ns-win.el (gui-own-selection, gui-disown-selection)
2168         (gui-get-selection, gui-selection-owner-p): Define for ns.
2169         * term.el (term-mouse-paste):
2170         * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
2172 2014-10-02  H. Dieter Wilhelm  <dieter@duenenhof-wilhelm.de>
2174         * calc/calc-help.el (calc-describe-thing): Quote strings
2175         which could look like regexps.
2177 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2179         Consolidate x-select-text.
2180         * frame.el (gui-method, gui-method-define, gui-method-declare)
2181         (gui-call): New macros.
2182         (gui-method--name): New function.
2183         (frame-creation-function-alist): Use gui-method-declare.
2184         (make-frame): Use gui-method.
2185         * select.el (gui-select-enable-clipboard): Rename from
2186         x-select-enable-clipboard and move here.
2187         (x-select-enable-clipboard): Define as obsolete alias.
2188         (gui-last-selected-text): New var, to replace x-last-selected-text.
2189         (gui-select-text): New GUI method.
2190         (gui-select-text): New function.
2191         (x-select-text): Define as obsolete alias.
2192         * term/common-win.el (x-select-enable-clipboard, x-select-text):
2193         Move to select.el.
2194         * simple.el (interprogram-cut-function): Change default to
2195         x-select-text.
2196         (interprogram-paste-function): Change default to `ignore'.
2197         * w32-common-fns.el (interprogram-cut-function): Don't modify.
2198         * term/x-win.el (interprogram-cut-function): Don't modify.
2199         (gui-select-text): Add method for x.
2200         * term/w32-win.el (gui-select-text): Add method for w32.
2201         * term/pc-win.el (x-last-selected-text): Remove, use
2202         gui-last-selected-text instead.
2203         (msdos-initialize-window-system): Don't set interprogram-cut-function.
2204         (gui-select-text): Add method for pc.
2205         * term/ns-win.el (ns-last-selected-text): Remove, use
2206         gui-last-selected-text instead.
2207         (gui-select-text): Add method for ns.
2208         (x-setup-function-keys): Don't change interprogram-cut-function.
2209         * loadup.el ("startup"): Load after "frame".
2210         * subr.el (package--builtin-versions, package--description-file):
2211         Move from startup.el.
2212         * startup.el (package--builtin-versions, package--description-file):
2213         Move to subr.el.
2214         (handle-args-function-alist, window-system-initialization-alist):
2215         Use gui-method-declare.
2216         (command-line): Use gui-method.
2218 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * subr.el (alist-get): New accessor.
2221         * emacs-lisp/gv.el (alist-get): Provide expander.
2222         * winner.el (winner-remember):
2223         * tempo.el (tempo-use-tag-list):
2224         * progmodes/gud.el (minor-mode-map-alist):
2225         * international/mule-cmds.el (define-char-code-property):
2226         * frameset.el (frameset-filter-params):
2227         * files.el (dir-locals-set-class-variables):
2228         * register.el (get-register, set-register):
2229         * calc/calc-yank.el (calc-set-register): Use it.
2230         * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
2231         * tooltip.el (tooltip-set-param): Mark as obsolete.
2232         (tooltip-show): Use alist-get instead.
2233         * ses.el (ses--alist-get): Remove.  Use alist-get instead.
2235 2014-10-01  Ulf Jasper  <ulf.jasper@web.de>
2237         * net/newst-backend.el: Remove Time-stamp.  Rename variable
2238         `newsticker--download-logos' to `newsticker-download-logos' and
2239         make it customizable.
2240         (newsticker--sentinel-work): Move xml-workarounds to function
2241         `newsticker--do-xml-workarounds', call unless libxml-parser is
2242         used.  Allow single quote in regexp for encoding.
2243         Use libxml-parser if available, else fall back to `xml-parse-region'.
2244         Take care of possibly missing namespace prefixes (like "RDF"
2245         instead of "rdf:RDF") when checking xml nodes and attributes (as
2246         libxml correctly removes the prefixes).  Always use Atom 1.0 as
2247         fallback feed type.  Rename `newsticker--download-logos' to
2248         `newsticker-download-logos'
2249         (newsticker--unxml, newsticker--unxml-node)
2250         (newsticker--unxml-attribute): New.
2251         (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
2252         HTML code has become part of the xml parse tree.
2253         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
2254         of possibly missing namespace prefixes.
2255         (newsticker--parse-generic-items): Code formatting. Typo.
2256         (newsticker--images-dir): Add trailing slash.
2257         (newsticker--image-get): Fix error message.
2259         * net/newst-plainview.el: Remove Time-stamp.
2261         * net/newst-reader.el: Remove Time-stamp.
2262         (newsticker-download-logos): Rename variable
2263         `newsticker--download-logos' to `newsticker-download-logos' and
2264         make it customizable.
2265         (newsticker--print-extra-elements): Add optional parameter
2266         'htmlish for using html markup.  Amend list of ignored elements.
2267         (newsticker--do-print-extra-element): Add parameter 'htmlish for
2268         using html markup.
2270         * net/newst-ticker.el: Remove Time-stamp.
2272         * net/newst-treeview.el (newsticker--treeview-item-show): Use html
2273         for formatting extra elements.
2275         * net/newsticker.el:  Remove Time-stamp, Version.
2276         (newsticker-version): Make obsolete.
2278 2014-09-30  Leonardo Nobrega  <leonobr@gmail.com>  (tiny change)
2280         * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
2281         (bug#18462).
2283 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2285         * emacs-lisp/package.el (package-check-signature): Default to nil if
2286         GPG is not available.
2287         (package-refresh-contents): Don't mess with the keyring if we won't
2288         check the signatures anyway.
2290 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
2293         (ses-center, ses-center-span): Use them.
2294         (ses-print-cell): Bind them while calling the printer.
2295         (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
2296         (ses-dorange): Revert last change.
2297         (ses-calculate-cell): Don't bind row&col dynamically while evaluating
2298         the formula.
2299         (ses-set-cell): Avoid `eval'.
2300         (ses--time-check): Rename it from ses-time-check and turn it into
2301         a macro.
2303         * ses.el (ses-setup): Don't assume modifying the iteration var of
2304         dotimes affects the iteration (bug#18191).
2306 2014-09-30  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2308         * ses.el (ses-calculate-cell): Bind row and col dynamically to
2309         their values with 'cl-progv'.
2310         (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
2311         their values with 'cl-progv', also use non-interned symbols for
2312         row, minrow, maxrow, mincol and maxcol.
2313         (maxrow maxcol): New defvar, to make the compiler happy.
2315 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2317         * minibuffer.el (completion-at-point): Emit warning for ill-behaved
2318         completion functions.
2320 2014-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2322         * ses.el (ses--letref): Quote value before it gets re-evaluated.
2324 2014-09-28  Thien-Thi Nguyen  <ttn@gnu.org>
2326         Font-lock `cl-flet*', too.
2327         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
2328         Add "flet*" to intermediate var `cl-lib-kw'.
2330 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2332         * epg-config.el (epg-gpg-program): Use the plain program names rather
2333         than their absolute file name.
2335         * subr.el (track-mouse): New macro.
2336         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2337         Remove track-mouse case.
2338         * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
2340 2014-09-27  Leo Liu  <sdl.web@gmail.com>
2342         * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
2344         * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
2346 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2348         * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
2349         Handle the case where `match' is :pcase--succeed or :pcase--fail
2350         (bug#18554).
2352         Introduce global-eldoc-mode.  Move Elisp-specific code to elisp-mode.el.
2353         * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
2354         (eldoc-schedule-timer): Obey it.
2355         (eldoc-documentation-function): Default to nil.
2356         (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
2357         (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
2358         (eldoc-highlight-function-argument, eldoc-get-var-docstring)
2359         (eldoc-last-data-store, eldoc-docstring-first-line)
2360         (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
2361         (eldoc-beginning-of-sexp, eldoc-current-symbol)
2362         (eldoc-function-argstring): Move to elisp-mode.el.
2363         (eldoc-symbol-function): Remove, unused.
2364         * progmodes/elisp-mode.el: New file.  Rename all "eldoc-*" to "elisp--*".
2365         (elisp-completion-at-point): Rename from lisp-completion-at-point.
2366         (elisp--preceding-sexp): Rename from preceding-sexp.
2367         * loadup.el: Load new file progmodes/elisp-mode.
2368         * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
2369         * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
2370         (lisp--local-variables-completion-table, lisp--expect-function-p)
2371         (lisp--form-quoted-p, lisp--company-doc-buffer)
2372         (lisp--company-doc-string, lisp--company-location)
2373         (lisp-completion-at-point): Move to elisp-mode.el.
2374         * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
2375         extracted from emacs-lisp-mode-syntax-table.
2376         (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
2377         elisp-mode.el.
2378         (lisp-imenu-generic-expression): Add comments to document what comes
2379         from which Lisp dialect.
2380         (emacs-lisp-mode-map, emacs-lisp-byte-compile)
2381         (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
2382         (emacs-lisp-mode, emacs-list-byte-code-comment-re)
2383         (emacs-lisp-byte-code-comment)
2384         (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
2385         (lisp-interaction-mode-map, lisp-interaction-mode)
2386         (eval-print-last-sexp, last-sexp-setup-props)
2387         (last-sexp-toggle-display, prin1-char, preceding-sexp)
2388         (eval-last-sexp-1, eval-last-sexp-print-value)
2389         (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
2390         (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
2392 2014-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2394         * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
2395         Do not match file names that end in '/', as they cannot be 'grep'
2396         hits nowadays.  This prevents confusion when 'grep -r' reports a
2397         match in a file whose basename is ':12345:'.  Conversely, do not
2398         require exactly the same sequence of spaces and tabs after both
2399         colons, and allow spaces or tabs before the second colon, as per
2400         the POSIX spec for 'grep' output.
2402 2014-09-26  Leo Liu  <sdl.web@gmail.com>
2404         Add cl-parse-integer based on parse-integer (Bug#18557)
2405         * calendar/parse-time.el (parse-time-digits): Remove.
2406         (digit-char-p, parse-integer) Moved to cl-lib.el.
2407         (parse-time-tokenize, parse-time-rules, parse-time-string):
2408         Use cl-parse-integer.
2410         * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
2412         * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
2413         (cl-digit-char-p): New function.
2415 2014-09-25  Juri Linkov  <juri@jurta.org>
2417         * vc/add-log.el (change-log-next-buffer): Don't create an empty
2418         buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
2419         Return the current buffer if no files match the default pattern
2420         ChangeLog.[0-9].  Signal "end of multi" when file is nil. (Bug#18547)
2422 2014-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
2425         the global vc-handled-backends (bug#18535).
2427 2014-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
2430         Suggested by <lompik@voila.fr>.
2432 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
2434         * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
2435         Rename from `newsticker--treeview-do-get-node'.
2436         (newsticker--treeview-get-node-by-id):
2437         Rename from `newsticker--treeview-get-node'.
2438         (newsticker--treeview-buffer-init)
2439         (newsticker--treeview-buffer-init): Disable buffer undo.
2440         (newsticker--treeview-unfold-node): Adapt to modified
2441         `newsticker--group-find-parent-group'.
2442         (newsticker--group-do-find-group):
2443         Rename from `newsticker--group-do-find-group-for-feed'.
2444         Now works for both, groups and feeds.
2445         (newsticker--group-find-parent-group):
2446         Rename from `newsticker--group-find-group-for-feed'.
2447         Now works for both, groups and feeds.
2448         (newsticker--group-do-get-parent-group)
2449         (newsticker--group-get-parent-group): Remove.
2450         (newsticker-group-add-group): Change interactive prompts.
2451         (newsticker-group-add-group): Finally jump to added group.
2452         (newsticker-group-delete-group): Finally jump to current feed.
2453         (newsticker--group-do-rename-group, newsticker-group-rename-group)
2454         (newsticker--get-group-names, newsticker--group-names): New.
2455         (newsticker-group-move-feed): Finally jump to moved feed.
2456         (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
2457         (newsticker-group-shift-group-down)
2458         (newsticker-group-shift-group-up, newsticker--group-shift): New.
2459         (newsticker-treeview-mode-map): New keybindings for new shift commands.
2461         * net/newst-backend.el (newsticker--item-list)
2462         (newsticker--item-position, newsticker--prev-message)
2463         (newsticker--scrollable-text): Move to newst-ticker.el.
2465         * net/newst-ticker.el (newsticker--item-list)
2466         (newsticker--item-position, newsticker--prev-message)
2467         (newsticker--scrollable-text): Move from newst-backend.el.
2469 2014-09-22  Kan-Ru Chen  <kanru@kanru.info>
2471         * window.el (fit-window-to-buffer): When counting buffer width,
2472         count the whole visible buffer.  Correctly convert the body-height
2473         to pixel size for window-text-pixel-size (Bug#18498).
2475 2014-09-22  Sam Steingold  <sds@gnu.org>
2477         * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
2478         (sql-execute): Use `special-mode'.
2480 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2482         Add pcase-defmacro, as well as `quote' and `app' patterns.
2483         * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
2484         * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
2485         (pcase--funcall, pcase--eval): New functions.
2486         (pcase--u1): Use them for guard, pred, let, and app.
2487         (\`): Use the new feature to generate better code for vector patterns.
2488         * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
2489         (pcase--upat): Remove.
2490         (pcase--macroexpand): Don't hardcode handling of `.
2491         (pcase--split-consp, pcase--split-vector): Remove.
2492         (pcase--split-equal): Disregard ` since it's expanded away.
2493         (pcase--split-member): Optimize for quote rather than for `.
2494         (pcase--split-pred): Optimize for quote rather than for `.
2495         (pcase--u1): Remove handling of ` (and of `or' and `and').
2496         Quote non-selfquoting values when passing them to `eq'.
2497         Drop `app's let-binding if the variable is not used.
2498         (pcase--q1): Remove.
2499         (`): Define as a pattern macro.
2500         * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
2501         (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
2502         (pcase--macroexpand): Handle self-quoting patterns here, expand them to
2503         quote patterns.
2504         (pcase--split-match): Don't hoist or/and here any more.
2505         (pcase--split-equal): Optimize quote patterns as well as ` patterns.
2506         (pcase--flip): New helper macro.
2507         (pcase--u1): Optimize the memq case directly.
2508         Don't handle neither self-quoting nor and/or patterns any more.
2509         * emacs-lisp/pcase.el (pcase-defmacro): New macro.
2510         (pcase--macroexpand): New function.
2511         (pcase--expand): Use it.
2512         * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
2513         New optimization functions.
2514         (pcase--u1): Add support for `quote' and `app'.
2515         (pcase): Document them in the docstring.
2517 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         Use lexical-bindin in Ibuffer.
2520         * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
2521         (ibuffer-compile-format): Simplify.
2522         (ibuffer-clear-summary-columns): Simplify.
2523         * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
2524         elem of dotimes when we don't refer to the iteration var from it.
2525         (ibuffer-toggle-sorting-mode): Avoid add-to-list.
2526         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
2527         Silence byte-compiler.
2529 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2531         * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
2532         expression for a list.
2534         * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
2535         for functions with no arguments.
2537         * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
2538         (mpc-volume-refresh): Make sure the corresponding header-line is updated.
2540 2014-09-17  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2542         * simple.el (clone-indirect-buffer): Mention the return value
2543         (bug#18478).
2545         * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
2546         Text mode in docstring (bug#18464).
2548 2014-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2550         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2551         Accept underscores in identifiers after "sub" (bug#18502).
2553 2014-09-21  Tassilo Horn  <tsdh@gnu.org>
2555         * textmodes/reftex-sel.el (reftex-select-label-mode)
2556         (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
2557         from special-mode (instead of fundamental-mode) and propertize
2558         with font-lock-face instead of just face. (Bug#18496)
2560         * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
2562 2014-09-19  Dmitry Gutov  <dgutov@yandex.ru>
2564         * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
2565         `table-etc' when `end' is non-nil.
2566         (lisp-completion-at-point): Move `end' back if it's after quote.
2567         If in comment or string, only complete when after backquote.
2568         (Bug#18265)
2569         (lisp-completion-at-point): Don't use
2570         `lisp--local-variables-completion-table' in the
2571         `lisp--form-quoted-p' case.
2573 2014-09-19  Dmitry Gutov  <dgutov@yandex.ru>
2575         * emacs-lisp/lisp.el (lisp--expect-function-p)
2576         (lisp--form-quoted-p): New functions.
2577         (lisp-completion-at-point): Use them to see if we're completing a
2578         variable reference, a function name, or just any symbol.
2579         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
2581 2014-09-18  Ivan Kanis  <ivan@kanis.fr>
2583         * net/shr.el, net/eww.el: Don't override `shr-width', but
2584         introduce a new variable `shr-internal-width'.  This allows users
2585         to specify a width themselves.
2587 2014-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589         * image-mode.el (image-toggle-display-image): If we have a
2590         `fit-width' or a `fit-height', don't limit the size of the image
2591         to the window size, because that doesn't preserve the aspect ratio.
2592         * image-mode.el: Move defvars earlier to avoid a byte-compilation
2593         warning.
2595 2014-09-17  Reuben Thomas  <rrt@sc3d.org>
2597         * progmodes/js.el: Add interpreter-mode-alist support for various
2598         JavaScript interpreters.
2600 2014-09-17  Paul Eggert  <eggert@cs.ucla.edu>
2602         Don't assume 'grep' supports GREP_OPTIONS.
2603         The GREP_OPTIONS environment variable is planned to be marked
2604         obsolescent in GNU grep, due to problems in its use, so stop
2605         relying on it.
2606         * progmodes/grep.el (grep-highlight-matches): Document this.
2607         (grep-process-setup): Do not set GREP_OPTIONS.
2608         (grep-compute-defaults): Use an explicit --color option if supported.
2610 2014-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2612         * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
2613         Don't add outdated key-shortcut cache (bug#18482).
2615 2014-09-15  Glenn Morris  <rgm@gnu.org>
2617         * image.el (image-multi-frame-p): Fix thinko - do not force
2618         a delay if none was specified.  (Bug#18334)
2620 2014-09-15  Kan-Ru Chen  <kanru@kanru.info>
2622         * window.el (fit-window-to-buffer): Doc fix.
2624 2014-09-15  Ivan Shmakov  <ivan@siamics.net>
2626         * desktop.el (desktop-create-buffer): Check that buffers are still live
2627         before burying them (bug#18373).
2629 2014-09-15  Glenn Morris  <rgm@gnu.org>
2631         * calendar/diary-lib.el (diary-list-entries):
2632         Restore 24.3 display behavior.  (Bug#18381)
2634 2014-09-15  Eli Zaretskii  <eliz@gnu.org>
2636         * mouse.el (mouse-drag-line): On text-mode frames, count the mode
2637         line and header line as 1 pixel.  This fixes the 1-"pixel" (row)
2638         discrepancy between window-pixel-edges and mouse events, and
2639         avoids moving mode line up when the mouse click is on the modeline
2640         and no drag is attempted.
2642 2014-09-14  Daniel Colascione  <dancol@dancol.org>
2644         * register.el (insert-register): Change default interactive
2645         insertion mode.
2647 2014-09-14  Michael Albinus  <michael.albinus@gmx.de>
2649         * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
2650         Suppress debug messages.
2652         * net/tramp.el (tramp-file-name-handler):
2653         * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
2654         appropriate.
2656 2014-09-13  Christopher Schmidt  <ch@ristopher.com>
2658         * calendar/calendar.el (calendar-update-mode-line):
2659         Do not overwrite mode-line-format if calendar-mode-line-format is
2660         nil.  (Bug#18467)
2662 2014-09-13  Leo Liu  <sdl.web@gmail.com>
2664         * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
2665         (pcase--expand): Use it.
2666         (pcase-exhaustive): New macro.  (Bug#16567)
2668         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2669         Add pcase-exhaustive.
2671 2014-09-13  Eli Zaretskii  <eliz@gnu.org>
2673         * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
2674         using the specified transfer-encoding, if any, or 'undecided'.
2675         (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
2676         broken at the window margin.
2678 2013-12-27  Ken Olum  <kdo@cosmos.phy.tufts.edu>
2680         Support rendering of HTML parts in Rmail (bug#4258).
2681         * mail/rmailmm.el (rmail-mime-process): Handle text/html
2682         separately from other text/ types.  Suppress tagline for
2683         multipart body.
2684         (rmail-mime-parse): Don't change visibility of tagline here.
2685         (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
2686         Handle text/html specially.
2687         (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
2688         (rmail-mime-insert-html, rmail-mime-render-html-shr)
2689         (rmail-mime-render-html-lynx): New functions.
2690         (rmail-mime-fix-inserted-faces): New function.
2691         (rmail-mime-process-multipart): Find the best part to show
2692         following rmail-mime-prefer-html if set.
2693         (rmail-mime-searching): New variable.
2694         (rmail-search-mime-message): Bind rmail-mime-searching to
2695         suppress rendering while searching.
2697 2014-09-12  Sam Steingold  <sds@gnu.org>
2699         * progmodes/sql.el (sql-product-alist): Add vertica.
2700         (sql-vertica-program, sql-vertica-options)
2701         (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
2702         New functions and variables to support Vertica.
2703         Inspired by code by Roman Scherer <roman@burningswell.com>.
2705 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
2707         * ses.el (ses-file-format-extend-parameter-list): Rename from
2708         ses-file-format-extend-paramter-list, to correct a misspelling.
2709         All uses changed.
2711 2014-09-10  Alan Mackenzie  <acm@muc.de>
2713         CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
2714         gets loaded at run-time).
2715         * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
2716         c-lang-const to c-make-no-parens-syntax-table and correct the
2717         logic.
2718         (c-no-parens-syntax-table): Correct the logic of the
2719         c-lang-defvar.
2721 2014-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2723         CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
2724         plus misc cleanup.
2725         * progmodes/cc-mode.el (c-basic-common-init):
2726         Set open-paren-in-column-0-is-defun-start.
2727         (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
2728         Remove declarations, unused.
2729         (run-mode-hooks): Remove declaration.
2730         (font-lock-defaults): Use plain `defvar' to declare.
2731         (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
2732         * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
2733         (c-make-mode-syntax-table): Don't micro-optimize.
2734         (c-keywords, c-keyword-member-alist): Simplify.
2735         (c-kwds-lang-consts): Don't eval at compile-time.
2736         (c-primary-expr-regexp): Comment out unused vars.
2737         * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
2738         (c-font-byte-compile): New var.
2739         (c--compile): New function.  Use it instead of `byte-compile'.
2740         (c-cpp-matchers): Quote the value returned by
2741         `c-make-syntactic-matcher' in case it's not self-evaluating.
2742         (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
2743         parentheses instead (in case MATCHER happens to be a list).
2744         (c-font-lock-enum-tail): Remove unused var `start'.
2745         (c-font-lock-objc-methods): Silence byte-compiler warnings.
2746         * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
2747         test into an argument.
2748         * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
2749         (c-get-char-property): Don't use `eval' just to unquote a constant.
2750         (c-use-extents): Remove.  Use (featurep 'xemacs), compiled
2751         more efficiently.
2752         (c-put-char-property-fun): Don't call `byte-compile' by hand.
2753         (c-clear-char-property, c-clear-char-properties): Check that `property'
2754         is a quoted constant.
2755         (c-emacs-features): Remove `infodock', `syntax-properties', and
2756         `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
2757         'xemacs) instead).  Use `with-temp-buffer' and let-bind vars after
2758         changing buffer, so we don't have to setq them again afterwards.
2759         (c-lang-const): Remove redundant symbolp assertions.
2760         (c-find-assignment-for-mode): Use `or'.
2761         * Makefile.in (compile-one-process): Remove cc-mode dependency.
2763 2014-09-09  Sam Steingold  <sds@gnu.org>
2765         * progmodes/sql.el (sql-default-directory): Fix type annotation.
2767 2014-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2769         * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
2770         Change doc comments into docstrings.
2771         * Makefile.in: Remove cc-awk dependency.
2773 2014-09-08  Sam Steingold  <sds@gnu.org>
2775         * progmodes/sql.el (sql-send-line-and-next): New command,
2776         bound to C-c C-n.
2777         (sql-show-sqli-buffer): Display the buffer instead of its name and
2778         bind the command to C-c C-z.
2779         (sql-default-directory): New user option.
2780         (sql-product-interactive): Bind `default-directory' to it to
2781         enable remote connections using Tramp.
2782         (sql-set-sqli-buffer): Call `sql-product-interactive' when no
2783         suitable buffer is available.
2785 2014-09-08  Glenn Morris  <rgm@gnu.org>
2787         * calendar/calendar.el (calendar-basic-setup):
2788         Fix calendar-view-holidays-initially-flag and fancy display.
2789         * calendar/diary-lib.el (diary-live-p): Doc fix.
2791         * calendar/calendar.el (calendar-basic-setup):
2792         Avoid clobbering calendar with diary.  (Bug#18381)
2794 2014-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
2798 2014-09-08  Lars Ljung  <lars@matholka.se>  (tiny change)
2800         * isearch.el (isearch-yank-word-or-char): Obey superword-mode
2801         as well (bug#18400).
2803 2014-09-08  Eli Zaretskii  <eliz@gnu.org>
2805         * subr.el (posn-actual-col-row): Doc fix.  (Bug#18385)
2807 2014-09-06  Leo Liu  <sdl.web@gmail.com>
2809         * emacs-lisp/pcase.el (pcase): Doc fix.
2810         (pcase--split-vector): New function.
2811         (pcase--q1): Support vector qpattern.  (Bug#18327)
2813 2014-09-05  Sam Steingold  <sds@gnu.org>
2815         * textmodes/tex-mode.el (tex-print-file-extension): New user
2816         option.
2817         (tex-print): Use it instead of the hard-coded string.
2819 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
2821         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2822         Expand `default-directory'.
2824 2014-09-05  Martin Rudalics  <rudalics@gmx.at>
2826         * scroll-bar.el (horizontal-scroll-bars-available-p):
2827         New function.
2828         (horizontal-scroll-bar-mode): Rewrite using
2829         horizontal-scroll-bars-available-p.
2830         * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
2831         horizontal-scroll-bars-available-p.
2833 2014-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2835         * subr.el (call-process-shell-command, process-file-shell-command):
2836         Make the `args' obsolete (bug#18409).
2837         (start-process-shell-command, start-file-process-shell-command):
2838         Use `declare'.
2840 2014-09-05  Jay Belanger  <jay.p.belanger@gmail.com>
2842         * calc/calc-forms.el (math-normalize-hms): Do a better check for
2843         "negative" hms forms.
2845 2014-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
2847         * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
2848         returns nil (bug#18391).
2850 2014-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2852         * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
2853         terminating paren (bug#18352).
2854         (eldoc-last-data-store): Return cached data.
2855         (eldoc-get-var-docstring): Avoid setq.
2856         (eldoc-get-fnsym-args-string): Clarify data flow.
2858 2014-09-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2860         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
2861         case where we're currently providing part of the &rest arg after some
2862         &key args, as in define-ibuffer-op (bug#18048).
2864 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2866         * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
2867         buffer-local setting of which-func-mode.
2868         (which-func-mode): Use defvar-local.
2869         (which-function-mode): Don't reset which-func-mode in each buffer since
2870         it might have been set by someone else.
2871         (which-func-update-ediff-windows): Check which-function-mode.
2873 2014-09-03  Martin Rudalics  <rudalics@gmx.at>
2875         * frame.el (frame-initialize): Remove horizontal-scroll-bars
2876         from frame-initial-frame-alist.
2877         * scroll-bar.el (previous-horizontal-scroll-bar-mode)
2878         (horizontal-scroll-bar-mode-explicit)
2879         (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
2880         (toggle-horizontal-scroll-bar): Remove.
2881         (horizontal-scroll-bar-mode): Remove defcustom.
2882         (horizontal-scroll-bar-mode): Fix doc-string.
2883         (scroll-bar-toolkit-scroll)
2884         (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
2886 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         * emacs-lisp/package.el (package-generate-description-file):
2889         Properly quote the arguments (bug#18332).  Change second arg.
2890         (package--alist-to-plist-args): Rename from package--alist-to-plist and
2891         quote the elements.
2892         (package--make-autoloads-and-stuff): Fix the test for pre-existence of
2893         the *-pkg.el file.  Adjust to new calling convention of
2894         package-generate-description-file.
2896         * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
2897         (gud-gdb-completions): Remove obsolete workaround.
2899 2014-09-03  Eli Zaretskii  <eliz@gnu.org>
2901         * subr.el (posn-col-row): Revert the change from commit
2902         2010-11-13T21:07:58Z!eliz@gnu.org, which
2903         was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
2904         monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
2905         introduced an off-by-one error in the reported row when there is a
2906         header line.  (Bug#18384)
2908 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2910         * progmodes/python.el (python-indent-post-self-insert-function):
2911         Avoid electric colon at beginning-of-defun.  (Bug#18228)
2913 2014-09-03  Glenn Morris  <rgm@gnu.org>
2915         * tutorial.el (tutorial--display-changes):
2916         Fix 2014-08-01 change.  (Bug#18382)
2918 2014-09-03  Ken Brown  <kbrown@cornell.edu>
2920         * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
2921         the Cygwin-w32 build.  (Bug#18347)
2923 2014-09-03  Glenn Morris  <rgm@gnu.org>
2925         * tar-mode.el (tar--extract, tar-extract):
2926         Avoid permanently disabling undo in extracted buffers.  (Bug#18344)
2928 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2930         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
2931         handle multiline elements (bug#18380).
2933 2014-09-01  Eli Zaretskii  <eliz@gnu.org>
2935         * ls-lisp.el (ls-lisp-use-string-collate)
2936         (ls-lisp-UCA-like-collation): New defcustoms.
2937         (ls-lisp-string-lessp): Use them to control sorting by file
2938         names.  (Bug#18051)
2939         (ls-lisp-version-lessp): New function.
2940         (ls-lisp-handle-switches): Use it to implement the -v switch of
2941         GNU ls.
2942         (ls-lisp--insert-directory): Mention the -v switch in the doc string.
2944 2014-08-31  Christoph Scholtes  <cschol2112@gmail.com>
2946         * ibuffer.el: Replace mode-specific quit function with
2947         `quit-window' via `special-mode'.
2948         (ibuffer-mode-map): Use keybindings from special-mode-map instead
2949         of local overrides.
2950         (ibuffer): Don't store previous windows configuration.
2951         Let `quit-window' handle restoring.
2952         (ibuffer-quit): Remove function. Use `quit-window' instead.
2953         (ibuffer-restore-window-config-on-quit): Remove variable.
2954         (ibuffer-prev-window-config): Remove variable.
2956 2014-08-29  Michael Heerdegen  <michael_heerdegen@web.de>
2958         * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
2959         name instead of variable name in hook docstring.  (Bug#18349)
2961 2014-08-29  Martin Rudalics  <rudalics@gmx.at>
2963         * window.el (display-buffer-at-bottom): Prefer bottom-left
2964         window to other bottom windows.  Reuse a bottom window if it
2965         shows the buffer already.  Suggested by Juri Linkov
2966         <juri@jurta.org> in discussion of (Bug#18181).
2968 2014-08-29  Leo Liu  <sdl.web@gmail.com>
2970         * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
2971         append to minibuffer-setup-hook.  (Bug#18341)
2973 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2975         * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
2976         byte-compiler.
2977         (lookup-syntax-properties): Silence byte-compiler.
2978         (c-lang-defconst): Quote the code with `lambda' rather than with
2979         `quote'.
2980         (c-lang-const): Avoid unneeded setq.
2981         (c-lang-constants-under-evaluation): Add docstring.
2982         (c-lang--novalue): New constant.
2983         (c-find-assignment-for-mode): Use it instead of c-lang-constants.
2984         (c-get-lang-constant): Same here.
2985         Get the mode's value using `funcall' now that the code is quoted
2986         with `lambda'.
2988 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
2990         * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
2991         (Bug#18326)
2993 2014-08-28  Martin Rudalics  <rudalics@gmx.at>
2995         * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
2996         interpretation of `portion-whole'.
2998 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
3000         * net/tramp-adb.el: Spell author name correctly.
3002 2014-08-28  João Távora  <joaotavora@gmail.com>
3004         * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
3005         use url-expand-file-name.  (Bug#18310)
3007 2014-08-28  Glenn Morris  <rgm@gnu.org>
3009         * emulation/cua-rect.el (cua--highlight-rectangle):
3010         Avoid error at point-min.  (Bug#18309)
3012 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3014         * progmodes/python.el (python-shell-prompt-detect): Remove redundant
3015         executable-find (bug#18244).
3017         * simple.el (self-insert-uses-region-functions): Defvar.
3019 2014-08-28  Glenn Morris  <rgm@gnu.org>
3021         * subr.el (remq): Revert 2014-08-25 doc change (not always true).
3023 2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
3025         * startup.el (normal-top-level): Now use internal--top-level-message.
3027 2014-08-26  Dmitry Antipov  <dmantipov@yandex.ru>
3029         * startup.el (normal-top-level): Use top-level-message.
3031 2014-08-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033         * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
3034         URLs containing spaces and the like.
3036 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
3038         * subr.el (remq): Fix docstring (Bug#18253).
3040 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
3042         * replace.el (query-replace): Fix typo in docstring (Bug#18320).
3044 2014-08-24  Alan Mackenzie  <acm@muc.de>
3046         Handle C++11's "auto" and "decltype" constructions.
3047         * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
3048         and return 'decltype.
3049         (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
3050         prev-kwd-sym, new-style-auto.  Enhance to handle the new "auto"
3051         keyword.
3052         * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
3053         "decltype" keyword.
3054         (c-font-lock-c++-new): Handle "decltype" constructions.
3055         * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
3056         New c-lang-defconsts/defvars.
3057         (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
3058         (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
3059         (c-typeless-decl-kwds): Append "auto" onto the C++ value.
3060         (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
3062         Make ">>" act as double template ender in C++ Mode.
3063         Fix bug#11386.
3064         * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
3065         off from c->-op-cont-re.
3066         (c->-op-cont-tokens): Change to use the above.
3067         (c->-op-without->-cont-regexp): New lang-const.
3068         * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
3069         Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
3072 2014-08-23  Alan Mackenzie  <acm@muc.de>
3074         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
3075         loop, bug #18306.  The bug was introduced on 2014-08-02.
3077 2014-08-21  Eli Zaretskii  <eliz@gnu.org>
3079         * textmodes/texnfo-upd.el (texinfo-specific-section-type):
3080         Don't recognize a Top node if there are other sectioning commands
3081         earlier in the Texinfo file.  This fixes a bug in
3082         texinfo-make-menu and avoids inflooping in
3083         texinfo-all-menus-update when they are invoked on texinfo.texi.
3085 2014-08-21  Martin Rudalics  <rudalics@gmx.at>
3087         * window.el (window--side-window-p): New function.
3088         (split-window, window-splittable-p): Use window--side-window-p to
3089         determine whether WINDOW can be split (Bug#18304).
3090         * calendar/calendar.el (calendar-basic-setup): Fix one call of
3091         `window-splittable-p' and add another (Bug#18304).
3093 2014-08-20  Sam Steingold  <sds@gnu.org>
3095         * progmodes/python.el (python-new-pythonpath): Extract from
3096         `python-shell-calculate-process-environment'.
3098 2014-08-18  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3100         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
3101         for &key args (bug#18048).
3103 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3105         * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
3106         (eldoc-function-argstring-format): Remove.
3107         (eldoc-function-argstring): Always return upcase args.
3108         Use help-make-usage.  Don't add parens.
3109         (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
3110         it's too late to do it right (bug#18048).
3112 2014-08-18  Eli Zaretskii  <eliz@gnu.org>
3114         * scroll-bar.el (scroll-bar-horizontal-drag-1)
3115         (scroll-bar-toolkit-horizontal-scroll): When determining the
3116         paragraph direction, use the buffer of the window designated in
3117         the event.
3119 2014-08-16  Andreas Schwab  <schwab@linux-m68k.org>
3121         * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
3122         context of unified diff.
3124 2014-08-16  Paul Eggert  <eggert@cs.ucla.edu>
3126         Add dependencies to fix loaddefs race during parallel builds.
3127         Without this, for example, 'make -j bootstrap' can fail and report
3128         "Opening input file: no such file or directory,
3129         .../lisp/calendar/diary-loaddefs.el ... recipe for target
3130         'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
3131         got confused because diary-loaddefs.el was being built in parallel.
3132         * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
3133         Depend on $(CAL_DIR)/cal-loaddefs.el.
3134         ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
3136 2014-08-16  Martin Rudalics  <rudalics@gmx.at>
3138         * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
3139         portion-whole for scrolling right-to-left text.
3141 2014-08-15  Leo Liu  <sdl.web@gmail.com>
3143         * speedbar.el (speedbar-generic-list-tag-p): Allow special
3144         elements from imenu.
3146 2014-08-15  Glenn Morris  <rgm@gnu.org>
3148         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
3150 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3152         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3153         Add Guile regexpses.
3155 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3157         * progmodes/gud.el (guiler): New function.  Starts the Guile REPL;
3158         add Guile debugger support for GUD.
3160 2014-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3162         * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
3163         (mouse-sel--ignore): New function.
3164         (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
3165         (mouse-sel-original-interprogram-cut-function)
3166         (mouse-sel-original-interprogram-paste-function): Remove.
3168 2014-08-13  Eric S. Raymond  <esr@thyrsus.com>
3170         * vc/vc-git.el (vc-git-resolve-when-done): New function.
3171         Call "git add" when there are no longer conflict markers.
3173 2014-08-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3175         * vc/vc-git.el (vc-git-find-file-hook): New function.
3176         Adds support for calling smerge (and resolve) on a conflicted file.
3177         (vc-git-conflicted-files): New function.
3178         Useful in itself and a step towards better smerge support.
3180 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3182         * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
3183         to the first part if they're the same as the selection.
3185 2014-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187         * image-mode.el (image-transform-reset): New command and menu item.
3188         (image-mode-map): Rearrange the menu items to put presumably more
3189         obscure items at the end.
3191 2014-08-12  Juri Linkov  <juri@jurta.org>
3193         * vc/vc-annotate.el (vc-annotate-background-mode):
3194         Use `with-demoted-errors' instead of `ignore-errors'.  (Bug#18189)
3196 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3198         * files.el (out-of-memory-warning-percentage): Turn it off by default.
3200 2014-08-11  Sam Steingold  <sds@gnu.org>
3202         * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
3203         the presence of known validators (tidy, (o)nsgmls).
3205 2014-08-11  Ulf Jasper  <ulf.jasper@web.de>
3207         Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
3209         * net/newst-treeview.el (newsticker-treeview-date-format): New.
3210         (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
3212 2014-08-11  Glenn Morris  <rgm@gnu.org>
3214         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
3215         chose coding system for writing before backing up, since it causes
3216         a more serious problem than the one it solves.  (Closes Bug#18141,
3217         reopens Bug#13522.)
3219 2014-08-11  Martin Rudalics  <rudalics@gmx.at>
3221         * window.el (window-total-size): Make doc-string more self-contained.
3223         * window.el (display-buffer-below-selected): Restore original
3224         behavior if buffer is already displayed in the window below the
3225         selected one (Bug#18181).
3227 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
3230         event (bug#18212).
3232 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
3234         * info.el (info): Doc fix.
3236 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * info.el (Info-mode-map): Override a global down-mouse-2 binding
3239         (bug#18212).
3241 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
3243         * simple.el (default-line-height): A floating-point value of
3244         line-spacing means a fraction of the default frame font's height,
3245         not of the font currently used by the 'default' face.
3246         Truncate the pixel value, like the display engine does.
3247         (window-screen-lines): Use window-inside-pixel-edges for
3248         determining the window height in pixels.  (Bug#18195)
3250 2014-08-11  Grégoire Jadi  <daimrod@gmail.com>
3252         * leim/quail/latin-post.el: Transform " __" into " _".  (Bug#18023)
3254 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
3256         Enumerate evaluated sexp diary entries (Bug#7911).
3257         * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
3258         (icalendar-export-sexp-enumeration-days): New.
3259         (icalendar-export-region): Now `icalendar--convert-to-ical'
3260         returns a cons cell or a list of cons cells.
3261         (icalendar--convert-to-ical): Take care of
3262         `icalendar-export-sexp-enumerate-all'.  Return (a list of) cons cells.
3263         (icalendar--convert-ordinary-to-ical)
3264         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3265         (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
3266         (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
3267         (icalendar--convert-anniversary-to-ical): Return cons cell.
3268         (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
3269         entries.  Return (list of) cons cells.
3271 2014-08-09  Juri Linkov  <juri@jurta.org>
3273         * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
3274         to reevaluate `vc-annotate-color-map'.  (Bug#18189)
3276 2014-08-09  Alan Mackenzie  <acm@muc.de>
3278         * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
3279         for top-level that can cause unacceptable slow-down in scrolling.
3280         See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
3281         Antipov from 2013-10-14 in emacs-devel.
3283 2014-08-08  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3285         * ibuffer.el (ibuffer-mode-map): Use toggle button for
3286         `ibuffer-auto-mode' menu entry.
3287         (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
3289 2014-08-08  Matthias Meulien  <orontee@gmail.com>
3291         * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
3292         (Bug#16394)
3294 2014-08-07  Martin Rudalics  <rudalics@gmx.at>
3296         * window.el (window--min-size-1): Explicitly set WINDOW arg in
3297         calls of window-min-pixel-height and window-min-pixel-width.
3299 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
3301         * progmodes/ada-mode.el:
3302         * net/tramp.el (tramp-handle-file-symlink-p):
3303         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
3304         about VMS, which we no longer support.
3305         * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
3306         and fix a FIXME, using convert-standard-filename in place of
3307         removed ada-convert-file-name.
3309 2014-08-07  Eli Zaretskii  <eliz@gnu.org>
3311         * files.el (auto-mode-alist): Remove support for VMS from a pattern.
3313 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
3315         Refer to MS-DOS using the same name everywhere.
3316         * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
3317         ``msdog'' become ``MS-DOS''.
3319 2014-08-07  Michael Albinus  <michael.albinus@gmx.de>
3321         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3322         Use cached "remote-copy-args" value, if available.  (Bug#18199)
3324 2014-08-07  Leo Liu  <sdl.web@gmail.com>
3326         * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
3327         Revert change on 2014-03-22.
3329 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
3331         * calendar/icalendar.el (icalendar--diarytime-to-isotime)
3332         (icalendar--convert-ordinary-to-ical): Allow for missing minutes
3333         (Bug#13750).
3336 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338         * image-mode.el (image-toggle-display-image): Always rescale images
3339         to not be bigger than the current window.
3341 2014-08-05  Eric Brown  <brown@fastmail.fm>  (tiny change)
3343         * net/eww.el (eww-bookmarks-directory): New variable.
3344         (eww-write-bookmarks): Use it.
3345         (eww-read-bookmarks): Ditto.
3347 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349         * net/shr.el (shr-copy-url): Also copy the image URL.
3351 2014-08-05  Michael Albinus  <michael.albinus@gmx.de>
3353         * net/tramp-cache.el (tramp-flush-file-function): Suppress function
3354         also for Tramp working buffers.
3356 2014-08-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3358         * progmodes/python.el: Fix completions inside (i)pdb.
3359         (python-shell-completion-pdb-string-code): Make obsolete.
3360         (python-shell-completion-get-completions):
3361         Use python-shell-completion-string-code resending setup code
3362         continuously for (i)pdb.
3364 2014-08-04  Paul Eggert  <eggert@cs.ucla.edu>
3366         * rect.el (rectangle--default-line-number-format): Rename
3367         from misspelled rectange--default-line-number-format (Bug#18045).
3368         All uses changed.
3370 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
3372         Don't mishandle year-9999 dates (Bug#18176).
3373         * calendar/parse-time.el (parse-time-rules):
3374         Allow years up to most-positive-fixnum.
3375         * calendar/time-date.el (date-to-time):
3376         Pass "Specified time is not representable" errors through.
3378 2014-08-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3380         * progmodes/python.el: Completion code cleanups.
3381         (python-shell-completion-get-completions): Detect and send import
3382         statements directly to completion function.
3383         (python-shell-completion-at-point): Simplify prompt calculation
3384         and import vs input completion logic.
3386 2014-08-02  Alan Mackenzie  <acm@muc.de>
3388         Fix confusion in C++ file caused by comma in "= {1,2},".
3389         Bug #17756.
3390         * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
3391         for a statement boundary marked by "}", check there's no "="
3392         before the "{".
3393         (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
3394         non-nil `comma-delim' argument.
3395         * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
3396         initializer expression more accurately.
3398         Correct loop termination condition in c-syntactic-skip-backward.
3399         * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
3400         the situation where, after moving back out of a literal,
3401         skip-chars-backward doesn't move further, yet checks have still to
3402         be done.
3404 2014-08-01  Eli Zaretskii  <eliz@gnu.org>
3406         * tutorial.el (tutorial--display-changes): Accept punctuation
3407         characters before the key binding.  (Bug#18146)
3409 2014-07-31  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3411         * progmodes/python.el: Shell output capture enhancements.
3412         (python-shell-accept-process-output): New function.
3413         (inferior-python-mode)
3414         (python-shell-send-setup-code): Use it.
3416 2014-07-30  Christophe Deleuze  <christophe.deleuze@free.fr>  (tiny change)
3418         * calendar/icalendar.el (icalendar--decode-isodatetime):
3419         Use actual current-time-zone when converting to local time. (Bug#15408)
3421 2014-07-29  Martin Rudalics  <rudalics@gmx.at>
3423         * window.el (window--state-put-2): Handle horizontal scroll
3424         bars, if present.
3426 2014-07-29  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3428         * menu-bar.el (menu-bar-update-buffers): Update item list format
3429         in `buffers-menu' to confirm with changes to `get_keyelt'
3430         (r117463).  (Bug#18016)
3432 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3434         * progmodes/python.el (inferior-python-mode): Make input prompts
3435         read-only.
3437 2014-07-28  Emilio C. Lopes  <eclig@gmx.net>
3439         * net/tramp-sh.el (tramp-get-remote-python): Also search for
3440         executables named "python2" or "python3".
3441         (tramp-get-remote-uid-with-python): Use parentheses around
3442         arguments to `print' to make it compatible with Python 3.
3443         (tramp-get-remote-gid-with-python): Ditto.  (Bug#18118)
3445 2014-07-28  Eli Zaretskii  <eliz@gnu.org>
3447         * window.el (window--pixel-to-total): Use FRAME's root window, not
3448         that of the selected frame.  (Bug#18112, Bug#16674)
3450 2014-07-28  Andreas Schwab  <schwab@linux-m68k.org>
3452         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
3453         (Bug#18117)
3455 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3457         * progmodes/python.el (inferior-python-mode): Doc fix.
3459 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
3461         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
3462         not a character, ignore it instead of raising an error.
3464         * calendar/todo-mode.el: Fix handling of marked items and make
3465         minor code improvements.
3466         (todo-edit-item): If there are marked items, ensure user can only
3467         invoke editing commands that work with marked items.
3468         (todo-edit-item--text): When there are marked items, make it a
3469         noop if invoked with point not on an item; otherwise, ensure it
3470         applies only to item at point.
3471         (todo-item-undone): If there are marked not-done items, return
3472         point to its original position before signaling user error.
3473         (todo--user-error-if-marked-done-item): New function.
3474         (todo-edit-item--header, todo-edit-item--diary-inclusion)
3475         (todo-item-done): Use it.
3477 2014-07-28  Glenn Morris  <rgm@gnu.org>
3479         * files.el (toggle-read-only): Re-add basic doc-string.
3480         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
3482         * progmodes/prolog.el (prolog-mode-keybindings-edit):
3483         Replace missing `switch-to-prolog' with `run-prolog'.
3484         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
3486 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
3488         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
3489         of file-wide setting when changing category-wide setting.
3491 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
3493         * doc-view.el (doc-view-open-text): Don't require that the
3494         document is saved in a file (e.g., email attachment).
3496 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3498         Parse completion input in a iPython friendly way.  (Bug#18084)
3499         * progmodes/python.el
3500         (python-shell-completion-at-point): Rename from
3501         python-shell-completion-complete-at-point.
3502         (inferior-python-mode): Use it.
3503         (python-completion-at-point): Rename from
3504         python-completion-complete-at-point.  Parse input up to first
3505         backward occurrence of whitespace, open-paren, close-paren or
3506         string delimiter.
3507         (python-mode): Use it.
3509 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3511         Prevent Python process shell buffer to pop twice.
3512         * progmodes/python.el (python-shell-switch-to-shell): Do not call
3513         pop-to-buffer.
3515 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3517         * progmodes/python.el
3518         (python-shell-with-shell-buffer): New macro.
3519         (python-shell-font-lock-get-or-create-buffer)
3520         (python-shell-font-lock-kill-buffer)
3521         (python-shell-font-lock-with-font-lock-buffer)
3522         (python-shell-font-lock-cleanup-buffer)
3523         (python-shell-font-lock-toggle): Use it.
3524         (python-shell-font-lock-turn-on)
3525         (python-shell-font-lock-turn-off): Use it.  Make command.
3527 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3529         Grab all Python process output before inferior-python-mode hooks.
3530         * progmodes/python.el (inferior-python-mode):
3531         Call accept-process-output and sit-for to ensure all output for process
3532         has been received before running hooks.
3533         (python-shell-internal-get-or-create-process):
3534         Cleanup accept-process-output and sit-for calls.
3536 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3538         More robust shell startup and code setup.
3539         * progmodes/python.el (python-shell-make-comint):
3540         Remove accept-process-output call.
3541         (python-shell-get-buffer): Return current buffer if major-mode is
3542         inferior-python-mode.
3543         (python-shell-get-or-create-process): Use it.
3544         (python-shell-send-setup-code): Send all setup code in one string,
3545         output success message and accept-process-output.
3547 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
3549         * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
3550         Add rudimentary support for bidirectional text.
3552 2014-07-27  Martin Rudalics  <rudalics@gmx.at>
3554         * frame.el (frame-notice-user-settings): Rewrite using
3555         frame-initial-frame-tool-bar-height.
3556         * menu-bar.el (menu-bar-horizontal-scroll-bar)
3557         (menu-bar-no-horizontal-scroll-bar): New functions.
3558         (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
3559         scroll bars.
3560         * scroll-bar.el (scroll-bar-lines)
3561         (set-horizontal-scroll-bar-mode)
3562         (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
3563         (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
3564         (scroll-bar-toolkit-horizontal-scroll): New functions.
3565         (horizontal-scroll-bar-mode)
3566         (previous-horizontal-scroll-bar-mode)
3567         (horizontal-scroll-bar-mode-explicit): New variables.
3568         (horizontal-scroll-bar-mode): New option.
3569         (toggle-horizontal-scroll-bar): Do something.
3570         (top-level): Bind horizontal-scroll-bar mouse-1.
3571         * startup.el (tool-bar-originally-present): Remove variable.
3572         (command-line): Don't set tool-bar-originally-present.
3573         * window.el (window-min-height): Update doc-string.
3574         (window--dump-frame): Dump horizontal scroll bar values.
3575         (window--min-size-1): Handle minibuffer window separately.
3576         Count in margins and horizontal scroll bar.  Return safe value
3577         iff IGNORE equals 'safe.
3578         (frame-windows-min-size): New function (used by frame resizing
3579         routines).
3580         (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
3581         scroll bars.
3582         (window--sanitize-window-sizes): New function.
3583         (window-split-min-size): Remove.
3584         (split-window): Count divider-width.  Don't use
3585         `window-split-min-size' any more.  Reword error messages.
3586         Sanitize windows sizes after splitting.
3588 2014-07-27  Thien-Thi Nguyen  <ttn@gnu.org>
3590         Use `defvar-local' more.
3591         * progmodes/hideshow.el
3592         (hs-c-start-regexp, hs-block-start-regexp)
3593         (hs-block-start-mdata-select, hs-block-end-regexp)
3594         (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
3595         remove corresponding `make-variable-buffer-local' top-level calls.
3597 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3599         Cleanup error signals.  (Bug#18067)
3600         * progmodes/python.el
3601         (python-indent-shift-left): Use user-error instead.
3602         (python-shell-prompt-detect): Use lwarn with python group.
3603         (python-completion-complete-at-point)
3604         (python-eldoc--get-doc-at-point): Don't signal error.
3606 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3608         Support for packages in Python shell.  (Bug#13570)
3609         * progmodes/python.el (python-shell--package-depth): New var.
3610         (python-shell-package-enable): New command.
3611         (python-util-list-directories, python-util-list-files)
3612         (python-util-list-packages): New functions.
3614 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3616         Faster comint output.  (Bug#16875)
3617         * progmodes/python.el:
3618         (python-comint-output-filter-function): Make obsolete.
3619         (python-comint-postoutput-scroll-to-bottom): New function.
3620         (inferior-python-mode): Set comint-output-filter-functions to a
3621         minimum.
3623 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3625         * progmodes/python.el (python-shell-font-lock-post-command-hook):
3626         Safeguard current point and undo history.
3628 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3630         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
3631         * progmodes/python.el:
3632         (python-shell-prompt-input-regexps): Add iPython block prompt.
3633         (python-shell-output-syntax-table): Delete var.
3634         (python-shell-font-lock-with-font-lock-buffer): New macro.
3635         (python-shell-font-lock-get-or-create-buffer)
3636         (python-shell-font-lock-kill-buffer)
3637         (python-shell-font-lock-cleanup-buffer)
3638         (python-shell-font-lock-post-command-hook)
3639         (python-shell-font-lock-turn-off): New functions.
3640         (python-shell-font-lock-turn-on): New function.
3641         (inferior-python-mode): Use it.
3642         (python-shell-font-lock-toggle): New command.
3643         (python-shell-font-lock-enable): Rename from
3644         python-shell-enable-font-lock.
3645         (run-python-internal): Use it.
3646         (python-shell-font-lock-comint-output-filter-function): New function.
3647         (python-shell-comint-end-of-output-p): New function.
3648         (python-shell-output-filter): Use it.
3649         (python-util-comint-last-prompt): New function.
3650         (python-util-text-properties-replace-name): New function.
3652 2014-07-25  Glenn Morris  <rgm@gnu.org>
3654         * vc/ediff-init.el (ediff-toggle-read-only-function):
3655         * vc/ediff-util.el (ediff-toggle-read-only):
3656         Replace obsolete toggle-read-only with read-only-mode.
3658 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
3660         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
3661         with `save-match-data'.  (Bug#18095)
3663 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3665         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
3666         order to ensure that row and col are lexically bound inside the
3667         evaluated sexp.
3669 2014-07-21  Glenn Morris  <rgm@gnu.org>
3671         * progmodes/hideif.el (hide-ifdef-mode-submap):
3672         Also substitute read-only-mode.
3673         * bindings.el (mode-line-toggle-read-only):
3674         * bs.el (bs-toggle-readonly):
3675         * buff-menu.el (Buffer-menu-toggle-read-only):
3676         * dired.el (dired-toggle-read-only):
3677         * files.el (view-read-only, find-file-read-only)
3678         (find-file-read-only-other-window)
3679         (find-file-read-only-other-frame):
3680         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
3681         Doc fixes re toggle-read-only.
3683 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3685         * progmodes/python.el: Add comment about pipe buffering and
3686         solutions for missing/delayed output in inferior Python shells.
3687         (Bug#17304)
3689         * progmodes/python.el (python-mode): Don't set
3690         mode-require-final-newline.  (Bug#17990)
3692         Make python.el work with IPython automatically.  (Bug#15510)
3693         * progmodes/python.el:
3694         (python-shell-completion-setup-code): New value supporting iPython.
3695         (python-shell-completion-string-code): New value supporting iPython.
3696         (python-shell-completion-get-completions): Use them.
3697         (python-shell-completion-module-string-code): Make obsolete.
3698         (python-shell-prompt-input-regexps)
3699         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
3700         (python-shell-output-filter): Fix comment typo.
3702         Fix Python shell prompts detection for remote hosts.
3703         * progmodes/python.el (python-shell-prompt-detect):
3704         Replace call-process with process-file and make it more robust.
3706         Autodetect Python shell prompts.  (Bug#17370)
3707         * progmodes/python.el:
3708         (python-shell-interpreter-interactive-arg)
3709         (python-shell-prompt-detect-enabled)
3710         (python-shell-prompt-detect-failure-warning)
3711         (python-shell-prompt-input-regexps)
3712         (python-shell-prompt-output-regexps): New vars.
3713         (python-shell-prompt-calculated-input-regexp)
3714         (python-shell-prompt-calculated-output-regexp): New vars.
3715         (python-shell-get-process-name)
3716         (python-shell-internal-get-process-name)
3717         (python-shell-output-filter)
3718         (python-shell-completion-get-completions): Use them.
3719         (python-shell-prompt-detect)
3720         (python-shell-prompt-validate-regexps): New functions.
3721         (python-shell-prompt-set-calculated-regexps): New function.
3722         (inferior-python-mode): Use it.  Also honor overriden
3723         python-shell-interpreter and python-shell-interpreter-args.
3724         (python-shell-make-comint): Honor overriden
3725         python-shell-interpreter and python-shell-interpreter-args.
3726         (python-shell-get-or-create-process): Make it testable by allowing
3727         to call run-python non-interactively.
3728         (python-util-valid-regexp-p): New function.
3729         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
3730         (python-shell-prompt-output-regexp)
3731         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
3733 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3735         * emacs-lisp/smie.el (smie-config--guess-1): Split from
3736         smie-config--guess.
3737         (smie-config--guess): Use it.
3739         * emacs-lisp/edebug.el: Use nadvice.
3740         (edebug-original-read): Remove.
3741         (edebug--read): Rename from edebug-read and add `orig' arg.
3742         (edebug-uninstall-read-eval-functions)
3743         (edebug-install-read-eval-functions): Use nadvice.
3744         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
3745         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
3746         (edebug-read-string, edebug-read-function): Use just `read'.
3747         (edebug-original-debug-on-entry): Remove.
3748         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
3749         `orig' arg.
3750         (debug-on-entry): Override with nadvice.
3752         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
3753         it also makes sense to bind it to a non-mouse event.
3755         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
3757 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3759         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
3760         (bug#18015).
3762         * rect.el (rectangle--string-preview): Don't assume there
3763         a non-nil default (bug#17984).
3765 2014-07-16  Glenn Morris  <rgm@gnu.org>
3767         * desktop.el (after-init-hook): Disable startup frame restoration
3768         in non-graphical situations.  (Bug#17693)
3770         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
3771         if it was "empty", or used for a different set of files.  (Bug#17884)
3773 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
3775         * bindings.el (mode-line-remote): If default-directory is not a
3776         string, don't call file-remote-p on it; instead state in the
3777         help-echo that it is nil.  (Bug#17986)
3779 2014-07-14  Daniel Colascione  <dancol@dancol.org>
3781         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
3782         to `macroexpand-all'
3784         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
3785         Use `macroexpand-all' instead of `cl-macroexpand-all'.
3787 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
3789         Fix bug: C-x v v discarded existing log message (Bug#17884).
3790         * vc/vc-dispatcher.el (vc-log-edit):
3791         Don't clobber an already-existing log message.
3793 2014-07-12  Glenn Morris  <rgm@gnu.org>
3795         * vc/log-edit.el (log-edit-changelog-entries):
3796         Check for a visited-but-never-saved ChangeLog.
3798 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3800         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
3801         a non-existing file (bug#17970).
3803         * faces.el (face-name): Undo last change.
3804         (x-resolve-font-name): Don't call face-name (bug#17956).
3806 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3808         Fix dedenters and electric colon handling. (Bug#15163)
3809         * progmodes/python.el
3810         (python-rx-constituents): Add dedenter and block-ender.
3811         (python-indent-dedenters, python-indent-block-enders): Delete.
3812         (python-indent-context): Return new case for dedenter-statement.
3813         (python-indent-calculate-indentation): Handle new case.
3814         (python-indent-calculate-levels): Fix levels calculation for
3815         dedenter statements.
3816         (python-indent-post-self-insert-function): Fix colon handling.
3817         (python-info-dedenter-opening-block-message): New function.
3818         (python-indent-line): Use it.
3819         (python-info-closing-block)
3820         (python-info-closing-block-message): Remove.
3821         (python-info-dedenter-opening-block-position)
3822         (python-info-dedenter-opening-block-positions)
3823         (python-info-dedenter-statement-p): New functions.
3825 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
3827         * files.el (out-of-memory-warning-percentage): New defcustom.
3828         (warn-maybe-out-of-memory): Use it.
3830 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
3832         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
3833         when calling `read-string'.  (Bug#17839)
3835 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
3837         * files.el (warn-maybe-out-of-memory): Fix the wording of the
3838         warning.
3840 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
3842         * files.el (warn-maybe-out-of-memory): New function.
3843         (find-file-noselect): Use it.
3845 2014-07-09  Sam Steingold  <sds@gnu.org>
3847         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
3848         `constant' like `bless', `return' &c
3850 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3852         * rect.el (apply-on-rectangle): Check forward-line really moved to the
3853         next line.
3855 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3857         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
3858         the middle of a line (bug#17896).
3860 2014-07-09  Juri Linkov  <juri@jurta.org>
3862         * startup.el (command-line): Append displaying the warning about
3863         the errors in the init file to the end of `after-init-hook'.
3864         (Bug#17927)
3866         * faces.el (face-name): Return input arg `face' as-is
3867         when it's not a symbol.
3868         (x-resolve-font-name): Don't check if the face is a symbol.
3869         (Bug#17956)
3871         * facemenu.el (list-colors-print): In help-echo format use %.2f
3872         instead of %d because now HSV values are floating-point components
3873         between 0.0 and 1.0.
3875 2014-07-09  Glenn Morris  <rgm@gnu.org>
3877         * emulation/cua-rect.el (cua--activate-rectangle):
3878         Avoid setting cua--rectangle to nil.  (Bug#17877)
3880 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
3882         * calendar/todo-mode.el: Fix wrong-type-argument error when
3883         marking multiple consecutive items.
3884         (todo-toggle-mark-item): Don't try to mark the empty lines at the
3885         end of the todo and done items sections.  Note in doc string that
3886         items marked by passing a numeric prefix argument can include the
3887         last todo and first done items.
3888         (todo-mark-category): Don't try to mark the empty line between the
3889         todo and done items sections.
3891 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3893         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
3894         proper Lisp quoting (bug#17934).
3896         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
3897         require-final-newline since prog-mode already took care of it (bug#17947).
3899 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
3901         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
3902         refer to the Todo mode Info manual.  Update the comment on
3903         requiring cl-lib.
3904         (todo-find-filtered-items-file): Add todo-prefix overlays.
3905         (todo-filter-items): Reorder a let-bound variable to avoid a
3906         wrong-type-argument error on canceling the file choice dialog.
3908 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3910         * progmodes/octave.el (inferior-octave-mode):
3911         Set comint-input-ring-size to a number (bug#17912).
3913 2014-07-09  Juri Linkov  <juri@jurta.org>
3915         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
3916         and `isearch-mode' associated with nil.  (Bug#17849)
3918 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3920         * linum.el (linum--face-height): New function (bug#17813).
3921         (linum-update-window): Use it to adjust margin to linum's width.
3923         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
3924         * eshell/em-smart.el (eshell-smart-scroll-window):
3925         Use with-selected-window.
3927         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
3928         Remove also pointless window&mark manipulation.
3930         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
3931         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
3932         (perl-continuation-line-p): Don't skip over anything else than labels.
3933         Return the previous char.
3934         (perl-calculate-indent): Use syntax-ppss instead of parse-start
3935         and update callers accordingly.  For continuation lines, check the
3936         the case of array hashes.
3937         (perl-backward-to-noncomment): Make it non-interactive.
3938         (perl-backward-to-start-of-continued-exp): Rewrite.
3940 2014-07-08  Sam Steingold  <sds@gnu.org>
3942         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
3943         New user commands.
3945 2014-07-08  Juri Linkov  <juri@jurta.org>
3947         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
3948         (vc-annotate-color-map): Use less saturated colors (20%) for
3949         background-mode.
3950         (vc-annotate-very-old-color): Add default value for background-mode.
3951         (vc-annotate-background): Set default value to nil since now text on
3952         the default backgrounds should be legible in light and dark modes.
3953         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
3954         (Bug#17808)
3956 2014-07-08  Juri Linkov  <juri@jurta.org>
3958         * simple.el (transpose-chars): Don't move point into read-only area.
3959         (Bug#17829)
3961 2014-07-08  Juri Linkov  <juri@jurta.org>
3963         * window.el (with-displayed-buffer-window): New macro.
3964         (with-temp-buffer-window, with-current-buffer-window):
3965         Use `macroexp-let2' to evaluate and bind variables
3966         in the same order as macro arguments.
3967         (display-buffer--action-function-custom-type):
3968         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
3970         * minibuffer.el (minibuffer-completion-help): Replace
3971         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
3972         with actions that display *Completions* at-bottom when called
3973         from the minibuffer, or below-selected in a normal buffer.
3974         Associate `window-height' with `fit-window-to-buffer'.
3975         Let-bind `pop-up-windows' to nil.
3977         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
3978         instead of `with-current-buffer-window'.  (Bug#17809)
3980 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
3982         * progmodes/hideif.el (hide-ifdef-env): Change to global.
3983         (hide-ifdef-env-backup): New variable.
3984         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
3985         New customizable variables.
3986         (hif-clear-all-ifdef-defined): New defun.
3987         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
3988         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
3989         (hif-tokenize): Fix for MS-DOS/Win EOL style.
3990         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
3991         Fix bug to hide the correct #elif region(s).
3992         (hif-range-elif): New defun.
3993         (hif-recurse-level): New var.
3994         (hif-evaluate-region, hif-evaluate-macro): New defun.
3995         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
3996         fully hidden.
3997         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
3998         Better interaction.
4000 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
4002         * net/dbus.el (dbus-peer-handler): New defun.
4003         (dbus-register-service): Register it.  (Bug#17858)
4004         (dbus-managed-objects-handler): Fix docstring.
4006 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>
4008         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
4009         (narrow-to-defun): New arg include-comments, defaulting to it
4010         (bug#16328).
4012 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
4015         different calling convention to rectangle--unhighlight-for-redisplay.
4017 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
4019         * net/tramp.el (tramp-call-process): Handle error strings.
4021         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
4023         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
4024         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
4026         * net/trampver.el: Update release number.
4028 2014-07-03  Juri Linkov  <juri@jurta.org>
4030         * desktop.el (desktop-save): Rename arg `auto-save' to
4031         `only-if-changed'.  Doc fix.  (Bug#17873)
4033 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4036         Use insert-for-yank (bug#17271).
4038 2014-07-03  Leo Liu  <sdl.web@gmail.com>
4040         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
4041         Support lexical-binding.
4043 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4045         * vc/log-edit.el (log-edit-goto-eoh): New function.
4046         (log-edit--match-first-line): Use it (bug#17861).
4048 2014-07-03  Glenn Morris  <rgm@gnu.org>
4050         * vc/log-edit.el (log-edit-hook): Add missing :version.
4052 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4054         * progmodes/python.el (python-indent-post-self-insert-function):
4055         Enhancements to electric indentation behavior inside
4056         parens. (Bug#17658)
4058 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4060         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
4061         buffer-invisibility-spec (bug#17867).
4063 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
4065         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
4066         pass "-a".
4068 2014-07-03  Glenn Morris  <rgm@gnu.org>
4070         * cus-edit.el (help):
4071         * finder.el (finder-known-keywords):
4072         * help.el (help-for-help-internal):
4073         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
4074         (ediff-redraw-registry-buffer):
4075         * vc/ediff-ptch.el (ediff-patch-file-internal):
4076         Doc fixes re "online" help.  (Bug#17803)
4078         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
4079         (idlwave-mode): Doc URL update.
4081 2014-07-01  Juri Linkov  <juri@jurta.org>
4083         * man.el: Display man pages immediately and use process-filter
4084         to format them asynchronously.
4085         (Man-width): Doc fix.
4086         (man): Doc fix.
4087         (Man-start-calling): Use `with-selected-window' to get
4088         `frame-width' and `window-width'.
4089         (Man-getpage-in-background): Call `Man-notify-when-ready'
4090         immediately after creating a new buffer.  Call `Man-mode' and set
4091         `mode-line-process' in the created buffer.  Set process-filter to
4092         `Man-bgproc-filter' in start-process branch.  In call-process branch
4093         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
4094         Use `Man-start-calling' inside `with-current-buffer'.
4095         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
4096         (Man-cleanup-manpage): Don't print messages.
4097         (Man-bgproc-filter): New function.
4098         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
4099         user moved it during asynchronous formatting.  Move calls of
4100         `Man-fontify-manpage' and `Man-cleanup-manpage' to
4101         `Man-bgproc-filter'.  Move the call of `Man-mode' to
4102         `Man-getpage-in-background'.  Use `quit-restore-window'
4103         instead of `kill-buffer'.  Use `message' instead of `error'
4104         because errors are caught by process sentinel.
4105         (Man-mode): Move calls of `Man-build-page-list',
4106         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
4107         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
4109         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
4110         for the message about the man page cleaned up.
4112 2014-07-01  Mario Lang  <mlang@delysid.org>
4114         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
4115         cosutomization option `gnutls-verify-error'.
4117 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
4120         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
4122         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
4123         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
4124         is suspended (bug#17857).
4126 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
4128         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4129         Prefer utf-8 coding.  (Bug#17859)
4131 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4133         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
4134         for `reverse'.
4136 2014-06-30  Glenn Morris  <rgm@gnu.org>
4138         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
4139         (autoload-ensure-default-file): Maybe make existing output writable.
4140         * Makefile.in (AUTOGEN_VCS): Remove.
4141         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
4143 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4145         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
4147 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4149         New if-let, when-let, thread-first and thread-last macros.
4151         * emacs-lisp/subr-x.el
4152         (internal--listify, internal--check-binding)
4153         (internal--build-binding-value-form, internal--build-binding)
4154         (internal--build-bindings): New functions.
4155         (internal--thread-argument, thread-first, thread-last)
4156         (if-let, when-let): New macros.
4158 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
4160         * net/rcirc.el (rcirc-buffer-process): Restore previous
4161         behaviour.  (Bug#17772)
4163 2014-06-29  Alan Mackenzie  <acm@muc.de>
4165         Don't call c-parse-state when c++-template-syntax-table is active.
4166         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
4167         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
4168         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
4170 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
4172         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
4173         account for file-wide setting of todo-top-priorities-overrides.
4174         Make code a bit cleaner.
4176 2014-06-28  Glenn Morris  <rgm@gnu.org>
4178         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
4180 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
4182         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
4183         category-wide setting of todo-top-priorities-overrides, check for
4184         a file-wide setting and fontify accordingly.
4186 2014-06-28  Glenn Morris  <rgm@gnu.org>
4188         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
4190 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4192         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
4194 2014-06-28  K. Handa  <handa@gnu.org>
4196         Fix Bug#17739.
4198         * composite.el: Setup composition-function-table for dotted circle.
4199         (compose-gstring-for-dotted-circle): New function.
4201         * international/characters.el: Add category "^" to all
4202         non-spacing characters.
4204 2014-06-28  Glenn Morris  <rgm@gnu.org>
4206         * Makefile.in (doit): Remove force rule.
4207         (custom-deps, finder-data, autoloads, update-subdirs)
4208         (compile-one-process): PHONY targets do not need force rules.
4210         * Makefile.in (compile-main, compile, compile-always):
4211         No need to explicitly pass variables to ourself in recursive calls.
4213 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4215         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
4217 2014-06-26  Glenn Morris  <rgm@gnu.org>
4219         * Makefile.in (update-authors): Update for moved authors.el.
4221 2014-06-26  Leo Liu  <sdl.web@gmail.com>
4223         * skeleton.el (skeleton-end-hook): Default to nil and move the
4224         work to skeleton-insert.  (Bug#17850)
4226 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
4228         * calc/calc-alg.el (math-beforep):
4229         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
4230         Simplify because string-lessp can accept symbols as args.
4232 2014-06-26  Daiki Ueno  <ueno@gnu.org>
4234         * emacs-lisp/package.el (package--check-signature):
4235         If package-check-signature is allow-unsigned, don't signal error when
4236         we can't verify signature because of missing public key
4237         (bug#17625).
4239 2014-06-26  Glenn Morris  <rgm@gnu.org>
4241         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
4242         Remove outdated declaration.
4244         * emacs-lisp/authors.el (authors-valid-file-names)
4245         (authors-renamed-files-alist): Additions.
4247 2014-06-26  Leo Liu  <sdl.web@gmail.com>
4249         * textmodes/picture.el (picture-set-tab-stops):
4250         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
4251         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
4253         * progmodes/asm-mode.el (asm-calculate-indentation):
4254         Use indent-next-tab-stop.
4256         * indent.el (indent-accumulate-tab-stops): New function.
4258 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4260         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
4261         (package-desc-status): Obey it.
4263 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
4265         * calendar/todo-mode.el: Fix two bugs.
4266         (todo-insert-item--basic): If user cancels item insertion to
4267         another category before setting priority, show original category
4268         whether it is in the same or a different file.
4269         (todo-set-item-priority): After selecting category, instead of
4270         moving point to top, which extends an active region, restore it.
4272 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * help-fns.el (describe-function-1): Check file-name is a string before
4275         calling help-fns--autoloaded-p (bug#17564).
4277 2014-06-26  Juri Linkov  <juri@jurta.org>
4279         * desktop.el (desktop-auto-save-enable)
4280         (desktop-auto-save-disable): New functions.
4281         (desktop-save-mode, desktop-auto-save-timeout): Use them.
4282         (desktop-read): Disable the autosave before loading the desktop,
4283         and enable afterwards.  (Bug#17351)
4285 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4287         Fix some indentation problem with \; and pipes (bug#17842).
4288         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
4289         (sh-smie--default-forward-token, sh-smie--default-backward-token):
4290         New functions.
4291         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
4292         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
4293         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
4295 2014-06-26  Glenn Morris  <rgm@gnu.org>
4297         * emacs-lisp/find-func.el (find-function-C-source-directory):
4298         Use file-accessible-directory-p.
4300         * ps-samp.el: Make it slightly less awful.
4301         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
4302         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
4303         Only set local values.
4304         (ps-article-subject, ps-article-author): Use standard functions
4305         like mail-fetch-field.
4306         (ps-info-file, ps-info-node): Use match-string.
4307         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
4308         (ps-samp-ps-setup): ... new function.
4310         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
4311         Optimize away code unneeded on any modern Emacs.
4313         * emacs-lisp/authors.el: Move to ../admin.
4315         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
4317 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
4319         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
4320         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
4321         performance enhancements.
4322         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
4323         expansion.
4324         (hif-factor, hif-string-concatenation, intern-safe): Support string
4325         concatenation and argumented macro expansion.
4326         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
4327         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
4328         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
4329         (hif-canonicalize-tokens, hif-place-macro-invocation)
4330         (hif-parse-macro-arglist): Mostly new functions for supporting
4331         argumented macro expansion.
4332         (hif-string-concatenation, hif-stringify, hif-token-concat)
4333         (hif-token-stringification, hif-token-concatenation):
4334         Stringification and concatenation.
4335         (hif-find-next-relevant): Fix comments.
4336         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
4337         some cases involving #elif.
4338         (hif-find-define, hif-add-new-defines): New functions for automatically
4339         scanning of defined symbols.
4340         (hide-ifdef-guts): Fix for defined symbol auto scanning.
4341         (hide-ifdef-undef): Fix behavior to match CPP.
4343 2014-06-25  Glenn Morris  <rgm@gnu.org>
4345         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
4346         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4347         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
4348         files.  They are not relevant to the original issue (bug#1004),
4349         and cause unnecessary recompilation (bug#2151).
4351 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * play/landmark.el: Use lexical-binding and avoid `intangible'.
4354         (landmark--last-pos): New var.
4355         (landmark--intangible-chars): New const.
4356         (landmark--intangible): New function.
4357         (landmark-mode, landmark-move): Use it.
4358         (landmark-mode): Remove properties.
4359         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
4360         (landmark-cross-qtuple):
4361         Don't worry about `intangible' any more.
4362         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
4363         (landmark-init-display): Don't set `intangible' and `point-entered'.
4364         (square): Remove.  Inline it instead.
4365         (landmark--distance): Rename from `distance'.
4366         (landmark-calc-distance-of-robot-from): Rename from
4367         calc-distance-of-robot-from.
4368         (landmark-calc-smell-internal): Rename from calc-smell-internal.
4370 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
4372         * files.el (dir-locals-find-file, file-relative-name):
4373         * info.el (Info-complete-menu-item):
4374         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
4375         to compare-strings to avoid out-of-range errors.
4376         * subr.el (string-prefix-p): Adjust to match strict range
4377         checking in compare-strings.
4379 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
4381         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
4382         for comment lines non-greedy and stopping at newlines to fix stack
4383         overflows with large files.
4385 2014-06-24  Eli Barzilay  <eli@barzilay.org>
4387         * calculator.el (calculator-last-input): Drop 'ascii-character property
4388         lookup.
4390 2014-06-24  Leo Liu  <sdl.web@gmail.com>
4392         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
4393         tab-stop-list to nil.  (Bug#16381)
4395         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
4396         (indent-rigidly-left-to-tab-stop)
4397         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
4398         (move-to-tab-stop): Change callers.
4400 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
4402         * skeleton.el (skeleton-insert): Yet another fix of the doc string
4403         wrt behavior of \n as the first/last element of a skeleton.
4405 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
4407         * net/tramp-adb.el (tramp-adb-handle-process-file):
4408         * net/tramp-sh.el (tramp-sh-handle-process-file):
4409         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
4410         the output buffer when DISPLAY is non-nil.  (Bug#17815)
4412 2014-06-24  Glenn Morris  <rgm@gnu.org>
4414         * play/landmark.el (landmark-move-down, landmark-move-up):
4415         Fix 2007-10-20 change - preserve horizontal position.
4417 2014-06-23  Sam Steingold  <sds@gnu.org>
4419         * simple.el (kill-append): Remove undo boundary depending on ...
4420         (kill-append-merge-undo): New user option.
4422 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4424         * simple.el (handle-shift-selection, exchange-point-and-mark)
4425         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
4426         (transient-mark-mode): Use&set the global value.
4427         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
4428         * emulation/edt.el (edt-emulation-off): Save&restore the global
4429         transient-mark-mode setting.
4430         * obsolete/pc-select.el (pc-selection-mode): Use the
4431         transient-mark-mode function.
4433 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
4435         * international/fontset.el (script-representative-chars):
4436         Add representative characters for scripts added in Unicode 7.0.
4437         (otf-script-alist): Synchronize with the latest registry of OTF
4438         script tags.
4440         * international/characters.el (char-script-table): Update for
4441         scripts added and codepoint ranges changed in Unicode 7.0.
4443 2014-06-23  Eli Barzilay  <eli@barzilay.org>
4445         * calculator.el (calculator-standard-displayer): Fix bug in use of
4446         `calculator-groupize-number'.
4447         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
4448         `eval' code, so it works in v24.3.1 too.
4449         (calculator-last-input): Comment to clarify purpose.
4451 2014-06-22  Mario Lang  <mlang@delysid.org>
4453         * textmodes/rst.el (rst-comment-region): From from -> from.
4455         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
4457 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
4459         * electric.el (electric-layout-post-self-insert-function):
4460         * emacs-lisp/ert.el (ert--insert-infos):
4461         * obsolete/vi.el (vi-set-mark):
4462         * term.el (term-handle-scroll):
4463         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
4464         * wid-edit.el (widget-editable-list-value-create):
4465         Prefer point-marker to copy-marker of point.
4467 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4469         Fix completion retrieval parsing (bug#17209).
4470         * progmodes/python.el (python-mode):
4471         (python-util-strip-string): New function.
4472         (python-shell-completion-get-completions): Use it.
4474 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
4476         * skeleton.el (skeleton-insert): Fix last change.
4478 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4480         Enhancements for outline integration (bug#17796).
4481         * progmodes/python.el (python-mode): Properly set
4482         outline-heading-end-regexp so that comments after colons for
4483         defuns are supported.
4485 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
4487         * skeleton.el (skeleton-insert): Doc fix.
4489 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4491         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
4492         (smie-config-guess): Use smie-config-local so the rules are obeyed
4493         (bug#17818).
4495         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
4496         since it's already done inside the loop (bug#17819).
4498 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
4500         * mouse.el (mouse-drag-line): Re-remove code initially removed
4501         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
4502         (Bug#17819).
4504 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4506         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
4507         align with the surrounding parent (bug#17721).
4509 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
4511         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
4512         locally to nil.
4513         (texinfo-insert-block, texinfo-insert-@end)
4514         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
4515         local setting of skeleton-end-newline by adding an explicit \n to
4516         the skeletons where appropriate.  (Bug#17801)
4518 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4520         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
4521         (smie-indent--hanging-p): Use it.
4522         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
4524 2014-06-21  Leo Liu  <sdl.web@gmail.com>
4526         * simple.el (read-quoted-char): Don't let help chars pop up help
4527         buffer.  (Bug#16617)
4529 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4531         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
4532         for | (bug#17621).
4534         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
4535         Drop unknown events instead of burping.
4537 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
4539         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
4540         and later.  (Bug#17790)
4542 2014-06-21  Juri Linkov  <juri@jurta.org>
4544         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
4545         to `soft'.  (Bug#17554)
4547 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
4550         (bug#17737).
4552 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
4554         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
4555         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
4557 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
4559         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
4560         `unread-command-events'.
4562 2014-06-19  William Xu  <william.xwl@gmail.com>
4564         * progmodes/hideif.el (hif-string-to-number): Don't return float for
4565         hex integer constants (bug#17807).
4567 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * international/mule-util.el (truncate-string-ellipsis): New var.
4570         (truncate-string-to-width): Use it.
4572 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
4574         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
4575         (lisp-string-in-doc-position-p): New function, extracted from
4576         lisp-font-lock-syntactic-face-function.
4577         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
4579 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
4581         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
4583 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4585         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
4586         (bubbles--game-over): Don't add `intangible' properties since they
4587         didn't work anyway.
4589 2014-06-18  Juri Linkov  <juri@jurta.org>
4591         * vc/ediff-init.el (ediff-current-diff-Ancestor)
4592         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4593         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4594         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4595         Add `min-colors 88' version with removed black/white foregrounds.
4596         (Bug#10181)
4598 2014-06-18  Juri Linkov  <juri@jurta.org>
4600         * vc/diff-mode.el (diff-changed): Empty face definition to use
4601         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
4602         (diff-context): Use darker color on light background and
4603         lighter color on dark background.
4605 2014-06-18  Juri Linkov  <juri@jurta.org>
4607         * vc/diff-mode.el (diff-refine-changed): Rename from
4608         `diff-refine-change' for consistency with `diff-changed'.
4609         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
4611         * vc/smerge-mode.el (smerge-refined-changed): Rename from
4612         `smerge-refined-change'.
4613         (smerge-refined-change): Add obsolete face alias.
4615 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4617         * rect.el (rectangle-preview): New custom.
4618         (rectangle): New group.
4619         (rectangle--pos-cols): Add `window' argument.
4620         (rectangle--string-preview-state, rectangle--string-preview-window):
4621         New vars.
4622         (rectangle--string-flush-preview, rectangle--string-erase-preview)
4623         (rectangle--space-to, rectangle--string-preview): New functions.
4624         (string-rectangle): Use them.
4625         (rectangle--inhibit-region-highlight): New var.
4626         (rectangle--highlight-for-redisplay): Obey it.  Make sure
4627         `apply-on-region' uses the point-crutches of the right window.
4628         Use :align-to rather than multiple spaces.
4630 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
4632         * ruler-mode.el (ruler-mode-window-col)
4633         (ruler-mode-mouse-set-left-margin)
4634         (ruler-mode-mouse-set-right-margin): Fix calculation of column
4635         from mouse position (Bug#17768).
4637 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
4639         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
4640         without varname or rhs causes crash.
4641         (dun-ftp): Fix bug where blank ftp password is allowed, making it
4642         impossible to win endgame.
4643         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
4644         rlogin is anymore.
4645         (dun-help): Bump version number; update contact info.
4647 2014-06-15  Eli Barzilay  <eli@barzilay.org>
4649         * calculator.el (calculator-prompt, calculator-remove-zeros)
4650         (calculator-mode-hook, calculator-operators, calculator-stack)
4651         (calculator-mode): Tweak docstring.
4652         (calculator-user-operators): Tweak docstring, fix a bug in the last
4653         example.
4654         (calculator-displayer): `std' case has an optional boolean.
4655         (calculator-displayers): Use the new boolean to group in decimal mode.
4656         (calculator-mode-map, calculator, calculator-message)
4657         (calculator-op-arity, calculator-add-operators)
4658         (calculator-string-to-number, calculator-displayer-prev)
4659         (calculator-displayer-next, calculator-remove-zeros)
4660         (calculator-eng-display, calculator-number-to-string)
4661         (calculator-update-display, calculator-last-input)
4662         (calculator-clear-fragile, calculator-digit, calculator-decimal)
4663         (calculator-exp, calculator-saved-move, calculator-clear)
4664         (calculator-copy, calculator-put-value, calculator-help)
4665         (calculator-expt, calculator-truncate): Minor code improvements.
4666         (calculator-need-3-lines): New function pulling out code from
4667         `calculator'.
4668         (calculator-get-display): Rename from `calculator-get-prompt', and
4669         improved.
4670         (calculator-push-curnum): Rename from `calculator-curnum-value', and
4671         extended for all uses of it.  All callers changed.
4672         (calculator-groupize-number): New utility for splitting a number into
4673         groups.
4674         (calculator-standard-displayer): Improve code, new optional argument to
4675         use comma-split groups, make second argument optional too to use with
4676         'left/'right inputs.  All callers changed.
4677         (calculator-reduce-stack-once): New utility, doing the meat of what
4678         `calculator-reduce-stack' used to do, much improved (mostly using
4679         `pcase' for conciseness and clarity).
4680         (calculator-reduce-stack): Now doing just the reduction loop using
4681         `calculator-reduce-stack-once'.
4682         (calculator-funcall): Improve code, make it work in v24.3.1 too.
4683         (calculator-last-input): Improve code, remove some old cruft.
4684         (calculator-quit): Kill `calculator-buffer' in electric mode too.
4685         (calculator-integer-p): Remove.
4686         (calculator-fact): Improve code, make it work on non-integer values
4687         too (using truncated numbers).
4689 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
4691         Sync with Tramp 2.2.10.
4693         * net/tramp.el (tramp-methods): Tweak docstring.
4694         (tramp-handle-file-accessible-directory-p): Check for
4695         `file-readable-p' instead of `file-executable-p'.
4696         (tramp-check-cached-permissions):
4697         Use `tramp-compat-file-attributes'.
4698         (tramp-call-process): Add new argument VEC.  Adapt callees in all
4699         tramp*.el files.
4701         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
4702         (tramp-adb-maybe-open-connection): Don't set
4703         `tramp-current-*' variables.
4705         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
4706         file properties of temporary buffers.
4708         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
4710         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
4711         (tramp-gvfs-handle-delete-file): Flush file
4712         properties, not directory properties.
4713         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
4714         reading "unix::mode".
4715         (tramp-gvfs-handle-file-name-all-completions):
4716         Use "-h" option for "gvfs-ls".
4717         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
4718         (tramp-gvfs-send-command): Simplify traces.
4720         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
4721         (vc-git-program, vc-hg-program): Declare.
4722         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
4723         (tramp-methods) <nc>: Add new method.
4724         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
4725         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
4726         `tramp-login-args'.
4727         (tramp-default-user-alist): Add "nc".
4728         (top): Remove completion function for "sftp".  Add completion
4729         functions for "nc" and "psftp".
4730         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
4731         Implement support for "nc" method.
4732         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
4733         (tramp-remote-coding-commands, tramp-call-local-coding-command):
4734         Tweak docstring.
4735         (tramp-sh-handle-write-region): Tweak error message.
4736         (tramp-sh-handle-vc-registered): Remove backends when the remote
4737         binary does not exist.
4738         (tramp-find-inline-encoding): Do not raise an error.
4739         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
4740         the "nc" case.  Quote result also locally.
4742         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4743         (tramp-smb-handle-set-file-acl): Use `start-process'.
4744         (tramp-smb-handle-insert-directory): Use progress reporter.
4745         (tramp-smb-handle-rename-file): Flush also file properties of
4746         FILENAME.
4748         * net/trampver.el: Update release number.
4750 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
4753         add-to-list.
4754         (ses-localvars): Remove ses--local-printer-list, unused.
4755         (ses--metaprogramming): New macro.  Use it to defvar variables.
4756         (ses-set-localvars): Simplify.
4757         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
4758         property-list into an alist.
4759         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4760         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
4761         Remove; use defstruct accessors/setters instead.
4762         (ses-cell-formula-aset, ses-cell-printer-aset)
4763         (ses-cell-references-aset): Remove, use setf instead.
4764         (ses--alist-get): New function.
4765         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
4766         Use an alist instead of a plist and don't do move-to-front since the
4767         list is always short.
4768         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
4769         (ses-cell-property-set-fun, ses-cell-property-set)
4770         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
4771         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
4772         (ses--letref): New macro.
4773         (ses-cell-property-pop): Rewrite.
4774         (ses--cell): Rename from ses-cell and make it into a function.
4775         Make `formula' fallback on `value' if nil.
4776         (ses--local-printer): Rename from ses-local-printer and make it into
4777         a function.
4778         (ses-set-cell): Turn it into a macro so finding the accessor from the
4779         field name is done at compile time.
4780         (ses-repair-cell-reference-all): Test presence of `sym' rather than
4781         `ref' before adding `sym' to :ses-repair-reference.
4782         (ses-calculate-cell): Use ses--letref rather than
4783         ses-cell-property-get-handle.
4784         (ses-write-cells): Use a single prin1-to-string.
4785         (ses-setter-with-undo): New function.
4786         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
4787         (ses-unset-with-undo): Remove.
4788         (ses-load): Prefer apply' over `eval'.
4789         (ses-read-printer, ses-set-column-width): Use standard "(default
4790         foo)" format.
4792 2014-06-15  Glenn Morris  <rgm@gnu.org>
4794         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
4796         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
4797         Replace delete-duplicates and mapcan by cl- versions throughout.
4798         And cl-macroexpand-all by macroexpand-all.
4799         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
4801 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
4803         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
4805 2014-06-15  Juri Linkov  <juri@jurta.org>
4807         * bindings.el: Put `ascii-character' property on keypad keys
4808         mapped to characters.  (Bug#17759)
4810 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
4813         bumping forward into a closing paren (bug#17761).
4815         * term/xterm.el (xterm--version-handler): Work around for OSX
4816         Terminal.app (bug#17607).
4818 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
4820         * play/dunnet.el (dun-describe-room, dun-mode):
4821         If a lamp is in the room, you won't be eaten by a grue.
4823 2014-06-13  Glenn Morris  <rgm@gnu.org>
4825         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
4826         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
4827         (compile-always): GNU make automatically passes
4828         command-line arguments to sub-makes.
4830         * calendar/calendar.el (calendar-generate-window):
4831         Remove pointless call to font-lock-fontify-buffer.
4833 2014-06-13  Matthias Meulien  <orontee@gmail.com>
4835         * simple.el (completion-list-mode-map): Navigate with tab and backtab
4836         (bug#17767).
4838 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * simple.el (set-mark-command): Simplify a bit.
4842 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4844         * help.el (help--key-binding-keymap): New function.
4845         (help--binding-locus): New function.
4846         (describe-key): Mention the keymap in which the binding was
4847         found. (bug#13948)
4849 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * hippie-exp.el (he--all-buffers): New function.
4852         (try-expand-line-all-buffers, try-expand-list-all-buffers)
4853         (try-expand-dabbrev-all-buffers): Use it.
4855 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
4857         * hippie-exp.el (try-expand-line-all-buffers)
4858         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
4859         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
4860         original buffer, in case they're buffer-local.
4862 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4864         * ses.el (ses-initial-global-parameters-re): New defconst, a
4865         specific regexp is needed now that ses.el can handle both
4866         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
4867         local printers.
4868         (ses-localvars): Add local variables needed for local printer handling.
4869         (ses-set-localvars): Handle hashmap initialisation.
4870         (ses-paramlines-plist): Add param-line for number of local printers.
4871         (ses-paramfmt-plist): New defconst, needed for code factorization
4872         between functions `ses-set-parameter' and
4873         `ses-file-format-extend-paramter-list'
4874         (ses-make-local-printer-info): New defsubst.
4875         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4876         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
4877         (ses-cell-printer-aset): New defmacro.
4878         (ses-local-printer-compile): New defun.
4879         (ses-local-printer): New defmacro.
4880         (ses-printer-validate, ses-call-printer): Add support for local
4881         printer functions.
4882         (ses-file-format-extend-paramter-list): New defun.
4883         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
4884         factorization.
4885         (ses-load): Add support for local printer functions.
4886         (ses-read-printer): Update docstring and add support for local printer
4887         functions.
4888         (ses-refresh-local-printer, ses-define-local-printer): New defun.
4889         (ses-safe-printer): Add support for local printer functions.
4891 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
4893         * ffap.el (ffap-lax-url): New var (bug#17723).
4894         (ffap-url-at-point): Use it.
4895         (ffap-file-at-point): Avoid returning just "/".
4897 2014-06-12  Matthias Meulien  <orontee@gmail.com>
4899         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
4900         (python-mode-map): Bind it.
4902         * progmodes/python.el (class skeleton): Don't erase last char of class
4903         name (bug#17683).
4905 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4907         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
4909 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
4911         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
4912         (bug#17745).
4914 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4916         * international/mule-cmds.el: Use lexical-binding.
4917         (ucs-names): Simplify.
4919 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
4921         * progmodes/python.el (run-python): Use read-shell-command.
4923 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4925         * rect.el: Make it possible to move bounds past EOL or into TABs.
4926         (operate-on-rectangle): Use apply-on-rectangle.
4927         (rectangle--mark-crutches): New var.
4928         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
4929         (rectangle--crutches, rectangle--reset-crutches): New functions.
4930         (apply-on-rectangle): Obey crutches.  Avoid setq.
4931         Fix missing final iteration if end is at EOB&BOL.
4932         (rectangle-mark-mode-map): Add remap bindings for
4933         exchange-point-and-mark and char/line movements.
4934         (rectangle--*-char): New function.
4935         (rectangle-exchange-point-and-mark, rectangle-right-char)
4936         (rectangle-left-char, rectangle-forward-char)
4937         (rectangle-backward-char, rectangle-next-line)
4938         (rectangle-previous-line): New commands.
4939         (rectangle--place-cursor): New function.
4940         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
4942 2014-06-08  Glenn Morris  <rgm@gnu.org>
4944         * startup.el (initial-buffer-choice): Doc fix.
4945         Reset :version (adding an option does not merit a :version bump).
4947         * bookmark.el (bookmark-load):
4948         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
4950 2014-06-08  Juri Linkov  <juri@jurta.org>
4952         * desktop.el: Activate auto-saving on window configuration changes.
4953         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
4954         `desktop-auto-save-set-timer' to/from
4955         `window-configuration-change-hook'.
4956         (desktop-auto-save-set-timer): Change REPEAT arg of
4957         `run-with-idle-timer' from t to nil.
4958         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
4960 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
4962         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
4963         vc-hg-command (bug#17570).
4965 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4967         * international/mule-cmds.el (ucs-names): Add special entry for BEL
4968         (bug#17702).
4970 2014-06-08  Glenn Morris  <rgm@gnu.org>
4972         * startup.el (window-setup-hook): Doc fix.
4974         * emacs-lisp/package.el (package-check-signature)
4975         (package-unsigned-archives): Doc fixes.
4977 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
4979         * window.el (display-buffer-use-some-window): Don't make window
4980         used smaller than it was before (Bug#17671).
4982 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
4984         * menu-bar.el (menu-bar-open): Fix last change: use the PC
4985         'redisplay' instead of '(sit-for 0)'.
4987 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
4989         * net/tramp.el (tramp-ssh-controlmaster-options):
4990         Improve search regexp.  (Bug#17653)
4992 2014-06-08  Glenn Morris  <rgm@gnu.org>
4994         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
4996 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
4998         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
5000 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
5002         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
5003         (bug#17586).
5005         * vc/vc-hg.el (vc-hg-log-graph): New var.
5006         (vc-hg-print-log): Use it.
5007         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
5008         graph output (bug#17515).
5010 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5012         * mouse.el (mouse-posn-property): Ignore buffer position info when the
5013         even happened elsewhere.
5015 2014-06-06  Mario Lang  <mlang@delysid.org>
5017         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
5018         `recenter' if `current-buffer' is equal to `window-buffer'.
5020 2014-06-05  Leo Liu  <sdl.web@gmail.com>
5022         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
5024 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
5026         * textmodes/tildify.el (tildify-foreach-region-outside-env):
5027         New function which calls a callback on portions of the buffer that are
5028         outside of ignored environments.
5029         (tildify-build-regexp): Remove function since it is now
5030         incorporated in `tildify-foreach-region-outside-env' where it is
5031         optimized and simplified by the use of `mapconcat'.
5032         (tildify-tildify): Return number of substitutions made so that…
5033         (tildify-count): …can be removed.
5034         (tildify-find-env): Accept a new PAIRS argument which was
5035         previously looked up in `tildify-ignored-environments-alist' each
5036         time the function was called.  With this change, the lookup is
5037         performed only once in `tildify-foreach-region-outside-env'.
5038         (tildify-region): Greatly simplify the function since now most of
5039         the work is done by `tildify-foreach-region-outside-env'.
5040         (tildify-mode-alist): Simplify slightly by avoiding if and setq
5041         and instead using or.
5043         * textmodes/tildify.el (tildify-ignored-environments-alist):
5044         Optimize environments regexes
5046         Each time beginning of an environment to ignore is found,
5047         `tildify-find-env' needs to identify regexp for the ending
5048         of the environment.  This is done by trying all the opening
5049         regexes on matched text in a loop, so to speed that up, this
5050         loop should have fewer things to match, which can be done by
5051         using alternatives in the opening regexes.
5053         Coincidentally, this should make matching of the opening
5054         regexp faster as well thanks to the use of `regexp-opt' and
5055         having common prefix pulled from many regexes.
5057         * textmodes/tildify.el (tildify-string-alist)
5058         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
5059         of supported modes since `xml-mode' is no longer a thing but just
5060         an alias to the former.  Also include comments and insides of tags
5061         in `tildify-ignored-environments-alist' for XML modes.  Finally,
5062         since XML does not define “&nbsp;”[1], use a numeric reference for
5063         a no-break space (namely “&#160;”)
5065         [1] XML specification defines only a handful of predefined entities.
5066             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
5067             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
5068             >, &, ' and " respectively).  This is in contrast to HTML and even
5069             XHTML which defined a whole bunch of entities including “&nbsp;”.
5071         * textmodes/tildify.el (tildify-pattern-alist)
5072         (tildify-string-alist, tildify-ignored-environments-alist):
5073         Improve defcustom's types by adding more tags explaining what each
5074         value means and replace “sexp” used in
5075         `tildify-ignored-environments-alist' with a full type declaration.
5077         * textmodes/tildify.el (tildify-find-env): Fix matched group
5078         indexes in end-regex building
5080         When looking for a start of an ignore-environment, the regex is built
5081         by concatenating regexes of all the environments configured in
5082         `tildify-ignored-environments-alist'.  So for example, the following
5083         list could be used to match TeX's \verb and \verb* commands:
5085             (("\\\\verb\\(.\\)" . (1))
5086              ("\\\\verb\\*\\(.\\)" . (1)))
5088         This would result in the following regex being used to find the start
5089         of any of the variants of the \verb command:
5091             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
5093         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
5094         won't match anything, and thus (match-string 1) will be nil, which
5095         will cause building of the end-matching regex to fail.
5097         Fix this by using capture groups from the time when the opening
5098         regexes are matched individually.
5100         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
5101         in `tildify-find-env'
5103         The `tildify-ignored-environments-alist' allows the end-regex to
5104         be provided not as a static string but mix of strings and indexes
5105         of groups matched the begin-regex.  For example, the “\verb!…!”
5106         TeX-command (where “!” is an arbitrary character) is handled
5107         using:
5109             ("\\\\verb\\*?\\(.\\)" . (1))
5111         In the same way, the following should be supported as well:
5113             ("open-\\(.\\)" . ("end-" 1))
5115         However the tildify-find-env function fails at
5117             (concat result
5118                     (if (stringp (setq aux (car expression)))
5119                          expression  ; BUG: expression is a list
5120                        (regexp-quote (match-string aux))))
5122         where the string part is handled incorrectly.
5124         The most trivial fix would be to replace `expression' in the
5125         true-part of the if-statement with `aux', but instead, this commit
5126         optimizes `tildify-find-env' by changing it to use `mapconcat'
5127         rather than open-coded while-loop.
5129 2014-06-05  Mario Lang  <mlang@delysid.org>
5131         * woman.el (woman-mapcan): Remove.
5132         (woman-parse-colon-path): Use cl-mapcan instead.
5134 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5136         * register.el: Add link to Emacs manual in Commentary.
5138 2014-06-02  Sam Steingold  <sds@gnu.org>
5140         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
5141         (popup-menu): ...here.
5142         (menu-bar-open): Use it to avoid an error when `lookup-key'
5143         returns a number.
5145 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
5147         * net/tramp.el (tramp-call-process): Add traces.
5148         (tramp-handle-unhandled-file-name-directory): Return "/".
5150 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
5152         Sync with upstream verilog-mode revision 3cd8144.
5153         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
5154         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
5155         (verilog-type-font-keywords): Add nor.
5156         (verilog-batch-execute-func): Force reading of Local Variables.
5157         Fix printing "no changes to be saved" with verilog-batch.
5158         (verilog-auto-arg-ports): Doc fix.
5159         Add verilog-auto-arg-format to support newlines in AUTOARG.
5160         (verilog-auto-arg): Doc fix.
5162 2014-06-02  Glenn Morris  <rgm@gnu.org>
5164         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
5165         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
5166         * emulation/ws-mode.el: Move to obsolete/.
5167         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
5169 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
5171         * simple.el (keyboard-quit): Force update of mode lines, to remove
5172         the "Def" indicator, if we were defining a macro.  (Bug#17615)
5174 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5176         * minibuffer.el (minibuffer-force-complete-and-exit):
5177         Obey minibuffer-default (bug#17545).
5179         * progmodes/js.el (js-indent-line): Don't mix columns and chars
5180         (bug#17619).
5182         * subr.el (set-transient-map): Don't wait for some "nested"
5183         transient-map to finish if we're only supposed to be active for
5184         the next command (bug#17642).
5186 2014-06-02  Leo Liu  <sdl.web@gmail.com>
5188         * emacs-lisp/gv.el (window-buffer, window-display-table)
5189         (window-dedicated-p, window-hscroll, window-point, window-start):
5190         Fix gv-expander.  (Bug#17630)
5192 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5194         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
5195         clicks (bug#17633).
5197         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
5198         for the single comma, since ", " is *very* common in normal French text
5199         (bug#17643).
5201 2014-06-02  Glenn Morris  <rgm@gnu.org>
5203         * emacs-lisp/package.el (package-check-signature)
5204         (package-unsigned-archives): Fix :version.
5206 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5208         * subr.el (sit-for): Don't run input-methods (bug#15614).
5210 2014-06-02  Glenn Morris  <rgm@gnu.org>
5212         * cus-start.el: Fix some :version numbers.
5214 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5216         * simple.el (deactivate-mark): Set mark-active to nil even if
5217         deactivation is done via setting transient-mark-mode to nil,
5218         since one is buffer-local and the other is global.
5220         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
5221         there can't be more than 2 arguments (bug#17584).
5223 2014-06-02  Glenn Morris  <rgm@gnu.org>
5225         * simple.el (filter-buffer-substring-functions)
5226         (filter-buffer-substring-function, buffer-substring-filters)
5227         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
5229         * minibuffer.el (completion-in-region-functions, completion-in-region)
5230         (completion--in-region): Doc fixes.
5232         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
5233         (expand-abbrev, abbrev--default-expand): Doc fixes.
5235 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5237         Include sources used to create macuvs.h.
5238         * international/README: Refer to the Unicode Terms of Use rather
5239         than copying it bodily here, as that simplifies maintenance.
5241 2014-06-01  Glenn Morris  <rgm@gnu.org>
5243         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
5245 2014-05-31  Glenn Morris  <rgm@gnu.org>
5247         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
5249 2014-05-30  Glenn Morris  <rgm@gnu.org>
5251         * loadup.el: Treat `command-line-args' more flexibly.
5253 2014-05-30  Alan Mackenzie  <acm@muc.de>
5255         Guard (looking-at "\\s!") from XEmacs.
5256         * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
5258 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>
5260         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
5261         The argument COUNT is now optional, to be more backward-compatible.
5262         Doc fix.  (Bug#17560)
5264 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
5266         * whitespace.el (whitespace-report-region):
5267         Simplify documentation.
5268         (whitespace-report-region): Allow report-if-bogus to take the
5269         value `never', for non-interactive use.
5270         (whitespace-report): Refer to whitespace-report-region's
5271         documentation.
5273 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5275         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
5276         Side benefit: it works without jit-lock.
5277         (whitespace-point--used): New buffer-local var.
5278         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
5279         (whitespace-color-off): Use font-lock-flush.
5280         (whitespace-point--used, whitespace-point--flush-used): New functions.
5281         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5282         (whitespace-empty-at-eob-regexp): Use them.
5283         (whitespace-post-command-hook): Rewrite.
5285         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
5286         (font-lock-fontify-buffer): Mark interactive-only.
5287         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
5288         Make buffer-local.
5289         (font-lock-specified-p): Remove redundant boundp check.
5290         (font-lock-flush-function, font-lock-ensure-function): New vars.
5291         (font-lock-turn-on-thing-lock): Set them.
5292         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
5293         (font-lock-after-change-function): Make `old-len' optional.
5294         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
5295         Call font-lock-flush, just in case.
5296         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
5297         recent Emacsen.
5298         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
5299         (vera-mode-map, vera-mode-menu): Remove bindings to it.
5300         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
5301         and with-syntax-table.
5302         * textmodes/conf-mode.el (conf-quote-normal):
5303         * progmodes/sh-script.el (sh-set-shell):
5304         * progmodes/prog-mode.el (prettify-symbols-mode):
5305         * progmodes/f90.el (f90-font-lock-n):
5306         * progmodes/cwarn.el (cwarn-mode):
5307         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
5308         * progmodes/compile.el (compilation-setup, compilation--unsetup):
5309         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
5310         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
5311         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
5312         font-lock-fontify-buffer-function and
5313         font-lock-unfontify-buffer-function.
5314         (rmail-unfontify-buffer-function, rmail-fontify-message):
5315         Use with-silent-modifications.
5316         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
5317         and font-lock-ensure.
5318         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
5320 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
5322         * emacs-lisp/package.el (package-generate-autoloads):
5323         Inhibit backup files.
5325 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5327         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
5328         (bug#17608).
5330 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
5332         * textmodes/tildify.el (tildify-buffer, tildify-region):
5333         Add dont-ask option.
5335 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
5338         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
5340         * subr.el (internal--funcall-interactively): New.
5341         (internal--call-interactively): Remove.
5342         (called-interactively-p): Detect funcall-interactively instead of
5343         call-interactively.
5344         * simple.el (repeat-complex-command): Use funcall-interactively.
5345         (repeat-complex-command--called-interactively-skip): Remove.
5347 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * register.el (register-read-with-preview): Don't burp on
5350         frame switches (e.g. due to the frame we just popped).
5352         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
5353         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
5355 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
5357         * cus-face.el (custom-face-attributes): Add :distant-foreground.
5359 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
5361         * window.el (window--dump-frame): Remove interactive specification.
5363 2014-05-26  Glenn Morris  <rgm@gnu.org>
5365         * hippie-exp.el (he-line-search-regexp):
5366         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
5368 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
5370         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
5371         to avoid errors when trying to create or visit a file foo.todo
5372         located outside to todo-directory, and to allow having such files
5373         without them being tied to Todo mode (bug#17482).
5374         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
5375         (todo-archive-done-item, todo-find-filtered-items-file)
5376         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
5377         (todo-category-completions, todo-read-category): When visiting a
5378         Todo file, make sure we're in the right mode and the buffer local
5379         variables are set.
5380         (todo-make-categories-list, todo-reset-nondiary-marker)
5381         (todo-reset-done-string, todo-reset-comment-string):
5382         After processing all Todo files, kill the buffers of those files that
5383         weren't being visited before the processing.
5384         (todo-display-as-todo-file, todo-add-to-buffer-list)
5385         (todo-visit-files-commands): Comment out.
5386         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
5387         (auto-mode-alist): Remove add-to-list calls making Todo file
5388         extensions unrestrictedly tied to Todo modes.
5390 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5392         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
5393         (advice-function-member-p): Tell it to check both names and functions
5394         (bug#17531).
5395         (advice--add-function): Adjust call accordingly.
5397 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
5399         * calendar/todo-mode.el: Miscellaneous bug fixes.
5400         (todo-delete-file): When deleting an archive but not its todo
5401         file, make sure to update the todo file's category sexp.
5402         (todo-move-category): Keep the moved category's name unless the
5403         file moved to already has a category with that name.  If the
5404         numerically last category of the source file was moved, make the
5405         first category current to avoid selecting a nonexisting category.
5406         (todo-merge-category): Fix implementation to make merging to a
5407         category in another file work as documented.  Eliminate now
5408         insufficient and unnecessary renaming of archive category, correct
5409         document string accordingly, and clarify it.  If the numerically
5410         last category of the source file was merged, make the first
5411         category current to avoid selecting a nonexisting category.
5412         (todo-archive-done-item): When there are marked items and point
5413         happens to be on an unmarked item, ignore the latter.  Don't leave
5414         point below last item after archiving marked items.
5415         (todo-unarchive-items): Fix logic to ensure unarchiving an item
5416         from an archive with only one category deletes the archive only
5417         when the category is empty after unarchiving.  Make sure the todo
5418         file's category sexp is updated.
5419         (todo-read-file-name): Allow an existing file name even when it is
5420         not required (todo-move-category needs this to work as documented).
5421         (todo-add-file): Call todo-validate-name to reject the name of an
5422         existing todo file (needed due to fix in todo-read-file-name).
5423         (todo-reset-nondiary-marker): Also reset in filtered items files.
5424         (todo-reset-done-string, todo-reset-comment-string): Also reset in
5425         regexp filtered items files.
5426         (todo-reset-highlight-item): Also reset in filtered items files.
5427         Fix incorrect variable reference in document string.
5429 2014-05-26  Glenn Morris  <rgm@gnu.org>
5431         * window.el (window--dump-frame): Avoid error in --without-x builds.
5433 2014-05-26  Glenn Morris  <rgm@gnu.org>
5435         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
5437 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
5439         * frame.el (set-frame-font): Doc fix.
5441         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
5443 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
5445         * emacs-lisp/package.el (package--download-one-archive):
5446         Use `write-region' instead of `save-buffer' to avoid running various
5447         hooks.  (Bug#17155)
5448         (describe-package-1): Same.  Insert newline at the end of the
5449         buffer if appropriate.
5451 2014-05-26  Juri Linkov  <juri@jurta.org>
5453         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
5454         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
5455         Add more modifiers: meta, control, shift, hyper, super, alt.
5456         (Bug#17439)
5458         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
5459         to allow changing its value with `set-variable'.
5461 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5463         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
5464         #; comments.
5465         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
5466         New functions.
5467         (scheme-mode-variables): Set syntax-propertize-function instead of
5468         font-lock-syntactic-face-function.
5469         (scheme-font-lock-syntactic-face-function): Delete.
5471         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
5473         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
5474         (bug#17392).
5476 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
5478         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
5479         for a temporary file name.
5481 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
5483         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
5485 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
5487         * net/dbus.el (dbus-init-bus, dbus-call-method)
5488         (dbus-call-method-asynchronously, dbus-send-signal)
5489         (dbus-method-return-internal, dbus-method-error-internal):
5490         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
5492 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5494         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
5495         methods which do not have a doc string.  (Bug#17490)
5497 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
5499         * textmodes/reftex-ref.el (reftex-format-special): Make it work
5500         also for AMS Math's \eqref macro.
5502 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5504         Arrange to never byte-compile the generated -pkg.el file.
5506         * emacs-lisp/package.el (package-generate-description-file):
5507         Output first-line comment to set buffer-local var `no-byte-compile'.
5508         Suggested by Dmitry Gutov:
5509         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
5511 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5513         Fix bug: Properly quote args to generated -pkg.el `define-package'.
5515         * emacs-lisp/package.el (package-generate-description-file):
5516         Inline `package--alist-to-plist'; rewrite to selectively
5517         quote alist values that are not self-quoting.
5518         (package--alist-to-plist): Delete func.
5520 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
5522         * term/xterm.el (xterm-function-map): Add mapping for shifted
5523         keypad keys.
5525 2014-05-24  Daniel Colascione  <dancol@dancol.org>
5527         * progmodes/subword.el (subword-find-word-boundary): Move point to
5528         correct spot before search. (Bug#17580)
5530         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
5531         breaking the build.
5533 2014-05-24  Leo Liu  <sdl.web@gmail.com>
5535         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
5537 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5539         * minibuffer.el (completion--sreverse): Remove.
5540         (completion--common-suffix): Use `reverse' instead.
5541         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
5543 2014-05-22  Glenn Morris  <rgm@gnu.org>
5545         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
5547 2014-05-21  Daniel Colascione  <dancol@dancol.org>
5549         * files.el (interpreter-mode-alist): Add mksh.
5551         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
5552         derivative.
5553         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
5554         mksh. Improve custom spec; allow regular expressions.
5555         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
5556         (sh-after-hack-local-variables): New function.
5557         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
5558         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
5559         the normalization.
5560         (sh-canonicalize-shell): Rewrite to support regexes.
5562 2014-05-21  Leo Liu  <sdl.web@gmail.com>
5564         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
5566 2014-05-19  Leo Liu  <sdl.web@gmail.com>
5568         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
5570 2014-05-18  Glenn Morris  <rgm@gnu.org>
5572         * loadup.el:
5573         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
5575 2014-05-14  Sam Steingold  <sds@gnu.org>
5577         * progmodes/python.el (python-shell-get-or-create-process):
5578         Do not bind `current-prefix-arg' so that C-c C-z does not talk
5579         back unless requested.
5581 2014-05-14  Glenn Morris  <rgm@gnu.org>
5583         * subr.el (with-file-modes): New macro.
5584         * printing.el (pr-save-file-modes): Make obsolete.
5585         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
5586         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
5587         Add with-file-modes.
5588         * doc-view.el (doc-view-make-safe-dir):
5589         * epg.el (epg--start):
5590         * files.el (locate-user-emacs-file, make-temp-file)
5591         (backup-buffer-copy, move-file-to-trash):
5592         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
5593         * eshell/esh-util.el (eshell-with-private-file-modes)
5594         (eshell-make-private-directory):
5595         * net/browse-url.el (browse-url-mosaic):
5596         * obsolete/mailpost.el (post-mail-send-it):
5597         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
5598         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
5599         Use with-file-modes.
5601         * vc/emerge.el (emerge-make-temp-file): Simplify.
5603 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
5604             Stefan Monnier  <monnier@iro.umontreal.ca>
5606         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
5607         suffix (bug#15419).
5609 2014-05-14  Glenn Morris  <rgm@gnu.org>
5611         * vc/emerge.el (emerge-temp-file-prefix):
5612         Make pointless option obsolete.
5613         (emerge-temp-file-mode): Make non-functional option obsolete.
5615 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
5617         * net/browse-url.el (browse-url):
5618         Use `unhandled-file-name-directory' when setting `default-directory',
5619         in order to circumvent stalled remote connections.  (Bug#17425)
5621 2014-05-14  Glenn Morris  <rgm@gnu.org>
5623         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
5624         Optimize on Emacs, which has the relevant functions for ages.
5626 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5628         * simple.el (undo-make-selective-list): Obey undo-no-redo.
5630 2014-05-12  Sam Steingold  <sds@gnu.org>
5632         * calendar/time-date.el (seconds-to-string): New function to
5633         pretty print time delay in seconds.
5635 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * mpc.el (mpc-format): Trim Date to the year.
5638         (mpc-songs-hashcons): Shorten the Date field.
5640         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
5641         into autoloading just because of a silly indirection.
5643 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
5645         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
5647 2014-05-12  Glenn Morris  <rgm@gnu.org>
5649         * emacs-lisp/find-gc.el: Move to ../admin.
5651         * printing.el (pr-version):
5652         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
5654         * net/browse-url.el (browse-url-mosaic):
5655         Create /tmp/Mosaic.PID as a private file.
5657 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5659         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
5660         (advice--member-p): If name is given, only compare the name.
5661         (advice--remove-function): Don't stop at the first match.
5662         (advice--normalize-place): New function.
5663         (add-function, remove-function): Use it.
5664         (advice--add-function): Pass the name, if any, to
5665         advice--remove-function.
5667 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
5669         * electric.el (electric-indent-post-self-insert-function): Don't use
5670         `pos' after modifying the buffer (bug#17449).
5672 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
5674         * calendar/todo-mode.el (todo-insert-item-from-calendar):
5675         Correct argument list to conform to todo-insert-item--basic.
5677 2014-05-12  Glenn Morris  <rgm@gnu.org>
5679         * files.el (cd-absolute): Test if directory is accessible
5680         rather than executable.  (Bug#17330)
5682         * progmodes/compile.el (recompile):
5683         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
5685         * net/browse-url.el (browse-url-mosaic):
5686         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
5687         This is CVE-2014-3423.
5689 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5691         * mouse.el: Use the normal toplevel loop while dragging.
5692         (mouse-set-point): Handle multi-clicks.
5693         (mouse-set-region): Handle multi-clicks for drags.
5694         (mouse-drag-region): Update call accordingly.
5695         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
5696         Use the normal event loop instead of a local while/read-event loop.
5697         (global-map): Remove redundant bindings for double/triple-mouse-1.
5698         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
5699         Generate synthetic down events when the protocol only sends up events.
5700         (xterm-mouse-last): Remove.
5701         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
5702         terminal parameter instead.
5703         (xterm-mouse--set-click-count): New function.
5704         (xterm-mouse-event): Detect/generate double/triple clicks.
5705         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
5707         * info.el (Info-quoted): New face.
5708         (Info-mode-font-lock-keywords): New var.
5709         (Info-mode): Use it.
5711         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
5712         are a hindrance for C-x C-e.
5714 2014-05-11  Leo Liu  <sdl.web@gmail.com>
5716         * net/rcirc.el (rcirc-sentinel): Fix last change.
5718 2014-05-08  Sam Steingold  <sds@gnu.org>
5720         * net/rcirc.el (rcirc-reconnect-delay): New user option.
5721         (rcirc-sentinel): Auto-reconnect to the server if
5722         `rcirc-reconnect-delay' is non-0 (but not more often than its
5723         value in case the host is off-line).
5725 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
5727         * progmodes/grep.el (lgrep): Fix a typo in last commit.
5729 2014-05-09  Glenn Morris  <rgm@gnu.org>
5731         * files.el (file-expand-wildcards):
5732         * man.el (Man-support-local-filenames):
5733         * printing.el (pr-i-directory, pr-interface-directory):
5734         * progmodes/grep.el (lgrep, rgrep):
5735         * textmodes/ispell.el (ispell-call-process)
5736         (ispell-call-process-region, ispell-start-process)
5737         (ispell-init-process): Use file-accessible-directory-p.
5739 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5741         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
5742         (xterm-mouse--read-event-sequence-1000): Return nil if something
5743         looks fishy.
5744         (xterm-mouse-event): Propagate it.
5745         (xterm-mouse-translate-1): Handle it.
5747 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
5749         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
5750         four slots of the parameter list are filled, make sure to pass it
5751         to the argument list of todo-insert-item--basic.
5753 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5755         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
5756         Add optional `seen' argument to detect and break infinite loops.
5758 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
5760         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
5761         (trace-unsafe, trace-use-tree): Make parentheses style be
5762         according to Emacs style.
5764 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
5766         * net/tramp-sh.el (tramp-remote-process-environment):
5767         Remove HISTFILE and HISTSIZE; it's too late to set them here.
5768         Add :version entry.
5769         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
5770         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
5771         extra "PSx=..." commands.
5772         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
5773         (Bug#17295)
5775         (tramp-uudecode): Replace the hard-coded temporary file name by a
5776         format specifier.
5777         (tramp-remote-coding-commands): Enhance docstring.
5778         (tramp-find-inline-encoding): Replace "%t" by a temporary file
5779         name.  (Bug#17415)
5780         This is CVE-2014-3424.
5782 2014-05-08  Glenn Morris  <rgm@gnu.org>
5784         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
5785         (find-gc-source-files): Update some names.
5786         (trace-call-tree): Simplify and update.
5787         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
5788         This is CVE-2014-3422.
5790 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5792         * minibuffer.el (completion--try-word-completion): Revert fix for
5793         Bug#15980 (bug#17375).
5795         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
5796         Always store button numbers in the same way in xterm-mouse-last;
5797         Don't burp is xterm-mouse-last is not set as expected.
5798         Never return negative indices.
5800 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
5802         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5803         Backtrack one char if the global/char-literal var matcher hits
5804         inside a string.  The next char could be the beginning of an
5805         expression expansion.
5807 2014-05-08  Glenn Morris  <rgm@gnu.org>
5809         * help-fns.el (describe-function-1): Test for an autoload before a
5810         macro, since `macrop' works on autoloads.  (Bug#17410)
5812 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5814         * electric.el (electric-indent-functions-without-reindent): Add yaml.
5816         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
5817         Make sure the new point we return is within the new string (bug#17239).
5819 2014-05-05  Daniel Colascione  <dancol@dancol.org>
5821         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5822         Port `gnu' pattern to rx.
5824 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
5826         Remove unneeded prompt when closing a buffer with active
5827         emacsclient ("Buffer ... still has clients"), #16548.
5828         * server.el (server-start): Remove the only call to:
5829         (server-kill-buffer-query-function): Remove.
5831 2014-05-04  Leo Liu  <sdl.web@gmail.com>
5833         * calendar/diary-lib.el (calendar-chinese-month-name-array):
5834         Defvar to pacify compiler.
5836 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
5838         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
5840 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5842         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
5843         Use nil rather than `default' for the "default" appearance (bug#17388).
5844         * vc/ediff-util.el (ediff-inferior-compare-regions)
5845         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
5846         a misleading `default' value when it's really a boolean.
5847         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
5848         overlay is not visible.
5850 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
5852         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
5853         (todo-menu): Uncomment and update.
5855 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
5857         * calendar/todo-mode.el: Reimplement item editing to have the same
5858         basic user interface as item insertion, and make small UI and
5859         larger internal improvements to the latter.
5860         (todo-insert-item): Add reference to the Todo mode user manual to
5861         the documentation string.
5862         (todo-insert-item--basic): Rename from todo-basic-insert-item and
5863         adjust all callers.  Change signature to combine diary and
5864         nonmarking arguments.  Incorporate functionality of deleted item
5865         copying command and add error checking.  Remove detailed
5866         descriptions of the arguments from the documentation string, since
5867         this is treated in the Todo mode user manual.
5868         (todo-copy-item, todo-edit-multiline-item)
5869         (todo-edit-done-item-comment, todo-edit-item-header)
5870         (todo-edit-item-time, todo-edit-item-date-from-calendar)
5871         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
5872         (todo-edit-item-date-year, todo-edit-item-date-month)
5873         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
5874         Remove.
5875         (todo-edit-item): Reimplement as wrapper command for
5876         todo-edit-item--next-key and make it distinguish done and not done
5877         todo items.
5878         (todo-edit-item--text): New function, replacing old command
5879         todo-edit-item and incorporating deleted commands
5880         todo-edit-multiline-item and todo-edit-done-item-comment.
5881         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
5882         Use only numeric value of prefix argument.  Remove detailed
5883         descriptions of the arguments from the documentation string, since
5884         this is treated in the Todo mode user manual.
5885         (todo-edit-item--diary-inclusion): New function, replacing old
5886         command todo-edit-item-diary-inclusion and incorporating and fixing
5887         functionality of deleted command todo-edit-item-diary-nonmarking,
5888         making sure to remove todo-nondiary-marker when adding
5889         diary-nonmarking-symbol.
5890         (todo-edit-category-diary-inclusion): Make sure to delete
5891         diary-nonmarking-symbol when adding todo-nondiary-marker.
5892         (todo-edit-category-diary-nonmarking): Fix indentation.
5893         (todo-insert-item--parameters): Group diary and nonmarking
5894         parameters together.
5895         (todo-insert-item--apply-args): Adjust to signature of
5896         todo-insert-item--basic and incorporate copy parameter.
5897         Make small code improvements.
5898         (todo-insert-item--next-param): Improve prompt and adjust it to
5899         new parameter grouping.  Remove obsolete code.
5900         (todo-edit-item--param-key-alist)
5901         (todo-edit-item--date-param-key-alist)
5902         (todo-edit-done-item--param-key-alist): New defconsts.
5903         (todo-edit-item--prompt): New variable.
5904         (todo-edit-item--next-key): New function.
5905         (todo-key-bindings-t): Bind "e" to todo-edit-item.
5906         Remove bindings of deleted commands.
5908 2014-05-04  Leo Liu  <sdl.web@gmail.com>
5910         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
5912 2014-05-04  Glenn Morris  <rgm@gnu.org>
5914         * allout-widgets.el (allout-widgets-tally)
5915         (allout-decorate-item-guides):
5916         * menu-bar.el (menu-bar-positive-p):
5917         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5918         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
5919         * progmodes/js.el (js--inside-param-list-p)
5920         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
5921         * progmodes/prolog.el (region-exists-p):
5922         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
5923         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
5924         Doc fixes (replace `iff').
5926 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
5930 2014-05-04  Leo Liu  <sdl.web@gmail.com>
5932         Support Chinese diary entries in calendar and diary.  (Bug#17393)
5933         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
5934         (calendar-chinese-from-absolute-for-diary)
5935         (calendar-chinese-to-absolute-for-diary)
5936         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
5937         (diary-chinese-list-entries): New functions to list and mark
5938         Chinese diary entries in the calendar window.
5939         (diary-chinese-anniversary)
5940         (diary-chinese-insert-anniversary-entry)
5941         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
5942         (diary-chinese-insert-yearly-entry): New commands to insert
5943         Chinese diary entries.
5945         * calendar/diary-lib.el (diary-font-lock-keywords):
5946         Support font-locking Chinese dates.
5948         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
5949         inserting Chinese diary entries.
5951         * calendar/calendar.el (diary-chinese-entry-symbol):
5952         New customizable variable.
5953         (calendar-mode-map): Add bindings for inserting Chinese diary
5954         entries.
5956 2014-05-03  Juri Linkov  <juri@jurta.org>
5958         * dired.el (dired-check-switches, dired-switches-recursive-p):
5959         New functions.  (Bug#17218)
5960         (dired-switches-escape-p, dired-move-to-end-of-filename):
5961         Use `dired-check-switches'.
5962         (dired-insert-old-subdirs, dired-build-subdir-alist)
5963         (dired-sort-R-check): Use `dired-switches-recursive-p'.
5965 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
5967         * simple.el (undo-make-selective-list): New algorithm fixes
5968         incorrectness of position adjustments when undoing in region.
5969         (Bug#17235)
5970         (undo-elt-crosses-region): Make obsolete.
5971         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
5972         New functions to adjust positions using undo-deltas.
5974 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5976         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
5977         the last consecutive closing paren (bug#17345).
5979 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
5981         * dired.el (dired-mode): make terminology for eXpunge command
5982         consistent.  (Bug#17276)
5984 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
5986         * dired.el (dired-initial-position-hook, dired-initial-position):
5987         Doc string fixes.
5989 2014-04-30  Glenn Morris  <rgm@gnu.org>
5991         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
5993 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
5995         * faces.el (face-spec-recalc): Apply X resources only after the
5996         defface spec has been applied. Thus, X resources are no longer
5997         overriden by the defface spec which also fixes issues on win32 where
5998         the toolbar coloring was wrong because it is set through X resources
5999         and was (wrongfully) overriden.  (Bug#16694)
6001 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * textmodes/rst.el (electric-pair-pairs): Declare.
6004         (rst-mode): Set it (bug#17131).
6006 2014-04-30  Juri Linkov  <juri@jurta.org>
6008         * desktop.el (desktop-value-to-string): Let-bind `print-length'
6009         and `print-level' to nil.  (Bug#17351)
6011 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6013         * battery.el (battery-update): Handle the case where battery
6014         status is "N/A" (bug#17319).
6016 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6018         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
6019         to syntax-propertize.
6020         (ps-mode-auto-indent): Mark as obsolete.
6021         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
6022         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
6023         word regexp operators.
6024         (ps-mode-map): Move initialization into declaration.  Remove binding
6025         for TAB, RET, >, ], and }.
6026         (ps-mode-syntax-table): Move initialization into declaration.
6027         Don't give word syntax to non-word chars.
6028         (ps-run-mode-map): Move initialization into declaration.
6029         (ps-mode-menu-main): Remove auto-indent entry.
6030         (ps-mode-smie-rules): New function.
6031         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
6032         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
6033         (ps-mode--string-syntax-table): New const.
6034         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
6035         New functions.
6036         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
6037         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
6039 2014-04-27  Daniel Colascione  <dancol@dancol.org>
6041         * term/xterm.el (xterm-paste): Use large finite timeout when
6042         reading event to avoid putting keys in this-command-keys.
6044 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6046         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
6047         (perl-syntax-propertize-function): Use it.  Extend handling of
6048         here-docs to the unquoted case.
6050 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
6052         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
6053         Use equal-including-properties to compare help-echo strings (bug#17331).
6055 2014-04-25  Leo Liu  <sdl.web@gmail.com>
6057         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6058         Fix syntax for @.  (Bug#17325)
6060 2014-04-25  Daniel Colascione  <dancol@dancol.org>
6062         * emacs-lisp/cl.el (gv): Require gv early to break eager
6063         macro-expansion cycles.
6065 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6067         * simple.el (region-active-p): Check there's a mark (bug#17324).
6069         * simple.el (completion-list-mode-map): Use choose-completion for the
6070         mouse binding as well (bug#17302).
6071         (completion-list-mode, completion-setup-function): Adjust docstring and
6072         echo area message accordingly.
6073         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
6074         calling convention of choose-completion.
6075         * comint.el (comint-dynamic-list-completions):
6076         * term.el (term-dynamic-list-completions): Accept choose-completion.
6078         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
6079         &, |, +, - and * can't be a division (bug#17317).
6081         * term/xterm.el (xterm--version-handler): Don't use modern xterm
6082         features on gnome-terminal (bug#16988).
6084 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
6086         Improve Scheme font-locking for (define ((foo ...) ...) ...).
6088         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
6089         the declared object, ignore zero or more parens, not zero or one.
6091 2014-04-24  Leo Liu  <sdl.web@gmail.com>
6093         * progmodes/xscheme.el (xscheme-expressions-ring)
6094         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
6095         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
6096         (xscheme-allow-output-p, xscheme-prompt)
6097         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
6099         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
6100         Comment out unused functions.
6102 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6104         * info.el: Use lexical-binding and cl-lib.
6105         Use defvar-local and setq-local instead of make-local-variable.
6106         (Info-apropos-matches): Avoid add-to-list.
6107         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
6109 2014-04-24  Daniel Colascione  <dancol@dancol.org>
6111         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
6113 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
6117 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
6119         * dired.el (dired-insert-set-properties): Do not consider
6120         subdirectory headings and empty lines to be information that
6121         `dired-hide-details-mode' should hide.  (Bug#17228)
6123 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
6125         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6126         Remove test messages.
6127         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
6128         and `target' twice.
6130 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
6133         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
6135         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
6137 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
6139         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6140         Set "IFS=" when using read builtin, in order to preserve spaces in
6141         the file name.  Add test messages for hunting a bug on hydra.
6142         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
6144 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6146         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
6147         Don't prettify a word within a symbol.
6149 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
6151         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
6152         possible.
6154 2014-04-22  Daniel Colascione  <dancol@dancol.org>
6156         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
6157         use defun to define `function-put'.
6159 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6161         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
6162         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
6163         (lisp-mode-variables): Set font-lock-extra-managed-props.
6165         * emacs-lisp/byte-run.el (function-put): New function.
6166         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
6167         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
6168         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
6169         Use them.
6171 2014-04-22  Daniel Colascione  <dancol@dancol.org>
6173         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
6174         Add `full-p' parameter; when nil, call `macroexpand' instead of
6175         `macroexpand-all'.
6177         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
6178         Improve docstrings.
6180         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6181         Use lambda function values, not quoted lambdas.
6182         (byte-compile-recurse-toplevel): Remove extraneous &optional.
6184         * emacs-lisp/cl-macs.el
6185         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
6186         (cl-struct-slot-value): Conditionally use aref or nth so that the
6187         compiler produces optimal code.
6189 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
6192         (inline): Don't inline cl--set-elt.
6193         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
6194         Define as inlinable instead.
6195         (cl-struct-set-slot-value): Remove.
6197         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
6198         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
6199         Use setf instead.
6201 2014-04-21  Daniel Colascione  <dancol@dancol.org>
6203         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
6204         last two parameters after all.
6205         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
6206         (cl--compiler-macro-assoc,cl-struct-slot-value)
6207         (cl-struct-set-slot-value): Stop using them.
6209 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6211         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
6212         entry in image-mode-winprops-alist.
6214 2014-04-21  Daniel Colascione  <dancol@dancol.org>
6216         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
6217         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
6218         (byte-compile-toplevel-file-form): Use it.
6220         * emacs-lisp/cl-macs.el:
6221         (cl--loop-let): Properly destructure `while' clauses.
6223 2014-04-20  Daniel Colascione  <dancol@dancol.org>
6225         * vc/vc.el (vc-root-dir): New public autoloaded function for
6226         generically finding the current VC root.
6227         * vc/vc-hooks.el (vc-not-supported): New error.
6228         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
6230 2014-04-20  Daniel Colascione  <dancol@dancol.org>
6232         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
6233         argument.
6234         (cl--const-expr-val): cl--const-expr-val should macroexpand its
6235         argument in case we're inside a symbol-macrolet.
6236         (cl--do-arglist, cl--compiler-macro-typep)
6237         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
6238         environment to `cl--const-expr-val'.
6239         (cl-struct-sequence-type,cl-struct-slot-info)
6240         (cl-struct-slot-offset, cl-struct-slot-value)
6241         (cl-struct-set-slot-value): New functions.
6243 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6245         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
6246         assignments such as "case=hello" (bug#17297).
6248 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
6250         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
6251         Do not autoload.
6252         (tramp-file-name-handler, tramp-completion-file-name-handler):
6253         Revert patch from 2014-04-10, it isn't necessary anymore.
6254         (tramp-autoload-file-name-handler)
6255         (tramp-register-autoload-file-name-handlers): New defuns.
6256         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
6257         (tramp-register-file-name-handlers): Remove also
6258         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
6259         Do not autoload its invocation, but eval it after loading of 'tramp.
6261         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
6263         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
6265 2014-04-17  Daniel Colascione  <dancol@dancol.org>
6267         Add support for bracketed paste mode; add infrastructure for
6268         managing terminal mode enabling and disabling automatically.
6270         * xt-mouse.el:
6271         (xterm-mouse-mode): Simplify.
6272         (xterm-mouse-tracking-enable-sequence)
6273         (xterm-mouse-tracking-disable-sequence): New constants.
6274         (turn-on-xterm-mouse-tracking-on-terminal)
6275         (turn-off-xterm-mouse-tracking-on-terminal):
6276         Use tty-mode-set-strings and tty-mode-reset-strings terminal
6277         parameters instead of random hooks.
6278         (turn-on-xterm-mouse-tracking)
6279         (turn-off-xterm-mouse-tracking): Delete.
6281         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
6282         (xterm-paste-ending-sequence): New constant.
6283         (xterm-paste): New command used for bracketed paste support.
6285         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
6286         (terminal-init-xterm-bracketed-paste-mode): New function.
6287         (terminal-init-xterm): Call it.
6288         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
6289         and tty-mode-reset-strings instead of random hooks.
6290         (xterm-turn-on-modify-other-keys)
6291         (xterm-turn-off-modify-other-keys)
6292         (xterm-remove-modify-other-keys): Delete obsolete functions.
6294         * term/screen.el: Rewrite to just use the xterm code.
6295         Add copyright notice.  Mention tmux.
6297 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
6299         * image-mode.el (image-mode-window-put): Also update the property of
6300         the "default window".
6301         * doc-view.el (doc-view-new-window-function): If no window
6302         exists, move to the last known page.
6304 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6306         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
6307         here-documents (bug#17262).
6309 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
6311         * term/pc-win.el (x-list-fonts, x-get-selection-value):
6312         Provide doc strings, as required by snarf-documentation.
6314 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
6317         arg of overlays-at.  Use `invisible-p'.
6319         * obsolete/lucid.el (extent-at):
6320         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
6321         overlays-at.
6322         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
6324 2014-04-16  João Távora  <joaotavora@gmail.com>
6326         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
6327         links.  (Bug#17217).
6329 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6331         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
6332         Use mapc to loop over a vector.  (Bug#17257).
6334 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
6336         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
6337         patch, there are new problems with file names containing spaces.
6338         Get rid of backticks.  (Bug#17238)
6340 2014-04-16  João Távora  <joaotavora@gmail.com>
6342         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
6343         possible bug.
6345 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
6347         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
6348         (blink-cursor-mode): Mention customization variables and the
6349         effect of 'blink-cursor-blinks'.
6351 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
6353         * simple.el (undo): Prevent insertion of identity mapping into
6354         undo-equiv-table so as undo-only does not inf loop in the presence
6355         of consecutive nils in undo list.
6357 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
6359         * faces.el (make-face): Deprecate optional argument as it is no
6360         longer needed/used since the conditional X resources handling
6361         has been pushed down to make-face-x-resource-internal itself.
6362         (make-empty-face): Don't pass optional argument to make-face.
6364 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
6366         * savehist.el (savehist-save): Remove workaround for a read-passwd
6367         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
6368         noticing that the shim was still present.
6370 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6372         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
6374 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
6376         * faces.el (face-set-after-frame-default): Remove unused local variable.
6378 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6380         * progmodes/grep.el: Use lexical-binding.
6381         (grep-expand-template): Pass explicit lexical env to `eval'.
6382         (zrgrep): Let-bind grep-find-template explicitly.
6384         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
6385         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
6387 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
6389         * international/characters.el <standard-case-table>: Add entries
6390         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
6391         Set category of Coptic characters be 'g' (Greek).
6393 2014-04-12  Leo Liu  <sdl.web@gmail.com>
6395         * progmodes/octave.el (completion-table-with-cache):
6396         Define if not available.
6397         (octave-goto-function-definition, octave-sync-function-file-names)
6398         (octave-find-definition-default-filename):
6399         Backquote upattern for compatibility.
6401 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
6403         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
6404         name twice due to backticks.  (Bug#17238)
6406 2014-04-12  Glenn Morris  <rgm@gnu.org>
6408         * term/w32-win.el (x-win-suspend-error):
6409         * term/x-win.el (x-win-suspend-error): Sync docs.
6411 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
6413         * faces.el (make-face): Remove deprecated optional argument.
6414         The conditional application of X resources is handled directly by
6415         make-face-x-resource-internal since Emacs 24.4.
6416         (make-empty-face): Don't pass optional argument to make-face.
6418 2014-04-11  Glenn Morris  <rgm@gnu.org>
6420         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
6422 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         Ediff's overlay priorities cause more trouble than they solve.
6425         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
6426         (ediff-highest-priority): Remove function (bug#17234).
6427         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
6428         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
6429         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
6430         overlay priorities.
6432 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
6434         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
6435         entry; use symbol boundaries to avoid mis-matches.
6437 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
6439         * net/tramp.el (tramp-file-name-handler)
6440         (tramp-completion-file-name-handler): Avoid recursive loading.
6442         * net/tramp-sh.el (tramp-make-copy-program-file-name):
6443         Quote result also locally.
6445 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6447         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
6448         Remove left-over code.
6450         * newcomment.el (comment-indent-new-line): Sink code where it's used.
6451         Reuse the previous comment's indentation unconditionally if it's on its
6452         own line.
6454 2014-04-09  Daniel Colascione  <dancol@dancol.org>
6456         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
6457         `no-syntax-crossing' arguments.  Forward to `up-list'.
6458         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
6459         Implement logic for escaping from strings.  Use narrowing to deal
6460         with corner cases.
6462 2014-04-09  Leo Liu  <sdl.web@gmail.com>
6464         * net/rcirc.el (rcirc-connection-info): New variable.
6465         (rcirc-connect): Use it to store connection info.
6466         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
6467         for killed process.
6468         (rcirc-cmd-reconnect): New command.  (Bug#17045)
6469         (rcirc-mode, set-rcirc-encode-coding-system)
6470         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
6472 2014-04-09  Daniel Colascione  <dancol@dancol.org>
6474         * emacs-lisp/cl-indent.el: Add comment claiming
6475         facility is also good for elisp.
6476         (lisp-indent-find-method): New function.
6477         (common-lisp-indent-function): Recognize cl-loop.
6478         (common-lisp-indent-function-1): Recognize cl constructs; use
6479         `lisp-indent-find-method' instead of `get' directly.
6480         (if): Use else-body style for elisp.
6482 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
6484         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6485         Module methods.  (Bug#17216)
6487 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6489         * help.el (describe-bindings): Fix buffer handling (bug#17210).
6490         (describe-bindings-internal): Mark obsolete.
6492 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6494         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
6495         buffer-file-name, and buffer-file-truename any more.
6497 2014-04-08  Leo Liu  <sdl.web@gmail.com>
6499         Use lexical-binding and require cl-lib.
6500         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
6501         (rcirc-handler-generic, rcirc-fill-paragraph)
6502         (rcirc-format-response-string, rcirc-target-buffer)
6503         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
6504         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
6505         (rcirc-ctcp-sender-PING, rcirc-browse-url)
6506         (rcirc-markup-timestamp, rcirc-markup-attributes)
6507         (rcirc-markup-my-nick, rcirc-markup-urls)
6508         (rcirc-markup-bright-nicks, rcirc-markup-fill)
6509         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
6510         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
6511         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
6512         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
6513         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
6514         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
6515         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
6516         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
6517         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
6518         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
6519         use cl-lib.
6521 2014-04-07  João Távora  <joaotavora@gmail.com>
6523         * elec-pair.el (electric-pair--syntax-ppss):
6524         When inside comments parse from comment beginning.
6525         (electric-pair--balance-info): Fix typo in comment.
6526         (electric-pair--in-unterminated-string-p): Delete.
6527         (electric-pair--unbalanced-strings-p): New function.
6528         (electric-pair-string-bound-function): New var.
6529         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6530         according to `electric-pair--in-unterminated-string-p'
6532         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6533         Inhibit quote pairing if point-max is inside an unterminated string.
6534         (electric-pair--looking-at-unterminated-string-p): Delete.
6535         (electric-pair--in-unterminated-string-p): New function.
6537 2014-04-07  Glenn Morris  <rgm@gnu.org>
6539         * shell.el (shell-directory-tracker):
6540         Go back to just ignoring failures.  (Bug#17159)
6542 2014-04-07  João Távora  <joaotavora@gmail.com>
6544         Fix `electric-pair-delete-adjacent-pairs' in modes binding
6545         backspace. (bug#16981)
6546         * elec-pair.el (electric-pair-backward-delete-char): Delete.
6547         (electric-pair-backward-delete-char-untabify): Delete.
6548         (electric-pair-mode-map): Bind backspace to a menu item filtering
6549         a new `electric-pair-delete-pair' command.
6550         (electric-pair-delete-pair): New command.
6552         * progmodes/python.el (python-electric-pair-string-delimiter):
6553         Fix triple-quoting electricity.  (Bug#17192)
6555         * elec-pair.el (electric-pair-post-self-insert-function):
6556         Don't skip whitespace when `electric-pair-text-pairs' and
6557         `electric-pair-pairs' were used. syntax to
6558         electric-pair--skip-whitespace.  (Bug#17183)
6560 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
6562         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
6563         "<F>".  (Bug#17199)
6565 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
6568         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
6570 2014-04-07  Glenn Morris  <rgm@gnu.org>
6572         * help.el (view-lossage): Doc tweak.
6574 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
6576         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
6577         only when inhibit-x-resources is nil, and do that earlier in the
6578         function.  Doc fix.  (Bug#16694)
6579         (face-spec-choose): Accept additional optional argument, whose
6580         value is returned if no matching attributes are found.
6581         (face-spec-recalc): Use the new optional argument when calling
6582         face-spec-choose.  (Bug#16378)
6583         (make-face-x-resource-internal): Do nothing when
6584         inhibit-x-resources is non-nil.  Don't touch the default face if
6585         reversed video is given--as was done in previous versions of Emacs.
6586         (face-set-after-frame-default): Don't call
6587         make-face-x-resource-internal here.  (Bug#16434)
6589 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
6591         * doc-view.el (doc-view-bookmark-jump):
6592         Use `bookmark-after-jump-hook' to jump to the right page after the
6593         buffer is shown in a window.  (bug#16090)
6595 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
6597         * international/characters.el (mirroring): Fix last change:
6598         instead of loading uni-mirrored.el explicitly, do that implicitly
6599         by creating the 'mirroring' uniprop table.  This avoids announcing
6600         the loading of uni-mirrored.el.
6602 2014-04-07  Glenn Morris  <rgm@gnu.org>
6604         * files.el (buffer-stale--default-function)
6605         (buffer-stale-function, revert-buffer--default):
6606         * autorevert.el (auto-revert-buffers): Doc tweaks.
6608 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
6610         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
6612 2014-04-07  Glenn Morris  <rgm@gnu.org>
6614         * files.el (make-backup-file-name-function)
6615         (make-backup-file-name, make-backup-file-name--default-function)
6616         (make-backup-file-name-1, find-backup-file-name)
6617         (revert-buffer-function, revert-buffer-insert-file-contents-function)
6618         (buffer-stale--default-function, buffer-stale-function)
6619         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
6620         (revert-buffer, revert-buffer--default)
6621         (revert-buffer-insert-file-contents--default-function):
6622         Doc fixes related to defaults no longer being nil.
6623         (make-backup-file-name-function): Bump :version.
6624         Restore nil as a valid but deprecated custom type.
6626 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6628         * progmodes/perl-mode.el (perl-syntax-propertize-function):
6629         Handle $' used as a variable (bug#17174).
6631         * progmodes/perl-mode.el (perl-indent-new-calculate):
6632         Handle forward-sexp failure (bug#16985).
6633         (perl-syntax-propertize-function): Add "foreach" and "for" statement
6634         modifiers introducing expressions (bug#17116).
6636 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6638         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
6640 2014-04-05  Leo Liu  <sdl.web@gmail.com>
6642         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6643         Add define-compilation-mode.
6645 2014-04-04  João Távora  <joaotavora@gmail.com>
6647         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
6648         parse from comment beginning.
6649         (electric-pair--balance-info): Fix typo in comment.
6650         (electric-pair--in-unterminated-string-p): Delete.
6651         (electric-pair--unbalanced-strings-p): New function.
6652         (electric-pair-string-bound-function): New var.
6653         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6654         according to `electric-pair--in-unterminated-string-p'.
6656 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6658         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
6659         Move declaration before first use.
6660         (reftex-move-to-next-arg): Silence compiler warning.
6662 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
6664         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
6665         Use `window-total-width' instead of `window-width'.
6667 2014-04-03  Daniel Colascione  <dancol@dancol.org>
6669         * subr.el (set-transient-map): Remove rms's workaround entirely;
6670         use new `suspicious-object' subr to mark our lambda for closer
6671         scrutiny during gc.
6673 2014-04-02  Richard Stallman  <rms@gnu.org>
6675         * subr.el (set-transient-map): Comment out previous change.
6677 2014-04-02  Glenn Morris  <rgm@gnu.org>
6679         * menu-bar.el (menu-bar-file-menu):
6680         * vc/ediff.el (ediff-current-file):
6681         Update for revert-buffer-function no longer being nil by default.
6683         * simple.el (command-execute): Respect nil disabled-command-function.
6685 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6687         * simple.el (command-execute): Do not execute the command when it
6688         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
6690 2014-04-02  Juri Linkov  <juri@jurta.org>
6692         * dired-aux.el (dired-compress-file): Don't use string-match-p
6693         because its match data is used afterwards.
6695 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
6698         0 like nil.
6700 2014-04-02  João Távora  <joaotavora@gmail.com>
6702         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6703         Inhibit quote pairing if point-max is inside an unterminated string.
6704         (electric-pair--looking-at-unterminated-string-p):
6705         Delete.
6706         (electric-pair--in-unterminated-string-p): New function.
6708 2014-04-01  Daniel Colascione  <dancol@dancol.org>
6710         * minibuffer.el (minibuffer-complete): Prevent assertion failure
6711         when trying to complete the prompt.
6713 2014-03-31  Leo Liu  <sdl.web@gmail.com>
6715         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6716         Refactor out eldoc-documentation-function-default.
6717         (eldoc-documentation-function-default): New function.
6718         (eldoc-documentation-function): Change value.
6720 2014-03-31  Glenn Morris  <rgm@gnu.org>
6722         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
6724         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
6725         (vhdl-compose-components-package, vhdl-compose-configuration):
6726         Abbreviate default-directory (missing from some previous upstream sync).
6728 2014-03-31  Reto Zimmermann  <reto@gnu.org>
6730         Sync with upstream vhdl mode v3.35.2.
6731         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6732         (top-level): No longer require assoc.
6733         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
6734         New functions.  Use throughout to replace aget etc.
6735         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
6736         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
6737         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
6738         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
6739         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
6740         except `vhdl-compiler'.
6741         (vhdl-error-regexp-add-emacs): Remove all other compilers,
6742         when appropriate.
6744 2014-03-31  Glenn Morris  <rgm@gnu.org>
6746         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
6747         Revert 2014-03-26 merge goof; go back to using defalias.
6749 2014-03-30  Daniel Colascione  <dancol@dancol.org>
6751         * comint.el (comint-send-input):
6752         Deactivate completion-in-region-mode before we send comint input.
6753         (Bug#17139).
6755         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
6756         on keyboard-quit.
6758 2014-03-29  Glenn Morris  <rgm@gnu.org>
6760         * textmodes/reftex.el: Manage most autoloads automatically.
6761         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
6762         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
6763         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
6764         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
6765         * textmodes/reftex-toc.el: Set generated-autoload-file,
6766         and add autoload cookies for reftex.el.
6767         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
6769 2014-03-28  Glenn Morris  <rgm@gnu.org>
6771         * cus-start.el (report-emacs-bug-address): Set custom properties.
6772         * mail/emacsbug.el (report-emacs-bug-address):
6773         Variable is now defined in emacs.c.
6775         * mail/emacsbug.el (report-emacs-bug):
6776         Include system-configuration-features.
6778 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
6780         * simple.el (cycle-spacing): Never delete spaces on first run by
6781         default, but do so in a new 'fast mode and if there are already
6782         N spaces (the previous behavior).
6783         Compare N with its value in previous invocation so that changing
6784         prefix argument restarts `cycle-spacing' sequence.
6785         The idea is that with this change, binding M-SPC to
6786         `cycle-spacing' should not introduce any changes in behavior of
6787         the binding so long as users do not type M-SPC twice in a raw with
6788         the same prefix argument or lack thereof.
6790 2014-03-28  Glenn Morris  <rgm@gnu.org>
6792         * faces.el (term-file-aliases): New variable.
6793         (tty-run-terminal-initialization): Respect term-file-aliases.
6794         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
6795         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
6796         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
6798 2014-03-27  Glenn Morris  <rgm@gnu.org>
6800         * startup.el (inhibit-startup-hooks): Doc tweak.
6801         (normal-top-level): Simplify running of hooks.
6802         For window-setup-hook, respect inhibit-startup-hooks.
6803         (command-line-1): Don't set window-setup-hook to nil.
6805         Allow selective autoloading from obsolete/ directory.
6806         * Makefile.in (obsolete-autoloads): New rule.
6807         (autoloads): Run obsolete-autoloads.
6808         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
6809         * simple.el (iswitchb-mode): Remove hand-written autoloads.
6811 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
6813         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6814         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
6816         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6817         Don't propertize `?' or `!' as symbol constituent when after
6818         colon.  (Bug#17097)
6820 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
6822         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
6823         which is no longer needed and causes trouble in GTK builds (bug#17046).
6825         * emacs-lisp/package-x.el (package--archive-contents-from-url):
6826         Use url-insert-file-contents; package-handle-response no longer exists.
6828 2014-03-26  Daniel Colascione  <dancol@dancol.org>
6830         * simple.el (process-menu-mode-map): New variable.
6831         (process-menu-delete-process): New command.
6833 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
6835         * emacs-lisp/package.el: Fix bug#16733 (again).
6836         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
6837         (url-http-target-url): Remove unused declarations.
6838         (package-handle-response): Remove.
6839         (package--with-work-buffer): Use url-insert-file-contents and simplify.
6840         (package--download-one-archive): Use current-buffer instead of
6841         dynamic binding of `buffer'.
6842         (describe-package-1): Do not decode readme-string.
6844 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
6846         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
6848         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
6849         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
6850         `remote-file-name-inhibit-cache' to nil in the second pass.
6851         (tramp-find-executable): Do not call "which" on SunOS.
6852         (tramp-send-command-and-check): Fix docstring.
6853         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
6854         check whether source directory has set the sticky bit.
6856 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
6858         * simple.el (primitive-undo): Only process marker adjustments
6859         validated against their corresponding (TEXT . POS).  Issue warning
6860         for lone marker adjustments in undo history.  (Bug#16818)
6861         (undo-make-selective-list): Add marker adjustments to selective
6862         undo list based on whether their corresponding (TEXT . POS) is in
6863         the region.  Remove variable adjusted-markers, which was unused
6864         and only non nil during undo-make-selective-list.
6865         (undo-elt-in-region): Return nil when passed a marker adjustment
6866         and explain in function doc.
6868 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6870         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
6872 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
6874         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
6875         Match special global variables without curlies, too.
6876         (ruby-font-lock-keywords): Simplify the matcher for special global
6877         variables.  Don't require a non-word character after the variable.
6878         (Bug#17057)
6880 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6882         * simple.el (redisplay-highlight-region-function): Increase priority of
6883         overlay to make sure boundaries are visible (bug#15899).
6885 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
6887         * frameset.el (frameset--initial-params): Fix typo in parameter name.
6888         (frameset-restore): Compare display strings with equal.
6890         * frame.el (make-frame): Don't quote display name in error message,
6891         it is already a string.
6893 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6895         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
6896         the password.
6898 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
6900         * emacs-lisp/package.el (package--add-to-archive-contents):
6901         Include already installed and built-in packages in
6902         `package-archive-contents'.
6903         (package-install): Don't include already installed packages in the
6904         options during interactive invocation.  (Bug#16762)
6905         (package-show-package-list): If the buffer is already displayed in
6906         another window, switch to that window.
6908 2014-03-26  Reto Zimmermann  <reto@gnu.org>
6910         Sync with upstream vhdl mode v3.35.1.
6911         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6912         (vhdl-compiler-alist): Doc fix.
6913         (vhdl-goto-line): Remove.
6914         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
6915         (vhdl-mode) <paragraph-start>: Fix value.
6916         (vhdl-fix-statement-region): Not `for' in wait-statement.
6917         (vhdl-beautify-region): Also (un)tabify.
6918         (vhdl-get-visible-signals):
6919         Scan declarative part of generate statements.
6920         (vhdl-template-record): Fix indentation for record type declaration.
6921         (vhdl-expand-abbrev, vhdl-expand-paren):
6922         Revert to using fset again rather than defalias.
6923         (vhdl-scan-directory-contents): Tweak.
6924         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
6925         (vhdl-compose-components-package):
6926         Replace vhdl-goto-line with forward-line.
6927         (top-level): Tweak speedbar frame selection.
6928         (vhdl-generate-makefile-1): Support for compilers with no
6929         unit-to-file name mapping (create directory with dummy files).
6931 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
6933         Sync with upstream verilog-mode revision 702457d.
6934         * progmodes/verilog-mode.el (verilog-mode-version): Update.
6935         (create-lockfiles): Declare.
6936         (verilog-read-decls): Fix module header imports, bug709.
6937         Reported by Victor Lau.
6938         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
6939         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
6940         interface-only modules, bug721.  Reported by Dean Hoyt.
6942 2014-03-26  Glenn Morris  <rgm@gnu.org>
6944         * obsolete/gulp.el: Move here from emacs-lisp/.
6946         * files.el (lock-buffer, unlock-buffer, file-locked-p):
6947         Remove fallback aliases, since they are always defined now.
6949 2014-03-24  Daniel Colascione  <dancol@dancol.org>
6951         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
6952         instead of cl-loop search function.
6954 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
6956         * calendar/parse-time.el (parse-time-iso8601-regexp)
6957         (parse-iso8601-time-string): Copy from `url-dav' so that we can use
6958         it more generally.
6960 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
6962         * net/dns.el (network-interface-list): Define for XEmacs.
6964 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
6966         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
6967         the network interfaces changed.
6968         (dns-query): Use it to flush the data.
6970 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
6972         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
6974 2014-03-23  Daniel Colascione  <dancol@dancol.org>
6976         Change subword-mode to use `find-word-boundary-function-table' and
6977         replace `capitalized-words-mode'.  Also, convert to lexical binding.
6978         * progmodes/cap-words.el: Delete now-obsolete file.
6979         * progmodes/subword.el: Reimplement using
6980         `find-word-boundary-function-table'.
6981         (subword-mode-map): Hollow out.
6982         (capitalized-words-mode): Define as obsolete alias for
6983         `subword-mode'.
6984         (subword-mode, superword-mode): Tweak documentation to reflect new
6985         implementation; call `subword-setup-buffer'.
6986         (subword-forward, subword-capitalize): Add underscore to indicate
6987         unused variable.
6988         (subword-find-word-boundary-function-table): New constant.
6989         (subword-empty-char-table): New constant.
6990         (subword-setup-buffer): New function.
6991         (subword-find-word-boundary): New function.
6993 2014-03-23  Daniel Colascione  <dancol@dancol.org>
6995         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
6996         list to look for keyword arguments instead of `memq', fixing
6997         (Bug#3647) --- unfortunately, only for freshly-compiled code.
6998         Please make bootstrap.
7000 2014-03-22  Glenn Morris  <rgm@gnu.org>
7002         * dired.el (dired-read-regexp): Make obsolete.
7003         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
7004         (dired-flag-files-regexp):
7005         * dired-aux.el (dired-mark-read-regexp):
7006         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
7008         * startup.el (fancy-startup-text):
7009         * help.el (describe-gnu-project): Visit online info about GNU project.
7011         * help-fns.el (help-fns--interactive-only): New function.
7012         (help-fns-describe-function-functions): Add the above function.
7013         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
7014         (next-line, previous-line): Remove hand-written interactive-only
7015         information from doc strings, it is auto-generated now.
7016         * bookmark.el (bookmark-write):
7017         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
7018         (epa-mail-import-keys): Mark interactive-only,
7019         and remove hand-written interactive-only information from doc strings.
7020         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
7021         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
7022         * files.el (not-modified):
7023         * simple.el (mark-whole-buffer): Mark interactive-only.
7025         * emacs-lisp/byte-run.el (defun-declarations-alist):
7026         Add interactive-only.  Doc tweak.
7027         (macro-declarations-alist): Doc tweak.
7028         * subr.el (declare): Doc tweak (add xref to manual).
7029         * comint.el (comint-run):
7030         * files.el (insert-file-literally, insert-file):
7031         * replace.el (replace-string, replace-regexp):
7032         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
7033         (delete-forward-char, goto-line, insert-buffer, next-line)
7034         (previous-line): Set interactive-only via declare.
7036 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
7038         * emacs-lisp/package.el (package-desc): Use the contents of the
7039         quoted form, not its cdr.  (Bug#16873)
7041 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
7043         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
7044         benefit of doc.c; change parameter profile to match the X function.
7046 2014-03-22  Leo Liu  <sdl.web@gmail.com>
7048         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
7049         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
7051 2014-03-21  Richard Stallman  <rms@gnu.org>
7053         * battery.el (battery-linux-sysfs): Search for each field
7054         from the beginning of the buffer.
7056         * subr.el (set-transient-map): Clear out function and value
7057         of the temporary symbol when we're done with it.
7059         * mail/rmailsum.el (rmail-summary-delete-forward):
7060         Optimize case of reaching end and handling count.
7061         (rmail-summary-mark-deleted): Optimize when N is current msg.
7062         Don't create new summary line.
7063         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
7064         (rmail-summary-undelete-many): Rewrite for speed.
7065         (rmail-summary-msg-number): New function.
7067         * mail/rmail.el (rmail-delete-message): Update summary.
7068         (rmail-undelete-previous-message): Handle repeat count arg.
7069         (rmail-delete-backward, rmail-delete-forward): Likewise.
7071 2014-03-21  Daniel Colascione  <dancol@dancol.org>
7073         * mail/emacsbug.el (report-emacs-bug): Include memory usage
7074         information in bug reports.
7076 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
7078         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
7079         and `tramp-copy-env'.
7081         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
7082         (tramp-maybe-open-connection): Handle `tramp-login-env'.
7084 2014-03-21  Glenn Morris  <rgm@gnu.org>
7086         * electric.el (electric-indent-post-self-insert-function): Add doc.
7088 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
7090         * emacs-lisp/package.el (package-compute-transaction):
7091         Use `version-list-<=' to compare the requirement version against
7092         the version of package already to be installed.  Update the error
7093         message.  (Bug#16826)
7095         * progmodes/ruby-mode.el (ruby-smie-rules):
7096         Add indentation rule for ` @ '.  (Bug#17050)
7098 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
7100         * align.el (align-regexp): Remove superfluous backslash.
7102         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
7103         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
7104         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
7105         Fix docstring typos.
7106         (ffap-next): Use C-u in docstring.
7107         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
7108         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
7109         Remove superfluous backslashes.
7110         (ffap-string-at-point): Reflow docstring.
7112         * server.el (server-host): Reflow docstring.
7113         (server-unload-function): Fix docstring typo.
7114         (server-eval-at): Remove superfluous backslash.
7116         * skeleton.el (skeleton-insert): Remove superfluous backslash.
7117         (skeleton-insert): Doc fix.
7118         (skeleton-insert): Reflow docstring.
7120         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
7121         (tty-color-approximate, tty-color-by-index, tty-color-values)
7122         (tty-color-desc): Remove superfluous backslashes.
7124 2014-03-21  Glenn Morris  <rgm@gnu.org>
7126         * cus-start.el (history-length): Bump :version.
7128         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7129         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7130         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7131         Don't set `make-backup-files'.
7133         * info.el (info--prettify-description): New function,
7134         to give info-finder descriptions consistent case, punctuation.
7135         (Info-finder-find-node): Use it.  Sort packages.
7136         Refer to "description" rather than "commentary".
7138 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
7140         * frameset.el (frameset--print-register): New function.
7141         (frameset-to-register): Use it.
7143 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
7145         * progmodes/hideif.el (hif-string-to-number): New function.
7146         (hif-tokenize): Use it to understand non-decimal floats.
7148         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
7150         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
7152 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7154         * electric.el (electric-newline-and-maybe-indent): New command.
7155         Bind it globally to C-j.
7156         (electric-indent-mode): Don't mess with the global map any more.
7157         Don't drop the post-self-insert-hook is some buffer is still using it
7158         (bug#16770).
7160         * bindings.el (global-map): Remove C-j binding.
7162         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
7163         the docstring of functions advised before dumping (bug#16993).
7165 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
7167         * ps-print.el (ps-generate-postscript-with-faces):
7168         Explicitly deactivate the mark (bug#16866).
7169         * simple.el (deactivate-mark): Update region highlight.
7171 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
7173         * emacs-lisp/package.el (describe-package-1):
7174         Decode commentary (bug#16733).
7176 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
7178         * custom.el (defcustom): Doc fix: recommend avoiding destructive
7179         modification of the value argument of :set (bug#16755).
7181 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7183         * simple.el (newline-and-indent): Do autofill (bug#17031).
7185 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
7187         * newcomment.el (comment-normalize-vars): Only add escaping check
7188         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
7189         (comment-beginning): Use `narrow-to-region' instead of moving back
7190         one character.
7191         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
7192         (comment-start-skip): Update the docstring.
7194 2014-03-18  Richard Stallman  <rms@gnu.org>
7196         * dired.el (dired-display-file): Force use of other window.
7198 2014-03-18  Daniel Colascione  <dancol@dancol.org>
7200         * startup.el (tty-handle-args): Remove debug message from 2007.
7202 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7204         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
7205         (advice--make-interactive-form): Use it to avoid (auto)loading function.
7206         (advice--make-1, advice-add, advice-remove):
7207         Remove braindead :advice-pending hack.
7209 2014-03-17  Glenn Morris  <rgm@gnu.org>
7211         * calendar/calendar.el (calendar-generate-month): Apply weekend
7212         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
7214 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
7216         * net/tramp.el (tramp-action-out-of-band): Read pending output.
7217         (tramp-call-process): Trace also DESTINATION.
7219         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7220         Quote file names when they are local.  Remove superfluous trace.
7222 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
7224         * newcomment.el (comment-beginning): If `comment-start-skip'
7225         doesn't match, move back one char and try again.  (Bug#16971)
7227         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7228         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
7229         Set `comment-start-skip' to a simpler value that doesn't try to
7230         check if the semicolon is escaped (this is handled by
7231         `syntax-ppss' now).  (Bug#16971)
7233         * progmodes/scheme.el (scheme-mode-variables): Same.
7235 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
7237         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
7238         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
7239         current (Bug#16816, Bug#17007).
7240         (with-current-buffer-window): New macro doing the same as
7241         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
7242         * help.el (help-print-return-message): Warn in doc-string to not
7243         use this in `with-help-window'.
7244         (describe-bindings-internal): Call `describe-buffer-bindings'
7245         from within help buffer.  See Juanma's scenario in (Bug#16816).
7246         (with-help-window): Update doc-string.
7247         * dired.el (dired-mark-pop-up):
7248         * files.el (save-buffers-kill-emacs):
7249         * register.el (register-preview): Use `with-current-buffer-window'
7250         instead of `with-temp-buffer-window'.
7252 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
7254         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
7255         Implement inserting into current buffer, documented in their docstrings.
7256         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
7257         (rst-section-tree-point, rst-forward-section, rst-indent)
7258         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
7259         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
7260         (rst-font-lock-handle-adornment-pre-match-form)
7261         (rst-repeat-last-character): Reflow docstrings.
7262         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
7263         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
7264         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
7265         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
7266         Fix docstring typos.
7267         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
7268         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
7269         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
7271 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
7273         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
7274         for compatibility with other ports.
7275         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
7276         from the -xrm command line argument, but in the Nextstep port its value
7277         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
7279         * progmodes/python.el (defconst, python-syntax-count-quotes)
7280         (python-indent-region, python-indent-shift-right)
7281         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
7282         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
7283         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
7284         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
7285         (inferior-python-mode, python-shell-make-comint, run-python-internal)
7286         (python-shell-buffer-substring, python-shell-send-buffer)
7287         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
7288         (python-completion-complete-at-point, python-fill-docstring-style)
7289         (python-eldoc-function, python-imenu-format-item-label)
7290         (python-imenu-format-parent-item-label)
7291         (python-imenu-format-parent-item-jump-label)
7292         (python-imenu--build-tree, python-imenu-create-index)
7293         (python-imenu-create-flat-index): Fix docstring typos.
7294         (python-indent-context, python-shell-prompt-regexp, run-python):
7295         Remove superfluous backslashes.
7296         (python-indent-line, python-nav-beginning-of-defun)
7297         (python-shell-get-buffer, python-shell-get-process)
7298         (python-info-current-defun, python-info-current-line-comment-p)
7299         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
7300         (python-indent-post-self-insert-function, python-shell-send-file)
7301         (python-shell-completion-get-completions)
7302         (python-shell-completion-complete-or-indent)
7303         (python-eldoc--get-doc-at-point): Reflow docstrings.
7305 2014-03-14  Glenn Morris  <rgm@gnu.org>
7307         * emacs-lisp/package.el (package-menu-mode-map):
7308         Replace use of obsolete function alias.  Tweak menu item text.
7310         * info.el (Info-finder-find-node):
7311         Ignore the `emacs' metapackage.  (Bug#10813)
7313         * finder.el (finder-list-matches): Include unversioned packages
7314         in the result of a keyword search.
7316         * finder.el (finder--builtins-descriptions): New constant.
7317         (finder-compile-keywords): Use finder--builtins-descriptions.
7319 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
7321         * simple.el (blink-matching-paren): Describe the new value,
7322         `jump', enabling the old behavior.
7323         (blink-matching-open): Use that value.  (Bug#17008)
7325 2014-03-14  Glenn Morris  <rgm@gnu.org>
7327         * finder.el (finder-no-scan-regexp): Add leim-list.
7328         (finder-compile-keywords):
7329         Don't skip files with same basename.  (Bug#14010)
7330         * Makefile.in (setwins_finder): New, excluding leim.
7331         (finder-data): Use setwins_finder.
7333         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
7334         (help-function-arglist, help-make-usage): Move from here...
7335         * help.el (help-split-fundoc, help-add-fundoc-usage)
7336         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
7337         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
7339 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
7341         * net/socks.el (socks, socks-override-functions)
7342         (socks-find-services-entry):
7343         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
7344         (hif-find-ifdef-block):
7345         * progmodes/modula2.el (m2-indent): Fix docstring typos.
7347         * net/tls.el (tls-program): Reflow docstring.
7349         * progmodes/pascal.el (pascal-mode-abbrev-table)
7350         (pascal-imenu-generic-expression, pascal-auto-endcomments)
7351         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
7352         (pascal-outline-mode): Fix docstring typos.
7353         (pascal-mode): Let define-derived-mode document mode hook.
7354         (pascal-uncomment-area): Reflow.
7355         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
7357         * progmodes/opascal.el (opascal-compound-block-indent)
7358         (opascal-case-label-indent): Fix docstring typos.
7359         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
7361 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
7363         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7364         Fontify multiple adjacent negation chars.  (Bug#17004)
7366 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
7368         * emacs-lisp/package.el (package--prepare-dependencies):
7369         Accept requirements without explicit version (bug#14941).
7371 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
7373         * register.el (register-separator, copy-to-register): Doc fixes.
7374         (register-preview-default): Remove unnecessary call to concat.
7376         * frameset.el (frameset-restore): When checking for a visible frame,
7377         use the action map instead of calling visible-frame-list.
7379 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
7381         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
7383 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
7385         * window.el (fit-frame-to-buffer): Get maximum width from
7386         display's width instead of height.
7388 2014-03-12  Glenn Morris  <rgm@gnu.org>
7390         * desktop.el (desktop-restore-frames)
7391         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
7392         (desktop-restore-reuses-frames): Doc tweaks.
7394         * electric.el (electric-indent-mode): Doc fix.
7396 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
7398         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
7399         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
7400         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
7401         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
7402         (cvs-dired-use-hook): Fix docstring typos.
7403         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
7404         Doc fixes.
7406         * vc/pcvs-defs.el (cvs-auto-remove-handled)
7407         (cvs-auto-remove-directories, cvs-default-ignore-marks)
7408         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
7409         (cvs-execute-single-dir): Fix docstring typos.
7411         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
7412         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
7414         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
7416         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
7417         Fix docstring typos.
7419 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
7421         * frameset.el (frameset--jump-to-register): Add autoload; it could be
7422         called from jump-to-register after unloading the frameset package.
7424 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7426         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
7427         (bug#16975).  Deactivate the mark before setting it to nil.
7428         (activate-mark): Do nothing if region is already active.
7430 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
7432         * frameset.el (frameset--target-display): Remove definition; declare.
7433         (frameset-save, frameset-restore): Let-bind frameset--target-display.
7435 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7437         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
7438         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
7439         when the advice is pending.
7440         (advice-remove): Remove this marker when not needed any more.
7442 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
7444         * frameset.el: Separate options for reusing frames and cleaning up.
7445         (frameset--reuse-list): Remove definition; declare.
7446         (frameset--action-map): Declare.
7447         (frameset--find-frame-if): Doc fix.
7448         (frameset--restore-frame): Cache frame action.
7449         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
7450         how to clean up the frame list after restoring.  Remove cleaning
7451         options from REUSE-FRAMES.  Change all keyword values to symbols.
7452         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
7454         * desktop.el (desktop-restore-forces-onscreen)
7455         (desktop-restore-reuses-frames): Use non-keyword values.
7456         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
7458 2014-03-10  Glenn Morris  <rgm@gnu.org>
7460         * files.el (find-file): Doc fix: update info node name.
7462         * emacs-lisp/advice.el (ad-add-advice, defadvice):
7463         Doc fix: remove references to deleted info nodes.
7465 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
7467         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
7468         Do not add nil to the environment, when there's no remote `locale'.
7469         (tramp-find-inline-encoding): Check, that the remote host has
7470         installed perl, before sending scripts.
7472 2014-03-10  Leo Liu  <sdl.web@gmail.com>
7474         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7475         Clear eldoc-last-message.  (Bug#16920)
7477 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7479         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
7480         (bug#14430).
7482 2014-03-09  Juri Linkov  <juri@jurta.org>
7484         * ansi-color.el (ansi-color-names-vector): Copy default colors
7485         from `xterm-standard-colors' that look well on the default white
7486         background (and also on the black background) to avoid illegible
7487         color combinations like yellow-on-white and white-on-white.
7488         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
7490 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
7492         * frameset.el (frameset-restore): When no frame is visible, do not
7493         generate a list of frames, just make visible the selected one.
7495 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
7497         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
7498         it only contains the repository root.  (Bug#16897)
7500 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
7502         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
7503         only when `remote-file-name-inhibit-cache' is nil.
7504         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
7506 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
7508         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
7509         Fix doc-strings.
7510         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
7511         fit-frame-to-buffer variable.  Fix doc-string.
7512         (fit-window-to-buffer): Set ONLY argument in call of
7513         fit-frame-to-buffer.  Fix doc-string.
7515 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
7517         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
7518         (tramp-action-password): Clear password cache if needed.
7519         (tramp-read-passwd): Do not clear password cache.
7521         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
7522         cache unless it is the first password request.
7524 2014-03-06  Glenn Morris  <rgm@gnu.org>
7526         * simple.el (newline): Doc tweak.
7528         * emacs-lisp/shadow.el (load-path-shadows-find):
7529         Ignore dir-locals.  (Bug#12357)
7531 2014-03-05  Glenn Morris  <rgm@gnu.org>
7533         * files.el (interpreter-mode-alist):
7534         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
7536 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
7538         * frameset.el (frameset--initial-params): Filter out null entries.
7540 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
7542         * window.el (window-min-height, window-min-width):
7543         Rewrite doc-strings.
7544         (window-body-size): Add PIXELWISE argument to make it consistent
7545         with its callees.
7547 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
7549         * finder.el (finder-mode-map, finder-mode-syntax-table):
7550         Revert part of 2014-02-28 change.
7552 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
7554         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
7555         (eww-setup-buffer): Clear next/prev/etc more reliably.
7556         (eww-textarea-map): [tab] doesn't work on tty.
7557         Reported by Mario Lang.
7559         * net/shr.el (shr-map): Ditto.
7561 2014-03-04  Glenn Morris  <rgm@gnu.org>
7563         * minibuffer.el (completion-hilit-commonality):
7564         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
7566 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
7568         * hilit-chg.el (hilit-chg-unload-function): New function.
7569         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
7570         (hilit-chg-map-changes): Prefer cardinal number to digit.
7571         (hilit-chg-display-changes): Reflow docstring.
7572         (highlight-changes-rotate-faces): Remove superfluous backslash.
7574 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
7576         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
7577         `tramp-send-command-and-check'.
7579 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
7581         * hexl.el (hexl-address-region, hexl-ascii-region)
7582         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
7583         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
7584         (hexl-forward-word, hexl-previous-line, hexl-next-line):
7585         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
7586         (hexl-mode): Doc fix.
7587         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
7588         (hexl-mode-ruler): Fix typos in docstrings.
7590         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
7591         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
7592         Remove superfluous backslashes.
7593         (strokes-last-stroke, strokes-global-map, strokes-mode):
7594         Reflow docstrings.
7595         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
7596         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
7597         (strokes-distance-squared, strokes-global-set-stroke)
7598         (strokes-global-set-stroke-string): Doc fixes.
7599         (strokes-help): Fix typos; reflow docstring.
7601 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
7603         * window.el (window-in-direction): Fix doc-string.
7605 2014-03-04  Glenn Morris  <rgm@gnu.org>
7607         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
7608         Explicit error if no grammar.
7609         (smie-config-save): Doc fix.  Fix quote typo.
7611 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7613         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
7614         electric-indent-mode-hook if we obey electric-indent-mode.
7615         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
7616         decide whether we obey electric-indent-mode.
7617         (c-change-set-fl-decl-start, c-extend-after-change-region):
7618         Silence warnings.
7619         (c-electric-indent-mode-hook): Assume we do want to obey
7620         electric-indent-mode.
7622         * electric.el (electric-indent-mode-has-been-called): Remove.
7623         (electric-indent-mode): Fix accordingly.
7625         * files.el (hack-local-variables): Mention file name in warning.
7627         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
7629 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
7631         * bindings.el: Add comment describing why C-d binds to `delete-char'.
7632         * simple.el (delete-forward-char): Mark as interactive-only.
7634 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
7636         * icomplete.el (icomplete-completions):
7637         Follow-up to 2014-03-01 change.
7639         * icomplete.el: Miscellaneous doc fixes.
7640         Use Icomplete everywhere instead of icomplete for consistency.
7641         (icomplete-max-delay-chars): Fix typo.
7642         (icomplete-mode): Use \[].
7643         (icomplete-tidy, icomplete-exhibit): Reflow.
7644         (icomplete-minibuffer-setup-hook, icomplete-completions):
7645         Remove superfluous backlashes.
7647         * ido.el: Miscellaneous doc fixes.
7648         Use Ido everywhere instead of ido or `ido' for consistency.
7649         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
7650         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
7651         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
7652         (ido-separator): Extract obsolescence info from docstring and declare
7653         with make-obsolete-variable.
7654         (ido-minibuffer-setup-hook): Simplify example.
7655         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
7656         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
7657         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
7658         (ido-everywhere): Reflow docstring.
7659         (ido-toggle-vc): Doc fix.
7660         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
7661         of long list of keybindings.
7663 2014-03-03  Glenn Morris  <rgm@gnu.org>
7665         * frame.el (display-pixel-height, display-pixel-width)
7666         (display-mm-dimensions-alist, display-mm-height)
7667         (display-mm-width): Doc tweaks.
7669 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
7671         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
7672         case of undo in region.
7674 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
7676         * window.el (fit-window-to-buffer): Fix argument in window-size
7677         call when window is horizontally combined.
7679 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
7681         * icomplete.el (icomplete-completions): Use string-width.
7682         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7684 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
7686         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7687         Highlight regexp options.  (Bug#16914)
7689 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
7691         * window.el (window--max-delta-1): Round down when calculating
7692         how many lines/columns we can get from a window.
7694 2014-03-01  Glenn Morris  <rgm@gnu.org>
7696         * isearch.el (search-invisible): Doc fix.
7698         * minibuffer.el (completion-hilit-commonality):
7699         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
7700         * comint.el (comint-dynamic-list-completions): Doc fix.
7701         * comint.el (comint-dynamic-list-completions):
7702         * filecache.el (file-cache-minibuffer-complete):
7703         * tempo.el (tempo-display-completions):
7704         * eshell/em-hist.el (eshell-list-history):
7705         Replace use of obsolete argument of display-completion-list.
7707 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
7709         * icomplete.el (icomplete-completions):
7710         Revert back to using "..." when ?… cannot be displayed.
7712 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
7714         * finder.el (finder-unload-function): New function.
7716 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
7718         * dframe.el (dframe-detach):
7719         * find-dired.el (find-dired, find-name-dired):
7720         * finder.el (finder-mode-map, finder-mode-syntax-table)
7721         (finder-headmark, finder-select, finder-mouse-select):
7722         Fix docstring typos.
7724 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
7726         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
7727         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
7728         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7729         Fix doc-string based on a suggestion by Nicolas Richard
7730         <theonewiththeevillook@yahoo.fr>.
7731         * help.el (with-help-window): Fix doc-string.
7733 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
7735         * net/shr.el (shr-image-animate): New option.
7736         (shr-put-image): Respect shr-image-animate.
7738 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
7740         * net/tramp-adb.el (tramp-adb-parse-device-names):
7741         Use `accept-process-output'.
7742         (tramp-adb-handle-file-truename): Cache the localname only.
7743         (tramp-adb-handle-make-directory)
7744         (tramp-adb-handle-delete-directory): Flush file properties correctly.
7745         (tramp-adb-handle-set-file-modes): Do not raise an error when file
7746         modes cannot be changed.
7748         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
7749         file properties of symlinks.
7751 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
7753         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
7754         required/optional fields to match development biblatex.  (Bug#16781)
7756 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
7758         * saveplace.el (toggle-save-place):
7759         Fix argument handling.  (Bug#16673)
7761 2014-02-28  Glenn Morris  <rgm@gnu.org>
7763         * minibuffer.el (completions-first-difference)
7764         (completions-common-part, completion-hilit-commonality): Doc fixes.
7766 2014-02-28  Karl Berry  <karl@gnu.org>
7768         * info.el (Info-mode-map): Add H for describe-mode,
7769         to synchronize with standalone Info.
7771 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
7773         * progmodes/sql.el (sql-interactive-mode):
7774         Avoid setting global comint-input-ring-separator.  (Bug#16814)
7776 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
7778         * net/dbus.el (dbus--init-bus): Declare function.
7779         (dbus-path-local, dbus-interface-local): New defconst.
7780         (dbus-init-bus): Use them.
7781         (dbus-return-values-table): Extend doc.
7782         (dbus-handle-bus-disconnect): Extend error message.
7784 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
7786         * subr.el (y-or-n-p): Fix double space issue in message.
7788 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
7790         * net/tramp.el (tramp-call-process): Improve trace message.
7791         (tramp-handle-insert-file-contents): Trace error case.
7793         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7794         <insert-directory>: Use `tramp-handle-insert-directory'.
7795         (tramp-adb-handle-insert-directory): Remove function.
7796         (tramp-adb-send-command-and-check): New defun, replacing
7797         `tramp-adb-command-exit-status'.  Change all callees.
7798         (tramp-adb-handle-file-attributes)
7799         (tramp-adb-handle-directory-files-and-attributes): Use it.
7800         (tramp-adb-ls-output-name-less-p):
7801         Use `directory-listing-before-filename-regexp'.
7802         (tramp-adb-handle-delete-directory): Flush also file properties of
7803         the truename of directory.
7804         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
7805         (tramp-adb-handle-file-local-copy): Make the local copy readable.
7806         (tramp-adb-handle-write-region): Implement APPEND.
7807         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
7808         properties correctly.
7809         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
7810         variables.  Check for connected devices only when needed.
7812 2014-02-27  Glenn Morris  <rgm@gnu.org>
7814         * minibuffer.el (completion-table-dynamic)
7815         (completion-table-with-cache): Doc fixes.
7817         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
7818         (completing-read-multiple): Doc fixes.
7820 2014-02-27  Daniel Colascione  <dancol@dancol.org>
7822         * minibuffer.el (completion--nth-completion): Fix indentation.
7824         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
7825         explicit tramp path is empty.
7827 2014-02-27  Glenn Morris  <rgm@gnu.org>
7829         * emacs-lisp/crm.el (completing-read-multiple):
7830         Empower help-enable-auto-load.
7832 2014-02-26  Glenn Morris  <rgm@gnu.org>
7834         * startup.el (command-line): Don't init the tty in daemon mode.
7836         Avoid calling tty-setup-hook twice, eg if a term file
7837         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
7838         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
7839         (tty-create-frame-with-faces): Use it.
7840         * startup.el (command-line): Pass run-hook argument
7841         to tty-run-terminal-initialization.
7843         * dired.el (dired-restore-desktop-buffer): Demote errors;
7844         eg in case a glob match fails.  (Bug#16884)
7846 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
7848         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
7849         error from `read-from-string'.  (Bug#16850)
7851         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
7852         result of `completing-read' in the interactive form.  (Bug#16854)
7854 2014-02-25  Glenn Morris  <rgm@gnu.org>
7856         * image.el (image-animate, image-animate-timeout):
7857         Stop animating images in dead buffers.  (Bug#16878)
7859         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
7861         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
7862         Doc fixes.
7863         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
7864         * term/sun.el (sun-raw-prefix-hooks):
7865         Use tty-setup-hook instead of term-setup-hook.
7866         (terminal-init-sun): Construct message from bytecomp plist.
7867         * term/wyse50.el (enable-arrow-keys): Doc fix.
7869 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
7871         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
7872         Fix docstring typos.
7874 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
7876         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
7878 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
7880         * minibuffer.el (completion--try-word-completion):
7881         Fix error when completing M-x commands (bug#16808).
7883 2014-02-24  Leo Liu  <sdl.web@gmail.com>
7885         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
7887 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
7889         * apropos.el (apropos-print): Avoid formatting error when
7890         apropos-do-all and apropos-compact-layout are both t.
7892 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
7894         * apropos.el (apropos-property, apropos-all-words-regexp)
7895         (apropos-true-hit, apropos-variable, apropos-print):
7896         Fix docstring typos, and remove obsolete comment.
7898 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
7900         * net/tramp-sh.el (tramp-sh-handle-file-truename):
7901         Preserve trailing "/".  (Bug#16851)
7903 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
7905         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
7906         after `=>' (bug#16811).
7907         (ruby-smie-rules): Handle the inconsistent second element of the
7908         list returned by `smie-indent--parent'.
7909         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
7910         method call.
7912 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
7914         * elec-pair.el (electric-pair-text-syntax-table)
7915         (electric-pair-syntax-info, electric-pair--syntax-ppss)
7916         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
7917         (electric-pair--looking-at-unterminated-string-p): Doc fix.
7918         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
7920 2014-02-22  Glenn Morris  <rgm@gnu.org>
7922         * imenu.el (imenu--generic-function): Doc fix.
7924         * register.el (frame-configuration-to-register): Make obsolete.
7926 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
7928         * desktop.el (desktop-save-buffer-p): Do not fail when
7929         desktop-files-not-to-save is nil.  Return t for true result
7930         as the doc says.
7932 2014-02-22  Daniel Colascione  <dancol@dancol.org>
7934         * net/secrets.el (secrets-create-item, secrets-search-items):
7935         Check that attribute values are strings, avoiding the construction
7936         of invalid dbus messages.
7938 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
7940         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
7941         defun-declarations-alist.
7943 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7945         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
7946         (bug#16829).
7948 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
7950         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
7951         (whitespace-newline, whitespace-trailing, whitespace-line)
7952         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7953         (whitespace-space-after-tab): Fix typo in docstrings.
7955 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
7957         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
7959         * electric.el (electric-indent-functions-without-reindent):
7960         Add `yaml-indent-line'.
7962 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
7964         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
7965         It has done nothing for years; should be removed after the release.
7967         * simple.el (choose-completion): Fix docstring typo.
7968         (read-quoted-char-radix): Remove unneeded * in docstring.
7969         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
7970         Don't escape parentheses unnecessarily in docstrings.
7972 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
7974         Fix handling of window-min-height/-width (Bug#16738).
7975         * window.el (window--dump-window, window--dump-frame):
7976         New functions.
7977         (window--min-size-1): Account for window dividers.
7978         When window-resize-pixelwise is nil, delay rounding till after the
7979         sum of the window components has been calculated.
7980         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
7981         nil make sure at least one text line and two text columns remain
7982         fully visible.
7983         (window-resize): Signal an error when window-resize-apply fails.
7984         (window--resize-child-windows): Fix calculation of by how many
7985         pixels a window can still be shrunk via window-new-normal.
7986         (adjust-window-trailing-edge): Call window--resizable with
7987         correct TRAIL argument.
7989         (with-temp-buffer-window): Don't evaluate BODY within
7990         with-current-buffer (Bug#16816).
7992 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
7994         * net/tramp.el (tramp-check-cached-permissions):
7995         Call `file-attributes' with `suffix' being a symbol but a string.
7997 2014-02-21  Daniel Colascione  <dancol@dancol.org>
7999         * net/dbus.el (dbus-init-bus-1): Declare new subr.
8000         (dbus-init-bus): New function: call into dbus-init-bus-1
8001         and installs a handler for the disconnect signal.
8002         (dbus-call-method): Rewrite to look for result in cons.
8003         (dbus-call-method-handler): Store result in cons.
8004         (dbus-check-event): Recognize events with nil sender as valid.
8005         (dbus-handle-bus-disconnect): New function.  React to bus
8006         disconnection signal by synthesizing dbus error for each
8007         pending synchronous or asynchronous call.
8008         (dbus-notice-synchronous-call-errors): New function.
8009         (dbus-handle-event): Raise errors directly only when `dbus-debug'
8010         is true, not all the time.
8012 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
8014         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8015         Remove obsolescence declarations, these variables do not exist anymore.
8017         * savehist.el (savehist-save-minibuffer-history)
8018         (savehist-additional-variables, savehist-file, savehist-mode-hook)
8019         (savehist-save-hook, savehist-coding-system, savehist-loaded)
8020         (savehist-load, savehist-install, savehist-autosave): Fix typos;
8021         mostly, refer to "Savehist mode" when talking about the mode,
8022         and not the function.
8024         * saveplace.el (save-place): Remove redundant info in docstring.
8025         (save-place-forget-unreadable-files, toggle-save-place)
8026         (save-place-forget-unreadable-files, save-place-dired-hook):
8027         Fix typos and remove unneeded backslashes.
8029 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
8031         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
8032         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
8034         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8035         <insert-directory>: Use `tramp-handle-insert-directory'.
8036         (tramp-gvfs-handle-insert-directory): Remove function.
8038         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8039         Call `tramp-handle-insert-directory'.
8041 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
8043         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
8044         before the start of buffer/region (bug#16799).
8046 2014-02-20  Glenn Morris  <rgm@gnu.org>
8048         * isearch.el (search-invisible): Doc fix.
8050 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
8052         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
8053         (bug#16657).
8055 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
8057         * frameset.el (frameset-restore): Delay removing an old frame's
8058         duplicate id until the new frame has been correctly created.
8060 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
8062         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
8063         (tramp-check-cached-permissions): Call `file-attributes' if the
8064         cache is empty.
8066         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
8067         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
8069         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8070         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
8071         (tramp-gvfs-maybe-open-connection): Set always connection
8072         properties, even if target is mounted already.
8074         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
8075         Set tramp-autoload cookie.
8076         (tramp-get-remote-touch): New defun.
8077         (tramp-sh-handle-set-file-times): Use it.
8078         (tramp-sh-handle-directory-files-and-attributes):
8079         Use `tramp-handle-directory-files-and-attributes' if neither stat
8080         nor perl are available on the remote host.
8082         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
8083         "/".  Write long listing only when "l" belongs to the switches.
8085         * net/trampver.el: Update release number.
8087 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
8089         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
8091 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
8093         * window.el (window-state-put): Allow WINDOW to refer to an
8094         internal window (Bug#16793).
8096 2014-02-19  Glenn Morris  <rgm@gnu.org>
8098         * textmodes/remember.el: Move provide statement to end.
8099         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
8100         (remember-notes): Doc fixes.
8102 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8104         * delsel.el (delete-char): Restore incorrectly erased property
8105         (bug#16795).
8107 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
8109         * frameset.el (frameset--restore-frame): When a frame is being reused
8110         and its root window is not alive, delete all the frame's windows before
8111         restoring the window state.  This works around the issue in bug#16793.
8113 2014-02-18  Glenn Morris  <rgm@gnu.org>
8115         * textmodes/remember.el (remember-data-directory)
8116         (remember-directory-file-name-format, remember-store-in-files)
8117         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
8118         (remember-notes-save-and-bury-buffer)
8119         (remember-notes--kill-buffer-query): Doc fixes.
8121         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
8123 2014-02-17  Alan Mackenzie  <acm@muc.de>
8125         Connect electric-indent-mode up with CC Mode.  Bug #15478.
8126         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
8127         to electric-indent-{,local-}-mode.
8128         (c-basic-common-init): Set electric-indent-inhibit.
8129         Initialise c-electric-flag from electric-indent-mode.
8130         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
8131         New hook functions which propagate electric-indent-mode to CC mode.
8133         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
8134         hit, toggle electric-indent-local-mode.
8136         * electric.el (electric-indent-mode-has-been-called):
8137         New variable.
8139 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
8141         * frameset.el (frameset-cfg-id): New function.
8142         (frameset--reuse-frame, frameset-restore): Use it.
8143         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
8145 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8147         * ido.el (ido-file-internal): Remove unused var `d'.
8148         Use \` for to match BoS.  Fit within 80n columns.
8150 2014-02-17  Daniel Colascione  <dancol@dancol.org>
8152         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
8153         dbus-call-method check for completion using a busy-wait loop with
8154         gradual backoff.
8156 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
8158         Sync with Tramp 2.2.9.
8160         * net/trampver.el: Update release number.
8162 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
8164         * ido.el (ido-file-internal): Don't add the name of an existing
8165         directory twice.  (Bug#16747)
8167 2014-02-16  Glenn Morris  <rgm@gnu.org>
8169         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
8170         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
8172 2014-02-15  Michael R. Mauger  <michael@mauger.com>
8174         * progmodes/sql.el: Version 3.4
8175         (sql-oracle-options): New default value ("-L").
8176         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
8177         (sql-placeholders-filter): Correct placeholder pattern.
8178         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
8179         (sql-login-delay): New variable.
8180         (sql-product-interactive): Use it.
8182 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
8184         * frameset.el (frameset--jump-to-register): Check that buffer is live
8185         (bug#16749).
8187 2014-02-15  Glenn Morris  <rgm@gnu.org>
8189         * info.el (info-initialize): Revert 2014-01-10 change.
8191 2014-02-14  Glenn Morris  <rgm@gnu.org>
8193         * replace.el (map-query-replace-regexp)
8194         (read-regexp-defaults-function, read-regexp): Doc fixes.
8196         * dired.el (dired-read-regexp):
8197         * faces.el (list-faces-display):
8198         * misearch.el (multi-isearch-read-matching-buffers)
8199         (multi-isearch-read-matching-files):
8200         * play/cookie1.el (cookie-apropos):
8201         * progmodes/grep.el (grep-read-regexp): Doc fixes.
8203         * textmodes/remember.el (remember): Use frameset-to-register
8204         rather than frame-configuration-to-register.
8206 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
8208         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
8209         incorrect keybinding.
8211 2014-02-13  Daniel Colascione  <dancol@dancol.org>
8213         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
8214         when adding overlays so that line numbers from compiler match line
8215         numbers we use.
8217 2014-02-13  Glenn Morris  <rgm@gnu.org>
8219         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
8221         * jit-lock.el (jit-lock-mode): Doc fix.
8223 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
8225         * apropos.el (apropos-read-pattern): When the user passes an empty
8226         string, give a more helpful error message than "Wrong type
8227         argument: stringp, nil".
8229 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8231         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
8233 2014-02-13  Glenn Morris  <rgm@gnu.org>
8235         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
8237 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
8240         shift-select commands.
8242 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
8244         * progmodes/js.el (js-indent-line): Don't widen.
8245         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
8247 2014-02-12  Glenn Morris  <rgm@gnu.org>
8249         * icomplete.el (icomplete): Add info-link to defgroup.
8250         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
8251         (icomplete-minibuffer-map, icomplete-mode)
8252         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
8254         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
8255         (package-menu-filter): Rename from package-menu-filter-interactive.
8256         Doc fix.
8258 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
8260         * frameset.el (frameset--jump-to-register): Select the required
8261         window and buffer before restoring position (bug#16696).
8263 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
8265         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
8267 2014-02-10  Glenn Morris  <rgm@gnu.org>
8269         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
8271 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
8273         * w32-common-fns.el (x-get-selection): Doc fix.
8274         * select.el (x-get-selection): Doc fix.  (Bug#15109)
8276         * face-remap.el (face-remap-add-relative)
8277         (face-remap-remove-relative, face-remap-reset-base)
8278         (face-remap-set-base): Call force-mode-line-update to redisplay
8279         the current buffer due to potential change in faces.  (Bug#16709)
8281 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
8283         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
8284         script more robustly.
8286 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
8288         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
8290         * simple.el (choose-completion): Doc fix (bug#14160).
8292         * subr.el (event-start): Say what a nil EVENT value means.
8294         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
8295         (bug#14197).
8297         * progmodes/grep.el (find-program): Doc fix (bug#14289).
8299         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
8301         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
8303         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
8304         predicate function (bug#15455).
8306 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
8308         * ielm.el (inferior-emacs-lisp-mode): Instead of
8309         `comment-use-global-state', set `comment-use-syntax'.
8311 2014-02-10  Glenn Morris  <rgm@gnu.org>
8313         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
8315 2014-02-09  Alan Mackenzie  <acm@muc.de>
8317         Fix c-invalidate-state-cache on narrowed buffers.
8318         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
8319         Widen when setting and clearing the CPP delimiter properties.
8321 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8323         * help.el (describe-bindings): Doc fix (bug#9888).
8325         * files.el (save-buffer): Use ARG as the parameter name for
8326         consistency (bug#10346).
8327         (save-buffer): Clarify the 0 argument (bug#10346).
8329         * cus-edit.el (customize-apropos): Fix error string.
8330         (custom-buffer-create): Doc fix (bug#11122).
8331         (custom-sort-items): Doc fix (bug#11121).
8333         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
8335         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
8336         (icomplete-simple-completing-p): Mention the previous variable.
8338         * font-lock.el (font-lock-value-in-major-mode): Clarify the
8339         meaning of the parameter (bug#12282).
8341         * files.el (find-file-noselect): Clarify prompt when changing
8342         readedness (bug#13261).
8343         (locate-file): Suffixes aren't returned, so don't say that they
8344         are (bug#12674).
8345         (backup-inhibited): Doc clarification (bug#12525).
8347         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
8348         before we actually start to delete things (bug#16331).
8350         * subr.el (event-start): Doc fix (bug#14228).
8351         (event-end): Ditto.
8353 2014-02-09  Glenn Morris  <rgm@gnu.org>
8355         * emacs-lisp/warnings.el (lwarn):
8356         Empower help-enable-auto-load.  (Bug#15940)
8358 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
8360         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
8361         (Bug#16690)
8363 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
8365         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8366         Insert output at end of buffer.  (Bug#16120)
8368 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
8370         * simple.el (choose-completion-string-functions): Document new
8371         calling convention (bug#14153).
8372         (execute-extended-command): Clarify doc string (bug#13373).
8374         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
8376         * find-dired.el (find-name-dired): Doc fix (bug#14290).
8377         (find-grep-dired): Doc fix (bug#14288).
8379 2014-02-08  Juri Linkov  <juri@jurta.org>
8381         * isearch.el (isearch-quote-char): Check character validity
8382         like in `quoted-insert' (bug#16677).
8384 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
8386         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
8388         * isearch.el (isearch-hide-immediately): Doc clarification
8389         (bug#14723).
8391         * simple.el (line-move): Document utility function used many
8392         places in the Emacs sources (bug#14843).
8394         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
8395         (dired-prev-marked-file): Doc fix (bug#14855).
8396         (dired-up-directory): Doc fix (bug#14848).
8398         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
8400         * files.el (file-relative-name): Doc fix (bug#15159).
8402         * fringe.el (fringe-styles): Doc fix (bug#15239).
8404         * isearch.el (isearch-filter-predicate): Documentation typo fix
8405         (bug#15474).
8407         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
8409         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
8411         * replace.el (replace-match-maybe-edit): Doc clarification
8412         (bug#15632).
8414         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
8416         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
8418 2014-02-08  Glenn Morris  <rgm@gnu.org>
8420         * help-fns.el (describe-variable):
8421         Check {file,dir}-local-variables-alist, and buffer-file-name,
8422         in the correct buffer.
8424 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
8426         * help-fns.el (describe-variable): Fix the case where
8427         a value is directory-local with no dir-locals file.  (Bug#16635)
8429 2014-02-08  Glenn Morris  <rgm@gnu.org>
8431         * abbrev.el (edit-abbrevs-mode):
8432         Derive from fundamental-mode.  (Bug#16682)
8434 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
8436         * simple.el (quoted-insert): Check character validity (bug#16677).
8438 2014-02-07  Juri Linkov  <juri@jurta.org>
8440         * desktop.el (desktop-read): Claim the lock when the owner is not
8441         the current process.  (Bug#16157)
8443 2014-02-07  Juri Linkov  <juri@jurta.org>
8445         * desktop.el (desktop-buffers-not-to-save): Change default from nil
8446         to "\\` ".  (Bug#16651)
8448 2014-02-07  Juri Linkov  <juri@jurta.org>
8450         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
8451         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
8452         (desktop-auto-save-cancel-timer): New function with some code from
8453         `desktop-auto-save-set-timer'.
8454         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
8455         Instead of setting `desktop-save-mode' to nil, call
8456         `desktop-save-mode' with arg 0.  (Bug#16630)
8458 2014-02-07  Glenn Morris  <rgm@gnu.org>
8460         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
8461         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8462         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
8464         * obsolete/iswitchb.el: Move to obsolete/.
8465         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
8466         since obsolete/ is not scanned for autoloads.
8467         * emacs-lisp/authors.el (authors-valid-file-names):
8468         Add iswitchb.el.
8470         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
8471         Disable now non-functional find-file-hook.
8473 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
8475         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
8476         instead of ";" in order to avoid additional prompts.  Let heredoc
8477         scripts read from tty.  (Bug#16582)
8478         (tramp-send-command): No special handling of heredocs, it isn't
8479         necessary anymore.
8481 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8483         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
8484         with a space (bug#16664).  Limit the symbols considered to the ones
8485         that are bound or fbound (bug#16646).
8487 2014-02-06  Glenn Morris  <rgm@gnu.org>
8489         * epa.el (epa-mail-aliases): Doc fix.
8491 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
8493         * emacs-lisp/lisp.el (lisp-completion-at-point):
8494         Use `completion-table-merge' instead of `completion-table-in-turn'
8495         (bug#16604).
8497         * minibuffer.el (completion-table-merge): New function.
8499 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
8501         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
8502         (tramp-sh-handle-set-file-acl)
8503         (tramp-sh-handle-start-file-process)
8504         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
8505         (tramp-find-executable, tramp-send-command): Use it.
8507 2014-02-05  Glenn Morris  <rgm@gnu.org>
8509         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
8511 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8513         * progmodes/python.el (python-shell-send-string)
8514         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
8516 2014-02-04  Anders Lindgren  <andlind@gmail.com>
8518         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
8519         the names (bug#16620).
8521 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
8523         * faces.el (window-divider): New default value.  Rewrite doc-string.
8524         (window-divider-first-pixel, window-divider-last-pixel): New faces.
8526 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
8528         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
8529         `protected' and `public' can also be called without arguments.
8531 2014-02-03  Glenn Morris  <rgm@gnu.org>
8533         * register.el (window-configuration-to-register)
8534         (frame-configuration-to-register): Unadvertise unused argument.
8535         * frameset.el (frameset-to-register): Remove unused argument.
8537         * frameset.el (frameset-to-register):
8538         * kmacro.el (kmacro-to-register):
8539         * register.el (increment-register):
8540         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
8541         (calc-append-to-register, calc-prepend-to-register):
8542         * play/gametree.el (gametree-layout-to-register)
8543         (gametree-apply-register-layout):
8544         * textmodes/picture.el (picture-clear-rectangle-to-register)
8545         (picture-yank-rectangle-from-register):
8546         * vc/emerge.el (emerge-combine-versions-register):
8547         Use register-read-with-preview to read registers.
8549 2014-02-03  João Távora  <joaotavora@gmail.com>
8551         * elec-pair.el (electric-pair-backward-delete-char): Don't error
8552         when at beginning of (possibly narrowed) buffer.
8554 2014-02-02  Daniel Colascione  <dancol@dancol.org>
8556         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
8557         Also try to display local help from just before point.
8559 2014-02-02  Alan Mackenzie  <acm@muc.de>
8561         c-parse-state.  Don't "append-lower-brace-pair" in certain
8562         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
8563         recognised as a comment.
8565         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
8566         as well as normal comment starter.
8567         (c-parse-state-get-strategy): Extra return possibility
8568         'back-and-forward.
8569         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
8570         return value list to indicate replacement of a brace-pair cons
8571         with its car.
8572         (c-parse-state-1): With 'back-and-forward, only call
8573         c-append-lower-brace-pair-to state-cache when cons-separated.
8575 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
8577         * term/ns-win.el (ns-suspend-error): New function.
8578         (ns-initialize-window-system): Add ns-suspend-error to
8579         suspend-hook (Bug#16612).
8581 2014-02-02  Daniel Colascione  <dancol@dancol.org>
8583         * progmodes/cc-defs.el (c-find-assignment-for-mode):
8584         Make loading cc-mode silent.
8586 2014-02-02  Daniel Colascione  <dancol@dancol.org>
8588         * comint.el (comint-prompt-read-only): Change doc to suggest
8589         remap keybinding.
8591 2014-02-02  Glenn Morris  <rgm@gnu.org>
8593         * register.el (register-read-with-preview, point-to-register)
8594         (window-configuration-to-register, frame-configuration-to-register)
8595         (jump-to-register, number-to-register, view-register, insert-register)
8596         (copy-to-register, append-to-register, prepend-to-register)
8597         (copy-rectangle-to-register): Doc fixes.
8599 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8601         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
8602         * emacs-lisp/find-func.el (find-function-C-source): Idem.
8603         * emacs-lisp/nadvice.el (advice--cd*r): New function.
8604         * help-fns.el (describe-function-1): Use it.
8606 2014-02-02  Glenn Morris  <rgm@gnu.org>
8608         * register.el (register-preview-default): New function,
8609         split from register-preview.
8610         (register-preview-function): Rename from register-preview-functions,
8611         make it not a hook.
8612         (register-preview): Use register-preview-function.
8613         (register-read-with-preview): Error on non-character event.  (Bug#16595)
8615 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
8617         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
8618         `:' before binary operators (bug#16609).  Don't check for `:'
8619         before `[' and `(', or their syntax status.  A percent literal
8620         can't end with either.
8621         (ruby-font-lock-keywords): For built-ins that require arguments,
8622         check that they're followed by something that looks like argument
8623         (bug#16610).
8625 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8627         * subr.el (butlast): Document what an omitted N means (bug#13437).
8628         (nbutlast): Ditto.
8630 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8632         * net/shr.el (shr-generic): Make into a defsubst to make the stack
8633         depth shallower (bug#16587).
8634         (shr-tag-svg): Respect `shr-inhibit-images'.
8635         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
8637 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
8639         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
8640         (ruby-smie-grammar): Make "." right-associative.  Make its priority
8641         lower than the ternary and all binary operators.
8642         (ruby-smie-rules): Indent "(" relative to the first non-"."
8643         parent, or the first "." parent at indentation.
8644         Use `ruby-align-chained-calls' for indentation of "." tokens.
8645         (Bug#16593)
8647 2014-01-31  Juri Linkov  <juri@jurta.org>
8649         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
8650         from `make-hash-table'.
8652         * textmodes/ispell.el (ispell-init-process): Change message format
8653         to be consistent with other messages.
8655 2014-01-31  Glenn Morris  <rgm@gnu.org>
8657         * delsel.el (delete-selection-mode): Doc fix.
8659         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
8660         (trace-function-background): Doc fixes.
8662         * ido.el (ido-use-virtual-buffers): Doc fix.
8663         Reset :version, since the default value has not changed.
8665         * register.el (register-preview-delay, register-read-with-preview):
8666         Doc fixes.
8668         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
8669         do not mess with mail-buffer position (fixes 2009-11-03 change).
8670         * progmodes/cc-mode.el (c-submit-bug-report):
8671         Check auto-fill-mode is bound.  (Bug#16592)
8673 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
8675         * startup.el (fancy-splash-image-file): New function,
8676         split from fancy-splash-head.
8677         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
8678         so that we are both using the same image.  (Bug#16574)
8680 2014-01-30  Glenn Morris  <rgm@gnu.org>
8682         * simple.el (eval-expression): Doc fix.
8684         * hexl.el (hexl-mode-hook):
8685         * ielm.el (ielm-mode-hook):
8686         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
8687         (lisp-interaction-mode-hook):
8688         * progmodes/cfengine.el (cfengine3-documentation-function):
8689         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
8691 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8693         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
8694         is a symbol (bug#16584).
8696 2014-01-30  Glenn Morris  <rgm@gnu.org>
8698         * help.el (help-for-help-internal): Add "P" to text.
8700 2014-01-29  Glenn Morris  <rgm@gnu.org>
8702         * simple.el (just-one-space, cycle-spacing): Doc fixes.
8704 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
8706         * window.el (fit-frame-to-buffer): Fix calculations for margins and
8707         height constraints.
8709 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
8711         * progmodes/hideif.el: Extend to full CPP expression syntax.
8712         (hif-token-alist): Add missing tokens.
8713         (hif-token-regexp): Add support for float/octal/hex immediates.
8714         (hif-string-literal-regexp): New const.
8715         (hif-tokenize): Recognize strings and float/octal/hex immediates.
8716         (hif-exprlist): New function.
8717         (hif-parse-if-exp): Use it.
8718         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
8719         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
8720         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
8721         (hif-logxor, hif-comma): New functions.
8723 2014-01-28  Glenn Morris  <rgm@gnu.org>
8725         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
8727         * indent.el (tab-stop-list): Doc fix.  Add :version.
8729         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
8730         (cvs-append-to-ignore): Add compatibility alias.
8732 2014-01-27  Glenn Morris  <rgm@gnu.org>
8734         * dired.el (dired-hide-details-mode): Don't autoload it,
8735         since it cannot be used outside Dired buffers anyway.
8737         * emulation/cua-base.el (cua-mode): Doc fix.
8739         * dired.el (dired-hide-details-hide-symlink-targets)
8740         (dired-hide-details-hide-information-lines)
8741         (dired-hide-details-mode): Doc fixes.
8743         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
8744         * strokes.el (strokes-file): Doc fix.  Bump :version.
8745         (strokes-help): Doc fix.
8746         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
8747         * emulation/viper.el (viper): Doc fix for custom group.
8748         (top-level): Remove oh-so-no-longer-relevant text about vip.
8749         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
8751         * ido.el (ido-save-directory-list-file):
8752         * saveplace.el (save-place-file):
8753         * calendar/timeclock.el (timeclock-file):
8754         * net/quickurl.el (quickurl-url-file):
8755         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8756         * progmodes/idlwave.el (idlwave-config-directory):
8757         * textmodes/remember.el (remember-data-file):
8758         Bump :version.
8760 2014-01-26  Glenn Morris  <rgm@gnu.org>
8762         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
8763         Doc fix.  Make obsolete.
8764         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
8766         * sort.el (delete-duplicate-lines): Doc fix.
8768 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8770         * progmodes/ada-mode.el (ada):
8771         * woman.el (woman): Link to info manual and Commentary section.
8773         * progmodes/flymake.el (flymake):
8774         * nxml/nxml-mode.el (nxml):
8775         * net/eww.el (eww):
8776         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
8777         * htmlfontify.el (htmlfontify):
8778         * ses.el (ses):
8779         * epa.el (epa):
8780         * ido.el (ido): Link to info manual.
8782 2014-01-25  Leo Liu  <sdl.web@gmail.com>
8784         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
8786 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
8788         * net/shr.el (shr-tag-img): Prefer the title over the alt text
8789         (bug#16537).
8791 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
8793         * net/eww.el (eww-download-callback):
8794         Fix reference to eww-download-directory.
8796         * emacs-lisp/bytecomp.el (byte-compile-file):
8797         Remove unused local variable `file-name'.
8799 2014-01-24  Glenn Morris  <rgm@gnu.org>
8801         * woman.el (woman-default-faces, woman-monochrome-faces):
8802         Fix obsolescence specification.
8804         * subr.el (with-demoted-errors): Doc fix.
8806 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8808         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
8809         (cl--macroexp-fboundp): New function.
8810         (cl--make-type-test): Use it.
8812 2014-01-23  Glenn Morris  <rgm@gnu.org>
8814         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
8815         * simple.el (eval-expression): Doc fixes.
8817 2014-01-22  Glenn Morris  <rgm@gnu.org>
8819         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
8821 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8823         * emacs-lisp/package.el: Write files silently.
8824         (package-autoload-ensure-default-file, package--write-file-no-coding)
8825         (package-generate-description-file, package--download-one-archive)
8826         (package-install-from-archive): Tell `write-region' to stay quiet.
8827         (package-menu-mode, package-menu--print-info): Omit the Archive column
8828         if there's only one archive.
8829         (package-all-keywords, package--has-keyword-p): Remove dead code.
8831 2014-01-22  Glenn Morris  <rgm@gnu.org>
8833         * version.el (emacs-bzr-version-bzr): Fix typo.
8835         * version.el (emacs-repository-get-version):
8836         Check either .bzr or .git, but not both.
8837         Make the git case actually use the DIR argument, and return nil
8838         rather than the empty string.
8839         Avoid error if .git exists but the git executable is not found.
8841 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
8843         Fixes in window size functions around Bug#16430 and Bug#16470.
8844         * window.el (window-total-size, window-size): New argument ROUND.
8845         (window--min-delta-1, window-min-delta, window--max-delta-1):
8846         Be more conservative when calculating the numbers of lines or
8847         columns a window can shrink (Bug#16430).
8848         (fit-window-to-buffer): Simplify code.
8849         * term.el (term-window-width): Call window-body-width again.
8851 2014-01-22  Glenn Morris  <rgm@gnu.org>
8853         * image.el (image-format-suffixes): Doc fix.
8855         * international/quail.el (quail-define-package): Doc fix.
8857         * emacs-lisp/authors.el (authors-valid-file-names)
8858         (authors-renamed-files-alist): Additions.
8860         * vc/vc-git.el (vc-git-print-log): Remove --follow;
8861         reverts 2014-01-09 change.  (Bug#16422)
8863         * calc/calc-embed.el (thing-at-point-looking-at):
8864         * emacs-lisp/map-ynp.el (x-popup-dialog):
8865         * obsolete/lmenu.el (x-popup-dialog):
8866         * emacs-lisp/package.el (url-recreate-url):
8867         * mail/mailclient.el (clipboard-kill-ring-save):
8868         * subr.el (x-popup-dialog): Update declaration.
8869         * mail/rmail.el (rmail-mime-message-p):
8870         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
8872 2014-01-21  Daniel Colascione  <dancol@dancol.org>
8874         * progmodes/sh-script.el (sh--inside-noncommand-expression):
8875         Correctly detect when we're inside an arithmetic expansion form
8876         containing nested parenthesis.
8877         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
8878         to detect cases where we shouldn't expand "<<" to a heredoc
8879         skeleton.
8881 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8883         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
8884         (eldoc--message-command-p): New function.
8885         (eldoc-display-message-p): Use it.
8886         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
8887         message is not automatically erased for us.
8888         (eldoc-print-current-symbol-info): Erase previous message, if any.
8890 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
8892         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
8893         specify it's an interactive function.
8895         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8896         Fix regex used for scanning for citation keys which failed for
8897         citations with optional arguments.
8899 2014-01-21  Leo Liu  <sdl.web@gmail.com>
8901         * simple.el (read--expression): Don't enable eldoc-mode.
8903 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8905         * simple.el (move-beginning-of-line): Make sure we don't move forward
8906         (bug#16497).
8908 2014-01-20  Juri Linkov  <juri@jurta.org>
8910         * saveplace.el (toggle-save-place, save-place-to-alist)
8911         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
8912         'dired-mode) before checking for dired-directory.  (Bug#16477)
8914 2014-01-20  Juri Linkov  <juri@jurta.org>
8916         * indent.el (indent-line-to): Use backward-to-indentation
8917         instead of back-to-indentation.  (Bug#16461)
8919 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8921         Revert some of the CANNOT_DUMP fix (Bug#16494).
8922         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
8923         but fixing this can wait until after the next release.
8924         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
8926 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
8928         * eshell/esh-mode.el (eshell-password-prompt-regexp):
8929         Use `password-word-equivalents'.
8930         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
8931         to t.  (Bug#5664, Bug#13124)
8933 2014-01-19  Alan Mackenzie  <acm@muc.de>
8935         Bind open-paren-in-column-0-is-defun-start to nil at some entry
8936         points.
8937         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
8938         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
8939         * progmodes/cc-mode.el (c-before-change, c-after-change)
8940         (c-font-lock-fontify-region): Bind it here.
8942 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
8944         * term.el (term-window-width): Call window-text-width instead of
8945         window-width (Bug#16470).
8947 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
8949         * simple.el (password-word-equivalents): Remove duplicates.
8950         Sort, to make this easier next time.
8951         Downcase.  Omit ": " after "jelszó".
8953 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
8955         * term/common-win.el (saved-region-selection): Defvar it.
8956         (x-select-text): Set saved-region-selection (Bug#16382).
8958 2014-01-18  Glenn Morris  <rgm@gnu.org>
8960         * emacs-lisp/authors.el (authors-aliases)
8961         (authors-renamed-files-alist): Add some entries.
8963 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
8965         * net/tramp.el (tramp-password-prompt-regexp):
8966         Use `password-word-equivalents' if available.
8967         (tramp-action-password, tramp-process-one-action)
8968         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
8970 2014-01-17  Chong Yidong  <cyd@gnu.org>
8972         * simple.el (password-word-equivalents): New defcustom.
8973         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
8974         to 24.4.
8975         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
8976         to t.  (Bug#13124)
8978 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
8980         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
8981         (ruby-align-to-stmt-keywords): Change the default value.
8982         Use `ruby-alignable-keywords' to generate the possible customization
8983         choices.
8984         (ruby-smie-rules): Instead of using a hardcoded list of alignable
8985         keywords, check against the value of `ruby-alignable-keywords'
8986         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
8988 2014-01-17  Glenn Morris  <rgm@gnu.org>
8990         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
8992         Make M-x authors return zero *Authors Errors* from current logs.
8993         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
8994         (authors-ignored-files): Add some entries, remove others.
8995         (authors-ambiguous-files, authors-valid-file-names):
8996         Add some entries.
8997         (authors-renamed-files-alist): Add, remove, and adjust entries.
8998         (authors-renamed-files-regexps): Add some entries.
8999         Remove some very broad ones.  Make some entries `lax'.
9000         (authors-lax-changelogs): New constant.
9001         (authors-disambiguate-file-name): Treat top-level specially.
9002         (authors-lax-changelog-p): New function.
9003         (authors-canonical-file-name): Check file as written against
9004         authors-valid-file-names.  Do not special-case etc/.
9005         Handle `lax' logs and authors-renamed-files-regexps elements.
9007 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
9009         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
9010         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
9011         callers.
9013 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9015         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
9016         Assume we're already in the proper buffer.
9017         Inspired by Anders Lindgren <andlind@gmail.com>.
9018         (follow-post-command-hook): Call it from the right buffer.
9019         (follow-comint-scroll-to-bottom): Adjust call.
9020         (follow-all-followers): Use get-buffer-window-list.
9022 2014-01-15  Daniel Colascione  <dancol@dancol.org>
9024         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
9025         `buffer-file-name' in interactive-form so that we don't leave
9026         pathless file names in `file-name-history'.
9028 2014-01-15  Juri Linkov  <juri@jurta.org>
9030         * indent.el (indent-rigidly): Set deactivate-mark to nil
9031         in transient indentation mode.  (Bug#16438)
9033 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
9035         * emacs-lisp/package.el (package-desc-keywords): New function
9036         (Bug#16222).
9037         (describe-package-1, package-all-keywords)
9038         (package--has-keyword-p): Use it.
9040 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
9042         * simple.el (define-alternatives): When creating the
9043         COMMAND-alternatives variable, assign COMMAND as its definition
9044         name so that `describe-variable' can relocate it.
9046 2014-01-14  Matthew Leach  <matthew@mattleach.net>
9048         * font-lock.el (font-lock-keywords): Fix typo in docstring
9049         (bug#16307).
9051 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9053         * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
9054         line instead of wrongly reset `add-coment' (bug#13577).
9056 2014-01-14  Daiki Ueno  <ueno@gnu.org>
9058         * epa-file.el (epa-file-write-region): Encode the region according
9059         to `buffer-file-format'.  Problem reported at:
9060         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
9062 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9064         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
9065         so it applies in the right buffer (bug#16410).
9067 2014-01-13  Daniel Colascione  <dancol@dancol.org>
9069         * textmodes/rst.el (rst-define-key): Provide deprecated
9070         keybindings through named functions instead of anonymous ones so
9071         that "??" doesn't appear in describe-mode output.
9073 2014-01-13  Bastien Guerry  <bzg@gnu.org>
9075         * simple.el (define-alternatives): Call the selected command
9076         interactively.  When setting `COMMAND--implementation' for the
9077         first time, tell the user how to chose another implementation.
9078         Enhance the docstring.
9080 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9082         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
9083         (log-edit--match-first-line): New function.
9084         (log-edit-font-lock-keywords): Use it.
9085         (log-edit-mode): Make jit-lock-defer-multiline work.
9087 2014-01-13  Bastien Guerry  <bzg@gnu.org>
9089         * rect.el (rectangle-mark-mode): When the region is not active,
9090         display a message saying that the mark as been set and that
9091         rectangle mode is in use.
9092         (rectangle--highlight-for-redisplay): Only put an overlay with a
9093         visible vertical bar when (display-graphic-p) is non-nil.
9094         This partially fixes Bug#16403.
9096 2014-01-13  Juri Linkov  <juri@jurta.org>
9098         * info.el (Info-find-file): Go to DIR before displaying the error
9099         about a nonexistent file if no previous Info file is visited.
9100         Use `user-error' instead of `error' for "Info file %s does not exist".
9101         (Info-find-node-2): In case of a nonexistent node in unwind forms
9102         go to the Top node if there is no previous node to revert to.
9103         (Bug#16405)
9105 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
9107         fit-frame/window-to-buffer code fixes including one for Bug#14096.
9108         * window.el (fit-frame-to-buffer): Fix doc-string.
9109         Respect window-min-height/-width.  Fit pixelwise when
9110         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
9111         when avoiding that frame goes partially off-screen.
9112         (fit-window-to-buffer): Respect window-min-height/-width
9113         (Bug#14096).
9115 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
9118         after an empty line.
9120 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9122         * net/shr.el (shr-render-region): Autoload.
9124 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
9126         * net/eww.el (eww-download-directory): Rename from
9127         `eww-download-path' (Bug#16419).
9129 2014-01-12  Leo Liu  <sdl.web@gmail.com>
9131         * dired-x.el (dired-mode-map): Fix last change.
9133         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
9135 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9137         Spelling fixes.
9138         * emacs-lisp/generic.el (generic--normalize-comments):
9139         Rename from generic--normalise-comments.  All uses changed.
9140         * play/bubbles.el (bubbles--neighborhood-score)
9141         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
9142         (bubbles--neighborhood-available)
9143         (bubbles--update-neighborhood-score):
9144         Rename from names with 'neighbourhood'.  All uses changed.
9146 2014-01-12  Leo Liu  <sdl.web@gmail.com>
9148         Re-implement the feature of showing eldoc info after editing.
9149         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
9150         (eldoc-edit-message-commands): New function.
9151         (eldoc-print-after-edit): New variable.
9152         (eldoc-pre-command-refresh-echo-area): Emit message only by
9153         eldoc-message-commands.
9154         (eldoc-mode): Restrict eldoc-message-commands to editing commands
9155         if eldoc-print-after-edit is set.  (Bug#16346)
9156         * simple.el (read--expression): Enable eldoc-mode.
9157         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
9159 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
9160             Eric S. Raymond  <esr@thyrsus.com>
9162         * version.el (emacs-repository-get-version): Enhance so the
9163         function works correctly in either a Bazaar or Git repo.
9165 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
9167         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
9168         Goes with removal of the joke manpages from /etc.
9170 2014-01-10  Kenichi Handa  <handa@gnu.org>
9172         * mail/rmail.el (rmail-get-coding-system):
9173         Check rmail-get-coding-function before "funcall"ing it.
9175 2014-01-10  Glenn Morris  <rgm@gnu.org>
9177         * emacs-lisp/authors.el (authors-fixed-entries):
9178         Update for files that no longer exist.
9180 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
9182         * version.el (emacs-bzr-get-version): Restore compatibilty with
9183         24.3 (Tested).
9185 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
9187         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
9188         and Podfile.
9190 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
9192         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
9194 2014-01-10  Chong Yidong  <cyd@gnu.org>
9196         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
9198 2014-01-10  Anders Lindgren  <andlind@gmail.com>
9200         * follow.el (follow-cache-command-list): Include right-char and
9201         left-char.
9203 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9205         Spelling fixes.
9206         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
9207         * woman.el (woman-mark-horizontal-position):
9208         Rename from woman-mark-horizonal-position.  Use changed.
9210 2014-01-10  Glenn Morris  <rgm@gnu.org>
9212         * info.el (info-initialize): If running uninstalled, ensure our
9213         own info files are always found first, even if INFOPATH is set.
9215         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
9217 2014-01-09  David Engster  <deng@randomsample.de>
9219         * emacs-lisp/eieio-custom.el:
9220         * emacs-lisp/eieio-opt.el: Set generated autoload file to
9221         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
9222         * emacs-lisp/eieio.el: Regenerate autoloads.
9224 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
9226         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
9227         following renames.  (Bug#8756)
9229 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9231         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
9232         (bug#16382).
9233         (activate-mark): Add `no-tmm' argument.
9234         (set-mark, push-mark-command): Use it instead of running
9235         activate-mark-hook by hand.
9237 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
9239         In preparation for the move to git, sanitize out some
9240         Bazaar-specific names.
9242         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
9244         * version.el (emacs-bzr-version): Name changed to
9245         emacs-repository-version.  Obsolete-variable alias made.
9246         * loadup.el: Follow through on this name change.
9247         * mail/emacsbug.el (report-emacs-bug): Factor out any
9248         assumption about the version control system in use.
9250 2014-01-08  David Engster  <deng@randomsample.de>
9252         * help-fns.el (help-fns-describe-function-functions):
9253         New variable to call functions for augmenting help buffers.
9254         (describe-function-1): Remove explicit calls to
9255         `help-fns--compiler-macro', `help-fns--parent-mode' and
9256         `help-fns--obsolete'.  Put them in above new variable instead, and
9257         call them through `run-hook-with-args'.
9258         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
9259         `eieio-describe-class'.  Not meant for interactive use anymore,
9260         but to augment existing help buffers.  Remove optional second
9261         argument.  Create proper button for file location.
9262         Rewrite function to use `insert' instead of `princ' and `prin1' where
9263         possible.
9264         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
9265         (eieio-method-def, eieio-class-def): Move further up.
9266         (describe-method, describe-generic, eieio-describe-method):
9267         Remove aliases.
9268         (eieio-help-constructor, eieio-help-generic): Rename from
9269         `eieio-describe-constructor' and `eieio-describe-generic', resp.
9270         Rewrite to use `insert' in the current buffer and use proper help
9271         buttons.
9272         (eieio-help-find-method-definition)
9273         (eieio-help-find-class-definition): Also accept symbols as
9274         arguments.
9275         (eieio-help-mode-augmentation-maybee): Remove.
9276         (eieio-describe-class-sb): Use `describe-function'.
9277         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
9278         Add `eieio-help-generic' and `eieio-help-constructor'.
9280 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
9282         Spelling fixes.
9283         * language/china-util.el (hz-ascii-designation):
9284         Rename from hz-ascii-designnation.
9285         (hz-ascii-designation): Rename from hz-ascii-designnation.
9286         All uses changed.
9288 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9290         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
9291         package-alist.
9293 2014-01-08  Bastien Guerry  <bzg@gnu.org>
9295         * emacs-lisp/package.el (package-delete):
9296         Correctly delete the package from package-alist.
9298 2014-01-08  Daiki Ueno  <ueno@gnu.org>
9300         * emacs-lisp/package.el (url-recreate-url): Declare.
9301         (url-http-target-url): Declare.
9302         (package-handle-response): Include requested URL in the error message.
9303         (package--check-signature): Don't re-signal errors from
9304         package--with-work-buffer.  Suggested by Stefan Monnier.
9306 2014-01-07  Bastien Guerry  <bzg@gnu.org>
9308         * minibuffer.el (completion--try-word-completion): When both a
9309         hyphen and a space are possible candidates for the character
9310         following a word, display both candidates.  (Bug#15980)
9312 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
9314         * window.el (balance-windows-2): While rounding don't give a
9315         window more than the remainder.  Bug#16351, bug#16383.
9317 2014-01-07  Glenn Morris  <rgm@gnu.org>
9319         * menu-bar.el (menu-bar-help-extra-packages): Remove.
9320         (menu-bar-help-menu): Use view-external-packages instead.
9322 2014-01-07  Bastien Guerry  <bzg@gnu.org>
9324         * emacs-lisp/package.el (package-delete): Also delete the package
9325         name from `package-alist', not its description only.
9327 2014-01-07  Glenn Morris  <rgm@gnu.org>
9329         * help.el (view-external-packages):
9330         * menu-bar.el (menu-bar-help-extra-packages):
9331         Visit efaq.info rather than etc/MORE.STUFF.
9333 2014-01-07  Juri Linkov  <juri@jurta.org>
9335         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
9336         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
9338         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
9339         that shadows RET.  (Bug#16342)
9341 2014-01-07  Chong Yidong  <cyd@gnu.org>
9343         * isearch.el (isearch-yank-char, isearch-yank-word)
9344         (isearch-yank-line): Doc fix.
9346 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9348         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
9349         * emacs-lisp/elint.el (elint-find-builtins):
9350         * emacs-lisp/eldoc.el (eldoc-symbol-function):
9351         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
9352         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
9353         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9354         * apropos.el (apropos-safe-documentation):
9355         * subr.el (symbol-file): Remove redundant fboundp.
9356         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
9358 2014-01-06  Bastien Guerry  <bzg@gnu.org>
9360         * hl-line.el (global-hl-line-overlay): Make a local variable.
9361         (global-hl-line-overlays): New variable to store all overlays.
9362         (global-hl-line-mode): Don't delete overlays from the current
9363         buffer when `global-hl-line-sticky-flag' is non-nil.
9364         (global-hl-line-highlight): Add new overlays to
9365         `global-hl-line-overlays'.
9366         (global-hl-line-unhighlight-all): New function to delete all
9367         overlays when turning off `global-hl-line-mode'.
9368         This fixes Bug#16183.
9370 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         * subr.el (set-transient-map): Fix nested case and docstring.
9374 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
9376         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
9377         `Texinfo' entry.
9379 2014-01-06  Daniel Colascione  <dancol@dancol.org>
9381         Fix defun navigation in vc log view.
9383         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
9384         like `beginning-of-defun'.
9385         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
9386         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
9387         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
9388         (log-view-extract-comment): Call `log-view-current-entry' directly
9389         instead of relying on broken `log-view-beginning-of-defun' behavior.
9391 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
9393         Spelling fixes.
9394         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
9395         * emacs-lisp/debug.el (cancel-debug-on-entry):
9396         * epg.el (epg-error-to-string):
9397         * files.el (recover-file):
9398         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
9399         * mail/emacsbug.el (report-emacs-bug-hook):
9400         * mail/sendmail.el (mail-recover):
9401         * ses.el (ses-yank-resize):
9402         * term/ns-win.el (ns-print-buffer):
9403         Spelling fixes in diagnostics, mostly for "canceled" with one L.
9404         * epg.el (epg-key-capability-alist): Rename from misspelled version.
9405         All uses changed.
9406         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
9408 2014-01-06  Leo Liu  <sdl.web@gmail.com>
9410         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
9411         to avoid shadowing global key.  (Bug#16354)
9413 2014-01-06  Daniel Colascione  <dancol@dancol.org>
9415         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
9416         rst-mode.
9418 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
9420         * window.el (balance-windows): Add mising t to fix Bug#16351.
9422 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
9425         (bug#16285).
9426         (shr-insert): If we have a word that's longer than `shr-width',
9427         break after it anyway.  Otherwise we'll do no breaking once we get
9428         such a long word.
9430 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9432         * net/eww.el (eww): Support single/double quote for search.
9433         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
9434         (eww-history-quit): Delete and use quit-window.
9435         (eww-history-kill): Delete, because it doesn't work well and
9436         not necessary.
9437         (eww-history-mode-map): Delete some keys and add easy-menu.
9439 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
9441         Fix misspelling of 'chinese' in rx (Bug#16237).
9442         * emacs-lisp/rx.el (rx-categories): Correct spelling of
9443         chinese-two-byte.
9445         Change subword regexps back to vars (Bug#16296).
9446         * progmodes/subword.el (subword-forward-regexp)
9447         (subword-backward-regexp): Change these back to variables.
9449 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9451         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
9452         syntax-begin-function (bug#16247).
9454 2014-01-03  Chong Yidong  <cyd@gnu.org>
9456         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
9457         (advice--docstring): Delete variable.
9458         (advice--make-1): Leave the docstring empty.
9459         (advice-add): Use function-documentation for advised docstring.
9461         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
9462         Ignore function-documentation property when getting documentation.
9463         (ad-activate-advised-definition): Use function-documentation
9464         generate the docstring.
9465         (ad-make-advised-definition): Don't call
9466         ad-make-advised-definition-docstring.
9467         (ad-make-advised-definition-docstring, ad-advised-definition-p):
9468         Delete functions.
9470         * progmodes/sql.el (sql-help): Use function-documentation instead
9471         of dynamic-docstring-function property.  No need to autoload now.
9472         (sql--help-docstring): New variable.
9473         (sql--make-help-docstring): Use it.
9475 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9477         * ielm.el (ielm-tab): Retarget.
9478         (ielm-map): Use ielm-tab for tab.
9479         (ielm-complete-filename): Use comint-filename-completion.
9480         (ielm-complete-symbol): Remove.
9481         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
9482         remove ielm-tab from completion-at-point-functions (bug#16224).
9484         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
9485         Beware signals raised by predicates (bug#16201).
9487 2014-01-02  Richard Stallman  <rms@gnu.org>
9489         * dired-aux.el (dired-do-print): Handle printer-name.
9491         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
9492         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
9493         (rmail-epa-decrypt): Turn off mime processing.
9495         * mail/rmail.el (rmail-make-in-reply-to-field):
9496         Add parens in message-id.
9498         * mail/rmail.el (rmail-get-coding-function): Variable.
9499         (rmail-get-coding-system): Use it.
9501 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
9503         * international/mule-conf.el: Unify the charset indian-is13194.
9504         (indian-is13194): Specify unify-map.
9506 2013-12-31  Leo Liu  <sdl.web@gmail.com>
9508         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
9510 2013-12-30  Daniel Colascione  <dancol@dancol.org>
9512         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
9513         of printing a useless when we resume from sleep.
9515         * progmodes/sh-script.el
9516         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
9517         in indentation code.  (Bug#16233)
9519 2013-12-28  João Távora  <joaotavora@gmail.com>
9521         * elec-pair.el (electric-pair-post-self-insert-function):
9522         Don't open extra newlines at beginning of buffer.  (Bug#16272)
9524 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
9526         * frame.el (window-system-for-display): Don't allow to create a
9527         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
9529 2013-12-28  Glenn Morris  <rgm@gnu.org>
9531         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
9532         Update callers.
9534         * apropos.el (apropos-match-face):
9535         * calculator.el (calculator-displayer):
9536         * dabbrev.el (dabbrev-search-these-buffers-only):
9537         * face-remap.el (buffer-face-mode-face):
9538         * simple.el (yank-handled-properties):
9539         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9540         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
9541         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
9542         (hashcash-double-spend-database):
9543         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
9544         (ruby-deep-indent-paren-style):
9545         * textmodes/flyspell.el (flyspell-auto-correct-binding):
9546         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
9547         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
9548         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
9549         Specify custom types.
9551         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
9552         * bookmark.el (bookmark-bmenu-use-header-line):
9553         * doc-view.el (doc-view-scale-internally):
9554         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
9555         * register.el (register-preview-delay):
9556         * net/shr.el (shr-bullet):
9557         * progmodes/cfengine.el (cfengine-cf-promises)
9558         (cfengine-parameters-indent):
9559         * progmodes/octave.el (inferior-octave-error-regexp-alist):
9560         * textmodes/reftex-vars.el (reftex-label-regexps):
9561         * vc/log-edit.el (log-edit-setup-add-author): Add version.
9563         * net/tls.el (tls-certtool-program): Fix default value.
9565         * desktop.el (desktop-restore-in-current-display):
9566         * newcomment.el (comment-empty-lines):
9567         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
9568         (idlwave-pad-keyword):
9569         * progmodes/tcl.el (tcl-tab-always-indent):
9570         * textmodes/reftex-vars.el (reftex-index-default-tag):
9571         * elec-pair.el (electric-pair-skip-whitespace):
9572         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
9574         * emacs-lisp/authors.el (authors-ignored-files)
9575         (authors-valid-file-names, authors-renamed-files-alist): Additions.
9577 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
9579         * shell.el (shell-dynamic-complete-command): Doc fix.
9580         (shell--command-completion-data): Shell completion now matches
9581         executable filenames from the current buffer's directory, on
9582         systems in which this behavior is the default (windows-nt, ms-dos).
9584 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
9586         * net/shr.el (shr-insert): Don't infloop if the width is zero.
9588 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9590         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
9591         (bug#16251).
9593         * electric.el: Move all electric-pair-* to elec-pair.el.
9594         * elec-pair.el: New file, split from electric.el.
9596 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
9598         * net/shr.el (shr-find-fill-point): Don't try to fill if the
9599         indentation level is larger than the width, because that will
9600         infloop.
9601         (shr-insert): Fill repeatedly long texts, so that Japanese is
9602         formatted correctly (bug#16263).
9603         (shr-find-fill-point): Off by one error in comparison with the
9604         indentation.
9606 2013-12-26  João Távora  <joaotavora@gmail.com>
9608         * electric.el (electric-pair-mode): More flexible engine for skip-
9609         and inhibit predicates, new options for pairing-related functionality.
9610         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
9611         if that keeps or improves their balance in buffers.
9612         (electric-pair-delete-adjacent-pairs): Delete the pair when
9613         backspacing over adjacent matched delimiters.
9614         (electric-pair-open-extra-newline): Open extra newline when
9615         inserting newlines between adjacent matched delimiters.
9616         (electric--sort-post-self-insertion-hook):
9617         Sort post-self-insert-hook according to priority values when
9618         minor-modes are activated.
9619         * simple.el (newline-and-indent): Call newline with interactive
9620         set to t.
9621         (blink-paren-post-self-insert-function): Set priority to 100.
9622         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9623         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
9624         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
9625         electric-pair-open-newline-between-pairs to nil.
9627 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9629         * progmodes/python.el: Use lexical-binding.
9630         (python-nav-beginning-of-defun): Stop searching ASAP.
9632 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
9634         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
9635         Fix interactive spec.  Doc fix.  (Bug#15754)
9637 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9639         * emacs-lisp/byte-run.el (eval-when-compile):
9640         * progmodes/cc-defs.el (cc-eval-when-compile):
9641         Fix edebug spec (bug#16184).
9643 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
9645         * net/shr.el (shr-visit-file): Remove debugging function.
9646         (shr-insert): Don't infloop if we can't find a good place to break
9647         the line (bug#16256).
9649 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9651         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
9652         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
9653         python-nav-lisp-forward-sexp-safe.
9654         (python-nav--forward-sexp): New argument SAFE allows switching
9655         forward sexp movement behavior for parens.
9656         (python-nav-forward-sexp): Throw errors on unterminated parens
9657         (Bug#16191).
9658         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
9659         (python-nav-backward-sexp-safe): New functions.
9660         (python-shell-buffer-substring):
9661         Use `python-nav-forward-sexp-safe'.
9663 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
9665         * net/shr.el (shr-find-fill-point): Don't break lines before a
9666         quotation mark.
9667         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
9668         (shr-find-fill-point): Remove the special checks for the quotation
9669         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
9671 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9673         * net/eww.el (eww-form-textarea): Use a different face for
9674         textareas than text input since they have different keymaps
9675         (bug#16142).
9677 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9679         * progmodes/python.el (python-nav-beginning-of-statement):
9680         Speed up (Bug#15295).
9682 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
9684         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
9685         the window configuration.
9687 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
9689         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
9690         we run on MS-Windows or MS-DOS.
9692 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
9694         * window.el (balance-windows-area): Call window-size instead of
9695         window-height and window-width.  Bug#16241.
9697 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
9699         * net/eww.el (eww-bookmark-quit): Remove.
9700         (eww-bookmark-browse): Restore the window configuration when you
9701         choose a bookmark (bug#16144).
9703 2013-12-24  Daniel Colascione  <dancol@dancol.org>
9705         * icomplete.el: Remove redundant :group arguments to `defcustom'
9706         throughout.
9707         (icomplete-show-matches-on-no-input): New customizable variable.
9708         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
9709         we have something to show.
9710         (icomplete-exhibit): Compute completions even if we have no user input.
9712 2013-12-23  Daniel Colascione  <dancol@dancol.org>
9714         * icomplete.el: Move `provide' to end of file.
9716 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9718         * net/gnutls.el (gnutls-verify-error): Add version tag.
9720 2013-12-23  Chong Yidong  <cyd@gnu.org>
9722         * subr.el (set-transient-map): Rename from
9723         set-temporary-overlay-map.  Doc fix.
9725         * face-remap.el (text-scale-adjust):
9726         * indent.el (indent-rigidly):
9727         * kmacro.el (kmacro-call-macro):
9728         * minibuffer.el (minibuffer-force-complete):
9729         * repeat.el (repeat):
9730         * simple.el (universal-argument--mode):
9731         * calendar/todo-mode.el (todo-insert-item--next-param):
9732         * progmodes/f90.el (f90-abbrev-start): Callers changed.
9734         * indent.el (indent-rigidly): Use substitute-command-keys.
9736 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9738         * net/eww.el (eww-tag-select): Add text-property to jump to next
9739         select field.
9740         (eww): Add non-supported ftp error.
9742 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9744         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
9745         comments.  Handle electric indent after typing `?' and `!'.
9747 2013-12-22  Chong Yidong  <cyd@gnu.org>
9749         * faces.el (face-spec-recalc): If the theme specs are not
9750         applicable to a frame, fall back on the defface spec.
9751         This prevents themes from obliterating faces on low-color terminals.
9753 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9755         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
9756         after `{'.  We need it after block openers, and it doesn't seem
9757         to hurt after hash openers.
9759 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9761         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
9762         extracted from `ruby-smie-rules'.
9763         (ruby--electric-indent-chars): New variable.
9764         (ruby--electric-indent-p): New function.
9765         (ruby-mode): Use `electric-indent-functions' instead of
9766         `electric-indent-chars'.
9768 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9770         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
9771         docstring.
9772         (ruby-smie-rules): Indent plus one level after `=>'.
9774 2013-12-21  Richard Stallman  <rms@gnu.org>
9776         * simple.el (newline): Doc fix.
9778 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9780         * net/eww.el (eww-list-histories, eww-list-histories)
9781         (eww-history-browse, eww-history-quit, eww-history-kill)
9782         (eww-history-mode-map, eww-history-mode): New command and
9783         functions to list browser histories.
9784         (eww-form-text): Support text form with disabled
9785         and readonly attributes.
9786         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
9788 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9790         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
9791         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
9792         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
9793         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
9794         Use `user-error'.
9795         (eww-bookmark-mode-map): Add menu.
9796         (eww-render, eww-mode): Use `setq-local'.
9797         (eww-tool-bar-map): New variable.
9798         (eww-mode): Set `tool-bar-map'.
9799         (eww-view-source): Check for `html-mode' with `fboundp'.
9801 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9803         * net/shr.el (shr--extract-best-source): Don't bug out on audio
9804         elements with text inside.  Also remove debugging.
9806 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
9808         * cus-start.el (all): Add ns-use-srgb-colorspace.
9810 2013-12-21  Chong Yidong  <cyd@gnu.org>
9812         * custom.el (custom-theme-recalc-face): Do nothing if the face is
9813         undefined.  Thus, theme settings for undefined faces do not take
9814         effect until the faces are defined with defface, the same as with
9815         theme variables.
9817         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
9818         (face-spec-reset-face): Don't assign extra properties in temacs.
9819         (face-spec-recalc): Apply X resources too.
9821 2013-12-21  Chong Yidong  <cyd@gnu.org>
9823         * faces.el (face-spec-set):
9824         * cus-face.el (custom-theme-set-faces, custom-set-faces):
9825         * custom.el (defface): Doc fixes (Bug#16203).
9827         * indent.el (indent-rigidly-map): Add docstring, and move commands
9828         into named functions.
9829         (indent-rigidly-left, indent-rigidly-right)
9830         (indent-rigidly-left-to-tab-stop)
9831         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
9832         indentation direction based on bidi direction, and accumulate
9833         sequential commands in a single undo boundary.
9834         (indent-rigidly--pop-undo): New utility function.
9836 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
9838         * faces.el (read-face-name): Require crm.el when using crm-separator.
9840 2013-12-20  Daniel Colascione  <dancol@dancol.org>
9842         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
9843         so that we don't reflow comments into the shebang line.
9845 2013-12-20  Juri Linkov  <juri@jurta.org>
9847         * saveplace.el (save-place-to-alist): Add `dired-filename' as
9848         a position when `dired-directory' is non-nil.  Check integer
9849         positions with `integerp'.
9850         (toggle-save-place, save-places-to-alist): Add check for
9851         `dired-directory'.
9852         (save-place-find-file-hook): Check integer positions with
9853         `integerp'.
9854         (save-place-dired-hook): Use `dired-goto-file' when
9855         `dired-filename' is found in the assoc list.  Check integer
9856         positions with `integerp'.
9857         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
9859         * dired.el (dired-initial-position-hook): Rename back from
9860         `dired-initial-point-hook'.
9861         (dired-initial-position): Rename `dired-initial-point-hook' to
9862         `dired-initial-position-hook'.
9863         (dired-file-name-at-point): Doc fix.  (Bug#15329)
9865 2013-12-20  Juri Linkov  <juri@jurta.org>
9867         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
9868         (read-regexp-suggestions): New function.
9869         (read-regexp): Use `read-regexp-defaults-function' to get default values.
9870         Use `read-regexp-suggestions'.  Add non-empty default to history
9871         for empty input.
9872         (occur-read-regexp-defaults-function): Remove function.
9873         (occur-read-primary-args): Use `regexp-history-last' instead of
9874         `occur-read-regexp-defaults-function'.
9876         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
9877         (hi-lock-line-face-buffer, hi-lock-face-buffer)
9878         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
9879         `hi-lock-read-regexp-defaults-function'.  Doc fix.
9880         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
9881         with `find-tag-default-as-symbol-regexp'.  Doc fix.
9882         (hi-lock-read-regexp-defaults): Remove function.
9883         (hi-lock-regexp-okay): Add check for null.
9885         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
9886         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
9888         * subr.el (find-tag-default-as-symbol-regexp): New function.
9889         (find-tag-default-as-regexp): Move symbol regexp formatting to
9890         `find-tag-default-as-symbol-regexp'.
9892 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
9894         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
9895         (Bug#14179)
9897 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
9899         * calendar/todo-mode.el: New implementation of item insertion
9900         commands and key bindings.
9901         (todo-key-prompt): New face.
9902         (todo-insert-item): New command.
9903         (todo-insert-item--parameters): New defconst, replacing defvar
9904         todo-insertion-commands-args-genlist.
9905         (todo-insert-item--param-key-alist): New defconst, replacing
9906         defvar todo-insertion-commands-arg-key-list.
9907         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
9908         (todo-insert-item--argsleft, todo-insert-item--apply-args)
9909         (todo-insert-item--next-param): New functions.
9910         (todo-insert-item--args, todo-insert-item--argleft)
9911         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
9912         New variables.
9913         (todo-key-bindings-t): Change binding of "i" from
9914         todo-insertion-map to todo-insert-item.
9915         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
9916         (todo-insertion-command-name, todo-insertion-commands-names)
9917         (todo-define-insertion-command, todo-insertion-commands)
9918         (todo-insertion-key-bindings, todo-insertion-map): Remove.
9920 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
9922         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
9923         (todo-toggle-item-highlighting): Use eval-and-compile instead of
9924         eval-when-compile.
9925         (todo-move-category): Allow choosing a non-existing todo file to
9926         move the category to, and create that file.
9927         (todo-default-priority): New user option.
9928         (todo-set-item-priority): Use it.
9929         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
9930         (desktop-restore-file-buffer): Declare.
9931         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
9932         (todo-modes-set-2): Locally set desktop-save-buffer to
9933         todo-desktop-save-buffer.
9934         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
9935         (auto-mode-alist): Add autoload cookie.
9937 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
9939         * emacs-lisp/subr-x.el: Renamed from helpers.el.
9940         helpers.el was a poor choice of name.
9941         (string-remove-prefix): New function.
9942         (string-remove-suffix): New function.
9944 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
9946         Fix assignment for new window total sizes.
9947         * window.el (window--pixel-to-size): Remove function.
9948         (window--pixel-to-total-1, window--pixel-to-total):
9949         Fix calculation of new total sizes.
9951 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
9953         * comint.el (comint-output-filter): Fix rear-nonsticky property
9954         placement (Bug#16010).
9956 2013-12-20  Chong Yidong  <cyd@gnu.org>
9958         * faces.el (read-color): Minor fix for completion function.
9960 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
9962         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
9963         New option.  (Bug#16182)
9964         (ruby-smie--indent-to-stmt-p): Use it.
9965         (ruby-smie-rules): Revert the logic in the handling of `when'.
9966         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
9967         (ruby-deep-arglist, ruby-deep-indent-paren)
9968         (ruby-deep-indent-paren-style): Update docstrings to note that the
9969         vars don't have any effect with SMIE.
9971 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
9973         * calc/calc.el (calc-enter, calc-pop): Use the variable
9974         `calc-context-sensitive-enter'.
9976 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978         * net/shr.el (shr-insert): Protect against infloops in degenerate
9979         tables.
9981 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9983         * progmodes/octave.el (octave): Add link to manual and octave
9984         homepage.
9985         (octave-mode-menu): Link to octave-mode manual.
9987 2013-12-20  Leo Liu  <sdl.web@gmail.com>
9989         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
9990         insertion using skeleton-end-newline.  (Bug#16138)
9992 2013-12-20  Juri Linkov  <juri@jurta.org>
9994         * replace.el (occur-engine): Use `add-face-text-property'
9995         to add the face property to matches and titles.  (Bug#14645)
9997         * hi-lock.el (hi-green): Use lighter color "light green" closer to
9998         the palette of other hi-lock colors.
9999         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
10001 2013-12-19  Juri Linkov  <juri@jurta.org>
10003         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
10004         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
10005         (minibuffer-history-symbol): Move variable declaration closer to
10006         its usage.
10008         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
10009         (Bug#14785)
10011 2013-12-19  Juri Linkov  <juri@jurta.org>
10013         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
10014         New function.
10015         (log-edit-hook): Add it to :options.  (Bug#16170)
10017 2013-12-19  Juri Linkov  <juri@jurta.org>
10019         * simple.el (eval-expression-print-format): Don't check for
10020         command names and the last command.  Always display additional
10021         formats of the integer result in the echo area, and insert them
10022         to the current buffer only with a zero prefix arg.
10023         Display character when char-displayable-p is non-nil.
10024         (eval-expression): With a zero prefix arg, set `print-length' and
10025         `print-level' to nil, and insert the integer values from
10026         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
10028         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
10029         `eval-last-sexp-arg-internal'.  Doc fix.
10030         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
10031         `eval-last-sexp-print-value'.  Doc fix.
10032         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
10033         Set `print-length' and `print-level' to nil when arg is zero.
10034         (eval-last-sexp): Doc fix.
10035         (eval-defun-2): Print the integer values from
10036         `eval-expression-print-format' at the end.
10038         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
10039         values from `eval-expression-print-format' at the end.
10041         * ielm.el (ielm-eval-input): Print the integer
10042         values from `eval-expression-print-format' at the end.
10044 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10046         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
10047         2013-12-11T19:01:44Z!tzz@lifelogs.com.
10049 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10051         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
10052         (hl-line-highlight, global-hl-line-highlight): Use it.
10053         (hl-line-overlay): Use defvar-local.
10055 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
10057         * term/ns-win.el: Require dnd.
10058         (global-map): Remove drag items.
10059         (ns-insert-text, ns-set-foreground-at-mouse)
10060         (ns-set-background-at-mouse):
10061         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
10062         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
10063         New functions.
10065 2013-12-19  Glenn Morris  <rgm@gnu.org>
10067         * emacs-lisp/ert.el (ert-select-tests):
10068         Fix string/symbol mixup.  (Bug#16121)
10070 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
10072         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
10073         keywords to their parent.
10075 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
10077         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
10078         first arg to be a string (fixed dead code), or an operator symbol.
10079         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
10080         operator symbols.
10081         (ruby-smie-rules): Remove parent token check in the `.' clause, it
10082         did nothing.  Don't respond to `(:after ".")', it will be called
10083         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
10084         change anything.  Only return indentation for binary operators
10085         when they are hanging.  De-dent opening paren when its parent is
10086         `.', otherwise it looks bad when the dot is not at bol or eol
10087         (bug#16182).
10089 2013-12-19  Juri Linkov  <juri@jurta.org>
10091         * replace.el (query-replace-read-args): Split a non-negative arg
10092         and a negative arg into separate elements.
10093         (query-replace, query-replace-regexp, replace-string)
10094         (replace-regexp): Add arg `backward'.  Doc fix.
10095         (replace-match-maybe-edit): When new arg `backward' is non-nil,
10096         move point to the beginning of the match.
10097         (replace-search, replace-highlight): Use new arg `backward'
10098         to set the value of `isearch-forward'.
10099         (perform-replace): Add arg `backward' and use it to perform
10100         replacement backward.  (Bug#14979)
10102         * isearch.el (isearch-query-replace): Use a negative prefix arg
10103         to call `perform-replace' with a non-nil arg `backward'.
10105 2013-12-18  Juri Linkov  <juri@jurta.org>
10107         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
10108         to the default list.  Move `log-edit-show-files' to the end.
10109         Add more available functions to options.
10110         (log-edit): Move default specific settings to
10111         `log-edit-insert-message-template'.  Don't move point.
10112         (log-edit-insert-message-template): New function.
10113         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
10114         (Bug#16170)
10116 2013-12-18  Juri Linkov  <juri@jurta.org>
10118         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
10119         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
10121 2013-12-18  Leo Liu  <sdl.web@gmail.com>
10123         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
10124         (Bug#16186)
10126 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
10128         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
10129         formats for displaying file sizes when the -s switch is given.
10130         Instead, compute a separate format for displaying the size in
10131         blocks, which is displayed in addition to the "regular" size.
10132         When -h is given in addition to -s, produce size in blocks in
10133         human-readable form as well.  (Bug#16179)
10135 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
10137         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10138         Reference tables with ~\ref{...} instead of only \ref{...}.
10140 2013-12-18  Chong Yidong  <cyd@gnu.org>
10142         * cus-edit.el (custom-magic-alist): Fix "themed" description
10143         (Bug#14348).
10145         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
10146         is non-nil, do not create a new entry in the symbol's theme-value
10147         or theme-face property; update theme-settings only (Bug#14664).
10148         (custom-available-themes): Doc fix.
10150         * cus-theme.el (custom-new-theme-mode-map): Add bindings
10151         (Bug#15674).
10153         * replace.el (occur-engine): Avoid infloop (Bug#7593).
10155 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
10157         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
10158         (Bug#13914).
10160 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10162         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
10164 2013-12-18  Glenn Morris  <rgm@gnu.org>
10166         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
10167         * cus-start.el (load-prefer-newer): New option.
10169 2013-12-18  Le Wang  <l26wang@gmail.com>
10171         * comint.el (comint-previous-matching-input-from-input):
10172         Retain point (Bug#13404).
10174 2013-12-18  Chong Yidong  <cyd@gnu.org>
10176         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
10178 2013-12-18  Glenn Morris  <rgm@gnu.org>
10180         * mail/emacsbug.el (report-emacs-bug):
10181         Only mention enable-multibyte-characters if non-standard.
10183 2013-12-17  Juri Linkov  <juri@jurta.org>
10185         * arc-mode.el (archive-extract-by-file): Check if directory exists
10186         before deletion to not show irrelevant errors if it doesn't exist.
10188 2013-12-17  Juri Linkov  <juri@jurta.org>
10190         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
10191         (Bug#14751)
10193         * net/eww.el (browse-web): Add alias to `eww'.
10194         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
10195         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
10197         * net/browse-url.el (browse-url-browser-function): Move `eww'
10198         closer to similar functions.
10200         * startup.el (fancy-startup-screen, fancy-about-screen):
10201         Set browse-url-browser-function to eww-browse-url locally.
10202         (Bug#14751)
10204 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10206         * window.el (window--pixel-to-total): Remove unused `mini' var.
10207         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
10208         (split-window): Remove unused `new' var.
10209         (window--display-buffer): Remove unused `frame' and `delta' vars.
10210         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
10211         and display-width'.
10213 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
10215         * dired.el (dired-mark-pop-up):
10216         * register.el (register-preview): Don't bind
10217         split-height-threshold here since it's now done in
10218         display-buffer-below-selected.
10220 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
10222         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
10223         xterm-rgb-convert-to-16bit.
10224         (rxvt-register-default-colors): Standardize with
10225         xterm-register-default-colors (Bug#14078).
10227 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
10229         * simple.el (kill-region): Pass mark first, then point, so that
10230         kill-append works right (Bug#12819).
10231         (copy-region-as-kill, kill-ring-save): Likewise.
10233 2013-12-17  Leo Liu  <sdl.web@gmail.com>
10235         * net/rcirc.el (rcirc-add-face):
10236         * eshell/em-prompt.el (eshell-emit-prompt):
10237         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
10238         (Bug#16167)
10240 2013-12-17  Chong Yidong  <cyd@gnu.org>
10242         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
10243         Suggested by Xue Fuqiao.
10245 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
10247         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
10249 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10251         * net/shr.el (shr-insert-document): Remove unused var
10252         `shr-preliminary-table-render'.
10253         (shr-rescale-image): Remove unused arg `force'.
10254         (shr-put-image): Update calls accordingly.
10255         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
10257 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
10259         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
10260         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
10261         :close-all, to see which indentation method to use (Bug#16116).
10262         (smie-rules-function): Document the method :close-all.
10264 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
10268         * net/eww.el (eww-display-html): If we can't find the anchor we're
10269         looking for, then go to point-min.
10271 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
10273         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
10274         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
10275         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
10276         Expand dir too, in case it's relative.
10278 2013-12-16  Juri Linkov  <juri@jurta.org>
10280         * desktop.el (desktop-auto-save-timeout): Change default to
10281         `auto-save-timeout'.  Doc fix.
10282         (desktop-save): Skip the timestamp in desktop-saved-frameset
10283         when checking for auto-save changes.
10284         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
10285         `desktop-auto-save' is called repeatedly by the idle timer.
10286         (desktop-auto-save-set-timer): Replace `run-with-timer' with
10287         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
10288         (Bug#15331)
10290 2013-12-16  Juri Linkov  <juri@jurta.org>
10292         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
10293         (Bug#16035)
10294         (isearch-pre-command-hook): Check `this-command' for symbolp.
10296 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10298         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
10300 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
10302         * progmodes/cfengine.el (cfengine3--current-word): Remove.
10303         (cfengine3--current-function): Bring in the current-function
10304         functionality from `cfengine3--current-word'.
10305         (cfengine3-completion-function): Bring in the
10306         bounds-of-current-word functionality from
10307         `cfengine3--current-word'.
10309 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
10311         * window.el (display-buffer-below-selected):
10312         Bind split-height-threshold to 0 as suggested by Juri Linkov.
10314 2013-12-16  Leo Liu  <sdl.web@gmail.com>
10316         * progmodes/compile.el (compile-goto-error): Do not push-mark.
10317         Remove NOMSG arg and all uses changed.
10319 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10321         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
10322         (cua--deactivate-rectangle): Don't deactivate the mark.
10323         (cua-set-rectangle-mark): Don't set mark-active since
10324         cua--activate-rectangle already does it for us.
10325         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
10326         non-rectangular region.
10328         * emulation/cua-base.el (cua-repeat-replace-region):
10329         Use with-current-buffer.
10331         * net/gnutls.el: Use cl-lib.
10332         (gnutls-negotiate): `mapcan' -> cl-mapcan.
10334 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
10336         * emacs-lisp/package.el (package-built-in-p): Support both
10337         built-in and the package.el converted package descriptions.
10338         (package-show-package-list): Allow keywords.
10339         (package-keyword-button-action): Use it instead of
10340         `finder-list-matches'.
10341         (package-menu-filter-interactive): Interactive filtering (by
10342         keyword) function.
10343         (package-menu--generate): Support keywords and change keymappings
10344         and headers when they are given.
10345         (package--has-keyword-p): Helper function.
10346         (package-menu--refresh): Use it.
10347         (package--mapc): Helper function.
10348         (package-all-keywords): Use it.
10349         (package-menu-mode-map): Set up menu items and keybindings to
10350         provide a filtering UI.
10352 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
10354         * net/gnutls.el (gnutls-verify-error): New defcustom to control
10355         the behavior when a certificate fails validation.  Defaults to
10356         old behavior: never abort, just warn.
10357         (gnutls-negotiate): Use it.
10359 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
10361         * window.el (display-buffer-below-selected): Never split window
10362         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
10364 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
10366         * emacs-lisp/package.el (package--prepare-dependencies): New function.
10367         (package-buffer-info): Use it (bug#15108).
10369 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10371         * icomplete.el (icomplete-completions): Make sure the prefix is already
10372         displayed elsewhere before hiding it (bug#16219).
10374 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
10376         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
10377         open-paren tokens when preceded by a open-paren, too.
10378         (ruby-smie-rules): Handle virtual indentation after open-paren
10379         tokens specially.  If there is code between it and eol, return the
10380         column where is starts (Bug#16118).
10382 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
10384         * progmodes/cfengine.el: Fix `add-hook' doc.
10385         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
10386         (cfengine3--current-word): Fix parameters.
10387         (cfengine3-make-syntax-cache): Simplify further.
10388         (cfengine3-completion-function, cfengine3--current-function):
10389         Use `assq' for symbols.
10390         (cfengine3--current-function): Fix `cfengine3--current-word' call.
10392 2013-12-13  Glenn Morris  <rgm@gnu.org>
10394         * loadup.el (load-path): Warn if site-load or site-init changes it.
10395         No more need to reset it when bootstrapping.
10397 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
10399         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
10400         locations for cf-promises.
10401         (cfengine-mode-syntax-functions-regex): New caching variable.
10402         (cfengine3-fallback-syntax): Fallback syntax for cases where
10403         cf-promises doesn't run.
10404         (cfengine3--current-word): Reimplement using
10405         `cfengine-mode-syntax-functions-regex'.
10406         (cfengine3-completion-function, cfengine3--current-function):
10407         Use `cfengine3-make-syntax-cache' directly.
10408         (cfengine3-clear-syntax-cache): New function.
10409         (cfengine3-make-syntax-cache): Simplify and create
10410         `cfengine-mode-syntax-functions-regex' on demand.
10411         (cfengine3-format-function-docstring): Don't call
10412         `cfengine3-make-syntax-cache' explicitly.
10414 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
10416         Fix windmove-find-other-window broken after pixelwise resizing
10417         (Bug#16017).
10418         * windmove.el (windmove-other-window-loc): Revert change from
10419         2013-12-04.
10420         (windmove-find-other-window): Call window-in-direction.
10421         * window.el (window-in-direction): New arguments SIGN, WRAP and
10422         MINI to emulate original windmove-find-other-window behavior.
10424 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
10426         * simple.el (blink-matching--overlay): New variable.
10427         (blink-matching-open): Instead of moving point, highlight the
10428         matching paren with an overlay
10429         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
10431         * faces.el (paren-showing-faces, show-paren-match)
10432         (show-paren-mismatch): Move from paren.el.
10434 2013-12-13  Leo Liu  <sdl.web@gmail.com>
10436         * indent.el (indent-region): Disable progress reporter in
10437         minibuffer.  (Bug#16108)
10439         * bindings.el (visual-order-cursor-movement): Fix version.
10441 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10443         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
10444         Also match after beginning of line.
10445         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
10446         files.  Thanks to Russell Sim.  (Bug#15378)
10448 2013-12-13  Juri Linkov  <juri@jurta.org>
10450         * simple.el <Keypad support>: Remove key bindings duplicated
10451         with bindings.el.  (Bug#14397)
10453 2013-12-13  Juri Linkov  <juri@jurta.org>
10455         * comint.el (comint-mode-map): Replace `delete-char' with
10456         `delete-forward-char'.  (Bug#16109)
10458 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10460         * progmodes/python.el (python-indent-calculate-indentation):
10461         Fix de-denters cornercase.  (Bug#15731)
10463 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10465         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
10466         (advice--make): Pay attention to `depth'.
10467         (advice--make-1): Don't autoload commands eagerly.
10468         * emacs-lisp/elp.el (elp-instrument-function):
10469         * emacs-lisp/trace.el (trace-function-internal):
10470         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
10472         * iswitchb.el (iswitchb-mode): Don't belittle ido.
10474 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
10476         * term/w32-win.el (w32-handle-dropped-file):
10477         * startup.el (normal-top-level):
10478         * net/browse-url.el (browse-url-file-url):
10479         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
10480         decode file names using 'utf-8' rather than
10481         file-name-coding-system.
10483 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10485         * progmodes/python.el (python-indent-context)
10486         (python-indent-calculate-indentation): Fix auto-identation
10487         behavior for comment blocks.  (Bug#15916)
10489 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
10491         * progmodes/python.el (python-indent-calculate-indentation):
10492         When determining indentation, don't treat "return", "pass", etc., as
10493         operators when they are just string constituents.  (Bug#15812)
10495 2013-12-12  Juri Linkov  <juri@jurta.org>
10497         * uniquify.el (uniquify-buffer-name-style): Change default to
10498         `post-forward-angle-brackets'.
10500         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
10501         `uniquify'.  Change default to `post-forward-angle-brackets'.
10503 2013-12-11  Glenn Morris  <rgm@gnu.org>
10505         * emacs-lisp/package.el (finder-list-matches):
10506         Autoload rather than falsely declaring.
10508 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
10510         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
10511         (eww-mode-map): Use them.
10513 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
10515         * window.el (display-buffer-in-side-window): Fix doc-string
10516         (Bug#16115).
10518 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
10520         * vc/vc-git.el: Silence byte-compiler warnings.
10521         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
10522         (log-edit-set-header): Declare.
10524 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
10526         * Makefile.in (custom-deps, finder-data): Run output file names
10527         through unmsys--file-name.  (Bug#16099)
10529 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10531         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
10532         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
10534         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
10535         instead of deleting the selection "by hand" (bug#16098).
10536         Rely on insert-for-yank to yank rectangles.
10537         (cua-highlight-region-shift-only): Mark obsolete.
10538         (cua-mode): Don't enable/disable transient-mark-mode,
10539         shift-select-mode (cua-mode works both with and without them), and
10540         pc-selection-mode (obsolete).
10541         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
10542         (cua--deactivate-rectangle): Deactivate it.
10544         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
10545         (delete-selection-helper): Make sure yank starts at the top of the
10546         deleted region.
10547         (minibuffer-keyboard-quit): Use region-active-p.
10549         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
10551         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
10552         to `delete' (bug#16109).
10554 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10556         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
10557         info manual and show keybindings and set `:group' keyword.
10559 2013-12-11  Juri Linkov  <juri@jurta.org>
10561         * delsel.el (delete-active-region): Let-bind `this-command'
10562         to prevent `kill-region' from changing its original value.
10563         (delete-selection-helper): Handle `overwrite-mode' for the type
10564         `kill' exactly the same way as for the type `t'.
10565         (insert-char, quoted-insert, reindent-then-newline-and-indent):
10566         Support more commands.  (Bug#13312)
10568 2013-12-11  Juri Linkov  <juri@jurta.org>
10570         * bindings.el: Map kp keys to non-kp keys systematically
10571         with basic modifiers control, meta and shift.  (Bug#14397)
10573 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
10575         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
10576         "Close browser" menu items.  Fix wrong function of "List
10577         bookmarks".
10579 2013-12-11  Juri Linkov  <juri@jurta.org>
10581         * misearch.el (multi-isearch-buffers): Set the value of
10582         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
10583         arg of isearch-forward to t.
10584         (multi-isearch-buffers-regexp): Set the value of
10585         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
10586         arg of isearch-forward-regexp to t.
10587         (multi-isearch-files): Set the value of
10588         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
10589         arg of isearch-forward to t.
10590         (multi-isearch-files-regexp): Set the value of
10591         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
10592         arg of isearch-forward-regexp to t.  (Bug#16035)
10594         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
10595         arg of isearch-forward to t.
10596         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
10597         arg of isearch-forward-regexp to t.
10598         (dired-isearch-filter-filenames): Remove unnecessary check for
10599         `dired-isearch-filenames'.
10601         * comint.el (comint-history-isearch-backward):
10602         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
10603         (comint-history-isearch-backward-regexp):
10604         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
10606 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
10608         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
10609         unmsys--file-name.  (Bug#16099)
10611 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
10613         * emacs-lisp/package.el (package-keyword-button-action):
10614         Remove finder.el require dependency.
10616 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
10618         * emacs-lisp/package.el: Require finder.el.
10619         (describe-package-1): Add keyword buttons.
10620         (package-make-button): New convenience function.
10621         (package-keyword-button-action): Keyword button action using
10622         `finder-list-matches'.
10624 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
10626         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
10627         last commit.
10629 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
10631         * autorevert.el (auto-revert-notify-add-watch): Do not handle
10632         symlinked files.
10634 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
10636         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
10637         after the end of a percent literal.
10639 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
10641         * progmodes/ruby-mode.el (ruby-forward-string): Document.
10642         Handle caret-delimited strings (Bug#16079).
10644 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
10646         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
10647         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
10648         `ruby-parse-partial' (Bug#16078).
10650 2013-12-09  Leo Liu  <sdl.web@gmail.com>
10652         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
10654 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
10656         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
10657         (js-switch-indent-offset): New option.
10658         (js--proper-indentation): Use it.  And handle the case when
10659         "default" is actually a key in an object literal.
10660         (js--same-line): New function.
10661         (js--multi-line-declaration-indentation): Use it.
10662         (js--indent-in-array-comp, js--array-comp-indentation):
10663         New functions.
10664         (js--proper-indentation): Use them, to handle array comprehension
10665         continuations.
10667 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10669         * progmodes/flymake.el (flymake-highlight-line): Re-write.
10670         (flymake-make-overlay): Remove arg MOUSE-FACE.
10671         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
10673 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10675         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
10676         New function.
10677         (redisplay-highlight-region-function): Use it.
10679         * emulation/cua-base.el (cua--explicit-region-start)
10680         (cua--last-region-shifted): Remove.
10681         (cua--deactivate): Use deactivate-mark.
10682         (cua--pre-command-handler-1): Don't handle shift-selection.
10683         (cua--post-command-handler-1): Don't change transient-mark-mode.
10684         (cua--select-keymaps): Use region-active-p rather than
10685         cua--explicit-region-start or cua--last-region-shifted.
10686         (cua-mode): Enable shift-select-mode.
10688 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10690         * progmodes/flymake.el (flymake-popup-current-error-menu):
10691         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
10692         (flymake-posn-at-point-as-event, flymake-popup-menu)
10693         (flymake-make-emacs-menu): Remove.  (Bug#16077)
10695 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10697         * rect.el (rectangle-mark-mode): Activate mark even if
10698         transient-mark-mode is off (bug#16066).
10699         (rectangle--highlight-for-redisplay): Fix boundary condition when point
10700         is > mark and at bolp.
10702         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
10703         (region-extract-function): Use it.
10704         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
10705         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
10706         Delete functions.
10707         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
10708         kill-ring-save, kill-region, delete-char, delete-forward-char.
10709         Ignore self-insert-iso.
10711         * emulation/cua-gmrk.el (cua--init-global-mark):
10712         Ignore `self-insert-iso'.
10714         * emulation/cua-base.el (cua--prefix-copy-handler)
10715         (cua--prefix-cut-handler): Rely on region-extract-function rather than
10716         checking cua--rectangle.
10717         (cua-delete-region): Use region-extract-function.
10718         (cua-replace-region): Delete function.
10719         (cua-copy-region, cua-cut-region): Obey region-extract-function.
10720         (cua--pre-command-handler-1): Don't do the delete-selection thing.
10721         (cua--self-insert-char-p): Ignore `self-insert-iso'.
10722         (cua--init-keymaps): Don't remap delete-selection commands.
10723         (cua-mode): Use delete-selection-mode instead of rolling our own
10724         (bug#16085).
10726         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
10727         Obey region-extract-function.
10729         Make registers and delete-selection-mode work on rectangles.
10730         * register.el (describe-register-1): Don't modify the register's value.
10731         (copy-to-register): Obey region-extract-function.
10732         * delsel.el (delete-active-region): Obey region-extract-function.
10734 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10736         * progmodes/flymake.el (flymake, flymake-error-bitmap)
10737         (flymake-warning-bitmap, flymake-fringe-indicator-position)
10738         (flymake-compilation-prevents-syntax-check)
10739         (flymake-start-syntax-check-on-newline)
10740         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
10741         (flymake-start-syntax-check-on-find-file, flymake-log-level)
10742         (flymake-xml-program, flymake-master-file-dirs)
10743         (flymake-master-file-count-limit)
10744         (flymake-allowed-file-name-masks): Relocate.
10745         (flymake-makehash, flymake-float-time)
10746         (flymake-replace-regexp-in-string, flymake-split-string)
10747         (flymake-get-temp-dir): Remove.
10748         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
10749         (flymake-current-row, flymake-selected-frame)
10750         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
10751         related functions.  (Bug#16077)
10753 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
10755         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
10757 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
10759         * help-fns.el (describe-function-1): Use new advice-* functions
10760         rather than old ad-* functions.  Fix function type description and
10761         source links for advised functions and subrs.
10763 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
10767 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
10769         * progmodes/compile.el (compilation-start):
10770         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
10772         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10773         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
10775 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10777         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10778         Touch up the last change.
10780 2013-12-06  Leo Liu  <sdl.web@gmail.com>
10782         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
10783         (inferior-octave-startup): Always use "octave> " for prompt.
10784         (octave-goto-function-definition)
10785         (octave-sync-function-file-names)
10786         (octave-find-definition-default-filename): Remove redundant backquotes.
10788 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10790         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
10791         syntax for `?'.
10792         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
10793         where appropriate already.
10794         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
10795         end of method names (Bug#15874).
10797 2013-12-06  Juri Linkov  <juri@jurta.org>
10799         * isearch.el (isearch--saved-overriding-local-map):
10800         New internal variable.
10801         (isearch-mode): Set it to the initial value of
10802         `overriding-terminal-local-map'.
10803         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
10804         with `isearch--saved-overriding-local-map'.  (Bug#16035)
10806 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10808         * progmodes/octave.el (inferior-octave-completion-table):
10809         Turn back into function, use `completion-table-with-cache'
10810         (Bug#11906).  Update all references.
10812         * minibuffer.el (completion-table-with-cache): New function.
10814 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
10816         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
10818 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
10820         * net/eww.el (eww-current-source): New variable to store page
10821         source.
10822         (eww-display-html, eww-mode, eww-save-history)
10823         (eww-restore-history): Use it.
10824         (eww-view-source): New command to view page source.
10825         Opportunistically uses `html-mode' to highlight the buffer.
10826         (eww-mode-map): Install it.
10828 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
10830         * net/dbus.el (dbus-unregister-service)
10831         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
10832         Fix docstring.
10833         (dbus-unregister-service): Skip :serial entries in
10834         `dbus-registered-objects-table'.
10835         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
10837 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
10839         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
10840         around keywords with extra `split-string' argument.
10842 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
10844         * windmove.el (windmove-other-window-loc): Handle navigation
10845         between windows (excluding the minibuffer window - Bug#16017).
10847 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
10849         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
10850         in D-Bus type syntax.
10851         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
10852         preserve unibyte strings.  (Bug#16048)
10854 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10856         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
10857         Call force-mode-line-update is the proper buffer (bug#16042).
10859 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
10861         * vc/log-edit.el (log-edit-add-new-comment): Rename to
10862         `log-edit-remember-comment', make argument optional.  Adjust all
10863         callers.
10864         (log-edit-mode): Add `log-edit-remember-comment' to
10865         `kill-buffer-hook' locally.
10866         (log-edit-kill-buffer): Don't remember comment explicitly since
10867         the buffer is killed anyway.
10869 2013-12-04  Juri Linkov  <juri@jurta.org>
10871         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
10872         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
10874 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
10876         * notifications.el (notifications-close-notification): Call the
10877         D-Bus method with ID being a `:uint32'.  (Bug#16030)
10879 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10881         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
10883 2013-12-03  Juri Linkov  <juri@jurta.org>
10885         * progmodes/compile.el (compilation-start): Rename window alist
10886         entry `no-display-ok' to `allow-no-window'.
10888         * simple.el (shell-command): Add window alist entry
10889         `allow-no-window' to `display-buffer'.
10890         (async-shell-command): Doc fix.
10892         * window.el (display-buffer-no-window): New action function.
10893         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
10895 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
10897         * vc/log-edit.el (log-edit-set-header): Extract from
10898         `log-edit-toggle-header'.
10899         (log-edit-extract-headers): Separate the summary, when extracted
10900         from header, from the rest of the message with an empty line.
10902         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
10903         line, if present, to the Summary header.
10905 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10907         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
10908         in current-buffer (bug#16029).
10910 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
10912         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
10913         (debugger-mode-map): Bind it.
10914         (debugger--backtrace-base): New function.
10915         (debugger-eval-expression): Use it.
10916         (debugger-frame-number): Skip local vars when present.
10917         (debugger--locals-visible-p, debugger--insert-locals)
10918         (debugger--show-locals, debugger--hide-locals): New functions.
10920 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
10922         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
10923         "LC_ALL".
10924         (tramp-get-remote-locale): New defun.
10925         (tramp-open-connection-setup-interactive-shell): Use it.
10927 2013-12-02  Leo Liu  <sdl.web@gmail.com>
10929         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
10931         * progmodes/sh-script.el (sh-shell-process):
10932         * progmodes/octave.el (inferior-octave-process-live-p):
10933         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
10934         (gdb-inferior-io-sentinel):
10935         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
10937 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
10939         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
10940         `save-selected-window' to `log-edit-hide-buf'.  This makes
10941         `log-edit-show-files' idempotent.
10942         (log-edit-show-files): Mark the new window as dedicated.
10944 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
10946         * vc/log-edit.el (log-edit-mode-map): Add binding for
10947         `log-edit-kill-biffer'.
10948         (log-edit-hide-buf): Add a FIXME comment.
10949         (log-edit-add-new-comment): New function, extracted from
10950         `log-edit-done'.
10951         (log-edit-done, log-edit-add-to-changelog): Use it.
10952         (log-edit-kill-buffer): New command.
10954 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10956         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
10957         instead of killing the buffer.
10959 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10961         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
10963 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10965         * net/eww.el (eww-form-checkbox-selected-symbol)
10966         (eww-form-checkbox-symbol): New customizable variable.
10967         (eww-form-checkbox, eww-toggle-checkbox):
10968         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
10970         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
10971         (shr--get-media-pref, shr--extract-best-source): New function.
10972         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
10973         no :src tag was specified.
10975         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
10976         (eww-render): Handle `eww-use-external-browser-for-content-type'.
10977         Use \\` to match beginning of string instead of ^.
10978         (eww-browse-with-external-browser): Provide optional URL parameter.
10979         (eww-render): Set `eww-current-title' back to "".
10981         * net/shr.el (shr-tag-video): Display content for video if no
10982         poster is available.
10983         (shr-tag-audio): Add support for <audio> tag.
10985         * net/eww.el (eww-text-input-types): New const.
10986         (eww-process-text-input): Treat input types in
10987         `eww-text-input-types' as text.
10989         * net/shr.el (shr-tag-table): Fix comment typo.
10991 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10993         * net/eww.el (eww-follow-link): New command to avoid reloading
10994         pages when we follow #target links (bug#15243).
10995         (eww-quit): Special mode buffers shouldn't query before exiting.
10997 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
10999         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
11000         forms.
11002 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004         * net/eww.el (eww-restore-history): Update the window title after
11005         moving in the history.
11006         (eww-current-dom): New variable used to save the current DOM.
11008 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
11010         * vc/log-edit.el (log-edit-mode-map): Add binding for
11011         `log-edit-beginning-of-line'.
11012         (log-edit-setup-add-author): New user option.
11013         (log-edit-beginning-of-line): New command.
11014         (log-edit): Move major mode call above the contents setup so that
11015         the local variable values are already applied.
11016         (log-edit): Only insert "Author: " when
11017         `log-edit-setup-add-author' is non-nil.
11018         (log-edit): When SETUP is non-nil, position point after ": "
11019         instead of point-min.
11021 2013-12-01  Glenn Morris  <rgm@gnu.org>
11023         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
11025 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
11027         * startup.el (fancy-splash-frame): On MS-Windows, trigger
11028         redisplay to make sure the initial frame gets a chance to become
11029         visible.  (Bug#16014)
11031 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
11033         Support resizing frames and windows pixelwise.
11034         * cus-start.el (frame-resize-pixelwise)
11035         (window-resize-pixelwise): New entries.
11036         * emacs-lisp/debug.el (debug): Use window-total-height instead
11037         of window-total-size.
11038         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
11039         * help.el (describe-bindings-internal): Use help-buffer as
11040         argument for with-help-window.
11041         (temp-buffer-max-width): New option.
11042         (resize-temp-buffer-window, help-window-setup)
11043         (with-help-window): Rewrite.
11044         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
11045         dragging dividers.
11046         * window.el (frame-char-size, window-min-pixel-height)
11047         (window-safe-min-pixel-height, window-safe-min-pixel-width)
11048         (window-min-pixel-width, window-safe-min-pixel-size)
11049         (window-combination-p, window-safe-min-size)
11050         (window-resizable-p, window--size-to-pixel)
11051         (window--pixel-to-size, window--resize-apply-p): New functions.
11052         (window-safe-min-height): Fix doc-string.
11053         (window-size, window-min-size, window--min-size-1)
11054         (window-sizable, window-sizable-p, window--min-delta-1)
11055         (window-min-delta, window--max-delta-1, window-max-delta)
11056         (window--resizable, window--resizable-p, window-resizable)
11057         (window-full-height-p, window-full-width-p, window-at-side-p)
11058         (window--in-direction-2, window-in-direction)
11059         (window--resize-reset-1, window--resize-mini-window)
11060         (window-resize, window-resize-no-error)
11061         (window--resize-child-windows-normal)
11062         (window--resize-child-windows, window--resize-siblings)
11063         (window--resize-this-window, window--resize-root-window)
11064         (window--resize-root-window-vertically)
11065         (adjust-window-trailing-edge, enlarge-window, shrink-window)
11066         (maximize-window, minimize-window, delete-window)
11067         (quit-restore-window, window-split-min-size, split-window)
11068         (balance-windows-2, balance-windows)
11069         (balance-windows-area-adjust, balance-windows-area)
11070         (window--state-get-1, window-state-get, window--state-put-1)
11071         (window--state-put-2, window-state-put)
11072         (display-buffer-record-window, window--display-buffer):
11073         Make functions handle pixelwise sizing of windows.
11074         (display-buffer--action-function-custom-type)
11075         (display-buffer-fallback-action):
11076         Add display-buffer-in-previous-window.
11077         (display-buffer-use-some-window): Resize window to height it had
11078         before.
11079         (fit-window-to-buffer-horizontally): New option.
11080         (fit-frame-to-buffer): Describe new values.
11081         (fit-frame-to-buffer-bottom-margin): Replace with
11082         fit-frame-to-buffer-margins.
11083         (window--sanitize-margin): New function.
11084         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
11085         using window-text-pixel-size.
11087 2013-11-30  Glenn Morris  <rgm@gnu.org>
11089         * emacs-lisp/bytecomp.el (byte-compile-form):
11090         Make the `interactive-only' warning like the `obsolete' one.
11091         * comint.el (comint-run):
11092         * files.el (insert-file-literally, insert-file):
11093         * replace.el (replace-string, replace-regexp):
11094         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
11095         (goto-line, insert-buffer, next-line, previous-line):
11096         Tweak `interactive-only' spec.
11098         Stop keeping (most) generated cedet grammar files in the repository.
11099         * Makefile.in (semantic): New.
11100         (compile-main): Depend on semantic.
11102 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11104         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
11105         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
11107         * uniquify.el (uniquify-buffer-name-style): Change default.
11109         * loadup.el: Preload "uniquify".
11111         * time.el (display-time-update): Update all mode lines (bug#15999).
11113         * electric.el (electric-indent-mode): Enable by default.
11114         * loadup.el: Preload "electric".
11116 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
11118         * emacs-lisp/helpers.el (string-empty-p): New function.
11119         (string-blank-p): New function.
11121 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
11123         * imenu.el (imenu--index-alist): Add missing dot to the docstring
11124         (Bug#14029).
11126 2013-11-29  Andreas Politz  <politza@fh-trier.de>
11127         * imenu.el (imenu--subalist-p): Don't error on non-conses and
11128         allow non-lambda lists as functions.
11129         (imenu--in-alist): Don't recurse into non-subalists.
11130         (imenu): Don't pass function itself as an argument (Bug#14029).
11132 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11134         * progmodes/python.el (python-mode-map): Remove binding for ":".
11135         (python-indent-electric-colon): Remove command.
11136         (python-indent-post-self-insert-function): Integrate the previous code
11137         of python-indent-electric-colon.  Make it conditional on
11138         electric-indent-mode.
11139         (python-mode): Add ?: to electric-indent-chars.
11140         Move python-indent-post-self-insert-function to the end of
11141         post-self-insert-hook.
11143 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11145         * doc-view.el (doc-view-goto-page): Update mode-line.
11147         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
11149 2013-11-27  Glenn Morris  <rgm@gnu.org>
11151         * international/charprop.el, international/uni-bidi.el:
11152         * international/uni-category.el, international/uni-combining.el:
11153         * international/uni-comment.el, international/uni-decimal.el:
11154         * international/uni-decomposition.el, international/uni-digit.el:
11155         * international/uni-lowercase.el, international/uni-mirrored.el:
11156         * international/uni-name.el, international/uni-numeric.el:
11157         * international/uni-old-name.el, international/uni-titlecase.el:
11158         * international/uni-uppercase.el:
11159         Remove generated files from VCS repository.
11161 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
11163         * filenotify.el (file-notify-add-watch): Don't special-case
11164         w32notify when computing the directory to watch.
11166 2013-11-27  Glenn Morris  <rgm@gnu.org>
11168         Make bootstrap without generated uni-*.el files possible again.
11169         * loadup.el: Update command-line-args checking for unidata-gen.
11170         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
11171         * composite.el, international/characters.el:
11172         Handle unicode tables being undefined.
11174         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
11175         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
11176         (compile-main): Depend on leim rule.
11177         (leim): New rule.
11178         * loadup.el: Move leim-list.el to leim/ subdirectory.
11179         * startup.el (normal-top-level): No more leim directory.
11180         * international/ja-dic-cnv.el (skkdic-convert):
11181         Disable version-control and autoloads in output files.
11182         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
11183         Disable version-control and autoloads in output files.
11184         * leim/quail: Move here from ../leim.
11185         * leim/quail/hangul.el (hangul-input-method-activate):
11186         Add autoload cookie.
11187         (generated-autoload-load-name): Set file-local value.
11188         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
11189         (generated-autoload-load-name): Set file-local value.
11191 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
11193         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
11194         (eww-add-bookmark): Ask confirmation when add to bookmarks.
11195         (eww-quit): Ask confirmation before quitting eww.
11197 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
11199         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
11200         reading output from Diff on MS-Windows and MS-DOS.
11202 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
11204         * emacs-lisp/helpers.el (string-reverse): New function.
11206 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
11208         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
11209         names on MS Windows, like "/[::1]:".
11211         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
11212         SWITCHES.
11214 2013-11-26  Glenn Morris  <rgm@gnu.org>
11216         * progmodes/python.el (python-indent-guess-indent-offset):
11217         Avoid corner-case error.  (Bug#15975)
11219         Preload leim-list.el.  (Bug#4789)
11220         * loadup.el: Load leim-list.el when found.
11221         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
11223 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
11225         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
11227         * emacs-lisp/helpers.el (string-join): New function.
11229 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
11231         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11232         Mark as obsolete and replace it with a symbol property.
11233         (byte-compile-form): Use new 'interactive-only property.
11234         * comint.el, files.el, replace.el, simple.el:
11235         Apply new 'interactive-only properly.
11237 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
11239         * window.el (display-buffer-at-bottom): Make sure that
11240         split-window-sensibly creates the new window on bottom
11241         (Bug#15961).
11243 2013-11-23  David Kastrup  <dak@gnu.org>
11245         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
11246         on the conflict markers when available.
11247         (smerge--get-marker): New function.
11248         (smerge-end-re, smerge-base-re): Add subgroup.
11250 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11252         * frame.el (handle-focus-in, handle-focus-out): Add missing
11253         interactive spec.
11255 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
11257         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
11258         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
11260 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11262         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
11263         (gomoku--last-pos): New var.
11264         (gomoku--intangible-chars): New const.
11265         (gomoku--intangible): New function.
11266         (gomoku-mode): Use it.  Derive from special-mode.
11267         (gomoku-move-up): Adjust line count.
11268         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
11269         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
11270         Simplify accordingly.
11272         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
11273         Remove blink-cursor code.
11274         (blink-cursor-timer-function, blink-cursor-suspend):
11275         Don't special-case GUIs.
11276         (blink-cursor-mode): Use focus-in/out-hook.
11278 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
11280         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
11281         work when annotation is invisible (Bug#13886).
11283 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
11285         * json.el (json-alist-p): Only return non-nil if the alist has
11286         simple keys (Bug#13518).
11288 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
11290         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
11291         when control-statement is the first statement in a buffer (Bug#15956).
11293 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
11295         * imenu.el (imenu-generic-skip-comments-and-strings):
11296         New option (Bug#15560).
11297         (imenu--generic-function): Use it.
11299 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
11301         * minibuffer.el (completion--in-region-1): Scroll the correct window.
11302         (Bug#13898)
11304 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
11306         * emacs-lisp/helpers.el: Add some string helpers.
11307         (string-trim-left): Removes leading whitespace.
11308         (string-trim-right): Removes trailing whitespace.
11309         (string-trim): Removes leading and trailing whitespace.
11311         * subr.el (string-suffix-p): New function.
11313 2013-11-23  Glenn Morris  <rgm@gnu.org>
11315         * progmodes/python.el (python-shell-send-file):
11316         Add option to delete file when done.  (Bug#15647)
11317         (python-shell-send-string, python-shell-send-region): Use it.
11319 2013-11-23  Ivan Shmakov  <ivan@siamics.net>
11321         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
11322         to set buffer-read-only to t, never to nil.  (Bug#15938)
11324         * textmodes/tex-mode.el (latex-noindent-environments):
11325         Add safe-local-variable property.  (Bug#15936)
11327 2013-11-23  Glenn Morris  <rgm@gnu.org>
11329         * textmodes/enriched.el (enriched-mode): Doc fix.
11330         * emacs-lisp/authors.el (authors-renamed-files-alist):
11331         Add enriched.doc -> enriched.txt.
11333         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
11335 2013-11-22  Leo Liu  <sdl.web@gmail.com>
11337         * progmodes/octave.el (inferior-octave-startup): Spit out error
11338         message.
11340 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
11342         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11343         Improve docstring.
11344         Add :version.
11345         (ruby-encoding-magic-comment-style): Add :version.
11347 2013-11-22  Leo Liu  <sdl.web@gmail.com>
11349         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
11350         (Bug#15076)
11351         (octave-help-mode): Adapt to change to help-mode-finish to use
11352         derived-mode-p on 2013-09-17.
11353         (inferior-octave-prompt): Also match octave-gui.
11354         (octave-kill-process): Don't ask twice.  (Bug#10564)
11356 2013-11-22  Leo Liu  <sdl.web@gmail.com>
11358         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
11359         (inferior-octave-startup, inferior-octave-check-process)
11360         (inferior-octave-track-window-width-change)
11361         (octave-completion-at-point, octave-eldoc-function): Use it.
11362         (octave-kill-process): Provide confirmation.  (Bug#10564)
11364 2013-11-21  Leo Liu  <sdl.web@gmail.com>
11366         * progmodes/octave.el (octave-mode, inferior-octave-mode):
11367         Fix obsolete variable comment-use-global-state.
11369 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11371         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
11372         Add `octave-source-file'.
11373         (octave-source-file): New function.  (Bug#15935)
11375 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
11377         * net/eww.el (eww-local-regex): New variable.
11378         (eww): Use it to detect localhost and similar.
11380 2013-11-21  Leo Liu  <sdl.web@gmail.com>
11382         Add completion for command `ag'.
11383         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
11384         (pcomplete/ag): New function.
11385         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
11387 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11389         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
11390         (bug#14646).
11391         (make-obsolete): Remove interactive spec.
11393 2013-11-21  Glenn Morris  <rgm@gnu.org>
11395         * startup.el (command-line-1): Use path-separator with -L.
11397 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
11399         * emacs-lisp/package.el (describe-package-1): Add package archive
11400         to shown fields.
11402 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
11404         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11405         Change default to "# encoding: %s" to differentiate it from the
11406         default Ruby encoding comment template.
11408 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
11410         * ses.el (ses-mode): Doc fix.  (Bug#14748)
11412 2013-11-20  Leo Liu  <sdl.web@gmail.com>
11414         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
11416 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
11418         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
11419         when rebase or bisect are in progress.
11421 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
11423         * filenotify.el (file-notify-add-watch): Doc fix.
11425 2013-11-19  Leo Liu  <sdl.web@gmail.com>
11427         * obsolete/rcompile.el: Mark obsolete.
11429         * progmodes/compile.el (compilation-start)
11430         (compilation-goto-locus, compilation-find-file):
11431         Pass no-display-ok and handle nil value from display-buffer.
11432         (Bug#13594)
11434         * window.el (display-buffer-alist, display-buffer): Document the
11435         new parameter no-display-ok.  Return either a window or nil
11436         but never a non-window value.
11438 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * electric.el (electric-indent-mode-map): Remove.
11441         (electric-indent-mode): Change the global-map instead (bug#15915).
11443         * textmodes/text-mode.el (paragraph-indent-minor-mode):
11444         Use add-function.
11446 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11448         * emacs-lisp/nadvice.el (remove-function): Align with
11449         add-function's behavior.
11451         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
11452         (gdb--string-regexp): New constant.
11453         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
11454         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
11455         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
11456         submatch 1.
11457         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
11458         Adjust use accordingly.
11459         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
11461 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
11463         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
11464         interpolation curlies (Bug#15914).
11466 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
11468         * calc/calc.el (calc-context-sensitive-enter): New variable.
11469         (calc-enter): Use `calc-context-sensitive-enter'.
11471 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
11473         * progmodes/cfengine.el: Version bump.
11474         (cfengine-cf-promises): New defcustom to locate cf-promises.
11475         (cfengine3-vartypes): Add new "data" type.
11476         (cfengine3--current-word): New function to get current name-like
11477         word or its bounds.
11478         (cfengine3--current-function): New function to look up a CFEngine
11479         function's definition.
11480         (cfengine3-format-function-docstring): New function.
11481         (cfengine3-make-syntax-cache): New function.
11482         (cfengine3-documentation-function): New function: ElDoc glue.
11483         (cfengine3-completion-function): New function: completion glue.
11484         (cfengine3-mode): Set `compile-command',
11485         `eldoc-documentation-function', and add to
11486         `completion-at-point-functions'.
11488 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
11490         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
11491         `tramp-current-connection'.
11493 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
11495         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
11496         nil/self/true/false with "end of symbol".
11498 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
11500         * subr.el (version-regexp-alist): Fix a typo.
11502 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
11504         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
11505         "en_US.utf8" and "LC_CTYPE" to "".
11506         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
11507         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
11509 2013-11-15  Leo Liu  <sdl.web@gmail.com>
11511         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
11513 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11515         * progmodes/gud.el (ctl-x-map):
11516         Remove C-x SPC binding.  (Bug#12342)
11517         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
11519 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
11521         * subr.el (version-regexp-alist):
11522         Recognize hg, svn and darcs versions as snapshot versions.
11524         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
11525         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
11526         (ruby--encoding-comment-required-p): Extract from
11527         `ruby-mode-set-encoding'.
11528         (ruby-mode-set-encoding): Add the ability to always insert an
11529         utf-8 encoding comment.  Fix and simplify coding comment update
11530         logic.
11532 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
11534         * net/tramp-gvfs.el (top): Run init code only when
11535         `tramp-gvfs-enabled' is not nil.
11536         (tramp-gvfs-enabled): Check also :system bus.
11538 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11540         Sync with upstream verilog-mode revision 78e66ba.
11541         * progmodes/verilog-mode.el (verilog-end-of-defun)
11542         (verilog-type-completion, verilog-get-list): Remove unused funcs.
11543         (verilog-get-end-of-defun): Remove unused argument.
11544         (verilog-comment-depth): Remove unused local `e'.
11545         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
11546         Don't pass arg to verilog-get-end-of-defun.
11548 2013-11-14  Glenn Morris  <rgm@gnu.org>
11550         * obsolete/assoc.el (aget): Prefix dynamic variable.
11552         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
11554 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11556         * widget.el, hfy-cmap.el: Remove bogus package version number.
11558 2013-11-13  Glenn Morris  <rgm@gnu.org>
11560         * replace.el (replace-eval-replacement):
11561         Try to give more helpful error message.  (Bug#15836)
11563         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11564         (archive-7z-update): Avoid custom type mismatches.
11566         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
11568 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
11570         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11571         address can be empty.
11573         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
11574         Accept nil SWITCHES.
11575         (tramp-gvfs-handle-write-region): Implement APPEND.
11577 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
11579         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
11580         binary "|" operator and closing block args delimiter.
11581         Remove FIXME comment referring to Ruby 1.8-only syntax.
11582         (ruby-smie--implicit-semi-p): Not after "|" operator.
11583         (ruby-smie--closing-pipe-p): New function.
11584         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
11585         (ruby-smie-rules): Indent after "|".
11587 2013-11-12  Glenn Morris  <rgm@gnu.org>
11589         * ps-print.el (ps-face-attribute-list):
11590         Handle anonymous faces.  (Bug#15827)
11592 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
11594         * window.el (display-buffer-other-frame): Fix doc-string.
11595         (Bug#15868)
11597 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * subr.el (force-mode-line-update): Delete, move to buffer.c.
11601 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
11603         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
11604         (tramp-sh-handle-file-local-copy): Don't write a message when
11605         saving temporary files.
11607         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
11608         both directories are remote.
11609         (tramp-smb-handle-directory-files): Do not return double entries.
11610         Do not expand full file names.
11611         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
11612         (tramp-smb-handle-write-region): Implement APPEND.
11613         (tramp-smb-get-stat-capability): Fix a stupid bug.
11615 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11617         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
11619 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11621         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
11622         throwing error over malformed let/let* (bug#15814).
11624 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11626         * iswitchb.el (iswitchb-mode): Mark obsolete.
11628 2013-11-11  Glenn Morris  <rgm@gnu.org>
11630         * international/uni-bidi.el, international/uni-category.el:
11631         * international/uni-name.el, international/uni-numeric.el:
11632         Regenerate for Unicode 6.3.0.
11634 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
11636         * net/tramp.el (tramp-methods):
11637         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
11638         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
11640 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
11642         * progmodes/sh-script.el (sh-font-lock-keywords-var):
11643         Force highlighting text after Summary keyword in doc face for rpm.
11645 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
11647         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
11648         available and the word has no wildcards, append one to the grep pattern.
11649         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
11650         (ispell-complete-word): Call `ispell-lookup-words' with the value
11651         independent of `ispell-look-p'.
11653 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11655         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
11656         Not after "||".
11657         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
11658         their parent.
11660 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11662         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
11663         (ruby-font-lock-keywords): Use backquote.
11665 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11667         * progmodes/ruby-mode.el (ruby-smie--forward-token)
11668         (ruby-smie--backward-token): Only consider full-string matches.
11670 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
11672         * faces.el (describe-face): Add distant-foreground.
11674 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
11676         * progmodes/ruby-mode.el: Improve encoding comment handling.
11677         (ruby-encoding-magic-comment-style): New option.
11678         (ruby-custom-encoding-magic-comment-template): New option.
11679         (ruby--insert-coding-comment, ruby--detect-encoding):
11680         New functions extracted from `ruby-mode-set-encoding'.
11681         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
11682         to control the style of the auto-inserted encoding comment.
11684 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11686         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
11687         Use `smie-backward-sexp' with token argument.
11689 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
11691         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11692         Remove instrumentation code.
11694 2013-11-08  Glenn Morris  <rgm@gnu.org>
11696         * progmodes/autoconf.el (autoconf-mode):
11697         Tweak comment-start-skip.  (Bug#15822)
11699 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11701         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
11702         at bobp (bug#15826).
11703         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
11705 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
11707         * man.el (Man-start-calling): New macro, extracted from
11708         Man-getpage-in-background.
11709         (Man-getpage-in-background): Use it.
11710         (Man-update-manpage): New command.
11711         (Man-mode-map): Bind it.
11713 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11715         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
11716         of "and", "or", "&&" and "||".
11717         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
11718         argument.  Prohibit opening curly brace because it could only be a
11719         block opener in that position.
11720         (ruby-smie--forward-token, ruby-smie--backward-token):
11721         Separate "|" from "&" or "*" going after it.  That can happen in block
11722         arguments.
11723         (ruby-smie--indent-to-stmt): New function, seeks the end of
11724         previous statement or beginning of buffer.
11725         (ruby-smie-rules): Use it.
11726         (ruby-smie-rules): Check if there's a ":" before a curly block
11727         opener candidate; if there is, it's a hash.
11729 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11731         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
11732         (cl--block-wrapper): Fix last accidental change.
11734 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
11736         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11737         Instrument, in order to hunt failure on hydra.
11739 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11741         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
11742         malformed bindings form (bug#15814).
11744 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
11746         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
11747         "." compared to " @ ".  This incidentally fixes some indentation
11748         examples with "do".
11749         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
11750         (ruby-smie-grammar): New tokens: "and" and "or".
11751         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
11752         Exclude "and" and "or".  Remove "do" in order to work around token
11753         priorities.
11754         (ruby-smie-rules): Add all infix tokens.  Handle the case of
11755         beginning-of-buffer.
11757 2013-11-06  Glenn Morris  <rgm@gnu.org>
11759         * Makefile.in (setwins_almost, setwins_for_subdirs):
11760         Avoid accidental matches.
11762 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11764         * menu-bar.el (popup-menu): Use key-binding.
11766 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
11768         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
11769         menus, support also the menus produced by minor modes.
11770         (Bug#15817)
11772 2013-11-06  Leo Liu  <sdl.web@gmail.com>
11774         * thingatpt.el (thing-at-point-looking-at): Add optional arg
11775         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
11777 2013-11-06  Glenn Morris  <rgm@gnu.org>
11779         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
11780         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
11781         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
11783 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11785         * electric.el (electric-indent-just-newline): New command.
11786         (electric-indent-mode-map): New keymap.
11787         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
11788         Re-add :group which weren't redundant.
11790         * electric.el (electric-indent-local-mode): New minor mode.
11791         (electric-indent-functions-without-reindent): New var.
11792         (electric-indent-post-self-insert-function): Use it.
11793         * emacs-lisp/gv.el (buffer-local-value): Add setter.
11795 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
11797         * international/quail.el (quail-help): Be more explicit about the
11798         meaning of the labels shown on the keys.  (Bug#15800)
11800         * startup.el (normal-top-level): Load the subdirs.el files before
11801         setting the locale environment.  (Bug#15805)
11803 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
11806         via arguments so as to get the right ones (bug#15418).
11808         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
11810 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
11812         Fix problems found while writing a test suite.
11814         * net/tramp-compat.el (tramp-compat-load): New defun.
11815         * net/tramp.el (tramp-handle-load): Use it.
11817         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
11818         "(numberp ok-if-already-exists)" correctly.
11820 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
11822         * international/characters.el (glyphless-char-display-control):
11823         Add usage note.
11825 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
11827         * progmodes/python.el (python-mode):
11828         * progmodes/scheme.el (scheme-mode):
11829         * progmodes/prolog.el (prolog-mode):
11830         * progmodes/ruby-mode.el (ruby-mode):
11831         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
11832         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
11834 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11836         * rect.el (rectangle--highlight-for-redisplay):
11837         * emacs-lisp/smie.el (smie--next-indent-change):
11838         Use buffer-chars-modified-tick.
11840         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
11842         * electric.el (electric-indent-post-self-insert-function):
11843         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
11845 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
11847         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
11849 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11851         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
11852         (bug#15786).
11854 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11856         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
11858         * progmodes/python.el: Fix up last change.
11859         (python-shell--save-temp-file): New function.
11860         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
11861         `string' comes from the current buffer.
11862         (python-shell-send-string-no-output): Remove `msg' arg.
11863         (python--use-fake-loc): New var.
11864         (python-shell-buffer-substring): Obey it.  Try to compensate for the
11865         extra coding line added by python-shell--save-temp-file.
11866         (python-shell-send-region): Use python-shell--save-temp-file and
11867         python-shell-send-file directly.  Add `nomain' argument.
11868         (python-shell-send-buffer): Use python-shell-send-region.
11869         (python-electric-pair-string-delimiter): New function.
11870         (python-mode): Use it.
11872 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
11874         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
11875         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
11876         environment and decoding all of the default-directory's to here
11877         from command-line.
11878         (command-line): Decode also argv[0].
11880         * loadup.el: Error out if default-directory is a multibyte string
11881         when we are dumping.
11883         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
11885 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
11887         * emacs-lisp/package.el (package-menu-mode)
11888         (package-menu--print-info, package-menu--archive-predicate):
11889         Add Archive column to package list.
11891 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
11893         Fix problems found while writing a test suite.
11895         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
11896         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
11897         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
11898         to nil when running original file name handler.  Otherwise,
11899         there are problems with constructs like "$$FOO".
11901         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
11902         for `localname'.
11904 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
11906         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
11908         * subr.el (version<, version<=, version=):
11909         Update docstrings with information for snapshot versions.
11911         * helpers.el: New library for misc helper functions.
11912         (hash-table-keys): New function returning a list of hash keys.
11913         (hash-table-values): New function returning a list of hash values.
11915 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
11917         * progmodes/ruby-mode.el (ruby-smie--forward-token)
11918         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
11920 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
11922         * textmodes/fill.el (fill-single-char-nobreak-p): New function
11923         checking whether point is after a 1-letter word.
11925 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11927         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
11928         Don't infloop when expanding region over `multiline' syntax-type that
11929         begins a line (bug#15778).
11931 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11933         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
11934         Make it into a proper minor mode.
11935         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
11936         (rectangle-mark-mode-map): New keymap.
11937         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
11939 2013-11-04  Glenn Morris  <rgm@gnu.org>
11941         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
11943 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11945         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
11946         (ruby-smie-rules): Use smie-rule-parent instead.
11948         * emacs-lisp/smie.el (smie-rule-parent): Always call
11949         smie-indent-virtual rather than only for hanging tokens.
11950         (smie--next-indent-change): New helper command.
11952 2013-11-03  Glenn Morris  <rgm@gnu.org>
11954         * Makefile.in (abs_srcdir): Remove.
11955         (emacs): Unset EMACSLOADPATH.
11957 2013-11-02  Glenn Morris  <rgm@gnu.org>
11959         * Makefile.in (EMACS): Use a relative filename.
11960         (abs_top_builddir): Remove.
11961         (custom-deps, finder-data, autoloads): Use --chdir.
11963         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
11965         Use relative filenames in TAGS files.
11966         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11967         (lisptagsfiles4, TAGS): Use relative file names.
11968         (TAGS-LISP): Remove.
11969         (maintainer-clean): No more TAGS-LISP file.
11971         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11972         (lisptagsfiles4): Use absolute filenames again.
11973         (TAGS, TAGS-LISP): Not everything needs to run in one line.
11974         Remove all *loaddefs files, not just the first.  Remove esh-groups.
11975         (maintainer-clean): Delete TAGS, TAGS-LISP.
11977 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
11979         * emacs-lisp/package.el (package-version-join):
11980         Recognize snapshot versions.
11982 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
11984         * subr.el (version-regexp-alist): Add support for snapshot versions.
11986 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
11988         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
11989         New function, replacement for `smie-rule-parent' for when we want to
11990         skip over our direct parent if it's an assignment token..
11991         (ruby-smie-rules): Use it.
11993 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
11995         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
11996         unconditionally.  Remove now unnecessary forward declarations.
11997         Remove XEmacs-specific setup.
11998         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
11999         (ruby-font-lock-syntactic-keywords)
12000         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
12001         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
12002         (ruby-here-doc-end-syntax): Remove.
12003         (ruby-mode): Don't check whether `syntax-propertize-rules' is
12004         defined as function.
12006 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
12008         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
12010 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
12012         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
12013         table and abbrev table, `define-derived-mode' does that for us
12014         anyway.
12016 2013-11-01  Glenn Morris  <rgm@gnu.org>
12018         * Makefile.in: Remove manual mh-e dependencies (writing .elc
12019         files is atomic for some time, so no parallel compilation issues).
12021 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
12023         * faces.el (face-x-resources): Add :distant-foreground.
12024         (region): Use :distant-foreground for gtk and ns.
12026 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
12028         Allow multiple bibliographies when BibLaTeX is used rather than
12029         BibTeX.
12030         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
12031         (reftex-locate-bibliography-files): Us it.
12033 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
12035         * image.el (image-type-header-regexps): Fix the 'pbm' part to
12036         allow comments in pbm files.
12038         * term/w32-win.el (dynamic-library-alist): Support newer versions
12039         of libjpeg starting with v7: look only for the DLL from the
12040         version against which Emacs was built.
12041         Support versions of libpng beyond 1.4.x.
12042         Support libtiff v4.x.
12044 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
12046         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
12047         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
12048         Add property :safe.
12049         (ruby-deep-arglist): Add property :type.
12051 2013-10-31  Glenn Morris  <rgm@gnu.org>
12053         * Makefile.in (custom-deps, finder-data): No need to setq the target
12054         variables, we are in the right directory and the defaults work fine.
12056 2013-10-30  Glenn Morris  <rgm@gnu.org>
12058         * Makefile.in (autoloads): Do not use abs_lisp.
12060         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12061         `newline' does not respect `standard-output', so use `princ'.
12063 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
12065         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
12066         * buff-menu.el (Buffer-menu--unmark): New function.
12067         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
12069 2013-10-30  Glenn Morris  <rgm@gnu.org>
12071         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
12073         * emacs-lisp/package.el (lm-homepage): Declare.
12075         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
12076         Fix doc typos.
12078         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
12080         * Makefile.in (finder-data, autoloads, update-subdirs)
12081         (compile-main, compile-clean, compile-always, bootstrap-clean):
12082         Check return value of cd.
12083         (compile-calc): Remove.
12085 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12087         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
12089         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
12090         (byte-compile-and-folded): New function.
12091         (=, <, >, <=, >=): Use it.
12093         * dos-w32.el (minibuffer-history-case-insensitive-variables)
12094         (path-separator, null-device, buffer-file-coding-system)
12095         (lpr-headers-switches): Check system-type before modifying them.
12096         (find-buffer-file-type-coding-system): Mark obsolete.
12097         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
12098         find-file-not-found-set-buffer-file-coding-system.
12099         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
12100         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
12101         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
12102         (w32-direct-print-region-helper, w32-direct-print-region-function)
12103         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
12104         * startup.el (normal-top-level-add-subdirs-to-load-path):
12105         * ps-print.el (ps-print-region-function):
12106         * lpr.el (print-region-function): Use new name.
12108         * subr.el (custom-declare-variable-early): Remove function.
12109         (custom-declare-variable-list): Remove var.
12110         (error, user-error): Remove `while' loop.
12111         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
12112         (user-emacs-directory-warning, locate-user-emacs-file):
12113         Move to files.el.
12114         * simple.el (read-quoted-char-radix, read-quoted-char):
12115         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
12116         Move from subr.el.
12117         * custom.el (custom-declare-variable-list): Don't process
12118         custom-declare-variable-list.
12120         * progmodes/python.el (python-shell-get-buffer): New function.
12121         (python-shell-get-process): Use it.
12122         (python-shell-send-string): Always use utf-8 and add a cookie to tell
12123         Python which encoding was used.  Don't split-string since we only care
12124         about the first line.  Return the temp-file, if applicable.
12125         (python-shell-send-region): Tell compile.el how to turn locations in
12126         the temp-file into locations in the source buffer.
12128 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12130         * subr.el (undefined): Add missing behavior from the C code for
12131         unbound keys.
12133         * rect.el: Use lexical-binding.  Add new rectangular region support.
12134         (rectangle-mark): New command.
12135         (rectangle--region): New var.
12136         (deactivate-mark-hook): Reset rectangle--region.
12137         (rectangle--extract-region, rectangle--insert-for-yank)
12138         (rectangle--highlight-for-redisplay)
12139         (rectangle--unhighlight-for-redisplay): New functions.
12140         (region-extract-function, redisplay-unhighlight-region-function)
12141         (redisplay-highlight-region-function): Use them to handle
12142         rectangular region.
12143         * simple.el (region-extract-function): New var.
12144         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
12145         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
12146         (kill-region): Replace obsolete `yank-handler' arg with `region'.
12147         (copy-region-as-kill, kill-ring-save): Add `region' argument.
12148         (redisplay-unhighlight-region-function)
12149         (redisplay-highlight-region-function): New vars.
12150         (redisplay--update-region-highlight): New function.
12151         (pre-redisplay-function): Use it.
12152         (exchange-point-and-mark): Don't deactivate the mark before
12153         reactivate-it anyway.
12154         * comint.el (comint-kill-region): Remove yank-handler argument.
12155         * delsel.el (delete-backward-char, backward-delete-char-untabify)
12156         (delete-char): Remove property, since it's now part of their
12157         default behavior.
12158         (self-insert-iso): Remove property since this command doesn't exist.
12160         * emacs-lisp/package.el (package--download-one-archive)
12161         (describe-package-1): Don't query the user about final newline.
12163 2013-10-29  Daniel Colascione  <dancol@dancol.org>
12165         * net/tramp.el (tramp-methods): Document new functionality.
12166         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
12167         tramp-hostname-checker if method provides one instead of scanning
12168         argument list for "%h" to decide hostname acceptability.
12170 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
12172         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
12173         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
12174         Handle COPY-CONTENTS.  (Bug#15737)
12176 2013-10-28  Daiki Ueno  <ueno@gnu.org>
12178         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12179         Document that this option has no effect with GnuPG 2.0 (bug#15552).
12181 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
12183         * image.el (defimage, image-load-path): Doc fixes.
12185 2013-10-27  Alan Mackenzie  <acm@muc.de>
12187         Indent statements in macros following "##" correctly.
12188         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12189         Modify the "#" arm of a cond form to handle "#" and "##" operators.
12191 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
12193         * linum.el (linum-update-window): Fix boundary test (bug#13446).
12195 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
12197         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
12198         after `=' is probably a new expression.
12200 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12202         * man.el (man-imenu-title): New option.
12203         (Man-mode-map): Add menu.  (Bug#15722)
12204         (Man-mode): Add imenu to menu.
12206 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
12208         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
12209         specific in what the first arg can be: a non-keyword word,
12210         string/regexp/percent literal opener, opening paren, or unary
12211         operator followed directly by word.
12213 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12215         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
12216         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
12217         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
12218         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
12219         Remove vars, they do not apply any more.
12220         (prolog-mode-abbrev-table): Remove redundant declaration.
12221         (prolog-upper-case-string, prolog-lower-case-string): Remove.
12222         (prolog-use-smie): Remove.
12223         (prolog-smie-rules): Add indentation rule for the if-then-else layout
12224         supported by prolog-electric-if-then-else-flag.
12225         (prolog-mode-variables, prolog-menu): Use setq-local.
12226         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
12227         Remove binding to `Backspace' since this key doesn't exist anyway.
12228         Remove bindings for electric self-inserting keys.
12229         (prog-mode): Assume it's defined.
12230         (prolog-post-self-insert): New function.
12231         (prolog-mode): Use it.
12232         (prolog-indent-line, prolog-indent-level)
12233         (prolog-find-indent-of-matching-paren)
12234         (prolog-indentation-level-of-line, prolog-goto-comment-column)
12235         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
12236         (prolog-goto-next-paren, prolog-in-string-or-comment)
12237         (prolog-tokenize, prolog-inside-mline-comment)
12238         (prolog-find-start-of-mline-comment): Remove functions.
12239         (prolog-find-unmatched-paren, prolog-clause-end)
12240         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
12241         (prolog-electric--if-then-else): Rename from
12242         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
12243         (prolog-tokenize-searchkey): Remove const.
12244         (prolog-clause-info): Use forward-sexp.
12245         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
12246         (prolog-electric-if-then-else): Remove commands.
12247         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
12248         for use in post-self-insert-hook.
12249         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
12250         for use in post-self-insert-hook.
12251         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
12252         for use in post-self-insert-hook.
12253         (prolog-electric--underscore): Rename from prolog-electric--underscore;
12254         adapt it for use in post-self-insert-hook.
12256 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
12258         * emacs-lisp/ert.el (ert-run-tests-interactively):
12259         Use `completing-read'.  (Bug#9756)
12261 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
12263         * simple.el (line-move): Call line-move-1 instead of
12264         line-move-visual when the current window hscroll is zero, but
12265         temporary-goal-column indicates we will need to hscroll as result
12266         of the movement.  (Bug#15712)
12268 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
12270         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
12271         capitalization.  Use :visible instead of :active.
12272         Fix `ruby-indent-exp' reference.  Add menu items for the generic
12273         commands that are used with SMIE.
12274         (ruby-do-end-to-brace): Insert space after `{'.
12276 2013-10-25  John Anthony  <john@jo.hnanthony.com>
12278         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
12280         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
12282 2013-10-25  Glenn Morris  <rgm@gnu.org>
12284         * vc/vc.el (vc-print-log): Don't use a working revision unless
12285         one was explicitly specified.  (Bug#15322)
12287 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12289         * subr.el (add-to-list): Preserve return value in compiler-macro
12290         (bug#15692).
12292 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12294         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
12295         result.  Ask user to retry using '-all' flag.  (Bug#15701)
12297 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12299         * emacs-lisp/smie.el: New smie-config system.
12300         (smie-config): New defcustom.
12301         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
12302         (smie-config-guess, smie-config-save): New commands.
12303         (smie-config--mode-local, smie-config--buffer-local)
12304         (smie-config--trace, smie-config--modefuns): New vars.
12305         (smie-config--advice, smie-config--mode-hook)
12306         (smie-config--setter, smie-config-local, smie-config--get-trace)
12307         (smie-config--guess-value, smie-config--guess): New functions.
12308         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
12309         text properties.  Treat "string fence" syntax like string syntax.
12311         * progmodes/sh-script.el (sh-use-smie): Change default.
12312         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
12313         (sh-var-value): Simplify by CSE.
12314         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
12315         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
12316         is used.
12317         (sh-guess-basic-offset): Use cl-incf.
12318         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
12320 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
12322         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
12323         (bug#15699).
12325 2013-10-24  Glenn Morris  <rgm@gnu.org>
12327         * Makefile.in (abs_top_srcdir): Remove.
12328         (update-subdirs): Use relative path to update-subdirs.
12330 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
12332         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
12333         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12334         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12335         Call unmsys--file-name before expand-file-name, not after it.
12337 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
12339         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
12340         (ert-test-skipped): New error.
12341         (ert-skip, ert-stats-skipped): New defuns.
12342         (ert--skip-unless): New macro.
12343         (ert-test-skipped): New struct.
12344         (ert--run-test-debugger, ert-test-result-type-p)
12345         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
12346         (ert--stats-set-test-and-result, ert-char-for-test-result)
12347         (ert-string-for-test-result, ert-run-tests-batch)
12348         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
12349         Handle skipped tests.  (Bug#9803)
12351 2013-10-24  Glenn Morris  <rgm@gnu.org>
12353         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
12355         * Makefile.in (abs_top_srcdir): New, set by configure.
12356         (update-subdirs): Correct build-aux location.
12358 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
12360         * vc/vc.el (vc-print-root-log): Always set `default-directory'
12361         value, whether we could auto-deduce `backend', or not.
12363         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
12364         with parameters" example.  Simplify the "is it block or is it
12365         hash" check, but also make it more thorough.
12367 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
12369         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
12371 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12373         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
12374         { if it is hanging.
12376         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
12377         :before ";".
12379 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
12381         * progmodes/compile.el (compilation-directory-matcher)
12382         (compilation-page-delimiter):
12383         Support GNU Make-4.0 directory quoting.  (Bug#15678)
12385 2013-10-23  Leo Liu  <sdl.web@gmail.com>
12387         * ido.el (ido-tidy): Handle read-only text.
12389 2013-10-23  Glenn Morris  <rgm@gnu.org>
12391         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
12392         (emacs, compile, compile-always):
12393         Quote entities that might contain whitespace.
12394         (custom-deps, finder-data, autoloads): Use abs_lisp.
12395         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12396         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12397         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
12399 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
12401         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
12402         Use `following-char'.
12404 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12406         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
12407         * progmodes/ruby-mode.el (ruby-smie-rules):
12408         Remove corresponding workaround.  Fix indentation rule of ";" so it
12409         also applies when ";" is the parent.
12411 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
12413         * frame.el (display-screens, display-pixel-height)
12414         (display-pixel-width, display-mm-width, display-backing-store)
12415         (display-save-under, display-planes, display-color-cells)
12416         (display-visual-class, display-monitor-attributes-list):
12417         Mention the optional ‘display’ argument in doc strings.
12419 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
12421         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
12422         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
12424 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
12426         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
12427         TODO.  Add "." after " @ ".
12428         (ruby-smie--at-dot-call): New function.  Checks if point at method
12429         call with explicit target.
12430         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
12431         to the method name tokens when it precedes them.
12432         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
12433         (ruby-smie-rules): Add rule for indentation before and after "."
12434         token.
12436 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12438         * textmodes/remember.el (remember-diary-extract-entries):
12439         Avoid add-to-list.
12441         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
12442         an instruction.
12444 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
12446         * progmodes/ruby-mode.el (ruby-smie-grammar):
12447         Add (almost) all infix operators.
12448         (ruby-smie--implicit-semi-p): Add new operator chars.
12450         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
12451         `smie-down-list'.
12452         (ruby-smie--args-separator-p): Check that there's no newline
12453         between method call and its arguments.
12455 2013-10-20  Alan Mackenzie  <acm@muc.de>
12457         Allow comma separated lists after Java "implements".
12459         * progmodes/cc-engine.el (c-backward-over-enum-header):
12460         Parse commas.
12461         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
12462         from a "disallowed" list in enum fontification.
12464 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
12466         * startup.el (default-frame-background-mode): Remove unused defvar.
12468         * progmodes/verilog-mode.el (verilog-mode): Don't set
12469         comment-indent-function globally.
12471 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
12473         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
12474         Move Info menu item creation to ns-win.el.
12476         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
12477         in menu bar.
12479         * menu-bar.el: Move GNUstep specific menus...
12481         * term/ns-win.el (ns-initialize-window-system): ... to here.
12483 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12485         * simple.el (newline): Only run post-self-insert-hook when
12486         called interactively.
12488 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
12490         * icomplete.el (icomplete-with-completion-tables): Add :version.
12492 2013-10-19  Alan Mackenzie  <acm@muc.de>
12494         Fix fontification bugs with constructors and const.
12496         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
12497         CASE 2) Remove the check for the absence of a suffix construct
12498         after a function declaration with only types (no identifiers) in
12499         the parentheses.  Also, accept a function declaration with just a
12500         type inside the parentheses, if this type can be positively
12501         recognised as such, or if a prefix keyword like "explicit" nails
12502         down the construct as a declaration.
12504 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
12506         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
12507         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
12508         the problem whereby selecting a menu item that leads to a
12509         minibuffer prompt moves the cursor out of the minibuffer window,
12510         making it hard to type at the prompt.  Suggested by Stefan Monnier
12511         <monnier@iro.umontreal.ca>.
12513 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
12515         * menu-bar.el: Don't make Services menu.
12517 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12519         * ffap.el: Handle "/usr/include/c++/<version>" directories.
12520         (ffap-alist): Use ffap-c++-mode for c++-mode.
12521         (ffap-c++-path): New variable.
12522         (ffap-c++-mode): New function.
12524 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
12526         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
12528 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
12530         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
12531         introduced on 2013-09-08, which results in an infinite loop
12532         requesting a password.
12534 2013-10-18  Glenn Morris  <rgm@gnu.org>
12536         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
12538 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
12540         Sync with upstream verilog-mode revision 1a6ecec7.
12541         * progmodes/verilog-mode.el (verilog-mode-version): Update.
12542         (verilog-mode-release-date): Remove.
12543         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
12544         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
12545         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
12546         (verilog-auto-tieoff-ignore-regexp)
12547         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
12548         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
12549         (verilog-signals-with, verilog-dir-cache-preserving)
12550         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
12551         Doc fixes.
12552         (verilog-case-fold): New option, to control case folding in
12553         regexp searches, bug597.
12554         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
12555         (verilog-string-match-fold, verilog-in-paren-count)
12556         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
12557         (verilog-at-close-struct-p): New functions.
12558         (verilog-beg-block-re-ordered, verilog-extended-case-re)
12559         (verilog-forward-sexp, verilog-set-auto-endcomments)
12560         (verilog-leap-to-case-head): Handle "unique0" case.
12561         (verilog-in-constraint-re): New constant.
12562         (verilog-keywords, verilog-type-font-keywords):
12563         Add some SystemVerilog 1800-2012 keywords.
12564         (verilog-label-be): Remove unimplemented argument, bug669.
12565         (verilog-batch-execute-func): When batch expanding clear
12566         create-lockfiles to prevent spurious user locks when a file ends
12567         up not changing.
12568         (verilog-calculate-indent, verilog-calc-1)
12569         (verilog-at-close-constraint-p, verilog-at-constraint-p)
12570         (verilog-do-indent): Fix indentation of nested constraints
12571         and structures.
12572         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
12573         (verilog-auto-inst-param): Use verilog-string-match-fold.
12574         (verilog-read-inst-module-matcher):
12575         Fix AUTOINST on gate primitives with #1.
12576         (verilog-read-decls): Fix double-declaring user-defined typed signals.
12577         Reads all user-defined typed variables.
12578         (verilog-read-defines): Fix reading definitions inside comments, bug647.
12579         (verilog-signals-matching-regexp)
12580         (verilog-signals-not-matching-regexp, verilog-auto):
12581         Respect verilog-case-fold.
12582         (verilog-diff-report): Fix line count.
12583         (verilog-auto-assign-modport): Remove unused local `modi'.
12584         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
12585         better handle multidimensional arrays.
12586         Fix packed array ports misadding bit index in AUTOINST, bug637.
12587         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
12588         to not double-declare existing outputs and inputs, respectively.
12589         (verilog-template-map): Bind U to verilog-sk-uvm-component.
12590         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
12591         (verilog-sk-uvm-component): New skeleton.
12592         (verilog-submit-bug-report): Add verilog-case-fold,
12593         remove verilog-mode-release-date.
12595 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
12597         * subr.el (sit-for): Call (input-pending-p t) so as to behave
12598         as before.
12600 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
12602         * textmodes/remember.el (remember): Set buffer-offer-save in
12603         remember buffers (bug#13566).
12605 2013-10-18  Daniel Colascione  <dancol@dancol.org>
12607         When evaluating forms in ielm, direct standard output to ielm
12608         buffer.  Add new ielm-return-for-effect command.  Remove trailing
12609         whitespace throughout.
12611         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
12612         (ielm-return-for-effect): New command.
12613         (ielm-send-input): Accept optional `for-effect' parameter.
12614         (ielm-eval-input): Accept optional `for-effect' parameter.
12615         Bind `standard-output' to stream we create using
12616         `ielm-standard-output-impl'.  Suppress printing result when
12617         `for-effect'.
12618         (ielm-standard-output-impl): New function.
12619         (inferior-emacs-lisp-mode): Explain new features in documentation.
12621 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
12623         Code cleanup.
12625         * net/tramp.el (tramp-debug-message): Do not check for connection
12626         buffer.
12627         (tramp-message): Use "vector" connection property.
12629         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
12630         (tramp-equal-remote, tramp-eshell-directory-change)
12631         * net/tramp-adb.el (tramp-adb-handle-copy-file)
12632         (tramp-adb-handle-rename-file)
12633         * net/tramp-cmds.el (tramp-list-remote-buffers)
12634         (tramp-cleanup-connection, tramp-cleanup-this-connection)
12635         * net/tramp-compat.el (tramp-compat-process-running-p)
12636         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
12637         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
12638         (tramp-gvfs-handle-rename-file)
12639         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12640         (tramp-set-file-uid-gid)
12641         * net/tramp-smb.el (tramp-smb-handle-copy-file)
12642         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
12643         of `file-remote-p'.
12645         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
12646         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
12647         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
12648         (tramp-gw-open-network-stream): Suppress unrelated traces.
12650         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
12651         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
12652         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12653         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
12654         connection property.
12656         * net/tramp-cache.el (top): Suppress traces when reading
12657         persistency file.
12659         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12660         Refactor common code.  Improve debug message.
12661         (tramp-maybe-open-connection)
12662         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
12663         connection buffer too early.
12665         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
12666         from `tramp-smb-actions-with-acl'.
12667         (tramp-smb-actions-set-acl): New defconst.
12668         (tramp-smb-handle-copy-directory)
12669         (tramp-smb-action-get-acl): New defun, renamed from
12670         `tramp-smb-action-with-acl'.
12671         (tramp-smb-action-set-acl): New defun.
12672         (tramp-smb-handle-set-file-acl): Rewrite.
12674 2013-10-17  Glenn Morris  <rgm@gnu.org>
12676         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
12678 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12680         * skeleton.el (skeleton-newline): Remove.
12681         (skeleton-internal-1): Use (insert "\n") instead.
12683         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
12684         let-bindings.
12686         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
12687         forward-sexp-function while we redo its job (bug#15613).
12689 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
12691         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
12692         represented by lists.
12694 2013-10-16  Glenn Morris  <rgm@gnu.org>
12696         * tmm.el (tmm--history): New dynamic variable.
12697         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
12699 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
12701         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
12702         (tramp-smb-errors): Add error messages.
12703         (tramp-smb-actions-with-acl): New defconst.
12704         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
12705         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
12706         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
12707         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
12708         (tramp-smb-get-stat-capability): Fix tests.
12710 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
12712         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
12713         (bug#15580).
12715 2013-10-16  Glenn Morris  <rgm@gnu.org>
12717         * ansi-color.el (ansi-color-drop-regexp):
12718         Add 1J, 1K, 2K.  (Bug#15617)
12720         * files.el (hack-local-variables--warned-lexical): New.
12721         (hack-local-variables):
12722         Warn about misplaced lexical-binding.  (Bug#15616)
12724         * net/eww.el (eww-render): Always set eww-current-url,
12725         and update header line.  (Bug#15622)
12726         (eww-display-html): ... Rather than just doing it here.
12728 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
12730         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
12731         menu navigations commands.
12733 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
12735         * progmodes/subword.el (subword-capitalize): Be careful when
12736         the search for [[:alpha:]] fails (bug#15580).
12738 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
12740         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
12741         to commands that scroll the menu.
12743 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
12745         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
12746         Handle methods ending with `?' and `!'.
12748 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
12750         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
12751         `japanese-cp932' to `cp932' to fix the problem where saving a
12752         source file written in Shift_JIS twice would end up having
12753         `coding: japanese-cp932' which Ruby could not recognize.
12754         (ruby-mode-set-encoding): Add support for encodings mapped to nil
12755         in `ruby-encoding-map'.
12756         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
12757         doesn't need to be explicitly declared in magic comment.
12758         (ruby-encoding-map): Add type declaration for better customize UI.
12760 2013-10-13  Glenn Morris  <rgm@gnu.org>
12762         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
12763         Occur buffers are read-only.  http://bugs.debian.org/720775
12765         * emacs-lisp/authors.el (authors-fixed-entries):
12766         Comment out old alpha stuff.
12768 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
12770         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
12771         to `after-save-hook' instead of `before-save-hook'.
12772         (ruby-mode-set-encoding): Use the value of coding system used to
12773         write the file.  Call `basic-save-buffer-1' after modifying the
12774         buffer.
12776 2013-10-13  Alan Mackenzie  <acm@muc.de>
12778         Fix indentation/fontification of Java enum with
12779         "implements"/generic.
12781         * progmodes/cc-engine.el (c-backward-over-enum-header):
12782         Extracted from the three other places and enhanced to handle generics.
12783         (c-inside-bracelist-p): Uses new function above.
12784         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
12785         function above.
12786         (c-font-lock-enum-tail): Uses new function above.
12788 2013-10-13  Kenichi Handa  <handa@gnu.org>
12790         * international/mule-cmds.el (select-safe-coding-system): Remove a
12791         superfluous condition in chekcing whether a coding system is safe
12792         or not.
12794 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
12796         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
12798 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
12800         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
12802 2013-10-13  Glenn Morris  <rgm@gnu.org>
12804         * menu-bar.el (menu-bar-update-buffers):
12805         Unify Buffers menu prompt string.  (Bug#15576)
12807         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
12809         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
12810         Add some entries.
12811         (authors-fixed-entries): Use accented form of name.
12813 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12815         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
12816         method calls (bug#15594).
12817         (ruby-smie--args-separator-p): New function.
12818         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
12819         recognize paren-free method calls.
12821         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
12822         internals of universal-argument.
12824 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
12826         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
12827         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
12828         dropped menu on second mouse click on the menu bar.
12830 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12832         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
12833         (explicit-shell-file-name): Declare.
12834         (sh--vars-before-point, sh--cmd-completion-table): New functions.
12835         (sh-completion-at-point-function): New function.
12836         (sh-mode): Use it.
12837         (sh-smie--keyword-p): Remove unused argument.
12838         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
12839         vars.
12840         (sh-set-shell): Always setup SMIE, even if we use the
12841         old indentation code.
12843 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
12845         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
12846         cases of ? and =.
12847         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
12848         predicate would return nil are almost non-existent.
12849         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
12851         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
12852         cache also after commands that modify the buffer but don't move
12853         point.
12855 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12857         * env.el (substitute-env-in-file-name): New function.
12858         (substitute-env-vars): Extend the meaning of the optional arg.
12860 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
12862         * term/w32-win.el (dynamic-library-alist): Define separate lists
12863         of GIF DLLs for versions before and after 5.0.0 of giflib.
12864         (Bug#15531)
12866 2013-10-10  João Távora  <joaotavora@gmail.com>
12868         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
12869         not locked, use last revision and current source as
12870         defaults.  (Bug#15569)
12872 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
12874         * menu-bar.el (menu-bar-open): Don't use popup-menu if
12875         menu-bar is hidden.
12877 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
12879         * window.el (pop-to-buffer-same-window): Fix doc-string.
12880         (Bug#15492)
12882 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12884         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
12886 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
12888         * calendar/icalendar.el (icalendar-import-file):
12889         Fix interactive spec.  (Bug#15482)
12891 2013-10-10  Glenn Morris  <rgm@gnu.org>
12893         * desktop.el (desktop-save): Default to saving in .emacs.d,
12894         since PWD is no longer in desktop-path by default.  (Bug#15319)
12896         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
12897         now that text mode has a menu with the same entry.
12898         (menu-bar-text-mode-auto-fill): Remove now unused func.
12899         * textmodes/text-mode.el (text-mode-map):
12900         Use auto-fill help text from menu-bar.el.
12902 2013-10-10  John Anthony  <john@jo.hnanthony.com>
12904         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
12906 2013-10-09  Juri Linkov  <juri@jurta.org>
12908         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
12909         instead of this-command-keys.  Add universal-argument-more and
12910         universal-argument-minus to the list of prefix commands.  (Bug#15568)
12912 2013-10-09  Glenn Morris  <rgm@gnu.org>
12914         * vc/vc-svn.el (vc-svn-create-repo):
12915         Expand paths in file://... url.  (Bug#15446)
12917         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
12918         Add some entries.
12919         (authors): Remove unused local variables.
12921 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12923         * profiler.el: Create a more coherent calltree from partial backtraces.
12924         (profiler-format): Hide the tail with `invisible' so that C-s can still
12925         find the hidden elements.
12926         (profiler-calltree-depth): Don't recurse so enthusiastically.
12927         (profiler-function-equal): New hash-table-test.
12928         (profiler-calltree-build-unified): New function.
12929         (profiler-calltree-build): Use it.
12930         (profiler-report-make-name-part): Indent the calltree less.
12931         (profiler-report-mode): Add visibility specs for profiler-format.
12932         (profiler-report-expand-entry, profiler-report-toggle-entry):
12933         Expand the whole subtree when provided with a prefix arg.
12935 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
12937         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
12938         iuwu-mod token.
12939         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
12940         hanging iuwu-mod token.
12941         (ruby-smie--forward-token): Do not include a dot after a token in
12942         that token.
12943         (ruby-smie--backward-token): Likewise.
12945 2013-10-08  Juri Linkov  <juri@jurta.org>
12947         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
12948         to isearch-other-control-char.
12949         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
12950         and isearch-post-command-hook to post-command-hook.
12951         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
12952         and isearch-post-command-hook from post-command-hook.
12953         (isearch-unread-key-sequence)
12954         (isearch-reread-key-sequence-naturally)
12955         (isearch-lookup-scroll-key, isearch-other-control-char)
12956         (isearch-other-meta-char): Remove functions.
12957         (isearch-pre-command-hook, isearch-post-command-hook):
12958         New functions based on isearch-other-meta-char rewritten
12959         relying on the new behavior of overriding-terminal-local-map
12960         that does not replace the local keymaps any more.  (Bug#15200)
12962 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
12964         Support menus on text-mode terminals.
12965         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
12966         functionality.
12968         * tooltip.el (tooltip-mode): Don't error out on TTYs.
12970         * menu-bar.el (popup-menu, popup-menu-normalize-position):
12971         Move here from mouse.el.
12972         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
12973         and arrow keys.
12974         (tty-menu-navigation-map): New map for TTY menu navigation.
12976         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
12978         * frame.el (display-mouse-p): Report text-mode mouse as available
12979         on w32.
12980         (display-popup-menus-p): Report availability if mouse is
12981         available; don't condition on window-system.
12983         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
12984         (tty-menu-selected-face): New faces.
12986 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12988         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
12989         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
12990         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
12991         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
12992         New constants.
12993         (lisp-mode-variables): New `elisp' argument.
12994         (emacs-lisp-mode): Use it.
12995         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
12996         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
12998         * indent.el: Use lexical-binding.
12999         (indent-region): Add progress reporter.
13000         (tab-stop-list): Make it implicitly extend to infinity by repeating the
13001         last step.
13002         (indent--next-tab-stop): New function to implement this behavior.
13003         (tab-to-tab-stop, move-to-tab-stop): Use it.
13005 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
13007         * indent.el (indent-rigidly--current-indentation): New function.
13008         (indent-rigidly-map): New var.
13009         (indent-rigidly): Use it to provide interactive mode (bug#8196).
13011 2013-10-08  Bastien Guerry  <bzg@gnu.org>
13013         * register.el (insert-register): Fix 2013-10-07 change.
13015 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13017         * progmodes/perl-mode.el: Use lexical-binding.
13018         Remove redundant :group args.
13019         (perl-nochange): Change default to be closer to other major modes's
13020         standard behavior.
13021         (perl-indent-line): Don't consider text on current line as a
13022         valid beginning of function from which to indent.
13024         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
13025         with more than one argument (bug#15538).
13027         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
13029         * vc/pcvs.el: Use lexical-binding.
13030         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
13031         environment of `eval'.
13032         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
13033         than a list of expressions.  Adjust callers.
13034         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
13036 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
13038         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
13039         case of the dot in a chained method call being on the following line.
13041 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13043         * electric.el (electric-indent-inhibit): New var.
13044         (electric-indent-post-self-insert-function): Use it.
13045         * progmodes/python.el (python-mode): Set it.
13047         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
13048         open braces.
13050         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
13052         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
13053         (css-mode): Use electric-indent-chars.
13055         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
13056         (font-lock-beg, font-lock-end): Move before first use.
13057         (nxml-mode): Use syntax-propertize-function.
13058         (nxml-after-change, nxml-after-change1): Adjust accordingly.
13059         (nxml-extend-after-change-region): Remove.
13060         * nxml/xmltok.el: Use lexical-binding.
13061         (xmltok-save): Use `declare'.
13062         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
13063         * nxml/nxml-util.el: Use lexical-binding.
13064         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
13065         Use `declare'.
13066         * nxml/nxml-ns.el: Use lexical-binding.
13067         (nxml-ns-save): Use `declare'.
13068         (nxml-ns-prefixes-for): Avoid add-to-list.
13069         * nxml/rng-match.el: Use lexical-binding.
13070         (rng--ipattern): Use cl-defstruct.
13071         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
13072         (rng-cons-group-after, rng-subst-group-after)
13073         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
13074         Use closures instead of `(lambda...).
13076 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
13078         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
13079         of BEG and END.
13081         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13082         Use `tramp-handle-insert-file-contents'.
13083         (tramp-gvfs-handle-insert-file-contents): Remove function.
13085         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13086         Use `save-restriction' in order to keep markers.
13088         * net/trampver.el: Update release number.
13090 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13092         * progmodes/compile.el (compilation-parse-errors):
13093         Use compilation--put-prop.
13094         (compilation--ensure-parse): Check compilation-multiline.
13096         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
13098         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
13099         lexical-binding.
13101         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
13103         * progmodes/ruby-mode.el: Fix recently added tests.
13104         (ruby-smie-grammar): Add - and +.
13105         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
13106         (ruby-smie--backward-id): New functions.
13107         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
13108         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
13109         any more.
13111 2013-10-07  Leo Liu  <sdl.web@gmail.com>
13113         * register.el (register-preview-delay)
13114         (register-preview-functions): New variables.
13115         (register-read-with-preview, register-preview)
13116         (register-describe-oneline): New functions.
13117         (point-to-register, window-configuration-to-register)
13118         (frame-configuration-to-register, jump-to-register)
13119         (number-to-register, view-register, insert-register)
13120         (copy-to-register, append-to-register, prepend-to-register)
13121         (copy-rectangle-to-register): Use register-read-with-preview to
13122         read register.  (Bug#15525)
13124 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
13126         * net/network-stream.el (network-stream-open-starttls): Don't add
13127         --insecure if it's already present, because that gnutls-cli
13128         rejects getting that parameter twice.
13130 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
13132         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
13133         keyword, too.
13135 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
13137         * newcomment.el (comment-use-global-state): Change default value
13138         to t, mark obsolete (Bug#15251).
13139         (comment-beginning): In addition to `comment-to-syntax', check the
13140         value of `comment-use-global-state'.
13142 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13144         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
13145         (ruby-comment-column): Follow the global default, by default.
13146         (ruby-smie-grammar): Add assignment syntax.
13147         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
13148         open-paren, a comma, or a \.
13149         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
13150         and line continuations.
13151         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
13152         followed by implicit semi-colons.  Add rule for string concatenation
13153         and for indentation at BOB.
13154         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
13156         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
13157         calling next-sexp, since next-token may have skipped chars which
13158         next-sexp doesn't know should be skipped!
13160 2013-10-05  Leo Liu  <sdl.web@gmail.com>
13162         * progmodes/octave.el (octave-send-region):
13163         Call compilation-forget-errors.
13165 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
13167         * vc/vc-svn.el (vc-svn-find-admin-dir):
13168         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
13169         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
13170         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
13171         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
13173 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13175         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
13177 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13179         * subr.el (read-passwd): Hide chars even when called within a context
13180         where after-change-functions is disabled (bug#15501).
13181         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
13182         until we removed ourself from overriding-terminal-local-map.
13184 2013-10-04  Leo Liu  <sdl.web@gmail.com>
13186         * progmodes/octave.el (inferior-octave-mode):
13187         Call compilation-forget-errors.
13189 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
13191         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
13193 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
13195         * net/secrets.el (secrets-create-collection): Add optional
13196         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
13197         dbus-call-method argument.  (Bug#15516)
13199 2013-10-04  Leo Liu  <sdl.web@gmail.com>
13201         * progmodes/octave.el (inferior-octave-error-regexp-alist)
13202         (inferior-octave-compilation-font-lock-keywords): New variables.
13203         (compilation-error-regexp-alist)
13204         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
13205         (inferior-octave-mode): Use compilation-shell-minor-mode.
13207 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
13209         * minibuffer.el (completion--replace): Be careful that `end' might be
13210         a marker.
13212 2013-10-03  Daiki Ueno  <ueno@gnu.org>
13214         Add support for package signature checking.
13215         * emacs-lisp/package.el (url-http-file-exists-p)
13216         (epg-make-context, epg-context-set-home-directory)
13217         (epg-verify-string, epg-context-result-for)
13218         (epg-signature-status, epg-signature-to-string)
13219         (epg-check-configuration, epg-configuration)
13220         (epg-import-keys-from-file): Declare.
13221         (package-check-signature): New user option.
13222         (package-unsigned-archives): New user option.
13223         (package-desc): Add `signed' field.
13224         (package-load-descriptor): Set `signed' field if .signed file exists.
13225         (package--archive-file-exists-p): New function.
13226         (package--check-signature): New function.
13227         (package-install-from-archive): Check package signature.
13228         (package--download-one-archive): Check archive signature.
13229         (package-delete): Remove .signed file.
13230         (package-import-keyring): New command.
13231         (package-refresh-contents): Import default keyring.
13232         (package-desc-status): Add "unsigned" status.
13233         (describe-package-1, package-menu--print-info)
13234         (package-menu-mark-delete, package-menu--find-upgrades)
13235         (package-menu--status-predicate): Support "unsigned" status.
13237 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13239         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
13240         the new compilation scheme using the new byte-codes.
13242         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
13243         (byte-pophandler): New byte codes.
13244         (byte-goto-ops): Adjust accordingly.
13245         (byte-compile--use-old-handlers): New var.
13246         (byte-compile-catch): Use new byte codes depending on
13247         byte-compile--use-old-handlers.
13248         (byte-compile-condition-case--old): Rename from
13249         byte-compile-condition-case.
13250         (byte-compile-condition-case--new): New function.
13251         (byte-compile-condition-case): New function that dispatches depending
13252         on byte-compile--use-old-handlers.
13253         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
13254         when we can.
13256         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13257         Optimize under `condition-case' and `catch' if
13258         byte-compile--use-old-handlers is nil.
13259         (disassemble-offset): Handle new bytecodes.
13261 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13263         * subr.el (error): Use `declare'.
13264         (decode-char, encode-char): Use advertised-calling-convention instead
13265         of the docstring to discourage use of the `restriction' arg.
13267 2013-10-03  Daiki Ueno  <ueno@gnu.org>
13269         * epg.el (epg-verify-file): Add a comment saying that it does not
13270         notify verification error as a return value nor a signal.
13271         (epg-verify-string): Ditto.
13273 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
13275         * progmodes/compile.el (compilation-start): Try globbing the arg to
13276         `cd' (bug#15417).
13278 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
13280         Sync with Tramp 2.2.8.
13282         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
13283         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
13284         * net/trampver.el: Update release number.
13286 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
13288         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
13289         and default-process-coding-system for darwin only.
13291 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13293         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
13295 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
13297         * vc/vc-git.el (vc-git-grep): Disable pager.
13299 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
13301         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
13302         Use :url instead of :homepage, as per
13303         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
13305         * newcomment.el (comment-beginning): When `comment-use-syntax' is
13306         non-nil, use `syntax-ppss' (Bug#15251).
13308 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13310         * progmodes/octave.el (inferior-octave-startup-file):
13311         Prefer ~/.emacs.d/init_octave.m.
13313 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
13315         * emacs-lisp/package.el (package-desc-from-define):
13316         Accept additional arguments as plist, convert them to an alist and store
13317         them in the `extras' slot.
13318         (package-generate-description-file): Convert extras alist back to
13319         plist and append to the `define-package' form arguments.
13320         (package--alist-to-plist): New function.
13321         (package--ac-desc): Add `extras' slot.
13322         (package--add-to-archive-contents): Check if the archive-contents
13323         vector is long enough, and if it is, pass its `extras' slot value
13324         to `package-desc-create'.
13325         (package-buffer-info): Call `lm-homepage', pass the returned value
13326         to `package-desc-from-define'.
13327         (describe-package-1): Render the homepage button (Bug#13291).
13329         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13330         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
13332 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
13334         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
13335         and default-process-coding-system to utf-8-unix (Bug#15402).
13337 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
13339         * subr.el (looking-back): Do not recommend using looking-back.
13341 2013-09-28  Alan Mackenzie  <acm@muc.de>
13343         Fix indentation/fontification of Java enum with "implements".
13345         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
13346         regexp which matches "implements", etc., in Java.
13347         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
13348         specifier clauses coming after "enum".
13349         * progmodes/cc-fonts.el (c-font-lock-declarations)
13350         (c-font-lock-enum-tail): Check for extra specifier clauses coming
13351         after "enum".
13353 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
13355         * faces.el (region): Change ns_selection_color to
13356         ns_selection_fg_color, add ns_selection_bg_color.
13358 2013-09-28  Leo Liu  <sdl.web@gmail.com>
13360         * progmodes/octave.el (inferior-octave-completion-table)
13361         (inferior-octave-completion-at-point): Minor tweaks.
13363         * textmodes/ispell.el (ispell-lookup-words): Rename from
13364         lookup-words.  (Bug#15460)
13365         (lookup-words): Obsolete.
13366         (ispell-complete-word, ispell-command-loop): All uses changed.
13368 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13370         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
13371         (octave-mode-menu): Add octave-send-buffer.
13372         (octave-send-buffer): New function.
13374 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13376         * progmodes/octave.el (octave-mode-map): Add key binding for
13377         octave-lookfor.
13378         (octave-mode-menu): Add octave-lookfor.
13379         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
13380         octave-lookfor.
13381         (octave-lookfor): New function.
13383 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13385         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
13386         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
13387         its convention.
13388         (cl--loop-set-iterator-function): New function.
13389         (cl-loop): Adjust accordingly, so as not to use cl-subst.
13390         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
13391         Bind `it' with `let' instead of substituting it with `cl-subst'.
13392         (cl--unused-var-p): New function.
13393         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
13394         Eliminate some unused variable warnings (bug#15326).
13396 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
13398         * doc-view.el (doc-view-scale-reset): Rename from
13399         `doc-view-reset-zoom-level'.
13400         (doc-view-scale-adjust): New command.
13401         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
13402         `doc-view-scale-adjust'.
13404 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
13406         * doc-view.el (doc-view-reset-zoom-level): New command.
13407         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
13408         zoom commands (bug#15466).
13410 2013-09-26  Kenichi Handa  <handa@gnu.org>
13412         * international/quail.el (quail-help): Make it not a command.
13414 2013-09-26  Leo Liu  <sdl.web@gmail.com>
13416         * minibuffer.el (completion-all-sorted-completions): Make args
13417         optional as they are.
13419 2013-09-25  Daniel Colascione  <dancol@dancol.org>
13421         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
13422         specs are and that they're not evaluated.
13424 2013-09-24  Sam Steingold  <sds@gnu.org>
13426         * midnight.el (clean-buffer-list-kill-regexps)
13427         (clean-buffer-list-kill-buffer-names): Update for the new Man
13428         buffer naming which includes the object name.
13430 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13432         * eshell/esh-cmd.el (eshell--sep-terms): New var.
13433         (eshell-parse-command, eshell-parse-pipeline): Use it since
13434         eshell-separate-commands requires a dynamic scoped var.
13435         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
13437 2013-09-23  Leo Liu  <sdl.web@gmail.com>
13439         * autoinsert.el (auto-insert-alist): Make the value of
13440         lexical-binding match its file setting.
13442 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
13444         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
13446         * autoarg.el (autoarg-kp-digit-argument):
13447         * electric.el (Electric-command-loop):
13448         * kmacro.el (kmacro-step-edit-insert):
13449         Do not set universal-argument-num-events.
13451 2013-09-22  Leo Liu  <sdl.web@gmail.com>
13453         * files.el (interpreter-mode-alist): Add octave.
13455 2013-09-21  Alan Mackenzie  <acm@muc.de>
13457         C++: fontify identifier in declaration following "public:" correctly.
13458         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
13459         to match "public", etc.
13460         (c-decl-prefix-re): Add ":" into the C++ value.
13461         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
13462         bit.  Add a check for a ":" preceded by "public", etc.
13464 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
13466         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
13467         recognized by GDB 7.5 and later.
13469 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
13471         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
13473 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13475         * subr.el (internal--call-interactively): New const.
13476         (called-interactively-p): Use it (bug#3984).
13478 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
13480         * vc/pcvs.el (cvs-mode-ignore):
13481         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
13482         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
13484 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13486         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
13487         (eshell-ls-orig-insert-directory): Remove.
13488         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
13489         (eshell-ls-use-in-dired): Use advice-add/remove.
13490         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
13491         Add `orig-fun' arg for use in :around advice.
13492         Make it check (redundantly) eshell-ls-use-in-dired.
13494 2013-09-19  Glenn Morris  <rgm@gnu.org>
13496         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
13498         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
13500         * emacs-lisp/eieio.el (class-parent): Undo previous change.
13502 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
13504         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
13505         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
13506         (tramp-get-remote-python): New defuns.
13507         (tramp-get-remote-uid-with-perl)
13508         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
13509         contributed by yary <not.com@gmail.com> (tiny change).
13510         (tramp-get-remote-uid-with-python)
13511         (tramp-get-remote-gid-with-python): New defuns.  Python code
13512         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
13513         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
13515 2013-09-19  Glenn Morris  <rgm@gnu.org>
13517         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
13519         * eshell/em-unix.el (eshell-remove-entries):
13520         Rename argument to avoid name-clash with global `top-level'.
13522         * eshell/esh-proc.el (eshell-kill-process-function):
13523         Remove eshell-reset-after-proc from eshell-kill-hook if present.
13524         (eshell-reset-after-proc): Remove unused arg `proc'.
13526         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
13527         (directory-files-and-attributes): Mark unused arg.
13529         * eshell/em-unix.el (eshell-remove-entries):
13530         Remove unused arg `path'.  Update callers.
13532         * eshell/em-hist.el (eshell-hist-parse-arguments):
13533         Remove unused arg `silent'.  Update callers.
13535         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
13536         Fix (f)boundp mix-up.
13538         * eshell/em-smart.el (eshell-smart-scroll-window)
13539         (eshell-disable-after-change):
13540         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
13542 2013-09-18  Alan Mackenzie  <acm@muc.de>
13544         Fix fontification of type when followed by "const".
13545         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
13546         "known" types from fontification.
13548 2013-09-18  Glenn Morris  <rgm@gnu.org>
13550         * emacs-lisp/chart.el (x-display-color-cells): Declare.
13551         (chart-face-list): Drop Emacsen without display-color-p.
13553         * net/eww.el (libxml-parse-html-region): Declare.
13554         (eww-display-html): Explicit error if no libxml2 support.
13556         * doc-view.el (doc-view-mode): Silence --without-x compilation.
13558         * image.el (image-type-from-buffer, image-multi-frame-p):
13559         Remove --without-x warning/error.
13561         * mouse.el (mouse-yank-primary):
13562         * term.el (term-mouse-paste):
13563         Reorder to silence --without-x compilation.
13565         * mpc.el (doc-view-mode): Silence --without-x compilation.
13567         * mail/rmailmm.el (rmail-mime-set-bulk-data):
13568         Silence --without-x compilation.
13570         * progmodes/gud.el (gud-find-file, gud-mode):
13571         Silence --without-x compilation.
13572         (tooltip-mode): Declare.
13574         * wdired.el (dired-backup-overwrite): Remove declaration.
13575         (wdired-mode-map): Add doc string.
13577         * custom.el (x-get-resource): Declare.
13579         * eshell/em-glob.el (ange-cache):
13580         * eshell/em-unix.el (ange-cache): Declare.
13582         * faces.el (x-display-list, x-open-connection, x-get-resource):
13583         Declare.
13585         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
13586         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
13587         Declare.
13589         * frame.el (x-display-grayscale-p, x-display-name): Declare.
13591         * net/gnutls.el (gnutls-log-level): Declare.
13593         * net/shr.el (image-size, image-animate): Declare.
13595         * simple.el (font-info): Declare.
13597         * subr.el (x-popup-dialog): Declare.
13599         * term/common-win.el (x-select-enable-primary)
13600         (x-last-selected-text-primary, x-last-selected-text-clipboard):
13601         Declare.
13603         * term/ns-win.el (x-handle-args): Declare.
13605         * term/x-win.el (x-select-enable-clipboard): Declare.
13607         * term/w32-win.el (create-default-fontset): Declare.
13609         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
13610         Declare.
13612         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
13613         (fit-frame-to-buffer): Explicit error if --without-x.
13614         (mouse-autoselect-window-select): Silence compiler.
13616         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13618         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
13619         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
13620         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
13621         * eshell/esh-util.el (eshell-sublist):
13622         Remove unused local variables.
13624         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
13626         * textmodes/two-column.el: Make 2C-split work for --without-x.
13627         (scroll-bar-columns): Autoload.
13628         (top-level): Require fringe when compiling.
13630 2013-09-18  Leo Liu  <sdl.web@gmail.com>
13632         * subr.el (add-hook): Robustify to handle closure as well.
13634 2013-09-17  Glenn Morris  <rgm@gnu.org>
13636         * simple.el (messages-buffer-mode-map): Unbind "g".
13638 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13640         * help-mode.el (help-mode-finish): Use derived-mode-p.
13641         Remove obsolete highlighting.
13643         * play/life.el (life-mode): Use define-derived-mode.  Derive from
13644         special-mode.
13645         (life): Let-bind inhibit-read-only.
13646         (life-setup): Avoid `setq'.  Use `life-mode'.
13648         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
13649         which should not be needed any more.
13650         (package-menu-refresh, package-menu-describe-package): Use user-error.
13652         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
13653         (eshell-post-rewrite-command-hook): Make obsolete.
13654         (eshell-parse-command): Simplify.
13655         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
13656         (eshell--cmd): Declare.
13657         (eshell-parse-pipeline): Remove unused var `final-p'.
13658         Pass a dynvar to eshell-post-rewrite-command-hook.
13659         Implement the new eshell-post-rewrite-command-function.
13660         (eshell-invoke-directly): Remove unused arg `input'.
13661         * eshell/esh-io.el (eshell-io-initialize):
13662         Use eshell-post-rewrite-command-function (bug#15399).
13663         (eshell--apply-redirections): Rename from eshell-apply-redirections;
13664         adjust to new calling convention.
13665         (eshell-create-handles): Rename args to avoid clashing with dynvar
13666         `standard-output'.
13668 2013-09-17  Glenn Morris  <rgm@gnu.org>
13670         * simple.el (messages-buffer-mode): New major mode.
13671         (messages-buffer): New function.
13672         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
13673         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
13674         (ert-run-test): Use `messages-buffer' function.
13675         (ert--force-message-log-buffer-truncation): Ignore read-only.
13676         * help.el (view-echo-area-messages): Use `messages-buffer' function.
13677         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
13679 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13681         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
13683         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
13685 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13687         * icomplete.el (icomplete-in-buffer): New var.
13688         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
13689         vars and replace them with functions.
13690         (icomplete-minibuffer-setup): Adjust accordingly.
13691         (icomplete--completion-table, icomplete--completion-predicate)
13692         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
13693         New functions.
13694         (icomplete-forward-completions, icomplete-backward-completions)
13695         (icomplete-simple-completing-p, icomplete-exhibit)
13696         (icomplete-completions): Use them.
13697         (icomplete--in-region-buffer): New var.
13698         (icomplete--in-region-setup): New function.
13699         (icomplete-mode): Use it.
13701         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
13702         (bug#15379).
13703         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
13704         return args and options.
13705         (eshell-eval-using-options): Use the new return value of
13706         eshell--do-opts to set the options's vars in their scope.
13707         (eshell--set-option): Rename from eshell-set-option.
13708         Add arg `opt-vals'.
13709         (eshell--process-option): Rename from eshell-process-option.
13710         Add arg `opt-vals'.
13711         (eshell--process-args): Use an `opt-vals' alist to store the options's
13712         values during their processing and return them additionally to the
13713         remaining args.
13715 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
13717         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
13718         continuation character an operator, as far as indentation is
13719         concerned (Bug#15369).
13721 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
13723         * window.el (window--state-put-2): Don't process buffer state
13724         when buffer doesn't exist any more (Bug#15382).
13726 2013-09-15  Glenn Morris  <rgm@gnu.org>
13728         * eshell/em-unix.el (eshell/rm):
13729         Make -f ignore missing files.  (Bug#15373)
13731         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
13732         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
13733         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
13735 2013-09-14  Glenn Morris  <rgm@gnu.org>
13737         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
13739 2013-09-13  Glenn Morris  <rgm@gnu.org>
13741         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
13742         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
13744 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
13746         * frame.el (x-focus-frame): Mark as declared in frame.c.
13748 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13750         * ls-lisp.el: Use advice-add.
13751         (original-insert-directory): Remove.
13752         (ls-lisp--insert-directory): Rename from insert-directory; add
13753         `orig-fun' argument.
13754         (insert-directory): Advise.
13756 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
13758         * term.el (term-emulate-terminal): Decode the command string
13759         before passing it to term-command-hook.  (Bug#15337)
13761 2013-09-13  Glenn Morris  <rgm@gnu.org>
13763         * eshell/esh-util.el (ange-cache): Move declaration earlier.
13765         * eshell/esh-ext.el (eshell-search-path): Declare.
13767         * eshell/em-prompt.el (eshell/pwd): Autoload it.
13768         Otherwise an error occurs if eshell-dirs module not loaded.
13770         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
13772 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
13774         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
13775         `tramp-check-proper-host'.  Check for a valid method name.
13777         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13778         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13779         * net/tramp-sh.el (tramp-maybe-open-connection):
13780         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
13782         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
13783         also for hash values.
13785 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13787         * term/ns-win.el (parameters): Don't declare as dynamic.
13788         (before-make-frame-hook): Don't add ineffective function.
13790         * eshell/*.el: Use lexical-binding (bug#15231).
13792 2013-09-12  Kenichi Handa  <handa@gnu.org>
13794         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
13796 2013-09-12  Glenn Morris  <rgm@gnu.org>
13798         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
13799         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
13801         * subr.el (do-after-load-evaluation): Also give compiler warnings
13802         when obsolete files are used (except by obsolete files).
13804         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
13805         in the status output, assume `filename' is the first.  (Bug#15322)
13807         * vc/vc.el (vc-deduce-fileset): Doc fix.
13809         * calc/calc-help.el (Info-goto-node):
13810         * progmodes/cperl-mode.el (Info-find-node):
13811         * vc/ediff.el (Info-goto-node): Update declarations.
13813         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
13815         * vc/vc-bzr.el (vc-compilation-mode): Declare.
13816         (vc-bzr-pull): Require vc-dispatcher.
13817         * vc/vc-git.el (vc-compilation-mode): Declare.
13818         (vc-git-pull): Require vc-dispatcher.
13820         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
13822         * progmodes/octave.el (help-button-action): Declare.
13824         * shell.el (shell-directory-tracker): Output error as a message
13825         rather than just returning it as a string.
13826         (shell-process-pushd): Remove useless use of message.
13828         * dframe.el (dframe-timer-fn):
13829         * files.el (dir-locals-read-from-file):
13830         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
13831         (mpc-format):
13832         * reveal.el (reveal-post-command):
13833         * saveplace.el (load-save-place-alist-from-file):
13834         * shell.el (shell-resync-dirs):
13835         * w32-common-fns.el (x-get-selection-value):
13836         * emacs-lisp/copyright.el (copyright-find-copyright):
13837         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
13838         * emulation/tpu-edt.el (tpu-copy-keyfile):
13839         * play/bubbles.el (bubbles--mark-neighbourhood):
13840         * progmodes/executable.el
13841         (executable-make-buffer-file-executable-if-script-p):
13842         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
13844 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13846         Cleanup Eshell to rely less on dynamic scoping.
13847         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
13848         last-value, and ext-command here.  Bind `args' closer to `body'.
13849         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
13850         (eshell--args): Declare new dynamic var.
13851         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
13852         last-value, and ext-command.  Pass `args' to `body'.
13853         (eshell-process-args): Bind eshell--args.
13854         (eshell-set-option): Use eshell--args.
13855         * eshell/eshell.el (eshell): Use derived-mode-p.
13856         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
13857         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
13858         (eshell-glob-function): Declare.
13859         * eshell/esh-util.el: Require cl-lib.
13860         (eshell-read-hosts-file): Avoid add-to-list.
13861         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
13862         `err'.
13863         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
13864         Declare.
13865         (eshell/diff): Remove unused var `err'.
13866         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
13867         `killflag'.
13868         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
13869         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
13870         first use.
13871         * eshell/em-glob.el (eshell-glob-matches, message-shown):
13872         Move declaration before first use.
13873         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
13874         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
13875         rely on cl-return.
13877 2013-09-12  Glenn Morris  <rgm@gnu.org>
13879         * term/ns-win.el (global-map): Remove binding for ispell-next,
13880         deleted 1999-05-29.  (Bug#15357)
13882 2013-09-11  Glenn Morris  <rgm@gnu.org>
13884         * echistory.el (electric-command-history): Remove call to deleted func.
13886         * play/landmark.el (landmark-mode): Fix typos.
13888         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
13889         Check cvs-sort-ignore-file is bound.
13891         * savehist.el: No need for cl when compiling on Emacs.
13893 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13895         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
13896         (bug#15338).
13897         (eshell-self-insert-command, eshell-send-invisible):
13898         Remove unused argument.
13899         (eshell-handle-control-codes): Remove unused var `orig'.
13900         Avoid delete-backward-char.
13902         * files.el (set-auto-mode): Simplify a bit further.
13904 2013-09-11  Glenn Morris  <rgm@gnu.org>
13906         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
13907         (set-auto-mode): Don't regexp-quote elements.
13908         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
13909         * progmodes/cc-mode.el (interpreter-mode-alist):
13910         * progmodes/ruby-mode.el (interpreter-mode-alist):
13911         Revert previous change.
13913 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13915         * play/snake.el (snake-mode):
13916         * play/mpuz.el (mpuz-mode):
13917         * play/landmark.el (lm-mode):
13918         * play/blackbox.el (blackbox-mode):
13919         * play/5x5.el (5x5-mode):
13920         * obsolete/options.el (Edit-options-mode):
13921         * net/quickurl.el (quickurl-list-mode):
13922         * net/newst-treeview.el (newsticker-treeview-mode):
13923         * mail/rmailsum.el (rmail-summary-mode):
13924         * mail/mspools.el (mspools-mode):
13925         * locate.el (locate-mode):
13926         * ibuffer.el (ibuffer-mode):
13927         * emulation/ws-mode.el (wordstar-mode):
13928         * emacs-lisp/debug.el (debugger-mode):
13929         * array.el (array-mode):
13930         * net/eudc.el (eudc-mode): Use define-derived-mode.
13931         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
13932         Move initialization into declaration.
13933         (mairix-searches-mode): Use define-derived-mode.
13934         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
13935         (eudc-edit-hotlist): Use dolist.
13936         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
13937         (Man-mode): Use define-derived-mode.
13938         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
13939         (Info-edit-mode): Use define-derived-mode.
13940         (Info-cease-edit): Use Info-mode.
13941         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
13942         into declaration.
13943         (eshell-mode): Use define-derived-mode.
13944         * chistory.el (command-history-mode-map): Rename from
13945         command-history-map.
13946         (command-history-mode): Use define-derived-mode.
13947         (Command-history-setup): Remove function.
13948         * calc/calc.el (calc-trail-mode-map): New var.
13949         (calc-trail-mode): Use define-derived-mode.
13950         (calc-trail-buffer): Set calc-main-buffer manually.
13951         * bookmark.el (bookmark-insert-annotation): New function.
13952         (bookmark-edit-annotation): Use it.
13953         (bookmark-edit-annotation-mode): Make it a proper major mode.
13954         (bookmark-send-edited-annotation): Use derived-mode-p.
13955         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
13956         closer to its ideal place.  Use \' to match EOS.
13958         * profiler.el (profiler-calltree-find): Use function-equal.
13960 2013-09-10  Glenn Morris  <rgm@gnu.org>
13962         * files.el (interpreter-mode-alist): Convert to regexps.
13963         (set-auto-mode): Adapt for this.  (Bug#15306)
13964         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
13965         Comment out unused variable.
13966         * progmodes/cc-mode.el (interpreter-mode-alist):
13967         * progmodes/python.el (interpreter-mode-alist):
13968         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
13969         * progmodes/sh-script.el (sh-set-shell):
13970         No longer use interpreter-mode-alist to get list of shells.
13972         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
13974 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13976         * simple.el: Use set-temporary-overlay-map for universal-argument.
13977         (universal-argument-map): Don't use default-bindings (bug#15317).
13978         Bind switch-frame explicitly.  Replace universal-argument-minus with
13979         a conditional binding.
13980         (universal-argument-num-events, saved-overriding-map): Remove.
13981         (restore-overriding-map): Remove.
13982         (universal-argument--mode): Rename from save&set-overriding-map,
13983         and rewrite.
13984         (universal-argument, universal-argument-more, negative-argument)
13985         (digit-argument): Adjust accordingly.
13986         (universal-argument-minus): Remove.
13987         (universal-argument-other-key): Remove.
13989         * subr.el (with-demoted-errors): Add `format' argument.
13991 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
13993         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
13994         `tramp-cleanup-connection'.
13996         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
13997         parameters KEEP-DEBUG and KEEP-PASSWORD.
13999         * net/tramp.el (tramp-file-name-handler):
14000         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
14001         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14002         (tramp-maybe-open-connection):
14003         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14004         Use `tramp-cleanup-connection'.
14006         * net/tramp-sh.el (tramp-maybe-open-connection):
14007         Catch 'uname-changed inside the progress reporter.
14009 2013-09-10  Glenn Morris  <rgm@gnu.org>
14011         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
14013         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
14014         returns "alternate access method" in mode (eg "-rw-r--r--.").
14016 2013-09-08  Glenn Morris  <rgm@gnu.org>
14018         * saveplace.el (load-save-place-alist-from-file):
14019         Demote errors.  (Bug#15305)
14021 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
14023         Improve compatibility with older Emacsen, and XEmacs.
14025         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
14026         only if it is bound.  It isn't for XEmacs.
14027         (with-tramp-progress-reporter): Do not let-bind `result'.
14028         This yields to scoping errors in XEmacs.
14029         (tramp-handle-make-auto-save-file-name): New function, moved from
14030         tramp-sh.el.
14032         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
14033         for `make-auto-save-file-name'.
14034         (tramp-adb--gnu-switches-to-ash):
14035         Use `tramp-compat-replace-regexp-in-string'.
14037         * net/tramp-cache.el (tramp-cache-print): Call
14038         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
14040         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
14041         bound.  It isn't for XEmacs.
14043         * net/tramp-compat.el (tramp-compat-copy-file):
14044         Catch `wrong-number-of-arguments' error.
14045         (tramp-compat-replace-regexp-in-string): New defun.
14047         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
14048         for `make-auto-save-file-name'.
14049         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
14050         `copy-file'.
14051         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
14052         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
14053         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
14055         * net/tramp-gw.el (tramp-gw-open-network-stream):
14056         Use `tramp-compat-replace-regexp-in-string'.
14058         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
14059         Call `tramp-handle-make-auto-save-file-name'.
14060         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
14061         (tramp-sh-file-gvfs-monitor-dir-process-filter)
14062         (tramp-sh-file-inotifywait-process-filter):
14063         Use `tramp-compat-replace-regexp-in-string'.
14064         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
14066         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
14067         for `make-auto-save-file-name'.
14068         (tramp-smb-handle-copy-directory):
14069         Call `tramp-compat-replace-regexp-in-string'.
14070         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
14071         (tramp-smb-handle-copy-file): Improve error message.
14072         (tramp-smb-handle-rename-file): Rename directly only in case
14073         `newname' does not exist yet.  This is a restriction of smbclient.
14074         (tramp-smb-maybe-open-connection): Rerun the function only when
14075         `auth-sources' is non-nil.
14077 2013-09-08  Kenichi Handa  <handa@gnu.org>
14079         * international/characters.el: Set category "^" (Combining) for
14080         more characters.
14082 2013-09-07  Alan Mackenzie  <acm@muc.de>
14084         Correctly fontify Java class constructors.
14085         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
14086         in Java Mode.
14087         (c-recognize-typeless-decls): Set the Java value to t.
14088         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14089         While handling a "(", add a check for, effectively, Java, and handle a
14090         "typeless" declaration there.
14092 2013-09-07  Roland Winkler  <winkler@gnu.org>
14094         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
14095         field subtitle for entry type book.
14097 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14099         * minibuffer.el: Make minibuffer-complete call completion-in-region
14100         rather than other way around.
14101         (completion--some, completion-pcm--find-all-completions):
14102         Don't delay signals when debugging.
14103         (minibuffer-completion-contents): Beware fields within the
14104         minibuffer contents.
14105         (completion-all-sorted-completions): Use defvar-local.
14106         (completion--do-completion, completion--cache-all-sorted-completions)
14107         (completion-all-sorted-completions, minibuffer-force-complete):
14108         Add args `beg' and `end'.
14109         (completion--in-region-1): New fun, extracted from minibuffer-complete.
14110         (minibuffer-complete): Use completion-in-region.
14111         (completion-complete-and-exit): New fun, extracted from
14112         minibuffer-complete-and-exit.
14113         (minibuffer-complete-and-exit): Use it.
14114         (completion--complete-and-exit): Rename from
14115         minibuffer--complete-and-exit.
14116         (completion-in-region--single-word): New function, extracted from
14117         minibuffer-complete-word.
14118         (minibuffer-complete-word): Use it.
14119         (display-completion-list): Make `common-substring' argument obsolete.
14120         (completion--in-region): Call completion--in-region-1 instead of
14121         minibuffer-complete.
14122         (completion-help-at-point): Pass boundaries to
14123         minibuffer-completion-help as args rather than via an overlay.
14124         (completion-pcm--string->pattern): Use `any-delim'.
14125         (completion-pcm--optimize-pattern): New function.
14126         (completion-pcm--pattern->regex): Handle `any-delim'.
14127         * icomplete.el (icomplete-forward-completions)
14128         (icomplete-backward-completions, icomplete-completions):
14129         Adjust calls to completion-all-sorted-completions and
14130         completion--cache-all-sorted-completions.
14131         (icomplete-with-completion-tables): Default to t.
14132         * emacs-lisp/crm.el (crm--current-element): Rename from
14133         crm--select-current-element.  Don't put an overlay but return the
14134         boundaries instead.
14135         (crm--completion-command): Take two new args to bind to the boundaries.
14136         (crm-completion-help): Adjust accordingly.
14137         (crm-complete): Use completion-in-region.
14138         (crm-complete-word): Use completion-in-region--single-word.
14139         (crm-complete-and-exit): Use completion-complete-and-exit.
14141 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14143         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
14144         than dynamically.
14146 2013-09-06  Juri Linkov  <juri@jurta.org>
14148         * info.el (Info-display-images-node): When image file doesn't exist
14149         display text version of the image if it's provided in the Info file.
14150         Otherwise, display the location of missing image from SRC attribute.
14151         Add help-echo text property from ALT attribute.  (Bug#15279)
14153 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14155         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
14156         (edit-abbrevs-mode): Use define-derived-mode.
14158         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
14159         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
14160         that it's defined.
14161         (epa-key-list-mode, epa-key-mode, epa-info-mode):
14162         Use define-derived-mode.
14164         * epg.el (epg-start-encrypt): Minor CSE simplification.
14166 2013-09-06  William Xu  <william.xwl@gmail.com>
14168         * arc-mode.el: Add support for 7za (bug#15264).
14169         (archive-7z-program): New var.
14170         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
14171         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
14172         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
14174 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
14176         Remove URL syntax.
14178         * net/tramp.el (tramp-syntax, tramp-prefix-format)
14179         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
14180         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
14181         (tramp-postfix-host-format, tramp-file-name-regexp)
14182         (tramp-completion-file-name-regexp)
14183         (tramp-completion-dissect-file-name)
14184         (tramp-handle-substitute-in-file-name): Remove 'url case.
14185         (tramp-file-name-regexp-url)
14186         (tramp-completion-file-name-regexp-url): Remove constants.
14188 2013-09-06  Glenn Morris  <rgm@gnu.org>
14190         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
14192 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
14194         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
14195         keywords" below "here-doc beginnings" (Bug#15270).
14197 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14199         * subr.el (pop): Use `car-safe'.
14200         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
14201         to detect unused `pop' return value.
14203         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
14204         var `block-regexp'.
14205         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
14206         (python-fill-string): Remove unused var `marker'.
14207         (python-skeleton-add-menu-items): Remove unused var `items'.
14209         * international/mule-cmds.el: Require CL.
14210         (find-coding-systems-for-charsets): Avoid add-to-list.
14211         (sanitize-coding-system-list): New function, extracted from
14212         select-safe-coding-system-interactively.
14213         (select-safe-coding-system-interactively): Use it.
14214         (read-input-method-name): Accept symbols for `default'.
14216         * emacs-lisp/advice.el (defadvice): Add indent rule.
14218 2013-09-05  Daniel Hackney  <dan@haxney.org>
14220         * dired-x.el:
14221         * net/ange-ftp.el:
14222         * net/browse-url.el:
14223         * net/dbus.el:
14224         * net/eudc.el:
14225         * net/eudcb-ldap.el:
14226         * net/eww.el:
14227         * net/imap.el:
14228         * printing.el:
14229         * vc/ediff-diff.el:
14230         * vc/ediff-init.el:
14231         * vc/ediff-merg.el:
14232         * vc/ediff-mult.el:
14233         * vc/ediff-util.el:
14234         * vc/ediff-wind.el:
14235         * vc/ediff.el:
14236         * vc/emerge.el:
14237         * vc/pcvs.el:
14238         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
14239         byte compiler.  Remove some unused let-bound variables.
14241 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14243         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
14244         a "ref-cell", since it gets better optimized (bug#14883).
14246 2013-09-05  Glenn Morris  <rgm@gnu.org>
14248         * progmodes/cc-awk.el (c-forward-sws): Declare.
14250 2013-09-04  Glenn Morris  <rgm@gnu.org>
14252         * generic-x.el [rul-generic-mode]: Require cc-mode.
14253         (c++-mode-syntax-table): Declare.
14254         (rul-generic-mode-syntax-table): Init in the defvar.
14256 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14258         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
14259         (vc-do-command, vc-set-async-update):
14260         * vc/vc-mtn.el (vc-mtn-dir-status):
14261         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
14262         (vc-hg-pull, vc-hg-merge-branch):
14263         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
14264         (vc-git-merge-branch):
14265         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
14266         (vc-cvs-dir-status-files):
14267         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
14268         (vc-bzr-dir-status-files):
14269         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
14270         * vc/vc-annotate.el: Use lexical-binding.
14271         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
14272         (vc-sentinel-movepoint): Declare.
14273         (vc-annotate): Don't use `goto-line'.
14274         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
14275         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
14276         (vc-sentinel-movepoint): Declare.
14277         * vc/vc-svn.el: Use lexical-binding.
14278         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
14279         * vc/vc-sccs.el:
14280         * vc/vc-rcs.el: Use lexical-binding.
14282         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
14283         `deleted'.  Don't drop errors silently.
14285         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
14287 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
14289         * vc/vc.el (vc-ignore): Rewrite.
14290         (vc-default-ignore): New function.
14291         (vc-default-ignore-completion-table): Use find-ignore-file.
14293         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
14294         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
14295         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
14296         Remove.  Most code moved to vc.el.
14298 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14300         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
14301         * net/tramp-smb.el (tramp-smb-get-file-entries):
14302         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
14303         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
14305         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
14306         Update call to it.
14307         (eww-change-select): Remove unused var `properties'.
14308         (eww-make-unique-file-name): Remove unused var `base'.
14310         * finder.el (finder-compile-keywords): Don't mess with windows.
14312         * calculator.el (calculator-funcall): Fix typo in last change.
14314         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
14316         * emacs-lisp/package.el (package-activate-1): Don't let a missing
14317         <pkg>-autoloads.el file stop us.
14319         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14320         warnings, and factor out common code.
14322 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
14324         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
14325         two-character operators and whether the character preceding them
14326         changes their meaning (Bug#15208).
14328 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14330         Format code sent to Python shell for robustness.
14331         * progmodes/python.el (python-shell-buffer-substring):
14332         New function.
14333         (python-shell-send-region, python-shell-send-buffer): Use it.
14335 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
14337         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
14338         * net/tramp.el (tramp-user-error): ... here.
14339         (tramp-find-method, tramp-check-proper-host)
14340         (tramp-dissect-file-name, tramp-debug-message)
14341         (tramp-handle-shell-command):
14342         * net/tramp-adb.el (tramp-adb-handle-shell-command):
14343         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
14345         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
14347 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
14349         * avoid.el (mouse-avoidance-point-position)
14350         (mouse-avoidance-too-close-p): Handle case where posn-at-point
14351         returns nil.
14353 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14355         * progmodes/python.el (python-shell-completion-get-completions):
14356         Drop use of deleted `comint-last-prompt-overlay'.
14357         (python-nav-if-name-main): New command.
14359 2013-09-01  Glenn Morris  <rgm@gnu.org>
14361         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14362         Avoid leading space in $wins.  Otherwise the sed command used by
14363         eg compile-main ends up containing "/*.el".  (Bug#15170)
14365         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
14367 2013-08-30  Glenn Morris  <rgm@gnu.org>
14369         * emacs-lisp/bytecomp.el (byte-recompile-directory):
14370         Fix is-this-a-directory logic.  (Bug#15220)
14372 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14374         * textmodes/css-mode.el: Use SMIE.
14375         (css-smie-grammar): New var.
14376         (css-smie--forward-token, css-smie--backward-token)
14377         (css-smie-rules): New functions.
14378         (css-mode): Use them.
14379         (css-navigation-syntax-table): Remove var.
14380         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
14381         (css-indent-calculate, css-indent-line): Remove functions.
14383         Misc changes to reduce use of `(lambda...); and other cleanups.
14384         * cus-edit.el: Use lexical-binding.
14385         (customize-push-and-save, customize-apropos)
14386         (custom-buffer-create-internal): Use closures.
14387         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
14388         * progmodes/ada-xref.el: Use setq.
14389         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
14390         * dframe.el: Use lexical-binding.
14391         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
14392         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
14393         * descr-text.el: Use lexical-binding.
14394         (describe-text-widget, describe-text-sexp, describe-property-list):
14395         Use closures.
14396         * comint.el (comint-history-isearch-push-state): Use a closure.
14397         * calculator.el: Use lexical-binding.
14398         (calculator-number-to-string): Make it work with lexical-binding.
14399         (calculator-funcall): Same and use cl-letf.
14401         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
14402         (lisp--company-doc-string, lisp--company-location): New functions.
14403         (lisp-completion-at-point): Use them to improve Company support.
14405         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
14406         params of lambda expressions.
14407         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
14408         (ruby-smie--opening-pipe-p): New function.
14409         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
14410         symbols and matched |...| for formal params.
14411         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
14412         from being treated as hanging.  Handle "rescue".
14414 2013-08-29  Glenn Morris  <rgm@gnu.org>
14416         * progmodes/cc-engine.el (c-pull-open-brace):
14417         Move definition before use.
14419 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14421         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
14422         are immutable.  Don't use `unsafe' any more.
14423         (cl--defsubst-expand): Don't substitute at the same time as keeping
14424         a residual unused let-binding.  Don't use `unsafe' any more.
14426 2013-08-29  Glenn Morris  <rgm@gnu.org>
14428         * calendar/cal-china.el (calendar-chinese-year-cache):
14429         Recenter on 2015.
14431         * nxml/nxml-util.el (nxml-debug-clear-inside):
14432         Use cl-loop rather than loop.
14434         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
14436         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
14438 2013-08-28  Glenn Morris  <rgm@gnu.org>
14440         * progmodes/antlr-mode.el: No need to require cc-mode twice.
14442         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
14444         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
14446 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14448         * simple.el (repeat-complex-command--called-interactively-skip):
14449         New function.
14450         (repeat-complex-command): Use it (bug#14136).
14452         * progmodes/cc-mode.el: Minor cleanup of var declarations.
14453         (c-define-abbrev-table): Add `doc' argument.
14454         (c-mode-abbrev-table, c++-mode-abbrev-table)
14455         (objc-mode-abbrev-table, java-mode-abbrev-table)
14456         (idl-mode-abbrev-table, pike-mode-abbrev-table)
14457         (awk-mode-abbrev-table): Use it.
14458         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
14459         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
14460         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
14461         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
14462         Move initialization into the declaration; and remove any
14463         autoload cookie.
14465         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
14466         and dynamic let binding.
14468         * vc/smerge-mode.el: Remove redundant :group args.
14470         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
14471         to load-path.
14473 2013-08-28  Juri Linkov  <juri@jurta.org>
14475         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
14476         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
14477         (isearch-other-meta-char): Handle an undefined shifted printing
14478         character by downshifting it.  (Bug#15200)
14480 2013-08-28  Juri Linkov  <juri@jurta.org>
14482         * isearch.el (isearch-search): Change regexp error message for
14483         non-regexp searches.  (Bug#15166)
14485 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14487         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
14488         for portability to hosts where /bin/sh has problems.
14490 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14492         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
14494 2013-08-27  Juri Linkov  <juri@jurta.org>
14496         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
14497         in the keyboard macro.  (Bug#15126)
14499 2013-08-27  Juri Linkov  <juri@jurta.org>
14501         * isearch.el (isearch-quote-char): Comment out converting unibyte
14502         to multibyte, thus syncing with its `quoted-insert' counterpart.
14503         (Bug#15166)
14505 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
14507         * window.el (display-buffer-use-some-window): Add missing
14508         argument in call of get-largest-window (Bug#15185).
14509         Reported by Stephen Leake.
14511 2013-08-27  Glenn Morris  <rgm@gnu.org>
14513         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
14515 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14517         * progmodes/python.el (python-font-lock-keywords): Don't return nil
14518         from a matcher-function unless there's no more matches (bug#15161).
14520 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
14522         * minibuffer.el: Revert change from 2013-08-20.
14524         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
14525         with text property `tramp-default', if appropriate.
14526         (tramp-check-proper-host): New defun.
14527         (tramp-dissect-file-name): Do not check hostname.  Revert change
14528         of 2013-03-18.
14529         (tramp-backtrace): Make VEC-OR-PROC optional.
14531         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
14532         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
14533         * net/tramp-sh.el (tramp-maybe-open-connection):
14534         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14535         Apply `tramp-check-proper-host'.
14537 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
14539         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
14540         lambda expression in order to have `describe-variable' display it.
14542 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
14544         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
14545         BUF can be optional.  (Bug#15186)
14547 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
14549         * progmodes/flymake.el (flymake-get-real-file-name-function):
14550         Fix broken customization.  (Bug#15184)
14552 2013-08-25  Alan Mackenzie  <acm@muc.de>
14554         Improve indentation of bracelists defined by macros (without "=").
14556         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
14557         expansion begins with "{", regard it as bracelist when it doesn't
14558         contain a ";".
14560         Parse C++ inher-intro when there's a template split over 2 lines.
14562         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
14563         rigorously the search for "class" etc. followed by ":".
14565         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
14566         random languages a regexp which never matches rather than nil.
14568         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
14570         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
14571         (c-awk-regexp-one-line-possibly-open-char-list-re)
14572         (c-awk-one-line-possibly-open-regexp-re)
14573         (c-awk-one-line-non-syn-ws*-re): Remove.
14574         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
14575         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
14576         (c-awk-space*-unclosed-regexp-/-re): New constants.
14577         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
14578         aren't regexp delimiters.
14580         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
14581         handling for a rare situation in AWK Mode involving unterminated
14582         strings/regexps.
14584 2013-08-23  Glenn Morris  <rgm@gnu.org>
14586         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
14588         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
14590         * files.el (create-file-buffer): If the result would begin with
14591         spaces, prepend a "|" instead of removing them.  (Bug#15162)
14593 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14595         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
14596         text-properties (bug#15155).
14598         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
14599         exist any more.
14600         (calc-keypad-redraw): Remove unused var `pad'.
14601         (calc-keypad-press): Remove unused var `menu'.
14603 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
14605         * window.el (display-buffer-pop-up-frame):
14606         Call pop-up-frame-function with BUFFER current so `make-frame' will
14607         use it as the new frame's buffer (Bug#15133).
14609 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14611         * calendar/timeclock.el: Minor cleanups.
14612         (timeclock-ask-before-exiting, timeclock-use-display-time):
14613         Use `symbol'.
14614         (timeclock-modeline-display): Define as alias before the
14615         actual definition.
14616         (timeclock-mode-line-display): Use define-minor-mode.
14617         (timeclock-day-list-template): Make it a function, add an argument.
14618         (timeclock-day-list-required, timeclock-day-list-length)
14619         (timeclock-day-list-debt, timeclock-day-list-span)
14620         (timeclock-day-list-break): Adjust calls accordingly.
14622 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14624         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
14625         Use read--expression so that completion works again.
14627 2013-08-21  Sam Steingold  <sds@gnu.org>
14629         Add rudimentary inferior shell interaction
14630         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
14631         (sh-set-shell): Reset it.
14632         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
14633         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
14635 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14637         * align.el: Use lexical-binding.
14638         (align-region): Simplify accordingly.
14640 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
14642         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
14644         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
14645         `non-essential' up.
14647 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
14649         * net/tramp.el:
14650         * net/tramp-adb.el:
14651         * net/tramp-cmds.el:
14652         * net/tramp-ftp.el:
14653         * net/tramp-gvfs.el:
14654         * net/tramp-gw.el:
14655         * net/tramp-sh.el: Don't wrap external variable declarations by
14656         `eval-when-compile'.
14658 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14660         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
14661         now that Emacs supports ImageMagick animations.
14663 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
14665         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
14666         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
14668 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
14670         * window.el (mouse-autoselect-window-select): Do autoselect when
14671         mouse pointer is on margin.
14673 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
14675         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
14677 2013-08-16  Glenn Morris  <rgm@gnu.org>
14679         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
14680         Handle "Remote Directory" response of some clients.  (Bug#15058)
14682         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
14683         Tweak warning.  (Bug#14926)
14685         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
14686         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
14688         * image-mode.el (image-mode-map): Add menu items to reverse,
14689         increase, decrease, reset animation speed.
14690         (image--set-speed, image-increase-speed, image-decrease-speed)
14691         (image-reverse-speed, image-reset-speed): New functions.
14692         (image-mode-map): Add bindings for speed commands.
14694         * image.el (image-animate-get-speed, image-animate-set-speed):
14695         New functions.
14696         (image-animate-timeout): Respect image :speed property.
14698 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14700         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
14701         previous line (bug#15101).
14702         (debugger-eval-expression, debugger-record-expression):
14703         Use read--expression (bug#15102).
14705 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
14707         Remove byte compiler warnings, visible when compiling with
14708         `byte-compile-force-lexical-warnings' set to t.
14710         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
14711         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
14712         (tramp-handle-unhandled-file-name-directory)
14713         (tramp-handle-file-notify-add-watch, tramp-action-login)
14714         (tramp-action-succeed, tramp-action-permission-denied)
14715         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
14716         arguments with "_".
14718         * net/tramp-adb.el (tramp-adb-parse-device-names)
14719         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
14720         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
14721         (tramp-adb-handle-file-truename): Remove unused arguments.
14723         * net/tramp-cache.el (tramp-flush-directory-property)
14724         (tramp-flush-connection-property, tramp-list-connections)
14725         (tramp-parse-connection-properties): Prefix unused arguments with "_".
14727         * net/tramp-compat.el (tramp-compat-make-temp-file):
14728         Rename FILENAME to F.
14730         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
14731         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
14732         (tramp-zeroconf-parse-workstation-device-names)
14733         (tramp-zeroconf-parse-webdav-device-names)
14734         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
14736         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
14737         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
14739         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
14740         arguments.
14741         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
14742         (tramp-sh-handle-insert-file-contents-literally)
14743         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
14744         with "_".
14745         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
14746         Remove unused variables.
14748         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14749         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
14750         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
14752         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
14753         Make them a defconst.
14754         (tramp-uuencode-region): Remove unused variable.
14756 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
14758         * frameset.el (frameset--prop-setter): New function.
14759         (frameset-prop): Add gv-setter declaration.
14760         (frameset-filter-minibuffer): Deal with the case that the minibuffer
14761         parameter was already set in FILTERED.  Doc fix.
14762         (frameset--record-minibuffer-relationships): Allow saving a
14763         minibufferless frame without its corresponding minibuffer frame.
14764         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
14765         frame, if the frame id matches.
14766         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
14767         frames before orphaned ones.
14768         (frameset-restore): Warn about orphaned windows, instead of error out.
14770 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
14772         * window.el (window-make-atom): Don't overwrite parameter
14773         already present.
14774         (display-buffer-in-atom-window): Handle special case where we
14775         split an already atomic window.
14776         (window--major-non-side-window, display-buffer-in-side-window)
14777         (window--side-check): Ignore minibuffer window when walking
14778         window tree.
14779         (window-deletable-p): Return 'frame only if no other frame uses
14780         our minibuffer window.
14781         (record-window-buffer): Run buffer-list-update-hook.
14782         (split-window): Make sure window--check-frame won't destroy an
14783         existing atomic window in case the new window gets nested
14784         inside.
14785         (display-buffer-at-bottom): Ignore minibuffer window when
14786         walking window tree.  Don't split a side window.
14787         (pop-to-buffer): Don't set-buffer here, the select-window call
14788         should do that.
14789         (mouse-autoselect-window-select): Autoselect only if we are in the
14790         text portion of the window.
14792 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14794         * net/shr.el (shr-parse-image-data): New function to grab both the
14795         data itself and the Content-Type.
14796         (shr-put-image): Use it.
14798         * net/eww.el (eww-display-image): Ditto.
14800         * image.el (image-content-type-suffixes): New variable.
14802 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14804         * progmodes/python.el (python-imenu--build-tree)
14805         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
14807 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
14809         * simple.el (backward-word): Mention the optional argument.
14811 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14813         * frameset.el (frameset--make): Rename constructor from make-frameset.
14814         (frameset-p, frameset-valid-p): Don't autoload.
14815         (frameset-valid-p): Use normal accessors.
14817 2013-08-13  Glenn Morris  <rgm@gnu.org>
14819         * progmodes/compile.el (compile-command): Tweak example in doc.
14820         * obsolete/scribe.el (scribe-mode):
14821         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
14823         * mail/feedmail.el (feedmail-confirm-outgoing)
14824         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
14826         * cus-start.el (truncate-partial-width-windows): Fix type.
14828         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
14830         * net/shr.el (shr-table-horizontal-line): Fix custom type.
14832 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14834         * emacs-lisp/timer.el (timer--time-setter): New function.
14835         (timer--time): Use it as gv-setter.
14837         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
14838         setter is not a symbol.
14840 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
14842         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
14843         if sending fails.  This makes debugging easier.
14845 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
14847         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
14848         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
14849         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
14851 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
14853         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
14855 2013-08-12  Glenn Morris  <rgm@gnu.org>
14857         * format.el (format-annotate-function):
14858         Handle read-only text properties in the source.  (Bug#14887)
14860 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14862         * net/eww.el (eww-display-html): Ignore coding system errors.
14863         One web site uses "utf-8lias" as the coding system.
14865 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
14867         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
14869 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
14871         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
14872         (tutorial--detailed-help): Remove unused local variables.
14873         (tutorial--save-tutorial-to): Use ignore-errors.
14874         (help-with-tutorial): Use looking-at-p.
14876         * view.el (view-buffer-other-window, view-buffer-other-frame):
14877         Mark unused arguments.
14879         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
14880         (woman-select-symbol-fonts, woman, woman-find-file)
14881         (woman-insert-file-contents, woman-non-underline-faces):
14882         Use string-match-p.
14883         (woman1-unquote): Move declaration.
14885         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
14886         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
14887         argument.  Remove unused local variable.
14888         (xml-parse-elem-type): Use string-match-p.
14889         (xml-substitute-numeric-entities): Use ignore-errors.
14891         * calculator.el (calculator): Mark unused argument.
14892         (calculator-paste, calculator-quit, calculator-integer-p):
14893         Use ignore-errors.
14894         (calculator-string-to-number, calculator-decimal, calculator-exp)
14895         (calculator-op-or-exp): Use string-match-p.
14897         * dired.el (dired-buffer-more-recently-used-p): Declare.
14898         (dired-insert-set-properties, dired-insert-old-subdirs):
14899         Use ignore-errors.
14901         * dired-aux.el (dired-compress): Use ignore-errors.
14902         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
14903         (dired-do-async-shell-command, dired-do-shell-command)
14904         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
14905         (dired-insert-subdir-validate): Use string-match-p.
14906         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
14907         (dired-add-entry): Use string-match-p, looking-at-p.
14908         (dired-insert-subdir-newpos): Remove unused local variable.
14910         * filenotify.el (file-notify-callback): Remove unused local variable.
14912         * filesets.el (filesets-error): Mark unused argument.
14913         (filesets-which-command-p, filesets-filter-dir-names)
14914         (filesets-directory-files, filesets-get-external-viewer)
14915         (filesets-ingroup-get-data): Use string-match-p.
14917         * find-file.el (ff-other-file-name, ff-other-file-name)
14918         (ff-find-the-other-file, ff-cc-hh-converter):
14919         Remove unused local variables.
14920         (ff-get-file-name): Use string-match-p.
14921         (ff-all-dirs-under): Use ignore-errors.
14923         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
14924         (follow-select-if-visible): Remove unused local variable.
14926         * forms.el (read-file-filter): Move declaration.
14927         (forms--make-format, forms--make-parser, forms-insert-record):
14928         Quote function with #'.
14929         (forms--update): Use string-match-p.  Quote function with #'.
14931         * help-mode.el (help-dir-local-var-def): Mark unused argument.
14932         (help-make-xrefs): Use looking-at-p.
14933         (help-xref-on-pp): Use looking-at-p, ignore-errors.
14935         * ibuffer.el (ibuffer-ext-visible-p): Declare.
14936         (ibuffer-confirm-operation-on): Use string-match-p.
14938         * msb.el (msb-item-handler, msb-dired-item-handler):
14939         Mark unused arguments.
14941         * ses.el (ses-decode-cell-symbol)
14942         (ses-kill-override): Remove unused local variable.
14943         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
14944         (ses-load): Use ignore-errors, looking-at-p.
14945         (ses-jump-safe): Use ignore-errors.
14946         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
14948         * tabify.el (untabify, tabify): Mark unused arguments.
14950         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
14951         Mark unused argument.
14952         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
14953         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
14955         * emacs-lisp/timer.el (timer--time): Define setter with
14956         gv-define-setter to avoid deprecation warning.
14958         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
14959         (*record-cmpl-statistics-p*): Remove (was commented out).
14960         (cmpl-statistics-block): Remove (body was commented out).
14961         All callers changed.
14962         (add-completions-from-buffer, load-completions-from-file):
14963         Remove unused variables.
14965 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
14967         * filecache.el (file-cache-delete-file-list):
14968         Print message only when told so.
14969         (file-cache-files-matching): Use #' in mapconcat argument.
14971         * ffap.el (ffap-url-at-point): Fix reference to variable
14972         thing-at-point-default-mail-uri-scheme.
14974 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14976         * subr.el (define-error): New function.
14977         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
14978         error-file-not-found and define with define-error.
14979         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
14980         and define with define-error.
14981         * userlock.el (file-locked, file-supersession):
14982         * simple.el (mark-inactive):
14983         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
14984         * progmodes/ada-mode.el (ada-mode-errors):
14985         * play/life.el (life-extinct):
14986         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
14987         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
14988         * nxml/rng-util.el (rng-error):
14989         * nxml/rng-uri.el (rng-uri-error):
14990         * nxml/rng-match.el (rng-compile-error):
14991         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
14992         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
14993         * nxml/nxml-rap.el (nxml-scan-error):
14994         * nxml/nxml-outln.el (nxml-outline-error):
14995         * net/soap-client.el (soap-error):
14996         * net/gnutls.el (gnutls-error):
14997         * net/ange-ftp.el (ftp-error):
14998         * mpc.el (mpc-proc-error):
14999         * json.el (json-error, json-readtable-error, json-unknown-keyword)
15000         (json-number-format, json-string-escape, json-string-format)
15001         (json-key-format, json-object-format):
15002         * jka-compr.el (compression-error):
15003         * international/quail.el (quail-error):
15004         * international/kkc.el (kkc-error):
15005         * emacs-lisp/ert.el (ert-test-failed):
15006         * calc/calc.el (calc-error, inexact-result, math-overflow)
15007         (math-underflow):
15008         * bookmark.el (bookmark-error-no-filename):
15009         * epg.el (epg-error): Define with define-error.
15011         * time.el (display-time-event-handler)
15012         (display-time-next-load-average): Don't call sit-for since it seems
15013         unnecessary (bug#15045).
15015         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
15016         Use #' instead of ' to quote functions.
15017         (checkdoc-output-mode): Use setq-local.
15018         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
15019         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
15020         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
15021         (checkdoc-ispell, checkdoc-ispell-current-buffer)
15022         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
15023         (checkdoc-ispell-message-text, checkdoc-ispell-start)
15024         (checkdoc-ispell-continue, checkdoc-ispell-comments)
15025         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
15027         * ido.el (ido-completion-help): Fix up compiler warning.
15029 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
15031         * frameset.el (frameset-p): Add autoload cookie.
15032         (frameset--jump-to-register): New function, based on code moved from
15033         register.el.
15034         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
15036         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
15037         (frameset-restore, frameset-save, frameset-session-filter-alist):
15038         Remove declarations.
15039         (register-alist): Doc fix.
15040         (frameset-to-register): Move to frameset.el.
15041         (jump-to-register, describe-register-1): Remove frameset-specific code.
15043 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15045         * allout-widgets.el (allout-widgets-pre-command-business)
15046         (allout-widgets-post-command-business)
15047         (allout-widgets-after-change-handler)
15048         (allout-decorate-item-and-context, allout-set-boundary-marker)
15049         (allout-body-modification-handler)
15050         (allout-graphics-modification-handler): Mark ignored arguments.
15051         (allout-widgets-post-command-business)
15052         (allout-widgets-exposure-change-processor)
15053         (allout-widgets-exposure-undo-processor)
15054         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
15055         (allout-parse-item-at-point, allout-decorate-item-guides)
15056         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
15057         * allout.el (epa-passphrase-callback-function): Declare.
15058         (allout-overlay-insert-in-front-handler)
15059         (allout-overlay-interior-modification-handler)
15060         (allout-isearch-end-handler, allout-chart-siblings)
15061         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
15062         (allout-yank-processing, allout-process-exposed)
15063         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
15064         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
15065         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
15066         (lisp-indent-defform): Mark ignored arguments.
15067         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
15068         (calculate-lisp-indent): Remove unused variables.
15069         * international/characters.el (indian-2-column, arabic-2-column)
15070         (tibetan): Mark ignored arguments.
15071         (use-cjk-char-width-table): Mark ignored arguments.
15072         Remove unused variables.
15073         * international/fontset.el (build-default-fontset-data)
15074         (x-compose-font-name, create-fontset-from-fontset-spec):
15075         Mark ignored arguments.
15076         (fontset-plain-name): Remove unused variables.
15077         * international/mule.el (charset-id, charset-bytes, generic-char-p)
15078         (keyboard-coding-system): Mark ignored arguments.
15079         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
15080         * help.el (resize-temp-buffer-window):
15081         * window.el (display-buffer-in-major-side-window)
15082         (display-buffer-in-side-window, display-buffer-in-previous-window):
15083         Remove unused variables.
15084         * isearch.el (isearch-forward-symbol):
15085         * version.el (emacs-bzr-version-bzr):
15086         * international/mule-cmds.el (current-language-environment):
15087         * term/common-win.el (x-handle-iconic, x-handle-geometry)
15088         (x-handle-display):
15089         * term/pc-win.el (x-list-fonts, x-display-planes)
15090         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
15091         (x-server-version, x-display-screens, x-display-mm-height)
15092         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
15093         (x-selection-owner-p, x-own-selection-internal)
15094         (x-disown-selection-internal, x-get-selection-internal)
15095         (msdos-initialize-window-system):
15096         * term/tty-colors.el (tty-color-alist, tty-color-clear):
15097         * term/x-win.el (x-handle-no-bitmap-icon):
15098         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
15099         (vc-default-find-file-hook, vc-default-extra-menu):
15100         Mark ignored arguments.
15102 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15104         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
15105         break-condition in the context of the debugged code (bug#12685).
15107 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
15109         * comint.el:
15110         Do not use an overlay to highlight the last prompt.  (Bug#14744)
15111         (comint-mode): Make comint-last-prompt buffer local.
15112         (comint-last-prompt): New variable.
15113         (comint-last-prompt-overlay): Remove.  Superseded by
15114         comint-last-prompt.
15115         (comint-snapshot-last-prompt, comint-output-filter):
15116         Use comint-last-prompt.
15118 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15120         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
15121         (frameset-save): Check validity of the resulting frameset.
15123 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
15125         * ido.el (ido-record-command): Add doc string.
15127 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15129         * frameset.el (frameset): Do not disable creation of the default
15130         frameset-p predicate.  Doc fix.
15131         (frameset-valid-p): New function, copied from the old predicate-p.
15132         Add additional checks.
15133         (frameset-restore): Check with frameset-valid-p.
15134         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
15135         (frameset-name, frameset-description, frameset-properties)
15136         (frameset-states): Add docstring.
15137         (frameset-session-filter-alist, frameset-persistent-filter-alist)
15138         (frameset-filter-alist): Doc fixes.
15140 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15142         * frameset.el (frameset-p, frameset-prop): Doc fixes.
15144 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15146         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
15147         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
15148         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
15149         (byte-compile-normal-call): Remove obsolescence check.
15151 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15153         * frameset.el (frameset-restore): Doc fix.
15155         * register.el (frameset-frame-id, frameset-frame-with-id)
15156         (frameset-p, frameset-restore, frameset-save): Declare.
15157         (register-alist): Document framesets.
15158         (frameset-session-filter-alist): Declare.
15159         (frameset-to-register): New function.
15160         (jump-to-register): Implement jumping to framesets.  Doc fix.
15161         (describe-register-1): Describe framesets.
15163         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
15165 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
15167         * desktop.el (desktop-save-frameset): Use new frameset-save args.
15168         Use lexical-binding.
15170         * frameset.el (frameset): Use type vector, not list (incompatible
15171         change).  Do not declare a new constructor, use the default one.
15172         Upgrade suggested properties `app', `name' and `desc' to slots `app',
15173         `name' and `description', respectively, and add read-only slot
15174         `timestamp'.  Doc fixes.
15175         (frameset-copy, frameset-persistent-filter-alist)
15176         (frameset-filter-alist, frameset-switch-to-gui-p)
15177         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
15178         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
15179         (frameset-filter-iconified, frameset-keep-original-display-p):
15180         Doc fixes.
15181         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
15182         Rename from frameset-filter-(save|restore)-param.  All callers changed.
15183         Doc fix.
15184         (frameset-p): Adapt to change to vector and be more thorough.
15185         Change arg name to OBJECT.  Doc fix.
15186         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
15187         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
15188         All callers changed.
15189         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
15190         All callers changed.
15191         (frameset--record-minibuffer-relationships): Rename from
15192         frameset--process-minibuffer-frames.  All callers changed.
15193         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
15194         Use new default constructor (again).  Doc fix.
15195         (frameset--find-frame-if): Rename from `frameset--find-frame'.
15196         All callers changed.
15197         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
15198         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
15199         Doc fix.
15200         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
15201         PARAMETERS and WINDOW-STATE, respectively.
15202         (frameset-restore): Add new keyword argument PREDICATE.
15203         Reset frameset--target-display to nil.  Doc fix.
15205 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15207         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
15208         (bat-mode): Use it.
15209         (bat-mode-syntax-table): Mark \n as end-of-comment.
15210         (bat-font-lock-keywords): Remove comment rule.
15212         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
15213         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
15215         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
15216         (byte-compile-callargs-warn): Use `push'.
15217         (byte-compile-arglist-warn): Ignore higher-order "calls".
15218         (byte-compile-file-form-autoload): Use `pcase'.
15219         (byte-compile-function-form): If quoting a symbol, check that it exists.
15221 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
15223         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
15224         and add a few popular commands found in batch files.
15225         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
15226         (dos-mode): Doc fixes.
15228 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15230         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
15231         (dos-mode): Use setq-local.  Add space after "rem".
15232         (dos-mode-syntax-table): Don't use "w" for symbol chars.
15233         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
15235 2013-08-07  Arni Magnusson  <arnima@hafro.is>
15237         * progmodes/dos.el: New file.
15238         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
15239         dos-mode.
15241 2013-08-06  Glenn Morris  <rgm@gnu.org>
15243         * calendar/calendar.el: Add new faces, and day-header-array.
15244         (calendar-weekday-header, calendar-weekend-header)
15245         (calendar-month-header): New faces.
15246         (calendar-day-header-construct): New function.
15247         (calendar-day-header-width): Also :set calendar-day-header-array.
15248         (calendar-american-month-header, calendar-european-month-header)
15249         (calendar-iso-month-header): Use calendar- faces.
15250         (calendar-generate-month):
15251         Use calendar-day-header-array for day headers; apply faces to them.
15252         (calendar-mode): Check calendar-font-lock-keywords non-nil.
15253         (calendar-abbrev-construct): Add optional maxlen argument.
15254         (calendar-day-name-array): Doc fix.
15255         (calendar-day-name-array, calendar-abbrev-length)
15256         (calendar-day-abbrev-array):
15257         Also :set calendar-day-header-array, and maybe redraw.
15258         (calendar-day-header-array): New option.  (Bug#15007)
15259         (calendar-font-lock-keywords): Set to nil and make obsolete.
15260         (calendar-day-name): Add option to use header array.
15262 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15264         * net/shr.el (shr-render-td): Remove debugging.
15265         (shr-render-td): Make width computation consistent by defaulting
15266         all zero-width columns to 10 characters.  This may not be optimal,
15267         but it's at least consistent.
15268         (shr-make-table-1): Redo last change to fix the real problem in
15269         colspan handling.
15271 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
15273         * files.el (cache-long-line-scans):
15274         Make obsolete alias to `cache-long-scans'.
15276 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
15278         * frameset.el (frameset, frameset-filter-alist)
15279         (frameset-filter-params, frameset-save, frameset--reuse-frame)
15280         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
15281         (frameset-compute-pos): Rename from frameset--compute-pos,
15282         and add docstring.
15283         (frameset-move-onscreen): Use frameset-compute-pos.
15284         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
15286         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
15287         Fix typos in docstrings.
15289 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
15291         * frame.el (get-other-frame): Tiny cleanup.
15293 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
15295         * vc/vc.el (vc-default-ignore-completion-table):
15296         Silence byte-compiler warning.
15298         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
15299         slot, which can indeed be nil.
15300         (frameset-live-filter-alist, frameset-persistent-filter-alist):
15301         Move entry for `left' from persistent to live filter alist.
15302         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
15303         Doc fixes.
15304         (frameset-filter-params): When restoring a frame, copy items added to
15305         `filtered', to avoid unwittingly modifying the original parameters.
15306         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
15307         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
15309         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
15310         to use looking-at-p instead of looking-at.  (Bug#15028)
15312 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15314         Revert introduction of isearch-filter-predicates (bug#14714).
15315         Rely on add-function instead.
15316         * isearch.el (isearch-filter-predicates): Rename it back to
15317         isearch-filter-predicate.
15318         (isearch-message-prefix): Use advice-function-mapc and advice
15319         properties to get the isearch-message-prefix.
15320         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
15321         instead of run-hook-with-args-until-failure.
15322         (isearch-filter-visible): Not obsolete any more.
15323         * loadup.el: Preload nadvice.
15324         * replace.el (perform-replace): Revert to funcall
15325         instead of run-hook-with-args-until-failure.
15326         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
15327         * dired-aux.el (dired-isearch-filenames-mode): Rename from
15328         dired-isearch-filenames-toggle; make it into a proper minor mode.
15329         Use add/remove-function.
15330         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
15331         Call the minor-mode rather than add/remove-hook.
15332         (dired-isearch-filter-filenames):
15333         Remove isearch-message-prefix property.
15334         * info.el (Info--search-loop): New function, extracted from Info-search.
15335         Funcall isearch-filter-predicate instead of
15336         run-hook-with-args-until-failure isearch-filter-predicates.
15337         (Info-search): Use it.
15338         (Info-mode): Use isearch-filter-predicate instead of
15339         isearch-filter-predicates.
15341 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
15343         Do not call to `selected-window' where it is assumed by default.
15344         Affected functions are `window-minibuffer-p', `window-dedicated-p',
15345         `window-hscroll', `window-width', `window-height', `window-buffer',
15346         `window-frame', `window-start', `window-point', `next-window'
15347         and `window-display-table'.
15348         * abbrev.el (abbrev--default-expand):
15349         * bs.el (bs--show-with-configuration):
15350         * buff-menu.el (Buffer-menu-mouse-select):
15351         * calc/calc.el (calc):
15352         * calendar/calendar.el (calendar-generate-window):
15353         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
15354         (diary-make-entry):
15355         * comint.el (send-invisible, comint-dynamic-complete-filename)
15356         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
15357         * completion.el (complete):
15358         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
15359         * disp-table.el (describe-current-display-table):
15360         * doc-view.el (doc-view-insert-image):
15361         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
15362         * ehelp.el (with-electric-help):
15363         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15364         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
15365         * emacs-lisp/helper.el (Helper-help-scroller):
15366         * emulation/cua-base.el (cua--post-command-handler-1):
15367         * eshell/esh-mode.el (eshell-output-filter):
15368         * ffap.el (ffap-gnus-wrapper):
15369         * help-macro.el (make-help-screen):
15370         * hilit-chg.el (highlight-compare-buffers):
15371         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
15372         * hl-line.el (global-hl-line-highlight):
15373         * icomplete.el (icomplete-simple-completing-p):
15374         * isearch.el (isearch-done):
15375         * jit-lock.el (jit-lock-stealth-fontify):
15376         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
15377         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
15378         * mpc.el (mpc-tagbrowser, mpc):
15379         * net/rcirc.el (rcirc-any-buffer):
15380         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
15381         * play/landmark.el (landmark-max-width, landmark-max-height):
15382         * play/zone.el (zone):
15383         * progmodes/compile.el (compilation-goto-locus):
15384         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15385         * progmodes/etags.el (find-tag-other-window):
15386         * progmodes/fortran.el (fortran-column-ruler):
15387         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15388         * progmodes/verilog-mode.el (verilog-point-text):
15389         * reposition.el (reposition-window):
15390         * rot13.el (toggle-rot13-mode):
15391         * server.el (server-switch-buffer):
15392         * shell.el (shell-dynamic-complete-command)
15393         (shell-dynamic-complete-environment-variable):
15394         * simple.el (insert-buffer, set-selective-display)
15395         (delete-completion-window):
15396         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
15397         (speedbar-recenter):
15398         * startup.el (fancy-splash-head):
15399         * textmodes/ispell.el (ispell-command-loop):
15400         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
15401         * tutorial.el (help-with-tutorial):
15402         * vc/add-log.el (add-change-log-entry):
15403         * vc/compare-w.el (compare-windows):
15404         * vc/ediff-help.el (ediff-indent-help-message):
15405         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
15406         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
15407         (ediff-setup-control-frame):
15408         * vc/emerge.el (emerge-position-region):
15409         * vc/pcvs-util.el (cvs-bury-buffer):
15410         * window.el (walk-windows, mouse-autoselect-window-select):
15411         * winner.el (winner-set-conf, winner-undo): Related users changed.
15413 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
15415         * frameset.el (frameset--set-id): Doc fix.
15416         (frameset-frame-id, frameset-frame-id-equal-p)
15417         (frameset-locate-frame-id): New functions.
15418         (frameset--process-minibuffer-frames, frameset--reuse-frame)
15419         (frameset-restore): Use them.
15421 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
15423         Do not call to `selected-frame' where it is assumed by default.
15424         Affected functions are `raise-frame', `redraw-frame',
15425         `frame-first-window', `frame-terminal' and `delete-frame'.
15426         * calendar/appt.el (appt-disp-window):
15427         * epg.el (epg-wait-for-completion):
15428         * follow.el (follow-delete-other-windows-and-split)
15429         (follow-avoid-tail-recenter):
15430         * international/mule.el (set-terminal-coding-system):
15431         * mail/rmail.el (rmail-mail-return):
15432         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15433         * progmodes/f90.el (f90-add-imenu-menu):
15434         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
15435         * server.el (server-switch-buffer):
15436         * simple.el (delete-completion-window):
15437         * talk.el (talk):
15438         * term/xterm.el (terminal-init-xterm-modify-other-keys)
15439         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
15440         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
15441         * vc/ediff.el (ediff-documentation): Related users changed.
15442         * frame.el (selected-terminal): Remove the leftover.
15444 2013-08-05  Glenn Morris  <rgm@gnu.org>
15446         * calendar/calendar.el (calendar-generate-month):
15447         Fix for calendar-column-width != 1 + calendar-day-digit-width.
15448         (calendar-generate-month, calendar-font-lock-keywords):
15449         Fix for calendar-day-header-width > length of any day name.
15451 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
15453         * desktop.el (desktop-clear): Use new name of sort predicate.
15455         * frameset.el (frameset): Add docstring.  Move :version property to its
15456         own `version' slot.
15457         (frameset-copy): Rename from copy-frameset.
15458         (frameset-p): Check more thoroughly.
15459         (frameset-prop): Do not check for :version, which is no longer a prop.
15460         (frameset-live-filter-alist, frameset-persistent-filter-alist):
15461         Use new :never value instead of t.
15462         (frameset-filter-alist): Expand and clarify docstring.
15463         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
15464         (frameset-filter-minibuffer, frameset-filter-save-param)
15465         (frameset-filter-restore-param, frameset-filter-iconified):
15466         Add pointer to docstring of frameset-filter-alist.
15467         (frameset-filter-params): Rename filter values to be more meaningful:
15468         :never instead of t, and reverse the meanings of :save and :restore.
15469         (frameset--process-minibuffer-frames): Clarify error message.
15470         (frameset-save): Avoid unnecessary and confusing call to framep.
15471         Use new BOA constructor for framesets.
15472         (frameset--reuse-list): Doc fix.
15473         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
15474         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
15475         (frameset-minibufferless-first-p): Doc fix.
15476         Rename from frameset-sort-frames-for-deletion.
15477         (frameset-restore): Doc fixes.  Use new function names.
15478         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
15480 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
15482         * desktop.el (desktop-restore-forces-onscreen)
15483         (desktop-restore-reuses-frames): Document :keyword constant values.
15484         (desktop-filter-parameters-alist): Remove, now identical to
15485         frameset-filter-alist.
15486         (desktop--filter-tty*): Remove, moved to frameset.el.
15487         (desktop-save-frameset, desktop-restore-frameset):
15488         Do not pass :filters argument.
15490         * frameset.el (frameset-live-filter-alist)
15491         (frameset-persistent-filter-alist): New variables.
15492         (frameset-filter-alist): Use them.  Add autoload cookie.
15493         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
15494         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
15495         `frameset--id' (it's supposed to be internal to frameset.el).
15496         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
15497         (frameset--initial-params): New function.
15498         (frameset--get-frame): Use it.  Doc fix.
15499         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
15500         Accept :all, not 'all.
15501         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
15502         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
15503         with fbound symbols.  Fix frame id matching, and remove matching ids if
15504         the frame being restored is deleted.  Obey :delete.
15506 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15508         * subr.el (macrop): New function.
15509         (text-clone--maintaining): New var.
15510         (text-clone--maintain): Rename from text-clone-maintain.  Use it
15511         instead of inhibit-modification-hooks.
15513         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
15514         a proxy, so as handle autoloads and redefinitions of the target.
15515         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
15517         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
15518         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
15519         (pcase--mutually-exclusive-p): New function.
15520         (pcase--split-consp): Use it.
15521         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
15522         mutually exclusive with the current predicate.
15524         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
15525         (edebug-macrop): Remove.  Use `macrop' instead.
15526         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
15527         (ad-macro-p):
15528         * eshell/esh-cmd.el (eshell-macrop):
15529         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
15531 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15533         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
15534         (advice-mapc): New function, using it.
15535         (advice-function-member-p): New function.
15536         (advice--normalize): Store the cdr in advice--saved-rewrite since
15537         that's the part that will be changed.
15538         (advice--symbol-function): New function.
15539         (advice-remove): Handle removal before the function is defined.
15540         Adjust to new advice--saved-rewrite.
15541         (advice-member-p): Use advice-function-member-p and
15542         advice--symbol-function.
15544 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
15546         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
15547         (frameset-filter-minibuffer): Doc fix.
15548         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
15549         (frameset--set-id, frameset--process-minibuffer-frames)
15550         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
15551         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
15553         * desktop.el (desktop-clear): Only delete frames when called
15554         interactively and desktop-restore-frames is non-nil.  Doc fix.
15555         (desktop-read): Set desktop-saved-frameset to nil.
15557 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
15559         * vc/vc.el (vc-ignore): Rewrite.
15560         (vc-default-ignore-completion-table, vc--read-lines)
15561         (vc--add-line, vc--remove-regexp): New functions.
15563         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
15564         (vc-svn-ignore-completion-table): New function.
15566         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
15567         (vc-hg-ignore-completion-table)
15568         (vc-hg-find-ignore-file): New functions.
15570         * vc/vc-git.el (vc-git-ignore): Rewrite.
15571         (vc-git-ignore-completion-table)
15572         (vc-git-find-ignore-file): New functions.
15574         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
15576         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
15577         (vc-bzr-ignore-completion-table)
15578         (vc-bzr-find-ignore-file): New functions.
15580 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
15582         * frameset.el (frameset-prop): New function and setter.
15583         (frameset-save): Do not modify frame list passed by the caller.
15585 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15587         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
15589 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15591         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
15592         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
15594         * custom.el (custom-initialize-default, custom-initialize-set)
15595         (custom-initialize-reset, custom-initialize-changed): Affect the
15596         toplevel-default-value (bug#6275, bug#14586).
15597         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
15598         for bug#6275.
15600 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
15602         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15603         Add cl-def* expressions.
15605         * frameset.el (frameset-filter-params): Fix order of arguments.
15607 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
15609         Move code related to saving frames to frameset.el.
15610         * desktop.el: Require frameset.
15611         (desktop-restore-frames): Doc fix.
15612         (desktop-restore-reuses-frames): Rename from
15613         desktop-restoring-reuses-frames.
15614         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
15615         (desktop-clear): Clear frames too.
15616         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
15617         (desktop--filter-tty*, desktop-save, desktop-read):
15618         Use frameset functions.
15619         (desktop-before-saving-frames-functions, desktop--filter-*-color)
15620         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15621         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
15622         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
15623         (desktop--process-minibuffer-frames, desktop-save-frames)
15624         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
15625         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
15626         (desktop--sort-states, desktop-restoring-frames-p)
15627         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
15628         (desktop-restoring-frameset-p, desktop-restore-frameset)
15629         (desktop--check-dont-save, desktop-save-frameset): New functions.
15630         (desktop--app-id): New constant.
15631         (desktop-first-buffer, desktop-buffer-ok-count)
15632         (desktop-buffer-fail-count): Move before first use.
15633         * frameset.el: New file.
15635 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15637         * files.el: Use lexical-binding.
15638         (dir-locals-read-from-file): Remove unused `err' variable.
15639         (hack-dir-local-variables--warned-coding): New var.
15640         (hack-dir-local-variables): Use it to avoid repeated warnings.
15641         (make-backup-file-name--default-function): New function.
15642         (make-backup-file-name-function): Use it as default.
15643         (buffer-stale--default-function): New function.
15644         (buffer-stale-function): Use it as default.
15645         (revert-buffer-insert-file-contents--default-function): New function.
15646         (revert-buffer-insert-file-contents-function): Use it as default.
15647         (insert-directory): Avoid add-to-list.
15649         * autorevert.el (auto-revert-handler): Simplify.
15650         Use buffer-stale--default-function.
15652 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
15654         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
15656         * whitespace.el (whitespace-ensure-local-variables): New function.
15657         (whitespace-cleanup-region): Call it.
15658         (whitespace-turn-on): Call it.
15660 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
15662         Complete file name handlers.
15664         * net/tramp.el (tramp-handle-set-visited-file-modtime)
15665         (tramp-handle-verify-visited-file-modtime)
15666         (tramp-handle-file-notify-rm-watch): New functions.
15667         (tramp-call-process): Do not bind `default-directory'.
15669         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15670         Order alphabetically.
15671         <access-file, add-name-to-file, dired-call-process>:
15672         <dired-compress-file, file-acl, file-notify-rm-watch>:
15673         <file-ownership-preserved-p, file-selinux-context>:
15674         <make-directory-internal, make-symbolic-link, set-file-acl>:
15675         <set-file-selinux-context, set-visited-file-modtime>:
15676         <verify-visited-file-modtime>: Add handler.
15677         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
15679         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
15680         <file-notify-add-watch, file-notify-rm-watch>:
15681         <set-file-times, set-visited-file-modtime>:
15682         <verify-visited-file-modtime>: Add handler.
15683         (with-tramp-gvfs-error-message)
15684         (tramp-gvfs-handle-set-visited-file-modtime)
15685         (tramp-gvfs-fuse-file-name): Remove.
15686         (tramp-gvfs-handle-file-notify-add-watch)
15687         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
15688         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
15690         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15691         Order alphabetically.
15692         <file-notify-rm-watch>: Use default Tramp handler.
15693         <executable-find>: Remove private handler.
15694         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
15695         `default-directory'.
15696         (tramp-sh-handle-executable-find)
15697         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
15698         (tramp-sh-file-gvfs-monitor-dir-process-filter)
15699         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
15700         Do not use `format' in `tramp-message'.
15702         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
15703         <file-notify-rm-watch, set-visited-file-modtime>:
15704         <verify-visited-file-modtime>: Add handler.
15705         (tramp-smb-call-winexe): Do not bind `default-directory'.
15707 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
15709         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
15711 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
15713         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
15714         use it.
15715         (log-view-diff-changeset): Same.
15716         (log-view-diff-common): Call backend command `previous-revision'
15717         to find out the previous revision, in both cases.  Swap the
15718         variables `to' and `fr', so that `fr' usually refers to the
15719         earlier revision (Bug#14989).
15721 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
15723         * ibuf-ext.el (ibuffer-filter-by-filename):
15724         Make it work with dired buffers too.
15726 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
15728         * emacs-lisp/re-builder.el (reb-color-display-p):
15729         * files.el (save-buffers-kill-terminal):
15730         * net/browse-url.el (browse-url):
15731         * server.el (server-save-buffers-kill-terminal):
15732         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
15733         Prefer nil to selected-frame for the first arg of frame-parameter.
15735 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
15737         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
15739 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
15741         * minibuffer.el (completion--twq-all): Try and preserve each
15742         completion's case choice (bug#14907).
15744 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15746         * net/network-stream.el (open-network-stream): Mention the new
15747         :nogreeting parameter.
15748         (network-stream-open-starttls): Use the :nogreeting parameter
15749         (bug#14938).
15751         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
15753         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
15754         more natural than popping.
15756         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
15757         (shr-urlify): Highlight under mouse.
15759 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
15761         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
15763         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
15765         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
15766         buffer for output.
15768         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
15769         point-min==1.  Fix search string.  Fix parentheses missing.
15771         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
15772         assume point-min==1.  Fix search string.  Fix parentheses missing.
15774         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
15776         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
15777         buffer for output.
15779 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
15781         * frame.el (frame-notice-user-settings): Avoid inflooping when the
15782         initial frame is minibuffer-less.  (Bug#14841)
15784 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
15786         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
15787         option.
15789         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15790         (tramp-maybe-open-connection): Use it.
15792 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
15794         * desktop.el (desktop--make-frame): Include `minibuffer' in the
15795         minimal set of parameters passed when creating a frame, because
15796         the minibuffer status of a frame cannot be changed later.
15798 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
15800         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
15801         replace-regexp-in-string and inadvertent omissions in previous change.
15802         (todo-filter-items): Ensure only file names are comma-separated in
15803         name of filtered items buffer.
15805 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
15807         * desktop.el: Optionally force offscreen frames back onscreen.
15808         (desktop-restoring-reuses-frames): New option.
15809         (desktop--compute-pos, desktop--move-onscreen): New functions.
15810         (desktop--make-frame): Use desktop--move-onscreen.
15812 2013-07-27  Alan Mackenzie  <acm@muc.de>
15814         Fontify a Java generic method as a function.
15815         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
15816         value to t.
15818 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
15820         * calendar/todo-mode.el: Add command to rename todo files.
15821         (todo-rename-file): New command.
15822         (todo-key-bindings-t): Add key binding for it.  Change the
15823         bindings of todo-filter-regexp-items(-multifile) to use `x'
15824         instead of `r', since the latter is better suited to the new
15825         renaming command.
15827 2013-07-27  Alan Mackenzie  <acm@muc.de>
15829         Make Java try-with-resources statement parse properly.
15830         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
15831         (c-block-stmt-1-2-key): New language constants/variables.
15832         * progmodes/cc-engine.el (c-beginning-of-statement-1)
15833         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
15834         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
15835         with c-block-stmt-1-2-key.
15837 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
15839         * desktop.el (desktop--make-frame): Apply most frame parameters after
15840         creating the frame to force (partially or totally) offscreen frames to
15841         be restored as such.
15843 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
15845         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
15846         (Bug#14948)
15848 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15850         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
15851         `base' arg of backtrace-frame.
15853 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
15855         * simple.el (list-processes): Doc fix.
15857 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
15859         * desktop.el (desktop--select-frame):
15860         Try harder to reuse existing frames.
15862 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15864         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
15865         (edebug-eval): Use backtrace-eval.
15866         (edebug--display, edebug--recursive-edit): Don't let-bind the
15867         edebug-outer-* vars that keep track of variables we locally let-bind.
15868         (edebug-outside-excursion): Don't restore outside values of locally
15869         let-bound vars.
15870         (edebug--display): Use user-error.
15871         (cl-lexical-debug, cl-debug-env): Remove.
15873 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
15875         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
15876         are restored to be sure that they are visible before deleting any
15877         remaining ones.
15879 2013-07-26  Matthias Meulien  <orontee@gmail.com>
15881         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
15882         vc-print-root-log.  (Bug#14948)
15884 2013-07-26  Richard Stallman  <rms@gnu.org>
15886         Add aliases for encrypting mail.
15887         * epa.el (epa-mail-aliases): New option.
15888         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
15889         Bind inhibit-read-only so read-only text doesn't ruin everything.
15890         (epa-mail-default-recipients): New subroutine broken out.
15891         Handle epa-mail-aliases.
15893 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15895         Add support for lexical variables to the debugger's `e' command.
15896         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
15897         vars, except for debugger-outer-match-data.
15898         (debugger-frame-number): Move check for "on a function call" from
15899         callers into it.  Add `skip-base' argument.
15900         (debugger-frame, debugger-frame-clear): Simplify accordingly.
15901         (debugger-env-macro): Only reset the state stored in non-variables,
15902         i.e. current-buffer and match-data.
15903         (debugger-eval-expression): Rewrite using backtrace-eval.
15904         * subr.el (internal--called-interactively-p--get-frame): Remove.
15905         (called-interactively-p):
15906         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
15907         `base' arg of backtrace-frame instead.
15909 2013-07-26  Glenn Morris  <rgm@gnu.org>
15911         * align.el (align-regexp): Doc fix.  (Bug#14857)
15912         (align-region): Explicit error if subexpression missing/does not match.
15914         * simple.el (global-visual-line-mode):
15915         Do not duplicate the mode lighter.  (Bug#14858)
15917 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
15919         * window.el (display-buffer): In display-buffer bind
15920         split-window-keep-point to t, bug#14829.
15922 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
15924         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
15925         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
15926         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
15927         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15928         Change accordingly.
15929         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15930         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
15932 2013-07-25  Glenn Morris  <rgm@gnu.org>
15934         * dired-x.el (dired-mark-extension): Convert comment to doc string.
15936 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
15938         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
15939         parameter to modify-frame-parameters if the value has not changed;
15940         this is a workaround for bug#14949.
15941         (desktop--make-frame): On cl-delete-if call, check parameter name,
15942         not full parameter.
15944 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
15946         * vc/vc.el (vc-ignore): New function.
15948         * vc/vc-svn.el (vc-svn-ignore): New function.
15950         * vc/vc-hg.el (vc-hg-ignore): New function.
15952         * vc/vc-git.el (vc-git-ignore): New function.
15954         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
15955         (vc-dir-ignore): New function.
15957         * vc/vc-cvs.el (vc-cvs-ignore): New function.
15958         (cvs-append-to-ignore): Move here from pcvs.el.
15960         * vc/vc-bzr.el (vc-bzr-ignore): New function.
15962         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
15964 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
15966         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
15967         (desktop-restore-frames): Warn when deleting an existing frame failed.
15969 2013-07-24  Glenn Morris  <rgm@gnu.org>
15971         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
15973 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
15975         * filenotify.el (file-notify-supported-p):
15976         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
15977         Remove functions.
15979         * autorevert.el (auto-revert-use-notify)
15980         (auto-revert-notify-add-watch):
15981         * net/tramp.el (tramp-file-name-for-operation):
15982         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15983         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15984         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15985         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15986         Remove `file-notify-supported-p' entry.
15988 2013-07-24  Glenn Morris  <rgm@gnu.org>
15990         * printing.el: Replace all uses of deleted ps-windows-system,
15991         ps-lp-system, ps-flatten-list with lpr- versions.
15993 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15995         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
15996         checked with memq (bug#14935).
15998         * files.el (revert-buffer-function): Use a non-nil default.
15999         (revert-buffer-preserve-modes): Declare var to
16000         provide access to the `preserve-modes' argument.
16001         (revert-buffer): Let-bind it.
16002         (revert-buffer--default): New function, extracted from revert-buffer.
16004 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16006         * lpr.el: Signal print errors more prominently.
16007         (print-region-function): Don't default to nil.
16008         (lpr-print-region): New function, extracted from print-region-1.
16009         Check lpr's return value and signal an error in case of problem.
16010         (print-region-1): Use it.
16011         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
16012         versions instead.
16013         (ps-printer-name): Default to nil.
16014         (ps-printer-name-option): Default to lpr-printer-switch.
16015         (ps-print-region-function): Don't default to nil.
16016         (ps-postscript-code-directory): Simplify default.
16017         (ps-do-despool): Use lpr-print-region to properly check the outcome.
16018         (ps-string-list, ps-eval-switch, ps-flatten-list)
16019         (ps-flatten-list-1): Remove.
16020         (ps-multibyte-buffer): Avoid setq.
16021         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
16022         (print-region-function, ps-print-region-function): Don't set them here.
16024 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
16026         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
16027         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
16028         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
16029         (ido-decorations): Doc fix.
16031         * ansi-color.el: Fix old URL.
16033 2013-07-23  Michael R. Mauger  <michael@mauger.com>
16035         * progmodes/sql.el: Version 3.3
16036         (sql-product-alist): Improve oracle :prompt-cont-regexp.
16037         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
16038         (sql-interactive-remove-continuation-prompt): Rewrite, use
16039         functions above.  Fix continuation prompt and complete output line
16040         handling.
16041         (sql-redirect-one, sql-execute): Use `read-only-mode' on
16042         redirected output buffer.
16043         (sql-mode): Restore deleted code (Bug#13591).
16045 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
16047         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
16049 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
16051         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
16053         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
16054         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16055         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
16057 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
16059         * desktop.el (desktop-clear): Simplify; remove useless checks
16060         against invalid buffer names.
16061         (desktop-list*): Use cl-list*.
16062         (desktop-buffer-info, desktop-create-buffer): Simplify.
16064 2013-07-23  Leo Liu  <sdl.web@gmail.com>
16066         * bookmark.el (bookmark-make-record): Restore NAME as a default
16067         value.  (Bug#14933)
16069 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16071         * emacs-lisp/autoload.el (autoload--setup-output): New function,
16072         extracted from autoload--insert-text.
16073         (autoload--insert-text): Remove.
16074         (autoload--print-cookie-text): New function, extracted from
16075         autoload--insert-cookie-text.
16076         (autoload--insert-cookie-text): Remove.
16077         (autoload-generate-file-autoloads): Adjust calls accordingly.
16079         * winner.el (winner-hook-installed-p): Remove.
16080         (winner-mode): Simplify accordingly.
16082         * subr.el (add-to-list): Fix compiler-macro when `append' is
16083         not constant.  Don't use `cl-member' for the base case.
16085         * progmodes/subword.el: Fix boundary case (bug#13758).
16086         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
16087         own group.
16088         (subword-backward-regexp): Make it a constant.
16089         (subword-forward-internal): Don't treat a trailing capital as the
16090         beginning of a word.
16092 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
16094         * emacs-lisp/package.el (package-menu-mode): Don't modify the
16095         global value of tabulated-list-revert-hook (bug#14930).
16097 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
16099         * desktop.el: Require 'cl-lib.
16100         (desktop-before-saving-frames-functions): New hook.
16101         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
16102         for frames being saved.  Rename from desktop--save-minibuffer-frames.
16103         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
16104         Do not save frames with non-nil `desktop-dont-save' parameter.
16105         Filter out deleted frames.
16106         (desktop--find-frame): Use cl-find-if.
16107         (desktop--select-frame): Use cl-(first|second|third) to access values
16108         of desktop-mini.
16109         (desktop--make-frame): Use cl-delete-if.
16110         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
16111         (desktop-restore-frames): Use cl-(first|second|third) to access values
16112         of desktop-mini.  Look for visible frame at the end, not while
16113         restoring frames.
16115         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
16116         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
16117         Use string-match-p, looking-at-p (bug#14927).
16119 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
16121         * desktop.el (desktop-saved-frame-states):
16122         Rename from desktop--saved-states; all users changed.
16123         (desktop-save-frames): Rename from desktop--save-frames.
16124         Do not save state to desktop file.
16125         (desktop-save): Save desktop-saved-frame-states to desktop file
16126         and reset to nil.
16127         (desktop-restoring-frames-p): New function.
16128         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
16129         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
16130         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
16132         * desktop.el: Correctly restore iconified frames.
16133         (desktop--filter-iconified-position): New function.
16134         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
16136 2013-07-20  Glenn Morris  <rgm@gnu.org>
16138         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
16139         Let `message' do the formatting.
16140         (def-gdb-preempt-display-buffer): Add explicit format.
16142         * image-dired.el (image-dired-track-original-file):
16143         Use with-current-buffer.
16144         (image-dired-track-thumbnail): Use with-current-buffer.
16145         Avoid changing point of wrong window.
16147         * image-dired.el (image-dired-track-original-file):
16148         Avoid changing point of wrong window.  (Bug#14909)
16150 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
16152         * progmodes/gdb-mi.el (gdb-done-or-error):
16153         Guard against "%" in gdb output.  (Bug#14127)
16155 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
16157         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
16158         (Bug#14826)
16160         * international/mule.el (coding-system-iso-2022-flags): Fix last
16161         change.
16163 2013-07-20  Kenichi Handa  <handa@gnu.org>
16165         * international/mule.el (coding-system-iso-2022-flags):
16166         Add `8-bit-level-4'.  (Bug#8522)
16168 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16170         * net/shr.el (shr-mouse-browse-url): New command and keystroke
16171         (bug#14815).
16173         * net/eww.el (eww-process-text-input): Allow inputting when the
16174         point is at the start of the line, as the properties aren't
16175         front-sticky.
16177         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
16178         degenerate widths.
16180 2013-07-19  Richard Stallman  <rms@gnu.org>
16182         * epa.el (epa-popup-info-window): Doc fix.
16184         * subr.el (split-string): New arg TRIM.
16186 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
16188         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
16189         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
16191 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
16193         * filenotify.el (file-notify--library): Rename from
16194         `file-notify-support'.  Do not autoload.  Adapt all uses.
16195         (file-notify-supported-p): New defun.
16197         * autorevert.el (auto-revert-use-notify):
16198         Use `file-notify-supported-p' instead of `file-notify-support'.
16199         Adapt docstring.
16200         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
16202         * net/tramp.el (tramp-file-name-for-operation):
16203         Add `file-notify-supported-p'.
16205         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
16206         New defun.
16207         (tramp-sh-file-name-handler-alist): Add it as handler for
16208         `file-notify-supported-p '.
16210         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
16211         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16212         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16213         Add `ignore' as handler for `file-notify-*' functions.
16215 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
16217         * simple.el (line-move-partial, line-move): Don't start vscroll or
16218         scroll-up if the current line is not taller than the window.
16219         (Bug#14881)
16221 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
16223         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
16224         highlight question marks in the method names as strings.
16225         (ruby-block-beg-keywords): Inline.
16226         (ruby-font-lock-keyword-beg-re): Extract from
16227         `ruby-font-lock-keywords'.
16229 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
16231         * frame.el (blink-cursor-blinks): New defcustom.
16232         (blink-cursor-blinks-done): New defvar.
16233         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
16234         (blink-cursor-timer-function): Check if number of blinks has been
16235         done on X and NS.
16236         (blink-cursor-suspend, blink-cursor-check): New defuns.
16238 2013-07-15  Glenn Morris  <rgm@gnu.org>
16240         * edmacro.el (edmacro-format-keys): Fix previous change.
16242 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16244         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
16245         The hack didn't work outside English locales anyway.
16247 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
16249         * simple.el (define-alternatives): Rename from alternatives-define,
16250         per RMS' suggestion.
16252 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
16254         * desktop.el (desktop-restore-frames): Change default to t.
16255         (desktop-restore-in-current-display): Now offer more options.
16256         (desktop-restoring-reuses-frames): New customization option.
16257         (desktop--saved-states): Doc fix.
16258         (desktop-filter-parameters-alist): New variable, renamed and expanded
16259         from desktop--excluded-frame-parameters.
16260         (desktop--target-display): New variable.
16261         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
16262         (desktop--filter-tty*, desktop--filter-*-color)
16263         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
16264         (desktop--filter-save-desktop-parm)
16265         (desktop-restore-in-original-display-p): New functions.
16266         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
16267         (desktop--save-minibuffer-frames): New function, inspired by a similar
16268         function from Martin Rudalics.
16269         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
16270         (desktop--restore-in-this-display-p): Remove.
16271         (desktop--find-frame): Rename from desktop--find-frame-in-display
16272         and add predicate argument.
16273         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
16274         (desktop--reuse-list): New variable.
16275         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
16276         New functions.
16277         (desktop--restore-frames): Add support for "minibuffer-special" frames.
16279 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
16281         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
16283 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
16285         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
16286         Highlight conversion methods on Kernel.
16288 2013-07-13  Alan Mackenzie  <acm@muc.de>
16290         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
16291         and comment it out.  This out-commenting enables certain C++
16292         declarations to be parsed correctly.
16294 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
16296         * international/mule.el (define-coding-system): Doc fix.
16298         * simple.el (default-font-height): Don't call font-info if the
16299         frame's default font didn't change since the frame was created.
16300         (Bug#14838)
16302 2013-07-13  Leo Liu  <sdl.web@gmail.com>
16304         * ido.el (ido-read-file-name): Guard against non-symbol value.
16306 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16308         * progmodes/python.el (python-imenu--build-tree): Fix corner case
16309         in nested defuns.
16311 2013-07-13  Leo Liu  <sdl.web@gmail.com>
16313         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
16314         ido-set-matches call.  (Bug#6852)
16316 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
16318         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
16319         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
16320         Ruby 2.0.
16321         (ruby-font-lock-keywords): Distinguish calls to functions with
16322         module-like names from module references.  Highlight character
16323         literals.
16325 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
16327         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
16328         (gdb-send): Handle continued commands.  (Bug#14847)
16330 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
16332         * desktop.el (desktop--v2s): Remove unused local variable.
16333         (desktop-save-buffer): Make defvar-local; adjust docstring.
16334         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
16335         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
16337 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
16339         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
16341 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
16343         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
16344         (Bug#14842)
16346 2013-07-12  Glenn Morris  <rgm@gnu.org>
16348         * doc-view.el: Require cl-lib at runtime too.
16349         (doc-view-remove-if): Remove.
16350         (doc-view-search-next-match, doc-view-search-previous-match):
16351         Use cl-remove-if.
16353         * edmacro.el: Require cl-lib at runtime too.
16354         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
16355         (edmacro-mismatch, edmacro-subseq): Remove.
16357         * shadowfile.el: Require cl-lib.
16358         (shadow-remove-if): Remove.
16359         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
16360         Use cl-remove-if.
16362         * wid-edit.el: Require cl-lib.
16363         (widget-choose): Use cl-remove-if.
16364         (widget-remove-if): Remove.
16366         * progmodes/ebrowse.el: Require cl-lib at runtime too.
16367         (ebrowse-delete-if-not): Remove.
16368         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
16369         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
16370         Use cl-delete-if-not.
16372 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
16374         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
16375         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
16377 2013-07-12  Leo Liu  <sdl.web@gmail.com>
16379         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
16381 2013-07-11  Glenn Morris  <rgm@gnu.org>
16383         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
16384         (edebug-gensym-index, edebug-gensym):
16385         Remove reimplementation of cl-gensym.
16386         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
16388         * thumbs.el: Require cl-lib at run-time too.
16389         (thumbs-gensym-counter, thumbs-gensym):
16390         Remove reimplementation of cl-gensym.
16391         (thumbs-temp-file): Use cl-gensym.
16393         * emacs-lisp/ert.el: Require cl-lib at runtime too.
16394         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
16395         (ert--intersection, ert--set-difference, ert--set-difference-eq)
16396         (ert--union, ert--gensym-counter, ert--gensym-counter)
16397         (ert--coerce-to-vector, ert--remove*, ert--string-position)
16398         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
16399         (ert-make-test-unbound, ert--expand-should-1)
16400         (ert--expand-should, ert--should-error-handle-error)
16401         (should-error, ert--explain-equal-rec)
16402         (ert--plist-difference-explanation, ert-select-tests)
16403         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
16404         Use cl-lib functions rather than reimplementations.
16406 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
16408         * net/tramp.el (tramp-methods): Extend docstring.
16409         (tramp-connection-timeout): New defcustom.
16410         (tramp-error-with-buffer): Reset timestamp only when appropriate.
16411         (with-tramp-progress-reporter): Simplify.
16412         (tramp-process-actions): Improve messages.
16414         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
16415         * net/tramp-sh.el (tramp-maybe-open-connection):
16416         Use `tramp-connection-timeout'.
16417         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
16418         (Bug#14808)
16420 2013-07-11  Leo Liu  <sdl.web@gmail.com>
16422         * ido.el (ido-read-file-name): Conform to the requirements of
16423         read-file-name.  (Bug#11861)
16424         (ido-read-directory-name): Conform to the requirements of
16425         read-directory-name.
16427 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
16429         * subr.el (delay-warning): New function.
16431 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
16433         * simple.el (default-line-height): New function.
16434         (line-move-partial, line-move): Use it instead of computing the
16435         line height inline.
16436         (line-move-partial): Always compute ROWH.  If the last line is
16437         partially-visible, but its text is completely visible, allow
16438         cursor to enter such a partially-visible line.
16440 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
16442         Improve error messages.  (Bug#14808)
16444         * net/tramp.el (tramp-current-connection): New defvar, moved from
16445         tramp-sh.el.
16446         (tramp-message-show-progress-reporter-message): Remove, not
16447         needed anymore.
16448         (tramp-error-with-buffer): Show message in minibuffer.
16449         Discard input before waiting.  Reset connection timestamp.
16450         (with-tramp-progress-reporter): Improve messages.
16451         (tramp-process-actions): Use progress reporter.  Delete process in
16452         case of error.  Improve messages.
16454         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
16455         Call `tramp-error-with-buffer' with vector and buffer.
16456         (tramp-current-connection): Remove.
16457         (tramp-maybe-open-connection): The car of
16458         `tramp-current-connection' are the first 3 slots of the vector.
16460 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
16462         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
16463         inside continued strings.
16465 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16467         Timestamp fixes for undo (Bug#14824).
16468         * files.el (clear-visited-file-modtime): Move here from fileio.c.
16470 2013-07-10  Leo Liu  <sdl.web@gmail.com>
16472         * files.el (require-final-newline): Allow safe local value.
16473         (Bug#14834)
16475 2013-07-09  Leo Liu  <sdl.web@gmail.com>
16477         * ido.el (ido-read-directory-name): Handle fallback.
16478         (ido-read-file-name): Update DIR to ido-current-directory.
16479         (Bug#1516)
16480         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
16482 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
16484         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
16485         "autoload".  Remove "warn lower camel case" section, previously
16486         commented out.  Highlight negation char.  Do not highlight the
16487         target in singleton method definitions.
16489 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16491         * faces.el (tty-setup-hook): Declare the hook.
16493         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
16494         and detect when a guard/pred depends on local vars (bug#14773).
16495         (pcase--u1): Adjust caller.
16497 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
16499         * simple.el (line-move-partial, line-move): Account for
16500         line-spacing.
16501         (line-move-partial): Avoid setting vscroll when the last
16502         partially-visible line in window is of default height.
16504 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16506         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
16507         been used a while.
16509 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
16511         * subr.el (read-quoted-char): Remove unused local variable `char'.
16513 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
16515         * vc/ediff.el (ediff-version): Version update.
16516         (ediff-files-command, ediff3-files-command, ediff-merge-command)
16517         (ediff-merge-with-ancestor-command, ediff-directories-command)
16518         (ediff-directories3-command, ediff-merge-directories-command)
16519         (ediff-merge-directories-with-ancestor-command): New functions.
16520         All are command-line interfaces to ediff: to facilitate calling
16521         Emacs with the appropriate ediff functions invoked.
16523         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
16524         New function.
16525         (viper-save-kill-buffer): Check if buffer is modified.
16527         * emulation/viper.el (viper-version): Version update.
16528         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
16530 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16532         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
16533         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
16534         (viper-intercept-ESC-key): Simplify.
16535         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
16536         don't use kbd.
16537         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
16538         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
16539         (viper-setup-ESC-to-escape): New functions.
16540         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
16541         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
16543 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
16545         * simple.el (default-font-height, window-screen-lines):
16546         New functions.
16547         (line-move, line-move-partial): Use them instead of
16548         frame-char-height and window-text-height.  This makes scrolling
16549         text smoother when the buffer's default face uses a font that is
16550         different from the frame's default font.
16552 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
16554         * files.el (write-file): Do not display confirm dialog for NS,
16555         it does its own dialog, which can't be canceled (Bug#14578).
16557 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
16559         * simple.el (line-move-partial): Adjust the row returned by
16560         posn-at-point for the current window-vscroll.  (Bug#14567)
16562 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
16564         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
16565         (tramp-sh-file-inotifywait-process-filter): Handle file names with
16566         spaces.
16568 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
16570         * window.el (window-state-put-stale-windows): New variable.
16571         (window--state-put-2): Save list of windows without matching buffer.
16572         (window-state-put): Remove "bufferless" windows if possible.
16574 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
16576         * simple.el (alternatives-define): Remove leftover :group keyword.
16577         Tweak docstring.
16579 2013-07-06  Leo Liu  <sdl.web@gmail.com>
16581         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
16582         (ido-enable-virtual-buffers): New variable.
16583         (ido-buffer-internal, ido-toggle-virtual-buffers)
16584         (ido-make-buffer-list): Use it.
16585         (ido-exhibit): Support turning on and off virtual buffers
16586         automatically.
16588 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
16590         * simple.el (alternatives-define): New macro.
16592 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16594         * subr.el (read-quoted-char): Use read-key.
16595         (sit-for): Let read-event decode tty input (bug#14782).
16597 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
16599         * calendar/todo-mode.el: Add handling of file deletion, both by
16600         mode command and externally.  Fix various related bugs.
16601         Clarify Commentary and improve some documentation strings and code.
16602         (todo-delete-file): New command.
16603         (todo-check-file): New function.
16604         (todo-show): Handle external deletion of the file we're trying to
16605         show (bug#14688).  Replace called-interactively-p by an optional
16606         prefix argument to avoid problematic interaction with catch form
16607         when byte compiled (bug#14702).
16608         (todo-quit): Handle external deletion of the archive's todo file.
16609         Make sure the buffer that was visiting the archive file is still
16610         live before trying to bury it.
16611         (todo-category-completions): Handle external deletion of any
16612         category completion files.
16613         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
16614         of todo files, in case of external deletion.
16615         (todo-add-file): Replace unnecessary setq by let-binding.
16616         (todo-find-archive): Check whether there are any archives.
16617         Replace unnecessary setq by let-binding.
16618         (todo-archive-done-item): Use find-file-noselect to get the
16619         archive buffer whether or not the archive already exists.
16620         Remove superfluous code.  Use file size instead of buffer-file-name to
16621         check if the archive is new; if it is, update list of archives.
16622         (todo-default-todo-file): Allow nil to be a valid value for when
16623         there are no todo files.
16624         (todo-reevaluate-default-file-defcustom): Use corrected definition
16625         of todo-default-todo-file.
16626         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
16627         (todo-delete-category, todo-show-categories-table)
16628         (todo-category-number): Clarify comment.
16629         (todo-filter-items): Clarify documentation string.
16630         (todo-show-current-file, todo-display-as-todo-file)
16631         (todo-reset-and-enable-done-separator): Tweak documentation string.
16632         (todo-done-separator): Make separator length window-width, since
16633         bug#2749 is now fixed.
16635 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
16637         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16638         Support both "gvfs-monitor-dir" and "inotifywait".
16639         (tramp-sh-file-inotifywait-process-filter): Rename from
16640         `tramp-sh-file-notify-process-filter'.
16641         (tramp-sh-file-gvfs-monitor-dir-process-filter)
16642         (tramp-get-remote-gvfs-monitor-dir): New defuns.
16644 2013-07-05  Leo Liu  <sdl.web@gmail.com>
16646         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
16648 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16650         * frame.el (display-pixel-height, display-pixel-width)
16651         (display-mm-height, display-mm-width): Mention behavior on
16652         multi-monitor setups in docstrings.
16653         (w32-display-monitor-attributes-list): Declare function.
16654         (display-monitor-attributes-list): Use it.
16656 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
16658         * filenotify.el: New package.
16660         * autorevert.el (top): Require filenotify.el.
16661         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
16662         instead.
16663         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
16664         (auto-revert-notify-handler): Use `file-notify-*' functions.
16666         * subr.el (file-notify-handle-event): Move function to filenotify.el.
16668         * net/tramp.el (tramp-file-name-for-operation):
16669         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
16671         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
16672         for `file-notify-add-watch' and `file-notify-rm-watch'.
16673         (tramp-process-sentinel): Improve trace.
16674         (tramp-sh-handle-file-notify-add-watch)
16675         (tramp-sh-file-notify-process-filter)
16676         (tramp-sh-handle-file-notify-rm-watch)
16677         (tramp-get-remote-inotifywait): New defuns.
16679 2013-07-03  Juri Linkov  <juri@jurta.org>
16681         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
16682         call of `occur-read-primary-args' to interactive spec.
16684         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
16685         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
16687 2013-07-03  Matthias Meulien  <orontee@gmail.com>
16689         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
16690         `Buffer-menu-multi-occur'.  Add it to the menu.
16691         (Buffer-menu-mode): Document it in docstring.
16692         (Buffer-menu-multi-occur): New command.  (Bug#14673)
16694 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
16696         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
16697         keywords and built-ins.
16699 2013-07-03  Glenn Morris  <rgm@gnu.org>
16701         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
16703         Make info-xref checks case-sensitive by default
16704         * info.el (Info-find-node, Info-find-in-tag-table)
16705         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
16706         Add option for exact case matching of nodes.
16707         * info-xref.el (info-xref): New custom group.
16708         (info-xref-case-fold): New option.
16709         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
16711 2013-07-03  Leo Liu  <sdl.web@gmail.com>
16713         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
16715 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
16717         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
16718         middle of block statement initially, lower the depth.  Remove
16719         FIXME comment, not longer valid.  Remove middle of block statement
16720         detection, no need to do that anymore since we've been using
16721         `ruby-parse-region' here.
16723 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
16725         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
16727 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16729         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
16731 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
16733         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
16734         (desktop-restore-in-current-display): New customization option.
16735         (desktop--excluded-frame-parameters): Add `font'.
16736         (desktop--save-frames): Rename from desktop--save-windows.
16737         (desktop--restore-in-this-display-p): New function.
16738         (desktop--make-full-frame): Remove unwanted width/height from
16739         full(width|height) frames.
16740         (desktop--restore-frames): Rename from desktop--restore-windows.
16741         Obey desktop-restore-current-display.  Do not delete old frames or
16742         select a new frame unless we were able to restore at least one frame.
16744 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
16746         * files.el (find-file-noselect): Simplify conditional expression.
16748         * textmodes/remember.el (remember-append-to-file):
16749         Don't mix `find-buffer-visiting' and `get-file-buffer'.
16751         Add `remember-notes' function to store random notes across Emacs
16752         restarts.
16753         * textmodes/remember.el (remember-data-file): Add :set callback to
16754         affect notes buffer (if any).
16755         (remember-notes): New command.
16756         (remember-notes-buffer-name, bury-remember-notes-on-kill):
16757         New defcustoms for the `remember-notes' function.
16758         (remember-notes-save-and-bury-buffer): New command.
16759         (remember-notes-mode-map): New variable.
16760         (remember-mode): New minor mode.
16761         (remember-notes--kill-buffer-query): New function.
16762         * startup.el (initial-buffer-choice): Add notes to custom type.
16764 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
16766         * bindings.el (right-char, left-char): Don't call sit-for, this is
16767         no longer needed.  Use arithmetic comparison only for numerical
16768         arguments.
16770         * international/mule-cmds.el (select-safe-coding-system):
16771         Handle the case of FROM being a string correctly.  (Bug#14755)
16773 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16775         * net/shr.el (shr-make-table-1): Add a sanity check that allows
16776         progression on degenerate tables.
16777         (shr-rescale-image): ImageMagick animated images currently don't work.
16779 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
16781         Some fixes and improvements for desktop frame restoration.
16782         It is still experimental and disabled by default.
16783         * desktop.el (desktop--save-windows): Put the selected frame at
16784         the head of the list.
16785         (desktop--make-full-frame): New function.
16786         (desktop--restore-windows): Try to re-select the frame that was
16787         selected upon saving.  Do not abort if some frames fail to restore,
16788         just show an error message and continue.  Set up maximized frames
16789         so they have default non-maximized dimensions.
16791 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
16793         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
16794         Don't start heredoc inside a string or comment.
16796 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
16798         * bindings.el (visual-order-cursor-movement): New defcustom.
16799         (right-char, left-char): Provide visual-order cursor motion by
16800         calling move-point-visually.  Update the doc strings.
16802 2013-06-28  Kenichi Handa  <handa@gnu.org>
16804         * international/mule.el (define-coding-system): New coding system
16805         properties :inhibit-null-byte-detection,
16806         :inhibit-iso-escape-detection, and :prefer-utf-8.
16807         (set-buffer-file-coding-system): If :charset-list property of
16808         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
16809         appropriate for setting.
16811         * international/mule-cmds.el (select-safe-coding-system):
16812         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
16813         multibyte characters, return utf-8 (or one of its siblings).
16815         * international/mule-conf.el (prefer-utf-8): New coding system.
16816         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
16817         files.
16819 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
16821         * net/shr.el (shr-render-region): New function.
16823         * net/eww.el: Autoload `eww-browse-url'.
16825 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
16827         * emacs-lisp/package-x.el (package-upload-buffer-internal):
16828         Adapt to `package-desc-version' being a list.
16829         Use `package--ac-desc-version' to retrieve version from a package
16830         archive element.
16832 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
16834         New experimental feature to save&restore window and frame setup.
16835         * desktop.el (desktop-save-windows): New defcustom.
16836         (desktop--saved-states): New var.
16837         (desktop--excluded-frame-parameters): New defconst.
16838         (desktop--filter-frame-parms, desktop--find-frame-in-display)
16839         (desktop--restore-windows, desktop--save-windows): New functions.
16840         (desktop-save): Call `desktop--save-windows'.
16841         (desktop-read): Call `desktop--restore-windows'.
16843 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16845         * net/shr.el (add-face-text-property): Remove compat definition.
16847 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
16849         * info.el (Info-try-follow-nearest-node): Move search for footnote
16850         above search for node name to prevent missing a footnote (bug#14717).
16852 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
16854         * obsolete/otodo-mode.el: Add obsolescence info to file header.
16856 2013-06-27  Leo Liu  <sdl.web@gmail.com>
16858         * net/eww.el (eww-read-bookmarks): Check file size.
16860 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16862         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
16863         advice--pending if newdef is nil or an autoload (bug#13820).
16864         (advice-mapc): New function.
16866 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16868         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
16869         probably.
16870         (eww-mode-map): Add a menu bar.
16871         (eww-add-bookmark): New command.
16872         (eww-bookmark-mode): New mode and commands.
16873         (eww-add-bookmark): Remove newlines from the title.
16874         (eww-bookmark-browse): Don't bug out if it's the only window.
16876 2013-06-26  Glenn Morris  <rgm@gnu.org>
16878         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
16879         (hfy-size): Handle ttys.  (Bug#14668)
16881         * info-xref.el: Update for Texinfo 5 change in *note format.
16882         (info-xref-node-re, info-xref-note-re): New constants.
16883         (info-xref-check-buffer): Use info-xref-note-re.
16885 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16887         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
16889         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
16890         nil terminate the loop (bug#14718).
16892 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16894         * net/eww.el: Rework history traversal.  When going forward/back,
16895         put these actions into the history, too, so that they can be
16896         replayed.
16897         (eww-render): Move the history reset to the correct buffer.
16899 2013-06-25  Juri Linkov  <juri@jurta.org>
16901         * files-x.el (modify-dir-local-variable): Change the header comment
16902         in the file with directory local variables.  (Bug#14692)
16904         * files-x.el (read-file-local-variable-value): Add `default'.
16905         (Bug#14710)
16907 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16909         * net/eww.el (eww-make-unique-file-name): Create a unique file
16910         name before saving to entering `y' accidentally asynchronously.
16912 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
16914         * net/eww.el (eww-download): New command and keystroke.
16916 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16918         * net/eww.el (eww-copy-page-url): Change name of command.
16920         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
16921         be more consistent with Info and dired.
16923         * net/eww.el (eww-mode-map): Ditto.
16925 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16927         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
16928         packages from archives.
16929         (package-archive-contents): Change format; include obsolete packages.
16930         (package-desc): Use `dir' to mark builtin packages.
16931         (package--from-builtin): Set the `dir' field to `builtin'.
16932         (generated-autoload-file, version-control): Declare.
16933         (package-compute-transaction): Change first arg and return value to be
16934         lists of package-descs.  Adjust to new package-archive-contents format.
16935         (package--add-to-archive-contents): Adjust to new
16936         package-archive-contents format.
16937         (package-download-transaction): Arg is now a list of package-descs.
16938         (package-install): If `pkg' is a package name, pass it as
16939         a requirement, so it is subject to the usual (e.g. disabled) checks.
16940         (describe-package): Accept package-desc as well.
16941         (describe-package-1): Describe a specific package-desc.  Add links to
16942         other package-descs for the same package name.
16943         (package-menu-describe-package): Pass the actual package-desc.
16944         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
16945         works correctly.
16946         (package-desc-status): New function.
16947         (package-menu--refresh): New function, extracted
16948         from package-menu--generate.
16949         (package-menu--generate): Use it.
16950         (package-delete): Update package-alist.
16951         (package-menu-execute): Don't call package-initialize.
16953         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
16954         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
16955         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
16956         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
16957         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
16958         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
16960 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
16962         * window.el (window--state-get-1): Workaround for bug#14527.
16963         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
16965 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16967         * net/eww.el (eww-back-url): Implement the history by stashing all
16968         the data into a list.
16969         (eww-forward-url): Allow going forward in the history, too.
16971 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16973         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
16974         for values and use read--expression for expressions (bug#14710).
16975         (read-file-local-variable): Avoid setq.
16976         (read-file-local-variable-mode): Use minor-mode-list.
16978 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16980         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
16981         for DOI URLs.
16983 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16985         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
16986         Update imenu-support when dialect changes.
16988 2013-06-25  Leo Liu  <sdl.web@gmail.com>
16990         * ido.el (ido-read-internal): Allow forward slash on windows.
16992 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16994         * net/eww.el (eww): Start of strings is \\`, not ^.
16996 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
16998         * net/shr.el (shr-browse-url): Fix interactive spec.
17000         * net/eww.el (eww): Add a trailing slash to domain names.
17002 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
17004         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
17006 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17008         * net/shr.el (shr-browse-url): Use an external browser if given a
17009         prefix.
17011         * net/eww.el (eww-external-browser): Move to shr.
17013 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
17015         * net/eww.el (eww): Work more correctly for file: URLs.
17016         (eww-detect-charset): Allow quoted charsets.
17017         (eww-yank-page-url): New command and keystroke.
17019 2013-06-24  Daiki Ueno  <ueno@gnu.org>
17021         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
17022         file name of gpg executable.
17023         (epg-context-program): New function.
17024         (epg-context-home-directory): New function.
17025         (epg-context-set-program): New function.
17026         (epg-context-set-home-directory): New function.
17027         (epg--start): Use `epg-context-program' instead of
17028         'epg-gpg-program'.
17029         (epg--list-keys-1): Likewise.
17031 2013-06-24  Leo Liu  <sdl.web@gmail.com>
17033         * ido.el (ido-read-internal): Fix bug#14620.
17035 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
17037         * faces.el (face-documentation): Simplify.
17038         (read-face-attribute, tty-find-type, x-resolve-font-name):
17039         Use `string-match-p'.
17040         (list-faces-display): Use `string-match-p'.  Simplify.
17041         (face-spec-recalc): Check face to avoid face alias loops.
17042         (read-color): Use `string-match-p' and non-capturing parenthesis.
17044 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17046         * net/shr.el (shr-rescale-image): Use the new
17047         :max-width/:max-height functionality.
17049 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
17051         * net/eww.el (eww-search-prefix): New variable.
17052         (eww): Use it.
17053         (eww-external-browser): New variable.
17054         (eww-mode-map): New keystroke.
17055         (eww-browse-with-external-browser): New command.
17057         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
17059 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
17061         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
17062         Don't skip aligning the next header field when padding is 0;
17063         otherwise, field width is not respected unless the title is as
17064         wide as the field.
17066 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17068         * emacs-lisp/package.el (package-el-version): Remove.
17069         (package-process-define-package): Fix inf-loop.
17070         (package-install): Allow symbols as arguments again.
17072 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
17074         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
17075         add some more keyword-like methods.
17076         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
17078 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
17080         * bs.el (bs-buffer-show-mark): Make defvar-local.
17081         (bs-mode): Use setq-local.
17083         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
17084         (emacs-lock--try-unlocking): Make defvar-local.
17086 2013-06-22  Glenn Morris  <rgm@gnu.org>
17088         * play/cookie1.el (cookie-apropos): Minor simplification.
17090         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
17092 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
17094         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
17095         `regexp-opt', it breaks the build during dumping.
17097 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
17099         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
17100         Highlight keyword-like methods on Kernel and Module with
17101         font-lock-builtin-face.
17102         (auto-mode-alist): Consolidate different entries into one regexp
17103         and add more *file-s.
17105 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
17107         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
17109         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
17110         (diary-entry): Use it in the action of this button type instead of
17111         diary-goto-entry.
17113         * calendar/todo-mode.el: New version.
17114         (todo-add-category): Append new category to end of file and give
17115         it the highest number, instead of putting it at the beginning and
17116         giving it 0.  Incorporate noninteractive functionality.
17117         (todo-forward-category): Adapt to 1-based category numbering.
17118         Allow skipping over archived categories.
17119         (todo-backward-category): Derive from todo-forward-category.
17120         (todo-backward-item, todo-forward-item): Make noninteractive and
17121         delegate interactive part to new commands.  Make sensitive to done items.
17122         (todo-categories): Make value an alist of category names and
17123         vectors of item counts.
17124         (todo-category-beg): Make a defconst.
17125         (todo-category-number): Use 1 instead of 0 as initial value.
17126         (todo-category-select): Make sensitive to overlays, optional item
17127         highlighting and done items.
17128         (todo-delete-item): Make sensitive to overlays and marked and done items.
17129         (todo-edit-item): Make sensitive to overlays and editing of
17130         date/time header optional.  Add format checks.
17131         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
17132         no-op if point is not on an item.  Advertise using todo-edit-quit.
17133         (todo-edit-mode): Make sensitive to new format, font-locking, and
17134         multiple todo files.
17135         (todo-insert-item, todo-insert-item-here): Derive from
17136         todo-basic-insert-item and extend functionality.
17137         (todo-item-end, todo-item-start): Make sensitive to done items.
17138         (todo-item-string): Don't return text properties.  Restore point.
17139         (todo-jump-to-category): Make sensitive to multiple todo files and
17140         todo archives.  Use extended category completion.
17141         (todo-lower-item, todo-raise-item): Rename to *-priority and
17142         derive from todo-set-item-priority.
17143         (todo-mode): Derive from special-mode.  Make sensitive to new
17144         format, font-locking and multiple todo files.  Make read-only.
17145         (todo-mode-map): Don't suppress digit keys, so they can supply
17146         prefix arguments.  Add many new key bindings.
17147         (todo-prefix): Insert as an overlay instead of file text.
17148         Change semantics from diary date expression to purely visual mark.
17149         (todo-print): Rename to todo-print-buffer.  Make buffer display
17150         features printable.  Remove option to restrict number of items
17151         printed.  Add option to print to file.
17152         (todo-print-function): Rename to todo-print-buffer-function.
17153         (todo-quit): Extend to handle exiting new todo modes.
17154         (todo-remove-item): Make sensitive to overlays.
17155         (todo-save): Extend to buffers of filtered items.
17156         (todo-show): Make sensitive to done items, multiple todo files and
17157         new todo modes.  Offer to convert legacy todo file before creating
17158         first new todo file.
17159         (todo-show-priorities): Rename to todo-top-priorities.
17160         Change semantics of value 0.
17161         (todo-top-priorities): Rename to todo-filter-top-priorities,
17162         derive from todo-filter-items and extend functionality.
17163         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
17164         and extend functionality to other types of filtered items.
17165         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
17166         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
17167         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
17168         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
17169         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
17170         (todo-edit-mode-hook, todo-entry-prefix-function)
17171         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
17172         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
17173         (todo-initials, todo-insert-threshold, todo-item-string-start)
17174         (todo-line-string, todo-menu, todo-mode-hook)
17175         (todo-more-important-p, todo-previous-answer, todo-previous-line)
17176         (todo-print-priorities, todo-remove-separator)
17177         (todo-save-top-priorities-too, todo-string-count-lines)
17178         (todo-string-multiline-p, todo-time-string-format)
17179         (todo-tmp-buffer-name): Remove.
17180         (todo-add-file, todo-archive-done-item, todo-choose-archive)
17181         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
17182         (todo-edit-category-diary-inclusion)
17183         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
17184         (todo-edit-file, todo-edit-item-date-day)
17185         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
17186         (todo-edit-item-date-month, todo-edit-item-date-to-today)
17187         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
17188         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
17189         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
17190         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
17191         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
17192         (todo-filter-top-priorities-multifile, todo-find-archive)
17193         (todo-find-filtered-items-file, todo-go-to-source-item)
17194         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
17195         (todo-jump-to-archive-category, todo-lower-category)
17196         (todo-mark-category, todo-marked-item-p, todo-merge-category)
17197         (todo-move-category, todo-move-item, todo-next-button)
17198         (todo-next-item, todo-padded-string, todo-powerset)
17199         (todo-previous-button, todo-previous-item)
17200         (todo-print-buffer-to-file, todo-raise-category)
17201         (todo-rename-category, todo-repair-categories-sexp, todo-search)
17202         (todo-set-category-number, todo-set-item-priority)
17203         (todo-set-top-priorities-in-category)
17204         (todo-set-top-priorities-in-file, todo-show-categories-table)
17205         (todo-sort-categories-alphabetically-or-numerically)
17206         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
17207         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
17208         (todo-toggle-item-header, todo-toggle-item-highlighting)
17209         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
17210         (todo-toggle-view-done-items, todo-toggle-view-done-only)
17211         (todo-unarchive-items, todo-unmark-category): New commands.
17212         (todo-absolute-file-name, todo-add-to-buffer-list)
17213         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
17214         (todo-basic-insert-item, todo-category-completions)
17215         (todo-category-number, todo-category-string-matcher-1)
17216         (todo-category-string-matcher-2, todo-check-filtered-items-file)
17217         (todo-check-format, todo-clear-matches)
17218         (todo-comment-string-matcher, todo-convert-legacy-date-time)
17219         (todo-current-category, todo-date-string-matcher)
17220         (todo-define-insertion-command, todo-diary-expired-matcher)
17221         (todo-diary-goto-entry, todo-diary-item-p)
17222         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
17223         (todo-display-categories, todo-display-sorted, todo-done-item-p)
17224         (todo-done-item-section-p, todo-done-separator)
17225         (todo-done-string-matcher, todo-files, todo-filter-items)
17226         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
17227         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
17228         (todo-insert-category-line, todo-insert-item-from-calendar)
17229         (todo-insert-sort-button, todo-insert-with-overlays)
17230         (todo-insertion-command-name, todo-insertion-key-bindings)
17231         (todo-label-to-key, todo-longest-category-name-length)
17232         (todo-make-categories-list, todo-mode-external-set)
17233         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
17234         (todo-modes-set-3, todo-multiple-filter-files)
17235         (todo-nondiary-marker-matcher, todo-prefix-overlays)
17236         (todo-read-category, todo-read-date, todo-read-dayname)
17237         (todo-read-file-name, todo-read-time)
17238         (todo-reevaluate-category-completions-files-defcustom)
17239         (todo-reevaluate-default-file-defcustom)
17240         (todo-reevaluate-filelist-defcustoms)
17241         (todo-reevaluate-filter-files-defcustom)
17242         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
17243         (todo-reset-done-separator, todo-reset-done-separator-string)
17244         (todo-reset-done-string, todo-reset-global-current-todo-file)
17245         (todo-reset-highlight-item, todo-reset-nondiary-marker)
17246         (todo-reset-prefix, todo-set-categories)
17247         (todo-set-date-from-calendar, todo-set-show-current-file)
17248         (todo-set-top-priorities, todo-short-file-name)
17249         (todo-show-current-file, todo-sort, todo-time-string-matcher)
17250         (todo-total-item-counts, todo-update-buffer-list)
17251         (todo-update-categories-display, todo-update-categories-sexp)
17252         (todo-update-count, todo-validate-name, todo-y-or-n-p):
17253         New functions.
17254         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
17255         New major modes.
17256         (todo-categories, todo-display, todo-edit, todo-faces)
17257         (todo-filtered): New defgroups.
17258         (todo-archived-only, todo-button, todo-category-string, todo-date)
17259         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
17260         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
17261         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
17262         (todo-add-item-if-new-category, todo-always-add-time-string)
17263         (todo-categories-align, todo-categories-archived-label)
17264         (todo-categories-category-label, todo-categories-diary-label)
17265         (todo-categories-done-label, todo-categories-number-separator)
17266         (todo-categories-todo-label, todo-categories-totals-label)
17267         (todo-category-completions-files, todo-completion-ignore-case)
17268         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
17269         (todo-done-separator-string, todo-done-string)
17270         (todo-files-function, todo-filter-done-items, todo-filter-files)
17271         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
17272         (todo-initial-category, todo-initial-file, todo-item-mark)
17273         (todo-legacy-date-time-regexp, todo-mode-line-function)
17274         (todo-nondiary-marker, todo-number-prefix)
17275         (todo-print-buffer-function, todo-show-current-file)
17276         (todo-show-done-only, todo-show-first, todo-show-with-done)
17277         (todo-skip-archived-categories, todo-top-priorities-overrides)
17278         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
17279         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
17280         New defcustoms.
17281         (todo-category-done, todo-date-pattern, todo-date-string-start)
17282         (todo-diary-items-buffer, todo-done-string-start)
17283         (todo-filtered-items-buffer, todo-item-start)
17284         (todo-month-abbrev-array, todo-month-name-array)
17285         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
17286         (todo-top-priorities-buffer): New defconsts.
17287         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
17288         (todo-categories-with-marks, todo-category-string-face)
17289         (todo-comment-face, todo-comment-string, todo-current-todo-file)
17290         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
17291         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
17292         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
17293         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
17294         (todo-font-lock-keywords, todo-global-current-todo-file)
17295         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
17296         (todo-insertion-commands-args)
17297         (todo-insertion-commands-args-genlist)
17298         (todo-insertion-commands-names, todo-insertion-map)
17299         (todo-key-bindings-t, todo-key-bindings-t+a)
17300         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
17301         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
17302         (todo-nondiary-face, todo-print-buffer, todo-time-face)
17303         (todo-visited): New variables.
17305 2013-06-21  Glenn Morris  <rgm@gnu.org>
17307         * play/cookie1.el (cookie-apropos): Add optional display argument.
17308         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
17309         (psychoanalyze-pinhead): Use cookie-doctor.
17311 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
17313         * emacs-lisp/package.el (tar-get-file-descriptor)
17314         (tar--extract): Declare.
17316 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
17318         Extend flymake's warning predicate to be a function (bug#14217).
17319         * progmodes/flymake.el (flymake-warning-predicate): New.
17320         (flymake-parse-line): Use it.
17321         (flymake-warning-re): Make obsolete alias to
17322         `flymake-warning-predicate'.
17324 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17326         * emacs-lisp/package.el (package-alist): Include obsolete packages.
17327         (package-obsolete-list): Remove.
17328         (package-activate): Remove min-version argument.  Add `force' argument.
17329         Adjust to new package-alist format.
17330         (package-mark-obsolete): Remove.
17331         (package-unpack): Force reload of the package's autoloads.
17332         (package-installed-p): Check builtins if the installed package is not
17333         recent enough.
17334         (package-initialize): Don't reset package-obsolete-list.
17335         Don't specify which package version to activate.
17336         (package-process-define-package, describe-package-1)
17337         (package-menu--generate): Adjust to new package-alist format.
17339 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
17341         * allout-widgets.el (allout-widgets-mode-off)
17342         (allout-widgets-mode-on, allout-widgets-pre-command-business)
17343         (allout-widgets-post-command-business)
17344         (allout-widgets-after-copy-or-kill-function)
17345         (allout-widgets-after-undo-function, allout-test-range-overlaps)
17346         (allout-decorate-item-and-context)
17347         (allout-graphics-modification-handler): Fix typos in docstrings.
17348         (allout-get-or-create-parent-widget): Use `looking-at-p'.
17350         * cmuscheme.el (scheme-start-file): Doc fix.
17351         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
17352         (scheme-input-filter): Use `string-match-p'.
17354         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
17356         * dired-x.el: Use Dired consistently in docstrings.
17358         * dired.el: Use Dired consistently in docstrings.
17359         (dired-readin, dired-mode): Use `setq-local'.
17360         (dired-switches-alist): Make defvar-local.
17361         (dired-buffers-for-dir): Use `zerop'.
17362         (dired-safe-switches-p, dired-switches-escape-p)
17363         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
17364         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
17365         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
17366         (dired-goto-next-nontrivial-file): Use `string-match-p'.
17367         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
17368         (dired-toggle-marks, dired-mark-files-containing-regexp)
17369         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
17370         (dired-flag-auto-save-files, dired-flag-backup-files):
17371         Use `looking-at-p'.
17372         (dired-mark-files-regexp, dired-build-subdir-alist):
17373         Use `string-match-p', `looking-at-p'.
17375         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
17376         (direct-print-region-helper): Use `string-match-p'.
17378 2013-06-21  Leo Liu  <sdl.web@gmail.com>
17380         * comint.el (comint-redirect-results-list-from-process):
17381         Fix infinite loop.
17383 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17385         * net/eww.el (eww-update-header-line-format): Quote % characters.
17387 2013-06-21  Glenn Morris  <rgm@gnu.org>
17389         * play/cookie1.el (cookie): New custom group.
17390         (cookie-file): New option.
17391         (cookie-check-file): New function.
17392         (cookie): Make it interactive.  Make start and end messages optional.
17393         Interactively, display the result.  Default to cookie-file.
17394         (cookie-insert): Default to cookie-file.
17395         (cookie-snarf): Make start and end messages optional.
17396         Default to cookie-file.  Use with-temp-buffer.
17397         (cookie-read): Rename from read-cookie.
17398         Make start and end messages optional.  Default to cookie-file.
17399         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
17400         Do not autoload it.
17401         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
17402         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
17404 2013-06-21  Leo Liu  <sdl.web@gmail.com>
17406         * progmodes/octave.el (octave-mode): Backward compatibility fix.
17408 2013-06-21  Glenn Morris  <rgm@gnu.org>
17410         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
17412 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17413             Daniel Hackney  <dan@haxney.org>
17415         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
17416         Consolidate the single-file vs tarball code.
17417         (package-desc-suffix): New function.
17418         (package-desc-full-name): Don't bother inlining it.
17419         (package-load-descriptor): Return the new package-desc.
17420         (package-mark-obsolete): Remove unused arg `package'.
17421         (package-unpack): Make it work for single files as well.
17422         Make it update package-alist.
17423         (package--make-autoloads-and-stuff): Rename from
17424         package--make-autoloads-and-compile.  Don't compile any more.
17425         (package--compile): New function.
17426         (package-generate-description-file): New function, extracted from
17427         package-unpack-single.
17428         (package-unpack-single): Remove.
17429         (package--with-work-buffer): Add indentation and debugging info.
17430         (package-download-single): Remove.
17431         (package-install-from-archive): Rename from package-download-tar, make
17432         it take a pkg-desc, and make it work for single files as well.
17433         (package-download-transaction): Simplify.
17434         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
17435         external tar program.
17436         (package-install-from-buffer): Remove `pkg-desc' argument.
17437         Use package-tar-file-info for tar-mode buffers.
17438         (package-install-file): Simplify accordingly.
17439         (package-archive-base): Change to take a pkg-desc.
17440         * tar-mode.el (tar--check-descriptor): New function, extracted from
17441         tar-get-descriptor.
17442         (tar-get-descriptor): Use it.
17443         (tar-get-file-descriptor): New function.
17444         (tar--extract): New function, extracted from tar-extract.
17445         (tar--extract): Use it.
17446         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
17447         case the summary uses non-ascii.  Adjust to new calling convention of
17448         package-tar-file-info.
17450 2013-06-21  Leo Liu  <sdl.web@gmail.com>
17452         * comint.el (comint-redirect-results-list-from-process):
17453         Fix random delay.  (Bug#14681)
17455 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
17457         * profiler.el (profiler-format-number): Use log, not log10.
17459 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
17461         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
17463 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17465         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
17466         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
17467         yet available.
17468         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
17469         (AUTOGENEL): ... here.
17470         * emacs-lisp/cl-macs.el (cl--sublis): New function.
17471         (cl--defsubst-expand): Use it.
17473 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17475         * subr.el (log10): Move here from C code, and declare as obsolete.
17476         All uses of (log10 X) replaced with (log X 10).
17478 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
17480         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
17481         Declare with `defvar-local'.
17482         (tabulated-list-use-header-line, tabulated-list-entries)
17483         (tabulated-list-padding, tabulated-list-printer)
17484         (tabulated-list-sort-key): Declare with `defvar-local'.
17485         (tabulated-list-init-header, tabulated-list-print-fake-header):
17486         Use `setq-local'.
17488 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
17490         * arc-mode.el (archive-mode): Add `archive-write-file' to
17491         `write-contents-functions' also for remote files.  (Bug#14652)
17493 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
17495         * cus-edit.el (custom-commands): Fix typos.
17496         (custom-display): Fix tooltip text.
17497         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
17498         Fix typos in docstrings.
17499         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
17500         (custom-unlispify-menu-entry, custom-magic-value-create)
17501         (custom-add-see-also, custom-group-value-create): Use ?\s.
17502         (custom-guess-type, customize-apropos, editable-field)
17503         (custom-face-value-create): Use `string-match-p'.
17504         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
17506         * custom.el (custom-load-symbol): Use `string-match-p'.
17508         * ansi-color.el: Convert to lexical binding.
17509         (ansi-colors): Fix URL.
17510         (ansi-color-context, ansi-color-context-region): Use defvar-local.
17511         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
17512         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
17514 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17516         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
17518         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
17520 2013-06-19  Tom Tromey  <tromey@redhat.com>
17522         * net/eww.el (eww-top-url): Remove.
17523         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
17524         (eww-render): Set new variables.  Don't set eww-top-url.
17525         (eww-handle-link): Handle "prev", "home", and "contents".
17526         Downcase the rel text.
17527         (eww-top-url): Choose best top URL.
17529 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17531         * net/eww.el: Rewrite to implement form elements "by hand" instead of
17532         relying in widget.el.  Using widget.el leads to too many
17533         user interface inconsistencies.
17534         (eww-self-insert): Implement entering commands in text fields.
17535         (eww-process-text-input): New function to make text input field editing
17536         work.
17537         (eww-submit): Rewrite to use the new-style form methods.
17538         (eww-select-display): Display the correct selected item.
17539         (eww-change-select): Implement changing the select value.
17540         (eww-toggle-checkbox): Implement radio/checkboxes.
17541         (eww-update-field): Fix compilation error.
17542         (eww-tag-textarea): Implement <textarea>.
17544         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
17545         we don't shadow mode-specific bindings.
17547         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
17548         nothing to push.
17550         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
17552 2013-06-19  Glenn Morris  <rgm@gnu.org>
17554         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
17556 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
17558         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
17559         not needed.
17561         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
17563 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17565         * net/browse-url.el (browse-url-browser-function):
17566         `eww-browse-url' has the right calling signature, `eww' does not.
17568 2013-06-19  Glenn Morris  <rgm@gnu.org>
17570         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17571         Only eval autoloaded macros.
17572         (byte-compile-autoload): Only give the macro warning for macros.
17574         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
17575         (ps-underlined-faces): Declare.
17577         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
17578         (speedbar-add-supported-extension): Declare.
17580         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
17581         Don't include a date stamp in the header of the generated file;
17582         it leads to needless differences between output files.
17584 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
17586         * net/secrets.el (secrets-struct-secret-content-type):
17587         Replace check of introspection data by a test call of "CreateItem".
17588         Some servers do not offer introspection.
17590 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17592         * electric.el (electric-pair-mode): Improve interaction with
17593         electric-layout-mode.
17594         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
17595         (electric-pair-syntax): Use text-mode-syntax-table in comments
17596         and strings.
17597         (electric-pair--insert): New function.
17598         (electric-pair-post-self-insert-function): Use it and
17599         electric--after-char-pos.
17601 2013-06-19  Leo Liu  <sdl.web@gmail.com>
17603         * progmodes/octave.el (octave-help): Fix regexp.
17605 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17607         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
17608         (shr-table-horizontal-line): Allow nil as a value, and change the
17609         default.
17610         (shr-insert-table-ruler): Respect the nil value.
17612 2013-06-18  Tom Tromey  <tromey@barimba>
17614         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17615         New defvars.
17616         (eww-open-file): New defun.
17617         (eww-render): Initialize new variables.
17618         (eww-display-html): Handle "link" and "a".
17619         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
17620         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
17621         (eww-back-url): Rename from eww-previous-url.
17622         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17623         New defuns.
17625 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
17627         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
17628         Distinguish ternary operator tokens from slash symbol and slash
17629         char literal.
17631 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
17633         Convert symbol prettification into minor mode and global minor mode.
17635         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
17636         `prog-prettify-symbols', and make a local defvar instead of defcustom.
17637         (prettify-symbols--keywords): Rename from
17638         `prog-prettify-symbols-alist' and make a local defvar.
17639         (prettify-symbols--compose-symbol): Rename from
17640         `prog--prettify-font-lock-compose-symbol'.
17641         (prettify-symbols--make-keywords): Rename from
17642         `prog-prettify-font-lock-symbols-keywords' and simplify.
17643         (prog-prettify-install): Remove.
17644         (prettify-symbols-mode): New minor mode, based on
17645         `prog-prettify-install'.
17646         (turn-on-prettify-symbols-mode): New function.
17647         (global-prettify-symbols-mode): New globalized minor mode.
17649         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17650         * progmodes/cfengine.el (cfengine3-mode):
17651         * progmodes/perl-mode.el (perl-mode): Don't call
17652         `prog-prettify-install'; set `prettify-symbols-alist' instead.
17654 2013-06-18  Juri Linkov  <juri@jurta.org>
17656         * files-x.el (modify-file-local-variable-message): New function.
17657         (modify-file-local-variable)
17658         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
17659         and call `modify-file-local-variable-message' when it's non-nil.
17660         (add-file-local-variable, delete-file-local-variable)
17661         (add-file-local-variable-prop-line)
17662         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
17663         and use it.  (Bug#9820)
17665 2013-06-18  Juri Linkov  <juri@jurta.org>
17667         * emulation/vi.el (vi-shell-op):
17668         * emulation/vip.el (vip-execute-com, ex-command):
17669         * emulation/viper-cmd.el (viper-exec-bang):
17670         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
17671         the call of `shell-command-on-region'.  (Bug#14637)
17673         * simple.el (shell-command-on-region): Doc fix.
17675 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17677         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
17678         (bug#14633).
17680 2013-06-18  Glenn Morris  <rgm@gnu.org>
17682         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
17684         * newcomment.el (comment-search-forward, comment-search-backward):
17685         Doc fix.  (Bug#14376)
17687 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
17689         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
17690         (buffer-face-mode-invoke): Doc fix.
17692 2013-06-18  Matthias Meulien  <orontee@gmail.com>
17694         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
17695         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
17697 2013-06-18  Glenn Morris  <rgm@gnu.org>
17699         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
17700         Replace obsolete function generic-make-keywords with its expansion.
17702         * progmodes/python.el (ffap-alist): Declare.
17704         * textmodes/reftex.el (bibtex-mode-map): Declare.
17706 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17708         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
17709         (package-unpack, package-unpack-single): Return the pkg-dir.
17710         (package-download-transaction): Use it to update package-alist.
17712 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17714         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
17715         possible choice.
17717 2013-06-17  Juri Linkov  <juri@jurta.org>
17719         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
17721 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
17723         * emacs-lisp/package.el (package-load-descriptor):
17724         Remove `with-syntax-table' call, `read' doesn't need it.
17725         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
17727 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
17729         * startup.el (command-line): Expand package name returned by
17730         `package--description-file' (bug#14639).
17732 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
17734         * emacs-lisp/package.el (package-load-descriptor): Do not call
17735         `emacs-lisp-mode', just use its syntax table.
17737 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
17739         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
17740         `font-lock-extra-managed-props' if any prettifying keyword is added.
17741         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
17742         (prog-mode): Use `setq-local'.
17744 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17746         * international/characters.el (standard-case-table): Set syntax of ?»
17747         and ?« to punctuation.
17749 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
17751         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
17752         Save relevant match data before calling `syntax-ppss' (bug#14595).
17754 2013-06-15  Juri Linkov  <juri@jurta.org>
17756         * files-x.el (modify-file-local-variable-prop-line): Add local
17757         variables to the end of the existing comment on the first line.
17758         Use `file-auto-mode-skip' to skip interpreter magic line,
17759         and also skip XML declaration.
17761 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17763         * startup.el (package--builtin-versions): New var.
17764         (package-subdirectory-regexp): Remove.
17765         (package--description-file): Hard code its value instead.
17767         * emacs-lisp/package.el: Don't activate packages older than builtin.
17768         (package-obsolete-list): Rename from package-obsolete-alist, and make
17769         it into a simple list of package-desc.
17770         (package-strip-version): Remove.
17771         (package-built-in-p): Use package--builtin-versions.
17772         (package-mark-obsolete): Simplify.
17773         (package-process-define-package): Mark it obsolete if older than the
17774         builtin version.
17775         (package-handle-response): Use line-end-position.
17776         (package-read-archive-contents, package--download-one-archive):
17777         Simplify.
17778         (package--add-to-archive-contents): Skip if older than the builtin or
17779         installed version.
17780         (package-menu-describe-package): Fix last change.
17781         (package-list-unversioned): New var.
17782         (package-menu--generate): Use it.
17784         * emacs-lisp/autoload.el: Manage package--builtin-versions.
17785         (autoload--insert-text, autoload--insert-cookie-text): New functions.
17786         (autoload-builtin-package-versions): New variable.
17787         (autoload-generate-file-autoloads): Use them.
17788         Remove the list of autoloaded functions/macros from the
17789         (autoload...) comments.
17791         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
17793 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
17795         * simple.el (line-move-partial): Don't jump to the next screen
17796         line as soon as it becomes visible.  Instead, continue enlarging
17797         the vscroll until the portion of a tall screen line that's left on
17798         display is about the height of the frame's default font.
17799         (Bug#14567)
17801 2013-06-15  Glenn Morris  <rgm@gnu.org>
17803         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
17804         compilation-error-regexp-alist void, or local while let-bound.
17806         * progmodes/make-mode.el (makefile-mode-syntax-table):
17807         Treat "=" as punctuation.  (Bug#14614)
17809 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
17811         * help-fns.el (describe-variable):
17812         Add extra line for permanent-local variables.
17814 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
17816         * progmodes/scheme.el (scheme-font-lock-keywords-2):
17817         Add export, import, library.  (Bug#9164)
17818         (library): Set indent function.
17820 2013-06-14  Glenn Morris  <rgm@gnu.org>
17822         * term/xterm.el (xterm--query):
17823         Stop after first matching handler.  (Bug#14615)
17825 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
17827         Add support for dired in saveplace.
17828         * dired.el (dired-initial-position-hook): New variable.
17829         (dired-initial-position): Call hook to place cursor position.
17830         * saveplace.el (save-place-to-alist): Add dired position.
17831         (save-place-dired-hook): New function.
17833 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17835         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
17836         through a symbol rather than letrec.
17838         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
17839         (package-desc): Add `dir' field.
17840         (package-desc-full-name): New function.
17841         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
17842         (package-maybe-load-descriptor): Remove.
17843         (package-load-all-descriptors): Just call package-load-descriptor.
17844         (package--disabled-p): New function.
17845         (package-desc-vers, package-desc-doc): Remove aliases.
17846         (package--dir): Remove function.
17847         (package-activate): Check if a package is disabled.
17848         (package-process-define-package): New function, extracted from
17849         define-package.
17850         (define-package): Turn into a place holder.
17851         (package-unpack-single, package-tar-file-info):
17852         Use package--description-file.
17853         (package-compute-transaction): Use package--disabled-p.
17854         (package-download-transaction): Don't call
17855         package-maybe-load-descriptor since they're all loaded anyway.
17856         (package-install): Change argument to be a pkg-desc.
17857         (package-delete): Use a single pkg-desc argument.
17858         (describe-package-1): Use package-desc-dir instead of package--dir.
17859         Use package-desc property instead of package-symbol.
17860         (package-install-button-action): Adjust accordingly.
17861         (package--push): Rewrite.
17862         (package-menu--print-info): Adjust accordingly.  Change the ID format
17863         to be a pkg-desc.
17864         (package-menu-describe-package, package-menu-get-status)
17865         (package-menu--find-upgrades, package-menu-mark-upgrades)
17866         (package-menu-execute, package-menu--name-predicate):
17867         Adjust accordingly.
17868         * startup.el (package--description-file): New function.
17869         (command-line): Use it.
17870         * emacs-lisp/package-x.el (package-upload-buffer-internal):
17871         Use package-desc-version.
17873         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
17874         (byte-compile-preprocess): Use it.
17875         (byte-compile-file-form-defalias): Try a bit harder to use macros we
17876         can't quite recognize.
17877         (byte-compile-add-to-list): Remove.
17878         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
17879         (cconv-closure-convert): Add assertion.
17881         * emacs-lisp/map-ynp.el: Use lexical-binding.
17882         (map-y-or-n-p): Remove unused vars `tail' and `object'.
17883         Factor out some repeated code.
17885 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17887         * subr.el (with-eval-after-load): New macro.
17888         (eval-after-load): Allow form to be a function.
17889         take advantage of lexical-binding.
17890         (do-after-load-evaluation): Use dolist and adjust to new format.
17891         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
17893 2013-06-13  Juri Linkov  <juri@jurta.org>
17895         * replace.el (perform-replace): Display "symbol " and other search
17896         modes from `isearch-message-prefix' in the *Help* buffer.
17898         * isearch.el (isearch-query-replace): Add " symbol" and other
17899         possible search modes from `isearch-message-prefix' to the prompt.
17900         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
17901         when reading a regexp to collect.
17903 2013-06-13  Juri Linkov  <juri@jurta.org>
17905         * isearch.el (word-search-regexp): Match whitespace if the search
17906         string begins or ends in whitespace.  The LAX arg is applied to
17907         both ends of the search string.  Use `regexp-quote' and explicit
17908         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
17909         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
17910         boundaries are replaced with symbol boundaries, and characters
17911         between symbols match non-word non-symbol syntax.  (Bug#14602)
17913 2013-06-13  Juri Linkov  <juri@jurta.org>
17915         * isearch.el (isearch-del-char): Don't exceed the length of
17916         `isearch-string' by the prefix arg.  (Bug#14563)
17918 2013-06-13  Juri Linkov  <juri@jurta.org>
17920         * isearch.el (isearch-yank-word, isearch-yank-line)
17921         (isearch-char-by-name, isearch-quote-char)
17922         (isearch-printing-char, isearch-process-search-char):
17923         Add optional count prefix arg.  (Bug#14563)
17925         * international/isearch-x.el
17926         (isearch-process-search-multibyte-characters):
17927         Add optional count prefix arg.
17929 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17931         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
17932         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
17933         lexical-binding.
17935 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
17937         * subr.el (set-temporary-overlay-map): Add on-exit argument.
17939 2013-06-13  Glenn Morris  <rgm@gnu.org>
17941         * startup.el (tty-handle-args):
17942         Don't just discard "--" and anything after.  (Bug#14608)
17944         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
17946 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
17948         Implement changes in Secret Service API.  Make it backward compatible.
17949         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
17950         (secrets-create-item): Use it.  Prefix properties with interface.
17952 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
17954         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
17955         (term-emulate-terminal): Respect term-suppress-hard-newline.
17957 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
17959         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
17960         Only remove a `thumb-file' overlay.  (Bug#14548)
17962 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
17964         * mail/reporter.el (reporter-submit-bug-report):
17965         Handle missing package-name.  (Bug#14600)
17967 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
17969         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
17970         (reftex-citation-prompt, reftex-default-bibliography)
17971         (reftex-bib-or-thebib, reftex-get-bibfile-list)
17972         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
17973         (reftex-bib-sort-author, reftex-bib-sort-year)
17974         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
17975         (reftex-extract-bib-entries-from-thebibliography)
17976         (reftex-get-bibkey-default, reftex-get-bib-names)
17977         (reftex-parse-bibtex-entry, reftex-get-bib-field)
17978         (reftex-format-bib-entry, reftex-parse-bibitem)
17979         (reftex-format-bibitem, reftex-do-citation)
17980         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
17981         (reftex-restrict-bib-matches, reftex-extract-bib-file)
17982         (reftex-insert-bib-matches, reftex-format-citation)
17983         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
17984         (reftex-create-bibtex-file): Add docstrings, mostly by converting
17985         existing comments into docstrings.
17987 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
17989         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
17991 2013-06-12  Andreas Schwab  <schwab@suse.de>
17993         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
17994         for auto-save files.
17996 2013-06-12  Glenn Morris  <rgm@gnu.org>
17998         * ido.el (ido-delete-ignored-files): Remove.
17999         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
18000         Go back to calling ido-ignore-item-p directly.
18002 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
18004         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
18006         * ido.el (ido-delete-ignored-files): New function,
18007         split from ido-make-file-list-1.
18008         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
18009         (ido-make-file-list-1): Use ido-delete-ignored-files.
18011 2013-06-12  Leo Liu  <sdl.web@gmail.com>
18013         * progmodes/octave.el (inferior-octave-startup)
18014         (inferior-octave-completion-table)
18015         (inferior-octave-track-window-width-change)
18016         (octave-eldoc-function-signatures, octave-help)
18017         (octave-find-definition): Use single quoted strings.
18018         (inferior-octave-startup-args): Change default value.
18019         (inferior-octave-startup): Do not hard code "-i" and
18020         "--no-line-editing".
18021         (inferior-octave-resync-dirs): Add optional arg NOERROR.
18022         (inferior-octave-directory-tracker): Use it.
18023         (octave-goto-function-definition): Robustify.
18024         (octave-help): Support highlighting operators in 'See also'.
18025         (octave-find-definition): Find subfunctions only in Octave mode.
18027 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18029         * help-fns.el (help-fns--compiler-macro): If the handler function is
18030         named, then put a link to it.
18031         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
18032         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
18033         (cl-typep): Use it.
18034         (cl-eval-when): Simplify debug spec.
18035         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
18036         compiler-macro function instead of setting `compiler-macro-file'.
18038 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
18040         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
18041         * vc/vc-hooks.el (vc-stay-local): Doc fix.
18043 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18044             Daniel Hackney  <dan@haxney.org>
18046         First part of Daniel Hackney's patch to package.el.
18047         * emacs-lisp/package.el: Use defstruct.
18048         (package-desc): New, main struct.
18049         (package--bi-desc, package--ac-desc): New structs, used to describe the
18050         format in external files.
18051         (package-desc-vers): Replace with package-desc-version accessor.
18052         (package-desc-doc): Replace with package-desc-summary accessor.
18053         (package-activate-1): Remove `package' arg since the pkg-vec now
18054         includes the name.
18055         (define-package): Use package-desc-from-define.
18056         (package-unpack-single): Change file-name arg to be a symbol.
18057         (package--add-to-archive-contents): Use package-desc-create and new
18058         accessor functions to package--ac-desc.
18059         (package-buffer-info, package-tar-file-info): Return a package-desc.
18060         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
18061         arg to be a package-desc.
18062         (package-install-file): Adjust accordingly.  Use \' to match EOS.
18063         (package--from-builtin): New function.
18064         (describe-package-1, package-menu--generate): Use it.
18065         (package--make-autoloads-and-compile): Change name arg to be a symbol.
18066         (package-generate-autoloads): Idem and return the name of the file.
18067         * emacs-lisp/package-x.el (package-upload-buffer-internal):
18068         Change pkg-info arg to be a package-desc.
18069         Use package-make-ac-desc.
18070         (package-upload-file): Use \' to match EOS.
18071         * finder.el (finder-compile-keywords): Use package-make-builtin.
18073 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18075         * vc/vc.el (vc-deduce-fileset): Change error message.
18076         (vc-read-backend): New function.
18077         (vc-next-action): Use it.
18079         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
18081         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
18082         (prolog-font-lock-keywords): Use regexp-opt instead.
18083         Don't manually highlight strings.
18084         (prolog-mode-variables): Simplify comment-start-skip.
18085         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
18087         * emacs-lisp/generic.el (generic--normalise-comments)
18088         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
18089         (generic-mode-set-comments): Use them.
18090         (generic-bracket-support): Use setq-local.
18091         (generic-make-keywords-list): Declare obsolete.
18093 2013-06-11  Glenn Morris  <rgm@gnu.org>
18095         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18096         Prettify after setting font-lock-defaults.  (Bug#14574)
18098 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
18100         * replace.el (query-replace, occur-read-regexp-defaults-function)
18101         (replace-search):
18102         * subr.el (declare-function, number-sequence, local-set-key)
18103         (substitute-key-definition, locate-user-emacs-file)
18104         (with-silent-modifications, split-string, eval-after-load):
18105         Fix typos, remove unneeded backslashes and reflow some docstrings.
18107 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18109         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
18110         default for Elisp files.
18112 2013-06-11  Glenn Morris  <rgm@gnu.org>
18114         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
18115         although define-derived-mode was doing this anyway.  (Bug#14583)
18117 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
18119         * allout.el (allout-encryption-plaintext-sanitization-regexps):
18120         Fix make-variable-buffer-local call to refer to the correct variable.
18122 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
18124         * eshell/em-term.el (eshell-visual-commands)
18125         (eshell-visual-subcommands, eshell-visual-options):
18126         Add summary line to docstrings.  Add cross-references.
18128 2013-06-10  Glenn Morris  <rgm@gnu.org>
18130         * epa.el (epa-read-file-name): New function.  (Bug#14510)
18131         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
18133 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
18135         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
18136         output redirection to be ignored with visual commands.
18138 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
18140         * eshell/em-term.el (eshell-visual-command-p): New function.
18141         (eshell-term-initialize): Move long lambda to separate function
18142         eshell-visual-command-p.
18143         * eshell/em-dirs.el (eshell-dirs-initialize):
18144         * eshell/em-script.el (eshell-script-initialize):
18145         Add missing #' to lambda.
18147 2013-06-08  Leo Liu  <sdl.web@gmail.com>
18149         * progmodes/octave.el (octave-add-log-current-defun): New function.
18150         (octave-mode): Set add-log-current-defun-function.
18151         (octave-goto-function-definition): Do not move point if not found.
18152         (octave-find-definition): Enhance to try subfunctions first.
18154 2013-06-08  Glenn Morris  <rgm@gnu.org>
18156         * emacs-lisp/bytecomp.el (byte-compile-char-before)
18157         (byte-compile-backward-char, byte-compile-backward-word):
18158         Improve previous change, to handle non-explicit nil.
18160 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18162         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
18163         (smie--opener/closer-at-point): New function.
18164         (smie--matching-block-data): Use it.  Don't match from right after an
18165         opener or right before a closer.  Obey smie-blink-matching-inners.
18166         Don't signal a mismatch for repeated inners like "switch..case..case".
18168 2013-06-07  Leo Liu  <sdl.web@gmail.com>
18170         * progmodes/octave.el (octave-mode): Set comment-use-global-state
18171         to t.  (Bug#14303)
18172         (octave-function-header-regexp): Fix.  (Bug#14570)
18173         (octave-help-mode-finish-hook, octave-help-mode-finish):
18174         Remove.  Just use temp-buffer-show-hook.
18176         * newcomment.el (comment-search-backward): Revert last change.
18177         (Bug#14434)
18179         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
18181 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
18183         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
18184         through xargs, to avoid failure due to MS-Windows limitations on
18185         command-line length.
18187 2013-06-06  Glenn Morris  <rgm@gnu.org>
18189         * font-lock.el (lisp-font-lock-keywords-2):
18190         Treat user-error like error.
18192         * emacs-lisp/bytecomp.el (byte-compile-char-before)
18193         (byte-compile-backward-char, byte-compile-backward-word):
18194         Handle explicit nil arguments.  (Bug#14565)
18196 2013-06-05  Alan Mackenzie  <acm@muc.de>
18198         * isearch.el (isearch-allow-prefix): New user option.
18199         (isearch-other-meta-char): Don't exit isearch when a prefix
18200         argument is typed whilst `isearch-allow-prefix' is non-nil.
18201         (Bug#9706)
18203 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18205         * autorevert.el (auto-revert-notify-handler): Use memq.
18206         Hide assertion failure.
18208         * skeleton.el: Use cl-lib.
18209         (skeleton-further-elements): Use defvar-local.
18210         (skeleton-insert): Use cl-progv.
18212 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
18214         * progmodes/prog-mode.el (prog-prettify-symbols)
18215         (prog-prettify-install): Update docstrings.
18217 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18219         * simple.el: Move all the prog-mode code to prog-mode.el.
18220         * progmodes/prog-mode.el: New file.
18221         * loadup.el: Add prog-mode.el.
18223 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
18225         * simple.el (prog-prettify-symbols): Add version.
18226         (prog-prettify-install): Add convenience function to prettify symbols.
18228         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
18229         (perl--augmented-font-lock-keywords-1)
18230         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
18231         variables and use it.
18233         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
18234         (cfengine3-mode): Remove unneeded variable and use it.
18236         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
18237         (lisp--augmented-font-lock-keywords-1)
18238         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
18239         Remove unneeded variables and use it.
18241 2013-06-05  João Távora  <joaotavora@gmail.com>
18243         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
18244         to point when opening the connection.  (Bug#14380)
18246 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18248         * subr.el (load-history-regexp, load-history-filename-element)
18249         (eval-after-load, after-load-functions, do-after-load-evaluation)
18250         (eval-next-after-load, display-delayed-warnings)
18251         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
18252         definition of save-match-data.
18253         (overriding-local-map): Remove accidental obsolescence declaration.
18255         * emacs-lisp/edebug.el (edebug-result): Move before first use.
18257 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
18259         Generalize symbol prettify support to prog-mode and implement it
18260         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
18261         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
18262         (prog--prettify-font-lock-compose-symbol)
18263         (prog-prettify-font-lock-symbols-keywords): New variables and
18264         functions to support symbol prettification.
18265         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
18266         (lisp--augmented-font-lock-keywords-1)
18267         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
18268         (lisp--prettify-symbols-alist): Implement prettify of lambda.
18269         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
18270         (cfengine3--prettify-symbols-alist, cfengine3-mode):
18271         Implement prettify of -> => :: strings.
18272         * progmodes/perl-mode.el (perl-prettify-symbols)
18273         (perl--font-lock-compose-symbol)
18274         (perl--font-lock-symbols-keywords): Move to prog-mode.
18275         (perl--prettify-symbols-alist): Prettify -> => :: strings.
18276         (perl-font-lock-keywords-1)
18277         (perl-font-lock-keywords-2): Remove explicit prettify support.
18278         (perl--augmented-font-lock-keywords)
18279         (perl--augmented-font-lock-keywords-1)
18280         (perl--augmented-font-lock-keywords-2, perl-mode):
18281         Implement prettify support.
18283 2013-06-05  Leo Liu  <sdl.web@gmail.com>
18285         Re-implement SMIE matching block highlight using
18286         show-paren-data-function.  (Bug#14395)
18287         * emacs-lisp/smie.el (smie-matching-block-highlight)
18288         (smie--highlight-matching-block-overlay)
18289         (smie--highlight-matching-block-lastpos)
18290         (smie-highlight-matching-block)
18291         (smie-highlight-matching-block-mode): Remove.
18292         (smie--matching-block-data-cache): New variable.
18293         (smie--matching-block-data): New function.
18294         (smie-setup): Use smie--matching-block-data for
18295         show-paren-data-function.
18297         * progmodes/octave.el (octave-mode-menu): Fix.
18298         (octave-find-definition): Skip garbage lines.
18300 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18302         Fix compilation error with simultaneous dynamic+lexical scoping.
18303         Add warning when a defvar appears after the first let-binding.
18304         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
18305         (byte-compile-close-variables): Initialize it.
18306         (byte-compile--declare-var): New function.
18307         (byte-compile-file-form-defvar)
18308         (byte-compile-file-form-define-abbrev-table)
18309         (byte-compile-file-form-custom-declare-variable): Use it.
18310         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
18311         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
18312         (byte-compile-bind): Handle dynamic bindings that shadow
18313         lexical bindings.
18314         (byte-compile-unbind): Make arg non-optional.
18315         (byte-compile-let): Simplify.
18316         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
18317         (cconv--analyse-function, cconv-analyse-form): Populate it.
18318         Protect byte-compile-bound-variables to limit the scope of defvars.
18319         (cconv-analyse-form): Add missing rule for (defvar <foo>).
18320         Remove unneeded rule for `declare'.
18322         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
18323         so as to avoid depending on cl-adjoin at run-time.
18324         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
18326         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
18327         (macroexp--warn-and-return): Use it.
18329 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18331         * subr.el: Convert to lexical binding.
18332         (overriding-local-map): Make obsolete.
18333         (add-to-list): Doc fix.  Add compiler macro.
18334         (read-key): Swap values of local maps.
18336 2013-06-05  Leo Liu  <sdl.web@gmail.com>
18338         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
18340 2013-06-04  Leo Liu  <sdl.web@gmail.com>
18342         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
18343         (compilation-auto-jump): Suppress the "Mark set" message to give
18344         way to exit message.
18346 2013-06-04  Alan Mackenzie  <acm@muc.de>
18348         Remove faulty optimization from indentation calculation.
18349         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
18350         search limit based on 2000 characters back from indent-point.
18352 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
18354         * eshell/em-term.el (cl-lib): Require `cl-lib'.
18356 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18358         * emacs-lisp/lisp.el: Use lexical-binding.
18359         (lisp--local-variables-1, lisp--local-variables): New functions.
18360         (lisp--local-variables-completion-table): New var.
18361         (lisp-completion-at-point): Use it complete let-bound vars.
18363         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
18364         eagerly (bug#14422).
18366 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
18368         * autorevert.el (auto-revert-notify-enabled)
18369         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
18370         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
18371         (auto-revert-notify-handler): Handle also gfilenotify.
18373         * subr.el (file-notify-handle-event): New defun.  Replacing ...
18374         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
18375         Remove.
18377 2013-06-03  Juri Linkov  <juri@jurta.org>
18379         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
18380         `M-s h .'.  (Bug#14427)
18382         * hi-lock.el (highlight-symbol-at-point): New alias for the new
18383         command `hi-lock-face-symbol-at-point'.
18384         (hi-lock-face-symbol-at-point): New command.
18385         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
18386         (hi-lock-menu): Add `highlight-symbol-at-point'.
18387         (hi-lock-mode): Doc fix.
18389         * isearch.el (isearch-forward-symbol-at-point): New command.
18390         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
18391         (isearch-highlight-regexp): Add a regexp which matches
18392         words/symbols for word/symbol mode.
18394         * subr.el (find-tag-default-bounds): New function with the body
18395         mostly moved from `find-tag-default'.
18396         (find-tag-default): Move most code to `find-tag-default-bounds',
18397         call it and apply `buffer-substring-no-properties' afterwards.
18399 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
18401         * eshell/em-term.el (eshell-term-initialize):
18402         Use `cl-intersection' rather than `intersection'.
18404 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
18406         * vc/log-view.el: Doc fix.
18407         (log-view-mode-map): Copy keymap from `special-mode-map'.
18409 2013-06-02  Eric Ludlam  <zappo@gnu.org>
18411         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
18412         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
18413         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
18414         (eieio-unbound, eieio-default-superclass)
18415         (eieio--define-field-accessors, method-static, method-before)
18416         (method-primary, method-after, method-num-lists)
18417         (method-generic-before, method-generic-primary)
18418         (method-generic-after, method-num-slots)
18419         (eieio-specialized-key-to-generic-key)
18420         (eieio--check-type, class-v, class-p)
18421         (eieio-class-name, define-obsolete-function-alias)
18422         (eieio-class-parents-fast, eieio-class-children-fast)
18423         (same-class-fast-p, class-constructor, generic-p)
18424         (generic-primary-only-p, generic-primary-only-one-p)
18425         (class-option-assoc, class-option, eieio-object-p)
18426         (class-abstract-p, class-method-invocation-order)
18427         (eieio-defclass-autoload-map, eieio-defclass-autoload)
18428         (eieio-class-un-autoload, eieio-defclass)
18429         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
18430         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
18431         (eieio--defgeneric-init-form, eieio-defgeneric-form)
18432         (eieio-defgeneric-reset-generic-form)
18433         (eieio-defgeneric-form-primary-only)
18434         (eieio-defgeneric-reset-generic-form-primary-only)
18435         (eieio-defgeneric-form-primary-only-one)
18436         (eieio-defgeneric-reset-generic-form-primary-only-one)
18437         (eieio-unbind-method-implementations)
18438         (eieio--defmethod, eieio--typep)
18439         (eieio-perform-slot-validation, eieio-validate-slot-value)
18440         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
18441         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
18442         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
18443         (eieio-slot-name-index, eieio-class-slot-name-index)
18444         (eieio-set-defaults, eieio-initarg-to-attribute)
18445         (eieio-attribute-to-initarg, eieio-c3-candidate)
18446         (eieio-c3-merge-lists, eieio-class-precedence-c3)
18447         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
18448         (eieio-class-precedence-list, eieio-generic-call-methodname)
18449         (eieio-generic-call-arglst, eieio-generic-call-key)
18450         (eieio-generic-call-next-method-list)
18451         (eieio-pre-method-execution-functions, eieio-generic-call)
18452         (eieio-generic-call-primary-only, eieiomt-method-list)
18453         (eieiomt-optimizing-obarray, eieiomt-install)
18454         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
18455         (eieio-generic-form, eieio-defmethod, make-obsolete)
18456         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
18457         (defclass): Remove `eval-and-compile' from macro.
18458         (call-next-method, shared-initialize): Instead of using
18459         `scoped-class' variable, use new eieio--scoped-class, and
18460         eieio--with-scoped-class.
18461         (initialize-instance): Rename local variable 'scoped-class' to
18462         'this-class' to remove ambiguitity from old global.
18464         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
18465         eieio.el.
18466         (eieio--scoped-class-stack): New variable.
18467         (eieio--scoped-class): New fcn.
18468         (eieio--with-scoped-class): New scoping macro.
18469         (eieio-defclass): Use pushnew instead of add-to-list.
18470         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
18471         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
18472         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
18473         `scoped-class' variable, use new eieio--scoped-class, and
18474         eieio--with-scoped-class.
18476         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
18478 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
18480         * eshell/esh-ext.el (eshell-external-command): Pass args to
18481         `eshell-find-interpreter'.
18482         (eshell-find-interpreter): Add new second parameter ARGS.
18484         * eshell/em-script.el (eshell-script-initialize): Add second arg
18485         to the function added as MATCH to `eshell-interpreter-alist'.
18487         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
18488         the function added as MATCH to `eshell-interpreter-alist'.
18490         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
18491         (eshell-visual-options): New defcustom.
18492         (eshell-escape-control-x): Adapt docstring.
18493         (eshell-term-initialize): Test `eshell-visual-subcommands' and
18494         `eshell-visual-options' in addition to `eshell-visual-commands'.
18495         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
18497 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
18499         * progmodes/python.el (python-indent-block-enders): Add break,
18500         continue and raise keywords.
18502 2013-06-01  Glenn Morris  <rgm@gnu.org>
18504         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
18506         Plain (f)boundp silences compilation warnings since Emacs 22.1.
18507         * progmodes/cc-cmds.el (delete-forward-p):
18508         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
18509         * progmodes/cc-engine.el (buffer-syntactic-context):
18510         * progmodes/cc-fonts.el (face-property-instance):
18511         * progmodes/cc-mode.el (set-keymap-parents):
18512         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
18513         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
18514         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
18515         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
18516         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
18518         * progmodes/cc-vars.el (other): Emacs has this widget since
18519         at least 21.1, so don't (re)define it.
18521         * eshell/em-cmpl.el (eshell-cmpl-initialize):
18522         Replace the obsolete alias pcomplete-arg-quote-list.
18524 2013-06-01  Leo Liu  <sdl.web@gmail.com>
18526         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
18527         punctuation syntax.
18528         (inferior-octave-minimal-columns)
18529         (inferior-octave-last-column-width): New variables.
18530         (inferior-octave-track-window-width-change): New function.
18531         (inferior-octave-mode): Adjust column width so that Octave output,
18532         for example from 'ls', can fit into the window nicely.
18534 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
18536         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18537         Highlight expansions inside regexp literals.
18539 2013-05-31  Glenn Morris  <rgm@gnu.org>
18541         * obsolete/sym-comp.el (symbol-complete):
18542         Replace obsolete completion-annotate-function.
18544         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
18546 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
18548         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18549         New function, checks if point is inside a literal that allows
18550         expression expansion.
18551         (ruby-syntax-propertize-expansion): Use it.
18552         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
18553         around the body.
18555 2013-05-30  Juri Linkov  <juri@jurta.org>
18557         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
18558         to "\M-si".
18559         (isearch-invisible): New variable.
18560         (isearch-forward): Doc fix.
18561         (isearch-mode): Set `isearch-invisible'
18562         to the value of `search-invisible'.
18563         (isearch-toggle-case-fold): Doc fix.
18564         (isearch-toggle-invisible): New command.
18565         (isearch-query-replace): Let-bind `search-invisible'
18566         to the value of `isearch-invisible'.
18567         (isearch-search): Use `isearch-invisible' instead of
18568         `search-invisible'.  Let-bind `search-invisible'
18569         to the value of `isearch-invisible'.  (Bug#11378)
18571 2013-05-30  Juri Linkov  <juri@jurta.org>
18573         * replace.el (perform-replace): Avoid `isearch-range-invisible'
18574         call when `query-flag' is nil and `search-invisible' is non-nil.
18575         (Bug#11746)
18577 2013-05-30  Glenn Morris  <rgm@gnu.org>
18579         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
18581         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
18582         (cc-require): Suppress spurious "noruntime" warnings.
18583         (cc-require-when-compile): Use fboundp, for sake of compiler.
18585         * progmodes/cc-mode.el: Move load of cc-vars before that of
18586         cc-langs (which in turn loads cc-vars), to quieten compiler.
18588 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18590         * paren.el: Simplify the code.
18591         (show-paren-mode): Always start the timer.
18592         (show-paren--idle-timer): Rename from show-paren-idle-timer.
18593         (show-paren--overlay, show-paren--overlay-1): Rename from
18594         show-paren-overlay and show-paren-overlay-1, and initialize to an
18595         overlay rather than to nil.
18596         (show-paren-function): Misc cleanup and simplifications.
18598 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18600         * paren.el (show-paren-data-function): New hook.
18601         (show-paren--default): New function, extracted from show-paren-function.
18602         (show-paren-function): Use show-paren-data-function.
18604 2013-05-30  Glenn Morris  <rgm@gnu.org>
18606         * ielm.el (ielm-map, ielm-complete-symbol):
18607         Use completion-at-point rather than obsolete functions.
18608         (inferior-emacs-lisp-mode): Doc fix.
18609         Set completion-at-point-functions, rather than
18610         comint-dynamic-complete-functions.
18612         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
18613         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
18614         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
18616         * image.el (image-animated-p): Tweak definition.
18618         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
18619         (rlogin-process-connection-type): Tweak default.  Add set-after.
18620         (rlogin-host): Doc fix.
18621         (rlogin): Tweak prompt.
18622         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
18624         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
18625         * progmodes/tcl.el (inferior-tcl-mode-map):
18626         Use completion-at-point rather than obsolete alias.
18628         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
18630         * minibuffer.el (read-file-name-completion-ignore-case):
18631         Move before completion--in-region, for eager macro expansion.
18633 2013-05-29  Juri Linkov  <juri@jurta.org>
18635         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
18636         for total count of matching lines.  Add `global-matches' for total
18637         count of matches.  Rename `matches' to `lines' for count of
18638         matching lines.  Add `matches' for count of matches.
18639         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
18640         to `prev-line' for line number of prev match endpt.
18641         Increment `matches' for every match.  Print the number of
18642         matching lines in the header.
18643         (occur-context-lines): Rename `lines' to `curr-line'.
18644         Rename `prev-lines' to `prev-line'.  (Bug#14017)
18646 2013-05-29  Juri Linkov  <juri@jurta.org>
18648         * replace.el (perform-replace): Add `skip-read-only-count',
18649         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
18650         Increment them for corresponding conditions and report the number
18651         of skipped occurrences in the final message.  (Bug#11746)
18652         (query-replace, query-replace-regexp, query-replace-regexp-eval)
18653         (replace-string, replace-regexp): Doc fix.
18655 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18657         * emacs-lisp/trace.el (trace--read-args): Provide a default.
18659         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
18660         prog-mode-map (bug#14504).
18662 2013-05-29  Leo Liu  <sdl.web@gmail.com>
18664         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
18665         (octave-help): Small simplification.
18667         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
18668         off the highlight first.
18670 2013-05-29  Glenn Morris  <rgm@gnu.org>
18672         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
18673         Handle idlwave-last-system-routine-info-cons-cell being nil.
18675         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
18676         (idlwave-write-paths): Simplify via with-temp-buffer.
18678         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
18679         * emulation/cua-rect.el: Also load cua-base at run time.
18681         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
18682         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
18683         (cperl-imenu-on-info): Require imenu.
18685 2013-05-28  Alan Mackenzie  <acm@muc.de>
18687         Handle "capitalised keywords" correctly.
18688         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
18690 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
18692         * eshell/em-unix.el: Add -r option to cp.
18694 2013-05-28  Glenn Morris  <rgm@gnu.org>
18696         * vc/vc-arch.el (vc-exec-after): Declare.
18697         (vc-switches): Autoload.
18698         * vc/vc-bzr.el: No need to require vc when compiling.
18699         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
18700         (vc-resynch-buffer, vc-dir-refresh): Declare.
18701         (vc-setup-buffer, vc-switches): Autoload.
18702         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
18703         (vc-resynch-buffer): Declare.
18704         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
18705         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
18706         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
18707         (grep-read-regexp, grep-read-files, grep-expand-template)
18708         (vc-dir-refresh): Declare.
18709         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
18710         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
18711         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
18712         * vc/vc-mtn.el (vc-exec-after): Declare.
18713         (vc-switches): Autoload.
18714         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
18715         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
18716         (vc-file-tree-walk): Declare.
18717         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
18718         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
18719         (vc-tag-precondition, vc-rename-master): Autoload.
18720         * vc/vc-svn.el (vc-exec-after): Declare.
18721         (vc-switches, vc-setup-buffer): Autoload.
18722         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
18723         Autoload.
18724         (vc-resynch-buffer): Declare.
18726         * obsolete/fast-lock.el (byte-compile-warnings):
18727         Don't warn about obsolete features in this obsolete file.
18729         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
18730         Move definition before use.
18732         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
18733         (dun-unix-verbs): Remove dun-zippy.
18734         (dun-zippy): Remove function.
18736         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
18738 2013-05-27  Juri Linkov  <juri@jurta.org>
18740         * replace.el (replace-search): New function with code moved out
18741         from `perform-replace'.
18742         (replace-highlight, replace-dehighlight): Move function definitions
18743         up closer to `replace-search'.  (Bug#11746)
18745 2013-05-27  Juri Linkov  <juri@jurta.org>
18747         * replace.el (perform-replace): Ignore invisible matches.
18748         In addition to checking `query-replace-skip-read-only', also
18749         filter out matches by calling `run-hook-with-args-until-failure'
18750         on `isearch-filter-predicates', and also check `search-invisible'
18751         for t or call `isearch-range-invisible'.
18752         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
18754 2013-05-27  Juri Linkov  <juri@jurta.org>
18756         * isearch.el (isearch-filter-predicates): Rename from
18757         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
18758         (isearch-message-prefix): Display text from the property
18759         `isearch-message-prefix' of the currently active filters.
18760         (isearch-search): Don't compare `isearch-filter-predicate' with
18761         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
18762         on `isearch-filter-predicates'.  Also check `search-invisible' for t
18763         or call `isearch-range-invisible'.
18764         (isearch-filter-visible): Make obsolete.
18765         (isearch-lazy-highlight-search):
18766         Call `run-hook-with-args-until-failure' on
18767         `isearch-filter-predicates' and use `isearch-range-invisible'.
18769         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
18770         `isearch-filter-predicates' instead of `funcall'ing
18771         `isearch-filter-predicate'.
18772         (Info-mode): Set `Info-isearch-filter' to
18773         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
18775         * dired-aux.el (dired-isearch-filter-predicate-orig):
18776         Remove variable.
18777         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
18778         (dired-isearch-filenames-end): Add and remove
18779         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
18780         instead of changing the value of `isearch-filter-predicate'.
18781         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
18782         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
18783         Put property `isearch-message-prefix' to "filename " on
18784         `dired-isearch-filter-filenames'.
18786         * wdired.el (wdired-change-to-wdired-mode):
18787         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
18788         locally instead of changing `isearch-filter-predicate'.
18789         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
18791 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
18793         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
18794         return the commit hash (Bug#14459).  Also set the
18795         `vc-git-detached' property.
18796         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
18797         (vc-git-mode-line-string): Use the same help-echo format whether
18798         in detached mode or not, because we know the actual revision now.
18799         When in detached mode, shorten the revision to 7 chars.
18801 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18803         * emacs-lisp/easy-mmode.el (define-minor-mode):
18804         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
18805         mode hook and provide a docstring.
18807 2013-05-27  Alan Mackenzie  <acm@muc.de>
18809         Remove spurious syntax-table text properties inserted by C-y.
18810         * progmodes/cc-mode.el (c-after-change): Also clear hard
18811         syntax-table property with value nil.
18813 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
18815         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
18816         when reading the events; the buffer layout shall not be changed.
18818 2013-05-27  Leo Liu  <sdl.web@gmail.com>
18820         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
18821         New variable.
18822         (inferior-octave-directory-tracker): Automatically re-sync
18823         default-directory.
18824         (octave-help): Improve handling of 'See also'.
18826 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18828         * doc-view.el: Minor naming convention tweaks.
18829         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
18831         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
18832         even if there's no `display' property yet (bug#14435).
18834 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
18836         * subr.el (unmsys--file-name): Rename from reveal-filename.
18838         * Makefile.in (custom-deps, finder-data, autoloads)
18839         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
18840         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
18841         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
18843 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18845         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
18846         error-completion on the first 2 args of condition-case (bug#14446).
18847         Don't burp at EOB.
18849 2013-05-25  Leo Liu  <sdl.web@gmail.com>
18851         * comint.el (comint-previous-matching-input): Do not flood the
18852         *Messages* buffer with trivial messages.
18854 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18856         * progmodes/flymake.el (flymake-nop): Don't return a string.
18857         (flymake-set-at): Fix typo.
18859         * simple.el (read--expression): New function, extracted from
18860         eval-expression.  Set completion-at-point-functions (bug#14465).
18861         (eval-expression, eval-minibuffer): Use it.
18863 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
18865         * progmodes/flymake.el (flymake-save-buffer-in-file)
18866         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
18867         (flymake-selected-frame, flymake-log, flymake-ins-after)
18868         (flymake-set-at, flymake-get-buildfile-from-cache)
18869         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
18870         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
18871         Refine the doc string.
18872         (flymake-get-file-name-mode-and-masks): Reformat.
18873         (flymake-get-real-file-name-function): Fix a minor bug.
18875 2013-05-24  Juri Linkov  <juri@jurta.org>
18877         * progmodes/grep.el (grep-mode-font-lock-keywords):
18878         Support =linenumber= format used by git-grep for lines with
18879         function names.  (Bug#13549)
18881 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18883         * progmodes/octave.el (octave-smie-rules): Return nil rather than
18884         0 after a semi-colon; it works better for smie-auto-fill.
18885         (octave--indent-new-comment-line): New function.
18886         (octave-indent-new-comment-line): Use it (indirectly).
18887         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
18888         modify comment-line-break-function.
18890         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
18891         (smie-setup): Use add-function to set it.
18893 2013-05-24  Sam Steingold  <sds@gnu.org>
18895         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
18896         argument (before the `interactive' argument).
18898 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18900         * image-mode.el (image-mode-winprops): Add winprops to
18901         image-mode-winprops-alist before running
18902         image-mode-new-window-functions.
18903         * doc-view.el (doc-view-new-window-function): Don't delay
18904         doc-view-goto-page via timers (bug#14435).
18906 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
18908         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
18909         (doc-view-desktop-save-buffer): New function.
18910         (doc-view-restore-desktop-buffer): New function.
18911         (desktop-buffer-mode-handlers):
18912         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
18913         handler.
18914         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
18915         `desktop-save-buffer' function.
18917 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
18919         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
18920         (tramp-gvfs-file-name-handler): Raise a user error when
18921         `tramp-gvfs-enabled' is nil.
18922         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
18923         Do not raise a user error when loading package.  (Bug#14447)
18925         * net/xesam.el: Move to obsolete/.
18927 2013-05-24  Glenn Morris  <rgm@gnu.org>
18929         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
18931         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
18933         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
18934         (Info-find-node, Man-getpage-in-background): Declare.
18936         * mail/unrmail.el (unrmail):
18937         Replace obsolete detect-coding-with-priority.
18939         * net/socks.el (socks-split-string): Use this rather than split-string.
18940         (socks-nslookup-host): Update for above change.
18941         (dynamic-choice, s5-dynamic-choice-match)
18942         (s5-dynamic-choice-match-inline, s5-widget-value-create):
18943         Comment out unused code.
18945         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
18946         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
18947         (gud-tooltip-echo-area): Make obsolete.
18948         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
18950         * progmodes/js.el (js--optimize-arglist): Declare.
18952         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
18954         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
18955         (ediff-window-C): Declare.
18957         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
18958         Tweak requires to silence compiler.
18960         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
18961         (he-search-string, he-tried-table, he-expand-list)
18962         (he-init-string, he-string-member, he-substitute-string)
18963         (he-reset-string): Declare.
18965         * obsolete/options.el (list-options): Use custom-variable-p,
18966         rather than obsolete alias.
18968 2013-05-23  Sam Steingold  <sds@gnu.org>
18970         * simple.el (shell-command-on-region): Pass the `replace' argument
18971         down to `call-process-region' to comply with the doc as reported on
18972         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
18974 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18976         * emacs-lisp/smie.el (smie-indent-forward-token)
18977         (smie-indent-backward-token): Handle string tokens (bug#14381).
18979 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
18981         * ielm.el (ielm-menu): New menu.
18982         (inferior-emacs-lisp-mode): Set comment-start.
18984 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
18986         * textmodes/reftex.el (reftex-ref-style-toggle):
18987         Fix deactivate action.
18989         * textmodes/reftex-vars.el (reftex-ref-style-alist):
18990         Add cleveref macros.
18992         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18993         Accept options for bibliography commands.
18994         * textmodes/reftex-vars.el (reftex-bibliography-commands):
18995         Add addbibresource.  Basic Biblatex support.
18997 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
18999         * net/tramp-gvfs.el (top):
19000         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
19001         when loading package.  (Bug#14447)
19003 2013-05-23  Glenn Morris  <rgm@gnu.org>
19005         * progmodes/js.el: No need to load comint when compiling.
19006         (ring-insert, comint-send-string, comint-send-input)
19007         (comint-last-input-end, ido-chop): Declare.
19009         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
19010         * vc/ediff-mult.el: Adjust requires.
19011         (ediff-directories-internal, ediff-directory-revisions-internal)
19012         (ediff-patch-file-internal): Declare.
19013         * vc/ediff-ptch.el: Adjust requires.
19014         (ediff-use-last-dir, ediff-buffers-internal): Declare.
19015         (ediff-find-file): Autoload.
19016         * vc/ediff-util.el: No need to load ediff when compiling.
19017         (ediff-regions-internal): Declare.
19018         * vc/ediff-wind.el: Adjust requires.
19019         (ediff-compute-toolbar-width): Define when compiling.
19020         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
19021         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
19022         (dired-get-filename, dired-get-marked-files)
19023         (ediff-last-dir-patch, ediff-patch-default-directory)
19024         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
19025         (ediff-patch-buffer-internal): Declare.
19027         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
19028         (ispell-process, ispell-buffer-local-words, lm-summary)
19029         (lm-section-start, lm-section-end): Declare.
19030         (checkdoc-ispell-init): Simplify.
19032         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
19033         (he-string-member, he-reset-string, he-substitute-string): Declare.
19035         * eshell/em-ls.el: Adjust requires.
19036         (eshell-glob-regexp): Declare.
19037         * eshell/em-tramp.el: Adjust requires.
19038         (eshell-parse-command): Autoload.
19039         * eshell/em-xtra.el: Adjust requires.
19040         (eshell-parse-command): Autoload.
19041         * eshell/esh-ext.el: Adjust requires.
19042         (eshell-parse-command, eshell-close-handles): Autoload.
19043         * eshell/esh-io.el: Adjust requires.
19044         (eshell-output-filter): Autoload.
19045         * eshell/esh-util.el: No need to load tramp when compiling.
19046         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
19047         Declare.
19048         (eshell-parse-ange-ls): Require ange-ftp and tramp.
19049         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
19050         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
19051         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
19052         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
19053         * eshell/esh-opt.el, eshell/esh-proc.el:
19054         * eshell/esh-var.el: Adjust requires.
19055         * eshell/eshell.el: Do not require esh-util twice.
19056         (eshell-add-input-to-history): Declare.
19057         (eshell-command): Check history module is active before using it.
19059         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
19061 2013-05-22  Leo Liu  <sdl.web@gmail.com>
19063         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
19065 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
19067         * autorevert.el (auto-revert-notify-add-watch)
19068         (auto-revert-notify-handler): Add `attrib' for the inotify case,
19069         it indicates changes in file modification time.
19071 2013-05-22  Glenn Morris  <rgm@gnu.org>
19073         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19074         Always delete the autoloaded function from the noruntime and
19075         unresolved functions lists.
19077         * allout.el: No need to load epa, epg, overlay when compiling.
19078         (epg-context-set-passphrase-callback, epg-list-keys)
19079         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
19080         (epg-key-user-id-list): Declare.
19082         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
19083         (viper-set-parsing-style-toggling-macro)
19084         (viper-set-emacs-state-searchstyle-macros):
19085         Use called-interactively-p on Emacs.
19086         (viper-looking-back): Make it an obsolete alias.  Update callers.
19087         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
19088         Use looking-back rather than viper-looking-back.
19089         (viper-tmp-insert-at-eob, viper-enlarge-region)
19090         (viper-read-string-with-history, viper-register-to-point)
19091         (viper-append-to-register, viper-change-state-to-vi)
19092         (viper-backward-char-carefully, viper-forward-char-carefully)
19093         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
19094         (viper-change-state-to-emacs): Declare.
19095         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
19096         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
19097         * emulation/viper-mous.el: Do not load viper-cmd.
19098         (viper-backward-char-carefully, viper-forward-char-carefully)
19099         (viper-forward-word, viper-adjust-window): Declare.
19101         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
19103         * progmodes/idlw-help.el (idlwave-help-fontify):
19104         Use called-interactively-p.
19106         * term/w32console.el (w32-get-console-codepage)
19107         (w32-get-console-output-codepage): Declare.
19109         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
19110         Remove unnecessary declarations.
19111         (dframe-message): Doc fix.
19113         * info.el (dframe-select-attached-frame, dframe-current-frame):
19114         Declare.
19116         * speedbar.el (speedbar-message): Make it an obsolete alias.
19117         Update all callers.
19118         (speedbar-with-attached-buffer)
19119         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
19120         (speedbar-with-writable): Use backquote.
19121         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
19122         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
19123         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
19124         rather than speedbar- aliases.
19125         * mail/rmail.el: Load dframe rather than speedbar when compiling.
19126         (speedbar-make-specialized-keymap, speedbar-insert-button)
19127         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
19128         (speedbar-do-function-pointer): Declare.
19129         (rmail-speedbar-button, rmail-speedbar-find-file)
19130         (rmail-speedbar-move-message):
19131         Use dframe-with-attached-buffer rather than speedbar- alias.
19132         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
19133         (dframe-message, speedbar-make-specialized-keymap)
19134         (speedbar-add-expansion-list, speedbar-mode-functions-list)
19135         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
19136         (speedbar-insert-button, dframe-select-attached-frame)
19137         (dframe-maybee-jump-to-attached-frame)
19138         (speedbar-change-initial-expansion-list)
19139         (speedbar-previously-used-expansion-list-name): Declare.
19140         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
19141         Use dframe-message, dframe-with-attached-buffer rather than
19142         speedbar- aliases.
19143         (gud-sentinel): Silence compiler.
19144         * progmodes/vhdl-mode.el (speedbar-refresh)
19145         (speedbar-do-function-pointer, speedbar-add-supported-extension)
19146         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
19147         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
19148         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
19149         (speedbar-file-lists, speedbar-make-tag-line)
19150         (speedbar-line-directory, speedbar-goto-this-file)
19151         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
19152         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
19153         (speedbar-make-button, speedbar-reset-scanners)
19154         (speedbar-files-item-info, speedbar-line-text)
19155         (speedbar-find-file-in-frame, speedbar-set-timer)
19156         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
19157         (speedbar-with-writable): Do not (re)define it.
19158         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
19159         rather than speedbar- alias.
19161 2013-05-21  Leo Liu  <sdl.web@gmail.com>
19163         * progmodes/octave.el (octave-mode-menu): Update and re-organize
19164         menu items.
19165         (octave-mode): Tweak fill-nobreak-predicate.
19166         (inferior-octave-startup): Check process to avoid infinite loop.
19167         (inferior-octave): Pop to buffer first to show abornmal process
19168         exit information.
19170 2013-05-21  Glenn Morris  <rgm@gnu.org>
19172         * printing.el (pr-menu-bar): Define when compiling.
19174 2013-05-21  Leo Liu  <sdl.web@gmail.com>
19176         * progmodes/octave.el (octave-auto-fill): Remove.
19177         (octave-indent-new-comment-line): Improve.
19178         (octave-mode): Use auto fill mode through
19179         comment-line-break-function and fill-nobreak-predicate.
19180         (octave-goto-function-definition): Support DEFUN_DLD.
19181         (octave-beginning-of-defun): Small tweak.
19182         (octave-help): Show parent directory.
19184 2013-05-21  Glenn Morris  <rgm@gnu.org>
19186         * files.el (dired-unmark):
19187         * progmodes/gud.el (gdb-input): Update declarations.
19189         * calculator.el (electric, ehelp): No need to load when compiling.
19190         (Electric-command-loop, electric-describe-mode): Declare.
19192         * doc-view.el (doc-view-current-converter-processes): Move before use.
19194         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19195         Move MODE-set-explicitly definition before use.
19197         * international/mule-diag.el (mule-diag):
19198         Don't use obsolete window-system-version.
19200         * mail/feedmail.el (smtpmail): No need to load when compiling.
19201         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
19203         * mail/mail-utils.el (rfc822): No need to load when compiling.
19204         (rfc822-addresses): Autoload it.
19205         (mail-strip-quoted-names): Trivial simplification.
19207         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
19208         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
19210         * net/snmp-mode.el (tempo): Don't duplicate requires.
19212         * progmodes/prolog.el (info): No need to load when compiling.
19213         (comint): Require before shell requires it.
19214         (Info-goto-node): Autoload it.
19215         (Info-follow-nearest-node): Declare.
19216         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
19218         * textmodes/artist.el (picture-mode-exit): Declare.
19220         * textmodes/reftex-parse.el (reftex-parse-from-file):
19221         Trivial rewrite so the compiler can parse it better.
19223 2013-05-20  Leo Liu  <sdl.web@gmail.com>
19225         * progmodes/octave.el (octave-help-mode-map)
19226         (octave-help-mode-finish-hook): New variables.
19227         (octave-help-mode, octave-help-mode-finish): New functions.
19228         (octave-help): Use octave-help-mode.
19230 2013-05-20  Glenn Morris  <rgm@gnu.org>
19232         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
19234 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
19236         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
19237         start at point, so that expansion starting right after opening
19238         slash in a regexp is recognized.
19239         (ruby-syntax-before-regexp-re): New defvar, extracted from
19240         ruby-syntax-propertize-function.  Since the value of this regexp
19241         is looked up at runtime now, we should be able to turn
19242         `ruby-syntax-methods-before-regexp' into a defcustom later.
19243         (ruby-syntax-propertize-function): Split regexp matching into two
19244         parts, for opening and closing slashes.  That allows us to skip
19245         over string interpolations and support multiline regexps.
19246         Don't call `ruby-syntax-propertize-expansions', instead use another rule
19247         for them, which calls `ruby-syntax-propertize-expansion'.
19248         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
19249         call to `ruby-syntax-propertize-function'.
19250         (ruby-syntax-propertize-expansion): Extracted from
19251         `ruby-syntax-propertize-expansions'.  Handles one expansion.
19252         (ruby-syntax-propertize-percent-literal): Leave point right after
19253         the percent symbol, so that the expression expansion rule can
19254         propertize the contents.
19255         (ruby-syntax-propertize-heredoc): Leave point at bol following the
19256         heredoc openers.
19257         (ruby-syntax-propertize-expansions): Remove.
19259 2013-05-18  Juri Linkov  <juri@jurta.org>
19261         * man.el (Man-default-man-entry): Remove `-' from the end
19262         of the default value.  (Bug#14400)
19264 2013-05-18  Glenn Morris  <rgm@gnu.org>
19266         * comint.el (comint-password-prompt-regexp):
19267         Allow "password for XXX" where XXX contains colons (eg https://...).
19269 2013-05-18  Leo Liu  <sdl.web@gmail.com>
19271         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
19272         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
19273         (octave-source-directories): Don't check process.
19274         (octave-source-directories, octave-find-definition): Doc fix.
19276 2013-05-18  Glenn Morris  <rgm@gnu.org>
19278         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
19279         Remove backspace/delete bindings.  (Bug#14392)
19281         * cus-dep.el (custom-make-dependencies): Sort the output.
19282         (custom-versions-load-alist): Convert comment to doc.
19284 2013-05-17  Leo Liu  <sdl.web@gmail.com>
19286         * newcomment.el (comment-search-backward): Stricter in finding
19287         comment start.  (Bug#14303)
19289         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
19290         (octave-comment-start-skip): Properly anchored.
19292 2013-05-17  Leo Liu  <sdl.web@gmail.com>
19294         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
19295         Clean up when turned off.  (Bug#14395)
19296         (smie--highlight-matching-block-overlay): No longer buffer-local.
19297         (smie-highlight-matching-block): Adjust.
19299 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19301         Doc string fix for "nanoseconds" (Bug#14406).
19302         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
19303         Fix doc string typo that had "nanoseconds" instead of "microseconds".
19305 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
19307         * calc/calc-units.el (math-extract-units): Preserve powers
19308         of units.
19310 2013-05-17  Leo Liu  <sdl.web@gmail.com>
19312         * subr.el (delete-consecutive-dups): New function.
19313         * ido.el (ido-set-matches-1): Use it.
19314         * progmodes/octave.el (inferior-octave-completion-table): Use it.
19315         * ido.el (ido-remove-consecutive-dups): Remove.
19317 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19319         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19320         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
19321         regexp-opt's `words'.
19323 2013-05-16  Leo Liu  <sdl.web@gmail.com>
19325         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
19326         (smie--highlight-matching-block-overlay)
19327         (smie--highlight-matching-block-lastpos)
19328         (smie--highlight-matching-block-timer): New variables.
19329         (smie-highlight-matching-block): New function.
19330         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
19331         (smie-setup): Conditionally enable smie-blink-matching-open.
19333 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
19335         Sync with upstream verilog-mode r840.
19336         * progmodes/verilog-mode.el (verilog-mode-version)
19337         (verilog-mode-release-date): Update.
19338         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
19339         (verilog-sig-tieoff): Fix string error on
19340         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
19341         (verilog-read-decls): Fix parameters confusing
19342         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
19344 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
19346         * subr.el (reveal-filename): New function.
19348         * loadup.el: Compute Emacs executable versions on MS-Windows,
19349         where executables have the .exe extension.  Add a hard link
19350         emacs-XX.YY.ZZ.exe on MS-Windows.
19352         * Makefile.in (XARGS_LIMIT): New variable.
19353         (custom-deps, finder-data, autoloads)
19354         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
19355         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
19356         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
19357         (compile-main): Limit xargs according to $(XARGS_LIMIT).
19359 2013-05-16  Leo Liu  <sdl.web@gmail.com>
19361         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
19362         (octave-mode-menu, octave-mode-map): Remove its uses.
19364 2013-05-16  Reto Zimmermann  <reto@gnu.org>
19366         Sync with upstream vhdl mode v3.34.2.
19367         * progmodes/vhdl-mode.el: Use `push' throughout.
19368         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
19369         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
19370         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
19371         (vhdl-actual-generic-name): New option to derive actual generic name.
19372         (vhdl-port-paste-signals): Replace formal by actual generics.
19373         (vhdl-beautify): New name for old group vhdl-align.  Update users.
19374         (vhdl-beautify-options): New option.
19375         (vhdl-last-input-event): New compat alias.  Use throughout.
19376         (vhdl-goto-line): Replace user level function `goto-line'.
19377         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
19378         vhdl-fix-statement-buffer.
19379         (vhdl-create-mode-menu): Add some entries.
19380         (vhdl-align-region-groups): Respect vhdl-beautify-options.
19381         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
19382         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
19383         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
19384         to force statements on one line.
19385         (vhdl-remove-trailing-spaces-region):
19386         New, split from vhdl-remove-trailing-spaces.
19387         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
19388         Respect vhdl-beautify-options.
19389         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
19390         (vhdl-update-sensitivity-list): Not add with index if exists without.
19391         Not include array index with signal.  Ignore keywords in comments.
19392         (vhdl-get-visible-signals): Regexp tweaks.
19393         (vhdl-template-component-inst): Handle empty library.
19394         (vhdl-template-type): Add template for 'enum' type.
19395         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
19396         Use vhdl-replace-string.
19397         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
19398         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
19399         (vhdl-speedbar-initialize): Update for above name change.
19400         (vhdl-compose-wire-components): Fix in handling of constants.
19401         (vhdl-error-regexp-emacs-alist): New variable.
19402         (vhdl-error-regexp-add-emacs): New function;
19403         adds support for new compile.el (Emacs 22+)
19404         (vhdl-generate-makefile-1): Change target order for single lib. units.
19405         Allow use of absolute file names.
19407 2013-05-16  Leo Liu  <sdl.web@gmail.com>
19409         * simple.el (prog-indent-sexp): Indent enclosing defun.
19411 2013-05-15  Glenn Morris  <rgm@gnu.org>
19413         * cus-start.el (show-trailing-whitespace): Move to editing basics.
19414         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
19415         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
19416         (whitespace-highlight): Move to whitespace group.
19418         * comint.el (comint-source):
19419         * pcmpl-linux.el (pcmpl-linux):
19420         * shell.el (shell-faces):
19421         * eshell/esh-opt.el (eshell-opt):
19422         * international/ccl.el (ccl): Remove empty custom groups.
19424         * completion.el (dynamic-completion-mode):
19425         * jit-lock.el (jit-lock-debug-mode):
19426         * minibuffer.el (completion-in-region-mode):
19427         * type-break.el (type-break-mode-line-message-mode)
19428         (type-break-query-mode):
19429         * emulation/tpu-edt.el (tpu-edt-mode):
19430         * progmodes/subword.el (global-subword-mode, global-superword-mode):
19431         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19432         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
19434         * term/xterm.el (xterm): Change parent group to terminals.
19436         * master.el (master): Remove empty custom group.
19437         (master-mode): Remove unused :group argument.
19438         * textmodes/refill.el (refill): Remove empty custom group.
19439         (refill-mode): Remove unused :group argument.
19441         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
19443         * cus-dep.el: Provide a feature.
19444         (custom-make-dependencies): Ignore dotfiles (dir-locals).
19445         Don't mistakenly ignore files whose basenames match a basename
19446         from preloaded-file-list (eg cedet/ede/simple.el).
19447         Add a fallback method for getting :group.
19449 2013-05-15  Juri Linkov  <juri@jurta.org>
19451         * isearch.el (isearch-char-by-name): Rename from
19452         `isearch-insert-char-by-name'.  Doc fix.
19453         (isearch-forward): Mention `isearch-char-by-name' in
19454         the docstring.  (Bug#13348)
19456         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
19457         `exit-minibuffer' instead of
19458         `isearch-nonincremental-exit-minibuffer'.
19459         (isearch-edit-string): Remove mention of
19460         `isearch-nonincremental-exit-minibuffer' from docstring.
19461         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
19462         (isearch-forward-exit-minibuffer)
19463         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
19465 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19467         * loadup.el: Just use unversioned DOC.
19469         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
19470         literals as extending to EOB.
19471         (nxml-last-fontify-end): Remove unused variable.
19472         (nxml-after-change1): Use with-silent-modifications.
19473         (nxml-extend-after-change-region): Simplify.
19474         (nxml-extend-after-change-region1): Remove function.
19475         (nxml-after-change1): Don't adjust for dependent regions.
19476         (nxml-fontify-matcher): Simplify.
19477         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
19478         (xmltok-add-dependent): Remove function.
19479         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
19480         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
19481         (xmltok-scan-prolog-after-processing-instruction-open): Treat
19482         unclosed <[[, <?, comment, and other literals as extending to EOB.
19483         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
19484         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
19485         Remove functions.
19486         (rng-do-some-validation-1): Don't mark dependent regions.
19487         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
19488         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
19489         (nxml-clear-dependent-regions): Remove functions.
19490         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
19491         (nxml-ensure-scan-up-to-date):
19492         Don't clear&mark dependent regions.
19494 2013-05-15  Leo Liu  <sdl.web@gmail.com>
19496         * progmodes/octave.el (octave-goto-function-definition):
19497         Improve and fix callers.
19499 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19501         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
19502         the setter (bug#14387).
19504         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
19505         surrounding group (bug#14402).
19507 2013-05-14  Juri Linkov  <juri@jurta.org>
19509         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
19510         (Bug#14390)
19512 2013-05-14  Glenn Morris  <rgm@gnu.org>
19514         * progmodes/f90.el (f90-imenu-generic-expression):
19515         Fix typo in 2013-05-08 change.  (Bug#14402)
19517 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
19519         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
19520         Remove signals for which replies are never received.
19522 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
19524         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
19525         (gdb-handler-alist, gdb-handler-number): Remove variables.
19526         (gdb-handler-list): New variable.
19527         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
19528         (gdb-pending-handler-p, gdb-handle-reply)
19529         (gdb-remove-all-pending-triggers): New functions.
19530         (gdb-discard-unordered-replies): New defcustom.
19531         (gdb-handler): New defstruct.
19532         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
19533         instead of gdb-pending-triggers.  Update docstring.
19534         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
19535         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
19536         (gdb-var-update-handler, def-gdb-auto-update-trigger)
19537         (def-gdb-auto-update-handler, gdb-get-changed-registers)
19538         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
19539         (gdb-frame-handler): Pending triggers are now automatically managed.
19540         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
19541         Remove argument.
19542         (gdb-input): Automatically handles pending triggers.  Update docstring.
19543         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
19544         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
19545         Update comments.
19546         (gdb-done-or-error): Now use gdb-handle-reply.
19548 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
19550         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
19551         gdb-debug-log.
19553 2013-05-14  Glenn Morris  <rgm@gnu.org>
19555         * subr.el (user-emacs-directory-warning): New option.
19556         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
19558 2013-05-14  Leo Liu  <sdl.web@gmail.com>
19560         * progmodes/octave.el (octave-font-lock-keywords): Fix error
19561         during redisplay.
19562         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
19563         (octave-font-lock-texinfo-comment): Fix invalid search bound
19564         error: wrong side of point.
19566 2013-05-14  Glenn Morris  <rgm@gnu.org>
19568         * progmodes/flymake.el (flymake-xml-program): New option.
19569         (flymake-xml-init): Use it.
19571         * term/xterm.el: Provide a feature.
19573         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
19575 2013-05-13  Glenn Morris  <rgm@gnu.org>
19577         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
19578         Add compat aliases as a hack workaround.  (Bug#14384)
19580 2013-05-13  Leo Liu  <sdl.web@gmail.com>
19582         * progmodes/octave.el (octave-indent-comment): Fix indentation for
19583         ###, and %!.
19584         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
19585         C-M-q.
19586         (octave-comment-start-skip): Include %!.
19587         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
19589 2013-05-12  Leo Liu  <sdl.web@gmail.com>
19591         * progmodes/octave.el (inferior-octave-startup): Store the value
19592         of __octave_srcdir__ for octave-source-directories.
19593         (inferior-octave-check-process): New function refactored out of
19594         inferior-octave-send-list-and-digest.
19595         (octave-source-directories)
19596         (octave-find-definition-filename-function): New variables.
19597         (octave-source-directories)
19598         (octave-find-definition-default-filename): New functions.
19599         (octave-find-definition): Improve to find functions implemented in C++.
19601 2013-05-12  Glenn Morris  <rgm@gnu.org>
19603         * calendar/diary-lib.el (diary-outlook-format-1):
19604         Don't include dayname in the output.  (Bug#14349)
19606 2013-05-11  Glenn Morris  <rgm@gnu.org>
19608         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
19610         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
19611         Treat cc-provide like provide.
19613 2013-05-11  Kevin Ryde  <user42@zip.com.au>
19615         * cus-dep.el (custom-make-dependencies):
19616         Use generated-autoload-load-name for the sake of files such
19617         such cedet/semantic/bovine/c.el, where the base file name
19618         is not in load-path.  (Bug#5277)
19620 2013-05-11  Glenn Morris  <rgm@gnu.org>
19622         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
19623         Provide features.
19625 2013-05-11  Leo Liu  <sdl.web@gmail.com>
19627         * progmodes/octave.el (octave-indent-comment): Improve.
19628         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
19629         (octave-eldoc-function-signatures, octave-eldoc-function):
19630         New functions.
19631         (octave-mode, inferior-octave-mode): Add eldoc support.
19633 2013-05-11  Richard Stallman  <rms@gnu.org>
19635         * epa.el (epa-decrypt-file): Take output file name as argument
19636         and read it using `interactive'.
19638 2013-05-11  Leo Liu  <sdl.web@gmail.com>
19640         * progmodes/octave.el (octave-beginning-of-line)
19641         (octave-end-of-line): Check before using up-list because it jumps
19642         out of more syntactic contructs since moving to smie.
19643         (octave-indent-comment): New function.
19644         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
19645         (octave-begin-keywords, octave-end-keywords)
19646         (octave-reserved-words, octave-smie-bnf-table)
19647         (octave-smie-rules): Add new keywords from Octave 3.6.4.
19649 2013-05-11  Glenn Morris  <rgm@gnu.org>
19651         * faces.el (internal-face-x-get-resource):
19652         * frame.el (ns-display-monitor-attributes-list):
19653         * calc/calc-aent.el (math-to-radians-2):
19654         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
19655         Fix declarations.
19657         * calc/calc-menu.el: Make it loadable in isolation.
19659         * net/eudcb-bbdb.el: Make it loadable without bbdb.
19660         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
19661         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
19662         (eudc-bbdb-query-internal): Require 'bbdb.
19664         * lpr.el (lpr-headers-switches):
19665         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
19667         * progmodes/sql.el (sql-login-params): Fix and improve :type.
19669         * emulation/edt-mapper.el: In batch mode, error rather than hang.
19671         * term.el (term-set-escape-char): Make it idempotent.
19673 2013-05-10  Leo Liu  <sdl.web@gmail.com>
19675         * progmodes/octave.el (inferior-octave-completion-table):
19676         No longer a function and all uses changed.  Use cache to speed up
19677         completion due to bug#11906.
19678         (octave-beginning-of-defun): Re-write to be more general.
19680 2013-05-10  Glenn Morris  <rgm@gnu.org>
19682         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
19684 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19686         * comint.el (comint-redirect-send-command-to-process): Use :around
19687         rather than :override for comint-redirect-filter.
19688         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
19689         Call it instead of comint-redirect-original-filter-function (which
19690         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
19692 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
19694         * frame.el (display-monitor-attributes-list): Add NS case.
19695         (ns-display-monitor-attributes-list): Declare.
19697 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
19699         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
19701 2013-05-09  Glenn Morris  <rgm@gnu.org>
19703         * international/fontset.el (vertical-centering-font-regexp):
19704         Set standard-value.
19706         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
19708         * bookmark.el (bookmark-search-delay):
19709         * cus-start.el (vertical-centering-font-regexp):
19710         * ps-mule.el (ps-mule-font-info-database-default):
19711         * ps-print.el (ps-default-fg, ps-default-bg):
19712         * type-break.el (type-break-good-break-interval):
19713         * whitespace.el (whitespace-indentation-regexp)
19714         (whitespace-space-after-tab-regexp):
19715         * emacs-lisp/testcover.el (testcover-1value-functions)
19716         (testcover-noreturn-functions, testcover-progn-functions)
19717         (testcover-prog1-functions):
19718         * emulation/viper-init.el (viper-emacs-state-cursor-color):
19719         * eshell/em-glob.el (eshell-glob-translate-alist):
19720         * play/tetris.el (tetris-tty-colors):
19721         * progmodes/cpp.el (cpp-face-default-list):
19722         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19723         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
19724         (idlwave-help-browser-generic-args):
19725         * progmodes/make-mode.el (makefile-special-targets-list):
19726         * progmodes/python.el (python-shell-virtualenv-path):
19727         * progmodes/verilog-mode.el (verilog-active-low-regexp)
19728         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
19729         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
19730         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
19731         * textmodes/reftex-vars.el (reftex-format-label-function):
19732         * textmodes/remember.el (remember-diary-file): Fix custom types.
19734         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
19735         Add :version.
19737 2013-05-09  Leo Liu  <sdl.web@gmail.com>
19739         * progmodes/octave.el (inferior-octave-completion-at-point):
19740         Restore file completion.  (Bug#14300)
19741         (inferior-octave-startup): Fix incorrect highlighting for the
19742         first prompt.
19744 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19746         * progmodes/ruby-mode.el: First cut at SMIE support.
19747         (ruby-use-smie): New var.
19748         (ruby-smie-grammar): New constant.
19749         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
19750         (ruby-smie--forward-token, ruby-smie--backward-token)
19751         (ruby-smie-rules): New functions.
19752         (ruby-mode-variables): Setup SMIE if applicable.
19754 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
19756         * simple.el (line-move-visual): Signal beginning/end of buffer
19757         only if vertical-motion moved less than it was requested.  Avoids
19758         silly incorrect error messages when there are display strings with
19759         multiple newlines at EOL.
19761 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19763         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
19764         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
19765         (prolog-char-quote-workaround):
19766         * progmodes/cperl-mode.el (cperl-under-as-char):
19767         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
19768         Mark as obsolete.
19769         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
19770         their declaration.
19771         (vhdl-mode-syntax-table-init): Remove.
19773         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
19774         last change.
19776         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
19777         syntax for "_".
19778         (ld-script-font-lock-keywords):
19779         Change regexps to use things like \_< and \_>.
19781         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
19782         Change all regexps to use things like \_< and \_>.
19784         * progmodes/autoconf.el (autoconf-definition-regexp)
19785         (autoconf-font-lock-keywords, autoconf-current-defun-function):
19786         Handle a _ with symbol syntax.
19787         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
19789         * progmodes/ada-mode.el (ada-mode-abbrev-table):
19790         Consolidate declaration.
19791         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
19792         the declaration.
19793         (ada-create-syntax-table): Remove.
19794         (ada-capitalize-word): Don't mess with the syntax of "_" since it
19795         already has the right syntax nowadays.
19796         (ada-goto-next-word): Don't change the syntax of "_".
19798         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
19799         with-wrapper-hook.
19801 2013-05-08  Sam Steingold  <sds@gnu.org>
19803         * thingatpt.el (thing-at-point): Accept optional second argument
19804         NO-PROPERTIES to strip the text properties from the return value.
19805         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
19806         to `thing-at-point' instead of stripping the properties ourselves.
19807         Also, when `thing-at-point' fails to find a url, prepend "http://"
19808         to the filename at point on the assumption that the user is
19809         pointing at something like gnu.org/gnu.
19811 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
19813         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
19814         * faces.el (crm-separator):
19815         Silence byte-compiler.
19817         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
19818         (tool-bar-map): Remove unneeded defvars.
19820 2013-05-08  Leo Liu  <sdl.web@gmail.com>
19822         Re-work a fix for bug#10994 based on Le Wang's patch.
19823         * ido.el (ido-remove-consecutive-dups): New helper.
19824         (ido-completing-read): Use it.
19825         (ido-chop): Revert fix for bug#10994.
19827 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
19829         * cus-edit.el (custom-save-variables):
19830         Pretty-print long values.  (Bug#14187)
19832 2013-05-08  Glenn Morris  <rgm@gnu.org>
19834         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
19835         (m4-mode-syntax-table): Init in the defvar.
19836         (m4-mode-abbrev-table): Let define-derived-mode define it.
19838 2013-05-08  Tom Tromey  <tromey@redhat.com>
19840         * progmodes/m4-mode.el (m4-mode-syntax-table):
19841         Do not treat "_" as word constituent.  (Bug#14167)
19843 2013-05-07  Glenn Morris  <rgm@gnu.org>
19845         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
19846         Remove explicit eshell-isearch-cancel-map.
19848         * progmodes/f90.el (f90-smart-end-names): New option.
19849         (f90-smart-end): Doc fix.
19850         (f90-end-block-optional-name): New constant.
19851         (f90-block-match): Respect f90-smart-end-names.
19853 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19855         * progmodes/octave.el (octave-smie-forward-token): Be more careful
19856         about implicit semi-colons (bug#14218).
19858 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19860         * frame.el (display-monitor-attributes-list)
19861         (frame-monitor-attributes): New functions.
19863 2013-05-06  Leo Liu  <sdl.web@gmail.com>
19865         * progmodes/octave.el (octave-syntax-propertize-function): Change
19866         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
19867         (octave-font-lock-keywords): Use octave-operator-regexp.
19868         (octave-completion-at-point): Rename from
19869         octave-completion-at-point-function.
19870         (inferior-octave-directory-tracker): Robustify.
19871         (octave-text-functions): Remove and fix its uses.  No such things
19872         any more.
19874 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19876         * emacs-lisp/trace.el (trace--display-buffer): New function.
19877         (trace-make-advice): Use it.
19879 2013-05-06  Juri Linkov  <juri@jurta.org>
19881         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
19882         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
19883         Doc fix.
19884         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
19885         in the help string.  (Bug#12985)
19887 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
19889         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
19891 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19893         * progmodes/perl-mode.el: Add support for here documents.
19894         (perl-syntax-propertize-function): Match here-doc markers.
19895         (perl-syntax-propertize-special-constructs): Find their end.
19896         (perl-imenu-generic-expression): Use [:alnum:].
19898         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
19899         (advice--add-function): Refresh the advice if already present
19900         (bug#14317).
19902 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
19904         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
19906 2013-05-06  Glenn Morris  <rgm@gnu.org>
19908         * w32-fns.el (w32-charset-info-alist): Declare.
19910         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
19911         of its defcustom properties.
19912         (eshell-cmpl-initialize): No need to load pcomplete.
19914         * generic-x.el: No need to require comint when compiling.
19916         * net/eudc-export.el: Make it loadable without bbdb.
19917         (top-level): Use require rather than load-library.
19918         (eudc-create-bbdb-record, eudc-bbdbify-phone)
19919         (eudc-batch-export-records-to-bbdb)
19920         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
19921         Require bbdb.
19923 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19925         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
19926         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
19927         some tweaks, instead.
19929 2013-05-05  Leo Liu  <sdl.web@gmail.com>
19931         * progmodes/octave.el (octave-font-lock-keywords)
19932         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
19933         (inferior-octave-send-list-and-digest): Improve error message.
19934         (octave-mode, inferior-octave-mode): Use setq-local.
19935         (octave-help): Set info-lookup-mode.
19937 2013-05-05  Richard Stallman  <rms@gnu.org>
19939         * vc/compare-w.el (compare-windows-whitespace):
19940         Treat no-break space as whitespace.
19942         * mail/rmailsum.el (rmail-summary-rmail-update):
19943         Detect empty summary and don't change selected message.
19944         (rmail-summary-goto-msg): Likewise.
19946         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
19947         Doc fixes, rename args.
19949 2013-05-05  Alan Mackenzie  <acm@muc.de>
19951         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
19953 2013-05-05  Juri Linkov  <juri@jurta.org>
19955         * info.el (Info-read-subfile): Use (point-min) instead of (point)
19956         to not add the length of the summary segment to the return value.
19957         (Bug#14125)
19959 2013-05-05  Leo Liu  <sdl.web@gmail.com>
19961         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
19962         (inferior-octave-output-filter): Remove.
19963         (octave-send-region, inferior-octave-startup): Fix callers.
19964         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
19965         (octave-binary-file-extensions): New user variable.
19966         (octave-find-definition): Confirm if opening binary files.
19967         (octave-help-file): Use octave-find-definition to get the binary
19968         confirmation.
19969         (octave-help): Adjust for octave-help-file change.
19971 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19973         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
19974         Merge the two entries that handle function definitions.
19975         (pascal--syntax-propertize): New const.
19976         (pascal-mode): Use it.  Use setq-local.
19978 2013-05-04  Glenn Morris  <rgm@gnu.org>
19980         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
19981         (diary-from-outlook): Respect diary-from-outlook-function.
19983 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19985         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
19986         Move the declaration from C.
19987         (read-minibuffer, eval-minibuffer): Move from C.
19988         (completion-setup-function): Avoid minibuffer-completion-contents.
19990 2013-05-03  Leo Liu  <sdl.web@gmail.com>
19992         * progmodes/octave.el (octave-font-lock-keywords): Do not
19993         dehighlight 'end' in comments or strings.
19994         (octave-completing-read, octave-goto-function-definition):
19995         New helpers.
19996         (octave-help-buffer): New user variable.
19997         (octave-help-file, octave-help-function): New button types.
19998         (octave-help): New command and bind it to C-h ;.
19999         (octave-find-definition): New command and bind it to M-.
20000         (user-error): Alias to error if not defined.
20002 2013-05-02  Leo Liu  <sdl.web@gmail.com>
20004         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
20005         for \.  (bug#14332)
20006         (octave-font-lock-keywords): Include [ and {.
20008 2013-05-02  Leo Liu  <sdl.web@gmail.com>
20010         * progmodes/octave.el (inferior-octave-startup-file): Change default.
20011         (inferior-octave): Remove calling comint-mode and return the buffer.
20012         (inferior-octave-startup): Cosmetic changes.
20014 2013-05-02  Leo Liu  <sdl.web@gmail.com>
20016         * progmodes/octave.el (octave-syntax-propertize-function):
20017         Include the case when ' is at line beginning.  (Bug#14336)
20019 2013-05-02  Glenn Morris  <rgm@gnu.org>
20021         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
20022         * desktop.el (vc-dir-mode): Just autoload it here.
20024 2013-05-02  Alan Mackenzie  <acm@muc.de>
20026         Eliminate variable c-standard-font-lock-fontify-region-function.
20027         * progmodes/cc-mode.el
20028         (c-standard-font-lock-fontify-region-function): Remove.
20029         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
20031 2013-05-01  Leo Liu  <sdl.web@gmail.com>
20033         * progmodes/octave.el: Compatible with older emacs-24 releases.
20034         (inferior-octave-has-built-in-variables): Remove.  Built-in
20035         variables were removed from Octave in 2007.
20036         (inferior-octave-startup): Fix uses.
20037         (comint-line-beginning-position): Remove compatibility code for
20038         emacs 21.
20040 2013-05-01  Juri Linkov  <juri@jurta.org>
20042         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
20044 2013-05-01  Juri Linkov  <juri@jurta.org>
20046         * comint.el (comint-previous-matching-input): Don't print message
20047         "History item: %d" when `isearch-mode' is active.
20048         (comint-history-isearch-message): Print message "History item: %d"
20049         when `comint-input-ring-index' is not empty and this function is
20050         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
20052 2013-05-01  Leo Liu  <sdl.web@gmail.com>
20054         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
20055         definitions.  Use completion-at-point to insert keywords.
20056         (octave-abbrev-start): Remove.
20057         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
20059 2013-04-30  Leo Liu  <sdl.web@gmail.com>
20061         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
20062         change.
20064 2013-04-30  Alan Mackenzie  <acm@muc.de>
20066         Handle arbitrarily long C++ member initialisation lists.
20067         * progmodes/cc-engine.el (c-back-over-member-initializers):
20068         new function.
20069         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
20070         (most) member init lists.
20072 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
20074         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
20075         variable.
20077 2013-04-30  Leo Liu  <sdl.web@gmail.com>
20079         * progmodes/octave.el (octave-variables): Remove.  No builtin
20080         variables any more.  All converted to functions.
20081         (octave-font-lock-keywords, octave-completion-at-point-function):
20082         Fix uses.
20083         (octave-font-lock-texinfo-comment): New user variable.
20084         (octave-texinfo-font-lock-keywords): New variable for texinfo
20085         comment block.
20086         (octave-function-comment-block): New face.
20087         (octave-font-lock-texinfo-comment): New function.
20088         (octave-mode): Font lock texinfo comment block.
20090 2013-04-29  Leo Liu  <sdl.web@gmail.com>
20092         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
20093         indexing expression.
20094         (octave-continuation-string): Do not use \.
20095         (inferior-octave-complete-impossible): Remove.
20096         (inferior-octave-completion-table)
20097         (inferior-octave-completion-at-point): Remove its uses.
20098         (inferior-octave-startup): completion_matches was introduced to
20099         Octave in 1996 so safe to assume it.
20100         (octave-function-file-comment): Improve to follow how Octave does it.
20101         (octave-update-function-file-comment): Tweak.
20103 2013-04-29  Leo Liu  <sdl.web@gmail.com>
20105         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
20106         (inferior-octave-startup): Remove inferior-octave-startup-hook.
20107         (octave-function-file-comment): Fix typo.
20108         (octave-sync-function-file-names): Use read-char-choice.
20110 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
20112         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
20113         to t for the less important warnings.
20115 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
20117         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
20119 2013-04-27  Glenn Morris  <rgm@gnu.org>
20121         * vc/log-view.el (log-view-current-entry):
20122         Treat "---" separator lines as part of the following rev.  (Bug#14169)
20124 2013-04-27  Juri Linkov  <juri@jurta.org>
20126         * subr.el (read-number): Doc fix about using it by interactive
20127         code letter `n'.  (Bug#14254)
20129 2013-04-27  Juri Linkov  <juri@jurta.org>
20131         * desktop.el (desktop-auto-save-timeout): New option.
20132         (desktop-file-checksum): New variable.
20133         (desktop-save): Add optional arg `auto-save' and don't auto-save
20134         if nothing changed.
20135         (desktop-auto-save-timer): New variable.
20136         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
20137         (after-init-hook): Call `desktop-auto-save-set-timer'.
20138         Suggested by Reuben Thomas <rrt@sc3d.org> in
20139         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
20141 2013-04-27  Leo Liu  <sdl.web@gmail.com>
20143         * progmodes/octave.el (octave-function-file-p)
20144         (octave-skip-comment-forward, octave-function-file-comment)
20145         (octave-update-function-file-comment): New functions.
20146         (octave-mode-map): Bind C-c ; to
20147         octave-update-function-file-comment.
20148         (octave-mode-menu): Add octave-update-function-file-comment.
20149         (octave-mode, inferior-octave-mode): Fix doc-string.
20150         (octave-insert-defun): Conform to Octave's coding convention.
20151         (Bug#14285)
20153         * files.el (basic-save-buffer): Don't let errors in
20154         before-save-hook prevent saving buffer.
20156 2013-04-20  Roland Winkler  <winkler@gnu.org>
20158         * faces.el (read-face-name): Use completing-read if arg multiple
20159         is nil.
20161 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
20163         * ls-lisp.el (ls-lisp-insert-directory): If no files are
20164         displayed, move point to after the totals line.
20165         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
20166         for the details.
20168 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20170         * emacs-lisp/package.el (package-autoload-ensure-default-file):
20171         Add current dir to the load-path.
20172         (package-generate-autoloads): Don't rely on
20173         autoload-ensure-default-file.
20175 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
20177         * textmodes/remember.el (remember-store-in-files): Document that
20178         the file name format is passed to `format-time-string'.
20180 2013-04-26  Leo Liu  <sdl.web@gmail.com>
20182         * progmodes/octave.el (octave-sync-function-file-names): New function.
20183         (octave-mode): Use it in before-save-hook.
20185 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20187         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
20188         (bug#14274).
20190         * progmodes/octave.el (octave-smie-forward-token): Properly skip
20191         \n and comment, even if it's not an implicit ; (bug#14218).
20193 2013-04-26  Glenn Morris  <rgm@gnu.org>
20195         * subr.el (read-number): Once more use `read' rather than
20196         `string-to-number', to trap non-numeric input.  (Bug#14254)
20198 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
20200         * emacs-lisp/syntax.el (syntax-propertize-multiline):
20201         Use `syntax-multiline' text property consistently instead of
20202         `font-lock-multiline'.  (Bug#14237)
20204 2013-04-26  Glenn Morris  <rgm@gnu.org>
20206         * emacs-lisp/shadow.el (list-load-path-shadows):
20207         No longer necessary to check for duplicate simple.el, since
20208         2012-07-07 change to init_lread to not include installation lisp
20209         directories in load-path when running uninstalled.  (Bug#14270)
20211 2013-04-26  Leo Liu  <sdl.web@gmail.com>
20213         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
20214         (octave-mode, inferior-octave-mode): Use setq-local.
20215         (octave-not-in-string-or-comment-p): Rename to
20216         octave-in-string-or-comment-p.
20217         (octave-in-comment-p, octave-in-string-p)
20218         (octave-in-string-or-comment-p): Replace defsubst with defun.
20220 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
20222         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
20224 2013-04-25  Bastien Guerry  <bzg@gnu.org>
20226         * textmodes/remember.el (remember-data-directory)
20227         (remember-directory-file-name-format): Fix custom types.
20229 2013-04-25  Leo Liu  <sdl.web@gmail.com>
20231         * progmodes/octave.el (octave-completion-at-point-function):
20232         Make use of inferior octave process.
20233         (octave-initialize-completions): Remove.
20234         (inferior-octave-completion-table): New function.
20235         (inferior-octave-completion-at-point): Use it.
20236         (octave-completion-alist): Remove.
20238 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20240         * progmodes/opascal.el: Use font-lock and syntax-propertize.
20241         (opascal-mode-syntax-table): New var.
20242         (opascal-literal-kind, opascal-is-literal-end)
20243         (opascal-literal-token-at): Rewrite.
20244         (opascal--literal-start-re, opascal-font-lock-keywords)
20245         (opascal--syntax-propertize): New constants.
20246         (opascal-font-lock-defaults): Adjust.
20247         (opascal-mode): Use them.  Set comment-<foo> variables as well.
20248         (delphi-comment-face, opascal-comment-face, delphi-string-face)
20249         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
20250         (delphi-other-face, opascal-other-face): Remove face variables.
20251         (opascal-save-state): Remove macro.
20252         (opascal-fontifying-progress-step): Remove constant.
20253         (opascal--ignore-changes): Remove var.
20254         (opascal-set-token-property, opascal-parse-next-literal)
20255         (opascal-is-stable-literal, opascal-complete-literal)
20256         (opascal-is-literal-start, opascal-face-of)
20257         (opascal-parse-region, opascal-parse-region-until-stable)
20258         (opascal-fontify-region, opascal-after-change)
20259         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
20260         (opascal-debug-parse-region, opascal-debug-parse-window)
20261         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
20262         (opascal-debug-fontify-buffer): Remove.
20263         (opascal-debug-mode-map): Adjust accordingly.
20265 2013-04-25  Leo Liu  <sdl.web@gmail.com>
20267         Merge octave-mod.el and octave-inf.el into octave.el with some
20268         cleanups.
20269         * progmodes/octave.el: New file renamed from octave-mod.el.
20270         * progmodes/octave-inf.el: Merged into octave.el.
20271         * progmodes/octave-mod.el: Renamed to octave.el.
20273 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
20275         * textmodes/reftex-vars.el
20276         (reftex-label-ignored-macros-and-environments): New defcustom.
20278         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
20280 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20282         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
20283         (smie-indent-keyword): Improve the check to ensure that the next
20284         comment is really on the same line.
20285         (smie-indent-comment): Don't align with a subsequent closer (or eob).
20287         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
20288         semi-colons if the line is not otherwise empty (bug#14218).
20290 2013-04-25  Glenn Morris  <rgm@gnu.org>
20292         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
20294 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20296         * progmodes/opascal.el (opascal-set-token-property): Rename from
20297         opascal-set-text-properties and only set `token' (bug#14134).
20298         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
20299         (opascal-literal-text-properties): Remove.
20300         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
20301         Adjust callers.
20303 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
20305         * textmodes/remember.el (remember-handler-functions): Add an
20306         option for a new handler `remember-store-in-files'.
20307         (remember-data-directory, remember-directory-file-name-format):
20308         New options.
20309         (remember-store-in-files): New function to store remember notes
20310         as separate files within a directory.
20312 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
20314         * progmodes/compile.el (compilation-next-error-function):
20315         Pass "formats" to compilation-find-file (bug#11777).
20317 2013-04-24  Glenn Morris  <rgm@gnu.org>
20319         * vc/vc-bzr.el (vc-bzr-print-log):
20320         * vc/vc-hg.el (vc-hg-print-log):
20321         * vc/vc-svn.el (vc-svn-print-log):
20322         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
20324         * vc/vc-bzr.el (vc-bzr-print-log):
20325         * vc/vc-cvs.el (vc-cvs-print-log):
20326         * vc/vc-git.el (vc-git-print-log):
20327         * vc/vc-hg.el (vc-hg-print-log):
20328         * vc/vc-mtn.el (vc-mtn-print-log):
20329         * vc/vc-rcs.el (vc-rcs-print-log):
20330         * vc/vc-sccs.el (vc-sccs-print-log):
20331         * vc/vc-svn.el (vc-svn-print-log):
20332         * vc/vc.el (vc-print-log-internal): Doc fixes.
20334 2013-04-23  Glenn Morris  <rgm@gnu.org>
20336         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
20337         Remove venerable code attempting to avoid substitute-command-keys.
20339 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
20341         * textmodes/reftex-vars.el (reftex-label-regexps):
20342         Call `reftex-compile-variables' after changes to this variable.
20344 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20346         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
20347         Use lexical-binding.
20348         (jit-lock-force-redisplay): Use markers, check buffer's continued
20349         existence and beware narrowed buffers.
20350         (jit-lock-fontify-now): Adjust call accordingly.
20352 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20354         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
20355         to avoid misleading the user.
20357 2013-04-22  Leo Liu  <sdl.web@gmail.com>
20359         * info-look.el: Prefer latex2e.info.  (Bug#14240)
20361 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
20363         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
20365         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
20366         * net/tramp.el (tramp-call-process): ... here.
20367         (tramp-set-completion-function, tramp-parse-putty):
20368         * net/tramp-adb.el (tramp-adb-execute-adb-command):
20369         * net/tramp-gvfs.el (tramp-gvfs-send-command):
20370         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
20371         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
20372         (tramp-call-local-coding-command): Use `tramp-call-process'
20373         instead of `tramp-compat-call-process'.
20375         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
20376         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
20377         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
20378         (tramp-find-inline-compress): Improve traces.
20379         (tramp-maybe-send-script): Check for Perl binary.
20380         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
20382 2013-04-22  Daiki Ueno  <ueno@gnu.org>
20384         * epg.el (epg-context-pinentry-mode): New function.
20385         (epg-context-set-pinentry-mode): New function.
20386         (epg--start): Pass --pinentry-mode option to gpg command.
20388 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
20390         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
20391         `comint-dynamic-complete' is obsolete since 24.1, replaced by
20392         `completion-at-point'.  (Bug#13774)
20394         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
20395         default key binding for `describe-distribution' has been moved to
20396         `C-h C-o'.  (Bug#13970)
20398 2013-04-21  Glenn Morris  <rgm@gnu.org>
20400         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
20401         Add doc strings.
20402         (vc-print-log): Clarify interactive prompt.
20404 2013-04-20  Glenn Morris  <rgm@gnu.org>
20406         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
20407         No longer include timestamp etc information.
20409 2013-04-20  Roland Winkler  <winkler@gnu.org>
20411         * faces.el (read-face-name): Bug fix, return just one face if arg
20412         multiple is nil.  (Bug#14209)
20414 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20416         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
20417         (remove-function): Autoload.
20419         * comint.el (comint-redirect-original-filter-function): Remove.
20420         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
20421         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
20422         (vc-cvs-annotate-command):
20423         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
20424         * progmodes/prolog.el (prolog-consult-compile):
20425         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
20426         Use add/remove-function instead.
20427         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
20428         (gud-tooltip-process-output, gud-tooltip-tips):
20429         Use add/remove-function instead.
20430         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
20431         (scheme-interaction-mode, exit-scheme-interaction-mode):
20432         Use add/remove-function instead.
20434         * vc/vc-dispatcher.el: Use lexical-binding.
20435         (vc--process-sentinel): Rename from vc-process-sentinel.
20436         Change last arg to be the code to run.  Don't use vc-previous-sentinel
20437         and vc-sentinel-commands any more.
20438         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
20439         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
20441 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
20443         * progmodes/sh-script.el (sh-imenu-generic-expression):
20444         Handle function names with a single character.  (Bug#14111)
20446 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
20448         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
20449         for subroutines defined in an eval (bug#14182).
20451 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20453         * bookmark.el (bookmark-completing-read): Improve handling of empty
20454         string (bug#14176).
20456 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20458         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
20460 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20462         New faster Imenu implementation (bug#14058).
20463         * progmodes/python.el (python-imenu-prev-index-position)
20464         (python-imenu-format-item-label-function)
20465         (python-imenu-format-parent-item-label-function)
20466         (python-imenu-format-parent-item-jump-label-function):
20467         New vars.
20468         (python-imenu-format-item-label)
20469         (python-imenu-format-parent-item-label)
20470         (python-imenu-format-parent-item-jump-label)
20471         (python-imenu--put-parent, python-imenu--build-tree)
20472         (python-imenu-create-index, python-imenu-create-flat-index)
20473         (python-util-popn): New functions.
20474         (python-mode): Set imenu-create-index-function to
20475         python-imenu-create-index.
20477 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20479         * winner.el (winner-active-region): Use region-active-p, activate-mark
20480         and deactivate-mark (bug#14225).
20482         * simple.el (deactivate-mark): Don't inline it.
20484 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
20486         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
20488 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
20490         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
20491         file extensions from the archive-mode entry in order to prefer
20492         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
20494 2013-04-18  Leo Liu  <sdl.web@gmail.com>
20496         * bindings.el (help-event-list): Add ?\?.
20498 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20500         * subr.el (with-wrapper-hook): Declare obsolete.
20501         * simple.el (filter-buffer-substring-function): New hook.
20502         (filter-buffer-substring): Use it.
20503         (filter-buffer-substring-functions): Mark obsolete.
20504         * minibuffer.el (completion-in-region-function): New hook.
20505         (completion-in-region): Use it.
20506         (completion-in-region-functions): Mark obsolete.
20507         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
20508         * abbrev.el (abbrev-expand-function): New hook.
20509         (expand-abbrev): Use it.
20510         (abbrev-expand-functions): Mark obsolete.
20511         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
20512         and :filter-return.
20514 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20516         * progmodes/python.el (python-nav--syntactically): Fix cornercases
20517         and do not care about match data.
20519 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20521         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
20522         completion tables when completing error conditions and
20523         `declare' arguments.
20524         (lisp-complete-symbol, field-complete): Mark as obsolete.
20525         (check-parens): Unmatched parens are user errors.
20526         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
20528 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
20530         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
20531         command changed buffer (ie. `flyspell-pre-buffer' is not current
20532         buffer), which prevents making decisions based on invalid value of
20533         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
20534         cause an error when `flyspell-pre-point' was nil after switching
20535         buffers.
20536         (flyspell-post-command-hook): No longer needs to change buffers when
20537         checking pre-word.  While at it remove unnecessary progn.
20539 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
20541         * textmodes/ispell.el (ispell-add-per-file-word-list):
20542         Fix `flyspell-correct-word-before-point' error when accepting
20543         words and `coment-padding' is an integer by using
20544         `comment-normalize-vars' (Bug #14214).
20546 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20548         New defun movement commands.
20549         * progmodes/python.el (python-nav--syntactically)
20550         (python-nav--forward-defun, python-nav-backward-defun)
20551         (python-nav-forward-defun): New functions.
20553 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20555         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
20556         (python-syntax-context): Use named compiler-macro for backwards
20557         compatibility with Emacs 24.x.
20559 2013-04-17  Leo Liu  <sdl.web@gmail.com>
20561         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
20562         octave-hide-process-buffer.
20564 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20566         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
20567         (bug#14216).
20569 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
20571         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
20572         Fix adjustment of offset when receiving incomplete responses from GDB
20573         (bug#14129).
20575 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20577         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
20578         python-mode-abbrev-table.
20579         (python-skeleton-define): Adjust accordingly.
20580         (python-mode-abbrev-table): New table that inherits from it so that
20581         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
20583         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
20584         (abbrev-symbol): Use it.
20585         (abbrev--before-point): Use it since we already handle inheritance.
20587 2013-04-16  Leo Liu  <sdl.web@gmail.com>
20589         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
20590         binding to info-lookup-symbol.
20592 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
20594         * minibuffer.el (completion--twq-all):
20595         * term/ns-win.el (ns-initialize-window-system):
20596         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
20598 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20600         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
20601         global bindings.
20603         * doc-view.el (doc-view-start-process): Handle url-handler directories.
20605 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
20607         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
20608         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
20609         to nil.
20610         (ruby-end-of-defun): Remove the unused arg, change the docstring
20611         to reflect that this function is only used as the value of
20612         `end-of-defun-function'.
20613         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
20614         to reflect an earlier change that beginning/end-of-defun functions
20615         jump between methods in a class definition, as well as top-level
20616         functions.
20618 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20620         * minibuffer.el (minibuffer-complete): Don't just scroll
20621         a *Completions* that's been iconified.
20622         (minibuffer-force-complete): Make sure repetitions do cycle when going
20623         through completion-in-region -> minibuffer-complete.
20625 2013-04-15  Alan Mackenzie  <acm@muc.de>
20627         Correct the placement of c-cpp-delimiters when there're #s not at
20628         col 0.
20630         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
20631         place a submatch around the #.
20632         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
20633         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
20634         on the #, not BOL.
20636 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20638         * emacs-lisp/nadvice.el: Properly test names when adding advice.
20639         (advice--member-p): New arg `name'.
20640         (advice--add-function, advice-member-p): Use it (bug#14202).
20642 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
20644         Reformulate java imenu-generic-expression.
20645         The old expression contained ill formed regexps.
20647         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
20648         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
20649         (cc-imenu-java-method-arg-regexp): New defconsts.
20650         (cc-imenu-java-build-type-args-regex): New defun.
20651         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
20652         handling of spaces in the regexp.
20654 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
20656         * textmodes/ispell.el (ispell-command-loop): Remove
20657         flyspell highlight of a word when ispell accepts it (bug #14178).
20659 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
20661         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
20662         uses code from the previous `ange-ftp-run-real-handler'.
20663         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
20664         only in case that function exist.  This is needed for proper
20665         unloading of Tramp.
20667 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
20669         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
20671         * textmodes/reftex.el (reftex-compile-variables): Use it.
20673 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20675         * files.el (normal-mode): Only use default major-mode if no other mode
20676         was specified.
20678         * emacs-lisp/trace.el (trace-values): New function.
20680         * files.el: Allow : in local variables (bug#14089).
20681         (hack-local-variable-regexp): New var.
20682         (hack-local-variables-prop-line, hack-local-variables): Use it.
20684 2013-04-13  Roland Winkler  <winkler@gnu.org>
20686         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
20687         data before it gets modified by bibtex-beginning-of-entry.
20689 2013-04-13  Roland Winkler  <winkler@gnu.org>
20691         * textmodes/bibtex.el (bibtex-url): Doc fix.
20693 2013-04-13  Roland Winkler  <winkler@gnu.org>
20695         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
20696         does not visit a BibTeX file, exclude it from the list of buffers
20697         returned by bibtex-initialize.
20699 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
20701         * window.el (split-window): Remove interactive form, since as a
20702         command this function is a special case of split-window-below.
20703         Correct doc string.
20705 2013-04-12  Roland Winkler  <winkler@gnu.org>
20707         * faces.el (read-face-name): Do not override value of arg default.
20708         Allow single faces and strings as default values.  Remove those
20709         elements from return value that are not faces.
20710         (describe-face): Simplify.
20711         (face-at-point): New optional args thing and multiple so that this
20712         function can provide the same functionality previously provided by
20713         read-face-name.
20714         (make-face-bold, make-face-unbold, make-face-italic)
20715         (make-face-unitalic, make-face-bold-italic, invert-face)
20716         (modify-face, read-face-and-attribute): Use face-at-point.
20718         * cus-edit.el (customize-face, customize-face-other-window)
20719         * cus-theme.el (custom-theme-add-face)
20720         * face-remap.el (buffer-face-set)
20721         * facemenu.el (facemenu-set-face): Use face-at-point.
20723 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
20725         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
20727 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
20729         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
20730         off leading { and trailing } from field values.
20732 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20734         * emacs-lisp/timer.el (timer--check): New function.
20735         (timer--time, timer-set-function, timer-event-handler): Use it.
20736         (timer-set-idle-time): Simplify.
20737         (timer--activate): CSE.
20738         (timer-event-handler): Give more info in error message.
20739         (internal-timer-start-idle): New function, moved from C.
20741         * mpc.el (mpc-proc): Add `restart' argument.
20742         (mpc-proc-cmd): Use it.
20743         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
20744         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
20745         less often.
20747 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
20749         * progmodes/sh-script.el: Implement `sh-mode' own
20750         `add-log-current-defun-function' (bug#14112).
20751         (sh-current-defun-name): New function.
20752         (sh-mode): Use the function.
20754 2013-04-09  Bastien Guerry  <bzg@gnu.org>
20756         * simple.el (choose-completion-string): Fix docstring (bug#14163).
20758 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20760         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
20762         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
20763         timer (bug#14156).
20765 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
20767         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
20768         declaration.
20770 2013-04-07  Leo Liu  <sdl.web@gmail.com>
20772         * pcmpl-x.el: New file.
20774 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
20776         Do not set x-display-name until X connection is established.
20777         This is needed to prevent from weird situation described at
20778         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
20779         * frame.el (make-frame): Set x-display-name after call to
20780         window system initialization function, not before.
20781         * term/x-win.el (x-initialize-window-system): Add optional
20782         display argument and use it.
20783         * term/w32-win.el (w32-initialize-window-system):
20784         * term/ns-win.el (ns-initialize-window-system):
20785         * term/pc-win.el (msdos-initialize-window-system):
20786         Add compatible optional display argument.
20788 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
20790         * files.el (normal-backup-enable-predicate): On MS-Windows and
20791         MS-DOS compare truenames of temporary-file-directory and of the
20792         file, so that 8+3 aliases (usually found in $TEMP on Windows)
20793         don't fail comparison by compare-strings.  Also, compare file
20794         names case-insensitively on MS-Windows and MS-DOS.
20796 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20798         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
20799         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
20801 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
20803         * whitespace.el (whitespace-color-on, whitespace-color-off):
20804         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
20806 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
20808         * ispell.el (ispell-set-spellchecker-params):
20809         Really set `ispell-args' for all equivs.
20811 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20813         * ido.el (ido-completions): Use extra elements of ido-decorations
20814         (bug#14143).
20815         (ido-decorations): Update docstring.
20817 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
20819         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20820         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
20821         nil during initialization, in order not to miss changes since the
20822         file was opened.  (Bug#14140)
20824 2013-04-05  Leo Liu  <sdl.web@gmail.com>
20826         * kmacro.el (kmacro-call-macro): Fix bug#14135.
20828 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
20830         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
20832 2013-04-04  Glenn Morris  <rgm@gnu.org>
20834         * electric.el (electric-pair-inhibit-predicate): Add :version.
20836 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20838         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
20839         when a package is required several times (bug#14082).
20841 2013-04-04  Roland Winkler  <winkler@gnu.org>
20843         * faces.el (read-face-name): Behave as promised by the docstring.
20844         Assume that arg default is a list of faces.
20845         (describe-face): Call read-face-name with list of default faces.
20847 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20849         * bookmark.el: Fix deletion of bookmarks (bug#13972).
20850         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
20851         (bookmark-bmenu-execute-deletions): Only skip first line if it's
20852         the header.
20853         (bookmark-exit-hook-internal): Save even if list is empty.
20855 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
20857         * emacs-lisp/package.el (package-pinned-packages): New var.
20858         (package--add-to-archive-contents): Obey it (bug#14118).
20860 2013-04-03  Alan Mackenzie  <acm@muc.de>
20862         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
20863         Also adapt to the new values of element 7 of a parse state.
20865         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
20866         parameter `not-in-delimiter'.  Handle being inside comment opener.
20867         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
20868         character in case we're typing a '*' after a '/'.
20869         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
20870         instead by passing the parameter to c-state-pp-to-literal.
20872         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
20873         for elt. 7 of a parse state.
20875 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
20877         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
20878         * international/latin1-disp.el, international/mule-util.el:
20879         * language/cyril-util.el, language/european.el, language/ind-util.el:
20880         * language/lao-util.el, language/thai.el, language/tibet-util.el:
20881         * language/tibetan.el, language/viet-util.el:
20882         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
20884 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20886         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
20887         (electric-pair-post-self-insert-function): Use it.
20888         (electric-pair-default-inhibit): New function, extracted from
20889         electric-pair-post-self-insert-function.
20891 2013-03-31  Roland Winkler  <winkler@gnu.org>
20893         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
20895 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20897         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
20899 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
20901         Un-indent after "pass" and "return" statements (Bug#13888)
20902         * progmodes/python.el (python-indent-block-enders): New var.
20903         (python-indent-calculate-indentation): Use it.
20905 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
20907         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
20908         defun.  Defining it as defalias could introduce too eager
20909         byte-compiler optimization.  (Bug#14030)
20911 2013-03-30  Chong Yidong  <cyd@gnu.org>
20913         * iswitchb.el (iswitchb-read-buffer): Fix typo.
20915 2013-03-30  Leo Liu  <sdl.web@gmail.com>
20917         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
20918         (kmacro-execute-from-register): Pass the keyboard macro to
20919         kmacro-call-macro or repeating won't work correctly.
20921 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
20923         * progmodes/subword.el: Back to using `forward-symbol'.
20925         * subr.el (forward-whitespace, forward-symbol)
20926         (forward-same-syntax): Move from thingatpt.el.
20928 2013-03-29  Leo Liu  <sdl.web@gmail.com>
20930         * kmacro.el (kmacro-to-register): New command.
20931         (kmacro-execute-from-register): New function.
20932         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
20934 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20936         * mpc.el: Use defvar-local and setq-local.
20937         (mpc--proc-connect): Connection failures are not bugs.
20938         (mpc-mode-map): `follow-link' only applies to the buffer's content.
20939         (mpc-volume-map): Bind to the up-events.
20941 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20943         * progmodes/subword.el (superword-mode): Use `forward-sexp'
20944         instead of `forward-symbol'.
20946 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20948         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
20949         (edebug--recursive-edit): Use it.
20950         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
20951         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
20953 2013-03-28  Leo Liu  <sdl.web@gmail.com>
20955         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
20957 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
20959         * facemenu.el (list-colors-callback): New defvar.
20960         (list-colors-redisplay): New function.
20961         (list-colors-display): Install list-colors-redisplay as the
20962         revert-buffer-function.  (Bug#14063)
20964 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20966         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
20967         and suffixes don't overlap (bug#14061).
20969         * case-table.el: Use lexical-binding.
20970         (case-table-get-table): New function.
20971         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
20973 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
20975         * progmodes/subword.el: Add `superword-mode' to do word motion
20976         over symbol_words (parallels and leverages `subword-mode' which
20977         does word motion inside MixedCaseWords).
20979 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
20981         * eshell/em-unix.el: Move su and sudo to...
20982         * eshell/em-tramp.el: ...Eshell tramp module.
20984 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20986         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
20987         Change return value to be a sexp.  Delay `get-buffer' to after
20988         restoring the desktop (bug#13951).
20990 2013-03-26  Leo Liu  <sdl.web@gmail.com>
20992         * register.el: Move semantic tag handling back to
20993         cedet/semantic/senator.el.  (Bug#14052)
20995 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20997         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
20998         into the prompt either (bug#13963).
21000 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21002         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
21003         part of "(error-foo)".
21005 2013-03-24  Juri Linkov  <juri@jurta.org>
21007         * replace.el (list-matching-lines-prefix-face): New defcustom.
21008         (occur-1): Pass `list-matching-lines-prefix-face' to the function
21009         `occur-engine' if `face-differs-from-default-p' returns t.
21010         (occur-engine): Add `,' inside backquote construct to evaluate
21011         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
21012         Pass `prefix-face' to the functions `occur-context-lines' and
21013         `occur-engine-add-prefix'.
21014         (occur-engine-add-prefix, occur-context-lines): Add optional arg
21015         `prefix-face' and propertize the prefix with `prefix-face'.
21016         (Bug#14017)
21018 2013-03-24  Leo Liu  <sdl.web@gmail.com>
21020         * nxml/rng-valid.el (rng-validate-while-idle)
21021         (rng-validate-quick-while-idle): Guard against deleted buffer.
21022         (Bug#13999)
21024         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
21025         is the last entry in kill-buffer-hook.
21027         * files.el (kill-buffer-hook): Doc fix.
21029 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
21031         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
21032         Make it safe-local.
21034         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
21036 2013-03-23  Leo Liu  <sdl.web@gmail.com>
21038         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
21039         Remove.
21041         * nxml/rng-valid.el (rng-validate-mode)
21042         (rng-after-change-function, rng-do-some-validation):
21043         * nxml/rng-maint.el (rng-validate-buffer):
21044         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
21045         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
21046         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
21047         (nxml-extend-after-change-region): Use with-silent-modifications.
21049         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
21050         timer-idle-list.
21052         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
21053         (rng-next-error-1, rng-previous-error-1): Do not let-bind
21054         timer-idle-list.  (Bug#13999)
21056 2013-03-23  Juri Linkov  <juri@jurta.org>
21058         * info.el (info-index-match): New face.
21059         (Info-index, Info-apropos-matches): Add a nested subgroup to the
21060         main pattern and add text properties with the new face to matches
21061         in index entries relative to the beginning of the index entry.
21062         (Bug#14015)
21064 2013-03-21  Eric Ludlam  <zappo@gnu.org>
21066         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
21067         Inhibit read only while inserting objects.
21069 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
21071         * progmodes/cfengine.el: Update docs to mention
21072         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
21073         symbol motion.  Remove "_" from the word syntax.
21075 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
21077         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
21078         syntax for both `cfengine2-mode' and `cfengine3-mode'.
21080 2013-03-20  Juri Linkov  <juri@jurta.org>
21082         * info.el (Info-next-reference-or-link)
21083         (Info-prev-reference-or-link): New functions.
21084         (Info-next-reference, Info-prev-reference): Use them.
21085         (Info-try-follow-nearest-node): Handle footnote navigation.
21086         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
21088 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21090         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
21091         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
21093 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
21095         Suppress unnecessary non-ASCII chatter during build process.
21096         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
21097         (batch-skkdic-convert): Suppress most of the chatter.
21098         It's not needed so much now that machines are faster,
21099         and its non-ASCII component was confusing; see Dmitry Gutov in
21100         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
21102 2013-03-20  Leo Liu  <sdl.web@gmail.com>
21104         * ido.el (ido-chop): Fix bug#10994.
21106 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
21108         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
21109         Remove vars.
21110         (whitespace-color-on, whitespace-color-off):
21111         Use `font-lock-fontify-buffer' (Bug#13817).
21113 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21115         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
21116         remapping in mode-line.
21117         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
21119 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
21121         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
21122         value for `whitespace-line' face (Bug#13875).
21123         (whitespace-font-lock-keywords): Change description.
21124         (whitespace-color-on): Don't save `font-lock-keywords' value, save
21125         the constructed keywords instead.
21126         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
21128 2013-03-19  Leo Liu  <sdl.web@gmail.com>
21130         * progmodes/compile.el (compilation-display-error): New command.
21131         (compilation-mode-map, compilation-minor-mode-map): Bind it to
21132         C-o.  (Bug#13992)
21134 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21136         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
21138 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
21140         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
21142 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
21144         * net/tramp-compat.el (tramp-compat-user-error): New defun.
21146         * net/tramp-adb.el (tramp-adb-handle-shell-command):
21147         * net/tramp-gvfs.el (top):
21148         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
21149         (tramp-handle-shell-command): Use it.
21150         (tramp-dissect-file-name): Raise an error when hostname is a
21151         method name, and neither method nor user is specified.
21153         * net/trampver.el: Update release number.
21155 2013-03-18  Leo Liu  <sdl.web@gmail.com>
21157         Make sure eldoc can be turned off properly.
21158         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
21159         eldoc-mode.
21160         (eldoc-display-message-p): Revert last change.
21161         (eldoc-display-message-no-interference-p)
21162         (eldoc-print-current-symbol-info): Tweak.
21164 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
21166         * doc-view.el (doc-view-new-window-function): Check the new window
21167         overlay's display property instead the char property of the
21168         buffer's first char.  Use `with-selected-window' instead of
21169         `save-window-excursion' with `select-window'.
21170         (doc-view-document->bitmap): Check the current doc-view overlay's
21171         display property instead the char property of the buffer's first char.
21173 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21175         Automate the build of ja-dic.el (Bug#13984).
21176         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
21177         from the input, rather than assume that it's been done for us by the
21178         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
21179         the current date into a ja-dic.el comment, as that complicates
21180         regression testing.
21182 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21184         * whitespace.el: Fix double evaluation.
21185         (whitespace-space, whitespace-hspace, whitespace-tab)
21186         (whitespace-newline, whitespace-trailing, whitespace-line)
21187         (whitespace-space-before-tab, whitespace-indentation)
21188         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
21189         obsolete defvars.
21190         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
21191         (whitespace-color-on): Use a single font-lock-add-keywords call.
21192         Fix double-evaluation of face variables.
21194 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
21196         * net/tramp-adb.el (tramp-adb-parse-device-names):
21197         Use `start-process' instead of `call-process'.  Otherwise, the
21198         function might be blocked under MS Windows.  (Bug#13299)
21200 2013-03-17  Leo Liu  <sdl.web@gmail.com>
21202         Extend eldoc to display info in the mode-line.  (Bug#13978)
21203         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
21204         (eldoc-mode-line-string): New variable.
21205         (eldoc-minibuffer-message): New function.
21206         (eldoc-message-function): New variable.
21207         (eldoc-message): Use it.
21208         (eldoc-display-message-p)
21209         (eldoc-display-message-no-interference-p):
21210         Support eldoc-post-insert-mode.
21212         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
21213         (eval-expression): Run it.
21215 2013-03-17  Roland Winkler  <winkler@gnu.org>
21217         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
21218         strings in the list of return values.
21220 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
21222         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
21223         radix before checking for HMS forms.
21225 2013-03-16  Leo Liu  <sdl.web@gmail.com>
21227         * progmodes/scheme.el: Add indentation and font-locking for λ.
21228         (Bug#13975)
21230 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21232         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
21233         token before point (bug#13942).
21235 2013-03-16  Leo Liu  <sdl.web@gmail.com>
21237         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
21239 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
21241         * startup.el (command-line-normalize-file-name): Fix handling of
21242         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
21243         <xfq.free@gmail.com> in
21244         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
21246 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
21248         Sync with Tramp 2.2.7.
21250         * net/trampver.el: Update release number.
21252 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
21254         * doc-view.el: Fix bug#13887.
21255         (doc-view-insert-image): Don't modify overlay associated to
21256         non-live windows, and implement horizontal centering of image in
21257         case it's smaller than the window.
21258         (doc-view-new-window-function): Force redisplay of new windows on
21259         doc-view buffers.
21261 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
21263         * saveplace.el (save-place-alist-to-file): Don't sort
21264         `save-place-alist', just pretty-print it (bug#13882).
21266 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
21268         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
21269         Check whether `default-file-name-coding-system' is bound.
21270         It isn't in XEmacs.
21272 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21274         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
21275         backquotes for `obsolete' (bug#13929).
21277         * international/mule.el (find-auto-coding): Include file name in
21278         obsolescence warning (bug#13922).
21280 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
21282         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
21283         for CFEngine 3-specific indentation.
21284         (cfengine3-indent-line): Use it.  Fix up category regex.
21285         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
21287 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21289         * type-break.el (type-break-file-name):
21290         * textmodes/remember.el (remember-data-file):
21291         * strokes.el (strokes-file):
21292         * shadowfile.el (shadow-initialize):
21293         * saveplace.el (save-place-file):
21294         * ps-bdf.el (bdf-cache-file):
21295         * progmodes/idlwave.el (idlwave-config-directory):
21296         * net/quickurl.el (quickurl-url-file):
21297         * international/kkc.el (kkc-init-file-name):
21298         * ido.el (ido-save-directory-list-file):
21299         * emulation/viper.el (viper-custom-file-name):
21300         * emulation/vip.el (vip-startup-file):
21301         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
21302         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
21304 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
21306         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
21307         * language/thai-word.el: Switch to UTF-8.
21309 See ChangeLog.16 for earlier changes.
21311 ;; Local Variables:
21312 ;; coding: utf-8
21313 ;; End:
21315   Copyright (C) 2011-2014 Free Software Foundation, Inc.
21317   This file is part of GNU Emacs.
21319   GNU Emacs is free software: you can redistribute it and/or modify
21320   it under the terms of the GNU General Public License as published by
21321   the Free Software Foundation, either version 3 of the License, or
21322   (at your option) any later version.
21324   GNU Emacs is distributed in the hope that it will be useful,
21325   but WITHOUT ANY WARRANTY; without even the implied warranty of
21326   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21327   GNU General Public License for more details.
21329   You should have received a copy of the GNU General Public License
21330   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.