Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
[emacs.git] / lisp / ChangeLog
blob5c0ec99f04f2448f677edfa8fb5fe5c1941eb8f0
1 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * net/shr.el (shr-inhibit-images): Add a doc string.
5         * net/eww.el (eww-after-render-hook): New variable.
6         (eww-render): Use it.
8         * net/shr.el (shr-descend): Don't descend further than
9         `max-specpdl-size' allows (bug#16587).
10         (shr-depth): New variable.
11         (shr-warning): New variable.
13 2014-11-13  Ivan Shmakov  <ivan@siamics.net>
15         * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
16         (shr-expand-url): Expand absolute URLs correctly (bug#17958).
18 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20         * net/eww.el (eww): Add comment to clarify.
22         * net/shr.el (shr-parse-image-data): Remove blocked bits from
23         external SVG images.
24         (shr-tag-object): Display images in <object> forms (bug#16244).
25         (shr-tag-table): Also insert <objects> after the tables.
27 2014-11-13  Michael Albinus  <michael.albinus@gmx.de>
29         * vc/vc-hg.el (vc-hg-state): Disable pager.  (Bug#18940)
31 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33         * net/eww.el (eww-form-file): Fix version number.
35 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37         * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
39 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
41         * net/eww.el(eww-form-file(defface)): New defface of file upload form.
42         (eww-submit-file): New key map of file upload.
43         (eww-form-file): New file upload button and file name context.
44         (eww-select-file): Select file and display selected file name.
45         (eww-tag-input): Handle input tag of file type.
46         (eww-update-field): Add point offset.
47         (eww-submit): Add submit with multipart/form-data.
49 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51         * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
52         Allow taking a buffer to render data in.  This allows using several
53         eww buffers (bug#16211).
55 2014-11-10  Charles Rendleman  <carendle@gmail.com>  (tiny change)
57         * net/eww.el (eww-download-callback): Save only the file contents,
58         not the headers.
60 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62         * net/eww.el (eww-data): New plist to store all the data relevant
63         to a single page, used throughout the file instead of the
64         variables `eww-current-url', `eww-current-dom',
65         `eww-current-source', and `eww-current-title'.
66         (eww-readable): Copy over pertinent data from the parent page.
67         (eww-save-history): Don't let the history grow infinitely.
69         * net/eww.el: Remove `eww-next-url', `eww-previous-url',
70         `eww-up-url', `eww-home-url', `eww-start-url' and
71         `eww-contents-url' and put the data into the `eww-data' plist.
72         This allow restoring these values after going back in the history.
74 2014-11-10  Sylvain Chouleur  <sylvain.chouleur@gmail.com>  (tiny change)
76         Allow VTIMEZONE where daylight and standard time zones are equal.
77         See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
78         * calendar/icalendar.el (icalendar--convert-tz-offset):
79         Support timezone without daylight saving time.
81 2014-11-10  Glenn Morris  <rgm@gnu.org>
83         * startup.el (command-line): Handle nil elements in load-path.
85 2014-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * help.el (view-lossage): Include the actual commands run.
89 2014-11-10  Dmitry Gutov  <dgutov@yandex.ru>
91         * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
92         no state is specified.  (Bug#18964)
94 2014-11-09  Eric Ludlam  <zappo@gnu.org>
96         * emacs-lisp/eieio-custom.el (eieio-customize-object):
97         Set eieio-cog (current group) to g, which is an improved form of input
98         group.
100 2014-11-09  Juri Linkov  <juri@jurta.org>
102         * isearch.el (isearch-message-prefix): Show "Multi-file" and
103         "Multi-buffer" instead of "Multi".  (Bug#13592)
105         * misearch.el (multi-isearch-file-list):
106         Autoload multi-isearch-buffer-list and multi-isearch-file-list.
107         (multi-isearch-end): Reset multi-isearch-buffer-list and
108         multi-isearch-file-list to nil.
110 2014-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
113         Don't call byte-compile-preprocess since the result will go through
114         cconv.
115         (byte-compile-output-docform): Handle uninterned `name' correctly.
116         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
117         to circumvent byte-compiler bug.
119         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
120         (macroexp--compiler-macro): Remove left-over debug code.
122         * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
124 2014-11-08  Juri Linkov  <juri@jurta.org>
126         * simple.el (shell-command): Use buffer-name when output-buffer is
127         a buffer.  (Bug#18096)
129 2014-11-08  Juri Linkov  <juri@jurta.org>
131         * minibuffer.el (minibuffer-completion-help): Compare this-command
132         with completion-at-point.  (Bug#17809)
134 2014-11-08  Glenn Morris  <rgm@gnu.org>
136         * emacs-lisp/bytecomp.el (byte-compile-report-error):
137         Allow the argument to be a string.  Due to the vague doc,
138         it was already being used this way.
140 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
142         * net/tramp.el (tramp-check-cached-permissions): Include hop in
143         the constructed Tramp file name.  (Bug#18943)
145 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
148         (bug#18952).
149         (cua-set-mark, cua--post-command-handler-1):
150         * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
152 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
154         * files.el (file-name-non-special): Wrap the call of
155         `insert-file-contents' by `unwind-protect', in order to set the
156         buffer's file name anyway.  (Bug#18891)
158 2014-11-08  Alan Mackenzie  <acm@muc.de>
160         Fix wrong bound to c-font-lock-declarators.  Fixes bug #18948.
161         * progmodes/cc-fonts.el (c-font-lock-declarations):
162         Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
163         the buffer is sometimes narrowed to less than "limit" (e.g., in
164         the presence of macros).
166 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
168         * net/tramp.el (tramp-error-with-buffer): Show connection buffer
169         only when message appeared in minibuffer.  (Bug#18891)
171         * net/tramp-adb.el (tramp-adb-handle-file-attributes):
172         * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
173         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
174         case of errors.
176 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
179         Don't compile before eval in `eval-and-compile'.
180         (byte-compile-arglist-warn): Add check for defining macros after their
181         first use.  Check call use even if the function is fboundp.
183 2014-11-08  Richard Stallman  <rms@gnu.org>
185         * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
186         Check more carefully for mime-part specified character set.
187         Check for mime-part Content Transfer Encoding.
188         Notify if no armor found.
190 2014-11-08  Martin Rudalics  <rudalics@gmx.at>
192         * faces.el (face-set-after-frame-default): Enable running
193         `window-configuration-change-hook'.
195 2014-11-07  Juri Linkov  <juri@jurta.org>
197         * replace.el: History for query replace pairs.
198         (query-replace-defaults): Promote to a list of cons cell.  Doc fix.
199         (query-replace-from-to-separator): New variable.
200         (query-replace-read-from): Let-bind query-replace-from-to-history
201         to a list of FROM-TO strings created from query-replace-defaults
202         and separated by query-replace-from-to-separator.  Use it as
203         the history while reading from the minibuffer.  Split the returned
204         string by the separator to get FROM and TO parts, and add them
205         to the history variables.
206         (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
207         (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
208         http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
210         * isearch.el (isearch-text-char-description): Keep characters
211         intact and put formatted strings with the `display' property.
213 2014-11-07  Martin Rudalics  <rudalics@gmx.at>
215         * cus-start.el (frame-resize-pixelwise): Fix group.
216         (frame-inhibit-implied-resize): Add entry.
218 2014-11-07  Daiki Ueno  <ueno@gnu.org>
220         * epa.el (epa-pinentry-mode): New user option.
221         (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
222         (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
223         * epa-file.el (epa-file-insert-file-contents)
224         (epa-file-write-region): Respect epa-pinentry-mode.
226 2014-11-07  Daiki Ueno  <ueno@gnu.org>
228         * epg.el (epg--list-keys-1): Ignore fields after the 15th field
229         (bug#18979).  Reported by Hideki Saito.
231 2014-11-06  Daiki Ueno  <ueno@gnu.org>
233         * emacs-lisp/package.el (package--display-verify-error): New function.
234         (package--check-signature): Use it to display output sent to stderr.
236 2014-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * subr.el (pop): Don't call the getter twice (bug#18968).
240         * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
241         uses of `funcall'.
243 2014-11-06  Daiki Ueno  <ueno@gnu.org>
245         * epa.el (epa-error-buffer): New variable.
246         (epa-display-error): New function.
247         (epa-decrypt-file, epa-verify-file, epa-verify-region)
248         (epa-delete-keys, epa-import-keys): Display output sent to stderr.
249         (epa-sign-file, epa-sign-region, epa-encrypt-region)
250         (epa-export-keys, epa-insert-keys): Display output sent to stderr.
251         Use setf instead of epg-context-set-*.
252         * epa-file.el (epa-file-insert-file-contents):
253         Use epa-display-error instead of epa-display-info.  Mimic the behavior
254         of jka-compr when decryption program is not found.
255         (epa-file-write-region): Use epa-display-error instead of
256         epa-display-info.
258 2014-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
260         * vc/vc.el (vc-region-history): New command.
261         (vc-print-log-internal): Use cl-some.
263         * vc/vc-git.el (vc-git-region-history): New function.
264         (vc-git-region-history-mode-map)
265         (vc-git--log-view-long-font-lock-keywords)
266         (vc-git-region-history-font-lock-keywords): New vars.
267         (vc-git-region-history-font-lock): New function.
268         (vc-git-region-history-mode): New major mode.
270 2014-11-05  Tassilo Horn  <tsdh@gnu.org>
272         * net/eww.el (subr-x): Require subr-x at compile-time because eww
273         uses string-trim.
275 2014-11-05  Daiki Ueno  <ueno@gnu.org>
277         * epg.el (epg-context): Add new slot ERROR-OUTPUT.
278         (epg-error-output): New buffer-local variable.
279         (epg--start): Initialize epg-error-output.
280         (epg--process-filter): Record output lines sent to stderr, in
281         epg-error-output.
282         (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
283         slot of context.
284         * epa-file.el (epa-file-insert-file-contents): On error, display
285         output sent to stderr.
286         (epa-file-write-region): Likewise.
288 2014-11-05  Eli Zaretskii  <eliz@gnu.org>
290         * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
291         returned by load-average.
293 2014-11-05  Michael Albinus  <michael.albinus@gmx.de>
295         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
296         a local copy; setting `inhibit-file-name-handlers' proper might be
297         more performant.  (Bug#18751)
299 2014-11-05  Glenn Morris  <rgm@gnu.org>
301         * mail/emacsbug.el (report-emacs-bug): No longer include
302         recent-keys in the report.  (Bug#18900)
304 2014-11-04  Paul Eggert  <eggert@cs.ucla.edu>
306         * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
308 2014-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
310         * net/eww.el (eww): Trim URL with `string-trim'.
311         Suggested by Vibhav Pant <vibhavp@gmail.com>.
313 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315         * net/eww.el (eww-score-readability): Don't count comments positively.
317         * net/shr.el (shr-retransform-dom): Typo fix.
319         * net/eww.el (eww-score-readability): Parse SVC images correctly.
320         (eww-display-html): Don't leave point inside forms.
322         * net/shr.el: Ditto.
324 2014-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
327         edebug-prin1-to-string already handles circularity.
329         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
330         autoloading when specified as a lambda.
332         * simple.el (execute-extended-command--last-typed): New var.
333         (read-extended-command): Set it.
334         Don't complete obsolete commands.
335         (execute-extended-command--shorter-1)
336         (execute-extended-command--shorter): New functions.
337         (execute-extended-command): Use them to suggest shorter names.
338         (indicate-copied-region, deactivate-mark): Use region-active-p.
340 2014-11-03  Michael Albinus  <michael.albinus@gmx.de>
342         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
343         local copy of FILENAME, when it is remote.  (Bug#18751)
345         * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
346         an error when the command fails; the return code must indicate.
347         (tramp-adb-send-command-and-check): Fix docstring.
349 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351         * net/shr.el (shr-retransform-dom): Don't ignore elements that
352         have no children like <br />.
354         * net/eww.el (eww-display-html): Clear `url-queue'.
355         (eww-display-pdf): New function.
356         (eww-render): Display PDFs with `doc-view'.
357         (url-queue): Require `url-queue' to avoid compilation warning.
358         (eww-colorize-region): Remove duplicate function.
359         (eww-tag-body): Use `shr-colorize-region'.
361 2014-11-03  Yoni Rabkin <yrk@gnu.org>
363         * net/eww.el (eww-list-bookmarks): Autoload.
365 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367         * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
369         * net/eww.el (eww-display-html): The charset is called `utf-8',
370         not `utf8'.
371         (eww-readable): Decode the saved text correctly.
372         (eww-readable): Save the history before displaying so that we can
373         go back to the non-readable version.
374         (eww-display-html): Don't try to decode the text if we've been
375         passed in a pre-parsed DOM.
376         (eww-tag-title): Remove newlines and extra whitespace from the
377         displayed title.
379 2014-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381         * net/eww.el (eww-readable): New command and keystroke.
383         * net/shr.el (shr-retransform-dom): New function.
385         * net/eww.el (eww-display-html): Set `eww-current-source' in the
386         correct buffer.
387         (eww-view-source): Use it.
389 2014-11-02  Ivan Shmakov <ivan@siamics.net>
391         * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
392         (Bug#18603).
394 2014-11-02  Brian McKenna <brian@brianmckenna.org>  (tiny change)
396         * net/eww.el (eww-submit): Encode empty form values as "".  (Bug#17785).
398 2014-11-02  Ivan Shmakov <ivan@siamics.net>
400         * net/eww.el (eww): Allow "file:/file/name" URLs.  (Bug#18825).
402 2014-11-02  Ivan Shmakov <ivan@siamics.net>
404         * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
405         (Bug#18834).
407 2014-11-02  Eric Abrahamsen  <eric@ericabrahamsen.net>
409         * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
410         use as advice.
411         (edebug-setup-hook): Advise `edebug-prin1-to-string'.  (Bug#18897)
413 2014-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
416         (bug#18821).
417         * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
419 2014-11-01  Michael R. Mauger  <michael@mauger.com>
421         * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
422         syntax, add new keywords, and parse longer keywords first.
423         (sql-redirect-one): Protect against empty command.
424         (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
425         to SQL.  (Bug#14759)
427 2014-11-01  Michael R. Mauger  <michael@mauger.com>
429         * sql.el (sql-interactive-mode, sql-stop): Correct fix for
430         Bug#16814 with let-bind of comint-input-ring variables around read
431         and save functions.
433 2014-11-01  Michael Albinus  <michael.albinus@gmx.de>
435         * net/tramp-cache.el (tramp-get-file-property)
436         (tramp-set-file-property): Check that `tramp-cache-get-count-*'
437         and `tramp-cache-set-count-*' are bound.  Otherwise, there might
438         be compiler warnings.
440         * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
441         Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
443 2014-11-01  Eli Zaretskii  <eliz@gnu.org>
445         * progmodes/compile.el (compilation-mode): Turn off deferred
446         fontifications locally.  (Bug#18856)
448 2014-11-01  Wolfgang Jenkner  <wjenkner@inode.at>
450         * net/tramp-sh.el (tramp-send-command): Fix the case where the
451         remote-echo connection property is non-nil (bug#18858).
453 2014-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * simple.el (newline): Add assertions to try and help catch bug#18913.
457         * emulation/cua-base.el (cua-delete-region): Use delete-active-region
458         (bug#18886).
459         (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
461 2014-11-01  Kim F. Storm  <storm@cua.dk>
463         Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
464         * delsel.el (delete-selection-save-to-register)
465         (delsel--replace-text-or-position): New vars.
466         (delete-active-region): Use them.
467         (delete-selection-repeat-replace-region): New command, moved from
468         cua-base.el.
469         * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
470         (cua-repeat-replace-region): Move command to delsel.el.
471         (cua--init-keymaps): Update binding accordingly.
472         (cua-mode): Set delete-selection-save-to-register.
474 2014-11-01  Alan Mackenzie  <acm@muc.de>
476         Make blink-parens work with a closing template delimiter.
477         * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
478         before calling blink-paren-function, so as to apply syntax-table
479         properties to the ">".
481 2014-11-01  Jan Djärv  <jan.h.d@swipnet.se>
483         * select.el (gui-get-selection): Comment: data-type ignored on NS.
485 2014-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
487         * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
488         (macroexp--expand-all): Unrelated tweaks.
490         * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
492 2014-10-30  Glenn Morris  <rgm@gnu.org>
494         * startup.el (command-line): Remove pointless attempt to avoid
495         statting the file-system (which expand-file-name doesn't do).
497 2014-10-30  Daniel Colascione  <dancol@dancol.org>
499         Add "enum class" support to C++ mode.
500         * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
501         (c-after-brace-list-key): New language consts/variables.
502         * progmodes/cc-engine.el (c-looking-at-decl-block):
503         Exclude spurious match of "enum struct" from decl-block recognition.
504         (c-backward-colon-prefixed-type): New function.
505         (c-backward-over-enum-header): Call above function to extend
506         recognition of enum structure.
508 2014-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
510         * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
511         (c-lang-defconst):
512         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
514 2014-10-30  Eli Zaretskii  <eliz@gnu.org>
516         * progmodes/compile.el (compilation-start):
517         If compilation-scroll-output is non-nil, don't force window-start of
518         the compilation buffer to be at beginning of buffer.  (Bug#18874)
520         * startup.el (fancy-about-text): Read the entire tutorial, not
521         just its first 256 bytes.  (Bug#18760)
523 2014-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
526         * emacs-lisp/cl-extra.el: Add missing provide.
528         * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
529         all args are copyable (bug#18767).
530         (=, <, >, <=, >=): Re-enable the optimization.
532 2014-10-29  Glenn Morris  <rgm@gnu.org>
534         * net/rcirc.el (rcirc-fill-column): Unbump :version.  Mark :risky.
536         * version.el (emacs-bzr-version, emacs-bzr-get-version):
537         Revert 2014-10-26 change.
539 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
541         Simplify use of current-time and friends.
542         * allout-widgets.el (allout-widgets-hook-error-handler):
543         * calendar/appt.el (appt-display-message):
544         * calendar/icalendar.el (icalendar--convert-float-to-ical):
545         * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
546         (timeclock-last-period, timeclock-day-base):
547         * eshell/em-ls.el (eshell-ls-file):
548         * eshell/esh-util.el (eshell-parse-ange-ls):
549         * generic-x.el (named-database-print-serial):
550         * net/newst-backend.el (newsticker--get-news-by-url-callback)
551         (newsticker-get-news, newsticker--sentinel-work)
552         (newsticker--image-get, newsticker--image-sentinel):
553         * net/tramp-sh.el (tramp-get-remote-touch):
554         * progmodes/opascal.el (opascal-debug-log):
555         * textmodes/remember.el (remember-mail-date)
556         (remember-store-in-files):
557         * vc/vc-annotate.el (vc-annotate-display-autoscale)
558         (vc-default-annotate-current-time):
559         * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
560         * vc/vc-cvs.el (vc-cvs-annotate-current-time):
561         * vc/vc-rcs.el (vc-rcs-annotate-current-time):
562         Omit unnecessary call to current-time.
563         * calendar/time-date.el (time-to-seconds) [!float-time]:
564         * vc/vc-annotate.el (vc-annotate-convert-time):
565         Use current time if arg is nil, to be compatible with float-time.
566         (time-date--day-in-year): New function, with most of the guts of
567         the old time-to-day-in-year.
568         (time-to-day-in-year): Use it.
569         (time-to-days): Use it, to avoid decoding the same time stamp twice.
570         * calendar/timeclock.el (timeclock-time-to-date):
571         Arg is now optional, like current-time-string.
572         (timeclock-update-mode-line):
573         Don't call current-time twice to get the current time stamp,
574         as this can lead to inconsistent results.
575         * completion.el (cmpl-hours-since-origin):
576         * ido.el (ido-time-stamp):
577         * vc/vc-annotate.el (vc-annotate-convert-time):
578         Simplify by using float-time.
579         * completion.el (save-completions-to-file):
580         Rename local var to avoid confusion.
581         * net/rcirc.el (rcirc-float-time): Simplify to an alias because
582         time-to-seconds now behaves like float-time with respect to nil arg.
583         * subr.el (progress-reporter-do-update):
584         Don't call float-time unless needed.
586 2014-10-29  Leo Liu  <sdl.web@gmail.com>
588         * net/rcirc.el (rcirc-fill-column): Use function.
589         (rcirc-markup-fill): Remove adjustment.
591 2014-10-28  Christopher Schmidt  <ch@ristopher.com>
593         * calc/calc.el (quick-calc):
594         * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
596 2014-10-28  Sam Steingold  <sds@gnu.org>
598         * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
599         the sake of `window-body-width' (in addition to `frame-width').
601 2014-10-26  Eric S. Raymond  <esr@thyrsus.com>
603         * version.el: Fix some fallback values to conform to the actual
604         release number.
606 2014-10-25  Eric S. Raymond  <esr@thyrsus.com>
608         * Makefile.in: Change some production names so they're neutral
609         about the repository type.
611 2014-10-25  Michael Albinus  <michael.albinus@gmx.de>
613         * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
614         (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
615         during initialization.  (Bug#18774)
617 2014-10-25  Vincent Belaïche  <vincentb1@users.sourceforge.net>
619         * ses.el (macroexp): Add require for this package, so that
620         function `ses--cell' gets macroexp-quote --- this change was
621         supposed to be in my previous commit, but left out by mistake.
622         (ses--cell): Do not make formula a macroexp-quote of value when
623         value, not formula, is *skip*.
625 2014-10-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
627         * ses.el (macroexp): Add require for this package, so that function
628         `ses--cell gets macroexp-quote.
629         (ses--cell): Makes formula a macroexp-quote of value when formula
630         is nil. The rationale of this changr is to allow in the future
631         shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
632         instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
633         reference list REFLIST would be re-computed after load --- thus
634         trading off load time against file size.
636         * emacs-lisp/package.el (package--alist-to-plist-args):
637         Use macroexp-quote instead of a lambda expression which has the same
638         content as macroexp-quote.
639         (macroexp): Add require for this package, so that function
640         `package--alist-to-plist-args' gets macroexp-quote.
642         * emacs-lisp/macroexp.el (macroexp-quote): New defun.
644 2014-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * term/ns-win.el (ns-store-cut-buffer-internal)
647         (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
649 2014-10-24  Martin Rudalics  <rudalics@gmx.at>
651         * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
652         Calculate increment from last position instead of window edge.
653         Add right- and bottom-divider bindings to transient map.
655 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
657         * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
658         even if :predicate was nil, for the benefit of typep.
659         Record the name of the predicate for typep's use.
660         (cl--make-type-test): Use pcase.  Obey new
661         cl-deftype-satisfies property.
663         * epg.el: Use cl-defstruct.
664         (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
665         (epg-data-string): Define via cl-defstruct.
666         (epg--gv-nreverse): New macro.
667         (epg-context--make): New constructor (provided vi cl-defstruct).
668         (epg-make-context): Rewrite using it.
669         (epg-context-protocol, epg-context-program)
670         (epg-context-home-directory, epg-context-armor, epg-context-textmode)
671         (epg-context-include-certs, epg-context-cipher-algorithm)
672         (epg-context-digest-algorithm, epg-context-compress-algorithm)
673         (epg-context-passphrase-callback, epg-context-progress-callback)
674         (epg-context-signers, epg-context-sig-notations, epg-context-process)
675         (epg-context-output-file, epg-context-result, epg-context-operation)
676         (epg-context-pinentry-mode): Define using cl-defstruct.
677         (epg-context-set-protocol, epg-context-set-program)
678         (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
679         (epg-context-set-digest-algorithm)
680         (epg-context-set-sig-notations, epg-context-set-process)
681         (epg-context-set-output-file, epg-context-set-result)
682         (epg-context-set-operation, epg-context-set-pinentry-mode)
683         (epg-context-set-compress-algorithm): Remove.  Use setf instead.
684         (epg-context-set-armor, epg-context-set-textmode)
685         (epg-context-set-signers): Redefine using setf
686         and declare as obsolete.
687         (epg-context-set-passphrase-callback)
688         (epg-context-set-progress-callback): Use setf.
689         (epg-signature-notations): Rename from epg-sig-notations.
690         (epg-make-signature, epg-signature-status, epg-signature-key-id)
691         (epg-signature-validity, epg-signature-fingerprint)
692         (epg-signature-creation-time, epg-signature-expiration-time)
693         (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
694         (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
695         (epg-signature-set-status, epg-signature-set-key-id)
696         (epg-signature-set-validity, epg-signature-set-fingerprint)
697         (epg-signature-set-creation-time, epg-signature-set-expiration-time)
698         (epg-signature-set-pubkey-algorithm)
699         (epg-signature-set-digest-algorithm, epg-signature-set-class)
700         (epg-signature-set-version, epg-signature-set-notations): Remove.
701         Use setf instead.
702         (epg-make-new-signature, epg-new-signature-type)
703         (epg-new-signature-pubkey-algorithm)
704         (epg-new-signature-digest-algorithm, epg-new-signature-class)
705         (epg-new-signature-creation-time, epg-new-signature-fingerprint):
706         Define using cl-defstruct.
707         (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
708         (epg-key-user-id-list): Define using cl-defstruct.
709         (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
710         Use setf instead.
711         (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
712         (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
713         (epg-sub-key-id, epg-sub-key-creation-time)
714         (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
715         cl-defstruct.
716         (epg-sub-key-set-fingerprint): Remove.  Use setf instead.
717         (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
718         (epg-user-id-signature-list): Define using cl-defstruct.
719         (epg-user-id-set-signature-list): Remove.  Use setf instead.
720         (epg-make-key-signature, epg-key-signature-validity)
721         (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
722         (epg-key-signature-creation-time, epg-key-signature-expiration-time)
723         (epg-key-signature-user-id, epg-key-signature-class)
724         (epg-key-signature-exportable-p): Define using cl-defstruct.
725         (epg-make-sig-notation, epg-sig-notation-name)
726         (epg-sig-notation-value, epg-sig-notation-human-readable)
727         (epg-sig-notation-critical): Define using cl-defstruct.
728         (epg-sig-notation-set-value): Remove.  Use setf instead.
729         (epg-make-import-status, epg-import-status-fingerprint)
730         (epg-import-status-reason, epg-import-status-new)
731         (epg-import-status-user-id, epg-import-status-signature)
732         (epg-import-status-sub-key, epg-import-status-secret): Define using
733         cl-defstruct.
734         (epg-make-import-result, epg-import-result-considered)
735         (epg-import-result-no-user-id, epg-import-result-imported)
736         (epg-import-result-imported-rsa, epg-import-result-unchanged)
737         (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
738         (epg-import-result-new-signatures, epg-import-result-new-revocations)
739         (epg-import-result-secret-read, epg-import-result-secret-imported)
740         (epg-import-result-secret-unchanged, epg-import-result-not-imported)
741         (epg-import-result-imports): Define using cl-defstruct.
743         * emacs-lisp/package.el: Require EPG during macroexpansion.
744         (package--check-signature, package-import-keyring): Use setf instead of
745         epg-context-set-home-directory.
747 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
751 2014-10-23  Leo Liu  <sdl.web@gmail.com>
753         * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
754         (cfengine3-create-imenu-index): Use it and use ` ' for separation.
755         (cfengine3-current-defun): New function.
756         (cfengine3-mode): Set add-log-current-defun-function.
758 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
760         * select.el: Use lexical-binding.
761         (gui-set-selection): Provide an implementation for non-GUI frames
762         (bug#18791).
763         * term/x-win.el: Use lexical-binding.
764         (x-clipboard-yank): Fix up missed renamings.
765         * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
766         (w32--set-selection): Fix up var names.
767         * term/pc-win.el: Use lexical-binding.
768         (w16-selection-exists-p): Silence compiler warning.
769         (w16-selection-owner-p): Fix up missed renamings.
771         * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
773         * frame.el (frame-notice-user-settings): Fix excessive quoting.
775 2014-10-22  Tassilo Horn  <tsdh@gnu.org>
777         * doc-view.el (doc-view-open-text): View the document's plain text
778         in the current buffer instead of a new one.
779         (doc-view-toggle-display): Handle the case where the current
780         buffer contains the plain text contents of the document.
781         (doc-view-initiate-display): Don't switch to fallback mode if the
782         user wants to view the doc's plain text.
783         (doc-view-set-doc-type): Use assoc-string instead of
784         assoc-ignore-case.
786 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
788         * subr.el (read-key): Fix clicks on the mode-line.
789         (set-transient-map): Return exit function.
791         * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
792         (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
793         (mouse-yank-secondary): Use gui-get-selection.
794         (mouse--down-1-maybe-follows-link): Use read-key.
796         * xt-mouse.el: Add `event-kind' property on the fly from
797         xterm-mouse-translate-1 rather than statically at the outset.
799 2014-10-21  Daniel Colascione  <dancol@dancol.org>
801         * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
802         change window configuration when we turn it off.
804 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
806         Get rid of backend-dependent selection-handling functions for kill/yank
807         and make it generic instead by relying on the lower-level selection
808         management functions.
810         * select.el (select-enable-clipboard): Rename from
811         gui-select-enable-clipboard.
812         (select-enable-primary): Move from x-win.el and rename from
813         x-select-enable-primary.
814         (gui-last-selected-text): Remove.
815         (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
816         New vars.
817         (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
818         (gui-select-text-alist, gui-selection-value-alist): Remove.
819         (x-select-request-type): Move from x-win.el.
820         (gui--selection-value-internal): New function, taken from x-win's
821         x-selection-value-internal.
822         (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
823         (gui-set-selection-alist): Rename from gui-own-selection-alist and
824         extend it to handle a nil value as a "disown" request.
825         (gui-disown-selection-alist): Remove.
826         (xselect-convert-to-delete): Adjust accordingly.
827         (gui-set-selection): Simplify accordingly as well.  Use dotimes.
829         * term/x-win.el (x-last-selected-text-primary)
830         (x-select-enable-primary): Remove (moved to select.el).
831         (x-select-request-type): Move to select.el.
832         (x-selection-value-internal, x--selection-value): Remove functions.
833         (gui-selection-value, gui-select-text): Remove moethods.
834         (gui-set-selection): Merge own and disown methods.
836         * term/w32-win.el (w32--select-text, w32--get-selection-value):
837         Delete function (move functionality into w32--set-selection and
838         w32--get-selection).
839         (gui-select-text, gui-selection-value): Don't define methods.
840         (w32--set-selection, w32--get-selection, w32--selection-owner-p):
841         New functions.
842         (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
843         Use them.
844         (gui-selection-exists-p): Adjust to new name of C primitive.
846         * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
847         test of gui-select-enable-clipboard, to make it usable as
848         a gui-get-selection method.
849         (gui-selection-exists-p): Adjust to new name of C primitive.
850         (gui-set-selection): Merge own and disown methods.
851         (gui-select-text, gui-selection-value): Delete methods.
852         (w16--select-text): Delete function.
854         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
855         (ns-selection-value): Remove functions.
856         (gui-select-text, gui-selection-value): Don't define method any more.
857         (gui-set-selection): Merge the old own and disown methods.
858         (gui-selection-exists-p, gui-get-selection): Adjust to new name of
859         underlying C primitive.
861         * startup.el (command-line): Adjust now that `gui-method' expects nil
862         for ttys.
864         * frame.el (gui-method): Use window-system rather than framep.
865         (gui-method-declare): The tty case is now nil rather than t.
866         (make-frame): Adjust accordingly.
868 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * net/newst-reader.el (newsticker--image-read): Simplify.
871         (newsticker--icon-read): Use dolist and fix free var error.
873         * imenu.el (imenu--menubar-keymap): New var.
874         (imenu-add-to-menubar): Set it to remember the keymap we used.
875         (imenu-update-menubar): Use it instead of asking lookup-key.
877         * obsolete/cc-compat.el: Make obsolete (bug#18561).
879         * epg-config.el (epg-gpg-program): Don't use absolute names by default.
881         * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
882         case (bug#18767).
884 2014-10-21  Glenn Morris  <rgm@gnu.org>
886         * Merge in all changes up to version 24.4 release.
888 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
890         * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
891         case (bug#18767).
893 2014-10-20  Glenn Morris  <rgm@gnu.org>
895         * Merge in all changes up to 24.4 release.
897 2014-10-20  Ulf Jasper  <ulf.jasper@web.de>
899         * net/newst-backend.el
900         (newsticker--image-download-by-url-callback): Make this function
901         actually work: Check status properly, then save image.
903 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
905         * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
906         `this-event'.
907         (mouse-drag-line): Unless there's no actual mouse, use the event's
908         position info.
910 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * textmodes/css-mode.el (scss-mode): New major-mode.
913         (css-mode-syntax-table): Use d style comment, to ease the scss case.
914         (css-ident-re): Allow things like @-moz-keyframes.
915         (scss--hash-re): New const.
916         (css--font-lock-keywords): New function, extracted from
917         css-font-lock-keywords.
919 2014-10-19  Ulf Jasper  <ulf.jasper@web.de>
921         * net/newst-backend.el: Require url-parse.
922         (newsticker--get-news-by-wget): Store feed name as process property.
923         (newsticker--sentinel): Read feed name from process property.
924         (newsticker--sentinel-work): Rename argument name to feed-name.
925         Rename variable imageurl to image-url.  Pick icon url from Atom
926         1.0 data.  Launch download of feed icon.
927         (newsticker--get-icon-url-atom-1.0): New.
928         (newsticker--unxml)
929         (newsticker--unxml-node)
930         (newsticker--unxml-attribute): Documentation.
931         (newsticker--icons-dir): New.
932         (newsticker--image-get): New arguments FILENAME and DIRECTORY.
933         Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
934         (newsticker--image-download-by-wget): New.  Use process properties
935         for storing informations.
936         (newsticker--image-sentinel): Read informations from process properties.
937         (newsticker--image-save)
938         (newsticker--image-remove)
939         (newsticker--image-download-by-url)
940         (newsticker--image-download-by-url-callback): New.
941         (newsticker-opml-export): Handle url list entries containing a
942         function instead of an url string.
944         * net/newst-reader.el (newsticker-html-renderer): Whitespace.
945         (newsticker--print-extra-elements)
946         (newsticker--do-print-extra-element):
947         Documentation (newsticker--image-read): Optionally limit image height.
948         Use imagemagick if possible.
949         (newsticker--icon-read): New.
951         * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
952         (newsticker--treeview-tree-expand): Use feed icons in treeview.
953         (newsticker--tree-widget-icon-create): New.  Set the tree widget icon.
954         (newsticker--tree-widget-leaf-icon): Use feed icon.
956 2014-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
959         Use help-function-arglist instead.
961         * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
962         (eieio--with-scoped-class): Use `declare'.
963         (eieio-defclass): Remove compatibility code.
964         (no-method-definition, no-next-method, inconsistent-class-hierarchy)
965         (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
967 2014-10-18  Jan Djärv  <jan.h.d@swipnet.se>
969         * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
971         * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
972         replacements to stock names before stock names in a list.
973         Cdr may be a list, each name is tried in turn until one is found.
975 2014-10-18  Alan Mackenzie  <acm@muc.de>
977         Check that a "macro" found near point-min isn't a ## operator.
978         Fixes bug #18749.
979         * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
980         (c-beginning-of-macro): Use the above new function.
982 2014-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
984         * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
985         correct data to `gnutls-boot' (Bug#18664).
986         Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
988 2014-10-18  Michal Nazarewicz  <mina86@mina86.com>
990         * whitespace.el (whitespace-style, whitespace-big-indent)
991         (whitespace-big-indent-regexp, whitespace-style-value-list)
992         (whitespace-toggle-option-alist, whitespace-interactive-char)
993         (whitespace-toggle-options)
994         (global-whitespace-toggle-options, whitespace-help-text)
995         (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
996         style to `whitespace-mode' to indicate that the line indentation
997         is too deep.  By default, 32 SPACEs or four TABs are considered
998         too many but `whitespace-big-indent-regexp' can be configured.
1000 2014-10-17  Michal Nazarewicz  <mina86@mina86.com>
1002         * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
1003         tildify-mode-alist.
1005 2014-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1007         * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
1008         (defclass, defgeneric, defmethod): Add doc-string position.
1009         (with-slots): Require cl-lib.
1011         * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
1012         (list-of): New type.
1013         (eieio--typep): Remove.
1014         (eieio-perform-slot-validation): Use cl-typep instead.
1016         * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
1018         * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
1020 2014-10-16  Alan Mackenzie  <acm@muc.de>
1022         Trigger showing when point is in the "periphery" of a line or just
1023         inside a paren.
1024         * paren.el (show-paren-style, show-paren-delay)
1025         (show-paren-priority, show-paren-ring-bell-on-mismatch):
1026         Remove superfluous :group specifications.
1027         (show-paren-when-point-inside-paren)
1028         (show-paren-when-point-in-periphery): New customizable variables.
1029         (show-paren-highlight-openparen): Make into a defcustom.
1030         (show-paren--unescaped-p, show-paren--categorize-paren)
1031         (show-paren--locate-near-paren): New defuns.
1032         (show-paren--default): Refaactor and trigger on more paren
1033         positions.
1034         (show-paren-function): Small consequential changes.
1036 2014-10-16  Tom Tromey  <tom@tromey.com>
1038         * files.el (auto-mode-alist): Use javascript-mode for .jsm
1039         (bug #18719).
1041 2014-10-16  Eli Zaretskii  <eliz@gnu.org>
1043         * international/characters.el (bracket-type): Force pre-loading of
1044         uni-brackets.el.
1046 2014-10-16  Alan Mackenzie  <acm@muc.de>
1048         * cus-edit.el (custom-command-apply): Specify the return value in
1049         the doc string.
1050         (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
1051         custom-command-apply has returned non-nil.
1053 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1055         * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
1056         Remove incorrect handling of eldoc-print-after-edit.
1057         (eldoc-message-commands, eldoc-last-data): Use defvar.
1058         * loadup.el (emacs-lisp/eldoc): Load it.
1060         * progmodes/m4-mode.el (m4-syntax-propertize): New var.
1061         (m4-mode): Use it.
1062         (m4--quoted-p): New function.
1063         (m4-font-lock-keywords): Don't handle #..\n comments any more.
1064         (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
1065         for most special characters.
1067         * progmodes/compile.el (compilation--previous-directory): Simplify.
1068         (compilation-next-error): Ensure the parse before we look at
1069         compilation-message property.
1071 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
1073         * simple.el (what-cursor-position):
1074         * descr-text.el (describe-char): Update to support the new bidi
1075         characters.
1077         * emacs-lisp/tabulated-list.el (tabulated-list-mode):
1078         Force bidi-paragraph-direction to 'left-to-right'.  This fixes
1079         buffer-menu display when the first buffer happens to start with
1080         R2L letter.
1082 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * progmodes/elisp-mode.el (elisp--local-variables-1):
1085         Handle quoted expressions (bug#18688).
1087 2014-10-14  Jérémy Compostella  <jeremy.compostella@intel.com>
1088             Michael Albinus  <michael.albinus@gmx.de>
1090         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1091         Reduce the amount of set environment variable commands.
1093 2014-10-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1095         Fix import completion.  (Bug#18582)
1096         * progmodes/python.el (python-shell-completion-get-completions):
1097         Fix import case regexp.
1099 2014-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
1102         (bug#18622).  Reported by Arni Magnusson <arnima@hafro.is>.
1103         * progmodes/prolog.el (prolog-electric--underscore): Same.
1105 2014-10-12  Michael Albinus  <michael.albinus@gmx.de>
1107         * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
1109 2014-10-11  Jan Djärv  <jan.h.d@swipnet.se>
1111         * cus-start.el (all): Add missing ns and boolean to
1112         ns-use-fullscreen-animation.
1114 2014-10-11  Leo Liu  <sdl.web@gmail.com>
1116         * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
1117         Use strings.
1118         (cfengine3-create-imenu-index): New function.
1119         (cfengine3-mode): Use it for `imenu-create-index-function'.
1120         (cfengine-auto-mode): Improve and prefer cfengine3-mode when
1121         buffer is empty.
1123 2014-10-11  Jan Djärv  <jan.h.d@swipnet.se>
1125         * cus-start.el (all): Add ns-use-fullscreen-animation.
1127 2014-10-11  Glenn Morris  <rgm@gnu.org>
1129         * calendar/diary-lib.el (diary-display-function):
1130         Drop support for deprecated nil and list forms.
1131         (diary-list-entries): Update for the above.
1132         * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
1134 2014-10-10  Leo Liu  <sdl.web@gmail.com>
1136         * window.el (temp-buffer-window-show): Make BUFFER a required arg.
1137         (Bug#18656)
1139 2014-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * select.el (gui-selection-exists-p-alist): New method.
1142         * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
1143         * simple.el (deactivate-mark): Use it.
1144         * term/x-win.el (gui-selection-exists-p):
1145         * term/w32-win.el (gui-selection-exists-p):
1146         * term/pc-win.el (gui-selection-exists-p):
1147         * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
1149 2014-10-10  Glenn Morris  <rgm@gnu.org>
1151         * info.el (Info-fontify-maximum-menu-size): Bump to 400k.  (Bug#16227)
1152         Fix :type.  Allow t to mean no limit.
1153         (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
1155 2014-10-09  Glenn Morris  <rgm@gnu.org>
1157         * frame.el (display-monitor-attributes-list): Doc tweaks.
1159 2014-10-09  Eli Zaretskii  <eliz@gnu.org>
1161         * faces.el (display-grayscale-p): Mention in the doc string that
1162         the argument can be either a display name or a frame.
1164         * frame.el (display-pixel-height, display-pixel-width)
1165         (display-mm-height, display-mm-width, display-backing-store)
1166         (display-save-under, display-planes, display-color-cells)
1167         (display-visual-class, display-monitor-attributes-list)
1168         (display-screens): Mention in the doc string that the argument can
1169         be either a display name or a frame.  Improve the docs of the
1170         monitor attributes.  (Bug#18636)
1172 2014-10-09  Martin Rudalics  <rudalics@gmx.at>
1174         * term.el (term-window-width): Subtract 1 from the width when
1175         any fringe has zero width, not just the right fringe.  (Bug#18601)
1177 2014-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
1181 2014-10-08  Leo Liu  <sdl.web@gmail.com>
1183         * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
1185 2014-10-08  Glenn Morris  <rgm@gnu.org>
1187         * calendar/cal-x.el (calendar-dedicate-diary):
1188         Drop support for recently deleted aliases.
1190 2014-10-08  Leo Liu  <sdl.web@gmail.com>
1192         * progmodes/cfengine.el (cfengine3-make-syntax-cache):
1193         Always return a syntax.  Replace call-process-shell-command with
1194         process-file.  Ensure cfengine-mode-syntax-functions-regex is
1195         always set.  Ensure cache when cfengine-cf-promises fails.
1196         (Bug#18620)
1198 2014-10-07  Glenn Morris  <rgm@gnu.org>
1200         * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
1202 2014-10-07  Wilson Snyder  <wsnyder@wsnyder.org>
1204         Sync with upstream verilog-mode revision c075a492.
1205         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1206         (verilog-menu): Add AUTOINSERTLAST.
1207         (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
1208         is nil, fix indenting initial/final to match always statements, bug825.
1209         Reported by Tim Clapp.
1210         (verilog-extended-complete-re): Fix indentation of DPI-C imports,
1211         bug557.  Reported by ZeDong Mao and Jason Forkey.
1212         (verilog-read-decls): Fix parsing typed interfaces.
1213         Fix AUTOINOUTMODPORT missing types.  Reported by Stephan Bourduas.
1214         (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
1215         (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
1216         Reported by Pierre-David Pfister.
1217         (verilog-auto-insert-lisp): Doc fix.
1218         (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
1219         allow post-AUTO user fixups, bug826.  Reported by Dennis Muhlestein.
1220         (verilog-sk-ovm-class, verilog-sk-uvm-object)
1221         (verilog-sk-uvm-component): Fix missing string keyword in class
1222         skeletons, bug824.  Reported by eldad faruhi.
1224 2014-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * term/w32-win.el: Move all code from 32-common-fns.el here.
1227         (gui-select-text, gui-selection-value): Use w32 handlers in the w32
1228         console as well (bug#18629).
1229         * w32-common-fns.el: Remove.
1230         * loadup.el: Don't load w32-common-fns.el.
1231         * w32-fns.elc: Don't require w32-common-fns.
1233         * icomplete.el: Move Iswitchb autoload here.  Much simpler.
1234         * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
1235         Remove redundant obsolescence thingy.
1236         * loadup.el: Don't load obsolete/loaddefs.el.
1237         * Makefile.in (obsolete-autoloads): Remove.
1238         (AUTOGENEL): Remove obsolete/loaddefs.el.
1240 2014-10-06  Glenn Morris  <rgm@gnu.org>
1242         * Makefile.in (obsolete-autoloads): Write to a separate file,
1243         to workaround autoloads bug.  (Bug#17407)
1244         (AUTOGENEL): Add obsolete/loaddefs.el.
1245         * loadup.el: Load obsolete/loaddefs.el if present.
1246         * subr.el (do-after-load-evaluation):
1247         Don't warn about obsolete/loaddefs.el.
1249         * menu-bar.el (menu-bar-games-menu): Remove landmark.
1250         It has zero relationship to a game.
1252 2014-10-06  Leo Liu  <sdl.web@gmail.com>
1254         * imenu.el (imenu): Re-write for clarity.
1256 2014-10-06  Glenn Morris  <rgm@gnu.org>
1258         Remove calendar code obsolete since at least version 23.1.
1259         * calendar/cal-bahai.el (calendar-absolute-from-bahai)
1260         (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
1261         (calendar-goto-bahai-date, list-bahai-diary-entries)
1262         (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
1263         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
1264         (insert-yearly-bahai-diary-entry):
1265         * calendar/cal-china.el (chinese-calendar-time-zone)
1266         (chinese-calendar-location-name)
1267         (chinese-calendar-daylight-time-offset)
1268         (chinese-calendar-standard-time-zone-name)
1269         (chinese-calendar-daylight-time-zone-name)
1270         (chinese-calendar-daylight-savings-starts)
1271         (chinese-calendar-daylight-savings-ends)
1272         (chinese-calendar-daylight-savings-starts-time)
1273         (chinese-calendar-daylight-savings-ends-time)
1274         (chinese-calendar-celestial-stem)
1275         (chinese-calendar-terrestrial-branch)
1276         (calendar-absolute-from-chinese, calendar-print-chinese-date)
1277         (calendar-goto-chinese-date):
1278         * calendar/cal-coptic.el (calendar-absolute-from-coptic)
1279         (calendar-print-coptic-date, coptic-prompt-for-date)
1280         (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
1281         (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
1282         * calendar/cal-french.el (calendar-absolute-from-french)
1283         (calendar-print-french-date, calendar-goto-french-date):
1284         * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
1285         (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
1286         (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
1287         (holiday-rosh-hashanah-etc, holiday-hanukkah)
1288         (holiday-passover-etc, holiday-tisha-b-av-etc)
1289         (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
1290         (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
1291         (insert-monthly-hebrew-diary-entry)
1292         (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
1293         (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
1294         (diary-sabbath-candles):
1295         * calendar/cal-islam.el (calendar-absolute-from-islamic)
1296         (calendar-print-islamic-date, calendar-goto-islamic-date)
1297         (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
1298         (mark-islamic-diary-entries, insert-islamic-diary-entry)
1299         (insert-monthly-islamic-diary-entry)
1300         (insert-yearly-islamic-diary-entry):
1301         * calendar/cal-iso.el (calendar-absolute-from-iso)
1302         (calendar-print-iso-date, calendar-iso-read-args)
1303         (calendar-goto-iso-date, calendar-goto-iso-week):
1304         * calendar/cal-julian.el (calendar-absolute-from-julian)
1305         (calendar-print-julian-date, calendar-goto-julian-date)
1306         (calendar-absolute-from-astro, calendar-print-astro-day-number)
1307         (calendar-goto-astro-day-number):
1308         * calendar/cal-mayan.el (calendar-print-mayan-date)
1309         (calendar-next-haab-date, calendar-previous-haab-date)
1310         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
1311         (calendar-next-calendar-round-date)
1312         (calendar-previous-calendar-round-date)
1313         (calendar-absolute-from-mayan-long-count)
1314         (calendar-goto-mayan-long-count-date):
1315         * calendar/cal-move.el (scroll-calendar-left)
1316         (scroll-calendar-right, scroll-calendar-left-three-months)
1317         (scroll-calendar-right-three-months):
1318         * calendar/cal-persia.el (calendar-absolute-from-persian)
1319         (calendar-print-persian-date, persian-prompt-for-date)
1320         (calendar-goto-persian-date):
1321         * calendar/cal-x.el (calendar-after-frame-setup-hooks):
1322         * calendar/calendar.el (view-diary-entries-initially)
1323         (mark-diary-entries-in-calendar, calendar-today-face)
1324         (diary-face, holiday-face, view-calendar-holidays-initially)
1325         (mark-holidays-in-calendar, initial-calendar-window-hook)
1326         (today-visible-calendar-hook, today-invisible-calendar-hook)
1327         (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
1328         (bahai-diary-entry-symbol, american-date-diary-pattern)
1329         (european-date-diary-pattern, european-calendar-display-form)
1330         (american-calendar-display-form, holidays-in-diary-buffer)
1331         (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
1332         (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
1333         (fancy-diary-buffer, increment-calendar-month)
1334         (extract-calendar-month, extract-calendar-day)
1335         (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
1336         (mark-visible-calendar-date, calendar-version):
1337         * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
1338         (diary-display-hook, list-diary-entries-hook)
1339         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
1340         (nongregorian-diary-marking-hook, print-diary-entries-hook)
1341         (abbreviated-calendar-year, number-of-diary-entries)
1342         (view-other-diary-entries, add-to-diary-list)
1343         (include-other-diary-files, simple-diary-display)
1344         (fancy-diary-display, print-diary-entries, mark-diary-entries)
1345         (mark-sexp-diary-entries, mark-included-diary-files)
1346         (mark-calendar-days-named, mark-calendar-month)
1347         (mark-calendar-date-pattern, sort-diary-entries)
1348         (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
1349         (insert-weekly-diary-entry, insert-monthly-diary-entry)
1350         (insert-yearly-diary-entry, insert-anniversary-diary-entry)
1351         (insert-block-diary-entry, insert-cyclic-diary-entry)
1352         (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
1353         * calendar/holidays.el (general-holidays, oriental-holidays)
1354         (local-holidays, other-holidays, hebrew-holidays)
1355         (christian-holidays, islamic-holidays, bahai-holidays)
1356         (solar-holidays, list-calendar-holidays)
1357         (check-calendar-holidays, mark-calendar-holidays)
1358         (filter-visible-calendar-holidays):
1359         * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
1360         (diary-phases-of-moon): Remove obsolete aliases.
1361         * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
1362         * calendar/cal-x.el (calendar-one-frame-setup)
1363         (calendar-only-one-frame-setup, calendar-two-frame-setup):
1364         Remove obsolete functions.
1365         (cal-x-load-hook): Remove obsolete hook.
1366         * calendar/calendar.el (european-calendar-style):
1367         Remove obsolete variable.
1368         (calendar-date-style): No longer consult european-calendar-style.
1369         * calendar/calendar.el (european-calendar, american-calendar):
1370         Remove obsolete commands.
1371         * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
1372         * calendar/diary-lib.el (diary-face): Remove obsolete variable.
1373         (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
1374         Use the face `diary' instead of the variable `diary-face'.
1375         * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
1376         (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
1377         * calendar/icalendar.el (icalendar--date-style): Remove function.
1378         Replace all uses with calendar-date-style.
1379         * textmodes/remember.el (calendar-date-style): Declare.
1380         (remember-diary-convert-entry):
1381         No longer consult european-calendar-style.
1383 2014-10-05  Leo Liu  <sdl.web@gmail.com>
1385         * imenu.el (imenu-default-goto-function): Fix typo.
1387 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
1389         * net/ntlm.el (ntlm-build-auth-request):
1390         Add NTLM2 Session support.  (Bug#15603)
1392 2014-10-04  Glenn Morris  <rgm@gnu.org>
1394         * apropos.el (apropos-symbols-internal):
1395         Avoid error with non-symbol properties.  (Bug#18337#16)
1397         * startup.el (command-line):
1398         Handle altered user-emacs-directory in load-path warning.  (Bug#18512)
1400 2014-10-04  Martin Rudalics  <rudalics@gmx.at>
1402         * window.el (window-full-height-p): Make it behave correctly for
1403         minibuffer window.
1404         (window-current-scroll-bars): Fix code.
1405         (fit-frame-to-buffer): Use window-scroll-bar-height instead of
1406         window-scroll-bars.
1407         * frame.el (frame-current-scroll-bars): Fix doc-string.
1408         * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
1410 2014-10-04  Mark Oteiza  <mvoteiza@udel.edu>  (tiny change)
1412         * files.el (auto-mode-alist): Use sh-mode for .zsh files.  (Bug#18488)
1414 2014-10-04  Glenn Morris  <rgm@gnu.org>
1416         * frame.el (frame-monitor-attributes)
1417         (display-monitor-attributes-list): Doc fixes.
1419 2014-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1421         Merge trivially safe differences from standalone CC-mode.
1422         * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
1423         just to then pass it to `symbol-value'.
1424         (prog-mode): Provide fallback definition, if needed.
1425         * progmodes/cc-langs.el: Always load `cl'.  Don't load `cl-lib'.
1426         Remove "cl-" prefix accordingly.
1427         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
1428         characterp depending on the type of characters.
1429         (c-font-lock-enum-tail): Remove unused var `start'.
1430         * progmodes/cc-engine.el: Load CL at compile-time.
1431         (c-declare-lang-variables): Use mapcan.
1432         (c-append-to-state-cache): Remove unused var `ce+1'.
1433         (c-parse-state-state): Make buffer-local.
1434         (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
1435         (c-just-after-func-arglist-p): Remove unused var `end'.
1436         * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
1437         (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
1438         (c-make-keywords-re): Use delete-dups.
1439         (c-get-current-file): Avoid file-name-base.
1440         * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
1441         `close-paren-inserted'.
1442         * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
1444         * progmodes/python.el: Avoid building unneeded markers.
1445         (python-font-lock-keywords, python-indent-dedent-line)
1446         (python-fill-paren, python-shell-completion-complete-or-indent):
1447         Prefer point over point-marker.
1448         (inferior-python-mode): Remove redundant completion settings.
1450 2014-10-03  Dmitry Gutov  <dgutov@yandex.ru>
1452         * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
1453         (vc-svn-ignore): Use it.  (Bug#18619)
1455 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
1457         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1458         In doc-string mention need to set `frame-resize-pixelwise'.
1460 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1462         * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
1463         similarly to Rogers's 2010-06-16 change for the remote case
1464         (bug#18605).
1466 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         New gui-selection-value consolidating x-selection-value.
1469         * select.el (gui-selection-value-alist): New method.
1470         (gui-selection-value): New function.
1471         (x-selection-value): Make it an obsolete alias.
1472         * simple.el (interprogram-paste-function): Default to
1473         gui-selection-value.
1474         * w32-common-fns.el (w32-get-selection-value): Simplify.
1475         (x-selection-value): Remove alias.
1476         (interprogram-paste-function): Don't set.
1477         (gui-selection-value): Define for w32.
1478         * term/x-win.el (gui-selection-value): Define for x.
1479         (x--selection-value): Rename from x--selection-value.
1480         (interprogram-paste-function): Don't set.
1481         * term/pc-win.el (w16-get-selection-value): Simplify.
1482         (msdos-initialize-window-system): Don't set
1483         interprogram-paste-function.
1484         (gui-selection-value): Define for pc.
1485         * term/ns-win.el (x-selection-value): Remove.
1486         (gui-selection-value): Define for ns, instead.
1487         * term/common-win.el (x-setup-function-keys): Don't set
1488         interprogram-paste-function.
1489         * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
1490         Use gui-selection-value.
1492 2014-10-02  David Raynes  <rayners@gmail.com>  (tiny change)
1494         * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
1496 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1498         * obsolete/lucid.el (read-number): Remove, redundant.
1499         * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
1500         Remove, broken.
1502 2014-10-02  Glenn Morris  <rgm@gnu.org>
1504         * emacs-lisp/package.el (package-import-keyring):
1505         Create gnupg directory private.  (Bug#17625#155)
1507 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1509         * progmodes/python.el (python-shell-completion-get-completions):
1510         Use python-shell--prompt-calculated-input-regexp from the
1511         process buffer (bug#18582).
1512         Don't assume that `line' comes from the process buffer.
1514 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1516         * frame.el: Use lexical-binding (bug#18598).
1517         (make-frame): Use t rather than nil for tty's window-system.
1518         * startup.el (command-line): Use gui-method.
1520         Consolidate management/ownership of selections.
1521         * select.el (gui-get-selection-alist): New method.
1522         (gui-get-selection): Use it.  Rename from x-get-selection.
1523         (x-get-selection): Define as obsolete alias.
1524         (x-get-clipboard): Mark obsolete.
1525         (gui-get-primary-selection): New function.
1526         (x-get-selection-value): Mark obsolete.
1527         (gui-own-selection-alist, gui-disown-selection-alist)
1528         (gui-selection-owner-p-alist): New methods.
1529         (gui-set-selection): Use them.  Rename from x-set-selection.
1530         (x-set-selection): Define as obsolete alias.
1531         (gui--valid-simple-selection-p): Rename from
1532         x-valid-simple-selection-p.
1533         * w32-common-fns.el (gui-own-selection, gui-disown-selection)
1534         (gui-selection-owner-p, gui-get-selection): Define for w32.
1535         (w32-get-selection-value): Rename from x-get-selection-value.
1536         Use the new gui-last-selected-text.
1537         * term/x-win.el (x-get-selection-value): Remove.
1538         (x-clipboard-yank): Declare obsolete.
1539         (gui-own-selection, gui-disown-selection, gui-get-selection)
1540         (gui-selection-owner-p): Define for x.
1541         * term/w32-win.el (w32-win-suspend-error): Rename from
1542         x-win-suspend-error.
1543         * term/pc-win.el (w16-get-selection-value): Rename from
1544         x-get-selection-value.
1545         (w16-selection-owner-p): Rename from x-selection-owner-p.
1546         (gui-own-selection, gui-disown-selection, gui-get-selection)
1547         (gui-selection-owner-p): Define for pc.
1548         (w16--select-text): New function.
1549         * term/ns-win.el (gui-own-selection, gui-disown-selection)
1550         (gui-get-selection, gui-selection-owner-p): Define for ns.
1551         * term.el (term-mouse-paste):
1552         * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
1554 2014-10-02  H. Dieter Wilhelm  <dieter@duenenhof-wilhelm.de>
1556         * calc/calc-help.el (calc-describe-thing): Quote strings
1557         which could look like regexps.
1559 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         Consolidate x-select-text.
1562         * frame.el (gui-method, gui-method-define, gui-method-declare)
1563         (gui-call): New macros.
1564         (gui-method--name): New function.
1565         (frame-creation-function-alist): Use gui-method-declare.
1566         (make-frame): Use gui-method.
1567         * select.el (gui-select-enable-clipboard): Rename from
1568         x-select-enable-clipboard and move here.
1569         (x-select-enable-clipboard): Define as obsolete alias.
1570         (gui-last-selected-text): New var, to replace x-last-selected-text.
1571         (gui-select-text): New GUI method.
1572         (gui-select-text): New function.
1573         (x-select-text): Define as obsolete alias.
1574         * term/common-win.el (x-select-enable-clipboard, x-select-text):
1575         Move to select.el.
1576         * simple.el (interprogram-cut-function): Change default to
1577         x-select-text.
1578         (interprogram-paste-function): Change default to `ignore'.
1579         * w32-common-fns.el (interprogram-cut-function): Don't modify.
1580         * term/x-win.el (interprogram-cut-function): Don't modify.
1581         (gui-select-text): Add method for x.
1582         * term/w32-win.el (gui-select-text): Add method for w32.
1583         * term/pc-win.el (x-last-selected-text): Remove, use
1584         gui-last-selected-text instead.
1585         (msdos-initialize-window-system): Don't set interprogram-cut-function.
1586         (gui-select-text): Add method for pc.
1587         * term/ns-win.el (ns-last-selected-text): Remove, use
1588         gui-last-selected-text instead.
1589         (gui-select-text): Add method for ns.
1590         (x-setup-function-keys): Don't change interprogram-cut-function.
1591         * loadup.el ("startup"): Load after "frame".
1592         * subr.el (package--builtin-versions, package--description-file):
1593         Move from startup.el.
1594         * startup.el (package--builtin-versions, package--description-file):
1595         Move to subr.el.
1596         (handle-args-function-alist, window-system-initialization-alist):
1597         Use gui-method-declare.
1598         (command-line): Use gui-method.
1600 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1602         * subr.el (alist-get): New accessor.
1603         * emacs-lisp/gv.el (alist-get): Provide expander.
1604         * winner.el (winner-remember):
1605         * tempo.el (tempo-use-tag-list):
1606         * progmodes/gud.el (minor-mode-map-alist):
1607         * international/mule-cmds.el (define-char-code-property):
1608         * frameset.el (frameset-filter-params):
1609         * files.el (dir-locals-set-class-variables):
1610         * register.el (get-register, set-register):
1611         * calc/calc-yank.el (calc-set-register): Use it.
1612         * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
1613         * tooltip.el (tooltip-set-param): Mark as obsolete.
1614         (tooltip-show): Use alist-get instead.
1615         * ses.el (ses--alist-get): Remove.  Use alist-get instead.
1617 2014-10-01  Ulf Jasper  <ulf.jasper@web.de>
1619         * net/newst-backend.el: Remove Time-stamp.  Rename variable
1620         `newsticker--download-logos' to `newsticker-download-logos' and
1621         make it customizable.
1622         (newsticker--sentinel-work): Move xml-workarounds to function
1623         `newsticker--do-xml-workarounds', call unless libxml-parser is
1624         used.  Allow single quote in regexp for encoding.
1625         Use libxml-parser if available, else fall back to `xml-parse-region'.
1626         Take care of possibly missing namespace prefixes (like "RDF"
1627         instead of "rdf:RDF") when checking xml nodes and attributes (as
1628         libxml correctly removes the prefixes).  Always use Atom 1.0 as
1629         fallback feed type.  Rename `newsticker--download-logos' to
1630         `newsticker-download-logos'
1631         (newsticker--unxml, newsticker--unxml-node)
1632         (newsticker--unxml-attribute): New.
1633         (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
1634         HTML code has become part of the xml parse tree.
1635         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
1636         of possibly missing namespace prefixes.
1637         (newsticker--parse-generic-items): Code formatting. Typo.
1638         (newsticker--images-dir): Add trailing slash.
1639         (newsticker--image-get): Fix error message.
1641         * net/newst-plainview.el: Remove Time-stamp.
1643         * net/newst-reader.el: Remove Time-stamp.
1644         (newsticker-download-logos): Rename variable
1645         `newsticker--download-logos' to `newsticker-download-logos' and
1646         make it customizable.
1647         (newsticker--print-extra-elements): Add optional parameter
1648         'htmlish for using html markup.  Amend list of ignored elements.
1649         (newsticker--do-print-extra-element): Add parameter 'htmlish for
1650         using html markup.
1652         * net/newst-ticker.el: Remove Time-stamp.
1654         * net/newst-treeview.el (newsticker--treeview-item-show): Use html
1655         for formatting extra elements.
1657         * net/newsticker.el:  Remove Time-stamp, Version.
1658         (newsticker-version): Make obsolete.
1660 2014-09-30  Leonardo Nobrega  <leonobr@gmail.com>  (tiny change)
1662         * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
1663         (bug#18462).
1665 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1667         * emacs-lisp/package.el (package-check-signature): Default to nil if
1668         GPG is not available.
1669         (package-refresh-contents): Don't mess with the keyring if we won't
1670         check the signatures anyway.
1672 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
1675         (ses-center, ses-center-span): Use them.
1676         (ses-print-cell): Bind them while calling the printer.
1677         (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
1678         (ses-dorange): Revert last change.
1679         (ses-calculate-cell): Don't bind row&col dynamically while evaluating
1680         the formula.
1681         (ses-set-cell): Avoid `eval'.
1682         (ses--time-check): Rename it from ses-time-check and turn it into
1683         a macro.
1685         * ses.el (ses-setup): Don't assume modifying the iteration var of
1686         dotimes affects the iteration (bug#18191).
1688 2014-09-30  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1690         * ses.el (ses-calculate-cell): Bind row and col dynamically to
1691         their values with 'cl-progv'.
1692         (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
1693         their values with 'cl-progv', also use non-interned symbols for
1694         row, minrow, maxrow, mincol and maxcol.
1695         (maxrow maxcol): New defvar, to make the compiler happy.
1697 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * minibuffer.el (completion-at-point): Emit warning for ill-behaved
1700         completion functions.
1702 2014-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1704         * ses.el (ses--letref): Quote value before it gets re-evaluated.
1706 2014-09-28  Thien-Thi Nguyen  <ttn@gnu.org>
1708         Font-lock `cl-flet*', too.
1709         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
1710         Add "flet*" to intermediate var `cl-lib-kw'.
1712 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1714         * epg-config.el (epg-gpg-program): Use the plain program names rather
1715         than their absolute file name.
1717         * subr.el (track-mouse): New macro.
1718         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
1719         Remove track-mouse case.
1720         * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
1722 2014-09-27  Leo Liu  <sdl.web@gmail.com>
1724         * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
1726         * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
1728 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
1731         Handle the case where `match' is :pcase--succeed or :pcase--fail
1732         (bug#18554).
1734         Introduce global-eldoc-mode.  Move Elisp-specific code to elisp-mode.el.
1735         * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
1736         (eldoc-schedule-timer): Obey it.
1737         (eldoc-documentation-function): Default to nil.
1738         (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
1739         (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
1740         (eldoc-highlight-function-argument, eldoc-get-var-docstring)
1741         (eldoc-last-data-store, eldoc-docstring-first-line)
1742         (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
1743         (eldoc-beginning-of-sexp, eldoc-current-symbol)
1744         (eldoc-function-argstring): Move to elisp-mode.el.
1745         (eldoc-symbol-function): Remove, unused.
1746         * progmodes/elisp-mode.el: New file.  Rename all "eldoc-*" to "elisp--*".
1747         (elisp-completion-at-point): Rename from lisp-completion-at-point.
1748         (elisp--preceding-sexp): Rename from preceding-sexp.
1749         * loadup.el: Load new file progmodes/elisp-mode.
1750         * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
1751         * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
1752         (lisp--local-variables-completion-table, lisp--expect-function-p)
1753         (lisp--form-quoted-p, lisp--company-doc-buffer)
1754         (lisp--company-doc-string, lisp--company-location)
1755         (lisp-completion-at-point): Move to elisp-mode.el.
1756         * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
1757         extracted from emacs-lisp-mode-syntax-table.
1758         (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
1759         elisp-mode.el.
1760         (lisp-imenu-generic-expression): Add comments to document what comes
1761         from which Lisp dialect.
1762         (emacs-lisp-mode-map, emacs-lisp-byte-compile)
1763         (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
1764         (emacs-lisp-mode, emacs-list-byte-code-comment-re)
1765         (emacs-lisp-byte-code-comment)
1766         (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
1767         (lisp-interaction-mode-map, lisp-interaction-mode)
1768         (eval-print-last-sexp, last-sexp-setup-props)
1769         (last-sexp-toggle-display, prin1-char, preceding-sexp)
1770         (eval-last-sexp-1, eval-last-sexp-print-value)
1771         (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
1772         (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
1774 2014-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1776         * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
1777         Do not match file names that end in '/', as they cannot be 'grep'
1778         hits nowadays.  This prevents confusion when 'grep -r' reports a
1779         match in a file whose basename is ':12345:'.  Conversely, do not
1780         require exactly the same sequence of spaces and tabs after both
1781         colons, and allow spaces or tabs before the second colon, as per
1782         the POSIX spec for 'grep' output.
1784 2014-09-26  Leo Liu  <sdl.web@gmail.com>
1786         Add cl-parse-integer based on parse-integer (Bug#18557)
1787         * calendar/parse-time.el (parse-time-digits): Remove.
1788         (digit-char-p, parse-integer) Moved to cl-lib.el.
1789         (parse-time-tokenize, parse-time-rules, parse-time-string):
1790         Use cl-parse-integer.
1792         * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
1794         * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
1795         (cl-digit-char-p): New function.
1797 2014-09-25  Juri Linkov  <juri@jurta.org>
1799         * vc/add-log.el (change-log-next-buffer): Don't create an empty
1800         buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
1801         Return the current buffer if no files match the default pattern
1802         ChangeLog.[0-9].  Signal "end of multi" when file is nil. (Bug#18547)
1804 2014-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1806         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
1807         the global vc-handled-backends (bug#18535).
1809 2014-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
1812         Suggested by <lompik@voila.fr>.
1814 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
1816         * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
1817         Rename from `newsticker--treeview-do-get-node'.
1818         (newsticker--treeview-get-node-by-id):
1819         Rename from `newsticker--treeview-get-node'.
1820         (newsticker--treeview-buffer-init)
1821         (newsticker--treeview-buffer-init): Disable buffer undo.
1822         (newsticker--treeview-unfold-node): Adapt to modified
1823         `newsticker--group-find-parent-group'.
1824         (newsticker--group-do-find-group):
1825         Rename from `newsticker--group-do-find-group-for-feed'.
1826         Now works for both, groups and feeds.
1827         (newsticker--group-find-parent-group):
1828         Rename from `newsticker--group-find-group-for-feed'.
1829         Now works for both, groups and feeds.
1830         (newsticker--group-do-get-parent-group)
1831         (newsticker--group-get-parent-group): Remove.
1832         (newsticker-group-add-group): Change interactive prompts.
1833         (newsticker-group-add-group): Finally jump to added group.
1834         (newsticker-group-delete-group): Finally jump to current feed.
1835         (newsticker--group-do-rename-group, newsticker-group-rename-group)
1836         (newsticker--get-group-names, newsticker--group-names): New.
1837         (newsticker-group-move-feed): Finally jump to moved feed.
1838         (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
1839         (newsticker-group-shift-group-down)
1840         (newsticker-group-shift-group-up, newsticker--group-shift): New.
1841         (newsticker-treeview-mode-map): New keybindings for new shift commands.
1843         * net/newst-backend.el (newsticker--item-list)
1844         (newsticker--item-position, newsticker--prev-message)
1845         (newsticker--scrollable-text): Move to newst-ticker.el.
1847         * net/newst-ticker.el (newsticker--item-list)
1848         (newsticker--item-position, newsticker--prev-message)
1849         (newsticker--scrollable-text): Move from newst-backend.el.
1851 2014-09-22  Kan-Ru Chen  <kanru@kanru.info>
1853         * window.el (fit-window-to-buffer): When counting buffer width,
1854         count the whole visible buffer.  Correctly convert the body-height
1855         to pixel size for window-text-pixel-size (Bug#18498).
1857 2014-09-22  Sam Steingold  <sds@gnu.org>
1859         * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
1860         (sql-execute): Use `special-mode'.
1862 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         Add pcase-defmacro, as well as `quote' and `app' patterns.
1865         * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
1866         * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
1867         (pcase--funcall, pcase--eval): New functions.
1868         (pcase--u1): Use them for guard, pred, let, and app.
1869         (\`): Use the new feature to generate better code for vector patterns.
1870         * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
1871         (pcase--upat): Remove.
1872         (pcase--macroexpand): Don't hardcode handling of `.
1873         (pcase--split-consp, pcase--split-vector): Remove.
1874         (pcase--split-equal): Disregard ` since it's expanded away.
1875         (pcase--split-member): Optimize for quote rather than for `.
1876         (pcase--split-pred): Optimize for quote rather than for `.
1877         (pcase--u1): Remove handling of ` (and of `or' and `and').
1878         Quote non-selfquoting values when passing them to `eq'.
1879         Drop `app's let-binding if the variable is not used.
1880         (pcase--q1): Remove.
1881         (`): Define as a pattern macro.
1882         * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
1883         (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
1884         (pcase--macroexpand): Handle self-quoting patterns here, expand them to
1885         quote patterns.
1886         (pcase--split-match): Don't hoist or/and here any more.
1887         (pcase--split-equal): Optimize quote patterns as well as ` patterns.
1888         (pcase--flip): New helper macro.
1889         (pcase--u1): Optimize the memq case directly.
1890         Don't handle neither self-quoting nor and/or patterns any more.
1891         * emacs-lisp/pcase.el (pcase-defmacro): New macro.
1892         (pcase--macroexpand): New function.
1893         (pcase--expand): Use it.
1894         * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
1895         New optimization functions.
1896         (pcase--u1): Add support for `quote' and `app'.
1897         (pcase): Document them in the docstring.
1899 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1901         Use lexical-bindin in Ibuffer.
1902         * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
1903         (ibuffer-compile-format): Simplify.
1904         (ibuffer-clear-summary-columns): Simplify.
1905         * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
1906         elem of dotimes when we don't refer to the iteration var from it.
1907         (ibuffer-toggle-sorting-mode): Avoid add-to-list.
1908         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
1909         Silence byte-compiler.
1911 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
1914         expression for a list.
1916         * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
1917         for functions with no arguments.
1919         * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
1920         (mpc-volume-refresh): Make sure the corresponding header-line is updated.
1922 2014-09-17  Tom Willemse  <tom@ryuslash.org>  (tiny change)
1924         * simple.el (clone-indirect-buffer): Mention the return value
1925         (bug#18478).
1927         * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
1928         Text mode in docstring (bug#18464).
1930 2014-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1932         * progmodes/perl-mode.el (perl-syntax-propertize-function):
1933         Accept underscores in identifiers after "sub" (bug#18502).
1935 2014-09-21  Tassilo Horn  <tsdh@gnu.org>
1937         * textmodes/reftex-sel.el (reftex-select-label-mode)
1938         (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
1939         from special-mode (instead of fundamental-mode) and propertize
1940         with font-lock-face instead of just face. (Bug#18496)
1942         * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
1944 2014-09-19  Dmitry Gutov  <dgutov@yandex.ru>
1946         * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
1947         `table-etc' when `end' is non-nil.
1948         (lisp-completion-at-point): Move `end' back if it's after quote.
1949         If in comment or string, only complete when after backquote.
1950         (Bug#18265)
1951         (lisp-completion-at-point): Don't use
1952         `lisp--local-variables-completion-table' in the
1953         `lisp--form-quoted-p' case.
1955 2014-09-19  Dmitry Gutov  <dgutov@yandex.ru>
1957         * emacs-lisp/lisp.el (lisp--expect-function-p)
1958         (lisp--form-quoted-p): New functions.
1959         (lisp-completion-at-point): Use them to see if we're completing a
1960         variable reference, a function name, or just any symbol.
1961         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
1963 2014-09-18  Ivan Kanis  <ivan@kanis.fr>
1965         * net/shr.el, net/eww.el: Don't override `shr-width', but
1966         introduce a new variable `shr-internal-width'.  This allows users
1967         to specify a width themselves.
1969 2014-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971         * image-mode.el (image-toggle-display-image): If we have a
1972         `fit-width' or a `fit-height', don't limit the size of the image
1973         to the window size, because that doesn't preserve the aspect ratio.
1974         * image-mode.el: Move defvars earlier to avoid a byte-compilation
1975         warning.
1977 2014-09-17  Reuben Thomas  <rrt@sc3d.org>
1979         * progmodes/js.el: Add interpreter-mode-alist support for various
1980         JavaScript interpreters.
1982 2014-09-17  Paul Eggert  <eggert@cs.ucla.edu>
1984         Don't assume 'grep' supports GREP_OPTIONS.
1985         The GREP_OPTIONS environment variable is planned to be marked
1986         obsolescent in GNU grep, due to problems in its use, so stop
1987         relying on it.
1988         * progmodes/grep.el (grep-highlight-matches): Document this.
1989         (grep-process-setup): Do not set GREP_OPTIONS.
1990         (grep-compute-defaults): Use an explicit --color option if supported.
1992 2014-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1994         * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
1995         Don't add outdated key-shortcut cache (bug#18482).
1997 2014-09-15  Glenn Morris  <rgm@gnu.org>
1999         * image.el (image-multi-frame-p): Fix thinko - do not force
2000         a delay if none was specified.  (Bug#18334)
2002 2014-09-15  Kan-Ru Chen  <kanru@kanru.info>
2004         * window.el (fit-window-to-buffer): Doc fix.
2006 2014-09-15  Ivan Shmakov  <ivan@siamics.net>
2008         * desktop.el (desktop-create-buffer): Check that buffers are still live
2009         before burying them (bug#18373).
2011 2014-09-15  Glenn Morris  <rgm@gnu.org>
2013         * calendar/diary-lib.el (diary-list-entries):
2014         Restore 24.3 display behavior.  (Bug#18381)
2016 2014-09-15  Eli Zaretskii  <eliz@gnu.org>
2018         * mouse.el (mouse-drag-line): On text-mode frames, count the mode
2019         line and header line as 1 pixel.  This fixes the 1-"pixel" (row)
2020         discrepancy between window-pixel-edges and mouse events, and
2021         avoids moving mode line up when the mouse click is on the modeline
2022         and no drag is attempted.
2024 2014-09-14  Daniel Colascione  <dancol@dancol.org>
2026         * register.el (insert-register): Change default interactive
2027         insertion mode.
2029 2014-09-14  Michael Albinus  <michael.albinus@gmx.de>
2031         * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
2032         Suppress debug messages.
2034         * net/tramp.el (tramp-file-name-handler):
2035         * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
2036         appropriate.
2038 2014-09-13  Christopher Schmidt  <ch@ristopher.com>
2040         * calendar/calendar.el (calendar-update-mode-line):
2041         Do not overwrite mode-line-format if calendar-mode-line-format is
2042         nil.  (Bug#18467)
2044 2014-09-13  Leo Liu  <sdl.web@gmail.com>
2046         * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
2047         (pcase--expand): Use it.
2048         (pcase-exhaustive): New macro.  (Bug#16567)
2050         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2051         Add pcase-exhaustive.
2053 2014-09-13  Eli Zaretskii  <eliz@gnu.org>
2055         * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
2056         using the specified transfer-encoding, if any, or 'undecided'.
2057         (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
2058         broken at the window margin.
2060 2013-12-27  Ken Olum  <kdo@cosmos.phy.tufts.edu>
2062         Support rendering of HTML parts in Rmail (bug#4258).
2063         * mail/rmailmm.el (rmail-mime-process): Handle text/html
2064         separately from other text/ types.  Suppress tagline for
2065         multipart body.
2066         (rmail-mime-parse): Don't change visibility of tagline here.
2067         (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
2068         Handle text/html specially.
2069         (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
2070         (rmail-mime-insert-html, rmail-mime-render-html-shr)
2071         (rmail-mime-render-html-lynx): New functions.
2072         (rmail-mime-fix-inserted-faces): New function.
2073         (rmail-mime-process-multipart): Find the best part to show
2074         following rmail-mime-prefer-html if set.
2075         (rmail-mime-searching): New variable.
2076         (rmail-search-mime-message): Bind rmail-mime-searching to
2077         suppress rendering while searching.
2079 2014-09-12  Sam Steingold  <sds@gnu.org>
2081         * progmodes/sql.el (sql-product-alist): Add vertica.
2082         (sql-vertica-program, sql-vertica-options)
2083         (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
2084         New functions and variables to support Vertica.
2085         Inspired by code by Roman Scherer <roman@burningswell.com>.
2087 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
2089         * ses.el (ses-file-format-extend-parameter-list): Rename from
2090         ses-file-format-extend-paramter-list, to correct a misspelling.
2091         All uses changed.
2093 2014-09-10  Alan Mackenzie  <acm@muc.de>
2095         CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
2096         gets loaded at run-time).
2097         * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
2098         c-lang-const to c-make-no-parens-syntax-table and correct the
2099         logic.
2100         (c-no-parens-syntax-table): Correct the logic of the
2101         c-lang-defvar.
2103 2014-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2105         CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
2106         plus misc cleanup.
2107         * progmodes/cc-mode.el (c-basic-common-init):
2108         Set open-paren-in-column-0-is-defun-start.
2109         (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
2110         Remove declarations, unused.
2111         (run-mode-hooks): Remove declaration.
2112         (font-lock-defaults): Use plain `defvar' to declare.
2113         (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
2114         * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
2115         (c-make-mode-syntax-table): Don't micro-optimize.
2116         (c-keywords, c-keyword-member-alist): Simplify.
2117         (c-kwds-lang-consts): Don't eval at compile-time.
2118         (c-primary-expr-regexp): Comment out unused vars.
2119         * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
2120         (c-font-byte-compile): New var.
2121         (c--compile): New function.  Use it instead of `byte-compile'.
2122         (c-cpp-matchers): Quote the value returned by
2123         `c-make-syntactic-matcher' in case it's not self-evaluating.
2124         (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
2125         parentheses instead (in case MATCHER happens to be a list).
2126         (c-font-lock-enum-tail): Remove unused var `start'.
2127         (c-font-lock-objc-methods): Silence byte-compiler warnings.
2128         * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
2129         test into an argument.
2130         * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
2131         (c-get-char-property): Don't use `eval' just to unquote a constant.
2132         (c-use-extents): Remove.  Use (featurep 'xemacs), compiled
2133         more efficiently.
2134         (c-put-char-property-fun): Don't call `byte-compile' by hand.
2135         (c-clear-char-property, c-clear-char-properties): Check that `property'
2136         is a quoted constant.
2137         (c-emacs-features): Remove `infodock', `syntax-properties', and
2138         `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
2139         'xemacs) instead).  Use `with-temp-buffer' and let-bind vars after
2140         changing buffer, so we don't have to setq them again afterwards.
2141         (c-lang-const): Remove redundant symbolp assertions.
2142         (c-find-assignment-for-mode): Use `or'.
2143         * Makefile.in (compile-one-process): Remove cc-mode dependency.
2145 2014-09-09  Sam Steingold  <sds@gnu.org>
2147         * progmodes/sql.el (sql-default-directory): Fix type annotation.
2149 2014-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
2152         Change doc comments into docstrings.
2153         * Makefile.in: Remove cc-awk dependency.
2155 2014-09-08  Sam Steingold  <sds@gnu.org>
2157         * progmodes/sql.el (sql-send-line-and-next): New command,
2158         bound to C-c C-n.
2159         (sql-show-sqli-buffer): Display the buffer instead of its name and
2160         bind the command to C-c C-z.
2161         (sql-default-directory): New user option.
2162         (sql-product-interactive): Bind `default-directory' to it to
2163         enable remote connections using Tramp.
2164         (sql-set-sqli-buffer): Call `sql-product-interactive' when no
2165         suitable buffer is available.
2167 2014-09-08  Glenn Morris  <rgm@gnu.org>
2169         * calendar/calendar.el (calendar-basic-setup):
2170         Fix calendar-view-holidays-initially-flag and fancy display.
2171         * calendar/diary-lib.el (diary-live-p): Doc fix.
2173         * calendar/calendar.el (calendar-basic-setup):
2174         Avoid clobbering calendar with diary.  (Bug#18381)
2176 2014-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
2180 2014-09-08  Lars Ljung  <lars@matholka.se>  (tiny change)
2182         * isearch.el (isearch-yank-word-or-char): Obey superword-mode
2183         as well (bug#18400).
2185 2014-09-08  Eli Zaretskii  <eliz@gnu.org>
2187         * subr.el (posn-actual-col-row): Doc fix.  (Bug#18385)
2189 2014-09-06  Leo Liu  <sdl.web@gmail.com>
2191         * emacs-lisp/pcase.el (pcase): Doc fix.
2192         (pcase--split-vector): New function.
2193         (pcase--q1): Support vector qpattern.  (Bug#18327)
2195 2014-09-05  Sam Steingold  <sds@gnu.org>
2197         * textmodes/tex-mode.el (tex-print-file-extension): New user
2198         option.
2199         (tex-print): Use it instead of the hard-coded string.
2201 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
2203         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2204         Expand `default-directory'.
2206 2014-09-05  Martin Rudalics  <rudalics@gmx.at>
2208         * scroll-bar.el (horizontal-scroll-bars-available-p):
2209         New function.
2210         (horizontal-scroll-bar-mode): Rewrite using
2211         horizontal-scroll-bars-available-p.
2212         * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
2213         horizontal-scroll-bars-available-p.
2215 2014-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2217         * subr.el (call-process-shell-command, process-file-shell-command):
2218         Make the `args' obsolete (bug#18409).
2219         (start-process-shell-command, start-file-process-shell-command):
2220         Use `declare'.
2222 2014-09-05  Jay Belanger  <jay.p.belanger@gmail.com>
2224         * calc/calc-forms.el (math-normalize-hms): Do a better check for
2225         "negative" hms forms.
2227 2014-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
2229         * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
2230         returns nil (bug#18391).
2232 2014-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2234         * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
2235         terminating paren (bug#18352).
2236         (eldoc-last-data-store): Return cached data.
2237         (eldoc-get-var-docstring): Avoid setq.
2238         (eldoc-get-fnsym-args-string): Clarify data flow.
2240 2014-09-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2242         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
2243         case where we're currently providing part of the &rest arg after some
2244         &key args, as in define-ibuffer-op (bug#18048).
2246 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2248         * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
2249         buffer-local setting of which-func-mode.
2250         (which-func-mode): Use defvar-local.
2251         (which-function-mode): Don't reset which-func-mode in each buffer since
2252         it might have been set by someone else.
2253         (which-func-update-ediff-windows): Check which-function-mode.
2255 2014-09-03  Martin Rudalics  <rudalics@gmx.at>
2257         * frame.el (frame-initialize): Remove horizontal-scroll-bars
2258         from frame-initial-frame-alist.
2259         * scroll-bar.el (previous-horizontal-scroll-bar-mode)
2260         (horizontal-scroll-bar-mode-explicit)
2261         (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
2262         (toggle-horizontal-scroll-bar): Remove.
2263         (horizontal-scroll-bar-mode): Remove defcustom.
2264         (horizontal-scroll-bar-mode): Fix doc-string.
2265         (scroll-bar-toolkit-scroll)
2266         (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
2268 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2270         * emacs-lisp/package.el (package-generate-description-file):
2271         Properly quote the arguments (bug#18332).  Change second arg.
2272         (package--alist-to-plist-args): Rename from package--alist-to-plist and
2273         quote the elements.
2274         (package--make-autoloads-and-stuff): Fix the test for pre-existence of
2275         the *-pkg.el file.  Adjust to new calling convention of
2276         package-generate-description-file.
2278         * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
2279         (gud-gdb-completions): Remove obsolete workaround.
2281 2014-09-03  Eli Zaretskii  <eliz@gnu.org>
2283         * subr.el (posn-col-row): Revert the change from commit
2284         2010-11-13T21:07:58Z!eliz@gnu.org, which
2285         was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
2286         monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
2287         introduced an off-by-one error in the reported row when there is a
2288         header line.  (Bug#18384)
2290 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2292         * progmodes/python.el (python-indent-post-self-insert-function):
2293         Avoid electric colon at beginning-of-defun.  (Bug#18228)
2295 2014-09-03  Glenn Morris  <rgm@gnu.org>
2297         * tutorial.el (tutorial--display-changes):
2298         Fix 2014-08-01 change.  (Bug#18382)
2300 2014-09-03  Ken Brown  <kbrown@cornell.edu>
2302         * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
2303         the Cygwin-w32 build.  (Bug#18347)
2305 2014-09-03  Glenn Morris  <rgm@gnu.org>
2307         * tar-mode.el (tar--extract, tar-extract):
2308         Avoid permanently disabling undo in extracted buffers.  (Bug#18344)
2310 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
2313         handle multiline elements (bug#18380).
2315 2014-09-01  Eli Zaretskii  <eliz@gnu.org>
2317         * ls-lisp.el (ls-lisp-use-string-collate)
2318         (ls-lisp-UCA-like-collation): New defcustoms.
2319         (ls-lisp-string-lessp): Use them to control sorting by file
2320         names.  (Bug#18051)
2321         (ls-lisp-version-lessp): New function.
2322         (ls-lisp-handle-switches): Use it to implement the -v switch of
2323         GNU ls.
2324         (ls-lisp--insert-directory): Mention the -v switch in the doc string.
2326 2014-08-31  Christoph Scholtes  <cschol2112@gmail.com>
2328         * ibuffer.el: Replace mode-specific quit function with
2329         `quit-window' via `special-mode'.
2330         (ibuffer-mode-map): Use keybindings from special-mode-map instead
2331         of local overrides.
2332         (ibuffer): Don't store previous windows configuration.
2333         Let `quit-window' handle restoring.
2334         (ibuffer-quit): Remove function. Use `quit-window' instead.
2335         (ibuffer-restore-window-config-on-quit): Remove variable.
2336         (ibuffer-prev-window-config): Remove variable.
2338 2014-08-29  Michael Heerdegen  <michael_heerdegen@web.de>
2340         * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
2341         name instead of variable name in hook docstring.  (Bug#18349)
2343 2014-08-29  Martin Rudalics  <rudalics@gmx.at>
2345         * window.el (display-buffer-at-bottom): Prefer bottom-left
2346         window to other bottom windows.  Reuse a bottom window if it
2347         shows the buffer already.  Suggested by Juri Linkov
2348         <juri@jurta.org> in discussion of (Bug#18181).
2350 2014-08-29  Leo Liu  <sdl.web@gmail.com>
2352         * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
2353         append to minibuffer-setup-hook.  (Bug#18341)
2355 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2357         * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
2358         byte-compiler.
2359         (lookup-syntax-properties): Silence byte-compiler.
2360         (c-lang-defconst): Quote the code with `lambda' rather than with
2361         `quote'.
2362         (c-lang-const): Avoid unneeded setq.
2363         (c-lang-constants-under-evaluation): Add docstring.
2364         (c-lang--novalue): New constant.
2365         (c-find-assignment-for-mode): Use it instead of c-lang-constants.
2366         (c-get-lang-constant): Same here.
2367         Get the mode's value using `funcall' now that the code is quoted
2368         with `lambda'.
2370 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
2372         * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
2373         (Bug#18326)
2375 2014-08-28  Martin Rudalics  <rudalics@gmx.at>
2377         * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
2378         interpretation of `portion-whole'.
2380 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
2382         * net/tramp-adb.el: Spell author name correctly.
2384 2014-08-28  João Távora  <joaotavora@gmail.com>
2386         * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
2387         use url-expand-file-name.  (Bug#18310)
2389 2014-08-28  Glenn Morris  <rgm@gnu.org>
2391         * emulation/cua-rect.el (cua--highlight-rectangle):
2392         Avoid error at point-min.  (Bug#18309)
2394 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2396         * progmodes/python.el (python-shell-prompt-detect): Remove redundant
2397         executable-find (bug#18244).
2399         * simple.el (self-insert-uses-region-functions): Defvar.
2401 2014-08-28  Glenn Morris  <rgm@gnu.org>
2403         * subr.el (remq): Revert 2014-08-25 doc change (not always true).
2405 2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
2407         * startup.el (normal-top-level): Now use internal--top-level-message.
2409 2014-08-26  Dmitry Antipov  <dmantipov@yandex.ru>
2411         * startup.el (normal-top-level): Use top-level-message.
2413 2014-08-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415         * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
2416         URLs containing spaces and the like.
2418 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
2420         * subr.el (remq): Fix docstring (Bug#18253).
2422 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
2424         * replace.el (query-replace): Fix typo in docstring (Bug#18320).
2426 2014-08-24  Alan Mackenzie  <acm@muc.de>
2428         Handle C++11's "auto" and "decltype" constructions.
2429         * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
2430         and return 'decltype.
2431         (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
2432         prev-kwd-sym, new-style-auto.  Enhance to handle the new "auto"
2433         keyword.
2434         * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
2435         "decltype" keyword.
2436         (c-font-lock-c++-new): Handle "decltype" constructions.
2437         * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
2438         New c-lang-defconsts/defvars.
2439         (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
2440         (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
2441         (c-typeless-decl-kwds): Append "auto" onto the C++ value.
2442         (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
2444         Make ">>" act as double template ender in C++ Mode.
2445         * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
2446         off from c->-op-cont-re.
2447         (c->-op-cont-tokens): Change to use the above.
2448         (c->-op-without->-cont-regexp): New lang-const.
2449         * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
2450         Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
2453 2014-08-23  Alan Mackenzie  <acm@muc.de>
2455         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
2456         loop, bug #18306.  The bug was introduced on 2014-08-02.
2458 2014-08-21  Eli Zaretskii  <eliz@gnu.org>
2460         * textmodes/texnfo-upd.el (texinfo-specific-section-type):
2461         Don't recognize a Top node if there are other sectioning commands
2462         earlier in the Texinfo file.  This fixes a bug in
2463         texinfo-make-menu and avoids inflooping in
2464         texinfo-all-menus-update when they are invoked on texinfo.texi.
2466 2014-08-21  Martin Rudalics  <rudalics@gmx.at>
2468         * window.el (window--side-window-p): New function.
2469         (split-window, window-splittable-p): Use window--side-window-p to
2470         determine whether WINDOW can be split (Bug#18304).
2471         * calendar/calendar.el (calendar-basic-setup): Fix one call of
2472         `window-splittable-p' and add another (Bug#18304).
2474 2014-08-20  Sam Steingold  <sds@gnu.org>
2476         * progmodes/python.el (python-new-pythonpath): Extract from
2477         `python-shell-calculate-process-environment'.
2479 2014-08-18  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2481         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
2482         for &key args (bug#18048).
2484 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2486         * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
2487         (eldoc-function-argstring-format): Remove.
2488         (eldoc-function-argstring): Always return upcase args.
2489         Use help-make-usage.  Don't add parens.
2490         (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
2491         it's too late to do it right (bug#18048).
2493 2014-08-18  Eli Zaretskii  <eliz@gnu.org>
2495         * scroll-bar.el (scroll-bar-horizontal-drag-1)
2496         (scroll-bar-toolkit-horizontal-scroll): When determining the
2497         paragraph direction, use the buffer of the window designated in
2498         the event.
2500 2014-08-16  Andreas Schwab  <schwab@linux-m68k.org>
2502         * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
2503         context of unified diff.
2505 2014-08-16  Paul Eggert  <eggert@cs.ucla.edu>
2507         Add dependencies to fix loaddefs race during parallel builds.
2508         Without this, for example, 'make -j bootstrap' can fail and report
2509         "Opening input file: no such file or directory,
2510         .../lisp/calendar/diary-loaddefs.el ... recipe for target
2511         'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
2512         got confused because diary-loaddefs.el was being built in parallel.
2513         * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
2514         Depend on $(CAL_DIR)/cal-loaddefs.el.
2515         ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
2517 2014-08-16  Martin Rudalics  <rudalics@gmx.at>
2519         * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
2520         portion-whole for scrolling right-to-left text.
2522 2014-08-15  Leo Liu  <sdl.web@gmail.com>
2524         * speedbar.el (speedbar-generic-list-tag-p): Allow special
2525         elements from imenu.
2527 2014-08-15  Glenn Morris  <rgm@gnu.org>
2529         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
2531 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2533         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2534         Add Guile regexpses.
2536 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2538         * progmodes/gud.el (guiler): New function.  Starts the Guile REPL;
2539         add Guile debugger support for GUD.
2541 2014-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2543         * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
2544         (mouse-sel--ignore): New function.
2545         (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
2546         (mouse-sel-original-interprogram-cut-function)
2547         (mouse-sel-original-interprogram-paste-function): Remove.
2549 2014-08-13  Eric S. Raymond  <esr@thyrsus.com>
2551         * vc/vc-git.el (vc-git-resolve-when-done): New function.
2552         Call "git add" when there are no longer conflict markers.
2554 2014-08-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2556         * vc/vc-git.el (vc-git-find-file-hook): New function.
2557         Adds support for calling smerge (and resolve) on a conflicted file.
2558         (vc-git-conflicted-files): New function.
2559         Useful in itself and a step towards better smerge support.
2561 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2563         * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
2564         to the first part if they're the same as the selection.
2566 2014-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568         * image-mode.el (image-transform-reset): New command and menu item.
2569         (image-mode-map): Rearrange the menu items to put presumably more
2570         obscure items at the end.
2572 2014-08-12  Juri Linkov  <juri@jurta.org>
2574         * vc/vc-annotate.el (vc-annotate-background-mode):
2575         Use `with-demoted-errors' instead of `ignore-errors'.  (Bug#18189)
2577 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * files.el (out-of-memory-warning-percentage): Turn it off by default.
2581 2014-08-11  Sam Steingold  <sds@gnu.org>
2583         * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
2584         the presence of known validators (tidy, (o)nsgmls).
2586 2014-08-11  Ulf Jasper  <ulf.jasper@web.de>
2588         Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
2590         * net/newst-treeview.el (newsticker-treeview-date-format): New.
2591         (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
2593 2014-08-11  Glenn Morris  <rgm@gnu.org>
2595         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
2596         chose coding system for writing before backing up, since it causes
2597         a more serious problem than the one it solves.  (Closes Bug#18141,
2598         reopens Bug#13522.)
2600 2014-08-11  Martin Rudalics  <rudalics@gmx.at>
2602         * window.el (window-total-size): Make doc-string more self-contained.
2604         * window.el (display-buffer-below-selected): Restore original
2605         behavior if buffer is already displayed in the window below the
2606         selected one (Bug#18181).
2608 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
2611         event (bug#18212).
2613 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
2615         * info.el (info): Doc fix.
2617 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2619         * info.el (Info-mode-map): Override a global down-mouse-2 binding
2620         (bug#18212).
2622 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
2624         * simple.el (default-line-height): A floating-point value of
2625         line-spacing means a fraction of the default frame font's height,
2626         not of the font currently used by the 'default' face.
2627         Truncate the pixel value, like the display engine does.
2628         (window-screen-lines): Use window-inside-pixel-edges for
2629         determining the window height in pixels.  (Bug#18195)
2631 2014-08-11  Grégoire Jadi  <daimrod@gmail.com>
2633         * leim/quail/latin-post.el: Transform " __" into " _".  (Bug#18023)
2635 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
2637         Enumerate evaluated sexp diary entries (Bug#7911).
2638         * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
2639         (icalendar-export-sexp-enumeration-days): New.
2640         (icalendar-export-region): Now `icalendar--convert-to-ical'
2641         returns a cons cell or a list of cons cells.
2642         (icalendar--convert-to-ical): Take care of
2643         `icalendar-export-sexp-enumerate-all'.  Return (a list of) cons cells.
2644         (icalendar--convert-ordinary-to-ical)
2645         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2646         (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
2647         (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
2648         (icalendar--convert-anniversary-to-ical): Return cons cell.
2649         (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
2650         entries.  Return (list of) cons cells.
2652 2014-08-09  Juri Linkov  <juri@jurta.org>
2654         * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
2655         to reevaluate `vc-annotate-color-map'.  (Bug#18189)
2657 2014-08-09  Alan Mackenzie  <acm@muc.de>
2659         * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
2660         for top-level that can cause unacceptable slow-down in scrolling.
2661         See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
2662         Antipov from 2013-10-14 in emacs-devel.
2664 2014-08-08  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2666         * ibuffer.el (ibuffer-mode-map): Use toggle button for
2667         `ibuffer-auto-mode' menu entry.
2668         (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
2670 2014-08-08  Matthias Meulien  <orontee@gmail.com>
2672         * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
2673         (Bug#16394)
2675 2014-08-07  Martin Rudalics  <rudalics@gmx.at>
2677         * window.el (window--min-size-1): Explicitly set WINDOW arg in
2678         calls of window-min-pixel-height and window-min-pixel-width.
2680 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
2682         * progmodes/ada-mode.el:
2683         * net/tramp.el (tramp-handle-file-symlink-p):
2684         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
2685         about VMS, which we no longer support.
2686         * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
2687         and fix a FIXME, using convert-standard-filename in place of
2688         removed ada-convert-file-name.
2690 2014-08-07  Eli Zaretskii  <eliz@gnu.org>
2692         * files.el (auto-mode-alist): Remove support for VMS from a pattern.
2694 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
2696         Refer to MS-DOS using the same name everywhere.
2697         * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
2698         ``msdog'' become ``MS-DOS''.
2700 2014-08-07  Michael Albinus  <michael.albinus@gmx.de>
2702         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2703         Use cached "remote-copy-args" value, if available.  (Bug#18199)
2705 2014-08-07  Leo Liu  <sdl.web@gmail.com>
2707         * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
2708         Revert change on 2014-03-22.
2710 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
2712         * calendar/icalendar.el (icalendar--diarytime-to-isotime)
2713         (icalendar--convert-ordinary-to-ical): Allow for missing minutes
2714         (Bug#13750).
2717 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719         * image-mode.el (image-toggle-display-image): Always rescale images
2720         to not be bigger than the current window.
2722 2014-08-05  Eric Brown  <brown@fastmail.fm>  (tiny change)
2724         * net/eww.el (eww-bookmarks-directory): New variable.
2725         (eww-write-bookmarks): Use it.
2726         (eww-read-bookmarks): Ditto.
2728 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730         * net/shr.el (shr-copy-url): Also copy the image URL.
2732 2014-08-05  Michael Albinus  <michael.albinus@gmx.de>
2734         * net/tramp-cache.el (tramp-flush-file-function): Suppress function
2735         also for Tramp working buffers.
2737 2014-08-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2739         * progmodes/python.el: Fix completions inside (i)pdb.
2740         (python-shell-completion-pdb-string-code): Make obsolete.
2741         (python-shell-completion-get-completions):
2742         Use python-shell-completion-string-code resending setup code
2743         continuously for (i)pdb.
2745 2014-08-04  Paul Eggert  <eggert@cs.ucla.edu>
2747         * rect.el (rectangle--default-line-number-format): Rename
2748         from misspelled rectange--default-line-number-format (Bug#18045).
2749         All uses changed.
2751 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
2753         Don't mishandle year-9999 dates (Bug#18176).
2754         * calendar/parse-time.el (parse-time-rules):
2755         Allow years up to most-positive-fixnum.
2756         * calendar/time-date.el (date-to-time):
2757         Pass "Specified time is not representable" errors through.
2759 2014-08-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2761         * progmodes/python.el: Completion code cleanups.
2762         (python-shell-completion-get-completions): Detect and send import
2763         statements directly to completion function.
2764         (python-shell-completion-at-point): Simplify prompt calculation
2765         and import vs input completion logic.
2767 2014-08-02  Alan Mackenzie  <acm@muc.de>
2769         Fix confusion in C++ file caused by comma in "= {1,2},".
2770         Bug #17756.
2771         * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
2772         for a statement boundary marked by "}", check there's no "="
2773         before the "{".
2774         (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
2775         non-nil `comma-delim' argument.
2776         * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
2777         initializer expression more accurately.
2779         Correct loop termination condition in c-syntactic-skip-backward.
2780         * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
2781         the situation where, after moving back out of a literal,
2782         skip-chars-backward doesn't move further, yet checks have still to
2783         be done.
2785 2014-08-01  Eli Zaretskii  <eliz@gnu.org>
2787         * tutorial.el (tutorial--display-changes): Accept punctuation
2788         characters before the key binding.  (Bug#18146)
2790 2014-07-31  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2792         * progmodes/python.el: Shell output capture enhancements.
2793         (python-shell-accept-process-output): New function.
2794         (inferior-python-mode)
2795         (python-shell-send-setup-code): Use it.
2797 2014-07-30  Christophe Deleuze  <christophe.deleuze@free.fr>  (tiny change)
2799         * calendar/icalendar.el (icalendar--decode-isodatetime):
2800         Use actual current-time-zone when converting to local time. (Bug#15408)
2802 2014-07-29  Martin Rudalics  <rudalics@gmx.at>
2804         * window.el (window--state-put-2): Handle horizontal scroll
2805         bars, if present.
2807 2014-07-29  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2809         * menu-bar.el (menu-bar-update-buffers): Update item list format
2810         in `buffers-menu' to confirm with changes to `get_keyelt'
2811         (r117463).  (Bug#18016)
2813 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2815         * progmodes/python.el (inferior-python-mode): Make input prompts
2816         read-only.
2818 2014-07-28  Emilio C. Lopes  <eclig@gmx.net>
2820         * net/tramp-sh.el (tramp-get-remote-python): Also search for
2821         executables named "python2" or "python3".
2822         (tramp-get-remote-uid-with-python): Use parentheses around
2823         arguments to `print' to make it compatible with Python 3.
2824         (tramp-get-remote-gid-with-python): Ditto.  (Bug#18118)
2826 2014-07-28  Eli Zaretskii  <eliz@gnu.org>
2828         * window.el (window--pixel-to-total): Use FRAME's root window, not
2829         that of the selected frame.  (Bug#18112, Bug#16674)
2831 2014-07-28  Andreas Schwab  <schwab@linux-m68k.org>
2833         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
2834         (Bug#18117)
2836 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2838         * progmodes/python.el (inferior-python-mode): Doc fix.
2840 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
2842         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
2843         not a character, ignore it instead of raising an error.
2845         * calendar/todo-mode.el: Fix handling of marked items and make
2846         minor code improvements.
2847         (todo-edit-item): If there are marked items, ensure user can only
2848         invoke editing commands that work with marked items.
2849         (todo-edit-item--text): When there are marked items, make it a
2850         noop if invoked with point not on an item; otherwise, ensure it
2851         applies only to item at point.
2852         (todo-item-undone): If there are marked not-done items, return
2853         point to its original position before signaling user error.
2854         (todo--user-error-if-marked-done-item): New function.
2855         (todo-edit-item--header, todo-edit-item--diary-inclusion)
2856         (todo-item-done): Use it.
2858 2014-07-28  Glenn Morris  <rgm@gnu.org>
2860         * files.el (toggle-read-only): Re-add basic doc-string.
2861         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
2863         * progmodes/prolog.el (prolog-mode-keybindings-edit):
2864         Replace missing `switch-to-prolog' with `run-prolog'.
2865         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
2867 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
2869         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
2870         of file-wide setting when changing category-wide setting.
2872 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
2874         * doc-view.el (doc-view-open-text): Don't require that the
2875         document is saved in a file (e.g., email attachment).
2877 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2879         Parse completion input in a iPython friendly way.  (Bug#18084)
2880         * progmodes/python.el
2881         (python-shell-completion-at-point): Rename from
2882         python-shell-completion-complete-at-point.
2883         (inferior-python-mode): Use it.
2884         (python-completion-at-point): Rename from
2885         python-completion-complete-at-point.  Parse input up to first
2886         backward occurrence of whitespace, open-paren, close-paren or
2887         string delimiter.
2888         (python-mode): Use it.
2890 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2892         Prevent Python process shell buffer to pop twice.
2893         * progmodes/python.el (python-shell-switch-to-shell): Do not call
2894         pop-to-buffer.
2896 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2898         * progmodes/python.el
2899         (python-shell-with-shell-buffer): New macro.
2900         (python-shell-font-lock-get-or-create-buffer)
2901         (python-shell-font-lock-kill-buffer)
2902         (python-shell-font-lock-with-font-lock-buffer)
2903         (python-shell-font-lock-cleanup-buffer)
2904         (python-shell-font-lock-toggle): Use it.
2905         (python-shell-font-lock-turn-on)
2906         (python-shell-font-lock-turn-off): Use it.  Make command.
2908 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2910         Grab all Python process output before inferior-python-mode hooks.
2911         * progmodes/python.el (inferior-python-mode):
2912         Call accept-process-output and sit-for to ensure all output for process
2913         has been received before running hooks.
2914         (python-shell-internal-get-or-create-process):
2915         Cleanup accept-process-output and sit-for calls.
2917 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2919         More robust shell startup and code setup.
2920         * progmodes/python.el (python-shell-make-comint):
2921         Remove accept-process-output call.
2922         (python-shell-get-buffer): Return current buffer if major-mode is
2923         inferior-python-mode.
2924         (python-shell-get-or-create-process): Use it.
2925         (python-shell-send-setup-code): Send all setup code in one string,
2926         output success message and accept-process-output.
2928 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
2930         * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
2931         Add rudimentary support for bidirectional text.
2933 2014-07-27  Martin Rudalics  <rudalics@gmx.at>
2935         * frame.el (frame-notice-user-settings): Rewrite using
2936         frame-initial-frame-tool-bar-height.
2937         * menu-bar.el (menu-bar-horizontal-scroll-bar)
2938         (menu-bar-no-horizontal-scroll-bar): New functions.
2939         (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
2940         scroll bars.
2941         * scroll-bar.el (scroll-bar-lines)
2942         (set-horizontal-scroll-bar-mode)
2943         (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
2944         (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
2945         (scroll-bar-toolkit-horizontal-scroll): New functions.
2946         (horizontal-scroll-bar-mode)
2947         (previous-horizontal-scroll-bar-mode)
2948         (horizontal-scroll-bar-mode-explicit): New variables.
2949         (horizontal-scroll-bar-mode): New option.
2950         (toggle-horizontal-scroll-bar): Do something.
2951         (top-level): Bind horizontal-scroll-bar mouse-1.
2952         * startup.el (tool-bar-originally-present): Remove variable.
2953         (command-line): Don't set tool-bar-originally-present.
2954         * window.el (window-min-height): Update doc-string.
2955         (window--dump-frame): Dump horizontal scroll bar values.
2956         (window--min-size-1): Handle minibuffer window separately.
2957         Count in margins and horizontal scroll bar.  Return safe value
2958         iff IGNORE equals 'safe.
2959         (frame-windows-min-size): New function (used by frame resizing
2960         routines).
2961         (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
2962         scroll bars.
2963         (window--sanitize-window-sizes): New function.
2964         (window-split-min-size): Remove.
2965         (split-window): Count divider-width.  Don't use
2966         `window-split-min-size' any more.  Reword error messages.
2967         Sanitize windows sizes after splitting.
2969 2014-07-27  Thien-Thi Nguyen  <ttn@gnu.org>
2971         Use `defvar-local' more.
2972         * progmodes/hideshow.el
2973         (hs-c-start-regexp, hs-block-start-regexp)
2974         (hs-block-start-mdata-select, hs-block-end-regexp)
2975         (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
2976         remove corresponding `make-variable-buffer-local' top-level calls.
2978 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2980         Cleanup error signals.  (Bug#18067)
2981         * progmodes/python.el
2982         (python-indent-shift-left): Use user-error instead.
2983         (python-shell-prompt-detect): Use lwarn with python group.
2984         (python-completion-complete-at-point)
2985         (python-eldoc--get-doc-at-point): Don't signal error.
2987 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2989         Support for packages in Python shell.  (Bug#13570)
2990         * progmodes/python.el (python-shell--package-depth): New var.
2991         (python-shell-package-enable): New command.
2992         (python-util-list-directories, python-util-list-files)
2993         (python-util-list-packages): New functions.
2995 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2997         Faster comint output.  (Bug#16875)
2998         * progmodes/python.el:
2999         (python-comint-output-filter-function): Make obsolete.
3000         (python-comint-postoutput-scroll-to-bottom): New function.
3001         (inferior-python-mode): Set comint-output-filter-functions to a
3002         minimum.
3004 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3006         * progmodes/python.el (python-shell-font-lock-post-command-hook):
3007         Safeguard current point and undo history.
3009 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3011         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
3012         * progmodes/python.el:
3013         (python-shell-prompt-input-regexps): Add iPython block prompt.
3014         (python-shell-output-syntax-table): Delete var.
3015         (python-shell-font-lock-with-font-lock-buffer): New macro.
3016         (python-shell-font-lock-get-or-create-buffer)
3017         (python-shell-font-lock-kill-buffer)
3018         (python-shell-font-lock-cleanup-buffer)
3019         (python-shell-font-lock-post-command-hook)
3020         (python-shell-font-lock-turn-off): New functions.
3021         (python-shell-font-lock-turn-on): New function.
3022         (inferior-python-mode): Use it.
3023         (python-shell-font-lock-toggle): New command.
3024         (python-shell-font-lock-enable): Rename from
3025         python-shell-enable-font-lock.
3026         (run-python-internal): Use it.
3027         (python-shell-font-lock-comint-output-filter-function): New function.
3028         (python-shell-comint-end-of-output-p): New function.
3029         (python-shell-output-filter): Use it.
3030         (python-util-comint-last-prompt): New function.
3031         (python-util-text-properties-replace-name): New function.
3033 2014-07-25  Glenn Morris  <rgm@gnu.org>
3035         * vc/ediff-init.el (ediff-toggle-read-only-function):
3036         * vc/ediff-util.el (ediff-toggle-read-only):
3037         Replace obsolete toggle-read-only with read-only-mode.
3039 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
3041         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
3042         with `save-match-data'.  (Bug#18095)
3044 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3046         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
3047         order to ensure that row and col are lexically bound inside the
3048         evaluated sexp.
3050 2014-07-21  Glenn Morris  <rgm@gnu.org>
3052         * progmodes/hideif.el (hide-ifdef-mode-submap):
3053         Also substitute read-only-mode.
3054         * bindings.el (mode-line-toggle-read-only):
3055         * bs.el (bs-toggle-readonly):
3056         * buff-menu.el (Buffer-menu-toggle-read-only):
3057         * dired.el (dired-toggle-read-only):
3058         * files.el (view-read-only, find-file-read-only)
3059         (find-file-read-only-other-window)
3060         (find-file-read-only-other-frame):
3061         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
3062         Doc fixes re toggle-read-only.
3064 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3066         * progmodes/python.el: Add comment about pipe buffering and
3067         solutions for missing/delayed output in inferior Python shells.
3068         (Bug#17304)
3070         * progmodes/python.el (python-mode): Don't set
3071         mode-require-final-newline.  (Bug#17990)
3073         Make python.el work with IPython automatically.  (Bug#15510)
3074         * progmodes/python.el:
3075         (python-shell-completion-setup-code): New value supporting iPython.
3076         (python-shell-completion-string-code): New value supporting iPython.
3077         (python-shell-completion-get-completions): Use them.
3078         (python-shell-completion-module-string-code): Make obsolete.
3079         (python-shell-prompt-input-regexps)
3080         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
3081         (python-shell-output-filter): Fix comment typo.
3083         Fix Python shell prompts detection for remote hosts.
3084         * progmodes/python.el (python-shell-prompt-detect):
3085         Replace call-process with process-file and make it more robust.
3087         Autodetect Python shell prompts.  (Bug#17370)
3088         * progmodes/python.el:
3089         (python-shell-interpreter-interactive-arg)
3090         (python-shell-prompt-detect-enabled)
3091         (python-shell-prompt-detect-failure-warning)
3092         (python-shell-prompt-input-regexps)
3093         (python-shell-prompt-output-regexps): New vars.
3094         (python-shell-prompt-calculated-input-regexp)
3095         (python-shell-prompt-calculated-output-regexp): New vars.
3096         (python-shell-get-process-name)
3097         (python-shell-internal-get-process-name)
3098         (python-shell-output-filter)
3099         (python-shell-completion-get-completions): Use them.
3100         (python-shell-prompt-detect)
3101         (python-shell-prompt-validate-regexps): New functions.
3102         (python-shell-prompt-set-calculated-regexps): New function.
3103         (inferior-python-mode): Use it.  Also honor overriden
3104         python-shell-interpreter and python-shell-interpreter-args.
3105         (python-shell-make-comint): Honor overriden
3106         python-shell-interpreter and python-shell-interpreter-args.
3107         (python-shell-get-or-create-process): Make it testable by allowing
3108         to call run-python non-interactively.
3109         (python-util-valid-regexp-p): New function.
3110         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
3111         (python-shell-prompt-output-regexp)
3112         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
3114 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3116         * emacs-lisp/smie.el (smie-config--guess-1): Split from
3117         smie-config--guess.
3118         (smie-config--guess): Use it.
3120         * emacs-lisp/edebug.el: Use nadvice.
3121         (edebug-original-read): Remove.
3122         (edebug--read): Rename from edebug-read and add `orig' arg.
3123         (edebug-uninstall-read-eval-functions)
3124         (edebug-install-read-eval-functions): Use nadvice.
3125         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
3126         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
3127         (edebug-read-string, edebug-read-function): Use just `read'.
3128         (edebug-original-debug-on-entry): Remove.
3129         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
3130         `orig' arg.
3131         (debug-on-entry): Override with nadvice.
3133         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
3134         it also makes sense to bind it to a non-mouse event.
3136         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
3138 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3140         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
3141         (bug#18015).
3143         * rect.el (rectangle--string-preview): Don't assume there
3144         a non-nil default (bug#17984).
3146 2014-07-16  Glenn Morris  <rgm@gnu.org>
3148         * desktop.el (after-init-hook): Disable startup frame restoration
3149         in non-graphical situations.  (Bug#17693)
3151         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
3152         if it was "empty", or used for a different set of files.  (Bug#17884)
3154 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
3156         * bindings.el (mode-line-remote): If default-directory is not a
3157         string, don't call file-remote-p on it; instead state in the
3158         help-echo that it is nil.  (Bug#17986)
3160 2014-07-14  Daniel Colascione  <dancol@dancol.org>
3162         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
3163         to `macroexpand-all'
3165         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
3166         Use `macroexpand-all' instead of `cl-macroexpand-all'.
3168 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
3170         Fix bug: C-x v v discarded existing log message (Bug#17884).
3171         * vc/vc-dispatcher.el (vc-log-edit):
3172         Don't clobber an already-existing log message.
3174 2014-07-12  Glenn Morris  <rgm@gnu.org>
3176         * vc/log-edit.el (log-edit-changelog-entries):
3177         Check for a visited-but-never-saved ChangeLog.
3179 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3181         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
3182         a non-existing file (bug#17970).
3184         * faces.el (face-name): Undo last change.
3185         (x-resolve-font-name): Don't call face-name (bug#17956).
3187 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3189         Fix dedenters and electric colon handling. (Bug#15163)
3190         * progmodes/python.el
3191         (python-rx-constituents): Add dedenter and block-ender.
3192         (python-indent-dedenters, python-indent-block-enders): Delete.
3193         (python-indent-context): Return new case for dedenter-statement.
3194         (python-indent-calculate-indentation): Handle new case.
3195         (python-indent-calculate-levels): Fix levels calculation for
3196         dedenter statements.
3197         (python-indent-post-self-insert-function): Fix colon handling.
3198         (python-info-dedenter-opening-block-message): New function.
3199         (python-indent-line): Use it.
3200         (python-info-closing-block)
3201         (python-info-closing-block-message): Remove.
3202         (python-info-dedenter-opening-block-position)
3203         (python-info-dedenter-opening-block-positions)
3204         (python-info-dedenter-statement-p): New functions.
3206 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
3208         * files.el (out-of-memory-warning-percentage): New defcustom.
3209         (warn-maybe-out-of-memory): Use it.
3211 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
3213         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
3214         when calling `read-string'.  (Bug#17839)
3216 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
3218         * files.el (warn-maybe-out-of-memory): Fix the wording of the
3219         warning.
3221 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
3223         * files.el (warn-maybe-out-of-memory): New function.
3224         (find-file-noselect): Use it.
3226 2014-07-09  Sam Steingold  <sds@gnu.org>
3228         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
3229         `constant' like `bless', `return' &c
3231 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3233         * rect.el (apply-on-rectangle): Check forward-line really moved to the
3234         next line.
3236 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
3239         the middle of a line (bug#17896).
3241 2014-07-09  Juri Linkov  <juri@jurta.org>
3243         * startup.el (command-line): Append displaying the warning about
3244         the errors in the init file to the end of `after-init-hook'.
3245         (Bug#17927)
3247         * faces.el (face-name): Return input arg `face' as-is
3248         when it's not a symbol.
3249         (x-resolve-font-name): Don't check if the face is a symbol.
3250         (Bug#17956)
3252         * facemenu.el (list-colors-print): In help-echo format use %.2f
3253         instead of %d because now HSV values are floating-point components
3254         between 0.0 and 1.0.
3256 2014-07-09  Glenn Morris  <rgm@gnu.org>
3258         * emulation/cua-rect.el (cua--activate-rectangle):
3259         Avoid setting cua--rectangle to nil.  (Bug#17877)
3261 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
3263         * calendar/todo-mode.el: Fix wrong-type-argument error when
3264         marking multiple consecutive items.
3265         (todo-toggle-mark-item): Don't try to mark the empty lines at the
3266         end of the todo and done items sections.  Note in doc string that
3267         items marked by passing a numeric prefix argument can include the
3268         last todo and first done items.
3269         (todo-mark-category): Don't try to mark the empty line between the
3270         todo and done items sections.
3272 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
3275         proper Lisp quoting (bug#17934).
3277         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
3278         require-final-newline since prog-mode already took care of it (bug#17947).
3280 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
3282         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
3283         refer to the Todo mode Info manual.  Update the comment on
3284         requiring cl-lib.
3285         (todo-find-filtered-items-file): Add todo-prefix overlays.
3286         (todo-filter-items): Reorder a let-bound variable to avoid a
3287         wrong-type-argument error on canceling the file choice dialog.
3289 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3291         * progmodes/octave.el (inferior-octave-mode):
3292         Set comint-input-ring-size to a number (bug#17912).
3294 2014-07-09  Juri Linkov  <juri@jurta.org>
3296         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
3297         and `isearch-mode' associated with nil.  (Bug#17849)
3299 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3301         * linum.el (linum--face-height): New function (bug#17813).
3302         (linum-update-window): Use it to adjust margin to linum's width.
3304         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
3305         * eshell/em-smart.el (eshell-smart-scroll-window):
3306         Use with-selected-window.
3308         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
3309         Remove also pointless window&mark manipulation.
3311         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
3312         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
3313         (perl-continuation-line-p): Don't skip over anything else than labels.
3314         Return the previous char.
3315         (perl-calculate-indent): Use syntax-ppss instead of parse-start
3316         and update callers accordingly.  For continuation lines, check the
3317         the case of array hashes.
3318         (perl-backward-to-noncomment): Make it non-interactive.
3319         (perl-backward-to-start-of-continued-exp): Rewrite.
3321 2014-07-08  Sam Steingold  <sds@gnu.org>
3323         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
3324         New user commands.
3326 2014-07-08  Juri Linkov  <juri@jurta.org>
3328         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
3329         (vc-annotate-color-map): Use less saturated colors (20%) for
3330         background-mode.
3331         (vc-annotate-very-old-color): Add default value for background-mode.
3332         (vc-annotate-background): Set default value to nil since now text on
3333         the default backgrounds should be legible in light and dark modes.
3334         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
3335         (Bug#17808)
3337 2014-07-08  Juri Linkov  <juri@jurta.org>
3339         * simple.el (transpose-chars): Don't move point into read-only area.
3340         (Bug#17829)
3342 2014-07-08  Juri Linkov  <juri@jurta.org>
3344         * window.el (with-displayed-buffer-window): New macro.
3345         (with-temp-buffer-window, with-current-buffer-window):
3346         Use `macroexp-let2' to evaluate and bind variables
3347         in the same order as macro arguments.
3348         (display-buffer--action-function-custom-type):
3349         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
3351         * minibuffer.el (minibuffer-completion-help): Replace
3352         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
3353         with actions that display *Completions* at-bottom when called
3354         from the minibuffer, or below-selected in a normal buffer.
3355         Associate `window-height' with `fit-window-to-buffer'.
3356         Let-bind `pop-up-windows' to nil.
3358         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
3359         instead of `with-current-buffer-window'.  (Bug#17809)
3361 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
3363         * progmodes/hideif.el (hide-ifdef-env): Change to global.
3364         (hide-ifdef-env-backup): New variable.
3365         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
3366         New customizable variables.
3367         (hif-clear-all-ifdef-defined): New defun.
3368         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
3369         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
3370         (hif-tokenize): Fix for MS-DOS/Win EOL style.
3371         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
3372         Fix bug to hide the correct #elif region(s).
3373         (hif-range-elif): New defun.
3374         (hif-recurse-level): New var.
3375         (hif-evaluate-region, hif-evaluate-macro): New defun.
3376         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
3377         fully hidden.
3378         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
3379         Better interaction.
3381 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
3383         * net/dbus.el (dbus-peer-handler): New defun.
3384         (dbus-register-service): Register it.  (Bug#17858)
3385         (dbus-managed-objects-handler): Fix docstring.
3387 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>
3389         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
3390         (narrow-to-defun): New arg include-comments, defaulting to it
3391         (bug#16328).
3393 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
3396         different calling convention to rectangle--unhighlight-for-redisplay.
3398 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
3400         * net/tramp.el (tramp-call-process): Handle error strings.
3402         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
3404         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
3405         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
3407         * net/trampver.el: Update release number.
3409 2014-07-03  Juri Linkov  <juri@jurta.org>
3411         * desktop.el (desktop-save): Rename arg `auto-save' to
3412         `only-if-changed'.  Doc fix.  (Bug#17873)
3414 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3416         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3417         Use insert-for-yank (bug#17271).
3419 2014-07-03  Leo Liu  <sdl.web@gmail.com>
3421         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
3422         Support lexical-binding.
3424 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3426         * vc/log-edit.el (log-edit-goto-eoh): New function.
3427         (log-edit--match-first-line): Use it (bug#17861).
3429 2014-07-03  Glenn Morris  <rgm@gnu.org>
3431         * vc/log-edit.el (log-edit-hook): Add missing :version.
3433 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3435         * progmodes/python.el (python-indent-post-self-insert-function):
3436         Enhancements to electric indentation behavior inside
3437         parens. (Bug#17658)
3439 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
3442         buffer-invisibility-spec (bug#17867).
3444 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
3446         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
3447         pass "-a".
3449 2014-07-03  Glenn Morris  <rgm@gnu.org>
3451         * cus-edit.el (help):
3452         * finder.el (finder-known-keywords):
3453         * help.el (help-for-help-internal):
3454         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
3455         (ediff-redraw-registry-buffer):
3456         * vc/ediff-ptch.el (ediff-patch-file-internal):
3457         Doc fixes re "online" help.  (Bug#17803)
3459         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
3460         (idlwave-mode): Doc URL update.
3462 2014-07-01  Juri Linkov  <juri@jurta.org>
3464         * man.el: Display man pages immediately and use process-filter
3465         to format them asynchronously.
3466         (Man-width): Doc fix.
3467         (man): Doc fix.
3468         (Man-start-calling): Use `with-selected-window' to get
3469         `frame-width' and `window-width'.
3470         (Man-getpage-in-background): Call `Man-notify-when-ready'
3471         immediately after creating a new buffer.  Call `Man-mode' and set
3472         `mode-line-process' in the created buffer.  Set process-filter to
3473         `Man-bgproc-filter' in start-process branch.  In call-process branch
3474         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
3475         Use `Man-start-calling' inside `with-current-buffer'.
3476         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
3477         (Man-cleanup-manpage): Don't print messages.
3478         (Man-bgproc-filter): New function.
3479         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
3480         user moved it during asynchronous formatting.  Move calls of
3481         `Man-fontify-manpage' and `Man-cleanup-manpage' to
3482         `Man-bgproc-filter'.  Move the call of `Man-mode' to
3483         `Man-getpage-in-background'.  Use `quit-restore-window'
3484         instead of `kill-buffer'.  Use `message' instead of `error'
3485         because errors are caught by process sentinel.
3486         (Man-mode): Move calls of `Man-build-page-list',
3487         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
3488         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
3490         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
3491         for the message about the man page cleaned up.
3493 2014-07-01  Mario Lang  <mlang@delysid.org>
3495         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
3496         cosutomization option `gnutls-verify-error'.
3498 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
3501         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
3503         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
3504         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
3505         is suspended (bug#17857).
3507 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
3509         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3510         Prefer utf-8 coding.  (Bug#17859)
3512 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3514         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
3515         for `reverse'.
3517 2014-06-30  Glenn Morris  <rgm@gnu.org>
3519         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
3520         (autoload-ensure-default-file): Maybe make existing output writable.
3521         * Makefile.in (AUTOGEN_VCS): Remove.
3522         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
3524 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3526         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
3528 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3530         New if-let, when-let, thread-first and thread-last macros.
3532         * emacs-lisp/subr-x.el
3533         (internal--listify, internal--check-binding)
3534         (internal--build-binding-value-form, internal--build-binding)
3535         (internal--build-bindings): New functions.
3536         (internal--thread-argument, thread-first, thread-last)
3537         (if-let, when-let): New macros.
3539 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
3541         * net/rcirc.el (rcirc-buffer-process): Restore previous
3542         behaviour.  (Bug#17772)
3544 2014-06-29  Alan Mackenzie  <acm@muc.de>
3546         Don't call c-parse-state when c++-template-syntax-table is active.
3547         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
3548         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
3549         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
3551 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
3553         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
3554         account for file-wide setting of todo-top-priorities-overrides.
3555         Make code a bit cleaner.
3557 2014-06-28  Glenn Morris  <rgm@gnu.org>
3559         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
3561 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
3563         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
3564         category-wide setting of todo-top-priorities-overrides, check for
3565         a file-wide setting and fontify accordingly.
3567 2014-06-28  Glenn Morris  <rgm@gnu.org>
3569         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
3571 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3573         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
3575 2014-06-28  K. Handa  <handa@gnu.org>
3577         Fix Bug#17739.
3579         * composite.el: Setup composition-function-table for dotted circle.
3580         (compose-gstring-for-dotted-circle): New function.
3582         * international/characters.el: Add category "^" to all
3583         non-spacing characters.
3585 2014-06-28  Glenn Morris  <rgm@gnu.org>
3587         * Makefile.in (doit): Remove force rule.
3588         (custom-deps, finder-data, autoloads, update-subdirs)
3589         (compile-one-process): PHONY targets do not need force rules.
3591         * Makefile.in (compile-main, compile, compile-always):
3592         No need to explicitly pass variables to ourself in recursive calls.
3594 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3596         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
3598 2014-06-26  Glenn Morris  <rgm@gnu.org>
3600         * Makefile.in (update-authors): Update for moved authors.el.
3602 2014-06-26  Leo Liu  <sdl.web@gmail.com>
3604         * skeleton.el (skeleton-end-hook): Default to nil and move the
3605         work to skeleton-insert.  (Bug#17850)
3607 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
3609         * calc/calc-alg.el (math-beforep):
3610         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
3611         Simplify because string-lessp can accept symbols as args.
3613 2014-06-26  Daiki Ueno  <ueno@gnu.org>
3615         * emacs-lisp/package.el (package--check-signature):
3616         If package-check-signature is allow-unsigned, don't signal error when
3617         we can't verify signature because of missing public key
3618         (bug#17625).
3620 2014-06-26  Glenn Morris  <rgm@gnu.org>
3622         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
3623         Remove outdated declaration.
3625         * emacs-lisp/authors.el (authors-valid-file-names)
3626         (authors-renamed-files-alist): Additions.
3628 2014-06-26  Leo Liu  <sdl.web@gmail.com>
3630         * textmodes/picture.el (picture-set-tab-stops):
3631         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
3632         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
3634         * progmodes/asm-mode.el (asm-calculate-indentation):
3635         Use indent-next-tab-stop.
3637         * indent.el (indent-accumulate-tab-stops): New function.
3639 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3641         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
3642         (package-desc-status): Obey it.
3644 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
3646         * calendar/todo-mode.el: Fix two bugs.
3647         (todo-insert-item--basic): If user cancels item insertion to
3648         another category before setting priority, show original category
3649         whether it is in the same or a different file.
3650         (todo-set-item-priority): After selecting category, instead of
3651         moving point to top, which extends an active region, restore it.
3653 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * help-fns.el (describe-function-1): Check file-name is a string before
3656         calling help-fns--autoloaded-p (bug#17564).
3658 2014-06-26  Juri Linkov  <juri@jurta.org>
3660         * desktop.el (desktop-auto-save-enable)
3661         (desktop-auto-save-disable): New functions.
3662         (desktop-save-mode, desktop-auto-save-timeout): Use them.
3663         (desktop-read): Disable the autosave before loading the desktop,
3664         and enable afterwards.  (Bug#17351)
3666 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3668         Fix some indentation problem with \; and pipes (bug#17842).
3669         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
3670         (sh-smie--default-forward-token, sh-smie--default-backward-token):
3671         New functions.
3672         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
3673         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
3674         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
3676 2014-06-26  Glenn Morris  <rgm@gnu.org>
3678         * emacs-lisp/find-func.el (find-function-C-source-directory):
3679         Use file-accessible-directory-p.
3681         * ps-samp.el: Make it slightly less awful.
3682         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
3683         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
3684         Only set local values.
3685         (ps-article-subject, ps-article-author): Use standard functions
3686         like mail-fetch-field.
3687         (ps-info-file, ps-info-node): Use match-string.
3688         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
3689         (ps-samp-ps-setup): ... new function.
3691         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
3692         Optimize away code unneeded on any modern Emacs.
3694         * emacs-lisp/authors.el: Move to ../admin.
3696         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
3698 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
3700         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
3701         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
3702         performance enhancements.
3703         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
3704         expansion.
3705         (hif-factor, hif-string-concatenation, intern-safe): Support string
3706         concatenation and argumented macro expansion.
3707         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
3708         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
3709         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
3710         (hif-canonicalize-tokens, hif-place-macro-invocation)
3711         (hif-parse-macro-arglist): Mostly new functions for supporting
3712         argumented macro expansion.
3713         (hif-string-concatenation, hif-stringify, hif-token-concat)
3714         (hif-token-stringification, hif-token-concatenation):
3715         Stringification and concatenation.
3716         (hif-find-next-relevant): Fix comments.
3717         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
3718         some cases involving #elif.
3719         (hif-find-define, hif-add-new-defines): New functions for automatically
3720         scanning of defined symbols.
3721         (hide-ifdef-guts): Fix for defined symbol auto scanning.
3722         (hide-ifdef-undef): Fix behavior to match CPP.
3724 2014-06-25  Glenn Morris  <rgm@gnu.org>
3726         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
3727         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3728         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
3729         files.  They are not relevant to the original issue (bug#1004),
3730         and cause unnecessary recompilation (bug#2151).
3732 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * play/landmark.el: Use lexical-binding and avoid `intangible'.
3735         (landmark--last-pos): New var.
3736         (landmark--intangible-chars): New const.
3737         (landmark--intangible): New function.
3738         (landmark-mode, landmark-move): Use it.
3739         (landmark-mode): Remove properties.
3740         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
3741         (landmark-cross-qtuple):
3742         Don't worry about `intangible' any more.
3743         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
3744         (landmark-init-display): Don't set `intangible' and `point-entered'.
3745         (square): Remove.  Inline it instead.
3746         (landmark--distance): Rename from `distance'.
3747         (landmark-calc-distance-of-robot-from): Rename from
3748         calc-distance-of-robot-from.
3749         (landmark-calc-smell-internal): Rename from calc-smell-internal.
3751 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
3753         * files.el (dir-locals-find-file, file-relative-name):
3754         * info.el (Info-complete-menu-item):
3755         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
3756         to compare-strings to avoid out-of-range errors.
3757         * subr.el (string-prefix-p): Adjust to match strict range
3758         checking in compare-strings.
3760 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
3762         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
3763         for comment lines non-greedy and stopping at newlines to fix stack
3764         overflows with large files.
3766 2014-06-24  Eli Barzilay  <eli@barzilay.org>
3768         * calculator.el (calculator-last-input): Drop 'ascii-character property
3769         lookup.
3771 2014-06-24  Leo Liu  <sdl.web@gmail.com>
3773         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
3774         tab-stop-list to nil.  (Bug#16381)
3776         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
3777         (indent-rigidly-left-to-tab-stop)
3778         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
3779         (move-to-tab-stop): Change callers.
3781 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
3783         * skeleton.el (skeleton-insert): Yet another fix of the doc string
3784         wrt behavior of \n as the first/last element of a skeleton.
3786 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
3788         * net/tramp-adb.el (tramp-adb-handle-process-file):
3789         * net/tramp-sh.el (tramp-sh-handle-process-file):
3790         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
3791         the output buffer when DISPLAY is non-nil.  (Bug#17815)
3793 2014-06-24  Glenn Morris  <rgm@gnu.org>
3795         * play/landmark.el (landmark-move-down, landmark-move-up):
3796         Fix 2007-10-20 change - preserve horizontal position.
3798 2014-06-23  Sam Steingold  <sds@gnu.org>
3800         * simple.el (kill-append): Remove undo boundary depending on ...
3801         (kill-append-merge-undo): New user option.
3803 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3805         * simple.el (handle-shift-selection, exchange-point-and-mark)
3806         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
3807         (transient-mark-mode): Use&set the global value.
3808         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
3809         * emulation/edt.el (edt-emulation-off): Save&restore the global
3810         transient-mark-mode setting.
3811         * obsolete/pc-select.el (pc-selection-mode): Use the
3812         transient-mark-mode function.
3814 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
3816         * international/fontset.el (script-representative-chars):
3817         Add representative characters for scripts added in Unicode 7.0.
3818         (otf-script-alist): Synchronize with the latest registry of OTF
3819         script tags.
3821         * international/characters.el (char-script-table): Update for
3822         scripts added and codepoint ranges changed in Unicode 7.0.
3824 2014-06-23  Eli Barzilay  <eli@barzilay.org>
3826         * calculator.el (calculator-standard-displayer): Fix bug in use of
3827         `calculator-groupize-number'.
3828         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
3829         `eval' code, so it works in v24.3.1 too.
3830         (calculator-last-input): Comment to clarify purpose.
3832 2014-06-22  Mario Lang  <mlang@delysid.org>
3834         * textmodes/rst.el (rst-comment-region): From from -> from.
3836         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
3838 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
3840         * electric.el (electric-layout-post-self-insert-function):
3841         * emacs-lisp/ert.el (ert--insert-infos):
3842         * obsolete/vi.el (vi-set-mark):
3843         * term.el (term-handle-scroll):
3844         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
3845         * wid-edit.el (widget-editable-list-value-create):
3846         Prefer point-marker to copy-marker of point.
3848 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3850         Fix completion retrieval parsing (bug#17209).
3851         * progmodes/python.el (python-mode):
3852         (python-util-strip-string): New function.
3853         (python-shell-completion-get-completions): Use it.
3855 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
3857         * skeleton.el (skeleton-insert): Fix last change.
3859 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3861         Enhancements for outline integration (bug#17796).
3862         * progmodes/python.el (python-mode): Properly set
3863         outline-heading-end-regexp so that comments after colons for
3864         defuns are supported.
3866 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
3868         * skeleton.el (skeleton-insert): Doc fix.
3870 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3872         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
3873         (smie-config-guess): Use smie-config-local so the rules are obeyed
3874         (bug#17818).
3876         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
3877         since it's already done inside the loop (bug#17819).
3879 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
3881         * mouse.el (mouse-drag-line): Re-remove code initially removed
3882         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
3883         (Bug#17819).
3885 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3887         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
3888         align with the surrounding parent (bug#17721).
3890 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
3892         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
3893         locally to nil.
3894         (texinfo-insert-block, texinfo-insert-@end)
3895         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
3896         local setting of skeleton-end-newline by adding an explicit \n to
3897         the skeletons where appropriate.  (Bug#17801)
3899 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3901         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
3902         (smie-indent--hanging-p): Use it.
3903         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
3905 2014-06-21  Leo Liu  <sdl.web@gmail.com>
3907         * simple.el (read-quoted-char): Don't let help chars pop up help
3908         buffer.  (Bug#16617)
3910 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3912         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
3913         for | (bug#17621).
3915         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
3916         Drop unknown events instead of burping.
3918 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
3920         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
3921         and later.  (Bug#17790)
3923 2014-06-21  Juri Linkov  <juri@jurta.org>
3925         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
3926         to `soft'.  (Bug#17554)
3928 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3930         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
3931         (bug#17737).
3933 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
3935         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
3936         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
3938 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
3940         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
3941         `unread-command-events'.
3943 2014-06-19  William Xu  <william.xwl@gmail.com>
3945         * progmodes/hideif.el (hif-string-to-number): Don't return float for
3946         hex integer constants (bug#17807).
3948 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3950         * international/mule-util.el (truncate-string-ellipsis): New var.
3951         (truncate-string-to-width): Use it.
3953 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
3955         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
3956         (lisp-string-in-doc-position-p): New function, extracted from
3957         lisp-font-lock-syntactic-face-function.
3958         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
3960 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
3962         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
3964 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3966         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
3967         (bubbles--game-over): Don't add `intangible' properties since they
3968         didn't work anyway.
3970 2014-06-18  Juri Linkov  <juri@jurta.org>
3972         * vc/ediff-init.el (ediff-current-diff-Ancestor)
3973         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3974         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3975         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3976         Add `min-colors 88' version with removed black/white foregrounds.
3977         (Bug#10181)
3979 2014-06-18  Juri Linkov  <juri@jurta.org>
3981         * vc/diff-mode.el (diff-changed): Empty face definition to use
3982         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
3983         (diff-context): Use darker color on light background and
3984         lighter color on dark background.
3986 2014-06-18  Juri Linkov  <juri@jurta.org>
3988         * vc/diff-mode.el (diff-refine-changed): Rename from
3989         `diff-refine-change' for consistency with `diff-changed'.
3990         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
3992         * vc/smerge-mode.el (smerge-refined-changed): Rename from
3993         `smerge-refined-change'.
3994         (smerge-refined-change): Add obsolete face alias.
3996 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * rect.el (rectangle-preview): New custom.
3999         (rectangle): New group.
4000         (rectangle--pos-cols): Add `window' argument.
4001         (rectangle--string-preview-state, rectangle--string-preview-window):
4002         New vars.
4003         (rectangle--string-flush-preview, rectangle--string-erase-preview)
4004         (rectangle--space-to, rectangle--string-preview): New functions.
4005         (string-rectangle): Use them.
4006         (rectangle--inhibit-region-highlight): New var.
4007         (rectangle--highlight-for-redisplay): Obey it.  Make sure
4008         `apply-on-region' uses the point-crutches of the right window.
4009         Use :align-to rather than multiple spaces.
4011 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
4013         * ruler-mode.el (ruler-mode-window-col)
4014         (ruler-mode-mouse-set-left-margin)
4015         (ruler-mode-mouse-set-right-margin): Fix calculation of column
4016         from mouse position (Bug#17768).
4018 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
4020         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
4021         without varname or rhs causes crash.
4022         (dun-ftp): Fix bug where blank ftp password is allowed, making it
4023         impossible to win endgame.
4024         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
4025         rlogin is anymore.
4026         (dun-help): Bump version number; update contact info.
4028 2014-06-15  Eli Barzilay  <eli@barzilay.org>
4030         * calculator.el (calculator-prompt, calculator-remove-zeros)
4031         (calculator-mode-hook, calculator-operators, calculator-stack)
4032         (calculator-mode): Tweak docstring.
4033         (calculator-user-operators): Tweak docstring, fix a bug in the last
4034         example.
4035         (calculator-displayer): `std' case has an optional boolean.
4036         (calculator-displayers): Use the new boolean to group in decimal mode.
4037         (calculator-mode-map, calculator, calculator-message)
4038         (calculator-op-arity, calculator-add-operators)
4039         (calculator-string-to-number, calculator-displayer-prev)
4040         (calculator-displayer-next, calculator-remove-zeros)
4041         (calculator-eng-display, calculator-number-to-string)
4042         (calculator-update-display, calculator-last-input)
4043         (calculator-clear-fragile, calculator-digit, calculator-decimal)
4044         (calculator-exp, calculator-saved-move, calculator-clear)
4045         (calculator-copy, calculator-put-value, calculator-help)
4046         (calculator-expt, calculator-truncate): Minor code improvements.
4047         (calculator-need-3-lines): New function pulling out code from
4048         `calculator'.
4049         (calculator-get-display): Rename from `calculator-get-prompt', and
4050         improved.
4051         (calculator-push-curnum): Rename from `calculator-curnum-value', and
4052         extended for all uses of it.  All callers changed.
4053         (calculator-groupize-number): New utility for splitting a number into
4054         groups.
4055         (calculator-standard-displayer): Improve code, new optional argument to
4056         use comma-split groups, make second argument optional too to use with
4057         'left/'right inputs.  All callers changed.
4058         (calculator-reduce-stack-once): New utility, doing the meat of what
4059         `calculator-reduce-stack' used to do, much improved (mostly using
4060         `pcase' for conciseness and clarity).
4061         (calculator-reduce-stack): Now doing just the reduction loop using
4062         `calculator-reduce-stack-once'.
4063         (calculator-funcall): Improve code, make it work in v24.3.1 too.
4064         (calculator-last-input): Improve code, remove some old cruft.
4065         (calculator-quit): Kill `calculator-buffer' in electric mode too.
4066         (calculator-integer-p): Remove.
4067         (calculator-fact): Improve code, make it work on non-integer values
4068         too (using truncated numbers).
4070 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
4072         Sync with Tramp 2.2.10.
4074         * net/tramp.el (tramp-methods): Tweak docstring.
4075         (tramp-handle-file-accessible-directory-p): Check for
4076         `file-readable-p' instead of `file-executable-p'.
4077         (tramp-check-cached-permissions):
4078         Use `tramp-compat-file-attributes'.
4079         (tramp-call-process): Add new argument VEC.  Adapt callees in all
4080         tramp*.el files.
4082         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
4083         (tramp-adb-maybe-open-connection): Don't set
4084         `tramp-current-*' variables.
4086         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
4087         file properties of temporary buffers.
4089         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
4091         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
4092         (tramp-gvfs-handle-delete-file): Flush file
4093         properties, not directory properties.
4094         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
4095         reading "unix::mode".
4096         (tramp-gvfs-handle-file-name-all-completions):
4097         Use "-h" option for "gvfs-ls".
4098         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
4099         (tramp-gvfs-send-command): Simplify traces.
4101         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
4102         (vc-git-program, vc-hg-program): Declare.
4103         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
4104         (tramp-methods) <nc>: Add new method.
4105         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
4106         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
4107         `tramp-login-args'.
4108         (tramp-default-user-alist): Add "nc".
4109         (top): Remove completion function for "sftp".  Add completion
4110         functions for "nc" and "psftp".
4111         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
4112         Implement support for "nc" method.
4113         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
4114         (tramp-remote-coding-commands, tramp-call-local-coding-command):
4115         Tweak docstring.
4116         (tramp-sh-handle-write-region): Tweak error message.
4117         (tramp-sh-handle-vc-registered): Remove backends when the remote
4118         binary does not exist.
4119         (tramp-find-inline-encoding): Do not raise an error.
4120         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
4121         the "nc" case.  Quote result also locally.
4123         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4124         (tramp-smb-handle-set-file-acl): Use `start-process'.
4125         (tramp-smb-handle-insert-directory): Use progress reporter.
4126         (tramp-smb-handle-rename-file): Flush also file properties of
4127         FILENAME.
4129         * net/trampver.el: Update release number.
4131 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4133         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
4134         add-to-list.
4135         (ses-localvars): Remove ses--local-printer-list, unused.
4136         (ses--metaprogramming): New macro.  Use it to defvar variables.
4137         (ses-set-localvars): Simplify.
4138         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
4139         property-list into an alist.
4140         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4141         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
4142         Remove; use defstruct accessors/setters instead.
4143         (ses-cell-formula-aset, ses-cell-printer-aset)
4144         (ses-cell-references-aset): Remove, use setf instead.
4145         (ses--alist-get): New function.
4146         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
4147         Use an alist instead of a plist and don't do move-to-front since the
4148         list is always short.
4149         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
4150         (ses-cell-property-set-fun, ses-cell-property-set)
4151         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
4152         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
4153         (ses--letref): New macro.
4154         (ses-cell-property-pop): Rewrite.
4155         (ses--cell): Rename from ses-cell and make it into a function.
4156         Make `formula' fallback on `value' if nil.
4157         (ses--local-printer): Rename from ses-local-printer and make it into
4158         a function.
4159         (ses-set-cell): Turn it into a macro so finding the accessor from the
4160         field name is done at compile time.
4161         (ses-repair-cell-reference-all): Test presence of `sym' rather than
4162         `ref' before adding `sym' to :ses-repair-reference.
4163         (ses-calculate-cell): Use ses--letref rather than
4164         ses-cell-property-get-handle.
4165         (ses-write-cells): Use a single prin1-to-string.
4166         (ses-setter-with-undo): New function.
4167         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
4168         (ses-unset-with-undo): Remove.
4169         (ses-load): Prefer apply' over `eval'.
4170         (ses-read-printer, ses-set-column-width): Use standard "(default
4171         foo)" format.
4173 2014-06-15  Glenn Morris  <rgm@gnu.org>
4175         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
4177         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
4178         Replace delete-duplicates and mapcan by cl- versions throughout.
4179         And cl-macroexpand-all by macroexpand-all.
4180         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
4182 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
4184         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
4186 2014-06-15  Juri Linkov  <juri@jurta.org>
4188         * bindings.el: Put `ascii-character' property on keypad keys
4189         mapped to characters.  (Bug#17759)
4191 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4193         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
4194         bumping forward into a closing paren (bug#17761).
4196         * term/xterm.el (xterm--version-handler): Work around for OSX
4197         Terminal.app (bug#17607).
4199 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
4201         * play/dunnet.el (dun-describe-room, dun-mode):
4202         If a lamp is in the room, you won't be eaten by a grue.
4204 2014-06-13  Glenn Morris  <rgm@gnu.org>
4206         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
4207         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
4208         (compile-always): GNU make automatically passes
4209         command-line arguments to sub-makes.
4211         * calendar/calendar.el (calendar-generate-window):
4212         Remove pointless call to font-lock-fontify-buffer.
4214 2014-06-13  Matthias Meulien  <orontee@gmail.com>
4216         * simple.el (completion-list-mode-map): Navigate with tab and backtab
4217         (bug#17767).
4219 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4221         * simple.el (set-mark-command): Simplify a bit.
4223 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4225         * help.el (help--key-binding-keymap): New function.
4226         (help--binding-locus): New function.
4227         (describe-key): Mention the keymap in which the binding was
4228         found. (bug#13948)
4230 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * hippie-exp.el (he--all-buffers): New function.
4233         (try-expand-line-all-buffers, try-expand-list-all-buffers)
4234         (try-expand-dabbrev-all-buffers): Use it.
4236 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
4238         * hippie-exp.el (try-expand-line-all-buffers)
4239         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
4240         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
4241         original buffer, in case they're buffer-local.
4243 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4245         * ses.el (ses-initial-global-parameters-re): New defconst, a
4246         specific regexp is needed now that ses.el can handle both
4247         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
4248         local printers.
4249         (ses-localvars): Add local variables needed for local printer handling.
4250         (ses-set-localvars): Handle hashmap initialisation.
4251         (ses-paramlines-plist): Add param-line for number of local printers.
4252         (ses-paramfmt-plist): New defconst, needed for code factorization
4253         between functions `ses-set-parameter' and
4254         `ses-file-format-extend-paramter-list'
4255         (ses-make-local-printer-info): New defsubst.
4256         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4257         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
4258         (ses-cell-printer-aset): New defmacro.
4259         (ses-local-printer-compile): New defun.
4260         (ses-local-printer): New defmacro.
4261         (ses-printer-validate, ses-call-printer): Add support for local
4262         printer functions.
4263         (ses-file-format-extend-paramter-list): New defun.
4264         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
4265         factorization.
4266         (ses-load): Add support for local printer functions.
4267         (ses-read-printer): Update docstring and add support for local printer
4268         functions.
4269         (ses-refresh-local-printer, ses-define-local-printer): New defun.
4270         (ses-safe-printer): Add support for local printer functions.
4272 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
4274         * ffap.el (ffap-lax-url): New var (bug#17723).
4275         (ffap-url-at-point): Use it.
4276         (ffap-file-at-point): Avoid returning just "/".
4278 2014-06-12  Matthias Meulien  <orontee@gmail.com>
4280         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
4281         (python-mode-map): Bind it.
4283         * progmodes/python.el (class skeleton): Don't erase last char of class
4284         name (bug#17683).
4286 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4288         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
4290 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
4292         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
4293         (bug#17745).
4295 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         * international/mule-cmds.el: Use lexical-binding.
4298         (ucs-names): Simplify.
4300 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
4302         * progmodes/python.el (run-python): Use read-shell-command.
4304 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4306         * rect.el: Make it possible to move bounds past EOL or into TABs.
4307         (operate-on-rectangle): Use apply-on-rectangle.
4308         (rectangle--mark-crutches): New var.
4309         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
4310         (rectangle--crutches, rectangle--reset-crutches): New functions.
4311         (apply-on-rectangle): Obey crutches.  Avoid setq.
4312         Fix missing final iteration if end is at EOB&BOL.
4313         (rectangle-mark-mode-map): Add remap bindings for
4314         exchange-point-and-mark and char/line movements.
4315         (rectangle--*-char): New function.
4316         (rectangle-exchange-point-and-mark, rectangle-right-char)
4317         (rectangle-left-char, rectangle-forward-char)
4318         (rectangle-backward-char, rectangle-next-line)
4319         (rectangle-previous-line): New commands.
4320         (rectangle--place-cursor): New function.
4321         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
4323 2014-06-08  Glenn Morris  <rgm@gnu.org>
4325         * startup.el (initial-buffer-choice): Doc fix.
4326         Reset :version (adding an option does not merit a :version bump).
4328         * bookmark.el (bookmark-load):
4329         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
4331 2014-06-08  Juri Linkov  <juri@jurta.org>
4333         * desktop.el: Activate auto-saving on window configuration changes.
4334         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
4335         `desktop-auto-save-set-timer' to/from
4336         `window-configuration-change-hook'.
4337         (desktop-auto-save-set-timer): Change REPEAT arg of
4338         `run-with-idle-timer' from t to nil.
4339         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
4341 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
4343         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
4344         vc-hg-command (bug#17570).
4346 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4348         * international/mule-cmds.el (ucs-names): Add special entry for BEL
4349         (bug#17702).
4351 2014-06-08  Glenn Morris  <rgm@gnu.org>
4353         * startup.el (window-setup-hook): Doc fix.
4355         * emacs-lisp/package.el (package-check-signature)
4356         (package-unsigned-archives): Doc fixes.
4358 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
4360         * window.el (display-buffer-use-some-window): Don't make window
4361         used smaller than it was before (Bug#17671).
4363 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
4365         * menu-bar.el (menu-bar-open): Fix last change: use the PC
4366         'redisplay' instead of '(sit-for 0)'.
4368 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
4370         * net/tramp.el (tramp-ssh-controlmaster-options):
4371         Improve search regexp.  (Bug#17653)
4373 2014-06-08  Glenn Morris  <rgm@gnu.org>
4375         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
4377 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
4379         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
4381 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
4383         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
4384         (bug#17586).
4386         * vc/vc-hg.el (vc-hg-log-graph): New var.
4387         (vc-hg-print-log): Use it.
4388         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
4389         graph output (bug#17515).
4391 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * mouse.el (mouse-posn-property): Ignore buffer position info when the
4394         even happened elsewhere.
4396 2014-06-06  Mario Lang  <mlang@delysid.org>
4398         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
4399         `recenter' if `current-buffer' is equal to `window-buffer'.
4401 2014-06-05  Leo Liu  <sdl.web@gmail.com>
4403         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
4405 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
4407         * textmodes/tildify.el (tildify-foreach-region-outside-env):
4408         New function which calls a callback on portions of the buffer that are
4409         outside of ignored environments.
4410         (tildify-build-regexp): Remove function since it is now
4411         incorporated in `tildify-foreach-region-outside-env' where it is
4412         optimized and simplified by the use of `mapconcat'.
4413         (tildify-tildify): Return number of substitutions made so that…
4414         (tildify-count): …can be removed.
4415         (tildify-find-env): Accept a new PAIRS argument which was
4416         previously looked up in `tildify-ignored-environments-alist' each
4417         time the function was called.  With this change, the lookup is
4418         performed only once in `tildify-foreach-region-outside-env'.
4419         (tildify-region): Greatly simplify the function since now most of
4420         the work is done by `tildify-foreach-region-outside-env'.
4421         (tildify-mode-alist): Simplify slightly by avoiding if and setq
4422         and instead using or.
4424         * textmodes/tildify.el (tildify-ignored-environments-alist):
4425         Optimize environments regexes
4427         Each time beginning of an environment to ignore is found,
4428         `tildify-find-env' needs to identify regexp for the ending
4429         of the environment.  This is done by trying all the opening
4430         regexes on matched text in a loop, so to speed that up, this
4431         loop should have fewer things to match, which can be done by
4432         using alternatives in the opening regexes.
4434         Coincidentally, this should make matching of the opening
4435         regexp faster as well thanks to the use of `regexp-opt' and
4436         having common prefix pulled from many regexes.
4438         * textmodes/tildify.el (tildify-string-alist)
4439         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
4440         of supported modes since `xml-mode' is no longer a thing but just
4441         an alias to the former.  Also include comments and insides of tags
4442         in `tildify-ignored-environments-alist' for XML modes.  Finally,
4443         since XML does not define “&nbsp;”[1], use a numeric reference for
4444         a no-break space (namely “&#160;”)
4446         [1] XML specification defines only a handful of predefined entities.
4447             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
4448             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
4449             >, &, ' and " respectively).  This is in contrast to HTML and even
4450             XHTML which defined a whole bunch of entities including “&nbsp;”.
4452         * textmodes/tildify.el (tildify-pattern-alist)
4453         (tildify-string-alist, tildify-ignored-environments-alist):
4454         Improve defcustom's types by adding more tags explaining what each
4455         value means and replace “sexp” used in
4456         `tildify-ignored-environments-alist' with a full type declaration.
4458         * textmodes/tildify.el (tildify-find-env): Fix matched group
4459         indexes in end-regex building
4461         When looking for a start of an ignore-environment, the regex is built
4462         by concatenating regexes of all the environments configured in
4463         `tildify-ignored-environments-alist'.  So for example, the following
4464         list could be used to match TeX's \verb and \verb* commands:
4466             (("\\\\verb\\(.\\)" . (1))
4467              ("\\\\verb\\*\\(.\\)" . (1)))
4469         This would result in the following regex being used to find the start
4470         of any of the variants of the \verb command:
4472             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
4474         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
4475         won't match anything, and thus (match-string 1) will be nil, which
4476         will cause building of the end-matching regex to fail.
4478         Fix this by using capture groups from the time when the opening
4479         regexes are matched individually.
4481         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
4482         in `tildify-find-env'
4484         The `tildify-ignored-environments-alist' allows the end-regex to
4485         be provided not as a static string but mix of strings and indexes
4486         of groups matched the begin-regex.  For example, the “\verb!…!”
4487         TeX-command (where “!” is an arbitrary character) is handled
4488         using:
4490             ("\\\\verb\\*?\\(.\\)" . (1))
4492         In the same way, the following should be supported as well:
4494             ("open-\\(.\\)" . ("end-" 1))
4496         However the tildify-find-env function fails at
4498             (concat result
4499                     (if (stringp (setq aux (car expression)))
4500                          expression  ; BUG: expression is a list
4501                        (regexp-quote (match-string aux))))
4503         where the string part is handled incorrectly.
4505         The most trivial fix would be to replace `expression' in the
4506         true-part of the if-statement with `aux', but instead, this commit
4507         optimizes `tildify-find-env' by changing it to use `mapconcat'
4508         rather than open-coded while-loop.
4510 2014-06-05  Mario Lang  <mlang@delysid.org>
4512         * woman.el (woman-mapcan): Remove.
4513         (woman-parse-colon-path): Use cl-mapcan instead.
4515 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4517         * register.el: Add link to Emacs manual in Commentary.
4519 2014-06-02  Sam Steingold  <sds@gnu.org>
4521         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
4522         (popup-menu): ...here.
4523         (menu-bar-open): Use it to avoid an error when `lookup-key'
4524         returns a number.
4526 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
4528         * net/tramp.el (tramp-call-process): Add traces.
4529         (tramp-handle-unhandled-file-name-directory): Return "/".
4531 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
4533         Sync with upstream verilog-mode revision 3cd8144.
4534         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
4535         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
4536         (verilog-type-font-keywords): Add nor.
4537         (verilog-batch-execute-func): Force reading of Local Variables.
4538         Fix printing "no changes to be saved" with verilog-batch.
4539         (verilog-auto-arg-ports): Doc fix.
4540         Add verilog-auto-arg-format to support newlines in AUTOARG.
4541         (verilog-auto-arg): Doc fix.
4543 2014-06-02  Glenn Morris  <rgm@gnu.org>
4545         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
4546         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
4547         * emulation/ws-mode.el: Move to obsolete/.
4548         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
4550 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
4552         * simple.el (keyboard-quit): Force update of mode lines, to remove
4553         the "Def" indicator, if we were defining a macro.  (Bug#17615)
4555 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4557         * minibuffer.el (minibuffer-force-complete-and-exit):
4558         Obey minibuffer-default (bug#17545).
4560         * progmodes/js.el (js-indent-line): Don't mix columns and chars
4561         (bug#17619).
4563         * subr.el (set-transient-map): Don't wait for some "nested"
4564         transient-map to finish if we're only supposed to be active for
4565         the next command (bug#17642).
4567 2014-06-02  Leo Liu  <sdl.web@gmail.com>
4569         * emacs-lisp/gv.el (window-buffer, window-display-table)
4570         (window-dedicated-p, window-hscroll, window-point, window-start):
4571         Fix gv-expander.  (Bug#17630)
4573 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4575         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
4576         clicks (bug#17633).
4578         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
4579         for the single comma, since ", " is *very* common in normal French text
4580         (bug#17643).
4582 2014-06-02  Glenn Morris  <rgm@gnu.org>
4584         * emacs-lisp/package.el (package-check-signature)
4585         (package-unsigned-archives): Fix :version.
4587 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4589         * subr.el (sit-for): Don't run input-methods (bug#15614).
4591 2014-06-02  Glenn Morris  <rgm@gnu.org>
4593         * cus-start.el: Fix some :version numbers.
4595 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4597         * simple.el (deactivate-mark): Set mark-active to nil even if
4598         deactivation is done via setting transient-mark-mode to nil,
4599         since one is buffer-local and the other is global.
4601         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
4602         there can't be more than 2 arguments (bug#17584).
4604 2014-06-02  Glenn Morris  <rgm@gnu.org>
4606         * simple.el (filter-buffer-substring-functions)
4607         (filter-buffer-substring-function, buffer-substring-filters)
4608         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
4610         * minibuffer.el (completion-in-region-functions, completion-in-region)
4611         (completion--in-region): Doc fixes.
4613         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
4614         (expand-abbrev, abbrev--default-expand): Doc fixes.
4616 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
4618         Include sources used to create macuvs.h.
4619         * international/README: Refer to the Unicode Terms of Use rather
4620         than copying it bodily here, as that simplifies maintenance.
4622 2014-06-01  Glenn Morris  <rgm@gnu.org>
4624         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
4626 2014-05-31  Glenn Morris  <rgm@gnu.org>
4628         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
4630 2014-05-30  Glenn Morris  <rgm@gnu.org>
4632         * loadup.el: Treat `command-line-args' more flexibly.
4634 2014-05-30  Alan Mackenzie  <acm@muc.de>
4636         Guard (looking-at "\\s!") from XEmacs.
4637         * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
4639 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>
4641         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
4642         The argument COUNT is now optional, to be more backward-compatible.
4643         Doc fix.  (Bug#17560)
4645 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
4647         * whitespace.el (whitespace-report-region):
4648         Simplify documentation.
4649         (whitespace-report-region): Allow report-if-bogus to take the
4650         value `never', for non-interactive use.
4651         (whitespace-report): Refer to whitespace-report-region's
4652         documentation.
4654 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
4657         Side benefit: it works without jit-lock.
4658         (whitespace-point--used): New buffer-local var.
4659         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
4660         (whitespace-color-off): Use font-lock-flush.
4661         (whitespace-point--used, whitespace-point--flush-used): New functions.
4662         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4663         (whitespace-empty-at-eob-regexp): Use them.
4664         (whitespace-post-command-hook): Rewrite.
4666         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
4667         (font-lock-fontify-buffer): Mark interactive-only.
4668         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
4669         Make buffer-local.
4670         (font-lock-specified-p): Remove redundant boundp check.
4671         (font-lock-flush-function, font-lock-ensure-function): New vars.
4672         (font-lock-turn-on-thing-lock): Set them.
4673         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
4674         (font-lock-after-change-function): Make `old-len' optional.
4675         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
4676         Call font-lock-flush, just in case.
4677         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
4678         recent Emacsen.
4679         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
4680         (vera-mode-map, vera-mode-menu): Remove bindings to it.
4681         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
4682         and with-syntax-table.
4683         * textmodes/conf-mode.el (conf-quote-normal):
4684         * progmodes/sh-script.el (sh-set-shell):
4685         * progmodes/prog-mode.el (prettify-symbols-mode):
4686         * progmodes/f90.el (f90-font-lock-n):
4687         * progmodes/cwarn.el (cwarn-mode):
4688         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
4689         * progmodes/compile.el (compilation-setup, compilation--unsetup):
4690         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
4691         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
4692         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
4693         font-lock-fontify-buffer-function and
4694         font-lock-unfontify-buffer-function.
4695         (rmail-unfontify-buffer-function, rmail-fontify-message):
4696         Use with-silent-modifications.
4697         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
4698         and font-lock-ensure.
4699         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
4701 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
4703         * emacs-lisp/package.el (package-generate-autoloads):
4704         Inhibit backup files.
4706 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4708         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
4709         (bug#17608).
4711 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
4713         * textmodes/tildify.el (tildify-buffer, tildify-region):
4714         Add dont-ask option.
4716 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4718         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
4719         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
4721         * subr.el (internal--funcall-interactively): New.
4722         (internal--call-interactively): Remove.
4723         (called-interactively-p): Detect funcall-interactively instead of
4724         call-interactively.
4725         * simple.el (repeat-complex-command): Use funcall-interactively.
4726         (repeat-complex-command--called-interactively-skip): Remove.
4728 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4730         * register.el (register-read-with-preview): Don't burp on
4731         frame switches (e.g. due to the frame we just popped).
4733         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
4734         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
4736 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
4738         * cus-face.el (custom-face-attributes): Add :distant-foreground.
4740 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
4742         * window.el (window--dump-frame): Remove interactive specification.
4744 2014-05-26  Glenn Morris  <rgm@gnu.org>
4746         * hippie-exp.el (he-line-search-regexp):
4747         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
4749 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
4751         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
4752         to avoid errors when trying to create or visit a file foo.todo
4753         located outside to todo-directory, and to allow having such files
4754         without them being tied to Todo mode (bug#17482).
4755         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
4756         (todo-archive-done-item, todo-find-filtered-items-file)
4757         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
4758         (todo-category-completions, todo-read-category): When visiting a
4759         Todo file, make sure we're in the right mode and the buffer local
4760         variables are set.
4761         (todo-make-categories-list, todo-reset-nondiary-marker)
4762         (todo-reset-done-string, todo-reset-comment-string):
4763         After processing all Todo files, kill the buffers of those files that
4764         weren't being visited before the processing.
4765         (todo-display-as-todo-file, todo-add-to-buffer-list)
4766         (todo-visit-files-commands): Comment out.
4767         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
4768         (auto-mode-alist): Remove add-to-list calls making Todo file
4769         extensions unrestrictedly tied to Todo modes.
4771 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4773         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
4774         (advice-function-member-p): Tell it to check both names and functions
4775         (bug#17531).
4776         (advice--add-function): Adjust call accordingly.
4778 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
4780         * calendar/todo-mode.el: Miscellaneous bug fixes.
4781         (todo-delete-file): When deleting an archive but not its todo
4782         file, make sure to update the todo file's category sexp.
4783         (todo-move-category): Keep the moved category's name unless the
4784         file moved to already has a category with that name.  If the
4785         numerically last category of the source file was moved, make the
4786         first category current to avoid selecting a nonexisting category.
4787         (todo-merge-category): Fix implementation to make merging to a
4788         category in another file work as documented.  Eliminate now
4789         insufficient and unnecessary renaming of archive category, correct
4790         document string accordingly, and clarify it.  If the numerically
4791         last category of the source file was merged, make the first
4792         category current to avoid selecting a nonexisting category.
4793         (todo-archive-done-item): When there are marked items and point
4794         happens to be on an unmarked item, ignore the latter.  Don't leave
4795         point below last item after archiving marked items.
4796         (todo-unarchive-items): Fix logic to ensure unarchiving an item
4797         from an archive with only one category deletes the archive only
4798         when the category is empty after unarchiving.  Make sure the todo
4799         file's category sexp is updated.
4800         (todo-read-file-name): Allow an existing file name even when it is
4801         not required (todo-move-category needs this to work as documented).
4802         (todo-add-file): Call todo-validate-name to reject the name of an
4803         existing todo file (needed due to fix in todo-read-file-name).
4804         (todo-reset-nondiary-marker): Also reset in filtered items files.
4805         (todo-reset-done-string, todo-reset-comment-string): Also reset in
4806         regexp filtered items files.
4807         (todo-reset-highlight-item): Also reset in filtered items files.
4808         Fix incorrect variable reference in document string.
4810 2014-05-26  Glenn Morris  <rgm@gnu.org>
4812         * window.el (window--dump-frame): Avoid error in --without-x builds.
4814 2014-05-26  Glenn Morris  <rgm@gnu.org>
4816         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
4818 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
4820         * frame.el (set-frame-font): Doc fix.
4822         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
4824 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
4826         * emacs-lisp/package.el (package--download-one-archive):
4827         Use `write-region' instead of `save-buffer' to avoid running various
4828         hooks.  (Bug#17155)
4829         (describe-package-1): Same.  Insert newline at the end of the
4830         buffer if appropriate.
4832 2014-05-26  Juri Linkov  <juri@jurta.org>
4834         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
4835         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
4836         Add more modifiers: meta, control, shift, hyper, super, alt.
4837         (Bug#17439)
4839         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
4840         to allow changing its value with `set-variable'.
4842 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4844         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
4845         #; comments.
4846         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
4847         New functions.
4848         (scheme-mode-variables): Set syntax-propertize-function instead of
4849         font-lock-syntactic-face-function.
4850         (scheme-font-lock-syntactic-face-function): Delete.
4852         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
4854         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
4855         (bug#17392).
4857 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
4859         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
4860         for a temporary file name.
4862 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
4864         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
4866 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
4868         * net/dbus.el (dbus-init-bus, dbus-call-method)
4869         (dbus-call-method-asynchronously, dbus-send-signal)
4870         (dbus-method-return-internal, dbus-method-error-internal):
4871         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
4873 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4875         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
4876         methods which do not have a doc string.  (Bug#17490)
4878 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
4880         * textmodes/reftex-ref.el (reftex-format-special): Make it work
4881         also for AMS Math's \eqref macro.
4883 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4885         Arrange to never byte-compile the generated -pkg.el file.
4887         * emacs-lisp/package.el (package-generate-description-file):
4888         Output first-line comment to set buffer-local var `no-byte-compile'.
4889         Suggested by Dmitry Gutov:
4890         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
4892 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
4894         Fix bug: Properly quote args to generated -pkg.el `define-package'.
4896         * emacs-lisp/package.el (package-generate-description-file):
4897         Inline `package--alist-to-plist'; rewrite to selectively
4898         quote alist values that are not self-quoting.
4899         (package--alist-to-plist): Delete func.
4901 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
4903         * term/xterm.el (xterm-function-map): Add mapping for shifted
4904         keypad keys.
4906 2014-05-24  Daniel Colascione  <dancol@dancol.org>
4908         * progmodes/subword.el (subword-find-word-boundary): Move point to
4909         correct spot before search. (Bug#17580)
4911         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
4912         breaking the build.
4914 2014-05-24  Leo Liu  <sdl.web@gmail.com>
4916         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
4918 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4920         * minibuffer.el (completion--sreverse): Remove.
4921         (completion--common-suffix): Use `reverse' instead.
4922         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
4924 2014-05-22  Glenn Morris  <rgm@gnu.org>
4926         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
4928 2014-05-21  Daniel Colascione  <dancol@dancol.org>
4930         * files.el (interpreter-mode-alist): Add mksh.
4932         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
4933         derivative.
4934         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
4935         mksh. Improve custom spec; allow regular expressions.
4936         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
4937         (sh-after-hack-local-variables): New function.
4938         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
4939         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
4940         the normalization.
4941         (sh-canonicalize-shell): Rewrite to support regexes.
4943 2014-05-21  Leo Liu  <sdl.web@gmail.com>
4945         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
4947 2014-05-19  Leo Liu  <sdl.web@gmail.com>
4949         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
4951 2014-05-18  Glenn Morris  <rgm@gnu.org>
4953         * loadup.el:
4954         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
4956 2014-05-14  Sam Steingold  <sds@gnu.org>
4958         * progmodes/python.el (python-shell-get-or-create-process):
4959         Do not bind `current-prefix-arg' so that C-c C-z does not talk
4960         back unless requested.
4962 2014-05-14  Glenn Morris  <rgm@gnu.org>
4964         * subr.el (with-file-modes): New macro.
4965         * printing.el (pr-save-file-modes): Make obsolete.
4966         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
4967         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
4968         Add with-file-modes.
4969         * doc-view.el (doc-view-make-safe-dir):
4970         * epg.el (epg--start):
4971         * files.el (locate-user-emacs-file, make-temp-file)
4972         (backup-buffer-copy, move-file-to-trash):
4973         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
4974         * eshell/esh-util.el (eshell-with-private-file-modes)
4975         (eshell-make-private-directory):
4976         * net/browse-url.el (browse-url-mosaic):
4977         * obsolete/mailpost.el (post-mail-send-it):
4978         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
4979         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
4980         Use with-file-modes.
4982         * vc/emerge.el (emerge-make-temp-file): Simplify.
4984 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
4985             Stefan Monnier  <monnier@iro.umontreal.ca>
4987         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
4988         suffix (bug#15419).
4990 2014-05-14  Glenn Morris  <rgm@gnu.org>
4992         * vc/emerge.el (emerge-temp-file-prefix):
4993         Make pointless option obsolete.
4994         (emerge-temp-file-mode): Make non-functional option obsolete.
4996 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
4998         * net/browse-url.el (browse-url):
4999         Use `unhandled-file-name-directory' when setting `default-directory',
5000         in order to circumvent stalled remote connections.  (Bug#17425)
5002 2014-05-14  Glenn Morris  <rgm@gnu.org>
5004         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
5005         Optimize on Emacs, which has the relevant functions for ages.
5007 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * simple.el (undo-make-selective-list): Obey undo-no-redo.
5011 2014-05-12  Sam Steingold  <sds@gnu.org>
5013         * calendar/time-date.el (seconds-to-string): New function to
5014         pretty print time delay in seconds.
5016 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5018         * mpc.el (mpc-format): Trim Date to the year.
5019         (mpc-songs-hashcons): Shorten the Date field.
5021         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
5022         into autoloading just because of a silly indirection.
5024 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
5026         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
5028 2014-05-12  Glenn Morris  <rgm@gnu.org>
5030         * emacs-lisp/find-gc.el: Move to ../admin.
5032         * printing.el (pr-version):
5033         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
5035         * net/browse-url.el (browse-url-mosaic):
5036         Create /tmp/Mosaic.PID as a private file.
5038 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5040         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
5041         (advice--member-p): If name is given, only compare the name.
5042         (advice--remove-function): Don't stop at the first match.
5043         (advice--normalize-place): New function.
5044         (add-function, remove-function): Use it.
5045         (advice--add-function): Pass the name, if any, to
5046         advice--remove-function.
5048 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
5050         * electric.el (electric-indent-post-self-insert-function): Don't use
5051         `pos' after modifying the buffer (bug#17449).
5053 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
5055         * calendar/todo-mode.el (todo-insert-item-from-calendar):
5056         Correct argument list to conform to todo-insert-item--basic.
5058 2014-05-12  Glenn Morris  <rgm@gnu.org>
5060         * files.el (cd-absolute): Test if directory is accessible
5061         rather than executable.  (Bug#17330)
5063         * progmodes/compile.el (recompile):
5064         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
5066         * net/browse-url.el (browse-url-mosaic):
5067         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
5068         This is CVE-2014-3423.
5070 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5072         * mouse.el: Use the normal toplevel loop while dragging.
5073         (mouse-set-point): Handle multi-clicks.
5074         (mouse-set-region): Handle multi-clicks for drags.
5075         (mouse-drag-region): Update call accordingly.
5076         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
5077         Use the normal event loop instead of a local while/read-event loop.
5078         (global-map): Remove redundant bindings for double/triple-mouse-1.
5079         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
5080         Generate synthetic down events when the protocol only sends up events.
5081         (xterm-mouse-last): Remove.
5082         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
5083         terminal parameter instead.
5084         (xterm-mouse--set-click-count): New function.
5085         (xterm-mouse-event): Detect/generate double/triple clicks.
5086         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
5088         * info.el (Info-quoted): New face.
5089         (Info-mode-font-lock-keywords): New var.
5090         (Info-mode): Use it.
5092         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
5093         are a hindrance for C-x C-e.
5095 2014-05-11  Leo Liu  <sdl.web@gmail.com>
5097         * net/rcirc.el (rcirc-sentinel): Fix last change.
5099 2014-05-08  Sam Steingold  <sds@gnu.org>
5101         * net/rcirc.el (rcirc-reconnect-delay): New user option.
5102         (rcirc-sentinel): Auto-reconnect to the server if
5103         `rcirc-reconnect-delay' is non-0 (but not more often than its
5104         value in case the host is off-line).
5106 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
5108         * progmodes/grep.el (lgrep): Fix a typo in last commit.
5110 2014-05-09  Glenn Morris  <rgm@gnu.org>
5112         * files.el (file-expand-wildcards):
5113         * man.el (Man-support-local-filenames):
5114         * printing.el (pr-i-directory, pr-interface-directory):
5115         * progmodes/grep.el (lgrep, rgrep):
5116         * textmodes/ispell.el (ispell-call-process)
5117         (ispell-call-process-region, ispell-start-process)
5118         (ispell-init-process): Use file-accessible-directory-p.
5120 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
5123         (xterm-mouse--read-event-sequence-1000): Return nil if something
5124         looks fishy.
5125         (xterm-mouse-event): Propagate it.
5126         (xterm-mouse-translate-1): Handle it.
5128 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
5130         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
5131         four slots of the parameter list are filled, make sure to pass it
5132         to the argument list of todo-insert-item--basic.
5134 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5136         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
5137         Add optional `seen' argument to detect and break infinite loops.
5139 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
5141         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
5142         (trace-unsafe, trace-use-tree): Make parentheses style be
5143         according to Emacs style.
5145 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
5147         * net/tramp-sh.el (tramp-remote-process-environment):
5148         Remove HISTFILE and HISTSIZE; it's too late to set them here.
5149         Add :version entry.
5150         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
5151         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
5152         extra "PSx=..." commands.
5153         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
5154         (Bug#17295)
5156         (tramp-uudecode): Replace the hard-coded temporary file name by a
5157         format specifier.
5158         (tramp-remote-coding-commands): Enhance docstring.
5159         (tramp-find-inline-encoding): Replace "%t" by a temporary file
5160         name.  (Bug#17415)
5161         This is CVE-2014-3424.
5163 2014-05-08  Glenn Morris  <rgm@gnu.org>
5165         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
5166         (find-gc-source-files): Update some names.
5167         (trace-call-tree): Simplify and update.
5168         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
5169         This is CVE-2014-3422.
5171 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * minibuffer.el (completion--try-word-completion): Revert fix for
5174         Bug#15980 (bug#17375).
5176         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
5177         Always store button numbers in the same way in xterm-mouse-last;
5178         Don't burp is xterm-mouse-last is not set as expected.
5179         Never return negative indices.
5181 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
5183         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5184         Backtrack one char if the global/char-literal var matcher hits
5185         inside a string.  The next char could be the beginning of an
5186         expression expansion.
5188 2014-05-08  Glenn Morris  <rgm@gnu.org>
5190         * help-fns.el (describe-function-1): Test for an autoload before a
5191         macro, since `macrop' works on autoloads.  (Bug#17410)
5193 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5195         * electric.el (electric-indent-functions-without-reindent): Add yaml.
5197         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
5198         Make sure the new point we return is within the new string (bug#17239).
5200 2014-05-05  Daniel Colascione  <dancol@dancol.org>
5202         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5203         Port `gnu' pattern to rx.
5205 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
5207         Remove unneeded prompt when closing a buffer with active
5208         emacsclient ("Buffer ... still has clients"), #16548.
5209         * server.el (server-start): Remove the only call to:
5210         (server-kill-buffer-query-function): Remove.
5212 2014-05-04  Leo Liu  <sdl.web@gmail.com>
5214         * calendar/diary-lib.el (calendar-chinese-month-name-array):
5215         Defvar to pacify compiler.
5217 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
5219         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
5221 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5223         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
5224         Use nil rather than `default' for the "default" appearance (bug#17388).
5225         * vc/ediff-util.el (ediff-inferior-compare-regions)
5226         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
5227         a misleading `default' value when it's really a boolean.
5228         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
5229         overlay is not visible.
5231 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
5233         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
5234         (todo-menu): Uncomment and update.
5236 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
5238         * calendar/todo-mode.el: Reimplement item editing to have the same
5239         basic user interface as item insertion, and make small UI and
5240         larger internal improvements to the latter.
5241         (todo-insert-item): Add reference to the Todo mode user manual to
5242         the documentation string.
5243         (todo-insert-item--basic): Rename from todo-basic-insert-item and
5244         adjust all callers.  Change signature to combine diary and
5245         nonmarking arguments.  Incorporate functionality of deleted item
5246         copying command and add error checking.  Remove detailed
5247         descriptions of the arguments from the documentation string, since
5248         this is treated in the Todo mode user manual.
5249         (todo-copy-item, todo-edit-multiline-item)
5250         (todo-edit-done-item-comment, todo-edit-item-header)
5251         (todo-edit-item-time, todo-edit-item-date-from-calendar)
5252         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
5253         (todo-edit-item-date-year, todo-edit-item-date-month)
5254         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
5255         Remove.
5256         (todo-edit-item): Reimplement as wrapper command for
5257         todo-edit-item--next-key and make it distinguish done and not done
5258         todo items.
5259         (todo-edit-item--text): New function, replacing old command
5260         todo-edit-item and incorporating deleted commands
5261         todo-edit-multiline-item and todo-edit-done-item-comment.
5262         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
5263         Use only numeric value of prefix argument.  Remove detailed
5264         descriptions of the arguments from the documentation string, since
5265         this is treated in the Todo mode user manual.
5266         (todo-edit-item--diary-inclusion): New function, replacing old
5267         command todo-edit-item-diary-inclusion and incorporating and fixing
5268         functionality of deleted command todo-edit-item-diary-nonmarking,
5269         making sure to remove todo-nondiary-marker when adding
5270         diary-nonmarking-symbol.
5271         (todo-edit-category-diary-inclusion): Make sure to delete
5272         diary-nonmarking-symbol when adding todo-nondiary-marker.
5273         (todo-edit-category-diary-nonmarking): Fix indentation.
5274         (todo-insert-item--parameters): Group diary and nonmarking
5275         parameters together.
5276         (todo-insert-item--apply-args): Adjust to signature of
5277         todo-insert-item--basic and incorporate copy parameter.
5278         Make small code improvements.
5279         (todo-insert-item--next-param): Improve prompt and adjust it to
5280         new parameter grouping.  Remove obsolete code.
5281         (todo-edit-item--param-key-alist)
5282         (todo-edit-item--date-param-key-alist)
5283         (todo-edit-done-item--param-key-alist): New defconsts.
5284         (todo-edit-item--prompt): New variable.
5285         (todo-edit-item--next-key): New function.
5286         (todo-key-bindings-t): Bind "e" to todo-edit-item.
5287         Remove bindings of deleted commands.
5289 2014-05-04  Leo Liu  <sdl.web@gmail.com>
5291         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
5293 2014-05-04  Glenn Morris  <rgm@gnu.org>
5295         * allout-widgets.el (allout-widgets-tally)
5296         (allout-decorate-item-guides):
5297         * menu-bar.el (menu-bar-positive-p):
5298         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5299         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
5300         * progmodes/js.el (js--inside-param-list-p)
5301         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
5302         * progmodes/prolog.el (region-exists-p):
5303         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
5304         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
5305         Doc fixes (replace `iff').
5307 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
5311 2014-05-04  Leo Liu  <sdl.web@gmail.com>
5313         Support Chinese diary entries in calendar and diary.  (Bug#17393)
5314         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
5315         (calendar-chinese-from-absolute-for-diary)
5316         (calendar-chinese-to-absolute-for-diary)
5317         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
5318         (diary-chinese-list-entries): New functions to list and mark
5319         Chinese diary entries in the calendar window.
5320         (diary-chinese-anniversary)
5321         (diary-chinese-insert-anniversary-entry)
5322         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
5323         (diary-chinese-insert-yearly-entry): New commands to insert
5324         Chinese diary entries.
5326         * calendar/diary-lib.el (diary-font-lock-keywords):
5327         Support font-locking Chinese dates.
5329         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
5330         inserting Chinese diary entries.
5332         * calendar/calendar.el (diary-chinese-entry-symbol):
5333         New customizable variable.
5334         (calendar-mode-map): Add bindings for inserting Chinese diary
5335         entries.
5337 2014-05-03  Juri Linkov  <juri@jurta.org>
5339         * dired.el (dired-check-switches, dired-switches-recursive-p):
5340         New functions.  (Bug#17218)
5341         (dired-switches-escape-p, dired-move-to-end-of-filename):
5342         Use `dired-check-switches'.
5343         (dired-insert-old-subdirs, dired-build-subdir-alist)
5344         (dired-sort-R-check): Use `dired-switches-recursive-p'.
5346 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
5348         * simple.el (undo-make-selective-list): New algorithm fixes
5349         incorrectness of position adjustments when undoing in region.
5350         (Bug#17235)
5351         (undo-elt-crosses-region): Make obsolete.
5352         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
5353         New functions to adjust positions using undo-deltas.
5355 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5357         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
5358         the last consecutive closing paren (bug#17345).
5360 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
5362         * dired.el (dired-mode): make terminology for eXpunge command
5363         consistent.  (Bug#17276)
5365 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
5367         * dired.el (dired-initial-position-hook, dired-initial-position):
5368         Doc string fixes.
5370 2014-04-30  Glenn Morris  <rgm@gnu.org>
5372         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
5374 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
5376         * faces.el (face-spec-recalc): Apply X resources only after the
5377         defface spec has been applied. Thus, X resources are no longer
5378         overriden by the defface spec which also fixes issues on win32 where
5379         the toolbar coloring was wrong because it is set through X resources
5380         and was (wrongfully) overriden.  (Bug#16694)
5382 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5384         * textmodes/rst.el (electric-pair-pairs): Declare.
5385         (rst-mode): Set it (bug#17131).
5387 2014-04-30  Juri Linkov  <juri@jurta.org>
5389         * desktop.el (desktop-value-to-string): Let-bind `print-length'
5390         and `print-level' to nil.  (Bug#17351)
5392 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5394         * battery.el (battery-update): Handle the case where battery
5395         status is "N/A" (bug#17319).
5397 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5399         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
5400         to syntax-propertize.
5401         (ps-mode-auto-indent): Mark as obsolete.
5402         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
5403         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
5404         word regexp operators.
5405         (ps-mode-map): Move initialization into declaration.  Remove binding
5406         for TAB, RET, >, ], and }.
5407         (ps-mode-syntax-table): Move initialization into declaration.
5408         Don't give word syntax to non-word chars.
5409         (ps-run-mode-map): Move initialization into declaration.
5410         (ps-mode-menu-main): Remove auto-indent entry.
5411         (ps-mode-smie-rules): New function.
5412         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
5413         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
5414         (ps-mode--string-syntax-table): New const.
5415         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
5416         New functions.
5417         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
5418         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
5420 2014-04-27  Daniel Colascione  <dancol@dancol.org>
5422         * term/xterm.el (xterm-paste): Use large finite timeout when
5423         reading event to avoid putting keys in this-command-keys.
5425 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5427         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
5428         (perl-syntax-propertize-function): Use it.  Extend handling of
5429         here-docs to the unquoted case.
5431 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
5433         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
5434         Use equal-including-properties to compare help-echo strings (bug#17331).
5436 2014-04-25  Leo Liu  <sdl.web@gmail.com>
5438         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5439         Fix syntax for @.  (Bug#17325)
5441 2014-04-25  Daniel Colascione  <dancol@dancol.org>
5443         * emacs-lisp/cl.el (gv): Require gv early to break eager
5444         macro-expansion cycles.
5446 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5448         * simple.el (region-active-p): Check there's a mark (bug#17324).
5450         * simple.el (completion-list-mode-map): Use choose-completion for the
5451         mouse binding as well (bug#17302).
5452         (completion-list-mode, completion-setup-function): Adjust docstring and
5453         echo area message accordingly.
5454         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
5455         calling convention of choose-completion.
5456         * comint.el (comint-dynamic-list-completions):
5457         * term.el (term-dynamic-list-completions): Accept choose-completion.
5459         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
5460         &, |, +, - and * can't be a division (bug#17317).
5462         * term/xterm.el (xterm--version-handler): Don't use modern xterm
5463         features on gnome-terminal (bug#16988).
5465 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
5467         Improve Scheme font-locking for (define ((foo ...) ...) ...).
5469         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
5470         the declared object, ignore zero or more parens, not zero or one.
5472 2014-04-24  Leo Liu  <sdl.web@gmail.com>
5474         * progmodes/xscheme.el (xscheme-expressions-ring)
5475         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5476         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
5477         (xscheme-allow-output-p, xscheme-prompt)
5478         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
5480         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
5481         Comment out unused functions.
5483 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * info.el: Use lexical-binding and cl-lib.
5486         Use defvar-local and setq-local instead of make-local-variable.
5487         (Info-apropos-matches): Avoid add-to-list.
5488         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
5490 2014-04-24  Daniel Colascione  <dancol@dancol.org>
5492         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
5494 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5496         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
5498 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
5500         * dired.el (dired-insert-set-properties): Do not consider
5501         subdirectory headings and empty lines to be information that
5502         `dired-hide-details-mode' should hide.  (Bug#17228)
5504 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
5506         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5507         Remove test messages.
5508         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
5509         and `target' twice.
5511 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5513         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
5514         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
5516         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
5518 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
5520         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5521         Set "IFS=" when using read builtin, in order to preserve spaces in
5522         the file name.  Add test messages for hunting a bug on hydra.
5523         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
5525 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5527         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
5528         Don't prettify a word within a symbol.
5530 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
5532         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
5533         possible.
5535 2014-04-22  Daniel Colascione  <dancol@dancol.org>
5537         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
5538         use defun to define `function-put'.
5540 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5542         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
5543         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
5544         (lisp-mode-variables): Set font-lock-extra-managed-props.
5546         * emacs-lisp/byte-run.el (function-put): New function.
5547         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
5548         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
5549         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
5550         Use them.
5552 2014-04-22  Daniel Colascione  <dancol@dancol.org>
5554         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
5555         Add `full-p' parameter; when nil, call `macroexpand' instead of
5556         `macroexpand-all'.
5558         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
5559         Improve docstrings.
5561         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5562         Use lambda function values, not quoted lambdas.
5563         (byte-compile-recurse-toplevel): Remove extraneous &optional.
5565         * emacs-lisp/cl-macs.el
5566         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
5567         (cl-struct-slot-value): Conditionally use aref or nth so that the
5568         compiler produces optimal code.
5570 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5572         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
5573         (inline): Don't inline cl--set-elt.
5574         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
5575         Define as inlinable instead.
5576         (cl-struct-set-slot-value): Remove.
5578         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
5579         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
5580         Use setf instead.
5582 2014-04-21  Daniel Colascione  <dancol@dancol.org>
5584         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
5585         last two parameters after all.
5586         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
5587         (cl--compiler-macro-assoc,cl-struct-slot-value)
5588         (cl-struct-set-slot-value): Stop using them.
5590 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5592         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
5593         entry in image-mode-winprops-alist.
5595 2014-04-21  Daniel Colascione  <dancol@dancol.org>
5597         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
5598         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
5599         (byte-compile-toplevel-file-form): Use it.
5601         * emacs-lisp/cl-macs.el:
5602         (cl--loop-let): Properly destructure `while' clauses.
5604 2014-04-20  Daniel Colascione  <dancol@dancol.org>
5606         * vc/vc.el (vc-root-dir): New public autoloaded function for
5607         generically finding the current VC root.
5608         * vc/vc-hooks.el (vc-not-supported): New error.
5609         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
5611 2014-04-20  Daniel Colascione  <dancol@dancol.org>
5613         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
5614         argument.
5615         (cl--const-expr-val): cl--const-expr-val should macroexpand its
5616         argument in case we're inside a symbol-macrolet.
5617         (cl--do-arglist, cl--compiler-macro-typep)
5618         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
5619         environment to `cl--const-expr-val'.
5620         (cl-struct-sequence-type,cl-struct-slot-info)
5621         (cl-struct-slot-offset, cl-struct-slot-value)
5622         (cl-struct-set-slot-value): New functions.
5624 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
5627         assignments such as "case=hello" (bug#17297).
5629 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
5631         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
5632         Do not autoload.
5633         (tramp-file-name-handler, tramp-completion-file-name-handler):
5634         Revert patch from 2014-04-10, it isn't necessary anymore.
5635         (tramp-autoload-file-name-handler)
5636         (tramp-register-autoload-file-name-handlers): New defuns.
5637         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
5638         (tramp-register-file-name-handlers): Remove also
5639         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
5640         Do not autoload its invocation, but eval it after loading of 'tramp.
5642         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
5644         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
5646 2014-04-17  Daniel Colascione  <dancol@dancol.org>
5648         Add support for bracketed paste mode; add infrastructure for
5649         managing terminal mode enabling and disabling automatically.
5651         * xt-mouse.el:
5652         (xterm-mouse-mode): Simplify.
5653         (xterm-mouse-tracking-enable-sequence)
5654         (xterm-mouse-tracking-disable-sequence): New constants.
5655         (turn-on-xterm-mouse-tracking-on-terminal)
5656         (turn-off-xterm-mouse-tracking-on-terminal):
5657         Use tty-mode-set-strings and tty-mode-reset-strings terminal
5658         parameters instead of random hooks.
5659         (turn-on-xterm-mouse-tracking)
5660         (turn-off-xterm-mouse-tracking): Delete.
5662         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
5663         (xterm-paste-ending-sequence): New constant.
5664         (xterm-paste): New command used for bracketed paste support.
5666         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
5667         (terminal-init-xterm-bracketed-paste-mode): New function.
5668         (terminal-init-xterm): Call it.
5669         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
5670         and tty-mode-reset-strings instead of random hooks.
5671         (xterm-turn-on-modify-other-keys)
5672         (xterm-turn-off-modify-other-keys)
5673         (xterm-remove-modify-other-keys): Delete obsolete functions.
5675         * term/screen.el: Rewrite to just use the xterm code.
5676         Add copyright notice.  Mention tmux.
5678 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
5680         * image-mode.el (image-mode-window-put): Also update the property of
5681         the "default window".
5682         * doc-view.el (doc-view-new-window-function): If no window
5683         exists, move to the last known page.
5685 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5687         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
5688         here-documents (bug#17262).
5690 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
5692         * term/pc-win.el (x-list-fonts, x-get-selection-value):
5693         Provide doc strings, as required by snarf-documentation.
5695 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5697         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
5698         arg of overlays-at.  Use `invisible-p'.
5700         * obsolete/lucid.el (extent-at):
5701         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
5702         overlays-at.
5703         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
5705 2014-04-16  João Távora  <joaotavora@gmail.com>
5707         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
5708         links.  (Bug#17217).
5710 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5712         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
5713         Use mapc to loop over a vector.  (Bug#17257).
5715 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
5717         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
5718         patch, there are new problems with file names containing spaces.
5719         Get rid of backticks.  (Bug#17238)
5721 2014-04-16  João Távora  <joaotavora@gmail.com>
5723         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
5724         possible bug.
5726 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
5728         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
5729         (blink-cursor-mode): Mention customization variables and the
5730         effect of 'blink-cursor-blinks'.
5732 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
5734         * simple.el (undo): Prevent insertion of identity mapping into
5735         undo-equiv-table so as undo-only does not inf loop in the presence
5736         of consecutive nils in undo list.
5738 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
5740         * faces.el (make-face): Deprecate optional argument as it is no
5741         longer needed/used since the conditional X resources handling
5742         has been pushed down to make-face-x-resource-internal itself.
5743         (make-empty-face): Don't pass optional argument to make-face.
5745 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
5747         * savehist.el (savehist-save): Remove workaround for a read-passwd
5748         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
5749         noticing that the shim was still present.
5751 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
5755 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
5757         * faces.el (face-set-after-frame-default): Remove unused local variable.
5759 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5761         * progmodes/grep.el: Use lexical-binding.
5762         (grep-expand-template): Pass explicit lexical env to `eval'.
5763         (zrgrep): Let-bind grep-find-template explicitly.
5765         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
5766         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
5768 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
5770         * international/characters.el <standard-case-table>: Add entries
5771         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
5772         Set category of Coptic characters be 'g' (Greek).
5774 2014-04-12  Leo Liu  <sdl.web@gmail.com>
5776         * progmodes/octave.el (completion-table-with-cache):
5777         Define if not available.
5778         (octave-goto-function-definition, octave-sync-function-file-names)
5779         (octave-find-definition-default-filename):
5780         Backquote upattern for compatibility.
5782 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
5784         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
5785         name twice due to backticks.  (Bug#17238)
5787 2014-04-12  Glenn Morris  <rgm@gnu.org>
5789         * term/w32-win.el (x-win-suspend-error):
5790         * term/x-win.el (x-win-suspend-error): Sync docs.
5792 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
5794         * faces.el (make-face): Remove deprecated optional argument.
5795         The conditional application of X resources is handled directly by
5796         make-face-x-resource-internal since Emacs 24.4.
5797         (make-empty-face): Don't pass optional argument to make-face.
5799 2014-04-11  Glenn Morris  <rgm@gnu.org>
5801         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
5803 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5805         Ediff's overlay priorities cause more trouble than they solve.
5806         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
5807         (ediff-highest-priority): Remove function (bug#17234).
5808         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
5809         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
5810         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
5811         overlay priorities.
5813 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
5815         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
5816         entry; use symbol boundaries to avoid mis-matches.
5818 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
5820         * net/tramp.el (tramp-file-name-handler)
5821         (tramp-completion-file-name-handler): Avoid recursive loading.
5823         * net/tramp-sh.el (tramp-make-copy-program-file-name):
5824         Quote result also locally.
5826 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5828         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
5829         Remove left-over code.
5831         * newcomment.el (comment-indent-new-line): Sink code where it's used.
5832         Reuse the previous comment's indentation unconditionally if it's on its
5833         own line.
5835 2014-04-09  Daniel Colascione  <dancol@dancol.org>
5837         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
5838         `no-syntax-crossing' arguments.  Forward to `up-list'.
5839         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
5840         Implement logic for escaping from strings.  Use narrowing to deal
5841         with corner cases.
5843 2014-04-09  Leo Liu  <sdl.web@gmail.com>
5845         * net/rcirc.el (rcirc-connection-info): New variable.
5846         (rcirc-connect): Use it to store connection info.
5847         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
5848         for killed process.
5849         (rcirc-cmd-reconnect): New command.  (Bug#17045)
5850         (rcirc-mode, set-rcirc-encode-coding-system)
5851         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
5853 2014-04-09  Daniel Colascione  <dancol@dancol.org>
5855         * emacs-lisp/cl-indent.el: Add comment claiming
5856         facility is also good for elisp.
5857         (lisp-indent-find-method): New function.
5858         (common-lisp-indent-function): Recognize cl-loop.
5859         (common-lisp-indent-function-1): Recognize cl constructs; use
5860         `lisp-indent-find-method' instead of `get' directly.
5861         (if): Use else-body style for elisp.
5863 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
5865         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5866         Module methods.  (Bug#17216)
5868 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5870         * help.el (describe-bindings): Fix buffer handling (bug#17210).
5871         (describe-bindings-internal): Mark obsolete.
5873 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5875         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
5876         buffer-file-name, and buffer-file-truename any more.
5878 2014-04-08  Leo Liu  <sdl.web@gmail.com>
5880         Use lexical-binding and require cl-lib.
5881         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
5882         (rcirc-handler-generic, rcirc-fill-paragraph)
5883         (rcirc-format-response-string, rcirc-target-buffer)
5884         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
5885         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
5886         (rcirc-ctcp-sender-PING, rcirc-browse-url)
5887         (rcirc-markup-timestamp, rcirc-markup-attributes)
5888         (rcirc-markup-my-nick, rcirc-markup-urls)
5889         (rcirc-markup-bright-nicks, rcirc-markup-fill)
5890         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
5891         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
5892         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
5893         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
5894         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
5895         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
5896         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
5897         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
5898         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
5899         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
5900         use cl-lib.
5902 2014-04-07  João Távora  <joaotavora@gmail.com>
5904         * elec-pair.el (electric-pair--syntax-ppss):
5905         When inside comments parse from comment beginning.
5906         (electric-pair--balance-info): Fix typo in comment.
5907         (electric-pair--in-unterminated-string-p): Delete.
5908         (electric-pair--unbalanced-strings-p): New function.
5909         (electric-pair-string-bound-function): New var.
5910         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
5911         according to `electric-pair--in-unterminated-string-p'
5913         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
5914         Inhibit quote pairing if point-max is inside an unterminated string.
5915         (electric-pair--looking-at-unterminated-string-p): Delete.
5916         (electric-pair--in-unterminated-string-p): New function.
5918 2014-04-07  Glenn Morris  <rgm@gnu.org>
5920         * shell.el (shell-directory-tracker):
5921         Go back to just ignoring failures.  (Bug#17159)
5923 2014-04-07  João Távora  <joaotavora@gmail.com>
5925         Fix `electric-pair-delete-adjacent-pairs' in modes binding
5926         backspace. (bug#16981)
5927         * elec-pair.el (electric-pair-backward-delete-char): Delete.
5928         (electric-pair-backward-delete-char-untabify): Delete.
5929         (electric-pair-mode-map): Bind backspace to a menu item filtering
5930         a new `electric-pair-delete-pair' command.
5931         (electric-pair-delete-pair): New command.
5933         * progmodes/python.el (python-electric-pair-string-delimiter):
5934         Fix triple-quoting electricity.  (Bug#17192)
5936         * elec-pair.el (electric-pair-post-self-insert-function):
5937         Don't skip whitespace when `electric-pair-text-pairs' and
5938         `electric-pair-pairs' were used. syntax to
5939         electric-pair--skip-whitespace.  (Bug#17183)
5941 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
5943         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
5944         "<F>".  (Bug#17199)
5946 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5948         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
5949         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
5951 2014-04-07  Glenn Morris  <rgm@gnu.org>
5953         * help.el (view-lossage): Doc tweak.
5955 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
5957         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
5958         only when inhibit-x-resources is nil, and do that earlier in the
5959         function.  Doc fix.  (Bug#16694)
5960         (face-spec-choose): Accept additional optional argument, whose
5961         value is returned if no matching attributes are found.
5962         (face-spec-recalc): Use the new optional argument when calling
5963         face-spec-choose.  (Bug#16378)
5964         (make-face-x-resource-internal): Do nothing when
5965         inhibit-x-resources is non-nil.  Don't touch the default face if
5966         reversed video is given--as was done in previous versions of Emacs.
5967         (face-set-after-frame-default): Don't call
5968         make-face-x-resource-internal here.  (Bug#16434)
5970 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
5972         * doc-view.el (doc-view-bookmark-jump):
5973         Use `bookmark-after-jump-hook' to jump to the right page after the
5974         buffer is shown in a window.  (bug#16090)
5976 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
5978         * international/characters.el (mirroring): Fix last change:
5979         instead of loading uni-mirrored.el explicitly, do that implicitly
5980         by creating the 'mirroring' uniprop table.  This avoids announcing
5981         the loading of uni-mirrored.el.
5983 2014-04-07  Glenn Morris  <rgm@gnu.org>
5985         * files.el (buffer-stale--default-function)
5986         (buffer-stale-function, revert-buffer--default):
5987         * autorevert.el (auto-revert-buffers): Doc tweaks.
5989 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
5991         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
5993 2014-04-07  Glenn Morris  <rgm@gnu.org>
5995         * files.el (make-backup-file-name-function)
5996         (make-backup-file-name, make-backup-file-name--default-function)
5997         (make-backup-file-name-1, find-backup-file-name)
5998         (revert-buffer-function, revert-buffer-insert-file-contents-function)
5999         (buffer-stale--default-function, buffer-stale-function)
6000         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
6001         (revert-buffer, revert-buffer--default)
6002         (revert-buffer-insert-file-contents--default-function):
6003         Doc fixes related to defaults no longer being nil.
6004         (make-backup-file-name-function): Bump :version.
6005         Restore nil as a valid but deprecated custom type.
6007 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6009         * progmodes/perl-mode.el (perl-syntax-propertize-function):
6010         Handle $' used as a variable (bug#17174).
6012         * progmodes/perl-mode.el (perl-indent-new-calculate):
6013         Handle forward-sexp failure (bug#16985).
6014         (perl-syntax-propertize-function): Add "foreach" and "for" statement
6015         modifiers introducing expressions (bug#17116).
6017 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6019         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
6021 2014-04-05  Leo Liu  <sdl.web@gmail.com>
6023         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6024         Add define-compilation-mode.
6026 2014-04-04  João Távora  <joaotavora@gmail.com>
6028         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
6029         parse from comment beginning.
6030         (electric-pair--balance-info): Fix typo in comment.
6031         (electric-pair--in-unterminated-string-p): Delete.
6032         (electric-pair--unbalanced-strings-p): New function.
6033         (electric-pair-string-bound-function): New var.
6034         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6035         according to `electric-pair--in-unterminated-string-p'.
6037 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6039         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
6040         Move declaration before first use.
6041         (reftex-move-to-next-arg): Silence compiler warning.
6043 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
6045         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
6046         Use `window-total-width' instead of `window-width'.
6048 2014-04-03  Daniel Colascione  <dancol@dancol.org>
6050         * subr.el (set-transient-map): Remove rms's workaround entirely;
6051         use new `suspicious-object' subr to mark our lambda for closer
6052         scrutiny during gc.
6054 2014-04-02  Richard Stallman  <rms@gnu.org>
6056         * subr.el (set-transient-map): Comment out previous change.
6058 2014-04-02  Glenn Morris  <rgm@gnu.org>
6060         * menu-bar.el (menu-bar-file-menu):
6061         * vc/ediff.el (ediff-current-file):
6062         Update for revert-buffer-function no longer being nil by default.
6064         * simple.el (command-execute): Respect nil disabled-command-function.
6066 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6068         * simple.el (command-execute): Do not execute the command when it
6069         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
6071 2014-04-02  Juri Linkov  <juri@jurta.org>
6073         * dired-aux.el (dired-compress-file): Don't use string-match-p
6074         because its match data is used afterwards.
6076 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6078         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
6079         0 like nil.
6081 2014-04-02  João Távora  <joaotavora@gmail.com>
6083         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6084         Inhibit quote pairing if point-max is inside an unterminated string.
6085         (electric-pair--looking-at-unterminated-string-p):
6086         Delete.
6087         (electric-pair--in-unterminated-string-p): New function.
6089 2014-04-01  Daniel Colascione  <dancol@dancol.org>
6091         * minibuffer.el (minibuffer-complete): Prevent assertion failure
6092         when trying to complete the prompt.
6094 2014-03-31  Leo Liu  <sdl.web@gmail.com>
6096         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6097         Refactor out eldoc-documentation-function-default.
6098         (eldoc-documentation-function-default): New function.
6099         (eldoc-documentation-function): Change value.
6101 2014-03-31  Glenn Morris  <rgm@gnu.org>
6103         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
6105         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
6106         (vhdl-compose-components-package, vhdl-compose-configuration):
6107         Abbreviate default-directory (missing from some previous upstream sync).
6109 2014-03-31  Reto Zimmermann  <reto@gnu.org>
6111         Sync with upstream vhdl mode v3.35.2.
6112         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6113         (top-level): No longer require assoc.
6114         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
6115         New functions.  Use throughout to replace aget etc.
6116         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
6117         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
6118         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
6119         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
6120         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
6121         except `vhdl-compiler'.
6122         (vhdl-error-regexp-add-emacs): Remove all other compilers,
6123         when appropriate.
6125 2014-03-31  Glenn Morris  <rgm@gnu.org>
6127         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
6128         Revert 2014-03-26 merge goof; go back to using defalias.
6130 2014-03-30  Daniel Colascione  <dancol@dancol.org>
6132         * comint.el (comint-send-input):
6133         Deactivate completion-in-region-mode before we send comint input.
6134         (Bug#17139).
6136         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
6137         on keyboard-quit.
6139 2014-03-29  Glenn Morris  <rgm@gnu.org>
6141         * textmodes/reftex.el: Manage most autoloads automatically.
6142         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
6143         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
6144         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
6145         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
6146         * textmodes/reftex-toc.el: Set generated-autoload-file,
6147         and add autoload cookies for reftex.el.
6148         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
6150 2014-03-28  Glenn Morris  <rgm@gnu.org>
6152         * cus-start.el (report-emacs-bug-address): Set custom properties.
6153         * mail/emacsbug.el (report-emacs-bug-address):
6154         Variable is now defined in emacs.c.
6156         * mail/emacsbug.el (report-emacs-bug):
6157         Include system-configuration-features.
6159 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
6161         * simple.el (cycle-spacing): Never delete spaces on first run by
6162         default, but do so in a new 'fast mode and if there are already
6163         N spaces (the previous behavior).
6164         Compare N with its value in previous invocation so that changing
6165         prefix argument restarts `cycle-spacing' sequence.
6166         The idea is that with this change, binding M-SPC to
6167         `cycle-spacing' should not introduce any changes in behavior of
6168         the binding so long as users do not type M-SPC twice in a raw with
6169         the same prefix argument or lack thereof.
6171 2014-03-28  Glenn Morris  <rgm@gnu.org>
6173         * faces.el (term-file-aliases): New variable.
6174         (tty-run-terminal-initialization): Respect term-file-aliases.
6175         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
6176         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
6177         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
6179 2014-03-27  Glenn Morris  <rgm@gnu.org>
6181         * startup.el (inhibit-startup-hooks): Doc tweak.
6182         (normal-top-level): Simplify running of hooks.
6183         For window-setup-hook, respect inhibit-startup-hooks.
6184         (command-line-1): Don't set window-setup-hook to nil.
6186         Allow selective autoloading from obsolete/ directory.
6187         * Makefile.in (obsolete-autoloads): New rule.
6188         (autoloads): Run obsolete-autoloads.
6189         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
6190         * simple.el (iswitchb-mode): Remove hand-written autoloads.
6192 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
6194         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6195         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
6197         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6198         Don't propertize `?' or `!' as symbol constituent when after
6199         colon.  (Bug#17097)
6201 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
6203         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
6204         which is no longer needed and causes trouble in GTK builds (bug#17046).
6206         * emacs-lisp/package-x.el (package--archive-contents-from-url):
6207         Use url-insert-file-contents; package-handle-response no longer exists.
6209 2014-03-26  Daniel Colascione  <dancol@dancol.org>
6211         * simple.el (process-menu-mode-map): New variable.
6212         (process-menu-delete-process): New command.
6214 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
6216         * emacs-lisp/package.el: Fix bug#16733 (again).
6217         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
6218         (url-http-target-url): Remove unused declarations.
6219         (package-handle-response): Remove.
6220         (package--with-work-buffer): Use url-insert-file-contents and simplify.
6221         (package--download-one-archive): Use current-buffer instead of
6222         dynamic binding of `buffer'.
6223         (describe-package-1): Do not decode readme-string.
6225 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
6227         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
6229         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
6230         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
6231         `remote-file-name-inhibit-cache' to nil in the second pass.
6232         (tramp-find-executable): Do not call "which" on SunOS.
6233         (tramp-send-command-and-check): Fix docstring.
6234         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
6235         check whether source directory has set the sticky bit.
6237 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
6239         * simple.el (primitive-undo): Only process marker adjustments
6240         validated against their corresponding (TEXT . POS).  Issue warning
6241         for lone marker adjustments in undo history.  (Bug#16818)
6242         (undo-make-selective-list): Add marker adjustments to selective
6243         undo list based on whether their corresponding (TEXT . POS) is in
6244         the region.  Remove variable adjusted-markers, which was unused
6245         and only non nil during undo-make-selective-list.
6246         (undo-elt-in-region): Return nil when passed a marker adjustment
6247         and explain in function doc.
6249 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6251         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
6253 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
6255         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
6256         Match special global variables without curlies, too.
6257         (ruby-font-lock-keywords): Simplify the matcher for special global
6258         variables.  Don't require a non-word character after the variable.
6259         (Bug#17057)
6261 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6263         * simple.el (redisplay-highlight-region-function): Increase priority of
6264         overlay to make sure boundaries are visible (bug#15899).
6266 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
6268         * frameset.el (frameset--initial-params): Fix typo in parameter name.
6269         (frameset-restore): Compare display strings with equal.
6271         * frame.el (make-frame): Don't quote display name in error message,
6272         it is already a string.
6274 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6276         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
6277         the password.
6279 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
6281         * emacs-lisp/package.el (package--add-to-archive-contents):
6282         Include already installed and built-in packages in
6283         `package-archive-contents'.
6284         (package-install): Don't include already installed packages in the
6285         options during interactive invocation.  (Bug#16762)
6286         (package-show-package-list): If the buffer is already displayed in
6287         another window, switch to that window.
6289 2014-03-26  Reto Zimmermann  <reto@gnu.org>
6291         Sync with upstream vhdl mode v3.35.1.
6292         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6293         (vhdl-compiler-alist): Doc fix.
6294         (vhdl-goto-line): Remove.
6295         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
6296         (vhdl-mode) <paragraph-start>: Fix value.
6297         (vhdl-fix-statement-region): Not `for' in wait-statement.
6298         (vhdl-beautify-region): Also (un)tabify.
6299         (vhdl-get-visible-signals):
6300         Scan declarative part of generate statements.
6301         (vhdl-template-record): Fix indentation for record type declaration.
6302         (vhdl-expand-abbrev, vhdl-expand-paren):
6303         Revert to using fset again rather than defalias.
6304         (vhdl-scan-directory-contents): Tweak.
6305         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
6306         (vhdl-compose-components-package):
6307         Replace vhdl-goto-line with forward-line.
6308         (top-level): Tweak speedbar frame selection.
6309         (vhdl-generate-makefile-1): Support for compilers with no
6310         unit-to-file name mapping (create directory with dummy files).
6312 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
6314         Sync with upstream verilog-mode revision 702457d.
6315         * progmodes/verilog-mode.el (verilog-mode-version): Update.
6316         (create-lockfiles): Declare.
6317         (verilog-read-decls): Fix module header imports, bug709.
6318         Reported by Victor Lau.
6319         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
6320         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
6321         interface-only modules, bug721.  Reported by Dean Hoyt.
6323 2014-03-26  Glenn Morris  <rgm@gnu.org>
6325         * obsolete/gulp.el: Move here from emacs-lisp/.
6327         * files.el (lock-buffer, unlock-buffer, file-locked-p):
6328         Remove fallback aliases, since they are always defined now.
6330 2014-03-24  Daniel Colascione  <dancol@dancol.org>
6332         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
6333         instead of cl-loop search function.
6335 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
6337         * calendar/parse-time.el (parse-time-iso8601-regexp)
6338         (parse-iso8601-time-string): Copy from `url-dav' so that we can use
6339         it more generally.
6341 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
6343         * net/dns.el (network-interface-list): Define for XEmacs.
6345 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
6347         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
6348         the network interfaces changed.
6349         (dns-query): Use it to flush the data.
6351 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
6353         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
6355 2014-03-23  Daniel Colascione  <dancol@dancol.org>
6357         Change subword-mode to use `find-word-boundary-function-table' and
6358         replace `capitalized-words-mode'.  Also, convert to lexical binding.
6359         * progmodes/cap-words.el: Delete now-obsolete file.
6360         * progmodes/subword.el: Reimplement using
6361         `find-word-boundary-function-table'.
6362         (subword-mode-map): Hollow out.
6363         (capitalized-words-mode): Define as obsolete alias for
6364         `subword-mode'.
6365         (subword-mode, superword-mode): Tweak documentation to reflect new
6366         implementation; call `subword-setup-buffer'.
6367         (subword-forward, subword-capitalize): Add underscore to indicate
6368         unused variable.
6369         (subword-find-word-boundary-function-table): New constant.
6370         (subword-empty-char-table): New constant.
6371         (subword-setup-buffer): New function.
6372         (subword-find-word-boundary): New function.
6374 2014-03-23  Daniel Colascione  <dancol@dancol.org>
6376         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
6377         list to look for keyword arguments instead of `memq', fixing
6378         (Bug#3647) --- unfortunately, only for freshly-compiled code.
6379         Please make bootstrap.
6381 2014-03-22  Glenn Morris  <rgm@gnu.org>
6383         * dired.el (dired-read-regexp): Make obsolete.
6384         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
6385         (dired-flag-files-regexp):
6386         * dired-aux.el (dired-mark-read-regexp):
6387         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
6389         * startup.el (fancy-startup-text):
6390         * help.el (describe-gnu-project): Visit online info about GNU project.
6392         * help-fns.el (help-fns--interactive-only): New function.
6393         (help-fns-describe-function-functions): Add the above function.
6394         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
6395         (next-line, previous-line): Remove hand-written interactive-only
6396         information from doc strings, it is auto-generated now.
6397         * bookmark.el (bookmark-write):
6398         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
6399         (epa-mail-import-keys): Mark interactive-only,
6400         and remove hand-written interactive-only information from doc strings.
6401         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
6402         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
6403         * files.el (not-modified):
6404         * simple.el (mark-whole-buffer): Mark interactive-only.
6406         * emacs-lisp/byte-run.el (defun-declarations-alist):
6407         Add interactive-only.  Doc tweak.
6408         (macro-declarations-alist): Doc tweak.
6409         * subr.el (declare): Doc tweak (add xref to manual).
6410         * comint.el (comint-run):
6411         * files.el (insert-file-literally, insert-file):
6412         * replace.el (replace-string, replace-regexp):
6413         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6414         (delete-forward-char, goto-line, insert-buffer, next-line)
6415         (previous-line): Set interactive-only via declare.
6417 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
6419         * emacs-lisp/package.el (package-desc): Use the contents of the
6420         quoted form, not its cdr.  (Bug#16873)
6422 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
6424         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
6425         benefit of doc.c; change parameter profile to match the X function.
6427 2014-03-22  Leo Liu  <sdl.web@gmail.com>
6429         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
6430         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
6432 2014-03-21  Richard Stallman  <rms@gnu.org>
6434         * battery.el (battery-linux-sysfs): Search for each field
6435         from the beginning of the buffer.
6437         * subr.el (set-transient-map): Clear out function and value
6438         of the temporary symbol when we're done with it.
6440         * mail/rmailsum.el (rmail-summary-delete-forward):
6441         Optimize case of reaching end and handling count.
6442         (rmail-summary-mark-deleted): Optimize when N is current msg.
6443         Don't create new summary line.
6444         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
6445         (rmail-summary-undelete-many): Rewrite for speed.
6446         (rmail-summary-msg-number): New function.
6448         * mail/rmail.el (rmail-delete-message): Update summary.
6449         (rmail-undelete-previous-message): Handle repeat count arg.
6450         (rmail-delete-backward, rmail-delete-forward): Likewise.
6452 2014-03-21  Daniel Colascione  <dancol@dancol.org>
6454         * mail/emacsbug.el (report-emacs-bug): Include memory usage
6455         information in bug reports.
6457 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
6459         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
6460         and `tramp-copy-env'.
6462         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
6463         (tramp-maybe-open-connection): Handle `tramp-login-env'.
6465 2014-03-21  Glenn Morris  <rgm@gnu.org>
6467         * electric.el (electric-indent-post-self-insert-function): Add doc.
6469 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
6471         * emacs-lisp/package.el (package-compute-transaction):
6472         Use `version-list-<=' to compare the requirement version against
6473         the version of package already to be installed.  Update the error
6474         message.  (Bug#16826)
6476         * progmodes/ruby-mode.el (ruby-smie-rules):
6477         Add indentation rule for ` @ '.  (Bug#17050)
6479 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
6481         * align.el (align-regexp): Remove superfluous backslash.
6483         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
6484         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
6485         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
6486         Fix docstring typos.
6487         (ffap-next): Use C-u in docstring.
6488         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
6489         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
6490         Remove superfluous backslashes.
6491         (ffap-string-at-point): Reflow docstring.
6493         * server.el (server-host): Reflow docstring.
6494         (server-unload-function): Fix docstring typo.
6495         (server-eval-at): Remove superfluous backslash.
6497         * skeleton.el (skeleton-insert): Remove superfluous backslash.
6498         (skeleton-insert): Doc fix.
6499         (skeleton-insert): Reflow docstring.
6501         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
6502         (tty-color-approximate, tty-color-by-index, tty-color-values)
6503         (tty-color-desc): Remove superfluous backslashes.
6505 2014-03-21  Glenn Morris  <rgm@gnu.org>
6507         * cus-start.el (history-length): Bump :version.
6509         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6510         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6511         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6512         Don't set `make-backup-files'.
6514         * info.el (info--prettify-description): New function,
6515         to give info-finder descriptions consistent case, punctuation.
6516         (Info-finder-find-node): Use it.  Sort packages.
6517         Refer to "description" rather than "commentary".
6519 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
6521         * frameset.el (frameset--print-register): New function.
6522         (frameset-to-register): Use it.
6524 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
6526         * progmodes/hideif.el (hif-string-to-number): New function.
6527         (hif-tokenize): Use it to understand non-decimal floats.
6529         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
6531         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
6533 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6535         * electric.el (electric-newline-and-maybe-indent): New command.
6536         Bind it globally to C-j.
6537         (electric-indent-mode): Don't mess with the global map any more.
6538         Don't drop the post-self-insert-hook is some buffer is still using it
6539         (bug#16770).
6541         * bindings.el (global-map): Remove C-j binding.
6543         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
6544         the docstring of functions advised before dumping (bug#16993).
6546 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
6548         * ps-print.el (ps-generate-postscript-with-faces):
6549         Explicitly deactivate the mark (bug#16866).
6550         * simple.el (deactivate-mark): Update region highlight.
6552 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
6554         * emacs-lisp/package.el (describe-package-1):
6555         Decode commentary (bug#16733).
6557 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
6559         * custom.el (defcustom): Doc fix: recommend avoiding destructive
6560         modification of the value argument of :set (bug#16755).
6562 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * simple.el (newline-and-indent): Do autofill (bug#17031).
6566 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
6568         * newcomment.el (comment-normalize-vars): Only add escaping check
6569         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
6570         (comment-beginning): Use `narrow-to-region' instead of moving back
6571         one character.
6572         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
6573         (comment-start-skip): Update the docstring.
6575 2014-03-18  Richard Stallman  <rms@gnu.org>
6577         * dired.el (dired-display-file): Force use of other window.
6579 2014-03-18  Daniel Colascione  <dancol@dancol.org>
6581         * startup.el (tty-handle-args): Remove debug message from 2007.
6583 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6585         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
6586         (advice--make-interactive-form): Use it to avoid (auto)loading function.
6587         (advice--make-1, advice-add, advice-remove):
6588         Remove braindead :advice-pending hack.
6590 2014-03-17  Glenn Morris  <rgm@gnu.org>
6592         * calendar/calendar.el (calendar-generate-month): Apply weekend
6593         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
6595 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
6597         * net/tramp.el (tramp-action-out-of-band): Read pending output.
6598         (tramp-call-process): Trace also DESTINATION.
6600         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6601         Quote file names when they are local.  Remove superfluous trace.
6603 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
6605         * newcomment.el (comment-beginning): If `comment-start-skip'
6606         doesn't match, move back one char and try again.  (Bug#16971)
6608         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6609         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
6610         Set `comment-start-skip' to a simpler value that doesn't try to
6611         check if the semicolon is escaped (this is handled by
6612         `syntax-ppss' now).  (Bug#16971)
6614         * progmodes/scheme.el (scheme-mode-variables): Same.
6616 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
6618         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
6619         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
6620         current (Bug#16816, Bug#17007).
6621         (with-current-buffer-window): New macro doing the same as
6622         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
6623         * help.el (help-print-return-message): Warn in doc-string to not
6624         use this in `with-help-window'.
6625         (describe-bindings-internal): Call `describe-buffer-bindings'
6626         from within help buffer.  See Juanma's scenario in (Bug#16816).
6627         (with-help-window): Update doc-string.
6628         * dired.el (dired-mark-pop-up):
6629         * files.el (save-buffers-kill-emacs):
6630         * register.el (register-preview): Use `with-current-buffer-window'
6631         instead of `with-temp-buffer-window'.
6633 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
6635         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
6636         Implement inserting into current buffer, documented in their docstrings.
6637         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
6638         (rst-section-tree-point, rst-forward-section, rst-indent)
6639         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
6640         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
6641         (rst-font-lock-handle-adornment-pre-match-form)
6642         (rst-repeat-last-character): Reflow docstrings.
6643         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
6644         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
6645         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
6646         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
6647         Fix docstring typos.
6648         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
6649         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
6650         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
6652 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
6654         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
6655         for compatibility with other ports.
6656         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
6657         from the -xrm command line argument, but in the Nextstep port its value
6658         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
6660         * progmodes/python.el (defconst, python-syntax-count-quotes)
6661         (python-indent-region, python-indent-shift-right)
6662         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
6663         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
6664         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
6665         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
6666         (inferior-python-mode, python-shell-make-comint, run-python-internal)
6667         (python-shell-buffer-substring, python-shell-send-buffer)
6668         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
6669         (python-completion-complete-at-point, python-fill-docstring-style)
6670         (python-eldoc-function, python-imenu-format-item-label)
6671         (python-imenu-format-parent-item-label)
6672         (python-imenu-format-parent-item-jump-label)
6673         (python-imenu--build-tree, python-imenu-create-index)
6674         (python-imenu-create-flat-index): Fix docstring typos.
6675         (python-indent-context, python-shell-prompt-regexp, run-python):
6676         Remove superfluous backslashes.
6677         (python-indent-line, python-nav-beginning-of-defun)
6678         (python-shell-get-buffer, python-shell-get-process)
6679         (python-info-current-defun, python-info-current-line-comment-p)
6680         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
6681         (python-indent-post-self-insert-function, python-shell-send-file)
6682         (python-shell-completion-get-completions)
6683         (python-shell-completion-complete-or-indent)
6684         (python-eldoc--get-doc-at-point): Reflow docstrings.
6686 2014-03-14  Glenn Morris  <rgm@gnu.org>
6688         * emacs-lisp/package.el (package-menu-mode-map):
6689         Replace use of obsolete function alias.  Tweak menu item text.
6691         * info.el (Info-finder-find-node):
6692         Ignore the `emacs' metapackage.  (Bug#10813)
6694         * finder.el (finder-list-matches): Include unversioned packages
6695         in the result of a keyword search.
6697         * finder.el (finder--builtins-descriptions): New constant.
6698         (finder-compile-keywords): Use finder--builtins-descriptions.
6700 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
6702         * simple.el (blink-matching-paren): Describe the new value,
6703         `jump', enabling the old behavior.
6704         (blink-matching-open): Use that value.  (Bug#17008)
6706 2014-03-14  Glenn Morris  <rgm@gnu.org>
6708         * finder.el (finder-no-scan-regexp): Add leim-list.
6709         (finder-compile-keywords):
6710         Don't skip files with same basename.  (Bug#14010)
6711         * Makefile.in (setwins_finder): New, excluding leim.
6712         (finder-data): Use setwins_finder.
6714         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
6715         (help-function-arglist, help-make-usage): Move from here...
6716         * help.el (help-split-fundoc, help-add-fundoc-usage)
6717         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
6718         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
6720 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
6722         * net/socks.el (socks, socks-override-functions)
6723         (socks-find-services-entry):
6724         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
6725         (hif-find-ifdef-block):
6726         * progmodes/modula2.el (m2-indent): Fix docstring typos.
6728         * net/tls.el (tls-program): Reflow docstring.
6730         * progmodes/pascal.el (pascal-mode-abbrev-table)
6731         (pascal-imenu-generic-expression, pascal-auto-endcomments)
6732         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
6733         (pascal-outline-mode): Fix docstring typos.
6734         (pascal-mode): Let define-derived-mode document mode hook.
6735         (pascal-uncomment-area): Reflow.
6736         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
6738         * progmodes/opascal.el (opascal-compound-block-indent)
6739         (opascal-case-label-indent): Fix docstring typos.
6740         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
6742 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
6744         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6745         Fontify multiple adjacent negation chars.  (Bug#17004)
6747 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
6749         * emacs-lisp/package.el (package--prepare-dependencies):
6750         Accept requirements without explicit version (bug#14941).
6752 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
6754         * register.el (register-separator, copy-to-register): Doc fixes.
6755         (register-preview-default): Remove unnecessary call to concat.
6757         * frameset.el (frameset-restore): When checking for a visible frame,
6758         use the action map instead of calling visible-frame-list.
6760 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
6762         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
6764 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
6766         * window.el (fit-frame-to-buffer): Get maximum width from
6767         display's width instead of height.
6769 2014-03-12  Glenn Morris  <rgm@gnu.org>
6771         * desktop.el (desktop-restore-frames)
6772         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
6773         (desktop-restore-reuses-frames): Doc tweaks.
6775         * electric.el (electric-indent-mode): Doc fix.
6777 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
6779         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
6780         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
6781         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
6782         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
6783         (cvs-dired-use-hook): Fix docstring typos.
6784         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
6785         Doc fixes.
6787         * vc/pcvs-defs.el (cvs-auto-remove-handled)
6788         (cvs-auto-remove-directories, cvs-default-ignore-marks)
6789         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
6790         (cvs-execute-single-dir): Fix docstring typos.
6792         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
6793         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
6795         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
6797         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
6798         Fix docstring typos.
6800 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
6802         * frameset.el (frameset--jump-to-register): Add autoload; it could be
6803         called from jump-to-register after unloading the frameset package.
6805 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6807         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
6808         (bug#16975).  Deactivate the mark before setting it to nil.
6809         (activate-mark): Do nothing if region is already active.
6811 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
6813         * frameset.el (frameset--target-display): Remove definition; declare.
6814         (frameset-save, frameset-restore): Let-bind frameset--target-display.
6816 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
6819         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
6820         when the advice is pending.
6821         (advice-remove): Remove this marker when not needed any more.
6823 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
6825         * frameset.el: Separate options for reusing frames and cleaning up.
6826         (frameset--reuse-list): Remove definition; declare.
6827         (frameset--action-map): Declare.
6828         (frameset--find-frame-if): Doc fix.
6829         (frameset--restore-frame): Cache frame action.
6830         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
6831         how to clean up the frame list after restoring.  Remove cleaning
6832         options from REUSE-FRAMES.  Change all keyword values to symbols.
6833         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
6835         * desktop.el (desktop-restore-forces-onscreen)
6836         (desktop-restore-reuses-frames): Use non-keyword values.
6837         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
6839 2014-03-10  Glenn Morris  <rgm@gnu.org>
6841         * files.el (find-file): Doc fix: update info node name.
6843         * emacs-lisp/advice.el (ad-add-advice, defadvice):
6844         Doc fix: remove references to deleted info nodes.
6846 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
6848         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
6849         Do not add nil to the environment, when there's no remote `locale'.
6850         (tramp-find-inline-encoding): Check, that the remote host has
6851         installed perl, before sending scripts.
6853 2014-03-10  Leo Liu  <sdl.web@gmail.com>
6855         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6856         Clear eldoc-last-message.  (Bug#16920)
6858 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6860         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
6861         (bug#14430).
6863 2014-03-09  Juri Linkov  <juri@jurta.org>
6865         * ansi-color.el (ansi-color-names-vector): Copy default colors
6866         from `xterm-standard-colors' that look well on the default white
6867         background (and also on the black background) to avoid illegible
6868         color combinations like yellow-on-white and white-on-white.
6869         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
6871 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
6873         * frameset.el (frameset-restore): When no frame is visible, do not
6874         generate a list of frames, just make visible the selected one.
6876 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
6878         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
6879         it only contains the repository root.  (Bug#16897)
6881 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
6883         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
6884         only when `remote-file-name-inhibit-cache' is nil.
6885         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
6887 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
6889         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
6890         Fix doc-strings.
6891         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
6892         fit-frame-to-buffer variable.  Fix doc-string.
6893         (fit-window-to-buffer): Set ONLY argument in call of
6894         fit-frame-to-buffer.  Fix doc-string.
6896 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
6898         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
6899         (tramp-action-password): Clear password cache if needed.
6900         (tramp-read-passwd): Do not clear password cache.
6902         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
6903         cache unless it is the first password request.
6905 2014-03-06  Glenn Morris  <rgm@gnu.org>
6907         * simple.el (newline): Doc tweak.
6909         * emacs-lisp/shadow.el (load-path-shadows-find):
6910         Ignore dir-locals.  (Bug#12357)
6912 2014-03-05  Glenn Morris  <rgm@gnu.org>
6914         * files.el (interpreter-mode-alist):
6915         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
6917 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
6919         * frameset.el (frameset--initial-params): Filter out null entries.
6921 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
6923         * window.el (window-min-height, window-min-width):
6924         Rewrite doc-strings.
6925         (window-body-size): Add PIXELWISE argument to make it consistent
6926         with its callees.
6928 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
6930         * finder.el (finder-mode-map, finder-mode-syntax-table):
6931         Revert part of 2014-02-28 change.
6933 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
6935         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
6936         (eww-setup-buffer): Clear next/prev/etc more reliably.
6937         (eww-textarea-map): [tab] doesn't work on tty.
6938         Reported by Mario Lang.
6940         * net/shr.el (shr-map): Ditto.
6942 2014-03-04  Glenn Morris  <rgm@gnu.org>
6944         * minibuffer.el (completion-hilit-commonality):
6945         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
6947 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
6949         * hilit-chg.el (hilit-chg-unload-function): New function.
6950         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
6951         (hilit-chg-map-changes): Prefer cardinal number to digit.
6952         (hilit-chg-display-changes): Reflow docstring.
6953         (highlight-changes-rotate-faces): Remove superfluous backslash.
6955 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
6957         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
6958         `tramp-send-command-and-check'.
6960 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
6962         * hexl.el (hexl-address-region, hexl-ascii-region)
6963         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
6964         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
6965         (hexl-forward-word, hexl-previous-line, hexl-next-line):
6966         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
6967         (hexl-mode): Doc fix.
6968         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
6969         (hexl-mode-ruler): Fix typos in docstrings.
6971         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
6972         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
6973         Remove superfluous backslashes.
6974         (strokes-last-stroke, strokes-global-map, strokes-mode):
6975         Reflow docstrings.
6976         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
6977         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
6978         (strokes-distance-squared, strokes-global-set-stroke)
6979         (strokes-global-set-stroke-string): Doc fixes.
6980         (strokes-help): Fix typos; reflow docstring.
6982 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
6984         * window.el (window-in-direction): Fix doc-string.
6986 2014-03-04  Glenn Morris  <rgm@gnu.org>
6988         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
6989         Explicit error if no grammar.
6990         (smie-config-save): Doc fix.  Fix quote typo.
6992 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6994         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
6995         electric-indent-mode-hook if we obey electric-indent-mode.
6996         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
6997         decide whether we obey electric-indent-mode.
6998         (c-change-set-fl-decl-start, c-extend-after-change-region):
6999         Silence warnings.
7000         (c-electric-indent-mode-hook): Assume we do want to obey
7001         electric-indent-mode.
7003         * electric.el (electric-indent-mode-has-been-called): Remove.
7004         (electric-indent-mode): Fix accordingly.
7006         * files.el (hack-local-variables): Mention file name in warning.
7008         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
7010 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
7012         * bindings.el: Add comment describing why C-d binds to `delete-char'.
7013         * simple.el (delete-forward-char): Mark as interactive-only.
7015 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
7017         * icomplete.el (icomplete-completions):
7018         Follow-up to 2014-03-01 change.
7020         * icomplete.el: Miscellaneous doc fixes.
7021         Use Icomplete everywhere instead of icomplete for consistency.
7022         (icomplete-max-delay-chars): Fix typo.
7023         (icomplete-mode): Use \[].
7024         (icomplete-tidy, icomplete-exhibit): Reflow.
7025         (icomplete-minibuffer-setup-hook, icomplete-completions):
7026         Remove superfluous backlashes.
7028         * ido.el: Miscellaneous doc fixes.
7029         Use Ido everywhere instead of ido or `ido' for consistency.
7030         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
7031         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
7032         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
7033         (ido-separator): Extract obsolescence info from docstring and declare
7034         with make-obsolete-variable.
7035         (ido-minibuffer-setup-hook): Simplify example.
7036         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
7037         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
7038         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
7039         (ido-everywhere): Reflow docstring.
7040         (ido-toggle-vc): Doc fix.
7041         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
7042         of long list of keybindings.
7044 2014-03-03  Glenn Morris  <rgm@gnu.org>
7046         * frame.el (display-pixel-height, display-pixel-width)
7047         (display-mm-dimensions-alist, display-mm-height)
7048         (display-mm-width): Doc tweaks.
7050 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
7052         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
7053         case of undo in region.
7055 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
7057         * window.el (fit-window-to-buffer): Fix argument in window-size
7058         call when window is horizontally combined.
7060 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
7062         * icomplete.el (icomplete-completions): Use string-width.
7063         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7065 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
7067         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7068         Highlight regexp options.  (Bug#16914)
7070 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
7072         * window.el (window--max-delta-1): Round down when calculating
7073         how many lines/columns we can get from a window.
7075 2014-03-01  Glenn Morris  <rgm@gnu.org>
7077         * isearch.el (search-invisible): Doc fix.
7079         * minibuffer.el (completion-hilit-commonality):
7080         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
7081         * comint.el (comint-dynamic-list-completions): Doc fix.
7082         * comint.el (comint-dynamic-list-completions):
7083         * filecache.el (file-cache-minibuffer-complete):
7084         * tempo.el (tempo-display-completions):
7085         * eshell/em-hist.el (eshell-list-history):
7086         Replace use of obsolete argument of display-completion-list.
7088 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
7090         * icomplete.el (icomplete-completions):
7091         Revert back to using "..." when ?… cannot be displayed.
7093 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
7095         * finder.el (finder-unload-function): New function.
7097 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
7099         * dframe.el (dframe-detach):
7100         * find-dired.el (find-dired, find-name-dired):
7101         * finder.el (finder-mode-map, finder-mode-syntax-table)
7102         (finder-headmark, finder-select, finder-mouse-select):
7103         Fix docstring typos.
7105 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
7107         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
7108         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
7109         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7110         Fix doc-string based on a suggestion by Nicolas Richard
7111         <theonewiththeevillook@yahoo.fr>.
7112         * help.el (with-help-window): Fix doc-string.
7114 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
7116         * net/shr.el (shr-image-animate): New option.
7117         (shr-put-image): Respect shr-image-animate.
7119 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
7121         * net/tramp-adb.el (tramp-adb-parse-device-names):
7122         Use `accept-process-output'.
7123         (tramp-adb-handle-file-truename): Cache the localname only.
7124         (tramp-adb-handle-make-directory)
7125         (tramp-adb-handle-delete-directory): Flush file properties correctly.
7126         (tramp-adb-handle-set-file-modes): Do not raise an error when file
7127         modes cannot be changed.
7129         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
7130         file properties of symlinks.
7132 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
7134         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
7135         required/optional fields to match development biblatex.  (Bug#16781)
7137 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
7139         * saveplace.el (toggle-save-place):
7140         Fix argument handling.  (Bug#16673)
7142 2014-02-28  Glenn Morris  <rgm@gnu.org>
7144         * minibuffer.el (completions-first-difference)
7145         (completions-common-part, completion-hilit-commonality): Doc fixes.
7147 2014-02-28  Karl Berry  <karl@gnu.org>
7149         * info.el (Info-mode-map): Add H for describe-mode,
7150         to synchronize with standalone Info.
7152 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
7154         * progmodes/sql.el (sql-interactive-mode):
7155         Avoid setting global comint-input-ring-separator.  (Bug#16814)
7157 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
7159         * net/dbus.el (dbus--init-bus): Declare function.
7160         (dbus-path-local, dbus-interface-local): New defconst.
7161         (dbus-init-bus): Use them.
7162         (dbus-return-values-table): Extend doc.
7163         (dbus-handle-bus-disconnect): Extend error message.
7165 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
7167         * subr.el (y-or-n-p): Fix double space issue in message.
7169 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
7171         * net/tramp.el (tramp-call-process): Improve trace message.
7172         (tramp-handle-insert-file-contents): Trace error case.
7174         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7175         <insert-directory>: Use `tramp-handle-insert-directory'.
7176         (tramp-adb-handle-insert-directory): Remove function.
7177         (tramp-adb-send-command-and-check): New defun, replacing
7178         `tramp-adb-command-exit-status'.  Change all callees.
7179         (tramp-adb-handle-file-attributes)
7180         (tramp-adb-handle-directory-files-and-attributes): Use it.
7181         (tramp-adb-ls-output-name-less-p):
7182         Use `directory-listing-before-filename-regexp'.
7183         (tramp-adb-handle-delete-directory): Flush also file properties of
7184         the truename of directory.
7185         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
7186         (tramp-adb-handle-file-local-copy): Make the local copy readable.
7187         (tramp-adb-handle-write-region): Implement APPEND.
7188         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
7189         properties correctly.
7190         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
7191         variables.  Check for connected devices only when needed.
7193 2014-02-27  Glenn Morris  <rgm@gnu.org>
7195         * minibuffer.el (completion-table-dynamic)
7196         (completion-table-with-cache): Doc fixes.
7198         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
7199         (completing-read-multiple): Doc fixes.
7201 2014-02-27  Daniel Colascione  <dancol@dancol.org>
7203         * minibuffer.el (completion--nth-completion): Fix indentation.
7205         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
7206         explicit tramp path is empty.
7208 2014-02-27  Glenn Morris  <rgm@gnu.org>
7210         * emacs-lisp/crm.el (completing-read-multiple):
7211         Empower help-enable-auto-load.
7213 2014-02-26  Glenn Morris  <rgm@gnu.org>
7215         * startup.el (command-line): Don't init the tty in daemon mode.
7217         Avoid calling tty-setup-hook twice, eg if a term file
7218         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
7219         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
7220         (tty-create-frame-with-faces): Use it.
7221         * startup.el (command-line): Pass run-hook argument
7222         to tty-run-terminal-initialization.
7224         * dired.el (dired-restore-desktop-buffer): Demote errors;
7225         eg in case a glob match fails.  (Bug#16884)
7227 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
7229         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
7230         error from `read-from-string'.  (Bug#16850)
7232         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
7233         result of `completing-read' in the interactive form.  (Bug#16854)
7235 2014-02-25  Glenn Morris  <rgm@gnu.org>
7237         * image.el (image-animate, image-animate-timeout):
7238         Stop animating images in dead buffers.  (Bug#16878)
7240         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
7242         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
7243         Doc fixes.
7244         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
7245         * term/sun.el (sun-raw-prefix-hooks):
7246         Use tty-setup-hook instead of term-setup-hook.
7247         (terminal-init-sun): Construct message from bytecomp plist.
7248         * term/wyse50.el (enable-arrow-keys): Doc fix.
7250 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
7252         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
7253         Fix docstring typos.
7255 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
7257         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
7259 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
7261         * minibuffer.el (completion--try-word-completion):
7262         Fix error when completing M-x commands (bug#16808).
7264 2014-02-24  Leo Liu  <sdl.web@gmail.com>
7266         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
7268 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
7270         * apropos.el (apropos-print): Avoid formatting error when
7271         apropos-do-all and apropos-compact-layout are both t.
7273 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
7275         * apropos.el (apropos-property, apropos-all-words-regexp)
7276         (apropos-true-hit, apropos-variable, apropos-print):
7277         Fix docstring typos, and remove obsolete comment.
7279 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
7281         * net/tramp-sh.el (tramp-sh-handle-file-truename):
7282         Preserve trailing "/".  (Bug#16851)
7284 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
7286         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
7287         after `=>' (bug#16811).
7288         (ruby-smie-rules): Handle the inconsistent second element of the
7289         list returned by `smie-indent--parent'.
7290         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
7291         method call.
7293 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
7295         * elec-pair.el (electric-pair-text-syntax-table)
7296         (electric-pair-syntax-info, electric-pair--syntax-ppss)
7297         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
7298         (electric-pair--looking-at-unterminated-string-p): Doc fix.
7299         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
7301 2014-02-22  Glenn Morris  <rgm@gnu.org>
7303         * imenu.el (imenu--generic-function): Doc fix.
7305         * register.el (frame-configuration-to-register): Make obsolete.
7307 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
7309         * desktop.el (desktop-save-buffer-p): Do not fail when
7310         desktop-files-not-to-save is nil.  Return t for true result
7311         as the doc says.
7313 2014-02-22  Daniel Colascione  <dancol@dancol.org>
7315         * net/secrets.el (secrets-create-item, secrets-search-items):
7316         Check that attribute values are strings, avoiding the construction
7317         of invalid dbus messages.
7319 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
7321         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
7322         defun-declarations-alist.
7324 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7326         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
7327         (bug#16829).
7329 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
7331         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
7332         (whitespace-newline, whitespace-trailing, whitespace-line)
7333         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7334         (whitespace-space-after-tab): Fix typo in docstrings.
7336 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
7338         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
7340         * electric.el (electric-indent-functions-without-reindent):
7341         Add `yaml-indent-line'.
7343 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
7345         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
7346         It has done nothing for years; should be removed after the release.
7348         * simple.el (choose-completion): Fix docstring typo.
7349         (read-quoted-char-radix): Remove unneeded * in docstring.
7350         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
7351         Don't escape parentheses unnecessarily in docstrings.
7353 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
7355         Fix handling of window-min-height/-width (Bug#16738).
7356         * window.el (window--dump-window, window--dump-frame):
7357         New functions.
7358         (window--min-size-1): Account for window dividers.
7359         When window-resize-pixelwise is nil, delay rounding till after the
7360         sum of the window components has been calculated.
7361         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
7362         nil make sure at least one text line and two text columns remain
7363         fully visible.
7364         (window-resize): Signal an error when window-resize-apply fails.
7365         (window--resize-child-windows): Fix calculation of by how many
7366         pixels a window can still be shrunk via window-new-normal.
7367         (adjust-window-trailing-edge): Call window--resizable with
7368         correct TRAIL argument.
7370         (with-temp-buffer-window): Don't evaluate BODY within
7371         with-current-buffer (Bug#16816).
7373 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
7375         * net/tramp.el (tramp-check-cached-permissions):
7376         Call `file-attributes' with `suffix' being a symbol but a string.
7378 2014-02-21  Daniel Colascione  <dancol@dancol.org>
7380         * net/dbus.el (dbus-init-bus-1): Declare new subr.
7381         (dbus-init-bus): New function: call into dbus-init-bus-1
7382         and installs a handler for the disconnect signal.
7383         (dbus-call-method): Rewrite to look for result in cons.
7384         (dbus-call-method-handler): Store result in cons.
7385         (dbus-check-event): Recognize events with nil sender as valid.
7386         (dbus-handle-bus-disconnect): New function.  React to bus
7387         disconnection signal by synthesizing dbus error for each
7388         pending synchronous or asynchronous call.
7389         (dbus-notice-synchronous-call-errors): New function.
7390         (dbus-handle-event): Raise errors directly only when `dbus-debug'
7391         is true, not all the time.
7393 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
7395         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7396         Remove obsolescence declarations, these variables do not exist anymore.
7398         * savehist.el (savehist-save-minibuffer-history)
7399         (savehist-additional-variables, savehist-file, savehist-mode-hook)
7400         (savehist-save-hook, savehist-coding-system, savehist-loaded)
7401         (savehist-load, savehist-install, savehist-autosave): Fix typos;
7402         mostly, refer to "Savehist mode" when talking about the mode,
7403         and not the function.
7405         * saveplace.el (save-place): Remove redundant info in docstring.
7406         (save-place-forget-unreadable-files, toggle-save-place)
7407         (save-place-forget-unreadable-files, save-place-dired-hook):
7408         Fix typos and remove unneeded backslashes.
7410 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
7412         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
7413         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
7415         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7416         <insert-directory>: Use `tramp-handle-insert-directory'.
7417         (tramp-gvfs-handle-insert-directory): Remove function.
7419         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7420         Call `tramp-handle-insert-directory'.
7422 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
7424         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
7425         before the start of buffer/region (bug#16799).
7427 2014-02-20  Glenn Morris  <rgm@gnu.org>
7429         * isearch.el (search-invisible): Doc fix.
7431 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
7433         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
7434         (bug#16657).
7436 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
7438         * frameset.el (frameset-restore): Delay removing an old frame's
7439         duplicate id until the new frame has been correctly created.
7441 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
7443         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
7444         (tramp-check-cached-permissions): Call `file-attributes' if the
7445         cache is empty.
7447         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7448         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
7450         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7451         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
7452         (tramp-gvfs-maybe-open-connection): Set always connection
7453         properties, even if target is mounted already.
7455         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
7456         Set tramp-autoload cookie.
7457         (tramp-get-remote-touch): New defun.
7458         (tramp-sh-handle-set-file-times): Use it.
7459         (tramp-sh-handle-directory-files-and-attributes):
7460         Use `tramp-handle-directory-files-and-attributes' if neither stat
7461         nor perl are available on the remote host.
7463         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
7464         "/".  Write long listing only when "l" belongs to the switches.
7466         * net/trampver.el: Update release number.
7468 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
7470         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
7472 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
7474         * window.el (window-state-put): Allow WINDOW to refer to an
7475         internal window (Bug#16793).
7477 2014-02-19  Glenn Morris  <rgm@gnu.org>
7479         * textmodes/remember.el: Move provide statement to end.
7480         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
7481         (remember-notes): Doc fixes.
7483 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7485         * delsel.el (delete-char): Restore incorrectly erased property
7486         (bug#16795).
7488 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
7490         * frameset.el (frameset--restore-frame): When a frame is being reused
7491         and its root window is not alive, delete all the frame's windows before
7492         restoring the window state.  This works around the issue in bug#16793.
7494 2014-02-18  Glenn Morris  <rgm@gnu.org>
7496         * textmodes/remember.el (remember-data-directory)
7497         (remember-directory-file-name-format, remember-store-in-files)
7498         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
7499         (remember-notes-save-and-bury-buffer)
7500         (remember-notes--kill-buffer-query): Doc fixes.
7502         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
7504 2014-02-17  Alan Mackenzie  <acm@muc.de>
7506         Connect electric-indent-mode up with CC Mode.  Bug #15478.
7507         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
7508         to electric-indent-{,local-}-mode.
7509         (c-basic-common-init): Set electric-indent-inhibit.
7510         Initialise c-electric-flag from electric-indent-mode.
7511         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
7512         New hook functions which propagate electric-indent-mode to CC mode.
7514         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
7515         hit, toggle electric-indent-local-mode.
7517         * electric.el (electric-indent-mode-has-been-called):
7518         New variable.
7520 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
7522         * frameset.el (frameset-cfg-id): New function.
7523         (frameset--reuse-frame, frameset-restore): Use it.
7524         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
7526 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7528         * ido.el (ido-file-internal): Remove unused var `d'.
7529         Use \` for to match BoS.  Fit within 80n columns.
7531 2014-02-17  Daniel Colascione  <dancol@dancol.org>
7533         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
7534         dbus-call-method check for completion using a busy-wait loop with
7535         gradual backoff.
7537 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
7539         Sync with Tramp 2.2.9.
7541         * net/trampver.el: Update release number.
7543 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
7545         * ido.el (ido-file-internal): Don't add the name of an existing
7546         directory twice.  (Bug#16747)
7548 2014-02-16  Glenn Morris  <rgm@gnu.org>
7550         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
7551         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
7553 2014-02-15  Michael R. Mauger  <michael@mauger.com>
7555         * progmodes/sql.el: Version 3.4
7556         (sql-oracle-options): New default value ("-L").
7557         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
7558         (sql-placeholders-filter): Correct placeholder pattern.
7559         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
7560         (sql-login-delay): New variable.
7561         (sql-product-interactive): Use it.
7563 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
7565         * frameset.el (frameset--jump-to-register): Check that buffer is live
7566         (bug#16749).
7568 2014-02-15  Glenn Morris  <rgm@gnu.org>
7570         * info.el (info-initialize): Revert 2014-01-10 change.
7572 2014-02-14  Glenn Morris  <rgm@gnu.org>
7574         * replace.el (map-query-replace-regexp)
7575         (read-regexp-defaults-function, read-regexp): Doc fixes.
7577         * dired.el (dired-read-regexp):
7578         * faces.el (list-faces-display):
7579         * misearch.el (multi-isearch-read-matching-buffers)
7580         (multi-isearch-read-matching-files):
7581         * play/cookie1.el (cookie-apropos):
7582         * progmodes/grep.el (grep-read-regexp): Doc fixes.
7584         * textmodes/remember.el (remember): Use frameset-to-register
7585         rather than frame-configuration-to-register.
7587 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
7589         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
7590         incorrect keybinding.
7592 2014-02-13  Daniel Colascione  <dancol@dancol.org>
7594         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
7595         when adding overlays so that line numbers from compiler match line
7596         numbers we use.
7598 2014-02-13  Glenn Morris  <rgm@gnu.org>
7600         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
7602         * jit-lock.el (jit-lock-mode): Doc fix.
7604 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
7606         * apropos.el (apropos-read-pattern): When the user passes an empty
7607         string, give a more helpful error message than "Wrong type
7608         argument: stringp, nil".
7610 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7612         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
7614 2014-02-13  Glenn Morris  <rgm@gnu.org>
7616         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
7618 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
7621         shift-select commands.
7623 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
7625         * progmodes/js.el (js-indent-line): Don't widen.
7626         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
7628 2014-02-12  Glenn Morris  <rgm@gnu.org>
7630         * icomplete.el (icomplete): Add info-link to defgroup.
7631         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
7632         (icomplete-minibuffer-map, icomplete-mode)
7633         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
7635         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
7636         (package-menu-filter): Rename from package-menu-filter-interactive.
7637         Doc fix.
7639 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
7641         * frameset.el (frameset--jump-to-register): Select the required
7642         window and buffer before restoring position (bug#16696).
7644 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
7646         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
7648 2014-02-10  Glenn Morris  <rgm@gnu.org>
7650         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
7652 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
7654         * w32-common-fns.el (x-get-selection): Doc fix.
7655         * select.el (x-get-selection): Doc fix.  (Bug#15109)
7657         * face-remap.el (face-remap-add-relative)
7658         (face-remap-remove-relative, face-remap-reset-base)
7659         (face-remap-set-base): Call force-mode-line-update to redisplay
7660         the current buffer due to potential change in faces.  (Bug#16709)
7662 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
7664         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
7665         script more robustly.
7667 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
7669         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
7671         * simple.el (choose-completion): Doc fix (bug#14160).
7673         * subr.el (event-start): Say what a nil EVENT value means.
7675         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
7676         (bug#14197).
7678         * progmodes/grep.el (find-program): Doc fix (bug#14289).
7680         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
7682         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
7684         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
7685         predicate function (bug#15455).
7687 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
7689         * ielm.el (inferior-emacs-lisp-mode): Instead of
7690         `comment-use-global-state', set `comment-use-syntax'.
7692 2014-02-10  Glenn Morris  <rgm@gnu.org>
7694         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
7696 2014-02-09  Alan Mackenzie  <acm@muc.de>
7698         Fix c-invalidate-state-cache on narrowed buffers.
7699         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
7700         Widen when setting and clearing the CPP delimiter properties.
7702 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7704         * help.el (describe-bindings): Doc fix (bug#9888).
7706         * files.el (save-buffer): Use ARG as the parameter name for
7707         consistency (bug#10346).
7708         (save-buffer): Clarify the 0 argument (bug#10346).
7710         * cus-edit.el (customize-apropos): Fix error string.
7711         (custom-buffer-create): Doc fix (bug#11122).
7712         (custom-sort-items): Doc fix (bug#11121).
7714         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
7716         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
7717         (icomplete-simple-completing-p): Mention the previous variable.
7719         * font-lock.el (font-lock-value-in-major-mode): Clarify the
7720         meaning of the parameter (bug#12282).
7722         * files.el (find-file-noselect): Clarify prompt when changing
7723         readedness (bug#13261).
7724         (locate-file): Suffixes aren't returned, so don't say that they
7725         are (bug#12674).
7726         (backup-inhibited): Doc clarification (bug#12525).
7728         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
7729         before we actually start to delete things (bug#16331).
7731         * subr.el (event-start): Doc fix (bug#14228).
7732         (event-end): Ditto.
7734 2014-02-09  Glenn Morris  <rgm@gnu.org>
7736         * emacs-lisp/warnings.el (lwarn):
7737         Empower help-enable-auto-load.  (Bug#15940)
7739 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
7741         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
7742         (Bug#16690)
7744 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
7746         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7747         Insert output at end of buffer.  (Bug#16120)
7749 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
7751         * simple.el (choose-completion-string-functions): Document new
7752         calling convention (bug#14153).
7753         (execute-extended-command): Clarify doc string (bug#13373).
7755         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
7757         * find-dired.el (find-name-dired): Doc fix (bug#14290).
7758         (find-grep-dired): Doc fix (bug#14288).
7760 2014-02-08  Juri Linkov  <juri@jurta.org>
7762         * isearch.el (isearch-quote-char): Check character validity
7763         like in `quoted-insert' (bug#16677).
7765 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
7767         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
7769         * isearch.el (isearch-hide-immediately): Doc clarification
7770         (bug#14723).
7772         * simple.el (line-move): Document utility function used many
7773         places in the Emacs sources (bug#14843).
7775         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
7776         (dired-prev-marked-file): Doc fix (bug#14855).
7777         (dired-up-directory): Doc fix (bug#14848).
7779         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
7781         * files.el (file-relative-name): Doc fix (bug#15159).
7783         * fringe.el (fringe-styles): Doc fix (bug#15239).
7785         * isearch.el (isearch-filter-predicate): Documentation typo fix
7786         (bug#15474).
7788         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
7790         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
7792         * replace.el (replace-match-maybe-edit): Doc clarification
7793         (bug#15632).
7795         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
7797         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
7799 2014-02-08  Glenn Morris  <rgm@gnu.org>
7801         * help-fns.el (describe-variable):
7802         Check {file,dir}-local-variables-alist, and buffer-file-name,
7803         in the correct buffer.
7805 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
7807         * help-fns.el (describe-variable): Fix the case where
7808         a value is directory-local with no dir-locals file.  (Bug#16635)
7810 2014-02-08  Glenn Morris  <rgm@gnu.org>
7812         * abbrev.el (edit-abbrevs-mode):
7813         Derive from fundamental-mode.  (Bug#16682)
7815 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
7817         * simple.el (quoted-insert): Check character validity (bug#16677).
7819 2014-02-07  Juri Linkov  <juri@jurta.org>
7821         * desktop.el (desktop-read): Claim the lock when the owner is not
7822         the current process.  (Bug#16157)
7824 2014-02-07  Juri Linkov  <juri@jurta.org>
7826         * desktop.el (desktop-buffers-not-to-save): Change default from nil
7827         to "\\` ".  (Bug#16651)
7829 2014-02-07  Juri Linkov  <juri@jurta.org>
7831         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
7832         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
7833         (desktop-auto-save-cancel-timer): New function with some code from
7834         `desktop-auto-save-set-timer'.
7835         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
7836         Instead of setting `desktop-save-mode' to nil, call
7837         `desktop-save-mode' with arg 0.  (Bug#16630)
7839 2014-02-07  Glenn Morris  <rgm@gnu.org>
7841         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
7842         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7843         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
7845         * obsolete/iswitchb.el: Move to obsolete/.
7846         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
7847         since obsolete/ is not scanned for autoloads.
7848         * emacs-lisp/authors.el (authors-valid-file-names):
7849         Add iswitchb.el.
7851         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
7852         Disable now non-functional find-file-hook.
7854 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
7856         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
7857         instead of ";" in order to avoid additional prompts.  Let heredoc
7858         scripts read from tty.  (Bug#16582)
7859         (tramp-send-command): No special handling of heredocs, it isn't
7860         necessary anymore.
7862 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7864         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
7865         with a space (bug#16664).  Limit the symbols considered to the ones
7866         that are bound or fbound (bug#16646).
7868 2014-02-06  Glenn Morris  <rgm@gnu.org>
7870         * epa.el (epa-mail-aliases): Doc fix.
7872 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
7874         * emacs-lisp/lisp.el (lisp-completion-at-point):
7875         Use `completion-table-merge' instead of `completion-table-in-turn'
7876         (bug#16604).
7878         * minibuffer.el (completion-table-merge): New function.
7880 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
7882         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
7883         (tramp-sh-handle-set-file-acl)
7884         (tramp-sh-handle-start-file-process)
7885         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
7886         (tramp-find-executable, tramp-send-command): Use it.
7888 2014-02-05  Glenn Morris  <rgm@gnu.org>
7890         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
7892 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7894         * progmodes/python.el (python-shell-send-string)
7895         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
7897 2014-02-04  Anders Lindgren  <andlind@gmail.com>
7899         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
7900         the names (bug#16620).
7902 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
7904         * faces.el (window-divider): New default value.  Rewrite doc-string.
7905         (window-divider-first-pixel, window-divider-last-pixel): New faces.
7907 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
7909         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
7910         `protected' and `public' can also be called without arguments.
7912 2014-02-03  Glenn Morris  <rgm@gnu.org>
7914         * register.el (window-configuration-to-register)
7915         (frame-configuration-to-register): Unadvertise unused argument.
7916         * frameset.el (frameset-to-register): Remove unused argument.
7918         * frameset.el (frameset-to-register):
7919         * kmacro.el (kmacro-to-register):
7920         * register.el (increment-register):
7921         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
7922         (calc-append-to-register, calc-prepend-to-register):
7923         * play/gametree.el (gametree-layout-to-register)
7924         (gametree-apply-register-layout):
7925         * textmodes/picture.el (picture-clear-rectangle-to-register)
7926         (picture-yank-rectangle-from-register):
7927         * vc/emerge.el (emerge-combine-versions-register):
7928         Use register-read-with-preview to read registers.
7930 2014-02-03  João Távora  <joaotavora@gmail.com>
7932         * elec-pair.el (electric-pair-backward-delete-char): Don't error
7933         when at beginning of (possibly narrowed) buffer.
7935 2014-02-02  Daniel Colascione  <dancol@dancol.org>
7937         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
7938         Also try to display local help from just before point.
7940 2014-02-02  Alan Mackenzie  <acm@muc.de>
7942         c-parse-state.  Don't "append-lower-brace-pair" in certain
7943         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
7944         recognised as a comment.
7946         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
7947         as well as normal comment starter.
7948         (c-parse-state-get-strategy): Extra return possibility
7949         'back-and-forward.
7950         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
7951         return value list to indicate replacement of a brace-pair cons
7952         with its car.
7953         (c-parse-state-1): With 'back-and-forward, only call
7954         c-append-lower-brace-pair-to state-cache when cons-separated.
7956 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
7958         * term/ns-win.el (ns-suspend-error): New function.
7959         (ns-initialize-window-system): Add ns-suspend-error to
7960         suspend-hook (Bug#16612).
7962 2014-02-02  Daniel Colascione  <dancol@dancol.org>
7964         * progmodes/cc-defs.el (c-find-assignment-for-mode):
7965         Make loading cc-mode silent.
7967 2014-02-02  Daniel Colascione  <dancol@dancol.org>
7969         * comint.el (comint-prompt-read-only): Change doc to suggest
7970         remap keybinding.
7972 2014-02-02  Glenn Morris  <rgm@gnu.org>
7974         * register.el (register-read-with-preview, point-to-register)
7975         (window-configuration-to-register, frame-configuration-to-register)
7976         (jump-to-register, number-to-register, view-register, insert-register)
7977         (copy-to-register, append-to-register, prepend-to-register)
7978         (copy-rectangle-to-register): Doc fixes.
7980 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7982         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
7983         * emacs-lisp/find-func.el (find-function-C-source): Idem.
7984         * emacs-lisp/nadvice.el (advice--cd*r): New function.
7985         * help-fns.el (describe-function-1): Use it.
7987 2014-02-02  Glenn Morris  <rgm@gnu.org>
7989         * register.el (register-preview-default): New function,
7990         split from register-preview.
7991         (register-preview-function): Rename from register-preview-functions,
7992         make it not a hook.
7993         (register-preview): Use register-preview-function.
7994         (register-read-with-preview): Error on non-character event.  (Bug#16595)
7996 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
7998         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
7999         `:' before binary operators (bug#16609).  Don't check for `:'
8000         before `[' and `(', or their syntax status.  A percent literal
8001         can't end with either.
8002         (ruby-font-lock-keywords): For built-ins that require arguments,
8003         check that they're followed by something that looks like argument
8004         (bug#16610).
8006 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8008         * subr.el (butlast): Document what an omitted N means (bug#13437).
8009         (nbutlast): Ditto.
8011 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8013         * net/shr.el (shr-generic): Make into a defsubst to make the stack
8014         depth shallower (bug#16587).
8015         (shr-tag-svg): Respect `shr-inhibit-images'.
8016         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
8018 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
8020         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
8021         (ruby-smie-grammar): Make "." right-associative.  Make its priority
8022         lower than the ternary and all binary operators.
8023         (ruby-smie-rules): Indent "(" relative to the first non-"."
8024         parent, or the first "." parent at indentation.
8025         Use `ruby-align-chained-calls' for indentation of "." tokens.
8026         (Bug#16593)
8028 2014-01-31  Juri Linkov  <juri@jurta.org>
8030         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
8031         from `make-hash-table'.
8033         * textmodes/ispell.el (ispell-init-process): Change message format
8034         to be consistent with other messages.
8036 2014-01-31  Glenn Morris  <rgm@gnu.org>
8038         * delsel.el (delete-selection-mode): Doc fix.
8040         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
8041         (trace-function-background): Doc fixes.
8043         * ido.el (ido-use-virtual-buffers): Doc fix.
8044         Reset :version, since the default value has not changed.
8046         * register.el (register-preview-delay, register-read-with-preview):
8047         Doc fixes.
8049         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
8050         do not mess with mail-buffer position (fixes 2009-11-03 change).
8051         * progmodes/cc-mode.el (c-submit-bug-report):
8052         Check auto-fill-mode is bound.  (Bug#16592)
8054 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
8056         * startup.el (fancy-splash-image-file): New function,
8057         split from fancy-splash-head.
8058         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
8059         so that we are both using the same image.  (Bug#16574)
8061 2014-01-30  Glenn Morris  <rgm@gnu.org>
8063         * simple.el (eval-expression): Doc fix.
8065         * hexl.el (hexl-mode-hook):
8066         * ielm.el (ielm-mode-hook):
8067         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
8068         (lisp-interaction-mode-hook):
8069         * progmodes/cfengine.el (cfengine3-documentation-function):
8070         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
8072 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8074         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
8075         is a symbol (bug#16584).
8077 2014-01-30  Glenn Morris  <rgm@gnu.org>
8079         * help.el (help-for-help-internal): Add "P" to text.
8081 2014-01-29  Glenn Morris  <rgm@gnu.org>
8083         * simple.el (just-one-space, cycle-spacing): Doc fixes.
8085 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
8087         * window.el (fit-frame-to-buffer): Fix calculations for margins and
8088         height constraints.
8090 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
8092         * progmodes/hideif.el: Extend to full CPP expression syntax.
8093         (hif-token-alist): Add missing tokens.
8094         (hif-token-regexp): Add support for float/octal/hex immediates.
8095         (hif-string-literal-regexp): New const.
8096         (hif-tokenize): Recognize strings and float/octal/hex immediates.
8097         (hif-exprlist): New function.
8098         (hif-parse-if-exp): Use it.
8099         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
8100         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
8101         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
8102         (hif-logxor, hif-comma): New functions.
8104 2014-01-28  Glenn Morris  <rgm@gnu.org>
8106         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
8108         * indent.el (tab-stop-list): Doc fix.  Add :version.
8110         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
8111         (cvs-append-to-ignore): Add compatibility alias.
8113 2014-01-27  Glenn Morris  <rgm@gnu.org>
8115         * dired.el (dired-hide-details-mode): Don't autoload it,
8116         since it cannot be used outside Dired buffers anyway.
8118         * emulation/cua-base.el (cua-mode): Doc fix.
8120         * dired.el (dired-hide-details-hide-symlink-targets)
8121         (dired-hide-details-hide-information-lines)
8122         (dired-hide-details-mode): Doc fixes.
8124         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
8125         * strokes.el (strokes-file): Doc fix.  Bump :version.
8126         (strokes-help): Doc fix.
8127         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
8128         * emulation/viper.el (viper): Doc fix for custom group.
8129         (top-level): Remove oh-so-no-longer-relevant text about vip.
8130         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
8132         * ido.el (ido-save-directory-list-file):
8133         * saveplace.el (save-place-file):
8134         * calendar/timeclock.el (timeclock-file):
8135         * net/quickurl.el (quickurl-url-file):
8136         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8137         * progmodes/idlwave.el (idlwave-config-directory):
8138         * textmodes/remember.el (remember-data-file):
8139         Bump :version.
8141 2014-01-26  Glenn Morris  <rgm@gnu.org>
8143         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
8144         Doc fix.  Make obsolete.
8145         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
8147         * sort.el (delete-duplicate-lines): Doc fix.
8149 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8151         * progmodes/ada-mode.el (ada):
8152         * woman.el (woman): Link to info manual and Commentary section.
8154         * progmodes/flymake.el (flymake):
8155         * nxml/nxml-mode.el (nxml):
8156         * net/eww.el (eww):
8157         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
8158         * htmlfontify.el (htmlfontify):
8159         * ses.el (ses):
8160         * epa.el (epa):
8161         * ido.el (ido): Link to info manual.
8163 2014-01-25  Leo Liu  <sdl.web@gmail.com>
8165         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
8167 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
8169         * net/shr.el (shr-tag-img): Prefer the title over the alt text
8170         (bug#16537).
8172 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
8174         * net/eww.el (eww-download-callback):
8175         Fix reference to eww-download-directory.
8177         * emacs-lisp/bytecomp.el (byte-compile-file):
8178         Remove unused local variable `file-name'.
8180 2014-01-24  Glenn Morris  <rgm@gnu.org>
8182         * woman.el (woman-default-faces, woman-monochrome-faces):
8183         Fix obsolescence specification.
8185         * subr.el (with-demoted-errors): Doc fix.
8187 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8189         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
8190         (cl--macroexp-fboundp): New function.
8191         (cl--make-type-test): Use it.
8193 2014-01-23  Glenn Morris  <rgm@gnu.org>
8195         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
8196         * simple.el (eval-expression): Doc fixes.
8198 2014-01-22  Glenn Morris  <rgm@gnu.org>
8200         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
8202 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8204         * emacs-lisp/package.el: Write files silently.
8205         (package-autoload-ensure-default-file, package--write-file-no-coding)
8206         (package-generate-description-file, package--download-one-archive)
8207         (package-install-from-archive): Tell `write-region' to stay quiet.
8208         (package-menu-mode, package-menu--print-info): Omit the Archive column
8209         if there's only one archive.
8210         (package-all-keywords, package--has-keyword-p): Remove dead code.
8212 2014-01-22  Glenn Morris  <rgm@gnu.org>
8214         * version.el (emacs-bzr-version-bzr): Fix typo.
8216         * version.el (emacs-repository-get-version):
8217         Check either .bzr or .git, but not both.
8218         Make the git case actually use the DIR argument, and return nil
8219         rather than the empty string.
8220         Avoid error if .git exists but the git executable is not found.
8222 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
8224         Fixes in window size functions around Bug#16430 and Bug#16470.
8225         * window.el (window-total-size, window-size): New argument ROUND.
8226         (window--min-delta-1, window-min-delta, window--max-delta-1):
8227         Be more conservative when calculating the numbers of lines or
8228         columns a window can shrink (Bug#16430).
8229         (fit-window-to-buffer): Simplify code.
8230         * term.el (term-window-width): Call window-body-width again.
8232 2014-01-22  Glenn Morris  <rgm@gnu.org>
8234         * image.el (image-format-suffixes): Doc fix.
8236         * international/quail.el (quail-define-package): Doc fix.
8238         * emacs-lisp/authors.el (authors-valid-file-names)
8239         (authors-renamed-files-alist): Additions.
8241         * vc/vc-git.el (vc-git-print-log): Remove --follow;
8242         reverts 2014-01-09 change.  (Bug#16422)
8244         * calc/calc-embed.el (thing-at-point-looking-at):
8245         * emacs-lisp/map-ynp.el (x-popup-dialog):
8246         * obsolete/lmenu.el (x-popup-dialog):
8247         * emacs-lisp/package.el (url-recreate-url):
8248         * mail/mailclient.el (clipboard-kill-ring-save):
8249         * subr.el (x-popup-dialog): Update declaration.
8250         * mail/rmail.el (rmail-mime-message-p):
8251         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
8253 2014-01-21  Daniel Colascione  <dancol@dancol.org>
8255         * progmodes/sh-script.el (sh--inside-noncommand-expression):
8256         Correctly detect when we're inside an arithmetic expansion form
8257         containing nested parenthesis.
8258         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
8259         to detect cases where we shouldn't expand "<<" to a heredoc
8260         skeleton.
8262 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8264         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
8265         (eldoc--message-command-p): New function.
8266         (eldoc-display-message-p): Use it.
8267         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
8268         message is not automatically erased for us.
8269         (eldoc-print-current-symbol-info): Erase previous message, if any.
8271 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
8273         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
8274         specify it's an interactive function.
8276         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8277         Fix regex used for scanning for citation keys which failed for
8278         citations with optional arguments.
8280 2014-01-21  Leo Liu  <sdl.web@gmail.com>
8282         * simple.el (read--expression): Don't enable eldoc-mode.
8284 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8286         * simple.el (move-beginning-of-line): Make sure we don't move forward
8287         (bug#16497).
8289 2014-01-20  Juri Linkov  <juri@jurta.org>
8291         * saveplace.el (toggle-save-place, save-place-to-alist)
8292         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
8293         'dired-mode) before checking for dired-directory.  (Bug#16477)
8295 2014-01-20  Juri Linkov  <juri@jurta.org>
8297         * indent.el (indent-line-to): Use backward-to-indentation
8298         instead of back-to-indentation.  (Bug#16461)
8300 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8302         Revert some of the CANNOT_DUMP fix (Bug#16494).
8303         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
8304         but fixing this can wait until after the next release.
8305         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
8307 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
8309         * eshell/esh-mode.el (eshell-password-prompt-regexp):
8310         Use `password-word-equivalents'.
8311         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
8312         to t.  (Bug#5664, Bug#13124)
8314 2014-01-19  Alan Mackenzie  <acm@muc.de>
8316         Bind open-paren-in-column-0-is-defun-start to nil at some entry
8317         points.
8318         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
8319         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
8320         * progmodes/cc-mode.el (c-before-change, c-after-change)
8321         (c-font-lock-fontify-region): Bind it here.
8323 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
8325         * term.el (term-window-width): Call window-text-width instead of
8326         window-width (Bug#16470).
8328 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
8330         * simple.el (password-word-equivalents): Remove duplicates.
8331         Sort, to make this easier next time.
8332         Downcase.  Omit ": " after "jelszó".
8334 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
8336         * term/common-win.el (saved-region-selection): Defvar it.
8337         (x-select-text): Set saved-region-selection (Bug#16382).
8339 2014-01-18  Glenn Morris  <rgm@gnu.org>
8341         * emacs-lisp/authors.el (authors-aliases)
8342         (authors-renamed-files-alist): Add some entries.
8344 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
8346         * net/tramp.el (tramp-password-prompt-regexp):
8347         Use `password-word-equivalents' if available.
8348         (tramp-action-password, tramp-process-one-action)
8349         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
8351 2014-01-17  Chong Yidong  <cyd@gnu.org>
8353         * simple.el (password-word-equivalents): New defcustom.
8354         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
8355         to 24.4.
8356         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
8357         to t.  (Bug#13124)
8359 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
8361         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
8362         (ruby-align-to-stmt-keywords): Change the default value.
8363         Use `ruby-alignable-keywords' to generate the possible customization
8364         choices.
8365         (ruby-smie-rules): Instead of using a hardcoded list of alignable
8366         keywords, check against the value of `ruby-alignable-keywords'
8367         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
8369 2014-01-17  Glenn Morris  <rgm@gnu.org>
8371         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
8373         Make M-x authors return zero *Authors Errors* from current logs.
8374         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
8375         (authors-ignored-files): Add some entries, remove others.
8376         (authors-ambiguous-files, authors-valid-file-names):
8377         Add some entries.
8378         (authors-renamed-files-alist): Add, remove, and adjust entries.
8379         (authors-renamed-files-regexps): Add some entries.
8380         Remove some very broad ones.  Make some entries `lax'.
8381         (authors-lax-changelogs): New constant.
8382         (authors-disambiguate-file-name): Treat top-level specially.
8383         (authors-lax-changelog-p): New function.
8384         (authors-canonical-file-name): Check file as written against
8385         authors-valid-file-names.  Do not special-case etc/.
8386         Handle `lax' logs and authors-renamed-files-regexps elements.
8388 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
8390         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
8391         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
8392         callers.
8394 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8396         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
8397         Assume we're already in the proper buffer.
8398         Inspired by Anders Lindgren <andlind@gmail.com>.
8399         (follow-post-command-hook): Call it from the right buffer.
8400         (follow-comint-scroll-to-bottom): Adjust call.
8401         (follow-all-followers): Use get-buffer-window-list.
8403 2014-01-15  Daniel Colascione  <dancol@dancol.org>
8405         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
8406         `buffer-file-name' in interactive-form so that we don't leave
8407         pathless file names in `file-name-history'.
8409 2014-01-15  Juri Linkov  <juri@jurta.org>
8411         * indent.el (indent-rigidly): Set deactivate-mark to nil
8412         in transient indentation mode.  (Bug#16438)
8414 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
8416         * emacs-lisp/package.el (package-desc-keywords): New function
8417         (Bug#16222).
8418         (describe-package-1, package-all-keywords)
8419         (package--has-keyword-p): Use it.
8421 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
8423         * simple.el (define-alternatives): When creating the
8424         COMMAND-alternatives variable, assign COMMAND as its definition
8425         name so that `describe-variable' can relocate it.
8427 2014-01-14  Matthew Leach  <matthew@mattleach.net>
8429         * font-lock.el (font-lock-keywords): Fix typo in docstring
8430         (bug#16307).
8432 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8434         * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
8435         line instead of wrongly reset `add-coment' (bug#13577).
8437 2014-01-14  Daiki Ueno  <ueno@gnu.org>
8439         * epa-file.el (epa-file-write-region): Encode the region according
8440         to `buffer-file-format'.  Problem reported at:
8441         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
8443 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8445         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
8446         so it applies in the right buffer (bug#16410).
8448 2014-01-13  Daniel Colascione  <dancol@dancol.org>
8450         * textmodes/rst.el (rst-define-key): Provide deprecated
8451         keybindings through named functions instead of anonymous ones so
8452         that "??" doesn't appear in describe-mode output.
8454 2014-01-13  Bastien Guerry  <bzg@gnu.org>
8456         * simple.el (define-alternatives): Call the selected command
8457         interactively.  When setting `COMMAND--implementation' for the
8458         first time, tell the user how to chose another implementation.
8459         Enhance the docstring.
8461 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8463         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
8464         (log-edit--match-first-line): New function.
8465         (log-edit-font-lock-keywords): Use it.
8466         (log-edit-mode): Make jit-lock-defer-multiline work.
8468 2014-01-13  Bastien Guerry  <bzg@gnu.org>
8470         * rect.el (rectangle-mark-mode): When the region is not active,
8471         display a message saying that the mark as been set and that
8472         rectangle mode is in use.
8473         (rectangle--highlight-for-redisplay): Only put an overlay with a
8474         visible vertical bar when (display-graphic-p) is non-nil.
8475         This partially fixes Bug#16403.
8477 2014-01-13  Juri Linkov  <juri@jurta.org>
8479         * info.el (Info-find-file): Go to DIR before displaying the error
8480         about a nonexistent file if no previous Info file is visited.
8481         Use `user-error' instead of `error' for "Info file %s does not exist".
8482         (Info-find-node-2): In case of a nonexistent node in unwind forms
8483         go to the Top node if there is no previous node to revert to.
8484         (Bug#16405)
8486 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
8488         fit-frame/window-to-buffer code fixes including one for Bug#14096.
8489         * window.el (fit-frame-to-buffer): Fix doc-string.
8490         Respect window-min-height/-width.  Fit pixelwise when
8491         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
8492         when avoiding that frame goes partially off-screen.
8493         (fit-window-to-buffer): Respect window-min-height/-width
8494         (Bug#14096).
8496 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8498         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
8499         after an empty line.
8501 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8503         * net/shr.el (shr-render-region): Autoload.
8505 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
8507         * net/eww.el (eww-download-directory): Rename from
8508         `eww-download-path' (Bug#16419).
8510 2014-01-12  Leo Liu  <sdl.web@gmail.com>
8512         * dired-x.el (dired-mode-map): Fix last change.
8514         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
8516 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
8518         Spelling fixes.
8519         * emacs-lisp/generic.el (generic--normalize-comments):
8520         Rename from generic--normalise-comments.  All uses changed.
8521         * play/bubbles.el (bubbles--neighborhood-score)
8522         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
8523         (bubbles--neighborhood-available)
8524         (bubbles--update-neighborhood-score):
8525         Rename from names with 'neighbourhood'.  All uses changed.
8527 2014-01-12  Leo Liu  <sdl.web@gmail.com>
8529         Re-implement the feature of showing eldoc info after editing.
8530         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
8531         (eldoc-edit-message-commands): New function.
8532         (eldoc-print-after-edit): New variable.
8533         (eldoc-pre-command-refresh-echo-area): Emit message only by
8534         eldoc-message-commands.
8535         (eldoc-mode): Restrict eldoc-message-commands to editing commands
8536         if eldoc-print-after-edit is set.  (Bug#16346)
8537         * simple.el (read--expression): Enable eldoc-mode.
8538         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
8540 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
8541             Eric S. Raymond  <esr@thyrsus.com>
8543         * version.el (emacs-repository-get-version): Enhance so the
8544         function works correctly in either a Bazaar or Git repo.
8546 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
8548         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
8549         Goes with removal of the joke manpages from /etc.
8551 2014-01-10  Kenichi Handa  <handa@gnu.org>
8553         * mail/rmail.el (rmail-get-coding-system):
8554         Check rmail-get-coding-function before "funcall"ing it.
8556 2014-01-10  Glenn Morris  <rgm@gnu.org>
8558         * emacs-lisp/authors.el (authors-fixed-entries):
8559         Update for files that no longer exist.
8561 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
8563         * version.el (emacs-bzr-get-version): Restore compatibilty with
8564         24.3 (Tested).
8566 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
8568         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
8569         and Podfile.
8571 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
8573         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
8575 2014-01-10  Chong Yidong  <cyd@gnu.org>
8577         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
8579 2014-01-10  Anders Lindgren  <andlind@gmail.com>
8581         * follow.el (follow-cache-command-list): Include right-char and
8582         left-char.
8584 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8586         Spelling fixes.
8587         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
8588         * woman.el (woman-mark-horizontal-position):
8589         Rename from woman-mark-horizonal-position.  Use changed.
8591 2014-01-10  Glenn Morris  <rgm@gnu.org>
8593         * info.el (info-initialize): If running uninstalled, ensure our
8594         own info files are always found first, even if INFOPATH is set.
8596         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
8598 2014-01-09  David Engster  <deng@randomsample.de>
8600         * emacs-lisp/eieio-custom.el:
8601         * emacs-lisp/eieio-opt.el: Set generated autoload file to
8602         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
8603         * emacs-lisp/eieio.el: Regenerate autoloads.
8605 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
8607         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
8608         following renames.  (Bug#8756)
8610 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8612         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
8613         (bug#16382).
8614         (activate-mark): Add `no-tmm' argument.
8615         (set-mark, push-mark-command): Use it instead of running
8616         activate-mark-hook by hand.
8618 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
8620         In preparation for the move to git, sanitize out some
8621         Bazaar-specific names.
8623         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
8625         * version.el (emacs-bzr-version): Name changed to
8626         emacs-repository-version.  Obsolete-variable alias made.
8627         * loadup.el: Follow through on this name change.
8628         * mail/emacsbug.el (report-emacs-bug): Factor out any
8629         assumption about the version control system in use.
8631 2014-01-08  David Engster  <deng@randomsample.de>
8633         * help-fns.el (help-fns-describe-function-functions):
8634         New variable to call functions for augmenting help buffers.
8635         (describe-function-1): Remove explicit calls to
8636         `help-fns--compiler-macro', `help-fns--parent-mode' and
8637         `help-fns--obsolete'.  Put them in above new variable instead, and
8638         call them through `run-hook-with-args'.
8639         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
8640         `eieio-describe-class'.  Not meant for interactive use anymore,
8641         but to augment existing help buffers.  Remove optional second
8642         argument.  Create proper button for file location.
8643         Rewrite function to use `insert' instead of `princ' and `prin1' where
8644         possible.
8645         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
8646         (eieio-method-def, eieio-class-def): Move further up.
8647         (describe-method, describe-generic, eieio-describe-method):
8648         Remove aliases.
8649         (eieio-help-constructor, eieio-help-generic): Rename from
8650         `eieio-describe-constructor' and `eieio-describe-generic', resp.
8651         Rewrite to use `insert' in the current buffer and use proper help
8652         buttons.
8653         (eieio-help-find-method-definition)
8654         (eieio-help-find-class-definition): Also accept symbols as
8655         arguments.
8656         (eieio-help-mode-augmentation-maybee): Remove.
8657         (eieio-describe-class-sb): Use `describe-function'.
8658         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
8659         Add `eieio-help-generic' and `eieio-help-constructor'.
8661 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8663         Spelling fixes.
8664         * language/china-util.el (hz-ascii-designation):
8665         Rename from hz-ascii-designnation.
8666         (hz-ascii-designation): Rename from hz-ascii-designnation.
8667         All uses changed.
8669 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
8672         package-alist.
8674 2014-01-08  Bastien Guerry  <bzg@gnu.org>
8676         * emacs-lisp/package.el (package-delete):
8677         Correctly delete the package from package-alist.
8679 2014-01-08  Daiki Ueno  <ueno@gnu.org>
8681         * emacs-lisp/package.el (url-recreate-url): Declare.
8682         (url-http-target-url): Declare.
8683         (package-handle-response): Include requested URL in the error message.
8684         (package--check-signature): Don't re-signal errors from
8685         package--with-work-buffer.  Suggested by Stefan Monnier.
8687 2014-01-07  Bastien Guerry  <bzg@gnu.org>
8689         * minibuffer.el (completion--try-word-completion): When both a
8690         hyphen and a space are possible candidates for the character
8691         following a word, display both candidates.  (Bug#15980)
8693 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
8695         * window.el (balance-windows-2): While rounding don't give a
8696         window more than the remainder.  Bug#16351, bug#16383.
8698 2014-01-07  Glenn Morris  <rgm@gnu.org>
8700         * menu-bar.el (menu-bar-help-extra-packages): Remove.
8701         (menu-bar-help-menu): Use view-external-packages instead.
8703 2014-01-07  Bastien Guerry  <bzg@gnu.org>
8705         * emacs-lisp/package.el (package-delete): Also delete the package
8706         name from `package-alist', not its description only.
8708 2014-01-07  Glenn Morris  <rgm@gnu.org>
8710         * help.el (view-external-packages):
8711         * menu-bar.el (menu-bar-help-extra-packages):
8712         Visit efaq.info rather than etc/MORE.STUFF.
8714 2014-01-07  Juri Linkov  <juri@jurta.org>
8716         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
8717         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
8719         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
8720         that shadows RET.  (Bug#16342)
8722 2014-01-07  Chong Yidong  <cyd@gnu.org>
8724         * isearch.el (isearch-yank-char, isearch-yank-word)
8725         (isearch-yank-line): Doc fix.
8727 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8729         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
8730         * emacs-lisp/elint.el (elint-find-builtins):
8731         * emacs-lisp/eldoc.el (eldoc-symbol-function):
8732         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
8733         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
8734         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8735         * apropos.el (apropos-safe-documentation):
8736         * subr.el (symbol-file): Remove redundant fboundp.
8737         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
8739 2014-01-06  Bastien Guerry  <bzg@gnu.org>
8741         * hl-line.el (global-hl-line-overlay): Make a local variable.
8742         (global-hl-line-overlays): New variable to store all overlays.
8743         (global-hl-line-mode): Don't delete overlays from the current
8744         buffer when `global-hl-line-sticky-flag' is non-nil.
8745         (global-hl-line-highlight): Add new overlays to
8746         `global-hl-line-overlays'.
8747         (global-hl-line-unhighlight-all): New function to delete all
8748         overlays when turning off `global-hl-line-mode'.
8749         This fixes Bug#16183.
8751 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8753         * subr.el (set-transient-map): Fix nested case and docstring.
8755 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
8757         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
8758         `Texinfo' entry.
8760 2014-01-06  Daniel Colascione  <dancol@dancol.org>
8762         Fix defun navigation in vc log view.
8764         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
8765         like `beginning-of-defun'.
8766         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
8767         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
8768         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
8769         (log-view-extract-comment): Call `log-view-current-entry' directly
8770         instead of relying on broken `log-view-beginning-of-defun' behavior.
8772 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
8774         Spelling fixes.
8775         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
8776         * emacs-lisp/debug.el (cancel-debug-on-entry):
8777         * epg.el (epg-error-to-string):
8778         * files.el (recover-file):
8779         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
8780         * mail/emacsbug.el (report-emacs-bug-hook):
8781         * mail/sendmail.el (mail-recover):
8782         * ses.el (ses-yank-resize):
8783         * term/ns-win.el (ns-print-buffer):
8784         Spelling fixes in diagnostics, mostly for "canceled" with one L.
8785         * epg.el (epg-key-capability-alist): Rename from misspelled version.
8786         All uses changed.
8787         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
8789 2014-01-06  Leo Liu  <sdl.web@gmail.com>
8791         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
8792         to avoid shadowing global key.  (Bug#16354)
8794 2014-01-06  Daniel Colascione  <dancol@dancol.org>
8796         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
8797         rst-mode.
8799 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
8801         * window.el (balance-windows): Add mising t to fix Bug#16351.
8803 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
8806         (bug#16285).
8807         (shr-insert): If we have a word that's longer than `shr-width',
8808         break after it anyway.  Otherwise we'll do no breaking once we get
8809         such a long word.
8811 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
8813         * net/eww.el (eww): Support single/double quote for search.
8814         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
8815         (eww-history-quit): Delete and use quit-window.
8816         (eww-history-kill): Delete, because it doesn't work well and
8817         not necessary.
8818         (eww-history-mode-map): Delete some keys and add easy-menu.
8820 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8822         Fix misspelling of 'chinese' in rx (Bug#16237).
8823         * emacs-lisp/rx.el (rx-categories): Correct spelling of
8824         chinese-two-byte.
8826         Change subword regexps back to vars (Bug#16296).
8827         * progmodes/subword.el (subword-forward-regexp)
8828         (subword-backward-regexp): Change these back to variables.
8830 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8832         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
8833         syntax-begin-function (bug#16247).
8835 2014-01-03  Chong Yidong  <cyd@gnu.org>
8837         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
8838         (advice--docstring): Delete variable.
8839         (advice--make-1): Leave the docstring empty.
8840         (advice-add): Use function-documentation for advised docstring.
8842         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
8843         Ignore function-documentation property when getting documentation.
8844         (ad-activate-advised-definition): Use function-documentation
8845         generate the docstring.
8846         (ad-make-advised-definition): Don't call
8847         ad-make-advised-definition-docstring.
8848         (ad-make-advised-definition-docstring, ad-advised-definition-p):
8849         Delete functions.
8851         * progmodes/sql.el (sql-help): Use function-documentation instead
8852         of dynamic-docstring-function property.  No need to autoload now.
8853         (sql--help-docstring): New variable.
8854         (sql--make-help-docstring): Use it.
8856 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * ielm.el (ielm-tab): Retarget.
8859         (ielm-map): Use ielm-tab for tab.
8860         (ielm-complete-filename): Use comint-filename-completion.
8861         (ielm-complete-symbol): Remove.
8862         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
8863         remove ielm-tab from completion-at-point-functions (bug#16224).
8865         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
8866         Beware signals raised by predicates (bug#16201).
8868 2014-01-02  Richard Stallman  <rms@gnu.org>
8870         * dired-aux.el (dired-do-print): Handle printer-name.
8872         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
8873         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
8874         (rmail-epa-decrypt): Turn off mime processing.
8876         * mail/rmail.el (rmail-make-in-reply-to-field):
8877         Add parens in message-id.
8879         * mail/rmail.el (rmail-get-coding-function): Variable.
8880         (rmail-get-coding-system): Use it.
8882 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
8884         * international/mule-conf.el: Unify the charset indian-is13194.
8885         (indian-is13194): Specify unify-map.
8887 2013-12-31  Leo Liu  <sdl.web@gmail.com>
8889         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
8891 2013-12-30  Daniel Colascione  <dancol@dancol.org>
8893         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
8894         of printing a useless when we resume from sleep.
8896         * progmodes/sh-script.el
8897         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
8898         in indentation code.  (Bug#16233)
8900 2013-12-28  João Távora  <joaotavora@gmail.com>
8902         * elec-pair.el (electric-pair-post-self-insert-function):
8903         Don't open extra newlines at beginning of buffer.  (Bug#16272)
8905 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
8907         * frame.el (window-system-for-display): Don't allow to create a
8908         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
8910 2013-12-28  Glenn Morris  <rgm@gnu.org>
8912         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
8913         Update callers.
8915         * apropos.el (apropos-match-face):
8916         * calculator.el (calculator-displayer):
8917         * dabbrev.el (dabbrev-search-these-buffers-only):
8918         * face-remap.el (buffer-face-mode-face):
8919         * simple.el (yank-handled-properties):
8920         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
8921         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
8922         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
8923         (hashcash-double-spend-database):
8924         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
8925         (ruby-deep-indent-paren-style):
8926         * textmodes/flyspell.el (flyspell-auto-correct-binding):
8927         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
8928         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
8929         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
8930         Specify custom types.
8932         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
8933         * bookmark.el (bookmark-bmenu-use-header-line):
8934         * doc-view.el (doc-view-scale-internally):
8935         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
8936         * register.el (register-preview-delay):
8937         * net/shr.el (shr-bullet):
8938         * progmodes/cfengine.el (cfengine-cf-promises)
8939         (cfengine-parameters-indent):
8940         * progmodes/octave.el (inferior-octave-error-regexp-alist):
8941         * textmodes/reftex-vars.el (reftex-label-regexps):
8942         * vc/log-edit.el (log-edit-setup-add-author): Add version.
8944         * net/tls.el (tls-certtool-program): Fix default value.
8946         * desktop.el (desktop-restore-in-current-display):
8947         * newcomment.el (comment-empty-lines):
8948         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
8949         (idlwave-pad-keyword):
8950         * progmodes/tcl.el (tcl-tab-always-indent):
8951         * textmodes/reftex-vars.el (reftex-index-default-tag):
8952         * elec-pair.el (electric-pair-skip-whitespace):
8953         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
8955         * emacs-lisp/authors.el (authors-ignored-files)
8956         (authors-valid-file-names, authors-renamed-files-alist): Additions.
8958 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
8960         * shell.el (shell-dynamic-complete-command): Doc fix.
8961         (shell--command-completion-data): Shell completion now matches
8962         executable filenames from the current buffer's directory, on
8963         systems in which this behavior is the default (windows-nt, ms-dos).
8965 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
8967         * net/shr.el (shr-insert): Don't infloop if the width is zero.
8969 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8971         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
8972         (bug#16251).
8974         * electric.el: Move all electric-pair-* to elec-pair.el.
8975         * elec-pair.el: New file, split from electric.el.
8977 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
8979         * net/shr.el (shr-find-fill-point): Don't try to fill if the
8980         indentation level is larger than the width, because that will
8981         infloop.
8982         (shr-insert): Fill repeatedly long texts, so that Japanese is
8983         formatted correctly (bug#16263).
8984         (shr-find-fill-point): Off by one error in comparison with the
8985         indentation.
8987 2013-12-26  João Távora  <joaotavora@gmail.com>
8989         * electric.el (electric-pair-mode): More flexible engine for skip-
8990         and inhibit predicates, new options for pairing-related functionality.
8991         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
8992         if that keeps or improves their balance in buffers.
8993         (electric-pair-delete-adjacent-pairs): Delete the pair when
8994         backspacing over adjacent matched delimiters.
8995         (electric-pair-open-extra-newline): Open extra newline when
8996         inserting newlines between adjacent matched delimiters.
8997         (electric--sort-post-self-insertion-hook):
8998         Sort post-self-insert-hook according to priority values when
8999         minor-modes are activated.
9000         * simple.el (newline-and-indent): Call newline with interactive
9001         set to t.
9002         (blink-paren-post-self-insert-function): Set priority to 100.
9003         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9004         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
9005         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
9006         electric-pair-open-newline-between-pairs to nil.
9008 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9010         * progmodes/python.el: Use lexical-binding.
9011         (python-nav-beginning-of-defun): Stop searching ASAP.
9013 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
9015         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
9016         Fix interactive spec.  Doc fix.  (Bug#15754)
9018 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9020         * emacs-lisp/byte-run.el (eval-when-compile):
9021         * progmodes/cc-defs.el (cc-eval-when-compile):
9022         Fix edebug spec (bug#16184).
9024 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
9026         * net/shr.el (shr-visit-file): Remove debugging function.
9027         (shr-insert): Don't infloop if we can't find a good place to break
9028         the line (bug#16256).
9030 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9032         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
9033         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
9034         python-nav-lisp-forward-sexp-safe.
9035         (python-nav--forward-sexp): New argument SAFE allows switching
9036         forward sexp movement behavior for parens.
9037         (python-nav-forward-sexp): Throw errors on unterminated parens
9038         (Bug#16191).
9039         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
9040         (python-nav-backward-sexp-safe): New functions.
9041         (python-shell-buffer-substring):
9042         Use `python-nav-forward-sexp-safe'.
9044 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
9046         * net/shr.el (shr-find-fill-point): Don't break lines before a
9047         quotation mark.
9048         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
9049         (shr-find-fill-point): Remove the special checks for the quotation
9050         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
9052 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9054         * net/eww.el (eww-form-textarea): Use a different face for
9055         textareas than text input since they have different keymaps
9056         (bug#16142).
9058 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9060         * progmodes/python.el (python-nav-beginning-of-statement):
9061         Speed up (Bug#15295).
9063 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
9065         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
9066         the window configuration.
9068 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
9070         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
9071         we run on MS-Windows or MS-DOS.
9073 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
9075         * window.el (balance-windows-area): Call window-size instead of
9076         window-height and window-width.  Bug#16241.
9078 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
9080         * net/eww.el (eww-bookmark-quit): Remove.
9081         (eww-bookmark-browse): Restore the window configuration when you
9082         choose a bookmark (bug#16144).
9084 2013-12-24  Daniel Colascione  <dancol@dancol.org>
9086         * icomplete.el: Remove redundant :group arguments to `defcustom'
9087         throughout.
9088         (icomplete-show-matches-on-no-input): New customizable variable.
9089         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
9090         we have something to show.
9091         (icomplete-exhibit): Compute completions even if we have no user input.
9093 2013-12-23  Daniel Colascione  <dancol@dancol.org>
9095         * icomplete.el: Move `provide' to end of file.
9097 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9099         * net/gnutls.el (gnutls-verify-error): Add version tag.
9101 2013-12-23  Chong Yidong  <cyd@gnu.org>
9103         * subr.el (set-transient-map): Rename from
9104         set-temporary-overlay-map.  Doc fix.
9106         * face-remap.el (text-scale-adjust):
9107         * indent.el (indent-rigidly):
9108         * kmacro.el (kmacro-call-macro):
9109         * minibuffer.el (minibuffer-force-complete):
9110         * repeat.el (repeat):
9111         * simple.el (universal-argument--mode):
9112         * calendar/todo-mode.el (todo-insert-item--next-param):
9113         * progmodes/f90.el (f90-abbrev-start): Callers changed.
9115         * indent.el (indent-rigidly): Use substitute-command-keys.
9117 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9119         * net/eww.el (eww-tag-select): Add text-property to jump to next
9120         select field.
9121         (eww): Add non-supported ftp error.
9123 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9125         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
9126         comments.  Handle electric indent after typing `?' and `!'.
9128 2013-12-22  Chong Yidong  <cyd@gnu.org>
9130         * faces.el (face-spec-recalc): If the theme specs are not
9131         applicable to a frame, fall back on the defface spec.
9132         This prevents themes from obliterating faces on low-color terminals.
9134 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9136         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
9137         after `{'.  We need it after block openers, and it doesn't seem
9138         to hurt after hash openers.
9140 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9142         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
9143         extracted from `ruby-smie-rules'.
9144         (ruby--electric-indent-chars): New variable.
9145         (ruby--electric-indent-p): New function.
9146         (ruby-mode): Use `electric-indent-functions' instead of
9147         `electric-indent-chars'.
9149 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9151         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
9152         docstring.
9153         (ruby-smie-rules): Indent plus one level after `=>'.
9155 2013-12-21  Richard Stallman  <rms@gnu.org>
9157         * simple.el (newline): Doc fix.
9159 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9161         * net/eww.el (eww-list-histories, eww-list-histories)
9162         (eww-history-browse, eww-history-quit, eww-history-kill)
9163         (eww-history-mode-map, eww-history-mode): New command and
9164         functions to list browser histories.
9165         (eww-form-text): Support text form with disabled
9166         and readonly attributes.
9167         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
9169 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9171         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
9172         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
9173         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
9174         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
9175         Use `user-error'.
9176         (eww-bookmark-mode-map): Add menu.
9177         (eww-render, eww-mode): Use `setq-local'.
9178         (eww-tool-bar-map): New variable.
9179         (eww-mode): Set `tool-bar-map'.
9180         (eww-view-source): Check for `html-mode' with `fboundp'.
9182 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184         * net/shr.el (shr--extract-best-source): Don't bug out on audio
9185         elements with text inside.  Also remove debugging.
9187 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
9189         * cus-start.el (all): Add ns-use-srgb-colorspace.
9191 2013-12-21  Chong Yidong  <cyd@gnu.org>
9193         * custom.el (custom-theme-recalc-face): Do nothing if the face is
9194         undefined.  Thus, theme settings for undefined faces do not take
9195         effect until the faces are defined with defface, the same as with
9196         theme variables.
9198         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
9199         (face-spec-reset-face): Don't assign extra properties in temacs.
9200         (face-spec-recalc): Apply X resources too.
9202 2013-12-21  Chong Yidong  <cyd@gnu.org>
9204         * faces.el (face-spec-set):
9205         * cus-face.el (custom-theme-set-faces, custom-set-faces):
9206         * custom.el (defface): Doc fixes (Bug#16203).
9208         * indent.el (indent-rigidly-map): Add docstring, and move commands
9209         into named functions.
9210         (indent-rigidly-left, indent-rigidly-right)
9211         (indent-rigidly-left-to-tab-stop)
9212         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
9213         indentation direction based on bidi direction, and accumulate
9214         sequential commands in a single undo boundary.
9215         (indent-rigidly--pop-undo): New utility function.
9217 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
9219         * faces.el (read-face-name): Require crm.el when using crm-separator.
9221 2013-12-20  Daniel Colascione  <dancol@dancol.org>
9223         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
9224         so that we don't reflow comments into the shebang line.
9226 2013-12-20  Juri Linkov  <juri@jurta.org>
9228         * saveplace.el (save-place-to-alist): Add `dired-filename' as
9229         a position when `dired-directory' is non-nil.  Check integer
9230         positions with `integerp'.
9231         (toggle-save-place, save-places-to-alist): Add check for
9232         `dired-directory'.
9233         (save-place-find-file-hook): Check integer positions with
9234         `integerp'.
9235         (save-place-dired-hook): Use `dired-goto-file' when
9236         `dired-filename' is found in the assoc list.  Check integer
9237         positions with `integerp'.
9238         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
9240         * dired.el (dired-initial-position-hook): Rename back from
9241         `dired-initial-point-hook'.
9242         (dired-initial-position): Rename `dired-initial-point-hook' to
9243         `dired-initial-position-hook'.
9244         (dired-file-name-at-point): Doc fix.  (Bug#15329)
9246 2013-12-20  Juri Linkov  <juri@jurta.org>
9248         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
9249         (read-regexp-suggestions): New function.
9250         (read-regexp): Use `read-regexp-defaults-function' to get default values.
9251         Use `read-regexp-suggestions'.  Add non-empty default to history
9252         for empty input.
9253         (occur-read-regexp-defaults-function): Remove function.
9254         (occur-read-primary-args): Use `regexp-history-last' instead of
9255         `occur-read-regexp-defaults-function'.
9257         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
9258         (hi-lock-line-face-buffer, hi-lock-face-buffer)
9259         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
9260         `hi-lock-read-regexp-defaults-function'.  Doc fix.
9261         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
9262         with `find-tag-default-as-symbol-regexp'.  Doc fix.
9263         (hi-lock-read-regexp-defaults): Remove function.
9264         (hi-lock-regexp-okay): Add check for null.
9266         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
9267         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
9269         * subr.el (find-tag-default-as-symbol-regexp): New function.
9270         (find-tag-default-as-regexp): Move symbol regexp formatting to
9271         `find-tag-default-as-symbol-regexp'.
9273 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
9275         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
9276         (Bug#14179)
9278 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
9280         * calendar/todo-mode.el: New implementation of item insertion
9281         commands and key bindings.
9282         (todo-key-prompt): New face.
9283         (todo-insert-item): New command.
9284         (todo-insert-item--parameters): New defconst, replacing defvar
9285         todo-insertion-commands-args-genlist.
9286         (todo-insert-item--param-key-alist): New defconst, replacing
9287         defvar todo-insertion-commands-arg-key-list.
9288         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
9289         (todo-insert-item--argsleft, todo-insert-item--apply-args)
9290         (todo-insert-item--next-param): New functions.
9291         (todo-insert-item--args, todo-insert-item--argleft)
9292         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
9293         New variables.
9294         (todo-key-bindings-t): Change binding of "i" from
9295         todo-insertion-map to todo-insert-item.
9296         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
9297         (todo-insertion-command-name, todo-insertion-commands-names)
9298         (todo-define-insertion-command, todo-insertion-commands)
9299         (todo-insertion-key-bindings, todo-insertion-map): Remove.
9301 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
9303         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
9304         (todo-toggle-item-highlighting): Use eval-and-compile instead of
9305         eval-when-compile.
9306         (todo-move-category): Allow choosing a non-existing todo file to
9307         move the category to, and create that file.
9308         (todo-default-priority): New user option.
9309         (todo-set-item-priority): Use it.
9310         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
9311         (desktop-restore-file-buffer): Declare.
9312         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
9313         (todo-modes-set-2): Locally set desktop-save-buffer to
9314         todo-desktop-save-buffer.
9315         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
9316         (auto-mode-alist): Add autoload cookie.
9318 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
9320         * emacs-lisp/subr-x.el: Renamed from helpers.el.
9321         helpers.el was a poor choice of name.
9322         (string-remove-prefix): New function.
9323         (string-remove-suffix): New function.
9325 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
9327         Fix assignment for new window total sizes.
9328         * window.el (window--pixel-to-size): Remove function.
9329         (window--pixel-to-total-1, window--pixel-to-total):
9330         Fix calculation of new total sizes.
9332 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
9334         * comint.el (comint-output-filter): Fix rear-nonsticky property
9335         placement (Bug#16010).
9337 2013-12-20  Chong Yidong  <cyd@gnu.org>
9339         * faces.el (read-color): Minor fix for completion function.
9341 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
9343         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
9344         New option.  (Bug#16182)
9345         (ruby-smie--indent-to-stmt-p): Use it.
9346         (ruby-smie-rules): Revert the logic in the handling of `when'.
9347         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
9348         (ruby-deep-arglist, ruby-deep-indent-paren)
9349         (ruby-deep-indent-paren-style): Update docstrings to note that the
9350         vars don't have any effect with SMIE.
9352 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
9354         * calc/calc.el (calc-enter, calc-pop): Use the variable
9355         `calc-context-sensitive-enter'.
9357 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359         * net/shr.el (shr-insert): Protect against infloops in degenerate
9360         tables.
9362 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9364         * progmodes/octave.el (octave): Add link to manual and octave
9365         homepage.
9366         (octave-mode-menu): Link to octave-mode manual.
9368 2013-12-20  Leo Liu  <sdl.web@gmail.com>
9370         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
9371         insertion using skeleton-end-newline.  (Bug#16138)
9373 2013-12-20  Juri Linkov  <juri@jurta.org>
9375         * replace.el (occur-engine): Use `add-face-text-property'
9376         to add the face property to matches and titles.  (Bug#14645)
9378         * hi-lock.el (hi-green): Use lighter color "light green" closer to
9379         the palette of other hi-lock colors.
9380         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
9382 2013-12-19  Juri Linkov  <juri@jurta.org>
9384         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
9385         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
9386         (minibuffer-history-symbol): Move variable declaration closer to
9387         its usage.
9389         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
9390         (Bug#14785)
9392 2013-12-19  Juri Linkov  <juri@jurta.org>
9394         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
9395         New function.
9396         (log-edit-hook): Add it to :options.  (Bug#16170)
9398 2013-12-19  Juri Linkov  <juri@jurta.org>
9400         * simple.el (eval-expression-print-format): Don't check for
9401         command names and the last command.  Always display additional
9402         formats of the integer result in the echo area, and insert them
9403         to the current buffer only with a zero prefix arg.
9404         Display character when char-displayable-p is non-nil.
9405         (eval-expression): With a zero prefix arg, set `print-length' and
9406         `print-level' to nil, and insert the integer values from
9407         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
9409         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
9410         `eval-last-sexp-arg-internal'.  Doc fix.
9411         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
9412         `eval-last-sexp-print-value'.  Doc fix.
9413         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
9414         Set `print-length' and `print-level' to nil when arg is zero.
9415         (eval-last-sexp): Doc fix.
9416         (eval-defun-2): Print the integer values from
9417         `eval-expression-print-format' at the end.
9419         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
9420         values from `eval-expression-print-format' at the end.
9422         * ielm.el (ielm-eval-input): Print the integer
9423         values from `eval-expression-print-format' at the end.
9425 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9427         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
9428         2013-12-11T19:01:44Z!tzz@lifelogs.com.
9430 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
9433         (hl-line-highlight, global-hl-line-highlight): Use it.
9434         (hl-line-overlay): Use defvar-local.
9436 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
9438         * term/ns-win.el: Require dnd.
9439         (global-map): Remove drag items.
9440         (ns-insert-text, ns-set-foreground-at-mouse)
9441         (ns-set-background-at-mouse):
9442         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
9443         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
9444         New functions.
9446 2013-12-19  Glenn Morris  <rgm@gnu.org>
9448         * emacs-lisp/ert.el (ert-select-tests):
9449         Fix string/symbol mixup.  (Bug#16121)
9451 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
9453         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
9454         keywords to their parent.
9456 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
9458         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
9459         first arg to be a string (fixed dead code), or an operator symbol.
9460         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
9461         operator symbols.
9462         (ruby-smie-rules): Remove parent token check in the `.' clause, it
9463         did nothing.  Don't respond to `(:after ".")', it will be called
9464         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
9465         change anything.  Only return indentation for binary operators
9466         when they are hanging.  De-dent opening paren when its parent is
9467         `.', otherwise it looks bad when the dot is not at bol or eol
9468         (bug#16182).
9470 2013-12-19  Juri Linkov  <juri@jurta.org>
9472         * replace.el (query-replace-read-args): Split a non-negative arg
9473         and a negative arg into separate elements.
9474         (query-replace, query-replace-regexp, replace-string)
9475         (replace-regexp): Add arg `backward'.  Doc fix.
9476         (replace-match-maybe-edit): When new arg `backward' is non-nil,
9477         move point to the beginning of the match.
9478         (replace-search, replace-highlight): Use new arg `backward'
9479         to set the value of `isearch-forward'.
9480         (perform-replace): Add arg `backward' and use it to perform
9481         replacement backward.  (Bug#14979)
9483         * isearch.el (isearch-query-replace): Use a negative prefix arg
9484         to call `perform-replace' with a non-nil arg `backward'.
9486 2013-12-18  Juri Linkov  <juri@jurta.org>
9488         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
9489         to the default list.  Move `log-edit-show-files' to the end.
9490         Add more available functions to options.
9491         (log-edit): Move default specific settings to
9492         `log-edit-insert-message-template'.  Don't move point.
9493         (log-edit-insert-message-template): New function.
9494         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
9495         (Bug#16170)
9497 2013-12-18  Juri Linkov  <juri@jurta.org>
9499         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
9500         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
9502 2013-12-18  Leo Liu  <sdl.web@gmail.com>
9504         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
9505         (Bug#16186)
9507 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
9509         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
9510         formats for displaying file sizes when the -s switch is given.
9511         Instead, compute a separate format for displaying the size in
9512         blocks, which is displayed in addition to the "regular" size.
9513         When -h is given in addition to -s, produce size in blocks in
9514         human-readable form as well.  (Bug#16179)
9516 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
9518         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9519         Reference tables with ~\ref{...} instead of only \ref{...}.
9521 2013-12-18  Chong Yidong  <cyd@gnu.org>
9523         * cus-edit.el (custom-magic-alist): Fix "themed" description
9524         (Bug#14348).
9526         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
9527         is non-nil, do not create a new entry in the symbol's theme-value
9528         or theme-face property; update theme-settings only (Bug#14664).
9529         (custom-available-themes): Doc fix.
9531         * cus-theme.el (custom-new-theme-mode-map): Add bindings
9532         (Bug#15674).
9534         * replace.el (occur-engine): Avoid infloop (Bug#7593).
9536 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
9538         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
9539         (Bug#13914).
9541 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
9543         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
9545 2013-12-18  Glenn Morris  <rgm@gnu.org>
9547         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
9548         * cus-start.el (load-prefer-newer): New option.
9550 2013-12-18  Le Wang  <l26wang@gmail.com>
9552         * comint.el (comint-previous-matching-input-from-input):
9553         Retain point (Bug#13404).
9555 2013-12-18  Chong Yidong  <cyd@gnu.org>
9557         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
9559 2013-12-18  Glenn Morris  <rgm@gnu.org>
9561         * mail/emacsbug.el (report-emacs-bug):
9562         Only mention enable-multibyte-characters if non-standard.
9564 2013-12-17  Juri Linkov  <juri@jurta.org>
9566         * arc-mode.el (archive-extract-by-file): Check if directory exists
9567         before deletion to not show irrelevant errors if it doesn't exist.
9569 2013-12-17  Juri Linkov  <juri@jurta.org>
9571         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
9572         (Bug#14751)
9574         * net/eww.el (browse-web): Add alias to `eww'.
9575         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
9576         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
9578         * net/browse-url.el (browse-url-browser-function): Move `eww'
9579         closer to similar functions.
9581         * startup.el (fancy-startup-screen, fancy-about-screen):
9582         Set browse-url-browser-function to eww-browse-url locally.
9583         (Bug#14751)
9585 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * window.el (window--pixel-to-total): Remove unused `mini' var.
9588         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
9589         (split-window): Remove unused `new' var.
9590         (window--display-buffer): Remove unused `frame' and `delta' vars.
9591         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
9592         and display-width'.
9594 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
9596         * dired.el (dired-mark-pop-up):
9597         * register.el (register-preview): Don't bind
9598         split-height-threshold here since it's now done in
9599         display-buffer-below-selected.
9601 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
9603         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
9604         xterm-rgb-convert-to-16bit.
9605         (rxvt-register-default-colors): Standardize with
9606         xterm-register-default-colors (Bug#14078).
9608 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9610         * simple.el (kill-region): Pass mark first, then point, so that
9611         kill-append works right (Bug#12819).
9612         (copy-region-as-kill, kill-ring-save): Likewise.
9614 2013-12-17  Leo Liu  <sdl.web@gmail.com>
9616         * net/rcirc.el (rcirc-add-face):
9617         * eshell/em-prompt.el (eshell-emit-prompt):
9618         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
9619         (Bug#16167)
9621 2013-12-17  Chong Yidong  <cyd@gnu.org>
9623         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
9624         Suggested by Xue Fuqiao.
9626 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
9628         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
9630 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9632         * net/shr.el (shr-insert-document): Remove unused var
9633         `shr-preliminary-table-render'.
9634         (shr-rescale-image): Remove unused arg `force'.
9635         (shr-put-image): Update calls accordingly.
9636         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
9638 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
9640         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
9641         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
9642         :close-all, to see which indentation method to use (Bug#16116).
9643         (smie-rules-function): Document the method :close-all.
9645 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
9649         * net/eww.el (eww-display-html): If we can't find the anchor we're
9650         looking for, then go to point-min.
9652 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
9654         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
9655         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
9656         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
9657         Expand dir too, in case it's relative.
9659 2013-12-16  Juri Linkov  <juri@jurta.org>
9661         * desktop.el (desktop-auto-save-timeout): Change default to
9662         `auto-save-timeout'.  Doc fix.
9663         (desktop-save): Skip the timestamp in desktop-saved-frameset
9664         when checking for auto-save changes.
9665         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
9666         `desktop-auto-save' is called repeatedly by the idle timer.
9667         (desktop-auto-save-set-timer): Replace `run-with-timer' with
9668         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
9669         (Bug#15331)
9671 2013-12-16  Juri Linkov  <juri@jurta.org>
9673         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
9674         (Bug#16035)
9675         (isearch-pre-command-hook): Check `this-command' for symbolp.
9677 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9679         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
9681 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
9683         * progmodes/cfengine.el (cfengine3--current-word): Remove.
9684         (cfengine3--current-function): Bring in the current-function
9685         functionality from `cfengine3--current-word'.
9686         (cfengine3-completion-function): Bring in the
9687         bounds-of-current-word functionality from
9688         `cfengine3--current-word'.
9690 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
9692         * window.el (display-buffer-below-selected):
9693         Bind split-height-threshold to 0 as suggested by Juri Linkov.
9695 2013-12-16  Leo Liu  <sdl.web@gmail.com>
9697         * progmodes/compile.el (compile-goto-error): Do not push-mark.
9698         Remove NOMSG arg and all uses changed.
9700 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
9703         (cua--deactivate-rectangle): Don't deactivate the mark.
9704         (cua-set-rectangle-mark): Don't set mark-active since
9705         cua--activate-rectangle already does it for us.
9706         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
9707         non-rectangular region.
9709         * emulation/cua-base.el (cua-repeat-replace-region):
9710         Use with-current-buffer.
9712         * net/gnutls.el: Use cl-lib.
9713         (gnutls-negotiate): `mapcan' -> cl-mapcan.
9715 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
9717         * emacs-lisp/package.el (package-built-in-p): Support both
9718         built-in and the package.el converted package descriptions.
9719         (package-show-package-list): Allow keywords.
9720         (package-keyword-button-action): Use it instead of
9721         `finder-list-matches'.
9722         (package-menu-filter-interactive): Interactive filtering (by
9723         keyword) function.
9724         (package-menu--generate): Support keywords and change keymappings
9725         and headers when they are given.
9726         (package--has-keyword-p): Helper function.
9727         (package-menu--refresh): Use it.
9728         (package--mapc): Helper function.
9729         (package-all-keywords): Use it.
9730         (package-menu-mode-map): Set up menu items and keybindings to
9731         provide a filtering UI.
9733 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
9735         * net/gnutls.el (gnutls-verify-error): New defcustom to control
9736         the behavior when a certificate fails validation.  Defaults to
9737         old behavior: never abort, just warn.
9738         (gnutls-negotiate): Use it.
9740 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
9742         * window.el (display-buffer-below-selected): Never split window
9743         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
9745 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
9747         * emacs-lisp/package.el (package--prepare-dependencies): New function.
9748         (package-buffer-info): Use it (bug#15108).
9750 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9752         * icomplete.el (icomplete-completions): Make sure the prefix is already
9753         displayed elsewhere before hiding it (bug#16219).
9755 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
9757         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
9758         open-paren tokens when preceded by a open-paren, too.
9759         (ruby-smie-rules): Handle virtual indentation after open-paren
9760         tokens specially.  If there is code between it and eol, return the
9761         column where is starts (Bug#16118).
9763 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
9765         * progmodes/cfengine.el: Fix `add-hook' doc.
9766         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
9767         (cfengine3--current-word): Fix parameters.
9768         (cfengine3-make-syntax-cache): Simplify further.
9769         (cfengine3-completion-function, cfengine3--current-function):
9770         Use `assq' for symbols.
9771         (cfengine3--current-function): Fix `cfengine3--current-word' call.
9773 2013-12-13  Glenn Morris  <rgm@gnu.org>
9775         * loadup.el (load-path): Warn if site-load or site-init changes it.
9776         No more need to reset it when bootstrapping.
9778 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
9780         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
9781         locations for cf-promises.
9782         (cfengine-mode-syntax-functions-regex): New caching variable.
9783         (cfengine3-fallback-syntax): Fallback syntax for cases where
9784         cf-promises doesn't run.
9785         (cfengine3--current-word): Reimplement using
9786         `cfengine-mode-syntax-functions-regex'.
9787         (cfengine3-completion-function, cfengine3--current-function):
9788         Use `cfengine3-make-syntax-cache' directly.
9789         (cfengine3-clear-syntax-cache): New function.
9790         (cfengine3-make-syntax-cache): Simplify and create
9791         `cfengine-mode-syntax-functions-regex' on demand.
9792         (cfengine3-format-function-docstring): Don't call
9793         `cfengine3-make-syntax-cache' explicitly.
9795 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
9797         Fix windmove-find-other-window broken after pixelwise resizing
9798         (Bug#16017).
9799         * windmove.el (windmove-other-window-loc): Revert change from
9800         2013-12-04.
9801         (windmove-find-other-window): Call window-in-direction.
9802         * window.el (window-in-direction): New arguments SIGN, WRAP and
9803         MINI to emulate original windmove-find-other-window behavior.
9805 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
9807         * simple.el (blink-matching--overlay): New variable.
9808         (blink-matching-open): Instead of moving point, highlight the
9809         matching paren with an overlay
9810         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
9812         * faces.el (paren-showing-faces, show-paren-match)
9813         (show-paren-mismatch): Move from paren.el.
9815 2013-12-13  Leo Liu  <sdl.web@gmail.com>
9817         * indent.el (indent-region): Disable progress reporter in
9818         minibuffer.  (Bug#16108)
9820         * bindings.el (visual-order-cursor-movement): Fix version.
9822 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9824         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
9825         Also match after beginning of line.
9826         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
9827         files.  Thanks to Russell Sim.  (Bug#15378)
9829 2013-12-13  Juri Linkov  <juri@jurta.org>
9831         * simple.el <Keypad support>: Remove key bindings duplicated
9832         with bindings.el.  (Bug#14397)
9834 2013-12-13  Juri Linkov  <juri@jurta.org>
9836         * comint.el (comint-mode-map): Replace `delete-char' with
9837         `delete-forward-char'.  (Bug#16109)
9839 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9841         * progmodes/python.el (python-indent-calculate-indentation):
9842         Fix de-denters cornercase.  (Bug#15731)
9844 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9846         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
9847         (advice--make): Pay attention to `depth'.
9848         (advice--make-1): Don't autoload commands eagerly.
9849         * emacs-lisp/elp.el (elp-instrument-function):
9850         * emacs-lisp/trace.el (trace-function-internal):
9851         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
9853         * iswitchb.el (iswitchb-mode): Don't belittle ido.
9855 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
9857         * term/w32-win.el (w32-handle-dropped-file):
9858         * startup.el (normal-top-level):
9859         * net/browse-url.el (browse-url-file-url):
9860         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
9861         decode file names using 'utf-8' rather than
9862         file-name-coding-system.
9864 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9866         * progmodes/python.el (python-indent-context)
9867         (python-indent-calculate-indentation): Fix auto-identation
9868         behavior for comment blocks.  (Bug#15916)
9870 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
9872         * progmodes/python.el (python-indent-calculate-indentation):
9873         When determining indentation, don't treat "return", "pass", etc., as
9874         operators when they are just string constituents.  (Bug#15812)
9876 2013-12-12  Juri Linkov  <juri@jurta.org>
9878         * uniquify.el (uniquify-buffer-name-style): Change default to
9879         `post-forward-angle-brackets'.
9881         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
9882         `uniquify'.  Change default to `post-forward-angle-brackets'.
9884 2013-12-11  Glenn Morris  <rgm@gnu.org>
9886         * emacs-lisp/package.el (finder-list-matches):
9887         Autoload rather than falsely declaring.
9889 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
9891         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
9892         (eww-mode-map): Use them.
9894 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
9896         * window.el (display-buffer-in-side-window): Fix doc-string
9897         (Bug#16115).
9899 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
9901         * vc/vc-git.el: Silence byte-compiler warnings.
9902         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
9903         (log-edit-set-header): Declare.
9905 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
9907         * Makefile.in (custom-deps, finder-data): Run output file names
9908         through unmsys--file-name.  (Bug#16099)
9910 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9912         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
9913         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
9915         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
9916         instead of deleting the selection "by hand" (bug#16098).
9917         Rely on insert-for-yank to yank rectangles.
9918         (cua-highlight-region-shift-only): Mark obsolete.
9919         (cua-mode): Don't enable/disable transient-mark-mode,
9920         shift-select-mode (cua-mode works both with and without them), and
9921         pc-selection-mode (obsolete).
9922         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
9923         (cua--deactivate-rectangle): Deactivate it.
9925         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
9926         (delete-selection-helper): Make sure yank starts at the top of the
9927         deleted region.
9928         (minibuffer-keyboard-quit): Use region-active-p.
9930         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
9932         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
9933         to `delete' (bug#16109).
9935 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9937         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
9938         info manual and show keybindings and set `:group' keyword.
9940 2013-12-11  Juri Linkov  <juri@jurta.org>
9942         * delsel.el (delete-active-region): Let-bind `this-command'
9943         to prevent `kill-region' from changing its original value.
9944         (delete-selection-helper): Handle `overwrite-mode' for the type
9945         `kill' exactly the same way as for the type `t'.
9946         (insert-char, quoted-insert, reindent-then-newline-and-indent):
9947         Support more commands.  (Bug#13312)
9949 2013-12-11  Juri Linkov  <juri@jurta.org>
9951         * bindings.el: Map kp keys to non-kp keys systematically
9952         with basic modifiers control, meta and shift.  (Bug#14397)
9954 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9956         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
9957         "Close browser" menu items.  Fix wrong function of "List
9958         bookmarks".
9960 2013-12-11  Juri Linkov  <juri@jurta.org>
9962         * misearch.el (multi-isearch-buffers): Set the value of
9963         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
9964         arg of isearch-forward to t.
9965         (multi-isearch-buffers-regexp): Set the value of
9966         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
9967         arg of isearch-forward-regexp to t.
9968         (multi-isearch-files): Set the value of
9969         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
9970         arg of isearch-forward to t.
9971         (multi-isearch-files-regexp): Set the value of
9972         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
9973         arg of isearch-forward-regexp to t.  (Bug#16035)
9975         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
9976         arg of isearch-forward to t.
9977         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
9978         arg of isearch-forward-regexp to t.
9979         (dired-isearch-filter-filenames): Remove unnecessary check for
9980         `dired-isearch-filenames'.
9982         * comint.el (comint-history-isearch-backward):
9983         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
9984         (comint-history-isearch-backward-regexp):
9985         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
9987 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
9989         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
9990         unmsys--file-name.  (Bug#16099)
9992 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
9994         * emacs-lisp/package.el (package-keyword-button-action):
9995         Remove finder.el require dependency.
9997 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
9999         * emacs-lisp/package.el: Require finder.el.
10000         (describe-package-1): Add keyword buttons.
10001         (package-make-button): New convenience function.
10002         (package-keyword-button-action): Keyword button action using
10003         `finder-list-matches'.
10005 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
10007         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
10008         last commit.
10010 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
10012         * autorevert.el (auto-revert-notify-add-watch): Do not handle
10013         symlinked files.
10015 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
10017         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
10018         after the end of a percent literal.
10020 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
10022         * progmodes/ruby-mode.el (ruby-forward-string): Document.
10023         Handle caret-delimited strings (Bug#16079).
10025 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
10027         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
10028         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
10029         `ruby-parse-partial' (Bug#16078).
10031 2013-12-09  Leo Liu  <sdl.web@gmail.com>
10033         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
10035 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
10037         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
10038         (js-switch-indent-offset): New option.
10039         (js--proper-indentation): Use it.  And handle the case when
10040         "default" is actually a key in an object literal.
10041         (js--same-line): New function.
10042         (js--multi-line-declaration-indentation): Use it.
10043         (js--indent-in-array-comp, js--array-comp-indentation):
10044         New functions.
10045         (js--proper-indentation): Use them, to handle array comprehension
10046         continuations.
10048 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10050         * progmodes/flymake.el (flymake-highlight-line): Re-write.
10051         (flymake-make-overlay): Remove arg MOUSE-FACE.
10052         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
10054 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
10057         New function.
10058         (redisplay-highlight-region-function): Use it.
10060         * emulation/cua-base.el (cua--explicit-region-start)
10061         (cua--last-region-shifted): Remove.
10062         (cua--deactivate): Use deactivate-mark.
10063         (cua--pre-command-handler-1): Don't handle shift-selection.
10064         (cua--post-command-handler-1): Don't change transient-mark-mode.
10065         (cua--select-keymaps): Use region-active-p rather than
10066         cua--explicit-region-start or cua--last-region-shifted.
10067         (cua-mode): Enable shift-select-mode.
10069 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10071         * progmodes/flymake.el (flymake-popup-current-error-menu):
10072         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
10073         (flymake-posn-at-point-as-event, flymake-popup-menu)
10074         (flymake-make-emacs-menu): Remove.  (Bug#16077)
10076 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10078         * rect.el (rectangle-mark-mode): Activate mark even if
10079         transient-mark-mode is off (bug#16066).
10080         (rectangle--highlight-for-redisplay): Fix boundary condition when point
10081         is > mark and at bolp.
10083         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
10084         (region-extract-function): Use it.
10085         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
10086         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
10087         Delete functions.
10088         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
10089         kill-ring-save, kill-region, delete-char, delete-forward-char.
10090         Ignore self-insert-iso.
10092         * emulation/cua-gmrk.el (cua--init-global-mark):
10093         Ignore `self-insert-iso'.
10095         * emulation/cua-base.el (cua--prefix-copy-handler)
10096         (cua--prefix-cut-handler): Rely on region-extract-function rather than
10097         checking cua--rectangle.
10098         (cua-delete-region): Use region-extract-function.
10099         (cua-replace-region): Delete function.
10100         (cua-copy-region, cua-cut-region): Obey region-extract-function.
10101         (cua--pre-command-handler-1): Don't do the delete-selection thing.
10102         (cua--self-insert-char-p): Ignore `self-insert-iso'.
10103         (cua--init-keymaps): Don't remap delete-selection commands.
10104         (cua-mode): Use delete-selection-mode instead of rolling our own
10105         (bug#16085).
10107         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
10108         Obey region-extract-function.
10110         Make registers and delete-selection-mode work on rectangles.
10111         * register.el (describe-register-1): Don't modify the register's value.
10112         (copy-to-register): Obey region-extract-function.
10113         * delsel.el (delete-active-region): Obey region-extract-function.
10115 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10117         * progmodes/flymake.el (flymake, flymake-error-bitmap)
10118         (flymake-warning-bitmap, flymake-fringe-indicator-position)
10119         (flymake-compilation-prevents-syntax-check)
10120         (flymake-start-syntax-check-on-newline)
10121         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
10122         (flymake-start-syntax-check-on-find-file, flymake-log-level)
10123         (flymake-xml-program, flymake-master-file-dirs)
10124         (flymake-master-file-count-limit)
10125         (flymake-allowed-file-name-masks): Relocate.
10126         (flymake-makehash, flymake-float-time)
10127         (flymake-replace-regexp-in-string, flymake-split-string)
10128         (flymake-get-temp-dir): Remove.
10129         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
10130         (flymake-current-row, flymake-selected-frame)
10131         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
10132         related functions.  (Bug#16077)
10134 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
10136         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
10138 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
10140         * help-fns.el (describe-function-1): Use new advice-* functions
10141         rather than old ad-* functions.  Fix function type description and
10142         source links for advised functions and subrs.
10144 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10146         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
10148 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
10150         * progmodes/compile.el (compilation-start):
10151         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
10153         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10154         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
10156 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10158         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10159         Touch up the last change.
10161 2013-12-06  Leo Liu  <sdl.web@gmail.com>
10163         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
10164         (inferior-octave-startup): Always use "octave> " for prompt.
10165         (octave-goto-function-definition)
10166         (octave-sync-function-file-names)
10167         (octave-find-definition-default-filename): Remove redundant backquotes.
10169 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10171         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
10172         syntax for `?'.
10173         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
10174         where appropriate already.
10175         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
10176         end of method names (Bug#15874).
10178 2013-12-06  Juri Linkov  <juri@jurta.org>
10180         * isearch.el (isearch--saved-overriding-local-map):
10181         New internal variable.
10182         (isearch-mode): Set it to the initial value of
10183         `overriding-terminal-local-map'.
10184         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
10185         with `isearch--saved-overriding-local-map'.  (Bug#16035)
10187 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10189         * progmodes/octave.el (inferior-octave-completion-table):
10190         Turn back into function, use `completion-table-with-cache'
10191         (Bug#11906).  Update all references.
10193         * minibuffer.el (completion-table-with-cache): New function.
10195 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
10197         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
10199 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
10201         * net/eww.el (eww-current-source): New variable to store page
10202         source.
10203         (eww-display-html, eww-mode, eww-save-history)
10204         (eww-restore-history): Use it.
10205         (eww-view-source): New command to view page source.
10206         Opportunistically uses `html-mode' to highlight the buffer.
10207         (eww-mode-map): Install it.
10209 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
10211         * net/dbus.el (dbus-unregister-service)
10212         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
10213         Fix docstring.
10214         (dbus-unregister-service): Skip :serial entries in
10215         `dbus-registered-objects-table'.
10216         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
10218 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
10220         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
10221         around keywords with extra `split-string' argument.
10223 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
10225         * windmove.el (windmove-other-window-loc): Handle navigation
10226         between windows (excluding the minibuffer window - Bug#16017).
10228 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
10230         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
10231         in D-Bus type syntax.
10232         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
10233         preserve unibyte strings.  (Bug#16048)
10235 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10237         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
10238         Call force-mode-line-update is the proper buffer (bug#16042).
10240 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
10242         * vc/log-edit.el (log-edit-add-new-comment): Rename to
10243         `log-edit-remember-comment', make argument optional.  Adjust all
10244         callers.
10245         (log-edit-mode): Add `log-edit-remember-comment' to
10246         `kill-buffer-hook' locally.
10247         (log-edit-kill-buffer): Don't remember comment explicitly since
10248         the buffer is killed anyway.
10250 2013-12-04  Juri Linkov  <juri@jurta.org>
10252         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
10253         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
10255 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
10257         * notifications.el (notifications-close-notification): Call the
10258         D-Bus method with ID being a `:uint32'.  (Bug#16030)
10260 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10262         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
10264 2013-12-03  Juri Linkov  <juri@jurta.org>
10266         * progmodes/compile.el (compilation-start): Rename window alist
10267         entry `no-display-ok' to `allow-no-window'.
10269         * simple.el (shell-command): Add window alist entry
10270         `allow-no-window' to `display-buffer'.
10271         (async-shell-command): Doc fix.
10273         * window.el (display-buffer-no-window): New action function.
10274         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
10276 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
10278         * vc/log-edit.el (log-edit-set-header): Extract from
10279         `log-edit-toggle-header'.
10280         (log-edit-extract-headers): Separate the summary, when extracted
10281         from header, from the rest of the message with an empty line.
10283         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
10284         line, if present, to the Summary header.
10286 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10288         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
10289         in current-buffer (bug#16029).
10291 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
10293         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
10294         (debugger-mode-map): Bind it.
10295         (debugger--backtrace-base): New function.
10296         (debugger-eval-expression): Use it.
10297         (debugger-frame-number): Skip local vars when present.
10298         (debugger--locals-visible-p, debugger--insert-locals)
10299         (debugger--show-locals, debugger--hide-locals): New functions.
10301 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
10303         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
10304         "LC_ALL".
10305         (tramp-get-remote-locale): New defun.
10306         (tramp-open-connection-setup-interactive-shell): Use it.
10308 2013-12-02  Leo Liu  <sdl.web@gmail.com>
10310         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
10312         * progmodes/sh-script.el (sh-shell-process):
10313         * progmodes/octave.el (inferior-octave-process-live-p):
10314         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
10315         (gdb-inferior-io-sentinel):
10316         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
10318 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
10320         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
10321         `save-selected-window' to `log-edit-hide-buf'.  This makes
10322         `log-edit-show-files' idempotent.
10323         (log-edit-show-files): Mark the new window as dedicated.
10325 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
10327         * vc/log-edit.el (log-edit-mode-map): Add binding for
10328         `log-edit-kill-biffer'.
10329         (log-edit-hide-buf): Add a FIXME comment.
10330         (log-edit-add-new-comment): New function, extracted from
10331         `log-edit-done'.
10332         (log-edit-done, log-edit-add-to-changelog): Use it.
10333         (log-edit-kill-buffer): New command.
10335 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
10338         instead of killing the buffer.
10340 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
10344 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10346         * net/eww.el (eww-form-checkbox-selected-symbol)
10347         (eww-form-checkbox-symbol): New customizable variable.
10348         (eww-form-checkbox, eww-toggle-checkbox):
10349         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
10351         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
10352         (shr--get-media-pref, shr--extract-best-source): New function.
10353         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
10354         no :src tag was specified.
10356         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
10357         (eww-render): Handle `eww-use-external-browser-for-content-type'.
10358         Use \\` to match beginning of string instead of ^.
10359         (eww-browse-with-external-browser): Provide optional URL parameter.
10360         (eww-render): Set `eww-current-title' back to "".
10362         * net/shr.el (shr-tag-video): Display content for video if no
10363         poster is available.
10364         (shr-tag-audio): Add support for <audio> tag.
10366         * net/eww.el (eww-text-input-types): New const.
10367         (eww-process-text-input): Treat input types in
10368         `eww-text-input-types' as text.
10370         * net/shr.el (shr-tag-table): Fix comment typo.
10372 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10374         * net/eww.el (eww-follow-link): New command to avoid reloading
10375         pages when we follow #target links (bug#15243).
10376         (eww-quit): Special mode buffers shouldn't query before exiting.
10378 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
10380         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
10381         forms.
10383 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385         * net/eww.el (eww-restore-history): Update the window title after
10386         moving in the history.
10387         (eww-current-dom): New variable used to save the current DOM.
10389 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
10391         * vc/log-edit.el (log-edit-mode-map): Add binding for
10392         `log-edit-beginning-of-line'.
10393         (log-edit-setup-add-author): New user option.
10394         (log-edit-beginning-of-line): New command.
10395         (log-edit): Move major mode call above the contents setup so that
10396         the local variable values are already applied.
10397         (log-edit): Only insert "Author: " when
10398         `log-edit-setup-add-author' is non-nil.
10399         (log-edit): When SETUP is non-nil, position point after ": "
10400         instead of point-min.
10402 2013-12-01  Glenn Morris  <rgm@gnu.org>
10404         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
10406 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
10408         * startup.el (fancy-splash-frame): On MS-Windows, trigger
10409         redisplay to make sure the initial frame gets a chance to become
10410         visible.  (Bug#16014)
10412 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
10414         Support resizing frames and windows pixelwise.
10415         * cus-start.el (frame-resize-pixelwise)
10416         (window-resize-pixelwise): New entries.
10417         * emacs-lisp/debug.el (debug): Use window-total-height instead
10418         of window-total-size.
10419         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
10420         * help.el (describe-bindings-internal): Use help-buffer as
10421         argument for with-help-window.
10422         (temp-buffer-max-width): New option.
10423         (resize-temp-buffer-window, help-window-setup)
10424         (with-help-window): Rewrite.
10425         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
10426         dragging dividers.
10427         * window.el (frame-char-size, window-min-pixel-height)
10428         (window-safe-min-pixel-height, window-safe-min-pixel-width)
10429         (window-min-pixel-width, window-safe-min-pixel-size)
10430         (window-combination-p, window-safe-min-size)
10431         (window-resizable-p, window--size-to-pixel)
10432         (window--pixel-to-size, window--resize-apply-p): New functions.
10433         (window-safe-min-height): Fix doc-string.
10434         (window-size, window-min-size, window--min-size-1)
10435         (window-sizable, window-sizable-p, window--min-delta-1)
10436         (window-min-delta, window--max-delta-1, window-max-delta)
10437         (window--resizable, window--resizable-p, window-resizable)
10438         (window-full-height-p, window-full-width-p, window-at-side-p)
10439         (window--in-direction-2, window-in-direction)
10440         (window--resize-reset-1, window--resize-mini-window)
10441         (window-resize, window-resize-no-error)
10442         (window--resize-child-windows-normal)
10443         (window--resize-child-windows, window--resize-siblings)
10444         (window--resize-this-window, window--resize-root-window)
10445         (window--resize-root-window-vertically)
10446         (adjust-window-trailing-edge, enlarge-window, shrink-window)
10447         (maximize-window, minimize-window, delete-window)
10448         (quit-restore-window, window-split-min-size, split-window)
10449         (balance-windows-2, balance-windows)
10450         (balance-windows-area-adjust, balance-windows-area)
10451         (window--state-get-1, window-state-get, window--state-put-1)
10452         (window--state-put-2, window-state-put)
10453         (display-buffer-record-window, window--display-buffer):
10454         Make functions handle pixelwise sizing of windows.
10455         (display-buffer--action-function-custom-type)
10456         (display-buffer-fallback-action):
10457         Add display-buffer-in-previous-window.
10458         (display-buffer-use-some-window): Resize window to height it had
10459         before.
10460         (fit-window-to-buffer-horizontally): New option.
10461         (fit-frame-to-buffer): Describe new values.
10462         (fit-frame-to-buffer-bottom-margin): Replace with
10463         fit-frame-to-buffer-margins.
10464         (window--sanitize-margin): New function.
10465         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
10466         using window-text-pixel-size.
10468 2013-11-30  Glenn Morris  <rgm@gnu.org>
10470         * emacs-lisp/bytecomp.el (byte-compile-form):
10471         Make the `interactive-only' warning like the `obsolete' one.
10472         * comint.el (comint-run):
10473         * files.el (insert-file-literally, insert-file):
10474         * replace.el (replace-string, replace-regexp):
10475         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
10476         (goto-line, insert-buffer, next-line, previous-line):
10477         Tweak `interactive-only' spec.
10479         Stop keeping (most) generated cedet grammar files in the repository.
10480         * Makefile.in (semantic): New.
10481         (compile-main): Depend on semantic.
10483 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10485         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
10486         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
10488         * uniquify.el (uniquify-buffer-name-style): Change default.
10490         * loadup.el: Preload "uniquify".
10492         * time.el (display-time-update): Update all mode lines (bug#15999).
10494         * electric.el (electric-indent-mode): Enable by default.
10495         * loadup.el: Preload "electric".
10497 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
10499         * emacs-lisp/helpers.el (string-empty-p): New function.
10500         (string-blank-p): New function.
10502 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
10504         * imenu.el (imenu--index-alist): Add missing dot to the docstring
10505         (Bug#14029).
10507 2013-11-29  Andreas Politz  <politza@fh-trier.de>
10508         * imenu.el (imenu--subalist-p): Don't error on non-conses and
10509         allow non-lambda lists as functions.
10510         (imenu--in-alist): Don't recurse into non-subalists.
10511         (imenu): Don't pass function itself as an argument (Bug#14029).
10513 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10515         * progmodes/python.el (python-mode-map): Remove binding for ":".
10516         (python-indent-electric-colon): Remove command.
10517         (python-indent-post-self-insert-function): Integrate the previous code
10518         of python-indent-electric-colon.  Make it conditional on
10519         electric-indent-mode.
10520         (python-mode): Add ?: to electric-indent-chars.
10521         Move python-indent-post-self-insert-function to the end of
10522         post-self-insert-hook.
10524 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10526         * doc-view.el (doc-view-goto-page): Update mode-line.
10528         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
10530 2013-11-27  Glenn Morris  <rgm@gnu.org>
10532         * international/charprop.el, international/uni-bidi.el:
10533         * international/uni-category.el, international/uni-combining.el:
10534         * international/uni-comment.el, international/uni-decimal.el:
10535         * international/uni-decomposition.el, international/uni-digit.el:
10536         * international/uni-lowercase.el, international/uni-mirrored.el:
10537         * international/uni-name.el, international/uni-numeric.el:
10538         * international/uni-old-name.el, international/uni-titlecase.el:
10539         * international/uni-uppercase.el:
10540         Remove generated files from VCS repository.
10542 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
10544         * filenotify.el (file-notify-add-watch): Don't special-case
10545         w32notify when computing the directory to watch.
10547 2013-11-27  Glenn Morris  <rgm@gnu.org>
10549         Make bootstrap without generated uni-*.el files possible again.
10550         * loadup.el: Update command-line-args checking for unidata-gen.
10551         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
10552         * composite.el, international/characters.el:
10553         Handle unicode tables being undefined.
10555         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
10556         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
10557         (compile-main): Depend on leim rule.
10558         (leim): New rule.
10559         * loadup.el: Move leim-list.el to leim/ subdirectory.
10560         * startup.el (normal-top-level): No more leim directory.
10561         * international/ja-dic-cnv.el (skkdic-convert):
10562         Disable version-control and autoloads in output files.
10563         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
10564         Disable version-control and autoloads in output files.
10565         * leim/quail: Move here from ../leim.
10566         * leim/quail/hangul.el (hangul-input-method-activate):
10567         Add autoload cookie.
10568         (generated-autoload-load-name): Set file-local value.
10569         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
10570         (generated-autoload-load-name): Set file-local value.
10572 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
10574         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
10575         (eww-add-bookmark): Ask confirmation when add to bookmarks.
10576         (eww-quit): Ask confirmation before quitting eww.
10578 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
10580         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
10581         reading output from Diff on MS-Windows and MS-DOS.
10583 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
10585         * emacs-lisp/helpers.el (string-reverse): New function.
10587 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
10589         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
10590         names on MS Windows, like "/[::1]:".
10592         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
10593         SWITCHES.
10595 2013-11-26  Glenn Morris  <rgm@gnu.org>
10597         * progmodes/python.el (python-indent-guess-indent-offset):
10598         Avoid corner-case error.  (Bug#15975)
10600         Preload leim-list.el.  (Bug#4789)
10601         * loadup.el: Load leim-list.el when found.
10602         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
10604 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
10606         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
10608         * emacs-lisp/helpers.el (string-join): New function.
10610 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
10612         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10613         Mark as obsolete and replace it with a symbol property.
10614         (byte-compile-form): Use new 'interactive-only property.
10615         * comint.el, files.el, replace.el, simple.el:
10616         Apply new 'interactive-only properly.
10618 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
10620         * window.el (display-buffer-at-bottom): Make sure that
10621         split-window-sensibly creates the new window on bottom
10622         (Bug#15961).
10624 2013-11-23  David Kastrup  <dak@gnu.org>
10626         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
10627         on the conflict markers when available.
10628         (smerge--get-marker): New function.
10629         (smerge-end-re, smerge-base-re): Add subgroup.
10631 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10633         * frame.el (handle-focus-in, handle-focus-out): Add missing
10634         interactive spec.
10636 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
10638         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
10639         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
10641 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10643         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
10644         (gomoku--last-pos): New var.
10645         (gomoku--intangible-chars): New const.
10646         (gomoku--intangible): New function.
10647         (gomoku-mode): Use it.  Derive from special-mode.
10648         (gomoku-move-up): Adjust line count.
10649         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
10650         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
10651         Simplify accordingly.
10653         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
10654         Remove blink-cursor code.
10655         (blink-cursor-timer-function, blink-cursor-suspend):
10656         Don't special-case GUIs.
10657         (blink-cursor-mode): Use focus-in/out-hook.
10659 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
10661         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
10662         work when annotation is invisible (Bug#13886).
10664 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
10666         * json.el (json-alist-p): Only return non-nil if the alist has
10667         simple keys (Bug#13518).
10669 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
10671         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
10672         when control-statement is the first statement in a buffer (Bug#15956).
10674 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
10676         * imenu.el (imenu-generic-skip-comments-and-strings):
10677         New option (Bug#15560).
10678         (imenu--generic-function): Use it.
10680 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
10682         * minibuffer.el (completion--in-region-1): Scroll the correct window.
10683         (Bug#13898)
10685 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
10687         * emacs-lisp/helpers.el: Add some string helpers.
10688         (string-trim-left): Removes leading whitespace.
10689         (string-trim-right): Removes trailing whitespace.
10690         (string-trim): Removes leading and trailing whitespace.
10692         * subr.el (string-suffix-p): New function.
10694 2013-11-23  Glenn Morris  <rgm@gnu.org>
10696         * progmodes/python.el (python-shell-send-file):
10697         Add option to delete file when done.  (Bug#15647)
10698         (python-shell-send-string, python-shell-send-region): Use it.
10700 2013-11-23  Ivan Shmakov  <ivan@siamics.net>
10702         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
10703         to set buffer-read-only to t, never to nil.  (Bug#15938)
10705         * textmodes/tex-mode.el (latex-noindent-environments):
10706         Add safe-local-variable property.  (Bug#15936)
10708 2013-11-23  Glenn Morris  <rgm@gnu.org>
10710         * textmodes/enriched.el (enriched-mode): Doc fix.
10711         * emacs-lisp/authors.el (authors-renamed-files-alist):
10712         Add enriched.doc -> enriched.txt.
10714         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
10716 2013-11-22  Leo Liu  <sdl.web@gmail.com>
10718         * progmodes/octave.el (inferior-octave-startup): Spit out error
10719         message.
10721 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
10723         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
10724         Improve docstring.
10725         Add :version.
10726         (ruby-encoding-magic-comment-style): Add :version.
10728 2013-11-22  Leo Liu  <sdl.web@gmail.com>
10730         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
10731         (Bug#15076)
10732         (octave-help-mode): Adapt to change to help-mode-finish to use
10733         derived-mode-p on 2013-09-17.
10734         (inferior-octave-prompt): Also match octave-gui.
10735         (octave-kill-process): Don't ask twice.  (Bug#10564)
10737 2013-11-22  Leo Liu  <sdl.web@gmail.com>
10739         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
10740         (inferior-octave-startup, inferior-octave-check-process)
10741         (inferior-octave-track-window-width-change)
10742         (octave-completion-at-point, octave-eldoc-function): Use it.
10743         (octave-kill-process): Provide confirmation.  (Bug#10564)
10745 2013-11-21  Leo Liu  <sdl.web@gmail.com>
10747         * progmodes/octave.el (octave-mode, inferior-octave-mode):
10748         Fix obsolete variable comment-use-global-state.
10750 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10752         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
10753         Add `octave-source-file'.
10754         (octave-source-file): New function.  (Bug#15935)
10756 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
10758         * net/eww.el (eww-local-regex): New variable.
10759         (eww): Use it to detect localhost and similar.
10761 2013-11-21  Leo Liu  <sdl.web@gmail.com>
10763         Add completion for command `ag'.
10764         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
10765         (pcomplete/ag): New function.
10766         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
10768 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10770         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
10771         (bug#14646).
10772         (make-obsolete): Remove interactive spec.
10774 2013-11-21  Glenn Morris  <rgm@gnu.org>
10776         * startup.el (command-line-1): Use path-separator with -L.
10778 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
10780         * emacs-lisp/package.el (describe-package-1): Add package archive
10781         to shown fields.
10783 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
10785         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
10786         Change default to "# encoding: %s" to differentiate it from the
10787         default Ruby encoding comment template.
10789 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
10791         * ses.el (ses-mode): Doc fix.  (Bug#14748)
10793 2013-11-20  Leo Liu  <sdl.web@gmail.com>
10795         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
10797 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
10799         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
10800         when rebase or bisect are in progress.
10802 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
10804         * filenotify.el (file-notify-add-watch): Doc fix.
10806 2013-11-19  Leo Liu  <sdl.web@gmail.com>
10808         * obsolete/rcompile.el: Mark obsolete.
10810         * progmodes/compile.el (compilation-start)
10811         (compilation-goto-locus, compilation-find-file):
10812         Pass no-display-ok and handle nil value from display-buffer.
10813         (Bug#13594)
10815         * window.el (display-buffer-alist, display-buffer): Document the
10816         new parameter no-display-ok.  Return either a window or nil
10817         but never a non-window value.
10819 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10821         * electric.el (electric-indent-mode-map): Remove.
10822         (electric-indent-mode): Change the global-map instead (bug#15915).
10824         * textmodes/text-mode.el (paragraph-indent-minor-mode):
10825         Use add-function.
10827 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10829         * emacs-lisp/nadvice.el (remove-function): Align with
10830         add-function's behavior.
10832         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
10833         (gdb--string-regexp): New constant.
10834         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
10835         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
10836         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
10837         submatch 1.
10838         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
10839         Adjust use accordingly.
10840         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
10842 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
10844         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
10845         interpolation curlies (Bug#15914).
10847 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
10849         * calc/calc.el (calc-context-sensitive-enter): New variable.
10850         (calc-enter): Use `calc-context-sensitive-enter'.
10852 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
10854         * progmodes/cfengine.el: Version bump.
10855         (cfengine-cf-promises): New defcustom to locate cf-promises.
10856         (cfengine3-vartypes): Add new "data" type.
10857         (cfengine3--current-word): New function to get current name-like
10858         word or its bounds.
10859         (cfengine3--current-function): New function to look up a CFEngine
10860         function's definition.
10861         (cfengine3-format-function-docstring): New function.
10862         (cfengine3-make-syntax-cache): New function.
10863         (cfengine3-documentation-function): New function: ElDoc glue.
10864         (cfengine3-completion-function): New function: completion glue.
10865         (cfengine3-mode): Set `compile-command',
10866         `eldoc-documentation-function', and add to
10867         `completion-at-point-functions'.
10869 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
10871         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
10872         `tramp-current-connection'.
10874 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
10876         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
10877         nil/self/true/false with "end of symbol".
10879 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
10881         * subr.el (version-regexp-alist): Fix a typo.
10883 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
10885         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
10886         "en_US.utf8" and "LC_CTYPE" to "".
10887         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
10888         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
10890 2013-11-15  Leo Liu  <sdl.web@gmail.com>
10892         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
10894 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10896         * progmodes/gud.el (ctl-x-map):
10897         Remove C-x SPC binding.  (Bug#12342)
10898         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
10900 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
10902         * subr.el (version-regexp-alist):
10903         Recognize hg, svn and darcs versions as snapshot versions.
10905         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
10906         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
10907         (ruby--encoding-comment-required-p): Extract from
10908         `ruby-mode-set-encoding'.
10909         (ruby-mode-set-encoding): Add the ability to always insert an
10910         utf-8 encoding comment.  Fix and simplify coding comment update
10911         logic.
10913 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
10915         * net/tramp-gvfs.el (top): Run init code only when
10916         `tramp-gvfs-enabled' is not nil.
10917         (tramp-gvfs-enabled): Check also :system bus.
10919 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10921         Sync with upstream verilog-mode revision 78e66ba.
10922         * progmodes/verilog-mode.el (verilog-end-of-defun)
10923         (verilog-type-completion, verilog-get-list): Remove unused funcs.
10924         (verilog-get-end-of-defun): Remove unused argument.
10925         (verilog-comment-depth): Remove unused local `e'.
10926         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
10927         Don't pass arg to verilog-get-end-of-defun.
10929 2013-11-14  Glenn Morris  <rgm@gnu.org>
10931         * obsolete/assoc.el (aget): Prefix dynamic variable.
10933         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
10935 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10937         * widget.el, hfy-cmap.el: Remove bogus package version number.
10939 2013-11-13  Glenn Morris  <rgm@gnu.org>
10941         * replace.el (replace-eval-replacement):
10942         Try to give more helpful error message.  (Bug#15836)
10944         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10945         (archive-7z-update): Avoid custom type mismatches.
10947         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
10949 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
10951         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
10952         address can be empty.
10954         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
10955         Accept nil SWITCHES.
10956         (tramp-gvfs-handle-write-region): Implement APPEND.
10958 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
10960         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
10961         binary "|" operator and closing block args delimiter.
10962         Remove FIXME comment referring to Ruby 1.8-only syntax.
10963         (ruby-smie--implicit-semi-p): Not after "|" operator.
10964         (ruby-smie--closing-pipe-p): New function.
10965         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
10966         (ruby-smie-rules): Indent after "|".
10968 2013-11-12  Glenn Morris  <rgm@gnu.org>
10970         * ps-print.el (ps-face-attribute-list):
10971         Handle anonymous faces.  (Bug#15827)
10973 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
10975         * window.el (display-buffer-other-frame): Fix doc-string.
10976         (Bug#15868)
10978 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10980         * subr.el (force-mode-line-update): Delete, move to buffer.c.
10982 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
10984         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
10985         (tramp-sh-handle-file-local-copy): Don't write a message when
10986         saving temporary files.
10988         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
10989         both directories are remote.
10990         (tramp-smb-handle-directory-files): Do not return double entries.
10991         Do not expand full file names.
10992         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
10993         (tramp-smb-handle-write-region): Implement APPEND.
10994         (tramp-smb-get-stat-capability): Fix a stupid bug.
10996 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
11000 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11002         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
11003         throwing error over malformed let/let* (bug#15814).
11005 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11007         * iswitchb.el (iswitchb-mode): Mark obsolete.
11009 2013-11-11  Glenn Morris  <rgm@gnu.org>
11011         * international/uni-bidi.el, international/uni-category.el:
11012         * international/uni-name.el, international/uni-numeric.el:
11013         Regenerate for Unicode 6.3.0.
11015 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
11017         * net/tramp.el (tramp-methods):
11018         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
11019         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
11021 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
11023         * progmodes/sh-script.el (sh-font-lock-keywords-var):
11024         Force highlighting text after Summary keyword in doc face for rpm.
11026 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
11028         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
11029         available and the word has no wildcards, append one to the grep pattern.
11030         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
11031         (ispell-complete-word): Call `ispell-lookup-words' with the value
11032         independent of `ispell-look-p'.
11034 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11036         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
11037         Not after "||".
11038         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
11039         their parent.
11041 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11043         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
11044         (ruby-font-lock-keywords): Use backquote.
11046 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11048         * progmodes/ruby-mode.el (ruby-smie--forward-token)
11049         (ruby-smie--backward-token): Only consider full-string matches.
11051 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
11053         * faces.el (describe-face): Add distant-foreground.
11055 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
11057         * progmodes/ruby-mode.el: Improve encoding comment handling.
11058         (ruby-encoding-magic-comment-style): New option.
11059         (ruby-custom-encoding-magic-comment-template): New option.
11060         (ruby--insert-coding-comment, ruby--detect-encoding):
11061         New functions extracted from `ruby-mode-set-encoding'.
11062         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
11063         to control the style of the auto-inserted encoding comment.
11065 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11067         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
11068         Use `smie-backward-sexp' with token argument.
11070 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
11072         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11073         Remove instrumentation code.
11075 2013-11-08  Glenn Morris  <rgm@gnu.org>
11077         * progmodes/autoconf.el (autoconf-mode):
11078         Tweak comment-start-skip.  (Bug#15822)
11080 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11082         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
11083         at bobp (bug#15826).
11084         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
11086 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
11088         * man.el (Man-start-calling): New macro, extracted from
11089         Man-getpage-in-background.
11090         (Man-getpage-in-background): Use it.
11091         (Man-update-manpage): New command.
11092         (Man-mode-map): Bind it.
11094 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11096         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
11097         of "and", "or", "&&" and "||".
11098         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
11099         argument.  Prohibit opening curly brace because it could only be a
11100         block opener in that position.
11101         (ruby-smie--forward-token, ruby-smie--backward-token):
11102         Separate "|" from "&" or "*" going after it.  That can happen in block
11103         arguments.
11104         (ruby-smie--indent-to-stmt): New function, seeks the end of
11105         previous statement or beginning of buffer.
11106         (ruby-smie-rules): Use it.
11107         (ruby-smie-rules): Check if there's a ":" before a curly block
11108         opener candidate; if there is, it's a hash.
11110 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11112         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
11113         (cl--block-wrapper): Fix last accidental change.
11115 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
11117         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11118         Instrument, in order to hunt failure on hydra.
11120 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11122         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
11123         malformed bindings form (bug#15814).
11125 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
11127         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
11128         "." compared to " @ ".  This incidentally fixes some indentation
11129         examples with "do".
11130         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
11131         (ruby-smie-grammar): New tokens: "and" and "or".
11132         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
11133         Exclude "and" and "or".  Remove "do" in order to work around token
11134         priorities.
11135         (ruby-smie-rules): Add all infix tokens.  Handle the case of
11136         beginning-of-buffer.
11138 2013-11-06  Glenn Morris  <rgm@gnu.org>
11140         * Makefile.in (setwins_almost, setwins_for_subdirs):
11141         Avoid accidental matches.
11143 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11145         * menu-bar.el (popup-menu): Use key-binding.
11147 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
11149         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
11150         menus, support also the menus produced by minor modes.
11151         (Bug#15817)
11153 2013-11-06  Leo Liu  <sdl.web@gmail.com>
11155         * thingatpt.el (thing-at-point-looking-at): Add optional arg
11156         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
11158 2013-11-06  Glenn Morris  <rgm@gnu.org>
11160         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
11161         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
11162         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
11164 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11166         * electric.el (electric-indent-just-newline): New command.
11167         (electric-indent-mode-map): New keymap.
11168         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
11169         Re-add :group which weren't redundant.
11171         * electric.el (electric-indent-local-mode): New minor mode.
11172         (electric-indent-functions-without-reindent): New var.
11173         (electric-indent-post-self-insert-function): Use it.
11174         * emacs-lisp/gv.el (buffer-local-value): Add setter.
11176 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
11178         * international/quail.el (quail-help): Be more explicit about the
11179         meaning of the labels shown on the keys.  (Bug#15800)
11181         * startup.el (normal-top-level): Load the subdirs.el files before
11182         setting the locale environment.  (Bug#15805)
11184 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11186         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
11187         via arguments so as to get the right ones (bug#15418).
11189         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
11191 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
11193         Fix problems found while writing a test suite.
11195         * net/tramp-compat.el (tramp-compat-load): New defun.
11196         * net/tramp.el (tramp-handle-load): Use it.
11198         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
11199         "(numberp ok-if-already-exists)" correctly.
11201 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
11203         * international/characters.el (glyphless-char-display-control):
11204         Add usage note.
11206 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
11208         * progmodes/python.el (python-mode):
11209         * progmodes/scheme.el (scheme-mode):
11210         * progmodes/prolog.el (prolog-mode):
11211         * progmodes/ruby-mode.el (ruby-mode):
11212         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
11213         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
11215 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * rect.el (rectangle--highlight-for-redisplay):
11218         * emacs-lisp/smie.el (smie--next-indent-change):
11219         Use buffer-chars-modified-tick.
11221         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
11223         * electric.el (electric-indent-post-self-insert-function):
11224         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
11226 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
11228         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
11230 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11232         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
11233         (bug#15786).
11235 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11237         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
11239         * progmodes/python.el: Fix up last change.
11240         (python-shell--save-temp-file): New function.
11241         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
11242         `string' comes from the current buffer.
11243         (python-shell-send-string-no-output): Remove `msg' arg.
11244         (python--use-fake-loc): New var.
11245         (python-shell-buffer-substring): Obey it.  Try to compensate for the
11246         extra coding line added by python-shell--save-temp-file.
11247         (python-shell-send-region): Use python-shell--save-temp-file and
11248         python-shell-send-file directly.  Add `nomain' argument.
11249         (python-shell-send-buffer): Use python-shell-send-region.
11250         (python-electric-pair-string-delimiter): New function.
11251         (python-mode): Use it.
11253 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
11255         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
11256         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
11257         environment and decoding all of the default-directory's to here
11258         from command-line.
11259         (command-line): Decode also argv[0].
11261         * loadup.el: Error out if default-directory is a multibyte string
11262         when we are dumping.
11264         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
11266 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
11268         * emacs-lisp/package.el (package-menu-mode)
11269         (package-menu--print-info, package-menu--archive-predicate):
11270         Add Archive column to package list.
11272 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
11274         Fix problems found while writing a test suite.
11276         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
11277         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
11278         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
11279         to nil when running original file name handler.  Otherwise,
11280         there are problems with constructs like "$$FOO".
11282         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
11283         for `localname'.
11285 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
11287         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
11289         * subr.el (version<, version<=, version=):
11290         Update docstrings with information for snapshot versions.
11292         * helpers.el: New library for misc helper functions.
11293         (hash-table-keys): New function returning a list of hash keys.
11294         (hash-table-values): New function returning a list of hash values.
11296 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
11298         * progmodes/ruby-mode.el (ruby-smie--forward-token)
11299         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
11301 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
11303         * textmodes/fill.el (fill-single-char-nobreak-p): New function
11304         checking whether point is after a 1-letter word.
11306 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11308         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
11309         Don't infloop when expanding region over `multiline' syntax-type that
11310         begins a line (bug#15778).
11312 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11314         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
11315         Make it into a proper minor mode.
11316         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
11317         (rectangle-mark-mode-map): New keymap.
11318         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
11320 2013-11-04  Glenn Morris  <rgm@gnu.org>
11322         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
11324 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11326         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
11327         (ruby-smie-rules): Use smie-rule-parent instead.
11329         * emacs-lisp/smie.el (smie-rule-parent): Always call
11330         smie-indent-virtual rather than only for hanging tokens.
11331         (smie--next-indent-change): New helper command.
11333 2013-11-03  Glenn Morris  <rgm@gnu.org>
11335         * Makefile.in (abs_srcdir): Remove.
11336         (emacs): Unset EMACSLOADPATH.
11338 2013-11-02  Glenn Morris  <rgm@gnu.org>
11340         * Makefile.in (EMACS): Use a relative filename.
11341         (abs_top_builddir): Remove.
11342         (custom-deps, finder-data, autoloads): Use --chdir.
11344         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
11346         Use relative filenames in TAGS files.
11347         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11348         (lisptagsfiles4, TAGS): Use relative file names.
11349         (TAGS-LISP): Remove.
11350         (maintainer-clean): No more TAGS-LISP file.
11352         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
11353         (lisptagsfiles4): Use absolute filenames again.
11354         (TAGS, TAGS-LISP): Not everything needs to run in one line.
11355         Remove all *loaddefs files, not just the first.  Remove esh-groups.
11356         (maintainer-clean): Delete TAGS, TAGS-LISP.
11358 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
11360         * emacs-lisp/package.el (package-version-join):
11361         Recognize snapshot versions.
11363 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
11365         * subr.el (version-regexp-alist): Add support for snapshot versions.
11367 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
11369         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
11370         New function, replacement for `smie-rule-parent' for when we want to
11371         skip over our direct parent if it's an assignment token..
11372         (ruby-smie-rules): Use it.
11374 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
11376         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
11377         unconditionally.  Remove now unnecessary forward declarations.
11378         Remove XEmacs-specific setup.
11379         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
11380         (ruby-font-lock-syntactic-keywords)
11381         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
11382         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
11383         (ruby-here-doc-end-syntax): Remove.
11384         (ruby-mode): Don't check whether `syntax-propertize-rules' is
11385         defined as function.
11387 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
11389         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
11391 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
11393         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
11394         table and abbrev table, `define-derived-mode' does that for us
11395         anyway.
11397 2013-11-01  Glenn Morris  <rgm@gnu.org>
11399         * Makefile.in: Remove manual mh-e dependencies (writing .elc
11400         files is atomic for some time, so no parallel compilation issues).
11402 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
11404         * faces.el (face-x-resources): Add :distant-foreground.
11405         (region): Use :distant-foreground for gtk and ns.
11407 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
11409         Allow multiple bibliographies when BibLaTeX is used rather than
11410         BibTeX.
11411         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
11412         (reftex-locate-bibliography-files): Us it.
11414 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
11416         * image.el (image-type-header-regexps): Fix the 'pbm' part to
11417         allow comments in pbm files.
11419         * term/w32-win.el (dynamic-library-alist): Support newer versions
11420         of libjpeg starting with v7: look only for the DLL from the
11421         version against which Emacs was built.
11422         Support versions of libpng beyond 1.4.x.
11423         Support libtiff v4.x.
11425 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
11427         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
11428         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
11429         Add property :safe.
11430         (ruby-deep-arglist): Add property :type.
11432 2013-10-31  Glenn Morris  <rgm@gnu.org>
11434         * Makefile.in (custom-deps, finder-data): No need to setq the target
11435         variables, we are in the right directory and the defaults work fine.
11437 2013-10-30  Glenn Morris  <rgm@gnu.org>
11439         * Makefile.in (autoloads): Do not use abs_lisp.
11441         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11442         `newline' does not respect `standard-output', so use `princ'.
11444 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
11446         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
11447         * buff-menu.el (Buffer-menu--unmark): New function.
11448         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
11450 2013-10-30  Glenn Morris  <rgm@gnu.org>
11452         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
11454         * emacs-lisp/package.el (lm-homepage): Declare.
11456         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
11457         Fix doc typos.
11459         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
11461         * Makefile.in (finder-data, autoloads, update-subdirs)
11462         (compile-main, compile-clean, compile-always, bootstrap-clean):
11463         Check return value of cd.
11464         (compile-calc): Remove.
11466 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11468         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
11470         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
11471         (byte-compile-and-folded): New function.
11472         (=, <, >, <=, >=): Use it.
11474         * dos-w32.el (minibuffer-history-case-insensitive-variables)
11475         (path-separator, null-device, buffer-file-coding-system)
11476         (lpr-headers-switches): Check system-type before modifying them.
11477         (find-buffer-file-type-coding-system): Mark obsolete.
11478         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
11479         find-file-not-found-set-buffer-file-coding-system.
11480         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
11481         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
11482         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
11483         (w32-direct-print-region-helper, w32-direct-print-region-function)
11484         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
11485         * startup.el (normal-top-level-add-subdirs-to-load-path):
11486         * ps-print.el (ps-print-region-function):
11487         * lpr.el (print-region-function): Use new name.
11489         * subr.el (custom-declare-variable-early): Remove function.
11490         (custom-declare-variable-list): Remove var.
11491         (error, user-error): Remove `while' loop.
11492         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
11493         (user-emacs-directory-warning, locate-user-emacs-file):
11494         Move to files.el.
11495         * simple.el (read-quoted-char-radix, read-quoted-char):
11496         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
11497         Move from subr.el.
11498         * custom.el (custom-declare-variable-list): Don't process
11499         custom-declare-variable-list.
11501         * progmodes/python.el (python-shell-get-buffer): New function.
11502         (python-shell-get-process): Use it.
11503         (python-shell-send-string): Always use utf-8 and add a cookie to tell
11504         Python which encoding was used.  Don't split-string since we only care
11505         about the first line.  Return the temp-file, if applicable.
11506         (python-shell-send-region): Tell compile.el how to turn locations in
11507         the temp-file into locations in the source buffer.
11509 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11511         * subr.el (undefined): Add missing behavior from the C code for
11512         unbound keys.
11514         * rect.el: Use lexical-binding.  Add new rectangular region support.
11515         (rectangle-mark): New command.
11516         (rectangle--region): New var.
11517         (deactivate-mark-hook): Reset rectangle--region.
11518         (rectangle--extract-region, rectangle--insert-for-yank)
11519         (rectangle--highlight-for-redisplay)
11520         (rectangle--unhighlight-for-redisplay): New functions.
11521         (region-extract-function, redisplay-unhighlight-region-function)
11522         (redisplay-highlight-region-function): Use them to handle
11523         rectangular region.
11524         * simple.el (region-extract-function): New var.
11525         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
11526         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
11527         (kill-region): Replace obsolete `yank-handler' arg with `region'.
11528         (copy-region-as-kill, kill-ring-save): Add `region' argument.
11529         (redisplay-unhighlight-region-function)
11530         (redisplay-highlight-region-function): New vars.
11531         (redisplay--update-region-highlight): New function.
11532         (pre-redisplay-function): Use it.
11533         (exchange-point-and-mark): Don't deactivate the mark before
11534         reactivate-it anyway.
11535         * comint.el (comint-kill-region): Remove yank-handler argument.
11536         * delsel.el (delete-backward-char, backward-delete-char-untabify)
11537         (delete-char): Remove property, since it's now part of their
11538         default behavior.
11539         (self-insert-iso): Remove property since this command doesn't exist.
11541         * emacs-lisp/package.el (package--download-one-archive)
11542         (describe-package-1): Don't query the user about final newline.
11544 2013-10-29  Daniel Colascione  <dancol@dancol.org>
11546         * net/tramp.el (tramp-methods): Document new functionality.
11547         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
11548         tramp-hostname-checker if method provides one instead of scanning
11549         argument list for "%h" to decide hostname acceptability.
11551 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
11553         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11554         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11555         Handle COPY-CONTENTS.  (Bug#15737)
11557 2013-10-28  Daiki Ueno  <ueno@gnu.org>
11559         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
11560         Document that this option has no effect with GnuPG 2.0 (bug#15552).
11562 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
11564         * image.el (defimage, image-load-path): Doc fixes.
11566 2013-10-27  Alan Mackenzie  <acm@muc.de>
11568         Indent statements in macros following "##" correctly.
11569         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11570         Modify the "#" arm of a cond form to handle "#" and "##" operators.
11572 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11574         * linum.el (linum-update-window): Fix boundary test (bug#13446).
11576 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
11578         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
11579         after `=' is probably a new expression.
11581 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11583         * man.el (man-imenu-title): New option.
11584         (Man-mode-map): Add menu.  (Bug#15722)
11585         (Man-mode): Add imenu to menu.
11587 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
11589         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
11590         specific in what the first arg can be: a non-keyword word,
11591         string/regexp/percent literal opener, opening paren, or unary
11592         operator followed directly by word.
11594 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11596         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
11597         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
11598         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
11599         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
11600         Remove vars, they do not apply any more.
11601         (prolog-mode-abbrev-table): Remove redundant declaration.
11602         (prolog-upper-case-string, prolog-lower-case-string): Remove.
11603         (prolog-use-smie): Remove.
11604         (prolog-smie-rules): Add indentation rule for the if-then-else layout
11605         supported by prolog-electric-if-then-else-flag.
11606         (prolog-mode-variables, prolog-menu): Use setq-local.
11607         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
11608         Remove binding to `Backspace' since this key doesn't exist anyway.
11609         Remove bindings for electric self-inserting keys.
11610         (prog-mode): Assume it's defined.
11611         (prolog-post-self-insert): New function.
11612         (prolog-mode): Use it.
11613         (prolog-indent-line, prolog-indent-level)
11614         (prolog-find-indent-of-matching-paren)
11615         (prolog-indentation-level-of-line, prolog-goto-comment-column)
11616         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
11617         (prolog-goto-next-paren, prolog-in-string-or-comment)
11618         (prolog-tokenize, prolog-inside-mline-comment)
11619         (prolog-find-start-of-mline-comment): Remove functions.
11620         (prolog-find-unmatched-paren, prolog-clause-end)
11621         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
11622         (prolog-electric--if-then-else): Rename from
11623         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
11624         (prolog-tokenize-searchkey): Remove const.
11625         (prolog-clause-info): Use forward-sexp.
11626         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
11627         (prolog-electric-if-then-else): Remove commands.
11628         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
11629         for use in post-self-insert-hook.
11630         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
11631         for use in post-self-insert-hook.
11632         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
11633         for use in post-self-insert-hook.
11634         (prolog-electric--underscore): Rename from prolog-electric--underscore;
11635         adapt it for use in post-self-insert-hook.
11637 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
11639         * emacs-lisp/ert.el (ert-run-tests-interactively):
11640         Use `completing-read'.  (Bug#9756)
11642 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
11644         * simple.el (line-move): Call line-move-1 instead of
11645         line-move-visual when the current window hscroll is zero, but
11646         temporary-goal-column indicates we will need to hscroll as result
11647         of the movement.  (Bug#15712)
11649 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
11651         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
11652         capitalization.  Use :visible instead of :active.
11653         Fix `ruby-indent-exp' reference.  Add menu items for the generic
11654         commands that are used with SMIE.
11655         (ruby-do-end-to-brace): Insert space after `{'.
11657 2013-10-25  John Anthony  <john@jo.hnanthony.com>
11659         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
11661         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
11663 2013-10-25  Glenn Morris  <rgm@gnu.org>
11665         * vc/vc.el (vc-print-log): Don't use a working revision unless
11666         one was explicitly specified.  (Bug#15322)
11668 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11670         * subr.el (add-to-list): Preserve return value in compiler-macro
11671         (bug#15692).
11673 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11675         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
11676         result.  Ask user to retry using '-all' flag.  (Bug#15701)
11678 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11680         * emacs-lisp/smie.el: New smie-config system.
11681         (smie-config): New defcustom.
11682         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
11683         (smie-config-guess, smie-config-save): New commands.
11684         (smie-config--mode-local, smie-config--buffer-local)
11685         (smie-config--trace, smie-config--modefuns): New vars.
11686         (smie-config--advice, smie-config--mode-hook)
11687         (smie-config--setter, smie-config-local, smie-config--get-trace)
11688         (smie-config--guess-value, smie-config--guess): New functions.
11689         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
11690         text properties.  Treat "string fence" syntax like string syntax.
11692         * progmodes/sh-script.el (sh-use-smie): Change default.
11693         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
11694         (sh-var-value): Simplify by CSE.
11695         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
11696         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
11697         is used.
11698         (sh-guess-basic-offset): Use cl-incf.
11699         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
11701 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
11703         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
11704         (bug#15699).
11706 2013-10-24  Glenn Morris  <rgm@gnu.org>
11708         * Makefile.in (abs_top_srcdir): Remove.
11709         (update-subdirs): Use relative path to update-subdirs.
11711 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
11713         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
11714         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
11715         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11716         Call unmsys--file-name before expand-file-name, not after it.
11718 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
11720         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
11721         (ert-test-skipped): New error.
11722         (ert-skip, ert-stats-skipped): New defuns.
11723         (ert--skip-unless): New macro.
11724         (ert-test-skipped): New struct.
11725         (ert--run-test-debugger, ert-test-result-type-p)
11726         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
11727         (ert--stats-set-test-and-result, ert-char-for-test-result)
11728         (ert-string-for-test-result, ert-run-tests-batch)
11729         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
11730         Handle skipped tests.  (Bug#9803)
11732 2013-10-24  Glenn Morris  <rgm@gnu.org>
11734         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
11736         * Makefile.in (abs_top_srcdir): New, set by configure.
11737         (update-subdirs): Correct build-aux location.
11739 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
11741         * vc/vc.el (vc-print-root-log): Always set `default-directory'
11742         value, whether we could auto-deduce `backend', or not.
11744         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
11745         with parameters" example.  Simplify the "is it block or is it
11746         hash" check, but also make it more thorough.
11748 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
11750         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
11752 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11754         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
11755         { if it is hanging.
11757         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
11758         :before ";".
11760 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
11762         * progmodes/compile.el (compilation-directory-matcher)
11763         (compilation-page-delimiter):
11764         Support GNU Make-4.0 directory quoting.  (Bug#15678)
11766 2013-10-23  Leo Liu  <sdl.web@gmail.com>
11768         * ido.el (ido-tidy): Handle read-only text.
11770 2013-10-23  Glenn Morris  <rgm@gnu.org>
11772         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
11773         (emacs, compile, compile-always):
11774         Quote entities that might contain whitespace.
11775         (custom-deps, finder-data, autoloads): Use abs_lisp.
11776         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11777         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11778         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
11780 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
11782         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
11783         Use `following-char'.
11785 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11787         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
11788         * progmodes/ruby-mode.el (ruby-smie-rules):
11789         Remove corresponding workaround.  Fix indentation rule of ";" so it
11790         also applies when ";" is the parent.
11792 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
11794         * frame.el (display-screens, display-pixel-height)
11795         (display-pixel-width, display-mm-width, display-backing-store)
11796         (display-save-under, display-planes, display-color-cells)
11797         (display-visual-class, display-monitor-attributes-list):
11798         Mention the optional ‘display’ argument in doc strings.
11800 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
11802         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
11803         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
11805 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
11807         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
11808         TODO.  Add "." after " @ ".
11809         (ruby-smie--at-dot-call): New function.  Checks if point at method
11810         call with explicit target.
11811         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
11812         to the method name tokens when it precedes them.
11813         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
11814         (ruby-smie-rules): Add rule for indentation before and after "."
11815         token.
11817 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11819         * textmodes/remember.el (remember-diary-extract-entries):
11820         Avoid add-to-list.
11822         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
11823         an instruction.
11825 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
11827         * progmodes/ruby-mode.el (ruby-smie-grammar):
11828         Add (almost) all infix operators.
11829         (ruby-smie--implicit-semi-p): Add new operator chars.
11831         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
11832         `smie-down-list'.
11833         (ruby-smie--args-separator-p): Check that there's no newline
11834         between method call and its arguments.
11836 2013-10-20  Alan Mackenzie  <acm@muc.de>
11838         Allow comma separated lists after Java "implements".
11840         * progmodes/cc-engine.el (c-backward-over-enum-header):
11841         Parse commas.
11842         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
11843         from a "disallowed" list in enum fontification.
11845 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
11847         * startup.el (default-frame-background-mode): Remove unused defvar.
11849         * progmodes/verilog-mode.el (verilog-mode): Don't set
11850         comment-indent-function globally.
11852 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
11854         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
11855         Move Info menu item creation to ns-win.el.
11857         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
11858         in menu bar.
11860         * menu-bar.el: Move GNUstep specific menus...
11862         * term/ns-win.el (ns-initialize-window-system): ... to here.
11864 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11866         * simple.el (newline): Only run post-self-insert-hook when
11867         called interactively.
11869 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
11871         * icomplete.el (icomplete-with-completion-tables): Add :version.
11873 2013-10-19  Alan Mackenzie  <acm@muc.de>
11875         Fix fontification bugs with constructors and const.
11877         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
11878         CASE 2) Remove the check for the absence of a suffix construct
11879         after a function declaration with only types (no identifiers) in
11880         the parentheses.  Also, accept a function declaration with just a
11881         type inside the parentheses, if this type can be positively
11882         recognised as such, or if a prefix keyword like "explicit" nails
11883         down the construct as a declaration.
11885 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
11887         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
11888         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
11889         the problem whereby selecting a menu item that leads to a
11890         minibuffer prompt moves the cursor out of the minibuffer window,
11891         making it hard to type at the prompt.  Suggested by Stefan Monnier
11892         <monnier@iro.umontreal.ca>.
11894 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
11896         * menu-bar.el: Don't make Services menu.
11898 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11900         * ffap.el: Handle "/usr/include/c++/<version>" directories.
11901         (ffap-alist): Use ffap-c++-mode for c++-mode.
11902         (ffap-c++-path): New variable.
11903         (ffap-c++-mode): New function.
11905 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
11907         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
11909 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
11911         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
11912         introduced on 2013-09-08, which results in an infinite loop
11913         requesting a password.
11915 2013-10-18  Glenn Morris  <rgm@gnu.org>
11917         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
11919 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
11921         Sync with upstream verilog-mode revision 1a6ecec7.
11922         * progmodes/verilog-mode.el (verilog-mode-version): Update.
11923         (verilog-mode-release-date): Remove.
11924         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
11925         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
11926         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
11927         (verilog-auto-tieoff-ignore-regexp)
11928         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
11929         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
11930         (verilog-signals-with, verilog-dir-cache-preserving)
11931         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
11932         Doc fixes.
11933         (verilog-case-fold): New option, to control case folding in
11934         regexp searches, bug597.
11935         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
11936         (verilog-string-match-fold, verilog-in-paren-count)
11937         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
11938         (verilog-at-close-struct-p): New functions.
11939         (verilog-beg-block-re-ordered, verilog-extended-case-re)
11940         (verilog-forward-sexp, verilog-set-auto-endcomments)
11941         (verilog-leap-to-case-head): Handle "unique0" case.
11942         (verilog-in-constraint-re): New constant.
11943         (verilog-keywords, verilog-type-font-keywords):
11944         Add some SystemVerilog 1800-2012 keywords.
11945         (verilog-label-be): Remove unimplemented argument, bug669.
11946         (verilog-batch-execute-func): When batch expanding clear
11947         create-lockfiles to prevent spurious user locks when a file ends
11948         up not changing.
11949         (verilog-calculate-indent, verilog-calc-1)
11950         (verilog-at-close-constraint-p, verilog-at-constraint-p)
11951         (verilog-do-indent): Fix indentation of nested constraints
11952         and structures.
11953         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
11954         (verilog-auto-inst-param): Use verilog-string-match-fold.
11955         (verilog-read-inst-module-matcher):
11956         Fix AUTOINST on gate primitives with #1.
11957         (verilog-read-decls): Fix double-declaring user-defined typed signals.
11958         Reads all user-defined typed variables.
11959         (verilog-read-defines): Fix reading definitions inside comments, bug647.
11960         (verilog-signals-matching-regexp)
11961         (verilog-signals-not-matching-regexp, verilog-auto):
11962         Respect verilog-case-fold.
11963         (verilog-diff-report): Fix line count.
11964         (verilog-auto-assign-modport): Remove unused local `modi'.
11965         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
11966         better handle multidimensional arrays.
11967         Fix packed array ports misadding bit index in AUTOINST, bug637.
11968         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
11969         to not double-declare existing outputs and inputs, respectively.
11970         (verilog-template-map): Bind U to verilog-sk-uvm-component.
11971         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
11972         (verilog-sk-uvm-component): New skeleton.
11973         (verilog-submit-bug-report): Add verilog-case-fold,
11974         remove verilog-mode-release-date.
11976 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
11978         * subr.el (sit-for): Call (input-pending-p t) so as to behave
11979         as before.
11981 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
11983         * textmodes/remember.el (remember): Set buffer-offer-save in
11984         remember buffers (bug#13566).
11986 2013-10-18  Daniel Colascione  <dancol@dancol.org>
11988         When evaluating forms in ielm, direct standard output to ielm
11989         buffer.  Add new ielm-return-for-effect command.  Remove trailing
11990         whitespace throughout.
11992         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
11993         (ielm-return-for-effect): New command.
11994         (ielm-send-input): Accept optional `for-effect' parameter.
11995         (ielm-eval-input): Accept optional `for-effect' parameter.
11996         Bind `standard-output' to stream we create using
11997         `ielm-standard-output-impl'.  Suppress printing result when
11998         `for-effect'.
11999         (ielm-standard-output-impl): New function.
12000         (inferior-emacs-lisp-mode): Explain new features in documentation.
12002 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
12004         Code cleanup.
12006         * net/tramp.el (tramp-debug-message): Do not check for connection
12007         buffer.
12008         (tramp-message): Use "vector" connection property.
12010         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
12011         (tramp-equal-remote, tramp-eshell-directory-change)
12012         * net/tramp-adb.el (tramp-adb-handle-copy-file)
12013         (tramp-adb-handle-rename-file)
12014         * net/tramp-cmds.el (tramp-list-remote-buffers)
12015         (tramp-cleanup-connection, tramp-cleanup-this-connection)
12016         * net/tramp-compat.el (tramp-compat-process-running-p)
12017         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
12018         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
12019         (tramp-gvfs-handle-rename-file)
12020         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12021         (tramp-set-file-uid-gid)
12022         * net/tramp-smb.el (tramp-smb-handle-copy-file)
12023         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
12024         of `file-remote-p'.
12026         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
12027         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
12028         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
12029         (tramp-gw-open-network-stream): Suppress unrelated traces.
12031         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
12032         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
12033         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12034         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
12035         connection property.
12037         * net/tramp-cache.el (top): Suppress traces when reading
12038         persistency file.
12040         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12041         Refactor common code.  Improve debug message.
12042         (tramp-maybe-open-connection)
12043         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
12044         connection buffer too early.
12046         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
12047         from `tramp-smb-actions-with-acl'.
12048         (tramp-smb-actions-set-acl): New defconst.
12049         (tramp-smb-handle-copy-directory)
12050         (tramp-smb-action-get-acl): New defun, renamed from
12051         `tramp-smb-action-with-acl'.
12052         (tramp-smb-action-set-acl): New defun.
12053         (tramp-smb-handle-set-file-acl): Rewrite.
12055 2013-10-17  Glenn Morris  <rgm@gnu.org>
12057         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
12059 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12061         * skeleton.el (skeleton-newline): Remove.
12062         (skeleton-internal-1): Use (insert "\n") instead.
12064         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
12065         let-bindings.
12067         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
12068         forward-sexp-function while we redo its job (bug#15613).
12070 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
12072         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
12073         represented by lists.
12075 2013-10-16  Glenn Morris  <rgm@gnu.org>
12077         * tmm.el (tmm--history): New dynamic variable.
12078         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
12080 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
12082         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
12083         (tramp-smb-errors): Add error messages.
12084         (tramp-smb-actions-with-acl): New defconst.
12085         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
12086         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
12087         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
12088         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
12089         (tramp-smb-get-stat-capability): Fix tests.
12091 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
12093         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
12094         (bug#15580).
12096 2013-10-16  Glenn Morris  <rgm@gnu.org>
12098         * ansi-color.el (ansi-color-drop-regexp):
12099         Add 1J, 1K, 2K.  (Bug#15617)
12101         * files.el (hack-local-variables--warned-lexical): New.
12102         (hack-local-variables):
12103         Warn about misplaced lexical-binding.  (Bug#15616)
12105         * net/eww.el (eww-render): Always set eww-current-url,
12106         and update header line.  (Bug#15622)
12107         (eww-display-html): ... Rather than just doing it here.
12109 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
12111         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
12112         menu navigations commands.
12114 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
12116         * progmodes/subword.el (subword-capitalize): Be careful when
12117         the search for [[:alpha:]] fails (bug#15580).
12119 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
12121         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
12122         to commands that scroll the menu.
12124 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
12126         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
12127         Handle methods ending with `?' and `!'.
12129 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
12131         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
12132         `japanese-cp932' to `cp932' to fix the problem where saving a
12133         source file written in Shift_JIS twice would end up having
12134         `coding: japanese-cp932' which Ruby could not recognize.
12135         (ruby-mode-set-encoding): Add support for encodings mapped to nil
12136         in `ruby-encoding-map'.
12137         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
12138         doesn't need to be explicitly declared in magic comment.
12139         (ruby-encoding-map): Add type declaration for better customize UI.
12141 2013-10-13  Glenn Morris  <rgm@gnu.org>
12143         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
12144         Occur buffers are read-only.  http://bugs.debian.org/720775
12146         * emacs-lisp/authors.el (authors-fixed-entries):
12147         Comment out old alpha stuff.
12149 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
12151         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
12152         to `after-save-hook' instead of `before-save-hook'.
12153         (ruby-mode-set-encoding): Use the value of coding system used to
12154         write the file.  Call `basic-save-buffer-1' after modifying the
12155         buffer.
12157 2013-10-13  Alan Mackenzie  <acm@muc.de>
12159         Fix indentation/fontification of Java enum with
12160         "implements"/generic.
12162         * progmodes/cc-engine.el (c-backward-over-enum-header):
12163         Extracted from the three other places and enhanced to handle generics.
12164         (c-inside-bracelist-p): Uses new function above.
12165         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
12166         function above.
12167         (c-font-lock-enum-tail): Uses new function above.
12169 2013-10-13  Kenichi Handa  <handa@gnu.org>
12171         * international/mule-cmds.el (select-safe-coding-system): Remove a
12172         superfluous condition in chekcing whether a coding system is safe
12173         or not.
12175 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
12177         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
12179 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
12181         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
12183 2013-10-13  Glenn Morris  <rgm@gnu.org>
12185         * menu-bar.el (menu-bar-update-buffers):
12186         Unify Buffers menu prompt string.  (Bug#15576)
12188         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
12190         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
12191         Add some entries.
12192         (authors-fixed-entries): Use accented form of name.
12194 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
12197         method calls (bug#15594).
12198         (ruby-smie--args-separator-p): New function.
12199         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
12200         recognize paren-free method calls.
12202         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
12203         internals of universal-argument.
12205 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
12207         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
12208         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
12209         dropped menu on second mouse click on the menu bar.
12211 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12213         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
12214         (explicit-shell-file-name): Declare.
12215         (sh--vars-before-point, sh--cmd-completion-table): New functions.
12216         (sh-completion-at-point-function): New function.
12217         (sh-mode): Use it.
12218         (sh-smie--keyword-p): Remove unused argument.
12219         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
12220         vars.
12221         (sh-set-shell): Always setup SMIE, even if we use the
12222         old indentation code.
12224 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
12226         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
12227         cases of ? and =.
12228         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
12229         predicate would return nil are almost non-existent.
12230         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
12232         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
12233         cache also after commands that modify the buffer but don't move
12234         point.
12236 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         * env.el (substitute-env-in-file-name): New function.
12239         (substitute-env-vars): Extend the meaning of the optional arg.
12241 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
12243         * term/w32-win.el (dynamic-library-alist): Define separate lists
12244         of GIF DLLs for versions before and after 5.0.0 of giflib.
12245         (Bug#15531)
12247 2013-10-10  João Távora  <joaotavora@gmail.com>
12249         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
12250         not locked, use last revision and current source as
12251         defaults.  (Bug#15569)
12253 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
12255         * menu-bar.el (menu-bar-open): Don't use popup-menu if
12256         menu-bar is hidden.
12258 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
12260         * window.el (pop-to-buffer-same-window): Fix doc-string.
12261         (Bug#15492)
12263 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12265         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
12267 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
12269         * calendar/icalendar.el (icalendar-import-file):
12270         Fix interactive spec.  (Bug#15482)
12272 2013-10-10  Glenn Morris  <rgm@gnu.org>
12274         * desktop.el (desktop-save): Default to saving in .emacs.d,
12275         since PWD is no longer in desktop-path by default.  (Bug#15319)
12277         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
12278         now that text mode has a menu with the same entry.
12279         (menu-bar-text-mode-auto-fill): Remove now unused func.
12280         * textmodes/text-mode.el (text-mode-map):
12281         Use auto-fill help text from menu-bar.el.
12283 2013-10-10  John Anthony  <john@jo.hnanthony.com>
12285         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
12287 2013-10-09  Juri Linkov  <juri@jurta.org>
12289         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
12290         instead of this-command-keys.  Add universal-argument-more and
12291         universal-argument-minus to the list of prefix commands.  (Bug#15568)
12293 2013-10-09  Glenn Morris  <rgm@gnu.org>
12295         * vc/vc-svn.el (vc-svn-create-repo):
12296         Expand paths in file://... url.  (Bug#15446)
12298         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
12299         Add some entries.
12300         (authors): Remove unused local variables.
12302 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12304         * profiler.el: Create a more coherent calltree from partial backtraces.
12305         (profiler-format): Hide the tail with `invisible' so that C-s can still
12306         find the hidden elements.
12307         (profiler-calltree-depth): Don't recurse so enthusiastically.
12308         (profiler-function-equal): New hash-table-test.
12309         (profiler-calltree-build-unified): New function.
12310         (profiler-calltree-build): Use it.
12311         (profiler-report-make-name-part): Indent the calltree less.
12312         (profiler-report-mode): Add visibility specs for profiler-format.
12313         (profiler-report-expand-entry, profiler-report-toggle-entry):
12314         Expand the whole subtree when provided with a prefix arg.
12316 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
12318         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
12319         iuwu-mod token.
12320         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
12321         hanging iuwu-mod token.
12322         (ruby-smie--forward-token): Do not include a dot after a token in
12323         that token.
12324         (ruby-smie--backward-token): Likewise.
12326 2013-10-08  Juri Linkov  <juri@jurta.org>
12328         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
12329         to isearch-other-control-char.
12330         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
12331         and isearch-post-command-hook to post-command-hook.
12332         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
12333         and isearch-post-command-hook from post-command-hook.
12334         (isearch-unread-key-sequence)
12335         (isearch-reread-key-sequence-naturally)
12336         (isearch-lookup-scroll-key, isearch-other-control-char)
12337         (isearch-other-meta-char): Remove functions.
12338         (isearch-pre-command-hook, isearch-post-command-hook):
12339         New functions based on isearch-other-meta-char rewritten
12340         relying on the new behavior of overriding-terminal-local-map
12341         that does not replace the local keymaps any more.  (Bug#15200)
12343 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
12345         Support menus on text-mode terminals.
12346         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
12347         functionality.
12349         * tooltip.el (tooltip-mode): Don't error out on TTYs.
12351         * menu-bar.el (popup-menu, popup-menu-normalize-position):
12352         Move here from mouse.el.
12353         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
12354         and arrow keys.
12355         (tty-menu-navigation-map): New map for TTY menu navigation.
12357         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
12359         * frame.el (display-mouse-p): Report text-mode mouse as available
12360         on w32.
12361         (display-popup-menus-p): Report availability if mouse is
12362         available; don't condition on window-system.
12364         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
12365         (tty-menu-selected-face): New faces.
12367 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12369         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
12370         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
12371         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
12372         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
12373         New constants.
12374         (lisp-mode-variables): New `elisp' argument.
12375         (emacs-lisp-mode): Use it.
12376         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
12377         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
12379         * indent.el: Use lexical-binding.
12380         (indent-region): Add progress reporter.
12381         (tab-stop-list): Make it implicitly extend to infinity by repeating the
12382         last step.
12383         (indent--next-tab-stop): New function to implement this behavior.
12384         (tab-to-tab-stop, move-to-tab-stop): Use it.
12386 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
12388         * indent.el (indent-rigidly--current-indentation): New function.
12389         (indent-rigidly-map): New var.
12390         (indent-rigidly): Use it to provide interactive mode (bug#8196).
12392 2013-10-08  Bastien Guerry  <bzg@gnu.org>
12394         * register.el (insert-register): Fix 2013-10-07 change.
12396 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12398         * progmodes/perl-mode.el: Use lexical-binding.
12399         Remove redundant :group args.
12400         (perl-nochange): Change default to be closer to other major modes's
12401         standard behavior.
12402         (perl-indent-line): Don't consider text on current line as a
12403         valid beginning of function from which to indent.
12405         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
12406         with more than one argument (bug#15538).
12408         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
12410         * vc/pcvs.el: Use lexical-binding.
12411         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
12412         environment of `eval'.
12413         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
12414         than a list of expressions.  Adjust callers.
12415         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
12417 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
12419         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
12420         case of the dot in a chained method call being on the following line.
12422 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12424         * electric.el (electric-indent-inhibit): New var.
12425         (electric-indent-post-self-insert-function): Use it.
12426         * progmodes/python.el (python-mode): Set it.
12428         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
12429         open braces.
12431         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
12433         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
12434         (css-mode): Use electric-indent-chars.
12436         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
12437         (font-lock-beg, font-lock-end): Move before first use.
12438         (nxml-mode): Use syntax-propertize-function.
12439         (nxml-after-change, nxml-after-change1): Adjust accordingly.
12440         (nxml-extend-after-change-region): Remove.
12441         * nxml/xmltok.el: Use lexical-binding.
12442         (xmltok-save): Use `declare'.
12443         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
12444         * nxml/nxml-util.el: Use lexical-binding.
12445         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
12446         Use `declare'.
12447         * nxml/nxml-ns.el: Use lexical-binding.
12448         (nxml-ns-save): Use `declare'.
12449         (nxml-ns-prefixes-for): Avoid add-to-list.
12450         * nxml/rng-match.el: Use lexical-binding.
12451         (rng--ipattern): Use cl-defstruct.
12452         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
12453         (rng-cons-group-after, rng-subst-group-after)
12454         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
12455         Use closures instead of `(lambda...).
12457 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
12459         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
12460         of BEG and END.
12462         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12463         Use `tramp-handle-insert-file-contents'.
12464         (tramp-gvfs-handle-insert-file-contents): Remove function.
12466         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12467         Use `save-restriction' in order to keep markers.
12469         * net/trampver.el: Update release number.
12471 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12473         * progmodes/compile.el (compilation-parse-errors):
12474         Use compilation--put-prop.
12475         (compilation--ensure-parse): Check compilation-multiline.
12477         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
12479         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
12480         lexical-binding.
12482         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
12484         * progmodes/ruby-mode.el: Fix recently added tests.
12485         (ruby-smie-grammar): Add - and +.
12486         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
12487         (ruby-smie--backward-id): New functions.
12488         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
12489         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
12490         any more.
12492 2013-10-07  Leo Liu  <sdl.web@gmail.com>
12494         * register.el (register-preview-delay)
12495         (register-preview-functions): New variables.
12496         (register-read-with-preview, register-preview)
12497         (register-describe-oneline): New functions.
12498         (point-to-register, window-configuration-to-register)
12499         (frame-configuration-to-register, jump-to-register)
12500         (number-to-register, view-register, insert-register)
12501         (copy-to-register, append-to-register, prepend-to-register)
12502         (copy-rectangle-to-register): Use register-read-with-preview to
12503         read register.  (Bug#15525)
12505 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
12507         * net/network-stream.el (network-stream-open-starttls): Don't add
12508         --insecure if it's already present, because that gnutls-cli
12509         rejects getting that parameter twice.
12511 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
12513         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
12514         keyword, too.
12516 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
12518         * newcomment.el (comment-use-global-state): Change default value
12519         to t, mark obsolete (Bug#15251).
12520         (comment-beginning): In addition to `comment-to-syntax', check the
12521         value of `comment-use-global-state'.
12523 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12525         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
12526         (ruby-comment-column): Follow the global default, by default.
12527         (ruby-smie-grammar): Add assignment syntax.
12528         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
12529         open-paren, a comma, or a \.
12530         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
12531         and line continuations.
12532         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
12533         followed by implicit semi-colons.  Add rule for string concatenation
12534         and for indentation at BOB.
12535         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
12537         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
12538         calling next-sexp, since next-token may have skipped chars which
12539         next-sexp doesn't know should be skipped!
12541 2013-10-05  Leo Liu  <sdl.web@gmail.com>
12543         * progmodes/octave.el (octave-send-region):
12544         Call compilation-forget-errors.
12546 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
12548         * vc/vc-svn.el (vc-svn-find-admin-dir):
12549         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
12550         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
12551         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
12552         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
12554 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12556         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
12558 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12560         * subr.el (read-passwd): Hide chars even when called within a context
12561         where after-change-functions is disabled (bug#15501).
12562         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
12563         until we removed ourself from overriding-terminal-local-map.
12565 2013-10-04  Leo Liu  <sdl.web@gmail.com>
12567         * progmodes/octave.el (inferior-octave-mode):
12568         Call compilation-forget-errors.
12570 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
12572         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
12574 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
12576         * net/secrets.el (secrets-create-collection): Add optional
12577         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
12578         dbus-call-method argument.  (Bug#15516)
12580 2013-10-04  Leo Liu  <sdl.web@gmail.com>
12582         * progmodes/octave.el (inferior-octave-error-regexp-alist)
12583         (inferior-octave-compilation-font-lock-keywords): New variables.
12584         (compilation-error-regexp-alist)
12585         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
12586         (inferior-octave-mode): Use compilation-shell-minor-mode.
12588 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
12590         * minibuffer.el (completion--replace): Be careful that `end' might be
12591         a marker.
12593 2013-10-03  Daiki Ueno  <ueno@gnu.org>
12595         Add support for package signature checking.
12596         * emacs-lisp/package.el (url-http-file-exists-p)
12597         (epg-make-context, epg-context-set-home-directory)
12598         (epg-verify-string, epg-context-result-for)
12599         (epg-signature-status, epg-signature-to-string)
12600         (epg-check-configuration, epg-configuration)
12601         (epg-import-keys-from-file): Declare.
12602         (package-check-signature): New user option.
12603         (package-unsigned-archives): New user option.
12604         (package-desc): Add `signed' field.
12605         (package-load-descriptor): Set `signed' field if .signed file exists.
12606         (package--archive-file-exists-p): New function.
12607         (package--check-signature): New function.
12608         (package-install-from-archive): Check package signature.
12609         (package--download-one-archive): Check archive signature.
12610         (package-delete): Remove .signed file.
12611         (package-import-keyring): New command.
12612         (package-refresh-contents): Import default keyring.
12613         (package-desc-status): Add "unsigned" status.
12614         (describe-package-1, package-menu--print-info)
12615         (package-menu-mark-delete, package-menu--find-upgrades)
12616         (package-menu--status-predicate): Support "unsigned" status.
12618 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12620         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
12621         the new compilation scheme using the new byte-codes.
12623         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
12624         (byte-pophandler): New byte codes.
12625         (byte-goto-ops): Adjust accordingly.
12626         (byte-compile--use-old-handlers): New var.
12627         (byte-compile-catch): Use new byte codes depending on
12628         byte-compile--use-old-handlers.
12629         (byte-compile-condition-case--old): Rename from
12630         byte-compile-condition-case.
12631         (byte-compile-condition-case--new): New function.
12632         (byte-compile-condition-case): New function that dispatches depending
12633         on byte-compile--use-old-handlers.
12634         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
12635         when we can.
12637         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12638         Optimize under `condition-case' and `catch' if
12639         byte-compile--use-old-handlers is nil.
12640         (disassemble-offset): Handle new bytecodes.
12642 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12644         * subr.el (error): Use `declare'.
12645         (decode-char, encode-char): Use advertised-calling-convention instead
12646         of the docstring to discourage use of the `restriction' arg.
12648 2013-10-03  Daiki Ueno  <ueno@gnu.org>
12650         * epg.el (epg-verify-file): Add a comment saying that it does not
12651         notify verification error as a return value nor a signal.
12652         (epg-verify-string): Ditto.
12654 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
12656         * progmodes/compile.el (compilation-start): Try globbing the arg to
12657         `cd' (bug#15417).
12659 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
12661         Sync with Tramp 2.2.8.
12663         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
12664         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
12665         * net/trampver.el: Update release number.
12667 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
12669         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
12670         and default-process-coding-system for darwin only.
12672 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12674         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
12676 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
12678         * vc/vc-git.el (vc-git-grep): Disable pager.
12680 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
12682         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
12683         Use :url instead of :homepage, as per
12684         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
12686         * newcomment.el (comment-beginning): When `comment-use-syntax' is
12687         non-nil, use `syntax-ppss' (Bug#15251).
12689 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12691         * progmodes/octave.el (inferior-octave-startup-file):
12692         Prefer ~/.emacs.d/init_octave.m.
12694 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
12696         * emacs-lisp/package.el (package-desc-from-define):
12697         Accept additional arguments as plist, convert them to an alist and store
12698         them in the `extras' slot.
12699         (package-generate-description-file): Convert extras alist back to
12700         plist and append to the `define-package' form arguments.
12701         (package--alist-to-plist): New function.
12702         (package--ac-desc): Add `extras' slot.
12703         (package--add-to-archive-contents): Check if the archive-contents
12704         vector is long enough, and if it is, pass its `extras' slot value
12705         to `package-desc-create'.
12706         (package-buffer-info): Call `lm-homepage', pass the returned value
12707         to `package-desc-from-define'.
12708         (describe-package-1): Render the homepage button (Bug#13291).
12710         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12711         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
12713 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
12715         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
12716         and default-process-coding-system to utf-8-unix (Bug#15402).
12718 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
12720         * subr.el (looking-back): Do not recommend using looking-back.
12722 2013-09-28  Alan Mackenzie  <acm@muc.de>
12724         Fix indentation/fontification of Java enum with "implements".
12726         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
12727         regexp which matches "implements", etc., in Java.
12728         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
12729         specifier clauses coming after "enum".
12730         * progmodes/cc-fonts.el (c-font-lock-declarations)
12731         (c-font-lock-enum-tail): Check for extra specifier clauses coming
12732         after "enum".
12734 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
12736         * faces.el (region): Change ns_selection_color to
12737         ns_selection_fg_color, add ns_selection_bg_color.
12739 2013-09-28  Leo Liu  <sdl.web@gmail.com>
12741         * progmodes/octave.el (inferior-octave-completion-table)
12742         (inferior-octave-completion-at-point): Minor tweaks.
12744         * textmodes/ispell.el (ispell-lookup-words): Rename from
12745         lookup-words.  (Bug#15460)
12746         (lookup-words): Obsolete.
12747         (ispell-complete-word, ispell-command-loop): All uses changed.
12749 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12751         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
12752         (octave-mode-menu): Add octave-send-buffer.
12753         (octave-send-buffer): New function.
12755 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12757         * progmodes/octave.el (octave-mode-map): Add key binding for
12758         octave-lookfor.
12759         (octave-mode-menu): Add octave-lookfor.
12760         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
12761         octave-lookfor.
12762         (octave-lookfor): New function.
12764 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12766         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
12767         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
12768         its convention.
12769         (cl--loop-set-iterator-function): New function.
12770         (cl-loop): Adjust accordingly, so as not to use cl-subst.
12771         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
12772         Bind `it' with `let' instead of substituting it with `cl-subst'.
12773         (cl--unused-var-p): New function.
12774         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
12775         Eliminate some unused variable warnings (bug#15326).
12777 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
12779         * doc-view.el (doc-view-scale-reset): Rename from
12780         `doc-view-reset-zoom-level'.
12781         (doc-view-scale-adjust): New command.
12782         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
12783         `doc-view-scale-adjust'.
12785 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
12787         * doc-view.el (doc-view-reset-zoom-level): New command.
12788         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
12789         zoom commands (bug#15466).
12791 2013-09-26  Kenichi Handa  <handa@gnu.org>
12793         * international/quail.el (quail-help): Make it not a command.
12795 2013-09-26  Leo Liu  <sdl.web@gmail.com>
12797         * minibuffer.el (completion-all-sorted-completions): Make args
12798         optional as they are.
12800 2013-09-25  Daniel Colascione  <dancol@dancol.org>
12802         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
12803         specs are and that they're not evaluated.
12805 2013-09-24  Sam Steingold  <sds@gnu.org>
12807         * midnight.el (clean-buffer-list-kill-regexps)
12808         (clean-buffer-list-kill-buffer-names): Update for the new Man
12809         buffer naming which includes the object name.
12811 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12813         * eshell/esh-cmd.el (eshell--sep-terms): New var.
12814         (eshell-parse-command, eshell-parse-pipeline): Use it since
12815         eshell-separate-commands requires a dynamic scoped var.
12816         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
12818 2013-09-23  Leo Liu  <sdl.web@gmail.com>
12820         * autoinsert.el (auto-insert-alist): Make the value of
12821         lexical-binding match its file setting.
12823 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
12825         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
12827         * autoarg.el (autoarg-kp-digit-argument):
12828         * electric.el (Electric-command-loop):
12829         * kmacro.el (kmacro-step-edit-insert):
12830         Do not set universal-argument-num-events.
12832 2013-09-22  Leo Liu  <sdl.web@gmail.com>
12834         * files.el (interpreter-mode-alist): Add octave.
12836 2013-09-21  Alan Mackenzie  <acm@muc.de>
12838         C++: fontify identifier in declaration following "public:" correctly.
12839         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
12840         to match "public", etc.
12841         (c-decl-prefix-re): Add ":" into the C++ value.
12842         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
12843         bit.  Add a check for a ":" preceded by "public", etc.
12845 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
12847         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
12848         recognized by GDB 7.5 and later.
12850 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
12852         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
12854 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12856         * subr.el (internal--call-interactively): New const.
12857         (called-interactively-p): Use it (bug#3984).
12859 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
12861         * vc/pcvs.el (cvs-mode-ignore):
12862         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
12863         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
12865 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12867         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
12868         (eshell-ls-orig-insert-directory): Remove.
12869         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
12870         (eshell-ls-use-in-dired): Use advice-add/remove.
12871         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
12872         Add `orig-fun' arg for use in :around advice.
12873         Make it check (redundantly) eshell-ls-use-in-dired.
12875 2013-09-19  Glenn Morris  <rgm@gnu.org>
12877         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
12879         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
12881         * emacs-lisp/eieio.el (class-parent): Undo previous change.
12883 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
12885         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
12886         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
12887         (tramp-get-remote-python): New defuns.
12888         (tramp-get-remote-uid-with-perl)
12889         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
12890         contributed by yary <not.com@gmail.com> (tiny change).
12891         (tramp-get-remote-uid-with-python)
12892         (tramp-get-remote-gid-with-python): New defuns.  Python code
12893         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
12894         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
12896 2013-09-19  Glenn Morris  <rgm@gnu.org>
12898         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
12900         * eshell/em-unix.el (eshell-remove-entries):
12901         Rename argument to avoid name-clash with global `top-level'.
12903         * eshell/esh-proc.el (eshell-kill-process-function):
12904         Remove eshell-reset-after-proc from eshell-kill-hook if present.
12905         (eshell-reset-after-proc): Remove unused arg `proc'.
12907         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
12908         (directory-files-and-attributes): Mark unused arg.
12910         * eshell/em-unix.el (eshell-remove-entries):
12911         Remove unused arg `path'.  Update callers.
12913         * eshell/em-hist.el (eshell-hist-parse-arguments):
12914         Remove unused arg `silent'.  Update callers.
12916         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
12917         Fix (f)boundp mix-up.
12919         * eshell/em-smart.el (eshell-smart-scroll-window)
12920         (eshell-disable-after-change):
12921         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
12923 2013-09-18  Alan Mackenzie  <acm@muc.de>
12925         Fix fontification of type when followed by "const".
12926         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
12927         "known" types from fontification.
12929 2013-09-18  Glenn Morris  <rgm@gnu.org>
12931         * emacs-lisp/chart.el (x-display-color-cells): Declare.
12932         (chart-face-list): Drop Emacsen without display-color-p.
12934         * net/eww.el (libxml-parse-html-region): Declare.
12935         (eww-display-html): Explicit error if no libxml2 support.
12937         * doc-view.el (doc-view-mode): Silence --without-x compilation.
12939         * image.el (image-type-from-buffer, image-multi-frame-p):
12940         Remove --without-x warning/error.
12942         * mouse.el (mouse-yank-primary):
12943         * term.el (term-mouse-paste):
12944         Reorder to silence --without-x compilation.
12946         * mpc.el (doc-view-mode): Silence --without-x compilation.
12948         * mail/rmailmm.el (rmail-mime-set-bulk-data):
12949         Silence --without-x compilation.
12951         * progmodes/gud.el (gud-find-file, gud-mode):
12952         Silence --without-x compilation.
12953         (tooltip-mode): Declare.
12955         * wdired.el (dired-backup-overwrite): Remove declaration.
12956         (wdired-mode-map): Add doc string.
12958         * custom.el (x-get-resource): Declare.
12960         * eshell/em-glob.el (ange-cache):
12961         * eshell/em-unix.el (ange-cache): Declare.
12963         * faces.el (x-display-list, x-open-connection, x-get-resource):
12964         Declare.
12966         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
12967         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
12968         Declare.
12970         * frame.el (x-display-grayscale-p, x-display-name): Declare.
12972         * net/gnutls.el (gnutls-log-level): Declare.
12974         * net/shr.el (image-size, image-animate): Declare.
12976         * simple.el (font-info): Declare.
12978         * subr.el (x-popup-dialog): Declare.
12980         * term/common-win.el (x-select-enable-primary)
12981         (x-last-selected-text-primary, x-last-selected-text-clipboard):
12982         Declare.
12984         * term/ns-win.el (x-handle-args): Declare.
12986         * term/x-win.el (x-select-enable-clipboard): Declare.
12988         * term/w32-win.el (create-default-fontset): Declare.
12990         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
12991         Declare.
12993         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
12994         (fit-frame-to-buffer): Explicit error if --without-x.
12995         (mouse-autoselect-window-select): Silence compiler.
12997         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12999         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
13000         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
13001         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
13002         * eshell/esh-util.el (eshell-sublist):
13003         Remove unused local variables.
13005         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
13007         * textmodes/two-column.el: Make 2C-split work for --without-x.
13008         (scroll-bar-columns): Autoload.
13009         (top-level): Require fringe when compiling.
13011 2013-09-18  Leo Liu  <sdl.web@gmail.com>
13013         * subr.el (add-hook): Robustify to handle closure as well.
13015 2013-09-17  Glenn Morris  <rgm@gnu.org>
13017         * simple.el (messages-buffer-mode-map): Unbind "g".
13019 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13021         * help-mode.el (help-mode-finish): Use derived-mode-p.
13022         Remove obsolete highlighting.
13024         * play/life.el (life-mode): Use define-derived-mode.  Derive from
13025         special-mode.
13026         (life): Let-bind inhibit-read-only.
13027         (life-setup): Avoid `setq'.  Use `life-mode'.
13029         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
13030         which should not be needed any more.
13031         (package-menu-refresh, package-menu-describe-package): Use user-error.
13033         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
13034         (eshell-post-rewrite-command-hook): Make obsolete.
13035         (eshell-parse-command): Simplify.
13036         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
13037         (eshell--cmd): Declare.
13038         (eshell-parse-pipeline): Remove unused var `final-p'.
13039         Pass a dynvar to eshell-post-rewrite-command-hook.
13040         Implement the new eshell-post-rewrite-command-function.
13041         (eshell-invoke-directly): Remove unused arg `input'.
13042         * eshell/esh-io.el (eshell-io-initialize):
13043         Use eshell-post-rewrite-command-function (bug#15399).
13044         (eshell--apply-redirections): Rename from eshell-apply-redirections;
13045         adjust to new calling convention.
13046         (eshell-create-handles): Rename args to avoid clashing with dynvar
13047         `standard-output'.
13049 2013-09-17  Glenn Morris  <rgm@gnu.org>
13051         * simple.el (messages-buffer-mode): New major mode.
13052         (messages-buffer): New function.
13053         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
13054         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
13055         (ert-run-test): Use `messages-buffer' function.
13056         (ert--force-message-log-buffer-truncation): Ignore read-only.
13057         * help.el (view-echo-area-messages): Use `messages-buffer' function.
13058         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
13060 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13062         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
13064         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
13066 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13068         * icomplete.el (icomplete-in-buffer): New var.
13069         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
13070         vars and replace them with functions.
13071         (icomplete-minibuffer-setup): Adjust accordingly.
13072         (icomplete--completion-table, icomplete--completion-predicate)
13073         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
13074         New functions.
13075         (icomplete-forward-completions, icomplete-backward-completions)
13076         (icomplete-simple-completing-p, icomplete-exhibit)
13077         (icomplete-completions): Use them.
13078         (icomplete--in-region-buffer): New var.
13079         (icomplete--in-region-setup): New function.
13080         (icomplete-mode): Use it.
13082         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
13083         (bug#15379).
13084         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
13085         return args and options.
13086         (eshell-eval-using-options): Use the new return value of
13087         eshell--do-opts to set the options's vars in their scope.
13088         (eshell--set-option): Rename from eshell-set-option.
13089         Add arg `opt-vals'.
13090         (eshell--process-option): Rename from eshell-process-option.
13091         Add arg `opt-vals'.
13092         (eshell--process-args): Use an `opt-vals' alist to store the options's
13093         values during their processing and return them additionally to the
13094         remaining args.
13096 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
13098         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
13099         continuation character an operator, as far as indentation is
13100         concerned (Bug#15369).
13102 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
13104         * window.el (window--state-put-2): Don't process buffer state
13105         when buffer doesn't exist any more (Bug#15382).
13107 2013-09-15  Glenn Morris  <rgm@gnu.org>
13109         * eshell/em-unix.el (eshell/rm):
13110         Make -f ignore missing files.  (Bug#15373)
13112         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
13113         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
13114         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
13116 2013-09-14  Glenn Morris  <rgm@gnu.org>
13118         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
13120 2013-09-13  Glenn Morris  <rgm@gnu.org>
13122         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
13123         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
13125 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
13127         * frame.el (x-focus-frame): Mark as declared in frame.c.
13129 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13131         * ls-lisp.el: Use advice-add.
13132         (original-insert-directory): Remove.
13133         (ls-lisp--insert-directory): Rename from insert-directory; add
13134         `orig-fun' argument.
13135         (insert-directory): Advise.
13137 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
13139         * term.el (term-emulate-terminal): Decode the command string
13140         before passing it to term-command-hook.  (Bug#15337)
13142 2013-09-13  Glenn Morris  <rgm@gnu.org>
13144         * eshell/esh-util.el (ange-cache): Move declaration earlier.
13146         * eshell/esh-ext.el (eshell-search-path): Declare.
13148         * eshell/em-prompt.el (eshell/pwd): Autoload it.
13149         Otherwise an error occurs if eshell-dirs module not loaded.
13151         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
13153 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
13155         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
13156         `tramp-check-proper-host'.  Check for a valid method name.
13158         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13159         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13160         * net/tramp-sh.el (tramp-maybe-open-connection):
13161         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
13163         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
13164         also for hash values.
13166 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13168         * term/ns-win.el (parameters): Don't declare as dynamic.
13169         (before-make-frame-hook): Don't add ineffective function.
13171         * eshell/*.el: Use lexical-binding (bug#15231).
13173 2013-09-12  Kenichi Handa  <handa@gnu.org>
13175         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
13177 2013-09-12  Glenn Morris  <rgm@gnu.org>
13179         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
13180         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
13182         * subr.el (do-after-load-evaluation): Also give compiler warnings
13183         when obsolete files are used (except by obsolete files).
13185         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
13186         in the status output, assume `filename' is the first.  (Bug#15322)
13188         * vc/vc.el (vc-deduce-fileset): Doc fix.
13190         * calc/calc-help.el (Info-goto-node):
13191         * progmodes/cperl-mode.el (Info-find-node):
13192         * vc/ediff.el (Info-goto-node): Update declarations.
13194         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
13196         * vc/vc-bzr.el (vc-compilation-mode): Declare.
13197         (vc-bzr-pull): Require vc-dispatcher.
13198         * vc/vc-git.el (vc-compilation-mode): Declare.
13199         (vc-git-pull): Require vc-dispatcher.
13201         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
13203         * progmodes/octave.el (help-button-action): Declare.
13205         * shell.el (shell-directory-tracker): Output error as a message
13206         rather than just returning it as a string.
13207         (shell-process-pushd): Remove useless use of message.
13209         * dframe.el (dframe-timer-fn):
13210         * files.el (dir-locals-read-from-file):
13211         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
13212         (mpc-format):
13213         * reveal.el (reveal-post-command):
13214         * saveplace.el (load-save-place-alist-from-file):
13215         * shell.el (shell-resync-dirs):
13216         * w32-common-fns.el (x-get-selection-value):
13217         * emacs-lisp/copyright.el (copyright-find-copyright):
13218         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
13219         * emulation/tpu-edt.el (tpu-copy-keyfile):
13220         * play/bubbles.el (bubbles--mark-neighbourhood):
13221         * progmodes/executable.el
13222         (executable-make-buffer-file-executable-if-script-p):
13223         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
13225 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13227         Cleanup Eshell to rely less on dynamic scoping.
13228         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
13229         last-value, and ext-command here.  Bind `args' closer to `body'.
13230         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
13231         (eshell--args): Declare new dynamic var.
13232         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
13233         last-value, and ext-command.  Pass `args' to `body'.
13234         (eshell-process-args): Bind eshell--args.
13235         (eshell-set-option): Use eshell--args.
13236         * eshell/eshell.el (eshell): Use derived-mode-p.
13237         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
13238         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
13239         (eshell-glob-function): Declare.
13240         * eshell/esh-util.el: Require cl-lib.
13241         (eshell-read-hosts-file): Avoid add-to-list.
13242         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
13243         `err'.
13244         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
13245         Declare.
13246         (eshell/diff): Remove unused var `err'.
13247         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
13248         `killflag'.
13249         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
13250         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
13251         first use.
13252         * eshell/em-glob.el (eshell-glob-matches, message-shown):
13253         Move declaration before first use.
13254         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
13255         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
13256         rely on cl-return.
13258 2013-09-12  Glenn Morris  <rgm@gnu.org>
13260         * term/ns-win.el (global-map): Remove binding for ispell-next,
13261         deleted 1999-05-29.  (Bug#15357)
13263 2013-09-11  Glenn Morris  <rgm@gnu.org>
13265         * echistory.el (electric-command-history): Remove call to deleted func.
13267         * play/landmark.el (landmark-mode): Fix typos.
13269         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
13270         Check cvs-sort-ignore-file is bound.
13272         * savehist.el: No need for cl when compiling on Emacs.
13274 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13276         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
13277         (bug#15338).
13278         (eshell-self-insert-command, eshell-send-invisible):
13279         Remove unused argument.
13280         (eshell-handle-control-codes): Remove unused var `orig'.
13281         Avoid delete-backward-char.
13283         * files.el (set-auto-mode): Simplify a bit further.
13285 2013-09-11  Glenn Morris  <rgm@gnu.org>
13287         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
13288         (set-auto-mode): Don't regexp-quote elements.
13289         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
13290         * progmodes/cc-mode.el (interpreter-mode-alist):
13291         * progmodes/ruby-mode.el (interpreter-mode-alist):
13292         Revert previous change.
13294 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13296         * play/snake.el (snake-mode):
13297         * play/mpuz.el (mpuz-mode):
13298         * play/landmark.el (lm-mode):
13299         * play/blackbox.el (blackbox-mode):
13300         * play/5x5.el (5x5-mode):
13301         * obsolete/options.el (Edit-options-mode):
13302         * net/quickurl.el (quickurl-list-mode):
13303         * net/newst-treeview.el (newsticker-treeview-mode):
13304         * mail/rmailsum.el (rmail-summary-mode):
13305         * mail/mspools.el (mspools-mode):
13306         * locate.el (locate-mode):
13307         * ibuffer.el (ibuffer-mode):
13308         * emulation/ws-mode.el (wordstar-mode):
13309         * emacs-lisp/debug.el (debugger-mode):
13310         * array.el (array-mode):
13311         * net/eudc.el (eudc-mode): Use define-derived-mode.
13312         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
13313         Move initialization into declaration.
13314         (mairix-searches-mode): Use define-derived-mode.
13315         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
13316         (eudc-edit-hotlist): Use dolist.
13317         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
13318         (Man-mode): Use define-derived-mode.
13319         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
13320         (Info-edit-mode): Use define-derived-mode.
13321         (Info-cease-edit): Use Info-mode.
13322         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
13323         into declaration.
13324         (eshell-mode): Use define-derived-mode.
13325         * chistory.el (command-history-mode-map): Rename from
13326         command-history-map.
13327         (command-history-mode): Use define-derived-mode.
13328         (Command-history-setup): Remove function.
13329         * calc/calc.el (calc-trail-mode-map): New var.
13330         (calc-trail-mode): Use define-derived-mode.
13331         (calc-trail-buffer): Set calc-main-buffer manually.
13332         * bookmark.el (bookmark-insert-annotation): New function.
13333         (bookmark-edit-annotation): Use it.
13334         (bookmark-edit-annotation-mode): Make it a proper major mode.
13335         (bookmark-send-edited-annotation): Use derived-mode-p.
13336         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
13337         closer to its ideal place.  Use \' to match EOS.
13339         * profiler.el (profiler-calltree-find): Use function-equal.
13341 2013-09-10  Glenn Morris  <rgm@gnu.org>
13343         * files.el (interpreter-mode-alist): Convert to regexps.
13344         (set-auto-mode): Adapt for this.  (Bug#15306)
13345         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
13346         Comment out unused variable.
13347         * progmodes/cc-mode.el (interpreter-mode-alist):
13348         * progmodes/python.el (interpreter-mode-alist):
13349         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
13350         * progmodes/sh-script.el (sh-set-shell):
13351         No longer use interpreter-mode-alist to get list of shells.
13353         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
13355 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13357         * simple.el: Use set-temporary-overlay-map for universal-argument.
13358         (universal-argument-map): Don't use default-bindings (bug#15317).
13359         Bind switch-frame explicitly.  Replace universal-argument-minus with
13360         a conditional binding.
13361         (universal-argument-num-events, saved-overriding-map): Remove.
13362         (restore-overriding-map): Remove.
13363         (universal-argument--mode): Rename from save&set-overriding-map,
13364         and rewrite.
13365         (universal-argument, universal-argument-more, negative-argument)
13366         (digit-argument): Adjust accordingly.
13367         (universal-argument-minus): Remove.
13368         (universal-argument-other-key): Remove.
13370         * subr.el (with-demoted-errors): Add `format' argument.
13372 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
13374         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
13375         `tramp-cleanup-connection'.
13377         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
13378         parameters KEEP-DEBUG and KEEP-PASSWORD.
13380         * net/tramp.el (tramp-file-name-handler):
13381         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13382         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13383         (tramp-maybe-open-connection):
13384         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13385         Use `tramp-cleanup-connection'.
13387         * net/tramp-sh.el (tramp-maybe-open-connection):
13388         Catch 'uname-changed inside the progress reporter.
13390 2013-09-10  Glenn Morris  <rgm@gnu.org>
13392         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
13394         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
13395         returns "alternate access method" in mode (eg "-rw-r--r--.").
13397 2013-09-08  Glenn Morris  <rgm@gnu.org>
13399         * saveplace.el (load-save-place-alist-from-file):
13400         Demote errors.  (Bug#15305)
13402 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
13404         Improve compatibility with older Emacsen, and XEmacs.
13406         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
13407         only if it is bound.  It isn't for XEmacs.
13408         (with-tramp-progress-reporter): Do not let-bind `result'.
13409         This yields to scoping errors in XEmacs.
13410         (tramp-handle-make-auto-save-file-name): New function, moved from
13411         tramp-sh.el.
13413         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
13414         for `make-auto-save-file-name'.
13415         (tramp-adb--gnu-switches-to-ash):
13416         Use `tramp-compat-replace-regexp-in-string'.
13418         * net/tramp-cache.el (tramp-cache-print): Call
13419         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
13421         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
13422         bound.  It isn't for XEmacs.
13424         * net/tramp-compat.el (tramp-compat-copy-file):
13425         Catch `wrong-number-of-arguments' error.
13426         (tramp-compat-replace-regexp-in-string): New defun.
13428         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
13429         for `make-auto-save-file-name'.
13430         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
13431         `copy-file'.
13432         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
13433         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
13434         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
13436         * net/tramp-gw.el (tramp-gw-open-network-stream):
13437         Use `tramp-compat-replace-regexp-in-string'.
13439         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
13440         Call `tramp-handle-make-auto-save-file-name'.
13441         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
13442         (tramp-sh-file-gvfs-monitor-dir-process-filter)
13443         (tramp-sh-file-inotifywait-process-filter):
13444         Use `tramp-compat-replace-regexp-in-string'.
13445         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
13447         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
13448         for `make-auto-save-file-name'.
13449         (tramp-smb-handle-copy-directory):
13450         Call `tramp-compat-replace-regexp-in-string'.
13451         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
13452         (tramp-smb-handle-copy-file): Improve error message.
13453         (tramp-smb-handle-rename-file): Rename directly only in case
13454         `newname' does not exist yet.  This is a restriction of smbclient.
13455         (tramp-smb-maybe-open-connection): Rerun the function only when
13456         `auth-sources' is non-nil.
13458 2013-09-08  Kenichi Handa  <handa@gnu.org>
13460         * international/characters.el: Set category "^" (Combining) for
13461         more characters.
13463 2013-09-07  Alan Mackenzie  <acm@muc.de>
13465         Correctly fontify Java class constructors.
13466         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
13467         in Java Mode.
13468         (c-recognize-typeless-decls): Set the Java value to t.
13469         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
13470         While handling a "(", add a check for, effectively, Java, and handle a
13471         "typeless" declaration there.
13473 2013-09-07  Roland Winkler  <winkler@gnu.org>
13475         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
13476         field subtitle for entry type book.
13478 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13480         * minibuffer.el: Make minibuffer-complete call completion-in-region
13481         rather than other way around.
13482         (completion--some, completion-pcm--find-all-completions):
13483         Don't delay signals when debugging.
13484         (minibuffer-completion-contents): Beware fields within the
13485         minibuffer contents.
13486         (completion-all-sorted-completions): Use defvar-local.
13487         (completion--do-completion, completion--cache-all-sorted-completions)
13488         (completion-all-sorted-completions, minibuffer-force-complete):
13489         Add args `beg' and `end'.
13490         (completion--in-region-1): New fun, extracted from minibuffer-complete.
13491         (minibuffer-complete): Use completion-in-region.
13492         (completion-complete-and-exit): New fun, extracted from
13493         minibuffer-complete-and-exit.
13494         (minibuffer-complete-and-exit): Use it.
13495         (completion--complete-and-exit): Rename from
13496         minibuffer--complete-and-exit.
13497         (completion-in-region--single-word): New function, extracted from
13498         minibuffer-complete-word.
13499         (minibuffer-complete-word): Use it.
13500         (display-completion-list): Make `common-substring' argument obsolete.
13501         (completion--in-region): Call completion--in-region-1 instead of
13502         minibuffer-complete.
13503         (completion-help-at-point): Pass boundaries to
13504         minibuffer-completion-help as args rather than via an overlay.
13505         (completion-pcm--string->pattern): Use `any-delim'.
13506         (completion-pcm--optimize-pattern): New function.
13507         (completion-pcm--pattern->regex): Handle `any-delim'.
13508         * icomplete.el (icomplete-forward-completions)
13509         (icomplete-backward-completions, icomplete-completions):
13510         Adjust calls to completion-all-sorted-completions and
13511         completion--cache-all-sorted-completions.
13512         (icomplete-with-completion-tables): Default to t.
13513         * emacs-lisp/crm.el (crm--current-element): Rename from
13514         crm--select-current-element.  Don't put an overlay but return the
13515         boundaries instead.
13516         (crm--completion-command): Take two new args to bind to the boundaries.
13517         (crm-completion-help): Adjust accordingly.
13518         (crm-complete): Use completion-in-region.
13519         (crm-complete-word): Use completion-in-region--single-word.
13520         (crm-complete-and-exit): Use completion-complete-and-exit.
13522 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13524         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
13525         than dynamically.
13527 2013-09-06  Juri Linkov  <juri@jurta.org>
13529         * info.el (Info-display-images-node): When image file doesn't exist
13530         display text version of the image if it's provided in the Info file.
13531         Otherwise, display the location of missing image from SRC attribute.
13532         Add help-echo text property from ALT attribute.  (Bug#15279)
13534 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13536         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
13537         (edit-abbrevs-mode): Use define-derived-mode.
13539         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
13540         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
13541         that it's defined.
13542         (epa-key-list-mode, epa-key-mode, epa-info-mode):
13543         Use define-derived-mode.
13545         * epg.el (epg-start-encrypt): Minor CSE simplification.
13547 2013-09-06  William Xu  <william.xwl@gmail.com>
13549         * arc-mode.el: Add support for 7za (bug#15264).
13550         (archive-7z-program): New var.
13551         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
13552         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
13553         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
13555 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
13557         Remove URL syntax.
13559         * net/tramp.el (tramp-syntax, tramp-prefix-format)
13560         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
13561         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
13562         (tramp-postfix-host-format, tramp-file-name-regexp)
13563         (tramp-completion-file-name-regexp)
13564         (tramp-completion-dissect-file-name)
13565         (tramp-handle-substitute-in-file-name): Remove 'url case.
13566         (tramp-file-name-regexp-url)
13567         (tramp-completion-file-name-regexp-url): Remove constants.
13569 2013-09-06  Glenn Morris  <rgm@gnu.org>
13571         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
13573 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
13575         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
13576         keywords" below "here-doc beginnings" (Bug#15270).
13578 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * subr.el (pop): Use `car-safe'.
13581         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
13582         to detect unused `pop' return value.
13584         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
13585         var `block-regexp'.
13586         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
13587         (python-fill-string): Remove unused var `marker'.
13588         (python-skeleton-add-menu-items): Remove unused var `items'.
13590         * international/mule-cmds.el: Require CL.
13591         (find-coding-systems-for-charsets): Avoid add-to-list.
13592         (sanitize-coding-system-list): New function, extracted from
13593         select-safe-coding-system-interactively.
13594         (select-safe-coding-system-interactively): Use it.
13595         (read-input-method-name): Accept symbols for `default'.
13597         * emacs-lisp/advice.el (defadvice): Add indent rule.
13599 2013-09-05  Daniel Hackney  <dan@haxney.org>
13601         * dired-x.el:
13602         * net/ange-ftp.el:
13603         * net/browse-url.el:
13604         * net/dbus.el:
13605         * net/eudc.el:
13606         * net/eudcb-ldap.el:
13607         * net/eww.el:
13608         * net/imap.el:
13609         * printing.el:
13610         * vc/ediff-diff.el:
13611         * vc/ediff-init.el:
13612         * vc/ediff-merg.el:
13613         * vc/ediff-mult.el:
13614         * vc/ediff-util.el:
13615         * vc/ediff-wind.el:
13616         * vc/ediff.el:
13617         * vc/emerge.el:
13618         * vc/pcvs.el:
13619         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
13620         byte compiler.  Remove some unused let-bound variables.
13622 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13624         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
13625         a "ref-cell", since it gets better optimized (bug#14883).
13627 2013-09-05  Glenn Morris  <rgm@gnu.org>
13629         * progmodes/cc-awk.el (c-forward-sws): Declare.
13631 2013-09-04  Glenn Morris  <rgm@gnu.org>
13633         * generic-x.el [rul-generic-mode]: Require cc-mode.
13634         (c++-mode-syntax-table): Declare.
13635         (rul-generic-mode-syntax-table): Init in the defvar.
13637 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13639         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
13640         (vc-do-command, vc-set-async-update):
13641         * vc/vc-mtn.el (vc-mtn-dir-status):
13642         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
13643         (vc-hg-pull, vc-hg-merge-branch):
13644         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
13645         (vc-git-merge-branch):
13646         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
13647         (vc-cvs-dir-status-files):
13648         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
13649         (vc-bzr-dir-status-files):
13650         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
13651         * vc/vc-annotate.el: Use lexical-binding.
13652         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
13653         (vc-sentinel-movepoint): Declare.
13654         (vc-annotate): Don't use `goto-line'.
13655         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
13656         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
13657         (vc-sentinel-movepoint): Declare.
13658         * vc/vc-svn.el: Use lexical-binding.
13659         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
13660         * vc/vc-sccs.el:
13661         * vc/vc-rcs.el: Use lexical-binding.
13663         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
13664         `deleted'.  Don't drop errors silently.
13666         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
13668 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
13670         * vc/vc.el (vc-ignore): Rewrite.
13671         (vc-default-ignore): New function.
13672         (vc-default-ignore-completion-table): Use find-ignore-file.
13674         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
13675         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
13676         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
13677         Remove.  Most code moved to vc.el.
13679 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13681         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
13682         * net/tramp-smb.el (tramp-smb-get-file-entries):
13683         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
13684         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
13686         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
13687         Update call to it.
13688         (eww-change-select): Remove unused var `properties'.
13689         (eww-make-unique-file-name): Remove unused var `base'.
13691         * finder.el (finder-compile-keywords): Don't mess with windows.
13693         * calculator.el (calculator-funcall): Fix typo in last change.
13695         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
13697         * emacs-lisp/package.el (package-activate-1): Don't let a missing
13698         <pkg>-autoloads.el file stop us.
13700         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
13701         warnings, and factor out common code.
13703 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
13705         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
13706         two-character operators and whether the character preceding them
13707         changes their meaning (Bug#15208).
13709 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13711         Format code sent to Python shell for robustness.
13712         * progmodes/python.el (python-shell-buffer-substring):
13713         New function.
13714         (python-shell-send-region, python-shell-send-buffer): Use it.
13716 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
13718         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
13719         * net/tramp.el (tramp-user-error): ... here.
13720         (tramp-find-method, tramp-check-proper-host)
13721         (tramp-dissect-file-name, tramp-debug-message)
13722         (tramp-handle-shell-command):
13723         * net/tramp-adb.el (tramp-adb-handle-shell-command):
13724         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
13726         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
13728 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
13730         * avoid.el (mouse-avoidance-point-position)
13731         (mouse-avoidance-too-close-p): Handle case where posn-at-point
13732         returns nil.
13734 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13736         * progmodes/python.el (python-shell-completion-get-completions):
13737         Drop use of deleted `comint-last-prompt-overlay'.
13738         (python-nav-if-name-main): New command.
13740 2013-09-01  Glenn Morris  <rgm@gnu.org>
13742         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13743         Avoid leading space in $wins.  Otherwise the sed command used by
13744         eg compile-main ends up containing "/*.el".  (Bug#15170)
13746         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
13748 2013-08-30  Glenn Morris  <rgm@gnu.org>
13750         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13751         Fix is-this-a-directory logic.  (Bug#15220)
13753 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13755         * textmodes/css-mode.el: Use SMIE.
13756         (css-smie-grammar): New var.
13757         (css-smie--forward-token, css-smie--backward-token)
13758         (css-smie-rules): New functions.
13759         (css-mode): Use them.
13760         (css-navigation-syntax-table): Remove var.
13761         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
13762         (css-indent-calculate, css-indent-line): Remove functions.
13764         Misc changes to reduce use of `(lambda...); and other cleanups.
13765         * cus-edit.el: Use lexical-binding.
13766         (customize-push-and-save, customize-apropos)
13767         (custom-buffer-create-internal): Use closures.
13768         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
13769         * progmodes/ada-xref.el: Use setq.
13770         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
13771         * dframe.el: Use lexical-binding.
13772         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
13773         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
13774         * descr-text.el: Use lexical-binding.
13775         (describe-text-widget, describe-text-sexp, describe-property-list):
13776         Use closures.
13777         * comint.el (comint-history-isearch-push-state): Use a closure.
13778         * calculator.el: Use lexical-binding.
13779         (calculator-number-to-string): Make it work with lexical-binding.
13780         (calculator-funcall): Same and use cl-letf.
13782         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
13783         (lisp--company-doc-string, lisp--company-location): New functions.
13784         (lisp-completion-at-point): Use them to improve Company support.
13786         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
13787         params of lambda expressions.
13788         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
13789         (ruby-smie--opening-pipe-p): New function.
13790         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
13791         symbols and matched |...| for formal params.
13792         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
13793         from being treated as hanging.  Handle "rescue".
13795 2013-08-29  Glenn Morris  <rgm@gnu.org>
13797         * progmodes/cc-engine.el (c-pull-open-brace):
13798         Move definition before use.
13800 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13802         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
13803         are immutable.  Don't use `unsafe' any more.
13804         (cl--defsubst-expand): Don't substitute at the same time as keeping
13805         a residual unused let-binding.  Don't use `unsafe' any more.
13807 2013-08-29  Glenn Morris  <rgm@gnu.org>
13809         * calendar/cal-china.el (calendar-chinese-year-cache):
13810         Recenter on 2015.
13812         * nxml/nxml-util.el (nxml-debug-clear-inside):
13813         Use cl-loop rather than loop.
13815         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
13817         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
13819 2013-08-28  Glenn Morris  <rgm@gnu.org>
13821         * progmodes/antlr-mode.el: No need to require cc-mode twice.
13823         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
13825         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
13827 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13829         * simple.el (repeat-complex-command--called-interactively-skip):
13830         New function.
13831         (repeat-complex-command): Use it (bug#14136).
13833         * progmodes/cc-mode.el: Minor cleanup of var declarations.
13834         (c-define-abbrev-table): Add `doc' argument.
13835         (c-mode-abbrev-table, c++-mode-abbrev-table)
13836         (objc-mode-abbrev-table, java-mode-abbrev-table)
13837         (idl-mode-abbrev-table, pike-mode-abbrev-table)
13838         (awk-mode-abbrev-table): Use it.
13839         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
13840         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
13841         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
13842         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
13843         Move initialization into the declaration; and remove any
13844         autoload cookie.
13846         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
13847         and dynamic let binding.
13849         * vc/smerge-mode.el: Remove redundant :group args.
13851         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
13852         to load-path.
13854 2013-08-28  Juri Linkov  <juri@jurta.org>
13856         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
13857         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
13858         (isearch-other-meta-char): Handle an undefined shifted printing
13859         character by downshifting it.  (Bug#15200)
13861 2013-08-28  Juri Linkov  <juri@jurta.org>
13863         * isearch.el (isearch-search): Change regexp error message for
13864         non-regexp searches.  (Bug#15166)
13866 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13868         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
13869         for portability to hosts where /bin/sh has problems.
13871 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13873         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
13875 2013-08-27  Juri Linkov  <juri@jurta.org>
13877         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
13878         in the keyboard macro.  (Bug#15126)
13880 2013-08-27  Juri Linkov  <juri@jurta.org>
13882         * isearch.el (isearch-quote-char): Comment out converting unibyte
13883         to multibyte, thus syncing with its `quoted-insert' counterpart.
13884         (Bug#15166)
13886 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
13888         * window.el (display-buffer-use-some-window): Add missing
13889         argument in call of get-largest-window (Bug#15185).
13890         Reported by Stephen Leake.
13892 2013-08-27  Glenn Morris  <rgm@gnu.org>
13894         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
13896 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13898         * progmodes/python.el (python-font-lock-keywords): Don't return nil
13899         from a matcher-function unless there's no more matches (bug#15161).
13901 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
13903         * minibuffer.el: Revert change from 2013-08-20.
13905         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
13906         with text property `tramp-default', if appropriate.
13907         (tramp-check-proper-host): New defun.
13908         (tramp-dissect-file-name): Do not check hostname.  Revert change
13909         of 2013-03-18.
13910         (tramp-backtrace): Make VEC-OR-PROC optional.
13912         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13913         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13914         * net/tramp-sh.el (tramp-maybe-open-connection):
13915         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13916         Apply `tramp-check-proper-host'.
13918 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
13920         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
13921         lambda expression in order to have `describe-variable' display it.
13923 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
13925         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
13926         BUF can be optional.  (Bug#15186)
13928 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
13930         * progmodes/flymake.el (flymake-get-real-file-name-function):
13931         Fix broken customization.  (Bug#15184)
13933 2013-08-25  Alan Mackenzie  <acm@muc.de>
13935         Improve indentation of bracelists defined by macros (without "=").
13937         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
13938         expansion begins with "{", regard it as bracelist when it doesn't
13939         contain a ";".
13941         Parse C++ inher-intro when there's a template split over 2 lines.
13943         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
13944         rigorously the search for "class" etc. followed by ":".
13946         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
13947         random languages a regexp which never matches rather than nil.
13949         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
13951         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
13952         (c-awk-regexp-one-line-possibly-open-char-list-re)
13953         (c-awk-one-line-possibly-open-regexp-re)
13954         (c-awk-one-line-non-syn-ws*-re): Remove.
13955         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
13956         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
13957         (c-awk-space*-unclosed-regexp-/-re): New constants.
13958         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
13959         aren't regexp delimiters.
13961         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
13962         handling for a rare situation in AWK Mode involving unterminated
13963         strings/regexps.
13965 2013-08-23  Glenn Morris  <rgm@gnu.org>
13967         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
13969         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
13971         * files.el (create-file-buffer): If the result would begin with
13972         spaces, prepend a "|" instead of removing them.  (Bug#15162)
13974 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13976         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
13977         text-properties (bug#15155).
13979         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
13980         exist any more.
13981         (calc-keypad-redraw): Remove unused var `pad'.
13982         (calc-keypad-press): Remove unused var `menu'.
13984 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
13986         * window.el (display-buffer-pop-up-frame):
13987         Call pop-up-frame-function with BUFFER current so `make-frame' will
13988         use it as the new frame's buffer (Bug#15133).
13990 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13992         * calendar/timeclock.el: Minor cleanups.
13993         (timeclock-ask-before-exiting, timeclock-use-display-time):
13994         Use `symbol'.
13995         (timeclock-modeline-display): Define as alias before the
13996         actual definition.
13997         (timeclock-mode-line-display): Use define-minor-mode.
13998         (timeclock-day-list-template): Make it a function, add an argument.
13999         (timeclock-day-list-required, timeclock-day-list-length)
14000         (timeclock-day-list-debt, timeclock-day-list-span)
14001         (timeclock-day-list-break): Adjust calls accordingly.
14003 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14005         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
14006         Use read--expression so that completion works again.
14008 2013-08-21  Sam Steingold  <sds@gnu.org>
14010         Add rudimentary inferior shell interaction
14011         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
14012         (sh-set-shell): Reset it.
14013         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
14014         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
14016 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14018         * align.el: Use lexical-binding.
14019         (align-region): Simplify accordingly.
14021 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
14023         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
14025         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
14026         `non-essential' up.
14028 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
14030         * net/tramp.el:
14031         * net/tramp-adb.el:
14032         * net/tramp-cmds.el:
14033         * net/tramp-ftp.el:
14034         * net/tramp-gvfs.el:
14035         * net/tramp-gw.el:
14036         * net/tramp-sh.el: Don't wrap external variable declarations by
14037         `eval-when-compile'.
14039 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14041         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
14042         now that Emacs supports ImageMagick animations.
14044 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
14046         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
14047         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
14049 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
14051         * window.el (mouse-autoselect-window-select): Do autoselect when
14052         mouse pointer is on margin.
14054 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
14056         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
14058 2013-08-16  Glenn Morris  <rgm@gnu.org>
14060         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
14061         Handle "Remote Directory" response of some clients.  (Bug#15058)
14063         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
14064         Tweak warning.  (Bug#14926)
14066         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
14067         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
14069         * image-mode.el (image-mode-map): Add menu items to reverse,
14070         increase, decrease, reset animation speed.
14071         (image--set-speed, image-increase-speed, image-decrease-speed)
14072         (image-reverse-speed, image-reset-speed): New functions.
14073         (image-mode-map): Add bindings for speed commands.
14075         * image.el (image-animate-get-speed, image-animate-set-speed):
14076         New functions.
14077         (image-animate-timeout): Respect image :speed property.
14079 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14081         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
14082         previous line (bug#15101).
14083         (debugger-eval-expression, debugger-record-expression):
14084         Use read--expression (bug#15102).
14086 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
14088         Remove byte compiler warnings, visible when compiling with
14089         `byte-compile-force-lexical-warnings' set to t.
14091         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
14092         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
14093         (tramp-handle-unhandled-file-name-directory)
14094         (tramp-handle-file-notify-add-watch, tramp-action-login)
14095         (tramp-action-succeed, tramp-action-permission-denied)
14096         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
14097         arguments with "_".
14099         * net/tramp-adb.el (tramp-adb-parse-device-names)
14100         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
14101         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
14102         (tramp-adb-handle-file-truename): Remove unused arguments.
14104         * net/tramp-cache.el (tramp-flush-directory-property)
14105         (tramp-flush-connection-property, tramp-list-connections)
14106         (tramp-parse-connection-properties): Prefix unused arguments with "_".
14108         * net/tramp-compat.el (tramp-compat-make-temp-file):
14109         Rename FILENAME to F.
14111         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
14112         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
14113         (tramp-zeroconf-parse-workstation-device-names)
14114         (tramp-zeroconf-parse-webdav-device-names)
14115         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
14117         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
14118         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
14120         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
14121         arguments.
14122         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
14123         (tramp-sh-handle-insert-file-contents-literally)
14124         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
14125         with "_".
14126         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
14127         Remove unused variables.
14129         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14130         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
14131         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
14133         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
14134         Make them a defconst.
14135         (tramp-uuencode-region): Remove unused variable.
14137 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
14139         * frameset.el (frameset--prop-setter): New function.
14140         (frameset-prop): Add gv-setter declaration.
14141         (frameset-filter-minibuffer): Deal with the case that the minibuffer
14142         parameter was already set in FILTERED.  Doc fix.
14143         (frameset--record-minibuffer-relationships): Allow saving a
14144         minibufferless frame without its corresponding minibuffer frame.
14145         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
14146         frame, if the frame id matches.
14147         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
14148         frames before orphaned ones.
14149         (frameset-restore): Warn about orphaned windows, instead of error out.
14151 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
14153         * window.el (window-make-atom): Don't overwrite parameter
14154         already present.
14155         (display-buffer-in-atom-window): Handle special case where we
14156         split an already atomic window.
14157         (window--major-non-side-window, display-buffer-in-side-window)
14158         (window--side-check): Ignore minibuffer window when walking
14159         window tree.
14160         (window-deletable-p): Return 'frame only if no other frame uses
14161         our minibuffer window.
14162         (record-window-buffer): Run buffer-list-update-hook.
14163         (split-window): Make sure window--check-frame won't destroy an
14164         existing atomic window in case the new window gets nested
14165         inside.
14166         (display-buffer-at-bottom): Ignore minibuffer window when
14167         walking window tree.  Don't split a side window.
14168         (pop-to-buffer): Don't set-buffer here, the select-window call
14169         should do that.
14170         (mouse-autoselect-window-select): Autoselect only if we are in the
14171         text portion of the window.
14173 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14175         * net/shr.el (shr-parse-image-data): New function to grab both the
14176         data itself and the Content-Type.
14177         (shr-put-image): Use it.
14179         * net/eww.el (eww-display-image): Ditto.
14181         * image.el (image-content-type-suffixes): New variable.
14183 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14185         * progmodes/python.el (python-imenu--build-tree)
14186         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
14188 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
14190         * simple.el (backward-word): Mention the optional argument.
14192 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14194         * frameset.el (frameset--make): Rename constructor from make-frameset.
14195         (frameset-p, frameset-valid-p): Don't autoload.
14196         (frameset-valid-p): Use normal accessors.
14198 2013-08-13  Glenn Morris  <rgm@gnu.org>
14200         * progmodes/compile.el (compile-command): Tweak example in doc.
14201         * obsolete/scribe.el (scribe-mode):
14202         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
14204         * mail/feedmail.el (feedmail-confirm-outgoing)
14205         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
14207         * cus-start.el (truncate-partial-width-windows): Fix type.
14209         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
14211         * net/shr.el (shr-table-horizontal-line): Fix custom type.
14213 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14215         * emacs-lisp/timer.el (timer--time-setter): New function.
14216         (timer--time): Use it as gv-setter.
14218         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
14219         setter is not a symbol.
14221 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
14223         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
14224         if sending fails.  This makes debugging easier.
14226 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
14228         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
14229         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
14230         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
14232 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
14234         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
14236 2013-08-12  Glenn Morris  <rgm@gnu.org>
14238         * format.el (format-annotate-function):
14239         Handle read-only text properties in the source.  (Bug#14887)
14241 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14243         * net/eww.el (eww-display-html): Ignore coding system errors.
14244         One web site uses "utf-8lias" as the coding system.
14246 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
14248         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
14250 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
14252         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
14253         (tutorial--detailed-help): Remove unused local variables.
14254         (tutorial--save-tutorial-to): Use ignore-errors.
14255         (help-with-tutorial): Use looking-at-p.
14257         * view.el (view-buffer-other-window, view-buffer-other-frame):
14258         Mark unused arguments.
14260         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
14261         (woman-select-symbol-fonts, woman, woman-find-file)
14262         (woman-insert-file-contents, woman-non-underline-faces):
14263         Use string-match-p.
14264         (woman1-unquote): Move declaration.
14266         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
14267         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
14268         argument.  Remove unused local variable.
14269         (xml-parse-elem-type): Use string-match-p.
14270         (xml-substitute-numeric-entities): Use ignore-errors.
14272         * calculator.el (calculator): Mark unused argument.
14273         (calculator-paste, calculator-quit, calculator-integer-p):
14274         Use ignore-errors.
14275         (calculator-string-to-number, calculator-decimal, calculator-exp)
14276         (calculator-op-or-exp): Use string-match-p.
14278         * dired.el (dired-buffer-more-recently-used-p): Declare.
14279         (dired-insert-set-properties, dired-insert-old-subdirs):
14280         Use ignore-errors.
14282         * dired-aux.el (dired-compress): Use ignore-errors.
14283         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
14284         (dired-do-async-shell-command, dired-do-shell-command)
14285         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
14286         (dired-insert-subdir-validate): Use string-match-p.
14287         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
14288         (dired-add-entry): Use string-match-p, looking-at-p.
14289         (dired-insert-subdir-newpos): Remove unused local variable.
14291         * filenotify.el (file-notify-callback): Remove unused local variable.
14293         * filesets.el (filesets-error): Mark unused argument.
14294         (filesets-which-command-p, filesets-filter-dir-names)
14295         (filesets-directory-files, filesets-get-external-viewer)
14296         (filesets-ingroup-get-data): Use string-match-p.
14298         * find-file.el (ff-other-file-name, ff-other-file-name)
14299         (ff-find-the-other-file, ff-cc-hh-converter):
14300         Remove unused local variables.
14301         (ff-get-file-name): Use string-match-p.
14302         (ff-all-dirs-under): Use ignore-errors.
14304         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
14305         (follow-select-if-visible): Remove unused local variable.
14307         * forms.el (read-file-filter): Move declaration.
14308         (forms--make-format, forms--make-parser, forms-insert-record):
14309         Quote function with #'.
14310         (forms--update): Use string-match-p.  Quote function with #'.
14312         * help-mode.el (help-dir-local-var-def): Mark unused argument.
14313         (help-make-xrefs): Use looking-at-p.
14314         (help-xref-on-pp): Use looking-at-p, ignore-errors.
14316         * ibuffer.el (ibuffer-ext-visible-p): Declare.
14317         (ibuffer-confirm-operation-on): Use string-match-p.
14319         * msb.el (msb-item-handler, msb-dired-item-handler):
14320         Mark unused arguments.
14322         * ses.el (ses-decode-cell-symbol)
14323         (ses-kill-override): Remove unused local variable.
14324         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
14325         (ses-load): Use ignore-errors, looking-at-p.
14326         (ses-jump-safe): Use ignore-errors.
14327         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
14329         * tabify.el (untabify, tabify): Mark unused arguments.
14331         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
14332         Mark unused argument.
14333         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
14334         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
14336         * emacs-lisp/timer.el (timer--time): Define setter with
14337         gv-define-setter to avoid deprecation warning.
14339         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
14340         (*record-cmpl-statistics-p*): Remove (was commented out).
14341         (cmpl-statistics-block): Remove (body was commented out).
14342         All callers changed.
14343         (add-completions-from-buffer, load-completions-from-file):
14344         Remove unused variables.
14346 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
14348         * filecache.el (file-cache-delete-file-list):
14349         Print message only when told so.
14350         (file-cache-files-matching): Use #' in mapconcat argument.
14352         * ffap.el (ffap-url-at-point): Fix reference to variable
14353         thing-at-point-default-mail-uri-scheme.
14355 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14357         * subr.el (define-error): New function.
14358         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
14359         error-file-not-found and define with define-error.
14360         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
14361         and define with define-error.
14362         * userlock.el (file-locked, file-supersession):
14363         * simple.el (mark-inactive):
14364         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
14365         * progmodes/ada-mode.el (ada-mode-errors):
14366         * play/life.el (life-extinct):
14367         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
14368         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
14369         * nxml/rng-util.el (rng-error):
14370         * nxml/rng-uri.el (rng-uri-error):
14371         * nxml/rng-match.el (rng-compile-error):
14372         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
14373         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
14374         * nxml/nxml-rap.el (nxml-scan-error):
14375         * nxml/nxml-outln.el (nxml-outline-error):
14376         * net/soap-client.el (soap-error):
14377         * net/gnutls.el (gnutls-error):
14378         * net/ange-ftp.el (ftp-error):
14379         * mpc.el (mpc-proc-error):
14380         * json.el (json-error, json-readtable-error, json-unknown-keyword)
14381         (json-number-format, json-string-escape, json-string-format)
14382         (json-key-format, json-object-format):
14383         * jka-compr.el (compression-error):
14384         * international/quail.el (quail-error):
14385         * international/kkc.el (kkc-error):
14386         * emacs-lisp/ert.el (ert-test-failed):
14387         * calc/calc.el (calc-error, inexact-result, math-overflow)
14388         (math-underflow):
14389         * bookmark.el (bookmark-error-no-filename):
14390         * epg.el (epg-error): Define with define-error.
14392         * time.el (display-time-event-handler)
14393         (display-time-next-load-average): Don't call sit-for since it seems
14394         unnecessary (bug#15045).
14396         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
14397         Use #' instead of ' to quote functions.
14398         (checkdoc-output-mode): Use setq-local.
14399         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
14400         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
14401         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
14402         (checkdoc-ispell, checkdoc-ispell-current-buffer)
14403         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
14404         (checkdoc-ispell-message-text, checkdoc-ispell-start)
14405         (checkdoc-ispell-continue, checkdoc-ispell-comments)
14406         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
14408         * ido.el (ido-completion-help): Fix up compiler warning.
14410 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
14412         * frameset.el (frameset-p): Add autoload cookie.
14413         (frameset--jump-to-register): New function, based on code moved from
14414         register.el.
14415         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
14417         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
14418         (frameset-restore, frameset-save, frameset-session-filter-alist):
14419         Remove declarations.
14420         (register-alist): Doc fix.
14421         (frameset-to-register): Move to frameset.el.
14422         (jump-to-register, describe-register-1): Remove frameset-specific code.
14424 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
14426         * allout-widgets.el (allout-widgets-pre-command-business)
14427         (allout-widgets-post-command-business)
14428         (allout-widgets-after-change-handler)
14429         (allout-decorate-item-and-context, allout-set-boundary-marker)
14430         (allout-body-modification-handler)
14431         (allout-graphics-modification-handler): Mark ignored arguments.
14432         (allout-widgets-post-command-business)
14433         (allout-widgets-exposure-change-processor)
14434         (allout-widgets-exposure-undo-processor)
14435         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
14436         (allout-parse-item-at-point, allout-decorate-item-guides)
14437         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
14438         * allout.el (epa-passphrase-callback-function): Declare.
14439         (allout-overlay-insert-in-front-handler)
14440         (allout-overlay-interior-modification-handler)
14441         (allout-isearch-end-handler, allout-chart-siblings)
14442         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
14443         (allout-yank-processing, allout-process-exposed)
14444         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
14445         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
14446         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
14447         (lisp-indent-defform): Mark ignored arguments.
14448         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
14449         (calculate-lisp-indent): Remove unused variables.
14450         * international/characters.el (indian-2-column, arabic-2-column)
14451         (tibetan): Mark ignored arguments.
14452         (use-cjk-char-width-table): Mark ignored arguments.
14453         Remove unused variables.
14454         * international/fontset.el (build-default-fontset-data)
14455         (x-compose-font-name, create-fontset-from-fontset-spec):
14456         Mark ignored arguments.
14457         (fontset-plain-name): Remove unused variables.
14458         * international/mule.el (charset-id, charset-bytes, generic-char-p)
14459         (keyboard-coding-system): Mark ignored arguments.
14460         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
14461         * help.el (resize-temp-buffer-window):
14462         * window.el (display-buffer-in-major-side-window)
14463         (display-buffer-in-side-window, display-buffer-in-previous-window):
14464         Remove unused variables.
14465         * isearch.el (isearch-forward-symbol):
14466         * version.el (emacs-bzr-version-bzr):
14467         * international/mule-cmds.el (current-language-environment):
14468         * term/common-win.el (x-handle-iconic, x-handle-geometry)
14469         (x-handle-display):
14470         * term/pc-win.el (x-list-fonts, x-display-planes)
14471         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
14472         (x-server-version, x-display-screens, x-display-mm-height)
14473         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
14474         (x-selection-owner-p, x-own-selection-internal)
14475         (x-disown-selection-internal, x-get-selection-internal)
14476         (msdos-initialize-window-system):
14477         * term/tty-colors.el (tty-color-alist, tty-color-clear):
14478         * term/x-win.el (x-handle-no-bitmap-icon):
14479         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
14480         (vc-default-find-file-hook, vc-default-extra-menu):
14481         Mark ignored arguments.
14483 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14485         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
14486         break-condition in the context of the debugged code (bug#12685).
14488 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
14490         * comint.el:
14491         Do not use an overlay to highlight the last prompt.  (Bug#14744)
14492         (comint-mode): Make comint-last-prompt buffer local.
14493         (comint-last-prompt): New variable.
14494         (comint-last-prompt-overlay): Remove.  Superseded by
14495         comint-last-prompt.
14496         (comint-snapshot-last-prompt, comint-output-filter):
14497         Use comint-last-prompt.
14499 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
14501         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
14502         (frameset-save): Check validity of the resulting frameset.
14504 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
14506         * ido.el (ido-record-command): Add doc string.
14508 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
14510         * frameset.el (frameset): Do not disable creation of the default
14511         frameset-p predicate.  Doc fix.
14512         (frameset-valid-p): New function, copied from the old predicate-p.
14513         Add additional checks.
14514         (frameset-restore): Check with frameset-valid-p.
14515         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
14516         (frameset-name, frameset-description, frameset-properties)
14517         (frameset-states): Add docstring.
14518         (frameset-session-filter-alist, frameset-persistent-filter-alist)
14519         (frameset-filter-alist): Doc fixes.
14521 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
14523         * frameset.el (frameset-p, frameset-prop): Doc fixes.
14525 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14527         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
14528         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
14529         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
14530         (byte-compile-normal-call): Remove obsolescence check.
14532 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
14534         * frameset.el (frameset-restore): Doc fix.
14536         * register.el (frameset-frame-id, frameset-frame-with-id)
14537         (frameset-p, frameset-restore, frameset-save): Declare.
14538         (register-alist): Document framesets.
14539         (frameset-session-filter-alist): Declare.
14540         (frameset-to-register): New function.
14541         (jump-to-register): Implement jumping to framesets.  Doc fix.
14542         (describe-register-1): Describe framesets.
14544         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
14546 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
14548         * desktop.el (desktop-save-frameset): Use new frameset-save args.
14549         Use lexical-binding.
14551         * frameset.el (frameset): Use type vector, not list (incompatible
14552         change).  Do not declare a new constructor, use the default one.
14553         Upgrade suggested properties `app', `name' and `desc' to slots `app',
14554         `name' and `description', respectively, and add read-only slot
14555         `timestamp'.  Doc fixes.
14556         (frameset-copy, frameset-persistent-filter-alist)
14557         (frameset-filter-alist, frameset-switch-to-gui-p)
14558         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
14559         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
14560         (frameset-filter-iconified, frameset-keep-original-display-p):
14561         Doc fixes.
14562         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
14563         Rename from frameset-filter-(save|restore)-param.  All callers changed.
14564         Doc fix.
14565         (frameset-p): Adapt to change to vector and be more thorough.
14566         Change arg name to OBJECT.  Doc fix.
14567         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
14568         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
14569         All callers changed.
14570         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
14571         All callers changed.
14572         (frameset--record-minibuffer-relationships): Rename from
14573         frameset--process-minibuffer-frames.  All callers changed.
14574         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
14575         Use new default constructor (again).  Doc fix.
14576         (frameset--find-frame-if): Rename from `frameset--find-frame'.
14577         All callers changed.
14578         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
14579         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
14580         Doc fix.
14581         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
14582         PARAMETERS and WINDOW-STATE, respectively.
14583         (frameset-restore): Add new keyword argument PREDICATE.
14584         Reset frameset--target-display to nil.  Doc fix.
14586 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14588         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
14589         (bat-mode): Use it.
14590         (bat-mode-syntax-table): Mark \n as end-of-comment.
14591         (bat-font-lock-keywords): Remove comment rule.
14593         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
14594         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
14596         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
14597         (byte-compile-callargs-warn): Use `push'.
14598         (byte-compile-arglist-warn): Ignore higher-order "calls".
14599         (byte-compile-file-form-autoload): Use `pcase'.
14600         (byte-compile-function-form): If quoting a symbol, check that it exists.
14602 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
14604         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
14605         and add a few popular commands found in batch files.
14606         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
14607         (dos-mode): Doc fixes.
14609 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14611         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
14612         (dos-mode): Use setq-local.  Add space after "rem".
14613         (dos-mode-syntax-table): Don't use "w" for symbol chars.
14614         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
14616 2013-08-07  Arni Magnusson  <arnima@hafro.is>
14618         * progmodes/dos.el: New file.
14619         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
14620         dos-mode.
14622 2013-08-06  Glenn Morris  <rgm@gnu.org>
14624         * calendar/calendar.el: Add new faces, and day-header-array.
14625         (calendar-weekday-header, calendar-weekend-header)
14626         (calendar-month-header): New faces.
14627         (calendar-day-header-construct): New function.
14628         (calendar-day-header-width): Also :set calendar-day-header-array.
14629         (calendar-american-month-header, calendar-european-month-header)
14630         (calendar-iso-month-header): Use calendar- faces.
14631         (calendar-generate-month):
14632         Use calendar-day-header-array for day headers; apply faces to them.
14633         (calendar-mode): Check calendar-font-lock-keywords non-nil.
14634         (calendar-abbrev-construct): Add optional maxlen argument.
14635         (calendar-day-name-array): Doc fix.
14636         (calendar-day-name-array, calendar-abbrev-length)
14637         (calendar-day-abbrev-array):
14638         Also :set calendar-day-header-array, and maybe redraw.
14639         (calendar-day-header-array): New option.  (Bug#15007)
14640         (calendar-font-lock-keywords): Set to nil and make obsolete.
14641         (calendar-day-name): Add option to use header array.
14643 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14645         * net/shr.el (shr-render-td): Remove debugging.
14646         (shr-render-td): Make width computation consistent by defaulting
14647         all zero-width columns to 10 characters.  This may not be optimal,
14648         but it's at least consistent.
14649         (shr-make-table-1): Redo last change to fix the real problem in
14650         colspan handling.
14652 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
14654         * files.el (cache-long-line-scans):
14655         Make obsolete alias to `cache-long-scans'.
14657 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
14659         * frameset.el (frameset, frameset-filter-alist)
14660         (frameset-filter-params, frameset-save, frameset--reuse-frame)
14661         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
14662         (frameset-compute-pos): Rename from frameset--compute-pos,
14663         and add docstring.
14664         (frameset-move-onscreen): Use frameset-compute-pos.
14665         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
14667         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
14668         Fix typos in docstrings.
14670 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
14672         * frame.el (get-other-frame): Tiny cleanup.
14674 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
14676         * vc/vc.el (vc-default-ignore-completion-table):
14677         Silence byte-compiler warning.
14679         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
14680         slot, which can indeed be nil.
14681         (frameset-live-filter-alist, frameset-persistent-filter-alist):
14682         Move entry for `left' from persistent to live filter alist.
14683         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
14684         Doc fixes.
14685         (frameset-filter-params): When restoring a frame, copy items added to
14686         `filtered', to avoid unwittingly modifying the original parameters.
14687         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
14688         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
14690         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
14691         to use looking-at-p instead of looking-at.  (Bug#15028)
14693 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14695         Revert introduction of isearch-filter-predicates (bug#14714).
14696         Rely on add-function instead.
14697         * isearch.el (isearch-filter-predicates): Rename it back to
14698         isearch-filter-predicate.
14699         (isearch-message-prefix): Use advice-function-mapc and advice
14700         properties to get the isearch-message-prefix.
14701         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
14702         instead of run-hook-with-args-until-failure.
14703         (isearch-filter-visible): Not obsolete any more.
14704         * loadup.el: Preload nadvice.
14705         * replace.el (perform-replace): Revert to funcall
14706         instead of run-hook-with-args-until-failure.
14707         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
14708         * dired-aux.el (dired-isearch-filenames-mode): Rename from
14709         dired-isearch-filenames-toggle; make it into a proper minor mode.
14710         Use add/remove-function.
14711         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
14712         Call the minor-mode rather than add/remove-hook.
14713         (dired-isearch-filter-filenames):
14714         Remove isearch-message-prefix property.
14715         * info.el (Info--search-loop): New function, extracted from Info-search.
14716         Funcall isearch-filter-predicate instead of
14717         run-hook-with-args-until-failure isearch-filter-predicates.
14718         (Info-search): Use it.
14719         (Info-mode): Use isearch-filter-predicate instead of
14720         isearch-filter-predicates.
14722 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
14724         Do not call to `selected-window' where it is assumed by default.
14725         Affected functions are `window-minibuffer-p', `window-dedicated-p',
14726         `window-hscroll', `window-width', `window-height', `window-buffer',
14727         `window-frame', `window-start', `window-point', `next-window'
14728         and `window-display-table'.
14729         * abbrev.el (abbrev--default-expand):
14730         * bs.el (bs--show-with-configuration):
14731         * buff-menu.el (Buffer-menu-mouse-select):
14732         * calc/calc.el (calc):
14733         * calendar/calendar.el (calendar-generate-window):
14734         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
14735         (diary-make-entry):
14736         * comint.el (send-invisible, comint-dynamic-complete-filename)
14737         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
14738         * completion.el (complete):
14739         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
14740         * disp-table.el (describe-current-display-table):
14741         * doc-view.el (doc-view-insert-image):
14742         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
14743         * ehelp.el (with-electric-help):
14744         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14745         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
14746         * emacs-lisp/helper.el (Helper-help-scroller):
14747         * emulation/cua-base.el (cua--post-command-handler-1):
14748         * eshell/esh-mode.el (eshell-output-filter):
14749         * ffap.el (ffap-gnus-wrapper):
14750         * help-macro.el (make-help-screen):
14751         * hilit-chg.el (highlight-compare-buffers):
14752         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
14753         * hl-line.el (global-hl-line-highlight):
14754         * icomplete.el (icomplete-simple-completing-p):
14755         * isearch.el (isearch-done):
14756         * jit-lock.el (jit-lock-stealth-fontify):
14757         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
14758         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
14759         * mpc.el (mpc-tagbrowser, mpc):
14760         * net/rcirc.el (rcirc-any-buffer):
14761         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
14762         * play/landmark.el (landmark-max-width, landmark-max-height):
14763         * play/zone.el (zone):
14764         * progmodes/compile.el (compilation-goto-locus):
14765         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
14766         * progmodes/etags.el (find-tag-other-window):
14767         * progmodes/fortran.el (fortran-column-ruler):
14768         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14769         * progmodes/verilog-mode.el (verilog-point-text):
14770         * reposition.el (reposition-window):
14771         * rot13.el (toggle-rot13-mode):
14772         * server.el (server-switch-buffer):
14773         * shell.el (shell-dynamic-complete-command)
14774         (shell-dynamic-complete-environment-variable):
14775         * simple.el (insert-buffer, set-selective-display)
14776         (delete-completion-window):
14777         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
14778         (speedbar-recenter):
14779         * startup.el (fancy-splash-head):
14780         * textmodes/ispell.el (ispell-command-loop):
14781         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
14782         * tutorial.el (help-with-tutorial):
14783         * vc/add-log.el (add-change-log-entry):
14784         * vc/compare-w.el (compare-windows):
14785         * vc/ediff-help.el (ediff-indent-help-message):
14786         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
14787         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
14788         (ediff-setup-control-frame):
14789         * vc/emerge.el (emerge-position-region):
14790         * vc/pcvs-util.el (cvs-bury-buffer):
14791         * window.el (walk-windows, mouse-autoselect-window-select):
14792         * winner.el (winner-set-conf, winner-undo): Related users changed.
14794 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
14796         * frameset.el (frameset--set-id): Doc fix.
14797         (frameset-frame-id, frameset-frame-id-equal-p)
14798         (frameset-locate-frame-id): New functions.
14799         (frameset--process-minibuffer-frames, frameset--reuse-frame)
14800         (frameset-restore): Use them.
14802 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
14804         Do not call to `selected-frame' where it is assumed by default.
14805         Affected functions are `raise-frame', `redraw-frame',
14806         `frame-first-window', `frame-terminal' and `delete-frame'.
14807         * calendar/appt.el (appt-disp-window):
14808         * epg.el (epg-wait-for-completion):
14809         * follow.el (follow-delete-other-windows-and-split)
14810         (follow-avoid-tail-recenter):
14811         * international/mule.el (set-terminal-coding-system):
14812         * mail/rmail.el (rmail-mail-return):
14813         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14814         * progmodes/f90.el (f90-add-imenu-menu):
14815         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
14816         * server.el (server-switch-buffer):
14817         * simple.el (delete-completion-window):
14818         * talk.el (talk):
14819         * term/xterm.el (terminal-init-xterm-modify-other-keys)
14820         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
14821         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
14822         * vc/ediff.el (ediff-documentation): Related users changed.
14823         * frame.el (selected-terminal): Remove the leftover.
14825 2013-08-05  Glenn Morris  <rgm@gnu.org>
14827         * calendar/calendar.el (calendar-generate-month):
14828         Fix for calendar-column-width != 1 + calendar-day-digit-width.
14829         (calendar-generate-month, calendar-font-lock-keywords):
14830         Fix for calendar-day-header-width > length of any day name.
14832 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
14834         * desktop.el (desktop-clear): Use new name of sort predicate.
14836         * frameset.el (frameset): Add docstring.  Move :version property to its
14837         own `version' slot.
14838         (frameset-copy): Rename from copy-frameset.
14839         (frameset-p): Check more thoroughly.
14840         (frameset-prop): Do not check for :version, which is no longer a prop.
14841         (frameset-live-filter-alist, frameset-persistent-filter-alist):
14842         Use new :never value instead of t.
14843         (frameset-filter-alist): Expand and clarify docstring.
14844         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
14845         (frameset-filter-minibuffer, frameset-filter-save-param)
14846         (frameset-filter-restore-param, frameset-filter-iconified):
14847         Add pointer to docstring of frameset-filter-alist.
14848         (frameset-filter-params): Rename filter values to be more meaningful:
14849         :never instead of t, and reverse the meanings of :save and :restore.
14850         (frameset--process-minibuffer-frames): Clarify error message.
14851         (frameset-save): Avoid unnecessary and confusing call to framep.
14852         Use new BOA constructor for framesets.
14853         (frameset--reuse-list): Doc fix.
14854         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
14855         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
14856         (frameset-minibufferless-first-p): Doc fix.
14857         Rename from frameset-sort-frames-for-deletion.
14858         (frameset-restore): Doc fixes.  Use new function names.
14859         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
14861 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
14863         * desktop.el (desktop-restore-forces-onscreen)
14864         (desktop-restore-reuses-frames): Document :keyword constant values.
14865         (desktop-filter-parameters-alist): Remove, now identical to
14866         frameset-filter-alist.
14867         (desktop--filter-tty*): Remove, moved to frameset.el.
14868         (desktop-save-frameset, desktop-restore-frameset):
14869         Do not pass :filters argument.
14871         * frameset.el (frameset-live-filter-alist)
14872         (frameset-persistent-filter-alist): New variables.
14873         (frameset-filter-alist): Use them.  Add autoload cookie.
14874         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
14875         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
14876         `frameset--id' (it's supposed to be internal to frameset.el).
14877         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
14878         (frameset--initial-params): New function.
14879         (frameset--get-frame): Use it.  Doc fix.
14880         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
14881         Accept :all, not 'all.
14882         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
14883         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
14884         with fbound symbols.  Fix frame id matching, and remove matching ids if
14885         the frame being restored is deleted.  Obey :delete.
14887 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         * subr.el (macrop): New function.
14890         (text-clone--maintaining): New var.
14891         (text-clone--maintain): Rename from text-clone-maintain.  Use it
14892         instead of inhibit-modification-hooks.
14894         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
14895         a proxy, so as handle autoloads and redefinitions of the target.
14896         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
14898         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
14899         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
14900         (pcase--mutually-exclusive-p): New function.
14901         (pcase--split-consp): Use it.
14902         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
14903         mutually exclusive with the current predicate.
14905         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
14906         (edebug-macrop): Remove.  Use `macrop' instead.
14907         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
14908         (ad-macro-p):
14909         * eshell/esh-cmd.el (eshell-macrop):
14910         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
14912 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14914         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
14915         (advice-mapc): New function, using it.
14916         (advice-function-member-p): New function.
14917         (advice--normalize): Store the cdr in advice--saved-rewrite since
14918         that's the part that will be changed.
14919         (advice--symbol-function): New function.
14920         (advice-remove): Handle removal before the function is defined.
14921         Adjust to new advice--saved-rewrite.
14922         (advice-member-p): Use advice-function-member-p and
14923         advice--symbol-function.
14925 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
14927         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
14928         (frameset-filter-minibuffer): Doc fix.
14929         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
14930         (frameset--set-id, frameset--process-minibuffer-frames)
14931         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
14932         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
14934         * desktop.el (desktop-clear): Only delete frames when called
14935         interactively and desktop-restore-frames is non-nil.  Doc fix.
14936         (desktop-read): Set desktop-saved-frameset to nil.
14938 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
14940         * vc/vc.el (vc-ignore): Rewrite.
14941         (vc-default-ignore-completion-table, vc--read-lines)
14942         (vc--add-line, vc--remove-regexp): New functions.
14944         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
14945         (vc-svn-ignore-completion-table): New function.
14947         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
14948         (vc-hg-ignore-completion-table)
14949         (vc-hg-find-ignore-file): New functions.
14951         * vc/vc-git.el (vc-git-ignore): Rewrite.
14952         (vc-git-ignore-completion-table)
14953         (vc-git-find-ignore-file): New functions.
14955         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
14957         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
14958         (vc-bzr-ignore-completion-table)
14959         (vc-bzr-find-ignore-file): New functions.
14961 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
14963         * frameset.el (frameset-prop): New function and setter.
14964         (frameset-save): Do not modify frame list passed by the caller.
14966 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14968         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
14970 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14972         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
14973         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
14975         * custom.el (custom-initialize-default, custom-initialize-set)
14976         (custom-initialize-reset, custom-initialize-changed): Affect the
14977         toplevel-default-value (bug#6275, bug#14586).
14978         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
14979         for bug#6275.
14981 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
14983         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14984         Add cl-def* expressions.
14986         * frameset.el (frameset-filter-params): Fix order of arguments.
14988 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
14990         Move code related to saving frames to frameset.el.
14991         * desktop.el: Require frameset.
14992         (desktop-restore-frames): Doc fix.
14993         (desktop-restore-reuses-frames): Rename from
14994         desktop-restoring-reuses-frames.
14995         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
14996         (desktop-clear): Clear frames too.
14997         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
14998         (desktop--filter-tty*, desktop-save, desktop-read):
14999         Use frameset functions.
15000         (desktop-before-saving-frames-functions, desktop--filter-*-color)
15001         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15002         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
15003         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
15004         (desktop--process-minibuffer-frames, desktop-save-frames)
15005         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
15006         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
15007         (desktop--sort-states, desktop-restoring-frames-p)
15008         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
15009         (desktop-restoring-frameset-p, desktop-restore-frameset)
15010         (desktop--check-dont-save, desktop-save-frameset): New functions.
15011         (desktop--app-id): New constant.
15012         (desktop-first-buffer, desktop-buffer-ok-count)
15013         (desktop-buffer-fail-count): Move before first use.
15014         * frameset.el: New file.
15016 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15018         * files.el: Use lexical-binding.
15019         (dir-locals-read-from-file): Remove unused `err' variable.
15020         (hack-dir-local-variables--warned-coding): New var.
15021         (hack-dir-local-variables): Use it to avoid repeated warnings.
15022         (make-backup-file-name--default-function): New function.
15023         (make-backup-file-name-function): Use it as default.
15024         (buffer-stale--default-function): New function.
15025         (buffer-stale-function): Use it as default.
15026         (revert-buffer-insert-file-contents--default-function): New function.
15027         (revert-buffer-insert-file-contents-function): Use it as default.
15028         (insert-directory): Avoid add-to-list.
15030         * autorevert.el (auto-revert-handler): Simplify.
15031         Use buffer-stale--default-function.
15033 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
15035         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
15037         * whitespace.el (whitespace-ensure-local-variables): New function.
15038         (whitespace-cleanup-region): Call it.
15039         (whitespace-turn-on): Call it.
15041 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
15043         Complete file name handlers.
15045         * net/tramp.el (tramp-handle-set-visited-file-modtime)
15046         (tramp-handle-verify-visited-file-modtime)
15047         (tramp-handle-file-notify-rm-watch): New functions.
15048         (tramp-call-process): Do not bind `default-directory'.
15050         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15051         Order alphabetically.
15052         <access-file, add-name-to-file, dired-call-process>:
15053         <dired-compress-file, file-acl, file-notify-rm-watch>:
15054         <file-ownership-preserved-p, file-selinux-context>:
15055         <make-directory-internal, make-symbolic-link, set-file-acl>:
15056         <set-file-selinux-context, set-visited-file-modtime>:
15057         <verify-visited-file-modtime>: Add handler.
15058         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
15060         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
15061         <file-notify-add-watch, file-notify-rm-watch>:
15062         <set-file-times, set-visited-file-modtime>:
15063         <verify-visited-file-modtime>: Add handler.
15064         (with-tramp-gvfs-error-message)
15065         (tramp-gvfs-handle-set-visited-file-modtime)
15066         (tramp-gvfs-fuse-file-name): Remove.
15067         (tramp-gvfs-handle-file-notify-add-watch)
15068         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
15069         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
15071         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15072         Order alphabetically.
15073         <file-notify-rm-watch>: Use default Tramp handler.
15074         <executable-find>: Remove private handler.
15075         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
15076         `default-directory'.
15077         (tramp-sh-handle-executable-find)
15078         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
15079         (tramp-sh-file-gvfs-monitor-dir-process-filter)
15080         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
15081         Do not use `format' in `tramp-message'.
15083         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
15084         <file-notify-rm-watch, set-visited-file-modtime>:
15085         <verify-visited-file-modtime>: Add handler.
15086         (tramp-smb-call-winexe): Do not bind `default-directory'.
15088 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
15090         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
15092 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
15094         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
15095         use it.
15096         (log-view-diff-changeset): Same.
15097         (log-view-diff-common): Call backend command `previous-revision'
15098         to find out the previous revision, in both cases.  Swap the
15099         variables `to' and `fr', so that `fr' usually refers to the
15100         earlier revision (Bug#14989).
15102 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
15104         * ibuf-ext.el (ibuffer-filter-by-filename):
15105         Make it work with dired buffers too.
15107 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
15109         * emacs-lisp/re-builder.el (reb-color-display-p):
15110         * files.el (save-buffers-kill-terminal):
15111         * net/browse-url.el (browse-url):
15112         * server.el (server-save-buffers-kill-terminal):
15113         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
15114         Prefer nil to selected-frame for the first arg of frame-parameter.
15116 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
15118         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
15120 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
15122         * minibuffer.el (completion--twq-all): Try and preserve each
15123         completion's case choice (bug#14907).
15125 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127         * net/network-stream.el (open-network-stream): Mention the new
15128         :nogreeting parameter.
15129         (network-stream-open-starttls): Use the :nogreeting parameter
15130         (bug#14938).
15132         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
15134         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
15135         more natural than popping.
15137         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
15138         (shr-urlify): Highlight under mouse.
15140 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
15142         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
15144         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
15146         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
15147         buffer for output.
15149         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
15150         point-min==1.  Fix search string.  Fix parentheses missing.
15152         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
15153         assume point-min==1.  Fix search string.  Fix parentheses missing.
15155         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
15157         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
15158         buffer for output.
15160 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
15162         * frame.el (frame-notice-user-settings): Avoid inflooping when the
15163         initial frame is minibuffer-less.  (Bug#14841)
15165 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
15167         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
15168         option.
15170         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15171         (tramp-maybe-open-connection): Use it.
15173 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
15175         * desktop.el (desktop--make-frame): Include `minibuffer' in the
15176         minimal set of parameters passed when creating a frame, because
15177         the minibuffer status of a frame cannot be changed later.
15179 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
15181         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
15182         replace-regexp-in-string and inadvertent omissions in previous change.
15183         (todo-filter-items): Ensure only file names are comma-separated in
15184         name of filtered items buffer.
15186 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
15188         * desktop.el: Optionally force offscreen frames back onscreen.
15189         (desktop-restoring-reuses-frames): New option.
15190         (desktop--compute-pos, desktop--move-onscreen): New functions.
15191         (desktop--make-frame): Use desktop--move-onscreen.
15193 2013-07-27  Alan Mackenzie  <acm@muc.de>
15195         Fontify a Java generic method as a function.
15196         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
15197         value to t.
15199 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
15201         * calendar/todo-mode.el: Add command to rename todo files.
15202         (todo-rename-file): New command.
15203         (todo-key-bindings-t): Add key binding for it.  Change the
15204         bindings of todo-filter-regexp-items(-multifile) to use `x'
15205         instead of `r', since the latter is better suited to the new
15206         renaming command.
15208 2013-07-27  Alan Mackenzie  <acm@muc.de>
15210         Make Java try-with-resources statement parse properly.
15211         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
15212         (c-block-stmt-1-2-key): New language constants/variables.
15213         * progmodes/cc-engine.el (c-beginning-of-statement-1)
15214         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
15215         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
15216         with c-block-stmt-1-2-key.
15218 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
15220         * desktop.el (desktop--make-frame): Apply most frame parameters after
15221         creating the frame to force (partially or totally) offscreen frames to
15222         be restored as such.
15224 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
15226         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
15227         (Bug#14948)
15229 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15231         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
15232         `base' arg of backtrace-frame.
15234 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
15236         * simple.el (list-processes): Doc fix.
15238 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
15240         * desktop.el (desktop--select-frame):
15241         Try harder to reuse existing frames.
15243 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15245         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
15246         (edebug-eval): Use backtrace-eval.
15247         (edebug--display, edebug--recursive-edit): Don't let-bind the
15248         edebug-outer-* vars that keep track of variables we locally let-bind.
15249         (edebug-outside-excursion): Don't restore outside values of locally
15250         let-bound vars.
15251         (edebug--display): Use user-error.
15252         (cl-lexical-debug, cl-debug-env): Remove.
15254 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
15256         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
15257         are restored to be sure that they are visible before deleting any
15258         remaining ones.
15260 2013-07-26  Matthias Meulien  <orontee@gmail.com>
15262         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
15263         vc-print-root-log.  (Bug#14948)
15265 2013-07-26  Richard Stallman  <rms@gnu.org>
15267         Add aliases for encrypting mail.
15268         * epa.el (epa-mail-aliases): New option.
15269         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
15270         Bind inhibit-read-only so read-only text doesn't ruin everything.
15271         (epa-mail-default-recipients): New subroutine broken out.
15272         Handle epa-mail-aliases.
15274 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15276         Add support for lexical variables to the debugger's `e' command.
15277         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
15278         vars, except for debugger-outer-match-data.
15279         (debugger-frame-number): Move check for "on a function call" from
15280         callers into it.  Add `skip-base' argument.
15281         (debugger-frame, debugger-frame-clear): Simplify accordingly.
15282         (debugger-env-macro): Only reset the state stored in non-variables,
15283         i.e. current-buffer and match-data.
15284         (debugger-eval-expression): Rewrite using backtrace-eval.
15285         * subr.el (internal--called-interactively-p--get-frame): Remove.
15286         (called-interactively-p):
15287         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
15288         `base' arg of backtrace-frame instead.
15290 2013-07-26  Glenn Morris  <rgm@gnu.org>
15292         * align.el (align-regexp): Doc fix.  (Bug#14857)
15293         (align-region): Explicit error if subexpression missing/does not match.
15295         * simple.el (global-visual-line-mode):
15296         Do not duplicate the mode lighter.  (Bug#14858)
15298 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
15300         * window.el (display-buffer): In display-buffer bind
15301         split-window-keep-point to t, bug#14829.
15303 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
15305         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
15306         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
15307         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
15308         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15309         Change accordingly.
15310         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
15311         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
15313 2013-07-25  Glenn Morris  <rgm@gnu.org>
15315         * dired-x.el (dired-mark-extension): Convert comment to doc string.
15317 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
15319         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
15320         parameter to modify-frame-parameters if the value has not changed;
15321         this is a workaround for bug#14949.
15322         (desktop--make-frame): On cl-delete-if call, check parameter name,
15323         not full parameter.
15325 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
15327         * vc/vc.el (vc-ignore): New function.
15329         * vc/vc-svn.el (vc-svn-ignore): New function.
15331         * vc/vc-hg.el (vc-hg-ignore): New function.
15333         * vc/vc-git.el (vc-git-ignore): New function.
15335         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
15336         (vc-dir-ignore): New function.
15338         * vc/vc-cvs.el (vc-cvs-ignore): New function.
15339         (cvs-append-to-ignore): Move here from pcvs.el.
15341         * vc/vc-bzr.el (vc-bzr-ignore): New function.
15343         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
15345 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
15347         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
15348         (desktop-restore-frames): Warn when deleting an existing frame failed.
15350 2013-07-24  Glenn Morris  <rgm@gnu.org>
15352         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
15354 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
15356         * filenotify.el (file-notify-supported-p):
15357         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
15358         Remove functions.
15360         * autorevert.el (auto-revert-use-notify)
15361         (auto-revert-notify-add-watch):
15362         * net/tramp.el (tramp-file-name-for-operation):
15363         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15364         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15365         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15366         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15367         Remove `file-notify-supported-p' entry.
15369 2013-07-24  Glenn Morris  <rgm@gnu.org>
15371         * printing.el: Replace all uses of deleted ps-windows-system,
15372         ps-lp-system, ps-flatten-list with lpr- versions.
15374 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
15377         checked with memq (bug#14935).
15379         * files.el (revert-buffer-function): Use a non-nil default.
15380         (revert-buffer-preserve-modes): Declare var to
15381         provide access to the `preserve-modes' argument.
15382         (revert-buffer): Let-bind it.
15383         (revert-buffer--default): New function, extracted from revert-buffer.
15385 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15387         * lpr.el: Signal print errors more prominently.
15388         (print-region-function): Don't default to nil.
15389         (lpr-print-region): New function, extracted from print-region-1.
15390         Check lpr's return value and signal an error in case of problem.
15391         (print-region-1): Use it.
15392         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
15393         versions instead.
15394         (ps-printer-name): Default to nil.
15395         (ps-printer-name-option): Default to lpr-printer-switch.
15396         (ps-print-region-function): Don't default to nil.
15397         (ps-postscript-code-directory): Simplify default.
15398         (ps-do-despool): Use lpr-print-region to properly check the outcome.
15399         (ps-string-list, ps-eval-switch, ps-flatten-list)
15400         (ps-flatten-list-1): Remove.
15401         (ps-multibyte-buffer): Avoid setq.
15402         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
15403         (print-region-function, ps-print-region-function): Don't set them here.
15405 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
15407         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
15408         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
15409         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
15410         (ido-decorations): Doc fix.
15412         * ansi-color.el: Fix old URL.
15414 2013-07-23  Michael R. Mauger  <michael@mauger.com>
15416         * progmodes/sql.el: Version 3.3
15417         (sql-product-alist): Improve oracle :prompt-cont-regexp.
15418         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
15419         (sql-interactive-remove-continuation-prompt): Rewrite, use
15420         functions above.  Fix continuation prompt and complete output line
15421         handling.
15422         (sql-redirect-one, sql-execute): Use `read-only-mode' on
15423         redirected output buffer.
15424         (sql-mode): Restore deleted code (Bug#13591).
15426 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
15428         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
15430 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
15432         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
15434         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15435         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15436         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
15438 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
15440         * desktop.el (desktop-clear): Simplify; remove useless checks
15441         against invalid buffer names.
15442         (desktop-list*): Use cl-list*.
15443         (desktop-buffer-info, desktop-create-buffer): Simplify.
15445 2013-07-23  Leo Liu  <sdl.web@gmail.com>
15447         * bookmark.el (bookmark-make-record): Restore NAME as a default
15448         value.  (Bug#14933)
15450 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15452         * emacs-lisp/autoload.el (autoload--setup-output): New function,
15453         extracted from autoload--insert-text.
15454         (autoload--insert-text): Remove.
15455         (autoload--print-cookie-text): New function, extracted from
15456         autoload--insert-cookie-text.
15457         (autoload--insert-cookie-text): Remove.
15458         (autoload-generate-file-autoloads): Adjust calls accordingly.
15460         * winner.el (winner-hook-installed-p): Remove.
15461         (winner-mode): Simplify accordingly.
15463         * subr.el (add-to-list): Fix compiler-macro when `append' is
15464         not constant.  Don't use `cl-member' for the base case.
15466         * progmodes/subword.el: Fix boundary case (bug#13758).
15467         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
15468         own group.
15469         (subword-backward-regexp): Make it a constant.
15470         (subword-forward-internal): Don't treat a trailing capital as the
15471         beginning of a word.
15473 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
15475         * emacs-lisp/package.el (package-menu-mode): Don't modify the
15476         global value of tabulated-list-revert-hook (bug#14930).
15478 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
15480         * desktop.el: Require 'cl-lib.
15481         (desktop-before-saving-frames-functions): New hook.
15482         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
15483         for frames being saved.  Rename from desktop--save-minibuffer-frames.
15484         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
15485         Do not save frames with non-nil `desktop-dont-save' parameter.
15486         Filter out deleted frames.
15487         (desktop--find-frame): Use cl-find-if.
15488         (desktop--select-frame): Use cl-(first|second|third) to access values
15489         of desktop-mini.
15490         (desktop--make-frame): Use cl-delete-if.
15491         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
15492         (desktop-restore-frames): Use cl-(first|second|third) to access values
15493         of desktop-mini.  Look for visible frame at the end, not while
15494         restoring frames.
15496         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
15497         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
15498         Use string-match-p, looking-at-p (bug#14927).
15500 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
15502         * desktop.el (desktop-saved-frame-states):
15503         Rename from desktop--saved-states; all users changed.
15504         (desktop-save-frames): Rename from desktop--save-frames.
15505         Do not save state to desktop file.
15506         (desktop-save): Save desktop-saved-frame-states to desktop file
15507         and reset to nil.
15508         (desktop-restoring-frames-p): New function.
15509         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
15510         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
15511         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
15513         * desktop.el: Correctly restore iconified frames.
15514         (desktop--filter-iconified-position): New function.
15515         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
15517 2013-07-20  Glenn Morris  <rgm@gnu.org>
15519         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
15520         Let `message' do the formatting.
15521         (def-gdb-preempt-display-buffer): Add explicit format.
15523         * image-dired.el (image-dired-track-original-file):
15524         Use with-current-buffer.
15525         (image-dired-track-thumbnail): Use with-current-buffer.
15526         Avoid changing point of wrong window.
15528         * image-dired.el (image-dired-track-original-file):
15529         Avoid changing point of wrong window.  (Bug#14909)
15531 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
15533         * progmodes/gdb-mi.el (gdb-done-or-error):
15534         Guard against "%" in gdb output.  (Bug#14127)
15536 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
15538         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
15539         (Bug#14826)
15541         * international/mule.el (coding-system-iso-2022-flags): Fix last
15542         change.
15544 2013-07-20  Kenichi Handa  <handa@gnu.org>
15546         * international/mule.el (coding-system-iso-2022-flags):
15547         Add `8-bit-level-4'.  (Bug#8522)
15549 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15551         * net/shr.el (shr-mouse-browse-url): New command and keystroke
15552         (bug#14815).
15554         * net/eww.el (eww-process-text-input): Allow inputting when the
15555         point is at the start of the line, as the properties aren't
15556         front-sticky.
15558         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
15559         degenerate widths.
15561 2013-07-19  Richard Stallman  <rms@gnu.org>
15563         * epa.el (epa-popup-info-window): Doc fix.
15565         * subr.el (split-string): New arg TRIM.
15567 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
15569         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
15570         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
15572 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
15574         * filenotify.el (file-notify--library): Rename from
15575         `file-notify-support'.  Do not autoload.  Adapt all uses.
15576         (file-notify-supported-p): New defun.
15578         * autorevert.el (auto-revert-use-notify):
15579         Use `file-notify-supported-p' instead of `file-notify-support'.
15580         Adapt docstring.
15581         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
15583         * net/tramp.el (tramp-file-name-for-operation):
15584         Add `file-notify-supported-p'.
15586         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
15587         New defun.
15588         (tramp-sh-file-name-handler-alist): Add it as handler for
15589         `file-notify-supported-p '.
15591         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15592         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15593         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15594         Add `ignore' as handler for `file-notify-*' functions.
15596 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
15598         * simple.el (line-move-partial, line-move): Don't start vscroll or
15599         scroll-up if the current line is not taller than the window.
15600         (Bug#14881)
15602 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
15604         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
15605         highlight question marks in the method names as strings.
15606         (ruby-block-beg-keywords): Inline.
15607         (ruby-font-lock-keyword-beg-re): Extract from
15608         `ruby-font-lock-keywords'.
15610 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
15612         * frame.el (blink-cursor-blinks): New defcustom.
15613         (blink-cursor-blinks-done): New defvar.
15614         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
15615         (blink-cursor-timer-function): Check if number of blinks has been
15616         done on X and NS.
15617         (blink-cursor-suspend, blink-cursor-check): New defuns.
15619 2013-07-15  Glenn Morris  <rgm@gnu.org>
15621         * edmacro.el (edmacro-format-keys): Fix previous change.
15623 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15625         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
15626         The hack didn't work outside English locales anyway.
15628 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
15630         * simple.el (define-alternatives): Rename from alternatives-define,
15631         per RMS' suggestion.
15633 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
15635         * desktop.el (desktop-restore-frames): Change default to t.
15636         (desktop-restore-in-current-display): Now offer more options.
15637         (desktop-restoring-reuses-frames): New customization option.
15638         (desktop--saved-states): Doc fix.
15639         (desktop-filter-parameters-alist): New variable, renamed and expanded
15640         from desktop--excluded-frame-parameters.
15641         (desktop--target-display): New variable.
15642         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
15643         (desktop--filter-tty*, desktop--filter-*-color)
15644         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15645         (desktop--filter-save-desktop-parm)
15646         (desktop-restore-in-original-display-p): New functions.
15647         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
15648         (desktop--save-minibuffer-frames): New function, inspired by a similar
15649         function from Martin Rudalics.
15650         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
15651         (desktop--restore-in-this-display-p): Remove.
15652         (desktop--find-frame): Rename from desktop--find-frame-in-display
15653         and add predicate argument.
15654         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
15655         (desktop--reuse-list): New variable.
15656         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
15657         New functions.
15658         (desktop--restore-frames): Add support for "minibuffer-special" frames.
15660 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
15662         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
15664 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
15666         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
15667         Highlight conversion methods on Kernel.
15669 2013-07-13  Alan Mackenzie  <acm@muc.de>
15671         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
15672         and comment it out.  This out-commenting enables certain C++
15673         declarations to be parsed correctly.
15675 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
15677         * international/mule.el (define-coding-system): Doc fix.
15679         * simple.el (default-font-height): Don't call font-info if the
15680         frame's default font didn't change since the frame was created.
15681         (Bug#14838)
15683 2013-07-13  Leo Liu  <sdl.web@gmail.com>
15685         * ido.el (ido-read-file-name): Guard against non-symbol value.
15687 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15689         * progmodes/python.el (python-imenu--build-tree): Fix corner case
15690         in nested defuns.
15692 2013-07-13  Leo Liu  <sdl.web@gmail.com>
15694         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
15695         ido-set-matches call.  (Bug#6852)
15697 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
15699         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
15700         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
15701         Ruby 2.0.
15702         (ruby-font-lock-keywords): Distinguish calls to functions with
15703         module-like names from module references.  Highlight character
15704         literals.
15706 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
15708         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
15709         (gdb-send): Handle continued commands.  (Bug#14847)
15711 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
15713         * desktop.el (desktop--v2s): Remove unused local variable.
15714         (desktop-save-buffer): Make defvar-local; adjust docstring.
15715         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
15716         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
15718 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
15720         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
15722 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
15724         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
15725         (Bug#14842)
15727 2013-07-12  Glenn Morris  <rgm@gnu.org>
15729         * doc-view.el: Require cl-lib at runtime too.
15730         (doc-view-remove-if): Remove.
15731         (doc-view-search-next-match, doc-view-search-previous-match):
15732         Use cl-remove-if.
15734         * edmacro.el: Require cl-lib at runtime too.
15735         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
15736         (edmacro-mismatch, edmacro-subseq): Remove.
15738         * shadowfile.el: Require cl-lib.
15739         (shadow-remove-if): Remove.
15740         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
15741         Use cl-remove-if.
15743         * wid-edit.el: Require cl-lib.
15744         (widget-choose): Use cl-remove-if.
15745         (widget-remove-if): Remove.
15747         * progmodes/ebrowse.el: Require cl-lib at runtime too.
15748         (ebrowse-delete-if-not): Remove.
15749         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
15750         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
15751         Use cl-delete-if-not.
15753 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
15755         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
15756         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
15758 2013-07-12  Leo Liu  <sdl.web@gmail.com>
15760         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
15762 2013-07-11  Glenn Morris  <rgm@gnu.org>
15764         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
15765         (edebug-gensym-index, edebug-gensym):
15766         Remove reimplementation of cl-gensym.
15767         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
15769         * thumbs.el: Require cl-lib at run-time too.
15770         (thumbs-gensym-counter, thumbs-gensym):
15771         Remove reimplementation of cl-gensym.
15772         (thumbs-temp-file): Use cl-gensym.
15774         * emacs-lisp/ert.el: Require cl-lib at runtime too.
15775         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
15776         (ert--intersection, ert--set-difference, ert--set-difference-eq)
15777         (ert--union, ert--gensym-counter, ert--gensym-counter)
15778         (ert--coerce-to-vector, ert--remove*, ert--string-position)
15779         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
15780         (ert-make-test-unbound, ert--expand-should-1)
15781         (ert--expand-should, ert--should-error-handle-error)
15782         (should-error, ert--explain-equal-rec)
15783         (ert--plist-difference-explanation, ert-select-tests)
15784         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
15785         Use cl-lib functions rather than reimplementations.
15787 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
15789         * net/tramp.el (tramp-methods): Extend docstring.
15790         (tramp-connection-timeout): New defcustom.
15791         (tramp-error-with-buffer): Reset timestamp only when appropriate.
15792         (with-tramp-progress-reporter): Simplify.
15793         (tramp-process-actions): Improve messages.
15795         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
15796         * net/tramp-sh.el (tramp-maybe-open-connection):
15797         Use `tramp-connection-timeout'.
15798         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
15799         (Bug#14808)
15801 2013-07-11  Leo Liu  <sdl.web@gmail.com>
15803         * ido.el (ido-read-file-name): Conform to the requirements of
15804         read-file-name.  (Bug#11861)
15805         (ido-read-directory-name): Conform to the requirements of
15806         read-directory-name.
15808 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
15810         * subr.el (delay-warning): New function.
15812 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
15814         * simple.el (default-line-height): New function.
15815         (line-move-partial, line-move): Use it instead of computing the
15816         line height inline.
15817         (line-move-partial): Always compute ROWH.  If the last line is
15818         partially-visible, but its text is completely visible, allow
15819         cursor to enter such a partially-visible line.
15821 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
15823         Improve error messages.  (Bug#14808)
15825         * net/tramp.el (tramp-current-connection): New defvar, moved from
15826         tramp-sh.el.
15827         (tramp-message-show-progress-reporter-message): Remove, not
15828         needed anymore.
15829         (tramp-error-with-buffer): Show message in minibuffer.
15830         Discard input before waiting.  Reset connection timestamp.
15831         (with-tramp-progress-reporter): Improve messages.
15832         (tramp-process-actions): Use progress reporter.  Delete process in
15833         case of error.  Improve messages.
15835         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
15836         Call `tramp-error-with-buffer' with vector and buffer.
15837         (tramp-current-connection): Remove.
15838         (tramp-maybe-open-connection): The car of
15839         `tramp-current-connection' are the first 3 slots of the vector.
15841 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
15843         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
15844         inside continued strings.
15846 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15848         Timestamp fixes for undo (Bug#14824).
15849         * files.el (clear-visited-file-modtime): Move here from fileio.c.
15851 2013-07-10  Leo Liu  <sdl.web@gmail.com>
15853         * files.el (require-final-newline): Allow safe local value.
15854         (Bug#14834)
15856 2013-07-09  Leo Liu  <sdl.web@gmail.com>
15858         * ido.el (ido-read-directory-name): Handle fallback.
15859         (ido-read-file-name): Update DIR to ido-current-directory.
15860         (Bug#1516)
15861         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
15863 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
15865         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
15866         "autoload".  Remove "warn lower camel case" section, previously
15867         commented out.  Highlight negation char.  Do not highlight the
15868         target in singleton method definitions.
15870 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15872         * faces.el (tty-setup-hook): Declare the hook.
15874         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
15875         and detect when a guard/pred depends on local vars (bug#14773).
15876         (pcase--u1): Adjust caller.
15878 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
15880         * simple.el (line-move-partial, line-move): Account for
15881         line-spacing.
15882         (line-move-partial): Avoid setting vscroll when the last
15883         partially-visible line in window is of default height.
15885 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15887         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
15888         been used a while.
15890 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
15892         * subr.el (read-quoted-char): Remove unused local variable `char'.
15894 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
15896         * vc/ediff.el (ediff-version): Version update.
15897         (ediff-files-command, ediff3-files-command, ediff-merge-command)
15898         (ediff-merge-with-ancestor-command, ediff-directories-command)
15899         (ediff-directories3-command, ediff-merge-directories-command)
15900         (ediff-merge-directories-with-ancestor-command): New functions.
15901         All are command-line interfaces to ediff: to facilitate calling
15902         Emacs with the appropriate ediff functions invoked.
15904         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
15905         New function.
15906         (viper-save-kill-buffer): Check if buffer is modified.
15908         * emulation/viper.el (viper-version): Version update.
15909         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
15911 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15913         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
15914         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
15915         (viper-intercept-ESC-key): Simplify.
15916         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
15917         don't use kbd.
15918         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
15919         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
15920         (viper-setup-ESC-to-escape): New functions.
15921         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
15922         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
15924 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
15926         * simple.el (default-font-height, window-screen-lines):
15927         New functions.
15928         (line-move, line-move-partial): Use them instead of
15929         frame-char-height and window-text-height.  This makes scrolling
15930         text smoother when the buffer's default face uses a font that is
15931         different from the frame's default font.
15933 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
15935         * files.el (write-file): Do not display confirm dialog for NS,
15936         it does its own dialog, which can't be canceled (Bug#14578).
15938 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
15940         * simple.el (line-move-partial): Adjust the row returned by
15941         posn-at-point for the current window-vscroll.  (Bug#14567)
15943 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
15945         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
15946         (tramp-sh-file-inotifywait-process-filter): Handle file names with
15947         spaces.
15949 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
15951         * window.el (window-state-put-stale-windows): New variable.
15952         (window--state-put-2): Save list of windows without matching buffer.
15953         (window-state-put): Remove "bufferless" windows if possible.
15955 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
15957         * simple.el (alternatives-define): Remove leftover :group keyword.
15958         Tweak docstring.
15960 2013-07-06  Leo Liu  <sdl.web@gmail.com>
15962         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
15963         (ido-enable-virtual-buffers): New variable.
15964         (ido-buffer-internal, ido-toggle-virtual-buffers)
15965         (ido-make-buffer-list): Use it.
15966         (ido-exhibit): Support turning on and off virtual buffers
15967         automatically.
15969 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
15971         * simple.el (alternatives-define): New macro.
15973 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15975         * subr.el (read-quoted-char): Use read-key.
15976         (sit-for): Let read-event decode tty input (bug#14782).
15978 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
15980         * calendar/todo-mode.el: Add handling of file deletion, both by
15981         mode command and externally.  Fix various related bugs.
15982         Clarify Commentary and improve some documentation strings and code.
15983         (todo-delete-file): New command.
15984         (todo-check-file): New function.
15985         (todo-show): Handle external deletion of the file we're trying to
15986         show (bug#14688).  Replace called-interactively-p by an optional
15987         prefix argument to avoid problematic interaction with catch form
15988         when byte compiled (bug#14702).
15989         (todo-quit): Handle external deletion of the archive's todo file.
15990         Make sure the buffer that was visiting the archive file is still
15991         live before trying to bury it.
15992         (todo-category-completions): Handle external deletion of any
15993         category completion files.
15994         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
15995         of todo files, in case of external deletion.
15996         (todo-add-file): Replace unnecessary setq by let-binding.
15997         (todo-find-archive): Check whether there are any archives.
15998         Replace unnecessary setq by let-binding.
15999         (todo-archive-done-item): Use find-file-noselect to get the
16000         archive buffer whether or not the archive already exists.
16001         Remove superfluous code.  Use file size instead of buffer-file-name to
16002         check if the archive is new; if it is, update list of archives.
16003         (todo-default-todo-file): Allow nil to be a valid value for when
16004         there are no todo files.
16005         (todo-reevaluate-default-file-defcustom): Use corrected definition
16006         of todo-default-todo-file.
16007         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
16008         (todo-delete-category, todo-show-categories-table)
16009         (todo-category-number): Clarify comment.
16010         (todo-filter-items): Clarify documentation string.
16011         (todo-show-current-file, todo-display-as-todo-file)
16012         (todo-reset-and-enable-done-separator): Tweak documentation string.
16013         (todo-done-separator): Make separator length window-width, since
16014         bug#2749 is now fixed.
16016 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
16018         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16019         Support both "gvfs-monitor-dir" and "inotifywait".
16020         (tramp-sh-file-inotifywait-process-filter): Rename from
16021         `tramp-sh-file-notify-process-filter'.
16022         (tramp-sh-file-gvfs-monitor-dir-process-filter)
16023         (tramp-get-remote-gvfs-monitor-dir): New defuns.
16025 2013-07-05  Leo Liu  <sdl.web@gmail.com>
16027         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
16029 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16031         * frame.el (display-pixel-height, display-pixel-width)
16032         (display-mm-height, display-mm-width): Mention behavior on
16033         multi-monitor setups in docstrings.
16034         (w32-display-monitor-attributes-list): Declare function.
16035         (display-monitor-attributes-list): Use it.
16037 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
16039         * filenotify.el: New package.
16041         * autorevert.el (top): Require filenotify.el.
16042         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
16043         instead.
16044         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
16045         (auto-revert-notify-handler): Use `file-notify-*' functions.
16047         * subr.el (file-notify-handle-event): Move function to filenotify.el.
16049         * net/tramp.el (tramp-file-name-for-operation):
16050         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
16052         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
16053         for `file-notify-add-watch' and `file-notify-rm-watch'.
16054         (tramp-process-sentinel): Improve trace.
16055         (tramp-sh-handle-file-notify-add-watch)
16056         (tramp-sh-file-notify-process-filter)
16057         (tramp-sh-handle-file-notify-rm-watch)
16058         (tramp-get-remote-inotifywait): New defuns.
16060 2013-07-03  Juri Linkov  <juri@jurta.org>
16062         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
16063         call of `occur-read-primary-args' to interactive spec.
16065         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
16066         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
16068 2013-07-03  Matthias Meulien  <orontee@gmail.com>
16070         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
16071         `Buffer-menu-multi-occur'.  Add it to the menu.
16072         (Buffer-menu-mode): Document it in docstring.
16073         (Buffer-menu-multi-occur): New command.  (Bug#14673)
16075 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
16077         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
16078         keywords and built-ins.
16080 2013-07-03  Glenn Morris  <rgm@gnu.org>
16082         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
16084         Make info-xref checks case-sensitive by default
16085         * info.el (Info-find-node, Info-find-in-tag-table)
16086         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
16087         Add option for exact case matching of nodes.
16088         * info-xref.el (info-xref): New custom group.
16089         (info-xref-case-fold): New option.
16090         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
16092 2013-07-03  Leo Liu  <sdl.web@gmail.com>
16094         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
16096 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
16098         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
16099         middle of block statement initially, lower the depth.  Remove
16100         FIXME comment, not longer valid.  Remove middle of block statement
16101         detection, no need to do that anymore since we've been using
16102         `ruby-parse-region' here.
16104 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
16106         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
16108 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16110         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
16112 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
16114         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
16115         (desktop-restore-in-current-display): New customization option.
16116         (desktop--excluded-frame-parameters): Add `font'.
16117         (desktop--save-frames): Rename from desktop--save-windows.
16118         (desktop--restore-in-this-display-p): New function.
16119         (desktop--make-full-frame): Remove unwanted width/height from
16120         full(width|height) frames.
16121         (desktop--restore-frames): Rename from desktop--restore-windows.
16122         Obey desktop-restore-current-display.  Do not delete old frames or
16123         select a new frame unless we were able to restore at least one frame.
16125 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
16127         * files.el (find-file-noselect): Simplify conditional expression.
16129         * textmodes/remember.el (remember-append-to-file):
16130         Don't mix `find-buffer-visiting' and `get-file-buffer'.
16132         Add `remember-notes' function to store random notes across Emacs
16133         restarts.
16134         * textmodes/remember.el (remember-data-file): Add :set callback to
16135         affect notes buffer (if any).
16136         (remember-notes): New command.
16137         (remember-notes-buffer-name, bury-remember-notes-on-kill):
16138         New defcustoms for the `remember-notes' function.
16139         (remember-notes-save-and-bury-buffer): New command.
16140         (remember-notes-mode-map): New variable.
16141         (remember-mode): New minor mode.
16142         (remember-notes--kill-buffer-query): New function.
16143         * startup.el (initial-buffer-choice): Add notes to custom type.
16145 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
16147         * bindings.el (right-char, left-char): Don't call sit-for, this is
16148         no longer needed.  Use arithmetic comparison only for numerical
16149         arguments.
16151         * international/mule-cmds.el (select-safe-coding-system):
16152         Handle the case of FROM being a string correctly.  (Bug#14755)
16154 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16156         * net/shr.el (shr-make-table-1): Add a sanity check that allows
16157         progression on degenerate tables.
16158         (shr-rescale-image): ImageMagick animated images currently don't work.
16160 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
16162         Some fixes and improvements for desktop frame restoration.
16163         It is still experimental and disabled by default.
16164         * desktop.el (desktop--save-windows): Put the selected frame at
16165         the head of the list.
16166         (desktop--make-full-frame): New function.
16167         (desktop--restore-windows): Try to re-select the frame that was
16168         selected upon saving.  Do not abort if some frames fail to restore,
16169         just show an error message and continue.  Set up maximized frames
16170         so they have default non-maximized dimensions.
16172 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
16174         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
16175         Don't start heredoc inside a string or comment.
16177 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
16179         * bindings.el (visual-order-cursor-movement): New defcustom.
16180         (right-char, left-char): Provide visual-order cursor motion by
16181         calling move-point-visually.  Update the doc strings.
16183 2013-06-28  Kenichi Handa  <handa@gnu.org>
16185         * international/mule.el (define-coding-system): New coding system
16186         properties :inhibit-null-byte-detection,
16187         :inhibit-iso-escape-detection, and :prefer-utf-8.
16188         (set-buffer-file-coding-system): If :charset-list property of
16189         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
16190         appropriate for setting.
16192         * international/mule-cmds.el (select-safe-coding-system):
16193         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
16194         multibyte characters, return utf-8 (or one of its siblings).
16196         * international/mule-conf.el (prefer-utf-8): New coding system.
16197         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
16198         files.
16200 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
16202         * net/shr.el (shr-render-region): New function.
16204         * net/eww.el: Autoload `eww-browse-url'.
16206 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
16208         * emacs-lisp/package-x.el (package-upload-buffer-internal):
16209         Adapt to `package-desc-version' being a list.
16210         Use `package--ac-desc-version' to retrieve version from a package
16211         archive element.
16213 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
16215         New experimental feature to save&restore window and frame setup.
16216         * desktop.el (desktop-save-windows): New defcustom.
16217         (desktop--saved-states): New var.
16218         (desktop--excluded-frame-parameters): New defconst.
16219         (desktop--filter-frame-parms, desktop--find-frame-in-display)
16220         (desktop--restore-windows, desktop--save-windows): New functions.
16221         (desktop-save): Call `desktop--save-windows'.
16222         (desktop-read): Call `desktop--restore-windows'.
16224 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16226         * net/shr.el (add-face-text-property): Remove compat definition.
16228 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
16230         * info.el (Info-try-follow-nearest-node): Move search for footnote
16231         above search for node name to prevent missing a footnote (bug#14717).
16233 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
16235         * obsolete/otodo-mode.el: Add obsolescence info to file header.
16237 2013-06-27  Leo Liu  <sdl.web@gmail.com>
16239         * net/eww.el (eww-read-bookmarks): Check file size.
16241 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16243         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
16244         advice--pending if newdef is nil or an autoload (bug#13820).
16245         (advice-mapc): New function.
16247 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
16250         probably.
16251         (eww-mode-map): Add a menu bar.
16252         (eww-add-bookmark): New command.
16253         (eww-bookmark-mode): New mode and commands.
16254         (eww-add-bookmark): Remove newlines from the title.
16255         (eww-bookmark-browse): Don't bug out if it's the only window.
16257 2013-06-26  Glenn Morris  <rgm@gnu.org>
16259         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
16260         (hfy-size): Handle ttys.  (Bug#14668)
16262         * info-xref.el: Update for Texinfo 5 change in *note format.
16263         (info-xref-node-re, info-xref-note-re): New constants.
16264         (info-xref-check-buffer): Use info-xref-note-re.
16266 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16268         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
16270         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
16271         nil terminate the loop (bug#14718).
16273 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16275         * net/eww.el: Rework history traversal.  When going forward/back,
16276         put these actions into the history, too, so that they can be
16277         replayed.
16278         (eww-render): Move the history reset to the correct buffer.
16280 2013-06-25  Juri Linkov  <juri@jurta.org>
16282         * files-x.el (modify-dir-local-variable): Change the header comment
16283         in the file with directory local variables.  (Bug#14692)
16285         * files-x.el (read-file-local-variable-value): Add `default'.
16286         (Bug#14710)
16288 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16290         * net/eww.el (eww-make-unique-file-name): Create a unique file
16291         name before saving to entering `y' accidentally asynchronously.
16293 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
16295         * net/eww.el (eww-download): New command and keystroke.
16297 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16299         * net/eww.el (eww-copy-page-url): Change name of command.
16301         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
16302         be more consistent with Info and dired.
16304         * net/eww.el (eww-mode-map): Ditto.
16306 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16308         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
16309         packages from archives.
16310         (package-archive-contents): Change format; include obsolete packages.
16311         (package-desc): Use `dir' to mark builtin packages.
16312         (package--from-builtin): Set the `dir' field to `builtin'.
16313         (generated-autoload-file, version-control): Declare.
16314         (package-compute-transaction): Change first arg and return value to be
16315         lists of package-descs.  Adjust to new package-archive-contents format.
16316         (package--add-to-archive-contents): Adjust to new
16317         package-archive-contents format.
16318         (package-download-transaction): Arg is now a list of package-descs.
16319         (package-install): If `pkg' is a package name, pass it as
16320         a requirement, so it is subject to the usual (e.g. disabled) checks.
16321         (describe-package): Accept package-desc as well.
16322         (describe-package-1): Describe a specific package-desc.  Add links to
16323         other package-descs for the same package name.
16324         (package-menu-describe-package): Pass the actual package-desc.
16325         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
16326         works correctly.
16327         (package-desc-status): New function.
16328         (package-menu--refresh): New function, extracted
16329         from package-menu--generate.
16330         (package-menu--generate): Use it.
16331         (package-delete): Update package-alist.
16332         (package-menu-execute): Don't call package-initialize.
16334         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
16335         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
16336         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
16337         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
16338         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
16339         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
16341 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
16343         * window.el (window--state-get-1): Workaround for bug#14527.
16344         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
16346 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16348         * net/eww.el (eww-back-url): Implement the history by stashing all
16349         the data into a list.
16350         (eww-forward-url): Allow going forward in the history, too.
16352 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16354         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
16355         for values and use read--expression for expressions (bug#14710).
16356         (read-file-local-variable): Avoid setq.
16357         (read-file-local-variable-mode): Use minor-mode-list.
16359 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16361         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
16362         for DOI URLs.
16364 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16366         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
16367         Update imenu-support when dialect changes.
16369 2013-06-25  Leo Liu  <sdl.web@gmail.com>
16371         * ido.el (ido-read-internal): Allow forward slash on windows.
16373 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16375         * net/eww.el (eww): Start of strings is \\`, not ^.
16377 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
16379         * net/shr.el (shr-browse-url): Fix interactive spec.
16381         * net/eww.el (eww): Add a trailing slash to domain names.
16383 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
16385         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
16387 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16389         * net/shr.el (shr-browse-url): Use an external browser if given a
16390         prefix.
16392         * net/eww.el (eww-external-browser): Move to shr.
16394 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
16396         * net/eww.el (eww): Work more correctly for file: URLs.
16397         (eww-detect-charset): Allow quoted charsets.
16398         (eww-yank-page-url): New command and keystroke.
16400 2013-06-24  Daiki Ueno  <ueno@gnu.org>
16402         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
16403         file name of gpg executable.
16404         (epg-context-program): New function.
16405         (epg-context-home-directory): New function.
16406         (epg-context-set-program): New function.
16407         (epg-context-set-home-directory): New function.
16408         (epg--start): Use `epg-context-program' instead of
16409         'epg-gpg-program'.
16410         (epg--list-keys-1): Likewise.
16412 2013-06-24  Leo Liu  <sdl.web@gmail.com>
16414         * ido.el (ido-read-internal): Fix bug#14620.
16416 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
16418         * faces.el (face-documentation): Simplify.
16419         (read-face-attribute, tty-find-type, x-resolve-font-name):
16420         Use `string-match-p'.
16421         (list-faces-display): Use `string-match-p'.  Simplify.
16422         (face-spec-recalc): Check face to avoid face alias loops.
16423         (read-color): Use `string-match-p' and non-capturing parenthesis.
16425 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16427         * net/shr.el (shr-rescale-image): Use the new
16428         :max-width/:max-height functionality.
16430 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
16432         * net/eww.el (eww-search-prefix): New variable.
16433         (eww): Use it.
16434         (eww-external-browser): New variable.
16435         (eww-mode-map): New keystroke.
16436         (eww-browse-with-external-browser): New command.
16438         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
16440 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
16442         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
16443         Don't skip aligning the next header field when padding is 0;
16444         otherwise, field width is not respected unless the title is as
16445         wide as the field.
16447 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16449         * emacs-lisp/package.el (package-el-version): Remove.
16450         (package-process-define-package): Fix inf-loop.
16451         (package-install): Allow symbols as arguments again.
16453 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
16455         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
16456         add some more keyword-like methods.
16457         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
16459 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
16461         * bs.el (bs-buffer-show-mark): Make defvar-local.
16462         (bs-mode): Use setq-local.
16464         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
16465         (emacs-lock--try-unlocking): Make defvar-local.
16467 2013-06-22  Glenn Morris  <rgm@gnu.org>
16469         * play/cookie1.el (cookie-apropos): Minor simplification.
16471         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
16473 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
16475         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
16476         `regexp-opt', it breaks the build during dumping.
16478 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
16480         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
16481         Highlight keyword-like methods on Kernel and Module with
16482         font-lock-builtin-face.
16483         (auto-mode-alist): Consolidate different entries into one regexp
16484         and add more *file-s.
16486 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
16488         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
16490         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
16491         (diary-entry): Use it in the action of this button type instead of
16492         diary-goto-entry.
16494         * calendar/todo-mode.el: New version.
16495         (todo-add-category): Append new category to end of file and give
16496         it the highest number, instead of putting it at the beginning and
16497         giving it 0.  Incorporate noninteractive functionality.
16498         (todo-forward-category): Adapt to 1-based category numbering.
16499         Allow skipping over archived categories.
16500         (todo-backward-category): Derive from todo-forward-category.
16501         (todo-backward-item, todo-forward-item): Make noninteractive and
16502         delegate interactive part to new commands.  Make sensitive to done items.
16503         (todo-categories): Make value an alist of category names and
16504         vectors of item counts.
16505         (todo-category-beg): Make a defconst.
16506         (todo-category-number): Use 1 instead of 0 as initial value.
16507         (todo-category-select): Make sensitive to overlays, optional item
16508         highlighting and done items.
16509         (todo-delete-item): Make sensitive to overlays and marked and done items.
16510         (todo-edit-item): Make sensitive to overlays and editing of
16511         date/time header optional.  Add format checks.
16512         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
16513         no-op if point is not on an item.  Advertise using todo-edit-quit.
16514         (todo-edit-mode): Make sensitive to new format, font-locking, and
16515         multiple todo files.
16516         (todo-insert-item, todo-insert-item-here): Derive from
16517         todo-basic-insert-item and extend functionality.
16518         (todo-item-end, todo-item-start): Make sensitive to done items.
16519         (todo-item-string): Don't return text properties.  Restore point.
16520         (todo-jump-to-category): Make sensitive to multiple todo files and
16521         todo archives.  Use extended category completion.
16522         (todo-lower-item, todo-raise-item): Rename to *-priority and
16523         derive from todo-set-item-priority.
16524         (todo-mode): Derive from special-mode.  Make sensitive to new
16525         format, font-locking and multiple todo files.  Make read-only.
16526         (todo-mode-map): Don't suppress digit keys, so they can supply
16527         prefix arguments.  Add many new key bindings.
16528         (todo-prefix): Insert as an overlay instead of file text.
16529         Change semantics from diary date expression to purely visual mark.
16530         (todo-print): Rename to todo-print-buffer.  Make buffer display
16531         features printable.  Remove option to restrict number of items
16532         printed.  Add option to print to file.
16533         (todo-print-function): Rename to todo-print-buffer-function.
16534         (todo-quit): Extend to handle exiting new todo modes.
16535         (todo-remove-item): Make sensitive to overlays.
16536         (todo-save): Extend to buffers of filtered items.
16537         (todo-show): Make sensitive to done items, multiple todo files and
16538         new todo modes.  Offer to convert legacy todo file before creating
16539         first new todo file.
16540         (todo-show-priorities): Rename to todo-top-priorities.
16541         Change semantics of value 0.
16542         (todo-top-priorities): Rename to todo-filter-top-priorities,
16543         derive from todo-filter-items and extend functionality.
16544         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
16545         and extend functionality to other types of filtered items.
16546         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
16547         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
16548         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
16549         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
16550         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
16551         (todo-edit-mode-hook, todo-entry-prefix-function)
16552         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
16553         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
16554         (todo-initials, todo-insert-threshold, todo-item-string-start)
16555         (todo-line-string, todo-menu, todo-mode-hook)
16556         (todo-more-important-p, todo-previous-answer, todo-previous-line)
16557         (todo-print-priorities, todo-remove-separator)
16558         (todo-save-top-priorities-too, todo-string-count-lines)
16559         (todo-string-multiline-p, todo-time-string-format)
16560         (todo-tmp-buffer-name): Remove.
16561         (todo-add-file, todo-archive-done-item, todo-choose-archive)
16562         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
16563         (todo-edit-category-diary-inclusion)
16564         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
16565         (todo-edit-file, todo-edit-item-date-day)
16566         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
16567         (todo-edit-item-date-month, todo-edit-item-date-to-today)
16568         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
16569         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
16570         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
16571         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
16572         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
16573         (todo-filter-top-priorities-multifile, todo-find-archive)
16574         (todo-find-filtered-items-file, todo-go-to-source-item)
16575         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
16576         (todo-jump-to-archive-category, todo-lower-category)
16577         (todo-mark-category, todo-marked-item-p, todo-merge-category)
16578         (todo-move-category, todo-move-item, todo-next-button)
16579         (todo-next-item, todo-padded-string, todo-powerset)
16580         (todo-previous-button, todo-previous-item)
16581         (todo-print-buffer-to-file, todo-raise-category)
16582         (todo-rename-category, todo-repair-categories-sexp, todo-search)
16583         (todo-set-category-number, todo-set-item-priority)
16584         (todo-set-top-priorities-in-category)
16585         (todo-set-top-priorities-in-file, todo-show-categories-table)
16586         (todo-sort-categories-alphabetically-or-numerically)
16587         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
16588         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
16589         (todo-toggle-item-header, todo-toggle-item-highlighting)
16590         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
16591         (todo-toggle-view-done-items, todo-toggle-view-done-only)
16592         (todo-unarchive-items, todo-unmark-category): New commands.
16593         (todo-absolute-file-name, todo-add-to-buffer-list)
16594         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
16595         (todo-basic-insert-item, todo-category-completions)
16596         (todo-category-number, todo-category-string-matcher-1)
16597         (todo-category-string-matcher-2, todo-check-filtered-items-file)
16598         (todo-check-format, todo-clear-matches)
16599         (todo-comment-string-matcher, todo-convert-legacy-date-time)
16600         (todo-current-category, todo-date-string-matcher)
16601         (todo-define-insertion-command, todo-diary-expired-matcher)
16602         (todo-diary-goto-entry, todo-diary-item-p)
16603         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
16604         (todo-display-categories, todo-display-sorted, todo-done-item-p)
16605         (todo-done-item-section-p, todo-done-separator)
16606         (todo-done-string-matcher, todo-files, todo-filter-items)
16607         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
16608         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
16609         (todo-insert-category-line, todo-insert-item-from-calendar)
16610         (todo-insert-sort-button, todo-insert-with-overlays)
16611         (todo-insertion-command-name, todo-insertion-key-bindings)
16612         (todo-label-to-key, todo-longest-category-name-length)
16613         (todo-make-categories-list, todo-mode-external-set)
16614         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
16615         (todo-modes-set-3, todo-multiple-filter-files)
16616         (todo-nondiary-marker-matcher, todo-prefix-overlays)
16617         (todo-read-category, todo-read-date, todo-read-dayname)
16618         (todo-read-file-name, todo-read-time)
16619         (todo-reevaluate-category-completions-files-defcustom)
16620         (todo-reevaluate-default-file-defcustom)
16621         (todo-reevaluate-filelist-defcustoms)
16622         (todo-reevaluate-filter-files-defcustom)
16623         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
16624         (todo-reset-done-separator, todo-reset-done-separator-string)
16625         (todo-reset-done-string, todo-reset-global-current-todo-file)
16626         (todo-reset-highlight-item, todo-reset-nondiary-marker)
16627         (todo-reset-prefix, todo-set-categories)
16628         (todo-set-date-from-calendar, todo-set-show-current-file)
16629         (todo-set-top-priorities, todo-short-file-name)
16630         (todo-show-current-file, todo-sort, todo-time-string-matcher)
16631         (todo-total-item-counts, todo-update-buffer-list)
16632         (todo-update-categories-display, todo-update-categories-sexp)
16633         (todo-update-count, todo-validate-name, todo-y-or-n-p):
16634         New functions.
16635         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
16636         New major modes.
16637         (todo-categories, todo-display, todo-edit, todo-faces)
16638         (todo-filtered): New defgroups.
16639         (todo-archived-only, todo-button, todo-category-string, todo-date)
16640         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
16641         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
16642         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
16643         (todo-add-item-if-new-category, todo-always-add-time-string)
16644         (todo-categories-align, todo-categories-archived-label)
16645         (todo-categories-category-label, todo-categories-diary-label)
16646         (todo-categories-done-label, todo-categories-number-separator)
16647         (todo-categories-todo-label, todo-categories-totals-label)
16648         (todo-category-completions-files, todo-completion-ignore-case)
16649         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
16650         (todo-done-separator-string, todo-done-string)
16651         (todo-files-function, todo-filter-done-items, todo-filter-files)
16652         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
16653         (todo-initial-category, todo-initial-file, todo-item-mark)
16654         (todo-legacy-date-time-regexp, todo-mode-line-function)
16655         (todo-nondiary-marker, todo-number-prefix)
16656         (todo-print-buffer-function, todo-show-current-file)
16657         (todo-show-done-only, todo-show-first, todo-show-with-done)
16658         (todo-skip-archived-categories, todo-top-priorities-overrides)
16659         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
16660         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
16661         New defcustoms.
16662         (todo-category-done, todo-date-pattern, todo-date-string-start)
16663         (todo-diary-items-buffer, todo-done-string-start)
16664         (todo-filtered-items-buffer, todo-item-start)
16665         (todo-month-abbrev-array, todo-month-name-array)
16666         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
16667         (todo-top-priorities-buffer): New defconsts.
16668         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
16669         (todo-categories-with-marks, todo-category-string-face)
16670         (todo-comment-face, todo-comment-string, todo-current-todo-file)
16671         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
16672         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
16673         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
16674         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
16675         (todo-font-lock-keywords, todo-global-current-todo-file)
16676         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
16677         (todo-insertion-commands-args)
16678         (todo-insertion-commands-args-genlist)
16679         (todo-insertion-commands-names, todo-insertion-map)
16680         (todo-key-bindings-t, todo-key-bindings-t+a)
16681         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
16682         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
16683         (todo-nondiary-face, todo-print-buffer, todo-time-face)
16684         (todo-visited): New variables.
16686 2013-06-21  Glenn Morris  <rgm@gnu.org>
16688         * play/cookie1.el (cookie-apropos): Add optional display argument.
16689         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
16690         (psychoanalyze-pinhead): Use cookie-doctor.
16692 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
16694         * emacs-lisp/package.el (tar-get-file-descriptor)
16695         (tar--extract): Declare.
16697 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
16699         Extend flymake's warning predicate to be a function (bug#14217).
16700         * progmodes/flymake.el (flymake-warning-predicate): New.
16701         (flymake-parse-line): Use it.
16702         (flymake-warning-re): Make obsolete alias to
16703         `flymake-warning-predicate'.
16705 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16707         * emacs-lisp/package.el (package-alist): Include obsolete packages.
16708         (package-obsolete-list): Remove.
16709         (package-activate): Remove min-version argument.  Add `force' argument.
16710         Adjust to new package-alist format.
16711         (package-mark-obsolete): Remove.
16712         (package-unpack): Force reload of the package's autoloads.
16713         (package-installed-p): Check builtins if the installed package is not
16714         recent enough.
16715         (package-initialize): Don't reset package-obsolete-list.
16716         Don't specify which package version to activate.
16717         (package-process-define-package, describe-package-1)
16718         (package-menu--generate): Adjust to new package-alist format.
16720 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
16722         * allout-widgets.el (allout-widgets-mode-off)
16723         (allout-widgets-mode-on, allout-widgets-pre-command-business)
16724         (allout-widgets-post-command-business)
16725         (allout-widgets-after-copy-or-kill-function)
16726         (allout-widgets-after-undo-function, allout-test-range-overlaps)
16727         (allout-decorate-item-and-context)
16728         (allout-graphics-modification-handler): Fix typos in docstrings.
16729         (allout-get-or-create-parent-widget): Use `looking-at-p'.
16731         * cmuscheme.el (scheme-start-file): Doc fix.
16732         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
16733         (scheme-input-filter): Use `string-match-p'.
16735         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
16737         * dired-x.el: Use Dired consistently in docstrings.
16739         * dired.el: Use Dired consistently in docstrings.
16740         (dired-readin, dired-mode): Use `setq-local'.
16741         (dired-switches-alist): Make defvar-local.
16742         (dired-buffers-for-dir): Use `zerop'.
16743         (dired-safe-switches-p, dired-switches-escape-p)
16744         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
16745         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
16746         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
16747         (dired-goto-next-nontrivial-file): Use `string-match-p'.
16748         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
16749         (dired-toggle-marks, dired-mark-files-containing-regexp)
16750         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
16751         (dired-flag-auto-save-files, dired-flag-backup-files):
16752         Use `looking-at-p'.
16753         (dired-mark-files-regexp, dired-build-subdir-alist):
16754         Use `string-match-p', `looking-at-p'.
16756         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
16757         (direct-print-region-helper): Use `string-match-p'.
16759 2013-06-21  Leo Liu  <sdl.web@gmail.com>
16761         * comint.el (comint-redirect-results-list-from-process):
16762         Fix infinite loop.
16764 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16766         * net/eww.el (eww-update-header-line-format): Quote % characters.
16768 2013-06-21  Glenn Morris  <rgm@gnu.org>
16770         * play/cookie1.el (cookie): New custom group.
16771         (cookie-file): New option.
16772         (cookie-check-file): New function.
16773         (cookie): Make it interactive.  Make start and end messages optional.
16774         Interactively, display the result.  Default to cookie-file.
16775         (cookie-insert): Default to cookie-file.
16776         (cookie-snarf): Make start and end messages optional.
16777         Default to cookie-file.  Use with-temp-buffer.
16778         (cookie-read): Rename from read-cookie.
16779         Make start and end messages optional.  Default to cookie-file.
16780         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
16781         Do not autoload it.
16782         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
16783         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
16785 2013-06-21  Leo Liu  <sdl.web@gmail.com>
16787         * progmodes/octave.el (octave-mode): Backward compatibility fix.
16789 2013-06-21  Glenn Morris  <rgm@gnu.org>
16791         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
16793 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16794             Daniel Hackney  <dan@haxney.org>
16796         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
16797         Consolidate the single-file vs tarball code.
16798         (package-desc-suffix): New function.
16799         (package-desc-full-name): Don't bother inlining it.
16800         (package-load-descriptor): Return the new package-desc.
16801         (package-mark-obsolete): Remove unused arg `package'.
16802         (package-unpack): Make it work for single files as well.
16803         Make it update package-alist.
16804         (package--make-autoloads-and-stuff): Rename from
16805         package--make-autoloads-and-compile.  Don't compile any more.
16806         (package--compile): New function.
16807         (package-generate-description-file): New function, extracted from
16808         package-unpack-single.
16809         (package-unpack-single): Remove.
16810         (package--with-work-buffer): Add indentation and debugging info.
16811         (package-download-single): Remove.
16812         (package-install-from-archive): Rename from package-download-tar, make
16813         it take a pkg-desc, and make it work for single files as well.
16814         (package-download-transaction): Simplify.
16815         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
16816         external tar program.
16817         (package-install-from-buffer): Remove `pkg-desc' argument.
16818         Use package-tar-file-info for tar-mode buffers.
16819         (package-install-file): Simplify accordingly.
16820         (package-archive-base): Change to take a pkg-desc.
16821         * tar-mode.el (tar--check-descriptor): New function, extracted from
16822         tar-get-descriptor.
16823         (tar-get-descriptor): Use it.
16824         (tar-get-file-descriptor): New function.
16825         (tar--extract): New function, extracted from tar-extract.
16826         (tar--extract): Use it.
16827         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
16828         case the summary uses non-ascii.  Adjust to new calling convention of
16829         package-tar-file-info.
16831 2013-06-21  Leo Liu  <sdl.web@gmail.com>
16833         * comint.el (comint-redirect-results-list-from-process):
16834         Fix random delay.  (Bug#14681)
16836 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
16838         * profiler.el (profiler-format-number): Use log, not log10.
16840 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
16842         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
16844 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16846         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
16847         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
16848         yet available.
16849         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
16850         (AUTOGENEL): ... here.
16851         * emacs-lisp/cl-macs.el (cl--sublis): New function.
16852         (cl--defsubst-expand): Use it.
16854 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16856         * subr.el (log10): Move here from C code, and declare as obsolete.
16857         All uses of (log10 X) replaced with (log X 10).
16859 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
16861         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
16862         Declare with `defvar-local'.
16863         (tabulated-list-use-header-line, tabulated-list-entries)
16864         (tabulated-list-padding, tabulated-list-printer)
16865         (tabulated-list-sort-key): Declare with `defvar-local'.
16866         (tabulated-list-init-header, tabulated-list-print-fake-header):
16867         Use `setq-local'.
16869 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
16871         * arc-mode.el (archive-mode): Add `archive-write-file' to
16872         `write-contents-functions' also for remote files.  (Bug#14652)
16874 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
16876         * cus-edit.el (custom-commands): Fix typos.
16877         (custom-display): Fix tooltip text.
16878         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
16879         Fix typos in docstrings.
16880         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
16881         (custom-unlispify-menu-entry, custom-magic-value-create)
16882         (custom-add-see-also, custom-group-value-create): Use ?\s.
16883         (custom-guess-type, customize-apropos, editable-field)
16884         (custom-face-value-create): Use `string-match-p'.
16885         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
16887         * custom.el (custom-load-symbol): Use `string-match-p'.
16889         * ansi-color.el: Convert to lexical binding.
16890         (ansi-colors): Fix URL.
16891         (ansi-color-context, ansi-color-context-region): Use defvar-local.
16892         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
16893         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
16895 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16897         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
16899         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
16901 2013-06-19  Tom Tromey  <tromey@redhat.com>
16903         * net/eww.el (eww-top-url): Remove.
16904         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
16905         (eww-render): Set new variables.  Don't set eww-top-url.
16906         (eww-handle-link): Handle "prev", "home", and "contents".
16907         Downcase the rel text.
16908         (eww-top-url): Choose best top URL.
16910 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16912         * net/eww.el: Rewrite to implement form elements "by hand" instead of
16913         relying in widget.el.  Using widget.el leads to too many
16914         user interface inconsistencies.
16915         (eww-self-insert): Implement entering commands in text fields.
16916         (eww-process-text-input): New function to make text input field editing
16917         work.
16918         (eww-submit): Rewrite to use the new-style form methods.
16919         (eww-select-display): Display the correct selected item.
16920         (eww-change-select): Implement changing the select value.
16921         (eww-toggle-checkbox): Implement radio/checkboxes.
16922         (eww-update-field): Fix compilation error.
16923         (eww-tag-textarea): Implement <textarea>.
16925         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
16926         we don't shadow mode-specific bindings.
16928         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
16929         nothing to push.
16931         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
16933 2013-06-19  Glenn Morris  <rgm@gnu.org>
16935         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
16937 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
16939         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
16940         not needed.
16942         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
16944 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16946         * net/browse-url.el (browse-url-browser-function):
16947         `eww-browse-url' has the right calling signature, `eww' does not.
16949 2013-06-19  Glenn Morris  <rgm@gnu.org>
16951         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16952         Only eval autoloaded macros.
16953         (byte-compile-autoload): Only give the macro warning for macros.
16955         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
16956         (ps-underlined-faces): Declare.
16958         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
16959         (speedbar-add-supported-extension): Declare.
16961         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
16962         Don't include a date stamp in the header of the generated file;
16963         it leads to needless differences between output files.
16965 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
16967         * net/secrets.el (secrets-struct-secret-content-type):
16968         Replace check of introspection data by a test call of "CreateItem".
16969         Some servers do not offer introspection.
16971 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16973         * electric.el (electric-pair-mode): Improve interaction with
16974         electric-layout-mode.
16975         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
16976         (electric-pair-syntax): Use text-mode-syntax-table in comments
16977         and strings.
16978         (electric-pair--insert): New function.
16979         (electric-pair-post-self-insert-function): Use it and
16980         electric--after-char-pos.
16982 2013-06-19  Leo Liu  <sdl.web@gmail.com>
16984         * progmodes/octave.el (octave-help): Fix regexp.
16986 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16988         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
16989         (shr-table-horizontal-line): Allow nil as a value, and change the
16990         default.
16991         (shr-insert-table-ruler): Respect the nil value.
16993 2013-06-18  Tom Tromey  <tromey@barimba>
16995         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
16996         New defvars.
16997         (eww-open-file): New defun.
16998         (eww-render): Initialize new variables.
16999         (eww-display-html): Handle "link" and "a".
17000         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
17001         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
17002         (eww-back-url): Rename from eww-previous-url.
17003         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17004         New defuns.
17006 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
17008         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
17009         Distinguish ternary operator tokens from slash symbol and slash
17010         char literal.
17012 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
17014         Convert symbol prettification into minor mode and global minor mode.
17016         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
17017         `prog-prettify-symbols', and make a local defvar instead of defcustom.
17018         (prettify-symbols--keywords): Rename from
17019         `prog-prettify-symbols-alist' and make a local defvar.
17020         (prettify-symbols--compose-symbol): Rename from
17021         `prog--prettify-font-lock-compose-symbol'.
17022         (prettify-symbols--make-keywords): Rename from
17023         `prog-prettify-font-lock-symbols-keywords' and simplify.
17024         (prog-prettify-install): Remove.
17025         (prettify-symbols-mode): New minor mode, based on
17026         `prog-prettify-install'.
17027         (turn-on-prettify-symbols-mode): New function.
17028         (global-prettify-symbols-mode): New globalized minor mode.
17030         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17031         * progmodes/cfengine.el (cfengine3-mode):
17032         * progmodes/perl-mode.el (perl-mode): Don't call
17033         `prog-prettify-install'; set `prettify-symbols-alist' instead.
17035 2013-06-18  Juri Linkov  <juri@jurta.org>
17037         * files-x.el (modify-file-local-variable-message): New function.
17038         (modify-file-local-variable)
17039         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
17040         and call `modify-file-local-variable-message' when it's non-nil.
17041         (add-file-local-variable, delete-file-local-variable)
17042         (add-file-local-variable-prop-line)
17043         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
17044         and use it.  (Bug#9820)
17046 2013-06-18  Juri Linkov  <juri@jurta.org>
17048         * emulation/vi.el (vi-shell-op):
17049         * emulation/vip.el (vip-execute-com, ex-command):
17050         * emulation/viper-cmd.el (viper-exec-bang):
17051         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
17052         the call of `shell-command-on-region'.  (Bug#14637)
17054         * simple.el (shell-command-on-region): Doc fix.
17056 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17058         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
17059         (bug#14633).
17061 2013-06-18  Glenn Morris  <rgm@gnu.org>
17063         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
17065         * newcomment.el (comment-search-forward, comment-search-backward):
17066         Doc fix.  (Bug#14376)
17068 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
17070         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
17071         (buffer-face-mode-invoke): Doc fix.
17073 2013-06-18  Matthias Meulien  <orontee@gmail.com>
17075         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
17076         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
17078 2013-06-18  Glenn Morris  <rgm@gnu.org>
17080         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
17081         Replace obsolete function generic-make-keywords with its expansion.
17083         * progmodes/python.el (ffap-alist): Declare.
17085         * textmodes/reftex.el (bibtex-mode-map): Declare.
17087 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17089         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
17090         (package-unpack, package-unpack-single): Return the pkg-dir.
17091         (package-download-transaction): Use it to update package-alist.
17093 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17095         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
17096         possible choice.
17098 2013-06-17  Juri Linkov  <juri@jurta.org>
17100         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
17102 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
17104         * emacs-lisp/package.el (package-load-descriptor):
17105         Remove `with-syntax-table' call, `read' doesn't need it.
17106         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
17108 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
17110         * startup.el (command-line): Expand package name returned by
17111         `package--description-file' (bug#14639).
17113 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
17115         * emacs-lisp/package.el (package-load-descriptor): Do not call
17116         `emacs-lisp-mode', just use its syntax table.
17118 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
17120         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
17121         `font-lock-extra-managed-props' if any prettifying keyword is added.
17122         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
17123         (prog-mode): Use `setq-local'.
17125 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17127         * international/characters.el (standard-case-table): Set syntax of ?»
17128         and ?« to punctuation.
17130 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
17132         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
17133         Save relevant match data before calling `syntax-ppss' (bug#14595).
17135 2013-06-15  Juri Linkov  <juri@jurta.org>
17137         * files-x.el (modify-file-local-variable-prop-line): Add local
17138         variables to the end of the existing comment on the first line.
17139         Use `file-auto-mode-skip' to skip interpreter magic line,
17140         and also skip XML declaration.
17142 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17144         * startup.el (package--builtin-versions): New var.
17145         (package-subdirectory-regexp): Remove.
17146         (package--description-file): Hard code its value instead.
17148         * emacs-lisp/package.el: Don't activate packages older than builtin.
17149         (package-obsolete-list): Rename from package-obsolete-alist, and make
17150         it into a simple list of package-desc.
17151         (package-strip-version): Remove.
17152         (package-built-in-p): Use package--builtin-versions.
17153         (package-mark-obsolete): Simplify.
17154         (package-process-define-package): Mark it obsolete if older than the
17155         builtin version.
17156         (package-handle-response): Use line-end-position.
17157         (package-read-archive-contents, package--download-one-archive):
17158         Simplify.
17159         (package--add-to-archive-contents): Skip if older than the builtin or
17160         installed version.
17161         (package-menu-describe-package): Fix last change.
17162         (package-list-unversioned): New var.
17163         (package-menu--generate): Use it.
17165         * emacs-lisp/autoload.el: Manage package--builtin-versions.
17166         (autoload--insert-text, autoload--insert-cookie-text): New functions.
17167         (autoload-builtin-package-versions): New variable.
17168         (autoload-generate-file-autoloads): Use them.
17169         Remove the list of autoloaded functions/macros from the
17170         (autoload...) comments.
17172         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
17174 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
17176         * simple.el (line-move-partial): Don't jump to the next screen
17177         line as soon as it becomes visible.  Instead, continue enlarging
17178         the vscroll until the portion of a tall screen line that's left on
17179         display is about the height of the frame's default font.
17180         (Bug#14567)
17182 2013-06-15  Glenn Morris  <rgm@gnu.org>
17184         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
17185         compilation-error-regexp-alist void, or local while let-bound.
17187         * progmodes/make-mode.el (makefile-mode-syntax-table):
17188         Treat "=" as punctuation.  (Bug#14614)
17190 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
17192         * help-fns.el (describe-variable):
17193         Add extra line for permanent-local variables.
17195 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
17197         * progmodes/scheme.el (scheme-font-lock-keywords-2):
17198         Add export, import, library.  (Bug#9164)
17199         (library): Set indent function.
17201 2013-06-14  Glenn Morris  <rgm@gnu.org>
17203         * term/xterm.el (xterm--query):
17204         Stop after first matching handler.  (Bug#14615)
17206 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
17208         Add support for dired in saveplace.
17209         * dired.el (dired-initial-position-hook): New variable.
17210         (dired-initial-position): Call hook to place cursor position.
17211         * saveplace.el (save-place-to-alist): Add dired position.
17212         (save-place-dired-hook): New function.
17214 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17216         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
17217         through a symbol rather than letrec.
17219         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
17220         (package-desc): Add `dir' field.
17221         (package-desc-full-name): New function.
17222         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
17223         (package-maybe-load-descriptor): Remove.
17224         (package-load-all-descriptors): Just call package-load-descriptor.
17225         (package--disabled-p): New function.
17226         (package-desc-vers, package-desc-doc): Remove aliases.
17227         (package--dir): Remove function.
17228         (package-activate): Check if a package is disabled.
17229         (package-process-define-package): New function, extracted from
17230         define-package.
17231         (define-package): Turn into a place holder.
17232         (package-unpack-single, package-tar-file-info):
17233         Use package--description-file.
17234         (package-compute-transaction): Use package--disabled-p.
17235         (package-download-transaction): Don't call
17236         package-maybe-load-descriptor since they're all loaded anyway.
17237         (package-install): Change argument to be a pkg-desc.
17238         (package-delete): Use a single pkg-desc argument.
17239         (describe-package-1): Use package-desc-dir instead of package--dir.
17240         Use package-desc property instead of package-symbol.
17241         (package-install-button-action): Adjust accordingly.
17242         (package--push): Rewrite.
17243         (package-menu--print-info): Adjust accordingly.  Change the ID format
17244         to be a pkg-desc.
17245         (package-menu-describe-package, package-menu-get-status)
17246         (package-menu--find-upgrades, package-menu-mark-upgrades)
17247         (package-menu-execute, package-menu--name-predicate):
17248         Adjust accordingly.
17249         * startup.el (package--description-file): New function.
17250         (command-line): Use it.
17251         * emacs-lisp/package-x.el (package-upload-buffer-internal):
17252         Use package-desc-version.
17254         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
17255         (byte-compile-preprocess): Use it.
17256         (byte-compile-file-form-defalias): Try a bit harder to use macros we
17257         can't quite recognize.
17258         (byte-compile-add-to-list): Remove.
17259         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
17260         (cconv-closure-convert): Add assertion.
17262         * emacs-lisp/map-ynp.el: Use lexical-binding.
17263         (map-y-or-n-p): Remove unused vars `tail' and `object'.
17264         Factor out some repeated code.
17266 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17268         * subr.el (with-eval-after-load): New macro.
17269         (eval-after-load): Allow form to be a function.
17270         take advantage of lexical-binding.
17271         (do-after-load-evaluation): Use dolist and adjust to new format.
17272         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
17274 2013-06-13  Juri Linkov  <juri@jurta.org>
17276         * replace.el (perform-replace): Display "symbol " and other search
17277         modes from `isearch-message-prefix' in the *Help* buffer.
17279         * isearch.el (isearch-query-replace): Add " symbol" and other
17280         possible search modes from `isearch-message-prefix' to the prompt.
17281         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
17282         when reading a regexp to collect.
17284 2013-06-13  Juri Linkov  <juri@jurta.org>
17286         * isearch.el (word-search-regexp): Match whitespace if the search
17287         string begins or ends in whitespace.  The LAX arg is applied to
17288         both ends of the search string.  Use `regexp-quote' and explicit
17289         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
17290         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
17291         boundaries are replaced with symbol boundaries, and characters
17292         between symbols match non-word non-symbol syntax.  (Bug#14602)
17294 2013-06-13  Juri Linkov  <juri@jurta.org>
17296         * isearch.el (isearch-del-char): Don't exceed the length of
17297         `isearch-string' by the prefix arg.  (Bug#14563)
17299 2013-06-13  Juri Linkov  <juri@jurta.org>
17301         * isearch.el (isearch-yank-word, isearch-yank-line)
17302         (isearch-char-by-name, isearch-quote-char)
17303         (isearch-printing-char, isearch-process-search-char):
17304         Add optional count prefix arg.  (Bug#14563)
17306         * international/isearch-x.el
17307         (isearch-process-search-multibyte-characters):
17308         Add optional count prefix arg.
17310 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17312         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
17313         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
17314         lexical-binding.
17316 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
17318         * subr.el (set-temporary-overlay-map): Add on-exit argument.
17320 2013-06-13  Glenn Morris  <rgm@gnu.org>
17322         * startup.el (tty-handle-args):
17323         Don't just discard "--" and anything after.  (Bug#14608)
17325         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
17327 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
17329         Implement changes in Secret Service API.  Make it backward compatible.
17330         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
17331         (secrets-create-item): Use it.  Prefix properties with interface.
17333 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
17335         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
17336         (term-emulate-terminal): Respect term-suppress-hard-newline.
17338 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
17340         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
17341         Only remove a `thumb-file' overlay.  (Bug#14548)
17343 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
17345         * mail/reporter.el (reporter-submit-bug-report):
17346         Handle missing package-name.  (Bug#14600)
17348 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
17350         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
17351         (reftex-citation-prompt, reftex-default-bibliography)
17352         (reftex-bib-or-thebib, reftex-get-bibfile-list)
17353         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
17354         (reftex-bib-sort-author, reftex-bib-sort-year)
17355         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
17356         (reftex-extract-bib-entries-from-thebibliography)
17357         (reftex-get-bibkey-default, reftex-get-bib-names)
17358         (reftex-parse-bibtex-entry, reftex-get-bib-field)
17359         (reftex-format-bib-entry, reftex-parse-bibitem)
17360         (reftex-format-bibitem, reftex-do-citation)
17361         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
17362         (reftex-restrict-bib-matches, reftex-extract-bib-file)
17363         (reftex-insert-bib-matches, reftex-format-citation)
17364         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
17365         (reftex-create-bibtex-file): Add docstrings, mostly by converting
17366         existing comments into docstrings.
17368 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
17370         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
17372 2013-06-12  Andreas Schwab  <schwab@suse.de>
17374         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
17375         for auto-save files.
17377 2013-06-12  Glenn Morris  <rgm@gnu.org>
17379         * ido.el (ido-delete-ignored-files): Remove.
17380         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
17381         Go back to calling ido-ignore-item-p directly.
17383 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
17385         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
17387         * ido.el (ido-delete-ignored-files): New function,
17388         split from ido-make-file-list-1.
17389         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
17390         (ido-make-file-list-1): Use ido-delete-ignored-files.
17392 2013-06-12  Leo Liu  <sdl.web@gmail.com>
17394         * progmodes/octave.el (inferior-octave-startup)
17395         (inferior-octave-completion-table)
17396         (inferior-octave-track-window-width-change)
17397         (octave-eldoc-function-signatures, octave-help)
17398         (octave-find-definition): Use single quoted strings.
17399         (inferior-octave-startup-args): Change default value.
17400         (inferior-octave-startup): Do not hard code "-i" and
17401         "--no-line-editing".
17402         (inferior-octave-resync-dirs): Add optional arg NOERROR.
17403         (inferior-octave-directory-tracker): Use it.
17404         (octave-goto-function-definition): Robustify.
17405         (octave-help): Support highlighting operators in 'See also'.
17406         (octave-find-definition): Find subfunctions only in Octave mode.
17408 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17410         * help-fns.el (help-fns--compiler-macro): If the handler function is
17411         named, then put a link to it.
17412         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
17413         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
17414         (cl-typep): Use it.
17415         (cl-eval-when): Simplify debug spec.
17416         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
17417         compiler-macro function instead of setting `compiler-macro-file'.
17419 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
17421         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
17422         * vc/vc-hooks.el (vc-stay-local): Doc fix.
17424 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17425             Daniel Hackney  <dan@haxney.org>
17427         First part of Daniel Hackney's patch to package.el.
17428         * emacs-lisp/package.el: Use defstruct.
17429         (package-desc): New, main struct.
17430         (package--bi-desc, package--ac-desc): New structs, used to describe the
17431         format in external files.
17432         (package-desc-vers): Replace with package-desc-version accessor.
17433         (package-desc-doc): Replace with package-desc-summary accessor.
17434         (package-activate-1): Remove `package' arg since the pkg-vec now
17435         includes the name.
17436         (define-package): Use package-desc-from-define.
17437         (package-unpack-single): Change file-name arg to be a symbol.
17438         (package--add-to-archive-contents): Use package-desc-create and new
17439         accessor functions to package--ac-desc.
17440         (package-buffer-info, package-tar-file-info): Return a package-desc.
17441         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
17442         arg to be a package-desc.
17443         (package-install-file): Adjust accordingly.  Use \' to match EOS.
17444         (package--from-builtin): New function.
17445         (describe-package-1, package-menu--generate): Use it.
17446         (package--make-autoloads-and-compile): Change name arg to be a symbol.
17447         (package-generate-autoloads): Idem and return the name of the file.
17448         * emacs-lisp/package-x.el (package-upload-buffer-internal):
17449         Change pkg-info arg to be a package-desc.
17450         Use package-make-ac-desc.
17451         (package-upload-file): Use \' to match EOS.
17452         * finder.el (finder-compile-keywords): Use package-make-builtin.
17454 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17456         * vc/vc.el (vc-deduce-fileset): Change error message.
17457         (vc-read-backend): New function.
17458         (vc-next-action): Use it.
17460         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
17462         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
17463         (prolog-font-lock-keywords): Use regexp-opt instead.
17464         Don't manually highlight strings.
17465         (prolog-mode-variables): Simplify comment-start-skip.
17466         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
17468         * emacs-lisp/generic.el (generic--normalise-comments)
17469         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
17470         (generic-mode-set-comments): Use them.
17471         (generic-bracket-support): Use setq-local.
17472         (generic-make-keywords-list): Declare obsolete.
17474 2013-06-11  Glenn Morris  <rgm@gnu.org>
17476         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17477         Prettify after setting font-lock-defaults.  (Bug#14574)
17479 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
17481         * replace.el (query-replace, occur-read-regexp-defaults-function)
17482         (replace-search):
17483         * subr.el (declare-function, number-sequence, local-set-key)
17484         (substitute-key-definition, locate-user-emacs-file)
17485         (with-silent-modifications, split-string, eval-after-load):
17486         Fix typos, remove unneeded backslashes and reflow some docstrings.
17488 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17490         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
17491         default for Elisp files.
17493 2013-06-11  Glenn Morris  <rgm@gnu.org>
17495         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
17496         although define-derived-mode was doing this anyway.  (Bug#14583)
17498 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
17500         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17501         Fix make-variable-buffer-local call to refer to the correct variable.
17503 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
17505         * eshell/em-term.el (eshell-visual-commands)
17506         (eshell-visual-subcommands, eshell-visual-options):
17507         Add summary line to docstrings.  Add cross-references.
17509 2013-06-10  Glenn Morris  <rgm@gnu.org>
17511         * epa.el (epa-read-file-name): New function.  (Bug#14510)
17512         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
17514 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
17516         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
17517         output redirection to be ignored with visual commands.
17519 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
17521         * eshell/em-term.el (eshell-visual-command-p): New function.
17522         (eshell-term-initialize): Move long lambda to separate function
17523         eshell-visual-command-p.
17524         * eshell/em-dirs.el (eshell-dirs-initialize):
17525         * eshell/em-script.el (eshell-script-initialize):
17526         Add missing #' to lambda.
17528 2013-06-08  Leo Liu  <sdl.web@gmail.com>
17530         * progmodes/octave.el (octave-add-log-current-defun): New function.
17531         (octave-mode): Set add-log-current-defun-function.
17532         (octave-goto-function-definition): Do not move point if not found.
17533         (octave-find-definition): Enhance to try subfunctions first.
17535 2013-06-08  Glenn Morris  <rgm@gnu.org>
17537         * emacs-lisp/bytecomp.el (byte-compile-char-before)
17538         (byte-compile-backward-char, byte-compile-backward-word):
17539         Improve previous change, to handle non-explicit nil.
17541 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17543         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
17544         (smie--opener/closer-at-point): New function.
17545         (smie--matching-block-data): Use it.  Don't match from right after an
17546         opener or right before a closer.  Obey smie-blink-matching-inners.
17547         Don't signal a mismatch for repeated inners like "switch..case..case".
17549 2013-06-07  Leo Liu  <sdl.web@gmail.com>
17551         * progmodes/octave.el (octave-mode): Set comment-use-global-state
17552         to t.  (Bug#14303)
17553         (octave-function-header-regexp): Fix.  (Bug#14570)
17554         (octave-help-mode-finish-hook, octave-help-mode-finish):
17555         Remove.  Just use temp-buffer-show-hook.
17557         * newcomment.el (comment-search-backward): Revert last change.
17558         (Bug#14434)
17560         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
17562 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
17564         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
17565         through xargs, to avoid failure due to MS-Windows limitations on
17566         command-line length.
17568 2013-06-06  Glenn Morris  <rgm@gnu.org>
17570         * font-lock.el (lisp-font-lock-keywords-2):
17571         Treat user-error like error.
17573         * emacs-lisp/bytecomp.el (byte-compile-char-before)
17574         (byte-compile-backward-char, byte-compile-backward-word):
17575         Handle explicit nil arguments.  (Bug#14565)
17577 2013-06-05  Alan Mackenzie  <acm@muc.de>
17579         * isearch.el (isearch-allow-prefix): New user option.
17580         (isearch-other-meta-char): Don't exit isearch when a prefix
17581         argument is typed whilst `isearch-allow-prefix' is non-nil.
17582         (Bug#9706)
17584 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17586         * autorevert.el (auto-revert-notify-handler): Use memq.
17587         Hide assertion failure.
17589         * skeleton.el: Use cl-lib.
17590         (skeleton-further-elements): Use defvar-local.
17591         (skeleton-insert): Use cl-progv.
17593 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
17595         * progmodes/prog-mode.el (prog-prettify-symbols)
17596         (prog-prettify-install): Update docstrings.
17598 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17600         * simple.el: Move all the prog-mode code to prog-mode.el.
17601         * progmodes/prog-mode.el: New file.
17602         * loadup.el: Add prog-mode.el.
17604 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
17606         * simple.el (prog-prettify-symbols): Add version.
17607         (prog-prettify-install): Add convenience function to prettify symbols.
17609         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
17610         (perl--augmented-font-lock-keywords-1)
17611         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
17612         variables and use it.
17614         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
17615         (cfengine3-mode): Remove unneeded variable and use it.
17617         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
17618         (lisp--augmented-font-lock-keywords-1)
17619         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
17620         Remove unneeded variables and use it.
17622 2013-06-05  João Távora  <joaotavora@gmail.com>
17624         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
17625         to point when opening the connection.  (Bug#14380)
17627 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17629         * subr.el (load-history-regexp, load-history-filename-element)
17630         (eval-after-load, after-load-functions, do-after-load-evaluation)
17631         (eval-next-after-load, display-delayed-warnings)
17632         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
17633         definition of save-match-data.
17634         (overriding-local-map): Remove accidental obsolescence declaration.
17636         * emacs-lisp/edebug.el (edebug-result): Move before first use.
17638 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
17640         Generalize symbol prettify support to prog-mode and implement it
17641         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
17642         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
17643         (prog--prettify-font-lock-compose-symbol)
17644         (prog-prettify-font-lock-symbols-keywords): New variables and
17645         functions to support symbol prettification.
17646         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
17647         (lisp--augmented-font-lock-keywords-1)
17648         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
17649         (lisp--prettify-symbols-alist): Implement prettify of lambda.
17650         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
17651         (cfengine3--prettify-symbols-alist, cfengine3-mode):
17652         Implement prettify of -> => :: strings.
17653         * progmodes/perl-mode.el (perl-prettify-symbols)
17654         (perl--font-lock-compose-symbol)
17655         (perl--font-lock-symbols-keywords): Move to prog-mode.
17656         (perl--prettify-symbols-alist): Prettify -> => :: strings.
17657         (perl-font-lock-keywords-1)
17658         (perl-font-lock-keywords-2): Remove explicit prettify support.
17659         (perl--augmented-font-lock-keywords)
17660         (perl--augmented-font-lock-keywords-1)
17661         (perl--augmented-font-lock-keywords-2, perl-mode):
17662         Implement prettify support.
17664 2013-06-05  Leo Liu  <sdl.web@gmail.com>
17666         Re-implement SMIE matching block highlight using
17667         show-paren-data-function.  (Bug#14395)
17668         * emacs-lisp/smie.el (smie-matching-block-highlight)
17669         (smie--highlight-matching-block-overlay)
17670         (smie--highlight-matching-block-lastpos)
17671         (smie-highlight-matching-block)
17672         (smie-highlight-matching-block-mode): Remove.
17673         (smie--matching-block-data-cache): New variable.
17674         (smie--matching-block-data): New function.
17675         (smie-setup): Use smie--matching-block-data for
17676         show-paren-data-function.
17678         * progmodes/octave.el (octave-mode-menu): Fix.
17679         (octave-find-definition): Skip garbage lines.
17681 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17683         Fix compilation error with simultaneous dynamic+lexical scoping.
17684         Add warning when a defvar appears after the first let-binding.
17685         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
17686         (byte-compile-close-variables): Initialize it.
17687         (byte-compile--declare-var): New function.
17688         (byte-compile-file-form-defvar)
17689         (byte-compile-file-form-define-abbrev-table)
17690         (byte-compile-file-form-custom-declare-variable): Use it.
17691         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
17692         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
17693         (byte-compile-bind): Handle dynamic bindings that shadow
17694         lexical bindings.
17695         (byte-compile-unbind): Make arg non-optional.
17696         (byte-compile-let): Simplify.
17697         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
17698         (cconv--analyse-function, cconv-analyse-form): Populate it.
17699         Protect byte-compile-bound-variables to limit the scope of defvars.
17700         (cconv-analyse-form): Add missing rule for (defvar <foo>).
17701         Remove unneeded rule for `declare'.
17703         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
17704         so as to avoid depending on cl-adjoin at run-time.
17705         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
17707         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
17708         (macroexp--warn-and-return): Use it.
17710 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17712         * subr.el: Convert to lexical binding.
17713         (overriding-local-map): Make obsolete.
17714         (add-to-list): Doc fix.  Add compiler macro.
17715         (read-key): Swap values of local maps.
17717 2013-06-05  Leo Liu  <sdl.web@gmail.com>
17719         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
17721 2013-06-04  Leo Liu  <sdl.web@gmail.com>
17723         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
17724         (compilation-auto-jump): Suppress the "Mark set" message to give
17725         way to exit message.
17727 2013-06-04  Alan Mackenzie  <acm@muc.de>
17729         Remove faulty optimization from indentation calculation.
17730         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
17731         search limit based on 2000 characters back from indent-point.
17733 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
17735         * eshell/em-term.el (cl-lib): Require `cl-lib'.
17737 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17739         * emacs-lisp/lisp.el: Use lexical-binding.
17740         (lisp--local-variables-1, lisp--local-variables): New functions.
17741         (lisp--local-variables-completion-table): New var.
17742         (lisp-completion-at-point): Use it complete let-bound vars.
17744         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
17745         eagerly (bug#14422).
17747 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
17749         * autorevert.el (auto-revert-notify-enabled)
17750         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
17751         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
17752         (auto-revert-notify-handler): Handle also gfilenotify.
17754         * subr.el (file-notify-handle-event): New defun.  Replacing ...
17755         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
17756         Remove.
17758 2013-06-03  Juri Linkov  <juri@jurta.org>
17760         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
17761         `M-s h .'.  (Bug#14427)
17763         * hi-lock.el (highlight-symbol-at-point): New alias for the new
17764         command `hi-lock-face-symbol-at-point'.
17765         (hi-lock-face-symbol-at-point): New command.
17766         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
17767         (hi-lock-menu): Add `highlight-symbol-at-point'.
17768         (hi-lock-mode): Doc fix.
17770         * isearch.el (isearch-forward-symbol-at-point): New command.
17771         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
17772         (isearch-highlight-regexp): Add a regexp which matches
17773         words/symbols for word/symbol mode.
17775         * subr.el (find-tag-default-bounds): New function with the body
17776         mostly moved from `find-tag-default'.
17777         (find-tag-default): Move most code to `find-tag-default-bounds',
17778         call it and apply `buffer-substring-no-properties' afterwards.
17780 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
17782         * eshell/em-term.el (eshell-term-initialize):
17783         Use `cl-intersection' rather than `intersection'.
17785 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
17787         * vc/log-view.el: Doc fix.
17788         (log-view-mode-map): Copy keymap from `special-mode-map'.
17790 2013-06-02  Eric Ludlam  <zappo@gnu.org>
17792         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
17793         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
17794         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
17795         (eieio-unbound, eieio-default-superclass)
17796         (eieio--define-field-accessors, method-static, method-before)
17797         (method-primary, method-after, method-num-lists)
17798         (method-generic-before, method-generic-primary)
17799         (method-generic-after, method-num-slots)
17800         (eieio-specialized-key-to-generic-key)
17801         (eieio--check-type, class-v, class-p)
17802         (eieio-class-name, define-obsolete-function-alias)
17803         (eieio-class-parents-fast, eieio-class-children-fast)
17804         (same-class-fast-p, class-constructor, generic-p)
17805         (generic-primary-only-p, generic-primary-only-one-p)
17806         (class-option-assoc, class-option, eieio-object-p)
17807         (class-abstract-p, class-method-invocation-order)
17808         (eieio-defclass-autoload-map, eieio-defclass-autoload)
17809         (eieio-class-un-autoload, eieio-defclass)
17810         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
17811         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
17812         (eieio--defgeneric-init-form, eieio-defgeneric-form)
17813         (eieio-defgeneric-reset-generic-form)
17814         (eieio-defgeneric-form-primary-only)
17815         (eieio-defgeneric-reset-generic-form-primary-only)
17816         (eieio-defgeneric-form-primary-only-one)
17817         (eieio-defgeneric-reset-generic-form-primary-only-one)
17818         (eieio-unbind-method-implementations)
17819         (eieio--defmethod, eieio--typep)
17820         (eieio-perform-slot-validation, eieio-validate-slot-value)
17821         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
17822         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
17823         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
17824         (eieio-slot-name-index, eieio-class-slot-name-index)
17825         (eieio-set-defaults, eieio-initarg-to-attribute)
17826         (eieio-attribute-to-initarg, eieio-c3-candidate)
17827         (eieio-c3-merge-lists, eieio-class-precedence-c3)
17828         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
17829         (eieio-class-precedence-list, eieio-generic-call-methodname)
17830         (eieio-generic-call-arglst, eieio-generic-call-key)
17831         (eieio-generic-call-next-method-list)
17832         (eieio-pre-method-execution-functions, eieio-generic-call)
17833         (eieio-generic-call-primary-only, eieiomt-method-list)
17834         (eieiomt-optimizing-obarray, eieiomt-install)
17835         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
17836         (eieio-generic-form, eieio-defmethod, make-obsolete)
17837         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
17838         (defclass): Remove `eval-and-compile' from macro.
17839         (call-next-method, shared-initialize): Instead of using
17840         `scoped-class' variable, use new eieio--scoped-class, and
17841         eieio--with-scoped-class.
17842         (initialize-instance): Rename local variable 'scoped-class' to
17843         'this-class' to remove ambiguitity from old global.
17845         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
17846         eieio.el.
17847         (eieio--scoped-class-stack): New variable.
17848         (eieio--scoped-class): New fcn.
17849         (eieio--with-scoped-class): New scoping macro.
17850         (eieio-defclass): Use pushnew instead of add-to-list.
17851         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
17852         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
17853         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
17854         `scoped-class' variable, use new eieio--scoped-class, and
17855         eieio--with-scoped-class.
17857         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
17859 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
17861         * eshell/esh-ext.el (eshell-external-command): Pass args to
17862         `eshell-find-interpreter'.
17863         (eshell-find-interpreter): Add new second parameter ARGS.
17865         * eshell/em-script.el (eshell-script-initialize): Add second arg
17866         to the function added as MATCH to `eshell-interpreter-alist'.
17868         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
17869         the function added as MATCH to `eshell-interpreter-alist'.
17871         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
17872         (eshell-visual-options): New defcustom.
17873         (eshell-escape-control-x): Adapt docstring.
17874         (eshell-term-initialize): Test `eshell-visual-subcommands' and
17875         `eshell-visual-options' in addition to `eshell-visual-commands'.
17876         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
17878 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17880         * progmodes/python.el (python-indent-block-enders): Add break,
17881         continue and raise keywords.
17883 2013-06-01  Glenn Morris  <rgm@gnu.org>
17885         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
17887         Plain (f)boundp silences compilation warnings since Emacs 22.1.
17888         * progmodes/cc-cmds.el (delete-forward-p):
17889         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
17890         * progmodes/cc-engine.el (buffer-syntactic-context):
17891         * progmodes/cc-fonts.el (face-property-instance):
17892         * progmodes/cc-mode.el (set-keymap-parents):
17893         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
17894         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
17895         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
17896         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
17897         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
17899         * progmodes/cc-vars.el (other): Emacs has this widget since
17900         at least 21.1, so don't (re)define it.
17902         * eshell/em-cmpl.el (eshell-cmpl-initialize):
17903         Replace the obsolete alias pcomplete-arg-quote-list.
17905 2013-06-01  Leo Liu  <sdl.web@gmail.com>
17907         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
17908         punctuation syntax.
17909         (inferior-octave-minimal-columns)
17910         (inferior-octave-last-column-width): New variables.
17911         (inferior-octave-track-window-width-change): New function.
17912         (inferior-octave-mode): Adjust column width so that Octave output,
17913         for example from 'ls', can fit into the window nicely.
17915 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
17917         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
17918         Highlight expansions inside regexp literals.
17920 2013-05-31  Glenn Morris  <rgm@gnu.org>
17922         * obsolete/sym-comp.el (symbol-complete):
17923         Replace obsolete completion-annotate-function.
17925         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
17927 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
17929         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
17930         New function, checks if point is inside a literal that allows
17931         expression expansion.
17932         (ruby-syntax-propertize-expansion): Use it.
17933         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
17934         around the body.
17936 2013-05-30  Juri Linkov  <juri@jurta.org>
17938         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
17939         to "\M-si".
17940         (isearch-invisible): New variable.
17941         (isearch-forward): Doc fix.
17942         (isearch-mode): Set `isearch-invisible'
17943         to the value of `search-invisible'.
17944         (isearch-toggle-case-fold): Doc fix.
17945         (isearch-toggle-invisible): New command.
17946         (isearch-query-replace): Let-bind `search-invisible'
17947         to the value of `isearch-invisible'.
17948         (isearch-search): Use `isearch-invisible' instead of
17949         `search-invisible'.  Let-bind `search-invisible'
17950         to the value of `isearch-invisible'.  (Bug#11378)
17952 2013-05-30  Juri Linkov  <juri@jurta.org>
17954         * replace.el (perform-replace): Avoid `isearch-range-invisible'
17955         call when `query-flag' is nil and `search-invisible' is non-nil.
17956         (Bug#11746)
17958 2013-05-30  Glenn Morris  <rgm@gnu.org>
17960         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
17962         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
17963         (cc-require): Suppress spurious "noruntime" warnings.
17964         (cc-require-when-compile): Use fboundp, for sake of compiler.
17966         * progmodes/cc-mode.el: Move load of cc-vars before that of
17967         cc-langs (which in turn loads cc-vars), to quieten compiler.
17969 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17971         * paren.el: Simplify the code.
17972         (show-paren-mode): Always start the timer.
17973         (show-paren--idle-timer): Rename from show-paren-idle-timer.
17974         (show-paren--overlay, show-paren--overlay-1): Rename from
17975         show-paren-overlay and show-paren-overlay-1, and initialize to an
17976         overlay rather than to nil.
17977         (show-paren-function): Misc cleanup and simplifications.
17979 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17981         * paren.el (show-paren-data-function): New hook.
17982         (show-paren--default): New function, extracted from show-paren-function.
17983         (show-paren-function): Use show-paren-data-function.
17985 2013-05-30  Glenn Morris  <rgm@gnu.org>
17987         * ielm.el (ielm-map, ielm-complete-symbol):
17988         Use completion-at-point rather than obsolete functions.
17989         (inferior-emacs-lisp-mode): Doc fix.
17990         Set completion-at-point-functions, rather than
17991         comint-dynamic-complete-functions.
17993         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
17994         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
17995         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
17997         * image.el (image-animated-p): Tweak definition.
17999         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
18000         (rlogin-process-connection-type): Tweak default.  Add set-after.
18001         (rlogin-host): Doc fix.
18002         (rlogin): Tweak prompt.
18003         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
18005         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
18006         * progmodes/tcl.el (inferior-tcl-mode-map):
18007         Use completion-at-point rather than obsolete alias.
18009         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
18011         * minibuffer.el (read-file-name-completion-ignore-case):
18012         Move before completion--in-region, for eager macro expansion.
18014 2013-05-29  Juri Linkov  <juri@jurta.org>
18016         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
18017         for total count of matching lines.  Add `global-matches' for total
18018         count of matches.  Rename `matches' to `lines' for count of
18019         matching lines.  Add `matches' for count of matches.
18020         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
18021         to `prev-line' for line number of prev match endpt.
18022         Increment `matches' for every match.  Print the number of
18023         matching lines in the header.
18024         (occur-context-lines): Rename `lines' to `curr-line'.
18025         Rename `prev-lines' to `prev-line'.  (Bug#14017)
18027 2013-05-29  Juri Linkov  <juri@jurta.org>
18029         * replace.el (perform-replace): Add `skip-read-only-count',
18030         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
18031         Increment them for corresponding conditions and report the number
18032         of skipped occurrences in the final message.  (Bug#11746)
18033         (query-replace, query-replace-regexp, query-replace-regexp-eval)
18034         (replace-string, replace-regexp): Doc fix.
18036 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18038         * emacs-lisp/trace.el (trace--read-args): Provide a default.
18040         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
18041         prog-mode-map (bug#14504).
18043 2013-05-29  Leo Liu  <sdl.web@gmail.com>
18045         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
18046         (octave-help): Small simplification.
18048         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
18049         off the highlight first.
18051 2013-05-29  Glenn Morris  <rgm@gnu.org>
18053         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
18054         Handle idlwave-last-system-routine-info-cons-cell being nil.
18056         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
18057         (idlwave-write-paths): Simplify via with-temp-buffer.
18059         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
18060         * emulation/cua-rect.el: Also load cua-base at run time.
18062         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
18063         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
18064         (cperl-imenu-on-info): Require imenu.
18066 2013-05-28  Alan Mackenzie  <acm@muc.de>
18068         Handle "capitalised keywords" correctly.
18069         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
18071 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
18073         * eshell/em-unix.el: Add -r option to cp.
18075 2013-05-28  Glenn Morris  <rgm@gnu.org>
18077         * vc/vc-arch.el (vc-exec-after): Declare.
18078         (vc-switches): Autoload.
18079         * vc/vc-bzr.el: No need to require vc when compiling.
18080         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
18081         (vc-resynch-buffer, vc-dir-refresh): Declare.
18082         (vc-setup-buffer, vc-switches): Autoload.
18083         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
18084         (vc-resynch-buffer): Declare.
18085         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
18086         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
18087         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
18088         (grep-read-regexp, grep-read-files, grep-expand-template)
18089         (vc-dir-refresh): Declare.
18090         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
18091         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
18092         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
18093         * vc/vc-mtn.el (vc-exec-after): Declare.
18094         (vc-switches): Autoload.
18095         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
18096         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
18097         (vc-file-tree-walk): Declare.
18098         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
18099         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
18100         (vc-tag-precondition, vc-rename-master): Autoload.
18101         * vc/vc-svn.el (vc-exec-after): Declare.
18102         (vc-switches, vc-setup-buffer): Autoload.
18103         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
18104         Autoload.
18105         (vc-resynch-buffer): Declare.
18107         * obsolete/fast-lock.el (byte-compile-warnings):
18108         Don't warn about obsolete features in this obsolete file.
18110         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
18111         Move definition before use.
18113         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
18114         (dun-unix-verbs): Remove dun-zippy.
18115         (dun-zippy): Remove function.
18117         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
18119 2013-05-27  Juri Linkov  <juri@jurta.org>
18121         * replace.el (replace-search): New function with code moved out
18122         from `perform-replace'.
18123         (replace-highlight, replace-dehighlight): Move function definitions
18124         up closer to `replace-search'.  (Bug#11746)
18126 2013-05-27  Juri Linkov  <juri@jurta.org>
18128         * replace.el (perform-replace): Ignore invisible matches.
18129         In addition to checking `query-replace-skip-read-only', also
18130         filter out matches by calling `run-hook-with-args-until-failure'
18131         on `isearch-filter-predicates', and also check `search-invisible'
18132         for t or call `isearch-range-invisible'.
18133         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
18135 2013-05-27  Juri Linkov  <juri@jurta.org>
18137         * isearch.el (isearch-filter-predicates): Rename from
18138         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
18139         (isearch-message-prefix): Display text from the property
18140         `isearch-message-prefix' of the currently active filters.
18141         (isearch-search): Don't compare `isearch-filter-predicate' with
18142         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
18143         on `isearch-filter-predicates'.  Also check `search-invisible' for t
18144         or call `isearch-range-invisible'.
18145         (isearch-filter-visible): Make obsolete.
18146         (isearch-lazy-highlight-search):
18147         Call `run-hook-with-args-until-failure' on
18148         `isearch-filter-predicates' and use `isearch-range-invisible'.
18150         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
18151         `isearch-filter-predicates' instead of `funcall'ing
18152         `isearch-filter-predicate'.
18153         (Info-mode): Set `Info-isearch-filter' to
18154         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
18156         * dired-aux.el (dired-isearch-filter-predicate-orig):
18157         Remove variable.
18158         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
18159         (dired-isearch-filenames-end): Add and remove
18160         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
18161         instead of changing the value of `isearch-filter-predicate'.
18162         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
18163         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
18164         Put property `isearch-message-prefix' to "filename " on
18165         `dired-isearch-filter-filenames'.
18167         * wdired.el (wdired-change-to-wdired-mode):
18168         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
18169         locally instead of changing `isearch-filter-predicate'.
18170         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
18172 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
18174         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
18175         return the commit hash (Bug#14459).  Also set the
18176         `vc-git-detached' property.
18177         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
18178         (vc-git-mode-line-string): Use the same help-echo format whether
18179         in detached mode or not, because we know the actual revision now.
18180         When in detached mode, shorten the revision to 7 chars.
18182 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18184         * emacs-lisp/easy-mmode.el (define-minor-mode):
18185         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
18186         mode hook and provide a docstring.
18188 2013-05-27  Alan Mackenzie  <acm@muc.de>
18190         Remove spurious syntax-table text properties inserted by C-y.
18191         * progmodes/cc-mode.el (c-after-change): Also clear hard
18192         syntax-table property with value nil.
18194 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
18196         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
18197         when reading the events; the buffer layout shall not be changed.
18199 2013-05-27  Leo Liu  <sdl.web@gmail.com>
18201         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
18202         New variable.
18203         (inferior-octave-directory-tracker): Automatically re-sync
18204         default-directory.
18205         (octave-help): Improve handling of 'See also'.
18207 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18209         * doc-view.el: Minor naming convention tweaks.
18210         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
18212         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
18213         even if there's no `display' property yet (bug#14435).
18215 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
18217         * subr.el (unmsys--file-name): Rename from reveal-filename.
18219         * Makefile.in (custom-deps, finder-data, autoloads)
18220         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
18221         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
18222         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
18224 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18226         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
18227         error-completion on the first 2 args of condition-case (bug#14446).
18228         Don't burp at EOB.
18230 2013-05-25  Leo Liu  <sdl.web@gmail.com>
18232         * comint.el (comint-previous-matching-input): Do not flood the
18233         *Messages* buffer with trivial messages.
18235 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18237         * progmodes/flymake.el (flymake-nop): Don't return a string.
18238         (flymake-set-at): Fix typo.
18240         * simple.el (read--expression): New function, extracted from
18241         eval-expression.  Set completion-at-point-functions (bug#14465).
18242         (eval-expression, eval-minibuffer): Use it.
18244 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
18246         * progmodes/flymake.el (flymake-save-buffer-in-file)
18247         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
18248         (flymake-selected-frame, flymake-log, flymake-ins-after)
18249         (flymake-set-at, flymake-get-buildfile-from-cache)
18250         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
18251         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
18252         Refine the doc string.
18253         (flymake-get-file-name-mode-and-masks): Reformat.
18254         (flymake-get-real-file-name-function): Fix a minor bug.
18256 2013-05-24  Juri Linkov  <juri@jurta.org>
18258         * progmodes/grep.el (grep-mode-font-lock-keywords):
18259         Support =linenumber= format used by git-grep for lines with
18260         function names.  (Bug#13549)
18262 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18264         * progmodes/octave.el (octave-smie-rules): Return nil rather than
18265         0 after a semi-colon; it works better for smie-auto-fill.
18266         (octave--indent-new-comment-line): New function.
18267         (octave-indent-new-comment-line): Use it (indirectly).
18268         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
18269         modify comment-line-break-function.
18271         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
18272         (smie-setup): Use add-function to set it.
18274 2013-05-24  Sam Steingold  <sds@gnu.org>
18276         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
18277         argument (before the `interactive' argument).
18279 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18281         * image-mode.el (image-mode-winprops): Add winprops to
18282         image-mode-winprops-alist before running
18283         image-mode-new-window-functions.
18284         * doc-view.el (doc-view-new-window-function): Don't delay
18285         doc-view-goto-page via timers (bug#14435).
18287 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
18289         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
18290         (doc-view-desktop-save-buffer): New function.
18291         (doc-view-restore-desktop-buffer): New function.
18292         (desktop-buffer-mode-handlers):
18293         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
18294         handler.
18295         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
18296         `desktop-save-buffer' function.
18298 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
18300         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
18301         (tramp-gvfs-file-name-handler): Raise a user error when
18302         `tramp-gvfs-enabled' is nil.
18303         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
18304         Do not raise a user error when loading package.  (Bug#14447)
18306         * net/xesam.el: Move to obsolete/.
18308 2013-05-24  Glenn Morris  <rgm@gnu.org>
18310         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
18312         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
18314         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
18315         (Info-find-node, Man-getpage-in-background): Declare.
18317         * mail/unrmail.el (unrmail):
18318         Replace obsolete detect-coding-with-priority.
18320         * net/socks.el (socks-split-string): Use this rather than split-string.
18321         (socks-nslookup-host): Update for above change.
18322         (dynamic-choice, s5-dynamic-choice-match)
18323         (s5-dynamic-choice-match-inline, s5-widget-value-create):
18324         Comment out unused code.
18326         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
18327         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
18328         (gud-tooltip-echo-area): Make obsolete.
18329         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
18331         * progmodes/js.el (js--optimize-arglist): Declare.
18333         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
18335         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
18336         (ediff-window-C): Declare.
18338         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
18339         Tweak requires to silence compiler.
18341         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
18342         (he-search-string, he-tried-table, he-expand-list)
18343         (he-init-string, he-string-member, he-substitute-string)
18344         (he-reset-string): Declare.
18346         * obsolete/options.el (list-options): Use custom-variable-p,
18347         rather than obsolete alias.
18349 2013-05-23  Sam Steingold  <sds@gnu.org>
18351         * simple.el (shell-command-on-region): Pass the `replace' argument
18352         down to `call-process-region' to comply with the doc as reported on
18353         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
18355 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18357         * emacs-lisp/smie.el (smie-indent-forward-token)
18358         (smie-indent-backward-token): Handle string tokens (bug#14381).
18360 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
18362         * ielm.el (ielm-menu): New menu.
18363         (inferior-emacs-lisp-mode): Set comment-start.
18365 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
18367         * textmodes/reftex.el (reftex-ref-style-toggle):
18368         Fix deactivate action.
18370         * textmodes/reftex-vars.el (reftex-ref-style-alist):
18371         Add cleveref macros.
18373         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18374         Accept options for bibliography commands.
18375         * textmodes/reftex-vars.el (reftex-bibliography-commands):
18376         Add addbibresource.  Basic Biblatex support.
18378 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
18380         * net/tramp-gvfs.el (top):
18381         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
18382         when loading package.  (Bug#14447)
18384 2013-05-23  Glenn Morris  <rgm@gnu.org>
18386         * progmodes/js.el: No need to load comint when compiling.
18387         (ring-insert, comint-send-string, comint-send-input)
18388         (comint-last-input-end, ido-chop): Declare.
18390         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
18391         * vc/ediff-mult.el: Adjust requires.
18392         (ediff-directories-internal, ediff-directory-revisions-internal)
18393         (ediff-patch-file-internal): Declare.
18394         * vc/ediff-ptch.el: Adjust requires.
18395         (ediff-use-last-dir, ediff-buffers-internal): Declare.
18396         (ediff-find-file): Autoload.
18397         * vc/ediff-util.el: No need to load ediff when compiling.
18398         (ediff-regions-internal): Declare.
18399         * vc/ediff-wind.el: Adjust requires.
18400         (ediff-compute-toolbar-width): Define when compiling.
18401         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
18402         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
18403         (dired-get-filename, dired-get-marked-files)
18404         (ediff-last-dir-patch, ediff-patch-default-directory)
18405         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
18406         (ediff-patch-buffer-internal): Declare.
18408         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
18409         (ispell-process, ispell-buffer-local-words, lm-summary)
18410         (lm-section-start, lm-section-end): Declare.
18411         (checkdoc-ispell-init): Simplify.
18413         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
18414         (he-string-member, he-reset-string, he-substitute-string): Declare.
18416         * eshell/em-ls.el: Adjust requires.
18417         (eshell-glob-regexp): Declare.
18418         * eshell/em-tramp.el: Adjust requires.
18419         (eshell-parse-command): Autoload.
18420         * eshell/em-xtra.el: Adjust requires.
18421         (eshell-parse-command): Autoload.
18422         * eshell/esh-ext.el: Adjust requires.
18423         (eshell-parse-command, eshell-close-handles): Autoload.
18424         * eshell/esh-io.el: Adjust requires.
18425         (eshell-output-filter): Autoload.
18426         * eshell/esh-util.el: No need to load tramp when compiling.
18427         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
18428         Declare.
18429         (eshell-parse-ange-ls): Require ange-ftp and tramp.
18430         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
18431         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
18432         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
18433         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
18434         * eshell/esh-opt.el, eshell/esh-proc.el:
18435         * eshell/esh-var.el: Adjust requires.
18436         * eshell/eshell.el: Do not require esh-util twice.
18437         (eshell-add-input-to-history): Declare.
18438         (eshell-command): Check history module is active before using it.
18440         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
18442 2013-05-22  Leo Liu  <sdl.web@gmail.com>
18444         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
18446 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
18448         * autorevert.el (auto-revert-notify-add-watch)
18449         (auto-revert-notify-handler): Add `attrib' for the inotify case,
18450         it indicates changes in file modification time.
18452 2013-05-22  Glenn Morris  <rgm@gnu.org>
18454         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18455         Always delete the autoloaded function from the noruntime and
18456         unresolved functions lists.
18458         * allout.el: No need to load epa, epg, overlay when compiling.
18459         (epg-context-set-passphrase-callback, epg-list-keys)
18460         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
18461         (epg-key-user-id-list): Declare.
18463         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18464         (viper-set-parsing-style-toggling-macro)
18465         (viper-set-emacs-state-searchstyle-macros):
18466         Use called-interactively-p on Emacs.
18467         (viper-looking-back): Make it an obsolete alias.  Update callers.
18468         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
18469         Use looking-back rather than viper-looking-back.
18470         (viper-tmp-insert-at-eob, viper-enlarge-region)
18471         (viper-read-string-with-history, viper-register-to-point)
18472         (viper-append-to-register, viper-change-state-to-vi)
18473         (viper-backward-char-carefully, viper-forward-char-carefully)
18474         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
18475         (viper-change-state-to-emacs): Declare.
18476         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
18477         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
18478         * emulation/viper-mous.el: Do not load viper-cmd.
18479         (viper-backward-char-carefully, viper-forward-char-carefully)
18480         (viper-forward-word, viper-adjust-window): Declare.
18482         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
18484         * progmodes/idlw-help.el (idlwave-help-fontify):
18485         Use called-interactively-p.
18487         * term/w32console.el (w32-get-console-codepage)
18488         (w32-get-console-output-codepage): Declare.
18490         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
18491         Remove unnecessary declarations.
18492         (dframe-message): Doc fix.
18494         * info.el (dframe-select-attached-frame, dframe-current-frame):
18495         Declare.
18497         * speedbar.el (speedbar-message): Make it an obsolete alias.
18498         Update all callers.
18499         (speedbar-with-attached-buffer)
18500         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
18501         (speedbar-with-writable): Use backquote.
18502         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
18503         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
18504         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
18505         rather than speedbar- aliases.
18506         * mail/rmail.el: Load dframe rather than speedbar when compiling.
18507         (speedbar-make-specialized-keymap, speedbar-insert-button)
18508         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
18509         (speedbar-do-function-pointer): Declare.
18510         (rmail-speedbar-button, rmail-speedbar-find-file)
18511         (rmail-speedbar-move-message):
18512         Use dframe-with-attached-buffer rather than speedbar- alias.
18513         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
18514         (dframe-message, speedbar-make-specialized-keymap)
18515         (speedbar-add-expansion-list, speedbar-mode-functions-list)
18516         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
18517         (speedbar-insert-button, dframe-select-attached-frame)
18518         (dframe-maybee-jump-to-attached-frame)
18519         (speedbar-change-initial-expansion-list)
18520         (speedbar-previously-used-expansion-list-name): Declare.
18521         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
18522         Use dframe-message, dframe-with-attached-buffer rather than
18523         speedbar- aliases.
18524         (gud-sentinel): Silence compiler.
18525         * progmodes/vhdl-mode.el (speedbar-refresh)
18526         (speedbar-do-function-pointer, speedbar-add-supported-extension)
18527         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
18528         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
18529         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
18530         (speedbar-file-lists, speedbar-make-tag-line)
18531         (speedbar-line-directory, speedbar-goto-this-file)
18532         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
18533         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
18534         (speedbar-make-button, speedbar-reset-scanners)
18535         (speedbar-files-item-info, speedbar-line-text)
18536         (speedbar-find-file-in-frame, speedbar-set-timer)
18537         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
18538         (speedbar-with-writable): Do not (re)define it.
18539         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
18540         rather than speedbar- alias.
18542 2013-05-21  Leo Liu  <sdl.web@gmail.com>
18544         * progmodes/octave.el (octave-mode-menu): Update and re-organize
18545         menu items.
18546         (octave-mode): Tweak fill-nobreak-predicate.
18547         (inferior-octave-startup): Check process to avoid infinite loop.
18548         (inferior-octave): Pop to buffer first to show abornmal process
18549         exit information.
18551 2013-05-21  Glenn Morris  <rgm@gnu.org>
18553         * printing.el (pr-menu-bar): Define when compiling.
18555 2013-05-21  Leo Liu  <sdl.web@gmail.com>
18557         * progmodes/octave.el (octave-auto-fill): Remove.
18558         (octave-indent-new-comment-line): Improve.
18559         (octave-mode): Use auto fill mode through
18560         comment-line-break-function and fill-nobreak-predicate.
18561         (octave-goto-function-definition): Support DEFUN_DLD.
18562         (octave-beginning-of-defun): Small tweak.
18563         (octave-help): Show parent directory.
18565 2013-05-21  Glenn Morris  <rgm@gnu.org>
18567         * files.el (dired-unmark):
18568         * progmodes/gud.el (gdb-input): Update declarations.
18570         * calculator.el (electric, ehelp): No need to load when compiling.
18571         (Electric-command-loop, electric-describe-mode): Declare.
18573         * doc-view.el (doc-view-current-converter-processes): Move before use.
18575         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18576         Move MODE-set-explicitly definition before use.
18578         * international/mule-diag.el (mule-diag):
18579         Don't use obsolete window-system-version.
18581         * mail/feedmail.el (smtpmail): No need to load when compiling.
18582         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
18584         * mail/mail-utils.el (rfc822): No need to load when compiling.
18585         (rfc822-addresses): Autoload it.
18586         (mail-strip-quoted-names): Trivial simplification.
18588         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
18589         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
18591         * net/snmp-mode.el (tempo): Don't duplicate requires.
18593         * progmodes/prolog.el (info): No need to load when compiling.
18594         (comint): Require before shell requires it.
18595         (Info-goto-node): Autoload it.
18596         (Info-follow-nearest-node): Declare.
18597         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
18599         * textmodes/artist.el (picture-mode-exit): Declare.
18601         * textmodes/reftex-parse.el (reftex-parse-from-file):
18602         Trivial rewrite so the compiler can parse it better.
18604 2013-05-20  Leo Liu  <sdl.web@gmail.com>
18606         * progmodes/octave.el (octave-help-mode-map)
18607         (octave-help-mode-finish-hook): New variables.
18608         (octave-help-mode, octave-help-mode-finish): New functions.
18609         (octave-help): Use octave-help-mode.
18611 2013-05-20  Glenn Morris  <rgm@gnu.org>
18613         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
18615 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
18617         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
18618         start at point, so that expansion starting right after opening
18619         slash in a regexp is recognized.
18620         (ruby-syntax-before-regexp-re): New defvar, extracted from
18621         ruby-syntax-propertize-function.  Since the value of this regexp
18622         is looked up at runtime now, we should be able to turn
18623         `ruby-syntax-methods-before-regexp' into a defcustom later.
18624         (ruby-syntax-propertize-function): Split regexp matching into two
18625         parts, for opening and closing slashes.  That allows us to skip
18626         over string interpolations and support multiline regexps.
18627         Don't call `ruby-syntax-propertize-expansions', instead use another rule
18628         for them, which calls `ruby-syntax-propertize-expansion'.
18629         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
18630         call to `ruby-syntax-propertize-function'.
18631         (ruby-syntax-propertize-expansion): Extracted from
18632         `ruby-syntax-propertize-expansions'.  Handles one expansion.
18633         (ruby-syntax-propertize-percent-literal): Leave point right after
18634         the percent symbol, so that the expression expansion rule can
18635         propertize the contents.
18636         (ruby-syntax-propertize-heredoc): Leave point at bol following the
18637         heredoc openers.
18638         (ruby-syntax-propertize-expansions): Remove.
18640 2013-05-18  Juri Linkov  <juri@jurta.org>
18642         * man.el (Man-default-man-entry): Remove `-' from the end
18643         of the default value.  (Bug#14400)
18645 2013-05-18  Glenn Morris  <rgm@gnu.org>
18647         * comint.el (comint-password-prompt-regexp):
18648         Allow "password for XXX" where XXX contains colons (eg https://...).
18650 2013-05-18  Leo Liu  <sdl.web@gmail.com>
18652         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
18653         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
18654         (octave-source-directories): Don't check process.
18655         (octave-source-directories, octave-find-definition): Doc fix.
18657 2013-05-18  Glenn Morris  <rgm@gnu.org>
18659         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
18660         Remove backspace/delete bindings.  (Bug#14392)
18662         * cus-dep.el (custom-make-dependencies): Sort the output.
18663         (custom-versions-load-alist): Convert comment to doc.
18665 2013-05-17  Leo Liu  <sdl.web@gmail.com>
18667         * newcomment.el (comment-search-backward): Stricter in finding
18668         comment start.  (Bug#14303)
18670         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
18671         (octave-comment-start-skip): Properly anchored.
18673 2013-05-17  Leo Liu  <sdl.web@gmail.com>
18675         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
18676         Clean up when turned off.  (Bug#14395)
18677         (smie--highlight-matching-block-overlay): No longer buffer-local.
18678         (smie-highlight-matching-block): Adjust.
18680 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
18682         Doc string fix for "nanoseconds" (Bug#14406).
18683         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
18684         Fix doc string typo that had "nanoseconds" instead of "microseconds".
18686 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
18688         * calc/calc-units.el (math-extract-units): Preserve powers
18689         of units.
18691 2013-05-17  Leo Liu  <sdl.web@gmail.com>
18693         * subr.el (delete-consecutive-dups): New function.
18694         * ido.el (ido-set-matches-1): Use it.
18695         * progmodes/octave.el (inferior-octave-completion-table): Use it.
18696         * ido.el (ido-remove-consecutive-dups): Remove.
18698 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18700         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18701         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
18702         regexp-opt's `words'.
18704 2013-05-16  Leo Liu  <sdl.web@gmail.com>
18706         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
18707         (smie--highlight-matching-block-overlay)
18708         (smie--highlight-matching-block-lastpos)
18709         (smie--highlight-matching-block-timer): New variables.
18710         (smie-highlight-matching-block): New function.
18711         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
18712         (smie-setup): Conditionally enable smie-blink-matching-open.
18714 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
18716         Sync with upstream verilog-mode r840.
18717         * progmodes/verilog-mode.el (verilog-mode-version)
18718         (verilog-mode-release-date): Update.
18719         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
18720         (verilog-sig-tieoff): Fix string error on
18721         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
18722         (verilog-read-decls): Fix parameters confusing
18723         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
18725 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
18727         * subr.el (reveal-filename): New function.
18729         * loadup.el: Compute Emacs executable versions on MS-Windows,
18730         where executables have the .exe extension.  Add a hard link
18731         emacs-XX.YY.ZZ.exe on MS-Windows.
18733         * Makefile.in (XARGS_LIMIT): New variable.
18734         (custom-deps, finder-data, autoloads)
18735         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
18736         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
18737         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
18738         (compile-main): Limit xargs according to $(XARGS_LIMIT).
18740 2013-05-16  Leo Liu  <sdl.web@gmail.com>
18742         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
18743         (octave-mode-menu, octave-mode-map): Remove its uses.
18745 2013-05-16  Reto Zimmermann  <reto@gnu.org>
18747         Sync with upstream vhdl mode v3.34.2.
18748         * progmodes/vhdl-mode.el: Use `push' throughout.
18749         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
18750         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
18751         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
18752         (vhdl-actual-generic-name): New option to derive actual generic name.
18753         (vhdl-port-paste-signals): Replace formal by actual generics.
18754         (vhdl-beautify): New name for old group vhdl-align.  Update users.
18755         (vhdl-beautify-options): New option.
18756         (vhdl-last-input-event): New compat alias.  Use throughout.
18757         (vhdl-goto-line): Replace user level function `goto-line'.
18758         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
18759         vhdl-fix-statement-buffer.
18760         (vhdl-create-mode-menu): Add some entries.
18761         (vhdl-align-region-groups): Respect vhdl-beautify-options.
18762         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
18763         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
18764         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
18765         to force statements on one line.
18766         (vhdl-remove-trailing-spaces-region):
18767         New, split from vhdl-remove-trailing-spaces.
18768         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
18769         Respect vhdl-beautify-options.
18770         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
18771         (vhdl-update-sensitivity-list): Not add with index if exists without.
18772         Not include array index with signal.  Ignore keywords in comments.
18773         (vhdl-get-visible-signals): Regexp tweaks.
18774         (vhdl-template-component-inst): Handle empty library.
18775         (vhdl-template-type): Add template for 'enum' type.
18776         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
18777         Use vhdl-replace-string.
18778         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
18779         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
18780         (vhdl-speedbar-initialize): Update for above name change.
18781         (vhdl-compose-wire-components): Fix in handling of constants.
18782         (vhdl-error-regexp-emacs-alist): New variable.
18783         (vhdl-error-regexp-add-emacs): New function;
18784         adds support for new compile.el (Emacs 22+)
18785         (vhdl-generate-makefile-1): Change target order for single lib. units.
18786         Allow use of absolute file names.
18788 2013-05-16  Leo Liu  <sdl.web@gmail.com>
18790         * simple.el (prog-indent-sexp): Indent enclosing defun.
18792 2013-05-15  Glenn Morris  <rgm@gnu.org>
18794         * cus-start.el (show-trailing-whitespace): Move to editing basics.
18795         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
18796         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
18797         (whitespace-highlight): Move to whitespace group.
18799         * comint.el (comint-source):
18800         * pcmpl-linux.el (pcmpl-linux):
18801         * shell.el (shell-faces):
18802         * eshell/esh-opt.el (eshell-opt):
18803         * international/ccl.el (ccl): Remove empty custom groups.
18805         * completion.el (dynamic-completion-mode):
18806         * jit-lock.el (jit-lock-debug-mode):
18807         * minibuffer.el (completion-in-region-mode):
18808         * type-break.el (type-break-mode-line-message-mode)
18809         (type-break-query-mode):
18810         * emulation/tpu-edt.el (tpu-edt-mode):
18811         * progmodes/subword.el (global-subword-mode, global-superword-mode):
18812         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18813         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
18815         * term/xterm.el (xterm): Change parent group to terminals.
18817         * master.el (master): Remove empty custom group.
18818         (master-mode): Remove unused :group argument.
18819         * textmodes/refill.el (refill): Remove empty custom group.
18820         (refill-mode): Remove unused :group argument.
18822         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
18824         * cus-dep.el: Provide a feature.
18825         (custom-make-dependencies): Ignore dotfiles (dir-locals).
18826         Don't mistakenly ignore files whose basenames match a basename
18827         from preloaded-file-list (eg cedet/ede/simple.el).
18828         Add a fallback method for getting :group.
18830 2013-05-15  Juri Linkov  <juri@jurta.org>
18832         * isearch.el (isearch-char-by-name): Rename from
18833         `isearch-insert-char-by-name'.  Doc fix.
18834         (isearch-forward): Mention `isearch-char-by-name' in
18835         the docstring.  (Bug#13348)
18837         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
18838         `exit-minibuffer' instead of
18839         `isearch-nonincremental-exit-minibuffer'.
18840         (isearch-edit-string): Remove mention of
18841         `isearch-nonincremental-exit-minibuffer' from docstring.
18842         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
18843         (isearch-forward-exit-minibuffer)
18844         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
18846 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18848         * loadup.el: Just use unversioned DOC.
18850         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
18851         literals as extending to EOB.
18852         (nxml-last-fontify-end): Remove unused variable.
18853         (nxml-after-change1): Use with-silent-modifications.
18854         (nxml-extend-after-change-region): Simplify.
18855         (nxml-extend-after-change-region1): Remove function.
18856         (nxml-after-change1): Don't adjust for dependent regions.
18857         (nxml-fontify-matcher): Simplify.
18858         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
18859         (xmltok-add-dependent): Remove function.
18860         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
18861         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
18862         (xmltok-scan-prolog-after-processing-instruction-open): Treat
18863         unclosed <[[, <?, comment, and other literals as extending to EOB.
18864         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
18865         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
18866         Remove functions.
18867         (rng-do-some-validation-1): Don't mark dependent regions.
18868         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
18869         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
18870         (nxml-clear-dependent-regions): Remove functions.
18871         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
18872         (nxml-ensure-scan-up-to-date):
18873         Don't clear&mark dependent regions.
18875 2013-05-15  Leo Liu  <sdl.web@gmail.com>
18877         * progmodes/octave.el (octave-goto-function-definition):
18878         Improve and fix callers.
18880 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18882         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
18883         the setter (bug#14387).
18885         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
18886         surrounding group (bug#14402).
18888 2013-05-14  Juri Linkov  <juri@jurta.org>
18890         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
18891         (Bug#14390)
18893 2013-05-14  Glenn Morris  <rgm@gnu.org>
18895         * progmodes/f90.el (f90-imenu-generic-expression):
18896         Fix typo in 2013-05-08 change.  (Bug#14402)
18898 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
18900         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
18901         Remove signals for which replies are never received.
18903 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
18905         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
18906         (gdb-handler-alist, gdb-handler-number): Remove variables.
18907         (gdb-handler-list): New variable.
18908         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
18909         (gdb-pending-handler-p, gdb-handle-reply)
18910         (gdb-remove-all-pending-triggers): New functions.
18911         (gdb-discard-unordered-replies): New defcustom.
18912         (gdb-handler): New defstruct.
18913         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
18914         instead of gdb-pending-triggers.  Update docstring.
18915         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
18916         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
18917         (gdb-var-update-handler, def-gdb-auto-update-trigger)
18918         (def-gdb-auto-update-handler, gdb-get-changed-registers)
18919         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
18920         (gdb-frame-handler): Pending triggers are now automatically managed.
18921         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
18922         Remove argument.
18923         (gdb-input): Automatically handles pending triggers.  Update docstring.
18924         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
18925         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
18926         Update comments.
18927         (gdb-done-or-error): Now use gdb-handle-reply.
18929 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
18931         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
18932         gdb-debug-log.
18934 2013-05-14  Glenn Morris  <rgm@gnu.org>
18936         * subr.el (user-emacs-directory-warning): New option.
18937         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
18939 2013-05-14  Leo Liu  <sdl.web@gmail.com>
18941         * progmodes/octave.el (octave-font-lock-keywords): Fix error
18942         during redisplay.
18943         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
18944         (octave-font-lock-texinfo-comment): Fix invalid search bound
18945         error: wrong side of point.
18947 2013-05-14  Glenn Morris  <rgm@gnu.org>
18949         * progmodes/flymake.el (flymake-xml-program): New option.
18950         (flymake-xml-init): Use it.
18952         * term/xterm.el: Provide a feature.
18954         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
18956 2013-05-13  Glenn Morris  <rgm@gnu.org>
18958         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
18959         Add compat aliases as a hack workaround.  (Bug#14384)
18961 2013-05-13  Leo Liu  <sdl.web@gmail.com>
18963         * progmodes/octave.el (octave-indent-comment): Fix indentation for
18964         ###, and %!.
18965         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
18966         C-M-q.
18967         (octave-comment-start-skip): Include %!.
18968         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
18970 2013-05-12  Leo Liu  <sdl.web@gmail.com>
18972         * progmodes/octave.el (inferior-octave-startup): Store the value
18973         of __octave_srcdir__ for octave-source-directories.
18974         (inferior-octave-check-process): New function refactored out of
18975         inferior-octave-send-list-and-digest.
18976         (octave-source-directories)
18977         (octave-find-definition-filename-function): New variables.
18978         (octave-source-directories)
18979         (octave-find-definition-default-filename): New functions.
18980         (octave-find-definition): Improve to find functions implemented in C++.
18982 2013-05-12  Glenn Morris  <rgm@gnu.org>
18984         * calendar/diary-lib.el (diary-outlook-format-1):
18985         Don't include dayname in the output.  (Bug#14349)
18987 2013-05-11  Glenn Morris  <rgm@gnu.org>
18989         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
18991         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
18992         Treat cc-provide like provide.
18994 2013-05-11  Kevin Ryde  <user42@zip.com.au>
18996         * cus-dep.el (custom-make-dependencies):
18997         Use generated-autoload-load-name for the sake of files such
18998         such cedet/semantic/bovine/c.el, where the base file name
18999         is not in load-path.  (Bug#5277)
19001 2013-05-11  Glenn Morris  <rgm@gnu.org>
19003         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
19004         Provide features.
19006 2013-05-11  Leo Liu  <sdl.web@gmail.com>
19008         * progmodes/octave.el (octave-indent-comment): Improve.
19009         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
19010         (octave-eldoc-function-signatures, octave-eldoc-function):
19011         New functions.
19012         (octave-mode, inferior-octave-mode): Add eldoc support.
19014 2013-05-11  Richard Stallman  <rms@gnu.org>
19016         * epa.el (epa-decrypt-file): Take output file name as argument
19017         and read it using `interactive'.
19019 2013-05-11  Leo Liu  <sdl.web@gmail.com>
19021         * progmodes/octave.el (octave-beginning-of-line)
19022         (octave-end-of-line): Check before using up-list because it jumps
19023         out of more syntactic contructs since moving to smie.
19024         (octave-indent-comment): New function.
19025         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
19026         (octave-begin-keywords, octave-end-keywords)
19027         (octave-reserved-words, octave-smie-bnf-table)
19028         (octave-smie-rules): Add new keywords from Octave 3.6.4.
19030 2013-05-11  Glenn Morris  <rgm@gnu.org>
19032         * faces.el (internal-face-x-get-resource):
19033         * frame.el (ns-display-monitor-attributes-list):
19034         * calc/calc-aent.el (math-to-radians-2):
19035         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
19036         Fix declarations.
19038         * calc/calc-menu.el: Make it loadable in isolation.
19040         * net/eudcb-bbdb.el: Make it loadable without bbdb.
19041         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
19042         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
19043         (eudc-bbdb-query-internal): Require 'bbdb.
19045         * lpr.el (lpr-headers-switches):
19046         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
19048         * progmodes/sql.el (sql-login-params): Fix and improve :type.
19050         * emulation/edt-mapper.el: In batch mode, error rather than hang.
19052         * term.el (term-set-escape-char): Make it idempotent.
19054 2013-05-10  Leo Liu  <sdl.web@gmail.com>
19056         * progmodes/octave.el (inferior-octave-completion-table):
19057         No longer a function and all uses changed.  Use cache to speed up
19058         completion due to bug#11906.
19059         (octave-beginning-of-defun): Re-write to be more general.
19061 2013-05-10  Glenn Morris  <rgm@gnu.org>
19063         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
19065 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19067         * comint.el (comint-redirect-send-command-to-process): Use :around
19068         rather than :override for comint-redirect-filter.
19069         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
19070         Call it instead of comint-redirect-original-filter-function (which
19071         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
19073 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
19075         * frame.el (display-monitor-attributes-list): Add NS case.
19076         (ns-display-monitor-attributes-list): Declare.
19078 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
19080         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
19082 2013-05-09  Glenn Morris  <rgm@gnu.org>
19084         * international/fontset.el (vertical-centering-font-regexp):
19085         Set standard-value.
19087         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
19089         * bookmark.el (bookmark-search-delay):
19090         * cus-start.el (vertical-centering-font-regexp):
19091         * ps-mule.el (ps-mule-font-info-database-default):
19092         * ps-print.el (ps-default-fg, ps-default-bg):
19093         * type-break.el (type-break-good-break-interval):
19094         * whitespace.el (whitespace-indentation-regexp)
19095         (whitespace-space-after-tab-regexp):
19096         * emacs-lisp/testcover.el (testcover-1value-functions)
19097         (testcover-noreturn-functions, testcover-progn-functions)
19098         (testcover-prog1-functions):
19099         * emulation/viper-init.el (viper-emacs-state-cursor-color):
19100         * eshell/em-glob.el (eshell-glob-translate-alist):
19101         * play/tetris.el (tetris-tty-colors):
19102         * progmodes/cpp.el (cpp-face-default-list):
19103         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19104         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
19105         (idlwave-help-browser-generic-args):
19106         * progmodes/make-mode.el (makefile-special-targets-list):
19107         * progmodes/python.el (python-shell-virtualenv-path):
19108         * progmodes/verilog-mode.el (verilog-active-low-regexp)
19109         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
19110         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
19111         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
19112         * textmodes/reftex-vars.el (reftex-format-label-function):
19113         * textmodes/remember.el (remember-diary-file): Fix custom types.
19115         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
19116         Add :version.
19118 2013-05-09  Leo Liu  <sdl.web@gmail.com>
19120         * progmodes/octave.el (inferior-octave-completion-at-point):
19121         Restore file completion.  (Bug#14300)
19122         (inferior-octave-startup): Fix incorrect highlighting for the
19123         first prompt.
19125 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19127         * progmodes/ruby-mode.el: First cut at SMIE support.
19128         (ruby-use-smie): New var.
19129         (ruby-smie-grammar): New constant.
19130         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
19131         (ruby-smie--forward-token, ruby-smie--backward-token)
19132         (ruby-smie-rules): New functions.
19133         (ruby-mode-variables): Setup SMIE if applicable.
19135 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
19137         * simple.el (line-move-visual): Signal beginning/end of buffer
19138         only if vertical-motion moved less than it was requested.  Avoids
19139         silly incorrect error messages when there are display strings with
19140         multiple newlines at EOL.
19142 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19144         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
19145         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
19146         (prolog-char-quote-workaround):
19147         * progmodes/cperl-mode.el (cperl-under-as-char):
19148         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
19149         Mark as obsolete.
19150         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
19151         their declaration.
19152         (vhdl-mode-syntax-table-init): Remove.
19154         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
19155         last change.
19157         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
19158         syntax for "_".
19159         (ld-script-font-lock-keywords):
19160         Change regexps to use things like \_< and \_>.
19162         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
19163         Change all regexps to use things like \_< and \_>.
19165         * progmodes/autoconf.el (autoconf-definition-regexp)
19166         (autoconf-font-lock-keywords, autoconf-current-defun-function):
19167         Handle a _ with symbol syntax.
19168         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
19170         * progmodes/ada-mode.el (ada-mode-abbrev-table):
19171         Consolidate declaration.
19172         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
19173         the declaration.
19174         (ada-create-syntax-table): Remove.
19175         (ada-capitalize-word): Don't mess with the syntax of "_" since it
19176         already has the right syntax nowadays.
19177         (ada-goto-next-word): Don't change the syntax of "_".
19179         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
19180         with-wrapper-hook.
19182 2013-05-08  Sam Steingold  <sds@gnu.org>
19184         * thingatpt.el (thing-at-point): Accept optional second argument
19185         NO-PROPERTIES to strip the text properties from the return value.
19186         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
19187         to `thing-at-point' instead of stripping the properties ourselves.
19188         Also, when `thing-at-point' fails to find a url, prepend "http://"
19189         to the filename at point on the assumption that the user is
19190         pointing at something like gnu.org/gnu.
19192 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
19194         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
19195         * faces.el (crm-separator):
19196         Silence byte-compiler.
19198         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
19199         (tool-bar-map): Remove unneeded defvars.
19201 2013-05-08  Leo Liu  <sdl.web@gmail.com>
19203         Re-work a fix for bug#10994 based on Le Wang's patch.
19204         * ido.el (ido-remove-consecutive-dups): New helper.
19205         (ido-completing-read): Use it.
19206         (ido-chop): Revert fix for bug#10994.
19208 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
19210         * cus-edit.el (custom-save-variables):
19211         Pretty-print long values.  (Bug#14187)
19213 2013-05-08  Glenn Morris  <rgm@gnu.org>
19215         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
19216         (m4-mode-syntax-table): Init in the defvar.
19217         (m4-mode-abbrev-table): Let define-derived-mode define it.
19219 2013-05-08  Tom Tromey  <tromey@redhat.com>
19221         * progmodes/m4-mode.el (m4-mode-syntax-table):
19222         Do not treat "_" as word constituent.  (Bug#14167)
19224 2013-05-07  Glenn Morris  <rgm@gnu.org>
19226         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
19227         Remove explicit eshell-isearch-cancel-map.
19229         * progmodes/f90.el (f90-smart-end-names): New option.
19230         (f90-smart-end): Doc fix.
19231         (f90-end-block-optional-name): New constant.
19232         (f90-block-match): Respect f90-smart-end-names.
19234 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19236         * progmodes/octave.el (octave-smie-forward-token): Be more careful
19237         about implicit semi-colons (bug#14218).
19239 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19241         * frame.el (display-monitor-attributes-list)
19242         (frame-monitor-attributes): New functions.
19244 2013-05-06  Leo Liu  <sdl.web@gmail.com>
19246         * progmodes/octave.el (octave-syntax-propertize-function): Change
19247         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
19248         (octave-font-lock-keywords): Use octave-operator-regexp.
19249         (octave-completion-at-point): Rename from
19250         octave-completion-at-point-function.
19251         (inferior-octave-directory-tracker): Robustify.
19252         (octave-text-functions): Remove and fix its uses.  No such things
19253         any more.
19255 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19257         * emacs-lisp/trace.el (trace--display-buffer): New function.
19258         (trace-make-advice): Use it.
19260 2013-05-06  Juri Linkov  <juri@jurta.org>
19262         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
19263         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
19264         Doc fix.
19265         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
19266         in the help string.  (Bug#12985)
19268 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
19270         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
19272 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19274         * progmodes/perl-mode.el: Add support for here documents.
19275         (perl-syntax-propertize-function): Match here-doc markers.
19276         (perl-syntax-propertize-special-constructs): Find their end.
19277         (perl-imenu-generic-expression): Use [:alnum:].
19279         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
19280         (advice--add-function): Refresh the advice if already present
19281         (bug#14317).
19283 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
19285         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
19287 2013-05-06  Glenn Morris  <rgm@gnu.org>
19289         * w32-fns.el (w32-charset-info-alist): Declare.
19291         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
19292         of its defcustom properties.
19293         (eshell-cmpl-initialize): No need to load pcomplete.
19295         * generic-x.el: No need to require comint when compiling.
19297         * net/eudc-export.el: Make it loadable without bbdb.
19298         (top-level): Use require rather than load-library.
19299         (eudc-create-bbdb-record, eudc-bbdbify-phone)
19300         (eudc-batch-export-records-to-bbdb)
19301         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
19302         Require bbdb.
19304 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19306         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
19307         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
19308         some tweaks, instead.
19310 2013-05-05  Leo Liu  <sdl.web@gmail.com>
19312         * progmodes/octave.el (octave-font-lock-keywords)
19313         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
19314         (inferior-octave-send-list-and-digest): Improve error message.
19315         (octave-mode, inferior-octave-mode): Use setq-local.
19316         (octave-help): Set info-lookup-mode.
19318 2013-05-05  Richard Stallman  <rms@gnu.org>
19320         * vc/compare-w.el (compare-windows-whitespace):
19321         Treat no-break space as whitespace.
19323         * mail/rmailsum.el (rmail-summary-rmail-update):
19324         Detect empty summary and don't change selected message.
19325         (rmail-summary-goto-msg): Likewise.
19327         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
19328         Doc fixes, rename args.
19330 2013-05-05  Alan Mackenzie  <acm@muc.de>
19332         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
19334 2013-05-05  Juri Linkov  <juri@jurta.org>
19336         * info.el (Info-read-subfile): Use (point-min) instead of (point)
19337         to not add the length of the summary segment to the return value.
19338         (Bug#14125)
19340 2013-05-05  Leo Liu  <sdl.web@gmail.com>
19342         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
19343         (inferior-octave-output-filter): Remove.
19344         (octave-send-region, inferior-octave-startup): Fix callers.
19345         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
19346         (octave-binary-file-extensions): New user variable.
19347         (octave-find-definition): Confirm if opening binary files.
19348         (octave-help-file): Use octave-find-definition to get the binary
19349         confirmation.
19350         (octave-help): Adjust for octave-help-file change.
19352 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19354         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
19355         Merge the two entries that handle function definitions.
19356         (pascal--syntax-propertize): New const.
19357         (pascal-mode): Use it.  Use setq-local.
19359 2013-05-04  Glenn Morris  <rgm@gnu.org>
19361         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
19362         (diary-from-outlook): Respect diary-from-outlook-function.
19364 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19366         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
19367         Move the declaration from C.
19368         (read-minibuffer, eval-minibuffer): Move from C.
19369         (completion-setup-function): Avoid minibuffer-completion-contents.
19371 2013-05-03  Leo Liu  <sdl.web@gmail.com>
19373         * progmodes/octave.el (octave-font-lock-keywords): Do not
19374         dehighlight 'end' in comments or strings.
19375         (octave-completing-read, octave-goto-function-definition):
19376         New helpers.
19377         (octave-help-buffer): New user variable.
19378         (octave-help-file, octave-help-function): New button types.
19379         (octave-help): New command and bind it to C-h ;.
19380         (octave-find-definition): New command and bind it to M-.
19381         (user-error): Alias to error if not defined.
19383 2013-05-02  Leo Liu  <sdl.web@gmail.com>
19385         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
19386         for \.  (bug#14332)
19387         (octave-font-lock-keywords): Include [ and {.
19389 2013-05-02  Leo Liu  <sdl.web@gmail.com>
19391         * progmodes/octave.el (inferior-octave-startup-file): Change default.
19392         (inferior-octave): Remove calling comint-mode and return the buffer.
19393         (inferior-octave-startup): Cosmetic changes.
19395 2013-05-02  Leo Liu  <sdl.web@gmail.com>
19397         * progmodes/octave.el (octave-syntax-propertize-function):
19398         Include the case when ' is at line beginning.  (Bug#14336)
19400 2013-05-02  Glenn Morris  <rgm@gnu.org>
19402         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
19403         * desktop.el (vc-dir-mode): Just autoload it here.
19405 2013-05-02  Alan Mackenzie  <acm@muc.de>
19407         Eliminate variable c-standard-font-lock-fontify-region-function.
19408         * progmodes/cc-mode.el
19409         (c-standard-font-lock-fontify-region-function): Remove.
19410         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
19412 2013-05-01  Leo Liu  <sdl.web@gmail.com>
19414         * progmodes/octave.el: Compatible with older emacs-24 releases.
19415         (inferior-octave-has-built-in-variables): Remove.  Built-in
19416         variables were removed from Octave in 2007.
19417         (inferior-octave-startup): Fix uses.
19418         (comint-line-beginning-position): Remove compatibility code for
19419         emacs 21.
19421 2013-05-01  Juri Linkov  <juri@jurta.org>
19423         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
19425 2013-05-01  Juri Linkov  <juri@jurta.org>
19427         * comint.el (comint-previous-matching-input): Don't print message
19428         "History item: %d" when `isearch-mode' is active.
19429         (comint-history-isearch-message): Print message "History item: %d"
19430         when `comint-input-ring-index' is not empty and this function is
19431         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
19433 2013-05-01  Leo Liu  <sdl.web@gmail.com>
19435         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
19436         definitions.  Use completion-at-point to insert keywords.
19437         (octave-abbrev-start): Remove.
19438         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
19440 2013-04-30  Leo Liu  <sdl.web@gmail.com>
19442         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
19443         change.
19445 2013-04-30  Alan Mackenzie  <acm@muc.de>
19447         Handle arbitrarily long C++ member initialisation lists.
19448         * progmodes/cc-engine.el (c-back-over-member-initializers):
19449         new function.
19450         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
19451         (most) member init lists.
19453 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
19455         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
19456         variable.
19458 2013-04-30  Leo Liu  <sdl.web@gmail.com>
19460         * progmodes/octave.el (octave-variables): Remove.  No builtin
19461         variables any more.  All converted to functions.
19462         (octave-font-lock-keywords, octave-completion-at-point-function):
19463         Fix uses.
19464         (octave-font-lock-texinfo-comment): New user variable.
19465         (octave-texinfo-font-lock-keywords): New variable for texinfo
19466         comment block.
19467         (octave-function-comment-block): New face.
19468         (octave-font-lock-texinfo-comment): New function.
19469         (octave-mode): Font lock texinfo comment block.
19471 2013-04-29  Leo Liu  <sdl.web@gmail.com>
19473         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
19474         indexing expression.
19475         (octave-continuation-string): Do not use \.
19476         (inferior-octave-complete-impossible): Remove.
19477         (inferior-octave-completion-table)
19478         (inferior-octave-completion-at-point): Remove its uses.
19479         (inferior-octave-startup): completion_matches was introduced to
19480         Octave in 1996 so safe to assume it.
19481         (octave-function-file-comment): Improve to follow how Octave does it.
19482         (octave-update-function-file-comment): Tweak.
19484 2013-04-29  Leo Liu  <sdl.web@gmail.com>
19486         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
19487         (inferior-octave-startup): Remove inferior-octave-startup-hook.
19488         (octave-function-file-comment): Fix typo.
19489         (octave-sync-function-file-names): Use read-char-choice.
19491 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
19493         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
19494         to t for the less important warnings.
19496 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
19498         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
19500 2013-04-27  Glenn Morris  <rgm@gnu.org>
19502         * vc/log-view.el (log-view-current-entry):
19503         Treat "---" separator lines as part of the following rev.  (Bug#14169)
19505 2013-04-27  Juri Linkov  <juri@jurta.org>
19507         * subr.el (read-number): Doc fix about using it by interactive
19508         code letter `n'.  (Bug#14254)
19510 2013-04-27  Juri Linkov  <juri@jurta.org>
19512         * desktop.el (desktop-auto-save-timeout): New option.
19513         (desktop-file-checksum): New variable.
19514         (desktop-save): Add optional arg `auto-save' and don't auto-save
19515         if nothing changed.
19516         (desktop-auto-save-timer): New variable.
19517         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
19518         (after-init-hook): Call `desktop-auto-save-set-timer'.
19519         Suggested by Reuben Thomas <rrt@sc3d.org> in
19520         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
19522 2013-04-27  Leo Liu  <sdl.web@gmail.com>
19524         * progmodes/octave.el (octave-function-file-p)
19525         (octave-skip-comment-forward, octave-function-file-comment)
19526         (octave-update-function-file-comment): New functions.
19527         (octave-mode-map): Bind C-c ; to
19528         octave-update-function-file-comment.
19529         (octave-mode-menu): Add octave-update-function-file-comment.
19530         (octave-mode, inferior-octave-mode): Fix doc-string.
19531         (octave-insert-defun): Conform to Octave's coding convention.
19532         (Bug#14285)
19534         * files.el (basic-save-buffer): Don't let errors in
19535         before-save-hook prevent saving buffer.
19537 2013-04-20  Roland Winkler  <winkler@gnu.org>
19539         * faces.el (read-face-name): Use completing-read if arg multiple
19540         is nil.
19542 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
19544         * ls-lisp.el (ls-lisp-insert-directory): If no files are
19545         displayed, move point to after the totals line.
19546         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
19547         for the details.
19549 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19551         * emacs-lisp/package.el (package-autoload-ensure-default-file):
19552         Add current dir to the load-path.
19553         (package-generate-autoloads): Don't rely on
19554         autoload-ensure-default-file.
19556 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
19558         * textmodes/remember.el (remember-store-in-files): Document that
19559         the file name format is passed to `format-time-string'.
19561 2013-04-26  Leo Liu  <sdl.web@gmail.com>
19563         * progmodes/octave.el (octave-sync-function-file-names): New function.
19564         (octave-mode): Use it in before-save-hook.
19566 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19568         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
19569         (bug#14274).
19571         * progmodes/octave.el (octave-smie-forward-token): Properly skip
19572         \n and comment, even if it's not an implicit ; (bug#14218).
19574 2013-04-26  Glenn Morris  <rgm@gnu.org>
19576         * subr.el (read-number): Once more use `read' rather than
19577         `string-to-number', to trap non-numeric input.  (Bug#14254)
19579 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
19581         * emacs-lisp/syntax.el (syntax-propertize-multiline):
19582         Use `syntax-multiline' text property consistently instead of
19583         `font-lock-multiline'.  (Bug#14237)
19585 2013-04-26  Glenn Morris  <rgm@gnu.org>
19587         * emacs-lisp/shadow.el (list-load-path-shadows):
19588         No longer necessary to check for duplicate simple.el, since
19589         2012-07-07 change to init_lread to not include installation lisp
19590         directories in load-path when running uninstalled.  (Bug#14270)
19592 2013-04-26  Leo Liu  <sdl.web@gmail.com>
19594         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
19595         (octave-mode, inferior-octave-mode): Use setq-local.
19596         (octave-not-in-string-or-comment-p): Rename to
19597         octave-in-string-or-comment-p.
19598         (octave-in-comment-p, octave-in-string-p)
19599         (octave-in-string-or-comment-p): Replace defsubst with defun.
19601 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
19603         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
19605 2013-04-25  Bastien Guerry  <bzg@gnu.org>
19607         * textmodes/remember.el (remember-data-directory)
19608         (remember-directory-file-name-format): Fix custom types.
19610 2013-04-25  Leo Liu  <sdl.web@gmail.com>
19612         * progmodes/octave.el (octave-completion-at-point-function):
19613         Make use of inferior octave process.
19614         (octave-initialize-completions): Remove.
19615         (inferior-octave-completion-table): New function.
19616         (inferior-octave-completion-at-point): Use it.
19617         (octave-completion-alist): Remove.
19619 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19621         * progmodes/opascal.el: Use font-lock and syntax-propertize.
19622         (opascal-mode-syntax-table): New var.
19623         (opascal-literal-kind, opascal-is-literal-end)
19624         (opascal-literal-token-at): Rewrite.
19625         (opascal--literal-start-re, opascal-font-lock-keywords)
19626         (opascal--syntax-propertize): New constants.
19627         (opascal-font-lock-defaults): Adjust.
19628         (opascal-mode): Use them.  Set comment-<foo> variables as well.
19629         (delphi-comment-face, opascal-comment-face, delphi-string-face)
19630         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
19631         (delphi-other-face, opascal-other-face): Remove face variables.
19632         (opascal-save-state): Remove macro.
19633         (opascal-fontifying-progress-step): Remove constant.
19634         (opascal--ignore-changes): Remove var.
19635         (opascal-set-token-property, opascal-parse-next-literal)
19636         (opascal-is-stable-literal, opascal-complete-literal)
19637         (opascal-is-literal-start, opascal-face-of)
19638         (opascal-parse-region, opascal-parse-region-until-stable)
19639         (opascal-fontify-region, opascal-after-change)
19640         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
19641         (opascal-debug-parse-region, opascal-debug-parse-window)
19642         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
19643         (opascal-debug-fontify-buffer): Remove.
19644         (opascal-debug-mode-map): Adjust accordingly.
19646 2013-04-25  Leo Liu  <sdl.web@gmail.com>
19648         Merge octave-mod.el and octave-inf.el into octave.el with some
19649         cleanups.
19650         * progmodes/octave.el: New file renamed from octave-mod.el.
19651         * progmodes/octave-inf.el: Merged into octave.el.
19652         * progmodes/octave-mod.el: Renamed to octave.el.
19654 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
19656         * textmodes/reftex-vars.el
19657         (reftex-label-ignored-macros-and-environments): New defcustom.
19659         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
19661 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19663         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
19664         (smie-indent-keyword): Improve the check to ensure that the next
19665         comment is really on the same line.
19666         (smie-indent-comment): Don't align with a subsequent closer (or eob).
19668         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
19669         semi-colons if the line is not otherwise empty (bug#14218).
19671 2013-04-25  Glenn Morris  <rgm@gnu.org>
19673         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
19675 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19677         * progmodes/opascal.el (opascal-set-token-property): Rename from
19678         opascal-set-text-properties and only set `token' (bug#14134).
19679         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
19680         (opascal-literal-text-properties): Remove.
19681         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
19682         Adjust callers.
19684 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
19686         * textmodes/remember.el (remember-handler-functions): Add an
19687         option for a new handler `remember-store-in-files'.
19688         (remember-data-directory, remember-directory-file-name-format):
19689         New options.
19690         (remember-store-in-files): New function to store remember notes
19691         as separate files within a directory.
19693 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
19695         * progmodes/compile.el (compilation-next-error-function):
19696         Pass "formats" to compilation-find-file (bug#11777).
19698 2013-04-24  Glenn Morris  <rgm@gnu.org>
19700         * vc/vc-bzr.el (vc-bzr-print-log):
19701         * vc/vc-hg.el (vc-hg-print-log):
19702         * vc/vc-svn.el (vc-svn-print-log):
19703         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
19705         * vc/vc-bzr.el (vc-bzr-print-log):
19706         * vc/vc-cvs.el (vc-cvs-print-log):
19707         * vc/vc-git.el (vc-git-print-log):
19708         * vc/vc-hg.el (vc-hg-print-log):
19709         * vc/vc-mtn.el (vc-mtn-print-log):
19710         * vc/vc-rcs.el (vc-rcs-print-log):
19711         * vc/vc-sccs.el (vc-sccs-print-log):
19712         * vc/vc-svn.el (vc-svn-print-log):
19713         * vc/vc.el (vc-print-log-internal): Doc fixes.
19715 2013-04-23  Glenn Morris  <rgm@gnu.org>
19717         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
19718         Remove venerable code attempting to avoid substitute-command-keys.
19720 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
19722         * textmodes/reftex-vars.el (reftex-label-regexps):
19723         Call `reftex-compile-variables' after changes to this variable.
19725 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19727         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
19728         Use lexical-binding.
19729         (jit-lock-force-redisplay): Use markers, check buffer's continued
19730         existence and beware narrowed buffers.
19731         (jit-lock-fontify-now): Adjust call accordingly.
19733 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19735         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
19736         to avoid misleading the user.
19738 2013-04-22  Leo Liu  <sdl.web@gmail.com>
19740         * info-look.el: Prefer latex2e.info.  (Bug#14240)
19742 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
19744         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
19746         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
19747         * net/tramp.el (tramp-call-process): ... here.
19748         (tramp-set-completion-function, tramp-parse-putty):
19749         * net/tramp-adb.el (tramp-adb-execute-adb-command):
19750         * net/tramp-gvfs.el (tramp-gvfs-send-command):
19751         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
19752         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
19753         (tramp-call-local-coding-command): Use `tramp-call-process'
19754         instead of `tramp-compat-call-process'.
19756         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
19757         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
19758         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
19759         (tramp-find-inline-compress): Improve traces.
19760         (tramp-maybe-send-script): Check for Perl binary.
19761         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
19763 2013-04-22  Daiki Ueno  <ueno@gnu.org>
19765         * epg.el (epg-context-pinentry-mode): New function.
19766         (epg-context-set-pinentry-mode): New function.
19767         (epg--start): Pass --pinentry-mode option to gpg command.
19769 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
19771         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
19772         `comint-dynamic-complete' is obsolete since 24.1, replaced by
19773         `completion-at-point'.  (Bug#13774)
19775         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
19776         default key binding for `describe-distribution' has been moved to
19777         `C-h C-o'.  (Bug#13970)
19779 2013-04-21  Glenn Morris  <rgm@gnu.org>
19781         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
19782         Add doc strings.
19783         (vc-print-log): Clarify interactive prompt.
19785 2013-04-20  Glenn Morris  <rgm@gnu.org>
19787         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
19788         No longer include timestamp etc information.
19790 2013-04-20  Roland Winkler  <winkler@gnu.org>
19792         * faces.el (read-face-name): Bug fix, return just one face if arg
19793         multiple is nil.  (Bug#14209)
19795 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19797         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
19798         (remove-function): Autoload.
19800         * comint.el (comint-redirect-original-filter-function): Remove.
19801         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
19802         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
19803         (vc-cvs-annotate-command):
19804         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
19805         * progmodes/prolog.el (prolog-consult-compile):
19806         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
19807         Use add/remove-function instead.
19808         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
19809         (gud-tooltip-process-output, gud-tooltip-tips):
19810         Use add/remove-function instead.
19811         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
19812         (scheme-interaction-mode, exit-scheme-interaction-mode):
19813         Use add/remove-function instead.
19815         * vc/vc-dispatcher.el: Use lexical-binding.
19816         (vc--process-sentinel): Rename from vc-process-sentinel.
19817         Change last arg to be the code to run.  Don't use vc-previous-sentinel
19818         and vc-sentinel-commands any more.
19819         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
19820         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
19822 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
19824         * progmodes/sh-script.el (sh-imenu-generic-expression):
19825         Handle function names with a single character.  (Bug#14111)
19827 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
19829         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
19830         for subroutines defined in an eval (bug#14182).
19832 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19834         * bookmark.el (bookmark-completing-read): Improve handling of empty
19835         string (bug#14176).
19837 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19839         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
19841 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
19843         New faster Imenu implementation (bug#14058).
19844         * progmodes/python.el (python-imenu-prev-index-position)
19845         (python-imenu-format-item-label-function)
19846         (python-imenu-format-parent-item-label-function)
19847         (python-imenu-format-parent-item-jump-label-function):
19848         New vars.
19849         (python-imenu-format-item-label)
19850         (python-imenu-format-parent-item-label)
19851         (python-imenu-format-parent-item-jump-label)
19852         (python-imenu--put-parent, python-imenu--build-tree)
19853         (python-imenu-create-index, python-imenu-create-flat-index)
19854         (python-util-popn): New functions.
19855         (python-mode): Set imenu-create-index-function to
19856         python-imenu-create-index.
19858 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19860         * winner.el (winner-active-region): Use region-active-p, activate-mark
19861         and deactivate-mark (bug#14225).
19863         * simple.el (deactivate-mark): Don't inline it.
19865 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
19867         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
19869 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
19871         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
19872         file extensions from the archive-mode entry in order to prefer
19873         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
19875 2013-04-18  Leo Liu  <sdl.web@gmail.com>
19877         * bindings.el (help-event-list): Add ?\?.
19879 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19881         * subr.el (with-wrapper-hook): Declare obsolete.
19882         * simple.el (filter-buffer-substring-function): New hook.
19883         (filter-buffer-substring): Use it.
19884         (filter-buffer-substring-functions): Mark obsolete.
19885         * minibuffer.el (completion-in-region-function): New hook.
19886         (completion-in-region): Use it.
19887         (completion-in-region-functions): Mark obsolete.
19888         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
19889         * abbrev.el (abbrev-expand-function): New hook.
19890         (expand-abbrev): Use it.
19891         (abbrev-expand-functions): Mark obsolete.
19892         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
19893         and :filter-return.
19895 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
19897         * progmodes/python.el (python-nav--syntactically): Fix cornercases
19898         and do not care about match data.
19900 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19902         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
19903         completion tables when completing error conditions and
19904         `declare' arguments.
19905         (lisp-complete-symbol, field-complete): Mark as obsolete.
19906         (check-parens): Unmatched parens are user errors.
19907         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
19909 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
19911         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
19912         command changed buffer (ie. `flyspell-pre-buffer' is not current
19913         buffer), which prevents making decisions based on invalid value of
19914         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
19915         cause an error when `flyspell-pre-point' was nil after switching
19916         buffers.
19917         (flyspell-post-command-hook): No longer needs to change buffers when
19918         checking pre-word.  While at it remove unnecessary progn.
19920 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
19922         * textmodes/ispell.el (ispell-add-per-file-word-list):
19923         Fix `flyspell-correct-word-before-point' error when accepting
19924         words and `coment-padding' is an integer by using
19925         `comment-normalize-vars' (Bug #14214).
19927 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
19929         New defun movement commands.
19930         * progmodes/python.el (python-nav--syntactically)
19931         (python-nav--forward-defun, python-nav-backward-defun)
19932         (python-nav-forward-defun): New functions.
19934 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
19936         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
19937         (python-syntax-context): Use named compiler-macro for backwards
19938         compatibility with Emacs 24.x.
19940 2013-04-17  Leo Liu  <sdl.web@gmail.com>
19942         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
19943         octave-hide-process-buffer.
19945 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19947         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
19948         (bug#14216).
19950 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
19952         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
19953         Fix adjustment of offset when receiving incomplete responses from GDB
19954         (bug#14129).
19956 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19958         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
19959         python-mode-abbrev-table.
19960         (python-skeleton-define): Adjust accordingly.
19961         (python-mode-abbrev-table): New table that inherits from it so that
19962         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
19964         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
19965         (abbrev-symbol): Use it.
19966         (abbrev--before-point): Use it since we already handle inheritance.
19968 2013-04-16  Leo Liu  <sdl.web@gmail.com>
19970         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
19971         binding to info-lookup-symbol.
19973 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
19975         * minibuffer.el (completion--twq-all):
19976         * term/ns-win.el (ns-initialize-window-system):
19977         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
19979 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19981         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
19982         global bindings.
19984         * doc-view.el (doc-view-start-process): Handle url-handler directories.
19986 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
19988         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
19989         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
19990         to nil.
19991         (ruby-end-of-defun): Remove the unused arg, change the docstring
19992         to reflect that this function is only used as the value of
19993         `end-of-defun-function'.
19994         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
19995         to reflect an earlier change that beginning/end-of-defun functions
19996         jump between methods in a class definition, as well as top-level
19997         functions.
19999 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20001         * minibuffer.el (minibuffer-complete): Don't just scroll
20002         a *Completions* that's been iconified.
20003         (minibuffer-force-complete): Make sure repetitions do cycle when going
20004         through completion-in-region -> minibuffer-complete.
20006 2013-04-15  Alan Mackenzie  <acm@muc.de>
20008         Correct the placement of c-cpp-delimiters when there're #s not at
20009         col 0.
20011         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
20012         place a submatch around the #.
20013         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
20014         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
20015         on the #, not BOL.
20017 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20019         * emacs-lisp/nadvice.el: Properly test names when adding advice.
20020         (advice--member-p): New arg `name'.
20021         (advice--add-function, advice-member-p): Use it (bug#14202).
20023 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
20025         Reformulate java imenu-generic-expression.
20026         The old expression contained ill formed regexps.
20028         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
20029         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
20030         (cc-imenu-java-method-arg-regexp): New defconsts.
20031         (cc-imenu-java-build-type-args-regex): New defun.
20032         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
20033         handling of spaces in the regexp.
20035 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
20037         * textmodes/ispell.el (ispell-command-loop): Remove
20038         flyspell highlight of a word when ispell accepts it (bug #14178).
20040 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
20042         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
20043         uses code from the previous `ange-ftp-run-real-handler'.
20044         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
20045         only in case that function exist.  This is needed for proper
20046         unloading of Tramp.
20048 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
20050         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
20052         * textmodes/reftex.el (reftex-compile-variables): Use it.
20054 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20056         * files.el (normal-mode): Only use default major-mode if no other mode
20057         was specified.
20059         * emacs-lisp/trace.el (trace-values): New function.
20061         * files.el: Allow : in local variables (bug#14089).
20062         (hack-local-variable-regexp): New var.
20063         (hack-local-variables-prop-line, hack-local-variables): Use it.
20065 2013-04-13  Roland Winkler  <winkler@gnu.org>
20067         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
20068         data before it gets modified by bibtex-beginning-of-entry.
20070 2013-04-13  Roland Winkler  <winkler@gnu.org>
20072         * textmodes/bibtex.el (bibtex-url): Doc fix.
20074 2013-04-13  Roland Winkler  <winkler@gnu.org>
20076         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
20077         does not visit a BibTeX file, exclude it from the list of buffers
20078         returned by bibtex-initialize.
20080 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
20082         * window.el (split-window): Remove interactive form, since as a
20083         command this function is a special case of split-window-below.
20084         Correct doc string.
20086 2013-04-12  Roland Winkler  <winkler@gnu.org>
20088         * faces.el (read-face-name): Do not override value of arg default.
20089         Allow single faces and strings as default values.  Remove those
20090         elements from return value that are not faces.
20091         (describe-face): Simplify.
20092         (face-at-point): New optional args thing and multiple so that this
20093         function can provide the same functionality previously provided by
20094         read-face-name.
20095         (make-face-bold, make-face-unbold, make-face-italic)
20096         (make-face-unitalic, make-face-bold-italic, invert-face)
20097         (modify-face, read-face-and-attribute): Use face-at-point.
20099         * cus-edit.el (customize-face, customize-face-other-window)
20100         * cus-theme.el (custom-theme-add-face)
20101         * face-remap.el (buffer-face-set)
20102         * facemenu.el (facemenu-set-face): Use face-at-point.
20104 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
20106         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
20108 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
20110         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
20111         off leading { and trailing } from field values.
20113 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20115         * emacs-lisp/timer.el (timer--check): New function.
20116         (timer--time, timer-set-function, timer-event-handler): Use it.
20117         (timer-set-idle-time): Simplify.
20118         (timer--activate): CSE.
20119         (timer-event-handler): Give more info in error message.
20120         (internal-timer-start-idle): New function, moved from C.
20122         * mpc.el (mpc-proc): Add `restart' argument.
20123         (mpc-proc-cmd): Use it.
20124         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
20125         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
20126         less often.
20128 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
20130         * progmodes/sh-script.el: Implement `sh-mode' own
20131         `add-log-current-defun-function' (bug#14112).
20132         (sh-current-defun-name): New function.
20133         (sh-mode): Use the function.
20135 2013-04-09  Bastien Guerry  <bzg@gnu.org>
20137         * simple.el (choose-completion-string): Fix docstring (bug#14163).
20139 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20141         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
20143         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
20144         timer (bug#14156).
20146 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
20148         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
20149         declaration.
20151 2013-04-07  Leo Liu  <sdl.web@gmail.com>
20153         * pcmpl-x.el: New file.
20155 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
20157         Do not set x-display-name until X connection is established.
20158         This is needed to prevent from weird situation described at
20159         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
20160         * frame.el (make-frame): Set x-display-name after call to
20161         window system initialization function, not before.
20162         * term/x-win.el (x-initialize-window-system): Add optional
20163         display argument and use it.
20164         * term/w32-win.el (w32-initialize-window-system):
20165         * term/ns-win.el (ns-initialize-window-system):
20166         * term/pc-win.el (msdos-initialize-window-system):
20167         Add compatible optional display argument.
20169 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
20171         * files.el (normal-backup-enable-predicate): On MS-Windows and
20172         MS-DOS compare truenames of temporary-file-directory and of the
20173         file, so that 8+3 aliases (usually found in $TEMP on Windows)
20174         don't fail comparison by compare-strings.  Also, compare file
20175         names case-insensitively on MS-Windows and MS-DOS.
20177 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20179         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
20180         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
20182 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
20184         * whitespace.el (whitespace-color-on, whitespace-color-off):
20185         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
20187 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
20189         * ispell.el (ispell-set-spellchecker-params):
20190         Really set `ispell-args' for all equivs.
20192 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20194         * ido.el (ido-completions): Use extra elements of ido-decorations
20195         (bug#14143).
20196         (ido-decorations): Update docstring.
20198 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
20200         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20201         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
20202         nil during initialization, in order not to miss changes since the
20203         file was opened.  (Bug#14140)
20205 2013-04-05  Leo Liu  <sdl.web@gmail.com>
20207         * kmacro.el (kmacro-call-macro): Fix bug#14135.
20209 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
20211         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
20213 2013-04-04  Glenn Morris  <rgm@gnu.org>
20215         * electric.el (electric-pair-inhibit-predicate): Add :version.
20217 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20219         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
20220         when a package is required several times (bug#14082).
20222 2013-04-04  Roland Winkler  <winkler@gnu.org>
20224         * faces.el (read-face-name): Behave as promised by the docstring.
20225         Assume that arg default is a list of faces.
20226         (describe-face): Call read-face-name with list of default faces.
20228 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20230         * bookmark.el: Fix deletion of bookmarks (bug#13972).
20231         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
20232         (bookmark-bmenu-execute-deletions): Only skip first line if it's
20233         the header.
20234         (bookmark-exit-hook-internal): Save even if list is empty.
20236 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
20238         * emacs-lisp/package.el (package-pinned-packages): New var.
20239         (package--add-to-archive-contents): Obey it (bug#14118).
20241 2013-04-03  Alan Mackenzie  <acm@muc.de>
20243         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
20244         Also adapt to the new values of element 7 of a parse state.
20246         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
20247         parameter `not-in-delimiter'.  Handle being inside comment opener.
20248         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
20249         character in case we're typing a '*' after a '/'.
20250         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
20251         instead by passing the parameter to c-state-pp-to-literal.
20253         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
20254         for elt. 7 of a parse state.
20256 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
20258         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
20259         * international/latin1-disp.el, international/mule-util.el:
20260         * language/cyril-util.el, language/european.el, language/ind-util.el:
20261         * language/lao-util.el, language/thai.el, language/tibet-util.el:
20262         * language/tibetan.el, language/viet-util.el:
20263         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
20265 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20267         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
20268         (electric-pair-post-self-insert-function): Use it.
20269         (electric-pair-default-inhibit): New function, extracted from
20270         electric-pair-post-self-insert-function.
20272 2013-03-31  Roland Winkler  <winkler@gnu.org>
20274         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
20276 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20278         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
20280 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
20282         Un-indent after "pass" and "return" statements (Bug#13888)
20283         * progmodes/python.el (python-indent-block-enders): New var.
20284         (python-indent-calculate-indentation): Use it.
20286 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
20288         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
20289         defun.  Defining it as defalias could introduce too eager
20290         byte-compiler optimization.  (Bug#14030)
20292 2013-03-30  Chong Yidong  <cyd@gnu.org>
20294         * iswitchb.el (iswitchb-read-buffer): Fix typo.
20296 2013-03-30  Leo Liu  <sdl.web@gmail.com>
20298         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
20299         (kmacro-execute-from-register): Pass the keyboard macro to
20300         kmacro-call-macro or repeating won't work correctly.
20302 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
20304         * progmodes/subword.el: Back to using `forward-symbol'.
20306         * subr.el (forward-whitespace, forward-symbol)
20307         (forward-same-syntax): Move from thingatpt.el.
20309 2013-03-29  Leo Liu  <sdl.web@gmail.com>
20311         * kmacro.el (kmacro-to-register): New command.
20312         (kmacro-execute-from-register): New function.
20313         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
20315 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20317         * mpc.el: Use defvar-local and setq-local.
20318         (mpc--proc-connect): Connection failures are not bugs.
20319         (mpc-mode-map): `follow-link' only applies to the buffer's content.
20320         (mpc-volume-map): Bind to the up-events.
20322 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20324         * progmodes/subword.el (superword-mode): Use `forward-sexp'
20325         instead of `forward-symbol'.
20327 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20329         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
20330         (edebug--recursive-edit): Use it.
20331         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
20332         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
20334 2013-03-28  Leo Liu  <sdl.web@gmail.com>
20336         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
20338 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
20340         * facemenu.el (list-colors-callback): New defvar.
20341         (list-colors-redisplay): New function.
20342         (list-colors-display): Install list-colors-redisplay as the
20343         revert-buffer-function.  (Bug#14063)
20345 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20347         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
20348         and suffixes don't overlap (bug#14061).
20350         * case-table.el: Use lexical-binding.
20351         (case-table-get-table): New function.
20352         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
20354 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
20356         * progmodes/subword.el: Add `superword-mode' to do word motion
20357         over symbol_words (parallels and leverages `subword-mode' which
20358         does word motion inside MixedCaseWords).
20360 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
20362         * eshell/em-unix.el: Move su and sudo to...
20363         * eshell/em-tramp.el: ...Eshell tramp module.
20365 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20367         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
20368         Change return value to be a sexp.  Delay `get-buffer' to after
20369         restoring the desktop (bug#13951).
20371 2013-03-26  Leo Liu  <sdl.web@gmail.com>
20373         * register.el: Move semantic tag handling back to
20374         cedet/semantic/senator.el.  (Bug#14052)
20376 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20378         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
20379         into the prompt either (bug#13963).
20381 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20383         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
20384         part of "(error-foo)".
20386 2013-03-24  Juri Linkov  <juri@jurta.org>
20388         * replace.el (list-matching-lines-prefix-face): New defcustom.
20389         (occur-1): Pass `list-matching-lines-prefix-face' to the function
20390         `occur-engine' if `face-differs-from-default-p' returns t.
20391         (occur-engine): Add `,' inside backquote construct to evaluate
20392         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
20393         Pass `prefix-face' to the functions `occur-context-lines' and
20394         `occur-engine-add-prefix'.
20395         (occur-engine-add-prefix, occur-context-lines): Add optional arg
20396         `prefix-face' and propertize the prefix with `prefix-face'.
20397         (Bug#14017)
20399 2013-03-24  Leo Liu  <sdl.web@gmail.com>
20401         * nxml/rng-valid.el (rng-validate-while-idle)
20402         (rng-validate-quick-while-idle): Guard against deleted buffer.
20403         (Bug#13999)
20405         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
20406         is the last entry in kill-buffer-hook.
20408         * files.el (kill-buffer-hook): Doc fix.
20410 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
20412         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
20413         Make it safe-local.
20415         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
20417 2013-03-23  Leo Liu  <sdl.web@gmail.com>
20419         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
20420         Remove.
20422         * nxml/rng-valid.el (rng-validate-mode)
20423         (rng-after-change-function, rng-do-some-validation):
20424         * nxml/rng-maint.el (rng-validate-buffer):
20425         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
20426         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
20427         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
20428         (nxml-extend-after-change-region): Use with-silent-modifications.
20430         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
20431         timer-idle-list.
20433         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
20434         (rng-next-error-1, rng-previous-error-1): Do not let-bind
20435         timer-idle-list.  (Bug#13999)
20437 2013-03-23  Juri Linkov  <juri@jurta.org>
20439         * info.el (info-index-match): New face.
20440         (Info-index, Info-apropos-matches): Add a nested subgroup to the
20441         main pattern and add text properties with the new face to matches
20442         in index entries relative to the beginning of the index entry.
20443         (Bug#14015)
20445 2013-03-21  Eric Ludlam  <zappo@gnu.org>
20447         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
20448         Inhibit read only while inserting objects.
20450 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
20452         * progmodes/cfengine.el: Update docs to mention
20453         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
20454         symbol motion.  Remove "_" from the word syntax.
20456 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
20458         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
20459         syntax for both `cfengine2-mode' and `cfengine3-mode'.
20461 2013-03-20  Juri Linkov  <juri@jurta.org>
20463         * info.el (Info-next-reference-or-link)
20464         (Info-prev-reference-or-link): New functions.
20465         (Info-next-reference, Info-prev-reference): Use them.
20466         (Info-try-follow-nearest-node): Handle footnote navigation.
20467         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
20469 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20471         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
20472         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
20474 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
20476         Suppress unnecessary non-ASCII chatter during build process.
20477         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
20478         (batch-skkdic-convert): Suppress most of the chatter.
20479         It's not needed so much now that machines are faster,
20480         and its non-ASCII component was confusing; see Dmitry Gutov in
20481         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
20483 2013-03-20  Leo Liu  <sdl.web@gmail.com>
20485         * ido.el (ido-chop): Fix bug#10994.
20487 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
20489         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
20490         Remove vars.
20491         (whitespace-color-on, whitespace-color-off):
20492         Use `font-lock-fontify-buffer' (Bug#13817).
20494 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20496         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
20497         remapping in mode-line.
20498         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
20500 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
20502         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
20503         value for `whitespace-line' face (Bug#13875).
20504         (whitespace-font-lock-keywords): Change description.
20505         (whitespace-color-on): Don't save `font-lock-keywords' value, save
20506         the constructed keywords instead.
20507         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
20509 2013-03-19  Leo Liu  <sdl.web@gmail.com>
20511         * progmodes/compile.el (compilation-display-error): New command.
20512         (compilation-mode-map, compilation-minor-mode-map): Bind it to
20513         C-o.  (Bug#13992)
20515 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20517         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
20519 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
20521         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
20523 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
20525         * net/tramp-compat.el (tramp-compat-user-error): New defun.
20527         * net/tramp-adb.el (tramp-adb-handle-shell-command):
20528         * net/tramp-gvfs.el (top):
20529         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
20530         (tramp-handle-shell-command): Use it.
20531         (tramp-dissect-file-name): Raise an error when hostname is a
20532         method name, and neither method nor user is specified.
20534         * net/trampver.el: Update release number.
20536 2013-03-18  Leo Liu  <sdl.web@gmail.com>
20538         Make sure eldoc can be turned off properly.
20539         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
20540         eldoc-mode.
20541         (eldoc-display-message-p): Revert last change.
20542         (eldoc-display-message-no-interference-p)
20543         (eldoc-print-current-symbol-info): Tweak.
20545 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
20547         * doc-view.el (doc-view-new-window-function): Check the new window
20548         overlay's display property instead the char property of the
20549         buffer's first char.  Use `with-selected-window' instead of
20550         `save-window-excursion' with `select-window'.
20551         (doc-view-document->bitmap): Check the current doc-view overlay's
20552         display property instead the char property of the buffer's first char.
20554 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20556         Automate the build of ja-dic.el (Bug#13984).
20557         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
20558         from the input, rather than assume that it's been done for us by the
20559         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
20560         the current date into a ja-dic.el comment, as that complicates
20561         regression testing.
20563 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20565         * whitespace.el: Fix double evaluation.
20566         (whitespace-space, whitespace-hspace, whitespace-tab)
20567         (whitespace-newline, whitespace-trailing, whitespace-line)
20568         (whitespace-space-before-tab, whitespace-indentation)
20569         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
20570         obsolete defvars.
20571         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
20572         (whitespace-color-on): Use a single font-lock-add-keywords call.
20573         Fix double-evaluation of face variables.
20575 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
20577         * net/tramp-adb.el (tramp-adb-parse-device-names):
20578         Use `start-process' instead of `call-process'.  Otherwise, the
20579         function might be blocked under MS Windows.  (Bug#13299)
20581 2013-03-17  Leo Liu  <sdl.web@gmail.com>
20583         Extend eldoc to display info in the mode-line.  (Bug#13978)
20584         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
20585         (eldoc-mode-line-string): New variable.
20586         (eldoc-minibuffer-message): New function.
20587         (eldoc-message-function): New variable.
20588         (eldoc-message): Use it.
20589         (eldoc-display-message-p)
20590         (eldoc-display-message-no-interference-p):
20591         Support eldoc-post-insert-mode.
20593         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
20594         (eval-expression): Run it.
20596 2013-03-17  Roland Winkler  <winkler@gnu.org>
20598         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
20599         strings in the list of return values.
20601 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
20603         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
20604         radix before checking for HMS forms.
20606 2013-03-16  Leo Liu  <sdl.web@gmail.com>
20608         * progmodes/scheme.el: Add indentation and font-locking for λ.
20609         (Bug#13975)
20611 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20613         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
20614         token before point (bug#13942).
20616 2013-03-16  Leo Liu  <sdl.web@gmail.com>
20618         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
20620 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
20622         * startup.el (command-line-normalize-file-name): Fix handling of
20623         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
20624         <xfq.free@gmail.com> in
20625         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
20627 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
20629         Sync with Tramp 2.2.7.
20631         * net/trampver.el: Update release number.
20633 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
20635         * doc-view.el: Fix bug#13887.
20636         (doc-view-insert-image): Don't modify overlay associated to
20637         non-live windows, and implement horizontal centering of image in
20638         case it's smaller than the window.
20639         (doc-view-new-window-function): Force redisplay of new windows on
20640         doc-view buffers.
20642 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
20644         * saveplace.el (save-place-alist-to-file): Don't sort
20645         `save-place-alist', just pretty-print it (bug#13882).
20647 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
20649         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
20650         Check whether `default-file-name-coding-system' is bound.
20651         It isn't in XEmacs.
20653 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20655         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
20656         backquotes for `obsolete' (bug#13929).
20658         * international/mule.el (find-auto-coding): Include file name in
20659         obsolescence warning (bug#13922).
20661 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
20663         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
20664         for CFEngine 3-specific indentation.
20665         (cfengine3-indent-line): Use it.  Fix up category regex.
20666         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
20668 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20670         * type-break.el (type-break-file-name):
20671         * textmodes/remember.el (remember-data-file):
20672         * strokes.el (strokes-file):
20673         * shadowfile.el (shadow-initialize):
20674         * saveplace.el (save-place-file):
20675         * ps-bdf.el (bdf-cache-file):
20676         * progmodes/idlwave.el (idlwave-config-directory):
20677         * net/quickurl.el (quickurl-url-file):
20678         * international/kkc.el (kkc-init-file-name):
20679         * ido.el (ido-save-directory-list-file):
20680         * emulation/viper.el (viper-custom-file-name):
20681         * emulation/vip.el (vip-startup-file):
20682         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
20683         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
20685 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
20687         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
20688         * language/thai-word.el: Switch to UTF-8.
20690 See ChangeLog.16 for earlier changes.
20692 ;; Local Variables:
20693 ;; coding: utf-8
20694 ;; End:
20696   Copyright (C) 2011-2014 Free Software Foundation, Inc.
20698   This file is part of GNU Emacs.
20700   GNU Emacs is free software: you can redistribute it and/or modify
20701   it under the terms of the GNU General Public License as published by
20702   the Free Software Foundation, either version 3 of the License, or
20703   (at your option) any later version.
20705   GNU Emacs is distributed in the hope that it will be useful,
20706   but WITHOUT ANY WARRANTY; without even the implied warranty of
20707   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20708   GNU General Public License for more details.
20710   You should have received a copy of the GNU General Public License
20711   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.