Fix import completion.
[emacs.git] / lisp / ChangeLog
blob9ec8c94fec30aa7e9eaf186cc67c913ddaa8f2ef
1 2014-10-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         Fix import completion.  (Bug#18582)
4         * progmodes/python.el (python-shell-completion-get-completions):
5         Fix import case regexp.
7 2014-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
10         (bug#18622).  Reported by Arni Magnusson <arnima@hafro.is>.
11         * progmodes/prolog.el (prolog-electric--underscore): Same.
13 2014-10-09  Glenn Morris  <rgm@gnu.org>
15         * frame.el (display-monitor-attributes-list): Doc tweaks.
17 2014-10-08  Eli Zaretskii  <eliz@gnu.org>
19         * faces.el (display-grayscale-p): Mention in the doc string that
20         the argument can be either a display name or a frame.
22         * frame.el (display-pixel-height, display-pixel-width)
23         (display-mm-height, display-mm-width, display-backing-store)
24         (display-save-under, display-planes, display-color-cells)
25         (display-visual-class, display-monitor-attributes-list)
26         (display-screens): Mention in the doc string that the argument can
27         be either a display name or a frame.  Improve the docs of the
28         monitor attributes.  (Bug#18636)
30 2014-10-06  Martin Rudalics  <rudalics@gmx.at>
32         * term.el (term-window-width): Subtract 1 from the width when
33         any fringe has zero width, not just the right fringe.  (Bug#18601)
35 2014-10-05  Leo Liu  <sdl.web@gmail.com>
37         * imenu.el (imenu-default-goto-function): Fix typo.
39 2014-10-04  Glenn Morris  <rgm@gnu.org>
41         * frame.el (frame-monitor-attributes)
42         (display-monitor-attributes-list): Doc fixes.
44 2014-10-03  Dmitry Gutov  <dgutov@yandex.ru>
46         * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
47         (vc-svn-ignore): Use it.  (Bug#18619)
49 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
51         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
52         In doc-string mention need to set `frame-resize-pixelwise'.
54 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
56         * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
57         similarly to Rogers's 2010-06-16 change for the remote case
58         (bug#18605).
60 2014-10-01  Glenn Morris  <rgm@gnu.org>
62         * emacs-lisp/package.el (package-import-keyring):
63         Create gnupg directory private.  (Bug#17625#155)
65 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
67         * progmodes/python.el (python-shell-completion-get-completions):
68         Use python-shell--prompt-calculated-input-regexp from the
69         process buffer (bug#18582).
70         Don't assume that `line' comes from the process buffer.
72 2014-09-30  Leonardo Nobrega  <leonobr@gmail.com>  (tiny change)
74         * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
75         (bug#18462).
77 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
79         * emacs-lisp/package.el (package-check-signature): Default to nil if
80         GPG is not available.
81         (package-refresh-contents): Don't mess with the keyring if we won't
82         check the signatures anyway.
84 2014-09-18  Kan-Ru Chen  <kanru@kanru.info>
86         * window.el (fit-window-to-buffer): When counting buffer width,
87         count the whole visible buffer.  Correctly convert the body-height
88         to pixel size for window-text-pixel-size (Bug#18498).
90 2014-09-14  Glenn Morris  <rgm@gnu.org>
92         * image.el (image-multi-frame-p): Fix thinko - do not force
93         a delay if none was specified.  (Bug#18334)
95 2014-09-12  Kan-Ru Chen  <kanru@kanru.info>
97         * window.el (fit-window-to-buffer): Doc fix.
99 2014-09-10  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
101         * desktop.el (desktop-create-buffer): Check that buffers are still live
102         before burying them (bug#18373).
104 2014-09-09  Glenn Morris  <rgm@gnu.org>
106         * calendar/diary-lib.el (diary-list-entries):
107         Restore 24.3 display behavior.  (Bug#18381)
109 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
111         * mouse.el (mouse-drag-line): On text-mode frames, count the mode
112         line and header line as 1 pixel.  This fixes the 1-"pixel" (row)
113         discrepancy between window-pixel-edges and mouse events, and
114         avoids moving mode line up when the mouse click is on the modeline
115         and no drag is attempted.
117 2014-09-08  Glenn Morris  <rgm@gnu.org>
119         * calendar/calendar.el (calendar-basic-setup):
120         Avoid clobbering calendar with diary.  (Bug#18381)
122 2014-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
126 2014-09-04  Lars Ljung  <lars@matholka.se>  (tiny change)
128         * isearch.el (isearch-yank-word-or-char): Obey superword-mode
129         as well (bug#18400).
131 2014-09-04  Eli Zaretskii  <eliz@gnu.org>
133         * subr.el (posn-actual-col-row): Doc fix.  (Bug#18385)
135 2014-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * emacs-lisp/package.el (package-generate-description-file):
138         Properly quote the arguments (bug#18332).  Change second arg.
139         (package--alist-to-plist-args): Rename from package--alist-to-plist and
140         quote the elements.
141         (package--make-autoloads-and-stuff): Fix the test for pre-existence of
142         the *-pkg.el file.  Adjust to new calling convention of
143         package-generate-description-file.
145         * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
146         (gud-gdb-completions): Remove obsolete workaround.
148 2014-09-02  Eli Zaretskii  <eliz@gnu.org>
150         * subr.el (posn-col-row): Revert the change from commit
151         2010-11-13T21:07:58Z!eliz@gnu.org, which
152         was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
153         monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
154         introduced an off-by-one error in the reported row when there is a
155         header line.  (Bug#18384)
157 2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
159         * progmodes/python.el (python-indent-post-self-insert-function):
160         Avoid electric colon at beginning-of-defun.  (Bug#18228)
162 2014-09-01  Glenn Morris  <rgm@gnu.org>
164         * tutorial.el (tutorial--display-changes):
165         Fix 2014-07-29 change.  (Bug#18382)
167 2014-08-29  Ken Brown  <kbrown@cornell.edu>
169         * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
170         the Cygwin-w32 build.  (Bug#18347)
172 2014-08-28  Glenn Morris  <rgm@gnu.org>
174         * tar-mode.el (tar--extract, tar-extract):
175         Avoid permanently disabling undo in extracted buffers.  (Bug#18344)
177 2014-08-27  Michael Albinus  <michael.albinus@gmx.de>
179         * emacs-lisp/authors.el (authors-aliases): Addition.
181         * net/tramp-adb.el: Spell author name correctly.
183 2014-08-27  João Távora  <joaotavora@gmail.com>
185         * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
186         use url-expand-file-name.  (Bug#18310)
188 2014-08-25  Glenn Morris  <rgm@gnu.org>
190         * emulation/cua-rect.el (cua--highlight-rectangle):
191         Avoid error at point-min.  (Bug#18309)
193 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
195         * progmodes/python.el (python-shell-prompt-detect): Remove redundant
196         executable-find (bug#18244).
198         * simple.el (self-insert-uses-region-functions): Defvar.
200 2014-08-13  Leo Liu  <sdl.web@gmail.com>
202         * speedbar.el (speedbar-generic-list-tag-p): Allow special
203         elements from imenu.
205 2014-08-11  Glenn Morris  <rgm@gnu.org>
207         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
209         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
210         chose coding system for writing before backing up, since it causes
211         a more serious problem than the one it solves.  (Closes Bug#18141,
212         reopens Bug#13522.)
214 2014-08-10  Martin Rudalics  <rudalics@gmx.at>
216         * window.el (window-total-size): Make doc-string more
217         self-contained.
219 2014-08-09  Martin Rudalics  <rudalics@gmx.at>
221         * window.el (display-buffer-below-selected): Restore original
222         behavior if buffer is already displayed in the window below the
223         selected one (Bug#18181).
225 2014-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
227         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
228         event (bug#18212).
230 2014-08-08  Eli Zaretskii  <eliz@gnu.org>
232         * info.el (info): Doc fix.
234 2014-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * info.el (Info-mode-map): Override a global down-mouse-2 binding
237         (bug#18212).
239 2014-08-05  Eli Zaretskii  <eliz@gnu.org>
241         * simple.el (default-line-height): A floating-point value of
242         line-spacing means a fraction of the default frame font's height,
243         not of the font currently used by the 'default' face.
244         Truncate the pixel value, like the display engine does.
245         (window-screen-lines): Use window-inside-pixel-edges for
246         determining the window height in pixels.  (Bug#18195)
248 2014-07-29  Eli Zaretskii  <eliz@gnu.org>
250         * tutorial.el (tutorial--display-changes): Accept punctuation
251         characters before the key binding.  (Bug#18146)
253 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
255         * doc-view.el (doc-view-open-text): Don't require that the
256         document is saved in a file (e.g., email attachment).
258 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
260         * window.el (window--pixel-to-total): Use FRAME's root window, not
261         that of the selected frame.  (Bug#18112, Bug#16674)
263 2014-07-27  Andreas Schwab  <schwab@linux-m68k.org>
265         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
266         (Bug#18117)
268 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
270         * progmodes/python.el (inferior-python-mode): Doc fix.
272 2014-07-25  Stephen Berman  <stephen.berman@gmx.net>
274         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
275         not a character, ignore it instead of raising an error.
277 2014-07-25  Stephen Berman  <stephen.berman@gmx.net>
279         * calendar/todo-mode.el: Fix handling of marked items and make
280         minor code improvements.
281         (todo-edit-item): If there are marked items, ensure user can only
282         invoke editing commands that work with marked items.
283         (todo-edit-item--text): When there are marked items, make it a
284         noop if invoked with point not on an item; otherwise, ensure it
285         applies only to item at point.
286         (todo-item-undone): If there are marked not-done items, return
287         point to its original position before signaling user error.
288         (todo--user-error-if-marked-done-item): New function.
289         (todo-edit-item--header, todo-edit-item--diary-inclusion)
290         (todo-item-done): Use it.
292 2014-07-25  Glenn Morris  <rgm@gnu.org>
294         * files.el (toggle-read-only): Re-add basic doc-string.
295         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
297         * progmodes/prolog.el (prolog-mode-keybindings-edit):
298         Replace missing `switch-to-prolog' with `run-prolog'.
299         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
301 2014-07-22  Stephen Berman  <stephen.berman@gmx.net>
303         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
304         of file-wide setting when changing category-wide setting.
306 2014-07-21  Glenn Morris  <rgm@gnu.org>
308         * progmodes/hideif.el (hide-ifdef-mode-submap):
309         Also substitute read-only-mode.
310         * bindings.el (mode-line-toggle-read-only):
311         * bs.el (bs-toggle-readonly):
312         * buff-menu.el (Buffer-menu-toggle-read-only):
313         * dired.el (dired-toggle-read-only):
314         * files.el (view-read-only, find-file-read-only)
315         (find-file-read-only-other-window)
316         (find-file-read-only-other-frame):
317         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
318         Doc fixes re toggle-read-only.
320 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
322         * progmodes/python.el: Add comment about pipe buffering and
323         solutions for missing/delayed output in inferior Python shells.
324         (Bug#17304)
326 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
328         * progmodes/python.el (python-mode): Don't set
329         mode-require-final-newline.  (Bug#17990)
331 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
333         Make python.el work with IPython automatically.  (Bug#15510)
334         * progmodes/python.el:
335         (python-shell-completion-setup-code): New value supporting iPython.
336         (python-shell-completion-string-code): New value supporting iPython.
337         (python-shell-completion-get-completions): Use them.
338         (python-shell-completion-module-string-code): Make obsolete.
339         (python-shell-prompt-input-regexps)
340         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
341         (python-shell-output-filter): Fix comment typo.
343 2014-07-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
345         Fix Python shell prompts detection for remote hosts.
346         * progmodes/python.el (python-shell-prompt-detect):
347         Replace call-process with process-file and make it more robust.
349 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
351         Autodetect Python shell prompts.  (Bug#17370)
352         * progmodes/python.el:
353         (python-shell-interpreter-interactive-arg)
354         (python-shell-prompt-detect-enabled)
355         (python-shell-prompt-detect-failure-warning)
356         (python-shell-prompt-input-regexps)
357         (python-shell-prompt-output-regexps): New vars.
358         (python-shell-prompt-calculated-input-regexp)
359         (python-shell-prompt-calculated-output-regexp): New vars.
360         (python-shell-get-process-name)
361         (python-shell-internal-get-process-name)
362         (python-shell-output-filter)
363         (python-shell-completion-get-completions): Use them.
364         (python-shell-prompt-detect)
365         (python-shell-prompt-validate-regexps): New functions.
366         (python-shell-prompt-set-calculated-regexps): New function.
367         (inferior-python-mode): Use it.  Also honor overridden
368         python-shell-interpreter and python-shell-interpreter-args.
369         (python-shell-make-comint): Honor overridden
370         python-shell-interpreter and python-shell-interpreter-args.
371         (python-shell-get-or-create-process): Make it testable by allowing
372         to call run-python non-interactively.
373         (python-util-valid-regexp-p): New function.
374         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
375         (python-shell-prompt-output-regexp)
376         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
378 2014-07-16  Glenn Morris  <rgm@gnu.org>
380         * desktop.el (after-init-hook): Disable startup frame restoration
381         in non-graphical situations.  (Bug#17693)
383 2014-07-14  Glenn Morris  <rgm@gnu.org>
385         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
386         if it was "empty", or used for a different set of files.  (Bug#17884)
388 2014-07-13  Eli Zaretskii  <eliz@gnu.org>
390         * bindings.el (mode-line-remote): If default-directory is not a
391         string, don't call file-remote-p on it; instead state in the
392         help-echo that it is nil.  (Bug#17986)
394 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
396         Fix bug: C-x v v discarded existing log message (Bug#17884).
397         * vc/vc-dispatcher.el (vc-log-edit):
398         Don't clobber an already-existing log message.
400 2014-07-10  Glenn Morris  <rgm@gnu.org>
402         * vc/log-edit.el (log-edit-changelog-entries):
403         Check for a visited-but-never-saved ChangeLog.
405 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
407         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
408         a non-existing file (bug#17970).
410         * faces.el (face-name): Undo last change.
411         (x-resolve-font-name): Don't call face-name (bug#17956).
413 2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
415         Fix dedenters and electric colon handling. (Bug#15163)
417         * progmodes/python.el
418         (python-rx-constituents): Add dedenter and block-ender.
419         (python-indent-dedenters, python-indent-block-enders): Delete.
420         (python-indent-context): Return new case for dedenter-statement.
421         (python-indent-calculate-indentation): Handle new case.
422         (python-indent-calculate-levels): Fix levels calculation for
423         dedenter statements.
424         (python-indent-post-self-insert-function): Fix colon handling.
425         (python-info-dedenter-opening-block-message): New function.
426         (python-indent-line): Use it.
427         (python-info-closing-block)
428         (python-info-closing-block-message): Remove.
429         (python-info-dedenter-opening-block-position)
430         (python-info-dedenter-opening-block-positions)
431         (python-info-dedenter-statement-p): New functions.
433 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
435         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
436         the middle of a line (bug#17896).
438 2014-07-08  Juri Linkov  <juri@jurta.org>
440         * startup.el (command-line): Append displaying the warning about
441         the errors in the init file to the end of `after-init-hook'.
442         (Bug#17927)
444 2014-07-08  Juri Linkov  <juri@jurta.org>
446         * faces.el (face-name): Return input arg `face' as is
447         when it's not a symbol.
448         (x-resolve-font-name): Don't check if the face is a symbol.
449         (Bug#17956)
451 2014-07-08  Juri Linkov  <juri@jurta.org>
453         * facemenu.el (list-colors-print): In help-echo format use %.2f
454         instead of %d because now HSV values are floating-point components
455         between 0.0 and 1.0.
457 2014-07-06  Glenn Morris  <rgm@gnu.org>
459         * emulation/cua-rect.el (cua--activate-rectangle):
460         Avoid setting cua--rectangle to nil.  (Bug#17877)
462 2014-07-06  Stephen Berman  <stephen.berman@gmx.net>
464         * calendar/todo-mode.el: Fix wrong-type-argument error when
465         marking multiple consecutive items.
466         (todo-toggle-mark-item): Don't try to mark the empty lines at the
467         end of the todo and done items sections.  Note in doc string that
468         items marked by passing a numeric prefix argument can include the
469         last todo and first done items.
470         (todo-mark-category): Don't try to mark the empty line between the
471         todo and done items sections.
473 2014-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
476         proper Lisp quoting (bug#17934).
478         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
479         require-final-newline since prog-mode already took care of it (bug#17947).
481 2014-07-04  Stephen Berman  <stephen.berman@gmx.net>
483         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
484         refer to the Todo mode Info manual.  Update the comment on
485         requiring cl-lib.
486         (todo-find-filtered-items-file): Add todo-prefix overlays.
487         (todo-filter-items): Reorder a let-bound variable to avoid a
488         wrong-type-argument error on canceling the file choice dialog.
490 2014-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
492         * progmodes/octave.el (inferior-octave-mode):
493         Set comint-input-ring-size to a number (bug#17912).
495 2014-07-03  Juri Linkov  <juri@jurta.org>
497         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
498         and `isearch-mode' associated with nil.  (Bug#17849)
500 2014-07-02  Juri Linkov  <juri@jurta.org>
502         * desktop.el (desktop-save): Rename arg `auto-save' to
503         `only-if-changed'.  Doc fix.  (Bug#17873)
505 2014-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
508         Use insert-for-yank (bug#17271).
510 2014-07-02  Leo Liu  <sdl.web@gmail.com>
512         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
513         Support lexical-binding.
515 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * vc/log-edit.el (log-edit-goto-eoh): New function.
518         (log-edit--match-first-line): Use it (bug#17861).
520 2014-07-01  Glenn Morris  <rgm@gnu.org>
522         * vc/log-edit.el (log-edit-hook): Add missing :version.
524 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
526         * progmodes/python.el (python-indent-post-self-insert-function):
527         Enhancements to electric indentation behavior inside
528         parens. (Bug#17658)
530 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
533         buffer-invisibility-spec (bug#17867).
535 2014-06-29  Andreas Schwab  <schwab@linux-m68k.org>
537         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
538         pass "-a".
540 2014-06-29  Glenn Morris  <rgm@gnu.org>
542         * cus-edit.el (help):
543         * finder.el (finder-known-keywords):
544         * help.el (help-for-help-internal):
545         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
546         (ediff-redraw-registry-buffer):
547         * vc/ediff-ptch.el (ediff-patch-file-internal):
548         Doc fixes re "online" help.  (Bug#17803)
550         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
551         (idlwave-mode): Doc URL update.
553 2014-06-27  Stephen Berman  <stephen.berman@gmx.net>
555         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
556         account for file-wide setting of todo-top-priorities-overrides.
557         Make code a bit cleaner.
559 2014-06-27  Leo Liu  <sdl.web@gmail.com>
561         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
563 2014-06-27  Glenn Morris  <rgm@gnu.org>
565         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
567 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
569         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
570         category-wide setting of todo-top-priorities-overrides, check for
571         a file-wide setting and fontify accordingly.
573 2014-06-26  Glenn Morris  <rgm@gnu.org>
575         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
577 2014-06-26  Daiki Ueno  <ueno@gnu.org>
579         * emacs-lisp/package.el (package--check-signature):
580         If package-check-signature is allow-unsigned, don't signal error when
581         we can't verify signature because of missing public key
582         (backport for bug#17625).
584 2014-06-26  Glenn Morris  <rgm@gnu.org>
586         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
587         Remove outdated declaration.
589         * emacs-lisp/authors.el (authors-valid-file-names)
590         (authors-renamed-files-alist): Additions.
592 2014-06-25  Leo Liu  <sdl.web@gmail.com>
594         * textmodes/picture.el (picture-set-tab-stops):
595         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
596         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
598         * progmodes/asm-mode.el (asm-calculate-indentation):
599         Use indent-next-tab-stop.
601         * indent.el (indent-accumulate-tab-stops): New function.
603 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
605         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
606         (package-desc-status): Obey it.
608 2014-06-25  Stephen Berman  <stephen.berman@gmx.net>
610         * calendar/todo-mode.el: Fix two bugs.
611         (todo-insert-item--basic): If user cancels item insertion to
612         another category before setting priority, show original category
613         whether it is in the same or a different file.
614         (todo-set-item-priority): After selecting category, instead of
615         moving point to top, which extends an active region, restore it.
617 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
619         * help-fns.el (describe-function-1): Check file-name is a string before
620         calling help-fns--autoloaded-p (bug#17564).
622 2014-06-24  Juri Linkov  <juri@jurta.org>
624         * desktop.el (desktop-auto-save-enable)
625         (desktop-auto-save-disable): New functions.
626         (desktop-save-mode, desktop-auto-save-timeout): Use them.
627         (desktop-read): Disable the autosave before loading the desktop,
628         and enable afterwards.  (Bug#17351)
630 2014-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
632         Fix some indentation problem with \; and pipes (bug#17842).
633         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
634         (sh-smie--default-forward-token, sh-smie--default-backward-token):
635         New functions.
636         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
637         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
638         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
640 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
642         * international/fontset.el (script-representative-chars):
643         Add representative characters for scripts added in Unicode 7.0.
644         (otf-script-alist): Synchronize with the latest registry of OTF
645         script tags.
647         * international/characters.el (char-script-table): Update for
648         scripts added and codepoint ranges changed in Unicode 7.0.
650 2014-06-23  Leo Liu  <sdl.web@gmail.com>
652         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
653         tab-stop-list to nil.  (Bug#16381)
655         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
656         (indent-rigidly-left-to-tab-stop)
657         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
658         (move-to-tab-stop): Change callers.
660 2014-06-22  Eli Zaretskii  <eliz@gnu.org>
662         * skeleton.el (skeleton-insert): Yet another fix of the doc string
663         wrt behavior of \n as the first/last element of a skeleton.
665 2014-06-22  Michael Albinus  <michael.albinus@gmx.de>
667         * net/tramp-adb.el (tramp-adb-handle-process-file):
668         * net/tramp-sh.el (tramp-sh-handle-process-file):
669         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
670         the output buffer when DISPLAY is non-nil.  (Bug#17815)
672 2014-06-21  Glenn Morris  <rgm@gnu.org>
674         * play/landmark.el (landmark-move-down, landmark-move-up):
675         Fix 2007-10-20 change - preserve horizontal position.
677 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
679         Fix completion retrieval parsing (bug#17209).
680         * progmodes/python.el (python-mode):
681         (python-util-strip-string): New function.
682         (python-shell-completion-get-completions): Use it.
684 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
686         * skeleton.el (skeleton-insert): Fix last change.
688 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
690         Enhancements for outline integration (bug#17796).
691         * progmodes/python.el (python-mode): Properly set
692         outline-heading-end-regexp so that comments after colons for
693         defuns are supported.
695 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
697         * skeleton.el (skeleton-insert): Doc fix.
699 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
702         (smie-config-guess): Use smie-config-local so the rules are obeyed
703         (bug#17818).
705         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
706         since it's already done inside the loop (bug#17819).
708 2014-06-20  Martin Rudalics  <rudalics@gmx.at>
710         * mouse.el (mouse-drag-line): Re-remove code initially removed
711         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
712         (Bug#17819).
714 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
717         align with the surrounding parent (bug#17721).
719 2014-06-20  Eli Zaretskii  <eliz@gnu.org>
721         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
722         locally to nil.
723         (texinfo-insert-block, texinfo-insert-@end)
724         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
725         local setting of skeleton-end-newline by adding an explicit \n to
726         the skeletons where appropriate.  (Bug#17801)
728 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
731         (smie-indent--hanging-p): Use it.
732         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
734 2014-06-20  Leo Liu  <sdl.web@gmail.com>
736         * simple.el (read-quoted-char): Don't let help chars pop up help
737         buffer.  (Bug#16617)
739 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
741         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
742         for | (bug#17621).
744 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
746         * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
747         (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
748         burping.
750 2014-06-18  Eli Zaretskii  <eliz@gnu.org>
752         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
753         and later.  (Bug#17790)
755 2014-06-18  Juri Linkov  <juri@jurta.org>
757         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
758         to `soft'.  (Bug#17554)
760 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
762         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
763         (bug#17737).
765 2014-06-16  Dmitry Gutov  <dgutov@yandex.ru>
767         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
768         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
770 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
772         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
773         `unread-command-events'.
775 2014-06-14  Glenn Morris  <rgm@gnu.org>
777         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
778         Replace delete-duplicates and mapcan by cl- versions throughout.
779         And cl-macroexpand-all by macroexpand-all.
780         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
782 2014-06-14  Eli Zaretskii  <eliz@gnu.org>
784         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
786 2014-06-14  Juri Linkov  <juri@jurta.org>
788         * bindings.el: Put `ascii-character' property on keypad keys
789         mapped to characters.  (Bug#17759)
791 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
793         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
794         bumping forward into a closing paren (bug#17761).
796         * term/xterm.el (xterm--version-handler): Work around for OSX
797         Terminal.app (bug#17607).
799 2014-06-08  Glenn Morris  <rgm@gnu.org>
801         * startup.el (initial-buffer-choice): Doc fix.
802         Reset :version (adding an option does not merit a :version bump).
804         * bookmark.el (bookmark-load):
805         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
807 2014-06-06  Juri Linkov  <juri@jurta.org>
809         * desktop.el: Activate auto-saving on window configuration changes.
810         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
811         `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
812         (desktop-auto-save-set-timer): Change REPEAT arg of
813         `run-with-idle-timer' from t to nil.
814         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
816 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
818         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
819         vc-hg-command (bug#17570).
821 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
823         * international/mule-cmds.el (ucs-names): Add special entry for BEL
824         (bug#17702).
826 2014-06-06  Glenn Morris  <rgm@gnu.org>
828         * startup.el (window-setup-hook): Doc fix.
830 2014-06-05  Glenn Morris  <rgm@gnu.org>
832         * emacs-lisp/package.el (package-check-signature)
833         (package-unsigned-archives): Doc fixes.
835 2014-06-03  Martin Rudalics  <rudalics@gmx.at>
837         * window.el (display-buffer-use-some-window): Don't make window
838         used smaller than it was before (Bug#17671).
840 2014-06-03  Eli Zaretskii  <eliz@gnu.org>
842         * menu-bar.el (menu-bar-open): Fix last change: use the PC
843         'redisplay' instead of '(sit-for 0)'.
845 2014-06-03  Michael Albinus  <michael.albinus@gmx.de>
847         * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
848         regexp.  (Bug#17653)
850 2014-06-03  Glenn Morris  <rgm@gnu.org>
852         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
854 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
856         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
858 2014-06-01  Eli Zaretskii  <eliz@gnu.org>
860         * simple.el (keyboard-quit): Force update of mode lines, to remove
861         the "Def" indicator, if we were defining a macro.  (Bug#17615)
863 2014-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
865         * minibuffer.el (minibuffer-force-complete-and-exit):
866         Obey minibuffer-default (bug#17545).
868         * progmodes/js.el (js-indent-line): Don't mix columns and chars
869         (bug#17619).
871 2014-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * subr.el (set-transient-map): Don't wait for some "nested"
874         transient-map to finish if we're only supposed to be active for
875         the next command (bug#17642).
877 2014-05-31  Leo Liu  <sdl.web@gmail.com>
879         * emacs-lisp/gv.el (window-buffer, window-display-table)
880         (window-dedicated-p, window-hscroll, window-point, window-start):
881         Fix gv-expander.  (Bug#17630)
883 2014-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
886         clicks (bug#17633).
888         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
889         for the single comma, since ", " is *very* common in normal French text
890         (bug#17643).
892 2014-05-30  Glenn Morris  <rgm@gnu.org>
894         * emacs-lisp/package.el (package-check-signature)
895         (package-unsigned-archives): Fix :version.
897 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * subr.el (sit-for): Don't run input-methods (bug#15614).
901 2014-05-28  Glenn Morris  <rgm@gnu.org>
903         * cus-start.el: Fix some :version numbers.
905 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
907         * simple.el (deactivate-mark): Set mark-active to nil even if
908         deactivation is done via setting transient-mark-mode to nil,
909         since one is buffer-local and the other is global.
911         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
912         there can't be more than 2 arguments (bug#17584).
914 2014-05-27  Glenn Morris  <rgm@gnu.org>
916         * simple.el (filter-buffer-substring-functions)
917         (filter-buffer-substring-function, buffer-substring-filters)
918         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
920         * minibuffer.el (completion-in-region-functions, completion-in-region)
921         (completion--in-region): Doc fixes.
923         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
924         (expand-abbrev, abbrev--default-expand): Doc fixes.
926 2014-05-26  Paul Eggert  <eggert@cs.ucla.edu>
928         Include sources used to create macuvs.h.
929         * international/README: Refer to the Unicode Terms of Use rather
930         than copying it bodily here, as that simplifies maintenance.
932 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
934         * cus-face.el (custom-face-attributes): Add :distant-foreground.
936 2014-05-25  Martin Rudalics  <rudalics@gmx.at>
938         * window.el (window--dump-frame): Remove interactive
939         specification.
941 2014-05-23  Glenn Morris  <rgm@gnu.org>
943         * hippie-exp.el (he-line-search-regexp):
944         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
946 2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
948         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
949         to avoid errors when trying to create or visit a file foo.todo
950         located outside to todo-directory, and to allow having such files
951         without them being tied to Todo mode (bug#17482).
952         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
953         (todo-archive-done-item, todo-find-filtered-items-file)
954         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
955         (todo-category-completions, todo-read-category): When visiting a
956         Todo file, make sure we're in the right mode and the buffer local
957         variables are set.
958         (todo-make-categories-list, todo-reset-nondiary-marker)
959         (todo-reset-done-string, todo-reset-comment-string):
960         After processing all Todo files, kill the buffers of those files that
961         weren't being visited before the processing.
962         (todo-display-as-todo-file, todo-add-to-buffer-list)
963         (todo-visit-files-commands): Comment out.
964         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
965         (auto-mode-alist): Remove add-to-list calls making Todo file
966         extensions unrestrictedly tied to Todo modes.
968 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
970         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
971         (advice-function-member-p): Tell it to check both names and functions
972         (bug#17531).
973         (advice--add-function): Adjust call accordingly.
975 2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
977         * calendar/todo-mode.el: Miscellaneous bug fixes.
978         (todo-delete-file): When deleting an archive but not its todo
979         file, make sure to update the todo file's category sexp.
980         (todo-move-category): Keep the moved category's name unless the
981         file moved to already has a category with that name.  If the
982         numerically last category of the source file was moved, make the
983         first category current to avoid selecting a nonexisting category.
984         (todo-merge-category): Fix implementation to make merging to a
985         category in another file work as documented.  Eliminate now
986         insufficient and unnecessary renaming of archive category, correct
987         document string accordingly, and clarify it.  If the numerically
988         last category of the source file was merged, make the first
989         category current to avoid selecting a nonexisting category.
990         (todo-archive-done-item): When there are marked items and point
991         happens to be on an unmarked item, ignore the latter.  Don't leave
992         point below last item after archiving marked items.
993         (todo-unarchive-items): Fix logic to ensure unarchiving an item
994         from an archive with only one category deletes the archive only
995         when the category is empty after unarchiving.  Make sure the todo
996         file's category sexp is updated.
997         (todo-read-file-name): Allow an existing file name even when it is
998         not required (todo-move-category needs this to work as documented).
999         (todo-add-file): Call todo-validate-name to reject the name of an
1000         existing todo file (needed due to fix in todo-read-file-name).
1001         (todo-reset-nondiary-marker): Also reset in filtered items files.
1002         (todo-reset-done-string, todo-reset-comment-string): Also reset in
1003         regexp filtered items files.
1004         (todo-reset-highlight-item): Also reset in filtered items files.
1005         Fix incorrect variable reference in document string.
1007 2014-05-22  Glenn Morris  <rgm@gnu.org>
1009         * window.el (window--dump-frame): Avoid error in --without-x builds.
1011 2014-05-21  Glenn Morris  <rgm@gnu.org>
1013         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1015 2014-05-21  Eli Zaretskii  <eliz@gnu.org>
1017         * frame.el (set-frame-font): Doc fix.
1019         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
1021 2014-05-21  Dmitry Gutov  <dgutov@yandex.ru>
1023         * emacs-lisp/package.el (package--download-one-archive):
1024         Use `write-region' instead of `save-buffer' to avoid running various
1025         hooks.  (Bug#17155)
1026         (describe-package-1): Same.  Insert newline at the end of the
1027         buffer if appropriate.
1029 2014-05-20  Juri Linkov  <juri@jurta.org>
1031         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1032         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1033         Add more modifiers: meta, control, shift, hyper, super, alt.
1034         (Bug#17439)
1036         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1037         to allow changing its value with `set-variable'.
1039 2014-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1042         #; comments.
1043         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1044         New functions.
1045         (scheme-mode-variables): Set syntax-propertize-function instead of
1046         font-lock-syntactic-face-function.
1047         (scheme-font-lock-syntactic-face-function): Delete.
1049         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1051 2014-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1054         (bug#17392).
1056 2014-05-17  Michael Albinus  <michael.albinus@gmx.de>
1058         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1059         for a temporary file name.
1061 2014-05-17  Eli Zaretskii  <eliz@gnu.org>
1063         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
1065 2014-05-16  Michael Albinus  <michael.albinus@gmx.de>
1067         * net/dbus.el (dbus-init-bus, dbus-call-method)
1068         (dbus-call-method-asynchronously, dbus-send-signal)
1069         (dbus-method-return-internal, dbus-method-error-internal):
1070         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
1072 2014-05-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1074         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1075         methods which do not have a doc string.  (Bug#17490)
1077 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
1078             Stefan Monnier  <monnier@iro.umontreal.ca>
1080         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1081         suffix (bug#15419).
1083 2014-05-14  Glenn Morris  <rgm@gnu.org>
1085         * vc/emerge.el (emerge-temp-file-prefix):
1086         Make pointless option obsolete.
1087         (emerge-temp-file-mode): Make non-functional option obsolete.
1089 2014-05-13  Michael Albinus  <michael.albinus@gmx.de>
1091         * net/browse-url.el (browse-url):
1092         Use `unhandled-file-name-directory' when setting `default-directory',
1093         in order to circumvent stalled remote connections.  (Bug#17425)
1095 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1097         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1098         into autoloading just because of a silly indirection.
1100 2014-05-11  Santiago Payà i Miralta  <santiagopim@gmail.com>  (tiny change)
1102         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
1104 2014-05-11  Glenn Morris  <rgm@gnu.org>
1106         * emacs-lisp/find-gc.el: Move to ../admin.
1108 2014-05-10  Glenn Morris  <rgm@gnu.org>
1110         * printing.el (pr-version):
1111         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1113         * net/browse-url.el (browse-url-mosaic):
1114         Create /tmp/Mosaic.PID as a private file.
1116 2014-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1118         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1119         (advice--member-p): If name is given, only compare the name.
1120         (advice--remove-function): Don't stop at the first match.
1121         (advice--normalize-place): New function.
1122         (add-function, remove-function): Use it.
1123         (advice--add-function): Pass the name, if any, to
1124         advice--remove-function.
1126 2014-05-09  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
1128         * electric.el (electric-indent-post-self-insert-function): Don't use
1129         `pos' after modifying the buffer (bug#17449).
1131 2014-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1133         * subr.el (function-put): Add function.
1135 2014-05-09  Stephen Berman  <stephen.berman@gmx.net>
1137         * calendar/todo-mode.el (todo-insert-item-from-calendar):
1138         Correct argument list to conform to todo-insert-item--basic.
1140 2014-05-09  Glenn Morris  <rgm@gnu.org>
1142         * files.el (cd-absolute): Test if directory is accessible
1143         rather than executable.  (Bug#17330)
1145         * progmodes/compile.el (recompile):
1146         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
1148 2014-05-08  Juri Linkov  <juri@jurta.org>
1150         * dired.el (dired-check-switches, dired-switches-recursive-p):
1151         New functions.  (Bug#17218)
1152         (dired-switches-escape-p, dired-move-to-end-of-filename):
1153         Use `dired-check-switches'.
1154         (dired-insert-old-subdirs, dired-build-subdir-alist)
1155         (dired-sort-R-check): Use `dired-switches-recursive-p'.
1157 2014-05-08  Glenn Morris  <rgm@gnu.org>
1159         * net/browse-url.el (browse-url-mosaic):
1160         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
1161         This is CVE-2014-3423.
1163 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1166         (xterm-mouse--read-event-sequence-1000): Return nil if something
1167         looks fishy.
1168         (xterm-mouse-event): Propagate it.
1169         (xterm-mouse-translate-1): Handle it.
1171 2014-05-07  Stephen Berman  <stephen.berman@gmx.net>
1173         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1174         four slots of the parameter list are filled, make sure to pass it
1175         to the argument list of todo-insert-item--basic.
1177 2014-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1180         Add optional `seen' argument to detect and break infinite loops.
1182 2014-05-06  Eli Zaretskii  <eliz@gnu.org>
1184         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1185         (trace-unsafe, trace-use-tree): Make parentheses style be
1186         according to Emacs style.
1188 2014-05-06  Michael Albinus  <michael.albinus@gmx.de>
1190         * net/tramp-sh.el (tramp-remote-process-environment):
1191         Remove HISTFILE and HISTSIZE; it's too late to set them here.
1192         Add :version entry.
1193         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1194         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
1195         extra "PSx=..." commands.
1196         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1197         (Bug#17295)
1199         (tramp-uudecode): Replace the hard-coded temporary file name by a
1200         format specifier.
1201         (tramp-remote-coding-commands): Enhance docstring.
1202         (tramp-find-inline-encoding): Replace "%t" by a temporary file
1203         name.  (Bug#17415)
1204         This is CVE-2014-3424.
1206 2014-05-06  Glenn Morris  <rgm@gnu.org>
1208         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1209         (find-gc-source-files): Update some names.
1210         (trace-call-tree): Simplify and update.
1211         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
1212         This is CVE-2014-3422.
1214 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * minibuffer.el (completion--try-word-completion): Revert fix for
1217         Bug#15980 (bug#17375).
1219         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1220         Always store button numbers in the same way in xterm-mouse-last;
1221         Don't burp is xterm-mouse-last is not set as expected.
1222         Never return negative indices.
1224 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
1226         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1227         Backtrack one char if the global/char-literal var matcher hits
1228         inside a string.  The next char could be the beginning of an
1229         expression expansion.
1231 2014-05-05  Glenn Morris  <rgm@gnu.org>
1233         * help-fns.el (describe-function-1): Test for an autoload before a
1234         macro, since `macrop' works on autoloads.  (Bug#17410)
1236 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1238         * electric.el (electric-indent-functions-without-reindent): Add yaml.
1240         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1241         Make sure the new point we return is within the new string (bug#17239).
1243 2014-05-03  Eli Zaretskii  <eliz@gnu.org>
1245         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1247 2014-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1249         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1250         Use nil rather than `default' for the "default" appearance (bug#17388).
1251         * vc/ediff-util.el (ediff-inferior-compare-regions)
1252         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1253         a misleading `default' value when it's really a boolean.
1254         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1255         overlay is not visible.
1257 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
1259         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1260         (todo-menu): Uncomment and update.
1262 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
1264         * calendar/todo-mode.el: Reimplement item editing to have the same
1265         basic user interface as item insertion, and make small UI and
1266         larger internal improvements to the latter.
1267         (todo-insert-item): Add reference to the Todo mode user manual to
1268         the documentation string.
1269         (todo-insert-item--basic): Rename from todo-basic-insert-item and
1270         adjust all callers.  Change signature to combine diary and
1271         nonmarking arguments.  Incorporate functionality of deleted item
1272         copying command and add error checking.  Remove detailed
1273         descriptions of the arguments from the documentation string, since
1274         this is treated in the Todo mode user manual.
1275         (todo-copy-item, todo-edit-multiline-item)
1276         (todo-edit-done-item-comment, todo-edit-item-header)
1277         (todo-edit-item-time, todo-edit-item-date-from-calendar)
1278         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1279         (todo-edit-item-date-year, todo-edit-item-date-month)
1280         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1281         Remove.
1282         (todo-edit-item): Reimplement as wrapper command for
1283         todo-edit-item--next-key and make it distinguish done and not done
1284         todo items.
1285         (todo-edit-item--text): New function, replacing old command
1286         todo-edit-item and incorporating deleted commands
1287         todo-edit-multiline-item and todo-edit-done-item-comment.
1288         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1289         Use only numeric value of prefix argument.  Remove detailed
1290         descriptions of the arguments from the documentation string, since
1291         this is treated in the Todo mode user manual.
1292         (todo-edit-item--diary-inclusion): New function, replacing old
1293         command todo-edit-item-diary-inclusion and incorporating and fixing
1294         functionality of deleted command todo-edit-item-diary-nonmarking,
1295         making sure to remove todo-nondiary-marker when adding
1296         diary-nonmarking-symbol.
1297         (todo-edit-category-diary-inclusion): Make sure to delete
1298         diary-nonmarking-symbol when adding todo-nondiary-marker.
1299         (todo-edit-category-diary-nonmarking): Fix indentation.
1300         (todo-insert-item--parameters): Group diary and nonmarking
1301         parameters together.
1302         (todo-insert-item--apply-args): Adjust to signature of
1303         todo-insert-item--basic and incorporate copy parameter.
1304         Make small code improvements.
1305         (todo-insert-item--next-param): Improve prompt and adjust it to
1306         new parameter grouping.  Remove obsolete code.
1307         (todo-edit-item--param-key-alist)
1308         (todo-edit-item--date-param-key-alist)
1309         (todo-edit-done-item--param-key-alist): New defconsts.
1310         (todo-edit-item--prompt): New variable.
1311         (todo-edit-item--next-key): New function.
1312         (todo-key-bindings-t): Bind "e" to todo-edit-item.
1313         Remove bindings of deleted commands.
1315 2014-05-02  Leo Liu  <sdl.web@gmail.com>
1317         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1319 2014-05-01  Glenn Morris  <rgm@gnu.org>
1321         * allout-widgets.el (allout-widgets-tally)
1322         (allout-decorate-item-guides):
1323         * menu-bar.el (menu-bar-positive-p):
1324         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1325         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1326         * progmodes/js.el (js--inside-param-list-p)
1327         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1328         * progmodes/prolog.el (region-exists-p):
1329         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1330         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1331         Doc fixes (replace `iff').
1333 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1335         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1337 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
1339         * dired.el (dired-initial-position-hook, dired-initial-position):
1340         Doc string fixes.
1342 2014-04-29  Glenn Morris  <rgm@gnu.org>
1344         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
1346 2014-04-27  Matthias Dahl  <matthias.dahl@binary-island.eu>
1348         * faces.el (face-spec-recalc): Apply X resources only after the
1349         defface spec has been applied. Thus, X resources are no longer
1350         overridden by the defface spec which also fixes issues on win32 where
1351         the toolbar coloring was wrong because it is set through X resources
1352         and was (wrongfully) overridden.  (Bug#16694)
1354 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1356         * textmodes/rst.el (electric-pair-pairs): Declare.
1357         (rst-mode): Set it (bug#17131).
1359 2014-04-27  Juri Linkov  <juri@jurta.org>
1361         * desktop.el (desktop-value-to-string): Let-bind `print-length'
1362         and `print-level' to nil.  (Bug#17351)
1364 2014-04-25  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1366         * battery.el (battery-update): Handle the case where battery
1367         status is "N/A" (bug#17319).
1369 2014-04-24  Eli Zaretskii  <eliz@gnu.org>
1371         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1372         Use equal-including-properties to compare help-echo strings (bug#17331).
1374 2014-04-24  Leo Liu  <sdl.web@gmail.com>
1376         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1377         Fix syntax for @.  (Bug#17325)
1379 2014-04-24  Daniel Colascione  <dancol@dancol.org>
1381         * emacs-lisp/cl.el (gv): Require gv early to break eager
1382         macro-expansion cycles.
1384 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * simple.el (region-active-p): Check there's a mark (bug#17324).
1388         * simple.el (completion-list-mode-map): Use choose-completion for the
1389         mouse binding as well (bug#17302).
1390         (completion-list-mode, completion-setup-function): Adjust docstring and
1391         echo area message accordingly.
1392         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1393         calling convention of choose-completion.
1394         * comint.el (comint-dynamic-list-completions):
1395         * term.el (term-dynamic-list-completions): Accept choose-completion.
1397         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1398         &, |, +, - and * can't be a division (bug#17317).
1400 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * term/xterm.el (xterm--version-handler): Don't use modern xterm
1403         features on gnome-terminal (bug#16988).
1405 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
1407         * dired.el (dired-insert-set-properties): Do not consider
1408         subdirectory headings and empty lines to be information that
1409         `dired-hide-details-mode' should hide.  (Bug#17228)
1411 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
1413         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1414         Remove test messages.
1415         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1416         and `target' twice.
1418 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1420         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1421         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1423         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1425 2014-04-21  Michael Albinus  <michael.albinus@gmx.de>
1427         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1428         Set "IFS=" when using read builtin, in order to preserve spaces in
1429         the file name.  Add test messages for hunting a bug on hydra.
1430         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
1432 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1435         Don't prettify a word within a symbol.
1437 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
1439         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1440         possible.
1442 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1444         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1445         assignments such as "case=hello" (bug#17297).
1447 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
1449         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1450         Do not autoload.
1451         (tramp-file-name-handler, tramp-completion-file-name-handler):
1452         Revert patch from 2014-04-10, it isn't necessary anymore.
1453         (tramp-autoload-file-name-handler)
1454         (tramp-register-autoload-file-name-handlers): New defuns.
1455         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1456         (tramp-register-file-name-handlers): Remove also
1457         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1458         Do not autoload its invocation, but eval it after loading of 'tramp.
1460         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1462         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1464 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1467         was done (bug#17264).
1468         * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1469         comment to EOB.
1471         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1472         here-documents (bug#17262).
1474 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
1476         * term/pc-win.el (x-list-fonts, x-get-selection-value):
1477         Provide doc strings, as required by snarf-documentation.
1479 2014-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1482         arg of overlays-at.  Use `invisible-p'.
1484         * obsolete/lucid.el (extent-at):
1485         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1486         overlays-at.
1487         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1489 2014-04-14  João Távora  <joaotavora@gmail.com>
1491         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1492         links.  (Bug#17217).
1494 2014-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1496         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1497         Use mapc to loop over a vector.  (Bug#17257).
1499 2014-04-13  Michael Albinus  <michael.albinus@gmx.de>
1501         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1502         patch, there are new problems with file names containing spaces.
1503         Get rid of backticks.  (Bug#17238)
1505 2014-04-13  João Távora  <joaotavora@gmail.com>
1507         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1508         possible bug.
1510 2014-04-13  Eli Zaretskii  <eliz@gnu.org>
1512         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1513         (blink-cursor-mode): Mention customization variables and the
1514         effect of 'blink-cursor-blinks'.
1516 2014-04-12  Barry O'Reilly  <gundaetiapo@gmail.com>
1518         * simple.el (undo): Prevent insertion of identity mapping into
1519         undo-equiv-table so as undo-only does not inf loop in the presence
1520         of consecutive nils in undo list.
1522 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
1524         * faces.el (make-face): Deprecate optional argument as it is no
1525         longer needed/used since the conditional X resources handling
1526         has been pushed down to make-face-x-resource-internal itself.
1527         (make-empty-face): Don't pass optional argument to make-face.
1529 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
1531         * international/characters.el <standard-case-table>: Add entries
1532         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
1533         Set category of Coptic characters be 'g' (Greek).
1535 2014-04-12  Leo Liu  <sdl.web@gmail.com>
1537         * progmodes/octave.el (completion-table-with-cache): Define if not
1538         available.
1539         (octave-goto-function-definition)
1540         (octave-sync-function-file-names)
1541         (octave-find-definition-default-filename): Backquote upattern for
1542         compatibility.
1544 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
1546         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1547         name twice due to backticks.  (Bug#17238)
1549 2014-04-11  Glenn Morris  <rgm@gnu.org>
1551         * term/w32-win.el (x-win-suspend-error):
1552         * term/x-win.el (x-win-suspend-error): Sync docs.
1554 2014-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1556         Ediff's overlay priorities cause more trouble than they solve.
1557         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1558         (ediff-highest-priority): Remove function (bug#17234).
1559         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1560         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1561         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1562         overlay priorities.
1564 2014-04-10  Feng Li  <fengli@gmail.com>  (tiny change)
1566         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1567         entry; use symbol boundaries to avoid mis-matches.
1569 2014-04-10  Michael Albinus  <michael.albinus@gmx.de>
1571         * net/tramp.el (tramp-file-name-handler)
1572         (tramp-completion-file-name-handler): Avoid recursive loading.
1574         * net/tramp-sh.el (tramp-make-copy-program-file-name):
1575         Quote result also locally.
1577 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
1579         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1580         Module methods.  (Bug#17216)
1582 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1584         * help.el (describe-bindings): Fix buffer handling (bug#17210).
1585         (describe-bindings-internal): Mark obsolete.
1587 2014-04-07  João Távora  <joaotavora@gmail.com>
1589         * elec-pair.el:
1590         (electric-pair--syntax-ppss): When inside comments parse from
1591         comment beginning.
1592         (electric-pair--balance-info): Fix typo in comment.
1593         (electric-pair--in-unterminated-string-p): Delete.
1594         (electric-pair--unbalanced-strings-p): New function.
1595         (electric-pair-string-bound-function): New var.
1596         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1597         according to `electric-pair--in-unterminated-string-p'
1599 2014-04-07  João Távora  <joaotavora@gmail.com>
1601         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1602         Inhibit quote pairing if point-max is inside an unterminated string.
1603         (electric-pair--looking-at-unterminated-string-p): Delete.
1604         (electric-pair--in-unterminated-string-p): New function.
1606 2014-04-07  Glenn Morris  <rgm@gnu.org>
1608         * shell.el (shell-directory-tracker):
1609         Go back to just ignoring failures.  (Bug#17159)
1611 2014-04-06  João Távora  <joaotavora@gmail.com>
1613         Fix `electric-pair-delete-adjacent-pairs' in modes binding
1614         backspace. (bug#16981)
1615         * elec-pair.el (electric-pair-backward-delete-char): Delete.
1616         (electric-pair-backward-delete-char-untabify): Delete.
1617         (electric-pair-mode-map): Bind backspace to a menu item filtering
1618         a new `electric-pair-delete-pair' command.
1619         (electric-pair-delete-pair): New command.
1621 2014-04-06  João Távora  <joaotavora@gmail.com>
1623         * progmodes/python.el (python-electric-pair-string-delimiter):
1624         Fix triple-quoting electricity.  (Bug#17192)
1626 2014-04-06  João Távora  <joaotavora@gmail.com>
1628         * elec-pair.el (electric-pair-post-self-insert-function):
1629         Don't skip whitespace when `electric-pair-text-pairs' and
1630         `electric-pair-pairs' were used. syntax to
1631         electric-pair--skip-whitespace.  (Bug#17183)
1633 2014-04-06  Eli Zaretskii  <eliz@gnu.org>
1635         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1636         "<F>".  (Bug#17199)
1638 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1640         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1641         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1643 2014-04-05  Glenn Morris  <rgm@gnu.org>
1645         * help.el (view-lossage): Doc tweak.
1647 2014-04-05  Matthias Dahl  <matthias.dahl@binary-island.eu>
1649         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1650         only when inhibit-x-resources is nil, and do that earlier in the
1651         function.  Doc fix.  (Bug#16694)
1652         (face-spec-choose): Accept additional optional argument, whose
1653         value is returned if no matching attributes are found.
1654         (face-spec-recalc): Use the new optional argument when calling
1655         face-spec-choose.  (Bug#16378)
1656         (make-face-x-resource-internal): Do nothing when
1657         inhibit-x-resources is non-nil.  Don't touch the default face if
1658         reversed video is given--as was done in previous versions of Emacs.
1659         (face-set-after-frame-default): Don't call
1660         make-face-x-resource-internal here.  (Bug#16434)
1662 2014-04-04  Tassilo Horn  <tsdh@gnu.org>
1664         * doc-view.el (doc-view-bookmark-jump):
1665         Use `bookmark-after-jump-hook' to jump to the right page after the
1666         buffer is shown in a window.  (bug#16090)
1668 2014-04-04  Eli Zaretskii  <eliz@gnu.org>
1670         * international/characters.el (mirroring): Fix last change:
1671         instead of loading uni-mirrored.el explicitly, do that implicitly
1672         by creating the 'mirroring' uniprop table.  This avoids announcing
1673         the loading of uni-mirrored.el.
1675 2014-04-04  Glenn Morris  <rgm@gnu.org>
1677         * files.el (buffer-stale--default-function)
1678         (buffer-stale-function, revert-buffer--default):
1679         * autorevert.el (auto-revert-buffers): Doc tweaks.
1681 2014-04-03  Eli Zaretskii  <eliz@gnu.org>
1683         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
1685 2014-04-03  Glenn Morris  <rgm@gnu.org>
1687         * files.el (make-backup-file-name-function)
1688         (make-backup-file-name, make-backup-file-name--default-function)
1689         (make-backup-file-name-1, find-backup-file-name)
1690         (revert-buffer-function, revert-buffer-insert-file-contents-function)
1691         (buffer-stale--default-function, buffer-stale-function)
1692         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1693         (revert-buffer, revert-buffer--default)
1694         (revert-buffer-insert-file-contents--default-function):
1695         Doc fixes related to defaults no longer being nil.
1696         (make-backup-file-name-function): Bump :version.
1697         Restore nil as a valid but deprecated custom type.
1699 2014-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1701         * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
1702         used as a variable (bug#17174).
1704 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * progmodes/perl-mode.el (perl-indent-new-calculate):
1707         Handle forward-sexp failure (bug#16985).
1708         (perl-syntax-propertize-function): Add "foreach" and "for" statement
1709         modifiers introducing expressions (bug#17116).
1711 2014-04-02  Glenn Morris  <rgm@gnu.org>
1713         * menu-bar.el (menu-bar-file-menu):
1714         * vc/ediff.el (ediff-current-file):
1715         Update for revert-buffer-function no longer being nil by default.
1717         * simple.el (command-execute): Respect nil disabled-command-function.
1719 2014-04-01  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1721         * simple.el (command-execute): Do not execute the command when it
1722         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
1724 2014-03-29  Juri Linkov  <juri@jurta.org>
1726         * dired-aux.el (dired-compress-file): Don't use string-match-p
1727         because its match data is used afterwards.
1729 2014-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1732         0 like nil.
1734 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
1736         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1737         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
1739         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1740         Don't propertize `?' or `!' as symbol constituent when after
1741         colon.  (Bug#17097)
1743 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
1745         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1746         which is no longer needed and causes trouble in GTK builds (bug#17046).
1748         * emacs-lisp/package-x.el (package--archive-contents-from-url):
1749         Use url-insert-file-contents; package-handle-response no longer exists.
1751 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
1753         * emacs-lisp/package.el: Fix bug#16733 (again).
1754         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1755         (url-http-target-url): Remove unused declarations.
1756         (package-handle-response): Remove.
1757         (package--with-work-buffer): Use url-insert-file-contents and simplify.
1758         (package--download-one-archive): Use current-buffer instead of
1759         dynamic binding of `buffer'.
1760         (describe-package-1): Do not decode readme-string.
1762 2014-03-25  Barry O'Reilly  <gundaetiapo@gmail.com>
1764         * simple.el (primitive-undo): Correction to 2014-03-24 change.
1766 2014-03-25  Michael Albinus  <michael.albinus@gmx.de>
1768         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1770         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1771         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
1772         `remote-file-name-inhibit-cache' to nil in the second pass.
1773         (tramp-find-executable): Do not call "which" on SunOS.
1774         (tramp-send-command-and-check): Fix docstring.
1775         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1776         check whether source directory has set the sticky bit.
1778 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
1780         * simple.el (primitive-undo): Only process marker adjustments
1781         validated against their corresponding (TEXT . POS).  Issue warning
1782         for lone marker adjustments in undo history.  (Bug#16818)
1783         (undo-make-selective-list): Add marker adjustments to selective
1784         undo list based on whether their corresponding (TEXT . POS) is in
1785         the region.  Remove variable adjusted-markers, which was unused
1786         and only non nil during undo-make-selective-list.
1787         (undo-elt-in-region): Return nil when passed a marker adjustment
1788         and explain in function doc.
1790 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
1792         * emacs-lisp/package.el (package--add-to-archive-contents):
1793         Include already installed and built-in packages in
1794         `package-archive-contents'.
1795         (package-install): Don't include already installed packages in the
1796         options during interactive invocation.  (Bug#16762)
1798 2014-03-24  Daniel Colascione  <dancol@dancol.org>
1800         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1801         instead of cl-loop search function.
1803 2014-03-24  Juanma Barranquero  <lekktu@gmail.com>
1805         * frameset.el (frameset--initial-params): Fix typo in parameter name.
1807 2014-03-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1809         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1811 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
1813         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1814         Match special global variables without curlies, too.
1815         (ruby-font-lock-keywords): Simplify the matcher for special global
1816         variables.  Don't require a non-word character after the variable.
1817         (Bug#17057)
1819 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1821         * simple.el (redisplay-highlight-region-function): Increase priority of
1822         overlay to make sure boundaries are visible (bug#15899).
1824 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
1826         * frameset.el (frameset-restore): Compare display strings with equal.
1828         * frame.el (make-frame): Don't quote display name in error message,
1829         it is already a string.
1831 2014-03-23  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1833         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1834         the password.
1836 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1838         * emacs-lisp/package.el (package-show-package-list): If the buffer
1839         is already displayed in another window, switch to that window.
1841 2014-03-21  Daniel Colascione  <dancol@dancol.org>
1843         * mail/emacsbug.el (report-emacs-bug): Include memory usage
1844         information in bug reports.
1846 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1848         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1849         list to look for keyword arguments instead of `memq', fixing
1850         (Bug#3647) --- unfortunately, only for freshly-compiled code.
1851         Please make bootstrap.
1853 2014-03-23  Richard Stallman  <rms@gnu.org>
1855         * battery.el (battery-linux-sysfs): Search for each field
1856         from the beginning of the buffer.
1858 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1860         * emacs-lisp/package.el (package-desc): Use the contents of the
1861         quoted form, not its cdr.  (Bug#16873)
1863 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
1865         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1866         benefit of doc.c; change parameter profile to match the X function.
1868 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
1870         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1871         and `tramp-copy-env'.
1873         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1874         (tramp-maybe-open-connection): Handle `tramp-login-env'.
1876 2014-03-21  Glenn Morris  <rgm@gnu.org>
1878         * electric.el (electric-indent-post-self-insert-function): Add doc.
1880 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1882         * emacs-lisp/package.el (package-compute-transaction):
1883         Use `version-list-<=' to compare the requirement version against
1884         the version of package already to be installed.  Update the error
1885         message.  (Bug#16826)
1887         * progmodes/ruby-mode.el (ruby-smie-rules):
1888         Add indentation rule for ` @ '.  (Bug#17050)
1890 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
1892         * align.el (align-regexp): Remove superfluous backslash.
1894         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1895         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1896         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1897         Fix docstring typos.
1898         (ffap-next): Use C-u in docstring.
1899         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1900         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1901         Remove superfluous backslashes.
1902         (ffap-string-at-point): Reflow docstring.
1904         * server.el (server-host): Reflow docstring.
1905         (server-unload-function): Fix docstring typo.
1906         (server-eval-at): Remove superfluous backslash.
1908         * skeleton.el (skeleton-insert): Remove superfluous backslash.
1909         (skeleton-insert): Doc fix.
1910         (skeleton-insert): Reflow docstring.
1912         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1913         (tty-color-approximate, tty-color-by-index, tty-color-values)
1914         (tty-color-desc): Remove superfluous backslashes.
1916 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1918         * electric.el (electric-newline-and-maybe-indent): New command.
1919         Bind it globally to C-j.
1920         (electric-indent-mode): Don't mess with the global map any more.
1921         Don't drop the post-self-insert-hook is some buffer is still using it
1922         (bug#16770).
1924         * bindings.el (global-map): Remove C-j binding.
1926         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1927         the docstring of functions advised before dumping (bug#16993).
1929 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
1931         * ps-print.el (ps-generate-postscript-with-faces):
1932         Explicitly deactivate the mark (bug#16866).
1933         * simple.el (deactivate-mark): Update region highlight.
1935 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
1937         * emacs-lisp/package.el (describe-package-1):
1938         Decode commentary (bug#16733).
1940 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
1942         * custom.el (defcustom): Doc fix: recommend avoiding destructive
1943         modification of the value argument of :set (bug#16755).
1945 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1947         * simple.el (newline-and-indent): Do autofill (bug#17031).
1949 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
1951         * newcomment.el (comment-normalize-vars): Only add escaping check
1952         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
1953         (comment-beginning): Use `narrow-to-region' instead of moving back
1954         one character.
1955         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1956         (comment-start-skip): Update the docstring.
1958 2014-03-18  Richard Stallman  <rms@gnu.org>
1960         * dired.el (dired-display-file): Force use of other window.
1962 2014-03-18  Daniel Colascione  <dancol@dancol.org>
1964         * startup.el (tty-handle-args): Remove debug message from 2007.
1966 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1968         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1969         (advice--make-interactive-form): Use it to avoid (auto)loading function.
1970         (advice--make-1, advice-add, advice-remove):
1971         Remove braindead :advice-pending hack.
1973 2014-03-17  Glenn Morris  <rgm@gnu.org>
1975         * calendar/calendar.el (calendar-generate-month): Apply weekend
1976         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
1978 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
1980         * net/tramp.el (tramp-action-out-of-band): Read pending output.
1981         (tramp-call-process): Trace also DESTINATION.
1983         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1984         Quote file names when they are local.  Remove superfluous trace.
1986 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
1988         * newcomment.el (comment-beginning): If `comment-start-skip'
1989         doesn't match, move back one char and try again.  (Bug#16971)
1991         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1992         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1993         Set `comment-start-skip' to a simpler value that doesn't try to
1994         check if the semicolon is escaped (this is handled by
1995         `syntax-ppss' now).  (Bug#16971)
1997         * progmodes/scheme.el (scheme-mode-variables): Same.
1999 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
2001         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2002         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2003         current (Bug#16816, Bug#17007).
2004         (with-current-buffer-window): New macro doing the same as
2005         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2006         * help.el (help-print-return-message): Warn in doc-string to not
2007         use this in `with-help-window'.
2008         (describe-bindings-internal): Call `describe-buffer-bindings'
2009         from within help buffer.  See Juanma's scenario in (Bug#16816).
2010         (with-help-window): Update doc-string.
2011         * dired.el (dired-mark-pop-up):
2012         * files.el (save-buffers-kill-emacs):
2013         * register.el (register-preview): Use `with-current-buffer-window'
2014         instead of `with-temp-buffer-window'.
2016 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
2018         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2019         Implement inserting into current buffer, documented in their docstrings.
2020         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2021         (rst-section-tree-point, rst-forward-section, rst-indent)
2022         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2023         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2024         (rst-font-lock-handle-adornment-pre-match-form)
2025         (rst-repeat-last-character): Reflow docstrings.
2026         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2027         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2028         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2029         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2030         Fix docstring typos.
2031         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2032         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2033         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2035 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
2037         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2038         for compatibility with other ports.
2039         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
2040         from the -xrm command line argument, but in the Nextstep port its value
2041         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2043         * progmodes/python.el (defconst, python-syntax-count-quotes)
2044         (python-indent-region, python-indent-shift-right)
2045         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2046         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2047         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2048         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2049         (inferior-python-mode, python-shell-make-comint, run-python-internal)
2050         (python-shell-buffer-substring, python-shell-send-buffer)
2051         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2052         (python-completion-complete-at-point, python-fill-docstring-style)
2053         (python-eldoc-function, python-imenu-format-item-label)
2054         (python-imenu-format-parent-item-label)
2055         (python-imenu-format-parent-item-jump-label)
2056         (python-imenu--build-tree, python-imenu-create-index)
2057         (python-imenu-create-flat-index): Fix docstring typos.
2058         (python-indent-context, python-shell-prompt-regexp, run-python):
2059         Remove superfluous backslashes.
2060         (python-indent-line, python-nav-beginning-of-defun)
2061         (python-shell-get-buffer, python-shell-get-process)
2062         (python-info-current-defun, python-info-current-line-comment-p)
2063         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2064         (python-indent-post-self-insert-function, python-shell-send-file)
2065         (python-shell-completion-get-completions)
2066         (python-shell-completion-complete-or-indent)
2067         (python-eldoc--get-doc-at-point): Reflow docstrings.
2069 2014-03-14  Glenn Morris  <rgm@gnu.org>
2071         * emacs-lisp/package.el (package-menu-mode-map):
2072         Replace use of obsolete function alias.  Tweak menu item text.
2074         * info.el (Info-finder-find-node):
2075         Ignore the `emacs' metapackage.  (Bug#10813)
2077         * finder.el (finder-list-matches): Include unversioned packages
2078         in the result of a keyword search.
2080         * finder.el (finder--builtins-descriptions): New constant.
2081         (finder-compile-keywords): Use finder--builtins-descriptions.
2083 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
2085         * simple.el (blink-matching-paren): Describe the new value,
2086         `jump', enabling the old behavior.
2087         (blink-matching-open): Use that value.  (Bug#17008)
2089 2014-03-14  Glenn Morris  <rgm@gnu.org>
2091         * finder.el (finder-no-scan-regexp): Add leim-list.
2092         (finder-compile-keywords):
2093         Don't skip files with same basename.  (Bug#14010)
2094         * Makefile.in (setwins_finder): New, excluding leim.
2095         (finder-data): Use setwins_finder.
2097         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2098         (help-function-arglist, help-make-usage): Move from here...
2099         * help.el (help-split-fundoc, help-add-fundoc-usage)
2100         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
2101         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2103 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
2105         * net/socks.el (socks, socks-override-functions)
2106         (socks-find-services-entry):
2107         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2108         (hif-find-ifdef-block):
2109         * progmodes/modula2.el (m2-indent): Fix docstring typos.
2111         * net/tls.el (tls-program): Reflow docstring.
2113         * progmodes/pascal.el (pascal-mode-abbrev-table)
2114         (pascal-imenu-generic-expression, pascal-auto-endcomments)
2115         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2116         (pascal-outline-mode): Fix docstring typos.
2117         (pascal-mode): Let define-derived-mode document mode hook.
2118         (pascal-uncomment-area): Reflow.
2119         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2121         * progmodes/opascal.el (opascal-compound-block-indent)
2122         (opascal-case-label-indent): Fix docstring typos.
2123         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2125 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
2127         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2128         Fontify multiple adjacent negation chars.  (Bug#17004)
2130 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2132         * emacs-lisp/package.el (package--prepare-dependencies):
2133         Accept requirements without explicit version (bug#14941).
2135 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2137         * register.el (register-separator, copy-to-register): Doc fixes.
2138         (register-preview-default): Remove unnecessary call to concat.
2140         * frameset.el (frameset-restore): When checking for a visible frame,
2141         use the action map instead of calling visible-frame-list.
2143 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
2145         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2147 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
2149         * window.el (fit-frame-to-buffer): Get maximum width from
2150         display's width instead of height.
2152 2014-03-12  Glenn Morris  <rgm@gnu.org>
2154         * desktop.el (desktop-restore-frames)
2155         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2156         (desktop-restore-reuses-frames): Doc tweaks.
2158         * electric.el (electric-indent-mode): Doc fix.
2160 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2162         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2163         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2164         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2165         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2166         (cvs-dired-use-hook): Fix docstring typos.
2167         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2168         Doc fixes.
2170         * vc/pcvs-defs.el (cvs-auto-remove-handled)
2171         (cvs-auto-remove-directories, cvs-default-ignore-marks)
2172         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2173         (cvs-execute-single-dir): Fix docstring typos.
2175         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2176         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2178         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2180         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2181         Fix docstring typos.
2183 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2185         * frameset.el (frameset--jump-to-register): Add autoload; it could be
2186         called from jump-to-register after unloading the frameset package.
2188 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2190         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2191         (bug#16975).  Deactivate the mark before setting it to nil.
2192         (activate-mark): Do nothing if region is already active.
2194 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
2196         * frameset.el (frameset--target-display): Remove definition; declare.
2197         (frameset-save, frameset-restore): Let-bind frameset--target-display.
2199 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2201         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2202         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2203         when the advice is pending.
2204         (advice-remove): Remove this marker when not needed any more.
2206 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
2208         * frameset.el: Separate options for reusing frames and cleaning up.
2209         (frameset--reuse-list): Remove definition; declare.
2210         (frameset--action-map): Declare.
2211         (frameset--find-frame-if): Doc fix.
2212         (frameset--restore-frame): Cache frame action.
2213         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2214         how to clean up the frame list after restoring.  Remove cleaning
2215         options from REUSE-FRAMES.  Change all keyword values to symbols.
2216         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2218         * desktop.el (desktop-restore-forces-onscreen)
2219         (desktop-restore-reuses-frames): Use non-keyword values.
2220         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2222 2014-03-10  Glenn Morris  <rgm@gnu.org>
2224         * files.el (find-file): Doc fix: update info node name.
2226         * emacs-lisp/advice.el (ad-add-advice, defadvice):
2227         Doc fix: remove references to deleted info nodes.
2229 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
2231         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2232         Do not add `nil' to the environment, when there's no remote `locale'.
2233         (tramp-find-inline-encoding): Check, that the remote host has
2234         installed perl, before sending scripts.
2236 2014-03-10  Leo Liu  <sdl.web@gmail.com>
2238         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2239         Clear eldoc-last-message.  (Bug#16920)
2241 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2243         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2244         (bug#14430).
2246 2014-03-09  Juri Linkov  <juri@jurta.org>
2248         * ansi-color.el (ansi-color-names-vector): Copy default colors
2249         from `xterm-standard-colors' that look well on the default white
2250         background (and also on the black background) to avoid illegible
2251         color combinations like yellow-on-white and white-on-white.
2252         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2254 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
2256         * frameset.el (frameset-restore): When no frame is visible, do not
2257         generate a list of frames, just make visible the selected one.
2259 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
2261         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2262         it only contains the repository root.  (Bug#16897)
2264 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
2266         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2267         only when `remote-file-name-inhibit-cache' is nil.
2268         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
2270 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
2272         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2273         Fix doc-strings.
2274         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
2275         fit-frame-to-buffer variable.  Fix doc-string.
2276         (fit-window-to-buffer): Set ONLY argument in call of
2277         fit-frame-to-buffer.  Fix doc-string.
2279 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
2281         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2282         (tramp-action-password): Clear password cache if needed.
2283         (tramp-read-passwd): Do not clear password cache.
2285         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2286         cache unless it is the first password request.
2288 2014-03-06  Glenn Morris  <rgm@gnu.org>
2290         * simple.el (newline): Doc tweak.
2292         * emacs-lisp/shadow.el (load-path-shadows-find):
2293         Ignore dir-locals.  (Bug#12357)
2295 2014-03-05  Glenn Morris  <rgm@gnu.org>
2297         * files.el (interpreter-mode-alist):
2298         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
2300 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
2302         * frameset.el (frameset--initial-params): Filter out null entries.
2304 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
2306         * window.el (window-min-height, window-min-width):
2307         Rewrite doc-strings.
2308         (window-body-size): Add PIXELWISE argument to make it consistent
2309         with its callees.
2311 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
2313         * finder.el (finder-mode-map, finder-mode-syntax-table):
2314         Revert part of 2014-02-28 change.
2316 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
2318         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2319         (eww-setup-buffer): Clear next/prev/etc more reliably.
2320         (eww-textarea-map): [tab] doesn't work on tty.
2321         Reported by Mario Lang.
2323         * net/shr.el (shr-map): Ditto.
2325 2014-03-04  Glenn Morris  <rgm@gnu.org>
2327         * minibuffer.el (completion-hilit-commonality):
2328         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2330 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
2332         * hilit-chg.el (hilit-chg-unload-function): New function.
2333         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2334         (hilit-chg-map-changes): Prefer cardinal number to digit.
2335         (hilit-chg-display-changes): Reflow docstring.
2336         (highlight-changes-rotate-faces): Remove superfluous backslash.
2338 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
2340         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2341         `tramp-send-command-and-check'.
2343 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
2345         * hexl.el (hexl-address-region, hexl-ascii-region)
2346         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2347         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2348         (hexl-forward-word, hexl-previous-line, hexl-next-line):
2349         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2350         (hexl-mode): Doc fix.
2351         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2352         (hexl-mode-ruler): Fix typos in docstrings.
2354         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2355         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2356         Remove superfluous backslashes.
2357         (strokes-last-stroke, strokes-global-map, strokes-mode):
2358         Reflow docstrings.
2359         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2360         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2361         (strokes-distance-squared, strokes-global-set-stroke)
2362         (strokes-global-set-stroke-string): Doc fixes.
2363         (strokes-help): Fix typos; reflow docstring.
2365 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
2367         * window.el (window-in-direction): Fix doc-string.
2369 2014-03-04  Glenn Morris  <rgm@gnu.org>
2371         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2372         Explicit error if no grammar.
2373         (smie-config-save): Doc fix.  Fix quote typo.
2375 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2378         electric-indent-mode-hook if we obey electric-indent-mode.
2379         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2380         decide whether we obey electric-indent-mode.
2381         (c-change-set-fl-decl-start, c-extend-after-change-region):
2382         Silence warnings.
2383         (c-electric-indent-mode-hook): Assume we do want to obey
2384         electric-indent-mode.
2386         * electric.el (electric-indent-mode-has-been-called): Remove.
2387         (electric-indent-mode): Fix accordingly.
2389         * files.el (hack-local-variables): Mention file name in warning.
2391         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2393 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
2395         * bindings.el: Add comment describing why C-d binds to `delete-char'.
2396         * simple.el (delete-forward-char): Mark as interactive-only.
2398 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
2400         * icomplete.el (icomplete-completions):
2401         Follow-up to 2014-03-01 change.
2403         * icomplete.el: Miscellaneous doc fixes.
2404         Use Icomplete everywhere instead of icomplete for consistency.
2405         (icomplete-max-delay-chars): Fix typo.
2406         (icomplete-mode): Use \[].
2407         (icomplete-tidy, icomplete-exhibit): Reflow.
2408         (icomplete-minibuffer-setup-hook, icomplete-completions):
2409         Remove superfluous backlashes.
2411         * ido.el: Miscellaneous doc fixes.
2412         Use Ido everywhere instead of ido or `ido' for consistency.
2413         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2414         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2415         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2416         (ido-separator): Extract obsolescence info from docstring and declare
2417         with make-obsolete-variable.
2418         (ido-minibuffer-setup-hook): Simplify example.
2419         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2420         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2421         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2422         (ido-everywhere): Reflow docstring.
2423         (ido-toggle-vc): Doc fix.
2424         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2425         of long list of keybindings.
2427 2014-03-03  Glenn Morris  <rgm@gnu.org>
2429         * frame.el (display-pixel-height, display-pixel-width)
2430         (display-mm-dimensions-alist, display-mm-height)
2431         (display-mm-width): Doc tweaks.
2433 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
2435         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2436         case of undo in region.
2438 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
2440         * window.el (fit-window-to-buffer): Fix argument in window-size
2441         call when window is horizontally combined.
2443 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
2445         * icomplete.el (icomplete-completions): Use string-width.
2446         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2448 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
2450         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2451         Highlight regexp options.  (Bug#16914)
2453 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
2455         * window.el (window--max-delta-1): Round down when calculating
2456         how many lines/columns we can get from a window.
2458 2014-03-01  Glenn Morris  <rgm@gnu.org>
2460         * isearch.el (search-invisible): Doc fix.
2462         * minibuffer.el (completion-hilit-commonality):
2463         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
2464         * comint.el (comint-dynamic-list-completions): Doc fix.
2465         * comint.el (comint-dynamic-list-completions):
2466         * filecache.el (file-cache-minibuffer-complete):
2467         * tempo.el (tempo-display-completions):
2468         * eshell/em-hist.el (eshell-list-history):
2469         Replace use of obsolete argument of display-completion-list.
2471 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
2473         * icomplete.el (icomplete-completions):
2474         Revert back to using "..." when ?… cannot be displayed.
2476 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
2478         * finder.el (finder-unload-function): New function.
2480 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
2482         * dframe.el (dframe-detach):
2483         * find-dired.el (find-dired, find-name-dired):
2484         * finder.el (finder-mode-map, finder-mode-syntax-table)
2485         (finder-headmark, finder-select, finder-mouse-select):
2486         Fix docstring typos.
2488 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
2490         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2491         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2492         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2493         Fix doc-string based on a suggestion by Nicolas Richard
2494         <theonewiththeevillook@yahoo.fr>.
2495         * help.el (with-help-window): Fix doc-string.
2497 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
2499         * net/shr.el (shr-image-animate): New option.
2500         (shr-put-image): Respect shr-image-animate.
2502 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
2504         * net/tramp-adb.el (tramp-adb-parse-device-names):
2505         Use `accept-process-output'.
2506         (tramp-adb-handle-file-truename): Cache the localname only.
2507         (tramp-adb-handle-make-directory)
2508         (tramp-adb-handle-delete-directory): Flush file properties correctly.
2509         (tramp-adb-handle-set-file-modes): Do not raise an error when file
2510         modes cannot be changed.
2512         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2513         file properties of symlinks.
2515 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
2517         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2518         required/optional fields to match development biblatex.  (Bug#16781)
2520 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
2522         * saveplace.el (toggle-save-place):
2523         Fix argument handling.  (Bug#16673)
2525 2014-02-28  Glenn Morris  <rgm@gnu.org>
2527         * minibuffer.el (completions-first-difference)
2528         (completions-common-part, completion-hilit-commonality): Doc fixes.
2530 2014-02-28  Karl Berry  <karl@gnu.org>
2532         * info.el (Info-mode-map): Add H for describe-mode,
2533         to synchronize with standalone Info.
2535 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
2537         * progmodes/sql.el (sql-interactive-mode):
2538         Avoid setting global comint-input-ring-separator.  (Bug#16814)
2540 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
2542         * net/dbus.el (dbus--init-bus): Declare function.
2543         (dbus-path-local, dbus-interface-local): New defconst.
2544         (dbus-init-bus): Use them.
2545         (dbus-return-values-table): Extend doc.
2546         (dbus-handle-bus-disconnect): Extend error message.
2548 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
2550         * subr.el (y-or-n-p): Fix double space issue in message.
2552 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
2554         * net/tramp.el (tramp-call-process): Improve trace message.
2555         (tramp-handle-insert-file-contents): Trace error case.
2557         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2558         <insert-directory>: Use `tramp-handle-insert-directory'.
2559         (tramp-adb-handle-insert-directory): Remove function.
2560         (tramp-adb-send-command-and-check): New defun, replacing
2561         `tramp-adb-command-exit-status'.  Change all callees.
2562         (tramp-adb-handle-file-attributes)
2563         (tramp-adb-handle-directory-files-and-attributes): Use it.
2564         (tramp-adb-ls-output-name-less-p):
2565         Use `directory-listing-before-filename-regexp'.
2566         (tramp-adb-handle-delete-directory): Flush also file properties of
2567         the truename of directory.
2568         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2569         (tramp-adb-handle-file-local-copy): Make the local copy readable.
2570         (tramp-adb-handle-write-region): Implement APPEND.
2571         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
2572         properties correctly.
2573         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2574         variables.  Check for connected devices only when needed.
2576 2014-02-27  Glenn Morris  <rgm@gnu.org>
2578         * minibuffer.el (completion-table-dynamic)
2579         (completion-table-with-cache): Doc fixes.
2581         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2582         (completing-read-multiple): Doc fixes.
2584 2014-02-27  Daniel Colascione  <dancol@dancol.org>
2586         * minibuffer.el (completion--nth-completion): Fix indentation.
2588         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2589         explicit tramp path is empty.
2591 2014-02-27  Glenn Morris  <rgm@gnu.org>
2593         * emacs-lisp/crm.el (completing-read-multiple):
2594         Empower help-enable-auto-load.
2596 2014-02-26  Glenn Morris  <rgm@gnu.org>
2598         * startup.el (command-line): Don't init the tty in daemon mode.
2600         Avoid calling tty-setup-hook twice, eg if a term file
2601         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
2602         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2603         (tty-create-frame-with-faces): Use it.
2604         * startup.el (command-line): Pass run-hook argument
2605         to tty-run-terminal-initialization.
2607         * dired.el (dired-restore-desktop-buffer): Demote errors;
2608         eg in case a glob match fails.  (Bug#16884)
2610 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
2612         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2613         error from `read-from-string'.  (Bug#16850)
2615         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2616         result of `completing-read' in the interactive form.  (Bug#16854)
2618 2014-02-25  Glenn Morris  <rgm@gnu.org>
2620         * image.el (image-animate, image-animate-timeout):
2621         Stop animating images in dead buffers.  (Bug#16878)
2623         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
2625         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2626         Doc fixes.
2627         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
2628         * term/sun.el (sun-raw-prefix-hooks):
2629         Use tty-setup-hook instead of term-setup-hook.
2630         (terminal-init-sun): Construct message from bytecomp plist.
2631         * term/wyse50.el (enable-arrow-keys): Doc fix.
2633 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
2635         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2636         Fix docstring typos.
2638 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
2640         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2642 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2644         * minibuffer.el (completion--try-word-completion):
2645         Fix error when completing M-x commands (bug#16808).
2647 2014-02-24  Leo Liu  <sdl.web@gmail.com>
2649         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2651 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
2653         * apropos.el (apropos-print): Avoid formatting error when
2654         apropos-do-all and apropos-compact-layout are both t.
2656 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
2658         * apropos.el (apropos-property, apropos-all-words-regexp)
2659         (apropos-true-hit, apropos-variable, apropos-print):
2660         Fix docstring typos, and remove obsolete comment.
2662 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
2664         * net/tramp-sh.el (tramp-sh-handle-file-truename):
2665         Preserve trailing "/".  (Bug#16851)
2667 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
2669         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2670         after `=>' (bug#16811).
2671         (ruby-smie-rules): Handle the inconsistent second element of the
2672         list returned by `smie-indent--parent'.
2673         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2674         method call.
2676 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
2678         * elec-pair.el (electric-pair-text-syntax-table)
2679         (electric-pair-syntax-info, electric-pair--syntax-ppss)
2680         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2681         (electric-pair--looking-at-unterminated-string-p): Doc fix.
2682         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
2684 2014-02-22  Glenn Morris  <rgm@gnu.org>
2686         * imenu.el (imenu--generic-function): Doc fix.
2688         * register.el (frame-configuration-to-register): Make obsolete.
2690 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
2692         * desktop.el (desktop-save-buffer-p): Do not fail when
2693         desktop-files-not-to-save is nil.  Return t for true result
2694         as the doc says.
2696 2014-02-22  Daniel Colascione  <dancol@dancol.org>
2698         * net/secrets.el (secrets-create-item, secrets-search-items):
2699         Check that attribute values are strings, avoiding the construction
2700         of invalid dbus messages.
2702 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2704         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2705         defun-declarations-alist.
2707 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2709         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2710         (bug#16829).
2712 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2714         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2715         (whitespace-newline, whitespace-trailing, whitespace-line)
2716         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2717         (whitespace-space-after-tab): Fix typo in docstrings.
2719 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
2721         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2723         * electric.el (electric-indent-functions-without-reindent):
2724         Add `yaml-indent-line'.
2726 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2728         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2729         It has done nothing for years; should be removed after the release.
2731         * simple.el (choose-completion): Fix docstring typo.
2732         (read-quoted-char-radix): Remove unneeded * in docstring.
2733         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2734         Don't escape parentheses unnecessarily in docstrings.
2736 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
2738         Fix handling of window-min-height/-width (Bug#16738).
2739         * window.el (window--dump-window, window--dump-frame):
2740         New functions.
2741         (window--min-size-1): Account for window dividers.
2742         When window-resize-pixelwise is nil, delay rounding till after the
2743         sum of the window components has been calculated.
2744         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2745         nil make sure at least one text line and two text columns remain
2746         fully visible.
2747         (window-resize): Signal an error when window-resize-apply fails.
2748         (window--resize-child-windows): Fix calculation of by how many
2749         pixels a window can still be shrunk via window-new-normal.
2750         (adjust-window-trailing-edge): Call window--resizable with
2751         correct TRAIL argument.
2753         (with-temp-buffer-window): Don't evaluate BODY within
2754         with-current-buffer (Bug#16816).
2756 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
2758         * net/tramp.el (tramp-check-cached-permissions):
2759         Call `file-attributes' with `suffix' being a symbol but a string.
2761 2014-02-21  Daniel Colascione  <dancol@dancol.org>
2763         * net/dbus.el (dbus-init-bus-1): Declare new subr.
2764         (dbus-init-bus): New function: call into dbus-init-bus-1
2765         and installs a handler for the disconnect signal.
2766         (dbus-call-method): Rewrite to look for result in cons.
2767         (dbus-call-method-handler): Store result in cons.
2768         (dbus-check-event): Recognize events with nil sender as valid.
2769         (dbus-handle-bus-disconnect): New function.  React to bus
2770         disconnection signal by synthesizing dbus error for each
2771         pending synchronous or asynchronous call.
2772         (dbus-notice-synchronous-call-errors): New function.
2773         (dbus-handle-event): Raise errors directly only when `dbus-debug'
2774         is true, not all the time.
2776 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2778         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2779         Remove obsolescence declarations, these variables do not exist anymore.
2781         * savehist.el (savehist-save-minibuffer-history)
2782         (savehist-additional-variables, savehist-file, savehist-mode-hook)
2783         (savehist-save-hook, savehist-coding-system, savehist-loaded)
2784         (savehist-load, savehist-install, savehist-autosave): Fix typos;
2785         mostly, refer to "Savehist mode" when talking about the mode,
2786         and not the function.
2788         * saveplace.el (save-place): Remove redundant info in docstring.
2789         (save-place-forget-unreadable-files, toggle-save-place)
2790         (save-place-forget-unreadable-files, save-place-dired-hook):
2791         Fix typos and remove unneeded backslashes.
2793 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
2795         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2796         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2798         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2799         <insert-directory>: Use `tramp-handle-insert-directory'.
2800         (tramp-gvfs-handle-insert-directory): Remove function.
2802         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2803         Call `tramp-handle-insert-directory'.
2805 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
2807         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2808         before the start of buffer/region (bug#16799).
2810 2014-02-20  Glenn Morris  <rgm@gnu.org>
2812         * isearch.el (search-invisible): Doc fix.
2814 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
2816         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2817         (bug#16657).
2819 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
2821         * frameset.el (frameset-restore): Delay removing an old frame's
2822         duplicate id until the new frame has been correctly created.
2824 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
2826         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2827         (tramp-check-cached-permissions): Call `file-attributes' if the
2828         cache is empty.
2830         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2831         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2833         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2834         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2835         (tramp-gvfs-maybe-open-connection): Set always connection
2836         properties, even if target is mounted already.
2838         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2839         Set tramp-autoload cookie.
2840         (tramp-get-remote-touch): New defun.
2841         (tramp-sh-handle-set-file-times): Use it.
2842         (tramp-sh-handle-directory-files-and-attributes):
2843         Use `tramp-handle-directory-files-and-attributes' if neither stat
2844         nor perl are available on the remote host.
2846         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2847         "/".  Write long listing only when "l" belongs to the switches.
2849         * net/trampver.el: Update release number.
2851 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
2853         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2855 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
2857         * window.el (window-state-put): Allow WINDOW to refer to an
2858         internal window (Bug#16793).
2860 2014-02-19  Glenn Morris  <rgm@gnu.org>
2862         * textmodes/remember.el: Move provide statement to end.
2863         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2864         (remember-notes): Doc fixes.
2866 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2868         * delsel.el (delete-char): Restore incorrectly erased property
2869         (bug#16795).
2871 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
2873         * frameset.el (frameset--restore-frame): When a frame is being reused
2874         and its root window is not alive, delete all the frame's windows before
2875         restoring the window state.  This works around the issue in bug#16793.
2877 2014-02-18  Glenn Morris  <rgm@gnu.org>
2879         * textmodes/remember.el (remember-data-directory)
2880         (remember-directory-file-name-format, remember-store-in-files)
2881         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2882         (remember-notes-save-and-bury-buffer)
2883         (remember-notes--kill-buffer-query): Doc fixes.
2885         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2887 2014-02-17  Alan Mackenzie  <acm@muc.de>
2889         Connect electric-indent-mode up with CC Mode.  Bug #15478.
2890         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2891         to electric-indent-{,local-}-mode.
2892         (c-basic-common-init): Set electric-indent-inhibit.
2893         Initialise c-electric-flag from electric-indent-mode.
2894         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2895         New hook functions which propagate electric-indent-mode to CC mode.
2897         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2898         hit, toggle electric-indent-local-mode.
2900         * electric.el (electric-indent-mode-has-been-called):
2901         New variable.
2903 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
2905         * frameset.el (frameset-cfg-id): New function.
2906         (frameset--reuse-frame, frameset-restore): Use it.
2907         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2909 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * ido.el (ido-file-internal): Remove unused var `d'.
2912         Use \` for to match BoS.  Fit within 80n columns.
2914 2014-02-17  Daniel Colascione  <dancol@dancol.org>
2916         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2917         dbus-call-method check for completion using a busy-wait loop with
2918         gradual backoff.
2920 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
2922         Sync with Tramp 2.2.9.
2924         * net/trampver.el: Update release number.
2926 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
2928         * ido.el (ido-file-internal): Don't add the name of an existing
2929         directory twice.  (Bug#16747)
2931 2014-02-16  Glenn Morris  <rgm@gnu.org>
2933         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2934         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
2936 2014-02-15  Michael R. Mauger  <michael@mauger.com>
2938         * progmodes/sql.el: Version 3.4
2939         (sql-oracle-options): New default value ("-L").
2940         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2941         (sql-placeholders-filter): Correct placeholder pattern.
2942         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
2943         (sql-login-delay): New variable.
2944         (sql-product-interactive): Use it.
2946 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
2948         * frameset.el (frameset--jump-to-register): Check that buffer is live
2949         (bug#16749).
2951 2014-02-15  Glenn Morris  <rgm@gnu.org>
2953         * info.el (info-initialize): Revert 2014-01-10 change.
2955 2014-02-14  Glenn Morris  <rgm@gnu.org>
2957         * replace.el (map-query-replace-regexp)
2958         (read-regexp-defaults-function, read-regexp): Doc fixes.
2960         * dired.el (dired-read-regexp):
2961         * faces.el (list-faces-display):
2962         * misearch.el (multi-isearch-read-matching-buffers)
2963         (multi-isearch-read-matching-files):
2964         * play/cookie1.el (cookie-apropos):
2965         * progmodes/grep.el (grep-read-regexp): Doc fixes.
2967         * textmodes/remember.el (remember): Use frameset-to-register
2968         rather than frame-configuration-to-register.
2970 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
2972         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2973         incorrect keybinding.
2975 2014-02-13  Daniel Colascione  <dancol@dancol.org>
2977         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2978         when adding overlays so that line numbers from compiler match line
2979         numbers we use.
2981 2014-02-13  Glenn Morris  <rgm@gnu.org>
2983         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
2985         * jit-lock.el (jit-lock-mode): Doc fix.
2987 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
2989         * apropos.el (apropos-read-pattern): When the user passes an empty
2990         string, give a more helpful error message than "Wrong type
2991         argument: stringp, nil".
2993 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2995         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2997 2014-02-13  Glenn Morris  <rgm@gnu.org>
2999         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3001 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3004         shift-select commands.
3006 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
3008         * progmodes/js.el (js-indent-line): Don't widen.
3009         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3011 2014-02-12  Glenn Morris  <rgm@gnu.org>
3013         * icomplete.el (icomplete): Add info-link to defgroup.
3014         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3015         (icomplete-minibuffer-map, icomplete-mode)
3016         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3018         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3019         (package-menu-filter): Rename from package-menu-filter-interactive.
3020         Doc fix.
3022 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
3024         * frameset.el (frameset--jump-to-register): Select the required
3025         window and buffer before restoring position (bug#16696).
3027 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3029         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3031 2014-02-10  Glenn Morris  <rgm@gnu.org>
3033         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
3035 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
3037         * w32-common-fns.el (x-get-selection): Doc fix.
3038         * select.el (x-get-selection): Doc fix.  (Bug#15109)
3040         * face-remap.el (face-remap-add-relative)
3041         (face-remap-remove-relative, face-remap-reset-base)
3042         (face-remap-set-base): Call force-mode-line-update to redisplay
3043         the current buffer due to potential change in faces.  (Bug#16709)
3045 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
3047         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3048         script more robustly.
3050 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3052         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3054         * simple.el (choose-completion): Doc fix (bug#14160).
3056         * subr.el (event-start): Say what a nil EVENT value means.
3058         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3059         (bug#14197).
3061         * progmodes/grep.el (find-program): Doc fix (bug#14289).
3063         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3065         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3067         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3068         predicate function (bug#15455).
3070 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
3072         * ielm.el (inferior-emacs-lisp-mode): Instead of
3073         `comment-use-global-state', set `comment-use-syntax'.
3075 2014-02-10  Glenn Morris  <rgm@gnu.org>
3077         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3079 2014-02-09  Alan Mackenzie  <acm@muc.de>
3081         Fix c-invalidate-state-cache on narrowed buffers.
3082         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3083         Widen when setting and clearing the CPP delimiter properties.
3085 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3087         * help.el (describe-bindings): Doc fix (bug#9888).
3089         * files.el (save-buffer): Use ARG as the parameter name for
3090         consistency (bug#10346).
3091         (save-buffer): Clarify the 0 argument (bug#10346).
3093         * cus-edit.el (customize-apropos): Fix error string.
3094         (custom-buffer-create): Doc fix (bug#11122).
3095         (custom-sort-items): Doc fix (bug#11121).
3097         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3099         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3100         (icomplete-simple-completing-p): Mention the previous variable.
3102         * font-lock.el (font-lock-value-in-major-mode): Clarify the
3103         meaning of the parameter (bug#12282).
3105         * files.el (find-file-noselect): Clarify prompt when changing
3106         readedness (bug#13261).
3107         (locate-file): Suffixes aren't returned, so don't say that they
3108         are (bug#12674).
3109         (backup-inhibited): Doc clarification (bug#12525).
3111         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3112         before we actually start to delete things (bug#16331).
3114         * subr.el (event-start): Doc fix (bug#14228).
3115         (event-end): Ditto.
3117 2014-02-09  Glenn Morris  <rgm@gnu.org>
3119         * emacs-lisp/warnings.el (lwarn):
3120         Empower help-enable-auto-load.  (Bug#15940)
3122 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
3124         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3125         (Bug#16690)
3127 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
3129         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3130         Insert output at end of buffer.  (Bug#16120)
3132 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3134         * simple.el (choose-completion-string-functions): Document new
3135         calling convention (bug#14153).
3136         (execute-extended-command): Clarify doc string (bug#13373).
3138         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3140         * find-dired.el (find-name-dired): Doc fix (bug#14290).
3141         (find-grep-dired): Doc fix (bug#14288).
3143 2014-02-08  Juri Linkov  <juri@jurta.org>
3145         * isearch.el (isearch-quote-char): Check character validity
3146         like in `quoted-insert' (bug#16677).
3148 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3150         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3152         * isearch.el (isearch-hide-immediately): Doc clarification
3153         (bug#14723).
3155         * simple.el (line-move): Document utility function used many
3156         places in the Emacs sources (bug#14843).
3158         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3159         (dired-prev-marked-file): Doc fix (bug#14855).
3160         (dired-up-directory): Doc fix (bug#14848).
3162         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3164         * files.el (file-relative-name): Doc fix (bug#15159).
3166         * fringe.el (fringe-styles): Doc fix (bug#15239).
3168         * isearch.el (isearch-filter-predicate): Documentation typo fix
3169         (bug#15474).
3171         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3173         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3175         * replace.el (replace-match-maybe-edit): Doc clarification
3176         (bug#15632).
3178         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3180         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3182 2014-02-08  Glenn Morris  <rgm@gnu.org>
3184         * help-fns.el (describe-variable):
3185         Check {file,dir}-local-variables-alist, and buffer-file-name,
3186         in the correct buffer.
3188 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
3190         * help-fns.el (describe-variable): Fix the case where
3191         a value is directory-local with no dir-locals file.  (Bug#16635)
3193 2014-02-08  Glenn Morris  <rgm@gnu.org>
3195         * abbrev.el (edit-abbrevs-mode):
3196         Derive from fundamental-mode.  (Bug#16682)
3198 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
3200         * simple.el (quoted-insert): Check character validity (bug#16677).
3202 2014-02-07  Juri Linkov  <juri@jurta.org>
3204         * desktop.el (desktop-read): Claim the lock when the owner is not
3205         the current process.  (Bug#16157)
3207 2014-02-07  Juri Linkov  <juri@jurta.org>
3209         * desktop.el (desktop-buffers-not-to-save): Change default from nil
3210         to "\\` ".  (Bug#16651)
3212 2014-02-07  Juri Linkov  <juri@jurta.org>
3214         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3215         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3216         (desktop-auto-save-cancel-timer): New function with some code from
3217         `desktop-auto-save-set-timer'.
3218         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3219         Instead of setting `desktop-save-mode' to nil, call
3220         `desktop-save-mode' with arg 0.  (Bug#16630)
3222 2014-02-07  Glenn Morris  <rgm@gnu.org>
3224         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3225         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3226         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3228         * obsolete/iswitchb.el: Move to obsolete/.
3229         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3230         since obsolete/ is not scanned for autoloads.
3231         * emacs-lisp/authors.el (authors-valid-file-names):
3232         Add iswitchb.el.
3234         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3235         Disable now non-functional find-file-hook.
3237 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
3239         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3240         instead of ";" in order to avoid additional prompts.  Let heredoc
3241         scripts read from tty.  (Bug#16582)
3242         (tramp-send-command): No special handling of heredocs, it isn't
3243         necessary anymore.
3245 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3247         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3248         with a space (bug#16664).  Limit the symbols considered to the ones
3249         that are bound or fbound (bug#16646).
3251 2014-02-06  Glenn Morris  <rgm@gnu.org>
3253         * epa.el (epa-mail-aliases): Doc fix.
3255 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
3257         * emacs-lisp/lisp.el (lisp-completion-at-point):
3258         Use `completion-table-merge' instead of `completion-table-in-turn'
3259         (bug#16604).
3261         * minibuffer.el (completion-table-merge): New function.
3263 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
3265         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3266         (tramp-sh-handle-set-file-acl)
3267         (tramp-sh-handle-start-file-process)
3268         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3269         (tramp-find-executable, tramp-send-command): Use it.
3271 2014-02-05  Glenn Morris  <rgm@gnu.org>
3273         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
3275 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3277         * progmodes/python.el (python-shell-send-string)
3278         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3280 2014-02-04  Anders Lindgren  <andlind@gmail.com>
3282         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3283         the names (bug#16620).
3285 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
3287         * faces.el (window-divider): New default value.  Rewrite doc-string.
3288         (window-divider-first-pixel, window-divider-last-pixel): New faces.
3290 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
3292         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3293         `protected' and `public' can also be called without arguments.
3295 2014-02-03  Glenn Morris  <rgm@gnu.org>
3297         * register.el (window-configuration-to-register)
3298         (frame-configuration-to-register): Unadvertise unused argument.
3299         * frameset.el (frameset-to-register): Remove unused argument.
3301         * frameset.el (frameset-to-register):
3302         * kmacro.el (kmacro-to-register):
3303         * register.el (increment-register):
3304         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3305         (calc-append-to-register, calc-prepend-to-register):
3306         * play/gametree.el (gametree-layout-to-register)
3307         (gametree-apply-register-layout):
3308         * textmodes/picture.el (picture-clear-rectangle-to-register)
3309         (picture-yank-rectangle-from-register):
3310         * vc/emerge.el (emerge-combine-versions-register):
3311         Use register-read-with-preview to read registers.
3313 2014-02-03  João Távora  <joaotavora@gmail.com>
3315         * elec-pair.el (electric-pair-backward-delete-char): Don't error
3316         when at beginning of (possibly narrowed) buffer.
3318 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3320         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3321         Also try to display local help from just before point.
3323 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
3325         c-parse-state.  Don't "append-lower-brace-pair" in certain
3326         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
3327         recognised as a comment.
3329         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3330         as well as normal comment starter.
3331         (c-parse-state-get-strategy): Extra return possibility
3332         'back-and-forward.
3333         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3334         return value list to indicate replacement of a brace-pair cons
3335         with its car.
3336         (c-parse-state-1): With 'back-and-forward, only call
3337         c-append-lower-brace-pair-to state-cache when cons-separated.
3339 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
3341         * term/ns-win.el (ns-suspend-error): New function.
3342         (ns-initialize-window-system): Add ns-suspend-error to
3343         suspend-hook (Bug#16612).
3345 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3347         * progmodes/cc-defs.el (c-find-assignment-for-mode):
3348         Make loading cc-mode silent.
3350 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3352         * comint.el (comint-prompt-read-only): Change doc to suggest
3353         remap keybinding.
3355 2014-02-02  Glenn Morris  <rgm@gnu.org>
3357         * register.el (register-read-with-preview, point-to-register)
3358         (window-configuration-to-register, frame-configuration-to-register)
3359         (jump-to-register, number-to-register, view-register, insert-register)
3360         (copy-to-register, append-to-register, prepend-to-register)
3361         (copy-rectangle-to-register): Doc fixes.
3363 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3365         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3366         * emacs-lisp/find-func.el (find-function-C-source): Idem.
3367         * emacs-lisp/nadvice.el (advice--cd*r): New function.
3368         * help-fns.el (describe-function-1): Use it.
3370 2014-02-02  Glenn Morris  <rgm@gnu.org>
3372         * register.el (register-preview-default): New function,
3373         split from register-preview.
3374         (register-preview-function): Rename from register-preview-functions,
3375         make it not a hook.
3376         (register-preview): Use register-preview-function.
3377         (register-read-with-preview): Error on non-character event.  (Bug#16595)
3379 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
3381         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3382         `:' before binary operators (bug#16609).  Don't check for `:'
3383         before `[' and `(', or their syntax status.  A percent literal
3384         can't end with either.
3385         (ruby-font-lock-keywords): For built-ins that require arguments,
3386         check that they're followed by something that looks like argument
3387         (bug#16610).
3389 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3391         * subr.el (butlast): Document what an omitted N means (bug#13437).
3392         (nbutlast): Ditto.
3394 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3396         * net/shr.el (shr-generic): Make into a defsubst to make the stack
3397         depth shallower (bug#16587).
3398         (shr-tag-svg): Respect `shr-inhibit-images'.
3399         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3401 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
3403         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3404         (ruby-smie-grammar): Make "." right-associative.  Make its priority
3405         lower than the ternary and all binary operators.
3406         (ruby-smie-rules): Indent "(" relative to the first non-"."
3407         parent, or the first "." parent at indentation.
3408         Use `ruby-align-chained-calls' for indentation of "." tokens.
3409         (Bug#16593)
3411 2014-01-31  Juri Linkov  <juri@jurta.org>
3413         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3414         from `make-hash-table'.
3416         * textmodes/ispell.el (ispell-init-process): Change message format
3417         to be consistent with other messages.
3419 2014-01-31  Glenn Morris  <rgm@gnu.org>
3421         * delsel.el (delete-selection-mode): Doc fix.
3423         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3424         (trace-function-background): Doc fixes.
3426         * ido.el (ido-use-virtual-buffers): Doc fix.
3427         Reset :version, since the default value has not changed.
3429         * register.el (register-preview-delay, register-read-with-preview):
3430         Doc fixes.
3432         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3433         do not mess with mail-buffer position (fixes 2009-11-03 change).
3434         * progmodes/cc-mode.el (c-submit-bug-report):
3435         Check auto-fill-mode is bound.  (Bug#16592)
3437 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
3439         * startup.el (fancy-splash-image-file): New function,
3440         split from fancy-splash-head.
3441         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3442         so that we are both using the same image.  (Bug#16574)
3444 2014-01-30  Glenn Morris  <rgm@gnu.org>
3446         * simple.el (eval-expression): Doc fix.
3448         * hexl.el (hexl-mode-hook):
3449         * ielm.el (ielm-mode-hook):
3450         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3451         (lisp-interaction-mode-hook):
3452         * progmodes/cfengine.el (cfengine3-documentation-function):
3453         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3455 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3457         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3458         is a symbol (bug#16584).
3460 2014-01-30  Glenn Morris  <rgm@gnu.org>
3462         * help.el (help-for-help-internal): Add "P" to text.
3464 2014-01-29  Glenn Morris  <rgm@gnu.org>
3466         * simple.el (just-one-space, cycle-spacing): Doc fixes.
3468 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
3470         * window.el (fit-frame-to-buffer): Fix calculations for margins and
3471         height constraints.
3473 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
3475         * progmodes/hideif.el: Extend to full CPP expression syntax.
3476         (hif-token-alist): Add missing tokens.
3477         (hif-token-regexp): Add support for float/octal/hex immediates.
3478         (hif-string-literal-regexp): New const.
3479         (hif-tokenize): Recognize strings and float/octal/hex immediates.
3480         (hif-exprlist): New function.
3481         (hif-parse-if-exp): Use it.
3482         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3483         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3484         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3485         (hif-logxor, hif-comma): New functions.
3487 2014-01-28  Glenn Morris  <rgm@gnu.org>
3489         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3491         * indent.el (tab-stop-list): Doc fix.  Add :version.
3493         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3494         (cvs-append-to-ignore): Add compatibility alias.
3496 2014-01-27  Glenn Morris  <rgm@gnu.org>
3498         * dired.el (dired-hide-details-mode): Don't autoload it,
3499         since it cannot be used outside Dired buffers anyway.
3501         * emulation/cua-base.el (cua-mode): Doc fix.
3503         * dired.el (dired-hide-details-hide-symlink-targets)
3504         (dired-hide-details-hide-information-lines)
3505         (dired-hide-details-mode): Doc fixes.
3507         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3508         * strokes.el (strokes-file): Doc fix.  Bump :version.
3509         (strokes-help): Doc fix.
3510         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3511         * emulation/viper.el (viper): Doc fix for custom group.
3512         (top-level): Remove oh-so-no-longer-relevant text about vip.
3513         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3515         * ido.el (ido-save-directory-list-file):
3516         * saveplace.el (save-place-file):
3517         * calendar/timeclock.el (timeclock-file):
3518         * net/quickurl.el (quickurl-url-file):
3519         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3520         * progmodes/idlwave.el (idlwave-config-directory):
3521         * textmodes/remember.el (remember-data-file):
3522         Bump :version.
3524 2014-01-26  Glenn Morris  <rgm@gnu.org>
3526         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3527         Doc fix.  Make obsolete.
3528         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3530         * sort.el (delete-duplicate-lines): Doc fix.
3532 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3534         * progmodes/ada-mode.el (ada):
3535         * woman.el (woman): Link to info manual and Commentary section.
3537         * progmodes/flymake.el (flymake):
3538         * nxml/nxml-mode.el (nxml):
3539         * net/eww.el (eww):
3540         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3541         * htmlfontify.el (htmlfontify):
3542         * ses.el (ses):
3543         * epa.el (epa):
3544         * ido.el (ido): Link to info manual.
3546 2014-01-25  Leo Liu  <sdl.web@gmail.com>
3548         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3550 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
3552         * net/shr.el (shr-tag-img): Prefer the title over the alt text
3553         (bug#16537).
3555 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
3557         * net/eww.el (eww-download-callback):
3558         Fix reference to eww-download-directory.
3560         * emacs-lisp/bytecomp.el (byte-compile-file):
3561         Remove unused local variable `file-name'.
3563 2014-01-24  Glenn Morris  <rgm@gnu.org>
3565         * woman.el (woman-default-faces, woman-monochrome-faces):
3566         Fix obsolescence specification.
3568         * subr.el (with-demoted-errors): Doc fix.
3570 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3572         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3573         (cl--macroexp-fboundp): New function.
3574         (cl--make-type-test): Use it.
3576 2014-01-23  Glenn Morris  <rgm@gnu.org>
3578         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3579         * simple.el (eval-expression): Doc fixes.
3581 2014-01-22  Glenn Morris  <rgm@gnu.org>
3583         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3585 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         * emacs-lisp/package.el: Write files silently.
3588         (package-autoload-ensure-default-file, package--write-file-no-coding)
3589         (package-generate-description-file, package--download-one-archive)
3590         (package-install-from-archive): Tell `write-region' to stay quiet.
3591         (package-menu-mode, package-menu--print-info): Omit the Archive column
3592         if there's only one archive.
3593         (package-all-keywords, package--has-keyword-p): Remove dead code.
3595 2014-01-22  Glenn Morris  <rgm@gnu.org>
3597         * version.el (emacs-bzr-version-bzr): Fix typo.
3599         * version.el (emacs-repository-get-version):
3600         Check either .bzr or .git, but not both.
3601         Make the git case actually use the DIR argument, and return nil
3602         rather than the empty string.
3603         Avoid error if .git exists but the git executable is not found.
3605 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
3607         Fixes in window size functions around Bug#16430 and Bug#16470.
3608         * window.el (window-total-size, window-size): New argument ROUND.
3609         (window--min-delta-1, window-min-delta, window--max-delta-1):
3610         Be more conservative when calculating the numbers of lines or
3611         columns a window can shrink (Bug#16430).
3612         (fit-window-to-buffer): Simplify code.
3613         * term.el (term-window-width): Call window-body-width again.
3615 2014-01-22  Glenn Morris  <rgm@gnu.org>
3617         * image.el (image-format-suffixes): Doc fix.
3619         * international/quail.el (quail-define-package): Doc fix.
3621         * emacs-lisp/authors.el (authors-valid-file-names)
3622         (authors-renamed-files-alist): Additions.
3624         * vc/vc-git.el (vc-git-print-log): Remove --follow;
3625         reverts 2014-01-09 change.  (Bug#16422)
3627         * calc/calc-embed.el (thing-at-point-looking-at):
3628         * emacs-lisp/map-ynp.el (x-popup-dialog):
3629         * obsolete/lmenu.el (x-popup-dialog):
3630         * emacs-lisp/package.el (url-recreate-url):
3631         * mail/mailclient.el (clipboard-kill-ring-save):
3632         * subr.el (x-popup-dialog): Update declaration.
3633         * mail/rmail.el (rmail-mime-message-p):
3634         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3636 2014-01-21  Daniel Colascione  <dancol@dancol.org>
3638         * progmodes/sh-script.el (sh--inside-noncommand-expression):
3639         Correctly detect when we're inside an arithmetic expansion form
3640         containing nested parenthesis.
3641         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3642         to detect cases where we shouldn't expand "<<" to a heredoc
3643         skeleton.
3645 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3647         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3648         (eldoc--message-command-p): New function.
3649         (eldoc-display-message-p): Use it.
3650         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3651         message is not automatically erased for us.
3652         (eldoc-print-current-symbol-info): Erase previous message, if any.
3654 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
3656         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3657         specify it's an interactive function.
3659         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3660         Fix regex used for scanning for citation keys which failed for
3661         citations with optional arguments.
3663 2014-01-21  Leo Liu  <sdl.web@gmail.com>
3665         * simple.el (read--expression): Don't enable eldoc-mode.
3667 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         * simple.el (move-beginning-of-line): Make sure we don't move forward
3670         (bug#16497).
3672 2014-01-20  Juri Linkov  <juri@jurta.org>
3674         * saveplace.el (toggle-save-place, save-place-to-alist)
3675         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3676         'dired-mode) before checking for dired-directory.  (Bug#16477)
3678 2014-01-20  Juri Linkov  <juri@jurta.org>
3680         * indent.el (indent-line-to): Use backward-to-indentation
3681         instead of back-to-indentation.  (Bug#16461)
3683 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3685         Revert some of the CANNOT_DUMP fix (Bug#16494).
3686         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3687         but fixing this can wait until after the next release.
3688         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3690 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
3692         * eshell/esh-mode.el (eshell-password-prompt-regexp):
3693         Use `password-word-equivalents'.
3694         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3695         to t.  (Bug#5664, Bug#13124)
3697 2014-01-19  Alan Mackenzie  <acm@muc.de>
3699         Bind open-paren-in-column-0-is-defun-start to nil at some entry
3700         points.
3701         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3702         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3703         * progmodes/cc-mode.el (c-before-change, c-after-change)
3704         (c-font-lock-fontify-region): Bind it here.
3706 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
3708         * term.el (term-window-width): Call window-text-width instead of
3709         window-width (Bug#16470).
3711 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
3713         * simple.el (password-word-equivalents): Remove duplicates.
3714         Sort, to make this easier next time.
3715         Downcase.  Omit ": " after "jelszó".
3717 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
3719         * term/common-win.el (saved-region-selection): Defvar it.
3720         (x-select-text): Set saved-region-selection (Bug#16382).
3722 2014-01-18  Glenn Morris  <rgm@gnu.org>
3724         * emacs-lisp/authors.el (authors-aliases)
3725         (authors-renamed-files-alist): Add some entries.
3727 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
3729         * net/tramp.el (tramp-password-prompt-regexp):
3730         Use `password-word-equivalents' if available.
3731         (tramp-action-password, tramp-process-one-action)
3732         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
3734 2014-01-17  Chong Yidong  <cyd@gnu.org>
3736         * simple.el (password-word-equivalents): New defcustom.
3737         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
3738         to 24.4.
3739         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3740         to t.  (Bug#13124)
3742 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
3744         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3745         (ruby-align-to-stmt-keywords): Change the default value.
3746         Use `ruby-alignable-keywords' to generate the possible customization
3747         choices.
3748         (ruby-smie-rules): Instead of using a hardcoded list of alignable
3749         keywords, check against the value of `ruby-alignable-keywords'
3750         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3752 2014-01-17  Glenn Morris  <rgm@gnu.org>
3754         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3756         Make M-x authors return zero *Authors Errors* from current logs.
3757         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3758         (authors-ignored-files): Add some entries, remove others.
3759         (authors-ambiguous-files, authors-valid-file-names):
3760         Add some entries.
3761         (authors-renamed-files-alist): Add, remove, and adjust entries.
3762         (authors-renamed-files-regexps): Add some entries.
3763         Remove some very broad ones.  Make some entries `lax'.
3764         (authors-lax-changelogs): New constant.
3765         (authors-disambiguate-file-name): Treat top-level specially.
3766         (authors-lax-changelog-p): New function.
3767         (authors-canonical-file-name): Check file as written against
3768         authors-valid-file-names.  Do not special-case etc/.
3769         Handle `lax' logs and authors-renamed-files-regexps elements.
3771 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
3773         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3774         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
3775         callers.
3777 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3780         Assume we're already in the proper buffer.
3781         Inspired by Anders Lindgren <andlind@gmail.com>.
3782         (follow-post-command-hook): Call it from the right buffer.
3783         (follow-comint-scroll-to-bottom): Adjust call.
3784         (follow-all-followers): Use get-buffer-window-list.
3786 2014-01-15  Daniel Colascione  <dancol@dancol.org>
3788         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3789         `buffer-file-name' in interactive-form so that we don't leave
3790         pathless file names in `file-name-history'.
3792 2014-01-15  Juri Linkov  <juri@jurta.org>
3794         * indent.el (indent-rigidly): Set deactivate-mark to nil
3795         in transient indentation mode.  (Bug#16438)
3797 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
3799         * emacs-lisp/package.el (package-desc-keywords): New function
3800         (Bug#16222).
3801         (describe-package-1, package-all-keywords)
3802         (package--has-keyword-p): Use it.
3804 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3806         * simple.el (define-alternatives): When creating the
3807         COMMAND-alternatives variable, assign COMMAND as its definition
3808         name so that `describe-variable' can relocate it.
3810 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
3812         * font-lock.el (font-lock-keywords): Fix typo in docstring
3813         (bug#16307).
3815 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3817         * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
3818         line instead of wrongly reset `add-coment' (bug#13577).
3820 2014-01-14  Daiki Ueno  <ueno@gnu.org>
3822         * epa-file.el (epa-file-write-region): Encode the region according
3823         to `buffer-file-format'.  Problem reported at:
3824         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3826 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3828         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3829         so it applies in the right buffer (bug#16410).
3831 2014-01-13  Daniel Colascione  <dancol@dancol.org>
3833         * textmodes/rst.el (rst-define-key): Provide deprecated
3834         keybindings through named functions instead of anonymous ones so
3835         that "??" doesn't appear in describe-mode output.
3837 2014-01-13  Bastien Guerry  <bzg@gnu.org>
3839         * simple.el (define-alternatives): Call the selected command
3840         interactively.  When setting `COMMAND--implementation' for the
3841         first time, tell the user how to chose another implementation.
3842         Enhance the docstring.
3844 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3847         (log-edit--match-first-line): New function.
3848         (log-edit-font-lock-keywords): Use it.
3849         (log-edit-mode): Make jit-lock-defer-multiline work.
3851 2014-01-13  Bastien Guerry  <bzg@gnu.org>
3853         * rect.el (rectangle-mark-mode): When the region is not active,
3854         display a message saying that the mark as been set and that
3855         rectangle mode is in use.
3856         (rectangle--highlight-for-redisplay): Only put an overlay with a
3857         visible vertical bar when (display-graphic-p) is non-nil.
3858         This partially fixes Bug#16403.
3860 2014-01-13  Juri Linkov  <juri@jurta.org>
3862         * info.el (Info-find-file): Go to DIR before displaying the error
3863         about a nonexistent file if no previous Info file is visited.
3864         Use `user-error' instead of `error' for "Info file %s does not exist".
3865         (Info-find-node-2): In case of a nonexistent node in unwind forms
3866         go to the Top node if there is no previous node to revert to.
3867         (Bug#16405)
3869 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
3871         fit-frame/window-to-buffer code fixes including one for Bug#14096.
3872         * window.el (fit-frame-to-buffer): Fix doc-string.
3873         Respect window-min-height/-width.  Fit pixelwise when
3874         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
3875         when avoiding that frame goes partially off-screen.
3876         (fit-window-to-buffer): Respect window-min-height/-width
3877         (Bug#14096).
3879 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3882         after an empty line.
3884 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3886         * net/shr.el (shr-render-region): Autoload.
3888 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
3890         * net/eww.el (eww-download-directory): Rename from
3891         `eww-download-path' (Bug#16419).
3893 2014-01-12  Leo Liu  <sdl.web@gmail.com>
3895         * dired-x.el (dired-mode-map): Fix last change.
3897         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3899 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3901         Spelling fixes.
3902         * emacs-lisp/generic.el (generic--normalize-comments):
3903         Rename from generic--normalise-comments.  All uses changed.
3904         * play/bubbles.el (bubbles--neighborhood-score)
3905         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3906         (bubbles--neighborhood-available)
3907         (bubbles--update-neighborhood-score):
3908         Rename from names with 'neighbourhood'.  All uses changed.
3910 2014-01-12  Leo Liu  <sdl.web@gmail.com>
3912         Re-implement the feature of showing eldoc info after editing.
3913         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3914         (eldoc-edit-message-commands): New function.
3915         (eldoc-print-after-edit): New variable.
3916         (eldoc-pre-command-refresh-echo-area): Emit message only by
3917         eldoc-message-commands.
3918         (eldoc-mode): Restrict eldoc-message-commands to editing commands
3919         if eldoc-print-after-edit is set.  (Bug#16346)
3920         * simple.el (read--expression): Enable eldoc-mode.
3921         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3923 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
3924             Eric S. Raymond  <esr@thyrsus.com>
3926         * version.el (emacs-repository-get-version): Enhance so the
3927         function works correctly in either a Bazaar or Git repo.
3929 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
3931         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3932         Goes with removal of the joke manpages from /etc.
3934 2014-01-10  Kenichi Handa  <handa@gnu.org>
3936         * mail/rmail.el (rmail-get-coding-system):
3937         Check rmail-get-coding-function before "funcall"ing it.
3939 2014-01-10  Glenn Morris  <rgm@gnu.org>
3941         * emacs-lisp/authors.el (authors-fixed-entries):
3942         Update for files that no longer exist.
3944 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
3946         * version.el (emacs-bzr-get-version): Restore compatibilty with
3947         24.3 (Tested).
3949 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
3951         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3952         and Podfile.
3954 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
3956         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3958 2014-01-10  Chong Yidong  <cyd@gnu.org>
3960         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3962 2014-01-10  Anders Lindgren  <andlind@gmail.com>
3964         * follow.el (follow-cache-command-list): Include right-char and
3965         left-char.
3967 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3969         Spelling fixes.
3970         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3971         * woman.el (woman-mark-horizontal-position):
3972         Rename from woman-mark-horizonal-position.  Use changed.
3974 2014-01-10  Glenn Morris  <rgm@gnu.org>
3976         * info.el (info-initialize): If running uninstalled, ensure our
3977         own info files are always found first, even if INFOPATH is set.
3979         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3981 2014-01-09  David Engster  <deng@randomsample.de>
3983         * emacs-lisp/eieio-custom.el:
3984         * emacs-lisp/eieio-opt.el: Set generated autoload file to
3985         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3986         * emacs-lisp/eieio.el: Regenerate autoloads.
3988 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
3990         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3991         following renames.  (Bug#8756)
3993 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3995         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3996         (bug#16382).
3997         (activate-mark): Add `no-tmm' argument.
3998         (set-mark, push-mark-command): Use it instead of running
3999         activate-mark-hook by hand.
4001 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
4003         In preparation for the move to git, sanitize out some
4004         Bazaar-specific names.
4006         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4008         * version.el (emacs-bzr-version): Name changed to
4009         emacs-repository-version.  Obsolete-variable alias made.
4010         * loadup.el: Follow through on this name change.
4011         * mail/emacsbug.el (report-emacs-bug): Factor out any
4012         assumption about the version control system in use.
4014 2014-01-08  David Engster  <deng@randomsample.de>
4016         * help-fns.el (help-fns-describe-function-functions):
4017         New variable to call functions for augmenting help buffers.
4018         (describe-function-1): Remove explicit calls to
4019         `help-fns--compiler-macro', `help-fns--parent-mode' and
4020         `help-fns--obsolete'.  Put them in above new variable instead, and
4021         call them through `run-hook-with-args'.
4022         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4023         `eieio-describe-class'.  Not meant for interactive use anymore,
4024         but to augment existing help buffers.  Remove optional second
4025         argument.  Create proper button for file location.
4026         Rewrite function to use `insert' instead of `princ' and `prin1' where
4027         possible.
4028         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4029         (eieio-method-def, eieio-class-def): Move further up.
4030         (describe-method, describe-generic, eieio-describe-method):
4031         Remove aliases.
4032         (eieio-help-constructor, eieio-help-generic): Rename from
4033         `eieio-describe-constructor' and `eieio-describe-generic', resp.
4034         Rewrite to use `insert' in the current buffer and use proper help
4035         buttons.
4036         (eieio-help-find-method-definition)
4037         (eieio-help-find-class-definition): Also accept symbols as
4038         arguments.
4039         (eieio-help-mode-augmentation-maybee): Remove.
4040         (eieio-describe-class-sb): Use `describe-function'.
4041         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4042         Add `eieio-help-generic' and `eieio-help-constructor'.
4044 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4046         Spelling fixes.
4047         * language/china-util.el (hz-ascii-designation):
4048         Rename from hz-ascii-designnation.
4049         (hz-ascii-designation): Rename from hz-ascii-designnation.
4050         All uses changed.
4052 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4055         package-alist.
4057 2014-01-08  Bastien Guerry  <bzg@gnu.org>
4059         * emacs-lisp/package.el (package-delete):
4060         Correctly delete the package from package-alist.
4062 2014-01-08  Daiki Ueno  <ueno@gnu.org>
4064         * emacs-lisp/package.el (url-recreate-url): Declare.
4065         (url-http-target-url): Declare.
4066         (package-handle-response): Include requested URL in the error message.
4067         (package--check-signature): Don't re-signal errors from
4068         package--with-work-buffer.  Suggested by Stefan Monnier.
4070 2014-01-07  Bastien Guerry  <bzg@gnu.org>
4072         * minibuffer.el (completion--try-word-completion): When both a
4073         hyphen and a space are possible candidates for the character
4074         following a word, display both candidates.  (Bug#15980)
4076 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
4078         * window.el (balance-windows-2): While rounding don't give a
4079         window more than the remainder.  Bug#16351, bug#16383.
4081 2014-01-07  Glenn Morris  <rgm@gnu.org>
4083         * menu-bar.el (menu-bar-help-extra-packages): Remove.
4084         (menu-bar-help-menu): Use view-external-packages instead.
4086 2014-01-07  Bastien Guerry  <bzg@gnu.org>
4088         * emacs-lisp/package.el (package-delete): Also delete the package
4089         name from `package-alist', not its description only.
4091 2014-01-07  Glenn Morris  <rgm@gnu.org>
4093         * help.el (view-external-packages):
4094         * menu-bar.el (menu-bar-help-extra-packages):
4095         Visit efaq.info rather than etc/MORE.STUFF.
4097 2014-01-07  Juri Linkov  <juri@jurta.org>
4099         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4100         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
4102         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4103         that shadows RET.  (Bug#16342)
4105 2014-01-07  Chong Yidong  <cyd@gnu.org>
4107         * isearch.el (isearch-yank-char, isearch-yank-word)
4108         (isearch-yank-line): Doc fix.
4110 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4112         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4113         * emacs-lisp/elint.el (elint-find-builtins):
4114         * emacs-lisp/eldoc.el (eldoc-symbol-function):
4115         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4116         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4117         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4118         * apropos.el (apropos-safe-documentation):
4119         * subr.el (symbol-file): Remove redundant fboundp.
4120         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4122 2014-01-06  Bastien Guerry  <bzg@gnu.org>
4124         * hl-line.el (global-hl-line-overlay): Make a local variable.
4125         (global-hl-line-overlays): New variable to store all overlays.
4126         (global-hl-line-mode): Don't delete overlays from the current
4127         buffer when `global-hl-line-sticky-flag' is non-nil.
4128         (global-hl-line-highlight): Add new overlays to
4129         `global-hl-line-overlays'.
4130         (global-hl-line-unhighlight-all): New function to delete all
4131         overlays when turning off `global-hl-line-mode'.
4132         This fixes Bug#16183.
4134 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * subr.el (set-transient-map): Fix nested case and docstring.
4138 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
4140         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4141         `Texinfo' entry.
4143 2014-01-06  Daniel Colascione  <dancol@dancol.org>
4145         Fix defun navigation in vc log view.
4147         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4148         like `beginning-of-defun'.
4149         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4150         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
4151         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4152         (log-view-extract-comment): Call `log-view-current-entry' directly
4153         instead of relying on broken `log-view-beginning-of-defun' behavior.
4155 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
4157         Spelling fixes.
4158         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4159         * emacs-lisp/debug.el (cancel-debug-on-entry):
4160         * epg.el (epg-error-to-string):
4161         * files.el (recover-file):
4162         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4163         * mail/emacsbug.el (report-emacs-bug-hook):
4164         * mail/sendmail.el (mail-recover):
4165         * ses.el (ses-yank-resize):
4166         * term/ns-win.el (ns-print-buffer):
4167         Spelling fixes in diagnostics, mostly for "canceled" with one L.
4168         * epg.el (epg-key-capability-alist): Rename from misspelled version.
4169         All uses changed.
4170         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4172 2014-01-06  Leo Liu  <sdl.web@gmail.com>
4174         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4175         to avoid shadowing global key.  (Bug#16354)
4177 2014-01-06  Daniel Colascione  <dancol@dancol.org>
4179         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4180         rst-mode.
4182 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
4184         * window.el (balance-windows): Add mising t to fix Bug#16351.
4186 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4189         (bug#16285).
4190         (shr-insert): If we have a word that's longer than `shr-width',
4191         break after it anyway.  Otherwise we'll do no breaking once we get
4192         such a long word.
4194 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4196         * net/eww.el (eww): Support single/double quote for search.
4197         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4198         (eww-history-quit): Delete and use quit-window.
4199         (eww-history-kill): Delete, because it doesn't work well and
4200         not necessary.
4201         (eww-history-mode-map): Delete some keys and add easy-menu.
4203 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4205         Fix misspelling of 'chinese' in rx (Bug#16237).
4206         * emacs-lisp/rx.el (rx-categories): Correct spelling of
4207         chinese-two-byte.
4209         Change subword regexps back to vars (Bug#16296).
4210         * progmodes/subword.el (subword-forward-regexp)
4211         (subword-backward-regexp): Change these back to variables.
4213 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4215         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4216         syntax-begin-function (bug#16247).
4218 2014-01-03  Chong Yidong  <cyd@gnu.org>
4220         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4221         (advice--docstring): Delete variable.
4222         (advice--make-1): Leave the docstring empty.
4223         (advice-add): Use function-documentation for advised docstring.
4225         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4226         Ignore function-documentation property when getting documentation.
4227         (ad-activate-advised-definition): Use function-documentation
4228         generate the docstring.
4229         (ad-make-advised-definition): Don't call
4230         ad-make-advised-definition-docstring.
4231         (ad-make-advised-definition-docstring, ad-advised-definition-p):
4232         Delete functions.
4234         * progmodes/sql.el (sql-help): Use function-documentation instead
4235         of dynamic-docstring-function property.  No need to autoload now.
4236         (sql--help-docstring): New variable.
4237         (sql--make-help-docstring): Use it.
4239 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * ielm.el (ielm-tab): Retarget.
4242         (ielm-map): Use ielm-tab for tab.
4243         (ielm-complete-filename): Use comint-filename-completion.
4244         (ielm-complete-symbol): Remove.
4245         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4246         remove ielm-tab from completion-at-point-functions (bug#16224).
4248         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4249         Beware signals raised by predicates (bug#16201).
4251 2014-01-02  Richard Stallman  <rms@gnu.org>
4253         * dired-aux.el (dired-do-print): Handle printer-name.
4255         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4256         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4257         (rmail-epa-decrypt): Turn off mime processing.
4259         * mail/rmail.el (rmail-make-in-reply-to-field):
4260         Add parens in message-id.
4262         * mail/rmail.el (rmail-get-coding-function): Variable.
4263         (rmail-get-coding-system): Use it.
4265 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
4267         * international/mule-conf.el: Unify the charset indian-is13194.
4268         (indian-is13194): Specify unify-map.
4270 2013-12-31  Leo Liu  <sdl.web@gmail.com>
4272         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
4274 2013-12-30  Daniel Colascione  <dancol@dancol.org>
4276         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4277         of printing a useless when we resume from sleep.
4279         * progmodes/sh-script.el
4280         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4281         in indentation code.  (Bug#16233)
4283 2013-12-28  João Távora  <joaotavora@gmail.com>
4285         * elec-pair.el (electric-pair-post-self-insert-function):
4286         Don't open extra newlines at beginning of buffer.  (Bug#16272)
4288 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
4290         * frame.el (window-system-for-display): Don't allow to create a
4291         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
4293 2013-12-28  Glenn Morris  <rgm@gnu.org>
4295         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4296         Update callers.
4298         * apropos.el (apropos-match-face):
4299         * calculator.el (calculator-displayer):
4300         * dabbrev.el (dabbrev-search-these-buffers-only):
4301         * face-remap.el (buffer-face-mode-face):
4302         * simple.el (yank-handled-properties):
4303         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4304         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4305         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4306         (hashcash-double-spend-database):
4307         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4308         (ruby-deep-indent-paren-style):
4309         * textmodes/flyspell.el (flyspell-auto-correct-binding):
4310         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4311         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4312         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4313         Specify custom types.
4315         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4316         * bookmark.el (bookmark-bmenu-use-header-line):
4317         * doc-view.el (doc-view-scale-internally):
4318         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4319         * register.el (register-preview-delay):
4320         * net/shr.el (shr-bullet):
4321         * progmodes/cfengine.el (cfengine-cf-promises)
4322         (cfengine-parameters-indent):
4323         * progmodes/octave.el (inferior-octave-error-regexp-alist):
4324         * textmodes/reftex-vars.el (reftex-label-regexps):
4325         * vc/log-edit.el (log-edit-setup-add-author): Add version.
4327         * net/tls.el (tls-certtool-program): Fix default value.
4329         * desktop.el (desktop-restore-in-current-display):
4330         * newcomment.el (comment-empty-lines):
4331         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4332         (idlwave-pad-keyword):
4333         * progmodes/tcl.el (tcl-tab-always-indent):
4334         * textmodes/reftex-vars.el (reftex-index-default-tag):
4335         * elec-pair.el (electric-pair-skip-whitespace):
4336         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4338         * emacs-lisp/authors.el (authors-ignored-files)
4339         (authors-valid-file-names, authors-renamed-files-alist): Additions.
4341 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
4343         * shell.el (shell-dynamic-complete-command): Doc fix.
4344         (shell--command-completion-data): Shell completion now matches
4345         executable filenames from the current buffer's directory, on
4346         systems in which this behavior is the default (windows-nt, ms-dos).
4348 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
4350         * net/shr.el (shr-insert): Don't infloop if the width is zero.
4352 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4355         (bug#16251).
4357         * electric.el: Move all electric-pair-* to elec-pair.el.
4358         * elec-pair.el: New file, split from electric.el.
4360 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
4362         * net/shr.el (shr-find-fill-point): Don't try to fill if the
4363         indentation level is larger than the width, because that will
4364         infloop.
4365         (shr-insert): Fill repeatedly long texts, so that Japanese is
4366         formatted correctly (bug#16263).
4367         (shr-find-fill-point): Off by one error in comparison with the
4368         indentation.
4370 2013-12-26  João Távora  <joaotavora@gmail.com>
4372         * electric.el (electric-pair-mode): More flexible engine for skip-
4373         and inhibit predicates, new options for pairing-related functionality.
4374         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4375         if that keeps or improves their balance in buffers.
4376         (electric-pair-delete-adjacent-pairs): Delete the pair when
4377         backspacing over adjacent matched delimiters.
4378         (electric-pair-open-extra-newline): Open extra newline when
4379         inserting newlines between adjacent matched delimiters.
4380         (electric--sort-post-self-insertion-hook):
4381         Sort post-self-insert-hook according to priority values when
4382         minor-modes are activated.
4383         * simple.el (newline-and-indent): Call newline with interactive
4384         set to t.
4385         (blink-paren-post-self-insert-function): Set priority to 100.
4386         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4387         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4388         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
4389         electric-pair-open-newline-between-pairs to nil.
4391 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4393         * progmodes/python.el: Use lexical-binding.
4394         (python-nav-beginning-of-defun): Stop searching ASAP.
4396 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
4398         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4399         Fix interactive spec.  Doc fix.  (Bug#15754)
4401 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4403         * emacs-lisp/byte-run.el (eval-when-compile):
4404         * progmodes/cc-defs.el (cc-eval-when-compile):
4405         Fix edebug spec (bug#16184).
4407 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
4409         * net/shr.el (shr-visit-file): Remove debugging function.
4410         (shr-insert): Don't infloop if we can't find a good place to break
4411         the line (bug#16256).
4413 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4415         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4416         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
4417         python-nav-lisp-forward-sexp-safe.
4418         (python-nav--forward-sexp): New argument SAFE allows switching
4419         forward sexp movement behavior for parens.
4420         (python-nav-forward-sexp): Throw errors on unterminated parens
4421         (Bug#16191).
4422         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4423         (python-nav-backward-sexp-safe): New functions.
4424         (python-shell-buffer-substring):
4425         Use `python-nav-forward-sexp-safe'.
4427 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
4429         * net/shr.el (shr-find-fill-point): Don't break lines before a
4430         quotation mark.
4431         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4432         (shr-find-fill-point): Remove the special checks for the quotation
4433         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4435 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4437         * net/eww.el (eww-form-textarea): Use a different face for
4438         textareas than text input since they have different keymaps
4439         (bug#16142).
4441 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4443         * progmodes/python.el (python-nav-beginning-of-statement):
4444         Speed up (Bug#15295).
4446 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4448         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4449         the window configuration.
4451 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
4453         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4454         we run on MS-Windows or MS-DOS.
4456 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
4458         * window.el (balance-windows-area): Call window-size instead of
4459         window-height and window-width.  Bug#16241.
4461 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4463         * net/eww.el (eww-bookmark-quit): Remove.
4464         (eww-bookmark-browse): Restore the window configuration when you
4465         choose a bookmark (bug#16144).
4467 2013-12-24  Daniel Colascione  <dancol@dancol.org>
4469         * icomplete.el: Remove redundant :group arguments to `defcustom'
4470         throughout.
4471         (icomplete-show-matches-on-no-input): New customizable variable.
4472         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4473         we have something to show.
4474         (icomplete-exhibit): Compute completions even if we have no user input.
4476 2013-12-23  Daniel Colascione  <dancol@dancol.org>
4478         * icomplete.el: Move `provide' to end of file.
4480 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4482         * net/gnutls.el (gnutls-verify-error): Add version tag.
4484 2013-12-23  Chong Yidong  <cyd@gnu.org>
4486         * subr.el (set-transient-map): Rename from
4487         set-temporary-overlay-map.  Doc fix.
4489         * face-remap.el (text-scale-adjust):
4490         * indent.el (indent-rigidly):
4491         * kmacro.el (kmacro-call-macro):
4492         * minibuffer.el (minibuffer-force-complete):
4493         * repeat.el (repeat):
4494         * simple.el (universal-argument--mode):
4495         * calendar/todo-mode.el (todo-insert-item--next-param):
4496         * progmodes/f90.el (f90-abbrev-start): Callers changed.
4498         * indent.el (indent-rigidly): Use substitute-command-keys.
4500 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4502         * net/eww.el (eww-tag-select): Add text-property to jump to next
4503         select field.
4504         (eww): Add non-supported ftp error.
4506 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4508         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4509         comments.  Handle electric indent after typing `?' and `!'.
4511 2013-12-22  Chong Yidong  <cyd@gnu.org>
4513         * faces.el (face-spec-recalc): If the theme specs are not
4514         applicable to a frame, fall back on the defface spec.
4515         This prevents themes from obliterating faces on low-color terminals.
4517 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4519         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4520         after `{'.  We need it after block openers, and it doesn't seem
4521         to hurt after hash openers.
4523 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4525         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4526         extracted from `ruby-smie-rules'.
4527         (ruby--electric-indent-chars): New variable.
4528         (ruby--electric-indent-p): New function.
4529         (ruby-mode): Use `electric-indent-functions' instead of
4530         `electric-indent-chars'.
4532 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4534         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4535         docstring.
4536         (ruby-smie-rules): Indent plus one level after `=>'.
4538 2013-12-21  Richard Stallman  <rms@gnu.org>
4540         * simple.el (newline): Doc fix.
4542 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4544         * net/eww.el (eww-list-histories, eww-list-histories)
4545         (eww-history-browse, eww-history-quit, eww-history-kill)
4546         (eww-history-mode-map, eww-history-mode): New command and
4547         functions to list browser histories.
4548         (eww-form-text): Support text form with disabled
4549         and readonly attributes.
4550         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4552 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4554         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4555         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4556         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4557         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4558         Use `user-error'.
4559         (eww-bookmark-mode-map): Add menu.
4560         (eww-render, eww-mode): Use `setq-local'.
4561         (eww-tool-bar-map): New variable.
4562         (eww-mode): Set `tool-bar-map'.
4563         (eww-view-source): Check for `html-mode' with `fboundp'.
4565 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567         * net/shr.el (shr--extract-best-source): Don't bug out on audio
4568         elements with text inside.  Also remove debugging.
4570 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
4572         * cus-start.el (all): Add ns-use-srgb-colorspace.
4574 2013-12-21  Chong Yidong  <cyd@gnu.org>
4576         * custom.el (custom-theme-recalc-face): Do nothing if the face is
4577         undefined.  Thus, theme settings for undefined faces do not take
4578         effect until the faces are defined with defface, the same as with
4579         theme variables.
4581         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4582         (face-spec-reset-face): Don't assign extra properties in temacs.
4583         (face-spec-recalc): Apply X resources too.
4585 2013-12-21  Chong Yidong  <cyd@gnu.org>
4587         * faces.el (face-spec-set):
4588         * cus-face.el (custom-theme-set-faces, custom-set-faces):
4589         * custom.el (defface): Doc fixes (Bug#16203).
4591         * indent.el (indent-rigidly-map): Add docstring, and move commands
4592         into named functions.
4593         (indent-rigidly-left, indent-rigidly-right)
4594         (indent-rigidly-left-to-tab-stop)
4595         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
4596         indentation direction based on bidi direction, and accumulate
4597         sequential commands in a single undo boundary.
4598         (indent-rigidly--pop-undo): New utility function.
4600 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
4602         * faces.el (read-face-name): Require crm.el when using crm-separator.
4604 2013-12-20  Daniel Colascione  <dancol@dancol.org>
4606         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4607         so that we don't reflow comments into the shebang line.
4609 2013-12-20  Juri Linkov  <juri@jurta.org>
4611         * saveplace.el (save-place-to-alist): Add `dired-filename' as
4612         a position when `dired-directory' is non-nil.  Check integer
4613         positions with `integerp'.
4614         (toggle-save-place, save-places-to-alist): Add check for
4615         `dired-directory'.
4616         (save-place-find-file-hook): Check integer positions with
4617         `integerp'.
4618         (save-place-dired-hook): Use `dired-goto-file' when
4619         `dired-filename' is found in the assoc list.  Check integer
4620         positions with `integerp'.
4621         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4623         * dired.el (dired-initial-position-hook): Rename back from
4624         `dired-initial-point-hook'.
4625         (dired-initial-position): Rename `dired-initial-point-hook' to
4626         `dired-initial-position-hook'.
4627         (dired-file-name-at-point): Doc fix.  (Bug#15329)
4629 2013-12-20  Juri Linkov  <juri@jurta.org>
4631         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4632         (read-regexp-suggestions): New function.
4633         (read-regexp): Use `read-regexp-defaults-function' to get default values.
4634         Use `read-regexp-suggestions'.  Add non-empty default to history
4635         for empty input.
4636         (occur-read-regexp-defaults-function): Remove function.
4637         (occur-read-primary-args): Use `regexp-history-last' instead of
4638         `occur-read-regexp-defaults-function'.
4640         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4641         (hi-lock-line-face-buffer, hi-lock-face-buffer)
4642         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4643         `hi-lock-read-regexp-defaults-function'.  Doc fix.
4644         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4645         with `find-tag-default-as-symbol-regexp'.  Doc fix.
4646         (hi-lock-read-regexp-defaults): Remove function.
4647         (hi-lock-regexp-okay): Add check for null.
4649         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4650         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
4652         * subr.el (find-tag-default-as-symbol-regexp): New function.
4653         (find-tag-default-as-regexp): Move symbol regexp formatting to
4654         `find-tag-default-as-symbol-regexp'.
4656 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
4658         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4659         (Bug#14179)
4661 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
4663         * calendar/todo-mode.el: New implementation of item insertion
4664         commands and key bindings.
4665         (todo-key-prompt): New face.
4666         (todo-insert-item): New command.
4667         (todo-insert-item--parameters): New defconst, replacing defvar
4668         todo-insertion-commands-args-genlist.
4669         (todo-insert-item--param-key-alist): New defconst, replacing
4670         defvar todo-insertion-commands-arg-key-list.
4671         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4672         (todo-insert-item--argsleft, todo-insert-item--apply-args)
4673         (todo-insert-item--next-param): New functions.
4674         (todo-insert-item--args, todo-insert-item--argleft)
4675         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4676         New variables.
4677         (todo-key-bindings-t): Change binding of "i" from
4678         todo-insertion-map to todo-insert-item.
4679         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4680         (todo-insertion-command-name, todo-insertion-commands-names)
4681         (todo-define-insertion-command, todo-insertion-commands)
4682         (todo-insertion-key-bindings, todo-insertion-map): Remove.
4684 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
4686         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4687         (todo-toggle-item-highlighting): Use eval-and-compile instead of
4688         eval-when-compile.
4689         (todo-move-category): Allow choosing a non-existing todo file to
4690         move the category to, and create that file.
4691         (todo-default-priority): New user option.
4692         (todo-set-item-priority): Use it.
4693         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4694         (desktop-restore-file-buffer): Declare.
4695         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4696         (todo-modes-set-2): Locally set desktop-save-buffer to
4697         todo-desktop-save-buffer.
4698         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4699         (auto-mode-alist): Add autoload cookie.
4701 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
4703         * emacs-lisp/subr-x.el: Renamed from helpers.el.
4704         helpers.el was a poor choice of name.
4705         (string-remove-prefix): New function.
4706         (string-remove-suffix): New function.
4708 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
4710         Fix assignment for new window total sizes.
4711         * window.el (window--pixel-to-size): Remove function.
4712         (window--pixel-to-total-1, window--pixel-to-total):
4713         Fix calculation of new total sizes.
4715 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
4717         * comint.el (comint-output-filter): Fix rear-nonsticky property
4718         placement (Bug#16010).
4720 2013-12-20  Chong Yidong  <cyd@gnu.org>
4722         * faces.el (read-color): Minor fix for completion function.
4724 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
4726         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4727         New option.  (Bug#16182)
4728         (ruby-smie--indent-to-stmt-p): Use it.
4729         (ruby-smie-rules): Revert the logic in the handling of `when'.
4730         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4731         (ruby-deep-arglist, ruby-deep-indent-paren)
4732         (ruby-deep-indent-paren-style): Update docstrings to note that the
4733         vars don't have any effect with SMIE.
4735 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
4737         * calc/calc.el (calc-enter, calc-pop): Use the variable
4738         `calc-context-sensitive-enter'.
4740 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742         * net/shr.el (shr-insert): Protect against infloops in degenerate
4743         tables.
4745 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4747         * progmodes/octave.el (octave): Add link to manual and octave
4748         homepage.
4749         (octave-mode-menu): Link to octave-mode manual.
4751 2013-12-20  Leo Liu  <sdl.web@gmail.com>
4753         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4754         insertion using skeleton-end-newline.  (Bug#16138)
4756 2013-12-20  Juri Linkov  <juri@jurta.org>
4758         * replace.el (occur-engine): Use `add-face-text-property'
4759         to add the face property to matches and titles.  (Bug#14645)
4761         * hi-lock.el (hi-green): Use lighter color "light green" closer to
4762         the palette of other hi-lock colors.
4763         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4765 2013-12-19  Juri Linkov  <juri@jurta.org>
4767         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4768         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
4769         (minibuffer-history-symbol): Move variable declaration closer to
4770         its usage.
4772         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4773         (Bug#14785)
4775 2013-12-19  Juri Linkov  <juri@jurta.org>
4777         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4778         New function.
4779         (log-edit-hook): Add it to :options.  (Bug#16170)
4781 2013-12-19  Juri Linkov  <juri@jurta.org>
4783         * simple.el (eval-expression-print-format): Don't check for
4784         command names and the last command.  Always display additional
4785         formats of the integer result in the echo area, and insert them
4786         to the current buffer only with a zero prefix arg.
4787         Display character when char-displayable-p is non-nil.
4788         (eval-expression): With a zero prefix arg, set `print-length' and
4789         `print-level' to nil, and insert the integer values from
4790         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
4792         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4793         `eval-last-sexp-arg-internal'.  Doc fix.
4794         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4795         `eval-last-sexp-print-value'.  Doc fix.
4796         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4797         Set `print-length' and `print-level' to nil when arg is zero.
4798         (eval-last-sexp): Doc fix.
4799         (eval-defun-2): Print the integer values from
4800         `eval-expression-print-format' at the end.
4802         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4803         values from `eval-expression-print-format' at the end.
4805         * ielm.el (ielm-eval-input): Print the integer
4806         values from `eval-expression-print-format' at the end.
4808 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4810         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4811         2013-12-11T19:01:44Z!tzz@lifelogs.com.
4813 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4815         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
4816         (hl-line-highlight, global-hl-line-highlight): Use it.
4817         (hl-line-overlay): Use defvar-local.
4819 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
4821         * term/ns-win.el: Require dnd.
4822         (global-map): Remove drag items.
4823         (ns-insert-text, ns-set-foreground-at-mouse)
4824         (ns-set-background-at-mouse):
4825         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4826         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4827         New functions.
4829 2013-12-19  Glenn Morris  <rgm@gnu.org>
4831         * emacs-lisp/ert.el (ert-select-tests):
4832         Fix string/symbol mixup.  (Bug#16121)
4834 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
4836         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4837         keywords to their parent.
4839 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
4841         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4842         first arg to be a string (fixed dead code), or an operator symbol.
4843         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4844         operator symbols.
4845         (ruby-smie-rules): Remove parent token check in the `.' clause, it
4846         did nothing.  Don't respond to `(:after ".")', it will be called
4847         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
4848         change anything.  Only return indentation for binary operators
4849         when they are hanging.  De-dent opening paren when its parent is
4850         `.', otherwise it looks bad when the dot is not at bol or eol
4851         (bug#16182).
4853 2013-12-19  Juri Linkov  <juri@jurta.org>
4855         * replace.el (query-replace-read-args): Split a non-negative arg
4856         and a negative arg into separate elements.
4857         (query-replace, query-replace-regexp, replace-string)
4858         (replace-regexp): Add arg `backward'.  Doc fix.
4859         (replace-match-maybe-edit): When new arg `backward' is non-nil,
4860         move point to the beginning of the match.
4861         (replace-search, replace-highlight): Use new arg `backward'
4862         to set the value of `isearch-forward'.
4863         (perform-replace): Add arg `backward' and use it to perform
4864         replacement backward.  (Bug#14979)
4866         * isearch.el (isearch-query-replace): Use a negative prefix arg
4867         to call `perform-replace' with a non-nil arg `backward'.
4869 2013-12-18  Juri Linkov  <juri@jurta.org>
4871         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4872         to the default list.  Move `log-edit-show-files' to the end.
4873         Add more available functions to options.
4874         (log-edit): Move default specific settings to
4875         `log-edit-insert-message-template'.  Don't move point.
4876         (log-edit-insert-message-template): New function.
4877         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4878         (Bug#16170)
4880 2013-12-18  Juri Linkov  <juri@jurta.org>
4882         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4883         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
4885 2013-12-18  Leo Liu  <sdl.web@gmail.com>
4887         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4888         (Bug#16186)
4890 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
4892         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4893         formats for displaying file sizes when the -s switch is given.
4894         Instead, compute a separate format for displaying the size in
4895         blocks, which is displayed in addition to the "regular" size.
4896         When -h is given in addition to -s, produce size in blocks in
4897         human-readable form as well.  (Bug#16179)
4899 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
4901         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4902         Reference tables with ~\ref{...} instead of only \ref{...}.
4904 2013-12-18  Chong Yidong  <cyd@gnu.org>
4906         * cus-edit.el (custom-magic-alist): Fix "themed" description
4907         (Bug#14348).
4909         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4910         is non-nil, do not create a new entry in the symbol's theme-value
4911         or theme-face property; update theme-settings only (Bug#14664).
4912         (custom-available-themes): Doc fix.
4914         * cus-theme.el (custom-new-theme-mode-map): Add bindings
4915         (Bug#15674).
4917         * replace.el (occur-engine): Avoid infloop (Bug#7593).
4919 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4921         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4922         (Bug#13914).
4924 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4926         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4928 2013-12-18  Glenn Morris  <rgm@gnu.org>
4930         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4931         * cus-start.el (load-prefer-newer): New option.
4933 2013-12-18  Le Wang  <l26wang@gmail.com>
4935         * comint.el (comint-previous-matching-input-from-input):
4936         Retain point (Bug#13404).
4938 2013-12-18  Chong Yidong  <cyd@gnu.org>
4940         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4942 2013-12-18  Glenn Morris  <rgm@gnu.org>
4944         * mail/emacsbug.el (report-emacs-bug):
4945         Only mention enable-multibyte-characters if non-standard.
4947 2013-12-17  Juri Linkov  <juri@jurta.org>
4949         * arc-mode.el (archive-extract-by-file): Check if directory exists
4950         before deletion to not show irrelevant errors if it doesn't exist.
4952 2013-12-17  Juri Linkov  <juri@jurta.org>
4954         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4955         (Bug#14751)
4957         * net/eww.el (browse-web): Add alias to `eww'.
4958         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4959         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
4961         * net/browse-url.el (browse-url-browser-function): Move `eww'
4962         closer to similar functions.
4964         * startup.el (fancy-startup-screen, fancy-about-screen):
4965         Set browse-url-browser-function to eww-browse-url locally.
4966         (Bug#14751)
4968 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4970         * window.el (window--pixel-to-total): Remove unused `mini' var.
4971         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4972         (split-window): Remove unused `new' var.
4973         (window--display-buffer): Remove unused `frame' and `delta' vars.
4974         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4975         and display-width'.
4977 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
4979         * dired.el (dired-mark-pop-up):
4980         * register.el (register-preview): Don't bind
4981         split-height-threshold here since it's now done in
4982         display-buffer-below-selected.
4984 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
4986         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4987         xterm-rgb-convert-to-16bit.
4988         (rxvt-register-default-colors): Standardize with
4989         xterm-register-default-colors (Bug#14078).
4991 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4993         * simple.el (kill-region): Pass mark first, then point, so that
4994         kill-append works right (Bug#12819).
4995         (copy-region-as-kill, kill-ring-save): Likewise.
4997 2013-12-17  Leo Liu  <sdl.web@gmail.com>
4999         * net/rcirc.el (rcirc-add-face):
5000         * eshell/em-prompt.el (eshell-emit-prompt):
5001         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5002         (Bug#16167)
5004 2013-12-17  Chong Yidong  <cyd@gnu.org>
5006         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5007         Suggested by Xue Fuqiao.
5009 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
5011         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5013 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5015         * net/shr.el (shr-insert-document): Remove unused var
5016         `shr-preliminary-table-render'.
5017         (shr-rescale-image): Remove unused arg `force'.
5018         (shr-put-image): Update calls accordingly.
5019         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5021 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
5023         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5024         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5025         :close-all, to see which indentation method to use (Bug#16116).
5026         (smie-rules-function): Document the method :close-all.
5028 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5032         * net/eww.el (eww-display-html): If we can't find the anchor we're
5033         looking for, then go to point-min.
5035 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
5037         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5038         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5039         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5040         Expand dir too, in case it's relative.
5042 2013-12-16  Juri Linkov  <juri@jurta.org>
5044         * desktop.el (desktop-auto-save-timeout): Change default to
5045         `auto-save-timeout'.  Doc fix.
5046         (desktop-save): Skip the timestamp in desktop-saved-frameset
5047         when checking for auto-save changes.
5048         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5049         `desktop-auto-save' is called repeatedly by the idle timer.
5050         (desktop-auto-save-set-timer): Replace `run-with-timer' with
5051         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
5052         (Bug#15331)
5054 2013-12-16  Juri Linkov  <juri@jurta.org>
5056         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5057         (Bug#16035)
5058         (isearch-pre-command-hook): Check `this-command' for symbolp.
5060 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5062         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5064 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
5066         * progmodes/cfengine.el (cfengine3--current-word): Remove.
5067         (cfengine3--current-function): Bring in the current-function
5068         functionality from `cfengine3--current-word'.
5069         (cfengine3-completion-function): Bring in the
5070         bounds-of-current-word functionality from
5071         `cfengine3--current-word'.
5073 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
5075         * window.el (display-buffer-below-selected):
5076         Bind split-height-threshold to 0 as suggested by Juri Linkov.
5078 2013-12-16  Leo Liu  <sdl.web@gmail.com>
5080         * progmodes/compile.el (compile-goto-error): Do not push-mark.
5081         Remove NOMSG arg and all uses changed.
5083 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5086         (cua--deactivate-rectangle): Don't deactivate the mark.
5087         (cua-set-rectangle-mark): Don't set mark-active since
5088         cua--activate-rectangle already does it for us.
5089         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5090         non-rectangular region.
5092         * emulation/cua-base.el (cua-repeat-replace-region):
5093         Use with-current-buffer.
5095         * net/gnutls.el: Use cl-lib.
5096         (gnutls-negotiate): `mapcan' -> cl-mapcan.
5098 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5100         * emacs-lisp/package.el (package-built-in-p): Support both
5101         built-in and the package.el converted package descriptions.
5102         (package-show-package-list): Allow keywords.
5103         (package-keyword-button-action): Use it instead of
5104         `finder-list-matches'.
5105         (package-menu-filter-interactive): Interactive filtering (by
5106         keyword) function.
5107         (package-menu--generate): Support keywords and change keymappings
5108         and headers when they are given.
5109         (package--has-keyword-p): Helper function.
5110         (package-menu--refresh): Use it.
5111         (package--mapc): Helper function.
5112         (package-all-keywords): Use it.
5113         (package-menu-mode-map): Set up menu items and keybindings to
5114         provide a filtering UI.
5116 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5118         * net/gnutls.el (gnutls-verify-error): New defcustom to control
5119         the behavior when a certificate fails validation.  Defaults to
5120         old behavior: never abort, just warn.
5121         (gnutls-negotiate): Use it.
5123 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
5125         * window.el (display-buffer-below-selected): Never split window
5126         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
5128 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
5130         * emacs-lisp/package.el (package--prepare-dependencies): New function.
5131         (package-buffer-info): Use it (bug#15108).
5133 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5135         * icomplete.el (icomplete-completions): Make sure the prefix is already
5136         displayed elsewhere before hiding it (bug#16219).
5138 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
5140         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5141         open-paren tokens when preceded by a open-paren, too.
5142         (ruby-smie-rules): Handle virtual indentation after open-paren
5143         tokens specially.  If there is code between it and eol, return the
5144         column where is starts (Bug#16118).
5146 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
5148         * progmodes/cfengine.el: Fix `add-hook' doc.
5149         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5150         (cfengine3--current-word): Fix parameters.
5151         (cfengine3-make-syntax-cache): Simplify further.
5152         (cfengine3-completion-function, cfengine3--current-function):
5153         Use `assq' for symbols.
5154         (cfengine3--current-function): Fix `cfengine3--current-word' call.
5156 2013-12-13  Glenn Morris  <rgm@gnu.org>
5158         * loadup.el (load-path): Warn if site-load or site-init changes it.
5159         No more need to reset it when bootstrapping.
5161 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
5163         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5164         locations for cf-promises.
5165         (cfengine-mode-syntax-functions-regex): New caching variable.
5166         (cfengine3-fallback-syntax): Fallback syntax for cases where
5167         cf-promises doesn't run.
5168         (cfengine3--current-word): Reimplement using
5169         `cfengine-mode-syntax-functions-regex'.
5170         (cfengine3-completion-function, cfengine3--current-function):
5171         Use `cfengine3-make-syntax-cache' directly.
5172         (cfengine3-clear-syntax-cache): New function.
5173         (cfengine3-make-syntax-cache): Simplify and create
5174         `cfengine-mode-syntax-functions-regex' on demand.
5175         (cfengine3-format-function-docstring): Don't call
5176         `cfengine3-make-syntax-cache' explicitly.
5178 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
5180         Fix windmove-find-other-window broken after pixelwise resizing
5181         (Bug#16017).
5182         * windmove.el (windmove-other-window-loc): Revert change from
5183         2013-12-04.
5184         (windmove-find-other-window): Call window-in-direction.
5185         * window.el (window-in-direction): New arguments SIGN, WRAP and
5186         MINI to emulate original windmove-find-other-window behavior.
5188 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
5190         * simple.el (blink-matching--overlay): New variable.
5191         (blink-matching-open): Instead of moving point, highlight the
5192         matching paren with an overlay
5193         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5195         * faces.el (paren-showing-faces, show-paren-match)
5196         (show-paren-mismatch): Move from paren.el.
5198 2013-12-13  Leo Liu  <sdl.web@gmail.com>
5200         * indent.el (indent-region): Disable progress reporter in
5201         minibuffer.  (Bug#16108)
5203         * bindings.el (visual-order-cursor-movement): Fix version.
5205 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5207         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5208         Also match after beginning of line.
5209         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5210         files.  Thanks to Russell Sim.  (Bug#15378)
5212 2013-12-13  Juri Linkov  <juri@jurta.org>
5214         * simple.el <Keypad support>: Remove key bindings duplicated
5215         with bindings.el.  (Bug#14397)
5217 2013-12-13  Juri Linkov  <juri@jurta.org>
5219         * comint.el (comint-mode-map): Replace `delete-char' with
5220         `delete-forward-char'.  (Bug#16109)
5222 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5224         * progmodes/python.el (python-indent-calculate-indentation):
5225         Fix de-denters cornercase.  (Bug#15731)
5227 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5229         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5230         (advice--make): Pay attention to `depth'.
5231         (advice--make-1): Don't autoload commands eagerly.
5232         * emacs-lisp/elp.el (elp-instrument-function):
5233         * emacs-lisp/trace.el (trace-function-internal):
5234         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5236         * iswitchb.el (iswitchb-mode): Don't belittle ido.
5238 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
5240         * term/w32-win.el (w32-handle-dropped-file):
5241         * startup.el (normal-top-level):
5242         * net/browse-url.el (browse-url-file-url):
5243         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5244         decode file names using 'utf-8' rather than
5245         file-name-coding-system.
5247 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5249         * progmodes/python.el (python-indent-context)
5250         (python-indent-calculate-indentation): Fix auto-identation
5251         behavior for comment blocks.  (Bug#15916)
5253 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5255         * progmodes/python.el (python-indent-calculate-indentation):
5256         When determining indentation, don't treat "return", "pass", etc., as
5257         operators when they are just string constituents.  (Bug#15812)
5259 2013-12-12  Juri Linkov  <juri@jurta.org>
5261         * uniquify.el (uniquify-buffer-name-style): Change default to
5262         `post-forward-angle-brackets'.
5264         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5265         `uniquify'.  Change default to `post-forward-angle-brackets'.
5267 2013-12-11  Glenn Morris  <rgm@gnu.org>
5269         * emacs-lisp/package.el (finder-list-matches):
5270         Autoload rather than falsely declaring.
5272 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
5274         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5275         (eww-mode-map): Use them.
5277 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
5279         * window.el (display-buffer-in-side-window): Fix doc-string
5280         (Bug#16115).
5282 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
5284         * vc/vc-git.el: Silence byte-compiler warnings.
5285         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5286         (log-edit-set-header): Declare.
5288 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
5290         * Makefile.in (custom-deps, finder-data): Run output file names
5291         through unmsys--file-name.  (Bug#16099)
5293 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5295         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5296         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5298         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5299         instead of deleting the selection "by hand" (bug#16098).
5300         Rely on insert-for-yank to yank rectangles.
5301         (cua-highlight-region-shift-only): Mark obsolete.
5302         (cua-mode): Don't enable/disable transient-mark-mode,
5303         shift-select-mode (cua-mode works both with and without them), and
5304         pc-selection-mode (obsolete).
5305         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5306         (cua--deactivate-rectangle): Deactivate it.
5308         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5309         (delete-selection-helper): Make sure yank starts at the top of the
5310         deleted region.
5311         (minibuffer-keyboard-quit): Use region-active-p.
5313         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5315         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5316         to `delete' (bug#16109).
5318 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5320         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5321         info manual and show keybindings and set `:group' keyword.
5323 2013-12-11  Juri Linkov  <juri@jurta.org>
5325         * delsel.el (delete-active-region): Let-bind `this-command'
5326         to prevent `kill-region' from changing its original value.
5327         (delete-selection-helper): Handle `overwrite-mode' for the type
5328         `kill' exactly the same way as for the type `t'.
5329         (insert-char, quoted-insert, reindent-then-newline-and-indent):
5330         Support more commands.  (Bug#13312)
5332 2013-12-11  Juri Linkov  <juri@jurta.org>
5334         * bindings.el: Map kp keys to non-kp keys systematically
5335         with basic modifiers control, meta and shift.  (Bug#14397)
5337 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5339         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5340         "Close browser" menu items.  Fix wrong function of "List
5341         bookmarks".
5343 2013-12-11  Juri Linkov  <juri@jurta.org>
5345         * misearch.el (multi-isearch-buffers): Set the value of
5346         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
5347         arg of isearch-forward to t.
5348         (multi-isearch-buffers-regexp): Set the value of
5349         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
5350         arg of isearch-forward-regexp to t.
5351         (multi-isearch-files): Set the value of
5352         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
5353         arg of isearch-forward to t.
5354         (multi-isearch-files-regexp): Set the value of
5355         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
5356         arg of isearch-forward-regexp to t.  (Bug#16035)
5358         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5359         arg of isearch-forward to t.
5360         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5361         arg of isearch-forward-regexp to t.
5362         (dired-isearch-filter-filenames): Remove unnecessary check for
5363         `dired-isearch-filenames'.
5365         * comint.el (comint-history-isearch-backward):
5366         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5367         (comint-history-isearch-backward-regexp):
5368         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5370 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
5372         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5373         unmsys--file-name.  (Bug#16099)
5375 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
5377         * emacs-lisp/package.el (package-keyword-button-action):
5378         Remove finder.el require dependency.
5380 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
5382         * emacs-lisp/package.el: Require finder.el.
5383         (describe-package-1): Add keyword buttons.
5384         (package-make-button): New convenience function.
5385         (package-keyword-button-action): Keyword button action using
5386         `finder-list-matches'.
5388 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
5390         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5391         last commit.
5393 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
5395         * autorevert.el (auto-revert-notify-add-watch): Do not handle
5396         symlinked files.
5398 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
5400         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5401         after the end of a percent literal.
5403 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
5405         * progmodes/ruby-mode.el (ruby-forward-string): Document.
5406         Handle caret-delimited strings (Bug#16079).
5408 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
5410         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5411         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5412         `ruby-parse-partial' (Bug#16078).
5414 2013-12-09  Leo Liu  <sdl.web@gmail.com>
5416         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
5418 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
5420         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5421         (js-switch-indent-offset): New option.
5422         (js--proper-indentation): Use it.  And handle the case when
5423         "default" is actually a key in an object literal.
5424         (js--same-line): New function.
5425         (js--multi-line-declaration-indentation): Use it.
5426         (js--indent-in-array-comp, js--array-comp-indentation):
5427         New functions.
5428         (js--proper-indentation): Use them, to handle array comprehension
5429         continuations.
5431 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5433         * progmodes/flymake.el (flymake-highlight-line): Re-write.
5434         (flymake-make-overlay): Remove arg MOUSE-FACE.
5435         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5437 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5440         New function.
5441         (redisplay-highlight-region-function): Use it.
5443         * emulation/cua-base.el (cua--explicit-region-start)
5444         (cua--last-region-shifted): Remove.
5445         (cua--deactivate): Use deactivate-mark.
5446         (cua--pre-command-handler-1): Don't handle shift-selection.
5447         (cua--post-command-handler-1): Don't change transient-mark-mode.
5448         (cua--select-keymaps): Use region-active-p rather than
5449         cua--explicit-region-start or cua--last-region-shifted.
5450         (cua-mode): Enable shift-select-mode.
5452 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5454         * progmodes/flymake.el (flymake-popup-current-error-menu):
5455         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
5456         (flymake-posn-at-point-as-event, flymake-popup-menu)
5457         (flymake-make-emacs-menu): Remove.  (Bug#16077)
5459 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * rect.el (rectangle-mark-mode): Activate mark even if
5462         transient-mark-mode is off (bug#16066).
5463         (rectangle--highlight-for-redisplay): Fix boundary condition when point
5464         is > mark and at bolp.
5466         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5467         (region-extract-function): Use it.
5468         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5469         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5470         Delete functions.
5471         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5472         kill-ring-save, kill-region, delete-char, delete-forward-char.
5473         Ignore self-insert-iso.
5475         * emulation/cua-gmrk.el (cua--init-global-mark):
5476         Ignore `self-insert-iso'.
5478         * emulation/cua-base.el (cua--prefix-copy-handler)
5479         (cua--prefix-cut-handler): Rely on region-extract-function rather than
5480         checking cua--rectangle.
5481         (cua-delete-region): Use region-extract-function.
5482         (cua-replace-region): Delete function.
5483         (cua-copy-region, cua-cut-region): Obey region-extract-function.
5484         (cua--pre-command-handler-1): Don't do the delete-selection thing.
5485         (cua--self-insert-char-p): Ignore `self-insert-iso'.
5486         (cua--init-keymaps): Don't remap delete-selection commands.
5487         (cua-mode): Use delete-selection-mode instead of rolling our own
5488         (bug#16085).
5490         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5491         Obey region-extract-function.
5493         Make registers and delete-selection-mode work on rectangles.
5494         * register.el (describe-register-1): Don't modify the register's value.
5495         (copy-to-register): Obey region-extract-function.
5496         * delsel.el (delete-active-region): Obey region-extract-function.
5498 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5500         * progmodes/flymake.el (flymake, flymake-error-bitmap)
5501         (flymake-warning-bitmap, flymake-fringe-indicator-position)
5502         (flymake-compilation-prevents-syntax-check)
5503         (flymake-start-syntax-check-on-newline)
5504         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5505         (flymake-start-syntax-check-on-find-file, flymake-log-level)
5506         (flymake-xml-program, flymake-master-file-dirs)
5507         (flymake-master-file-count-limit)
5508         (flymake-allowed-file-name-masks): Relocate.
5509         (flymake-makehash, flymake-float-time)
5510         (flymake-replace-regexp-in-string, flymake-split-string)
5511         (flymake-get-temp-dir): Remove.
5512         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5513         (flymake-current-row, flymake-selected-frame)
5514         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5515         related functions.  (Bug#16077)
5517 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
5519         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5521 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
5523         * help-fns.el (describe-function-1): Use new advice-* functions
5524         rather than old ad-* functions.  Fix function type description and
5525         source links for advised functions and subrs.
5527 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5531 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
5533         * progmodes/compile.el (compilation-start):
5534         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5536         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5537         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
5539 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5541         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5542         Touch up the last change.
5544 2013-12-06  Leo Liu  <sdl.web@gmail.com>
5546         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5547         (inferior-octave-startup): Always use "octave> " for prompt.
5548         (octave-goto-function-definition)
5549         (octave-sync-function-file-names)
5550         (octave-find-definition-default-filename): Remove redundant backquotes.
5552 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5554         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5555         syntax for `?'.
5556         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5557         where appropriate already.
5558         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5559         end of method names (Bug#15874).
5561 2013-12-06  Juri Linkov  <juri@jurta.org>
5563         * isearch.el (isearch--saved-overriding-local-map):
5564         New internal variable.
5565         (isearch-mode): Set it to the initial value of
5566         `overriding-terminal-local-map'.
5567         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5568         with `isearch--saved-overriding-local-map'.  (Bug#16035)
5570 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5572         * progmodes/octave.el (inferior-octave-completion-table):
5573         Turn back into function, use `completion-table-with-cache'
5574         (Bug#11906).  Update all references.
5576         * minibuffer.el (completion-table-with-cache): New function.
5578 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
5580         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5582 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
5584         * net/eww.el (eww-current-source): New variable to store page
5585         source.
5586         (eww-display-html, eww-mode, eww-save-history)
5587         (eww-restore-history): Use it.
5588         (eww-view-source): New command to view page source.
5589         Opportunistically uses `html-mode' to highlight the buffer.
5590         (eww-mode-map): Install it.
5592 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
5594         * net/dbus.el (dbus-unregister-service)
5595         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5596         Fix docstring.
5597         (dbus-unregister-service): Skip :serial entries in
5598         `dbus-registered-objects-table'.
5599         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5601 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
5603         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5604         around keywords with extra `split-string' argument.
5606 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
5608         * windmove.el (windmove-other-window-loc): Handle navigation
5609         between windows (excluding the minibuffer window - Bug#16017).
5611 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
5613         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5614         in D-Bus type syntax.
5615         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5616         preserve unibyte strings.  (Bug#16048)
5618 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5620         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5621         Call force-mode-line-update is the proper buffer (bug#16042).
5623 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
5625         * vc/log-edit.el (log-edit-add-new-comment): Rename to
5626         `log-edit-remember-comment', make argument optional.  Adjust all
5627         callers.
5628         (log-edit-mode): Add `log-edit-remember-comment' to
5629         `kill-buffer-hook' locally.
5630         (log-edit-kill-buffer): Don't remember comment explicitly since
5631         the buffer is killed anyway.
5633 2013-12-04  Juri Linkov  <juri@jurta.org>
5635         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5636         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
5638 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
5640         * notifications.el (notifications-close-notification): Call the
5641         D-Bus method with ID being a `:uint32'.  (Bug#16030)
5643 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5645         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5647 2013-12-03  Juri Linkov  <juri@jurta.org>
5649         * progmodes/compile.el (compilation-start): Rename window alist
5650         entry `no-display-ok' to `allow-no-window'.
5652         * simple.el (shell-command): Add window alist entry
5653         `allow-no-window' to `display-buffer'.
5654         (async-shell-command): Doc fix.
5656         * window.el (display-buffer-no-window): New action function.
5657         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
5659 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5661         * vc/log-edit.el (log-edit-set-header): Extract from
5662         `log-edit-toggle-header'.
5663         (log-edit-extract-headers): Separate the summary, when extracted
5664         from header, from the rest of the message with an empty line.
5666         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5667         line, if present, to the Summary header.
5669 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5672         in current-buffer (bug#16029).
5674 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
5676         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5677         (debugger-mode-map): Bind it.
5678         (debugger--backtrace-base): New function.
5679         (debugger-eval-expression): Use it.
5680         (debugger-frame-number): Skip local vars when present.
5681         (debugger--locals-visible-p, debugger--insert-locals)
5682         (debugger--show-locals, debugger--hide-locals): New functions.
5684 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
5686         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5687         "LC_ALL".
5688         (tramp-get-remote-locale): New defun.
5689         (tramp-open-connection-setup-interactive-shell): Use it.
5691 2013-12-02  Leo Liu  <sdl.web@gmail.com>
5693         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
5695         * progmodes/sh-script.el (sh-shell-process):
5696         * progmodes/octave.el (inferior-octave-process-live-p):
5697         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5698         (gdb-inferior-io-sentinel):
5699         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5701 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5703         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5704         `save-selected-window' to `log-edit-hide-buf'.  This makes
5705         `log-edit-show-files' idempotent.
5706         (log-edit-show-files): Mark the new window as dedicated.
5708 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5710         * vc/log-edit.el (log-edit-mode-map): Add binding for
5711         `log-edit-kill-biffer'.
5712         (log-edit-hide-buf): Add a FIXME comment.
5713         (log-edit-add-new-comment): New function, extracted from
5714         `log-edit-done'.
5715         (log-edit-done, log-edit-add-to-changelog): Use it.
5716         (log-edit-kill-buffer): New command.
5718 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5721         instead of killing the buffer.
5723 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5725         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5727 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5729         * net/eww.el (eww-form-checkbox-selected-symbol)
5730         (eww-form-checkbox-symbol): New customizable variable.
5731         (eww-form-checkbox, eww-toggle-checkbox):
5732         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5734         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5735         (shr--get-media-pref, shr--extract-best-source): New function.
5736         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5737         no :src tag was specified.
5739         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5740         (eww-render): Handle `eww-use-external-browser-for-content-type'.
5741         Use \\` to match beginning of string instead of ^.
5742         (eww-browse-with-external-browser): Provide optional URL parameter.
5743         (eww-render): Set `eww-current-title' back to "".
5745         * net/shr.el (shr-tag-video): Display content for video if no
5746         poster is available.
5747         (shr-tag-audio): Add support for <audio> tag.
5749         * net/eww.el (eww-text-input-types): New const.
5750         (eww-process-text-input): Treat input types in
5751         `eww-text-input-types' as text.
5753         * net/shr.el (shr-tag-table): Fix comment typo.
5755 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757         * net/eww.el (eww-follow-link): New command to avoid reloading
5758         pages when we follow #target links (bug#15243).
5759         (eww-quit): Special mode buffers shouldn't query before exiting.
5761 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5763         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5764         forms.
5766 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768         * net/eww.el (eww-restore-history): Update the window title after
5769         moving in the history.
5770         (eww-current-dom): New variable used to save the current DOM.
5772 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
5774         * vc/log-edit.el (log-edit-mode-map): Add binding for
5775         `log-edit-beginning-of-line'.
5776         (log-edit-setup-add-author): New user option.
5777         (log-edit-beginning-of-line): New command.
5778         (log-edit): Move major mode call above the contents setup so that
5779         the local variable values are already applied.
5780         (log-edit): Only insert "Author: " when
5781         `log-edit-setup-add-author' is non-nil.
5782         (log-edit): When SETUP is non-nil, position point after ": "
5783         instead of point-min.
5785 2013-12-01  Glenn Morris  <rgm@gnu.org>
5787         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5789 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
5791         * startup.el (fancy-splash-frame): On MS-Windows, trigger
5792         redisplay to make sure the initial frame gets a chance to become
5793         visible.  (Bug#16014)
5795 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
5797         Support resizing frames and windows pixelwise.
5798         * cus-start.el (frame-resize-pixelwise)
5799         (window-resize-pixelwise): New entries.
5800         * emacs-lisp/debug.el (debug): Use window-total-height instead
5801         of window-total-size.
5802         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5803         * help.el (describe-bindings-internal): Use help-buffer as
5804         argument for with-help-window.
5805         (temp-buffer-max-width): New option.
5806         (resize-temp-buffer-window, help-window-setup)
5807         (with-help-window): Rewrite.
5808         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
5809         dragging dividers.
5810         * window.el (frame-char-size, window-min-pixel-height)
5811         (window-safe-min-pixel-height, window-safe-min-pixel-width)
5812         (window-min-pixel-width, window-safe-min-pixel-size)
5813         (window-combination-p, window-safe-min-size)
5814         (window-resizable-p, window--size-to-pixel)
5815         (window--pixel-to-size, window--resize-apply-p): New functions.
5816         (window-safe-min-height): Fix doc-string.
5817         (window-size, window-min-size, window--min-size-1)
5818         (window-sizable, window-sizable-p, window--min-delta-1)
5819         (window-min-delta, window--max-delta-1, window-max-delta)
5820         (window--resizable, window--resizable-p, window-resizable)
5821         (window-full-height-p, window-full-width-p, window-at-side-p)
5822         (window--in-direction-2, window-in-direction)
5823         (window--resize-reset-1, window--resize-mini-window)
5824         (window-resize, window-resize-no-error)
5825         (window--resize-child-windows-normal)
5826         (window--resize-child-windows, window--resize-siblings)
5827         (window--resize-this-window, window--resize-root-window)
5828         (window--resize-root-window-vertically)
5829         (adjust-window-trailing-edge, enlarge-window, shrink-window)
5830         (maximize-window, minimize-window, delete-window)
5831         (quit-restore-window, window-split-min-size, split-window)
5832         (balance-windows-2, balance-windows)
5833         (balance-windows-area-adjust, balance-windows-area)
5834         (window--state-get-1, window-state-get, window--state-put-1)
5835         (window--state-put-2, window-state-put)
5836         (display-buffer-record-window, window--display-buffer):
5837         Make functions handle pixelwise sizing of windows.
5838         (display-buffer--action-function-custom-type)
5839         (display-buffer-fallback-action):
5840         Add display-buffer-in-previous-window.
5841         (display-buffer-use-some-window): Resize window to height it had
5842         before.
5843         (fit-window-to-buffer-horizontally): New option.
5844         (fit-frame-to-buffer): Describe new values.
5845         (fit-frame-to-buffer-bottom-margin): Replace with
5846         fit-frame-to-buffer-margins.
5847         (window--sanitize-margin): New function.
5848         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5849         using window-text-pixel-size.
5851 2013-11-30  Glenn Morris  <rgm@gnu.org>
5853         * emacs-lisp/bytecomp.el (byte-compile-form):
5854         Make the `interactive-only' warning like the `obsolete' one.
5855         * comint.el (comint-run):
5856         * files.el (insert-file-literally, insert-file):
5857         * replace.el (replace-string, replace-regexp):
5858         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5859         (goto-line, insert-buffer, next-line, previous-line):
5860         Tweak `interactive-only' spec.
5862         Stop keeping (most) generated cedet grammar files in the repository.
5863         * Makefile.in (semantic): New.
5864         (compile-main): Depend on semantic.
5866 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5868         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5869         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5871         * uniquify.el (uniquify-buffer-name-style): Change default.
5873         * loadup.el: Preload "uniquify".
5875         * time.el (display-time-update): Update all mode lines (bug#15999).
5877         * electric.el (electric-indent-mode): Enable by default.
5878         * loadup.el: Preload "electric".
5880 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
5882         * emacs-lisp/helpers.el (string-empty-p): New function.
5883         (string-blank-p): New function.
5885 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
5887         * imenu.el (imenu--index-alist): Add missing dot to the docstring
5888         (Bug#14029).
5890 2013-11-29  Andreas Politz  <politza@fh-trier.de>
5891         * imenu.el (imenu--subalist-p): Don't error on non-conses and
5892         allow non-lambda lists as functions.
5893         (imenu--in-alist): Don't recurse into non-subalists.
5894         (imenu): Don't pass function itself as an argument (Bug#14029).
5896 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5898         * progmodes/python.el (python-mode-map): Remove binding for ":".
5899         (python-indent-electric-colon): Remove command.
5900         (python-indent-post-self-insert-function): Integrate the previous code
5901         of python-indent-electric-colon.  Make it conditional on
5902         electric-indent-mode.
5903         (python-mode): Add ?: to electric-indent-chars.
5904         Move python-indent-post-self-insert-function to the end of
5905         post-self-insert-hook.
5907 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5909         * doc-view.el (doc-view-goto-page): Update mode-line.
5911         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5913 2013-11-27  Glenn Morris  <rgm@gnu.org>
5915         * international/charprop.el, international/uni-bidi.el:
5916         * international/uni-category.el, international/uni-combining.el:
5917         * international/uni-comment.el, international/uni-decimal.el:
5918         * international/uni-decomposition.el, international/uni-digit.el:
5919         * international/uni-lowercase.el, international/uni-mirrored.el:
5920         * international/uni-name.el, international/uni-numeric.el:
5921         * international/uni-old-name.el, international/uni-titlecase.el:
5922         * international/uni-uppercase.el:
5923         Remove generated files from VCS repository.
5925 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
5927         * filenotify.el (file-notify-add-watch): Don't special-case
5928         w32notify when computing the directory to watch.
5930 2013-11-27  Glenn Morris  <rgm@gnu.org>
5932         Make bootstrap without generated uni-*.el files possible again.
5933         * loadup.el: Update command-line-args checking for unidata-gen.
5934         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5935         * composite.el, international/characters.el:
5936         Handle unicode tables being undefined.
5938         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5939         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5940         (compile-main): Depend on leim rule.
5941         (leim): New rule.
5942         * loadup.el: Move leim-list.el to leim/ subdirectory.
5943         * startup.el (normal-top-level): No more leim directory.
5944         * international/ja-dic-cnv.el (skkdic-convert):
5945         Disable version-control and autoloads in output files.
5946         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5947         Disable version-control and autoloads in output files.
5948         * leim/quail: Move here from ../leim.
5949         * leim/quail/hangul.el (hangul-input-method-activate):
5950         Add autoload cookie.
5951         (generated-autoload-load-name): Set file-local value.
5952         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5953         (generated-autoload-load-name): Set file-local value.
5955 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
5957         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5958         (eww-add-bookmark): Ask confirmation when add to bookmarks.
5959         (eww-quit): Ask confirmation before quitting eww.
5961 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
5963         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5964         reading output from Diff on MS-Windows and MS-DOS.
5966 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
5968         * emacs-lisp/helpers.el (string-reverse): New function.
5970 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
5972         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5973         names on MS Windows, like "/[::1]:".
5975         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5976         SWITCHES.
5978 2013-11-26  Glenn Morris  <rgm@gnu.org>
5980         * progmodes/python.el (python-indent-guess-indent-offset):
5981         Avoid corner-case error.  (Bug#15975)
5983         Preload leim-list.el.  (Bug#4789)
5984         * loadup.el: Load leim-list.el when found.
5985         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5987 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
5989         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5991         * emacs-lisp/helpers.el (string-join): New function.
5993 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
5995         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5996         Mark as obsolete and replace it with a symbol property.
5997         (byte-compile-form): Use new 'interactive-only property.
5998         * comint.el, files.el, replace.el, simple.el:
5999         Apply new 'interactive-only properly.
6001 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
6003         * window.el (display-buffer-at-bottom): Make sure that
6004         split-window-sensibly creates the new window on bottom
6005         (Bug#15961).
6007 2013-11-23  David Kastrup  <dak@gnu.org>
6009         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6010         on the conflict markers when available.
6011         (smerge--get-marker): New function.
6012         (smerge-end-re, smerge-base-re): Add subgroup.
6014 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6016         * frame.el (handle-focus-in, handle-focus-out): Add missing
6017         interactive spec.
6019 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
6021         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6022         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6024 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6026         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
6027         (gomoku--last-pos): New var.
6028         (gomoku--intangible-chars): New const.
6029         (gomoku--intangible): New function.
6030         (gomoku-mode): Use it.  Derive from special-mode.
6031         (gomoku-move-up): Adjust line count.
6032         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6033         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6034         Simplify accordingly.
6036         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6037         Remove blink-cursor code.
6038         (blink-cursor-timer-function, blink-cursor-suspend):
6039         Don't special-case GUIs.
6040         (blink-cursor-mode): Use focus-in/out-hook.
6042 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
6044         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6045         work when annotation is invisible (Bug#13886).
6047 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
6049         * json.el (json-alist-p): Only return non-nil if the alist has
6050         simple keys (Bug#13518).
6052 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
6054         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6055         when control-statement is the first statement in a buffer (Bug#15956).
6057 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
6059         * imenu.el (imenu-generic-skip-comments-and-strings):
6060         New option (Bug#15560).
6061         (imenu--generic-function): Use it.
6063 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
6065         * minibuffer.el (completion--in-region-1): Scroll the correct window.
6066         (Bug#13898)
6068 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
6070         * emacs-lisp/helpers.el: Add some string helpers.
6071         (string-trim-left): Removes leading whitespace.
6072         (string-trim-right): Removes trailing whitespace.
6073         (string-trim): Removes leading and trailing whitespace.
6075         * subr.el (string-suffix-p): New function.
6077 2013-11-23  Glenn Morris  <rgm@gnu.org>
6079         * progmodes/python.el (python-shell-send-file):
6080         Add option to delete file when done.  (Bug#15647)
6081         (python-shell-send-string, python-shell-send-region): Use it.
6083 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
6085         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6086         to set buffer-read-only to t, never to nil.  (Bug#15938)
6088         * textmodes/tex-mode.el (latex-noindent-environments):
6089         Add safe-local-variable property.  (Bug#15936)
6091 2013-11-23  Glenn Morris  <rgm@gnu.org>
6093         * textmodes/enriched.el (enriched-mode): Doc fix.
6094         * emacs-lisp/authors.el (authors-renamed-files-alist):
6095         Add enriched.doc -> enriched.txt.
6097         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6099 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6101         * progmodes/octave.el (inferior-octave-startup): Spit out error
6102         message.
6104 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
6106         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6107         Improve docstring.
6108         Add :version.
6109         (ruby-encoding-magic-comment-style): Add :version.
6111 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6113         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6114         (Bug#15076)
6115         (octave-help-mode): Adapt to change to help-mode-finish to use
6116         derived-mode-p on 2013-09-17.
6117         (inferior-octave-prompt): Also match octave-gui.
6118         (octave-kill-process): Don't ask twice.  (Bug#10564)
6120 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6122         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6123         (inferior-octave-startup, inferior-octave-check-process)
6124         (inferior-octave-track-window-width-change)
6125         (octave-completion-at-point, octave-eldoc-function): Use it.
6126         (octave-kill-process): Provide confirmation.  (Bug#10564)
6128 2013-11-21  Leo Liu  <sdl.web@gmail.com>
6130         * progmodes/octave.el (octave-mode, inferior-octave-mode):
6131         Fix obsolete variable comment-use-global-state.
6133 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6135         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6136         Add `octave-source-file'.
6137         (octave-source-file): New function.  (Bug#15935)
6139 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
6141         * net/eww.el (eww-local-regex): New variable.
6142         (eww): Use it to detect localhost and similar.
6144 2013-11-21  Leo Liu  <sdl.web@gmail.com>
6146         Add completion for command `ag'.
6147         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6148         (pcomplete/ag): New function.
6149         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
6151 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6153         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6154         (bug#14646).
6155         (make-obsolete): Remove interactive spec.
6157 2013-11-21  Glenn Morris  <rgm@gnu.org>
6159         * startup.el (command-line-1): Use path-separator with -L.
6161 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
6163         * emacs-lisp/package.el (describe-package-1): Add package archive
6164         to shown fields.
6166 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
6168         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6169         Change default to "# encoding: %s" to differentiate it from the
6170         default Ruby encoding comment template.
6172 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
6174         * ses.el (ses-mode): Doc fix.  (Bug#14748)
6176 2013-11-20  Leo Liu  <sdl.web@gmail.com>
6178         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
6180 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
6182         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6183         when rebase or bisect are in progress.
6185 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
6187         * filenotify.el (file-notify-add-watch): Doc fix.
6189 2013-11-19  Leo Liu  <sdl.web@gmail.com>
6191         * obsolete/rcompile.el: Mark obsolete.
6193         * progmodes/compile.el (compilation-start)
6194         (compilation-goto-locus, compilation-find-file):
6195         Pass no-display-ok and handle nil value from display-buffer.
6196         (Bug#13594)
6198         * window.el (display-buffer-alist, display-buffer): Document the
6199         new parameter no-display-ok.  Return either a window or nil
6200         but never a non-window value.
6202 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6204         * electric.el (electric-indent-mode-map): Remove.
6205         (electric-indent-mode): Change the global-map instead (bug#15915).
6207         * textmodes/text-mode.el (paragraph-indent-minor-mode):
6208         Use add-function.
6210 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6212         * emacs-lisp/nadvice.el (remove-function): Align with
6213         add-function's behavior.
6215         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6216         (gdb--string-regexp): New constant.
6217         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6218         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6219         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6220         submatch 1.
6221         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6222         Adjust use accordingly.
6223         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6225 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
6227         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6228         interpolation curlies (Bug#15914).
6230 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6232         * calc/calc.el (calc-context-sensitive-enter): New variable.
6233         (calc-enter): Use `calc-context-sensitive-enter'.
6235 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
6237         * progmodes/cfengine.el: Version bump.
6238         (cfengine-cf-promises): New defcustom to locate cf-promises.
6239         (cfengine3-vartypes): Add new "data" type.
6240         (cfengine3--current-word): New function to get current name-like
6241         word or its bounds.
6242         (cfengine3--current-function): New function to look up a CFEngine
6243         function's definition.
6244         (cfengine3-format-function-docstring): New function.
6245         (cfengine3-make-syntax-cache): New function.
6246         (cfengine3-documentation-function): New function: ElDoc glue.
6247         (cfengine3-completion-function): New function: completion glue.
6248         (cfengine3-mode): Set `compile-command',
6249         `eldoc-documentation-function', and add to
6250         `completion-at-point-functions'.
6252 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
6254         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6255         `tramp-current-connection'.
6257 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
6259         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6260         nil/self/true/false with "end of symbol".
6262 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
6264         * subr.el (version-regexp-alist): Fix a typo.
6266 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
6268         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6269         "en_US.utf8" and "LC_CTYPE" to "".
6270         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6271         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6273 2013-11-15  Leo Liu  <sdl.web@gmail.com>
6275         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
6277 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * progmodes/gud.el (ctl-x-map):
6280         Remove C-x SPC binding.  (Bug#12342)
6281         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6283 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
6285         * subr.el (version-regexp-alist):
6286         Recognize hg, svn and darcs versions as snapshot versions.
6288         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6289         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6290         (ruby--encoding-comment-required-p): Extract from
6291         `ruby-mode-set-encoding'.
6292         (ruby-mode-set-encoding): Add the ability to always insert an
6293         utf-8 encoding comment.  Fix and simplify coding comment update
6294         logic.
6296 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
6298         * net/tramp-gvfs.el (top): Run init code only when
6299         `tramp-gvfs-enabled' is not nil.
6300         (tramp-gvfs-enabled): Check also :system bus.
6302 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         Sync with upstream verilog-mode revision 78e66ba.
6305         * progmodes/verilog-mode.el (verilog-end-of-defun)
6306         (verilog-type-completion, verilog-get-list): Remove unused funcs.
6307         (verilog-get-end-of-defun): Remove unused argument.
6308         (verilog-comment-depth): Remove unused local `e'.
6309         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6310         Don't pass arg to verilog-get-end-of-defun.
6312 2013-11-14  Glenn Morris  <rgm@gnu.org>
6314         * obsolete/assoc.el (aget): Prefix dynamic variable.
6316         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6318 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6320         * widget.el, hfy-cmap.el: Remove bogus package version number.
6322 2013-11-13  Glenn Morris  <rgm@gnu.org>
6324         * replace.el (replace-eval-replacement):
6325         Try to give more helpful error message.  (Bug#15836)
6327         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6328         (archive-7z-update): Avoid custom type mismatches.
6330         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6332 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
6334         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6335         address can be empty.
6337         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6338         Accept nil SWITCHES.
6339         (tramp-gvfs-handle-write-region): Implement APPEND.
6341 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
6343         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6344         binary "|" operator and closing block args delimiter.
6345         Remove FIXME comment referring to Ruby 1.8-only syntax.
6346         (ruby-smie--implicit-semi-p): Not after "|" operator.
6347         (ruby-smie--closing-pipe-p): New function.
6348         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6349         (ruby-smie-rules): Indent after "|".
6351 2013-11-12  Glenn Morris  <rgm@gnu.org>
6353         * ps-print.el (ps-face-attribute-list):
6354         Handle anonymous faces.  (Bug#15827)
6356 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
6358         * window.el (display-buffer-other-frame): Fix doc-string.
6359         (Bug#15868)
6361 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6363         * subr.el (force-mode-line-update): Delete, move to buffer.c.
6365 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
6367         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6368         (tramp-sh-handle-file-local-copy): Don't write a message when
6369         saving temporary files.
6371         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6372         both directories are remote.
6373         (tramp-smb-handle-directory-files): Do not return double entries.
6374         Do not expand full file names.
6375         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6376         (tramp-smb-handle-write-region): Implement APPEND.
6377         (tramp-smb-get-stat-capability): Fix a stupid bug.
6379 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6383 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6385         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6386         throwing error over malformed let/let* (bug#15814).
6388 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * iswitchb.el (iswitchb-mode): Mark obsolete.
6392 2013-11-11  Glenn Morris  <rgm@gnu.org>
6394         * international/uni-bidi.el, international/uni-category.el:
6395         * international/uni-name.el, international/uni-numeric.el:
6396         Regenerate for Unicode 6.3.0.
6398 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
6400         * net/tramp.el (tramp-methods):
6401         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6402         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6404 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
6406         * progmodes/sh-script.el (sh-font-lock-keywords-var):
6407         Force highlighting text after Summary keyword in doc face for rpm.
6409 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
6411         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6412         available and the word has no wildcards, append one to the grep pattern.
6413         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6414         (ispell-complete-word): Call `ispell-lookup-words' with the value
6415         independent of `ispell-look-p'.
6417 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6419         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6420         Not after "||".
6421         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6422         their parent.
6424 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6426         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
6427         (ruby-font-lock-keywords): Use backquote.
6429 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6431         * progmodes/ruby-mode.el (ruby-smie--forward-token)
6432         (ruby-smie--backward-token): Only consider full-string matches.
6434 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
6436         * faces.el (describe-face): Add distant-foreground.
6438 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
6440         * progmodes/ruby-mode.el: Improve encoding comment handling.
6441         (ruby-encoding-magic-comment-style): New option.
6442         (ruby-custom-encoding-magic-comment-template): New option.
6443         (ruby--insert-coding-comment, ruby--detect-encoding):
6444         New functions extracted from `ruby-mode-set-encoding'.
6445         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6446         to control the style of the auto-inserted encoding comment.
6448 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6450         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6451         Use `smie-backward-sexp' with token argument.
6453 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
6455         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6456         Remove instrumentation code.
6458 2013-11-08  Glenn Morris  <rgm@gnu.org>
6460         * progmodes/autoconf.el (autoconf-mode):
6461         Tweak comment-start-skip.  (Bug#15822)
6463 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6465         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6466         at bobp (bug#15826).
6467         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6469 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
6471         * man.el (Man-start-calling): New macro, extracted from
6472         Man-getpage-in-background.
6473         (Man-getpage-in-background): Use it.
6474         (Man-update-manpage): New command.
6475         (Man-mode-map): Bind it.
6477 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6479         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6480         of "and", "or", "&&" and "||".
6481         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6482         argument.  Prohibit opening curly brace because it could only be a
6483         block opener in that position.
6484         (ruby-smie--forward-token, ruby-smie--backward-token):
6485         Separate "|" from "&" or "*" going after it.  That can happen in block
6486         arguments.
6487         (ruby-smie--indent-to-stmt): New function, seeks the end of
6488         previous statement or beginning of buffer.
6489         (ruby-smie-rules): Use it.
6490         (ruby-smie-rules): Check if there's a ":" before a curly block
6491         opener candidate; if there is, it's a hash.
6493 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6495         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6496         (cl--block-wrapper): Fix last accidental change.
6498 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
6500         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6501         Instrument, in order to hunt failure on hydra.
6503 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6505         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6506         malformed bindings form (bug#15814).
6508 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
6510         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6511         "." compared to " @ ".  This incidentally fixes some indentation
6512         examples with "do".
6513         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6514         (ruby-smie-grammar): New tokens: "and" and "or".
6515         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6516         Exclude "and" and "or".  Remove "do" in order to work around token
6517         priorities.
6518         (ruby-smie-rules): Add all infix tokens.  Handle the case of
6519         beginning-of-buffer.
6521 2013-11-06  Glenn Morris  <rgm@gnu.org>
6523         * Makefile.in (setwins_almost, setwins_for_subdirs):
6524         Avoid accidental matches.
6526 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6528         * menu-bar.el (popup-menu): Use key-binding.
6530 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
6532         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6533         menus, support also the menus produced by minor modes.
6534         (Bug#15817)
6536 2013-11-06  Leo Liu  <sdl.web@gmail.com>
6538         * thingatpt.el (thing-at-point-looking-at): Add optional arg
6539         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
6541 2013-11-06  Glenn Morris  <rgm@gnu.org>
6543         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6544         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6545         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6547 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6549         * electric.el (electric-indent-just-newline): New command.
6550         (electric-indent-mode-map): New keymap.
6551         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6552         Re-add :group which weren't redundant.
6554         * electric.el (electric-indent-local-mode): New minor mode.
6555         (electric-indent-functions-without-reindent): New var.
6556         (electric-indent-post-self-insert-function): Use it.
6557         * emacs-lisp/gv.el (buffer-local-value): Add setter.
6559 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
6561         * international/quail.el (quail-help): Be more explicit about the
6562         meaning of the labels shown on the keys.  (Bug#15800)
6564         * startup.el (normal-top-level): Load the subdirs.el files before
6565         setting the locale environment.  (Bug#15805)
6567 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6569         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6570         via arguments so as to get the right ones (bug#15418).
6572         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6574 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
6576         Fix problems found while writing a test suite.
6578         * net/tramp-compat.el (tramp-compat-load): New defun.
6579         * net/tramp.el (tramp-handle-load): Use it.
6581         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6582         "(numberp ok-if-already-exists)" correctly.
6584 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
6586         * international/characters.el (glyphless-char-display-control):
6587         Add usage note.
6589 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
6591         * progmodes/python.el (python-mode):
6592         * progmodes/scheme.el (scheme-mode):
6593         * progmodes/prolog.el (prolog-mode):
6594         * progmodes/ruby-mode.el (ruby-mode):
6595         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6596         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6598 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * rect.el (rectangle--highlight-for-redisplay):
6601         * emacs-lisp/smie.el (smie--next-indent-change):
6602         Use buffer-chars-modified-tick.
6604         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6606         * electric.el (electric-indent-post-self-insert-function):
6607         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6609 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
6611         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6613 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6615         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6616         (bug#15786).
6618 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
6622         * progmodes/python.el: Fix up last change.
6623         (python-shell--save-temp-file): New function.
6624         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
6625         `string' comes from the current buffer.
6626         (python-shell-send-string-no-output): Remove `msg' arg.
6627         (python--use-fake-loc): New var.
6628         (python-shell-buffer-substring): Obey it.  Try to compensate for the
6629         extra coding line added by python-shell--save-temp-file.
6630         (python-shell-send-region): Use python-shell--save-temp-file and
6631         python-shell-send-file directly.  Add `nomain' argument.
6632         (python-shell-send-buffer): Use python-shell-send-region.
6633         (python-electric-pair-string-delimiter): New function.
6634         (python-mode): Use it.
6636 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
6638         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6639         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6640         environment and decoding all of the default-directory's to here
6641         from command-line.
6642         (command-line): Decode also argv[0].
6644         * loadup.el: Error out if default-directory is a multibyte string
6645         when we are dumping.
6647         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
6649 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
6651         * emacs-lisp/package.el (package-menu-mode)
6652         (package-menu--print-info, package-menu--archive-predicate):
6653         Add Archive column to package list.
6655 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
6657         Fix problems found while writing a test suite.
6659         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6660         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6661         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6662         to nil when running original file name handler.  Otherwise,
6663         there are problems with constructs like "$$FOO".
6665         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6666         for `localname'.
6668 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
6670         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6672         * subr.el (version<, version<=, version=):
6673         Update docstrings with information for snapshot versions.
6675         * helpers.el: New library for misc helper functions.
6676         (hash-table-keys): New function returning a list of hash keys.
6677         (hash-table-values): New function returning a list of hash values.
6679 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
6681         * progmodes/ruby-mode.el (ruby-smie--forward-token)
6682         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6684 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
6686         * textmodes/fill.el (fill-single-char-nobreak-p): New function
6687         checking whether point is after a 1-letter word.
6689 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6691         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6692         Don't infloop when expanding region over `multiline' syntax-type that
6693         begins a line (bug#15778).
6695 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6698         Make it into a proper minor mode.
6699         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
6700         (rectangle-mark-mode-map): New keymap.
6701         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6703 2013-11-04  Glenn Morris  <rgm@gnu.org>
6705         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6707 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6709         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6710         (ruby-smie-rules): Use smie-rule-parent instead.
6712         * emacs-lisp/smie.el (smie-rule-parent): Always call
6713         smie-indent-virtual rather than only for hanging tokens.
6714         (smie--next-indent-change): New helper command.
6716 2013-11-03  Glenn Morris  <rgm@gnu.org>
6718         * Makefile.in (abs_srcdir): Remove.
6719         (emacs): Unset EMACSLOADPATH.
6721 2013-11-02  Glenn Morris  <rgm@gnu.org>
6723         * Makefile.in (EMACS): Use a relative filename.
6724         (abs_top_builddir): Remove.
6725         (custom-deps, finder-data, autoloads): Use --chdir.
6727         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6729         Use relative filenames in TAGS files.
6730         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6731         (lisptagsfiles4, TAGS): Use relative file names.
6732         (TAGS-LISP): Remove.
6733         (maintainer-clean): No more TAGS-LISP file.
6735         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6736         (lisptagsfiles4): Use absolute filenames again.
6737         (TAGS, TAGS-LISP): Not everything needs to run in one line.
6738         Remove all *loaddefs files, not just the first.  Remove esh-groups.
6739         (maintainer-clean): Delete TAGS, TAGS-LISP.
6741 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6743         * emacs-lisp/package.el (package-version-join):
6744         Recognize snapshot versions.
6746 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6748         * subr.el (version-regexp-alist): Add support for snapshot versions.
6750 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
6752         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6753         New function, replacement for `smie-rule-parent' for when we want to
6754         skip over our direct parent if it's an assignment token..
6755         (ruby-smie-rules): Use it.
6757 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
6759         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6760         unconditionally.  Remove now unnecessary forward declarations.
6761         Remove XEmacs-specific setup.
6762         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6763         (ruby-font-lock-syntactic-keywords)
6764         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6765         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6766         (ruby-here-doc-end-syntax): Remove.
6767         (ruby-mode): Don't check whether `syntax-propertize-rules' is
6768         defined as function.
6770 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6772         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6774 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
6776         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6777         table and abbrev table, `define-derived-mode' does that for us
6778         anyway.
6780 2013-11-01  Glenn Morris  <rgm@gnu.org>
6782         * Makefile.in: Remove manual mh-e dependencies (writing .elc
6783         files is atomic for some time, so no parallel compilation issues).
6785 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
6787         * faces.el (face-x-resources): Add :distant-foreground.
6788         (region): Use :distant-foreground for gtk and ns.
6790 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
6792         Allow multiple bibliographies when BibLaTeX is used rather than
6793         BibTeX.
6794         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6795         (reftex-locate-bibliography-files): Us it.
6797 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
6799         * image.el (image-type-header-regexps): Fix the 'pbm' part to
6800         allow comments in pbm files.
6802         * term/w32-win.el (dynamic-library-alist): Support newer versions
6803         of libjpeg starting with v7: look only for the DLL from the
6804         version against which Emacs was built.
6805         Support versions of libpng beyond 1.4.x.
6806         Support libtiff v4.x.
6808 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
6810         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6811         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6812         Add property :safe.
6813         (ruby-deep-arglist): Add property :type.
6815 2013-10-31  Glenn Morris  <rgm@gnu.org>
6817         * Makefile.in (custom-deps, finder-data): No need to setq the target
6818         variables, we are in the right directory and the defaults work fine.
6820 2013-10-30  Glenn Morris  <rgm@gnu.org>
6822         * Makefile.in (autoloads): Do not use abs_lisp.
6824         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6825         `newline' does not respect `standard-output', so use `princ'.
6827 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
6829         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
6830         * buff-menu.el (Buffer-menu--unmark): New function.
6831         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6833 2013-10-30  Glenn Morris  <rgm@gnu.org>
6835         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6837         * emacs-lisp/package.el (lm-homepage): Declare.
6839         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6840         Fix doc typos.
6842         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6844         * Makefile.in (finder-data, autoloads, update-subdirs)
6845         (compile-main, compile-clean, compile-always, bootstrap-clean):
6846         Check return value of cd.
6847         (compile-calc): Remove.
6849 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6851         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6853         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6854         (byte-compile-and-folded): New function.
6855         (=, <, >, <=, >=): Use it.
6857         * dos-w32.el (minibuffer-history-case-insensitive-variables)
6858         (path-separator, null-device, buffer-file-coding-system)
6859         (lpr-headers-switches): Check system-type before modifying them.
6860         (find-buffer-file-type-coding-system): Mark obsolete.
6861         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6862         find-file-not-found-set-buffer-file-coding-system.
6863         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6864         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6865         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6866         (w32-direct-print-region-helper, w32-direct-print-region-function)
6867         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6868         * startup.el (normal-top-level-add-subdirs-to-load-path):
6869         * ps-print.el (ps-print-region-function):
6870         * lpr.el (print-region-function): Use new name.
6872         * subr.el (custom-declare-variable-early): Remove function.
6873         (custom-declare-variable-list): Remove var.
6874         (error, user-error): Remove `while' loop.
6875         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6876         (user-emacs-directory-warning, locate-user-emacs-file):
6877         Move to files.el.
6878         * simple.el (read-quoted-char-radix, read-quoted-char):
6879         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6880         Move from subr.el.
6881         * custom.el (custom-declare-variable-list): Don't process
6882         custom-declare-variable-list.
6884         * progmodes/python.el (python-shell-get-buffer): New function.
6885         (python-shell-get-process): Use it.
6886         (python-shell-send-string): Always use utf-8 and add a cookie to tell
6887         Python which encoding was used.  Don't split-string since we only care
6888         about the first line.  Return the temp-file, if applicable.
6889         (python-shell-send-region): Tell compile.el how to turn locations in
6890         the temp-file into locations in the source buffer.
6892 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6894         * subr.el (undefined): Add missing behavior from the C code for
6895         unbound keys.
6897         * rect.el: Use lexical-binding.  Add new rectangular region support.
6898         (rectangle-mark): New command.
6899         (rectangle--region): New var.
6900         (deactivate-mark-hook): Reset rectangle--region.
6901         (rectangle--extract-region, rectangle--insert-for-yank)
6902         (rectangle--highlight-for-redisplay)
6903         (rectangle--unhighlight-for-redisplay): New functions.
6904         (region-extract-function, redisplay-unhighlight-region-function)
6905         (redisplay-highlight-region-function): Use them to handle
6906         rectangular region.
6907         * simple.el (region-extract-function): New var.
6908         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6909         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6910         (kill-region): Replace obsolete `yank-handler' arg with `region'.
6911         (copy-region-as-kill, kill-ring-save): Add `region' argument.
6912         (redisplay-unhighlight-region-function)
6913         (redisplay-highlight-region-function): New vars.
6914         (redisplay--update-region-highlight): New function.
6915         (pre-redisplay-function): Use it.
6916         (exchange-point-and-mark): Don't deactivate the mark before
6917         reactivate-it anyway.
6918         * comint.el (comint-kill-region): Remove yank-handler argument.
6919         * delsel.el (delete-backward-char, backward-delete-char-untabify)
6920         (delete-char): Remove property, since it's now part of their
6921         default behavior.
6922         (self-insert-iso): Remove property since this command doesn't exist.
6924         * emacs-lisp/package.el (package--download-one-archive)
6925         (describe-package-1): Don't query the user about final newline.
6927 2013-10-29  Daniel Colascione  <dancol@dancol.org>
6929         * net/tramp.el (tramp-methods): Document new functionality.
6930         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6931         tramp-hostname-checker if method provides one instead of scanning
6932         argument list for "%h" to decide hostname acceptability.
6934 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
6936         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6937         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6938         Handle COPY-CONTENTS.  (Bug#15737)
6940 2013-10-28  Daiki Ueno  <ueno@gnu.org>
6942         * epa-file.el
6943         (epa-file-cache-passphrase-for-symmetric-encryption):
6944         Document that this option has no effect with GnuPG 2.0 (bug#15552).
6946 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
6948         * image.el (defimage, image-load-path): Doc fixes.
6950 2013-10-27  Alan Mackenzie  <acm@muc.de>
6952         Indent statements in macros following "##" correctly.
6953         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6954         Modify the "#" arm of a cond form to handle "#" and "##" operators.
6956 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6958         * linum.el (linum-update-window): Fix boundary test (bug#13446).
6960 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
6962         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6963         after `=' is probably a new expression.
6965 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6967         * man.el (man-imenu-title): New option.
6968         (Man-mode-map): Add menu.  (Bug#15722)
6969         (Man-mode): Add imenu to menu.
6971 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
6973         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6974         specific in what the first arg can be: a non-keyword word,
6975         string/regexp/percent literal opener, opening paren, or unary
6976         operator followed directly by word.
6978 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6980         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6981         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6982         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6983         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6984         Remove vars, they do not apply any more.
6985         (prolog-mode-abbrev-table): Remove redundant declaration.
6986         (prolog-upper-case-string, prolog-lower-case-string): Remove.
6987         (prolog-use-smie): Remove.
6988         (prolog-smie-rules): Add indentation rule for the if-then-else layout
6989         supported by prolog-electric-if-then-else-flag.
6990         (prolog-mode-variables, prolog-menu): Use setq-local.
6991         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6992         Remove binding to `Backspace' since this key doesn't exist anyway.
6993         Remove bindings for electric self-inserting keys.
6994         (prog-mode): Assume it's defined.
6995         (prolog-post-self-insert): New function.
6996         (prolog-mode): Use it.
6997         (prolog-indent-line, prolog-indent-level)
6998         (prolog-find-indent-of-matching-paren)
6999         (prolog-indentation-level-of-line, prolog-goto-comment-column)
7000         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7001         (prolog-goto-next-paren, prolog-in-string-or-comment)
7002         (prolog-tokenize, prolog-inside-mline-comment)
7003         (prolog-find-start-of-mline-comment): Remove functions.
7004         (prolog-find-unmatched-paren, prolog-clause-end)
7005         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7006         (prolog-electric--if-then-else): Rename from
7007         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7008         (prolog-tokenize-searchkey): Remove const.
7009         (prolog-clause-info): Use forward-sexp.
7010         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7011         (prolog-electric-if-then-else): Remove commands.
7012         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7013         for use in post-self-insert-hook.
7014         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7015         for use in post-self-insert-hook.
7016         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7017         for use in post-self-insert-hook.
7018         (prolog-electric--underscore): Rename from prolog-electric--underscore;
7019         adapt it for use in post-self-insert-hook.
7021 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
7023         * emacs-lisp/ert.el (ert-run-tests-interactively):
7024         Use `completing-read'.  (Bug#9756)
7026 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
7028         * simple.el (line-move): Call line-move-1 instead of
7029         line-move-visual when the current window hscroll is zero, but
7030         temporary-goal-column indicates we will need to hscroll as result
7031         of the movement.  (Bug#15712)
7033 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
7035         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7036         capitalization.  Use :visible instead of :active.
7037         Fix `ruby-indent-exp' reference.  Add menu items for the generic
7038         commands that are used with SMIE.
7039         (ruby-do-end-to-brace): Insert space after `{'.
7041 2013-10-25  John Anthony  <john@jo.hnanthony.com>
7043         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
7045         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
7047 2013-10-25  Glenn Morris  <rgm@gnu.org>
7049         * vc/vc.el (vc-print-log): Don't use a working revision unless
7050         one was explicitly specified.  (Bug#15322)
7052 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * subr.el (add-to-list): Preserve return value in compiler-macro
7055         (bug#15692).
7057 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7059         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7060         result.  Ask user to retry using '-all' flag.  (Bug#15701)
7062 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7064         * emacs-lisp/smie.el: New smie-config system.
7065         (smie-config): New defcustom.
7066         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7067         (smie-config-guess, smie-config-save): New commands.
7068         (smie-config--mode-local, smie-config--buffer-local)
7069         (smie-config--trace, smie-config--modefuns): New vars.
7070         (smie-config--advice, smie-config--mode-hook)
7071         (smie-config--setter, smie-config-local, smie-config--get-trace)
7072         (smie-config--guess-value, smie-config--guess): New functions.
7073         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7074         text properties.  Treat "string fence" syntax like string syntax.
7076         * progmodes/sh-script.el (sh-use-smie): Change default.
7077         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7078         (sh-var-value): Simplify by CSE.
7079         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7080         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7081         is used.
7082         (sh-guess-basic-offset): Use cl-incf.
7083         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7085 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
7087         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7088         (bug#15699).
7090 2013-10-24  Glenn Morris  <rgm@gnu.org>
7092         * Makefile.in (abs_top_srcdir): Remove.
7093         (update-subdirs): Use relative path to update-subdirs.
7095 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
7097         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7098         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7099         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7100         Call unmsys--file-name before expand-file-name, not after it.
7102 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
7104         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7105         (ert-test-skipped): New error.
7106         (ert-skip, ert-stats-skipped): New defuns.
7107         (ert--skip-unless): New macro.
7108         (ert-test-skipped): New struct.
7109         (ert--run-test-debugger, ert-test-result-type-p)
7110         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7111         (ert--stats-set-test-and-result, ert-char-for-test-result)
7112         (ert-string-for-test-result, ert-run-tests-batch)
7113         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7114         Handle skipped tests.  (Bug#9803)
7116 2013-10-24  Glenn Morris  <rgm@gnu.org>
7118         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7120         * Makefile.in (abs_top_srcdir): New, set by configure.
7121         (update-subdirs): Correct build-aux location.
7123 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
7125         * vc/vc.el (vc-print-root-log): Always set `default-directory'
7126         value, whether we could auto-deduce `backend', or not.
7128         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7129         with parameters" example.  Simplify the "is it block or is it
7130         hash" check, but also make it more thorough.
7132 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
7134         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
7136 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7139         { if it is hanging.
7141         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7142         :before ";".
7144 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
7146         * progmodes/compile.el (compilation-directory-matcher)
7147         (compilation-page-delimiter):
7148         Support GNU Make-4.0 directory quoting.  (Bug#15678)
7150 2013-10-23  Leo Liu  <sdl.web@gmail.com>
7152         * ido.el (ido-tidy): Handle read-only text.
7154 2013-10-23  Glenn Morris  <rgm@gnu.org>
7156         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7157         (emacs, compile, compile-always):
7158         Quote entities that might contain whitespace.
7159         (custom-deps, finder-data, autoloads): Use abs_lisp.
7160         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7161         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7162         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7164 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
7166         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7167         Use `following-char'.
7169 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7172         * progmodes/ruby-mode.el (ruby-smie-rules):
7173         Remove corresponding workaround.  Fix indentation rule of ";" so it
7174         also applies when ";" is the parent.
7176 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
7178         * frame.el (display-screens, display-pixel-height)
7179         (display-pixel-width, display-mm-width, display-backing-store)
7180         (display-save-under, display-planes, display-color-cells)
7181         (display-visual-class, display-monitor-attributes-list):
7182         Mention the optional ‘display’ argument in doc strings.
7184 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
7186         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7187         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
7189 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
7191         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7192         TODO.  Add "." after " @ ".
7193         (ruby-smie--at-dot-call): New function.  Checks if point at method
7194         call with explicit target.
7195         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7196         to the method name tokens when it precedes them.
7197         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7198         (ruby-smie-rules): Add rule for indentation before and after "."
7199         token.
7201 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7203         * textmodes/remember.el (remember-diary-extract-entries):
7204         Avoid add-to-list.
7206         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7207         an instruction.
7209 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
7211         * progmodes/ruby-mode.el (ruby-smie-grammar):
7212         Add (almost) all infix operators.
7213         (ruby-smie--implicit-semi-p): Add new operator chars.
7215         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7216         `smie-down-list'.
7217         (ruby-smie--args-separator-p): Check that there's no newline
7218         between method call and its arguments.
7220 2013-10-20  Alan Mackenzie  <acm@muc.de>
7222         Allow comma separated lists after Java "implements".
7224         * progmodes/cc-engine.el (c-backward-over-enum-header):
7225         Parse commas.
7226         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7227         from a "disallowed" list in enum fontification.
7229 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
7231         * startup.el (default-frame-background-mode): Remove unused defvar.
7233         * progmodes/verilog-mode.el (verilog-mode): Don't set
7234         comment-indent-function globally.
7236 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
7238         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7239         Move Info menu item creation to ns-win.el.
7241         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7242         in menu bar.
7244         * menu-bar.el: Move GNUstep specific menus...
7246         * term/ns-win.el (ns-initialize-window-system): ... to here.
7248 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7250         * simple.el (newline): Only run post-self-insert-hook when
7251         called interactively.
7253 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
7255         * icomplete.el (icomplete-with-completion-tables): Add :version.
7257 2013-10-19  Alan Mackenzie  <acm@muc.de>
7259         Fix fontification bugs with constructors and const.
7261         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7262         CASE 2) Remove the check for the absence of a suffix construct
7263         after a function declaration with only types (no identifiers) in
7264         the parentheses.  Also, accept a function declaration with just a
7265         type inside the parentheses, if this type can be positively
7266         recognised as such, or if a prefix keyword like "explicit" nails
7267         down the construct as a declaration.
7269 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
7271         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7272         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
7273         the problem whereby selecting a menu item that leads to a
7274         minibuffer prompt moves the cursor out of the minibuffer window,
7275         making it hard to type at the prompt.  Suggested by Stefan Monnier
7276         <monnier@iro.umontreal.ca>.
7278 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
7280         * menu-bar.el: Don't make Services menu.
7282 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7284         * ffap.el: Handle "/usr/include/c++/<version>" directories.
7285         (ffap-alist): Use ffap-c++-mode for c++-mode.
7286         (ffap-c++-path): New variable.
7287         (ffap-c++-mode): New function.
7289 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
7291         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
7293 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
7295         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7296         introduced on 2013-09-08, which results in an infinite loop
7297         requesting a password.
7299 2013-10-18  Glenn Morris  <rgm@gnu.org>
7301         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7303 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
7305         Sync with upstream verilog-mode revision 1a6ecec7.
7306         * progmodes/verilog-mode.el (verilog-mode-version): Update.
7307         (verilog-mode-release-date): Remove.
7308         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7309         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7310         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7311         (verilog-auto-tieoff-ignore-regexp)
7312         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7313         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7314         (verilog-signals-with, verilog-dir-cache-preserving)
7315         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7316         Doc fixes.
7317         (verilog-case-fold): New option, to control case folding in
7318         regexp searches, bug597.
7319         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7320         (verilog-string-match-fold, verilog-in-paren-count)
7321         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7322         (verilog-at-close-struct-p): New functions.
7323         (verilog-beg-block-re-ordered, verilog-extended-case-re)
7324         (verilog-forward-sexp, verilog-set-auto-endcomments)
7325         (verilog-leap-to-case-head): Handle "unique0" case.
7326         (verilog-in-constraint-re): New constant.
7327         (verilog-keywords, verilog-type-font-keywords):
7328         Add some SystemVerilog 1800-2012 keywords.
7329         (verilog-label-be): Remove unimplemented argument, bug669.
7330         (verilog-batch-execute-func): When batch expanding clear
7331         create-lockfiles to prevent spurious user locks when a file ends
7332         up not changing.
7333         (verilog-calculate-indent, verilog-calc-1)
7334         (verilog-at-close-constraint-p, verilog-at-constraint-p)
7335         (verilog-do-indent): Fix indentation of nested constraints
7336         and structures.
7337         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7338         (verilog-auto-inst-param): Use verilog-string-match-fold.
7339         (verilog-read-inst-module-matcher):
7340         Fix AUTOINST on gate primitives with #1.
7341         (verilog-read-decls): Fix double-declaring user-defined typed signals.
7342         Reads all user-defined typed variables.
7343         (verilog-read-defines): Fix reading definitions inside comments, bug647.
7344         (verilog-signals-matching-regexp)
7345         (verilog-signals-not-matching-regexp, verilog-auto):
7346         Respect verilog-case-fold.
7347         (verilog-diff-report): Fix line count.
7348         (verilog-auto-assign-modport): Remove unused local `modi'.
7349         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7350         better handle multidimensional arrays.
7351         Fix packed array ports misadding bit index in AUTOINST, bug637.
7352         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7353         to not double-declare existing outputs and inputs, respectively.
7354         (verilog-template-map): Bind U to verilog-sk-uvm-component.
7355         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7356         (verilog-sk-uvm-component): New skeleton.
7357         (verilog-submit-bug-report): Add verilog-case-fold,
7358         remove verilog-mode-release-date.
7360 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
7362         * subr.el (sit-for): Call (input-pending-p t) so as to behave
7363         as before.
7365 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
7367         * textmodes/remember.el (remember): Set buffer-offer-save in
7368         remember buffers (bug#13566).
7370 2013-10-18  Daniel Colascione  <dancol@dancol.org>
7372         When evaluating forms in ielm, direct standard output to ielm
7373         buffer.  Add new ielm-return-for-effect command.  Remove trailing
7374         whitespace throughout.
7376         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7377         (ielm-return-for-effect): New command.
7378         (ielm-send-input): Accept optional `for-effect' parameter.
7379         (ielm-eval-input): Accept optional `for-effect' parameter.
7380         Bind `standard-output' to stream we create using
7381         `ielm-standard-output-impl'.  Suppress printing result when
7382         `for-effect'.
7383         (ielm-standard-output-impl): New function.
7384         (inferior-emacs-lisp-mode): Explain new features in documentation.
7386 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
7388         Code cleanup.
7390         * net/tramp.el (tramp-debug-message): Do not check for connection
7391         buffer.
7392         (tramp-message): Use "vector" connection property.
7394         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7395         (tramp-equal-remote, tramp-eshell-directory-change)
7396         * net/tramp-adb.el (tramp-adb-handle-copy-file)
7397         (tramp-adb-handle-rename-file)
7398         * net/tramp-cmds.el (tramp-list-remote-buffers)
7399         (tramp-cleanup-connection, tramp-cleanup-this-connection)
7400         * net/tramp-compat.el (tramp-compat-process-running-p)
7401         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7402         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7403         (tramp-gvfs-handle-rename-file)
7404         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7405         (tramp-set-file-uid-gid)
7406         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7407         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7408         of `file-remote-p'.
7410         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7411         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7412         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7413         (tramp-gw-open-network-stream): Suppress unrelated traces.
7415         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7416         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7417         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7418         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7419         connection property.
7421         * net/tramp-cache.el (top): Suppress traces when reading
7422         persistency file.
7424         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7425         Refactor common code.  Improve debug message.
7426         (tramp-maybe-open-connection)
7427         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7428         connection buffer too early.
7430         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7431         from `tramp-smb-actions-with-acl'.
7432         (tramp-smb-actions-set-acl): New defconst.
7433         (tramp-smb-handle-copy-directory)
7434         (tramp-smb-action-get-acl): New defun, renamed from
7435         `tramp-smb-action-with-acl'.
7436         (tramp-smb-action-set-acl): New defun.
7437         (tramp-smb-handle-set-file-acl): Rewrite.
7439 2013-10-17  Glenn Morris  <rgm@gnu.org>
7441         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
7443 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7445         * skeleton.el (skeleton-newline): Remove.
7446         (skeleton-internal-1): Use (insert "\n") instead.
7448         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7449         let-bindings.
7451         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7452         forward-sexp-function while we redo its job (bug#15613).
7454 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
7456         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7457         represented by lists.
7459 2013-10-16  Glenn Morris  <rgm@gnu.org>
7461         * tmm.el (tmm--history): New dynamic variable.
7462         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
7464 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
7466         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7467         (tramp-smb-errors): Add error messages.
7468         (tramp-smb-actions-with-acl): New defconst.
7469         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7470         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7471         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7472         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7473         (tramp-smb-get-stat-capability): Fix tests.
7475 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7477         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7478         (bug#15580).
7480 2013-10-16  Glenn Morris  <rgm@gnu.org>
7482         * ansi-color.el (ansi-color-drop-regexp):
7483         Add 1J, 1K, 2K.  (Bug#15617)
7485         * files.el (hack-local-variables--warned-lexical): New.
7486         (hack-local-variables):
7487         Warn about misplaced lexical-binding.  (Bug#15616)
7489         * net/eww.el (eww-render): Always set eww-current-url,
7490         and update header line.  (Bug#15622)
7491         (eww-display-html): ... Rather than just doing it here.
7493 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
7495         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7496         menu navigations commands.
7498 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7500         * progmodes/subword.el (subword-capitalize): Be careful when
7501         the search for [[:alpha:]] fails (bug#15580).
7503 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
7505         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7506         to commands that scroll the menu.
7508 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
7510         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7511         Handle methods ending with `?' and `!'.
7513 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
7515         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7516         `japanese-cp932' to `cp932' to fix the problem where saving a
7517         source file written in Shift_JIS twice would end up having
7518         `coding: japanese-cp932' which Ruby could not recognize.
7519         (ruby-mode-set-encoding): Add support for encodings mapped to nil
7520         in `ruby-encoding-map'.
7521         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7522         doesn't need to be explicitly declared in magic comment.
7523         (ruby-encoding-map): Add type declaration for better customize UI.
7525 2013-10-13  Glenn Morris  <rgm@gnu.org>
7527         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7528         Occur buffers are read-only.  http://bugs.debian.org/720775
7530         * emacs-lisp/authors.el (authors-fixed-entries):
7531         Comment out old alpha stuff.
7533 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
7535         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7536         to `after-save-hook' instead of `before-save-hook'.
7537         (ruby-mode-set-encoding): Use the value of coding system used to
7538         write the file.  Call `basic-save-buffer-1' after modifying the
7539         buffer.
7541 2013-10-13  Alan Mackenzie  <acm@muc.de>
7543         Fix indentation/fontification of Java enum with
7544         "implements"/generic.
7546         * progmodes/cc-engine.el (c-backward-over-enum-header):
7547         Extracted from the three other places and enhanced to handle generics.
7548         (c-inside-bracelist-p): Uses new function above.
7549         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7550         function above.
7551         (c-font-lock-enum-tail): Uses new function above.
7553 2013-10-13  Kenichi Handa  <handa@gnu.org>
7555         * international/mule-cmds.el (select-safe-coding-system): Remove a
7556         superfluous condition in chekcing whether a coding system is safe
7557         or not.
7559 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
7561         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
7563 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
7565         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
7567 2013-10-13  Glenn Morris  <rgm@gnu.org>
7569         * menu-bar.el (menu-bar-update-buffers):
7570         Unify Buffers menu prompt string.  (Bug#15576)
7572         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
7574         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7575         Add some entries.
7576         (authors-fixed-entries): Use accented form of name.
7578 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7580         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7581         method calls (bug#15594).
7582         (ruby-smie--args-separator-p): New function.
7583         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7584         recognize paren-free method calls.
7586         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7587         internals of universal-argument.
7589 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
7591         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7592         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7593         dropped menu on second mouse click on the menu bar.
7595 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7597         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7598         (explicit-shell-file-name): Declare.
7599         (sh--vars-before-point, sh--cmd-completion-table): New functions.
7600         (sh-completion-at-point-function): New function.
7601         (sh-mode): Use it.
7602         (sh-smie--keyword-p): Remove unused argument.
7603         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7604         vars.
7605         (sh-set-shell): Always setup SMIE, even if we use the
7606         old indentation code.
7608 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
7610         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7611         cases of ? and =.
7612         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
7613         predicate would return nil are almost non-existent.
7614         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7616         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7617         cache also after commands that modify the buffer but don't move
7618         point.
7620 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7622         * env.el (substitute-env-in-file-name): New function.
7623         (substitute-env-vars): Extend the meaning of the optional arg.
7625 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
7627         * term/w32-win.el (dynamic-library-alist): Define separate lists
7628         of GIF DLLs for versions before and after 5.0.0 of giflib.
7629         (Bug#15531)
7631 2013-10-10  João Távora  <joaotavora@gmail.com>
7633         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7634         not locked, use last revision and current source as
7635         defaults.  (Bug#15569)
7637 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
7639         * menu-bar.el (menu-bar-open): Don't use popup-menu if
7640         menu-bar is hidden.
7642 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
7644         * window.el (pop-to-buffer-same-window): Fix doc-string.
7645         (Bug#15492)
7647 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7649         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7651 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
7653         * calendar/icalendar.el (icalendar-import-file):
7654         Fix interactive spec.  (Bug#15482)
7656 2013-10-10  Glenn Morris  <rgm@gnu.org>
7658         * desktop.el (desktop-save): Default to saving in .emacs.d,
7659         since PWD is no longer in desktop-path by default.  (Bug#15319)
7661         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7662         now that text mode has a menu with the same entry.
7663         (menu-bar-text-mode-auto-fill): Remove now unused func.
7664         * textmodes/text-mode.el (text-mode-map):
7665         Use auto-fill help text from menu-bar.el.
7667 2013-10-10  John Anthony  <john@jo.hnanthony.com>
7669         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
7671 2013-10-09  Juri Linkov  <juri@jurta.org>
7673         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7674         instead of this-command-keys.  Add universal-argument-more and
7675         universal-argument-minus to the list of prefix commands.  (Bug#15568)
7677 2013-10-09  Glenn Morris  <rgm@gnu.org>
7679         * vc/vc-svn.el (vc-svn-create-repo):
7680         Expand paths in file://... url.  (Bug#15446)
7682         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7683         Add some entries.
7684         (authors): Remove unused local variables.
7686 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7688         * profiler.el: Create a more coherent calltree from partial backtraces.
7689         (profiler-format): Hide the tail with `invisible' so that C-s can still
7690         find the hidden elements.
7691         (profiler-calltree-depth): Don't recurse so enthusiastically.
7692         (profiler-function-equal): New hash-table-test.
7693         (profiler-calltree-build-unified): New function.
7694         (profiler-calltree-build): Use it.
7695         (profiler-report-make-name-part): Indent the calltree less.
7696         (profiler-report-mode): Add visibility specs for profiler-format.
7697         (profiler-report-expand-entry, profiler-report-toggle-entry):
7698         Expand the whole subtree when provided with a prefix arg.
7700 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
7702         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7703         iuwu-mod token.
7704         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7705         hanging iuwu-mod token.
7706         (ruby-smie--forward-token): Do not include a dot after a token in
7707         that token.
7708         (ruby-smie--backward-token): Likewise.
7710 2013-10-08  Juri Linkov  <juri@jurta.org>
7712         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7713         to isearch-other-control-char.
7714         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7715         and isearch-post-command-hook to post-command-hook.
7716         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7717         and isearch-post-command-hook from post-command-hook.
7718         (isearch-unread-key-sequence)
7719         (isearch-reread-key-sequence-naturally)
7720         (isearch-lookup-scroll-key, isearch-other-control-char)
7721         (isearch-other-meta-char): Remove functions.
7722         (isearch-pre-command-hook, isearch-post-command-hook):
7723         New functions based on isearch-other-meta-char rewritten
7724         relying on the new behavior of overriding-terminal-local-map
7725         that does not replace the local keymaps any more.  (Bug#15200)
7727 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
7729         Support menus on text-mode terminals.
7730         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7731         functionality.
7733         * tooltip.el (tooltip-mode): Don't error out on TTYs.
7735         * menu-bar.el (popup-menu, popup-menu-normalize-position):
7736         Move here from mouse.el.
7737         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7738         and arrow keys.
7739         (tty-menu-navigation-map): New map for TTY menu navigation.
7741         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7743         * frame.el (display-mouse-p): Report text-mode mouse as available
7744         on w32.
7745         (display-popup-menus-p): Report availability if mouse is
7746         available; don't condition on window-system.
7748         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7749         (tty-menu-selected-face): New faces.
7751 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7753         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7754         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7755         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7756         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7757         New constants.
7758         (lisp-mode-variables): New `elisp' argument.
7759         (emacs-lisp-mode): Use it.
7760         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7761         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7763         * indent.el: Use lexical-binding.
7764         (indent-region): Add progress reporter.
7765         (tab-stop-list): Make it implicitly extend to infinity by repeating the
7766         last step.
7767         (indent--next-tab-stop): New function to implement this behavior.
7768         (tab-to-tab-stop, move-to-tab-stop): Use it.
7770 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
7772         * indent.el (indent-rigidly--current-indentation): New function.
7773         (indent-rigidly-map): New var.
7774         (indent-rigidly): Use it to provide interactive mode (bug#8196).
7776 2013-10-08  Bastien Guerry  <bzg@gnu.org>
7778         * register.el (insert-register): Fix 2013-10-07 change.
7780 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7782         * progmodes/perl-mode.el: Use lexical-binding.
7783         Remove redundant :group args.
7784         (perl-nochange): Change default to be closer to other major modes's
7785         standard behavior.
7786         (perl-indent-line): Don't consider text on current line as a
7787         valid beginning of function from which to indent.
7789         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7790         with more than one argument (bug#15538).
7792         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7794         * vc/pcvs.el: Use lexical-binding.
7795         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7796         environment of `eval'.
7797         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7798         than a list of expressions.  Adjust callers.
7799         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7801 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
7803         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7804         case of the dot in a chained method call being on the following line.
7806 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7808         * electric.el (electric-indent-inhibit): New var.
7809         (electric-indent-post-self-insert-function): Use it.
7810         * progmodes/python.el (python-mode): Set it.
7812         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7813         open braces.
7815         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7817         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7818         (css-mode): Use electric-indent-chars.
7820         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7821         (font-lock-beg, font-lock-end): Move before first use.
7822         (nxml-mode): Use syntax-propertize-function.
7823         (nxml-after-change, nxml-after-change1): Adjust accordingly.
7824         (nxml-extend-after-change-region): Remove.
7825         * nxml/xmltok.el: Use lexical-binding.
7826         (xmltok-save): Use `declare'.
7827         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7828         * nxml/nxml-util.el: Use lexical-binding.
7829         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7830         Use `declare'.
7831         * nxml/nxml-ns.el: Use lexical-binding.
7832         (nxml-ns-save): Use `declare'.
7833         (nxml-ns-prefixes-for): Avoid add-to-list.
7834         * nxml/rng-match.el: Use lexical-binding.
7835         (rng--ipattern): Use cl-defstruct.
7836         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7837         (rng-cons-group-after, rng-subst-group-after)
7838         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7839         Use closures instead of `(lambda...).
7841 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
7843         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7844         of BEG and END.
7846         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7847         Use `tramp-handle-insert-file-contents'.
7848         (tramp-gvfs-handle-insert-file-contents): Remove function.
7850         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7851         Use `save-restriction' in order to keep markers.
7853         * net/trampver.el: Update release number.
7855 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7857         * progmodes/compile.el (compilation-parse-errors):
7858         Use compilation--put-prop.
7859         (compilation--ensure-parse): Check compilation-multiline.
7861         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7863         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7864         lexical-binding.
7866         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7868         * progmodes/ruby-mode.el: Fix recently added tests.
7869         (ruby-smie-grammar): Add - and +.
7870         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7871         (ruby-smie--backward-id): New functions.
7872         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7873         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
7874         any more.
7876 2013-10-07  Leo Liu  <sdl.web@gmail.com>
7878         * register.el (register-preview-delay)
7879         (register-preview-functions): New variables.
7880         (register-read-with-preview, register-preview)
7881         (register-describe-oneline): New functions.
7882         (point-to-register, window-configuration-to-register)
7883         (frame-configuration-to-register, jump-to-register)
7884         (number-to-register, view-register, insert-register)
7885         (copy-to-register, append-to-register, prepend-to-register)
7886         (copy-rectangle-to-register): Use register-read-with-preview to
7887         read register.  (Bug#15525)
7889 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
7891         * net/network-stream.el (network-stream-open-starttls): Don't add
7892         --insecure if it's already present, because that gnutls-cli
7893         rejects getting that parameter twice.
7895 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
7897         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7898         keyword, too.
7900 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
7902         * newcomment.el (comment-use-global-state): Change default value
7903         to t, mark obsolete (Bug#15251).
7904         (comment-beginning): In addition to `comment-to-syntax', check the
7905         value of `comment-use-global-state'.
7907 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7909         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7910         (ruby-comment-column): Follow the global default, by default.
7911         (ruby-smie-grammar): Add assignment syntax.
7912         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7913         open-paren, a comma, or a \.
7914         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7915         and line continuations.
7916         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7917         followed by implicit semi-colons.  Add rule for string concatenation
7918         and for indentation at BOB.
7919         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7921         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7922         calling next-sexp, since next-token may have skipped chars which
7923         next-sexp doesn't know should be skipped!
7925 2013-10-05  Leo Liu  <sdl.web@gmail.com>
7927         * progmodes/octave.el (octave-send-region):
7928         Call compilation-forget-errors.
7930 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
7932         * vc/vc-svn.el (vc-svn-find-admin-dir):
7933         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7934         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7935         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7936         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7938 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7942 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7944         * subr.el (read-passwd): Hide chars even when called within a context
7945         where after-change-functions is disabled (bug#15501).
7946         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7947         until we removed ourself from overriding-terminal-local-map.
7949 2013-10-04  Leo Liu  <sdl.web@gmail.com>
7951         * progmodes/octave.el (inferior-octave-mode):
7952         Call compilation-forget-errors.
7954 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
7956         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7958 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
7960         * net/secrets.el (secrets-create-collection): Add optional
7961         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
7962         dbus-call-method argument.  (Bug#15516)
7964 2013-10-04  Leo Liu  <sdl.web@gmail.com>
7966         * progmodes/octave.el (inferior-octave-error-regexp-alist)
7967         (inferior-octave-compilation-font-lock-keywords): New variables.
7968         (compilation-error-regexp-alist)
7969         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7970         (inferior-octave-mode): Use compilation-shell-minor-mode.
7972 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
7974         * minibuffer.el (completion--replace): Be careful that `end' might be
7975         a marker.
7977 2013-10-03  Daiki Ueno  <ueno@gnu.org>
7979         Add support for package signature checking.
7980         * emacs-lisp/package.el (url-http-file-exists-p)
7981         (epg-make-context, epg-context-set-home-directory)
7982         (epg-verify-string, epg-context-result-for)
7983         (epg-signature-status, epg-signature-to-string)
7984         (epg-check-configuration, epg-configuration)
7985         (epg-import-keys-from-file): Declare.
7986         (package-check-signature): New user option.
7987         (package-unsigned-archives): New user option.
7988         (package-desc): Add `signed' field.
7989         (package-load-descriptor): Set `signed' field if .signed file exists.
7990         (package--archive-file-exists-p): New function.
7991         (package--check-signature): New function.
7992         (package-install-from-archive): Check package signature.
7993         (package--download-one-archive): Check archive signature.
7994         (package-delete): Remove .signed file.
7995         (package-import-keyring): New command.
7996         (package-refresh-contents): Import default keyring.
7997         (package-desc-status): Add "unsigned" status.
7998         (describe-package-1, package-menu--print-info)
7999         (package-menu-mark-delete, package-menu--find-upgrades)
8000         (package-menu--status-predicate): Support "unsigned" status.
8002 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8004         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8005         the new compilation scheme using the new byte-codes.
8007         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8008         (byte-pophandler): New byte codes.
8009         (byte-goto-ops): Adjust accordingly.
8010         (byte-compile--use-old-handlers): New var.
8011         (byte-compile-catch): Use new byte codes depending on
8012         byte-compile--use-old-handlers.
8013         (byte-compile-condition-case--old): Rename from
8014         byte-compile-condition-case.
8015         (byte-compile-condition-case--new): New function.
8016         (byte-compile-condition-case): New function that dispatches depending
8017         on byte-compile--use-old-handlers.
8018         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8019         when we can.
8021         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8022         Optimize under `condition-case' and `catch' if
8023         byte-compile--use-old-handlers is nil.
8024         (disassemble-offset): Handle new bytecodes.
8026 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8028         * subr.el (error): Use `declare'.
8029         (decode-char, encode-char): Use advertised-calling-convention instead
8030         of the docstring to discourage use of the `restriction' arg.
8032 2013-10-03  Daiki Ueno  <ueno@gnu.org>
8034         * epg.el (epg-verify-file): Add a comment saying that it does not
8035         notify verification error as a return value nor a signal.
8036         (epg-verify-string): Ditto.
8038 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8040         * progmodes/compile.el (compilation-start): Try globbing the arg to
8041         `cd' (bug#15417).
8043 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
8045         Sync with Tramp 2.2.8.
8047         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8048         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8049         * net/trampver.el: Update release number.
8051 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
8053         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8054         and default-process-coding-system for darwin only.
8056 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8058         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8060 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
8062         * vc/vc-git.el (vc-git-grep): Disable pager.
8064 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
8066         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8067         Use :url instead of :homepage, as per
8068         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8070         * newcomment.el (comment-beginning): When `comment-use-syntax' is
8071         non-nil, use `syntax-ppss' (Bug#15251).
8073 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8075         * progmodes/octave.el (inferior-octave-startup-file):
8076         Prefer ~/.emacs.d/init_octave.m.
8078 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
8080         * emacs-lisp/package.el (package-desc-from-define):
8081         Accept additional arguments as plist, convert them to an alist and store
8082         them in the `extras' slot.
8083         (package-generate-description-file): Convert extras alist back to
8084         plist and append to the `define-package' form arguments.
8085         (package--alist-to-plist): New function.
8086         (package--ac-desc): Add `extras' slot.
8087         (package--add-to-archive-contents): Check if the archive-contents
8088         vector is long enough, and if it is, pass its `extras' slot value
8089         to `package-desc-create'.
8090         (package-buffer-info): Call `lm-homepage', pass the returned value
8091         to `package-desc-from-define'.
8092         (describe-package-1): Render the homepage button (Bug#13291).
8094         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8095         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8097 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
8099         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8100         and default-process-coding-system to utf-8-unix (Bug#15402).
8102 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
8104         * subr.el (looking-back): Do not recommend using looking-back.
8106 2013-09-28  Alan Mackenzie  <acm@muc.de>
8108         Fix indentation/fontification of Java enum with "implements".
8110         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8111         regexp which matches "implements", etc., in Java.
8112         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8113         specifier clauses coming after "enum".
8114         * progmodes/cc-fonts.el (c-font-lock-declarations)
8115         (c-font-lock-enum-tail): Check for extra specifier clauses coming
8116         after "enum".
8118 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
8120         * faces.el (region): Change ns_selection_color to
8121         ns_selection_fg_color, add ns_selection_bg_color.
8123 2013-09-28  Leo Liu  <sdl.web@gmail.com>
8125         * progmodes/octave.el (inferior-octave-completion-table)
8126         (inferior-octave-completion-at-point): Minor tweaks.
8128         * textmodes/ispell.el (ispell-lookup-words): Rename from
8129         lookup-words.  (Bug#15460)
8130         (lookup-words): Obsolete.
8131         (ispell-complete-word, ispell-command-loop): All uses changed.
8133 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8135         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8136         (octave-mode-menu): Add octave-send-buffer.
8137         (octave-send-buffer): New function.
8139 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8141         * progmodes/octave.el (octave-mode-map): Add key binding for
8142         octave-lookfor.
8143         (octave-mode-menu): Add octave-lookfor.
8144         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8145         octave-lookfor.
8146         (octave-lookfor): New function.
8148 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8150         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8151         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8152         its convention.
8153         (cl--loop-set-iterator-function): New function.
8154         (cl-loop): Adjust accordingly, so as not to use cl-subst.
8155         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8156         Bind `it' with `let' instead of substituting it with `cl-subst'.
8157         (cl--unused-var-p): New function.
8158         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8159         Eliminate some unused variable warnings (bug#15326).
8161 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
8163         * doc-view.el (doc-view-scale-reset): Rename from
8164         `doc-view-reset-zoom-level'.
8165         (doc-view-scale-adjust): New command.
8166         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8167         `doc-view-scale-adjust'.
8169 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
8171         * doc-view.el (doc-view-reset-zoom-level): New command.
8172         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8173         zoom commands (bug#15466).
8175 2013-09-26  Kenichi Handa  <handa@gnu.org>
8177         * international/quail.el (quail-help): Make it not a command.
8179 2013-09-26  Leo Liu  <sdl.web@gmail.com>
8181         * minibuffer.el (completion-all-sorted-completions): Make args
8182         optional as they are.
8184 2013-09-25  Daniel Colascione  <dancol@dancol.org>
8186         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8187         specs are and that they're not evaluated.
8189 2013-09-24  Sam Steingold  <sds@gnu.org>
8191         * midnight.el (clean-buffer-list-kill-regexps)
8192         (clean-buffer-list-kill-buffer-names): Update for the new Man
8193         buffer naming which includes the object name.
8195 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8197         * eshell/esh-cmd.el (eshell--sep-terms): New var.
8198         (eshell-parse-command, eshell-parse-pipeline): Use it since
8199         eshell-separate-commands requires a dynamic scoped var.
8200         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8202 2013-09-23  Leo Liu  <sdl.web@gmail.com>
8204         * autoinsert.el (auto-insert-alist): Make the value of
8205         lexical-binding match its file setting.
8207 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
8209         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8211         * autoarg.el (autoarg-kp-digit-argument):
8212         * electric.el (Electric-command-loop):
8213         * kmacro.el (kmacro-step-edit-insert):
8214         Do not set universal-argument-num-events.
8216 2013-09-22  Leo Liu  <sdl.web@gmail.com>
8218         * files.el (interpreter-mode-alist): Add octave.
8220 2013-09-21  Alan Mackenzie  <acm@muc.de>
8222         C++: fontify identifier in declaration following "public:" correctly.
8223         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8224         to match "public", etc.
8225         (c-decl-prefix-re): Add ":" into the C++ value.
8226         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8227         bit.  Add a check for a ":" preceded by "public", etc.
8229 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
8231         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8232         recognized by GDB 7.5 and later.
8234 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
8236         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8238 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8240         * subr.el (internal--call-interactively): New const.
8241         (called-interactively-p): Use it (bug#3984).
8243 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
8245         * vc/pcvs.el (cvs-mode-ignore):
8246         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8247         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8249 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8251         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
8252         (eshell-ls-orig-insert-directory): Remove.
8253         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
8254         (eshell-ls-use-in-dired): Use advice-add/remove.
8255         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8256         Add `orig-fun' arg for use in :around advice.
8257         Make it check (redundantly) eshell-ls-use-in-dired.
8259 2013-09-19  Glenn Morris  <rgm@gnu.org>
8261         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8263         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8265         * emacs-lisp/eieio.el (class-parent): Undo previous change.
8267 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
8269         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8270         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8271         (tramp-get-remote-python): New defuns.
8272         (tramp-get-remote-uid-with-perl)
8273         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
8274         contributed by yary <not.com@gmail.com> (tiny change).
8275         (tramp-get-remote-uid-with-python)
8276         (tramp-get-remote-gid-with-python): New defuns.  Python code
8277         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8278         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8280 2013-09-19  Glenn Morris  <rgm@gnu.org>
8282         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8284         * eshell/em-unix.el (eshell-remove-entries):
8285         Rename argument to avoid name-clash with global `top-level'.
8287         * eshell/esh-proc.el (eshell-kill-process-function):
8288         Remove eshell-reset-after-proc from eshell-kill-hook if present.
8289         (eshell-reset-after-proc): Remove unused arg `proc'.
8291         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8292         (directory-files-and-attributes): Mark unused arg.
8294         * eshell/em-unix.el (eshell-remove-entries):
8295         Remove unused arg `path'.  Update callers.
8297         * eshell/em-hist.el (eshell-hist-parse-arguments):
8298         Remove unused arg `silent'.  Update callers.
8300         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8301         Fix (f)boundp mix-up.
8303         * eshell/em-smart.el (eshell-smart-scroll-window)
8304         (eshell-disable-after-change):
8305         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8307 2013-09-18  Alan Mackenzie  <acm@muc.de>
8309         Fix fontification of type when followed by "const".
8310         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8311         "known" types from fontification.
8313 2013-09-18  Glenn Morris  <rgm@gnu.org>
8315         * emacs-lisp/chart.el (x-display-color-cells): Declare.
8316         (chart-face-list): Drop Emacsen without display-color-p.
8318         * net/eww.el (libxml-parse-html-region): Declare.
8319         (eww-display-html): Explicit error if no libxml2 support.
8321         * doc-view.el (doc-view-mode): Silence --without-x compilation.
8323         * image.el (image-type-from-buffer, image-multi-frame-p):
8324         Remove --without-x warning/error.
8326         * mouse.el (mouse-yank-primary):
8327         * term.el (term-mouse-paste):
8328         Reorder to silence --without-x compilation.
8330         * mpc.el (doc-view-mode): Silence --without-x compilation.
8332         * mail/rmailmm.el (rmail-mime-set-bulk-data):
8333         Silence --without-x compilation.
8335         * progmodes/gud.el (gud-find-file, gud-mode):
8336         Silence --without-x compilation.
8337         (tooltip-mode): Declare.
8339         * wdired.el (dired-backup-overwrite): Remove declaration.
8340         (wdired-mode-map): Add doc string.
8342         * custom.el (x-get-resource): Declare.
8344         * eshell/em-glob.el (ange-cache):
8345         * eshell/em-unix.el (ange-cache): Declare.
8347         * faces.el (x-display-list, x-open-connection, x-get-resource):
8348         Declare.
8350         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8351         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8352         Declare.
8354         * frame.el (x-display-grayscale-p, x-display-name): Declare.
8356         * net/gnutls.el (gnutls-log-level): Declare.
8358         * net/shr.el (image-size, image-animate): Declare.
8360         * simple.el (font-info): Declare.
8362         * subr.el (x-popup-dialog): Declare.
8364         * term/common-win.el (x-select-enable-primary)
8365         (x-last-selected-text-primary, x-last-selected-text-clipboard):
8366         Declare.
8368         * term/ns-win.el (x-handle-args): Declare.
8370         * term/x-win.el (x-select-enable-clipboard): Declare.
8372         * term/w32-win.el (create-default-fontset): Declare.
8374         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8375         Declare.
8377         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8378         (fit-frame-to-buffer): Explicit error if --without-x.
8379         (mouse-autoselect-window-select): Silence compiler.
8381         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8383         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8384         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8385         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8386         * eshell/esh-util.el (eshell-sublist):
8387         Remove unused local variables.
8389         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8391         * textmodes/two-column.el: Make 2C-split work for --without-x.
8392         (scroll-bar-columns): Autoload.
8393         (top-level): Require fringe when compiling.
8395 2013-09-18  Leo Liu  <sdl.web@gmail.com>
8397         * subr.el (add-hook): Robustify to handle closure as well.
8399 2013-09-17  Glenn Morris  <rgm@gnu.org>
8401         * simple.el (messages-buffer-mode-map): Unbind "g".
8403 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8405         * help-mode.el (help-mode-finish): Use derived-mode-p.
8406         Remove obsolete highlighting.
8408         * play/life.el (life-mode): Use define-derived-mode.  Derive from
8409         special-mode.
8410         (life): Let-bind inhibit-read-only.
8411         (life-setup): Avoid `setq'.  Use `life-mode'.
8413         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8414         which should not be needed any more.
8415         (package-menu-refresh, package-menu-describe-package): Use user-error.
8417         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8418         (eshell-post-rewrite-command-hook): Make obsolete.
8419         (eshell-parse-command): Simplify.
8420         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8421         (eshell--cmd): Declare.
8422         (eshell-parse-pipeline): Remove unused var `final-p'.
8423         Pass a dynvar to eshell-post-rewrite-command-hook.
8424         Implement the new eshell-post-rewrite-command-function.
8425         (eshell-invoke-directly): Remove unused arg `input'.
8426         * eshell/esh-io.el (eshell-io-initialize):
8427         Use eshell-post-rewrite-command-function (bug#15399).
8428         (eshell--apply-redirections): Rename from eshell-apply-redirections;
8429         adjust to new calling convention.
8430         (eshell-create-handles): Rename args to avoid clashing with dynvar
8431         `standard-output'.
8433 2013-09-17  Glenn Morris  <rgm@gnu.org>
8435         * simple.el (messages-buffer-mode): New major mode.
8436         (messages-buffer): New function.
8437         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8438         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8439         (ert-run-test): Use `messages-buffer' function.
8440         (ert--force-message-log-buffer-truncation): Ignore read-only.
8441         * help.el (view-echo-area-messages): Use `messages-buffer' function.
8442         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8444 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8448         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8450 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8452         * icomplete.el (icomplete-in-buffer): New var.
8453         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8454         vars and replace them with functions.
8455         (icomplete-minibuffer-setup): Adjust accordingly.
8456         (icomplete--completion-table, icomplete--completion-predicate)
8457         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8458         New functions.
8459         (icomplete-forward-completions, icomplete-backward-completions)
8460         (icomplete-simple-completing-p, icomplete-exhibit)
8461         (icomplete-completions): Use them.
8462         (icomplete--in-region-buffer): New var.
8463         (icomplete--in-region-setup): New function.
8464         (icomplete-mode): Use it.
8466         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8467         (bug#15379).
8468         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8469         return args and options.
8470         (eshell-eval-using-options): Use the new return value of
8471         eshell--do-opts to set the options's vars in their scope.
8472         (eshell--set-option): Rename from eshell-set-option.
8473         Add arg `opt-vals'.
8474         (eshell--process-option): Rename from eshell-process-option.
8475         Add arg `opt-vals'.
8476         (eshell--process-args): Use an `opt-vals' alist to store the options's
8477         values during their processing and return them additionally to the
8478         remaining args.
8480 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
8482         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8483         continuation character an operator, as far as indentation is
8484         concerned (Bug#15369).
8486 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
8488         * window.el (window--state-put-2): Don't process buffer state
8489         when buffer doesn't exist any more (Bug#15382).
8491 2013-09-15  Glenn Morris  <rgm@gnu.org>
8493         * eshell/em-unix.el (eshell/rm):
8494         Make -f ignore missing files.  (Bug#15373)
8496         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
8497         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8498         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8500 2013-09-14  Glenn Morris  <rgm@gnu.org>
8502         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8504 2013-09-13  Glenn Morris  <rgm@gnu.org>
8506         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8507         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
8509 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
8511         * frame.el (x-focus-frame): Mark as declared in frame.c.
8513 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8515         * ls-lisp.el: Use advice-add.
8516         (original-insert-directory): Remove.
8517         (ls-lisp--insert-directory): Rename from insert-directory; add
8518         `orig-fun' argument.
8519         (insert-directory): Advise.
8521 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
8523         * term.el (term-emulate-terminal): Decode the command string
8524         before passing it to term-command-hook.  (Bug#15337)
8526 2013-09-13  Glenn Morris  <rgm@gnu.org>
8528         * eshell/esh-util.el (ange-cache): Move declaration earlier.
8530         * eshell/esh-ext.el (eshell-search-path): Declare.
8532         * eshell/em-prompt.el (eshell/pwd): Autoload it.
8533         Otherwise an error occurs if eshell-dirs module not loaded.
8535         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8537 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
8539         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8540         `tramp-check-proper-host'.  Check for a valid method name.
8542         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8543         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8544         * net/tramp-sh.el (tramp-maybe-open-connection):
8545         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8547         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8548         also for hash values.
8550 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8552         * term/ns-win.el (parameters): Don't declare as dynamic.
8553         (before-make-frame-hook): Don't add ineffective function.
8555         * eshell/*.el: Use lexical-binding (bug#15231).
8557 2013-09-12  Kenichi Handa  <handa@gnu.org>
8559         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8561 2013-09-12  Glenn Morris  <rgm@gnu.org>
8563         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8564         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8566         * subr.el (do-after-load-evaluation): Also give compiler warnings
8567         when obsolete files are used (except by obsolete files).
8569         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8570         in the status output, assume `filename' is the first.  (Bug#15322)
8572         * vc/vc.el (vc-deduce-fileset): Doc fix.
8574         * calc/calc-help.el (Info-goto-node):
8575         * progmodes/cperl-mode.el (Info-find-node):
8576         * vc/ediff.el (Info-goto-node): Update declarations.
8578         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8580         * vc/vc-bzr.el (vc-compilation-mode): Declare.
8581         (vc-bzr-pull): Require vc-dispatcher.
8582         * vc/vc-git.el (vc-compilation-mode): Declare.
8583         (vc-git-pull): Require vc-dispatcher.
8585         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8587         * progmodes/octave.el (help-button-action): Declare.
8589         * shell.el (shell-directory-tracker): Output error as a message
8590         rather than just returning it as a string.
8591         (shell-process-pushd): Remove useless use of message.
8593         * dframe.el (dframe-timer-fn):
8594         * files.el (dir-locals-read-from-file):
8595         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8596         (mpc-format):
8597         * reveal.el (reveal-post-command):
8598         * saveplace.el (load-save-place-alist-from-file):
8599         * shell.el (shell-resync-dirs):
8600         * w32-common-fns.el (x-get-selection-value):
8601         * emacs-lisp/copyright.el (copyright-find-copyright):
8602         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8603         * emulation/tpu-edt.el (tpu-copy-keyfile):
8604         * play/bubbles.el (bubbles--mark-neighbourhood):
8605         * progmodes/executable.el
8606         (executable-make-buffer-file-executable-if-script-p):
8607         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8609 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8611         Cleanup Eshell to rely less on dynamic scoping.
8612         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8613         last-value, and ext-command here.  Bind `args' closer to `body'.
8614         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8615         (eshell--args): Declare new dynamic var.
8616         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
8617         last-value, and ext-command.  Pass `args' to `body'.
8618         (eshell-process-args): Bind eshell--args.
8619         (eshell-set-option): Use eshell--args.
8620         * eshell/eshell.el (eshell): Use derived-mode-p.
8621         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8622         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8623         (eshell-glob-function): Declare.
8624         * eshell/esh-util.el: Require cl-lib.
8625         (eshell-read-hosts-file): Avoid add-to-list.
8626         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8627         `err'.
8628         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8629         Declare.
8630         (eshell/diff): Remove unused var `err'.
8631         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8632         `killflag'.
8633         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8634         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8635         first use.
8636         * eshell/em-glob.el (eshell-glob-matches, message-shown):
8637         Move declaration before first use.
8638         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8639         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8640         rely on cl-return.
8642 2013-09-12  Glenn Morris  <rgm@gnu.org>
8644         * term/ns-win.el (global-map): Remove binding for ispell-next,
8645         deleted 1999-05-29.  (Bug#15357)
8647 2013-09-11  Glenn Morris  <rgm@gnu.org>
8649         * echistory.el (electric-command-history): Remove call to deleted func.
8651         * play/landmark.el (landmark-mode): Fix typos.
8653         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8654         Check cvs-sort-ignore-file is bound.
8656         * savehist.el: No need for cl when compiling on Emacs.
8658 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8660         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8661         (bug#15338).
8662         (eshell-self-insert-command, eshell-send-invisible):
8663         Remove unused argument.
8664         (eshell-handle-control-codes): Remove unused var `orig'.
8665         Avoid delete-backward-char.
8667         * files.el (set-auto-mode): Simplify a bit further.
8669 2013-09-11  Glenn Morris  <rgm@gnu.org>
8671         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8672         (set-auto-mode): Don't regexp-quote elements.
8673         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8674         * progmodes/cc-mode.el (interpreter-mode-alist):
8675         * progmodes/ruby-mode.el (interpreter-mode-alist):
8676         Revert previous change.
8678 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8680         * play/snake.el (snake-mode):
8681         * play/mpuz.el (mpuz-mode):
8682         * play/landmark.el (lm-mode):
8683         * play/blackbox.el (blackbox-mode):
8684         * play/5x5.el (5x5-mode):
8685         * obsolete/options.el (Edit-options-mode):
8686         * net/quickurl.el (quickurl-list-mode):
8687         * net/newst-treeview.el (newsticker-treeview-mode):
8688         * mail/rmailsum.el (rmail-summary-mode):
8689         * mail/mspools.el (mspools-mode):
8690         * locate.el (locate-mode):
8691         * ibuffer.el (ibuffer-mode):
8692         * emulation/ws-mode.el (wordstar-mode):
8693         * emacs-lisp/debug.el (debugger-mode):
8694         * array.el (array-mode):
8695         * net/eudc.el (eudc-mode): Use define-derived-mode.
8696         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8697         Move initialization into declaration.
8698         (mairix-searches-mode): Use define-derived-mode.
8699         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8700         (eudc-edit-hotlist): Use dolist.
8701         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8702         (Man-mode): Use define-derived-mode.
8703         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8704         (Info-edit-mode): Use define-derived-mode.
8705         (Info-cease-edit): Use Info-mode.
8706         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8707         into declaration.
8708         (eshell-mode): Use define-derived-mode.
8709         * chistory.el (command-history-mode-map): Rename from
8710         command-history-map.
8711         (command-history-mode): Use define-derived-mode.
8712         (Command-history-setup): Remove function.
8713         * calc/calc.el (calc-trail-mode-map): New var.
8714         (calc-trail-mode): Use define-derived-mode.
8715         (calc-trail-buffer): Set calc-main-buffer manually.
8716         * bookmark.el (bookmark-insert-annotation): New function.
8717         (bookmark-edit-annotation): Use it.
8718         (bookmark-edit-annotation-mode): Make it a proper major mode.
8719         (bookmark-send-edited-annotation): Use derived-mode-p.
8720         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8721         closer to its ideal place.  Use \' to match EOS.
8723         * profiler.el (profiler-calltree-find): Use function-equal.
8725 2013-09-10  Glenn Morris  <rgm@gnu.org>
8727         * files.el (interpreter-mode-alist): Convert to regexps.
8728         (set-auto-mode): Adapt for this.  (Bug#15306)
8729         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8730         Comment out unused variable.
8731         * progmodes/cc-mode.el (interpreter-mode-alist):
8732         * progmodes/python.el (interpreter-mode-alist):
8733         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8734         * progmodes/sh-script.el (sh-set-shell):
8735         No longer use interpreter-mode-alist to get list of shells.
8737         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8739 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8741         * simple.el: Use set-temporary-overlay-map for universal-argument.
8742         (universal-argument-map): Don't use default-bindings (bug#15317).
8743         Bind switch-frame explicitly.  Replace universal-argument-minus with
8744         a conditional binding.
8745         (universal-argument-num-events, saved-overriding-map): Remove.
8746         (restore-overriding-map): Remove.
8747         (universal-argument--mode): Rename from save&set-overriding-map,
8748         and rewrite.
8749         (universal-argument, universal-argument-more, negative-argument)
8750         (digit-argument): Adjust accordingly.
8751         (universal-argument-minus): Remove.
8752         (universal-argument-other-key): Remove.
8754         * subr.el (with-demoted-errors): Add `format' argument.
8756 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
8758         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
8759         `tramp-cleanup-connection'.
8761         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8762         parameters KEEP-DEBUG and KEEP-PASSWORD.
8764         * net/tramp.el (tramp-file-name-handler):
8765         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8766         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8767         (tramp-maybe-open-connection):
8768         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8769         Use `tramp-cleanup-connection'.
8771         * net/tramp-sh.el (tramp-maybe-open-connection):
8772         Catch 'uname-changed inside the progress reporter.
8774 2013-09-10  Glenn Morris  <rgm@gnu.org>
8776         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
8778         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8779         returns "alternate access method" in mode (eg "-rw-r--r--.").
8781 2013-09-08  Glenn Morris  <rgm@gnu.org>
8783         * saveplace.el (load-save-place-alist-from-file):
8784         Demote errors.  (Bug#15305)
8786 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
8788         Improve compatibility with older Emacsen, and XEmacs.
8790         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8791         only if it is bound.  It isn't for XEmacs.
8792         (with-tramp-progress-reporter): Do not let-bind `result'.
8793         This yields to scoping errors in XEmacs.
8794         (tramp-handle-make-auto-save-file-name): New function, moved from
8795         tramp-sh.el.
8797         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8798         for `make-auto-save-file-name'.
8799         (tramp-adb--gnu-switches-to-ash):
8800         Use `tramp-compat-replace-regexp-in-string'.
8802         * net/tramp-cache.el (tramp-cache-print): Call
8803         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
8805         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8806         bound.  It isn't for XEmacs.
8808         * net/tramp-compat.el (tramp-compat-copy-file):
8809         Catch `wrong-number-of-arguments' error.
8810         (tramp-compat-replace-regexp-in-string): New defun.
8812         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8813         for `make-auto-save-file-name'.
8814         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8815         `copy-file'.
8816         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8817         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8818         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8820         * net/tramp-gw.el (tramp-gw-open-network-stream):
8821         Use `tramp-compat-replace-regexp-in-string'.
8823         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8824         Call `tramp-handle-make-auto-save-file-name'.
8825         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8826         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8827         (tramp-sh-file-inotifywait-process-filter):
8828         Use `tramp-compat-replace-regexp-in-string'.
8829         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8831         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8832         for `make-auto-save-file-name'.
8833         (tramp-smb-handle-copy-directory):
8834         Call `tramp-compat-replace-regexp-in-string'.
8835         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8836         (tramp-smb-handle-copy-file): Improve error message.
8837         (tramp-smb-handle-rename-file): Rename directly only in case
8838         `newname' does not exist yet.  This is a restriction of smbclient.
8839         (tramp-smb-maybe-open-connection): Rerun the function only when
8840         `auth-sources' is non-nil.
8842 2013-09-08  Kenichi Handa  <handa@gnu.org>
8844         * international/characters.el: Set category "^" (Combining) for
8845         more characters.
8847 2013-09-07  Alan Mackenzie  <acm@muc.de>
8849         Correctly fontify Java class constructors.
8850         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8851         in Java Mode.
8852         (c-recognize-typeless-decls): Set the Java value to t.
8853         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8854         While handling a "(", add a check for, effectively, Java, and handle a
8855         "typeless" declaration there.
8857 2013-09-07  Roland Winkler  <winkler@gnu.org>
8859         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8860         field subtitle for entry type book.
8862 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8864         * minibuffer.el: Make minibuffer-complete call completion-in-region
8865         rather than other way around.
8866         (completion--some, completion-pcm--find-all-completions):
8867         Don't delay signals when debugging.
8868         (minibuffer-completion-contents): Beware fields within the
8869         minibuffer contents.
8870         (completion-all-sorted-completions): Use defvar-local.
8871         (completion--do-completion, completion--cache-all-sorted-completions)
8872         (completion-all-sorted-completions, minibuffer-force-complete):
8873         Add args `beg' and `end'.
8874         (completion--in-region-1): New fun, extracted from minibuffer-complete.
8875         (minibuffer-complete): Use completion-in-region.
8876         (completion-complete-and-exit): New fun, extracted from
8877         minibuffer-complete-and-exit.
8878         (minibuffer-complete-and-exit): Use it.
8879         (completion--complete-and-exit): Rename from
8880         minibuffer--complete-and-exit.
8881         (completion-in-region--single-word): New function, extracted from
8882         minibuffer-complete-word.
8883         (minibuffer-complete-word): Use it.
8884         (display-completion-list): Make `common-substring' argument obsolete.
8885         (completion--in-region): Call completion--in-region-1 instead of
8886         minibuffer-complete.
8887         (completion-help-at-point): Pass boundaries to
8888         minibuffer-completion-help as args rather than via an overlay.
8889         (completion-pcm--string->pattern): Use `any-delim'.
8890         (completion-pcm--optimize-pattern): New function.
8891         (completion-pcm--pattern->regex): Handle `any-delim'.
8892         * icomplete.el (icomplete-forward-completions)
8893         (icomplete-backward-completions, icomplete-completions):
8894         Adjust calls to completion-all-sorted-completions and
8895         completion--cache-all-sorted-completions.
8896         (icomplete-with-completion-tables): Default to t.
8897         * emacs-lisp/crm.el (crm--current-element): Rename from
8898         crm--select-current-element.  Don't put an overlay but return the
8899         boundaries instead.
8900         (crm--completion-command): Take two new args to bind to the boundaries.
8901         (crm-completion-help): Adjust accordingly.
8902         (crm-complete): Use completion-in-region.
8903         (crm-complete-word): Use completion-in-region--single-word.
8904         (crm-complete-and-exit): Use completion-complete-and-exit.
8906 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8908         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8909         than dynamically.
8911 2013-09-06  Juri Linkov  <juri@jurta.org>
8913         * info.el (Info-display-images-node): When image file doesn't exist
8914         display text version of the image if it's provided in the Info file.
8915         Otherwise, display the location of missing image from SRC attribute.
8916         Add help-echo text property from ALT attribute.  (Bug#15279)
8918 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8920         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8921         (edit-abbrevs-mode): Use define-derived-mode.
8923         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8924         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8925         that it's defined.
8926         (epa-key-list-mode, epa-key-mode, epa-info-mode):
8927         Use define-derived-mode.
8929         * epg.el (epg-start-encrypt): Minor CSE simplification.
8931 2013-09-06  William Xu  <william.xwl@gmail.com>
8933         * arc-mode.el: Add support for 7za (bug#15264).
8934         (archive-7z-program): New var.
8935         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8936         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8937         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8939 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
8941         Remove URL syntax.
8943         * net/tramp.el (tramp-syntax, tramp-prefix-format)
8944         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8945         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8946         (tramp-postfix-host-format, tramp-file-name-regexp)
8947         (tramp-completion-file-name-regexp)
8948         (tramp-completion-dissect-file-name)
8949         (tramp-handle-substitute-in-file-name): Remove 'url case.
8950         (tramp-file-name-regexp-url)
8951         (tramp-completion-file-name-regexp-url): Remove constants.
8953 2013-09-06  Glenn Morris  <rgm@gnu.org>
8955         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
8957 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
8959         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8960         keywords" below "here-doc beginnings" (Bug#15270).
8962 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8964         * subr.el (pop): Use `car-safe'.
8965         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8966         to detect unused `pop' return value.
8968         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8969         var `block-regexp'.
8970         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8971         (python-fill-string): Remove unused var `marker'.
8972         (python-skeleton-add-menu-items): Remove unused var `items'.
8974         * international/mule-cmds.el: Require CL.
8975         (find-coding-systems-for-charsets): Avoid add-to-list.
8976         (sanitize-coding-system-list): New function, extracted from
8977         select-safe-coding-system-interactively.
8978         (select-safe-coding-system-interactively): Use it.
8979         (read-input-method-name): Accept symbols for `default'.
8981         * emacs-lisp/advice.el (defadvice): Add indent rule.
8983 2013-09-05  Daniel Hackney  <dan@haxney.org>
8985         * dired-x.el:
8986         * net/ange-ftp.el:
8987         * net/browse-url.el:
8988         * net/dbus.el:
8989         * net/eudc.el:
8990         * net/eudcb-ldap.el:
8991         * net/eww.el:
8992         * net/imap.el:
8993         * printing.el:
8994         * vc/ediff-diff.el:
8995         * vc/ediff-init.el:
8996         * vc/ediff-merg.el:
8997         * vc/ediff-mult.el:
8998         * vc/ediff-util.el:
8999         * vc/ediff-wind.el:
9000         * vc/ediff.el:
9001         * vc/emerge.el:
9002         * vc/pcvs.el:
9003         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9004         byte compiler.  Remove some unused let-bound variables.
9006 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9009         a "ref-cell", since it gets better optimized (bug#14883).
9011 2013-09-05  Glenn Morris  <rgm@gnu.org>
9013         * progmodes/cc-awk.el (c-forward-sws): Declare.
9015 2013-09-04  Glenn Morris  <rgm@gnu.org>
9017         * generic-x.el [rul-generic-mode]: Require cc-mode.
9018         (c++-mode-syntax-table): Declare.
9019         (rul-generic-mode-syntax-table): Init in the defvar.
9021 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9023         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9024         (vc-do-command, vc-set-async-update):
9025         * vc/vc-mtn.el (vc-mtn-dir-status):
9026         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9027         (vc-hg-pull, vc-hg-merge-branch):
9028         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9029         (vc-git-merge-branch):
9030         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9031         (vc-cvs-dir-status-files):
9032         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9033         (vc-bzr-dir-status-files):
9034         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9035         * vc/vc-annotate.el: Use lexical-binding.
9036         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9037         (vc-sentinel-movepoint): Declare.
9038         (vc-annotate): Don't use `goto-line'.
9039         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9040         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9041         (vc-sentinel-movepoint): Declare.
9042         * vc/vc-svn.el: Use lexical-binding.
9043         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9044         * vc/vc-sccs.el:
9045         * vc/vc-rcs.el: Use lexical-binding.
9047         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9048         `deleted'.  Don't drop errors silently.
9050         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9052 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
9054         * vc/vc.el (vc-ignore): Rewrite.
9055         (vc-default-ignore): New function.
9056         (vc-default-ignore-completion-table): Use find-ignore-file.
9058         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9059         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9060         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9061         Remove.  Most code moved to vc.el.
9063 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9065         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9066         * net/tramp-smb.el (tramp-smb-get-file-entries):
9067         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9068         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9070         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9071         Update call to it.
9072         (eww-change-select): Remove unused var `properties'.
9073         (eww-make-unique-file-name): Remove unused var `base'.
9075         * finder.el (finder-compile-keywords): Don't mess with windows.
9077         * calculator.el (calculator-funcall): Fix typo in last change.
9079         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9081         * emacs-lisp/package.el (package-activate-1): Don't let a missing
9082         <pkg>-autoloads.el file stop us.
9084         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9085         warnings, and factor out common code.
9087 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
9089         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9090         two-character operators and whether the character preceding them
9091         changes their meaning (Bug#15208).
9093 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9095         Format code sent to Python shell for robustness.
9096         * progmodes/python.el (python-shell-buffer-substring):
9097         New function.
9098         (python-shell-send-region, python-shell-send-buffer): Use it.
9100 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
9102         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9103         * net/tramp.el (tramp-user-error): ... here.
9104         (tramp-find-method, tramp-check-proper-host)
9105         (tramp-dissect-file-name, tramp-debug-message)
9106         (tramp-handle-shell-command):
9107         * net/tramp-adb.el (tramp-adb-handle-shell-command):
9108         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9110         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9112 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
9114         * avoid.el (mouse-avoidance-point-position)
9115         (mouse-avoidance-too-close-p): Handle case where posn-at-point
9116         returns nil.
9118 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9120         * progmodes/python.el (python-shell-completion-get-completions):
9121         Drop use of deleted `comint-last-prompt-overlay'.
9122         (python-nav-if-name-main): New command.
9124 2013-09-01  Glenn Morris  <rgm@gnu.org>
9126         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9127         Avoid leading space in $wins.  Otherwise the sed command used by
9128         eg compile-main ends up containing "/*.el".  (Bug#15170)
9130         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
9132 2013-08-30  Glenn Morris  <rgm@gnu.org>
9134         * emacs-lisp/bytecomp.el (byte-recompile-directory):
9135         Fix is-this-a-directory logic.  (Bug#15220)
9137 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * textmodes/css-mode.el: Use SMIE.
9140         (css-smie-grammar): New var.
9141         (css-smie--forward-token, css-smie--backward-token)
9142         (css-smie-rules): New functions.
9143         (css-mode): Use them.
9144         (css-navigation-syntax-table): Remove var.
9145         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9146         (css-indent-calculate, css-indent-line): Remove functions.
9148         Misc changes to reduce use of `(lambda...); and other cleanups.
9149         * cus-edit.el: Use lexical-binding.
9150         (customize-push-and-save, customize-apropos)
9151         (custom-buffer-create-internal): Use closures.
9152         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9153         * progmodes/ada-xref.el: Use setq.
9154         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9155         * dframe.el: Use lexical-binding.
9156         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
9157         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9158         * descr-text.el: Use lexical-binding.
9159         (describe-text-widget, describe-text-sexp, describe-property-list):
9160         Use closures.
9161         * comint.el (comint-history-isearch-push-state): Use a closure.
9162         * calculator.el: Use lexical-binding.
9163         (calculator-number-to-string): Make it work with lexical-binding.
9164         (calculator-funcall): Same and use cl-letf.
9166         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9167         (lisp--company-doc-string, lisp--company-location): New functions.
9168         (lisp-completion-at-point): Use them to improve Company support.
9170         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9171         params of lambda expressions.
9172         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9173         (ruby-smie--opening-pipe-p): New function.
9174         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9175         symbols and matched |...| for formal params.
9176         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9177         from being treated as hanging.  Handle "rescue".
9179 2013-08-29  Glenn Morris  <rgm@gnu.org>
9181         * progmodes/cc-engine.el (c-pull-open-brace):
9182         Move definition before use.
9184 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9186         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9187         are immutable.  Don't use `unsafe' any more.
9188         (cl--defsubst-expand): Don't substitute at the same time as keeping
9189         a residual unused let-binding.  Don't use `unsafe' any more.
9191 2013-08-29  Glenn Morris  <rgm@gnu.org>
9193         * calendar/cal-china.el (calendar-chinese-year-cache):
9194         Recenter on 2015.
9196         * nxml/nxml-util.el (nxml-debug-clear-inside):
9197         Use cl-loop rather than loop.
9199         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9201         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9203 2013-08-28  Glenn Morris  <rgm@gnu.org>
9205         * progmodes/antlr-mode.el: No need to require cc-mode twice.
9207         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9209         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9211 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9213         * simple.el (repeat-complex-command--called-interactively-skip):
9214         New function.
9215         (repeat-complex-command): Use it (bug#14136).
9217         * progmodes/cc-mode.el: Minor cleanup of var declarations.
9218         (c-define-abbrev-table): Add `doc' argument.
9219         (c-mode-abbrev-table, c++-mode-abbrev-table)
9220         (objc-mode-abbrev-table, java-mode-abbrev-table)
9221         (idl-mode-abbrev-table, pike-mode-abbrev-table)
9222         (awk-mode-abbrev-table): Use it.
9223         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9224         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9225         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9226         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9227         Move initialization into the declaration; and remove any
9228         autoload cookie.
9230         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9231         and dynamic let binding.
9233         * vc/smerge-mode.el: Remove redundant :group args.
9235         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9236         to load-path.
9238 2013-08-28  Juri Linkov  <juri@jurta.org>
9240         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9241         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9242         (isearch-other-meta-char): Handle an undefined shifted printing
9243         character by downshifting it.  (Bug#15200)
9245 2013-08-28  Juri Linkov  <juri@jurta.org>
9247         * isearch.el (isearch-search): Change regexp error message for
9248         non-regexp searches.  (Bug#15166)
9250 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9252         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9253         for portability to hosts where /bin/sh has problems.
9255 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9257         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9259 2013-08-27  Juri Linkov  <juri@jurta.org>
9261         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9262         in the keyboard macro.  (Bug#15126)
9264 2013-08-27  Juri Linkov  <juri@jurta.org>
9266         * isearch.el (isearch-quote-char): Comment out converting unibyte
9267         to multibyte, thus syncing with its `quoted-insert' counterpart.
9268         (Bug#15166)
9270 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
9272         * window.el (display-buffer-use-some-window): Add missing
9273         argument in call of get-largest-window (Bug#15185).
9274         Reported by Stephen Leake.
9276 2013-08-27  Glenn Morris  <rgm@gnu.org>
9278         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9280 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9282         * progmodes/python.el (python-font-lock-keywords): Don't return nil
9283         from a matcher-function unless there's no more matches (bug#15161).
9285 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
9287         * minibuffer.el: Revert change from 2013-08-20.
9289         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9290         with text property `tramp-default', if appropriate.
9291         (tramp-check-proper-host): New defun.
9292         (tramp-dissect-file-name): Do not check hostname.  Revert change
9293         of 2013-03-18.
9294         (tramp-backtrace): Make VEC-OR-PROC optional.
9296         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9297         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9298         * net/tramp-sh.el (tramp-maybe-open-connection):
9299         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9300         Apply `tramp-check-proper-host'.
9302 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
9304         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9305         lambda expression in order to have `describe-variable' display it.
9307 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
9309         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9310         BUF can be optional.  (Bug#15186)
9312 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
9314         * progmodes/flymake.el (flymake-get-real-file-name-function):
9315         Fix broken customization.  (Bug#15184)
9317 2013-08-25  Alan Mackenzie  <acm@muc.de>
9319         Improve indentation of bracelists defined by macros (without "=").
9321         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9322         expansion begins with "{", regard it as bracelist when it doesn't
9323         contain a ";".
9325         Parse C++ inher-intro when there's a template split over 2 lines.
9327         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9328         rigorously the search for "class" etc. followed by ":".
9330         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9331         random languages a regexp which never matches rather than nil.
9333         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9335         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9336         (c-awk-regexp-one-line-possibly-open-char-list-re)
9337         (c-awk-one-line-possibly-open-regexp-re)
9338         (c-awk-one-line-non-syn-ws*-re): Remove.
9339         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9340         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9341         (c-awk-space*-unclosed-regexp-/-re): New constants.
9342         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9343         aren't regexp delimiters.
9345         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9346         handling for a rare situation in AWK Mode involving unterminated
9347         strings/regexps.
9349 2013-08-23  Glenn Morris  <rgm@gnu.org>
9351         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9353         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9355         * files.el (create-file-buffer): If the result would begin with
9356         spaces, prepend a "|" instead of removing them.  (Bug#15162)
9358 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9360         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9361         text-properties (bug#15155).
9363         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9364         exist any more.
9365         (calc-keypad-redraw): Remove unused var `pad'.
9366         (calc-keypad-press): Remove unused var `menu'.
9368 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
9370         * window.el (display-buffer-pop-up-frame):
9371         Call pop-up-frame-function with BUFFER current so `make-frame' will
9372         use it as the new frame's buffer (Bug#15133).
9374 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * calendar/timeclock.el: Minor cleanups.
9377         (timeclock-ask-before-exiting, timeclock-use-display-time):
9378         Use `symbol'.
9379         (timeclock-modeline-display): Define as alias before the
9380         actual definition.
9381         (timeclock-mode-line-display): Use define-minor-mode.
9382         (timeclock-day-list-template): Make it a function, add an argument.
9383         (timeclock-day-list-required, timeclock-day-list-length)
9384         (timeclock-day-list-debt, timeclock-day-list-span)
9385         (timeclock-day-list-break): Adjust calls accordingly.
9387 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9389         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9390         Use read--expression so that completion works again.
9392 2013-08-21  Sam Steingold  <sds@gnu.org>
9394         Add rudimentary inferior shell interaction
9395         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9396         (sh-set-shell): Reset it.
9397         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9398         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9400 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9402         * align.el: Use lexical-binding.
9403         (align-region): Simplify accordingly.
9405 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
9407         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9409         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9410         `non-essential' up.
9412 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
9414         * net/tramp.el:
9415         * net/tramp-adb.el:
9416         * net/tramp-cmds.el:
9417         * net/tramp-ftp.el:
9418         * net/tramp-gvfs.el:
9419         * net/tramp-gw.el:
9420         * net/tramp-sh.el: Don't wrap external variable declarations by
9421         `eval-when-compile'.
9423 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9426         now that Emacs supports ImageMagick animations.
9428 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
9430         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9431         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9433 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
9435         * window.el (mouse-autoselect-window-select): Do autoselect when
9436         mouse pointer is on margin.
9438 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
9440         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
9442 2013-08-16  Glenn Morris  <rgm@gnu.org>
9444         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9445         Handle "Remote Directory" response of some clients.  (Bug#15058)
9447         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9448         Tweak warning.  (Bug#14926)
9450         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9451         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
9453         * image-mode.el (image-mode-map): Add menu items to reverse,
9454         increase, decrease, reset animation speed.
9455         (image--set-speed, image-increase-speed, image-decrease-speed)
9456         (image-reverse-speed, image-reset-speed): New functions.
9457         (image-mode-map): Add bindings for speed commands.
9459         * image.el (image-animate-get-speed, image-animate-set-speed):
9460         New functions.
9461         (image-animate-timeout): Respect image :speed property.
9463 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9465         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9466         previous line (bug#15101).
9467         (debugger-eval-expression, debugger-record-expression):
9468         Use read--expression (bug#15102).
9470 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
9472         Remove byte compiler warnings, visible when compiling with
9473         `byte-compile-force-lexical-warnings' set to t.
9475         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9476         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9477         (tramp-handle-unhandled-file-name-directory)
9478         (tramp-handle-file-notify-add-watch, tramp-action-login)
9479         (tramp-action-succeed, tramp-action-permission-denied)
9480         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9481         arguments with "_".
9483         * net/tramp-adb.el (tramp-adb-parse-device-names)
9484         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9485         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9486         (tramp-adb-handle-file-truename): Remove unused arguments.
9488         * net/tramp-cache.el (tramp-flush-directory-property)
9489         (tramp-flush-connection-property, tramp-list-connections)
9490         (tramp-parse-connection-properties): Prefix unused arguments with "_".
9492         * net/tramp-compat.el (tramp-compat-make-temp-file):
9493         Rename FILENAME to F.
9495         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9496         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9497         (tramp-zeroconf-parse-workstation-device-names)
9498         (tramp-zeroconf-parse-webdav-device-names)
9499         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9501         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9502         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9504         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9505         arguments.
9506         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9507         (tramp-sh-handle-insert-file-contents-literally)
9508         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9509         with "_".
9510         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9511         Remove unused variables.
9513         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9514         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9515         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9517         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9518         Make them a defconst.
9519         (tramp-uuencode-region): Remove unused variable.
9521 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
9523         * frameset.el (frameset--prop-setter): New function.
9524         (frameset-prop): Add gv-setter declaration.
9525         (frameset-filter-minibuffer): Deal with the case that the minibuffer
9526         parameter was already set in FILTERED.  Doc fix.
9527         (frameset--record-minibuffer-relationships): Allow saving a
9528         minibufferless frame without its corresponding minibuffer frame.
9529         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9530         frame, if the frame id matches.
9531         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9532         frames before orphaned ones.
9533         (frameset-restore): Warn about orphaned windows, instead of error out.
9535 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
9537         * window.el (window-make-atom): Don't overwrite parameter
9538         already present.
9539         (display-buffer-in-atom-window): Handle special case where we
9540         split an already atomic window.
9541         (window--major-non-side-window, display-buffer-in-side-window)
9542         (window--side-check): Ignore minibuffer window when walking
9543         window tree.
9544         (window-deletable-p): Return 'frame only if no other frame uses
9545         our minibuffer window.
9546         (record-window-buffer): Run buffer-list-update-hook.
9547         (split-window): Make sure window--check-frame won't destroy an
9548         existing atomic window in case the new window gets nested
9549         inside.
9550         (display-buffer-at-bottom): Ignore minibuffer window when
9551         walking window tree.  Don't split a side window.
9552         (pop-to-buffer): Don't set-buffer here, the select-window call
9553         should do that.
9554         (mouse-autoselect-window-select): Autoselect only if we are in the
9555         text portion of the window.
9557 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559         * net/shr.el (shr-parse-image-data): New function to grab both the
9560         data itself and the Content-Type.
9561         (shr-put-image): Use it.
9563         * net/eww.el (eww-display-image): Ditto.
9565         * image.el (image-content-type-suffixes): New variable.
9567 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9569         * progmodes/python.el (python-imenu--build-tree)
9570         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9572 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
9574         * simple.el (backward-word): Mention the optional argument.
9576 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9578         * frameset.el (frameset--make): Rename constructor from make-frameset.
9579         (frameset-p, frameset-valid-p): Don't autoload.
9580         (frameset-valid-p): Use normal accessors.
9582 2013-08-13  Glenn Morris  <rgm@gnu.org>
9584         * progmodes/compile.el (compile-command): Tweak example in doc.
9585         * obsolete/scribe.el (scribe-mode):
9586         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
9588         * mail/feedmail.el (feedmail-confirm-outgoing)
9589         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9591         * cus-start.el (truncate-partial-width-windows): Fix type.
9593         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9595         * net/shr.el (shr-table-horizontal-line): Fix custom type.
9597 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9599         * emacs-lisp/timer.el (timer--time-setter): New function.
9600         (timer--time): Use it as gv-setter.
9602         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9603         setter is not a symbol.
9605 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
9607         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9608         if sending fails.  This makes debugging easier.
9610 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
9612         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9613         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9614         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9616 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
9618         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9620 2013-08-12  Glenn Morris  <rgm@gnu.org>
9622         * format.el (format-annotate-function):
9623         Handle read-only text properties in the source.  (Bug#14887)
9625 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627         * net/eww.el (eww-display-html): Ignore coding system errors.
9628         One web site uses "utf-8lias" as the coding system.
9630 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
9632         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9634 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
9636         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9637         (tutorial--detailed-help): Remove unused local variables.
9638         (tutorial--save-tutorial-to): Use ignore-errors.
9639         (help-with-tutorial): Use looking-at-p.
9641         * view.el (view-buffer-other-window, view-buffer-other-frame):
9642         Mark unused arguments.
9644         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9645         (woman-select-symbol-fonts, woman, woman-find-file)
9646         (woman-insert-file-contents, woman-non-underline-faces):
9647         Use string-match-p.
9648         (woman1-unquote): Move declaration.
9650         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9651         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
9652         argument.  Remove unused local variable.
9653         (xml-parse-elem-type): Use string-match-p.
9654         (xml-substitute-numeric-entities): Use ignore-errors.
9656         * calculator.el (calculator): Mark unused argument.
9657         (calculator-paste, calculator-quit, calculator-integer-p):
9658         Use ignore-errors.
9659         (calculator-string-to-number, calculator-decimal, calculator-exp)
9660         (calculator-op-or-exp): Use string-match-p.
9662         * dired.el (dired-buffer-more-recently-used-p): Declare.
9663         (dired-insert-set-properties, dired-insert-old-subdirs):
9664         Use ignore-errors.
9666         * dired-aux.el (dired-compress): Use ignore-errors.
9667         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9668         (dired-do-async-shell-command, dired-do-shell-command)
9669         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9670         (dired-insert-subdir-validate): Use string-match-p.
9671         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9672         (dired-add-entry): Use string-match-p, looking-at-p.
9673         (dired-insert-subdir-newpos): Remove unused local variable.
9675         * filenotify.el (file-notify-callback): Remove unused local variable.
9677         * filesets.el (filesets-error): Mark unused argument.
9678         (filesets-which-command-p, filesets-filter-dir-names)
9679         (filesets-directory-files, filesets-get-external-viewer)
9680         (filesets-ingroup-get-data): Use string-match-p.
9682         * find-file.el (ff-other-file-name, ff-other-file-name)
9683         (ff-find-the-other-file, ff-cc-hh-converter):
9684         Remove unused local variables.
9685         (ff-get-file-name): Use string-match-p.
9686         (ff-all-dirs-under): Use ignore-errors.
9688         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9689         (follow-select-if-visible): Remove unused local variable.
9691         * forms.el (read-file-filter): Move declaration.
9692         (forms--make-format, forms--make-parser, forms-insert-record):
9693         Quote function with #'.
9694         (forms--update): Use string-match-p.  Quote function with #'.
9696         * help-mode.el (help-dir-local-var-def): Mark unused argument.
9697         (help-make-xrefs): Use looking-at-p.
9698         (help-xref-on-pp): Use looking-at-p, ignore-errors.
9700         * ibuffer.el (ibuffer-ext-visible-p): Declare.
9701         (ibuffer-confirm-operation-on): Use string-match-p.
9703         * msb.el (msb-item-handler, msb-dired-item-handler):
9704         Mark unused arguments.
9706         * ses.el (ses-decode-cell-symbol)
9707         (ses-kill-override): Remove unused local variable.
9708         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9709         (ses-load): Use ignore-errors, looking-at-p.
9710         (ses-jump-safe): Use ignore-errors.
9711         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9713         * tabify.el (untabify, tabify): Mark unused arguments.
9715         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9716         Mark unused argument.
9717         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9718         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9720         * emacs-lisp/timer.el (timer--time): Define setter with
9721         gv-define-setter to avoid deprecation warning.
9723         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9724         (*record-cmpl-statistics-p*): Remove (was commented out).
9725         (cmpl-statistics-block): Remove (body was commented out).
9726         All callers changed.
9727         (add-completions-from-buffer, load-completions-from-file):
9728         Remove unused variables.
9730 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
9732         * filecache.el (file-cache-delete-file-list):
9733         Print message only when told so.
9734         (file-cache-files-matching): Use #' in mapconcat argument.
9736         * ffap.el (ffap-url-at-point): Fix reference to variable
9737         thing-at-point-default-mail-uri-scheme.
9739 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * subr.el (define-error): New function.
9742         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9743         error-file-not-found and define with define-error.
9744         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9745         and define with define-error.
9746         * userlock.el (file-locked, file-supersession):
9747         * simple.el (mark-inactive):
9748         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9749         * progmodes/ada-mode.el (ada-mode-errors):
9750         * play/life.el (life-extinct):
9751         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9752         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9753         * nxml/rng-util.el (rng-error):
9754         * nxml/rng-uri.el (rng-uri-error):
9755         * nxml/rng-match.el (rng-compile-error):
9756         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9757         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9758         * nxml/nxml-rap.el (nxml-scan-error):
9759         * nxml/nxml-outln.el (nxml-outline-error):
9760         * net/soap-client.el (soap-error):
9761         * net/gnutls.el (gnutls-error):
9762         * net/ange-ftp.el (ftp-error):
9763         * mpc.el (mpc-proc-error):
9764         * json.el (json-error, json-readtable-error, json-unknown-keyword)
9765         (json-number-format, json-string-escape, json-string-format)
9766         (json-key-format, json-object-format):
9767         * jka-compr.el (compression-error):
9768         * international/quail.el (quail-error):
9769         * international/kkc.el (kkc-error):
9770         * emacs-lisp/ert.el (ert-test-failed):
9771         * calc/calc.el (calc-error, inexact-result, math-overflow)
9772         (math-underflow):
9773         * bookmark.el (bookmark-error-no-filename):
9774         * epg.el (epg-error): Define with define-error.
9776         * time.el (display-time-event-handler)
9777         (display-time-next-load-average): Don't call sit-for since it seems
9778         unnecessary (bug#15045).
9780         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9781         Use #' instead of ' to quote functions.
9782         (checkdoc-output-mode): Use setq-local.
9783         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9784         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9785         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9786         (checkdoc-ispell, checkdoc-ispell-current-buffer)
9787         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9788         (checkdoc-ispell-message-text, checkdoc-ispell-start)
9789         (checkdoc-ispell-continue, checkdoc-ispell-comments)
9790         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9792         * ido.el (ido-completion-help): Fix up compiler warning.
9794 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
9796         * frameset.el (frameset-p): Add autoload cookie.
9797         (frameset--jump-to-register): New function, based on code moved from
9798         register.el.
9799         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
9801         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9802         (frameset-restore, frameset-save, frameset-session-filter-alist):
9803         Remove declarations.
9804         (register-alist): Doc fix.
9805         (frameset-to-register): Move to frameset.el.
9806         (jump-to-register, describe-register-1): Remove frameset-specific code.
9808 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9810         * allout-widgets.el (allout-widgets-pre-command-business)
9811         (allout-widgets-post-command-business)
9812         (allout-widgets-after-change-handler)
9813         (allout-decorate-item-and-context, allout-set-boundary-marker)
9814         (allout-body-modification-handler)
9815         (allout-graphics-modification-handler): Mark ignored arguments.
9816         (allout-widgets-post-command-business)
9817         (allout-widgets-exposure-change-processor)
9818         (allout-widgets-exposure-undo-processor)
9819         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9820         (allout-parse-item-at-point, allout-decorate-item-guides)
9821         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9822         * allout.el (epa-passphrase-callback-function): Declare.
9823         (allout-overlay-insert-in-front-handler)
9824         (allout-overlay-interior-modification-handler)
9825         (allout-isearch-end-handler, allout-chart-siblings)
9826         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9827         (allout-yank-processing, allout-process-exposed)
9828         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9829         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9830         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9831         (lisp-indent-defform): Mark ignored arguments.
9832         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
9833         (calculate-lisp-indent): Remove unused variables.
9834         * international/characters.el (indian-2-column, arabic-2-column)
9835         (tibetan): Mark ignored arguments.
9836         (use-cjk-char-width-table): Mark ignored arguments.
9837         Remove unused variables.
9838         * international/fontset.el (build-default-fontset-data)
9839         (x-compose-font-name, create-fontset-from-fontset-spec):
9840         Mark ignored arguments.
9841         (fontset-plain-name): Remove unused variables.
9842         * international/mule.el (charset-id, charset-bytes, generic-char-p)
9843         (keyboard-coding-system): Mark ignored arguments.
9844         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
9845         * help.el (resize-temp-buffer-window):
9846         * window.el (display-buffer-in-major-side-window)
9847         (display-buffer-in-side-window, display-buffer-in-previous-window):
9848         Remove unused variables.
9849         * isearch.el (isearch-forward-symbol):
9850         * version.el (emacs-bzr-version-bzr):
9851         * international/mule-cmds.el (current-language-environment):
9852         * term/common-win.el (x-handle-iconic, x-handle-geometry)
9853         (x-handle-display):
9854         * term/pc-win.el (x-list-fonts, x-display-planes)
9855         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9856         (x-server-version, x-display-screens, x-display-mm-height)
9857         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9858         (x-selection-owner-p, x-own-selection-internal)
9859         (x-disown-selection-internal, x-get-selection-internal)
9860         (msdos-initialize-window-system):
9861         * term/tty-colors.el (tty-color-alist, tty-color-clear):
9862         * term/x-win.el (x-handle-no-bitmap-icon):
9863         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9864         (vc-default-find-file-hook, vc-default-extra-menu):
9865         Mark ignored arguments.
9867 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9869         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9870         break-condition in the context of the debugged code (bug#12685).
9872 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
9874         * comint.el:
9875         Do not use an overlay to highlight the last prompt.  (Bug#14744)
9876         (comint-mode): Make comint-last-prompt buffer local.
9877         (comint-last-prompt): New variable.
9878         (comint-last-prompt-overlay): Remove.  Superseded by
9879         comint-last-prompt.
9880         (comint-snapshot-last-prompt, comint-output-filter):
9881         Use comint-last-prompt.
9883 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9885         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
9886         (frameset-save): Check validity of the resulting frameset.
9888 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
9890         * ido.el (ido-record-command): Add doc string.
9892 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9894         * frameset.el (frameset): Do not disable creation of the default
9895         frameset-p predicate.  Doc fix.
9896         (frameset-valid-p): New function, copied from the old predicate-p.
9897         Add additional checks.
9898         (frameset-restore): Check with frameset-valid-p.
9899         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9900         (frameset-name, frameset-description, frameset-properties)
9901         (frameset-states): Add docstring.
9902         (frameset-session-filter-alist, frameset-persistent-filter-alist)
9903         (frameset-filter-alist): Doc fixes.
9905 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9907         * frameset.el (frameset-p, frameset-prop): Doc fixes.
9909 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9911         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9912         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9913         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9914         (byte-compile-normal-call): Remove obsolescence check.
9916 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9918         * frameset.el (frameset-restore): Doc fix.
9920         * register.el (frameset-frame-id, frameset-frame-with-id)
9921         (frameset-p, frameset-restore, frameset-save): Declare.
9922         (register-alist): Document framesets.
9923         (frameset-session-filter-alist): Declare.
9924         (frameset-to-register): New function.
9925         (jump-to-register): Implement jumping to framesets.  Doc fix.
9926         (describe-register-1): Describe framesets.
9928         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9930 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
9932         * desktop.el (desktop-save-frameset): Use new frameset-save args.
9933         Use lexical-binding.
9935         * frameset.el (frameset): Use type vector, not list (incompatible
9936         change).  Do not declare a new constructor, use the default one.
9937         Upgrade suggested properties `app', `name' and `desc' to slots `app',
9938         `name' and `description', respectively, and add read-only slot
9939         `timestamp'.  Doc fixes.
9940         (frameset-copy, frameset-persistent-filter-alist)
9941         (frameset-filter-alist, frameset-switch-to-gui-p)
9942         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9943         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9944         (frameset-filter-iconified, frameset-keep-original-display-p):
9945         Doc fixes.
9946         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9947         Rename from frameset-filter-(save|restore)-param.  All callers changed.
9948         Doc fix.
9949         (frameset-p): Adapt to change to vector and be more thorough.
9950         Change arg name to OBJECT.  Doc fix.
9951         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
9952         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9953         All callers changed.
9954         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9955         All callers changed.
9956         (frameset--record-minibuffer-relationships): Rename from
9957         frameset--process-minibuffer-frames.  All callers changed.
9958         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9959         Use new default constructor (again).  Doc fix.
9960         (frameset--find-frame-if): Rename from `frameset--find-frame'.
9961         All callers changed.
9962         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9963         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9964         Doc fix.
9965         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9966         PARAMETERS and WINDOW-STATE, respectively.
9967         (frameset-restore): Add new keyword argument PREDICATE.
9968         Reset frameset--target-display to nil.  Doc fix.
9970 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9972         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9973         (bat-mode): Use it.
9974         (bat-mode-syntax-table): Mark \n as end-of-comment.
9975         (bat-font-lock-keywords): Remove comment rule.
9977         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
9978         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
9980         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9981         (byte-compile-callargs-warn): Use `push'.
9982         (byte-compile-arglist-warn): Ignore higher-order "calls".
9983         (byte-compile-file-form-autoload): Use `pcase'.
9984         (byte-compile-function-form): If quoting a symbol, check that it exists.
9986 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
9988         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9989         and add a few popular commands found in batch files.
9990         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9991         (dos-mode): Doc fixes.
9993 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9995         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9996         (dos-mode): Use setq-local.  Add space after "rem".
9997         (dos-mode-syntax-table): Don't use "w" for symbol chars.
9998         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10000 2013-08-07  Arni Magnusson  <arnima@hafro.is>
10002         * progmodes/dos.el: New file.
10003         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10004         dos-mode.
10006 2013-08-06  Glenn Morris  <rgm@gnu.org>
10008         * calendar/calendar.el: Add new faces, and day-header-array.
10009         (calendar-weekday-header, calendar-weekend-header)
10010         (calendar-month-header): New faces.
10011         (calendar-day-header-construct): New function.
10012         (calendar-day-header-width): Also :set calendar-day-header-array.
10013         (calendar-american-month-header, calendar-european-month-header)
10014         (calendar-iso-month-header): Use calendar- faces.
10015         (calendar-generate-month):
10016         Use calendar-day-header-array for day headers; apply faces to them.
10017         (calendar-mode): Check calendar-font-lock-keywords non-nil.
10018         (calendar-abbrev-construct): Add optional maxlen argument.
10019         (calendar-day-name-array): Doc fix.
10020         (calendar-day-name-array, calendar-abbrev-length)
10021         (calendar-day-abbrev-array):
10022         Also :set calendar-day-header-array, and maybe redraw.
10023         (calendar-day-header-array): New option.  (Bug#15007)
10024         (calendar-font-lock-keywords): Set to nil and make obsolete.
10025         (calendar-day-name): Add option to use header array.
10027 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029         * net/shr.el (shr-render-td): Remove debugging.
10030         (shr-render-td): Make width computation consistent by defaulting
10031         all zero-width columns to 10 characters.  This may not be optimal,
10032         but it's at least consistent.
10033         (shr-make-table-1): Redo last change to fix the real problem in
10034         colspan handling.
10036 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
10038         * files.el (cache-long-line-scans):
10039         Make obsolete alias to `cache-long-scans'.
10041 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
10043         * frameset.el (frameset, frameset-filter-alist)
10044         (frameset-filter-params, frameset-save, frameset--reuse-frame)
10045         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10046         (frameset-compute-pos): Rename from frameset--compute-pos,
10047         and add docstring.
10048         (frameset-move-onscreen): Use frameset-compute-pos.
10049         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10051         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10052         Fix typos in docstrings.
10054 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
10056         * frame.el (get-other-frame): Tiny cleanup.
10058 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
10060         * vc/vc.el (vc-default-ignore-completion-table):
10061         Silence byte-compiler warning.
10063         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10064         slot, which can indeed be nil.
10065         (frameset-live-filter-alist, frameset-persistent-filter-alist):
10066         Move entry for `left' from persistent to live filter alist.
10067         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10068         Doc fixes.
10069         (frameset-filter-params): When restoring a frame, copy items added to
10070         `filtered', to avoid unwittingly modifying the original parameters.
10071         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
10072         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10074         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10075         to use looking-at-p instead of looking-at.  (Bug#15028)
10077 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10079         Revert introduction of isearch-filter-predicates (bug#14714).
10080         Rely on add-function instead.
10081         * isearch.el (isearch-filter-predicates): Rename it back to
10082         isearch-filter-predicate.
10083         (isearch-message-prefix): Use advice-function-mapc and advice
10084         properties to get the isearch-message-prefix.
10085         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10086         instead of run-hook-with-args-until-failure.
10087         (isearch-filter-visible): Not obsolete any more.
10088         * loadup.el: Preload nadvice.
10089         * replace.el (perform-replace): Revert to funcall
10090         instead of run-hook-with-args-until-failure.
10091         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10092         * dired-aux.el (dired-isearch-filenames-mode): Rename from
10093         dired-isearch-filenames-toggle; make it into a proper minor mode.
10094         Use add/remove-function.
10095         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10096         Call the minor-mode rather than add/remove-hook.
10097         (dired-isearch-filter-filenames):
10098         Remove isearch-message-prefix property.
10099         * info.el (Info--search-loop): New function, extracted from Info-search.
10100         Funcall isearch-filter-predicate instead of
10101         run-hook-with-args-until-failure isearch-filter-predicates.
10102         (Info-search): Use it.
10103         (Info-mode): Use isearch-filter-predicate instead of
10104         isearch-filter-predicates.
10106 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
10108         Do not call to `selected-window' where it is assumed by default.
10109         Affected functions are `window-minibuffer-p', `window-dedicated-p',
10110         `window-hscroll', `window-width', `window-height', `window-buffer',
10111         `window-frame', `window-start', `window-point', `next-window'
10112         and `window-display-table'.
10113         * abbrev.el (abbrev--default-expand):
10114         * bs.el (bs--show-with-configuration):
10115         * buff-menu.el (Buffer-menu-mouse-select):
10116         * calc/calc.el (calc):
10117         * calendar/calendar.el (calendar-generate-window):
10118         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10119         (diary-make-entry):
10120         * comint.el (send-invisible, comint-dynamic-complete-filename)
10121         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10122         * completion.el (complete):
10123         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10124         * disp-table.el (describe-current-display-table):
10125         * doc-view.el (doc-view-insert-image):
10126         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10127         * ehelp.el (with-electric-help):
10128         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10129         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10130         * emacs-lisp/helper.el (Helper-help-scroller):
10131         * emulation/cua-base.el (cua--post-command-handler-1):
10132         * eshell/esh-mode.el (eshell-output-filter):
10133         * ffap.el (ffap-gnus-wrapper):
10134         * help-macro.el (make-help-screen):
10135         * hilit-chg.el (highlight-compare-buffers):
10136         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10137         * hl-line.el (global-hl-line-highlight):
10138         * icomplete.el (icomplete-simple-completing-p):
10139         * isearch.el (isearch-done):
10140         * jit-lock.el (jit-lock-stealth-fontify):
10141         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10142         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10143         * mpc.el (mpc-tagbrowser, mpc):
10144         * net/rcirc.el (rcirc-any-buffer):
10145         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10146         * play/landmark.el (landmark-max-width, landmark-max-height):
10147         * play/zone.el (zone):
10148         * progmodes/compile.el (compilation-goto-locus):
10149         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10150         * progmodes/etags.el (find-tag-other-window):
10151         * progmodes/fortran.el (fortran-column-ruler):
10152         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10153         * progmodes/verilog-mode.el (verilog-point-text):
10154         * reposition.el (reposition-window):
10155         * rot13.el (toggle-rot13-mode):
10156         * server.el (server-switch-buffer):
10157         * shell.el (shell-dynamic-complete-command)
10158         (shell-dynamic-complete-environment-variable):
10159         * simple.el (insert-buffer, set-selective-display)
10160         (delete-completion-window):
10161         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10162         (speedbar-recenter):
10163         * startup.el (fancy-splash-head):
10164         * textmodes/ispell.el (ispell-command-loop):
10165         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10166         * tutorial.el (help-with-tutorial):
10167         * vc/add-log.el (add-change-log-entry):
10168         * vc/compare-w.el (compare-windows):
10169         * vc/ediff-help.el (ediff-indent-help-message):
10170         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10171         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10172         (ediff-setup-control-frame):
10173         * vc/emerge.el (emerge-position-region):
10174         * vc/pcvs-util.el (cvs-bury-buffer):
10175         * window.el (walk-windows, mouse-autoselect-window-select):
10176         * winner.el (winner-set-conf, winner-undo): Related users changed.
10178 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
10180         * frameset.el (frameset--set-id): Doc fix.
10181         (frameset-frame-id, frameset-frame-id-equal-p)
10182         (frameset-locate-frame-id): New functions.
10183         (frameset--process-minibuffer-frames, frameset--reuse-frame)
10184         (frameset-restore): Use them.
10186 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
10188         Do not call to `selected-frame' where it is assumed by default.
10189         Affected functions are `raise-frame', `redraw-frame',
10190         `frame-first-window', `frame-terminal' and `delete-frame'.
10191         * calendar/appt.el (appt-disp-window):
10192         * epg.el (epg-wait-for-completion):
10193         * follow.el (follow-delete-other-windows-and-split)
10194         (follow-avoid-tail-recenter):
10195         * international/mule.el (set-terminal-coding-system):
10196         * mail/rmail.el (rmail-mail-return):
10197         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10198         * progmodes/f90.el (f90-add-imenu-menu):
10199         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10200         * server.el (server-switch-buffer):
10201         * simple.el (delete-completion-window):
10202         * talk.el (talk):
10203         * term/xterm.el (terminal-init-xterm-modify-other-keys)
10204         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10205         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10206         * vc/ediff.el (ediff-documentation): Related users changed.
10207         * frame.el (selected-terminal): Remove the leftover.
10209 2013-08-05  Glenn Morris  <rgm@gnu.org>
10211         * calendar/calendar.el (calendar-generate-month):
10212         Fix for calendar-column-width != 1 + calendar-day-digit-width.
10213         (calendar-generate-month, calendar-font-lock-keywords):
10214         Fix for calendar-day-header-width > length of any day name.
10216 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
10218         * desktop.el (desktop-clear): Use new name of sort predicate.
10220         * frameset.el (frameset): Add docstring.  Move :version property to its
10221         own `version' slot.
10222         (frameset-copy): Rename from copy-frameset.
10223         (frameset-p): Check more thoroughly.
10224         (frameset-prop): Do not check for :version, which is no longer a prop.
10225         (frameset-live-filter-alist, frameset-persistent-filter-alist):
10226         Use new :never value instead of t.
10227         (frameset-filter-alist): Expand and clarify docstring.
10228         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10229         (frameset-filter-minibuffer, frameset-filter-save-param)
10230         (frameset-filter-restore-param, frameset-filter-iconified):
10231         Add pointer to docstring of frameset-filter-alist.
10232         (frameset-filter-params): Rename filter values to be more meaningful:
10233         :never instead of t, and reverse the meanings of :save and :restore.
10234         (frameset--process-minibuffer-frames): Clarify error message.
10235         (frameset-save): Avoid unnecessary and confusing call to framep.
10236         Use new BOA constructor for framesets.
10237         (frameset--reuse-list): Doc fix.
10238         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
10239         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10240         (frameset-minibufferless-first-p): Doc fix.
10241         Rename from frameset-sort-frames-for-deletion.
10242         (frameset-restore): Doc fixes.  Use new function names.
10243         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10245 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
10247         * desktop.el (desktop-restore-forces-onscreen)
10248         (desktop-restore-reuses-frames): Document :keyword constant values.
10249         (desktop-filter-parameters-alist): Remove, now identical to
10250         frameset-filter-alist.
10251         (desktop--filter-tty*): Remove, moved to frameset.el.
10252         (desktop-save-frameset, desktop-restore-frameset):
10253         Do not pass :filters argument.
10255         * frameset.el (frameset-live-filter-alist)
10256         (frameset-persistent-filter-alist): New variables.
10257         (frameset-filter-alist): Use them.  Add autoload cookie.
10258         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10259         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10260         `frameset--id' (it's supposed to be internal to frameset.el).
10261         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
10262         (frameset--initial-params): New function.
10263         (frameset--get-frame): Use it.  Doc fix.
10264         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10265         Accept :all, not 'all.
10266         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10267         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
10268         with fbound symbols.  Fix frame id matching, and remove matching ids if
10269         the frame being restored is deleted.  Obey :delete.
10271 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10273         * subr.el (macrop): New function.
10274         (text-clone--maintaining): New var.
10275         (text-clone--maintain): Rename from text-clone-maintain.  Use it
10276         instead of inhibit-modification-hooks.
10278         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10279         a proxy, so as handle autoloads and redefinitions of the target.
10280         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10282         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10283         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
10284         (pcase--mutually-exclusive-p): New function.
10285         (pcase--split-consp): Use it.
10286         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
10287         mutually exclusive with the current predicate.
10289         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10290         (edebug-macrop): Remove.  Use `macrop' instead.
10291         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
10292         (ad-macro-p):
10293         * eshell/esh-cmd.el (eshell-macrop):
10294         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
10296 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10298         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10299         (advice-mapc): New function, using it.
10300         (advice-function-member-p): New function.
10301         (advice--normalize): Store the cdr in advice--saved-rewrite since
10302         that's the part that will be changed.
10303         (advice--symbol-function): New function.
10304         (advice-remove): Handle removal before the function is defined.
10305         Adjust to new advice--saved-rewrite.
10306         (advice-member-p): Use advice-function-member-p and
10307         advice--symbol-function.
10309 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
10311         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10312         (frameset-filter-minibuffer): Doc fix.
10313         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
10314         (frameset--set-id, frameset--process-minibuffer-frames)
10315         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10316         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10318         * desktop.el (desktop-clear): Only delete frames when called
10319         interactively and desktop-restore-frames is non-nil.  Doc fix.
10320         (desktop-read): Set desktop-saved-frameset to nil.
10322 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
10324         * vc/vc.el (vc-ignore): Rewrite.
10325         (vc-default-ignore-completion-table, vc--read-lines)
10326         (vc--add-line, vc--remove-regexp): New functions.
10328         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10329         (vc-svn-ignore-completion-table): New function.
10331         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10332         (vc-hg-ignore-completion-table)
10333         (vc-hg-find-ignore-file): New functions.
10335         * vc/vc-git.el (vc-git-ignore): Rewrite.
10336         (vc-git-ignore-completion-table)
10337         (vc-git-find-ignore-file): New functions.
10339         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10341         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10342         (vc-bzr-ignore-completion-table)
10343         (vc-bzr-find-ignore-file): New functions.
10345 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
10347         * frameset.el (frameset-prop): New function and setter.
10348         (frameset-save): Do not modify frame list passed by the caller.
10350 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10352         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10354 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10356         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10357         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10359         * custom.el (custom-initialize-default, custom-initialize-set)
10360         (custom-initialize-reset, custom-initialize-changed): Affect the
10361         toplevel-default-value (bug#6275, bug#14586).
10362         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10363         for bug#6275.
10365 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
10367         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10368         Add cl-def* expressions.
10370         * frameset.el (frameset-filter-params): Fix order of arguments.
10372 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
10374         Move code related to saving frames to frameset.el.
10375         * desktop.el: Require frameset.
10376         (desktop-restore-frames): Doc fix.
10377         (desktop-restore-reuses-frames): Rename from
10378         desktop-restoring-reuses-frames.
10379         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10380         (desktop-clear): Clear frames too.
10381         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10382         (desktop--filter-tty*, desktop-save, desktop-read):
10383         Use frameset functions.
10384         (desktop-before-saving-frames-functions, desktop--filter-*-color)
10385         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10386         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10387         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10388         (desktop--process-minibuffer-frames, desktop-save-frames)
10389         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10390         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10391         (desktop--sort-states, desktop-restoring-frames-p)
10392         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
10393         (desktop-restoring-frameset-p, desktop-restore-frameset)
10394         (desktop--check-dont-save, desktop-save-frameset): New functions.
10395         (desktop--app-id): New constant.
10396         (desktop-first-buffer, desktop-buffer-ok-count)
10397         (desktop-buffer-fail-count): Move before first use.
10398         * frameset.el: New file.
10400 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10402         * files.el: Use lexical-binding.
10403         (dir-locals-read-from-file): Remove unused `err' variable.
10404         (hack-dir-local-variables--warned-coding): New var.
10405         (hack-dir-local-variables): Use it to avoid repeated warnings.
10406         (make-backup-file-name--default-function): New function.
10407         (make-backup-file-name-function): Use it as default.
10408         (buffer-stale--default-function): New function.
10409         (buffer-stale-function): Use it as default.
10410         (revert-buffer-insert-file-contents--default-function): New function.
10411         (revert-buffer-insert-file-contents-function): Use it as default.
10412         (insert-directory): Avoid add-to-list.
10414         * autorevert.el (auto-revert-handler): Simplify.
10415         Use buffer-stale--default-function.
10417 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
10419         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10421         * whitespace.el (whitespace-ensure-local-variables): New function.
10422         (whitespace-cleanup-region): Call it.
10423         (whitespace-turn-on): Call it.
10425 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
10427         Complete file name handlers.
10429         * net/tramp.el (tramp-handle-set-visited-file-modtime)
10430         (tramp-handle-verify-visited-file-modtime)
10431         (tramp-handle-file-notify-rm-watch): New functions.
10432         (tramp-call-process): Do not bind `default-directory'.
10434         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10435         Order alphabetically.
10436         <access-file, add-name-to-file, dired-call-process>:
10437         <dired-compress-file, file-acl, file-notify-rm-watch>:
10438         <file-ownership-preserved-p, file-selinux-context>:
10439         <make-directory-internal, make-symbolic-link, set-file-acl>:
10440         <set-file-selinux-context, set-visited-file-modtime>:
10441         <verify-visited-file-modtime>: Add handler.
10442         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10444         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10445         <file-notify-add-watch, file-notify-rm-watch>:
10446         <set-file-times, set-visited-file-modtime>:
10447         <verify-visited-file-modtime>: Add handler.
10448         (with-tramp-gvfs-error-message)
10449         (tramp-gvfs-handle-set-visited-file-modtime)
10450         (tramp-gvfs-fuse-file-name): Remove.
10451         (tramp-gvfs-handle-file-notify-add-watch)
10452         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10453         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10455         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10456         Order alphabetically.
10457         <file-notify-rm-watch>: Use default Tramp handler.
10458         <executable-find>: Remove private handler.
10459         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10460         `default-directory'.
10461         (tramp-sh-handle-executable-find)
10462         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10463         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10464         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10465         Do not use `format' in `tramp-message'.
10467         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10468         <file-notify-rm-watch, set-visited-file-modtime>:
10469         <verify-visited-file-modtime>: Add handler.
10470         (tramp-smb-call-winexe): Do not bind `default-directory'.
10472 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
10474         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10476 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
10478         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10479         use it.
10480         (log-view-diff-changeset): Same.
10481         (log-view-diff-common): Call backend command `previous-revision'
10482         to find out the previous revision, in both cases.  Swap the
10483         variables `to' and `fr', so that `fr' usually refers to the
10484         earlier revision (Bug#14989).
10486 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
10488         * ibuf-ext.el (ibuffer-filter-by-filename):
10489         Make it work with dired buffers too.
10491 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
10493         * emacs-lisp/re-builder.el (reb-color-display-p):
10494         * files.el (save-buffers-kill-terminal):
10495         * net/browse-url.el (browse-url):
10496         * server.el (server-save-buffers-kill-terminal):
10497         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10498         Prefer nil to selected-frame for the first arg of frame-parameter.
10500 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
10502         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10504 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
10506         * minibuffer.el (completion--twq-all): Try and preserve each
10507         completion's case choice (bug#14907).
10509 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10511         * net/network-stream.el (open-network-stream): Mention the new
10512         :nogreeting parameter.
10513         (network-stream-open-starttls): Use the :nogreeting parameter
10514         (bug#14938).
10516         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10518         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10519         more natural than popping.
10521         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10522         (shr-urlify): Highlight under mouse.
10524 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
10526         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10528         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10530         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
10531         buffer for output.
10533         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
10534         point-min==1.  Fix search string.  Fix parentheses missing.
10536         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
10537         assume point-min==1.  Fix search string.  Fix parentheses missing.
10539         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10541         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
10542         buffer for output.
10544 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
10546         * frame.el (frame-notice-user-settings): Avoid inflooping when the
10547         initial frame is minibuffer-less.  (Bug#14841)
10549 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
10551         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10552         option.
10554         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10555         (tramp-maybe-open-connection): Use it.
10557 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
10559         * desktop.el (desktop--make-frame): Include `minibuffer' in the
10560         minimal set of parameters passed when creating a frame, because
10561         the minibuffer status of a frame cannot be changed later.
10563 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
10565         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10566         replace-regexp-in-string and inadvertent omissions in previous change.
10567         (todo-filter-items): Ensure only file names are comma-separated in
10568         name of filtered items buffer.
10570 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
10572         * desktop.el: Optionally force offscreen frames back onscreen.
10573         (desktop-restoring-reuses-frames): New option.
10574         (desktop--compute-pos, desktop--move-onscreen): New functions.
10575         (desktop--make-frame): Use desktop--move-onscreen.
10577 2013-07-27  Alan Mackenzie  <acm@muc.de>
10579         Fontify a Java generic method as a function.
10580         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10581         value to t.
10583 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
10585         * calendar/todo-mode.el: Add command to rename todo files.
10586         (todo-rename-file): New command.
10587         (todo-key-bindings-t): Add key binding for it.  Change the
10588         bindings of todo-filter-regexp-items(-multifile) to use `x'
10589         instead of `r', since the latter is better suited to the new
10590         renaming command.
10592 2013-07-27  Alan Mackenzie  <acm@muc.de>
10594         Make Java try-with-resources statement parse properly.
10595         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10596         (c-block-stmt-1-2-key): New language constants/variables.
10597         * progmodes/cc-engine.el (c-beginning-of-statement-1)
10598         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10599         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10600         with c-block-stmt-1-2-key.
10602 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
10604         * desktop.el (desktop--make-frame): Apply most frame parameters after
10605         creating the frame to force (partially or totally) offscreen frames to
10606         be restored as such.
10608 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
10610         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10611         (Bug#14948)
10613 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10615         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10616         `base' arg of backtrace-frame.
10618 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
10620         * simple.el (list-processes): Doc fix.
10622 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
10624         * desktop.el (desktop--select-frame):
10625         Try harder to reuse existing frames.
10627 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10629         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10630         (edebug-eval): Use backtrace-eval.
10631         (edebug--display, edebug--recursive-edit): Don't let-bind the
10632         edebug-outer-* vars that keep track of variables we locally let-bind.
10633         (edebug-outside-excursion): Don't restore outside values of locally
10634         let-bound vars.
10635         (edebug--display): Use user-error.
10636         (cl-lexical-debug, cl-debug-env): Remove.
10638 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
10640         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10641         are restored to be sure that they are visible before deleting any
10642         remaining ones.
10644 2013-07-26  Matthias Meulien  <orontee@gmail.com>
10646         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10647         vc-print-root-log.  (Bug#14948)
10649 2013-07-26  Richard Stallman  <rms@gnu.org>
10651         Add aliases for encrypting mail.
10652         * epa.el (epa-mail-aliases): New option.
10653         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10654         Bind inhibit-read-only so read-only text doesn't ruin everything.
10655         (epa-mail-default-recipients): New subroutine broken out.
10656         Handle epa-mail-aliases.
10658 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10660         Add support for lexical variables to the debugger's `e' command.
10661         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10662         vars, except for debugger-outer-match-data.
10663         (debugger-frame-number): Move check for "on a function call" from
10664         callers into it.  Add `skip-base' argument.
10665         (debugger-frame, debugger-frame-clear): Simplify accordingly.
10666         (debugger-env-macro): Only reset the state stored in non-variables,
10667         i.e. current-buffer and match-data.
10668         (debugger-eval-expression): Rewrite using backtrace-eval.
10669         * subr.el (internal--called-interactively-p--get-frame): Remove.
10670         (called-interactively-p):
10671         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10672         `base' arg of backtrace-frame instead.
10674 2013-07-26  Glenn Morris  <rgm@gnu.org>
10676         * align.el (align-regexp): Doc fix.  (Bug#14857)
10677         (align-region): Explicit error if subexpression missing/does not match.
10679         * simple.el (global-visual-line-mode):
10680         Do not duplicate the mode lighter.  (Bug#14858)
10682 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
10684         * window.el (display-buffer): In display-buffer bind
10685         split-window-keep-point to t, bug#14829.
10687 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
10689         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10690         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10691         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10692         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10693         Change accordingly.
10694         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10695         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10697 2013-07-25  Glenn Morris  <rgm@gnu.org>
10699         * dired-x.el (dired-mark-extension): Convert comment to doc string.
10701 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
10703         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10704         parameter to modify-frame-parameters if the value has not changed;
10705         this is a workaround for bug#14949.
10706         (desktop--make-frame): On cl-delete-if call, check parameter name,
10707         not full parameter.
10709 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
10711         * vc/vc.el (vc-ignore): New function.
10713         * vc/vc-svn.el (vc-svn-ignore): New function.
10715         * vc/vc-hg.el (vc-hg-ignore): New function.
10717         * vc/vc-git.el (vc-git-ignore): New function.
10719         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10720         (vc-dir-ignore): New function.
10722         * vc/vc-cvs.el (vc-cvs-ignore): New function.
10723         (cvs-append-to-ignore): Move here from pcvs.el.
10725         * vc/vc-bzr.el (vc-bzr-ignore): New function.
10727         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10729 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
10731         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10732         (desktop-restore-frames): Warn when deleting an existing frame failed.
10734 2013-07-24  Glenn Morris  <rgm@gnu.org>
10736         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
10738 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
10740         * filenotify.el (file-notify-supported-p):
10741         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10742         Remove functions.
10744         * autorevert.el (auto-revert-use-notify)
10745         (auto-revert-notify-add-watch):
10746         * net/tramp.el (tramp-file-name-for-operation):
10747         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10748         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10749         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10750         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10751         Remove `file-notify-supported-p' entry.
10753 2013-07-24  Glenn Morris  <rgm@gnu.org>
10755         * printing.el: Replace all uses of deleted ps-windows-system,
10756         ps-lp-system, ps-flatten-list with lpr- versions.
10758 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10760         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10761         checked with memq (bug#14935).
10763         * files.el (revert-buffer-function): Use a non-nil default.
10764         (revert-buffer-preserve-modes): Declare var to
10765         provide access to the `preserve-modes' argument.
10766         (revert-buffer): Let-bind it.
10767         (revert-buffer--default): New function, extracted from revert-buffer.
10769 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * lpr.el: Signal print errors more prominently.
10772         (print-region-function): Don't default to nil.
10773         (lpr-print-region): New function, extracted from print-region-1.
10774         Check lpr's return value and signal an error in case of problem.
10775         (print-region-1): Use it.
10776         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
10777         versions instead.
10778         (ps-printer-name): Default to nil.
10779         (ps-printer-name-option): Default to lpr-printer-switch.
10780         (ps-print-region-function): Don't default to nil.
10781         (ps-postscript-code-directory): Simplify default.
10782         (ps-do-despool): Use lpr-print-region to properly check the outcome.
10783         (ps-string-list, ps-eval-switch, ps-flatten-list)
10784         (ps-flatten-list-1): Remove.
10785         (ps-multibyte-buffer): Avoid setq.
10786         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10787         (print-region-function, ps-print-region-function): Don't set them here.
10789 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
10791         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10792         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10793         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10794         (ido-decorations): Doc fix.
10796         * ansi-color.el: Fix old URL.
10798 2013-07-23  Michael R. Mauger  <michael@mauger.com>
10800         * progmodes/sql.el: Version 3.3
10801         (sql-product-alist): Improve oracle :prompt-cont-regexp.
10802         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10803         (sql-interactive-remove-continuation-prompt): Rewrite, use
10804         functions above.  Fix continuation prompt and complete output line
10805         handling.
10806         (sql-redirect-one, sql-execute): Use `read-only-mode' on
10807         redirected output buffer.
10808         (sql-mode): Restore deleted code (Bug#13591).
10810 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
10812         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10814 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
10816         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10818         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10819         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10820         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10822 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
10824         * desktop.el (desktop-clear): Simplify; remove useless checks
10825         against invalid buffer names.
10826         (desktop-list*): Use cl-list*.
10827         (desktop-buffer-info, desktop-create-buffer): Simplify.
10829 2013-07-23  Leo Liu  <sdl.web@gmail.com>
10831         * bookmark.el (bookmark-make-record): Restore NAME as a default
10832         value.  (Bug#14933)
10834 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10836         * emacs-lisp/autoload.el (autoload--setup-output): New function,
10837         extracted from autoload--insert-text.
10838         (autoload--insert-text): Remove.
10839         (autoload--print-cookie-text): New function, extracted from
10840         autoload--insert-cookie-text.
10841         (autoload--insert-cookie-text): Remove.
10842         (autoload-generate-file-autoloads): Adjust calls accordingly.
10844         * winner.el (winner-hook-installed-p): Remove.
10845         (winner-mode): Simplify accordingly.
10847         * subr.el (add-to-list): Fix compiler-macro when `append' is
10848         not constant.  Don't use `cl-member' for the base case.
10850         * progmodes/subword.el: Fix boundary case (bug#13758).
10851         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
10852         own group.
10853         (subword-backward-regexp): Make it a constant.
10854         (subword-forward-internal): Don't treat a trailing capital as the
10855         beginning of a word.
10857 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
10859         * emacs-lisp/package.el (package-menu-mode): Don't modify the
10860         global value of tabulated-list-revert-hook (bug#14930).
10862 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
10864         * desktop.el: Require 'cl-lib.
10865         (desktop-before-saving-frames-functions): New hook.
10866         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10867         for frames being saved.  Rename from desktop--save-minibuffer-frames.
10868         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10869         Do not save frames with non-nil `desktop-dont-save' parameter.
10870         Filter out deleted frames.
10871         (desktop--find-frame): Use cl-find-if.
10872         (desktop--select-frame): Use cl-(first|second|third) to access values
10873         of desktop-mini.
10874         (desktop--make-frame): Use cl-delete-if.
10875         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10876         (desktop-restore-frames): Use cl-(first|second|third) to access values
10877         of desktop-mini.  Look for visible frame at the end, not while
10878         restoring frames.
10880         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10881         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10882         Use string-match-p, looking-at-p (bug#14927).
10884 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
10886         * desktop.el (desktop-saved-frame-states):
10887         Rename from desktop--saved-states; all users changed.
10888         (desktop-save-frames): Rename from desktop--save-frames.
10889         Do not save state to desktop file.
10890         (desktop-save): Save desktop-saved-frame-states to desktop file
10891         and reset to nil.
10892         (desktop-restoring-frames-p): New function.
10893         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
10894         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
10895         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
10897         * desktop.el: Correctly restore iconified frames.
10898         (desktop--filter-iconified-position): New function.
10899         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10901 2013-07-20  Glenn Morris  <rgm@gnu.org>
10903         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10904         Let `message' do the formatting.
10905         (def-gdb-preempt-display-buffer): Add explicit format.
10907         * image-dired.el (image-dired-track-original-file):
10908         Use with-current-buffer.
10909         (image-dired-track-thumbnail): Use with-current-buffer.
10910         Avoid changing point of wrong window.
10912         * image-dired.el (image-dired-track-original-file):
10913         Avoid changing point of wrong window.  (Bug#14909)
10915 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
10917         * progmodes/gdb-mi.el (gdb-done-or-error):
10918         Guard against "%" in gdb output.  (Bug#14127)
10920 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
10922         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10923         (Bug#14826)
10925         * international/mule.el (coding-system-iso-2022-flags): Fix last
10926         change.
10928 2013-07-20  Kenichi Handa  <handa@gnu.org>
10930         * international/mule.el (coding-system-iso-2022-flags):
10931         Add `8-bit-level-4'.  (Bug#8522)
10933 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935         * net/shr.el (shr-mouse-browse-url): New command and keystroke
10936         (bug#14815).
10938         * net/eww.el (eww-process-text-input): Allow inputting when the
10939         point is at the start of the line, as the properties aren't
10940         front-sticky.
10942         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10943         degenerate widths.
10945 2013-07-19  Richard Stallman  <rms@gnu.org>
10947         * epa.el (epa-popup-info-window): Doc fix.
10949         * subr.el (split-string): New arg TRIM.
10951 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
10953         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10954         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10956 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
10958         * filenotify.el (file-notify--library): Rename from
10959         `file-notify-support'.  Do not autoload.  Adapt all uses.
10960         (file-notify-supported-p): New defun.
10962         * autorevert.el (auto-revert-use-notify):
10963         Use `file-notify-supported-p' instead of `file-notify-support'.
10964         Adapt docstring.
10965         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10967         * net/tramp.el (tramp-file-name-for-operation):
10968         Add `file-notify-supported-p'.
10970         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10971         New defun.
10972         (tramp-sh-file-name-handler-alist): Add it as handler for
10973         `file-notify-supported-p '.
10975         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10976         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10977         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10978         Add `ignore' as handler for `file-notify-*' functions.
10980 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
10982         * simple.el (line-move-partial, line-move): Don't start vscroll or
10983         scroll-up if the current line is not taller than the window.
10984         (Bug#14881)
10986 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
10988         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10989         highlight question marks in the method names as strings.
10990         (ruby-block-beg-keywords): Inline.
10991         (ruby-font-lock-keyword-beg-re): Extract from
10992         `ruby-font-lock-keywords'.
10994 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
10996         * frame.el (blink-cursor-blinks): New defcustom.
10997         (blink-cursor-blinks-done): New defvar.
10998         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10999         (blink-cursor-timer-function): Check if number of blinks has been
11000         done on X and NS.
11001         (blink-cursor-suspend, blink-cursor-check): New defuns.
11003 2013-07-15  Glenn Morris  <rgm@gnu.org>
11005         * edmacro.el (edmacro-format-keys): Fix previous change.
11007 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11009         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11010         The hack didn't work outside English locales anyway.
11012 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
11014         * simple.el (define-alternatives): Rename from alternatives-define,
11015         per RMS' suggestion.
11017 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
11019         * desktop.el (desktop-restore-frames): Change default to t.
11020         (desktop-restore-in-current-display): Now offer more options.
11021         (desktop-restoring-reuses-frames): New customization option.
11022         (desktop--saved-states): Doc fix.
11023         (desktop-filter-parameters-alist): New variable, renamed and expanded
11024         from desktop--excluded-frame-parameters.
11025         (desktop--target-display): New variable.
11026         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11027         (desktop--filter-tty*, desktop--filter-*-color)
11028         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11029         (desktop--filter-save-desktop-parm)
11030         (desktop-restore-in-original-display-p): New functions.
11031         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11032         (desktop--save-minibuffer-frames): New function, inspired by a similar
11033         function from Martin Rudalics.
11034         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11035         (desktop--restore-in-this-display-p): Remove.
11036         (desktop--find-frame): Rename from desktop--find-frame-in-display
11037         and add predicate argument.
11038         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11039         (desktop--reuse-list): New variable.
11040         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11041         New functions.
11042         (desktop--restore-frames): Add support for "minibuffer-special" frames.
11044 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
11046         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11048 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
11050         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11051         Highlight conversion methods on Kernel.
11053 2013-07-13  Alan Mackenzie  <acm@muc.de>
11055         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11056         and comment it out.  This out-commenting enables certain C++
11057         declarations to be parsed correctly.
11059 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
11061         * international/mule.el (define-coding-system): Doc fix.
11063         * simple.el (default-font-height): Don't call font-info if the
11064         frame's default font didn't change since the frame was created.
11065         (Bug#14838)
11067 2013-07-13  Leo Liu  <sdl.web@gmail.com>
11069         * ido.el (ido-read-file-name): Guard against non-symbol value.
11071 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11073         * progmodes/python.el (python-imenu--build-tree): Fix corner case
11074         in nested defuns.
11076 2013-07-13  Leo Liu  <sdl.web@gmail.com>
11078         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11079         ido-set-matches call.  (Bug#6852)
11081 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
11083         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11084         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11085         Ruby 2.0.
11086         (ruby-font-lock-keywords): Distinguish calls to functions with
11087         module-like names from module references.  Highlight character
11088         literals.
11090 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
11092         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11093         (gdb-send): Handle continued commands.  (Bug#14847)
11095 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
11097         * desktop.el (desktop--v2s): Remove unused local variable.
11098         (desktop-save-buffer): Make defvar-local; adjust docstring.
11099         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11100         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11102 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
11104         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11106 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
11108         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11109         (Bug#14842)
11111 2013-07-12  Glenn Morris  <rgm@gnu.org>
11113         * doc-view.el: Require cl-lib at runtime too.
11114         (doc-view-remove-if): Remove.
11115         (doc-view-search-next-match, doc-view-search-previous-match):
11116         Use cl-remove-if.
11118         * edmacro.el: Require cl-lib at runtime too.
11119         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11120         (edmacro-mismatch, edmacro-subseq): Remove.
11122         * shadowfile.el: Require cl-lib.
11123         (shadow-remove-if): Remove.
11124         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11125         Use cl-remove-if.
11127         * wid-edit.el: Require cl-lib.
11128         (widget-choose): Use cl-remove-if.
11129         (widget-remove-if): Remove.
11131         * progmodes/ebrowse.el: Require cl-lib at runtime too.
11132         (ebrowse-delete-if-not): Remove.
11133         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11134         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11135         Use cl-delete-if-not.
11137 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
11139         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11140         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11142 2013-07-12  Leo Liu  <sdl.web@gmail.com>
11144         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
11146 2013-07-11  Glenn Morris  <rgm@gnu.org>
11148         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11149         (edebug-gensym-index, edebug-gensym):
11150         Remove reimplementation of cl-gensym.
11151         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11153         * thumbs.el: Require cl-lib at run-time too.
11154         (thumbs-gensym-counter, thumbs-gensym):
11155         Remove reimplementation of cl-gensym.
11156         (thumbs-temp-file): Use cl-gensym.
11158         * emacs-lisp/ert.el: Require cl-lib at runtime too.
11159         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11160         (ert--intersection, ert--set-difference, ert--set-difference-eq)
11161         (ert--union, ert--gensym-counter, ert--gensym-counter)
11162         (ert--coerce-to-vector, ert--remove*, ert--string-position)
11163         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11164         (ert-make-test-unbound, ert--expand-should-1)
11165         (ert--expand-should, ert--should-error-handle-error)
11166         (should-error, ert--explain-equal-rec)
11167         (ert--plist-difference-explanation, ert-select-tests)
11168         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11169         Use cl-lib functions rather than reimplementations.
11171 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
11173         * net/tramp.el (tramp-methods): Extend docstring.
11174         (tramp-connection-timeout): New defcustom.
11175         (tramp-error-with-buffer): Reset timestamp only when appropriate.
11176         (with-tramp-progress-reporter): Simplify.
11177         (tramp-process-actions): Improve messages.
11179         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11180         * net/tramp-sh.el (tramp-maybe-open-connection):
11181         Use `tramp-connection-timeout'.
11182         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11183         (Bug#14808)
11185 2013-07-11  Leo Liu  <sdl.web@gmail.com>
11187         * ido.el (ido-read-file-name): Conform to the requirements of
11188         read-file-name.  (Bug#11861)
11189         (ido-read-directory-name): Conform to the requirements of
11190         read-directory-name.
11192 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
11194         * subr.el (delay-warning): New function.
11196 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
11198         * simple.el (default-line-height): New function.
11199         (line-move-partial, line-move): Use it instead of computing the
11200         line height inline.
11201         (line-move-partial): Always compute ROWH.  If the last line is
11202         partially-visible, but its text is completely visible, allow
11203         cursor to enter such a partially-visible line.
11205 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
11207         Improve error messages.  (Bug#14808)
11209         * net/tramp.el (tramp-current-connection): New defvar, moved from
11210         tramp-sh.el.
11211         (tramp-message-show-progress-reporter-message): Remove, not
11212         needed anymore.
11213         (tramp-error-with-buffer): Show message in minibuffer.
11214         Discard input before waiting.  Reset connection timestamp.
11215         (with-tramp-progress-reporter): Improve messages.
11216         (tramp-process-actions): Use progress reporter.  Delete process in
11217         case of error.  Improve messages.
11219         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11220         Call `tramp-error-with-buffer' with vector and buffer.
11221         (tramp-current-connection): Remove.
11222         (tramp-maybe-open-connection): The car of
11223         `tramp-current-connection' are the first 3 slots of the vector.
11225 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
11227         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11228         inside continued strings.
11230 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11232         Timestamp fixes for undo (Bug#14824).
11233         * files.el (clear-visited-file-modtime): Move here from fileio.c.
11235 2013-07-10  Leo Liu  <sdl.web@gmail.com>
11237         * files.el (require-final-newline): Allow safe local value.
11238         (Bug#14834)
11240 2013-07-09  Leo Liu  <sdl.web@gmail.com>
11242         * ido.el (ido-read-directory-name): Handle fallback.
11243         (ido-read-file-name): Update DIR to ido-current-directory.
11244         (Bug#1516)
11245         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
11247 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
11249         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11250         "autoload".  Remove "warn lower camel case" section, previously
11251         commented out.  Highlight negation char.  Do not highlight the
11252         target in singleton method definitions.
11254 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11256         * faces.el (tty-setup-hook): Declare the hook.
11258         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11259         and detect when a guard/pred depends on local vars (bug#14773).
11260         (pcase--u1): Adjust caller.
11262 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
11264         * simple.el (line-move-partial, line-move): Account for
11265         line-spacing.
11266         (line-move-partial): Avoid setting vscroll when the last
11267         partially-visible line in window is of default height.
11269 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11271         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11272         been used a while.
11274 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
11276         * subr.el (read-quoted-char): Remove unused local variable `char'.
11278 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
11280         * vc/ediff.el (ediff-version): Version update.
11281         (ediff-files-command, ediff3-files-command, ediff-merge-command)
11282         (ediff-merge-with-ancestor-command, ediff-directories-command)
11283         (ediff-directories3-command, ediff-merge-directories-command)
11284         (ediff-merge-directories-with-ancestor-command): New functions.
11285         All are command-line interfaces to ediff: to facilitate calling
11286         Emacs with the appropriate ediff functions invoked.
11288         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11289         New function.
11290         (viper-save-kill-buffer): Check if buffer is modified.
11292         * emulation/viper.el (viper-version): Version update.
11293         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11295 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11297         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11298         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11299         (viper-intercept-ESC-key): Simplify.
11300         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11301         don't use kbd.
11302         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11303         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11304         (viper-setup-ESC-to-escape): New functions.
11305         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11306         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
11308 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
11310         * simple.el (default-font-height, window-screen-lines):
11311         New functions.
11312         (line-move, line-move-partial): Use them instead of
11313         frame-char-height and window-text-height.  This makes scrolling
11314         text smoother when the buffer's default face uses a font that is
11315         different from the frame's default font.
11317 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
11319         * files.el (write-file): Do not display confirm dialog for NS,
11320         it does its own dialog, which can't be canceled (Bug#14578).
11322 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
11324         * simple.el (line-move-partial): Adjust the row returned by
11325         posn-at-point for the current window-vscroll.  (Bug#14567)
11327 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
11329         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11330         (tramp-sh-file-inotifywait-process-filter): Handle file names with
11331         spaces.
11333 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
11335         * window.el (window-state-put-stale-windows): New variable.
11336         (window--state-put-2): Save list of windows without matching buffer.
11337         (window-state-put): Remove "bufferless" windows if possible.
11339 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
11341         * simple.el (alternatives-define): Remove leftover :group keyword.
11342         Tweak docstring.
11344 2013-07-06  Leo Liu  <sdl.web@gmail.com>
11346         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11347         (ido-enable-virtual-buffers): New variable.
11348         (ido-buffer-internal, ido-toggle-virtual-buffers)
11349         (ido-make-buffer-list): Use it.
11350         (ido-exhibit): Support turning on and off virtual buffers
11351         automatically.
11353 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
11355         * simple.el (alternatives-define): New macro.
11357 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11359         * subr.el (read-quoted-char): Use read-key.
11360         (sit-for): Let read-event decode tty input (bug#14782).
11362 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
11364         * calendar/todo-mode.el: Add handling of file deletion, both by
11365         mode command and externally.  Fix various related bugs.
11366         Clarify Commentary and improve some documentation strings and code.
11367         (todo-delete-file): New command.
11368         (todo-check-file): New function.
11369         (todo-show): Handle external deletion of the file we're trying to
11370         show (bug#14688).  Replace called-interactively-p by an optional
11371         prefix argument to avoid problematic interaction with catch form
11372         when byte compiled (bug#14702).
11373         (todo-quit): Handle external deletion of the archive's todo file.
11374         Make sure the buffer that was visiting the archive file is still
11375         live before trying to bury it.
11376         (todo-category-completions): Handle external deletion of any
11377         category completion files.
11378         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11379         of todo files, in case of external deletion.
11380         (todo-add-file): Replace unnecessary setq by let-binding.
11381         (todo-find-archive): Check whether there are any archives.
11382         Replace unnecessary setq by let-binding.
11383         (todo-archive-done-item): Use find-file-noselect to get the
11384         archive buffer whether or not the archive already exists.
11385         Remove superfluous code.  Use file size instead of buffer-file-name to
11386         check if the archive is new; if it is, update list of archives.
11387         (todo-default-todo-file): Allow nil to be a valid value for when
11388         there are no todo files.
11389         (todo-reevaluate-default-file-defcustom): Use corrected definition
11390         of todo-default-todo-file.
11391         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11392         (todo-delete-category, todo-show-categories-table)
11393         (todo-category-number): Clarify comment.
11394         (todo-filter-items): Clarify documentation string.
11395         (todo-show-current-file, todo-display-as-todo-file)
11396         (todo-reset-and-enable-done-separator): Tweak documentation string.
11397         (todo-done-separator): Make separator length window-width, since
11398         bug#2749 is now fixed.
11400 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
11402         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11403         Support both "gvfs-monitor-dir" and "inotifywait".
11404         (tramp-sh-file-inotifywait-process-filter): Rename from
11405         `tramp-sh-file-notify-process-filter'.
11406         (tramp-sh-file-gvfs-monitor-dir-process-filter)
11407         (tramp-get-remote-gvfs-monitor-dir): New defuns.
11409 2013-07-05  Leo Liu  <sdl.web@gmail.com>
11411         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11413 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11415         * frame.el (display-pixel-height, display-pixel-width)
11416         (display-mm-height, display-mm-width): Mention behavior on
11417         multi-monitor setups in docstrings.
11418         (w32-display-monitor-attributes-list): Declare function.
11419         (display-monitor-attributes-list): Use it.
11421 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
11423         * filenotify.el: New package.
11425         * autorevert.el (top): Require filenotify.el.
11426         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
11427         instead.
11428         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11429         (auto-revert-notify-handler): Use `file-notify-*' functions.
11431         * subr.el (file-notify-handle-event): Move function to filenotify.el.
11433         * net/tramp.el (tramp-file-name-for-operation):
11434         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11436         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11437         for `file-notify-add-watch' and `file-notify-rm-watch'.
11438         (tramp-process-sentinel): Improve trace.
11439         (tramp-sh-handle-file-notify-add-watch)
11440         (tramp-sh-file-notify-process-filter)
11441         (tramp-sh-handle-file-notify-rm-watch)
11442         (tramp-get-remote-inotifywait): New defuns.
11444 2013-07-03  Juri Linkov  <juri@jurta.org>
11446         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11447         call of `occur-read-primary-args' to interactive spec.
11449         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11450         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
11452 2013-07-03  Matthias Meulien  <orontee@gmail.com>
11454         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11455         `Buffer-menu-multi-occur'.  Add it to the menu.
11456         (Buffer-menu-mode): Document it in docstring.
11457         (Buffer-menu-multi-occur): New command.  (Bug#14673)
11459 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
11461         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11462         keywords and built-ins.
11464 2013-07-03  Glenn Morris  <rgm@gnu.org>
11466         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
11468         Make info-xref checks case-sensitive by default
11469         * info.el (Info-find-node, Info-find-in-tag-table)
11470         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11471         Add option for exact case matching of nodes.
11472         * info-xref.el (info-xref): New custom group.
11473         (info-xref-case-fold): New option.
11474         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11476 2013-07-03  Leo Liu  <sdl.web@gmail.com>
11478         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11480 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
11482         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11483         middle of block statement initially, lower the depth.  Remove
11484         FIXME comment, not longer valid.  Remove middle of block statement
11485         detection, no need to do that anymore since we've been using
11486         `ruby-parse-region' here.
11488 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
11490         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11492 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11494         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11496 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
11498         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11499         (desktop-restore-in-current-display): New customization option.
11500         (desktop--excluded-frame-parameters): Add `font'.
11501         (desktop--save-frames): Rename from desktop--save-windows.
11502         (desktop--restore-in-this-display-p): New function.
11503         (desktop--make-full-frame): Remove unwanted width/height from
11504         full(width|height) frames.
11505         (desktop--restore-frames): Rename from desktop--restore-windows.
11506         Obey desktop-restore-current-display.  Do not delete old frames or
11507         select a new frame unless we were able to restore at least one frame.
11509 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
11511         * files.el (find-file-noselect): Simplify conditional expression.
11513         * textmodes/remember.el (remember-append-to-file):
11514         Don't mix `find-buffer-visiting' and `get-file-buffer'.
11516         Add `remember-notes' function to store random notes across Emacs
11517         restarts.
11518         * textmodes/remember.el (remember-data-file): Add :set callback to
11519         affect notes buffer (if any).
11520         (remember-notes): New command.
11521         (remember-notes-buffer-name, bury-remember-notes-on-kill):
11522         New defcustoms for the `remember-notes' function.
11523         (remember-notes-save-and-bury-buffer): New command.
11524         (remember-notes-mode-map): New variable.
11525         (remember-mode): New minor mode.
11526         (remember-notes--kill-buffer-query): New function.
11527         * startup.el (initial-buffer-choice): Add notes to custom type.
11529 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
11531         * bindings.el (right-char, left-char): Don't call sit-for, this is
11532         no longer needed.  Use arithmetic comparison only for numerical
11533         arguments.
11535         * international/mule-cmds.el (select-safe-coding-system):
11536         Handle the case of FROM being a string correctly.  (Bug#14755)
11538 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11540         * net/shr.el (shr-make-table-1): Add a sanity check that allows
11541         progression on degenerate tables.
11542         (shr-rescale-image): ImageMagick animated images currently don't work.
11544 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
11546         Some fixes and improvements for desktop frame restoration.
11547         It is still experimental and disabled by default.
11548         * desktop.el (desktop--save-windows): Put the selected frame at
11549         the head of the list.
11550         (desktop--make-full-frame): New function.
11551         (desktop--restore-windows): Try to re-select the frame that was
11552         selected upon saving.  Do not abort if some frames fail to restore,
11553         just show an error message and continue.  Set up maximized frames
11554         so they have default non-maximized dimensions.
11556 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11558         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11559         Don't start heredoc inside a string or comment.
11561 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
11563         * bindings.el (visual-order-cursor-movement): New defcustom.
11564         (right-char, left-char): Provide visual-order cursor motion by
11565         calling move-point-visually.  Update the doc strings.
11567 2013-06-28  Kenichi Handa  <handa@gnu.org>
11569         * international/mule.el (define-coding-system): New coding system
11570         properties :inhibit-null-byte-detection,
11571         :inhibit-iso-escape-detection, and :prefer-utf-8.
11572         (set-buffer-file-coding-system): If :charset-list property of
11573         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11574         appropriate for setting.
11576         * international/mule-cmds.el (select-safe-coding-system):
11577         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11578         multibyte characters, return utf-8 (or one of its siblings).
11580         * international/mule-conf.el (prefer-utf-8): New coding system.
11581         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11582         files.
11584 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
11586         * net/shr.el (shr-render-region): New function.
11588         * net/eww.el: Autoload `eww-browse-url'.
11590 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
11592         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11593         Adapt to `package-desc-version' being a list.
11594         Use `package--ac-desc-version' to retrieve version from a package
11595         archive element.
11597 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
11599         New experimental feature to save&restore window and frame setup.
11600         * desktop.el (desktop-save-windows): New defcustom.
11601         (desktop--saved-states): New var.
11602         (desktop--excluded-frame-parameters): New defconst.
11603         (desktop--filter-frame-parms, desktop--find-frame-in-display)
11604         (desktop--restore-windows, desktop--save-windows): New functions.
11605         (desktop-save): Call `desktop--save-windows'.
11606         (desktop-read): Call `desktop--restore-windows'.
11608 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11610         * net/shr.el (add-face-text-property): Remove compat definition.
11612 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
11614         * info.el (Info-try-follow-nearest-node): Move search for footnote
11615         above search for node name to prevent missing a footnote (bug#14717).
11617 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
11619         * obsolete/otodo-mode.el: Add obsolescence info to file header.
11621 2013-06-27  Leo Liu  <sdl.web@gmail.com>
11623         * net/eww.el (eww-read-bookmarks): Check file size.
11625 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11627         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11628         advice--pending if newdef is nil or an autoload (bug#13820).
11629         (advice-mapc): New function.
11631 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11634         probably.
11635         (eww-mode-map): Add a menu bar.
11636         (eww-add-bookmark): New command.
11637         (eww-bookmark-mode): New mode and commands.
11638         (eww-add-bookmark): Remove newlines from the title.
11639         (eww-bookmark-browse): Don't bug out if it's the only window.
11641 2013-06-26  Glenn Morris  <rgm@gnu.org>
11643         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11644         (hfy-size): Handle ttys.  (Bug#14668)
11646         * info-xref.el: Update for Texinfo 5 change in *note format.
11647         (info-xref-node-re, info-xref-note-re): New constants.
11648         (info-xref-check-buffer): Use info-xref-note-re.
11650 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11652         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11654         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11655         nil terminate the loop (bug#14718).
11657 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659         * net/eww.el: Rework history traversal.  When going forward/back,
11660         put these actions into the history, too, so that they can be
11661         replayed.
11662         (eww-render): Move the history reset to the correct buffer.
11664 2013-06-25  Juri Linkov  <juri@jurta.org>
11666         * files-x.el (modify-dir-local-variable): Change the header comment
11667         in the file with directory local variables.  (Bug#14692)
11669         * files-x.el (read-file-local-variable-value): Add `default'.
11670         (Bug#14710)
11672 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11674         * net/eww.el (eww-make-unique-file-name): Create a unique file
11675         name before saving to entering `y' accidentally asynchronously.
11677 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
11679         * net/eww.el (eww-download): New command and keystroke.
11681 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11683         * net/eww.el (eww-copy-page-url): Change name of command.
11685         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11686         be more consistent with Info and dired.
11688         * net/eww.el (eww-mode-map): Ditto.
11690 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11692         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
11693         packages from archives.
11694         (package-archive-contents): Change format; include obsolete packages.
11695         (package-desc): Use `dir' to mark builtin packages.
11696         (package--from-builtin): Set the `dir' field to `builtin'.
11697         (generated-autoload-file, version-control): Declare.
11698         (package-compute-transaction): Change first arg and return value to be
11699         lists of package-descs.  Adjust to new package-archive-contents format.
11700         (package--add-to-archive-contents): Adjust to new
11701         package-archive-contents format.
11702         (package-download-transaction): Arg is now a list of package-descs.
11703         (package-install): If `pkg' is a package name, pass it as
11704         a requirement, so it is subject to the usual (e.g. disabled) checks.
11705         (describe-package): Accept package-desc as well.
11706         (describe-package-1): Describe a specific package-desc.  Add links to
11707         other package-descs for the same package name.
11708         (package-menu-describe-package): Pass the actual package-desc.
11709         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11710         works correctly.
11711         (package-desc-status): New function.
11712         (package-menu--refresh): New function, extracted
11713         from package-menu--generate.
11714         (package-menu--generate): Use it.
11715         (package-delete): Update package-alist.
11716         (package-menu-execute): Don't call package-initialize.
11718         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11719         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11720         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11721         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11722         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11723         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11725 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
11727         * window.el (window--state-get-1): Workaround for bug#14527.
11728         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11730 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11732         * net/eww.el (eww-back-url): Implement the history by stashing all
11733         the data into a list.
11734         (eww-forward-url): Allow going forward in the history, too.
11736 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11738         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11739         for values and use read--expression for expressions (bug#14710).
11740         (read-file-local-variable): Avoid setq.
11741         (read-file-local-variable-mode): Use minor-mode-list.
11743 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11745         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11746         for DOI URLs.
11748 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11750         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11751         Update imenu-support when dialect changes.
11753 2013-06-25  Leo Liu  <sdl.web@gmail.com>
11755         * ido.el (ido-read-internal): Allow forward slash on windows.
11757 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11759         * net/eww.el (eww): Start of strings is \\`, not ^.
11761 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
11763         * net/shr.el (shr-browse-url): Fix interactive spec.
11765         * net/eww.el (eww): Add a trailing slash to domain names.
11767 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
11769         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11771 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11773         * net/shr.el (shr-browse-url): Use an external browser if given a
11774         prefix.
11776         * net/eww.el (eww-external-browser): Move to shr.
11778 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
11780         * net/eww.el (eww): Work more correctly for file: URLs.
11781         (eww-detect-charset): Allow quoted charsets.
11782         (eww-yank-page-url): New command and keystroke.
11784 2013-06-24  Daiki Ueno  <ueno@gnu.org>
11786         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11787         file name of gpg executable.
11788         (epg-context-program): New function.
11789         (epg-context-home-directory): New function.
11790         (epg-context-set-program): New function.
11791         (epg-context-set-home-directory): New function.
11792         (epg--start): Use `epg-context-program' instead of
11793         'epg-gpg-program'.
11794         (epg--list-keys-1): Likewise.
11796 2013-06-24  Leo Liu  <sdl.web@gmail.com>
11798         * ido.el (ido-read-internal): Fix bug#14620.
11800 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
11802         * faces.el (face-documentation): Simplify.
11803         (read-face-attribute, tty-find-type, x-resolve-font-name):
11804         Use `string-match-p'.
11805         (list-faces-display): Use `string-match-p'.  Simplify.
11806         (face-spec-recalc): Check face to avoid face alias loops.
11807         (read-color): Use `string-match-p' and non-capturing parenthesis.
11809 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811         * net/shr.el (shr-rescale-image): Use the new
11812         :max-width/:max-height functionality.
11814 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
11816         * net/eww.el (eww-search-prefix): New variable.
11817         (eww): Use it.
11818         (eww-external-browser): New variable.
11819         (eww-mode-map): New keystroke.
11820         (eww-browse-with-external-browser): New command.
11822         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11824 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
11826         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11827         Don't skip aligning the next header field when padding is 0;
11828         otherwise, field width is not respected unless the title is as
11829         wide as the field.
11831 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11833         * emacs-lisp/package.el (package-el-version): Remove.
11834         (package-process-define-package): Fix inf-loop.
11835         (package-install): Allow symbols as arguments again.
11837 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
11839         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11840         add some more keyword-like methods.
11841         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11843 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
11845         * bs.el (bs-buffer-show-mark): Make defvar-local.
11846         (bs-mode): Use setq-local.
11848         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11849         (emacs-lock--try-unlocking): Make defvar-local.
11851 2013-06-22  Glenn Morris  <rgm@gnu.org>
11853         * play/cookie1.el (cookie-apropos): Minor simplification.
11855         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11857 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
11859         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11860         `regexp-opt', it breaks the build during dumping.
11862 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
11864         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11865         Highlight keyword-like methods on Kernel and Module with
11866         font-lock-builtin-face.
11867         (auto-mode-alist): Consolidate different entries into one regexp
11868         and add more *file-s.
11870 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
11872         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11874         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11875         (diary-entry): Use it in the action of this button type instead of
11876         diary-goto-entry.
11878         * calendar/todo-mode.el: New version.
11879         (todo-add-category): Append new category to end of file and give
11880         it the highest number, instead of putting it at the beginning and
11881         giving it 0.  Incorporate noninteractive functionality.
11882         (todo-forward-category): Adapt to 1-based category numbering.
11883         Allow skipping over archived categories.
11884         (todo-backward-category): Derive from todo-forward-category.
11885         (todo-backward-item, todo-forward-item): Make noninteractive and
11886         delegate interactive part to new commands.  Make sensitive to done items.
11887         (todo-categories): Make value an alist of category names and
11888         vectors of item counts.
11889         (todo-category-beg): Make a defconst.
11890         (todo-category-number): Use 1 instead of 0 as initial value.
11891         (todo-category-select): Make sensitive to overlays, optional item
11892         highlighting and done items.
11893         (todo-delete-item): Make sensitive to overlays and marked and done items.
11894         (todo-edit-item): Make sensitive to overlays and editing of
11895         date/time header optional.  Add format checks.
11896         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
11897         no-op if point is not on an item.  Advertise using todo-edit-quit.
11898         (todo-edit-mode): Make sensitive to new format, font-locking, and
11899         multiple todo files.
11900         (todo-insert-item, todo-insert-item-here): Derive from
11901         todo-basic-insert-item and extend functionality.
11902         (todo-item-end, todo-item-start): Make sensitive to done items.
11903         (todo-item-string): Don't return text properties.  Restore point.
11904         (todo-jump-to-category): Make sensitive to multiple todo files and
11905         todo archives.  Use extended category completion.
11906         (todo-lower-item, todo-raise-item): Rename to *-priority and
11907         derive from todo-set-item-priority.
11908         (todo-mode): Derive from special-mode.  Make sensitive to new
11909         format, font-locking and multiple todo files.  Make read-only.
11910         (todo-mode-map): Don't suppress digit keys, so they can supply
11911         prefix arguments.  Add many new key bindings.
11912         (todo-prefix): Insert as an overlay instead of file text.
11913         Change semantics from diary date expression to purely visual mark.
11914         (todo-print): Rename to todo-print-buffer.  Make buffer display
11915         features printable.  Remove option to restrict number of items
11916         printed.  Add option to print to file.
11917         (todo-print-function): Rename to todo-print-buffer-function.
11918         (todo-quit): Extend to handle exiting new todo modes.
11919         (todo-remove-item): Make sensitive to overlays.
11920         (todo-save): Extend to buffers of filtered items.
11921         (todo-show): Make sensitive to done items, multiple todo files and
11922         new todo modes.  Offer to convert legacy todo file before creating
11923         first new todo file.
11924         (todo-show-priorities): Rename to todo-top-priorities.
11925         Change semantics of value 0.
11926         (todo-top-priorities): Rename to todo-filter-top-priorities,
11927         derive from todo-filter-items and extend functionality.
11928         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11929         and extend functionality to other types of filtered items.
11930         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11931         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11932         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11933         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11934         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11935         (todo-edit-mode-hook, todo-entry-prefix-function)
11936         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11937         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11938         (todo-initials, todo-insert-threshold, todo-item-string-start)
11939         (todo-line-string, todo-menu, todo-mode-hook)
11940         (todo-more-important-p, todo-previous-answer, todo-previous-line)
11941         (todo-print-priorities, todo-remove-separator)
11942         (todo-save-top-priorities-too, todo-string-count-lines)
11943         (todo-string-multiline-p, todo-time-string-format)
11944         (todo-tmp-buffer-name): Remove.
11945         (todo-add-file, todo-archive-done-item, todo-choose-archive)
11946         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11947         (todo-edit-category-diary-inclusion)
11948         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11949         (todo-edit-file, todo-edit-item-date-day)
11950         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11951         (todo-edit-item-date-month, todo-edit-item-date-to-today)
11952         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11953         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11954         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11955         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11956         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11957         (todo-filter-top-priorities-multifile, todo-find-archive)
11958         (todo-find-filtered-items-file, todo-go-to-source-item)
11959         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11960         (todo-jump-to-archive-category, todo-lower-category)
11961         (todo-mark-category, todo-marked-item-p, todo-merge-category)
11962         (todo-move-category, todo-move-item, todo-next-button)
11963         (todo-next-item, todo-padded-string, todo-powerset)
11964         (todo-previous-button, todo-previous-item)
11965         (todo-print-buffer-to-file, todo-raise-category)
11966         (todo-rename-category, todo-repair-categories-sexp, todo-search)
11967         (todo-set-category-number, todo-set-item-priority)
11968         (todo-set-top-priorities-in-category)
11969         (todo-set-top-priorities-in-file, todo-show-categories-table)
11970         (todo-sort-categories-alphabetically-or-numerically)
11971         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11972         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11973         (todo-toggle-item-header, todo-toggle-item-highlighting)
11974         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11975         (todo-toggle-view-done-items, todo-toggle-view-done-only)
11976         (todo-unarchive-items, todo-unmark-category): New commands.
11977         (todo-absolute-file-name, todo-add-to-buffer-list)
11978         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11979         (todo-basic-insert-item, todo-category-completions)
11980         (todo-category-number, todo-category-string-matcher-1)
11981         (todo-category-string-matcher-2, todo-check-filtered-items-file)
11982         (todo-check-format, todo-clear-matches)
11983         (todo-comment-string-matcher, todo-convert-legacy-date-time)
11984         (todo-current-category, todo-date-string-matcher)
11985         (todo-define-insertion-command, todo-diary-expired-matcher)
11986         (todo-diary-goto-entry, todo-diary-item-p)
11987         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11988         (todo-display-categories, todo-display-sorted, todo-done-item-p)
11989         (todo-done-item-section-p, todo-done-separator)
11990         (todo-done-string-matcher, todo-files, todo-filter-items)
11991         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11992         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11993         (todo-insert-category-line, todo-insert-item-from-calendar)
11994         (todo-insert-sort-button, todo-insert-with-overlays)
11995         (todo-insertion-command-name, todo-insertion-key-bindings)
11996         (todo-label-to-key, todo-longest-category-name-length)
11997         (todo-make-categories-list, todo-mode-external-set)
11998         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11999         (todo-modes-set-3, todo-multiple-filter-files)
12000         (todo-nondiary-marker-matcher, todo-prefix-overlays)
12001         (todo-read-category, todo-read-date, todo-read-dayname)
12002         (todo-read-file-name, todo-read-time)
12003         (todo-reevaluate-category-completions-files-defcustom)
12004         (todo-reevaluate-default-file-defcustom)
12005         (todo-reevaluate-filelist-defcustoms)
12006         (todo-reevaluate-filter-files-defcustom)
12007         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12008         (todo-reset-done-separator, todo-reset-done-separator-string)
12009         (todo-reset-done-string, todo-reset-global-current-todo-file)
12010         (todo-reset-highlight-item, todo-reset-nondiary-marker)
12011         (todo-reset-prefix, todo-set-categories)
12012         (todo-set-date-from-calendar, todo-set-show-current-file)
12013         (todo-set-top-priorities, todo-short-file-name)
12014         (todo-show-current-file, todo-sort, todo-time-string-matcher)
12015         (todo-total-item-counts, todo-update-buffer-list)
12016         (todo-update-categories-display, todo-update-categories-sexp)
12017         (todo-update-count, todo-validate-name, todo-y-or-n-p):
12018         New functions.
12019         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12020         New major modes.
12021         (todo-categories, todo-display, todo-edit, todo-faces)
12022         (todo-filtered): New defgroups.
12023         (todo-archived-only, todo-button, todo-category-string, todo-date)
12024         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12025         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12026         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12027         (todo-add-item-if-new-category, todo-always-add-time-string)
12028         (todo-categories-align, todo-categories-archived-label)
12029         (todo-categories-category-label, todo-categories-diary-label)
12030         (todo-categories-done-label, todo-categories-number-separator)
12031         (todo-categories-todo-label, todo-categories-totals-label)
12032         (todo-category-completions-files, todo-completion-ignore-case)
12033         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12034         (todo-done-separator-string, todo-done-string)
12035         (todo-files-function, todo-filter-done-items, todo-filter-files)
12036         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12037         (todo-initial-category, todo-initial-file, todo-item-mark)
12038         (todo-legacy-date-time-regexp, todo-mode-line-function)
12039         (todo-nondiary-marker, todo-number-prefix)
12040         (todo-print-buffer-function, todo-show-current-file)
12041         (todo-show-done-only, todo-show-first, todo-show-with-done)
12042         (todo-skip-archived-categories, todo-top-priorities-overrides)
12043         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12044         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12045         New defcustoms.
12046         (todo-category-done, todo-date-pattern, todo-date-string-start)
12047         (todo-diary-items-buffer, todo-done-string-start)
12048         (todo-filtered-items-buffer, todo-item-start)
12049         (todo-month-abbrev-array, todo-month-name-array)
12050         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12051         (todo-top-priorities-buffer): New defconsts.
12052         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12053         (todo-categories-with-marks, todo-category-string-face)
12054         (todo-comment-face, todo-comment-string, todo-current-todo-file)
12055         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12056         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12057         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12058         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12059         (todo-font-lock-keywords, todo-global-current-todo-file)
12060         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12061         (todo-insertion-commands-args)
12062         (todo-insertion-commands-args-genlist)
12063         (todo-insertion-commands-names, todo-insertion-map)
12064         (todo-key-bindings-t, todo-key-bindings-t+a)
12065         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12066         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12067         (todo-nondiary-face, todo-print-buffer, todo-time-face)
12068         (todo-visited): New variables.
12070 2013-06-21  Glenn Morris  <rgm@gnu.org>
12072         * play/cookie1.el (cookie-apropos): Add optional display argument.
12073         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12074         (psychoanalyze-pinhead): Use cookie-doctor.
12076 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12078         * emacs-lisp/package.el (tar-get-file-descriptor)
12079         (tar--extract): Declare.
12081 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
12083         Extend flymake's warning predicate to be a function (bug#14217).
12084         * progmodes/flymake.el (flymake-warning-predicate): New.
12085         (flymake-parse-line): Use it.
12086         (flymake-warning-re): Make obsolete alias to
12087         `flymake-warning-predicate'.
12089 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12091         * emacs-lisp/package.el (package-alist): Include obsolete packages.
12092         (package-obsolete-list): Remove.
12093         (package-activate): Remove min-version argument.  Add `force' argument.
12094         Adjust to new package-alist format.
12095         (package-mark-obsolete): Remove.
12096         (package-unpack): Force reload of the package's autoloads.
12097         (package-installed-p): Check builtins if the installed package is not
12098         recent enough.
12099         (package-initialize): Don't reset package-obsolete-list.
12100         Don't specify which package version to activate.
12101         (package-process-define-package, describe-package-1)
12102         (package-menu--generate): Adjust to new package-alist format.
12104 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12106         * allout-widgets.el (allout-widgets-mode-off)
12107         (allout-widgets-mode-on, allout-widgets-pre-command-business)
12108         (allout-widgets-post-command-business)
12109         (allout-widgets-after-copy-or-kill-function)
12110         (allout-widgets-after-undo-function, allout-test-range-overlaps)
12111         (allout-decorate-item-and-context)
12112         (allout-graphics-modification-handler): Fix typos in docstrings.
12113         (allout-get-or-create-parent-widget): Use `looking-at-p'.
12115         * cmuscheme.el (scheme-start-file): Doc fix.
12116         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12117         (scheme-input-filter): Use `string-match-p'.
12119         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12121         * dired-x.el: Use Dired consistently in docstrings.
12123         * dired.el: Use Dired consistently in docstrings.
12124         (dired-readin, dired-mode): Use `setq-local'.
12125         (dired-switches-alist): Make defvar-local.
12126         (dired-buffers-for-dir): Use `zerop'.
12127         (dired-safe-switches-p, dired-switches-escape-p)
12128         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12129         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12130         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12131         (dired-goto-next-nontrivial-file): Use `string-match-p'.
12132         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12133         (dired-toggle-marks, dired-mark-files-containing-regexp)
12134         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12135         (dired-flag-auto-save-files, dired-flag-backup-files):
12136         Use `looking-at-p'.
12137         (dired-mark-files-regexp, dired-build-subdir-alist):
12138         Use `string-match-p', `looking-at-p'.
12140         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12141         (direct-print-region-helper): Use `string-match-p'.
12143 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12145         * comint.el (comint-redirect-results-list-from-process):
12146         Fix infinite loop.
12148 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12150         * net/eww.el (eww-update-header-line-format): Quote % characters.
12152 2013-06-21  Glenn Morris  <rgm@gnu.org>
12154         * play/cookie1.el (cookie): New custom group.
12155         (cookie-file): New option.
12156         (cookie-check-file): New function.
12157         (cookie): Make it interactive.  Make start and end messages optional.
12158         Interactively, display the result.  Default to cookie-file.
12159         (cookie-insert): Default to cookie-file.
12160         (cookie-snarf): Make start and end messages optional.
12161         Default to cookie-file.  Use with-temp-buffer.
12162         (cookie-read): Rename from read-cookie.
12163         Make start and end messages optional.  Default to cookie-file.
12164         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
12165         Do not autoload it.
12166         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12167         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12169 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12171         * progmodes/octave.el (octave-mode): Backward compatibility fix.
12173 2013-06-21  Glenn Morris  <rgm@gnu.org>
12175         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12177 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12178             Daniel Hackney  <dan@haxney.org>
12180         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12181         Consolidate the single-file vs tarball code.
12182         (package-desc-suffix): New function.
12183         (package-desc-full-name): Don't bother inlining it.
12184         (package-load-descriptor): Return the new package-desc.
12185         (package-mark-obsolete): Remove unused arg `package'.
12186         (package-unpack): Make it work for single files as well.
12187         Make it update package-alist.
12188         (package--make-autoloads-and-stuff): Rename from
12189         package--make-autoloads-and-compile.  Don't compile any more.
12190         (package--compile): New function.
12191         (package-generate-description-file): New function, extracted from
12192         package-unpack-single.
12193         (package-unpack-single): Remove.
12194         (package--with-work-buffer): Add indentation and debugging info.
12195         (package-download-single): Remove.
12196         (package-install-from-archive): Rename from package-download-tar, make
12197         it take a pkg-desc, and make it work for single files as well.
12198         (package-download-transaction): Simplify.
12199         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
12200         external tar program.
12201         (package-install-from-buffer): Remove `pkg-desc' argument.
12202         Use package-tar-file-info for tar-mode buffers.
12203         (package-install-file): Simplify accordingly.
12204         (package-archive-base): Change to take a pkg-desc.
12205         * tar-mode.el (tar--check-descriptor): New function, extracted from
12206         tar-get-descriptor.
12207         (tar-get-descriptor): Use it.
12208         (tar-get-file-descriptor): New function.
12209         (tar--extract): New function, extracted from tar-extract.
12210         (tar--extract): Use it.
12211         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12212         case the summary uses non-ascii.  Adjust to new calling convention of
12213         package-tar-file-info.
12215 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12217         * comint.el (comint-redirect-results-list-from-process):
12218         Fix random delay.  (Bug#14681)
12220 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12222         * profiler.el (profiler-format-number): Use log, not log10.
12224 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12226         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12228 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12230         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12231         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12232         yet available.
12233         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12234         (AUTOGENEL): ... here.
12235         * emacs-lisp/cl-macs.el (cl--sublis): New function.
12236         (cl--defsubst-expand): Use it.
12238 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12240         * subr.el (log10): Move here from C code, and declare as obsolete.
12241         All uses of (log10 X) replaced with (log X 10).
12243 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12245         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12246         Declare with `defvar-local'.
12247         (tabulated-list-use-header-line, tabulated-list-entries)
12248         (tabulated-list-padding, tabulated-list-printer)
12249         (tabulated-list-sort-key): Declare with `defvar-local'.
12250         (tabulated-list-init-header, tabulated-list-print-fake-header):
12251         Use `setq-local'.
12253 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
12255         * arc-mode.el (archive-mode): Add `archive-write-file' to
12256         `write-contents-functions' also for remote files.  (Bug#14652)
12258 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12260         * cus-edit.el (custom-commands): Fix typos.
12261         (custom-display): Fix tooltip text.
12262         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12263         Fix typos in docstrings.
12264         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12265         (custom-unlispify-menu-entry, custom-magic-value-create)
12266         (custom-add-see-also, custom-group-value-create): Use ?\s.
12267         (custom-guess-type, customize-apropos, editable-field)
12268         (custom-face-value-create): Use `string-match-p'.
12269         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12271         * custom.el (custom-load-symbol): Use `string-match-p'.
12273         * ansi-color.el: Convert to lexical binding.
12274         (ansi-colors): Fix URL.
12275         (ansi-color-context, ansi-color-context-region): Use defvar-local.
12276         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12277         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12279 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12281         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12283         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12285 2013-06-19  Tom Tromey  <tromey@redhat.com>
12287         * net/eww.el (eww-top-url): Remove.
12288         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12289         (eww-render): Set new variables.  Don't set eww-top-url.
12290         (eww-handle-link): Handle "prev", "home", and "contents".
12291         Downcase the rel text.
12292         (eww-top-url): Choose best top URL.
12294 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12296         * net/eww.el: Rewrite to implement form elements "by hand" instead of
12297         relying in widget.el.  Using widget.el leads to too many
12298         user interface inconsistencies.
12299         (eww-self-insert): Implement entering commands in text fields.
12300         (eww-process-text-input): New function to make text input field editing
12301         work.
12302         (eww-submit): Rewrite to use the new-style form methods.
12303         (eww-select-display): Display the correct selected item.
12304         (eww-change-select): Implement changing the select value.
12305         (eww-toggle-checkbox): Implement radio/checkboxes.
12306         (eww-update-field): Fix compilation error.
12307         (eww-tag-textarea): Implement <textarea>.
12309         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12310         we don't shadow mode-specific bindings.
12312         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12313         nothing to push.
12315         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12317 2013-06-19  Glenn Morris  <rgm@gnu.org>
12319         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12321 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
12323         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12324         not needed.
12326         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12328 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12330         * net/browse-url.el (browse-url-browser-function):
12331         `eww-browse-url' has the right calling signature, `eww' does not.
12333 2013-06-19  Glenn Morris  <rgm@gnu.org>
12335         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12336         Only eval autoloaded macros.
12337         (byte-compile-autoload): Only give the macro warning for macros.
12339         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12340         (ps-underlined-faces): Declare.
12342         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12343         (speedbar-add-supported-extension): Declare.
12345         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12346         Don't include a date stamp in the header of the generated file;
12347         it leads to needless differences between output files.
12349 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
12351         * net/secrets.el (secrets-struct-secret-content-type):
12352         Replace check of introspection data by a test call of "CreateItem".
12353         Some servers do not offer introspection.
12355 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12357         * electric.el (electric-pair-mode): Improve interaction with
12358         electric-layout-mode.
12359         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12360         (electric-pair-syntax): Use text-mode-syntax-table in comments
12361         and strings.
12362         (electric-pair--insert): New function.
12363         (electric-pair-post-self-insert-function): Use it and
12364         electric--after-char-pos.
12366 2013-06-19  Leo Liu  <sdl.web@gmail.com>
12368         * progmodes/octave.el (octave-help): Fix regexp.
12370 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12372         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12373         (shr-table-horizontal-line): Allow nil as a value, and change the
12374         default.
12375         (shr-insert-table-ruler): Respect the nil value.
12377 2013-06-18  Tom Tromey  <tromey@barimba>
12379         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12380         New defvars.
12381         (eww-open-file): New defun.
12382         (eww-render): Initialize new variables.
12383         (eww-display-html): Handle "link" and "a".
12384         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12385         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
12386         (eww-back-url): Rename from eww-previous-url.
12387         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12388         New defuns.
12390 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
12392         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12393         Distinguish ternary operator tokens from slash symbol and slash
12394         char literal.
12396 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
12398         Convert symbol prettification into minor mode and global minor mode.
12400         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12401         `prog-prettify-symbols', and make a local defvar instead of defcustom.
12402         (prettify-symbols--keywords): Rename from
12403         `prog-prettify-symbols-alist' and make a local defvar.
12404         (prettify-symbols--compose-symbol): Rename from
12405         `prog--prettify-font-lock-compose-symbol'.
12406         (prettify-symbols--make-keywords): Rename from
12407         `prog-prettify-font-lock-symbols-keywords' and simplify.
12408         (prog-prettify-install): Remove.
12409         (prettify-symbols-mode): New minor mode, based on
12410         `prog-prettify-install'.
12411         (turn-on-prettify-symbols-mode): New function.
12412         (global-prettify-symbols-mode): New globalized minor mode.
12414         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12415         * progmodes/cfengine.el (cfengine3-mode):
12416         * progmodes/perl-mode.el (perl-mode): Don't call
12417         `prog-prettify-install'; set `prettify-symbols-alist' instead.
12419 2013-06-18  Juri Linkov  <juri@jurta.org>
12421         * files-x.el (modify-file-local-variable-message): New function.
12422         (modify-file-local-variable)
12423         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12424         and call `modify-file-local-variable-message' when it's non-nil.
12425         (add-file-local-variable, delete-file-local-variable)
12426         (add-file-local-variable-prop-line)
12427         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12428         and use it.  (Bug#9820)
12430 2013-06-18  Juri Linkov  <juri@jurta.org>
12432         * emulation/vi.el (vi-shell-op):
12433         * emulation/vip.el (vip-execute-com, ex-command):
12434         * emulation/viper-cmd.el (viper-exec-bang):
12435         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12436         the call of `shell-command-on-region'.  (Bug#14637)
12438         * simple.el (shell-command-on-region): Doc fix.
12440 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12442         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12443         (bug#14633).
12445 2013-06-18  Glenn Morris  <rgm@gnu.org>
12447         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12449         * newcomment.el (comment-search-forward, comment-search-backward):
12450         Doc fix.  (Bug#14376)
12452 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
12454         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12455         (buffer-face-mode-invoke): Doc fix.
12457 2013-06-18  Matthias Meulien  <orontee@gmail.com>
12459         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12460         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12462 2013-06-18  Glenn Morris  <rgm@gnu.org>
12464         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12465         Replace obsolete function generic-make-keywords with its expansion.
12467         * progmodes/python.el (ffap-alist): Declare.
12469         * textmodes/reftex.el (bibtex-mode-map): Declare.
12471 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12473         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12474         (package-unpack, package-unpack-single): Return the pkg-dir.
12475         (package-download-transaction): Use it to update package-alist.
12477 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12479         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12480         possible choice.
12482 2013-06-17  Juri Linkov  <juri@jurta.org>
12484         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12486 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
12488         * emacs-lisp/package.el (package-load-descriptor):
12489         Remove `with-syntax-table' call, `read' doesn't need it.
12490         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12492 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
12494         * startup.el (command-line): Expand package name returned by
12495         `package--description-file' (bug#14639).
12497 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
12499         * emacs-lisp/package.el (package-load-descriptor): Do not call
12500         `emacs-lisp-mode', just use its syntax table.
12502 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
12504         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12505         `font-lock-extra-managed-props' if any prettifying keyword is added.
12506         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12507         (prog-mode): Use `setq-local'.
12509 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * international/characters.el (standard-case-table): Set syntax of ?»
12512         and ?« to punctuation.
12514 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
12516         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12517         Save relevant match data before calling `syntax-ppss' (bug#14595).
12519 2013-06-15  Juri Linkov  <juri@jurta.org>
12521         * files-x.el (modify-file-local-variable-prop-line): Add local
12522         variables to the end of the existing comment on the first line.
12523         Use `file-auto-mode-skip' to skip interpreter magic line,
12524         and also skip XML declaration.
12526 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12528         * startup.el (package--builtin-versions): New var.
12529         (package-subdirectory-regexp): Remove.
12530         (package--description-file): Hard code its value instead.
12532         * emacs-lisp/package.el: Don't activate packages older than builtin.
12533         (package-obsolete-list): Rename from package-obsolete-alist, and make
12534         it into a simple list of package-desc.
12535         (package-strip-version): Remove.
12536         (package-built-in-p): Use package--builtin-versions.
12537         (package-mark-obsolete): Simplify.
12538         (package-process-define-package): Mark it obsolete if older than the
12539         builtin version.
12540         (package-handle-response): Use line-end-position.
12541         (package-read-archive-contents, package--download-one-archive):
12542         Simplify.
12543         (package--add-to-archive-contents): Skip if older than the builtin or
12544         installed version.
12545         (package-menu-describe-package): Fix last change.
12546         (package-list-unversioned): New var.
12547         (package-menu--generate): Use it.
12549         * emacs-lisp/autoload.el: Manage package--builtin-versions.
12550         (autoload--insert-text, autoload--insert-cookie-text): New functions.
12551         (autoload-builtin-package-versions): New variable.
12552         (autoload-generate-file-autoloads): Use them.
12553         Remove the list of autoloaded functions/macros from the
12554         (autoload...) comments.
12556         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12558 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
12560         * simple.el (line-move-partial): Don't jump to the next screen
12561         line as soon as it becomes visible.  Instead, continue enlarging
12562         the vscroll until the portion of a tall screen line that's left on
12563         display is about the height of the frame's default font.
12564         (Bug#14567)
12566 2013-06-15  Glenn Morris  <rgm@gnu.org>
12568         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12569         compilation-error-regexp-alist void, or local while let-bound.
12571         * progmodes/make-mode.el (makefile-mode-syntax-table):
12572         Treat "=" as punctuation.  (Bug#14614)
12574 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
12576         * help-fns.el (describe-variable):
12577         Add extra line for permanent-local variables.
12579 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
12581         * progmodes/scheme.el (scheme-font-lock-keywords-2):
12582         Add export, import, library.  (Bug#9164)
12583         (library): Set indent function.
12585 2013-06-14  Glenn Morris  <rgm@gnu.org>
12587         * term/xterm.el (xterm--query):
12588         Stop after first matching handler.  (Bug#14615)
12590 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
12592         Add support for dired in saveplace.
12593         * dired.el (dired-initial-position-hook): New variable.
12594         (dired-initial-position): Call hook to place cursor position.
12595         * saveplace.el (save-place-to-alist): Add dired position.
12596         (save-place-dired-hook): New function.
12598 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12600         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12601         through a symbol rather than letrec.
12603         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
12604         (package-desc): Add `dir' field.
12605         (package-desc-full-name): New function.
12606         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
12607         (package-maybe-load-descriptor): Remove.
12608         (package-load-all-descriptors): Just call package-load-descriptor.
12609         (package--disabled-p): New function.
12610         (package-desc-vers, package-desc-doc): Remove aliases.
12611         (package--dir): Remove function.
12612         (package-activate): Check if a package is disabled.
12613         (package-process-define-package): New function, extracted from
12614         define-package.
12615         (define-package): Turn into a place holder.
12616         (package-unpack-single, package-tar-file-info):
12617         Use package--description-file.
12618         (package-compute-transaction): Use package--disabled-p.
12619         (package-download-transaction): Don't call
12620         package-maybe-load-descriptor since they're all loaded anyway.
12621         (package-install): Change argument to be a pkg-desc.
12622         (package-delete): Use a single pkg-desc argument.
12623         (describe-package-1): Use package-desc-dir instead of package--dir.
12624         Use package-desc property instead of package-symbol.
12625         (package-install-button-action): Adjust accordingly.
12626         (package--push): Rewrite.
12627         (package-menu--print-info): Adjust accordingly.  Change the ID format
12628         to be a pkg-desc.
12629         (package-menu-describe-package, package-menu-get-status)
12630         (package-menu--find-upgrades, package-menu-mark-upgrades)
12631         (package-menu-execute, package-menu--name-predicate):
12632         Adjust accordingly.
12633         * startup.el (package--description-file): New function.
12634         (command-line): Use it.
12635         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12636         Use package-desc-version.
12638         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12639         (byte-compile-preprocess): Use it.
12640         (byte-compile-file-form-defalias): Try a bit harder to use macros we
12641         can't quite recognize.
12642         (byte-compile-add-to-list): Remove.
12643         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12644         (cconv-closure-convert): Add assertion.
12646         * emacs-lisp/map-ynp.el: Use lexical-binding.
12647         (map-y-or-n-p): Remove unused vars `tail' and `object'.
12648         Factor out some repeated code.
12650 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12652         * subr.el (with-eval-after-load): New macro.
12653         (eval-after-load): Allow form to be a function.
12654         take advantage of lexical-binding.
12655         (do-after-load-evaluation): Use dolist and adjust to new format.
12656         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12658 2013-06-13  Juri Linkov  <juri@jurta.org>
12660         * replace.el (perform-replace): Display "symbol " and other search
12661         modes from `isearch-message-prefix' in the *Help* buffer.
12663         * isearch.el (isearch-query-replace): Add " symbol" and other
12664         possible search modes from `isearch-message-prefix' to the prompt.
12665         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12666         when reading a regexp to collect.
12668 2013-06-13  Juri Linkov  <juri@jurta.org>
12670         * isearch.el (word-search-regexp): Match whitespace if the search
12671         string begins or ends in whitespace.  The LAX arg is applied to
12672         both ends of the search string.  Use `regexp-quote' and explicit
12673         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
12674         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12675         boundaries are replaced with symbol boundaries, and characters
12676         between symbols match non-word non-symbol syntax.  (Bug#14602)
12678 2013-06-13  Juri Linkov  <juri@jurta.org>
12680         * isearch.el (isearch-del-char): Don't exceed the length of
12681         `isearch-string' by the prefix arg.  (Bug#14563)
12683 2013-06-13  Juri Linkov  <juri@jurta.org>
12685         * isearch.el (isearch-yank-word, isearch-yank-line)
12686         (isearch-char-by-name, isearch-quote-char)
12687         (isearch-printing-char, isearch-process-search-char):
12688         Add optional count prefix arg.  (Bug#14563)
12690         * international/isearch-x.el
12691         (isearch-process-search-multibyte-characters):
12692         Add optional count prefix arg.
12694 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12696         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12697         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12698         lexical-binding.
12700 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
12702         * subr.el (set-temporary-overlay-map): Add on-exit argument.
12704 2013-06-13  Glenn Morris  <rgm@gnu.org>
12706         * startup.el (tty-handle-args):
12707         Don't just discard "--" and anything after.  (Bug#14608)
12709         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12711 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
12713         Implement changes in Secret Service API.  Make it backward compatible.
12714         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12715         (secrets-create-item): Use it.  Prefix properties with interface.
12717 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
12719         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
12720         (term-emulate-terminal): Respect term-suppress-hard-newline.
12722 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
12724         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12725         Only remove a `thumb-file' overlay.  (Bug#14548)
12727 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
12729         * mail/reporter.el (reporter-submit-bug-report):
12730         Handle missing package-name.  (Bug#14600)
12732 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12734         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12735         (reftex-citation-prompt, reftex-default-bibliography)
12736         (reftex-bib-or-thebib, reftex-get-bibfile-list)
12737         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12738         (reftex-bib-sort-author, reftex-bib-sort-year)
12739         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12740         (reftex-extract-bib-entries-from-thebibliography)
12741         (reftex-get-bibkey-default, reftex-get-bib-names)
12742         (reftex-parse-bibtex-entry, reftex-get-bib-field)
12743         (reftex-format-bib-entry, reftex-parse-bibitem)
12744         (reftex-format-bibitem, reftex-do-citation)
12745         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12746         (reftex-restrict-bib-matches, reftex-extract-bib-file)
12747         (reftex-insert-bib-matches, reftex-format-citation)
12748         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12749         (reftex-create-bibtex-file): Add docstrings, mostly by converting
12750         existing comments into docstrings.
12752 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
12754         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12756 2013-06-12  Andreas Schwab  <schwab@suse.de>
12758         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12759         for auto-save files.
12761 2013-06-12  Glenn Morris  <rgm@gnu.org>
12763         * ido.el (ido-delete-ignored-files): Remove.
12764         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12765         Go back to calling ido-ignore-item-p directly.
12767 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
12769         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12771         * ido.el (ido-delete-ignored-files): New function,
12772         split from ido-make-file-list-1.
12773         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
12774         (ido-make-file-list-1): Use ido-delete-ignored-files.
12776 2013-06-12  Leo Liu  <sdl.web@gmail.com>
12778         * progmodes/octave.el (inferior-octave-startup)
12779         (inferior-octave-completion-table)
12780         (inferior-octave-track-window-width-change)
12781         (octave-eldoc-function-signatures, octave-help)
12782         (octave-find-definition): Use single quoted strings.
12783         (inferior-octave-startup-args): Change default value.
12784         (inferior-octave-startup): Do not hard code "-i" and
12785         "--no-line-editing".
12786         (inferior-octave-resync-dirs): Add optional arg NOERROR.
12787         (inferior-octave-directory-tracker): Use it.
12788         (octave-goto-function-definition): Robustify.
12789         (octave-help): Support highlighting operators in 'See also'.
12790         (octave-find-definition): Find subfunctions only in Octave mode.
12792 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12794         * help-fns.el (help-fns--compiler-macro): If the handler function is
12795         named, then put a link to it.
12796         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12797         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12798         (cl-typep): Use it.
12799         (cl-eval-when): Simplify debug spec.
12800         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
12801         compiler-macro function instead of setting `compiler-macro-file'.
12803 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
12805         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12806         * vc/vc-hooks.el (vc-stay-local): Doc fix.
12808 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12809             Daniel Hackney  <dan@haxney.org>
12811         First part of Daniel Hackney's patch to package.el.
12812         * emacs-lisp/package.el: Use defstruct.
12813         (package-desc): New, main struct.
12814         (package--bi-desc, package--ac-desc): New structs, used to describe the
12815         format in external files.
12816         (package-desc-vers): Replace with package-desc-version accessor.
12817         (package-desc-doc): Replace with package-desc-summary accessor.
12818         (package-activate-1): Remove `package' arg since the pkg-vec now
12819         includes the name.
12820         (define-package): Use package-desc-from-define.
12821         (package-unpack-single): Change file-name arg to be a symbol.
12822         (package--add-to-archive-contents): Use package-desc-create and new
12823         accessor functions to package--ac-desc.
12824         (package-buffer-info, package-tar-file-info): Return a package-desc.
12825         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
12826         arg to be a package-desc.
12827         (package-install-file): Adjust accordingly.  Use \' to match EOS.
12828         (package--from-builtin): New function.
12829         (describe-package-1, package-menu--generate): Use it.
12830         (package--make-autoloads-and-compile): Change name arg to be a symbol.
12831         (package-generate-autoloads): Idem and return the name of the file.
12832         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12833         Change pkg-info arg to be a package-desc.
12834         Use package-make-ac-desc.
12835         (package-upload-file): Use \' to match EOS.
12836         * finder.el (finder-compile-keywords): Use package-make-builtin.
12838 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12840         * vc/vc.el (vc-deduce-fileset): Change error message.
12841         (vc-read-backend): New function.
12842         (vc-next-action): Use it.
12844         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12846         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12847         (prolog-font-lock-keywords): Use regexp-opt instead.
12848         Don't manually highlight strings.
12849         (prolog-mode-variables): Simplify comment-start-skip.
12850         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
12852         * emacs-lisp/generic.el (generic--normalise-comments)
12853         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12854         (generic-mode-set-comments): Use them.
12855         (generic-bracket-support): Use setq-local.
12856         (generic-make-keywords-list): Declare obsolete.
12858 2013-06-11  Glenn Morris  <rgm@gnu.org>
12860         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12861         Prettify after setting font-lock-defaults.  (Bug#14574)
12863 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
12865         * replace.el (query-replace, occur-read-regexp-defaults-function)
12866         (replace-search):
12867         * subr.el (declare-function, number-sequence, local-set-key)
12868         (substitute-key-definition, locate-user-emacs-file)
12869         (with-silent-modifications, split-string, eval-after-load):
12870         Fix typos, remove unneeded backslashes and reflow some docstrings.
12872 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12874         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12875         default for Elisp files.
12877 2013-06-11  Glenn Morris  <rgm@gnu.org>
12879         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12880         although define-derived-mode was doing this anyway.  (Bug#14583)
12882 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
12884         * allout.el (allout-encryption-plaintext-sanitization-regexps):
12885         Fix make-variable-buffer-local call to refer to the correct variable.
12887 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
12889         * eshell/em-term.el (eshell-visual-commands)
12890         (eshell-visual-subcommands, eshell-visual-options):
12891         Add summary line to docstrings.  Add cross-references.
12893 2013-06-10  Glenn Morris  <rgm@gnu.org>
12895         * epa.el (epa-read-file-name): New function.  (Bug#14510)
12896         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
12898 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
12900         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12901         output redirection to be ignored with visual commands.
12903 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
12905         * eshell/em-term.el (eshell-visual-command-p): New function.
12906         (eshell-term-initialize): Move long lambda to separate function
12907         eshell-visual-command-p.
12908         * eshell/em-dirs.el (eshell-dirs-initialize):
12909         * eshell/em-script.el (eshell-script-initialize):
12910         Add missing #' to lambda.
12912 2013-06-08  Leo Liu  <sdl.web@gmail.com>
12914         * progmodes/octave.el (octave-add-log-current-defun): New function.
12915         (octave-mode): Set add-log-current-defun-function.
12916         (octave-goto-function-definition): Do not move point if not found.
12917         (octave-find-definition): Enhance to try subfunctions first.
12919 2013-06-08  Glenn Morris  <rgm@gnu.org>
12921         * emacs-lisp/bytecomp.el (byte-compile-char-before)
12922         (byte-compile-backward-char, byte-compile-backward-word):
12923         Improve previous change, to handle non-explicit nil.
12925 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12927         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12928         (smie--opener/closer-at-point): New function.
12929         (smie--matching-block-data): Use it.  Don't match from right after an
12930         opener or right before a closer.  Obey smie-blink-matching-inners.
12931         Don't signal a mismatch for repeated inners like "switch..case..case".
12933 2013-06-07  Leo Liu  <sdl.web@gmail.com>
12935         * progmodes/octave.el (octave-mode): Set comment-use-global-state
12936         to t.  (Bug#14303)
12937         (octave-function-header-regexp): Fix.  (Bug#14570)
12938         (octave-help-mode-finish-hook, octave-help-mode-finish):
12939         Remove.  Just use temp-buffer-show-hook.
12941         * newcomment.el (comment-search-backward): Revert last change.
12942         (Bug#14434)
12944         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12946 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
12948         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12949         through xargs, to avoid failure due to MS-Windows limitations on
12950         command-line length.
12952 2013-06-06  Glenn Morris  <rgm@gnu.org>
12954         * font-lock.el (lisp-font-lock-keywords-2):
12955         Treat user-error like error.
12957         * emacs-lisp/bytecomp.el (byte-compile-char-before)
12958         (byte-compile-backward-char, byte-compile-backward-word):
12959         Handle explicit nil arguments.  (Bug#14565)
12961 2013-06-05  Alan Mackenzie  <acm@muc.de>
12963         * isearch.el (isearch-allow-prefix): New user option.
12964         (isearch-other-meta-char): Don't exit isearch when a prefix
12965         argument is typed whilst `isearch-allow-prefix' is non-nil.
12966         (Bug#9706)
12968 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12970         * autorevert.el (auto-revert-notify-handler): Use memq.
12971         Hide assertion failure.
12973         * skeleton.el: Use cl-lib.
12974         (skeleton-further-elements): Use defvar-local.
12975         (skeleton-insert): Use cl-progv.
12977 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
12979         * progmodes/prog-mode.el (prog-prettify-symbols)
12980         (prog-prettify-install): Update docstrings.
12982 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12984         * simple.el: Move all the prog-mode code to prog-mode.el.
12985         * progmodes/prog-mode.el: New file.
12986         * loadup.el: Add prog-mode.el.
12988 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
12990         * simple.el (prog-prettify-symbols): Add version.
12991         (prog-prettify-install): Add convenience function to prettify symbols.
12993         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12994         (perl--augmented-font-lock-keywords-1)
12995         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12996         variables and use it.
12998         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12999         (cfengine3-mode): Remove unneeded variable and use it.
13001         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13002         (lisp--augmented-font-lock-keywords-1)
13003         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13004         Remove unneeded variables and use it.
13006 2013-06-05  João Távora  <joaotavora@gmail.com>
13008         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13009         to point when opening the connection.  (Bug#14380)
13011 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13013         * subr.el (load-history-regexp, load-history-filename-element)
13014         (eval-after-load, after-load-functions, do-after-load-evaluation)
13015         (eval-next-after-load, display-delayed-warnings)
13016         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13017         definition of save-match-data.
13018         (overriding-local-map): Remove accidental obsolescence declaration.
13020         * emacs-lisp/edebug.el (edebug-result): Move before first use.
13022 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
13024         Generalize symbol prettify support to prog-mode and implement it
13025         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13026         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13027         (prog--prettify-font-lock-compose-symbol)
13028         (prog-prettify-font-lock-symbols-keywords): New variables and
13029         functions to support symbol prettification.
13030         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13031         (lisp--augmented-font-lock-keywords-1)
13032         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13033         (lisp--prettify-symbols-alist): Implement prettify of lambda.
13034         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13035         (cfengine3--prettify-symbols-alist, cfengine3-mode):
13036         Implement prettify of -> => :: strings.
13037         * progmodes/perl-mode.el (perl-prettify-symbols)
13038         (perl--font-lock-compose-symbol)
13039         (perl--font-lock-symbols-keywords): Move to prog-mode.
13040         (perl--prettify-symbols-alist): Prettify -> => :: strings.
13041         (perl-font-lock-keywords-1)
13042         (perl-font-lock-keywords-2): Remove explicit prettify support.
13043         (perl--augmented-font-lock-keywords)
13044         (perl--augmented-font-lock-keywords-1)
13045         (perl--augmented-font-lock-keywords-2, perl-mode):
13046         Implement prettify support.
13048 2013-06-05  Leo Liu  <sdl.web@gmail.com>
13050         Re-implement SMIE matching block highlight using
13051         show-paren-data-function.  (Bug#14395)
13052         * emacs-lisp/smie.el (smie-matching-block-highlight)
13053         (smie--highlight-matching-block-overlay)
13054         (smie--highlight-matching-block-lastpos)
13055         (smie-highlight-matching-block)
13056         (smie-highlight-matching-block-mode): Remove.
13057         (smie--matching-block-data-cache): New variable.
13058         (smie--matching-block-data): New function.
13059         (smie-setup): Use smie--matching-block-data for
13060         show-paren-data-function.
13062         * progmodes/octave.el (octave-mode-menu): Fix.
13063         (octave-find-definition): Skip garbage lines.
13065 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13067         Fix compilation error with simultaneous dynamic+lexical scoping.
13068         Add warning when a defvar appears after the first let-binding.
13069         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13070         (byte-compile-close-variables): Initialize it.
13071         (byte-compile--declare-var): New function.
13072         (byte-compile-file-form-defvar)
13073         (byte-compile-file-form-define-abbrev-table)
13074         (byte-compile-file-form-custom-declare-variable): Use it.
13075         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
13076         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13077         (byte-compile-bind): Handle dynamic bindings that shadow
13078         lexical bindings.
13079         (byte-compile-unbind): Make arg non-optional.
13080         (byte-compile-let): Simplify.
13081         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13082         (cconv--analyse-function, cconv-analyse-form): Populate it.
13083         Protect byte-compile-bound-variables to limit the scope of defvars.
13084         (cconv-analyse-form): Add missing rule for (defvar <foo>).
13085         Remove unneeded rule for `declare'.
13087         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13088         so as to avoid depending on cl-adjoin at run-time.
13089         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13091         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13092         (macroexp--warn-and-return): Use it.
13094 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13096         * subr.el: Convert to lexical binding.
13097         (overriding-local-map): Make obsolete.
13098         (add-to-list): Doc fix.  Add compiler macro.
13099         (read-key): Swap values of local maps.
13101 2013-06-05  Leo Liu  <sdl.web@gmail.com>
13103         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13105 2013-06-04  Leo Liu  <sdl.web@gmail.com>
13107         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13108         (compilation-auto-jump): Suppress the "Mark set" message to give
13109         way to exit message.
13111 2013-06-04  Alan Mackenzie  <acm@muc.de>
13113         Remove faulty optimisation from indentation calculation.
13114         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13115         search limit based on 2000 characters back from indent-point.
13117 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
13119         * eshell/em-term.el (cl-lib): Require `cl-lib'.
13121 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13123         * emacs-lisp/lisp.el: Use lexical-binding.
13124         (lisp--local-variables-1, lisp--local-variables): New functions.
13125         (lisp--local-variables-completion-table): New var.
13126         (lisp-completion-at-point): Use it complete let-bound vars.
13128         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13129         eagerly (bug#14422).
13131 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
13133         * autorevert.el (auto-revert-notify-enabled)
13134         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13135         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13136         (auto-revert-notify-handler): Handle also gfilenotify.
13138         * subr.el (file-notify-handle-event): New defun.  Replacing ...
13139         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13140         Remove.
13142 2013-06-03  Juri Linkov  <juri@jurta.org>
13144         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13145         `M-s h .'.  (Bug#14427)
13147         * hi-lock.el (highlight-symbol-at-point): New alias for the new
13148         command `hi-lock-face-symbol-at-point'.
13149         (hi-lock-face-symbol-at-point): New command.
13150         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13151         (hi-lock-menu): Add `highlight-symbol-at-point'.
13152         (hi-lock-mode): Doc fix.
13154         * isearch.el (isearch-forward-symbol-at-point): New command.
13155         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13156         (isearch-highlight-regexp): Add a regexp which matches
13157         words/symbols for word/symbol mode.
13159         * subr.el (find-tag-default-bounds): New function with the body
13160         mostly moved from `find-tag-default'.
13161         (find-tag-default): Move most code to `find-tag-default-bounds',
13162         call it and apply `buffer-substring-no-properties' afterwards.
13164 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
13166         * eshell/em-term.el (eshell-term-initialize):
13167         Use `cl-intersection' rather than `intersection'.
13169 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
13171         * vc/log-view.el: Doc fix.
13172         (log-view-mode-map): Copy keymap from `special-mode-map'.
13174 2013-06-02  Eric Ludlam  <zappo@gnu.org>
13176         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13177         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13178         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13179         (eieio-unbound, eieio-default-superclass)
13180         (eieio--define-field-accessors, method-static, method-before)
13181         (method-primary, method-after, method-num-lists)
13182         (method-generic-before, method-generic-primary)
13183         (method-generic-after, method-num-slots)
13184         (eieio-specialized-key-to-generic-key)
13185         (eieio--check-type, class-v, class-p)
13186         (eieio-class-name, define-obsolete-function-alias)
13187         (eieio-class-parents-fast, eieio-class-children-fast)
13188         (same-class-fast-p, class-constructor, generic-p)
13189         (generic-primary-only-p, generic-primary-only-one-p)
13190         (class-option-assoc, class-option, eieio-object-p)
13191         (class-abstract-p, class-method-invocation-order)
13192         (eieio-defclass-autoload-map, eieio-defclass-autoload)
13193         (eieio-class-un-autoload, eieio-defclass)
13194         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13195         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13196         (eieio--defgeneric-init-form, eieio-defgeneric-form)
13197         (eieio-defgeneric-reset-generic-form)
13198         (eieio-defgeneric-form-primary-only)
13199         (eieio-defgeneric-reset-generic-form-primary-only)
13200         (eieio-defgeneric-form-primary-only-one)
13201         (eieio-defgeneric-reset-generic-form-primary-only-one)
13202         (eieio-unbind-method-implementations)
13203         (eieio--defmethod, eieio--typep)
13204         (eieio-perform-slot-validation, eieio-validate-slot-value)
13205         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13206         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13207         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13208         (eieio-slot-name-index, eieio-class-slot-name-index)
13209         (eieio-set-defaults, eieio-initarg-to-attribute)
13210         (eieio-attribute-to-initarg, eieio-c3-candidate)
13211         (eieio-c3-merge-lists, eieio-class-precedence-c3)
13212         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13213         (eieio-class-precedence-list, eieio-generic-call-methodname)
13214         (eieio-generic-call-arglst, eieio-generic-call-key)
13215         (eieio-generic-call-next-method-list)
13216         (eieio-pre-method-execution-functions, eieio-generic-call)
13217         (eieio-generic-call-primary-only, eieiomt-method-list)
13218         (eieiomt-optimizing-obarray, eieiomt-install)
13219         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13220         (eieio-generic-form, eieio-defmethod, make-obsolete)
13221         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13222         (defclass): Remove `eval-and-compile' from macro.
13223         (call-next-method, shared-initialize): Instead of using
13224         `scoped-class' variable, use new eieio--scoped-class, and
13225         eieio--with-scoped-class.
13226         (initialize-instance): Rename local variable 'scoped-class' to
13227         'this-class' to remove ambiguitity from old global.
13229         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
13230         eieio.el.
13231         (eieio--scoped-class-stack): New variable.
13232         (eieio--scoped-class): New fcn.
13233         (eieio--with-scoped-class): New scoping macro.
13234         (eieio-defclass): Use pushnew instead of add-to-list.
13235         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13236         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13237         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13238         `scoped-class' variable, use new eieio--scoped-class, and
13239         eieio--with-scoped-class.
13241         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13243 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
13245         * eshell/esh-ext.el (eshell-external-command): Pass args to
13246         `eshell-find-interpreter'.
13247         (eshell-find-interpreter): Add new second parameter ARGS.
13249         * eshell/em-script.el (eshell-script-initialize): Add second arg
13250         to the function added as MATCH to `eshell-interpreter-alist'.
13252         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13253         the function added as MATCH to `eshell-interpreter-alist'.
13255         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13256         (eshell-visual-options): New defcustom.
13257         (eshell-escape-control-x): Adapt docstring.
13258         (eshell-term-initialize): Test `eshell-visual-subcommands' and
13259         `eshell-visual-options' in addition to `eshell-visual-commands'.
13260         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13262 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13264         * progmodes/python.el (python-indent-block-enders): Add break,
13265         continue and raise keywords.
13267 2013-06-01  Glenn Morris  <rgm@gnu.org>
13269         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13271         Plain (f)boundp silences compilation warnings since Emacs 22.1.
13272         * progmodes/cc-cmds.el (delete-forward-p):
13273         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13274         * progmodes/cc-engine.el (buffer-syntactic-context):
13275         * progmodes/cc-fonts.el (face-property-instance):
13276         * progmodes/cc-mode.el (set-keymap-parents):
13277         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13278         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13279         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13280         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13281         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13283         * progmodes/cc-vars.el (other): Emacs has this widget since
13284         at least 21.1, so don't (re)define it.
13286         * eshell/em-cmpl.el (eshell-cmpl-initialize):
13287         Replace the obsolete alias pcomplete-arg-quote-list.
13289 2013-06-01  Leo Liu  <sdl.web@gmail.com>
13291         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13292         punctuation syntax.
13293         (inferior-octave-minimal-columns)
13294         (inferior-octave-last-column-width): New variables.
13295         (inferior-octave-track-window-width-change): New function.
13296         (inferior-octave-mode): Adjust column width so that Octave output,
13297         for example from 'ls', can fit into the window nicely.
13299 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
13301         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13302         Highlight expansions inside regexp literals.
13304 2013-05-31  Glenn Morris  <rgm@gnu.org>
13306         * obsolete/sym-comp.el (symbol-complete):
13307         Replace obsolete completion-annotate-function.
13309         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13311 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
13313         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13314         New function, checks if point is inside a literal that allows
13315         expression expansion.
13316         (ruby-syntax-propertize-expansion): Use it.
13317         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13318         around the body.
13320 2013-05-30  Juri Linkov  <juri@jurta.org>
13322         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13323         to "\M-si".
13324         (isearch-invisible): New variable.
13325         (isearch-forward): Doc fix.
13326         (isearch-mode): Set `isearch-invisible'
13327         to the value of `search-invisible'.
13328         (isearch-toggle-case-fold): Doc fix.
13329         (isearch-toggle-invisible): New command.
13330         (isearch-query-replace): Let-bind `search-invisible'
13331         to the value of `isearch-invisible'.
13332         (isearch-search): Use `isearch-invisible' instead of
13333         `search-invisible'.  Let-bind `search-invisible'
13334         to the value of `isearch-invisible'.  (Bug#11378)
13336 2013-05-30  Juri Linkov  <juri@jurta.org>
13338         * replace.el (perform-replace): Avoid `isearch-range-invisible'
13339         call when `query-flag' is nil and `search-invisible' is non-nil.
13340         (Bug#11746)
13342 2013-05-30  Glenn Morris  <rgm@gnu.org>
13344         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13346         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13347         (cc-require): Suppress spurious "noruntime" warnings.
13348         (cc-require-when-compile): Use fboundp, for sake of compiler.
13350         * progmodes/cc-mode.el: Move load of cc-vars before that of
13351         cc-langs (which in turn loads cc-vars), to quieten compiler.
13353 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13355         * paren.el: Simplify the code.
13356         (show-paren-mode): Always start the timer.
13357         (show-paren--idle-timer): Rename from show-paren-idle-timer.
13358         (show-paren--overlay, show-paren--overlay-1): Rename from
13359         show-paren-overlay and show-paren-overlay-1, and initialize to an
13360         overlay rather than to nil.
13361         (show-paren-function): Misc cleanup and simplifications.
13363 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13365         * paren.el (show-paren-data-function): New hook.
13366         (show-paren--default): New function, extracted from show-paren-function.
13367         (show-paren-function): Use show-paren-data-function.
13369 2013-05-30  Glenn Morris  <rgm@gnu.org>
13371         * ielm.el (ielm-map, ielm-complete-symbol):
13372         Use completion-at-point rather than obsolete functions.
13373         (inferior-emacs-lisp-mode): Doc fix.
13374         Set completion-at-point-functions, rather than
13375         comint-dynamic-complete-functions.
13377         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13378         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13379         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13381         * image.el (image-animated-p): Tweak definition.
13383         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13384         (rlogin-process-connection-type): Tweak default.  Add set-after.
13385         (rlogin-host): Doc fix.
13386         (rlogin): Tweak prompt.
13387         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13389         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13390         * progmodes/tcl.el (inferior-tcl-mode-map):
13391         Use completion-at-point rather than obsolete alias.
13393         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13395         * minibuffer.el (read-file-name-completion-ignore-case):
13396         Move before completion--in-region, for eager macro expansion.
13398 2013-05-29  Juri Linkov  <juri@jurta.org>
13400         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13401         for total count of matching lines.  Add `global-matches' for total
13402         count of matches.  Rename `matches' to `lines' for count of
13403         matching lines.  Add `matches' for count of matches.
13404         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
13405         to `prev-line' for line number of prev match endpt.
13406         Increment `matches' for every match.  Print the number of
13407         matching lines in the header.
13408         (occur-context-lines): Rename `lines' to `curr-line'.
13409         Rename `prev-lines' to `prev-line'.  (Bug#14017)
13411 2013-05-29  Juri Linkov  <juri@jurta.org>
13413         * replace.el (perform-replace): Add `skip-read-only-count',
13414         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13415         Increment them for corresponding conditions and report the number
13416         of skipped occurrences in the final message.  (Bug#11746)
13417         (query-replace, query-replace-regexp, query-replace-regexp-eval)
13418         (replace-string, replace-regexp): Doc fix.
13420 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13422         * emacs-lisp/trace.el (trace--read-args): Provide a default.
13424         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13425         prog-mode-map (bug#14504).
13427 2013-05-29  Leo Liu  <sdl.web@gmail.com>
13429         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13430         (octave-help): Small simplification.
13432         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13433         off the highlight first.
13435 2013-05-29  Glenn Morris  <rgm@gnu.org>
13437         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13438         Handle idlwave-last-system-routine-info-cons-cell being nil.
13440         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13441         (idlwave-write-paths): Simplify via with-temp-buffer.
13443         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13444         * emulation/cua-rect.el: Also load cua-base at run time.
13446         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13447         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13448         (cperl-imenu-on-info): Require imenu.
13450 2013-05-28  Alan Mackenzie  <acm@muc.de>
13452         Handle "capitalised keywords" correctly.
13453         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13455 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
13457         * eshell/em-unix.el: Add -r option to cp.
13459 2013-05-28  Glenn Morris  <rgm@gnu.org>
13461         * vc/vc-arch.el (vc-exec-after): Declare.
13462         (vc-switches): Autoload.
13463         * vc/vc-bzr.el: No need to require vc when compiling.
13464         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13465         (vc-resynch-buffer, vc-dir-refresh): Declare.
13466         (vc-setup-buffer, vc-switches): Autoload.
13467         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13468         (vc-resynch-buffer): Declare.
13469         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13470         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13471         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13472         (grep-read-regexp, grep-read-files, grep-expand-template)
13473         (vc-dir-refresh): Declare.
13474         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13475         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13476         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13477         * vc/vc-mtn.el (vc-exec-after): Declare.
13478         (vc-switches): Autoload.
13479         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13480         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13481         (vc-file-tree-walk): Declare.
13482         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13483         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13484         (vc-tag-precondition, vc-rename-master): Autoload.
13485         * vc/vc-svn.el (vc-exec-after): Declare.
13486         (vc-switches, vc-setup-buffer): Autoload.
13487         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13488         Autoload.
13489         (vc-resynch-buffer): Declare.
13491         * obsolete/fast-lock.el (byte-compile-warnings):
13492         Don't warn about obsolete features in this obsolete file.
13494         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13495         Move definition before use.
13497         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13498         (dun-unix-verbs): Remove dun-zippy.
13499         (dun-zippy): Remove function.
13501         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13503 2013-05-27  Juri Linkov  <juri@jurta.org>
13505         * replace.el (replace-search): New function with code moved out
13506         from `perform-replace'.
13507         (replace-highlight, replace-dehighlight): Move function definitions
13508         up closer to `replace-search'.  (Bug#11746)
13510 2013-05-27  Juri Linkov  <juri@jurta.org>
13512         * replace.el (perform-replace): Ignore invisible matches.
13513         In addition to checking `query-replace-skip-read-only', also
13514         filter out matches by calling `run-hook-with-args-until-failure'
13515         on `isearch-filter-predicates', and also check `search-invisible'
13516         for t or call `isearch-range-invisible'.
13517         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
13519 2013-05-27  Juri Linkov  <juri@jurta.org>
13521         * isearch.el (isearch-filter-predicates): Rename from
13522         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
13523         (isearch-message-prefix): Display text from the property
13524         `isearch-message-prefix' of the currently active filters.
13525         (isearch-search): Don't compare `isearch-filter-predicate' with
13526         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
13527         on `isearch-filter-predicates'.  Also check `search-invisible' for t
13528         or call `isearch-range-invisible'.
13529         (isearch-filter-visible): Make obsolete.
13530         (isearch-lazy-highlight-search):
13531         Call `run-hook-with-args-until-failure' on
13532         `isearch-filter-predicates' and use `isearch-range-invisible'.
13534         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13535         `isearch-filter-predicates' instead of `funcall'ing
13536         `isearch-filter-predicate'.
13537         (Info-mode): Set `Info-isearch-filter' to
13538         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13540         * dired-aux.el (dired-isearch-filter-predicate-orig):
13541         Remove variable.
13542         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13543         (dired-isearch-filenames-end): Add and remove
13544         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13545         instead of changing the value of `isearch-filter-predicate'.
13546         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13547         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13548         Put property `isearch-message-prefix' to "filename " on
13549         `dired-isearch-filter-filenames'.
13551         * wdired.el (wdired-change-to-wdired-mode):
13552         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13553         locally instead of changing `isearch-filter-predicate'.
13554         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13556 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
13558         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13559         return the commit hash (Bug#14459).  Also set the
13560         `vc-git-detached' property.
13561         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13562         (vc-git-mode-line-string): Use the same help-echo format whether
13563         in detached mode or not, because we know the actual revision now.
13564         When in detached mode, shorten the revision to 7 chars.
13566 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13568         * emacs-lisp/easy-mmode.el (define-minor-mode):
13569         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13570         mode hook and provide a docstring.
13572 2013-05-27  Alan Mackenzie  <acm@muc.de>
13574         Remove spurious syntax-table text properties inserted by C-y.
13575         * progmodes/cc-mode.el (c-after-change): Also clear hard
13576         syntax-table property with value nil.
13578 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
13580         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13581         when reading the events; the buffer layout shall not be changed.
13583 2013-05-27  Leo Liu  <sdl.web@gmail.com>
13585         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13586         New variable.
13587         (inferior-octave-directory-tracker): Automatically re-sync
13588         default-directory.
13589         (octave-help): Improve handling of 'See also'.
13591 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * doc-view.el: Minor naming convention tweaks.
13594         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13596         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13597         even if there's no `display' property yet (bug#14435).
13599 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
13601         * subr.el (unmsys--file-name): Rename from reveal-filename.
13603         * Makefile.in (custom-deps, finder-data, autoloads)
13604         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13605         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13606         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13608 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13610         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13611         error-completion on the first 2 args of condition-case (bug#14446).
13612         Don't burp at EOB.
13614 2013-05-25  Leo Liu  <sdl.web@gmail.com>
13616         * comint.el (comint-previous-matching-input): Do not flood the
13617         *Messages* buffer with trivial messages.
13619 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13621         * progmodes/flymake.el (flymake-nop): Don't return a string.
13622         (flymake-set-at): Fix typo.
13624         * simple.el (read--expression): New function, extracted from
13625         eval-expression.  Set completion-at-point-functions (bug#14465).
13626         (eval-expression, eval-minibuffer): Use it.
13628 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
13630         * progmodes/flymake.el (flymake-save-buffer-in-file)
13631         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13632         (flymake-selected-frame, flymake-log, flymake-ins-after)
13633         (flymake-set-at, flymake-get-buildfile-from-cache)
13634         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13635         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13636         Refine the doc string.
13637         (flymake-get-file-name-mode-and-masks): Reformat.
13638         (flymake-get-real-file-name-function): Fix a minor bug.
13640 2013-05-24  Juri Linkov  <juri@jurta.org>
13642         * progmodes/grep.el (grep-mode-font-lock-keywords):
13643         Support =linenumber= format used by git-grep for lines with
13644         function names.  (Bug#13549)
13646 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13648         * progmodes/octave.el (octave-smie-rules): Return nil rather than
13649         0 after a semi-colon; it works better for smie-auto-fill.
13650         (octave--indent-new-comment-line): New function.
13651         (octave-indent-new-comment-line): Use it (indirectly).
13652         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
13653         modify comment-line-break-function.
13655         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13656         (smie-setup): Use add-function to set it.
13658 2013-05-24  Sam Steingold  <sds@gnu.org>
13660         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13661         argument (before the `interactive' argument).
13663 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13665         * image-mode.el (image-mode-winprops): Add winprops to
13666         image-mode-winprops-alist before running
13667         image-mode-new-window-functions.
13668         * doc-view.el (doc-view-new-window-function): Don't delay
13669         doc-view-goto-page via timers (bug#14435).
13671 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
13673         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
13674         (doc-view-desktop-save-buffer): New function.
13675         (doc-view-restore-desktop-buffer): New function.
13676         (desktop-buffer-mode-handlers):
13677         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13678         handler.
13679         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13680         `desktop-save-buffer' function.
13682 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
13684         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13685         (tramp-gvfs-file-name-handler): Raise a user error when
13686         `tramp-gvfs-enabled' is nil.
13687         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13688         Do not raise a user error when loading package.  (Bug#14447)
13690         * net/xesam.el: Move to obsolete/.
13692 2013-05-24  Glenn Morris  <rgm@gnu.org>
13694         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13696         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13698         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13699         (Info-find-node, Man-getpage-in-background): Declare.
13701         * mail/unrmail.el (unrmail):
13702         Replace obsolete detect-coding-with-priority.
13704         * net/socks.el (socks-split-string): Use this rather than split-string.
13705         (socks-nslookup-host): Update for above change.
13706         (dynamic-choice, s5-dynamic-choice-match)
13707         (s5-dynamic-choice-match-inline, s5-widget-value-create):
13708         Comment out unused code.
13710         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13711         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13712         (gud-tooltip-echo-area): Make obsolete.
13713         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13715         * progmodes/js.el (js--optimize-arglist): Declare.
13717         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13719         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13720         (ediff-window-C): Declare.
13722         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13723         Tweak requires to silence compiler.
13725         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13726         (he-search-string, he-tried-table, he-expand-list)
13727         (he-init-string, he-string-member, he-substitute-string)
13728         (he-reset-string): Declare.
13730         * obsolete/options.el (list-options): Use custom-variable-p,
13731         rather than obsolete alias.
13733 2013-05-23  Sam Steingold  <sds@gnu.org>
13735         * simple.el (shell-command-on-region): Pass the `replace' argument
13736         down to `call-process-region' to comply with the doc as reported on
13737         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13739 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13741         * emacs-lisp/smie.el (smie-indent-forward-token)
13742         (smie-indent-backward-token): Handle string tokens (bug#14381).
13744 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13746         * ielm.el (ielm-menu): New menu.
13747         (inferior-emacs-lisp-mode): Set comment-start.
13749 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13751         * textmodes/reftex.el (reftex-ref-style-toggle):
13752         Fix deactivate action.
13754         * textmodes/reftex-vars.el (reftex-ref-style-alist):
13755         Add cleveref macros.
13757         * textmodes/reftex-parse.el
13758         (reftex-locate-bibliography-files): Accept options for
13759         bibliography commands.
13760         * textmodes/reftex-vars.el (reftex-bibliography-commands):
13761         Add addbibresource.  Basic Biblatex support.
13763 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
13765         * net/tramp-gvfs.el (top):
13766         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13767         when loading package.  (Bug#14447)
13769 2013-05-23  Glenn Morris  <rgm@gnu.org>
13771         * progmodes/js.el: No need to load comint when compiling.
13772         (ring-insert, comint-send-string, comint-send-input)
13773         (comint-last-input-end, ido-chop): Declare.
13775         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13776         * vc/ediff-mult.el: Adjust requires.
13777         (ediff-directories-internal, ediff-directory-revisions-internal)
13778         (ediff-patch-file-internal): Declare.
13779         * vc/ediff-ptch.el: Adjust requires.
13780         (ediff-use-last-dir, ediff-buffers-internal): Declare.
13781         (ediff-find-file): Autoload.
13782         * vc/ediff-util.el: No need to load ediff when compiling.
13783         (ediff-regions-internal): Declare.
13784         * vc/ediff-wind.el: Adjust requires.
13785         (ediff-compute-toolbar-width): Define when compiling.
13786         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13787         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13788         (dired-get-filename, dired-get-marked-files)
13789         (ediff-last-dir-patch, ediff-patch-default-directory)
13790         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13791         (ediff-patch-buffer-internal): Declare.
13793         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13794         (ispell-process, ispell-buffer-local-words, lm-summary)
13795         (lm-section-start, lm-section-end): Declare.
13796         (checkdoc-ispell-init): Simplify.
13798         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13799         (he-string-member, he-reset-string, he-substitute-string): Declare.
13801         * eshell/em-ls.el: Adjust requires.
13802         (eshell-glob-regexp): Declare.
13803         * eshell/em-tramp.el: Adjust requires.
13804         (eshell-parse-command): Autoload.
13805         * eshell/em-xtra.el: Adjust requires.
13806         (eshell-parse-command): Autoload.
13807         * eshell/esh-ext.el: Adjust requires.
13808         (eshell-parse-command, eshell-close-handles): Autoload.
13809         * eshell/esh-io.el: Adjust requires.
13810         (eshell-output-filter): Autoload.
13811         * eshell/esh-util.el: No need to load tramp when compiling.
13812         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13813         Declare.
13814         (eshell-parse-ange-ls): Require ange-ftp and tramp.
13815         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13816         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13817         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13818         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13819         * eshell/esh-opt.el, eshell/esh-proc.el:
13820         * eshell/esh-var.el: Adjust requires.
13821         * eshell/eshell.el: Do not require esh-util twice.
13822         (eshell-add-input-to-history): Declare.
13823         (eshell-command): Check history module is active before using it.
13825         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13827 2013-05-22  Leo Liu  <sdl.web@gmail.com>
13829         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13831 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
13833         * autorevert.el (auto-revert-notify-add-watch)
13834         (auto-revert-notify-handler): Add `attrib' for the inotify case,
13835         it indicates changes in file modification time.
13837 2013-05-22  Glenn Morris  <rgm@gnu.org>
13839         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13840         Always delete the autoloaded function from the noruntime and
13841         unresolved functions lists.
13843         * allout.el: No need to load epa, epg, overlay when compiling.
13844         (epg-context-set-passphrase-callback, epg-list-keys)
13845         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13846         (epg-key-user-id-list): Declare.
13848         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13849         (viper-set-parsing-style-toggling-macro)
13850         (viper-set-emacs-state-searchstyle-macros):
13851         Use called-interactively-p on Emacs.
13852         (viper-looking-back): Make it an obsolete alias.  Update callers.
13853         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13854         Use looking-back rather than viper-looking-back.
13855         (viper-tmp-insert-at-eob, viper-enlarge-region)
13856         (viper-read-string-with-history, viper-register-to-point)
13857         (viper-append-to-register, viper-change-state-to-vi)
13858         (viper-backward-char-carefully, viper-forward-char-carefully)
13859         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13860         (viper-change-state-to-emacs): Declare.
13861         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13862         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13863         * emulation/viper-mous.el: Do not load viper-cmd.
13864         (viper-backward-char-carefully, viper-forward-char-carefully)
13865         (viper-forward-word, viper-adjust-window): Declare.
13867         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13869         * progmodes/idlw-help.el (idlwave-help-fontify):
13870         Use called-interactively-p.
13872         * term/w32console.el (w32-get-console-codepage)
13873         (w32-get-console-output-codepage): Declare.
13875         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13876         Remove unnecessary declarations.
13877         (dframe-message): Doc fix.
13879         * info.el (dframe-select-attached-frame, dframe-current-frame):
13880         Declare.
13882         * speedbar.el (speedbar-message): Make it an obsolete alias.
13883         Update all callers.
13884         (speedbar-with-attached-buffer)
13885         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13886         (speedbar-with-writable): Use backquote.
13887         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13888         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13889         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13890         rather than speedbar- aliases.
13891         * mail/rmail.el: Load dframe rather than speedbar when compiling.
13892         (speedbar-make-specialized-keymap, speedbar-insert-button)
13893         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13894         (speedbar-do-function-pointer): Declare.
13895         (rmail-speedbar-button, rmail-speedbar-find-file)
13896         (rmail-speedbar-move-message):
13897         Use dframe-with-attached-buffer rather than speedbar- alias.
13898         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13899         (dframe-message, speedbar-make-specialized-keymap)
13900         (speedbar-add-expansion-list, speedbar-mode-functions-list)
13901         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13902         (speedbar-insert-button, dframe-select-attached-frame)
13903         (dframe-maybee-jump-to-attached-frame)
13904         (speedbar-change-initial-expansion-list)
13905         (speedbar-previously-used-expansion-list-name): Declare.
13906         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13907         Use dframe-message, dframe-with-attached-buffer rather than
13908         speedbar- aliases.
13909         (gud-sentinel): Silence compiler.
13910         * progmodes/vhdl-mode.el (speedbar-refresh)
13911         (speedbar-do-function-pointer, speedbar-add-supported-extension)
13912         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13913         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13914         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13915         (speedbar-file-lists, speedbar-make-tag-line)
13916         (speedbar-line-directory, speedbar-goto-this-file)
13917         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13918         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13919         (speedbar-make-button, speedbar-reset-scanners)
13920         (speedbar-files-item-info, speedbar-line-text)
13921         (speedbar-find-file-in-frame, speedbar-set-timer)
13922         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13923         (speedbar-with-writable): Do not (re)define it.
13924         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13925         rather than speedbar- alias.
13927 2013-05-21  Leo Liu  <sdl.web@gmail.com>
13929         * progmodes/octave.el (octave-mode-menu): Update and re-organize
13930         menu items.
13931         (octave-mode): Tweak fill-nobreak-predicate.
13932         (inferior-octave-startup): Check process to avoid infinite loop.
13933         (inferior-octave): Pop to buffer first to show abornmal process
13934         exit information.
13936 2013-05-21  Glenn Morris  <rgm@gnu.org>
13938         * printing.el (pr-menu-bar): Define when compiling.
13940 2013-05-21  Leo Liu  <sdl.web@gmail.com>
13942         * progmodes/octave.el (octave-auto-fill): Remove.
13943         (octave-indent-new-comment-line): Improve.
13944         (octave-mode): Use auto fill mode through
13945         comment-line-break-function and fill-nobreak-predicate.
13946         (octave-goto-function-definition): Support DEFUN_DLD.
13947         (octave-beginning-of-defun): Small tweak.
13948         (octave-help): Show parent directory.
13950 2013-05-21  Glenn Morris  <rgm@gnu.org>
13952         * files.el (dired-unmark):
13953         * progmodes/gud.el (gdb-input): Update declarations.
13955         * calculator.el (electric, ehelp): No need to load when compiling.
13956         (Electric-command-loop, electric-describe-mode): Declare.
13958         * doc-view.el (doc-view-current-converter-processes): Move before use.
13960         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13961         Move MODE-set-explicitly definition before use.
13963         * international/mule-diag.el (mule-diag):
13964         Don't use obsolete window-system-version.
13966         * mail/feedmail.el (smtpmail): No need to load when compiling.
13967         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13969         * mail/mail-utils.el (rfc822): No need to load when compiling.
13970         (rfc822-addresses): Autoload it.
13971         (mail-strip-quoted-names): Trivial simplification.
13973         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13974         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13976         * net/snmp-mode.el (tempo): Don't duplicate requires.
13978         * progmodes/prolog.el (info): No need to load when compiling.
13979         (comint): Require before shell requires it.
13980         (Info-goto-node): Autoload it.
13981         (Info-follow-nearest-node): Declare.
13982         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13984         * textmodes/artist.el (picture-mode-exit): Declare.
13986         * textmodes/reftex-parse.el (reftex-parse-from-file):
13987         Trivial rewrite so the compiler can parse it better.
13989 2013-05-20  Leo Liu  <sdl.web@gmail.com>
13991         * progmodes/octave.el (octave-help-mode-map)
13992         (octave-help-mode-finish-hook): New variables.
13993         (octave-help-mode, octave-help-mode-finish): New functions.
13994         (octave-help): Use octave-help-mode.
13996 2013-05-20  Glenn Morris  <rgm@gnu.org>
13998         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
14000 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
14002         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14003         start at point, so that expansion starting right after opening
14004         slash in a regexp is recognized.
14005         (ruby-syntax-before-regexp-re): New defvar, extracted from
14006         ruby-syntax-propertize-function.  Since the value of this regexp
14007         is looked up at runtime now, we should be able to turn
14008         `ruby-syntax-methods-before-regexp' into a defcustom later.
14009         (ruby-syntax-propertize-function): Split regexp matching into two
14010         parts, for opening and closing slashes.  That allows us to skip
14011         over string interpolations and support multiline regexps.
14012         Don't call `ruby-syntax-propertize-expansions', instead use another rule
14013         for them, which calls `ruby-syntax-propertize-expansion'.
14014         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14015         call to `ruby-syntax-propertize-function'.
14016         (ruby-syntax-propertize-expansion): Extracted from
14017         `ruby-syntax-propertize-expansions'.  Handles one expansion.
14018         (ruby-syntax-propertize-percent-literal): Leave point right after
14019         the percent symbol, so that the expression expansion rule can
14020         propertize the contents.
14021         (ruby-syntax-propertize-heredoc): Leave point at bol following the
14022         heredoc openers.
14023         (ruby-syntax-propertize-expansions): Remove.
14025 2013-05-18  Juri Linkov  <juri@jurta.org>
14027         * man.el (Man-default-man-entry): Remove `-' from the end
14028         of the default value.  (Bug#14400)
14030 2013-05-18  Glenn Morris  <rgm@gnu.org>
14032         * comint.el (comint-password-prompt-regexp):
14033         Allow "password for XXX" where XXX contains colons (eg https://...).
14035 2013-05-18  Leo Liu  <sdl.web@gmail.com>
14037         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14038         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
14039         (octave-source-directories): Don't check process.
14040         (octave-source-directories, octave-find-definition): Doc fix.
14042 2013-05-18  Glenn Morris  <rgm@gnu.org>
14044         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14045         Remove backspace/delete bindings.  (Bug#14392)
14047         * cus-dep.el (custom-make-dependencies): Sort the output.
14048         (custom-versions-load-alist): Convert comment to doc.
14050 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14052         * newcomment.el (comment-search-backward): Stricter in finding
14053         comment start.  (Bug#14303)
14055         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14056         (octave-comment-start-skip): Properly anchored.
14058 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14060         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14061         Clean up when turned off.  (Bug#14395)
14062         (smie--highlight-matching-block-overlay): No longer buffer-local.
14063         (smie-highlight-matching-block): Adjust.
14065 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14067         Doc string fix for "nanoseconds" (Bug#14406).
14068         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14069         Fix doc string typo that had "nanoseconds" instead of "microseconds".
14071 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
14073         * calc/calc-units.el (math-extract-units): Preserve powers
14074         of units.
14076 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14078         * subr.el (delete-consecutive-dups): New function.
14079         * ido.el (ido-set-matches-1): Use it.
14080         * progmodes/octave.el (inferior-octave-completion-table): Use it.
14081         * ido.el (ido-remove-consecutive-dups): Remove.
14083 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14085         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14086         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14087         regexp-opt's `words'.
14089 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14091         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14092         (smie--highlight-matching-block-overlay)
14093         (smie--highlight-matching-block-lastpos)
14094         (smie--highlight-matching-block-timer): New variables.
14095         (smie-highlight-matching-block): New function.
14096         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
14097         (smie-setup): Conditionally enable smie-blink-matching-open.
14099 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
14101         Sync with upstream verilog-mode r840.
14102         * progmodes/verilog-mode.el (verilog-mode-version)
14103         (verilog-mode-release-date): Update.
14104         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14105         (verilog-sig-tieoff): Fix string error on
14106         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
14107         (verilog-read-decls): Fix parameters confusing
14108         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
14110 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
14112         * subr.el (reveal-filename): New function.
14114         * loadup.el: Compute Emacs executable versions on MS-Windows,
14115         where executables have the .exe extension.  Add a hard link
14116         emacs-XX.YY.ZZ.exe on MS-Windows.
14118         * Makefile.in (XARGS_LIMIT): New variable.
14119         (custom-deps, finder-data, autoloads)
14120         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14121         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14122         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14123         (compile-main): Limit xargs according to $(XARGS_LIMIT).
14125 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14127         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14128         (octave-mode-menu, octave-mode-map): Remove its uses.
14130 2013-05-16  Reto Zimmermann  <reto@gnu.org>
14132         Sync with upstream vhdl mode v3.34.2.
14133         * progmodes/vhdl-mode.el: Use `push' throughout.
14134         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14135         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14136         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
14137         (vhdl-actual-generic-name): New option to derive actual generic name.
14138         (vhdl-port-paste-signals): Replace formal by actual generics.
14139         (vhdl-beautify): New name for old group vhdl-align.  Update users.
14140         (vhdl-beautify-options): New option.
14141         (vhdl-last-input-event): New compat alias.  Use throughout.
14142         (vhdl-goto-line): Replace user level function `goto-line'.
14143         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14144         vhdl-fix-statement-buffer.
14145         (vhdl-create-mode-menu): Add some entries.
14146         (vhdl-align-region-groups): Respect vhdl-beautify-options.
14147         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14148         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14149         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14150         to force statements on one line.
14151         (vhdl-remove-trailing-spaces-region):
14152         New, split from vhdl-remove-trailing-spaces.
14153         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14154         Respect vhdl-beautify-options.
14155         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14156         (vhdl-update-sensitivity-list): Not add with index if exists without.
14157         Not include array index with signal.  Ignore keywords in comments.
14158         (vhdl-get-visible-signals): Regexp tweaks.
14159         (vhdl-template-component-inst): Handle empty library.
14160         (vhdl-template-type): Add template for 'enum' type.
14161         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14162         Use vhdl-replace-string.
14163         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14164         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14165         (vhdl-speedbar-initialize): Update for above name change.
14166         (vhdl-compose-wire-components): Fix in handling of constants.
14167         (vhdl-error-regexp-emacs-alist): New variable.
14168         (vhdl-error-regexp-add-emacs): New function;
14169         adds support for new compile.el (Emacs 22+)
14170         (vhdl-generate-makefile-1): Change target order for single lib. units.
14171         Allow use of absolute file names.
14173 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14175         * simple.el (prog-indent-sexp): Indent enclosing defun.
14177 2013-05-15  Glenn Morris  <rgm@gnu.org>
14179         * cus-start.el (show-trailing-whitespace): Move to editing basics.
14180         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14181         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14182         (whitespace-highlight): Move to whitespace group.
14184         * comint.el (comint-source):
14185         * pcmpl-linux.el (pcmpl-linux):
14186         * shell.el (shell-faces):
14187         * eshell/esh-opt.el (eshell-opt):
14188         * international/ccl.el (ccl): Remove empty custom groups.
14190         * completion.el (dynamic-completion-mode):
14191         * jit-lock.el (jit-lock-debug-mode):
14192         * minibuffer.el (completion-in-region-mode):
14193         * type-break.el (type-break-mode-line-message-mode)
14194         (type-break-query-mode):
14195         * emulation/tpu-edt.el (tpu-edt-mode):
14196         * progmodes/subword.el (global-subword-mode, global-superword-mode):
14197         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14198         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14200         * term/xterm.el (xterm): Change parent group to terminals.
14202         * master.el (master): Remove empty custom group.
14203         (master-mode): Remove unused :group argument.
14204         * textmodes/refill.el (refill): Remove empty custom group.
14205         (refill-mode): Remove unused :group argument.
14207         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14209         * cus-dep.el: Provide a feature.
14210         (custom-make-dependencies): Ignore dotfiles (dir-locals).
14211         Don't mistakenly ignore files whose basenames match a basename
14212         from preloaded-file-list (eg cedet/ede/simple.el).
14213         Add a fallback method for getting :group.
14215 2013-05-15  Juri Linkov  <juri@jurta.org>
14217         * isearch.el (isearch-char-by-name): Rename from
14218         `isearch-insert-char-by-name'.  Doc fix.
14219         (isearch-forward): Mention `isearch-char-by-name' in
14220         the docstring.  (Bug#13348)
14222         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14223         `exit-minibuffer' instead of
14224         `isearch-nonincremental-exit-minibuffer'.
14225         (isearch-edit-string): Remove mention of
14226         `isearch-nonincremental-exit-minibuffer' from docstring.
14227         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14228         (isearch-forward-exit-minibuffer)
14229         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
14231 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14233         * loadup.el: Just use unversioned DOC.
14235         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14236         literals as extending to EOB.
14237         (nxml-last-fontify-end): Remove unused variable.
14238         (nxml-after-change1): Use with-silent-modifications.
14239         (nxml-extend-after-change-region): Simplify.
14240         (nxml-extend-after-change-region1): Remove function.
14241         (nxml-after-change1): Don't adjust for dependent regions.
14242         (nxml-fontify-matcher): Simplify.
14243         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14244         (xmltok-add-dependent): Remove function.
14245         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14246         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14247         (xmltok-scan-prolog-after-processing-instruction-open): Treat
14248         unclosed <[[, <?, comment, and other literals as extending to EOB.
14249         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14250         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14251         Remove functions.
14252         (rng-do-some-validation-1): Don't mark dependent regions.
14253         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14254         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14255         (nxml-clear-dependent-regions): Remove functions.
14256         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14257         (nxml-ensure-scan-up-to-date):
14258         Don't clear&mark dependent regions.
14260 2013-05-15  Leo Liu  <sdl.web@gmail.com>
14262         * progmodes/octave.el (octave-goto-function-definition):
14263         Improve and fix callers.
14265 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14267         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14268         the setter (bug#14387).
14270         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14271         surrounding group (bug#14402).
14273 2013-05-14  Juri Linkov  <juri@jurta.org>
14275         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14276         (Bug#14390)
14278 2013-05-14  Glenn Morris  <rgm@gnu.org>
14280         * progmodes/f90.el (f90-imenu-generic-expression):
14281         Fix typo in 2013-05-08 change.  (Bug#14402)
14283 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14285         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14286         Remove signals for which replies are never received.
14288 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14290         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14291         (gdb-handler-alist, gdb-handler-number): Remove variables.
14292         (gdb-handler-list): New variable.
14293         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14294         (gdb-pending-handler-p, gdb-handle-reply)
14295         (gdb-remove-all-pending-triggers): New functions.
14296         (gdb-discard-unordered-replies): New defcustom.
14297         (gdb-handler): New defstruct.
14298         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
14299         instead of gdb-pending-triggers.  Update docstring.
14300         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
14301         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14302         (gdb-var-update-handler, def-gdb-auto-update-trigger)
14303         (def-gdb-auto-update-handler, gdb-get-changed-registers)
14304         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14305         (gdb-frame-handler): Pending triggers are now automatically managed.
14306         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14307         Remove argument.
14308         (gdb-input): Automatically handles pending triggers.  Update docstring.
14309         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14310         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14311         Update comments.
14312         (gdb-done-or-error): Now use gdb-handle-reply.
14314 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14316         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14317         gdb-debug-log.
14319 2013-05-14  Glenn Morris  <rgm@gnu.org>
14321         * subr.el (user-emacs-directory-warning): New option.
14322         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
14324 2013-05-14  Leo Liu  <sdl.web@gmail.com>
14326         * progmodes/octave.el (octave-font-lock-keywords): Fix error
14327         during redisplay.
14328         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14329         (octave-font-lock-texinfo-comment): Fix invalid search bound
14330         error: wrong side of point.
14332 2013-05-14  Glenn Morris  <rgm@gnu.org>
14334         * progmodes/flymake.el (flymake-xml-program): New option.
14335         (flymake-xml-init): Use it.
14337         * term/xterm.el: Provide a feature.
14339         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
14341 2013-05-13  Glenn Morris  <rgm@gnu.org>
14343         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14344         Add compat aliases as a hack workaround.  (Bug#14384)
14346 2013-05-13  Leo Liu  <sdl.web@gmail.com>
14348         * progmodes/octave.el (octave-indent-comment): Fix indentation for
14349         ###, and %!.
14350         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14351         C-M-q.
14352         (octave-comment-start-skip): Include %!.
14353         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14355 2013-05-12  Leo Liu  <sdl.web@gmail.com>
14357         * progmodes/octave.el (inferior-octave-startup): Store the value
14358         of __octave_srcdir__ for octave-source-directories.
14359         (inferior-octave-check-process): New function refactored out of
14360         inferior-octave-send-list-and-digest.
14361         (octave-source-directories)
14362         (octave-find-definition-filename-function): New variables.
14363         (octave-source-directories)
14364         (octave-find-definition-default-filename): New functions.
14365         (octave-find-definition): Improve to find functions implemented in C++.
14367 2013-05-12  Glenn Morris  <rgm@gnu.org>
14369         * calendar/diary-lib.el (diary-outlook-format-1):
14370         Don't include dayname in the output.  (Bug#14349)
14372 2013-05-11  Glenn Morris  <rgm@gnu.org>
14374         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14376         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14377         Treat cc-provide like provide.
14379 2013-05-11  Kevin Ryde  <user42@zip.com.au>
14381         * cus-dep.el (custom-make-dependencies):
14382         Use generated-autoload-load-name for the sake of files such
14383         such cedet/semantic/bovine/c.el, where the base file name
14384         is not in load-path.  (Bug#5277)
14386 2013-05-11  Glenn Morris  <rgm@gnu.org>
14388         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14389         Provide features.
14391 2013-05-11  Leo Liu  <sdl.web@gmail.com>
14393         * progmodes/octave.el (octave-indent-comment): Improve.
14394         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14395         (octave-eldoc-function-signatures, octave-eldoc-function):
14396         New functions.
14397         (octave-mode, inferior-octave-mode): Add eldoc support.
14399 2013-05-11  Richard Stallman  <rms@gnu.org>
14401         * epa.el (epa-decrypt-file): Take output file name as argument
14402         and read it using `interactive'.
14404 2013-05-11  Leo Liu  <sdl.web@gmail.com>
14406         * progmodes/octave.el (octave-beginning-of-line)
14407         (octave-end-of-line): Check before using up-list because it jumps
14408         out of more syntactic contructs since moving to smie.
14409         (octave-indent-comment): New function.
14410         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
14411         (octave-begin-keywords, octave-end-keywords)
14412         (octave-reserved-words, octave-smie-bnf-table)
14413         (octave-smie-rules): Add new keywords from Octave 3.6.4.
14415 2013-05-11  Glenn Morris  <rgm@gnu.org>
14417         * faces.el (internal-face-x-get-resource):
14418         * frame.el (ns-display-monitor-attributes-list):
14419         * calc/calc-aent.el (math-to-radians-2):
14420         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14421         Fix declarations.
14423         * calc/calc-menu.el: Make it loadable in isolation.
14425         * net/eudcb-bbdb.el: Make it loadable without bbdb.
14426         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14427         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14428         (eudc-bbdb-query-internal): Require 'bbdb.
14430         * lpr.el (lpr-headers-switches):
14431         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14433         * progmodes/sql.el (sql-login-params): Fix and improve :type.
14435         * emulation/edt-mapper.el: In batch mode, error rather than hang.
14437         * term.el (term-set-escape-char): Make it idempotent.
14439 2013-05-10  Leo Liu  <sdl.web@gmail.com>
14441         * progmodes/octave.el (inferior-octave-completion-table):
14442         No longer a function and all uses changed.  Use cache to speed up
14443         completion due to bug#11906.
14444         (octave-beginning-of-defun): Re-write to be more general.
14446 2013-05-10  Glenn Morris  <rgm@gnu.org>
14448         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14450 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14452         * comint.el (comint-redirect-send-command-to-process): Use :around
14453         rather than :override for comint-redirect-filter.
14454         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14455         Call it instead of comint-redirect-original-filter-function (which
14456         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
14458 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
14460         * frame.el (display-monitor-attributes-list): Add NS case.
14461         (ns-display-monitor-attributes-list): Declare.
14463 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
14465         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
14467 2013-05-09  Glenn Morris  <rgm@gnu.org>
14469         * international/fontset.el (vertical-centering-font-regexp):
14470         Set standard-value.
14472         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14474         * bookmark.el (bookmark-search-delay):
14475         * cus-start.el (vertical-centering-font-regexp):
14476         * ps-mule.el (ps-mule-font-info-database-default):
14477         * ps-print.el (ps-default-fg, ps-default-bg):
14478         * type-break.el (type-break-good-break-interval):
14479         * whitespace.el (whitespace-indentation-regexp)
14480         (whitespace-space-after-tab-regexp):
14481         * emacs-lisp/testcover.el (testcover-1value-functions)
14482         (testcover-noreturn-functions, testcover-progn-functions)
14483         (testcover-prog1-functions):
14484         * emulation/viper-init.el (viper-emacs-state-cursor-color):
14485         * eshell/em-glob.el (eshell-glob-translate-alist):
14486         * play/tetris.el (tetris-tty-colors):
14487         * progmodes/cpp.el (cpp-face-default-list):
14488         * progmodes/flymake.el (flymake-allowed-file-name-masks):
14489         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14490         (idlwave-help-browser-generic-args):
14491         * progmodes/make-mode.el (makefile-special-targets-list):
14492         * progmodes/python.el (python-shell-virtualenv-path):
14493         * progmodes/verilog-mode.el (verilog-active-low-regexp)
14494         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14495         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14496         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14497         * textmodes/reftex-vars.el (reftex-format-label-function):
14498         * textmodes/remember.el (remember-diary-file): Fix custom types.
14500         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14501         Add :version.
14503 2013-05-09  Leo Liu  <sdl.web@gmail.com>
14505         * progmodes/octave.el (inferior-octave-completion-at-point):
14506         Restore file completion.  (Bug#14300)
14507         (inferior-octave-startup): Fix incorrect highlighting for the
14508         first prompt.
14510 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14512         * progmodes/ruby-mode.el: First cut at SMIE support.
14513         (ruby-use-smie): New var.
14514         (ruby-smie-grammar): New constant.
14515         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14516         (ruby-smie--forward-token, ruby-smie--backward-token)
14517         (ruby-smie-rules): New functions.
14518         (ruby-mode-variables): Setup SMIE if applicable.
14520 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
14522         * simple.el (line-move-visual): Signal beginning/end of buffer
14523         only if vertical-motion moved less than it was requested.  Avoids
14524         silly incorrect error messages when there are display strings with
14525         multiple newlines at EOL.
14527 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14529         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14530         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14531         (prolog-char-quote-workaround):
14532         * progmodes/cperl-mode.el (cperl-under-as-char):
14533         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14534         Mark as obsolete.
14535         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14536         their declaration.
14537         (vhdl-mode-syntax-table-init): Remove.
14539         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14540         last change.
14542         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14543         syntax for "_".
14544         (ld-script-font-lock-keywords):
14545         Change regexps to use things like \_< and \_>.
14547         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14548         Change all regexps to use things like \_< and \_>.
14550         * progmodes/autoconf.el (autoconf-definition-regexp)
14551         (autoconf-font-lock-keywords, autoconf-current-defun-function):
14552         Handle a _ with symbol syntax.
14553         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14555         * progmodes/ada-mode.el (ada-mode-abbrev-table):
14556         Consolidate declaration.
14557         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14558         the declaration.
14559         (ada-create-syntax-table): Remove.
14560         (ada-capitalize-word): Don't mess with the syntax of "_" since it
14561         already has the right syntax nowadays.
14562         (ada-goto-next-word): Don't change the syntax of "_".
14564         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14565         with-wrapper-hook.
14567 2013-05-08  Sam Steingold  <sds@gnu.org>
14569         * thingatpt.el (thing-at-point): Accept optional second argument
14570         NO-PROPERTIES to strip the text properties from the return value.
14571         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14572         to `thing-at-point' instead of stripping the properties ourselves.
14573         Also, when `thing-at-point' fails to find a url, prepend "http://"
14574         to the filename at point on the assumption that the user is
14575         pointing at something like gnu.org/gnu.
14577 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
14579         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14580         * faces.el (crm-separator):
14581         Silence byte-compiler.
14583         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14584         (tool-bar-map): Remove unneeded defvars.
14586 2013-05-08  Leo Liu  <sdl.web@gmail.com>
14588         Re-work a fix for bug#10994 based on Le Wang's patch.
14589         * ido.el (ido-remove-consecutive-dups): New helper.
14590         (ido-completing-read): Use it.
14591         (ido-chop): Revert fix for bug#10994.
14593 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
14595         * cus-edit.el (custom-save-variables):
14596         Pretty-print long values.  (Bug#14187)
14598 2013-05-08  Glenn Morris  <rgm@gnu.org>
14600         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14601         (m4-mode-syntax-table): Init in the defvar.
14602         (m4-mode-abbrev-table): Let define-derived-mode define it.
14604 2013-05-08  Tom Tromey  <tromey@redhat.com>
14606         * progmodes/m4-mode.el (m4-mode-syntax-table):
14607         Do not treat "_" as word constituent.  (Bug#14167)
14609 2013-05-07  Glenn Morris  <rgm@gnu.org>
14611         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14612         Remove explicit eshell-isearch-cancel-map.
14614         * progmodes/f90.el (f90-smart-end-names): New option.
14615         (f90-smart-end): Doc fix.
14616         (f90-end-block-optional-name): New constant.
14617         (f90-block-match): Respect f90-smart-end-names.
14619 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14621         * progmodes/octave.el (octave-smie-forward-token): Be more careful
14622         about implicit semi-colons (bug#14218).
14624 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14626         * frame.el (display-monitor-attributes-list)
14627         (frame-monitor-attributes): New functions.
14629 2013-05-06  Leo Liu  <sdl.web@gmail.com>
14631         * progmodes/octave.el (octave-syntax-propertize-function): Change
14632         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
14633         (octave-font-lock-keywords): Use octave-operator-regexp.
14634         (octave-completion-at-point): Rename from
14635         octave-completion-at-point-function.
14636         (inferior-octave-directory-tracker): Robustify.
14637         (octave-text-functions): Remove and fix its uses.  No such things
14638         any more.
14640 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14642         * emacs-lisp/trace.el (trace--display-buffer): New function.
14643         (trace-make-advice): Use it.
14645 2013-05-06  Juri Linkov  <juri@jurta.org>
14647         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
14648         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14649         Doc fix.
14650         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14651         in the help string.  (Bug#12985)
14653 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
14655         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
14657 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14659         * progmodes/perl-mode.el: Add support for here documents.
14660         (perl-syntax-propertize-function): Match here-doc markers.
14661         (perl-syntax-propertize-special-constructs): Find their end.
14662         (perl-imenu-generic-expression): Use [:alnum:].
14664         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14665         (advice--add-function): Refresh the advice if already present
14666         (bug#14317).
14668 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
14670         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
14672 2013-05-06  Glenn Morris  <rgm@gnu.org>
14674         * w32-fns.el (w32-charset-info-alist): Declare.
14676         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14677         of its defcustom properties.
14678         (eshell-cmpl-initialize): No need to load pcomplete.
14680         * generic-x.el: No need to require comint when compiling.
14682         * net/eudc-export.el: Make it loadable without bbdb.
14683         (top-level): Use require rather than load-library.
14684         (eudc-create-bbdb-record, eudc-bbdbify-phone)
14685         (eudc-batch-export-records-to-bbdb)
14686         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14687         Require bbdb.
14689 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14691         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14692         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14693         some tweaks, instead.
14695 2013-05-05  Leo Liu  <sdl.web@gmail.com>
14697         * progmodes/octave.el (octave-font-lock-keywords)
14698         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14699         (inferior-octave-send-list-and-digest): Improve error message.
14700         (octave-mode, inferior-octave-mode): Use setq-local.
14701         (octave-help): Set info-lookup-mode.
14703 2013-05-05  Richard Stallman  <rms@gnu.org>
14705         * vc/compare-w.el (compare-windows-whitespace):
14706         Treat no-break space as whitespace.
14708         * mail/rmailsum.el (rmail-summary-rmail-update):
14709         Detect empty summary and don't change selected message.
14710         (rmail-summary-goto-msg): Likewise.
14712         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14713         Doc fixes, rename args.
14715 2013-05-05  Alan Mackenzie  <acm@muc.de>
14717         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14719 2013-05-05  Juri Linkov  <juri@jurta.org>
14721         * info.el (Info-read-subfile): Use (point-min) instead of (point)
14722         to not add the length of the summary segment to the return value.
14723         (Bug#14125)
14725 2013-05-05  Leo Liu  <sdl.web@gmail.com>
14727         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14728         (inferior-octave-output-filter): Remove.
14729         (octave-send-region, inferior-octave-startup): Fix callers.
14730         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14731         (octave-binary-file-extensions): New user variable.
14732         (octave-find-definition): Confirm if opening binary files.
14733         (octave-help-file): Use octave-find-definition to get the binary
14734         confirmation.
14735         (octave-help): Adjust for octave-help-file change.
14737 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14739         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14740         Merge the two entries that handle function definitions.
14741         (pascal--syntax-propertize): New const.
14742         (pascal-mode): Use it.  Use setq-local.
14744 2013-05-04  Glenn Morris  <rgm@gnu.org>
14746         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14747         (diary-from-outlook): Respect diary-from-outlook-function.
14749 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14751         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14752         Move the declaration from C.
14753         (read-minibuffer, eval-minibuffer): Move from C.
14754         (completion-setup-function): Avoid minibuffer-completion-contents.
14756 2013-05-03  Leo Liu  <sdl.web@gmail.com>
14758         * progmodes/octave.el (octave-font-lock-keywords): Do not
14759         dehighlight 'end' in comments or strings.
14760         (octave-completing-read, octave-goto-function-definition):
14761         New helpers.
14762         (octave-help-buffer): New user variable.
14763         (octave-help-file, octave-help-function): New button types.
14764         (octave-help): New command and bind it to C-h ;.
14765         (octave-find-definition): New command and bind it to M-.
14766         (user-error): Alias to error if not defined.
14768 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14770         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14771         for \.  (bug#14332)
14772         (octave-font-lock-keywords): Include [ and {.
14774 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14776         * progmodes/octave.el (inferior-octave-startup-file): Change default.
14777         (inferior-octave): Remove calling comint-mode and return the buffer.
14778         (inferior-octave-startup): Cosmetic changes.
14780 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14782         * progmodes/octave.el (octave-syntax-propertize-function):
14783         Include the case when ' is at line beginning.  (Bug#14336)
14785 2013-05-02  Glenn Morris  <rgm@gnu.org>
14787         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14788         * desktop.el (vc-dir-mode): Just autoload it here.
14790 2013-05-02  Alan Mackenzie  <acm@muc.de>
14792         Eliminate variable c-standard-font-lock-fontify-region-function.
14793         * progmodes/cc-mode.el
14794         (c-standard-font-lock-fontify-region-function): Remove.
14795         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14797 2013-05-01  Leo Liu  <sdl.web@gmail.com>
14799         * progmodes/octave.el: Compatible with older emacs-24 releases.
14800         (inferior-octave-has-built-in-variables): Remove.  Built-in
14801         variables were removed from Octave in 2007.
14802         (inferior-octave-startup): Fix uses.
14803         (comint-line-beginning-position): Remove compatibility code for
14804         emacs 21.
14806 2013-05-01  Juri Linkov  <juri@jurta.org>
14808         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
14810 2013-05-01  Juri Linkov  <juri@jurta.org>
14812         * comint.el (comint-previous-matching-input): Don't print message
14813         "History item: %d" when `isearch-mode' is active.
14814         (comint-history-isearch-message): Print message "History item: %d"
14815         when `comint-input-ring-index' is not empty and this function is
14816         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
14818 2013-05-01  Leo Liu  <sdl.web@gmail.com>
14820         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14821         definitions.  Use completion-at-point to insert keywords.
14822         (octave-abbrev-start): Remove.
14823         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14825 2013-04-30  Leo Liu  <sdl.web@gmail.com>
14827         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14828         change.
14830 2013-04-30  Alan Mackenzie  <acm@muc.de>
14832         Handle arbitrarily long C++ member initialisation lists.
14833         * progmodes/cc-engine.el (c-back-over-member-initializers):
14834         new function.
14835         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14836         (most) member init lists.
14838 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14840         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14841         variable.
14843 2013-04-30  Leo Liu  <sdl.web@gmail.com>
14845         * progmodes/octave.el (octave-variables): Remove.  No builtin
14846         variables any more.  All converted to functions.
14847         (octave-font-lock-keywords, octave-completion-at-point-function):
14848         Fix uses.
14849         (octave-font-lock-texinfo-comment): New user variable.
14850         (octave-texinfo-font-lock-keywords): New variable for texinfo
14851         comment block.
14852         (octave-function-comment-block): New face.
14853         (octave-font-lock-texinfo-comment): New function.
14854         (octave-mode): Font lock texinfo comment block.
14856 2013-04-29  Leo Liu  <sdl.web@gmail.com>
14858         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14859         indexing expression.
14860         (octave-continuation-string): Do not use \.
14861         (inferior-octave-complete-impossible): Remove.
14862         (inferior-octave-completion-table)
14863         (inferior-octave-completion-at-point): Remove its uses.
14864         (inferior-octave-startup): completion_matches was introduced to
14865         Octave in 1996 so safe to assume it.
14866         (octave-function-file-comment): Improve to follow how Octave does it.
14867         (octave-update-function-file-comment): Tweak.
14869 2013-04-29  Leo Liu  <sdl.web@gmail.com>
14871         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14872         (inferior-octave-startup): Remove inferior-octave-startup-hook.
14873         (octave-function-file-comment): Fix typo.
14874         (octave-sync-function-file-names): Use read-char-choice.
14876 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
14878         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14879         to t for the less important warnings.
14881 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
14883         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
14885 2013-04-27  Glenn Morris  <rgm@gnu.org>
14887         * vc/log-view.el (log-view-current-entry):
14888         Treat "---" separator lines as part of the following rev.  (Bug#14169)
14890 2013-04-27  Juri Linkov  <juri@jurta.org>
14892         * subr.el (read-number): Doc fix about using it by interactive
14893         code letter `n'.  (Bug#14254)
14895 2013-04-27  Juri Linkov  <juri@jurta.org>
14897         * desktop.el (desktop-auto-save-timeout): New option.
14898         (desktop-file-checksum): New variable.
14899         (desktop-save): Add optional arg `auto-save' and don't auto-save
14900         if nothing changed.
14901         (desktop-auto-save-timer): New variable.
14902         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14903         (after-init-hook): Call `desktop-auto-save-set-timer'.
14904         Suggested by Reuben Thomas <rrt@sc3d.org> in
14905         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14907 2013-04-27  Leo Liu  <sdl.web@gmail.com>
14909         * progmodes/octave.el (octave-function-file-p)
14910         (octave-skip-comment-forward, octave-function-file-comment)
14911         (octave-update-function-file-comment): New functions.
14912         (octave-mode-map): Bind C-c ; to
14913         octave-update-function-file-comment.
14914         (octave-mode-menu): Add octave-update-function-file-comment.
14915         (octave-mode, inferior-octave-mode): Fix doc-string.
14916         (octave-insert-defun): Conform to Octave's coding convention.
14917         (Bug#14285)
14919         * files.el (basic-save-buffer): Don't let errors in
14920         before-save-hook prevent saving buffer.
14922 2013-04-20  Roland Winkler  <winkler@gnu.org>
14924         * faces.el (read-face-name): Use completing-read if arg multiple
14925         is nil.
14927 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
14929         * ls-lisp.el (ls-lisp-insert-directory): If no files are
14930         displayed, move point to after the totals line.
14931         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14932         for the details.
14934 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14936         * emacs-lisp/package.el (package-autoload-ensure-default-file):
14937         Add current dir to the load-path.
14938         (package-generate-autoloads): Don't rely on
14939         autoload-ensure-default-file.
14941 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
14943         * textmodes/remember.el (remember-store-in-files): Document that
14944         the file name format is passed to `format-time-string'.
14946 2013-04-26  Leo Liu  <sdl.web@gmail.com>
14948         * progmodes/octave.el (octave-sync-function-file-names): New function.
14949         (octave-mode): Use it in before-save-hook.
14951 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14953         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14954         (bug#14274).
14956         * progmodes/octave.el (octave-smie-forward-token): Properly skip
14957         \n and comment, even if it's not an implicit ; (bug#14218).
14959 2013-04-26  Glenn Morris  <rgm@gnu.org>
14961         * subr.el (read-number): Once more use `read' rather than
14962         `string-to-number', to trap non-numeric input.  (Bug#14254)
14964 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
14966         * emacs-lisp/syntax.el (syntax-propertize-multiline):
14967         Use `syntax-multiline' text property consistently instead of
14968         `font-lock-multiline'.  (Bug#14237)
14970 2013-04-26  Glenn Morris  <rgm@gnu.org>
14972         * emacs-lisp/shadow.el (list-load-path-shadows):
14973         No longer necessary to check for duplicate simple.el, since
14974         2012-07-07 change to init_lread to not include installation lisp
14975         directories in load-path when running uninstalled.  (Bug#14270)
14977 2013-04-26  Leo Liu  <sdl.web@gmail.com>
14979         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14980         (octave-mode, inferior-octave-mode): Use setq-local.
14981         (octave-not-in-string-or-comment-p): Rename to
14982         octave-in-string-or-comment-p.
14983         (octave-in-comment-p, octave-in-string-p)
14984         (octave-in-string-or-comment-p): Replace defsubst with defun.
14986 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14988         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14990 2013-04-25  Bastien Guerry  <bzg@gnu.org>
14992         * textmodes/remember.el (remember-data-directory)
14993         (remember-directory-file-name-format): Fix custom types.
14995 2013-04-25  Leo Liu  <sdl.web@gmail.com>
14997         * progmodes/octave.el (octave-completion-at-point-function):
14998         Make use of inferior octave process.
14999         (octave-initialize-completions): Remove.
15000         (inferior-octave-completion-table): New function.
15001         (inferior-octave-completion-at-point): Use it.
15002         (octave-completion-alist): Remove.
15004 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15006         * progmodes/opascal.el: Use font-lock and syntax-propertize.
15007         (opascal-mode-syntax-table): New var.
15008         (opascal-literal-kind, opascal-is-literal-end)
15009         (opascal-literal-token-at): Rewrite.
15010         (opascal--literal-start-re, opascal-font-lock-keywords)
15011         (opascal--syntax-propertize): New constants.
15012         (opascal-font-lock-defaults): Adjust.
15013         (opascal-mode): Use them.  Set comment-<foo> variables as well.
15014         (delphi-comment-face, opascal-comment-face, delphi-string-face)
15015         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15016         (delphi-other-face, opascal-other-face): Remove face variables.
15017         (opascal-save-state): Remove macro.
15018         (opascal-fontifying-progress-step): Remove constant.
15019         (opascal--ignore-changes): Remove var.
15020         (opascal-set-token-property, opascal-parse-next-literal)
15021         (opascal-is-stable-literal, opascal-complete-literal)
15022         (opascal-is-literal-start, opascal-face-of)
15023         (opascal-parse-region, opascal-parse-region-until-stable)
15024         (opascal-fontify-region, opascal-after-change)
15025         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15026         (opascal-debug-parse-region, opascal-debug-parse-window)
15027         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15028         (opascal-debug-fontify-buffer): Remove.
15029         (opascal-debug-mode-map): Adjust accordingly.
15031 2013-04-25  Leo Liu  <sdl.web@gmail.com>
15033         Merge octave-mod.el and octave-inf.el into octave.el with some
15034         cleanups.
15035         * progmodes/octave.el: New file renamed from octave-mod.el.
15036         * progmodes/octave-inf.el: Merged into octave.el.
15037         * progmodes/octave-mod.el: Renamed to octave.el.
15039 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
15041         * textmodes/reftex-vars.el
15042         (reftex-label-ignored-macros-and-environments): New defcustom.
15044         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15046 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15048         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15049         (smie-indent-keyword): Improve the check to ensure that the next
15050         comment is really on the same line.
15051         (smie-indent-comment): Don't align with a subsequent closer (or eob).
15053         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15054         semi-colons if the line is not otherwise empty (bug#14218).
15056 2013-04-25  Glenn Morris  <rgm@gnu.org>
15058         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15060 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15062         * progmodes/opascal.el (opascal-set-token-property): Rename from
15063         opascal-set-text-properties and only set `token' (bug#14134).
15064         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15065         (opascal-literal-text-properties): Remove.
15066         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15067         Adjust callers.
15069 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
15071         * textmodes/remember.el (remember-handler-functions): Add an
15072         option for a new handler `remember-store-in-files'.
15073         (remember-data-directory, remember-directory-file-name-format):
15074         New options.
15075         (remember-store-in-files): New function to store remember notes
15076         as separate files within a directory.
15078 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
15080         * progmodes/compile.el (compilation-next-error-function):
15081         Pass "formats" to compilation-find-file (bug#11777).
15083 2013-04-24  Glenn Morris  <rgm@gnu.org>
15085         * vc/vc-bzr.el (vc-bzr-print-log):
15086         * vc/vc-hg.el (vc-hg-print-log):
15087         * vc/vc-svn.el (vc-svn-print-log):
15088         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
15090         * vc/vc-bzr.el (vc-bzr-print-log):
15091         * vc/vc-cvs.el (vc-cvs-print-log):
15092         * vc/vc-git.el (vc-git-print-log):
15093         * vc/vc-hg.el (vc-hg-print-log):
15094         * vc/vc-mtn.el (vc-mtn-print-log):
15095         * vc/vc-rcs.el (vc-rcs-print-log):
15096         * vc/vc-sccs.el (vc-sccs-print-log):
15097         * vc/vc-svn.el (vc-svn-print-log):
15098         * vc/vc.el (vc-print-log-internal): Doc fixes.
15100 2013-04-23  Glenn Morris  <rgm@gnu.org>
15102         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15103         Remove venerable code attempting to avoid substitute-command-keys.
15105 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
15107         * textmodes/reftex-vars.el (reftex-label-regexps):
15108         Call `reftex-compile-variables' after changes to this variable.
15110 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15112         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15113         Use lexical-binding.
15114         (jit-lock-force-redisplay): Use markers, check buffer's continued
15115         existence and beware narrowed buffers.
15116         (jit-lock-fontify-now): Adjust call accordingly.
15118 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15120         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15121         to avoid misleading the user.
15123 2013-04-22  Leo Liu  <sdl.web@gmail.com>
15125         * info-look.el: Prefer latex2e.info.  (Bug#14240)
15127 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
15129         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
15131         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15132         * net/tramp.el (tramp-call-process): ... here.
15133         (tramp-set-completion-function, tramp-parse-putty):
15134         * net/tramp-adb.el (tramp-adb-execute-adb-command):
15135         * net/tramp-gvfs.el (tramp-gvfs-send-command):
15136         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15137         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15138         (tramp-call-local-coding-command): Use `tramp-call-process'
15139         instead of `tramp-compat-call-process'.
15141         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15142         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15143         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15144         (tramp-find-inline-compress): Improve traces.
15145         (tramp-maybe-send-script): Check for Perl binary.
15146         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15148 2013-04-22  Daiki Ueno  <ueno@gnu.org>
15150         * epg.el (epg-context-pinentry-mode): New function.
15151         (epg-context-set-pinentry-mode): New function.
15152         (epg--start): Pass --pinentry-mode option to gpg command.
15154 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
15156         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15157         `comint-dynamic-complete' is obsolete since 24.1, replaced by
15158         `completion-at-point'.  (Bug#13774)
15160         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15161         default key binding for `describe-distribution' has been moved to
15162         `C-h C-o'.  (Bug#13970)
15164 2013-04-21  Glenn Morris  <rgm@gnu.org>
15166         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15167         Add doc strings.
15168         (vc-print-log): Clarify interactive prompt.
15170 2013-04-20  Glenn Morris  <rgm@gnu.org>
15172         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15173         No longer include timestamp etc information.
15175 2013-04-20  Roland Winkler  <winkler@gnu.org>
15177         * faces.el (read-face-name): Bug fix, return just one face if arg
15178         multiple is nil.  (Bug#14209)
15180 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15182         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15183         (remove-function): Autoload.
15185         * comint.el (comint-redirect-original-filter-function): Remove.
15186         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15187         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15188         (vc-cvs-annotate-command):
15189         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15190         * progmodes/prolog.el (prolog-consult-compile):
15191         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15192         Use add/remove-function instead.
15193         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15194         (gud-tooltip-process-output, gud-tooltip-tips):
15195         Use add/remove-function instead.
15196         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15197         (scheme-interaction-mode, exit-scheme-interaction-mode):
15198         Use add/remove-function instead.
15200         * vc/vc-dispatcher.el: Use lexical-binding.
15201         (vc--process-sentinel): Rename from vc-process-sentinel.
15202         Change last arg to be the code to run.  Don't use vc-previous-sentinel
15203         and vc-sentinel-commands any more.
15204         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
15205         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15207 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
15209         * progmodes/sh-script.el (sh-imenu-generic-expression):
15210         Handle function names with a single character.  (Bug#14111)
15212 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
15214         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15215         for subroutines defined in an eval (bug#14182).
15217 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15219         * bookmark.el (bookmark-completing-read): Improve handling of empty
15220         string (bug#14176).
15222 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15224         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15226 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15228         New faster Imenu implementation (bug#14058).
15229         * progmodes/python.el:
15230         (python-imenu-prev-index-position):
15231         (python-imenu-format-item-label-function)
15232         (python-imenu-format-parent-item-label-function)
15233         (python-imenu-format-parent-item-jump-label-function):
15234         New vars.
15235         (python-imenu-format-item-label)
15236         (python-imenu-format-parent-item-label)
15237         (python-imenu-format-parent-item-jump-label)
15238         (python-imenu--put-parent, python-imenu--build-tree)
15239         (python-imenu-create-index, python-imenu-create-flat-index)
15240         (python-util-popn): New functions.
15241         (python-mode): Set imenu-create-index-function to
15242         python-imenu-create-index.
15244 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15246         * winner.el (winner-active-region): Use region-active-p, activate-mark
15247         and deactivate-mark (bug#14225).
15249         * simple.el (deactivate-mark): Don't inline it.
15251 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
15253         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15255 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
15257         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15258         file extensions from the archive-mode entry in order to prefer
15259         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15261 2013-04-18  Leo Liu  <sdl.web@gmail.com>
15263         * bindings.el (help-event-list): Add ?\?.
15265 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15267         * subr.el (with-wrapper-hook): Declare obsolete.
15268         * simple.el (filter-buffer-substring-function): New hook.
15269         (filter-buffer-substring): Use it.
15270         (filter-buffer-substring-functions): Mark obsolete.
15271         * minibuffer.el (completion-in-region-function): New hook.
15272         (completion-in-region): Use it.
15273         (completion-in-region-functions): Mark obsolete.
15274         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15275         * abbrev.el (abbrev-expand-function): New hook.
15276         (expand-abbrev): Use it.
15277         (abbrev-expand-functions): Mark obsolete.
15278         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15279         and :filter-return.
15281 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15283         * progmodes/python.el (python-nav--syntactically): Fix cornercases
15284         and do not care about match data.
15286 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15288         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15289         completion tables when completing error conditions and
15290         `declare' arguments.
15291         (lisp-complete-symbol, field-complete): Mark as obsolete.
15292         (check-parens): Unmatched parens are user errors.
15293         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15295 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
15297         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15298         command changed buffer (ie. `flyspell-pre-buffer' is not current
15299         buffer), which prevents making decisions based on invalid value of
15300         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
15301         cause an error when `flyspell-pre-point' was nil after switching
15302         buffers.
15303         (flyspell-post-command-hook): No longer needs to change buffers when
15304         checking pre-word.  While at it remove unnecessary progn.
15306 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
15308         * textmodes/ispell.el (ispell-add-per-file-word-list):
15309         Fix `flyspell-correct-word-before-point' error when accepting
15310         words and `coment-padding' is an integer by using
15311         `comment-normalize-vars' (Bug #14214).
15313 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15315         New defun movement commands.
15316         * progmodes/python.el (python-nav--syntactically)
15317         (python-nav--forward-defun, python-nav-backward-defun)
15318         (python-nav-forward-defun): New functions.
15320 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15322         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15323         (python-syntax-context): Use named compiler-macro for backwards
15324         compatibility with Emacs 24.x.
15326 2013-04-17  Leo Liu  <sdl.web@gmail.com>
15328         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15329         octave-hide-process-buffer.
15331 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15333         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15334         (bug#14216).
15336 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
15338         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15339         Fix adjustment of offset when receiving incomplete responses from GDB
15340         (bug#14129).
15342 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15344         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15345         python-mode-abbrev-table.
15346         (python-skeleton-define): Adjust accordingly.
15347         (python-mode-abbrev-table): New table that inherits from it so that
15348         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15350         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15351         (abbrev-symbol): Use it.
15352         (abbrev--before-point): Use it since we already handle inheritance.
15354 2013-04-16  Leo Liu  <sdl.web@gmail.com>
15356         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15357         binding to info-lookup-symbol.
15359 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
15361         * minibuffer.el (completion--twq-all):
15362         * term/ns-win.el (ns-initialize-window-system):
15363         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15365 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15367         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15368         global bindings.
15370         * doc-view.el (doc-view-start-process): Handle url-handler directories.
15372 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
15374         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15375         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15376         to nil.
15377         (ruby-end-of-defun): Remove the unused arg, change the docstring
15378         to reflect that this function is only used as the value of
15379         `end-of-defun-function'.
15380         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15381         to reflect an earlier change that beginning/end-of-defun functions
15382         jump between methods in a class definition, as well as top-level
15383         functions.
15385 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15387         * minibuffer.el (minibuffer-complete): Don't just scroll
15388         a *Completions* that's been iconified.
15389         (minibuffer-force-complete): Make sure repetitions do cycle when going
15390         through completion-in-region -> minibuffer-complete.
15392 2013-04-15  Alan Mackenzie  <acm@muc.de>
15394         Correct the placement of c-cpp-delimiters when there're #s not at
15395         col 0.
15397         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15398         place a submatch around the #.
15399         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15400         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
15401         on the #, not BOL.
15403 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15405         * emacs-lisp/nadvice.el: Properly test names when adding advice.
15406         (advice--member-p): New arg `name'.
15407         (advice--add-function, advice-member-p): Use it (bug#14202).
15409 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
15411         Reformulate java imenu-generic-expression.
15412         The old expression contained ill formed regexps.
15414         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15415         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15416         (cc-imenu-java-method-arg-regexp): New defconsts.
15417         (cc-imenu-java-build-type-args-regex): New defun.
15418         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15419         handling of spaces in the regexp.
15421 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15423         * textmodes/ispell.el (ispell-command-loop): Remove
15424         flyspell highlight of a word when ispell accepts it (bug #14178).
15426 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
15428         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15429         uses code from the previous `ange-ftp-run-real-handler'.
15430         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15431         only in case that function exist.  This is needed for proper
15432         unloading of Tramp.
15434 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
15436         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15438         * textmodes/reftex.el (reftex-compile-variables): Use it.
15440 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15442         * files.el (normal-mode): Only use default major-mode if no other mode
15443         was specified.
15445         * emacs-lisp/trace.el (trace-values): New function.
15447         * files.el: Allow : in local variables (bug#14089).
15448         (hack-local-variable-regexp): New var.
15449         (hack-local-variables-prop-line, hack-local-variables): Use it.
15451 2013-04-13  Roland Winkler  <winkler@gnu.org>
15453         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
15454         data before it gets modified by bibtex-beginning-of-entry.
15456 2013-04-13  Roland Winkler  <winkler@gnu.org>
15458         * textmodes/bibtex.el (bibtex-url): Doc fix.
15460 2013-04-13  Roland Winkler  <winkler@gnu.org>
15462         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15463         does not visit a BibTeX file, exclude it from the list of buffers
15464         returned by bibtex-initialize.
15466 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
15468         * window.el (split-window): Remove interactive form, since as a
15469         command this function is a special case of split-window-below.
15470         Correct doc string.
15472 2013-04-12  Roland Winkler  <winkler@gnu.org>
15474         * faces.el (read-face-name): Do not override value of arg default.
15475         Allow single faces and strings as default values.  Remove those
15476         elements from return value that are not faces.
15477         (describe-face): Simplify.
15478         (face-at-point): New optional args thing and multiple so that this
15479         function can provide the same functionality previously provided by
15480         read-face-name.
15481         (make-face-bold, make-face-unbold, make-face-italic)
15482         (make-face-unitalic, make-face-bold-italic, invert-face)
15483         (modify-face, read-face-and-attribute): Use face-at-point.
15485         * cus-edit.el (customize-face, customize-face-other-window)
15486         * cus-theme.el (custom-theme-add-face)
15487         * face-remap.el (buffer-face-set)
15488         * facemenu.el (facemenu-set-face): Use face-at-point.
15490 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
15492         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15494 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
15496         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15497         off leading { and trailing } from field values.
15499 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15501         * emacs-lisp/timer.el (timer--check): New function.
15502         (timer--time, timer-set-function, timer-event-handler): Use it.
15503         (timer-set-idle-time): Simplify.
15504         (timer--activate): CSE.
15505         (timer-event-handler): Give more info in error message.
15506         (internal-timer-start-idle): New function, moved from C.
15508         * mpc.el (mpc-proc): Add `restart' argument.
15509         (mpc-proc-cmd): Use it.
15510         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15511         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15512         less often.
15514 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
15516         * progmodes/sh-script.el: Implement `sh-mode' own
15517         `add-log-current-defun-function' (bug#14112).
15518         (sh-current-defun-name): New function.
15519         (sh-mode): Use the function.
15521 2013-04-09  Bastien Guerry  <bzg@gnu.org>
15523         * simple.el (choose-completion-string): Fix docstring (bug#14163).
15525 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15527         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15529         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15530         timer (bug#14156).
15532 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
15534         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15535         declaration.
15537 2013-04-07  Leo Liu  <sdl.web@gmail.com>
15539         * pcmpl-x.el: New file.
15541 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
15543         Do not set x-display-name until X connection is established.
15544         This is needed to prevent from weird situation described at
15545         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15546         * frame.el (make-frame): Set x-display-name after call to
15547         window system initialization function, not before.
15548         * term/x-win.el (x-initialize-window-system): Add optional
15549         display argument and use it.
15550         * term/w32-win.el (w32-initialize-window-system):
15551         * term/ns-win.el (ns-initialize-window-system):
15552         * term/pc-win.el (msdos-initialize-window-system):
15553         Add compatible optional display argument.
15555 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
15557         * files.el (normal-backup-enable-predicate): On MS-Windows and
15558         MS-DOS compare truenames of temporary-file-directory and of the
15559         file, so that 8+3 aliases (usually found in $TEMP on Windows)
15560         don't fail comparison by compare-strings.  Also, compare file
15561         names case-insensitively on MS-Windows and MS-DOS.
15563 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15565         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15566         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15568 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
15570         * whitespace.el (whitespace-color-on, whitespace-color-off):
15571         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15573 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
15575         * ispell.el (ispell-set-spellchecker-params):
15576         Really set `ispell-args' for all equivs.
15578 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15580         * ido.el (ido-completions): Use extra elements of ido-decorations
15581         (bug#14143).
15582         (ido-decorations): Update docstring.
15584 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
15586         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15587         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15588         nil during initialization, in order not to miss changes since the
15589         file was opened.  (Bug#14140)
15591 2013-04-05  Leo Liu  <sdl.web@gmail.com>
15593         * kmacro.el (kmacro-call-macro): Fix bug#14135.
15595 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
15597         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15599 2013-04-04  Glenn Morris  <rgm@gnu.org>
15601         * electric.el (electric-pair-inhibit-predicate): Add :version.
15603 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15605         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15606         when a package is required several times (bug#14082).
15608 2013-04-04  Roland Winkler  <winkler@gnu.org>
15610         * faces.el (read-face-name): Behave as promised by the docstring.
15611         Assume that arg default is a list of faces.
15612         (describe-face): Call read-face-name with list of default faces.
15614 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15616         * bookmark.el: Fix deletion of bookmarks (bug#13972).
15617         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15618         (bookmark-bmenu-execute-deletions): Only skip first line if it's
15619         the header.
15620         (bookmark-exit-hook-internal): Save even if list is empty.
15622 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
15624         * emacs-lisp/package.el (package-pinned-packages): New var.
15625         (package--add-to-archive-contents): Obey it (bug#14118).
15627 2013-04-03  Alan Mackenzie  <acm@muc.de>
15629         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15630         Also adapt to the new values of element 7 of a parse state.
15632         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15633         parameter `not-in-delimiter'.  Handle being inside comment opener.
15634         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15635         character in case we're typing a '*' after a '/'.
15636         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15637         instead by passing the parameter to c-state-pp-to-literal.
15639         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15640         for elt. 7 of a parse state.
15642 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
15644         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15645         * international/latin1-disp.el, international/mule-util.el:
15646         * language/cyril-util.el, language/european.el, language/ind-util.el:
15647         * language/lao-util.el, language/thai.el, language/tibet-util.el:
15648         * language/tibetan.el, language/viet-util.el:
15649         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15651 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15653         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15654         (electric-pair-post-self-insert-function): Use it.
15655         (electric-pair-default-inhibit): New function, extracted from
15656         electric-pair-post-self-insert-function.
15658 2013-03-31  Roland Winkler  <winkler@gnu.org>
15660         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15662 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15664         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15666 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
15668         Un-indent after "pass" and "return" statements (Bug#13888)
15669         * progmodes/python.el (python-indent-block-enders): New var.
15670         (python-indent-calculate-indentation): Use it.
15672 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
15674         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15675         defun.  Defining it as defalias could introduce too eager
15676         byte-compiler optimization.  (Bug#14030)
15678 2013-03-30  Chong Yidong  <cyd@gnu.org>
15680         * iswitchb.el (iswitchb-read-buffer): Fix typo.
15682 2013-03-30  Leo Liu  <sdl.web@gmail.com>
15684         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15685         (kmacro-execute-from-register): Pass the keyboard macro to
15686         kmacro-call-macro or repeating won't work correctly.
15688 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
15690         * progmodes/subword.el: Back to using `forward-symbol'.
15692         * subr.el (forward-whitespace, forward-symbol)
15693         (forward-same-syntax): Move from thingatpt.el.
15695 2013-03-29  Leo Liu  <sdl.web@gmail.com>
15697         * kmacro.el (kmacro-to-register): New command.
15698         (kmacro-execute-from-register): New function.
15699         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
15701 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15703         * mpc.el: Use defvar-local and setq-local.
15704         (mpc--proc-connect): Connection failures are not bugs.
15705         (mpc-mode-map): `follow-link' only applies to the buffer's content.
15706         (mpc-volume-map): Bind to the up-events.
15708 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15710         * progmodes/subword.el (superword-mode): Use `forward-sexp'
15711         instead of `forward-symbol'.
15713 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15715         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15716         (edebug--recursive-edit): Use it.
15717         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15718         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15720 2013-03-28  Leo Liu  <sdl.web@gmail.com>
15722         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
15724 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
15726         * facemenu.el (list-colors-callback): New defvar.
15727         (list-colors-redisplay): New function.
15728         (list-colors-display): Install list-colors-redisplay as the
15729         revert-buffer-function.  (Bug#14063)
15731 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15733         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15734         and suffixes don't overlap (bug#14061).
15736         * case-table.el: Use lexical-binding.
15737         (case-table-get-table): New function.
15738         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
15740 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
15742         * progmodes/subword.el: Add `superword-mode' to do word motion
15743         over symbol_words (parallels and leverages `subword-mode' which
15744         does word motion inside MixedCaseWords).
15746 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
15748         * eshell/em-unix.el: Move su and sudo to...
15749         * eshell/em-tramp.el: ...Eshell tramp module.
15751 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15753         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15754         Change return value to be a sexp.  Delay `get-buffer' to after
15755         restoring the desktop (bug#13951).
15757 2013-03-26  Leo Liu  <sdl.web@gmail.com>
15759         * register.el: Move semantic tag handling back to
15760         cedet/semantic/senator.el.  (Bug#14052)
15762 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15764         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15765         into the prompt either (bug#13963).
15767 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15769         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15770         part of "(error-foo)".
15772 2013-03-24  Juri Linkov  <juri@jurta.org>
15774         * replace.el (list-matching-lines-prefix-face): New defcustom.
15775         (occur-1): Pass `list-matching-lines-prefix-face' to the function
15776         `occur-engine' if `face-differs-from-default-p' returns t.
15777         (occur-engine): Add `,' inside backquote construct to evaluate
15778         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
15779         Pass `prefix-face' to the functions `occur-context-lines' and
15780         `occur-engine-add-prefix'.
15781         (occur-engine-add-prefix, occur-context-lines): Add optional arg
15782         `prefix-face' and propertize the prefix with `prefix-face'.
15783         (Bug#14017)
15785 2013-03-24  Leo Liu  <sdl.web@gmail.com>
15787         * nxml/rng-valid.el (rng-validate-while-idle)
15788         (rng-validate-quick-while-idle): Guard against deleted buffer.
15789         (Bug#13999)
15791         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15792         is the last entry in kill-buffer-hook.
15794         * files.el (kill-buffer-hook): Doc fix.
15796 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
15798         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15799         Make it safe-local.
15801         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15803 2013-03-23  Leo Liu  <sdl.web@gmail.com>
15805         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15806         Remove.
15808         * nxml/rng-valid.el (rng-validate-mode)
15809         (rng-after-change-function, rng-do-some-validation):
15810         * nxml/rng-maint.el (rng-validate-buffer):
15811         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15812         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15813         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15814         (nxml-extend-after-change-region): Use with-silent-modifications.
15816         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15817         timer-idle-list.
15819         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15820         (rng-next-error-1, rng-previous-error-1): Do not let-bind
15821         timer-idle-list.  (Bug#13999)
15823 2013-03-23  Juri Linkov  <juri@jurta.org>
15825         * info.el (info-index-match): New face.
15826         (Info-index, Info-apropos-matches): Add a nested subgroup to the
15827         main pattern and add text properties with the new face to matches
15828         in index entries relative to the beginning of the index entry.
15829         (Bug#14015)
15831 2013-03-21  Eric Ludlam  <zappo@gnu.org>
15833         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15834         Inhibit read only while inserting objects.
15836 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
15838         * progmodes/cfengine.el: Update docs to mention
15839         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
15840         symbol motion.  Remove "_" from the word syntax.
15842 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
15844         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15845         syntax for both `cfengine2-mode' and `cfengine3-mode'.
15847 2013-03-20  Juri Linkov  <juri@jurta.org>
15849         * info.el (Info-next-reference-or-link)
15850         (Info-prev-reference-or-link): New functions.
15851         (Info-next-reference, Info-prev-reference): Use them.
15852         (Info-try-follow-nearest-node): Handle footnote navigation.
15853         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
15855 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15857         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15858         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15860 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
15862         Suppress unnecessary non-ASCII chatter during build process.
15863         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15864         (batch-skkdic-convert): Suppress most of the chatter.
15865         It's not needed so much now that machines are faster,
15866         and its non-ASCII component was confusing; see Dmitry Gutov in
15867         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15869 2013-03-20  Leo Liu  <sdl.web@gmail.com>
15871         * ido.el (ido-chop): Fix bug#10994.
15873 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
15875         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15876         Remove vars.
15877         (whitespace-color-on, whitespace-color-off):
15878         Use `font-lock-fontify-buffer' (Bug#13817).
15880 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15882         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15883         remapping in mode-line.
15884         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15886 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
15888         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15889         value for `whitespace-line' face (Bug#13875).
15890         (whitespace-font-lock-keywords): Change description.
15891         (whitespace-color-on): Don't save `font-lock-keywords' value, save
15892         the constructed keywords instead.
15893         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15895 2013-03-19  Leo Liu  <sdl.web@gmail.com>
15897         * progmodes/compile.el (compilation-display-error): New command.
15898         (compilation-mode-map, compilation-minor-mode-map): Bind it to
15899         C-o.  (Bug#13992)
15901 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15903         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15905 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
15907         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15909 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
15911         * net/tramp-compat.el (tramp-compat-user-error): New defun.
15913         * net/tramp-adb.el (tramp-adb-handle-shell-command):
15914         * net/tramp-gvfs.el (top):
15915         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15916         (tramp-handle-shell-command): Use it.
15917         (tramp-dissect-file-name): Raise an error when hostname is a
15918         method name, and neither method nor user is specified.
15920         * net/trampver.el: Update release number.
15922 2013-03-18  Leo Liu  <sdl.web@gmail.com>
15924         Make sure eldoc can be turned off properly.
15925         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15926         eldoc-mode.
15927         (eldoc-display-message-p): Revert last change.
15928         (eldoc-display-message-no-interference-p)
15929         (eldoc-print-current-symbol-info): Tweak.
15931 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
15933         * doc-view.el (doc-view-new-window-function): Check the new window
15934         overlay's display property instead the char property of the
15935         buffer's first char.  Use `with-selected-window' instead of
15936         `save-window-excursion' with `select-window'.
15937         (doc-view-document->bitmap): Check the current doc-view overlay's
15938         display property instead the char property of the buffer's first char.
15940 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15942         Automate the build of ja-dic.el (Bug#13984).
15943         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15944         from the input, rather than assume that it's been done for us by the
15945         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
15946         the current date into a ja-dic.el comment, as that complicates
15947         regression testing.
15949 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15951         * whitespace.el: Fix double evaluation.
15952         (whitespace-space, whitespace-hspace, whitespace-tab)
15953         (whitespace-newline, whitespace-trailing, whitespace-line)
15954         (whitespace-space-before-tab, whitespace-indentation)
15955         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15956         obsolete defvars.
15957         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15958         (whitespace-color-on): Use a single font-lock-add-keywords call.
15959         Fix double-evaluation of face variables.
15961 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
15963         * net/tramp-adb.el (tramp-adb-parse-device-names):
15964         Use `start-process' instead of `call-process'.  Otherwise, the
15965         function might be blocked under MS Windows.  (Bug#13299)
15967 2013-03-17  Leo Liu  <sdl.web@gmail.com>
15969         Extend eldoc to display info in the mode-line.  (Bug#13978)
15970         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15971         (eldoc-mode-line-string): New variable.
15972         (eldoc-minibuffer-message): New function.
15973         (eldoc-message-function): New variable.
15974         (eldoc-message): Use it.
15975         (eldoc-display-message-p)
15976         (eldoc-display-message-no-interference-p):
15977         Support eldoc-post-insert-mode.
15979         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15980         (eval-expression): Run it.
15982 2013-03-17  Roland Winkler  <winkler@gnu.org>
15984         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15985         strings in the list of return values.
15987 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
15989         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15990         radix before checking for HMS forms.
15992 2013-03-16  Leo Liu  <sdl.web@gmail.com>
15994         * progmodes/scheme.el: Add indentation and font-locking for λ.
15995         (Bug#13975)
15997 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15999         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16000         token before point (bug#13942).
16002 2013-03-16  Leo Liu  <sdl.web@gmail.com>
16004         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
16006 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
16008         * startup.el (command-line-normalize-file-name): Fix handling of
16009         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
16010         <xfq.free@gmail.com> in
16011         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16013 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
16015         Sync with Tramp 2.2.7.
16017         * net/trampver.el: Update release number.
16019 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
16021         * doc-view.el: Fix bug#13887.
16022         (doc-view-insert-image): Don't modify overlay associated to
16023         non-live windows, and implement horizontal centering of image in
16024         case it's smaller than the window.
16025         (doc-view-new-window-function): Force redisplay of new windows on
16026         doc-view buffers.
16028 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
16030         * saveplace.el (save-place-alist-to-file): Don't sort
16031         `save-place-alist', just pretty-print it (bug#13882).
16033 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
16035         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16036         Check whether `default-file-name-coding-system' is bound.
16037         It isn't in XEmacs.
16039 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16041         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16042         backquotes for `obsolete' (bug#13929).
16044         * international/mule.el (find-auto-coding): Include file name in
16045         obsolescence warning (bug#13922).
16047 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16049         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16050         for CFEngine 3-specific indentation.
16051         (cfengine3-indent-line): Use it.  Fix up category regex.
16052         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16054 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16056         * type-break.el (type-break-file-name):
16057         * textmodes/remember.el (remember-data-file):
16058         * strokes.el (strokes-file):
16059         * shadowfile.el (shadow-initialize):
16060         * saveplace.el (save-place-file):
16061         * ps-bdf.el (bdf-cache-file):
16062         * progmodes/idlwave.el (idlwave-config-directory):
16063         * net/quickurl.el (quickurl-url-file):
16064         * international/kkc.el (kkc-init-file-name):
16065         * ido.el (ido-save-directory-list-file):
16066         * emulation/viper.el (viper-custom-file-name):
16067         * emulation/vip.el (vip-startup-file):
16068         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16069         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16071 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
16073         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16074         * language/thai-word.el: Switch to UTF-8.
16076 See ChangeLog.16 for earlier changes.
16078 ;; Local Variables:
16079 ;; coding: utf-8
16080 ;; End:
16082   Copyright (C) 2011-2014 Free Software Foundation, Inc.
16084   This file is part of GNU Emacs.
16086   GNU Emacs is free software: you can redistribute it and/or modify
16087   it under the terms of the GNU General Public License as published by
16088   the Free Software Foundation, either version 3 of the License, or
16089   (at your option) any later version.
16091   GNU Emacs is distributed in the hope that it will be useful,
16092   but WITHOUT ANY WARRANTY; without even the implied warranty of
16093   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16094   GNU General Public License for more details.
16096   You should have received a copy of the GNU General Public License
16097   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.