* lisp/epg-config.el (epg-gpg-program): Don't use the absolute names by default.
[emacs.git] / lisp / ChangeLog
blob771f22116064466af6d3622532eaca55552d0e0a
1 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * epg-config.el (epg-gpg-program): Don't use the absolute names by default.
5         * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
6         case (bug#18767).
8 2014-10-20  Glenn Morris  <rgm@gnu.org>
10         * Version 24.4 released.
12 2014-10-15  Alan Mackenzie  <acm@muc.de>
14         * cus-edit.el (custom-command-apply): Specify the return value in
15         the doc string.
16         (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
17         custom-command-apply has returned non-nil.
19 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
22         Backported (bug#18688).
24 2014-10-14  Eli Zaretskii  <eliz@gnu.org>
26         * emacs-lisp/tabulated-list.el (tabulated-list-mode):
27         Force bidi-paragraph-direction to 'left-to-right'.  This fixes
28         buffer-menu display when the first buffer happens to start with
29         R2L letter.
31 2014-10-13  Glenn Morris  <rgm@gnu.org>
33         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
34         (authors-obsolete-files-regexps): Additions.
35         (authors-no-scan-regexps): New constant.
36         (authors-no-scan-file-p): New function.
37         (authors): Respect authors-no-scan-file-p.
39 2014-10-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
41         Fix import completion.  (Bug#18582)
42         * progmodes/python.el (python-shell-completion-get-completions):
43         Fix import case regexp.
45 2014-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
48         (bug#18622).  Reported by Arni Magnusson <arnima@hafro.is>.
49         * progmodes/prolog.el (prolog-electric--underscore): Same.
51 2014-10-09  Glenn Morris  <rgm@gnu.org>
53         * frame.el (display-monitor-attributes-list): Doc tweaks.
55 2014-10-08  Eli Zaretskii  <eliz@gnu.org>
57         * faces.el (display-grayscale-p): Mention in the doc string that
58         the argument can be either a display name or a frame.
60         * frame.el (display-pixel-height, display-pixel-width)
61         (display-mm-height, display-mm-width, display-backing-store)
62         (display-save-under, display-planes, display-color-cells)
63         (display-visual-class, display-monitor-attributes-list)
64         (display-screens): Mention in the doc string that the argument can
65         be either a display name or a frame.  Improve the docs of the
66         monitor attributes.  (Bug#18636)
68 2014-10-06  Martin Rudalics  <rudalics@gmx.at>
70         * term.el (term-window-width): Subtract 1 from the width when
71         any fringe has zero width, not just the right fringe.  (Bug#18601)
73 2014-10-05  Leo Liu  <sdl.web@gmail.com>
75         * imenu.el (imenu-default-goto-function): Fix typo.
77 2014-10-04  Glenn Morris  <rgm@gnu.org>
79         * frame.el (frame-monitor-attributes)
80         (display-monitor-attributes-list): Doc fixes.
82 2014-10-03  Dmitry Gutov  <dgutov@yandex.ru>
84         * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
85         (vc-svn-ignore): Use it.  (Bug#18619)
87 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
89         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
90         In doc-string mention need to set `frame-resize-pixelwise'.
92 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
94         * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
95         similarly to Rogers's 2010-06-16 change for the remote case
96         (bug#18605).
98 2014-10-01  Glenn Morris  <rgm@gnu.org>
100         * emacs-lisp/package.el (package-import-keyring):
101         Create gnupg directory private.  (Bug#17625#155)
103 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * progmodes/python.el (python-shell-completion-get-completions):
106         Use python-shell--prompt-calculated-input-regexp from the
107         process buffer (bug#18582).
108         Don't assume that `line' comes from the process buffer.
110 2014-09-30  Leonardo Nobrega  <leonobr@gmail.com>  (tiny change)
112         * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
113         (bug#18462).
115 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * emacs-lisp/package.el (package-check-signature): Default to nil if
118         GPG is not available.
119         (package-refresh-contents): Don't mess with the keyring if we won't
120         check the signatures anyway.
122 2014-09-18  Kan-Ru Chen  <kanru@kanru.info>
124         * window.el (fit-window-to-buffer): When counting buffer width,
125         count the whole visible buffer.  Correctly convert the body-height
126         to pixel size for window-text-pixel-size (Bug#18498).
128 2014-09-14  Glenn Morris  <rgm@gnu.org>
130         * image.el (image-multi-frame-p): Fix thinko - do not force
131         a delay if none was specified.  (Bug#18334)
133 2014-09-12  Kan-Ru Chen  <kanru@kanru.info>
135         * window.el (fit-window-to-buffer): Doc fix.
137 2014-09-10  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
139         * desktop.el (desktop-create-buffer): Check that buffers are still live
140         before burying them (bug#18373).
142 2014-09-09  Glenn Morris  <rgm@gnu.org>
144         * calendar/diary-lib.el (diary-list-entries):
145         Restore 24.3 display behavior.  (Bug#18381)
147 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
149         * mouse.el (mouse-drag-line): On text-mode frames, count the mode
150         line and header line as 1 pixel.  This fixes the 1-"pixel" (row)
151         discrepancy between window-pixel-edges and mouse events, and
152         avoids moving mode line up when the mouse click is on the modeline
153         and no drag is attempted.
155 2014-09-08  Glenn Morris  <rgm@gnu.org>
157         * calendar/calendar.el (calendar-basic-setup):
158         Avoid clobbering calendar with diary.  (Bug#18381)
160 2014-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
164 2014-09-04  Lars Ljung  <lars@matholka.se>  (tiny change)
166         * isearch.el (isearch-yank-word-or-char): Obey superword-mode
167         as well (bug#18400).
169 2014-09-04  Eli Zaretskii  <eliz@gnu.org>
171         * subr.el (posn-actual-col-row): Doc fix.  (Bug#18385)
173 2014-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
175         * emacs-lisp/package.el (package-generate-description-file):
176         Properly quote the arguments (bug#18332).  Change second arg.
177         (package--alist-to-plist-args): Rename from package--alist-to-plist and
178         quote the elements.
179         (package--make-autoloads-and-stuff): Fix the test for pre-existence of
180         the *-pkg.el file.  Adjust to new calling convention of
181         package-generate-description-file.
183         * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
184         (gud-gdb-completions): Remove obsolete workaround.
186 2014-09-02  Eli Zaretskii  <eliz@gnu.org>
188         * subr.el (posn-col-row): Revert the change from commit
189         2010-11-13T21:07:58Z!eliz@gnu.org, which
190         was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
191         monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
192         introduced an off-by-one error in the reported row when there is a
193         header line.  (Bug#18384)
195 2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
197         * progmodes/python.el (python-indent-post-self-insert-function):
198         Avoid electric colon at beginning-of-defun.  (Bug#18228)
200 2014-09-01  Glenn Morris  <rgm@gnu.org>
202         * tutorial.el (tutorial--display-changes):
203         Fix 2014-07-29 change.  (Bug#18382)
205 2014-08-29  Ken Brown  <kbrown@cornell.edu>
207         * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
208         the Cygwin-w32 build.  (Bug#18347)
210 2014-08-28  Glenn Morris  <rgm@gnu.org>
212         * tar-mode.el (tar--extract, tar-extract):
213         Avoid permanently disabling undo in extracted buffers.  (Bug#18344)
215 2014-08-27  Michael Albinus  <michael.albinus@gmx.de>
217         * emacs-lisp/authors.el (authors-aliases): Addition.
219         * net/tramp-adb.el: Spell author name correctly.
221 2014-08-27  João Távora  <joaotavora@gmail.com>
223         * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
224         use url-expand-file-name.  (Bug#18310)
226 2014-08-25  Glenn Morris  <rgm@gnu.org>
228         * emulation/cua-rect.el (cua--highlight-rectangle):
229         Avoid error at point-min.  (Bug#18309)
231 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * progmodes/python.el (python-shell-prompt-detect): Remove redundant
234         executable-find (bug#18244).
236         * simple.el (self-insert-uses-region-functions): Defvar.
238 2014-08-13  Leo Liu  <sdl.web@gmail.com>
240         * speedbar.el (speedbar-generic-list-tag-p): Allow special
241         elements from imenu.
243 2014-08-11  Glenn Morris  <rgm@gnu.org>
245         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
247         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
248         chose coding system for writing before backing up, since it causes
249         a more serious problem than the one it solves.  (Closes Bug#18141,
250         reopens Bug#13522.)
252 2014-08-10  Martin Rudalics  <rudalics@gmx.at>
254         * window.el (window-total-size): Make doc-string more
255         self-contained.
257 2014-08-09  Martin Rudalics  <rudalics@gmx.at>
259         * window.el (display-buffer-below-selected): Restore original
260         behavior if buffer is already displayed in the window below the
261         selected one (Bug#18181).
263 2014-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
265         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
266         event (bug#18212).
268 2014-08-08  Eli Zaretskii  <eliz@gnu.org>
270         * info.el (info): Doc fix.
272 2014-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
274         * info.el (Info-mode-map): Override a global down-mouse-2 binding
275         (bug#18212).
277 2014-08-05  Eli Zaretskii  <eliz@gnu.org>
279         * simple.el (default-line-height): A floating-point value of
280         line-spacing means a fraction of the default frame font's height,
281         not of the font currently used by the 'default' face.
282         Truncate the pixel value, like the display engine does.
283         (window-screen-lines): Use window-inside-pixel-edges for
284         determining the window height in pixels.  (Bug#18195)
286 2014-07-29  Eli Zaretskii  <eliz@gnu.org>
288         * tutorial.el (tutorial--display-changes): Accept punctuation
289         characters before the key binding.  (Bug#18146)
291 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
293         * doc-view.el (doc-view-open-text): Don't require that the
294         document is saved in a file (e.g., email attachment).
296 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
298         * window.el (window--pixel-to-total): Use FRAME's root window, not
299         that of the selected frame.  (Bug#18112, Bug#16674)
301 2014-07-27  Andreas Schwab  <schwab@linux-m68k.org>
303         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
304         (Bug#18117)
306 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
308         * progmodes/python.el (inferior-python-mode): Doc fix.
310 2014-07-25  Stephen Berman  <stephen.berman@gmx.net>
312         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
313         not a character, ignore it instead of raising an error.
315 2014-07-25  Stephen Berman  <stephen.berman@gmx.net>
317         * calendar/todo-mode.el: Fix handling of marked items and make
318         minor code improvements.
319         (todo-edit-item): If there are marked items, ensure user can only
320         invoke editing commands that work with marked items.
321         (todo-edit-item--text): When there are marked items, make it a
322         noop if invoked with point not on an item; otherwise, ensure it
323         applies only to item at point.
324         (todo-item-undone): If there are marked not-done items, return
325         point to its original position before signaling user error.
326         (todo--user-error-if-marked-done-item): New function.
327         (todo-edit-item--header, todo-edit-item--diary-inclusion)
328         (todo-item-done): Use it.
330 2014-07-25  Glenn Morris  <rgm@gnu.org>
332         * files.el (toggle-read-only): Re-add basic doc-string.
333         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
335         * progmodes/prolog.el (prolog-mode-keybindings-edit):
336         Replace missing `switch-to-prolog' with `run-prolog'.
337         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
339 2014-07-22  Stephen Berman  <stephen.berman@gmx.net>
341         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
342         of file-wide setting when changing category-wide setting.
344 2014-07-21  Glenn Morris  <rgm@gnu.org>
346         * progmodes/hideif.el (hide-ifdef-mode-submap):
347         Also substitute read-only-mode.
348         * bindings.el (mode-line-toggle-read-only):
349         * bs.el (bs-toggle-readonly):
350         * buff-menu.el (Buffer-menu-toggle-read-only):
351         * dired.el (dired-toggle-read-only):
352         * files.el (view-read-only, find-file-read-only)
353         (find-file-read-only-other-window)
354         (find-file-read-only-other-frame):
355         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
356         Doc fixes re toggle-read-only.
358 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
360         * progmodes/python.el: Add comment about pipe buffering and
361         solutions for missing/delayed output in inferior Python shells.
362         (Bug#17304)
364 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
366         * progmodes/python.el (python-mode): Don't set
367         mode-require-final-newline.  (Bug#17990)
369 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
371         Make python.el work with IPython automatically.  (Bug#15510)
372         * progmodes/python.el:
373         (python-shell-completion-setup-code): New value supporting iPython.
374         (python-shell-completion-string-code): New value supporting iPython.
375         (python-shell-completion-get-completions): Use them.
376         (python-shell-completion-module-string-code): Make obsolete.
377         (python-shell-prompt-input-regexps)
378         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
379         (python-shell-output-filter): Fix comment typo.
381 2014-07-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
383         Fix Python shell prompts detection for remote hosts.
384         * progmodes/python.el (python-shell-prompt-detect):
385         Replace call-process with process-file and make it more robust.
387 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
389         Autodetect Python shell prompts.  (Bug#17370)
390         * progmodes/python.el:
391         (python-shell-interpreter-interactive-arg)
392         (python-shell-prompt-detect-enabled)
393         (python-shell-prompt-detect-failure-warning)
394         (python-shell-prompt-input-regexps)
395         (python-shell-prompt-output-regexps): New vars.
396         (python-shell-prompt-calculated-input-regexp)
397         (python-shell-prompt-calculated-output-regexp): New vars.
398         (python-shell-get-process-name)
399         (python-shell-internal-get-process-name)
400         (python-shell-output-filter)
401         (python-shell-completion-get-completions): Use them.
402         (python-shell-prompt-detect)
403         (python-shell-prompt-validate-regexps): New functions.
404         (python-shell-prompt-set-calculated-regexps): New function.
405         (inferior-python-mode): Use it.  Also honor overridden
406         python-shell-interpreter and python-shell-interpreter-args.
407         (python-shell-make-comint): Honor overridden
408         python-shell-interpreter and python-shell-interpreter-args.
409         (python-shell-get-or-create-process): Make it testable by allowing
410         to call run-python non-interactively.
411         (python-util-valid-regexp-p): New function.
412         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
413         (python-shell-prompt-output-regexp)
414         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
416 2014-07-16  Glenn Morris  <rgm@gnu.org>
418         * desktop.el (after-init-hook): Disable startup frame restoration
419         in non-graphical situations.  (Bug#17693)
421 2014-07-14  Glenn Morris  <rgm@gnu.org>
423         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
424         if it was "empty", or used for a different set of files.  (Bug#17884)
426 2014-07-13  Eli Zaretskii  <eliz@gnu.org>
428         * bindings.el (mode-line-remote): If default-directory is not a
429         string, don't call file-remote-p on it; instead state in the
430         help-echo that it is nil.  (Bug#17986)
432 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
434         Fix bug: C-x v v discarded existing log message (Bug#17884).
435         * vc/vc-dispatcher.el (vc-log-edit):
436         Don't clobber an already-existing log message.
438 2014-07-10  Glenn Morris  <rgm@gnu.org>
440         * vc/log-edit.el (log-edit-changelog-entries):
441         Check for a visited-but-never-saved ChangeLog.
443 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
446         a non-existing file (bug#17970).
448         * faces.el (face-name): Undo last change.
449         (x-resolve-font-name): Don't call face-name (bug#17956).
451 2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
453         Fix dedenters and electric colon handling. (Bug#15163)
455         * progmodes/python.el
456         (python-rx-constituents): Add dedenter and block-ender.
457         (python-indent-dedenters, python-indent-block-enders): Delete.
458         (python-indent-context): Return new case for dedenter-statement.
459         (python-indent-calculate-indentation): Handle new case.
460         (python-indent-calculate-levels): Fix levels calculation for
461         dedenter statements.
462         (python-indent-post-self-insert-function): Fix colon handling.
463         (python-info-dedenter-opening-block-message): New function.
464         (python-indent-line): Use it.
465         (python-info-closing-block)
466         (python-info-closing-block-message): Remove.
467         (python-info-dedenter-opening-block-position)
468         (python-info-dedenter-opening-block-positions)
469         (python-info-dedenter-statement-p): New functions.
471 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
474         the middle of a line (bug#17896).
476 2014-07-08  Juri Linkov  <juri@jurta.org>
478         * startup.el (command-line): Append displaying the warning about
479         the errors in the init file to the end of `after-init-hook'.
480         (Bug#17927)
482 2014-07-08  Juri Linkov  <juri@jurta.org>
484         * faces.el (face-name): Return input arg `face' as is
485         when it's not a symbol.
486         (x-resolve-font-name): Don't check if the face is a symbol.
487         (Bug#17956)
489 2014-07-08  Juri Linkov  <juri@jurta.org>
491         * facemenu.el (list-colors-print): In help-echo format use %.2f
492         instead of %d because now HSV values are floating-point components
493         between 0.0 and 1.0.
495 2014-07-06  Glenn Morris  <rgm@gnu.org>
497         * emulation/cua-rect.el (cua--activate-rectangle):
498         Avoid setting cua--rectangle to nil.  (Bug#17877)
500 2014-07-06  Stephen Berman  <stephen.berman@gmx.net>
502         * calendar/todo-mode.el: Fix wrong-type-argument error when
503         marking multiple consecutive items.
504         (todo-toggle-mark-item): Don't try to mark the empty lines at the
505         end of the todo and done items sections.  Note in doc string that
506         items marked by passing a numeric prefix argument can include the
507         last todo and first done items.
508         (todo-mark-category): Don't try to mark the empty line between the
509         todo and done items sections.
511 2014-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
513         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
514         proper Lisp quoting (bug#17934).
516         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
517         require-final-newline since prog-mode already took care of it (bug#17947).
519 2014-07-04  Stephen Berman  <stephen.berman@gmx.net>
521         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
522         refer to the Todo mode Info manual.  Update the comment on
523         requiring cl-lib.
524         (todo-find-filtered-items-file): Add todo-prefix overlays.
525         (todo-filter-items): Reorder a let-bound variable to avoid a
526         wrong-type-argument error on canceling the file choice dialog.
528 2014-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * progmodes/octave.el (inferior-octave-mode):
531         Set comint-input-ring-size to a number (bug#17912).
533 2014-07-03  Juri Linkov  <juri@jurta.org>
535         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
536         and `isearch-mode' associated with nil.  (Bug#17849)
538 2014-07-02  Juri Linkov  <juri@jurta.org>
540         * desktop.el (desktop-save): Rename arg `auto-save' to
541         `only-if-changed'.  Doc fix.  (Bug#17873)
543 2014-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
545         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
546         Use insert-for-yank (bug#17271).
548 2014-07-02  Leo Liu  <sdl.web@gmail.com>
550         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
551         Support lexical-binding.
553 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
555         * vc/log-edit.el (log-edit-goto-eoh): New function.
556         (log-edit--match-first-line): Use it (bug#17861).
558 2014-07-01  Glenn Morris  <rgm@gnu.org>
560         * vc/log-edit.el (log-edit-hook): Add missing :version.
562 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
564         * progmodes/python.el (python-indent-post-self-insert-function):
565         Enhancements to electric indentation behavior inside
566         parens. (Bug#17658)
568 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
570         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
571         buffer-invisibility-spec (bug#17867).
573 2014-06-29  Andreas Schwab  <schwab@linux-m68k.org>
575         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
576         pass "-a".
578 2014-06-29  Glenn Morris  <rgm@gnu.org>
580         * cus-edit.el (help):
581         * finder.el (finder-known-keywords):
582         * help.el (help-for-help-internal):
583         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
584         (ediff-redraw-registry-buffer):
585         * vc/ediff-ptch.el (ediff-patch-file-internal):
586         Doc fixes re "online" help.  (Bug#17803)
588         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
589         (idlwave-mode): Doc URL update.
591 2014-06-27  Stephen Berman  <stephen.berman@gmx.net>
593         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
594         account for file-wide setting of todo-top-priorities-overrides.
595         Make code a bit cleaner.
597 2014-06-27  Leo Liu  <sdl.web@gmail.com>
599         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
601 2014-06-27  Glenn Morris  <rgm@gnu.org>
603         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
605 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
607         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
608         category-wide setting of todo-top-priorities-overrides, check for
609         a file-wide setting and fontify accordingly.
611 2014-06-26  Glenn Morris  <rgm@gnu.org>
613         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
615 2014-06-26  Daiki Ueno  <ueno@gnu.org>
617         * emacs-lisp/package.el (package--check-signature):
618         If package-check-signature is allow-unsigned, don't signal error when
619         we can't verify signature because of missing public key
620         (backport for bug#17625).
622 2014-06-26  Glenn Morris  <rgm@gnu.org>
624         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
625         Remove outdated declaration.
627         * emacs-lisp/authors.el (authors-valid-file-names)
628         (authors-renamed-files-alist): Additions.
630 2014-06-25  Leo Liu  <sdl.web@gmail.com>
632         * textmodes/picture.el (picture-set-tab-stops):
633         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
634         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
636         * progmodes/asm-mode.el (asm-calculate-indentation):
637         Use indent-next-tab-stop.
639         * indent.el (indent-accumulate-tab-stops): New function.
641 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
644         (package-desc-status): Obey it.
646 2014-06-25  Stephen Berman  <stephen.berman@gmx.net>
648         * calendar/todo-mode.el: Fix two bugs.
649         (todo-insert-item--basic): If user cancels item insertion to
650         another category before setting priority, show original category
651         whether it is in the same or a different file.
652         (todo-set-item-priority): After selecting category, instead of
653         moving point to top, which extends an active region, restore it.
655 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
657         * help-fns.el (describe-function-1): Check file-name is a string before
658         calling help-fns--autoloaded-p (bug#17564).
660 2014-06-24  Juri Linkov  <juri@jurta.org>
662         * desktop.el (desktop-auto-save-enable)
663         (desktop-auto-save-disable): New functions.
664         (desktop-save-mode, desktop-auto-save-timeout): Use them.
665         (desktop-read): Disable the autosave before loading the desktop,
666         and enable afterwards.  (Bug#17351)
668 2014-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
670         Fix some indentation problem with \; and pipes (bug#17842).
671         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
672         (sh-smie--default-forward-token, sh-smie--default-backward-token):
673         New functions.
674         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
675         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
676         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
678 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
680         * international/fontset.el (script-representative-chars):
681         Add representative characters for scripts added in Unicode 7.0.
682         (otf-script-alist): Synchronize with the latest registry of OTF
683         script tags.
685         * international/characters.el (char-script-table): Update for
686         scripts added and codepoint ranges changed in Unicode 7.0.
688 2014-06-23  Leo Liu  <sdl.web@gmail.com>
690         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
691         tab-stop-list to nil.  (Bug#16381)
693         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
694         (indent-rigidly-left-to-tab-stop)
695         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
696         (move-to-tab-stop): Change callers.
698 2014-06-22  Eli Zaretskii  <eliz@gnu.org>
700         * skeleton.el (skeleton-insert): Yet another fix of the doc string
701         wrt behavior of \n as the first/last element of a skeleton.
703 2014-06-22  Michael Albinus  <michael.albinus@gmx.de>
705         * net/tramp-adb.el (tramp-adb-handle-process-file):
706         * net/tramp-sh.el (tramp-sh-handle-process-file):
707         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
708         the output buffer when DISPLAY is non-nil.  (Bug#17815)
710 2014-06-21  Glenn Morris  <rgm@gnu.org>
712         * play/landmark.el (landmark-move-down, landmark-move-up):
713         Fix 2007-10-20 change - preserve horizontal position.
715 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
717         Fix completion retrieval parsing (bug#17209).
718         * progmodes/python.el (python-mode):
719         (python-util-strip-string): New function.
720         (python-shell-completion-get-completions): Use it.
722 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
724         * skeleton.el (skeleton-insert): Fix last change.
726 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
728         Enhancements for outline integration (bug#17796).
729         * progmodes/python.el (python-mode): Properly set
730         outline-heading-end-regexp so that comments after colons for
731         defuns are supported.
733 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
735         * skeleton.el (skeleton-insert): Doc fix.
737 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
739         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
740         (smie-config-guess): Use smie-config-local so the rules are obeyed
741         (bug#17818).
743         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
744         since it's already done inside the loop (bug#17819).
746 2014-06-20  Martin Rudalics  <rudalics@gmx.at>
748         * mouse.el (mouse-drag-line): Re-remove code initially removed
749         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
750         (Bug#17819).
752 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
755         align with the surrounding parent (bug#17721).
757 2014-06-20  Eli Zaretskii  <eliz@gnu.org>
759         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
760         locally to nil.
761         (texinfo-insert-block, texinfo-insert-@end)
762         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
763         local setting of skeleton-end-newline by adding an explicit \n to
764         the skeletons where appropriate.  (Bug#17801)
766 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
768         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
769         (smie-indent--hanging-p): Use it.
770         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
772 2014-06-20  Leo Liu  <sdl.web@gmail.com>
774         * simple.el (read-quoted-char): Don't let help chars pop up help
775         buffer.  (Bug#16617)
777 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
779         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
780         for | (bug#17621).
782 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
784         * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
785         (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
786         burping.
788 2014-06-18  Eli Zaretskii  <eliz@gnu.org>
790         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
791         and later.  (Bug#17790)
793 2014-06-18  Juri Linkov  <juri@jurta.org>
795         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
796         to `soft'.  (Bug#17554)
798 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
800         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
801         (bug#17737).
803 2014-06-16  Dmitry Gutov  <dgutov@yandex.ru>
805         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
806         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
808 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
810         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
811         `unread-command-events'.
813 2014-06-14  Glenn Morris  <rgm@gnu.org>
815         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
816         Replace delete-duplicates and mapcan by cl- versions throughout.
817         And cl-macroexpand-all by macroexpand-all.
818         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
820 2014-06-14  Eli Zaretskii  <eliz@gnu.org>
822         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
824 2014-06-14  Juri Linkov  <juri@jurta.org>
826         * bindings.el: Put `ascii-character' property on keypad keys
827         mapped to characters.  (Bug#17759)
829 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
832         bumping forward into a closing paren (bug#17761).
834         * term/xterm.el (xterm--version-handler): Work around for OSX
835         Terminal.app (bug#17607).
837 2014-06-08  Glenn Morris  <rgm@gnu.org>
839         * startup.el (initial-buffer-choice): Doc fix.
840         Reset :version (adding an option does not merit a :version bump).
842         * bookmark.el (bookmark-load):
843         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
845 2014-06-06  Juri Linkov  <juri@jurta.org>
847         * desktop.el: Activate auto-saving on window configuration changes.
848         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
849         `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
850         (desktop-auto-save-set-timer): Change REPEAT arg of
851         `run-with-idle-timer' from t to nil.
852         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
854 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
856         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
857         vc-hg-command (bug#17570).
859 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
861         * international/mule-cmds.el (ucs-names): Add special entry for BEL
862         (bug#17702).
864 2014-06-06  Glenn Morris  <rgm@gnu.org>
866         * startup.el (window-setup-hook): Doc fix.
868 2014-06-05  Glenn Morris  <rgm@gnu.org>
870         * emacs-lisp/package.el (package-check-signature)
871         (package-unsigned-archives): Doc fixes.
873 2014-06-03  Martin Rudalics  <rudalics@gmx.at>
875         * window.el (display-buffer-use-some-window): Don't make window
876         used smaller than it was before (Bug#17671).
878 2014-06-03  Eli Zaretskii  <eliz@gnu.org>
880         * menu-bar.el (menu-bar-open): Fix last change: use the PC
881         'redisplay' instead of '(sit-for 0)'.
883 2014-06-03  Michael Albinus  <michael.albinus@gmx.de>
885         * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
886         regexp.  (Bug#17653)
888 2014-06-03  Glenn Morris  <rgm@gnu.org>
890         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
892 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
894         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
896 2014-06-01  Eli Zaretskii  <eliz@gnu.org>
898         * simple.el (keyboard-quit): Force update of mode lines, to remove
899         the "Def" indicator, if we were defining a macro.  (Bug#17615)
901 2014-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
903         * minibuffer.el (minibuffer-force-complete-and-exit):
904         Obey minibuffer-default (bug#17545).
906         * progmodes/js.el (js-indent-line): Don't mix columns and chars
907         (bug#17619).
909 2014-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
911         * subr.el (set-transient-map): Don't wait for some "nested"
912         transient-map to finish if we're only supposed to be active for
913         the next command (bug#17642).
915 2014-05-31  Leo Liu  <sdl.web@gmail.com>
917         * emacs-lisp/gv.el (window-buffer, window-display-table)
918         (window-dedicated-p, window-hscroll, window-point, window-start):
919         Fix gv-expander.  (Bug#17630)
921 2014-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
924         clicks (bug#17633).
926         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
927         for the single comma, since ", " is *very* common in normal French text
928         (bug#17643).
930 2014-05-30  Glenn Morris  <rgm@gnu.org>
932         * emacs-lisp/package.el (package-check-signature)
933         (package-unsigned-archives): Fix :version.
935 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
937         * subr.el (sit-for): Don't run input-methods (bug#15614).
939 2014-05-28  Glenn Morris  <rgm@gnu.org>
941         * cus-start.el: Fix some :version numbers.
943 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * simple.el (deactivate-mark): Set mark-active to nil even if
946         deactivation is done via setting transient-mark-mode to nil,
947         since one is buffer-local and the other is global.
949         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
950         there can't be more than 2 arguments (bug#17584).
952 2014-05-27  Glenn Morris  <rgm@gnu.org>
954         * simple.el (filter-buffer-substring-functions)
955         (filter-buffer-substring-function, buffer-substring-filters)
956         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
958         * minibuffer.el (completion-in-region-functions, completion-in-region)
959         (completion--in-region): Doc fixes.
961         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
962         (expand-abbrev, abbrev--default-expand): Doc fixes.
964 2014-05-26  Paul Eggert  <eggert@cs.ucla.edu>
966         Include sources used to create macuvs.h.
967         * international/README: Refer to the Unicode Terms of Use rather
968         than copying it bodily here, as that simplifies maintenance.
970 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
972         * cus-face.el (custom-face-attributes): Add :distant-foreground.
974 2014-05-25  Martin Rudalics  <rudalics@gmx.at>
976         * window.el (window--dump-frame): Remove interactive
977         specification.
979 2014-05-23  Glenn Morris  <rgm@gnu.org>
981         * hippie-exp.el (he-line-search-regexp):
982         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
984 2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
986         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
987         to avoid errors when trying to create or visit a file foo.todo
988         located outside to todo-directory, and to allow having such files
989         without them being tied to Todo mode (bug#17482).
990         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
991         (todo-archive-done-item, todo-find-filtered-items-file)
992         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
993         (todo-category-completions, todo-read-category): When visiting a
994         Todo file, make sure we're in the right mode and the buffer local
995         variables are set.
996         (todo-make-categories-list, todo-reset-nondiary-marker)
997         (todo-reset-done-string, todo-reset-comment-string):
998         After processing all Todo files, kill the buffers of those files that
999         weren't being visited before the processing.
1000         (todo-display-as-todo-file, todo-add-to-buffer-list)
1001         (todo-visit-files-commands): Comment out.
1002         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1003         (auto-mode-alist): Remove add-to-list calls making Todo file
1004         extensions unrestrictedly tied to Todo modes.
1006 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1008         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1009         (advice-function-member-p): Tell it to check both names and functions
1010         (bug#17531).
1011         (advice--add-function): Adjust call accordingly.
1013 2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
1015         * calendar/todo-mode.el: Miscellaneous bug fixes.
1016         (todo-delete-file): When deleting an archive but not its todo
1017         file, make sure to update the todo file's category sexp.
1018         (todo-move-category): Keep the moved category's name unless the
1019         file moved to already has a category with that name.  If the
1020         numerically last category of the source file was moved, make the
1021         first category current to avoid selecting a nonexisting category.
1022         (todo-merge-category): Fix implementation to make merging to a
1023         category in another file work as documented.  Eliminate now
1024         insufficient and unnecessary renaming of archive category, correct
1025         document string accordingly, and clarify it.  If the numerically
1026         last category of the source file was merged, make the first
1027         category current to avoid selecting a nonexisting category.
1028         (todo-archive-done-item): When there are marked items and point
1029         happens to be on an unmarked item, ignore the latter.  Don't leave
1030         point below last item after archiving marked items.
1031         (todo-unarchive-items): Fix logic to ensure unarchiving an item
1032         from an archive with only one category deletes the archive only
1033         when the category is empty after unarchiving.  Make sure the todo
1034         file's category sexp is updated.
1035         (todo-read-file-name): Allow an existing file name even when it is
1036         not required (todo-move-category needs this to work as documented).
1037         (todo-add-file): Call todo-validate-name to reject the name of an
1038         existing todo file (needed due to fix in todo-read-file-name).
1039         (todo-reset-nondiary-marker): Also reset in filtered items files.
1040         (todo-reset-done-string, todo-reset-comment-string): Also reset in
1041         regexp filtered items files.
1042         (todo-reset-highlight-item): Also reset in filtered items files.
1043         Fix incorrect variable reference in document string.
1045 2014-05-22  Glenn Morris  <rgm@gnu.org>
1047         * window.el (window--dump-frame): Avoid error in --without-x builds.
1049 2014-05-21  Glenn Morris  <rgm@gnu.org>
1051         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1053 2014-05-21  Eli Zaretskii  <eliz@gnu.org>
1055         * frame.el (set-frame-font): Doc fix.
1057         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
1059 2014-05-21  Dmitry Gutov  <dgutov@yandex.ru>
1061         * emacs-lisp/package.el (package--download-one-archive):
1062         Use `write-region' instead of `save-buffer' to avoid running various
1063         hooks.  (Bug#17155)
1064         (describe-package-1): Same.  Insert newline at the end of the
1065         buffer if appropriate.
1067 2014-05-20  Juri Linkov  <juri@jurta.org>
1069         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1070         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1071         Add more modifiers: meta, control, shift, hyper, super, alt.
1072         (Bug#17439)
1074         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1075         to allow changing its value with `set-variable'.
1077 2014-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1079         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1080         #; comments.
1081         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1082         New functions.
1083         (scheme-mode-variables): Set syntax-propertize-function instead of
1084         font-lock-syntactic-face-function.
1085         (scheme-font-lock-syntactic-face-function): Delete.
1087         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1089 2014-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1091         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1092         (bug#17392).
1094 2014-05-17  Michael Albinus  <michael.albinus@gmx.de>
1096         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1097         for a temporary file name.
1099 2014-05-17  Eli Zaretskii  <eliz@gnu.org>
1101         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
1103 2014-05-16  Michael Albinus  <michael.albinus@gmx.de>
1105         * net/dbus.el (dbus-init-bus, dbus-call-method)
1106         (dbus-call-method-asynchronously, dbus-send-signal)
1107         (dbus-method-return-internal, dbus-method-error-internal):
1108         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
1110 2014-05-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1112         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1113         methods which do not have a doc string.  (Bug#17490)
1115 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
1116             Stefan Monnier  <monnier@iro.umontreal.ca>
1118         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1119         suffix (bug#15419).
1121 2014-05-14  Glenn Morris  <rgm@gnu.org>
1123         * vc/emerge.el (emerge-temp-file-prefix):
1124         Make pointless option obsolete.
1125         (emerge-temp-file-mode): Make non-functional option obsolete.
1127 2014-05-13  Michael Albinus  <michael.albinus@gmx.de>
1129         * net/browse-url.el (browse-url):
1130         Use `unhandled-file-name-directory' when setting `default-directory',
1131         in order to circumvent stalled remote connections.  (Bug#17425)
1133 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1136         into autoloading just because of a silly indirection.
1138 2014-05-11  Santiago Payà i Miralta  <santiagopim@gmail.com>  (tiny change)
1140         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
1142 2014-05-11  Glenn Morris  <rgm@gnu.org>
1144         * emacs-lisp/find-gc.el: Move to ../admin.
1146 2014-05-10  Glenn Morris  <rgm@gnu.org>
1148         * printing.el (pr-version):
1149         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1151         * net/browse-url.el (browse-url-mosaic):
1152         Create /tmp/Mosaic.PID as a private file.
1154 2014-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1156         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1157         (advice--member-p): If name is given, only compare the name.
1158         (advice--remove-function): Don't stop at the first match.
1159         (advice--normalize-place): New function.
1160         (add-function, remove-function): Use it.
1161         (advice--add-function): Pass the name, if any, to
1162         advice--remove-function.
1164 2014-05-09  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
1166         * electric.el (electric-indent-post-self-insert-function): Don't use
1167         `pos' after modifying the buffer (bug#17449).
1169 2014-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1171         * subr.el (function-put): Add function.
1173 2014-05-09  Stephen Berman  <stephen.berman@gmx.net>
1175         * calendar/todo-mode.el (todo-insert-item-from-calendar):
1176         Correct argument list to conform to todo-insert-item--basic.
1178 2014-05-09  Glenn Morris  <rgm@gnu.org>
1180         * files.el (cd-absolute): Test if directory is accessible
1181         rather than executable.  (Bug#17330)
1183         * progmodes/compile.el (recompile):
1184         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
1186 2014-05-08  Juri Linkov  <juri@jurta.org>
1188         * dired.el (dired-check-switches, dired-switches-recursive-p):
1189         New functions.  (Bug#17218)
1190         (dired-switches-escape-p, dired-move-to-end-of-filename):
1191         Use `dired-check-switches'.
1192         (dired-insert-old-subdirs, dired-build-subdir-alist)
1193         (dired-sort-R-check): Use `dired-switches-recursive-p'.
1195 2014-05-08  Glenn Morris  <rgm@gnu.org>
1197         * net/browse-url.el (browse-url-mosaic):
1198         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
1199         This is CVE-2014-3423.
1201 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1203         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1204         (xterm-mouse--read-event-sequence-1000): Return nil if something
1205         looks fishy.
1206         (xterm-mouse-event): Propagate it.
1207         (xterm-mouse-translate-1): Handle it.
1209 2014-05-07  Stephen Berman  <stephen.berman@gmx.net>
1211         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1212         four slots of the parameter list are filled, make sure to pass it
1213         to the argument list of todo-insert-item--basic.
1215 2014-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1218         Add optional `seen' argument to detect and break infinite loops.
1220 2014-05-06  Eli Zaretskii  <eliz@gnu.org>
1222         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1223         (trace-unsafe, trace-use-tree): Make parentheses style be
1224         according to Emacs style.
1226 2014-05-06  Michael Albinus  <michael.albinus@gmx.de>
1228         * net/tramp-sh.el (tramp-remote-process-environment):
1229         Remove HISTFILE and HISTSIZE; it's too late to set them here.
1230         Add :version entry.
1231         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1232         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
1233         extra "PSx=..." commands.
1234         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1235         (Bug#17295)
1237         (tramp-uudecode): Replace the hard-coded temporary file name by a
1238         format specifier.
1239         (tramp-remote-coding-commands): Enhance docstring.
1240         (tramp-find-inline-encoding): Replace "%t" by a temporary file
1241         name.  (Bug#17415)
1242         This is CVE-2014-3424.
1244 2014-05-06  Glenn Morris  <rgm@gnu.org>
1246         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1247         (find-gc-source-files): Update some names.
1248         (trace-call-tree): Simplify and update.
1249         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
1250         This is CVE-2014-3422.
1252 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * minibuffer.el (completion--try-word-completion): Revert fix for
1255         Bug#15980 (bug#17375).
1257         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1258         Always store button numbers in the same way in xterm-mouse-last;
1259         Don't burp is xterm-mouse-last is not set as expected.
1260         Never return negative indices.
1262 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
1264         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1265         Backtrack one char if the global/char-literal var matcher hits
1266         inside a string.  The next char could be the beginning of an
1267         expression expansion.
1269 2014-05-05  Glenn Morris  <rgm@gnu.org>
1271         * help-fns.el (describe-function-1): Test for an autoload before a
1272         macro, since `macrop' works on autoloads.  (Bug#17410)
1274 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * electric.el (electric-indent-functions-without-reindent): Add yaml.
1278         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1279         Make sure the new point we return is within the new string (bug#17239).
1281 2014-05-03  Eli Zaretskii  <eliz@gnu.org>
1283         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1285 2014-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1288         Use nil rather than `default' for the "default" appearance (bug#17388).
1289         * vc/ediff-util.el (ediff-inferior-compare-regions)
1290         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1291         a misleading `default' value when it's really a boolean.
1292         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1293         overlay is not visible.
1295 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
1297         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1298         (todo-menu): Uncomment and update.
1300 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
1302         * calendar/todo-mode.el: Reimplement item editing to have the same
1303         basic user interface as item insertion, and make small UI and
1304         larger internal improvements to the latter.
1305         (todo-insert-item): Add reference to the Todo mode user manual to
1306         the documentation string.
1307         (todo-insert-item--basic): Rename from todo-basic-insert-item and
1308         adjust all callers.  Change signature to combine diary and
1309         nonmarking arguments.  Incorporate functionality of deleted item
1310         copying command and add error checking.  Remove detailed
1311         descriptions of the arguments from the documentation string, since
1312         this is treated in the Todo mode user manual.
1313         (todo-copy-item, todo-edit-multiline-item)
1314         (todo-edit-done-item-comment, todo-edit-item-header)
1315         (todo-edit-item-time, todo-edit-item-date-from-calendar)
1316         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1317         (todo-edit-item-date-year, todo-edit-item-date-month)
1318         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1319         Remove.
1320         (todo-edit-item): Reimplement as wrapper command for
1321         todo-edit-item--next-key and make it distinguish done and not done
1322         todo items.
1323         (todo-edit-item--text): New function, replacing old command
1324         todo-edit-item and incorporating deleted commands
1325         todo-edit-multiline-item and todo-edit-done-item-comment.
1326         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1327         Use only numeric value of prefix argument.  Remove detailed
1328         descriptions of the arguments from the documentation string, since
1329         this is treated in the Todo mode user manual.
1330         (todo-edit-item--diary-inclusion): New function, replacing old
1331         command todo-edit-item-diary-inclusion and incorporating and fixing
1332         functionality of deleted command todo-edit-item-diary-nonmarking,
1333         making sure to remove todo-nondiary-marker when adding
1334         diary-nonmarking-symbol.
1335         (todo-edit-category-diary-inclusion): Make sure to delete
1336         diary-nonmarking-symbol when adding todo-nondiary-marker.
1337         (todo-edit-category-diary-nonmarking): Fix indentation.
1338         (todo-insert-item--parameters): Group diary and nonmarking
1339         parameters together.
1340         (todo-insert-item--apply-args): Adjust to signature of
1341         todo-insert-item--basic and incorporate copy parameter.
1342         Make small code improvements.
1343         (todo-insert-item--next-param): Improve prompt and adjust it to
1344         new parameter grouping.  Remove obsolete code.
1345         (todo-edit-item--param-key-alist)
1346         (todo-edit-item--date-param-key-alist)
1347         (todo-edit-done-item--param-key-alist): New defconsts.
1348         (todo-edit-item--prompt): New variable.
1349         (todo-edit-item--next-key): New function.
1350         (todo-key-bindings-t): Bind "e" to todo-edit-item.
1351         Remove bindings of deleted commands.
1353 2014-05-02  Leo Liu  <sdl.web@gmail.com>
1355         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1357 2014-05-01  Glenn Morris  <rgm@gnu.org>
1359         * allout-widgets.el (allout-widgets-tally)
1360         (allout-decorate-item-guides):
1361         * menu-bar.el (menu-bar-positive-p):
1362         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1363         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1364         * progmodes/js.el (js--inside-param-list-p)
1365         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1366         * progmodes/prolog.el (region-exists-p):
1367         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1368         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1369         Doc fixes (replace `iff').
1371 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1373         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1375 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
1377         * dired.el (dired-initial-position-hook, dired-initial-position):
1378         Doc string fixes.
1380 2014-04-29  Glenn Morris  <rgm@gnu.org>
1382         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
1384 2014-04-27  Matthias Dahl  <matthias.dahl@binary-island.eu>
1386         * faces.el (face-spec-recalc): Apply X resources only after the
1387         defface spec has been applied. Thus, X resources are no longer
1388         overridden by the defface spec which also fixes issues on win32 where
1389         the toolbar coloring was wrong because it is set through X resources
1390         and was (wrongfully) overridden.  (Bug#16694)
1392 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1394         * textmodes/rst.el (electric-pair-pairs): Declare.
1395         (rst-mode): Set it (bug#17131).
1397 2014-04-27  Juri Linkov  <juri@jurta.org>
1399         * desktop.el (desktop-value-to-string): Let-bind `print-length'
1400         and `print-level' to nil.  (Bug#17351)
1402 2014-04-25  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1404         * battery.el (battery-update): Handle the case where battery
1405         status is "N/A" (bug#17319).
1407 2014-04-24  Eli Zaretskii  <eliz@gnu.org>
1409         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1410         Use equal-including-properties to compare help-echo strings (bug#17331).
1412 2014-04-24  Leo Liu  <sdl.web@gmail.com>
1414         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1415         Fix syntax for @.  (Bug#17325)
1417 2014-04-24  Daniel Colascione  <dancol@dancol.org>
1419         * emacs-lisp/cl.el (gv): Require gv early to break eager
1420         macro-expansion cycles.
1422 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         * simple.el (region-active-p): Check there's a mark (bug#17324).
1426         * simple.el (completion-list-mode-map): Use choose-completion for the
1427         mouse binding as well (bug#17302).
1428         (completion-list-mode, completion-setup-function): Adjust docstring and
1429         echo area message accordingly.
1430         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1431         calling convention of choose-completion.
1432         * comint.el (comint-dynamic-list-completions):
1433         * term.el (term-dynamic-list-completions): Accept choose-completion.
1435         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1436         &, |, +, - and * can't be a division (bug#17317).
1438 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1440         * term/xterm.el (xterm--version-handler): Don't use modern xterm
1441         features on gnome-terminal (bug#16988).
1443 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
1445         * dired.el (dired-insert-set-properties): Do not consider
1446         subdirectory headings and empty lines to be information that
1447         `dired-hide-details-mode' should hide.  (Bug#17228)
1449 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
1451         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1452         Remove test messages.
1453         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1454         and `target' twice.
1456 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1459         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1461         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1463 2014-04-21  Michael Albinus  <michael.albinus@gmx.de>
1465         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1466         Set "IFS=" when using read builtin, in order to preserve spaces in
1467         the file name.  Add test messages for hunting a bug on hydra.
1468         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
1470 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1472         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1473         Don't prettify a word within a symbol.
1475 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
1477         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1478         possible.
1480 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1483         assignments such as "case=hello" (bug#17297).
1485 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
1487         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1488         Do not autoload.
1489         (tramp-file-name-handler, tramp-completion-file-name-handler):
1490         Revert patch from 2014-04-10, it isn't necessary anymore.
1491         (tramp-autoload-file-name-handler)
1492         (tramp-register-autoload-file-name-handlers): New defuns.
1493         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1494         (tramp-register-file-name-handlers): Remove also
1495         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1496         Do not autoload its invocation, but eval it after loading of 'tramp.
1498         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1500         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1502 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1504         * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1505         was done (bug#17264).
1506         * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1507         comment to EOB.
1509         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1510         here-documents (bug#17262).
1512 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
1514         * term/pc-win.el (x-list-fonts, x-get-selection-value):
1515         Provide doc strings, as required by snarf-documentation.
1517 2014-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1519         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1520         arg of overlays-at.  Use `invisible-p'.
1522         * obsolete/lucid.el (extent-at):
1523         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1524         overlays-at.
1525         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1527 2014-04-14  João Távora  <joaotavora@gmail.com>
1529         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1530         links.  (Bug#17217).
1532 2014-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1534         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1535         Use mapc to loop over a vector.  (Bug#17257).
1537 2014-04-13  Michael Albinus  <michael.albinus@gmx.de>
1539         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1540         patch, there are new problems with file names containing spaces.
1541         Get rid of backticks.  (Bug#17238)
1543 2014-04-13  João Távora  <joaotavora@gmail.com>
1545         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1546         possible bug.
1548 2014-04-13  Eli Zaretskii  <eliz@gnu.org>
1550         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1551         (blink-cursor-mode): Mention customization variables and the
1552         effect of 'blink-cursor-blinks'.
1554 2014-04-12  Barry O'Reilly  <gundaetiapo@gmail.com>
1556         * simple.el (undo): Prevent insertion of identity mapping into
1557         undo-equiv-table so as undo-only does not inf loop in the presence
1558         of consecutive nils in undo list.
1560 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
1562         * faces.el (make-face): Deprecate optional argument as it is no
1563         longer needed/used since the conditional X resources handling
1564         has been pushed down to make-face-x-resource-internal itself.
1565         (make-empty-face): Don't pass optional argument to make-face.
1567 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
1569         * international/characters.el <standard-case-table>: Add entries
1570         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
1571         Set category of Coptic characters be 'g' (Greek).
1573 2014-04-12  Leo Liu  <sdl.web@gmail.com>
1575         * progmodes/octave.el (completion-table-with-cache): Define if not
1576         available.
1577         (octave-goto-function-definition)
1578         (octave-sync-function-file-names)
1579         (octave-find-definition-default-filename): Backquote upattern for
1580         compatibility.
1582 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
1584         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1585         name twice due to backticks.  (Bug#17238)
1587 2014-04-11  Glenn Morris  <rgm@gnu.org>
1589         * term/w32-win.el (x-win-suspend-error):
1590         * term/x-win.el (x-win-suspend-error): Sync docs.
1592 2014-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         Ediff's overlay priorities cause more trouble than they solve.
1595         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1596         (ediff-highest-priority): Remove function (bug#17234).
1597         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1598         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1599         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1600         overlay priorities.
1602 2014-04-10  Feng Li  <fengli@gmail.com>  (tiny change)
1604         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1605         entry; use symbol boundaries to avoid mis-matches.
1607 2014-04-10  Michael Albinus  <michael.albinus@gmx.de>
1609         * net/tramp.el (tramp-file-name-handler)
1610         (tramp-completion-file-name-handler): Avoid recursive loading.
1612         * net/tramp-sh.el (tramp-make-copy-program-file-name):
1613         Quote result also locally.
1615 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
1617         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1618         Module methods.  (Bug#17216)
1620 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * help.el (describe-bindings): Fix buffer handling (bug#17210).
1623         (describe-bindings-internal): Mark obsolete.
1625 2014-04-07  João Távora  <joaotavora@gmail.com>
1627         * elec-pair.el:
1628         (electric-pair--syntax-ppss): When inside comments parse from
1629         comment beginning.
1630         (electric-pair--balance-info): Fix typo in comment.
1631         (electric-pair--in-unterminated-string-p): Delete.
1632         (electric-pair--unbalanced-strings-p): New function.
1633         (electric-pair-string-bound-function): New var.
1634         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1635         according to `electric-pair--in-unterminated-string-p'
1637 2014-04-07  João Távora  <joaotavora@gmail.com>
1639         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1640         Inhibit quote pairing if point-max is inside an unterminated string.
1641         (electric-pair--looking-at-unterminated-string-p): Delete.
1642         (electric-pair--in-unterminated-string-p): New function.
1644 2014-04-07  Glenn Morris  <rgm@gnu.org>
1646         * shell.el (shell-directory-tracker):
1647         Go back to just ignoring failures.  (Bug#17159)
1649 2014-04-06  João Távora  <joaotavora@gmail.com>
1651         Fix `electric-pair-delete-adjacent-pairs' in modes binding
1652         backspace. (bug#16981)
1653         * elec-pair.el (electric-pair-backward-delete-char): Delete.
1654         (electric-pair-backward-delete-char-untabify): Delete.
1655         (electric-pair-mode-map): Bind backspace to a menu item filtering
1656         a new `electric-pair-delete-pair' command.
1657         (electric-pair-delete-pair): New command.
1659 2014-04-06  João Távora  <joaotavora@gmail.com>
1661         * progmodes/python.el (python-electric-pair-string-delimiter):
1662         Fix triple-quoting electricity.  (Bug#17192)
1664 2014-04-06  João Távora  <joaotavora@gmail.com>
1666         * elec-pair.el (electric-pair-post-self-insert-function):
1667         Don't skip whitespace when `electric-pair-text-pairs' and
1668         `electric-pair-pairs' were used. syntax to
1669         electric-pair--skip-whitespace.  (Bug#17183)
1671 2014-04-06  Eli Zaretskii  <eliz@gnu.org>
1673         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1674         "<F>".  (Bug#17199)
1676 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1679         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1681 2014-04-05  Glenn Morris  <rgm@gnu.org>
1683         * help.el (view-lossage): Doc tweak.
1685 2014-04-05  Matthias Dahl  <matthias.dahl@binary-island.eu>
1687         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1688         only when inhibit-x-resources is nil, and do that earlier in the
1689         function.  Doc fix.  (Bug#16694)
1690         (face-spec-choose): Accept additional optional argument, whose
1691         value is returned if no matching attributes are found.
1692         (face-spec-recalc): Use the new optional argument when calling
1693         face-spec-choose.  (Bug#16378)
1694         (make-face-x-resource-internal): Do nothing when
1695         inhibit-x-resources is non-nil.  Don't touch the default face if
1696         reversed video is given--as was done in previous versions of Emacs.
1697         (face-set-after-frame-default): Don't call
1698         make-face-x-resource-internal here.  (Bug#16434)
1700 2014-04-04  Tassilo Horn  <tsdh@gnu.org>
1702         * doc-view.el (doc-view-bookmark-jump):
1703         Use `bookmark-after-jump-hook' to jump to the right page after the
1704         buffer is shown in a window.  (bug#16090)
1706 2014-04-04  Eli Zaretskii  <eliz@gnu.org>
1708         * international/characters.el (mirroring): Fix last change:
1709         instead of loading uni-mirrored.el explicitly, do that implicitly
1710         by creating the 'mirroring' uniprop table.  This avoids announcing
1711         the loading of uni-mirrored.el.
1713 2014-04-04  Glenn Morris  <rgm@gnu.org>
1715         * files.el (buffer-stale--default-function)
1716         (buffer-stale-function, revert-buffer--default):
1717         * autorevert.el (auto-revert-buffers): Doc tweaks.
1719 2014-04-03  Eli Zaretskii  <eliz@gnu.org>
1721         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
1723 2014-04-03  Glenn Morris  <rgm@gnu.org>
1725         * files.el (make-backup-file-name-function)
1726         (make-backup-file-name, make-backup-file-name--default-function)
1727         (make-backup-file-name-1, find-backup-file-name)
1728         (revert-buffer-function, revert-buffer-insert-file-contents-function)
1729         (buffer-stale--default-function, buffer-stale-function)
1730         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1731         (revert-buffer, revert-buffer--default)
1732         (revert-buffer-insert-file-contents--default-function):
1733         Doc fixes related to defaults no longer being nil.
1734         (make-backup-file-name-function): Bump :version.
1735         Restore nil as a valid but deprecated custom type.
1737 2014-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1739         * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
1740         used as a variable (bug#17174).
1742 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * progmodes/perl-mode.el (perl-indent-new-calculate):
1745         Handle forward-sexp failure (bug#16985).
1746         (perl-syntax-propertize-function): Add "foreach" and "for" statement
1747         modifiers introducing expressions (bug#17116).
1749 2014-04-02  Glenn Morris  <rgm@gnu.org>
1751         * menu-bar.el (menu-bar-file-menu):
1752         * vc/ediff.el (ediff-current-file):
1753         Update for revert-buffer-function no longer being nil by default.
1755         * simple.el (command-execute): Respect nil disabled-command-function.
1757 2014-04-01  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1759         * simple.el (command-execute): Do not execute the command when it
1760         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
1762 2014-03-29  Juri Linkov  <juri@jurta.org>
1764         * dired-aux.el (dired-compress-file): Don't use string-match-p
1765         because its match data is used afterwards.
1767 2014-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1769         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1770         0 like nil.
1772 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
1774         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1775         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
1777         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1778         Don't propertize `?' or `!' as symbol constituent when after
1779         colon.  (Bug#17097)
1781 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
1783         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1784         which is no longer needed and causes trouble in GTK builds (bug#17046).
1786         * emacs-lisp/package-x.el (package--archive-contents-from-url):
1787         Use url-insert-file-contents; package-handle-response no longer exists.
1789 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
1791         * emacs-lisp/package.el: Fix bug#16733 (again).
1792         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1793         (url-http-target-url): Remove unused declarations.
1794         (package-handle-response): Remove.
1795         (package--with-work-buffer): Use url-insert-file-contents and simplify.
1796         (package--download-one-archive): Use current-buffer instead of
1797         dynamic binding of `buffer'.
1798         (describe-package-1): Do not decode readme-string.
1800 2014-03-25  Barry O'Reilly  <gundaetiapo@gmail.com>
1802         * simple.el (primitive-undo): Correction to 2014-03-24 change.
1804 2014-03-25  Michael Albinus  <michael.albinus@gmx.de>
1806         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1808         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1809         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
1810         `remote-file-name-inhibit-cache' to nil in the second pass.
1811         (tramp-find-executable): Do not call "which" on SunOS.
1812         (tramp-send-command-and-check): Fix docstring.
1813         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1814         check whether source directory has set the sticky bit.
1816 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
1818         * simple.el (primitive-undo): Only process marker adjustments
1819         validated against their corresponding (TEXT . POS).  Issue warning
1820         for lone marker adjustments in undo history.  (Bug#16818)
1821         (undo-make-selective-list): Add marker adjustments to selective
1822         undo list based on whether their corresponding (TEXT . POS) is in
1823         the region.  Remove variable adjusted-markers, which was unused
1824         and only non nil during undo-make-selective-list.
1825         (undo-elt-in-region): Return nil when passed a marker adjustment
1826         and explain in function doc.
1828 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
1830         * emacs-lisp/package.el (package--add-to-archive-contents):
1831         Include already installed and built-in packages in
1832         `package-archive-contents'.
1833         (package-install): Don't include already installed packages in the
1834         options during interactive invocation.  (Bug#16762)
1836 2014-03-24  Daniel Colascione  <dancol@dancol.org>
1838         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1839         instead of cl-loop search function.
1841 2014-03-24  Juanma Barranquero  <lekktu@gmail.com>
1843         * frameset.el (frameset--initial-params): Fix typo in parameter name.
1845 2014-03-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1847         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1849 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
1851         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1852         Match special global variables without curlies, too.
1853         (ruby-font-lock-keywords): Simplify the matcher for special global
1854         variables.  Don't require a non-word character after the variable.
1855         (Bug#17057)
1857 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * simple.el (redisplay-highlight-region-function): Increase priority of
1860         overlay to make sure boundaries are visible (bug#15899).
1862 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
1864         * frameset.el (frameset-restore): Compare display strings with equal.
1866         * frame.el (make-frame): Don't quote display name in error message,
1867         it is already a string.
1869 2014-03-23  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1871         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1872         the password.
1874 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1876         * emacs-lisp/package.el (package-show-package-list): If the buffer
1877         is already displayed in another window, switch to that window.
1879 2014-03-21  Daniel Colascione  <dancol@dancol.org>
1881         * mail/emacsbug.el (report-emacs-bug): Include memory usage
1882         information in bug reports.
1884 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1886         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1887         list to look for keyword arguments instead of `memq', fixing
1888         (Bug#3647) --- unfortunately, only for freshly-compiled code.
1889         Please make bootstrap.
1891 2014-03-23  Richard Stallman  <rms@gnu.org>
1893         * battery.el (battery-linux-sysfs): Search for each field
1894         from the beginning of the buffer.
1896 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1898         * emacs-lisp/package.el (package-desc): Use the contents of the
1899         quoted form, not its cdr.  (Bug#16873)
1901 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
1903         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1904         benefit of doc.c; change parameter profile to match the X function.
1906 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
1908         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1909         and `tramp-copy-env'.
1911         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1912         (tramp-maybe-open-connection): Handle `tramp-login-env'.
1914 2014-03-21  Glenn Morris  <rgm@gnu.org>
1916         * electric.el (electric-indent-post-self-insert-function): Add doc.
1918 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1920         * emacs-lisp/package.el (package-compute-transaction):
1921         Use `version-list-<=' to compare the requirement version against
1922         the version of package already to be installed.  Update the error
1923         message.  (Bug#16826)
1925         * progmodes/ruby-mode.el (ruby-smie-rules):
1926         Add indentation rule for ` @ '.  (Bug#17050)
1928 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
1930         * align.el (align-regexp): Remove superfluous backslash.
1932         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1933         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1934         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1935         Fix docstring typos.
1936         (ffap-next): Use C-u in docstring.
1937         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1938         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1939         Remove superfluous backslashes.
1940         (ffap-string-at-point): Reflow docstring.
1942         * server.el (server-host): Reflow docstring.
1943         (server-unload-function): Fix docstring typo.
1944         (server-eval-at): Remove superfluous backslash.
1946         * skeleton.el (skeleton-insert): Remove superfluous backslash.
1947         (skeleton-insert): Doc fix.
1948         (skeleton-insert): Reflow docstring.
1950         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1951         (tty-color-approximate, tty-color-by-index, tty-color-values)
1952         (tty-color-desc): Remove superfluous backslashes.
1954 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1956         * electric.el (electric-newline-and-maybe-indent): New command.
1957         Bind it globally to C-j.
1958         (electric-indent-mode): Don't mess with the global map any more.
1959         Don't drop the post-self-insert-hook is some buffer is still using it
1960         (bug#16770).
1962         * bindings.el (global-map): Remove C-j binding.
1964         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1965         the docstring of functions advised before dumping (bug#16993).
1967 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
1969         * ps-print.el (ps-generate-postscript-with-faces):
1970         Explicitly deactivate the mark (bug#16866).
1971         * simple.el (deactivate-mark): Update region highlight.
1973 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
1975         * emacs-lisp/package.el (describe-package-1):
1976         Decode commentary (bug#16733).
1978 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
1980         * custom.el (defcustom): Doc fix: recommend avoiding destructive
1981         modification of the value argument of :set (bug#16755).
1983 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1985         * simple.el (newline-and-indent): Do autofill (bug#17031).
1987 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
1989         * newcomment.el (comment-normalize-vars): Only add escaping check
1990         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
1991         (comment-beginning): Use `narrow-to-region' instead of moving back
1992         one character.
1993         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1994         (comment-start-skip): Update the docstring.
1996 2014-03-18  Richard Stallman  <rms@gnu.org>
1998         * dired.el (dired-display-file): Force use of other window.
2000 2014-03-18  Daniel Colascione  <dancol@dancol.org>
2002         * startup.el (tty-handle-args): Remove debug message from 2007.
2004 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2007         (advice--make-interactive-form): Use it to avoid (auto)loading function.
2008         (advice--make-1, advice-add, advice-remove):
2009         Remove braindead :advice-pending hack.
2011 2014-03-17  Glenn Morris  <rgm@gnu.org>
2013         * calendar/calendar.el (calendar-generate-month): Apply weekend
2014         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
2016 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
2018         * net/tramp.el (tramp-action-out-of-band): Read pending output.
2019         (tramp-call-process): Trace also DESTINATION.
2021         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2022         Quote file names when they are local.  Remove superfluous trace.
2024 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
2026         * newcomment.el (comment-beginning): If `comment-start-skip'
2027         doesn't match, move back one char and try again.  (Bug#16971)
2029         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2030         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2031         Set `comment-start-skip' to a simpler value that doesn't try to
2032         check if the semicolon is escaped (this is handled by
2033         `syntax-ppss' now).  (Bug#16971)
2035         * progmodes/scheme.el (scheme-mode-variables): Same.
2037 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
2039         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2040         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2041         current (Bug#16816, Bug#17007).
2042         (with-current-buffer-window): New macro doing the same as
2043         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2044         * help.el (help-print-return-message): Warn in doc-string to not
2045         use this in `with-help-window'.
2046         (describe-bindings-internal): Call `describe-buffer-bindings'
2047         from within help buffer.  See Juanma's scenario in (Bug#16816).
2048         (with-help-window): Update doc-string.
2049         * dired.el (dired-mark-pop-up):
2050         * files.el (save-buffers-kill-emacs):
2051         * register.el (register-preview): Use `with-current-buffer-window'
2052         instead of `with-temp-buffer-window'.
2054 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
2056         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2057         Implement inserting into current buffer, documented in their docstrings.
2058         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2059         (rst-section-tree-point, rst-forward-section, rst-indent)
2060         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2061         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2062         (rst-font-lock-handle-adornment-pre-match-form)
2063         (rst-repeat-last-character): Reflow docstrings.
2064         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2065         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2066         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2067         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2068         Fix docstring typos.
2069         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2070         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2071         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2073 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
2075         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2076         for compatibility with other ports.
2077         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
2078         from the -xrm command line argument, but in the Nextstep port its value
2079         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2081         * progmodes/python.el (defconst, python-syntax-count-quotes)
2082         (python-indent-region, python-indent-shift-right)
2083         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2084         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2085         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2086         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2087         (inferior-python-mode, python-shell-make-comint, run-python-internal)
2088         (python-shell-buffer-substring, python-shell-send-buffer)
2089         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2090         (python-completion-complete-at-point, python-fill-docstring-style)
2091         (python-eldoc-function, python-imenu-format-item-label)
2092         (python-imenu-format-parent-item-label)
2093         (python-imenu-format-parent-item-jump-label)
2094         (python-imenu--build-tree, python-imenu-create-index)
2095         (python-imenu-create-flat-index): Fix docstring typos.
2096         (python-indent-context, python-shell-prompt-regexp, run-python):
2097         Remove superfluous backslashes.
2098         (python-indent-line, python-nav-beginning-of-defun)
2099         (python-shell-get-buffer, python-shell-get-process)
2100         (python-info-current-defun, python-info-current-line-comment-p)
2101         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2102         (python-indent-post-self-insert-function, python-shell-send-file)
2103         (python-shell-completion-get-completions)
2104         (python-shell-completion-complete-or-indent)
2105         (python-eldoc--get-doc-at-point): Reflow docstrings.
2107 2014-03-14  Glenn Morris  <rgm@gnu.org>
2109         * emacs-lisp/package.el (package-menu-mode-map):
2110         Replace use of obsolete function alias.  Tweak menu item text.
2112         * info.el (Info-finder-find-node):
2113         Ignore the `emacs' metapackage.  (Bug#10813)
2115         * finder.el (finder-list-matches): Include unversioned packages
2116         in the result of a keyword search.
2118         * finder.el (finder--builtins-descriptions): New constant.
2119         (finder-compile-keywords): Use finder--builtins-descriptions.
2121 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
2123         * simple.el (blink-matching-paren): Describe the new value,
2124         `jump', enabling the old behavior.
2125         (blink-matching-open): Use that value.  (Bug#17008)
2127 2014-03-14  Glenn Morris  <rgm@gnu.org>
2129         * finder.el (finder-no-scan-regexp): Add leim-list.
2130         (finder-compile-keywords):
2131         Don't skip files with same basename.  (Bug#14010)
2132         * Makefile.in (setwins_finder): New, excluding leim.
2133         (finder-data): Use setwins_finder.
2135         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2136         (help-function-arglist, help-make-usage): Move from here...
2137         * help.el (help-split-fundoc, help-add-fundoc-usage)
2138         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
2139         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2141 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
2143         * net/socks.el (socks, socks-override-functions)
2144         (socks-find-services-entry):
2145         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2146         (hif-find-ifdef-block):
2147         * progmodes/modula2.el (m2-indent): Fix docstring typos.
2149         * net/tls.el (tls-program): Reflow docstring.
2151         * progmodes/pascal.el (pascal-mode-abbrev-table)
2152         (pascal-imenu-generic-expression, pascal-auto-endcomments)
2153         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2154         (pascal-outline-mode): Fix docstring typos.
2155         (pascal-mode): Let define-derived-mode document mode hook.
2156         (pascal-uncomment-area): Reflow.
2157         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2159         * progmodes/opascal.el (opascal-compound-block-indent)
2160         (opascal-case-label-indent): Fix docstring typos.
2161         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2163 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
2165         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2166         Fontify multiple adjacent negation chars.  (Bug#17004)
2168 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2170         * emacs-lisp/package.el (package--prepare-dependencies):
2171         Accept requirements without explicit version (bug#14941).
2173 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2175         * register.el (register-separator, copy-to-register): Doc fixes.
2176         (register-preview-default): Remove unnecessary call to concat.
2178         * frameset.el (frameset-restore): When checking for a visible frame,
2179         use the action map instead of calling visible-frame-list.
2181 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
2183         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2185 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
2187         * window.el (fit-frame-to-buffer): Get maximum width from
2188         display's width instead of height.
2190 2014-03-12  Glenn Morris  <rgm@gnu.org>
2192         * desktop.el (desktop-restore-frames)
2193         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2194         (desktop-restore-reuses-frames): Doc tweaks.
2196         * electric.el (electric-indent-mode): Doc fix.
2198 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2200         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2201         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2202         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2203         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2204         (cvs-dired-use-hook): Fix docstring typos.
2205         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2206         Doc fixes.
2208         * vc/pcvs-defs.el (cvs-auto-remove-handled)
2209         (cvs-auto-remove-directories, cvs-default-ignore-marks)
2210         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2211         (cvs-execute-single-dir): Fix docstring typos.
2213         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2214         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2216         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2218         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2219         Fix docstring typos.
2221 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2223         * frameset.el (frameset--jump-to-register): Add autoload; it could be
2224         called from jump-to-register after unloading the frameset package.
2226 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2229         (bug#16975).  Deactivate the mark before setting it to nil.
2230         (activate-mark): Do nothing if region is already active.
2232 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
2234         * frameset.el (frameset--target-display): Remove definition; declare.
2235         (frameset-save, frameset-restore): Let-bind frameset--target-display.
2237 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2239         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2240         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2241         when the advice is pending.
2242         (advice-remove): Remove this marker when not needed any more.
2244 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
2246         * frameset.el: Separate options for reusing frames and cleaning up.
2247         (frameset--reuse-list): Remove definition; declare.
2248         (frameset--action-map): Declare.
2249         (frameset--find-frame-if): Doc fix.
2250         (frameset--restore-frame): Cache frame action.
2251         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2252         how to clean up the frame list after restoring.  Remove cleaning
2253         options from REUSE-FRAMES.  Change all keyword values to symbols.
2254         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2256         * desktop.el (desktop-restore-forces-onscreen)
2257         (desktop-restore-reuses-frames): Use non-keyword values.
2258         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2260 2014-03-10  Glenn Morris  <rgm@gnu.org>
2262         * files.el (find-file): Doc fix: update info node name.
2264         * emacs-lisp/advice.el (ad-add-advice, defadvice):
2265         Doc fix: remove references to deleted info nodes.
2267 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
2269         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2270         Do not add `nil' to the environment, when there's no remote `locale'.
2271         (tramp-find-inline-encoding): Check, that the remote host has
2272         installed perl, before sending scripts.
2274 2014-03-10  Leo Liu  <sdl.web@gmail.com>
2276         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2277         Clear eldoc-last-message.  (Bug#16920)
2279 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2281         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2282         (bug#14430).
2284 2014-03-09  Juri Linkov  <juri@jurta.org>
2286         * ansi-color.el (ansi-color-names-vector): Copy default colors
2287         from `xterm-standard-colors' that look well on the default white
2288         background (and also on the black background) to avoid illegible
2289         color combinations like yellow-on-white and white-on-white.
2290         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2292 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
2294         * frameset.el (frameset-restore): When no frame is visible, do not
2295         generate a list of frames, just make visible the selected one.
2297 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
2299         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2300         it only contains the repository root.  (Bug#16897)
2302 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
2304         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2305         only when `remote-file-name-inhibit-cache' is nil.
2306         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
2308 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
2310         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2311         Fix doc-strings.
2312         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
2313         fit-frame-to-buffer variable.  Fix doc-string.
2314         (fit-window-to-buffer): Set ONLY argument in call of
2315         fit-frame-to-buffer.  Fix doc-string.
2317 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
2319         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2320         (tramp-action-password): Clear password cache if needed.
2321         (tramp-read-passwd): Do not clear password cache.
2323         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2324         cache unless it is the first password request.
2326 2014-03-06  Glenn Morris  <rgm@gnu.org>
2328         * simple.el (newline): Doc tweak.
2330         * emacs-lisp/shadow.el (load-path-shadows-find):
2331         Ignore dir-locals.  (Bug#12357)
2333 2014-03-05  Glenn Morris  <rgm@gnu.org>
2335         * files.el (interpreter-mode-alist):
2336         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
2338 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
2340         * frameset.el (frameset--initial-params): Filter out null entries.
2342 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
2344         * window.el (window-min-height, window-min-width):
2345         Rewrite doc-strings.
2346         (window-body-size): Add PIXELWISE argument to make it consistent
2347         with its callees.
2349 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
2351         * finder.el (finder-mode-map, finder-mode-syntax-table):
2352         Revert part of 2014-02-28 change.
2354 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
2356         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2357         (eww-setup-buffer): Clear next/prev/etc more reliably.
2358         (eww-textarea-map): [tab] doesn't work on tty.
2359         Reported by Mario Lang.
2361         * net/shr.el (shr-map): Ditto.
2363 2014-03-04  Glenn Morris  <rgm@gnu.org>
2365         * minibuffer.el (completion-hilit-commonality):
2366         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2368 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
2370         * hilit-chg.el (hilit-chg-unload-function): New function.
2371         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2372         (hilit-chg-map-changes): Prefer cardinal number to digit.
2373         (hilit-chg-display-changes): Reflow docstring.
2374         (highlight-changes-rotate-faces): Remove superfluous backslash.
2376 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
2378         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2379         `tramp-send-command-and-check'.
2381 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
2383         * hexl.el (hexl-address-region, hexl-ascii-region)
2384         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2385         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2386         (hexl-forward-word, hexl-previous-line, hexl-next-line):
2387         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2388         (hexl-mode): Doc fix.
2389         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2390         (hexl-mode-ruler): Fix typos in docstrings.
2392         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2393         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2394         Remove superfluous backslashes.
2395         (strokes-last-stroke, strokes-global-map, strokes-mode):
2396         Reflow docstrings.
2397         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2398         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2399         (strokes-distance-squared, strokes-global-set-stroke)
2400         (strokes-global-set-stroke-string): Doc fixes.
2401         (strokes-help): Fix typos; reflow docstring.
2403 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
2405         * window.el (window-in-direction): Fix doc-string.
2407 2014-03-04  Glenn Morris  <rgm@gnu.org>
2409         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2410         Explicit error if no grammar.
2411         (smie-config-save): Doc fix.  Fix quote typo.
2413 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2416         electric-indent-mode-hook if we obey electric-indent-mode.
2417         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2418         decide whether we obey electric-indent-mode.
2419         (c-change-set-fl-decl-start, c-extend-after-change-region):
2420         Silence warnings.
2421         (c-electric-indent-mode-hook): Assume we do want to obey
2422         electric-indent-mode.
2424         * electric.el (electric-indent-mode-has-been-called): Remove.
2425         (electric-indent-mode): Fix accordingly.
2427         * files.el (hack-local-variables): Mention file name in warning.
2429         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2431 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
2433         * bindings.el: Add comment describing why C-d binds to `delete-char'.
2434         * simple.el (delete-forward-char): Mark as interactive-only.
2436 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
2438         * icomplete.el (icomplete-completions):
2439         Follow-up to 2014-03-01 change.
2441         * icomplete.el: Miscellaneous doc fixes.
2442         Use Icomplete everywhere instead of icomplete for consistency.
2443         (icomplete-max-delay-chars): Fix typo.
2444         (icomplete-mode): Use \[].
2445         (icomplete-tidy, icomplete-exhibit): Reflow.
2446         (icomplete-minibuffer-setup-hook, icomplete-completions):
2447         Remove superfluous backlashes.
2449         * ido.el: Miscellaneous doc fixes.
2450         Use Ido everywhere instead of ido or `ido' for consistency.
2451         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2452         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2453         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2454         (ido-separator): Extract obsolescence info from docstring and declare
2455         with make-obsolete-variable.
2456         (ido-minibuffer-setup-hook): Simplify example.
2457         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2458         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2459         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2460         (ido-everywhere): Reflow docstring.
2461         (ido-toggle-vc): Doc fix.
2462         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2463         of long list of keybindings.
2465 2014-03-03  Glenn Morris  <rgm@gnu.org>
2467         * frame.el (display-pixel-height, display-pixel-width)
2468         (display-mm-dimensions-alist, display-mm-height)
2469         (display-mm-width): Doc tweaks.
2471 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
2473         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2474         case of undo in region.
2476 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
2478         * window.el (fit-window-to-buffer): Fix argument in window-size
2479         call when window is horizontally combined.
2481 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
2483         * icomplete.el (icomplete-completions): Use string-width.
2484         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2486 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
2488         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2489         Highlight regexp options.  (Bug#16914)
2491 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
2493         * window.el (window--max-delta-1): Round down when calculating
2494         how many lines/columns we can get from a window.
2496 2014-03-01  Glenn Morris  <rgm@gnu.org>
2498         * isearch.el (search-invisible): Doc fix.
2500         * minibuffer.el (completion-hilit-commonality):
2501         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
2502         * comint.el (comint-dynamic-list-completions): Doc fix.
2503         * comint.el (comint-dynamic-list-completions):
2504         * filecache.el (file-cache-minibuffer-complete):
2505         * tempo.el (tempo-display-completions):
2506         * eshell/em-hist.el (eshell-list-history):
2507         Replace use of obsolete argument of display-completion-list.
2509 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
2511         * icomplete.el (icomplete-completions):
2512         Revert back to using "..." when ?… cannot be displayed.
2514 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
2516         * finder.el (finder-unload-function): New function.
2518 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
2520         * dframe.el (dframe-detach):
2521         * find-dired.el (find-dired, find-name-dired):
2522         * finder.el (finder-mode-map, finder-mode-syntax-table)
2523         (finder-headmark, finder-select, finder-mouse-select):
2524         Fix docstring typos.
2526 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
2528         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2529         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2530         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2531         Fix doc-string based on a suggestion by Nicolas Richard
2532         <theonewiththeevillook@yahoo.fr>.
2533         * help.el (with-help-window): Fix doc-string.
2535 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
2537         * net/shr.el (shr-image-animate): New option.
2538         (shr-put-image): Respect shr-image-animate.
2540 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
2542         * net/tramp-adb.el (tramp-adb-parse-device-names):
2543         Use `accept-process-output'.
2544         (tramp-adb-handle-file-truename): Cache the localname only.
2545         (tramp-adb-handle-make-directory)
2546         (tramp-adb-handle-delete-directory): Flush file properties correctly.
2547         (tramp-adb-handle-set-file-modes): Do not raise an error when file
2548         modes cannot be changed.
2550         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2551         file properties of symlinks.
2553 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
2555         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2556         required/optional fields to match development biblatex.  (Bug#16781)
2558 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
2560         * saveplace.el (toggle-save-place):
2561         Fix argument handling.  (Bug#16673)
2563 2014-02-28  Glenn Morris  <rgm@gnu.org>
2565         * minibuffer.el (completions-first-difference)
2566         (completions-common-part, completion-hilit-commonality): Doc fixes.
2568 2014-02-28  Karl Berry  <karl@gnu.org>
2570         * info.el (Info-mode-map): Add H for describe-mode,
2571         to synchronize with standalone Info.
2573 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
2575         * progmodes/sql.el (sql-interactive-mode):
2576         Avoid setting global comint-input-ring-separator.  (Bug#16814)
2578 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
2580         * net/dbus.el (dbus--init-bus): Declare function.
2581         (dbus-path-local, dbus-interface-local): New defconst.
2582         (dbus-init-bus): Use them.
2583         (dbus-return-values-table): Extend doc.
2584         (dbus-handle-bus-disconnect): Extend error message.
2586 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
2588         * subr.el (y-or-n-p): Fix double space issue in message.
2590 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
2592         * net/tramp.el (tramp-call-process): Improve trace message.
2593         (tramp-handle-insert-file-contents): Trace error case.
2595         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2596         <insert-directory>: Use `tramp-handle-insert-directory'.
2597         (tramp-adb-handle-insert-directory): Remove function.
2598         (tramp-adb-send-command-and-check): New defun, replacing
2599         `tramp-adb-command-exit-status'.  Change all callees.
2600         (tramp-adb-handle-file-attributes)
2601         (tramp-adb-handle-directory-files-and-attributes): Use it.
2602         (tramp-adb-ls-output-name-less-p):
2603         Use `directory-listing-before-filename-regexp'.
2604         (tramp-adb-handle-delete-directory): Flush also file properties of
2605         the truename of directory.
2606         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2607         (tramp-adb-handle-file-local-copy): Make the local copy readable.
2608         (tramp-adb-handle-write-region): Implement APPEND.
2609         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
2610         properties correctly.
2611         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2612         variables.  Check for connected devices only when needed.
2614 2014-02-27  Glenn Morris  <rgm@gnu.org>
2616         * minibuffer.el (completion-table-dynamic)
2617         (completion-table-with-cache): Doc fixes.
2619         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2620         (completing-read-multiple): Doc fixes.
2622 2014-02-27  Daniel Colascione  <dancol@dancol.org>
2624         * minibuffer.el (completion--nth-completion): Fix indentation.
2626         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2627         explicit tramp path is empty.
2629 2014-02-27  Glenn Morris  <rgm@gnu.org>
2631         * emacs-lisp/crm.el (completing-read-multiple):
2632         Empower help-enable-auto-load.
2634 2014-02-26  Glenn Morris  <rgm@gnu.org>
2636         * startup.el (command-line): Don't init the tty in daemon mode.
2638         Avoid calling tty-setup-hook twice, eg if a term file
2639         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
2640         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2641         (tty-create-frame-with-faces): Use it.
2642         * startup.el (command-line): Pass run-hook argument
2643         to tty-run-terminal-initialization.
2645         * dired.el (dired-restore-desktop-buffer): Demote errors;
2646         eg in case a glob match fails.  (Bug#16884)
2648 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
2650         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2651         error from `read-from-string'.  (Bug#16850)
2653         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2654         result of `completing-read' in the interactive form.  (Bug#16854)
2656 2014-02-25  Glenn Morris  <rgm@gnu.org>
2658         * image.el (image-animate, image-animate-timeout):
2659         Stop animating images in dead buffers.  (Bug#16878)
2661         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
2663         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2664         Doc fixes.
2665         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
2666         * term/sun.el (sun-raw-prefix-hooks):
2667         Use tty-setup-hook instead of term-setup-hook.
2668         (terminal-init-sun): Construct message from bytecomp plist.
2669         * term/wyse50.el (enable-arrow-keys): Doc fix.
2671 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
2673         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2674         Fix docstring typos.
2676 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
2678         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2680 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2682         * minibuffer.el (completion--try-word-completion):
2683         Fix error when completing M-x commands (bug#16808).
2685 2014-02-24  Leo Liu  <sdl.web@gmail.com>
2687         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2689 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
2691         * apropos.el (apropos-print): Avoid formatting error when
2692         apropos-do-all and apropos-compact-layout are both t.
2694 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
2696         * apropos.el (apropos-property, apropos-all-words-regexp)
2697         (apropos-true-hit, apropos-variable, apropos-print):
2698         Fix docstring typos, and remove obsolete comment.
2700 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
2702         * net/tramp-sh.el (tramp-sh-handle-file-truename):
2703         Preserve trailing "/".  (Bug#16851)
2705 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
2707         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2708         after `=>' (bug#16811).
2709         (ruby-smie-rules): Handle the inconsistent second element of the
2710         list returned by `smie-indent--parent'.
2711         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2712         method call.
2714 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
2716         * elec-pair.el (electric-pair-text-syntax-table)
2717         (electric-pair-syntax-info, electric-pair--syntax-ppss)
2718         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2719         (electric-pair--looking-at-unterminated-string-p): Doc fix.
2720         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
2722 2014-02-22  Glenn Morris  <rgm@gnu.org>
2724         * imenu.el (imenu--generic-function): Doc fix.
2726         * register.el (frame-configuration-to-register): Make obsolete.
2728 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
2730         * desktop.el (desktop-save-buffer-p): Do not fail when
2731         desktop-files-not-to-save is nil.  Return t for true result
2732         as the doc says.
2734 2014-02-22  Daniel Colascione  <dancol@dancol.org>
2736         * net/secrets.el (secrets-create-item, secrets-search-items):
2737         Check that attribute values are strings, avoiding the construction
2738         of invalid dbus messages.
2740 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2742         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2743         defun-declarations-alist.
2745 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2747         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2748         (bug#16829).
2750 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2752         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2753         (whitespace-newline, whitespace-trailing, whitespace-line)
2754         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2755         (whitespace-space-after-tab): Fix typo in docstrings.
2757 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
2759         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2761         * electric.el (electric-indent-functions-without-reindent):
2762         Add `yaml-indent-line'.
2764 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2766         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2767         It has done nothing for years; should be removed after the release.
2769         * simple.el (choose-completion): Fix docstring typo.
2770         (read-quoted-char-radix): Remove unneeded * in docstring.
2771         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2772         Don't escape parentheses unnecessarily in docstrings.
2774 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
2776         Fix handling of window-min-height/-width (Bug#16738).
2777         * window.el (window--dump-window, window--dump-frame):
2778         New functions.
2779         (window--min-size-1): Account for window dividers.
2780         When window-resize-pixelwise is nil, delay rounding till after the
2781         sum of the window components has been calculated.
2782         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2783         nil make sure at least one text line and two text columns remain
2784         fully visible.
2785         (window-resize): Signal an error when window-resize-apply fails.
2786         (window--resize-child-windows): Fix calculation of by how many
2787         pixels a window can still be shrunk via window-new-normal.
2788         (adjust-window-trailing-edge): Call window--resizable with
2789         correct TRAIL argument.
2791         (with-temp-buffer-window): Don't evaluate BODY within
2792         with-current-buffer (Bug#16816).
2794 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
2796         * net/tramp.el (tramp-check-cached-permissions):
2797         Call `file-attributes' with `suffix' being a symbol but a string.
2799 2014-02-21  Daniel Colascione  <dancol@dancol.org>
2801         * net/dbus.el (dbus-init-bus-1): Declare new subr.
2802         (dbus-init-bus): New function: call into dbus-init-bus-1
2803         and installs a handler for the disconnect signal.
2804         (dbus-call-method): Rewrite to look for result in cons.
2805         (dbus-call-method-handler): Store result in cons.
2806         (dbus-check-event): Recognize events with nil sender as valid.
2807         (dbus-handle-bus-disconnect): New function.  React to bus
2808         disconnection signal by synthesizing dbus error for each
2809         pending synchronous or asynchronous call.
2810         (dbus-notice-synchronous-call-errors): New function.
2811         (dbus-handle-event): Raise errors directly only when `dbus-debug'
2812         is true, not all the time.
2814 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2816         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2817         Remove obsolescence declarations, these variables do not exist anymore.
2819         * savehist.el (savehist-save-minibuffer-history)
2820         (savehist-additional-variables, savehist-file, savehist-mode-hook)
2821         (savehist-save-hook, savehist-coding-system, savehist-loaded)
2822         (savehist-load, savehist-install, savehist-autosave): Fix typos;
2823         mostly, refer to "Savehist mode" when talking about the mode,
2824         and not the function.
2826         * saveplace.el (save-place): Remove redundant info in docstring.
2827         (save-place-forget-unreadable-files, toggle-save-place)
2828         (save-place-forget-unreadable-files, save-place-dired-hook):
2829         Fix typos and remove unneeded backslashes.
2831 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
2833         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2834         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2836         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2837         <insert-directory>: Use `tramp-handle-insert-directory'.
2838         (tramp-gvfs-handle-insert-directory): Remove function.
2840         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2841         Call `tramp-handle-insert-directory'.
2843 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
2845         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2846         before the start of buffer/region (bug#16799).
2848 2014-02-20  Glenn Morris  <rgm@gnu.org>
2850         * isearch.el (search-invisible): Doc fix.
2852 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
2854         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2855         (bug#16657).
2857 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
2859         * frameset.el (frameset-restore): Delay removing an old frame's
2860         duplicate id until the new frame has been correctly created.
2862 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
2864         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2865         (tramp-check-cached-permissions): Call `file-attributes' if the
2866         cache is empty.
2868         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2869         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2871         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2872         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2873         (tramp-gvfs-maybe-open-connection): Set always connection
2874         properties, even if target is mounted already.
2876         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2877         Set tramp-autoload cookie.
2878         (tramp-get-remote-touch): New defun.
2879         (tramp-sh-handle-set-file-times): Use it.
2880         (tramp-sh-handle-directory-files-and-attributes):
2881         Use `tramp-handle-directory-files-and-attributes' if neither stat
2882         nor perl are available on the remote host.
2884         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2885         "/".  Write long listing only when "l" belongs to the switches.
2887         * net/trampver.el: Update release number.
2889 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
2891         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2893 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
2895         * window.el (window-state-put): Allow WINDOW to refer to an
2896         internal window (Bug#16793).
2898 2014-02-19  Glenn Morris  <rgm@gnu.org>
2900         * textmodes/remember.el: Move provide statement to end.
2901         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2902         (remember-notes): Doc fixes.
2904 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * delsel.el (delete-char): Restore incorrectly erased property
2907         (bug#16795).
2909 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
2911         * frameset.el (frameset--restore-frame): When a frame is being reused
2912         and its root window is not alive, delete all the frame's windows before
2913         restoring the window state.  This works around the issue in bug#16793.
2915 2014-02-18  Glenn Morris  <rgm@gnu.org>
2917         * textmodes/remember.el (remember-data-directory)
2918         (remember-directory-file-name-format, remember-store-in-files)
2919         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2920         (remember-notes-save-and-bury-buffer)
2921         (remember-notes--kill-buffer-query): Doc fixes.
2923         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2925 2014-02-17  Alan Mackenzie  <acm@muc.de>
2927         Connect electric-indent-mode up with CC Mode.  Bug #15478.
2928         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2929         to electric-indent-{,local-}-mode.
2930         (c-basic-common-init): Set electric-indent-inhibit.
2931         Initialise c-electric-flag from electric-indent-mode.
2932         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2933         New hook functions which propagate electric-indent-mode to CC mode.
2935         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2936         hit, toggle electric-indent-local-mode.
2938         * electric.el (electric-indent-mode-has-been-called):
2939         New variable.
2941 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
2943         * frameset.el (frameset-cfg-id): New function.
2944         (frameset--reuse-frame, frameset-restore): Use it.
2945         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2947 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2949         * ido.el (ido-file-internal): Remove unused var `d'.
2950         Use \` for to match BoS.  Fit within 80n columns.
2952 2014-02-17  Daniel Colascione  <dancol@dancol.org>
2954         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2955         dbus-call-method check for completion using a busy-wait loop with
2956         gradual backoff.
2958 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
2960         Sync with Tramp 2.2.9.
2962         * net/trampver.el: Update release number.
2964 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
2966         * ido.el (ido-file-internal): Don't add the name of an existing
2967         directory twice.  (Bug#16747)
2969 2014-02-16  Glenn Morris  <rgm@gnu.org>
2971         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2972         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
2974 2014-02-15  Michael R. Mauger  <michael@mauger.com>
2976         * progmodes/sql.el: Version 3.4
2977         (sql-oracle-options): New default value ("-L").
2978         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2979         (sql-placeholders-filter): Correct placeholder pattern.
2980         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
2981         (sql-login-delay): New variable.
2982         (sql-product-interactive): Use it.
2984 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
2986         * frameset.el (frameset--jump-to-register): Check that buffer is live
2987         (bug#16749).
2989 2014-02-15  Glenn Morris  <rgm@gnu.org>
2991         * info.el (info-initialize): Revert 2014-01-10 change.
2993 2014-02-14  Glenn Morris  <rgm@gnu.org>
2995         * replace.el (map-query-replace-regexp)
2996         (read-regexp-defaults-function, read-regexp): Doc fixes.
2998         * dired.el (dired-read-regexp):
2999         * faces.el (list-faces-display):
3000         * misearch.el (multi-isearch-read-matching-buffers)
3001         (multi-isearch-read-matching-files):
3002         * play/cookie1.el (cookie-apropos):
3003         * progmodes/grep.el (grep-read-regexp): Doc fixes.
3005         * textmodes/remember.el (remember): Use frameset-to-register
3006         rather than frame-configuration-to-register.
3008 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
3010         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3011         incorrect keybinding.
3013 2014-02-13  Daniel Colascione  <dancol@dancol.org>
3015         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3016         when adding overlays so that line numbers from compiler match line
3017         numbers we use.
3019 2014-02-13  Glenn Morris  <rgm@gnu.org>
3021         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
3023         * jit-lock.el (jit-lock-mode): Doc fix.
3025 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
3027         * apropos.el (apropos-read-pattern): When the user passes an empty
3028         string, give a more helpful error message than "Wrong type
3029         argument: stringp, nil".
3031 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3035 2014-02-13  Glenn Morris  <rgm@gnu.org>
3037         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3039 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3042         shift-select commands.
3044 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
3046         * progmodes/js.el (js-indent-line): Don't widen.
3047         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3049 2014-02-12  Glenn Morris  <rgm@gnu.org>
3051         * icomplete.el (icomplete): Add info-link to defgroup.
3052         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3053         (icomplete-minibuffer-map, icomplete-mode)
3054         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3056         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3057         (package-menu-filter): Rename from package-menu-filter-interactive.
3058         Doc fix.
3060 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
3062         * frameset.el (frameset--jump-to-register): Select the required
3063         window and buffer before restoring position (bug#16696).
3065 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3067         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3069 2014-02-10  Glenn Morris  <rgm@gnu.org>
3071         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
3073 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
3075         * w32-common-fns.el (x-get-selection): Doc fix.
3076         * select.el (x-get-selection): Doc fix.  (Bug#15109)
3078         * face-remap.el (face-remap-add-relative)
3079         (face-remap-remove-relative, face-remap-reset-base)
3080         (face-remap-set-base): Call force-mode-line-update to redisplay
3081         the current buffer due to potential change in faces.  (Bug#16709)
3083 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
3085         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3086         script more robustly.
3088 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3090         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3092         * simple.el (choose-completion): Doc fix (bug#14160).
3094         * subr.el (event-start): Say what a nil EVENT value means.
3096         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3097         (bug#14197).
3099         * progmodes/grep.el (find-program): Doc fix (bug#14289).
3101         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3103         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3105         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3106         predicate function (bug#15455).
3108 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
3110         * ielm.el (inferior-emacs-lisp-mode): Instead of
3111         `comment-use-global-state', set `comment-use-syntax'.
3113 2014-02-10  Glenn Morris  <rgm@gnu.org>
3115         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3117 2014-02-09  Alan Mackenzie  <acm@muc.de>
3119         Fix c-invalidate-state-cache on narrowed buffers.
3120         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3121         Widen when setting and clearing the CPP delimiter properties.
3123 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3125         * help.el (describe-bindings): Doc fix (bug#9888).
3127         * files.el (save-buffer): Use ARG as the parameter name for
3128         consistency (bug#10346).
3129         (save-buffer): Clarify the 0 argument (bug#10346).
3131         * cus-edit.el (customize-apropos): Fix error string.
3132         (custom-buffer-create): Doc fix (bug#11122).
3133         (custom-sort-items): Doc fix (bug#11121).
3135         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3137         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3138         (icomplete-simple-completing-p): Mention the previous variable.
3140         * font-lock.el (font-lock-value-in-major-mode): Clarify the
3141         meaning of the parameter (bug#12282).
3143         * files.el (find-file-noselect): Clarify prompt when changing
3144         readedness (bug#13261).
3145         (locate-file): Suffixes aren't returned, so don't say that they
3146         are (bug#12674).
3147         (backup-inhibited): Doc clarification (bug#12525).
3149         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3150         before we actually start to delete things (bug#16331).
3152         * subr.el (event-start): Doc fix (bug#14228).
3153         (event-end): Ditto.
3155 2014-02-09  Glenn Morris  <rgm@gnu.org>
3157         * emacs-lisp/warnings.el (lwarn):
3158         Empower help-enable-auto-load.  (Bug#15940)
3160 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
3162         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3163         (Bug#16690)
3165 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
3167         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3168         Insert output at end of buffer.  (Bug#16120)
3170 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3172         * simple.el (choose-completion-string-functions): Document new
3173         calling convention (bug#14153).
3174         (execute-extended-command): Clarify doc string (bug#13373).
3176         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3178         * find-dired.el (find-name-dired): Doc fix (bug#14290).
3179         (find-grep-dired): Doc fix (bug#14288).
3181 2014-02-08  Juri Linkov  <juri@jurta.org>
3183         * isearch.el (isearch-quote-char): Check character validity
3184         like in `quoted-insert' (bug#16677).
3186 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3188         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3190         * isearch.el (isearch-hide-immediately): Doc clarification
3191         (bug#14723).
3193         * simple.el (line-move): Document utility function used many
3194         places in the Emacs sources (bug#14843).
3196         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3197         (dired-prev-marked-file): Doc fix (bug#14855).
3198         (dired-up-directory): Doc fix (bug#14848).
3200         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3202         * files.el (file-relative-name): Doc fix (bug#15159).
3204         * fringe.el (fringe-styles): Doc fix (bug#15239).
3206         * isearch.el (isearch-filter-predicate): Documentation typo fix
3207         (bug#15474).
3209         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3211         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3213         * replace.el (replace-match-maybe-edit): Doc clarification
3214         (bug#15632).
3216         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3218         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3220 2014-02-08  Glenn Morris  <rgm@gnu.org>
3222         * help-fns.el (describe-variable):
3223         Check {file,dir}-local-variables-alist, and buffer-file-name,
3224         in the correct buffer.
3226 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
3228         * help-fns.el (describe-variable): Fix the case where
3229         a value is directory-local with no dir-locals file.  (Bug#16635)
3231 2014-02-08  Glenn Morris  <rgm@gnu.org>
3233         * abbrev.el (edit-abbrevs-mode):
3234         Derive from fundamental-mode.  (Bug#16682)
3236 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
3238         * simple.el (quoted-insert): Check character validity (bug#16677).
3240 2014-02-07  Juri Linkov  <juri@jurta.org>
3242         * desktop.el (desktop-read): Claim the lock when the owner is not
3243         the current process.  (Bug#16157)
3245 2014-02-07  Juri Linkov  <juri@jurta.org>
3247         * desktop.el (desktop-buffers-not-to-save): Change default from nil
3248         to "\\` ".  (Bug#16651)
3250 2014-02-07  Juri Linkov  <juri@jurta.org>
3252         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3253         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3254         (desktop-auto-save-cancel-timer): New function with some code from
3255         `desktop-auto-save-set-timer'.
3256         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3257         Instead of setting `desktop-save-mode' to nil, call
3258         `desktop-save-mode' with arg 0.  (Bug#16630)
3260 2014-02-07  Glenn Morris  <rgm@gnu.org>
3262         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3263         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3264         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3266         * obsolete/iswitchb.el: Move to obsolete/.
3267         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3268         since obsolete/ is not scanned for autoloads.
3269         * emacs-lisp/authors.el (authors-valid-file-names):
3270         Add iswitchb.el.
3272         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3273         Disable now non-functional find-file-hook.
3275 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
3277         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3278         instead of ";" in order to avoid additional prompts.  Let heredoc
3279         scripts read from tty.  (Bug#16582)
3280         (tramp-send-command): No special handling of heredocs, it isn't
3281         necessary anymore.
3283 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3285         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3286         with a space (bug#16664).  Limit the symbols considered to the ones
3287         that are bound or fbound (bug#16646).
3289 2014-02-06  Glenn Morris  <rgm@gnu.org>
3291         * epa.el (epa-mail-aliases): Doc fix.
3293 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
3295         * emacs-lisp/lisp.el (lisp-completion-at-point):
3296         Use `completion-table-merge' instead of `completion-table-in-turn'
3297         (bug#16604).
3299         * minibuffer.el (completion-table-merge): New function.
3301 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
3303         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3304         (tramp-sh-handle-set-file-acl)
3305         (tramp-sh-handle-start-file-process)
3306         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3307         (tramp-find-executable, tramp-send-command): Use it.
3309 2014-02-05  Glenn Morris  <rgm@gnu.org>
3311         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
3313 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3315         * progmodes/python.el (python-shell-send-string)
3316         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3318 2014-02-04  Anders Lindgren  <andlind@gmail.com>
3320         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3321         the names (bug#16620).
3323 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
3325         * faces.el (window-divider): New default value.  Rewrite doc-string.
3326         (window-divider-first-pixel, window-divider-last-pixel): New faces.
3328 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
3330         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3331         `protected' and `public' can also be called without arguments.
3333 2014-02-03  Glenn Morris  <rgm@gnu.org>
3335         * register.el (window-configuration-to-register)
3336         (frame-configuration-to-register): Unadvertise unused argument.
3337         * frameset.el (frameset-to-register): Remove unused argument.
3339         * frameset.el (frameset-to-register):
3340         * kmacro.el (kmacro-to-register):
3341         * register.el (increment-register):
3342         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3343         (calc-append-to-register, calc-prepend-to-register):
3344         * play/gametree.el (gametree-layout-to-register)
3345         (gametree-apply-register-layout):
3346         * textmodes/picture.el (picture-clear-rectangle-to-register)
3347         (picture-yank-rectangle-from-register):
3348         * vc/emerge.el (emerge-combine-versions-register):
3349         Use register-read-with-preview to read registers.
3351 2014-02-03  João Távora  <joaotavora@gmail.com>
3353         * elec-pair.el (electric-pair-backward-delete-char): Don't error
3354         when at beginning of (possibly narrowed) buffer.
3356 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3358         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3359         Also try to display local help from just before point.
3361 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
3363         c-parse-state.  Don't "append-lower-brace-pair" in certain
3364         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
3365         recognised as a comment.
3367         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3368         as well as normal comment starter.
3369         (c-parse-state-get-strategy): Extra return possibility
3370         'back-and-forward.
3371         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3372         return value list to indicate replacement of a brace-pair cons
3373         with its car.
3374         (c-parse-state-1): With 'back-and-forward, only call
3375         c-append-lower-brace-pair-to state-cache when cons-separated.
3377 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
3379         * term/ns-win.el (ns-suspend-error): New function.
3380         (ns-initialize-window-system): Add ns-suspend-error to
3381         suspend-hook (Bug#16612).
3383 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3385         * progmodes/cc-defs.el (c-find-assignment-for-mode):
3386         Make loading cc-mode silent.
3388 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3390         * comint.el (comint-prompt-read-only): Change doc to suggest
3391         remap keybinding.
3393 2014-02-02  Glenn Morris  <rgm@gnu.org>
3395         * register.el (register-read-with-preview, point-to-register)
3396         (window-configuration-to-register, frame-configuration-to-register)
3397         (jump-to-register, number-to-register, view-register, insert-register)
3398         (copy-to-register, append-to-register, prepend-to-register)
3399         (copy-rectangle-to-register): Doc fixes.
3401 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3403         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3404         * emacs-lisp/find-func.el (find-function-C-source): Idem.
3405         * emacs-lisp/nadvice.el (advice--cd*r): New function.
3406         * help-fns.el (describe-function-1): Use it.
3408 2014-02-02  Glenn Morris  <rgm@gnu.org>
3410         * register.el (register-preview-default): New function,
3411         split from register-preview.
3412         (register-preview-function): Rename from register-preview-functions,
3413         make it not a hook.
3414         (register-preview): Use register-preview-function.
3415         (register-read-with-preview): Error on non-character event.  (Bug#16595)
3417 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
3419         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3420         `:' before binary operators (bug#16609).  Don't check for `:'
3421         before `[' and `(', or their syntax status.  A percent literal
3422         can't end with either.
3423         (ruby-font-lock-keywords): For built-ins that require arguments,
3424         check that they're followed by something that looks like argument
3425         (bug#16610).
3427 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3429         * subr.el (butlast): Document what an omitted N means (bug#13437).
3430         (nbutlast): Ditto.
3432 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3434         * net/shr.el (shr-generic): Make into a defsubst to make the stack
3435         depth shallower (bug#16587).
3436         (shr-tag-svg): Respect `shr-inhibit-images'.
3437         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3439 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
3441         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3442         (ruby-smie-grammar): Make "." right-associative.  Make its priority
3443         lower than the ternary and all binary operators.
3444         (ruby-smie-rules): Indent "(" relative to the first non-"."
3445         parent, or the first "." parent at indentation.
3446         Use `ruby-align-chained-calls' for indentation of "." tokens.
3447         (Bug#16593)
3449 2014-01-31  Juri Linkov  <juri@jurta.org>
3451         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3452         from `make-hash-table'.
3454         * textmodes/ispell.el (ispell-init-process): Change message format
3455         to be consistent with other messages.
3457 2014-01-31  Glenn Morris  <rgm@gnu.org>
3459         * delsel.el (delete-selection-mode): Doc fix.
3461         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3462         (trace-function-background): Doc fixes.
3464         * ido.el (ido-use-virtual-buffers): Doc fix.
3465         Reset :version, since the default value has not changed.
3467         * register.el (register-preview-delay, register-read-with-preview):
3468         Doc fixes.
3470         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3471         do not mess with mail-buffer position (fixes 2009-11-03 change).
3472         * progmodes/cc-mode.el (c-submit-bug-report):
3473         Check auto-fill-mode is bound.  (Bug#16592)
3475 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
3477         * startup.el (fancy-splash-image-file): New function,
3478         split from fancy-splash-head.
3479         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3480         so that we are both using the same image.  (Bug#16574)
3482 2014-01-30  Glenn Morris  <rgm@gnu.org>
3484         * simple.el (eval-expression): Doc fix.
3486         * hexl.el (hexl-mode-hook):
3487         * ielm.el (ielm-mode-hook):
3488         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3489         (lisp-interaction-mode-hook):
3490         * progmodes/cfengine.el (cfengine3-documentation-function):
3491         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3493 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3495         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3496         is a symbol (bug#16584).
3498 2014-01-30  Glenn Morris  <rgm@gnu.org>
3500         * help.el (help-for-help-internal): Add "P" to text.
3502 2014-01-29  Glenn Morris  <rgm@gnu.org>
3504         * simple.el (just-one-space, cycle-spacing): Doc fixes.
3506 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
3508         * window.el (fit-frame-to-buffer): Fix calculations for margins and
3509         height constraints.
3511 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
3513         * progmodes/hideif.el: Extend to full CPP expression syntax.
3514         (hif-token-alist): Add missing tokens.
3515         (hif-token-regexp): Add support for float/octal/hex immediates.
3516         (hif-string-literal-regexp): New const.
3517         (hif-tokenize): Recognize strings and float/octal/hex immediates.
3518         (hif-exprlist): New function.
3519         (hif-parse-if-exp): Use it.
3520         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3521         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3522         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3523         (hif-logxor, hif-comma): New functions.
3525 2014-01-28  Glenn Morris  <rgm@gnu.org>
3527         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3529         * indent.el (tab-stop-list): Doc fix.  Add :version.
3531         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3532         (cvs-append-to-ignore): Add compatibility alias.
3534 2014-01-27  Glenn Morris  <rgm@gnu.org>
3536         * dired.el (dired-hide-details-mode): Don't autoload it,
3537         since it cannot be used outside Dired buffers anyway.
3539         * emulation/cua-base.el (cua-mode): Doc fix.
3541         * dired.el (dired-hide-details-hide-symlink-targets)
3542         (dired-hide-details-hide-information-lines)
3543         (dired-hide-details-mode): Doc fixes.
3545         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3546         * strokes.el (strokes-file): Doc fix.  Bump :version.
3547         (strokes-help): Doc fix.
3548         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3549         * emulation/viper.el (viper): Doc fix for custom group.
3550         (top-level): Remove oh-so-no-longer-relevant text about vip.
3551         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3553         * ido.el (ido-save-directory-list-file):
3554         * saveplace.el (save-place-file):
3555         * calendar/timeclock.el (timeclock-file):
3556         * net/quickurl.el (quickurl-url-file):
3557         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3558         * progmodes/idlwave.el (idlwave-config-directory):
3559         * textmodes/remember.el (remember-data-file):
3560         Bump :version.
3562 2014-01-26  Glenn Morris  <rgm@gnu.org>
3564         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3565         Doc fix.  Make obsolete.
3566         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3568         * sort.el (delete-duplicate-lines): Doc fix.
3570 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3572         * progmodes/ada-mode.el (ada):
3573         * woman.el (woman): Link to info manual and Commentary section.
3575         * progmodes/flymake.el (flymake):
3576         * nxml/nxml-mode.el (nxml):
3577         * net/eww.el (eww):
3578         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3579         * htmlfontify.el (htmlfontify):
3580         * ses.el (ses):
3581         * epa.el (epa):
3582         * ido.el (ido): Link to info manual.
3584 2014-01-25  Leo Liu  <sdl.web@gmail.com>
3586         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3588 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
3590         * net/shr.el (shr-tag-img): Prefer the title over the alt text
3591         (bug#16537).
3593 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
3595         * net/eww.el (eww-download-callback):
3596         Fix reference to eww-download-directory.
3598         * emacs-lisp/bytecomp.el (byte-compile-file):
3599         Remove unused local variable `file-name'.
3601 2014-01-24  Glenn Morris  <rgm@gnu.org>
3603         * woman.el (woman-default-faces, woman-monochrome-faces):
3604         Fix obsolescence specification.
3606         * subr.el (with-demoted-errors): Doc fix.
3608 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3610         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3611         (cl--macroexp-fboundp): New function.
3612         (cl--make-type-test): Use it.
3614 2014-01-23  Glenn Morris  <rgm@gnu.org>
3616         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3617         * simple.el (eval-expression): Doc fixes.
3619 2014-01-22  Glenn Morris  <rgm@gnu.org>
3621         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3623 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3625         * emacs-lisp/package.el: Write files silently.
3626         (package-autoload-ensure-default-file, package--write-file-no-coding)
3627         (package-generate-description-file, package--download-one-archive)
3628         (package-install-from-archive): Tell `write-region' to stay quiet.
3629         (package-menu-mode, package-menu--print-info): Omit the Archive column
3630         if there's only one archive.
3631         (package-all-keywords, package--has-keyword-p): Remove dead code.
3633 2014-01-22  Glenn Morris  <rgm@gnu.org>
3635         * version.el (emacs-bzr-version-bzr): Fix typo.
3637         * version.el (emacs-repository-get-version):
3638         Check either .bzr or .git, but not both.
3639         Make the git case actually use the DIR argument, and return nil
3640         rather than the empty string.
3641         Avoid error if .git exists but the git executable is not found.
3643 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
3645         Fixes in window size functions around Bug#16430 and Bug#16470.
3646         * window.el (window-total-size, window-size): New argument ROUND.
3647         (window--min-delta-1, window-min-delta, window--max-delta-1):
3648         Be more conservative when calculating the numbers of lines or
3649         columns a window can shrink (Bug#16430).
3650         (fit-window-to-buffer): Simplify code.
3651         * term.el (term-window-width): Call window-body-width again.
3653 2014-01-22  Glenn Morris  <rgm@gnu.org>
3655         * image.el (image-format-suffixes): Doc fix.
3657         * international/quail.el (quail-define-package): Doc fix.
3659         * emacs-lisp/authors.el (authors-valid-file-names)
3660         (authors-renamed-files-alist): Additions.
3662         * vc/vc-git.el (vc-git-print-log): Remove --follow;
3663         reverts 2014-01-09 change.  (Bug#16422)
3665         * calc/calc-embed.el (thing-at-point-looking-at):
3666         * emacs-lisp/map-ynp.el (x-popup-dialog):
3667         * obsolete/lmenu.el (x-popup-dialog):
3668         * emacs-lisp/package.el (url-recreate-url):
3669         * mail/mailclient.el (clipboard-kill-ring-save):
3670         * subr.el (x-popup-dialog): Update declaration.
3671         * mail/rmail.el (rmail-mime-message-p):
3672         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3674 2014-01-21  Daniel Colascione  <dancol@dancol.org>
3676         * progmodes/sh-script.el (sh--inside-noncommand-expression):
3677         Correctly detect when we're inside an arithmetic expansion form
3678         containing nested parenthesis.
3679         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3680         to detect cases where we shouldn't expand "<<" to a heredoc
3681         skeleton.
3683 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3685         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3686         (eldoc--message-command-p): New function.
3687         (eldoc-display-message-p): Use it.
3688         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3689         message is not automatically erased for us.
3690         (eldoc-print-current-symbol-info): Erase previous message, if any.
3692 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
3694         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3695         specify it's an interactive function.
3697         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3698         Fix regex used for scanning for citation keys which failed for
3699         citations with optional arguments.
3701 2014-01-21  Leo Liu  <sdl.web@gmail.com>
3703         * simple.el (read--expression): Don't enable eldoc-mode.
3705 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * simple.el (move-beginning-of-line): Make sure we don't move forward
3708         (bug#16497).
3710 2014-01-20  Juri Linkov  <juri@jurta.org>
3712         * saveplace.el (toggle-save-place, save-place-to-alist)
3713         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3714         'dired-mode) before checking for dired-directory.  (Bug#16477)
3716 2014-01-20  Juri Linkov  <juri@jurta.org>
3718         * indent.el (indent-line-to): Use backward-to-indentation
3719         instead of back-to-indentation.  (Bug#16461)
3721 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3723         Revert some of the CANNOT_DUMP fix (Bug#16494).
3724         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3725         but fixing this can wait until after the next release.
3726         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3728 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
3730         * eshell/esh-mode.el (eshell-password-prompt-regexp):
3731         Use `password-word-equivalents'.
3732         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3733         to t.  (Bug#5664, Bug#13124)
3735 2014-01-19  Alan Mackenzie  <acm@muc.de>
3737         Bind open-paren-in-column-0-is-defun-start to nil at some entry
3738         points.
3739         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3740         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3741         * progmodes/cc-mode.el (c-before-change, c-after-change)
3742         (c-font-lock-fontify-region): Bind it here.
3744 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
3746         * term.el (term-window-width): Call window-text-width instead of
3747         window-width (Bug#16470).
3749 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
3751         * simple.el (password-word-equivalents): Remove duplicates.
3752         Sort, to make this easier next time.
3753         Downcase.  Omit ": " after "jelszó".
3755 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
3757         * term/common-win.el (saved-region-selection): Defvar it.
3758         (x-select-text): Set saved-region-selection (Bug#16382).
3760 2014-01-18  Glenn Morris  <rgm@gnu.org>
3762         * emacs-lisp/authors.el (authors-aliases)
3763         (authors-renamed-files-alist): Add some entries.
3765 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
3767         * net/tramp.el (tramp-password-prompt-regexp):
3768         Use `password-word-equivalents' if available.
3769         (tramp-action-password, tramp-process-one-action)
3770         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
3772 2014-01-17  Chong Yidong  <cyd@gnu.org>
3774         * simple.el (password-word-equivalents): New defcustom.
3775         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
3776         to 24.4.
3777         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3778         to t.  (Bug#13124)
3780 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
3782         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3783         (ruby-align-to-stmt-keywords): Change the default value.
3784         Use `ruby-alignable-keywords' to generate the possible customization
3785         choices.
3786         (ruby-smie-rules): Instead of using a hardcoded list of alignable
3787         keywords, check against the value of `ruby-alignable-keywords'
3788         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3790 2014-01-17  Glenn Morris  <rgm@gnu.org>
3792         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3794         Make M-x authors return zero *Authors Errors* from current logs.
3795         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3796         (authors-ignored-files): Add some entries, remove others.
3797         (authors-ambiguous-files, authors-valid-file-names):
3798         Add some entries.
3799         (authors-renamed-files-alist): Add, remove, and adjust entries.
3800         (authors-renamed-files-regexps): Add some entries.
3801         Remove some very broad ones.  Make some entries `lax'.
3802         (authors-lax-changelogs): New constant.
3803         (authors-disambiguate-file-name): Treat top-level specially.
3804         (authors-lax-changelog-p): New function.
3805         (authors-canonical-file-name): Check file as written against
3806         authors-valid-file-names.  Do not special-case etc/.
3807         Handle `lax' logs and authors-renamed-files-regexps elements.
3809 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
3811         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3812         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
3813         callers.
3815 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3818         Assume we're already in the proper buffer.
3819         Inspired by Anders Lindgren <andlind@gmail.com>.
3820         (follow-post-command-hook): Call it from the right buffer.
3821         (follow-comint-scroll-to-bottom): Adjust call.
3822         (follow-all-followers): Use get-buffer-window-list.
3824 2014-01-15  Daniel Colascione  <dancol@dancol.org>
3826         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3827         `buffer-file-name' in interactive-form so that we don't leave
3828         pathless file names in `file-name-history'.
3830 2014-01-15  Juri Linkov  <juri@jurta.org>
3832         * indent.el (indent-rigidly): Set deactivate-mark to nil
3833         in transient indentation mode.  (Bug#16438)
3835 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
3837         * emacs-lisp/package.el (package-desc-keywords): New function
3838         (Bug#16222).
3839         (describe-package-1, package-all-keywords)
3840         (package--has-keyword-p): Use it.
3842 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3844         * simple.el (define-alternatives): When creating the
3845         COMMAND-alternatives variable, assign COMMAND as its definition
3846         name so that `describe-variable' can relocate it.
3848 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
3850         * font-lock.el (font-lock-keywords): Fix typo in docstring
3851         (bug#16307).
3853 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3855         * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
3856         line instead of wrongly reset `add-coment' (bug#13577).
3858 2014-01-14  Daiki Ueno  <ueno@gnu.org>
3860         * epa-file.el (epa-file-write-region): Encode the region according
3861         to `buffer-file-format'.  Problem reported at:
3862         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3864 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3866         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3867         so it applies in the right buffer (bug#16410).
3869 2014-01-13  Daniel Colascione  <dancol@dancol.org>
3871         * textmodes/rst.el (rst-define-key): Provide deprecated
3872         keybindings through named functions instead of anonymous ones so
3873         that "??" doesn't appear in describe-mode output.
3875 2014-01-13  Bastien Guerry  <bzg@gnu.org>
3877         * simple.el (define-alternatives): Call the selected command
3878         interactively.  When setting `COMMAND--implementation' for the
3879         first time, tell the user how to chose another implementation.
3880         Enhance the docstring.
3882 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3884         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3885         (log-edit--match-first-line): New function.
3886         (log-edit-font-lock-keywords): Use it.
3887         (log-edit-mode): Make jit-lock-defer-multiline work.
3889 2014-01-13  Bastien Guerry  <bzg@gnu.org>
3891         * rect.el (rectangle-mark-mode): When the region is not active,
3892         display a message saying that the mark as been set and that
3893         rectangle mode is in use.
3894         (rectangle--highlight-for-redisplay): Only put an overlay with a
3895         visible vertical bar when (display-graphic-p) is non-nil.
3896         This partially fixes Bug#16403.
3898 2014-01-13  Juri Linkov  <juri@jurta.org>
3900         * info.el (Info-find-file): Go to DIR before displaying the error
3901         about a nonexistent file if no previous Info file is visited.
3902         Use `user-error' instead of `error' for "Info file %s does not exist".
3903         (Info-find-node-2): In case of a nonexistent node in unwind forms
3904         go to the Top node if there is no previous node to revert to.
3905         (Bug#16405)
3907 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
3909         fit-frame/window-to-buffer code fixes including one for Bug#14096.
3910         * window.el (fit-frame-to-buffer): Fix doc-string.
3911         Respect window-min-height/-width.  Fit pixelwise when
3912         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
3913         when avoiding that frame goes partially off-screen.
3914         (fit-window-to-buffer): Respect window-min-height/-width
3915         (Bug#14096).
3917 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3919         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3920         after an empty line.
3922 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3924         * net/shr.el (shr-render-region): Autoload.
3926 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
3928         * net/eww.el (eww-download-directory): Rename from
3929         `eww-download-path' (Bug#16419).
3931 2014-01-12  Leo Liu  <sdl.web@gmail.com>
3933         * dired-x.el (dired-mode-map): Fix last change.
3935         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3937 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3939         Spelling fixes.
3940         * emacs-lisp/generic.el (generic--normalize-comments):
3941         Rename from generic--normalise-comments.  All uses changed.
3942         * play/bubbles.el (bubbles--neighborhood-score)
3943         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3944         (bubbles--neighborhood-available)
3945         (bubbles--update-neighborhood-score):
3946         Rename from names with 'neighbourhood'.  All uses changed.
3948 2014-01-12  Leo Liu  <sdl.web@gmail.com>
3950         Re-implement the feature of showing eldoc info after editing.
3951         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3952         (eldoc-edit-message-commands): New function.
3953         (eldoc-print-after-edit): New variable.
3954         (eldoc-pre-command-refresh-echo-area): Emit message only by
3955         eldoc-message-commands.
3956         (eldoc-mode): Restrict eldoc-message-commands to editing commands
3957         if eldoc-print-after-edit is set.  (Bug#16346)
3958         * simple.el (read--expression): Enable eldoc-mode.
3959         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3961 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
3962             Eric S. Raymond  <esr@thyrsus.com>
3964         * version.el (emacs-repository-get-version): Enhance so the
3965         function works correctly in either a Bazaar or Git repo.
3967 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
3969         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3970         Goes with removal of the joke manpages from /etc.
3972 2014-01-10  Kenichi Handa  <handa@gnu.org>
3974         * mail/rmail.el (rmail-get-coding-system):
3975         Check rmail-get-coding-function before "funcall"ing it.
3977 2014-01-10  Glenn Morris  <rgm@gnu.org>
3979         * emacs-lisp/authors.el (authors-fixed-entries):
3980         Update for files that no longer exist.
3982 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
3984         * version.el (emacs-bzr-get-version): Restore compatibilty with
3985         24.3 (Tested).
3987 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
3989         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3990         and Podfile.
3992 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
3994         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3996 2014-01-10  Chong Yidong  <cyd@gnu.org>
3998         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4000 2014-01-10  Anders Lindgren  <andlind@gmail.com>
4002         * follow.el (follow-cache-command-list): Include right-char and
4003         left-char.
4005 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4007         Spelling fixes.
4008         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4009         * woman.el (woman-mark-horizontal-position):
4010         Rename from woman-mark-horizonal-position.  Use changed.
4012 2014-01-10  Glenn Morris  <rgm@gnu.org>
4014         * info.el (info-initialize): If running uninstalled, ensure our
4015         own info files are always found first, even if INFOPATH is set.
4017         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4019 2014-01-09  David Engster  <deng@randomsample.de>
4021         * emacs-lisp/eieio-custom.el:
4022         * emacs-lisp/eieio-opt.el: Set generated autoload file to
4023         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4024         * emacs-lisp/eieio.el: Regenerate autoloads.
4026 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
4028         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4029         following renames.  (Bug#8756)
4031 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4033         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4034         (bug#16382).
4035         (activate-mark): Add `no-tmm' argument.
4036         (set-mark, push-mark-command): Use it instead of running
4037         activate-mark-hook by hand.
4039 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
4041         In preparation for the move to git, sanitize out some
4042         Bazaar-specific names.
4044         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4046         * version.el (emacs-bzr-version): Name changed to
4047         emacs-repository-version.  Obsolete-variable alias made.
4048         * loadup.el: Follow through on this name change.
4049         * mail/emacsbug.el (report-emacs-bug): Factor out any
4050         assumption about the version control system in use.
4052 2014-01-08  David Engster  <deng@randomsample.de>
4054         * help-fns.el (help-fns-describe-function-functions):
4055         New variable to call functions for augmenting help buffers.
4056         (describe-function-1): Remove explicit calls to
4057         `help-fns--compiler-macro', `help-fns--parent-mode' and
4058         `help-fns--obsolete'.  Put them in above new variable instead, and
4059         call them through `run-hook-with-args'.
4060         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4061         `eieio-describe-class'.  Not meant for interactive use anymore,
4062         but to augment existing help buffers.  Remove optional second
4063         argument.  Create proper button for file location.
4064         Rewrite function to use `insert' instead of `princ' and `prin1' where
4065         possible.
4066         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4067         (eieio-method-def, eieio-class-def): Move further up.
4068         (describe-method, describe-generic, eieio-describe-method):
4069         Remove aliases.
4070         (eieio-help-constructor, eieio-help-generic): Rename from
4071         `eieio-describe-constructor' and `eieio-describe-generic', resp.
4072         Rewrite to use `insert' in the current buffer and use proper help
4073         buttons.
4074         (eieio-help-find-method-definition)
4075         (eieio-help-find-class-definition): Also accept symbols as
4076         arguments.
4077         (eieio-help-mode-augmentation-maybee): Remove.
4078         (eieio-describe-class-sb): Use `describe-function'.
4079         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4080         Add `eieio-help-generic' and `eieio-help-constructor'.
4082 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4084         Spelling fixes.
4085         * language/china-util.el (hz-ascii-designation):
4086         Rename from hz-ascii-designnation.
4087         (hz-ascii-designation): Rename from hz-ascii-designnation.
4088         All uses changed.
4090 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4092         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4093         package-alist.
4095 2014-01-08  Bastien Guerry  <bzg@gnu.org>
4097         * emacs-lisp/package.el (package-delete):
4098         Correctly delete the package from package-alist.
4100 2014-01-08  Daiki Ueno  <ueno@gnu.org>
4102         * emacs-lisp/package.el (url-recreate-url): Declare.
4103         (url-http-target-url): Declare.
4104         (package-handle-response): Include requested URL in the error message.
4105         (package--check-signature): Don't re-signal errors from
4106         package--with-work-buffer.  Suggested by Stefan Monnier.
4108 2014-01-07  Bastien Guerry  <bzg@gnu.org>
4110         * minibuffer.el (completion--try-word-completion): When both a
4111         hyphen and a space are possible candidates for the character
4112         following a word, display both candidates.  (Bug#15980)
4114 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
4116         * window.el (balance-windows-2): While rounding don't give a
4117         window more than the remainder.  Bug#16351, bug#16383.
4119 2014-01-07  Glenn Morris  <rgm@gnu.org>
4121         * menu-bar.el (menu-bar-help-extra-packages): Remove.
4122         (menu-bar-help-menu): Use view-external-packages instead.
4124 2014-01-07  Bastien Guerry  <bzg@gnu.org>
4126         * emacs-lisp/package.el (package-delete): Also delete the package
4127         name from `package-alist', not its description only.
4129 2014-01-07  Glenn Morris  <rgm@gnu.org>
4131         * help.el (view-external-packages):
4132         * menu-bar.el (menu-bar-help-extra-packages):
4133         Visit efaq.info rather than etc/MORE.STUFF.
4135 2014-01-07  Juri Linkov  <juri@jurta.org>
4137         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4138         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
4140         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4141         that shadows RET.  (Bug#16342)
4143 2014-01-07  Chong Yidong  <cyd@gnu.org>
4145         * isearch.el (isearch-yank-char, isearch-yank-word)
4146         (isearch-yank-line): Doc fix.
4148 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4150         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4151         * emacs-lisp/elint.el (elint-find-builtins):
4152         * emacs-lisp/eldoc.el (eldoc-symbol-function):
4153         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4154         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4155         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4156         * apropos.el (apropos-safe-documentation):
4157         * subr.el (symbol-file): Remove redundant fboundp.
4158         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4160 2014-01-06  Bastien Guerry  <bzg@gnu.org>
4162         * hl-line.el (global-hl-line-overlay): Make a local variable.
4163         (global-hl-line-overlays): New variable to store all overlays.
4164         (global-hl-line-mode): Don't delete overlays from the current
4165         buffer when `global-hl-line-sticky-flag' is non-nil.
4166         (global-hl-line-highlight): Add new overlays to
4167         `global-hl-line-overlays'.
4168         (global-hl-line-unhighlight-all): New function to delete all
4169         overlays when turning off `global-hl-line-mode'.
4170         This fixes Bug#16183.
4172 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4174         * subr.el (set-transient-map): Fix nested case and docstring.
4176 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
4178         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4179         `Texinfo' entry.
4181 2014-01-06  Daniel Colascione  <dancol@dancol.org>
4183         Fix defun navigation in vc log view.
4185         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4186         like `beginning-of-defun'.
4187         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4188         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
4189         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4190         (log-view-extract-comment): Call `log-view-current-entry' directly
4191         instead of relying on broken `log-view-beginning-of-defun' behavior.
4193 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
4195         Spelling fixes.
4196         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4197         * emacs-lisp/debug.el (cancel-debug-on-entry):
4198         * epg.el (epg-error-to-string):
4199         * files.el (recover-file):
4200         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4201         * mail/emacsbug.el (report-emacs-bug-hook):
4202         * mail/sendmail.el (mail-recover):
4203         * ses.el (ses-yank-resize):
4204         * term/ns-win.el (ns-print-buffer):
4205         Spelling fixes in diagnostics, mostly for "canceled" with one L.
4206         * epg.el (epg-key-capability-alist): Rename from misspelled version.
4207         All uses changed.
4208         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4210 2014-01-06  Leo Liu  <sdl.web@gmail.com>
4212         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4213         to avoid shadowing global key.  (Bug#16354)
4215 2014-01-06  Daniel Colascione  <dancol@dancol.org>
4217         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4218         rst-mode.
4220 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
4222         * window.el (balance-windows): Add mising t to fix Bug#16351.
4224 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4227         (bug#16285).
4228         (shr-insert): If we have a word that's longer than `shr-width',
4229         break after it anyway.  Otherwise we'll do no breaking once we get
4230         such a long word.
4232 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4234         * net/eww.el (eww): Support single/double quote for search.
4235         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4236         (eww-history-quit): Delete and use quit-window.
4237         (eww-history-kill): Delete, because it doesn't work well and
4238         not necessary.
4239         (eww-history-mode-map): Delete some keys and add easy-menu.
4241 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4243         Fix misspelling of 'chinese' in rx (Bug#16237).
4244         * emacs-lisp/rx.el (rx-categories): Correct spelling of
4245         chinese-two-byte.
4247         Change subword regexps back to vars (Bug#16296).
4248         * progmodes/subword.el (subword-forward-regexp)
4249         (subword-backward-regexp): Change these back to variables.
4251 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4254         syntax-begin-function (bug#16247).
4256 2014-01-03  Chong Yidong  <cyd@gnu.org>
4258         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4259         (advice--docstring): Delete variable.
4260         (advice--make-1): Leave the docstring empty.
4261         (advice-add): Use function-documentation for advised docstring.
4263         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4264         Ignore function-documentation property when getting documentation.
4265         (ad-activate-advised-definition): Use function-documentation
4266         generate the docstring.
4267         (ad-make-advised-definition): Don't call
4268         ad-make-advised-definition-docstring.
4269         (ad-make-advised-definition-docstring, ad-advised-definition-p):
4270         Delete functions.
4272         * progmodes/sql.el (sql-help): Use function-documentation instead
4273         of dynamic-docstring-function property.  No need to autoload now.
4274         (sql--help-docstring): New variable.
4275         (sql--make-help-docstring): Use it.
4277 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4279         * ielm.el (ielm-tab): Retarget.
4280         (ielm-map): Use ielm-tab for tab.
4281         (ielm-complete-filename): Use comint-filename-completion.
4282         (ielm-complete-symbol): Remove.
4283         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4284         remove ielm-tab from completion-at-point-functions (bug#16224).
4286         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4287         Beware signals raised by predicates (bug#16201).
4289 2014-01-02  Richard Stallman  <rms@gnu.org>
4291         * dired-aux.el (dired-do-print): Handle printer-name.
4293         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4294         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4295         (rmail-epa-decrypt): Turn off mime processing.
4297         * mail/rmail.el (rmail-make-in-reply-to-field):
4298         Add parens in message-id.
4300         * mail/rmail.el (rmail-get-coding-function): Variable.
4301         (rmail-get-coding-system): Use it.
4303 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
4305         * international/mule-conf.el: Unify the charset indian-is13194.
4306         (indian-is13194): Specify unify-map.
4308 2013-12-31  Leo Liu  <sdl.web@gmail.com>
4310         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
4312 2013-12-30  Daniel Colascione  <dancol@dancol.org>
4314         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4315         of printing a useless when we resume from sleep.
4317         * progmodes/sh-script.el
4318         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4319         in indentation code.  (Bug#16233)
4321 2013-12-28  João Távora  <joaotavora@gmail.com>
4323         * elec-pair.el (electric-pair-post-self-insert-function):
4324         Don't open extra newlines at beginning of buffer.  (Bug#16272)
4326 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
4328         * frame.el (window-system-for-display): Don't allow to create a
4329         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
4331 2013-12-28  Glenn Morris  <rgm@gnu.org>
4333         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4334         Update callers.
4336         * apropos.el (apropos-match-face):
4337         * calculator.el (calculator-displayer):
4338         * dabbrev.el (dabbrev-search-these-buffers-only):
4339         * face-remap.el (buffer-face-mode-face):
4340         * simple.el (yank-handled-properties):
4341         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4342         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4343         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4344         (hashcash-double-spend-database):
4345         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4346         (ruby-deep-indent-paren-style):
4347         * textmodes/flyspell.el (flyspell-auto-correct-binding):
4348         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4349         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4350         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4351         Specify custom types.
4353         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4354         * bookmark.el (bookmark-bmenu-use-header-line):
4355         * doc-view.el (doc-view-scale-internally):
4356         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4357         * register.el (register-preview-delay):
4358         * net/shr.el (shr-bullet):
4359         * progmodes/cfengine.el (cfengine-cf-promises)
4360         (cfengine-parameters-indent):
4361         * progmodes/octave.el (inferior-octave-error-regexp-alist):
4362         * textmodes/reftex-vars.el (reftex-label-regexps):
4363         * vc/log-edit.el (log-edit-setup-add-author): Add version.
4365         * net/tls.el (tls-certtool-program): Fix default value.
4367         * desktop.el (desktop-restore-in-current-display):
4368         * newcomment.el (comment-empty-lines):
4369         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4370         (idlwave-pad-keyword):
4371         * progmodes/tcl.el (tcl-tab-always-indent):
4372         * textmodes/reftex-vars.el (reftex-index-default-tag):
4373         * elec-pair.el (electric-pair-skip-whitespace):
4374         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4376         * emacs-lisp/authors.el (authors-ignored-files)
4377         (authors-valid-file-names, authors-renamed-files-alist): Additions.
4379 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
4381         * shell.el (shell-dynamic-complete-command): Doc fix.
4382         (shell--command-completion-data): Shell completion now matches
4383         executable filenames from the current buffer's directory, on
4384         systems in which this behavior is the default (windows-nt, ms-dos).
4386 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
4388         * net/shr.el (shr-insert): Don't infloop if the width is zero.
4390 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4392         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4393         (bug#16251).
4395         * electric.el: Move all electric-pair-* to elec-pair.el.
4396         * elec-pair.el: New file, split from electric.el.
4398 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
4400         * net/shr.el (shr-find-fill-point): Don't try to fill if the
4401         indentation level is larger than the width, because that will
4402         infloop.
4403         (shr-insert): Fill repeatedly long texts, so that Japanese is
4404         formatted correctly (bug#16263).
4405         (shr-find-fill-point): Off by one error in comparison with the
4406         indentation.
4408 2013-12-26  João Távora  <joaotavora@gmail.com>
4410         * electric.el (electric-pair-mode): More flexible engine for skip-
4411         and inhibit predicates, new options for pairing-related functionality.
4412         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4413         if that keeps or improves their balance in buffers.
4414         (electric-pair-delete-adjacent-pairs): Delete the pair when
4415         backspacing over adjacent matched delimiters.
4416         (electric-pair-open-extra-newline): Open extra newline when
4417         inserting newlines between adjacent matched delimiters.
4418         (electric--sort-post-self-insertion-hook):
4419         Sort post-self-insert-hook according to priority values when
4420         minor-modes are activated.
4421         * simple.el (newline-and-indent): Call newline with interactive
4422         set to t.
4423         (blink-paren-post-self-insert-function): Set priority to 100.
4424         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4425         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4426         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
4427         electric-pair-open-newline-between-pairs to nil.
4429 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4431         * progmodes/python.el: Use lexical-binding.
4432         (python-nav-beginning-of-defun): Stop searching ASAP.
4434 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
4436         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4437         Fix interactive spec.  Doc fix.  (Bug#15754)
4439 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4441         * emacs-lisp/byte-run.el (eval-when-compile):
4442         * progmodes/cc-defs.el (cc-eval-when-compile):
4443         Fix edebug spec (bug#16184).
4445 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
4447         * net/shr.el (shr-visit-file): Remove debugging function.
4448         (shr-insert): Don't infloop if we can't find a good place to break
4449         the line (bug#16256).
4451 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4453         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4454         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
4455         python-nav-lisp-forward-sexp-safe.
4456         (python-nav--forward-sexp): New argument SAFE allows switching
4457         forward sexp movement behavior for parens.
4458         (python-nav-forward-sexp): Throw errors on unterminated parens
4459         (Bug#16191).
4460         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4461         (python-nav-backward-sexp-safe): New functions.
4462         (python-shell-buffer-substring):
4463         Use `python-nav-forward-sexp-safe'.
4465 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
4467         * net/shr.el (shr-find-fill-point): Don't break lines before a
4468         quotation mark.
4469         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4470         (shr-find-fill-point): Remove the special checks for the quotation
4471         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4473 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4475         * net/eww.el (eww-form-textarea): Use a different face for
4476         textareas than text input since they have different keymaps
4477         (bug#16142).
4479 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4481         * progmodes/python.el (python-nav-beginning-of-statement):
4482         Speed up (Bug#15295).
4484 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4486         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4487         the window configuration.
4489 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
4491         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4492         we run on MS-Windows or MS-DOS.
4494 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
4496         * window.el (balance-windows-area): Call window-size instead of
4497         window-height and window-width.  Bug#16241.
4499 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4501         * net/eww.el (eww-bookmark-quit): Remove.
4502         (eww-bookmark-browse): Restore the window configuration when you
4503         choose a bookmark (bug#16144).
4505 2013-12-24  Daniel Colascione  <dancol@dancol.org>
4507         * icomplete.el: Remove redundant :group arguments to `defcustom'
4508         throughout.
4509         (icomplete-show-matches-on-no-input): New customizable variable.
4510         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4511         we have something to show.
4512         (icomplete-exhibit): Compute completions even if we have no user input.
4514 2013-12-23  Daniel Colascione  <dancol@dancol.org>
4516         * icomplete.el: Move `provide' to end of file.
4518 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4520         * net/gnutls.el (gnutls-verify-error): Add version tag.
4522 2013-12-23  Chong Yidong  <cyd@gnu.org>
4524         * subr.el (set-transient-map): Rename from
4525         set-temporary-overlay-map.  Doc fix.
4527         * face-remap.el (text-scale-adjust):
4528         * indent.el (indent-rigidly):
4529         * kmacro.el (kmacro-call-macro):
4530         * minibuffer.el (minibuffer-force-complete):
4531         * repeat.el (repeat):
4532         * simple.el (universal-argument--mode):
4533         * calendar/todo-mode.el (todo-insert-item--next-param):
4534         * progmodes/f90.el (f90-abbrev-start): Callers changed.
4536         * indent.el (indent-rigidly): Use substitute-command-keys.
4538 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4540         * net/eww.el (eww-tag-select): Add text-property to jump to next
4541         select field.
4542         (eww): Add non-supported ftp error.
4544 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4546         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4547         comments.  Handle electric indent after typing `?' and `!'.
4549 2013-12-22  Chong Yidong  <cyd@gnu.org>
4551         * faces.el (face-spec-recalc): If the theme specs are not
4552         applicable to a frame, fall back on the defface spec.
4553         This prevents themes from obliterating faces on low-color terminals.
4555 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4557         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4558         after `{'.  We need it after block openers, and it doesn't seem
4559         to hurt after hash openers.
4561 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4563         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4564         extracted from `ruby-smie-rules'.
4565         (ruby--electric-indent-chars): New variable.
4566         (ruby--electric-indent-p): New function.
4567         (ruby-mode): Use `electric-indent-functions' instead of
4568         `electric-indent-chars'.
4570 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4572         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4573         docstring.
4574         (ruby-smie-rules): Indent plus one level after `=>'.
4576 2013-12-21  Richard Stallman  <rms@gnu.org>
4578         * simple.el (newline): Doc fix.
4580 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4582         * net/eww.el (eww-list-histories, eww-list-histories)
4583         (eww-history-browse, eww-history-quit, eww-history-kill)
4584         (eww-history-mode-map, eww-history-mode): New command and
4585         functions to list browser histories.
4586         (eww-form-text): Support text form with disabled
4587         and readonly attributes.
4588         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4590 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4592         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4593         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4594         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4595         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4596         Use `user-error'.
4597         (eww-bookmark-mode-map): Add menu.
4598         (eww-render, eww-mode): Use `setq-local'.
4599         (eww-tool-bar-map): New variable.
4600         (eww-mode): Set `tool-bar-map'.
4601         (eww-view-source): Check for `html-mode' with `fboundp'.
4603 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605         * net/shr.el (shr--extract-best-source): Don't bug out on audio
4606         elements with text inside.  Also remove debugging.
4608 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
4610         * cus-start.el (all): Add ns-use-srgb-colorspace.
4612 2013-12-21  Chong Yidong  <cyd@gnu.org>
4614         * custom.el (custom-theme-recalc-face): Do nothing if the face is
4615         undefined.  Thus, theme settings for undefined faces do not take
4616         effect until the faces are defined with defface, the same as with
4617         theme variables.
4619         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4620         (face-spec-reset-face): Don't assign extra properties in temacs.
4621         (face-spec-recalc): Apply X resources too.
4623 2013-12-21  Chong Yidong  <cyd@gnu.org>
4625         * faces.el (face-spec-set):
4626         * cus-face.el (custom-theme-set-faces, custom-set-faces):
4627         * custom.el (defface): Doc fixes (Bug#16203).
4629         * indent.el (indent-rigidly-map): Add docstring, and move commands
4630         into named functions.
4631         (indent-rigidly-left, indent-rigidly-right)
4632         (indent-rigidly-left-to-tab-stop)
4633         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
4634         indentation direction based on bidi direction, and accumulate
4635         sequential commands in a single undo boundary.
4636         (indent-rigidly--pop-undo): New utility function.
4638 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
4640         * faces.el (read-face-name): Require crm.el when using crm-separator.
4642 2013-12-20  Daniel Colascione  <dancol@dancol.org>
4644         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4645         so that we don't reflow comments into the shebang line.
4647 2013-12-20  Juri Linkov  <juri@jurta.org>
4649         * saveplace.el (save-place-to-alist): Add `dired-filename' as
4650         a position when `dired-directory' is non-nil.  Check integer
4651         positions with `integerp'.
4652         (toggle-save-place, save-places-to-alist): Add check for
4653         `dired-directory'.
4654         (save-place-find-file-hook): Check integer positions with
4655         `integerp'.
4656         (save-place-dired-hook): Use `dired-goto-file' when
4657         `dired-filename' is found in the assoc list.  Check integer
4658         positions with `integerp'.
4659         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4661         * dired.el (dired-initial-position-hook): Rename back from
4662         `dired-initial-point-hook'.
4663         (dired-initial-position): Rename `dired-initial-point-hook' to
4664         `dired-initial-position-hook'.
4665         (dired-file-name-at-point): Doc fix.  (Bug#15329)
4667 2013-12-20  Juri Linkov  <juri@jurta.org>
4669         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4670         (read-regexp-suggestions): New function.
4671         (read-regexp): Use `read-regexp-defaults-function' to get default values.
4672         Use `read-regexp-suggestions'.  Add non-empty default to history
4673         for empty input.
4674         (occur-read-regexp-defaults-function): Remove function.
4675         (occur-read-primary-args): Use `regexp-history-last' instead of
4676         `occur-read-regexp-defaults-function'.
4678         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4679         (hi-lock-line-face-buffer, hi-lock-face-buffer)
4680         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4681         `hi-lock-read-regexp-defaults-function'.  Doc fix.
4682         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4683         with `find-tag-default-as-symbol-regexp'.  Doc fix.
4684         (hi-lock-read-regexp-defaults): Remove function.
4685         (hi-lock-regexp-okay): Add check for null.
4687         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4688         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
4690         * subr.el (find-tag-default-as-symbol-regexp): New function.
4691         (find-tag-default-as-regexp): Move symbol regexp formatting to
4692         `find-tag-default-as-symbol-regexp'.
4694 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
4696         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4697         (Bug#14179)
4699 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
4701         * calendar/todo-mode.el: New implementation of item insertion
4702         commands and key bindings.
4703         (todo-key-prompt): New face.
4704         (todo-insert-item): New command.
4705         (todo-insert-item--parameters): New defconst, replacing defvar
4706         todo-insertion-commands-args-genlist.
4707         (todo-insert-item--param-key-alist): New defconst, replacing
4708         defvar todo-insertion-commands-arg-key-list.
4709         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4710         (todo-insert-item--argsleft, todo-insert-item--apply-args)
4711         (todo-insert-item--next-param): New functions.
4712         (todo-insert-item--args, todo-insert-item--argleft)
4713         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4714         New variables.
4715         (todo-key-bindings-t): Change binding of "i" from
4716         todo-insertion-map to todo-insert-item.
4717         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4718         (todo-insertion-command-name, todo-insertion-commands-names)
4719         (todo-define-insertion-command, todo-insertion-commands)
4720         (todo-insertion-key-bindings, todo-insertion-map): Remove.
4722 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
4724         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4725         (todo-toggle-item-highlighting): Use eval-and-compile instead of
4726         eval-when-compile.
4727         (todo-move-category): Allow choosing a non-existing todo file to
4728         move the category to, and create that file.
4729         (todo-default-priority): New user option.
4730         (todo-set-item-priority): Use it.
4731         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4732         (desktop-restore-file-buffer): Declare.
4733         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4734         (todo-modes-set-2): Locally set desktop-save-buffer to
4735         todo-desktop-save-buffer.
4736         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4737         (auto-mode-alist): Add autoload cookie.
4739 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
4741         * emacs-lisp/subr-x.el: Renamed from helpers.el.
4742         helpers.el was a poor choice of name.
4743         (string-remove-prefix): New function.
4744         (string-remove-suffix): New function.
4746 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
4748         Fix assignment for new window total sizes.
4749         * window.el (window--pixel-to-size): Remove function.
4750         (window--pixel-to-total-1, window--pixel-to-total):
4751         Fix calculation of new total sizes.
4753 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
4755         * comint.el (comint-output-filter): Fix rear-nonsticky property
4756         placement (Bug#16010).
4758 2013-12-20  Chong Yidong  <cyd@gnu.org>
4760         * faces.el (read-color): Minor fix for completion function.
4762 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
4764         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4765         New option.  (Bug#16182)
4766         (ruby-smie--indent-to-stmt-p): Use it.
4767         (ruby-smie-rules): Revert the logic in the handling of `when'.
4768         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4769         (ruby-deep-arglist, ruby-deep-indent-paren)
4770         (ruby-deep-indent-paren-style): Update docstrings to note that the
4771         vars don't have any effect with SMIE.
4773 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
4775         * calc/calc.el (calc-enter, calc-pop): Use the variable
4776         `calc-context-sensitive-enter'.
4778 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780         * net/shr.el (shr-insert): Protect against infloops in degenerate
4781         tables.
4783 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4785         * progmodes/octave.el (octave): Add link to manual and octave
4786         homepage.
4787         (octave-mode-menu): Link to octave-mode manual.
4789 2013-12-20  Leo Liu  <sdl.web@gmail.com>
4791         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4792         insertion using skeleton-end-newline.  (Bug#16138)
4794 2013-12-20  Juri Linkov  <juri@jurta.org>
4796         * replace.el (occur-engine): Use `add-face-text-property'
4797         to add the face property to matches and titles.  (Bug#14645)
4799         * hi-lock.el (hi-green): Use lighter color "light green" closer to
4800         the palette of other hi-lock colors.
4801         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4803 2013-12-19  Juri Linkov  <juri@jurta.org>
4805         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4806         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
4807         (minibuffer-history-symbol): Move variable declaration closer to
4808         its usage.
4810         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4811         (Bug#14785)
4813 2013-12-19  Juri Linkov  <juri@jurta.org>
4815         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4816         New function.
4817         (log-edit-hook): Add it to :options.  (Bug#16170)
4819 2013-12-19  Juri Linkov  <juri@jurta.org>
4821         * simple.el (eval-expression-print-format): Don't check for
4822         command names and the last command.  Always display additional
4823         formats of the integer result in the echo area, and insert them
4824         to the current buffer only with a zero prefix arg.
4825         Display character when char-displayable-p is non-nil.
4826         (eval-expression): With a zero prefix arg, set `print-length' and
4827         `print-level' to nil, and insert the integer values from
4828         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
4830         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4831         `eval-last-sexp-arg-internal'.  Doc fix.
4832         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4833         `eval-last-sexp-print-value'.  Doc fix.
4834         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4835         Set `print-length' and `print-level' to nil when arg is zero.
4836         (eval-last-sexp): Doc fix.
4837         (eval-defun-2): Print the integer values from
4838         `eval-expression-print-format' at the end.
4840         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4841         values from `eval-expression-print-format' at the end.
4843         * ielm.el (ielm-eval-input): Print the integer
4844         values from `eval-expression-print-format' at the end.
4846 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4848         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4849         2013-12-11T19:01:44Z!tzz@lifelogs.com.
4851 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4853         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
4854         (hl-line-highlight, global-hl-line-highlight): Use it.
4855         (hl-line-overlay): Use defvar-local.
4857 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
4859         * term/ns-win.el: Require dnd.
4860         (global-map): Remove drag items.
4861         (ns-insert-text, ns-set-foreground-at-mouse)
4862         (ns-set-background-at-mouse):
4863         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4864         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4865         New functions.
4867 2013-12-19  Glenn Morris  <rgm@gnu.org>
4869         * emacs-lisp/ert.el (ert-select-tests):
4870         Fix string/symbol mixup.  (Bug#16121)
4872 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
4874         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4875         keywords to their parent.
4877 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
4879         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4880         first arg to be a string (fixed dead code), or an operator symbol.
4881         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4882         operator symbols.
4883         (ruby-smie-rules): Remove parent token check in the `.' clause, it
4884         did nothing.  Don't respond to `(:after ".")', it will be called
4885         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
4886         change anything.  Only return indentation for binary operators
4887         when they are hanging.  De-dent opening paren when its parent is
4888         `.', otherwise it looks bad when the dot is not at bol or eol
4889         (bug#16182).
4891 2013-12-19  Juri Linkov  <juri@jurta.org>
4893         * replace.el (query-replace-read-args): Split a non-negative arg
4894         and a negative arg into separate elements.
4895         (query-replace, query-replace-regexp, replace-string)
4896         (replace-regexp): Add arg `backward'.  Doc fix.
4897         (replace-match-maybe-edit): When new arg `backward' is non-nil,
4898         move point to the beginning of the match.
4899         (replace-search, replace-highlight): Use new arg `backward'
4900         to set the value of `isearch-forward'.
4901         (perform-replace): Add arg `backward' and use it to perform
4902         replacement backward.  (Bug#14979)
4904         * isearch.el (isearch-query-replace): Use a negative prefix arg
4905         to call `perform-replace' with a non-nil arg `backward'.
4907 2013-12-18  Juri Linkov  <juri@jurta.org>
4909         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4910         to the default list.  Move `log-edit-show-files' to the end.
4911         Add more available functions to options.
4912         (log-edit): Move default specific settings to
4913         `log-edit-insert-message-template'.  Don't move point.
4914         (log-edit-insert-message-template): New function.
4915         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4916         (Bug#16170)
4918 2013-12-18  Juri Linkov  <juri@jurta.org>
4920         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4921         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
4923 2013-12-18  Leo Liu  <sdl.web@gmail.com>
4925         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4926         (Bug#16186)
4928 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
4930         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4931         formats for displaying file sizes when the -s switch is given.
4932         Instead, compute a separate format for displaying the size in
4933         blocks, which is displayed in addition to the "regular" size.
4934         When -h is given in addition to -s, produce size in blocks in
4935         human-readable form as well.  (Bug#16179)
4937 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
4939         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4940         Reference tables with ~\ref{...} instead of only \ref{...}.
4942 2013-12-18  Chong Yidong  <cyd@gnu.org>
4944         * cus-edit.el (custom-magic-alist): Fix "themed" description
4945         (Bug#14348).
4947         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4948         is non-nil, do not create a new entry in the symbol's theme-value
4949         or theme-face property; update theme-settings only (Bug#14664).
4950         (custom-available-themes): Doc fix.
4952         * cus-theme.el (custom-new-theme-mode-map): Add bindings
4953         (Bug#15674).
4955         * replace.el (occur-engine): Avoid infloop (Bug#7593).
4957 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4959         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4960         (Bug#13914).
4962 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4964         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4966 2013-12-18  Glenn Morris  <rgm@gnu.org>
4968         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4969         * cus-start.el (load-prefer-newer): New option.
4971 2013-12-18  Le Wang  <l26wang@gmail.com>
4973         * comint.el (comint-previous-matching-input-from-input):
4974         Retain point (Bug#13404).
4976 2013-12-18  Chong Yidong  <cyd@gnu.org>
4978         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4980 2013-12-18  Glenn Morris  <rgm@gnu.org>
4982         * mail/emacsbug.el (report-emacs-bug):
4983         Only mention enable-multibyte-characters if non-standard.
4985 2013-12-17  Juri Linkov  <juri@jurta.org>
4987         * arc-mode.el (archive-extract-by-file): Check if directory exists
4988         before deletion to not show irrelevant errors if it doesn't exist.
4990 2013-12-17  Juri Linkov  <juri@jurta.org>
4992         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4993         (Bug#14751)
4995         * net/eww.el (browse-web): Add alias to `eww'.
4996         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4997         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
4999         * net/browse-url.el (browse-url-browser-function): Move `eww'
5000         closer to similar functions.
5002         * startup.el (fancy-startup-screen, fancy-about-screen):
5003         Set browse-url-browser-function to eww-browse-url locally.
5004         (Bug#14751)
5006 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * window.el (window--pixel-to-total): Remove unused `mini' var.
5009         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5010         (split-window): Remove unused `new' var.
5011         (window--display-buffer): Remove unused `frame' and `delta' vars.
5012         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5013         and display-width'.
5015 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
5017         * dired.el (dired-mark-pop-up):
5018         * register.el (register-preview): Don't bind
5019         split-height-threshold here since it's now done in
5020         display-buffer-below-selected.
5022 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
5024         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5025         xterm-rgb-convert-to-16bit.
5026         (rxvt-register-default-colors): Standardize with
5027         xterm-register-default-colors (Bug#14078).
5029 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
5031         * simple.el (kill-region): Pass mark first, then point, so that
5032         kill-append works right (Bug#12819).
5033         (copy-region-as-kill, kill-ring-save): Likewise.
5035 2013-12-17  Leo Liu  <sdl.web@gmail.com>
5037         * net/rcirc.el (rcirc-add-face):
5038         * eshell/em-prompt.el (eshell-emit-prompt):
5039         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5040         (Bug#16167)
5042 2013-12-17  Chong Yidong  <cyd@gnu.org>
5044         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5045         Suggested by Xue Fuqiao.
5047 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
5049         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5051 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5053         * net/shr.el (shr-insert-document): Remove unused var
5054         `shr-preliminary-table-render'.
5055         (shr-rescale-image): Remove unused arg `force'.
5056         (shr-put-image): Update calls accordingly.
5057         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5059 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
5061         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5062         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5063         :close-all, to see which indentation method to use (Bug#16116).
5064         (smie-rules-function): Document the method :close-all.
5066 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5070         * net/eww.el (eww-display-html): If we can't find the anchor we're
5071         looking for, then go to point-min.
5073 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
5075         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5076         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5077         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5078         Expand dir too, in case it's relative.
5080 2013-12-16  Juri Linkov  <juri@jurta.org>
5082         * desktop.el (desktop-auto-save-timeout): Change default to
5083         `auto-save-timeout'.  Doc fix.
5084         (desktop-save): Skip the timestamp in desktop-saved-frameset
5085         when checking for auto-save changes.
5086         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5087         `desktop-auto-save' is called repeatedly by the idle timer.
5088         (desktop-auto-save-set-timer): Replace `run-with-timer' with
5089         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
5090         (Bug#15331)
5092 2013-12-16  Juri Linkov  <juri@jurta.org>
5094         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5095         (Bug#16035)
5096         (isearch-pre-command-hook): Check `this-command' for symbolp.
5098 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5100         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5102 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
5104         * progmodes/cfengine.el (cfengine3--current-word): Remove.
5105         (cfengine3--current-function): Bring in the current-function
5106         functionality from `cfengine3--current-word'.
5107         (cfengine3-completion-function): Bring in the
5108         bounds-of-current-word functionality from
5109         `cfengine3--current-word'.
5111 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
5113         * window.el (display-buffer-below-selected):
5114         Bind split-height-threshold to 0 as suggested by Juri Linkov.
5116 2013-12-16  Leo Liu  <sdl.web@gmail.com>
5118         * progmodes/compile.el (compile-goto-error): Do not push-mark.
5119         Remove NOMSG arg and all uses changed.
5121 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5123         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5124         (cua--deactivate-rectangle): Don't deactivate the mark.
5125         (cua-set-rectangle-mark): Don't set mark-active since
5126         cua--activate-rectangle already does it for us.
5127         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5128         non-rectangular region.
5130         * emulation/cua-base.el (cua-repeat-replace-region):
5131         Use with-current-buffer.
5133         * net/gnutls.el: Use cl-lib.
5134         (gnutls-negotiate): `mapcan' -> cl-mapcan.
5136 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5138         * emacs-lisp/package.el (package-built-in-p): Support both
5139         built-in and the package.el converted package descriptions.
5140         (package-show-package-list): Allow keywords.
5141         (package-keyword-button-action): Use it instead of
5142         `finder-list-matches'.
5143         (package-menu-filter-interactive): Interactive filtering (by
5144         keyword) function.
5145         (package-menu--generate): Support keywords and change keymappings
5146         and headers when they are given.
5147         (package--has-keyword-p): Helper function.
5148         (package-menu--refresh): Use it.
5149         (package--mapc): Helper function.
5150         (package-all-keywords): Use it.
5151         (package-menu-mode-map): Set up menu items and keybindings to
5152         provide a filtering UI.
5154 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5156         * net/gnutls.el (gnutls-verify-error): New defcustom to control
5157         the behavior when a certificate fails validation.  Defaults to
5158         old behavior: never abort, just warn.
5159         (gnutls-negotiate): Use it.
5161 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
5163         * window.el (display-buffer-below-selected): Never split window
5164         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
5166 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
5168         * emacs-lisp/package.el (package--prepare-dependencies): New function.
5169         (package-buffer-info): Use it (bug#15108).
5171 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * icomplete.el (icomplete-completions): Make sure the prefix is already
5174         displayed elsewhere before hiding it (bug#16219).
5176 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
5178         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5179         open-paren tokens when preceded by a open-paren, too.
5180         (ruby-smie-rules): Handle virtual indentation after open-paren
5181         tokens specially.  If there is code between it and eol, return the
5182         column where is starts (Bug#16118).
5184 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
5186         * progmodes/cfengine.el: Fix `add-hook' doc.
5187         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5188         (cfengine3--current-word): Fix parameters.
5189         (cfengine3-make-syntax-cache): Simplify further.
5190         (cfengine3-completion-function, cfengine3--current-function):
5191         Use `assq' for symbols.
5192         (cfengine3--current-function): Fix `cfengine3--current-word' call.
5194 2013-12-13  Glenn Morris  <rgm@gnu.org>
5196         * loadup.el (load-path): Warn if site-load or site-init changes it.
5197         No more need to reset it when bootstrapping.
5199 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
5201         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5202         locations for cf-promises.
5203         (cfengine-mode-syntax-functions-regex): New caching variable.
5204         (cfengine3-fallback-syntax): Fallback syntax for cases where
5205         cf-promises doesn't run.
5206         (cfengine3--current-word): Reimplement using
5207         `cfengine-mode-syntax-functions-regex'.
5208         (cfengine3-completion-function, cfengine3--current-function):
5209         Use `cfengine3-make-syntax-cache' directly.
5210         (cfengine3-clear-syntax-cache): New function.
5211         (cfengine3-make-syntax-cache): Simplify and create
5212         `cfengine-mode-syntax-functions-regex' on demand.
5213         (cfengine3-format-function-docstring): Don't call
5214         `cfengine3-make-syntax-cache' explicitly.
5216 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
5218         Fix windmove-find-other-window broken after pixelwise resizing
5219         (Bug#16017).
5220         * windmove.el (windmove-other-window-loc): Revert change from
5221         2013-12-04.
5222         (windmove-find-other-window): Call window-in-direction.
5223         * window.el (window-in-direction): New arguments SIGN, WRAP and
5224         MINI to emulate original windmove-find-other-window behavior.
5226 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
5228         * simple.el (blink-matching--overlay): New variable.
5229         (blink-matching-open): Instead of moving point, highlight the
5230         matching paren with an overlay
5231         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5233         * faces.el (paren-showing-faces, show-paren-match)
5234         (show-paren-mismatch): Move from paren.el.
5236 2013-12-13  Leo Liu  <sdl.web@gmail.com>
5238         * indent.el (indent-region): Disable progress reporter in
5239         minibuffer.  (Bug#16108)
5241         * bindings.el (visual-order-cursor-movement): Fix version.
5243 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5245         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5246         Also match after beginning of line.
5247         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5248         files.  Thanks to Russell Sim.  (Bug#15378)
5250 2013-12-13  Juri Linkov  <juri@jurta.org>
5252         * simple.el <Keypad support>: Remove key bindings duplicated
5253         with bindings.el.  (Bug#14397)
5255 2013-12-13  Juri Linkov  <juri@jurta.org>
5257         * comint.el (comint-mode-map): Replace `delete-char' with
5258         `delete-forward-char'.  (Bug#16109)
5260 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5262         * progmodes/python.el (python-indent-calculate-indentation):
5263         Fix de-denters cornercase.  (Bug#15731)
5265 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5267         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5268         (advice--make): Pay attention to `depth'.
5269         (advice--make-1): Don't autoload commands eagerly.
5270         * emacs-lisp/elp.el (elp-instrument-function):
5271         * emacs-lisp/trace.el (trace-function-internal):
5272         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5274         * iswitchb.el (iswitchb-mode): Don't belittle ido.
5276 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
5278         * term/w32-win.el (w32-handle-dropped-file):
5279         * startup.el (normal-top-level):
5280         * net/browse-url.el (browse-url-file-url):
5281         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5282         decode file names using 'utf-8' rather than
5283         file-name-coding-system.
5285 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5287         * progmodes/python.el (python-indent-context)
5288         (python-indent-calculate-indentation): Fix auto-identation
5289         behavior for comment blocks.  (Bug#15916)
5291 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5293         * progmodes/python.el (python-indent-calculate-indentation):
5294         When determining indentation, don't treat "return", "pass", etc., as
5295         operators when they are just string constituents.  (Bug#15812)
5297 2013-12-12  Juri Linkov  <juri@jurta.org>
5299         * uniquify.el (uniquify-buffer-name-style): Change default to
5300         `post-forward-angle-brackets'.
5302         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5303         `uniquify'.  Change default to `post-forward-angle-brackets'.
5305 2013-12-11  Glenn Morris  <rgm@gnu.org>
5307         * emacs-lisp/package.el (finder-list-matches):
5308         Autoload rather than falsely declaring.
5310 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
5312         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5313         (eww-mode-map): Use them.
5315 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
5317         * window.el (display-buffer-in-side-window): Fix doc-string
5318         (Bug#16115).
5320 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
5322         * vc/vc-git.el: Silence byte-compiler warnings.
5323         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5324         (log-edit-set-header): Declare.
5326 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
5328         * Makefile.in (custom-deps, finder-data): Run output file names
5329         through unmsys--file-name.  (Bug#16099)
5331 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5333         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5334         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5336         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5337         instead of deleting the selection "by hand" (bug#16098).
5338         Rely on insert-for-yank to yank rectangles.
5339         (cua-highlight-region-shift-only): Mark obsolete.
5340         (cua-mode): Don't enable/disable transient-mark-mode,
5341         shift-select-mode (cua-mode works both with and without them), and
5342         pc-selection-mode (obsolete).
5343         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5344         (cua--deactivate-rectangle): Deactivate it.
5346         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5347         (delete-selection-helper): Make sure yank starts at the top of the
5348         deleted region.
5349         (minibuffer-keyboard-quit): Use region-active-p.
5351         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5353         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5354         to `delete' (bug#16109).
5356 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5358         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5359         info manual and show keybindings and set `:group' keyword.
5361 2013-12-11  Juri Linkov  <juri@jurta.org>
5363         * delsel.el (delete-active-region): Let-bind `this-command'
5364         to prevent `kill-region' from changing its original value.
5365         (delete-selection-helper): Handle `overwrite-mode' for the type
5366         `kill' exactly the same way as for the type `t'.
5367         (insert-char, quoted-insert, reindent-then-newline-and-indent):
5368         Support more commands.  (Bug#13312)
5370 2013-12-11  Juri Linkov  <juri@jurta.org>
5372         * bindings.el: Map kp keys to non-kp keys systematically
5373         with basic modifiers control, meta and shift.  (Bug#14397)
5375 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5377         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5378         "Close browser" menu items.  Fix wrong function of "List
5379         bookmarks".
5381 2013-12-11  Juri Linkov  <juri@jurta.org>
5383         * misearch.el (multi-isearch-buffers): Set the value of
5384         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
5385         arg of isearch-forward to t.
5386         (multi-isearch-buffers-regexp): Set the value of
5387         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
5388         arg of isearch-forward-regexp to t.
5389         (multi-isearch-files): Set the value of
5390         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
5391         arg of isearch-forward to t.
5392         (multi-isearch-files-regexp): Set the value of
5393         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
5394         arg of isearch-forward-regexp to t.  (Bug#16035)
5396         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5397         arg of isearch-forward to t.
5398         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5399         arg of isearch-forward-regexp to t.
5400         (dired-isearch-filter-filenames): Remove unnecessary check for
5401         `dired-isearch-filenames'.
5403         * comint.el (comint-history-isearch-backward):
5404         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5405         (comint-history-isearch-backward-regexp):
5406         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5408 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
5410         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5411         unmsys--file-name.  (Bug#16099)
5413 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
5415         * emacs-lisp/package.el (package-keyword-button-action):
5416         Remove finder.el require dependency.
5418 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
5420         * emacs-lisp/package.el: Require finder.el.
5421         (describe-package-1): Add keyword buttons.
5422         (package-make-button): New convenience function.
5423         (package-keyword-button-action): Keyword button action using
5424         `finder-list-matches'.
5426 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
5428         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5429         last commit.
5431 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
5433         * autorevert.el (auto-revert-notify-add-watch): Do not handle
5434         symlinked files.
5436 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
5438         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5439         after the end of a percent literal.
5441 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
5443         * progmodes/ruby-mode.el (ruby-forward-string): Document.
5444         Handle caret-delimited strings (Bug#16079).
5446 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
5448         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5449         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5450         `ruby-parse-partial' (Bug#16078).
5452 2013-12-09  Leo Liu  <sdl.web@gmail.com>
5454         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
5456 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
5458         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5459         (js-switch-indent-offset): New option.
5460         (js--proper-indentation): Use it.  And handle the case when
5461         "default" is actually a key in an object literal.
5462         (js--same-line): New function.
5463         (js--multi-line-declaration-indentation): Use it.
5464         (js--indent-in-array-comp, js--array-comp-indentation):
5465         New functions.
5466         (js--proper-indentation): Use them, to handle array comprehension
5467         continuations.
5469 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5471         * progmodes/flymake.el (flymake-highlight-line): Re-write.
5472         (flymake-make-overlay): Remove arg MOUSE-FACE.
5473         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5475 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5477         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5478         New function.
5479         (redisplay-highlight-region-function): Use it.
5481         * emulation/cua-base.el (cua--explicit-region-start)
5482         (cua--last-region-shifted): Remove.
5483         (cua--deactivate): Use deactivate-mark.
5484         (cua--pre-command-handler-1): Don't handle shift-selection.
5485         (cua--post-command-handler-1): Don't change transient-mark-mode.
5486         (cua--select-keymaps): Use region-active-p rather than
5487         cua--explicit-region-start or cua--last-region-shifted.
5488         (cua-mode): Enable shift-select-mode.
5490 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5492         * progmodes/flymake.el (flymake-popup-current-error-menu):
5493         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
5494         (flymake-posn-at-point-as-event, flymake-popup-menu)
5495         (flymake-make-emacs-menu): Remove.  (Bug#16077)
5497 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5499         * rect.el (rectangle-mark-mode): Activate mark even if
5500         transient-mark-mode is off (bug#16066).
5501         (rectangle--highlight-for-redisplay): Fix boundary condition when point
5502         is > mark and at bolp.
5504         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5505         (region-extract-function): Use it.
5506         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5507         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5508         Delete functions.
5509         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5510         kill-ring-save, kill-region, delete-char, delete-forward-char.
5511         Ignore self-insert-iso.
5513         * emulation/cua-gmrk.el (cua--init-global-mark):
5514         Ignore `self-insert-iso'.
5516         * emulation/cua-base.el (cua--prefix-copy-handler)
5517         (cua--prefix-cut-handler): Rely on region-extract-function rather than
5518         checking cua--rectangle.
5519         (cua-delete-region): Use region-extract-function.
5520         (cua-replace-region): Delete function.
5521         (cua-copy-region, cua-cut-region): Obey region-extract-function.
5522         (cua--pre-command-handler-1): Don't do the delete-selection thing.
5523         (cua--self-insert-char-p): Ignore `self-insert-iso'.
5524         (cua--init-keymaps): Don't remap delete-selection commands.
5525         (cua-mode): Use delete-selection-mode instead of rolling our own
5526         (bug#16085).
5528         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5529         Obey region-extract-function.
5531         Make registers and delete-selection-mode work on rectangles.
5532         * register.el (describe-register-1): Don't modify the register's value.
5533         (copy-to-register): Obey region-extract-function.
5534         * delsel.el (delete-active-region): Obey region-extract-function.
5536 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5538         * progmodes/flymake.el (flymake, flymake-error-bitmap)
5539         (flymake-warning-bitmap, flymake-fringe-indicator-position)
5540         (flymake-compilation-prevents-syntax-check)
5541         (flymake-start-syntax-check-on-newline)
5542         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5543         (flymake-start-syntax-check-on-find-file, flymake-log-level)
5544         (flymake-xml-program, flymake-master-file-dirs)
5545         (flymake-master-file-count-limit)
5546         (flymake-allowed-file-name-masks): Relocate.
5547         (flymake-makehash, flymake-float-time)
5548         (flymake-replace-regexp-in-string, flymake-split-string)
5549         (flymake-get-temp-dir): Remove.
5550         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5551         (flymake-current-row, flymake-selected-frame)
5552         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5553         related functions.  (Bug#16077)
5555 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
5557         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5559 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
5561         * help-fns.el (describe-function-1): Use new advice-* functions
5562         rather than old ad-* functions.  Fix function type description and
5563         source links for advised functions and subrs.
5565 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5569 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
5571         * progmodes/compile.el (compilation-start):
5572         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5574         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5575         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
5577 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5579         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5580         Touch up the last change.
5582 2013-12-06  Leo Liu  <sdl.web@gmail.com>
5584         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5585         (inferior-octave-startup): Always use "octave> " for prompt.
5586         (octave-goto-function-definition)
5587         (octave-sync-function-file-names)
5588         (octave-find-definition-default-filename): Remove redundant backquotes.
5590 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5592         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5593         syntax for `?'.
5594         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5595         where appropriate already.
5596         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5597         end of method names (Bug#15874).
5599 2013-12-06  Juri Linkov  <juri@jurta.org>
5601         * isearch.el (isearch--saved-overriding-local-map):
5602         New internal variable.
5603         (isearch-mode): Set it to the initial value of
5604         `overriding-terminal-local-map'.
5605         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5606         with `isearch--saved-overriding-local-map'.  (Bug#16035)
5608 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5610         * progmodes/octave.el (inferior-octave-completion-table):
5611         Turn back into function, use `completion-table-with-cache'
5612         (Bug#11906).  Update all references.
5614         * minibuffer.el (completion-table-with-cache): New function.
5616 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
5618         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5620 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
5622         * net/eww.el (eww-current-source): New variable to store page
5623         source.
5624         (eww-display-html, eww-mode, eww-save-history)
5625         (eww-restore-history): Use it.
5626         (eww-view-source): New command to view page source.
5627         Opportunistically uses `html-mode' to highlight the buffer.
5628         (eww-mode-map): Install it.
5630 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
5632         * net/dbus.el (dbus-unregister-service)
5633         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5634         Fix docstring.
5635         (dbus-unregister-service): Skip :serial entries in
5636         `dbus-registered-objects-table'.
5637         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5639 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
5641         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5642         around keywords with extra `split-string' argument.
5644 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
5646         * windmove.el (windmove-other-window-loc): Handle navigation
5647         between windows (excluding the minibuffer window - Bug#16017).
5649 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
5651         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5652         in D-Bus type syntax.
5653         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5654         preserve unibyte strings.  (Bug#16048)
5656 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5659         Call force-mode-line-update is the proper buffer (bug#16042).
5661 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
5663         * vc/log-edit.el (log-edit-add-new-comment): Rename to
5664         `log-edit-remember-comment', make argument optional.  Adjust all
5665         callers.
5666         (log-edit-mode): Add `log-edit-remember-comment' to
5667         `kill-buffer-hook' locally.
5668         (log-edit-kill-buffer): Don't remember comment explicitly since
5669         the buffer is killed anyway.
5671 2013-12-04  Juri Linkov  <juri@jurta.org>
5673         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5674         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
5676 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
5678         * notifications.el (notifications-close-notification): Call the
5679         D-Bus method with ID being a `:uint32'.  (Bug#16030)
5681 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5683         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5685 2013-12-03  Juri Linkov  <juri@jurta.org>
5687         * progmodes/compile.el (compilation-start): Rename window alist
5688         entry `no-display-ok' to `allow-no-window'.
5690         * simple.el (shell-command): Add window alist entry
5691         `allow-no-window' to `display-buffer'.
5692         (async-shell-command): Doc fix.
5694         * window.el (display-buffer-no-window): New action function.
5695         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
5697 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5699         * vc/log-edit.el (log-edit-set-header): Extract from
5700         `log-edit-toggle-header'.
5701         (log-edit-extract-headers): Separate the summary, when extracted
5702         from header, from the rest of the message with an empty line.
5704         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5705         line, if present, to the Summary header.
5707 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5710         in current-buffer (bug#16029).
5712 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
5714         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5715         (debugger-mode-map): Bind it.
5716         (debugger--backtrace-base): New function.
5717         (debugger-eval-expression): Use it.
5718         (debugger-frame-number): Skip local vars when present.
5719         (debugger--locals-visible-p, debugger--insert-locals)
5720         (debugger--show-locals, debugger--hide-locals): New functions.
5722 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
5724         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5725         "LC_ALL".
5726         (tramp-get-remote-locale): New defun.
5727         (tramp-open-connection-setup-interactive-shell): Use it.
5729 2013-12-02  Leo Liu  <sdl.web@gmail.com>
5731         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
5733         * progmodes/sh-script.el (sh-shell-process):
5734         * progmodes/octave.el (inferior-octave-process-live-p):
5735         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5736         (gdb-inferior-io-sentinel):
5737         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5739 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5741         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5742         `save-selected-window' to `log-edit-hide-buf'.  This makes
5743         `log-edit-show-files' idempotent.
5744         (log-edit-show-files): Mark the new window as dedicated.
5746 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5748         * vc/log-edit.el (log-edit-mode-map): Add binding for
5749         `log-edit-kill-biffer'.
5750         (log-edit-hide-buf): Add a FIXME comment.
5751         (log-edit-add-new-comment): New function, extracted from
5752         `log-edit-done'.
5753         (log-edit-done, log-edit-add-to-changelog): Use it.
5754         (log-edit-kill-buffer): New command.
5756 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5758         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5759         instead of killing the buffer.
5761 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5763         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5765 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5767         * net/eww.el (eww-form-checkbox-selected-symbol)
5768         (eww-form-checkbox-symbol): New customizable variable.
5769         (eww-form-checkbox, eww-toggle-checkbox):
5770         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5772         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5773         (shr--get-media-pref, shr--extract-best-source): New function.
5774         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5775         no :src tag was specified.
5777         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5778         (eww-render): Handle `eww-use-external-browser-for-content-type'.
5779         Use \\` to match beginning of string instead of ^.
5780         (eww-browse-with-external-browser): Provide optional URL parameter.
5781         (eww-render): Set `eww-current-title' back to "".
5783         * net/shr.el (shr-tag-video): Display content for video if no
5784         poster is available.
5785         (shr-tag-audio): Add support for <audio> tag.
5787         * net/eww.el (eww-text-input-types): New const.
5788         (eww-process-text-input): Treat input types in
5789         `eww-text-input-types' as text.
5791         * net/shr.el (shr-tag-table): Fix comment typo.
5793 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795         * net/eww.el (eww-follow-link): New command to avoid reloading
5796         pages when we follow #target links (bug#15243).
5797         (eww-quit): Special mode buffers shouldn't query before exiting.
5799 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5801         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5802         forms.
5804 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806         * net/eww.el (eww-restore-history): Update the window title after
5807         moving in the history.
5808         (eww-current-dom): New variable used to save the current DOM.
5810 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
5812         * vc/log-edit.el (log-edit-mode-map): Add binding for
5813         `log-edit-beginning-of-line'.
5814         (log-edit-setup-add-author): New user option.
5815         (log-edit-beginning-of-line): New command.
5816         (log-edit): Move major mode call above the contents setup so that
5817         the local variable values are already applied.
5818         (log-edit): Only insert "Author: " when
5819         `log-edit-setup-add-author' is non-nil.
5820         (log-edit): When SETUP is non-nil, position point after ": "
5821         instead of point-min.
5823 2013-12-01  Glenn Morris  <rgm@gnu.org>
5825         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5827 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
5829         * startup.el (fancy-splash-frame): On MS-Windows, trigger
5830         redisplay to make sure the initial frame gets a chance to become
5831         visible.  (Bug#16014)
5833 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
5835         Support resizing frames and windows pixelwise.
5836         * cus-start.el (frame-resize-pixelwise)
5837         (window-resize-pixelwise): New entries.
5838         * emacs-lisp/debug.el (debug): Use window-total-height instead
5839         of window-total-size.
5840         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5841         * help.el (describe-bindings-internal): Use help-buffer as
5842         argument for with-help-window.
5843         (temp-buffer-max-width): New option.
5844         (resize-temp-buffer-window, help-window-setup)
5845         (with-help-window): Rewrite.
5846         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
5847         dragging dividers.
5848         * window.el (frame-char-size, window-min-pixel-height)
5849         (window-safe-min-pixel-height, window-safe-min-pixel-width)
5850         (window-min-pixel-width, window-safe-min-pixel-size)
5851         (window-combination-p, window-safe-min-size)
5852         (window-resizable-p, window--size-to-pixel)
5853         (window--pixel-to-size, window--resize-apply-p): New functions.
5854         (window-safe-min-height): Fix doc-string.
5855         (window-size, window-min-size, window--min-size-1)
5856         (window-sizable, window-sizable-p, window--min-delta-1)
5857         (window-min-delta, window--max-delta-1, window-max-delta)
5858         (window--resizable, window--resizable-p, window-resizable)
5859         (window-full-height-p, window-full-width-p, window-at-side-p)
5860         (window--in-direction-2, window-in-direction)
5861         (window--resize-reset-1, window--resize-mini-window)
5862         (window-resize, window-resize-no-error)
5863         (window--resize-child-windows-normal)
5864         (window--resize-child-windows, window--resize-siblings)
5865         (window--resize-this-window, window--resize-root-window)
5866         (window--resize-root-window-vertically)
5867         (adjust-window-trailing-edge, enlarge-window, shrink-window)
5868         (maximize-window, minimize-window, delete-window)
5869         (quit-restore-window, window-split-min-size, split-window)
5870         (balance-windows-2, balance-windows)
5871         (balance-windows-area-adjust, balance-windows-area)
5872         (window--state-get-1, window-state-get, window--state-put-1)
5873         (window--state-put-2, window-state-put)
5874         (display-buffer-record-window, window--display-buffer):
5875         Make functions handle pixelwise sizing of windows.
5876         (display-buffer--action-function-custom-type)
5877         (display-buffer-fallback-action):
5878         Add display-buffer-in-previous-window.
5879         (display-buffer-use-some-window): Resize window to height it had
5880         before.
5881         (fit-window-to-buffer-horizontally): New option.
5882         (fit-frame-to-buffer): Describe new values.
5883         (fit-frame-to-buffer-bottom-margin): Replace with
5884         fit-frame-to-buffer-margins.
5885         (window--sanitize-margin): New function.
5886         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5887         using window-text-pixel-size.
5889 2013-11-30  Glenn Morris  <rgm@gnu.org>
5891         * emacs-lisp/bytecomp.el (byte-compile-form):
5892         Make the `interactive-only' warning like the `obsolete' one.
5893         * comint.el (comint-run):
5894         * files.el (insert-file-literally, insert-file):
5895         * replace.el (replace-string, replace-regexp):
5896         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5897         (goto-line, insert-buffer, next-line, previous-line):
5898         Tweak `interactive-only' spec.
5900         Stop keeping (most) generated cedet grammar files in the repository.
5901         * Makefile.in (semantic): New.
5902         (compile-main): Depend on semantic.
5904 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5907         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5909         * uniquify.el (uniquify-buffer-name-style): Change default.
5911         * loadup.el: Preload "uniquify".
5913         * time.el (display-time-update): Update all mode lines (bug#15999).
5915         * electric.el (electric-indent-mode): Enable by default.
5916         * loadup.el: Preload "electric".
5918 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
5920         * emacs-lisp/helpers.el (string-empty-p): New function.
5921         (string-blank-p): New function.
5923 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
5925         * imenu.el (imenu--index-alist): Add missing dot to the docstring
5926         (Bug#14029).
5928 2013-11-29  Andreas Politz  <politza@fh-trier.de>
5929         * imenu.el (imenu--subalist-p): Don't error on non-conses and
5930         allow non-lambda lists as functions.
5931         (imenu--in-alist): Don't recurse into non-subalists.
5932         (imenu): Don't pass function itself as an argument (Bug#14029).
5934 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5936         * progmodes/python.el (python-mode-map): Remove binding for ":".
5937         (python-indent-electric-colon): Remove command.
5938         (python-indent-post-self-insert-function): Integrate the previous code
5939         of python-indent-electric-colon.  Make it conditional on
5940         electric-indent-mode.
5941         (python-mode): Add ?: to electric-indent-chars.
5942         Move python-indent-post-self-insert-function to the end of
5943         post-self-insert-hook.
5945 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5947         * doc-view.el (doc-view-goto-page): Update mode-line.
5949         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5951 2013-11-27  Glenn Morris  <rgm@gnu.org>
5953         * international/charprop.el, international/uni-bidi.el:
5954         * international/uni-category.el, international/uni-combining.el:
5955         * international/uni-comment.el, international/uni-decimal.el:
5956         * international/uni-decomposition.el, international/uni-digit.el:
5957         * international/uni-lowercase.el, international/uni-mirrored.el:
5958         * international/uni-name.el, international/uni-numeric.el:
5959         * international/uni-old-name.el, international/uni-titlecase.el:
5960         * international/uni-uppercase.el:
5961         Remove generated files from VCS repository.
5963 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
5965         * filenotify.el (file-notify-add-watch): Don't special-case
5966         w32notify when computing the directory to watch.
5968 2013-11-27  Glenn Morris  <rgm@gnu.org>
5970         Make bootstrap without generated uni-*.el files possible again.
5971         * loadup.el: Update command-line-args checking for unidata-gen.
5972         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5973         * composite.el, international/characters.el:
5974         Handle unicode tables being undefined.
5976         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5977         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5978         (compile-main): Depend on leim rule.
5979         (leim): New rule.
5980         * loadup.el: Move leim-list.el to leim/ subdirectory.
5981         * startup.el (normal-top-level): No more leim directory.
5982         * international/ja-dic-cnv.el (skkdic-convert):
5983         Disable version-control and autoloads in output files.
5984         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5985         Disable version-control and autoloads in output files.
5986         * leim/quail: Move here from ../leim.
5987         * leim/quail/hangul.el (hangul-input-method-activate):
5988         Add autoload cookie.
5989         (generated-autoload-load-name): Set file-local value.
5990         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5991         (generated-autoload-load-name): Set file-local value.
5993 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
5995         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5996         (eww-add-bookmark): Ask confirmation when add to bookmarks.
5997         (eww-quit): Ask confirmation before quitting eww.
5999 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
6001         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6002         reading output from Diff on MS-Windows and MS-DOS.
6004 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
6006         * emacs-lisp/helpers.el (string-reverse): New function.
6008 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
6010         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6011         names on MS Windows, like "/[::1]:".
6013         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6014         SWITCHES.
6016 2013-11-26  Glenn Morris  <rgm@gnu.org>
6018         * progmodes/python.el (python-indent-guess-indent-offset):
6019         Avoid corner-case error.  (Bug#15975)
6021         Preload leim-list.el.  (Bug#4789)
6022         * loadup.el: Load leim-list.el when found.
6023         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6025 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
6027         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6029         * emacs-lisp/helpers.el (string-join): New function.
6031 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
6033         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6034         Mark as obsolete and replace it with a symbol property.
6035         (byte-compile-form): Use new 'interactive-only property.
6036         * comint.el, files.el, replace.el, simple.el:
6037         Apply new 'interactive-only properly.
6039 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
6041         * window.el (display-buffer-at-bottom): Make sure that
6042         split-window-sensibly creates the new window on bottom
6043         (Bug#15961).
6045 2013-11-23  David Kastrup  <dak@gnu.org>
6047         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6048         on the conflict markers when available.
6049         (smerge--get-marker): New function.
6050         (smerge-end-re, smerge-base-re): Add subgroup.
6052 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * frame.el (handle-focus-in, handle-focus-out): Add missing
6055         interactive spec.
6057 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
6059         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6060         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6062 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
6065         (gomoku--last-pos): New var.
6066         (gomoku--intangible-chars): New const.
6067         (gomoku--intangible): New function.
6068         (gomoku-mode): Use it.  Derive from special-mode.
6069         (gomoku-move-up): Adjust line count.
6070         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6071         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6072         Simplify accordingly.
6074         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6075         Remove blink-cursor code.
6076         (blink-cursor-timer-function, blink-cursor-suspend):
6077         Don't special-case GUIs.
6078         (blink-cursor-mode): Use focus-in/out-hook.
6080 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
6082         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6083         work when annotation is invisible (Bug#13886).
6085 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
6087         * json.el (json-alist-p): Only return non-nil if the alist has
6088         simple keys (Bug#13518).
6090 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
6092         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6093         when control-statement is the first statement in a buffer (Bug#15956).
6095 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
6097         * imenu.el (imenu-generic-skip-comments-and-strings):
6098         New option (Bug#15560).
6099         (imenu--generic-function): Use it.
6101 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
6103         * minibuffer.el (completion--in-region-1): Scroll the correct window.
6104         (Bug#13898)
6106 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
6108         * emacs-lisp/helpers.el: Add some string helpers.
6109         (string-trim-left): Removes leading whitespace.
6110         (string-trim-right): Removes trailing whitespace.
6111         (string-trim): Removes leading and trailing whitespace.
6113         * subr.el (string-suffix-p): New function.
6115 2013-11-23  Glenn Morris  <rgm@gnu.org>
6117         * progmodes/python.el (python-shell-send-file):
6118         Add option to delete file when done.  (Bug#15647)
6119         (python-shell-send-string, python-shell-send-region): Use it.
6121 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
6123         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6124         to set buffer-read-only to t, never to nil.  (Bug#15938)
6126         * textmodes/tex-mode.el (latex-noindent-environments):
6127         Add safe-local-variable property.  (Bug#15936)
6129 2013-11-23  Glenn Morris  <rgm@gnu.org>
6131         * textmodes/enriched.el (enriched-mode): Doc fix.
6132         * emacs-lisp/authors.el (authors-renamed-files-alist):
6133         Add enriched.doc -> enriched.txt.
6135         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6137 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6139         * progmodes/octave.el (inferior-octave-startup): Spit out error
6140         message.
6142 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
6144         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6145         Improve docstring.
6146         Add :version.
6147         (ruby-encoding-magic-comment-style): Add :version.
6149 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6151         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6152         (Bug#15076)
6153         (octave-help-mode): Adapt to change to help-mode-finish to use
6154         derived-mode-p on 2013-09-17.
6155         (inferior-octave-prompt): Also match octave-gui.
6156         (octave-kill-process): Don't ask twice.  (Bug#10564)
6158 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6160         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6161         (inferior-octave-startup, inferior-octave-check-process)
6162         (inferior-octave-track-window-width-change)
6163         (octave-completion-at-point, octave-eldoc-function): Use it.
6164         (octave-kill-process): Provide confirmation.  (Bug#10564)
6166 2013-11-21  Leo Liu  <sdl.web@gmail.com>
6168         * progmodes/octave.el (octave-mode, inferior-octave-mode):
6169         Fix obsolete variable comment-use-global-state.
6171 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6173         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6174         Add `octave-source-file'.
6175         (octave-source-file): New function.  (Bug#15935)
6177 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
6179         * net/eww.el (eww-local-regex): New variable.
6180         (eww): Use it to detect localhost and similar.
6182 2013-11-21  Leo Liu  <sdl.web@gmail.com>
6184         Add completion for command `ag'.
6185         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6186         (pcomplete/ag): New function.
6187         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
6189 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6192         (bug#14646).
6193         (make-obsolete): Remove interactive spec.
6195 2013-11-21  Glenn Morris  <rgm@gnu.org>
6197         * startup.el (command-line-1): Use path-separator with -L.
6199 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
6201         * emacs-lisp/package.el (describe-package-1): Add package archive
6202         to shown fields.
6204 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
6206         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6207         Change default to "# encoding: %s" to differentiate it from the
6208         default Ruby encoding comment template.
6210 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
6212         * ses.el (ses-mode): Doc fix.  (Bug#14748)
6214 2013-11-20  Leo Liu  <sdl.web@gmail.com>
6216         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
6218 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
6220         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6221         when rebase or bisect are in progress.
6223 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
6225         * filenotify.el (file-notify-add-watch): Doc fix.
6227 2013-11-19  Leo Liu  <sdl.web@gmail.com>
6229         * obsolete/rcompile.el: Mark obsolete.
6231         * progmodes/compile.el (compilation-start)
6232         (compilation-goto-locus, compilation-find-file):
6233         Pass no-display-ok and handle nil value from display-buffer.
6234         (Bug#13594)
6236         * window.el (display-buffer-alist, display-buffer): Document the
6237         new parameter no-display-ok.  Return either a window or nil
6238         but never a non-window value.
6240 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         * electric.el (electric-indent-mode-map): Remove.
6243         (electric-indent-mode): Change the global-map instead (bug#15915).
6245         * textmodes/text-mode.el (paragraph-indent-minor-mode):
6246         Use add-function.
6248 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * emacs-lisp/nadvice.el (remove-function): Align with
6251         add-function's behavior.
6253         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6254         (gdb--string-regexp): New constant.
6255         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6256         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6257         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6258         submatch 1.
6259         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6260         Adjust use accordingly.
6261         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6263 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
6265         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6266         interpolation curlies (Bug#15914).
6268 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6270         * calc/calc.el (calc-context-sensitive-enter): New variable.
6271         (calc-enter): Use `calc-context-sensitive-enter'.
6273 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
6275         * progmodes/cfengine.el: Version bump.
6276         (cfengine-cf-promises): New defcustom to locate cf-promises.
6277         (cfengine3-vartypes): Add new "data" type.
6278         (cfengine3--current-word): New function to get current name-like
6279         word or its bounds.
6280         (cfengine3--current-function): New function to look up a CFEngine
6281         function's definition.
6282         (cfengine3-format-function-docstring): New function.
6283         (cfengine3-make-syntax-cache): New function.
6284         (cfengine3-documentation-function): New function: ElDoc glue.
6285         (cfengine3-completion-function): New function: completion glue.
6286         (cfengine3-mode): Set `compile-command',
6287         `eldoc-documentation-function', and add to
6288         `completion-at-point-functions'.
6290 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
6292         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6293         `tramp-current-connection'.
6295 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
6297         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6298         nil/self/true/false with "end of symbol".
6300 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
6302         * subr.el (version-regexp-alist): Fix a typo.
6304 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
6306         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6307         "en_US.utf8" and "LC_CTYPE" to "".
6308         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6309         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6311 2013-11-15  Leo Liu  <sdl.web@gmail.com>
6313         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
6315 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6317         * progmodes/gud.el (ctl-x-map):
6318         Remove C-x SPC binding.  (Bug#12342)
6319         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6321 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
6323         * subr.el (version-regexp-alist):
6324         Recognize hg, svn and darcs versions as snapshot versions.
6326         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6327         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6328         (ruby--encoding-comment-required-p): Extract from
6329         `ruby-mode-set-encoding'.
6330         (ruby-mode-set-encoding): Add the ability to always insert an
6331         utf-8 encoding comment.  Fix and simplify coding comment update
6332         logic.
6334 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
6336         * net/tramp-gvfs.el (top): Run init code only when
6337         `tramp-gvfs-enabled' is not nil.
6338         (tramp-gvfs-enabled): Check also :system bus.
6340 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6342         Sync with upstream verilog-mode revision 78e66ba.
6343         * progmodes/verilog-mode.el (verilog-end-of-defun)
6344         (verilog-type-completion, verilog-get-list): Remove unused funcs.
6345         (verilog-get-end-of-defun): Remove unused argument.
6346         (verilog-comment-depth): Remove unused local `e'.
6347         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6348         Don't pass arg to verilog-get-end-of-defun.
6350 2013-11-14  Glenn Morris  <rgm@gnu.org>
6352         * obsolete/assoc.el (aget): Prefix dynamic variable.
6354         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6356 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6358         * widget.el, hfy-cmap.el: Remove bogus package version number.
6360 2013-11-13  Glenn Morris  <rgm@gnu.org>
6362         * replace.el (replace-eval-replacement):
6363         Try to give more helpful error message.  (Bug#15836)
6365         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6366         (archive-7z-update): Avoid custom type mismatches.
6368         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6370 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
6372         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6373         address can be empty.
6375         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6376         Accept nil SWITCHES.
6377         (tramp-gvfs-handle-write-region): Implement APPEND.
6379 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
6381         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6382         binary "|" operator and closing block args delimiter.
6383         Remove FIXME comment referring to Ruby 1.8-only syntax.
6384         (ruby-smie--implicit-semi-p): Not after "|" operator.
6385         (ruby-smie--closing-pipe-p): New function.
6386         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6387         (ruby-smie-rules): Indent after "|".
6389 2013-11-12  Glenn Morris  <rgm@gnu.org>
6391         * ps-print.el (ps-face-attribute-list):
6392         Handle anonymous faces.  (Bug#15827)
6394 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
6396         * window.el (display-buffer-other-frame): Fix doc-string.
6397         (Bug#15868)
6399 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6401         * subr.el (force-mode-line-update): Delete, move to buffer.c.
6403 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
6405         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6406         (tramp-sh-handle-file-local-copy): Don't write a message when
6407         saving temporary files.
6409         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6410         both directories are remote.
6411         (tramp-smb-handle-directory-files): Do not return double entries.
6412         Do not expand full file names.
6413         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6414         (tramp-smb-handle-write-region): Implement APPEND.
6415         (tramp-smb-get-stat-capability): Fix a stupid bug.
6417 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6421 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6423         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6424         throwing error over malformed let/let* (bug#15814).
6426 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6428         * iswitchb.el (iswitchb-mode): Mark obsolete.
6430 2013-11-11  Glenn Morris  <rgm@gnu.org>
6432         * international/uni-bidi.el, international/uni-category.el:
6433         * international/uni-name.el, international/uni-numeric.el:
6434         Regenerate for Unicode 6.3.0.
6436 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
6438         * net/tramp.el (tramp-methods):
6439         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6440         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6442 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
6444         * progmodes/sh-script.el (sh-font-lock-keywords-var):
6445         Force highlighting text after Summary keyword in doc face for rpm.
6447 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
6449         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6450         available and the word has no wildcards, append one to the grep pattern.
6451         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6452         (ispell-complete-word): Call `ispell-lookup-words' with the value
6453         independent of `ispell-look-p'.
6455 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6457         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6458         Not after "||".
6459         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6460         their parent.
6462 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6464         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
6465         (ruby-font-lock-keywords): Use backquote.
6467 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6469         * progmodes/ruby-mode.el (ruby-smie--forward-token)
6470         (ruby-smie--backward-token): Only consider full-string matches.
6472 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
6474         * faces.el (describe-face): Add distant-foreground.
6476 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
6478         * progmodes/ruby-mode.el: Improve encoding comment handling.
6479         (ruby-encoding-magic-comment-style): New option.
6480         (ruby-custom-encoding-magic-comment-template): New option.
6481         (ruby--insert-coding-comment, ruby--detect-encoding):
6482         New functions extracted from `ruby-mode-set-encoding'.
6483         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6484         to control the style of the auto-inserted encoding comment.
6486 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6488         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6489         Use `smie-backward-sexp' with token argument.
6491 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
6493         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6494         Remove instrumentation code.
6496 2013-11-08  Glenn Morris  <rgm@gnu.org>
6498         * progmodes/autoconf.el (autoconf-mode):
6499         Tweak comment-start-skip.  (Bug#15822)
6501 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6504         at bobp (bug#15826).
6505         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6507 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
6509         * man.el (Man-start-calling): New macro, extracted from
6510         Man-getpage-in-background.
6511         (Man-getpage-in-background): Use it.
6512         (Man-update-manpage): New command.
6513         (Man-mode-map): Bind it.
6515 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6517         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6518         of "and", "or", "&&" and "||".
6519         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6520         argument.  Prohibit opening curly brace because it could only be a
6521         block opener in that position.
6522         (ruby-smie--forward-token, ruby-smie--backward-token):
6523         Separate "|" from "&" or "*" going after it.  That can happen in block
6524         arguments.
6525         (ruby-smie--indent-to-stmt): New function, seeks the end of
6526         previous statement or beginning of buffer.
6527         (ruby-smie-rules): Use it.
6528         (ruby-smie-rules): Check if there's a ":" before a curly block
6529         opener candidate; if there is, it's a hash.
6531 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6533         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6534         (cl--block-wrapper): Fix last accidental change.
6536 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
6538         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6539         Instrument, in order to hunt failure on hydra.
6541 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6543         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6544         malformed bindings form (bug#15814).
6546 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
6548         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6549         "." compared to " @ ".  This incidentally fixes some indentation
6550         examples with "do".
6551         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6552         (ruby-smie-grammar): New tokens: "and" and "or".
6553         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6554         Exclude "and" and "or".  Remove "do" in order to work around token
6555         priorities.
6556         (ruby-smie-rules): Add all infix tokens.  Handle the case of
6557         beginning-of-buffer.
6559 2013-11-06  Glenn Morris  <rgm@gnu.org>
6561         * Makefile.in (setwins_almost, setwins_for_subdirs):
6562         Avoid accidental matches.
6564 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6566         * menu-bar.el (popup-menu): Use key-binding.
6568 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
6570         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6571         menus, support also the menus produced by minor modes.
6572         (Bug#15817)
6574 2013-11-06  Leo Liu  <sdl.web@gmail.com>
6576         * thingatpt.el (thing-at-point-looking-at): Add optional arg
6577         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
6579 2013-11-06  Glenn Morris  <rgm@gnu.org>
6581         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6582         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6583         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6585 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6587         * electric.el (electric-indent-just-newline): New command.
6588         (electric-indent-mode-map): New keymap.
6589         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6590         Re-add :group which weren't redundant.
6592         * electric.el (electric-indent-local-mode): New minor mode.
6593         (electric-indent-functions-without-reindent): New var.
6594         (electric-indent-post-self-insert-function): Use it.
6595         * emacs-lisp/gv.el (buffer-local-value): Add setter.
6597 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
6599         * international/quail.el (quail-help): Be more explicit about the
6600         meaning of the labels shown on the keys.  (Bug#15800)
6602         * startup.el (normal-top-level): Load the subdirs.el files before
6603         setting the locale environment.  (Bug#15805)
6605 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6607         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6608         via arguments so as to get the right ones (bug#15418).
6610         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6612 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
6614         Fix problems found while writing a test suite.
6616         * net/tramp-compat.el (tramp-compat-load): New defun.
6617         * net/tramp.el (tramp-handle-load): Use it.
6619         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6620         "(numberp ok-if-already-exists)" correctly.
6622 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
6624         * international/characters.el (glyphless-char-display-control):
6625         Add usage note.
6627 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
6629         * progmodes/python.el (python-mode):
6630         * progmodes/scheme.el (scheme-mode):
6631         * progmodes/prolog.el (prolog-mode):
6632         * progmodes/ruby-mode.el (ruby-mode):
6633         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6634         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6636 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6638         * rect.el (rectangle--highlight-for-redisplay):
6639         * emacs-lisp/smie.el (smie--next-indent-change):
6640         Use buffer-chars-modified-tick.
6642         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6644         * electric.el (electric-indent-post-self-insert-function):
6645         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6647 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
6649         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6651 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6653         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6654         (bug#15786).
6656 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6658         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
6660         * progmodes/python.el: Fix up last change.
6661         (python-shell--save-temp-file): New function.
6662         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
6663         `string' comes from the current buffer.
6664         (python-shell-send-string-no-output): Remove `msg' arg.
6665         (python--use-fake-loc): New var.
6666         (python-shell-buffer-substring): Obey it.  Try to compensate for the
6667         extra coding line added by python-shell--save-temp-file.
6668         (python-shell-send-region): Use python-shell--save-temp-file and
6669         python-shell-send-file directly.  Add `nomain' argument.
6670         (python-shell-send-buffer): Use python-shell-send-region.
6671         (python-electric-pair-string-delimiter): New function.
6672         (python-mode): Use it.
6674 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
6676         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6677         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6678         environment and decoding all of the default-directory's to here
6679         from command-line.
6680         (command-line): Decode also argv[0].
6682         * loadup.el: Error out if default-directory is a multibyte string
6683         when we are dumping.
6685         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
6687 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
6689         * emacs-lisp/package.el (package-menu-mode)
6690         (package-menu--print-info, package-menu--archive-predicate):
6691         Add Archive column to package list.
6693 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
6695         Fix problems found while writing a test suite.
6697         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6698         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6699         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6700         to nil when running original file name handler.  Otherwise,
6701         there are problems with constructs like "$$FOO".
6703         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6704         for `localname'.
6706 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
6708         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6710         * subr.el (version<, version<=, version=):
6711         Update docstrings with information for snapshot versions.
6713         * helpers.el: New library for misc helper functions.
6714         (hash-table-keys): New function returning a list of hash keys.
6715         (hash-table-values): New function returning a list of hash values.
6717 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
6719         * progmodes/ruby-mode.el (ruby-smie--forward-token)
6720         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6722 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
6724         * textmodes/fill.el (fill-single-char-nobreak-p): New function
6725         checking whether point is after a 1-letter word.
6727 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6729         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6730         Don't infloop when expanding region over `multiline' syntax-type that
6731         begins a line (bug#15778).
6733 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6735         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6736         Make it into a proper minor mode.
6737         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
6738         (rectangle-mark-mode-map): New keymap.
6739         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6741 2013-11-04  Glenn Morris  <rgm@gnu.org>
6743         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6745 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6747         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6748         (ruby-smie-rules): Use smie-rule-parent instead.
6750         * emacs-lisp/smie.el (smie-rule-parent): Always call
6751         smie-indent-virtual rather than only for hanging tokens.
6752         (smie--next-indent-change): New helper command.
6754 2013-11-03  Glenn Morris  <rgm@gnu.org>
6756         * Makefile.in (abs_srcdir): Remove.
6757         (emacs): Unset EMACSLOADPATH.
6759 2013-11-02  Glenn Morris  <rgm@gnu.org>
6761         * Makefile.in (EMACS): Use a relative filename.
6762         (abs_top_builddir): Remove.
6763         (custom-deps, finder-data, autoloads): Use --chdir.
6765         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6767         Use relative filenames in TAGS files.
6768         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6769         (lisptagsfiles4, TAGS): Use relative file names.
6770         (TAGS-LISP): Remove.
6771         (maintainer-clean): No more TAGS-LISP file.
6773         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6774         (lisptagsfiles4): Use absolute filenames again.
6775         (TAGS, TAGS-LISP): Not everything needs to run in one line.
6776         Remove all *loaddefs files, not just the first.  Remove esh-groups.
6777         (maintainer-clean): Delete TAGS, TAGS-LISP.
6779 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6781         * emacs-lisp/package.el (package-version-join):
6782         Recognize snapshot versions.
6784 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6786         * subr.el (version-regexp-alist): Add support for snapshot versions.
6788 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
6790         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6791         New function, replacement for `smie-rule-parent' for when we want to
6792         skip over our direct parent if it's an assignment token..
6793         (ruby-smie-rules): Use it.
6795 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
6797         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6798         unconditionally.  Remove now unnecessary forward declarations.
6799         Remove XEmacs-specific setup.
6800         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6801         (ruby-font-lock-syntactic-keywords)
6802         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6803         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6804         (ruby-here-doc-end-syntax): Remove.
6805         (ruby-mode): Don't check whether `syntax-propertize-rules' is
6806         defined as function.
6808 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6810         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6812 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
6814         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6815         table and abbrev table, `define-derived-mode' does that for us
6816         anyway.
6818 2013-11-01  Glenn Morris  <rgm@gnu.org>
6820         * Makefile.in: Remove manual mh-e dependencies (writing .elc
6821         files is atomic for some time, so no parallel compilation issues).
6823 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
6825         * faces.el (face-x-resources): Add :distant-foreground.
6826         (region): Use :distant-foreground for gtk and ns.
6828 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
6830         Allow multiple bibliographies when BibLaTeX is used rather than
6831         BibTeX.
6832         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6833         (reftex-locate-bibliography-files): Us it.
6835 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
6837         * image.el (image-type-header-regexps): Fix the 'pbm' part to
6838         allow comments in pbm files.
6840         * term/w32-win.el (dynamic-library-alist): Support newer versions
6841         of libjpeg starting with v7: look only for the DLL from the
6842         version against which Emacs was built.
6843         Support versions of libpng beyond 1.4.x.
6844         Support libtiff v4.x.
6846 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
6848         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6849         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6850         Add property :safe.
6851         (ruby-deep-arglist): Add property :type.
6853 2013-10-31  Glenn Morris  <rgm@gnu.org>
6855         * Makefile.in (custom-deps, finder-data): No need to setq the target
6856         variables, we are in the right directory and the defaults work fine.
6858 2013-10-30  Glenn Morris  <rgm@gnu.org>
6860         * Makefile.in (autoloads): Do not use abs_lisp.
6862         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6863         `newline' does not respect `standard-output', so use `princ'.
6865 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
6867         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
6868         * buff-menu.el (Buffer-menu--unmark): New function.
6869         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6871 2013-10-30  Glenn Morris  <rgm@gnu.org>
6873         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6875         * emacs-lisp/package.el (lm-homepage): Declare.
6877         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6878         Fix doc typos.
6880         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6882         * Makefile.in (finder-data, autoloads, update-subdirs)
6883         (compile-main, compile-clean, compile-always, bootstrap-clean):
6884         Check return value of cd.
6885         (compile-calc): Remove.
6887 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6889         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6891         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6892         (byte-compile-and-folded): New function.
6893         (=, <, >, <=, >=): Use it.
6895         * dos-w32.el (minibuffer-history-case-insensitive-variables)
6896         (path-separator, null-device, buffer-file-coding-system)
6897         (lpr-headers-switches): Check system-type before modifying them.
6898         (find-buffer-file-type-coding-system): Mark obsolete.
6899         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6900         find-file-not-found-set-buffer-file-coding-system.
6901         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6902         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6903         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6904         (w32-direct-print-region-helper, w32-direct-print-region-function)
6905         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6906         * startup.el (normal-top-level-add-subdirs-to-load-path):
6907         * ps-print.el (ps-print-region-function):
6908         * lpr.el (print-region-function): Use new name.
6910         * subr.el (custom-declare-variable-early): Remove function.
6911         (custom-declare-variable-list): Remove var.
6912         (error, user-error): Remove `while' loop.
6913         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6914         (user-emacs-directory-warning, locate-user-emacs-file):
6915         Move to files.el.
6916         * simple.el (read-quoted-char-radix, read-quoted-char):
6917         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6918         Move from subr.el.
6919         * custom.el (custom-declare-variable-list): Don't process
6920         custom-declare-variable-list.
6922         * progmodes/python.el (python-shell-get-buffer): New function.
6923         (python-shell-get-process): Use it.
6924         (python-shell-send-string): Always use utf-8 and add a cookie to tell
6925         Python which encoding was used.  Don't split-string since we only care
6926         about the first line.  Return the temp-file, if applicable.
6927         (python-shell-send-region): Tell compile.el how to turn locations in
6928         the temp-file into locations in the source buffer.
6930 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6932         * subr.el (undefined): Add missing behavior from the C code for
6933         unbound keys.
6935         * rect.el: Use lexical-binding.  Add new rectangular region support.
6936         (rectangle-mark): New command.
6937         (rectangle--region): New var.
6938         (deactivate-mark-hook): Reset rectangle--region.
6939         (rectangle--extract-region, rectangle--insert-for-yank)
6940         (rectangle--highlight-for-redisplay)
6941         (rectangle--unhighlight-for-redisplay): New functions.
6942         (region-extract-function, redisplay-unhighlight-region-function)
6943         (redisplay-highlight-region-function): Use them to handle
6944         rectangular region.
6945         * simple.el (region-extract-function): New var.
6946         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6947         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6948         (kill-region): Replace obsolete `yank-handler' arg with `region'.
6949         (copy-region-as-kill, kill-ring-save): Add `region' argument.
6950         (redisplay-unhighlight-region-function)
6951         (redisplay-highlight-region-function): New vars.
6952         (redisplay--update-region-highlight): New function.
6953         (pre-redisplay-function): Use it.
6954         (exchange-point-and-mark): Don't deactivate the mark before
6955         reactivate-it anyway.
6956         * comint.el (comint-kill-region): Remove yank-handler argument.
6957         * delsel.el (delete-backward-char, backward-delete-char-untabify)
6958         (delete-char): Remove property, since it's now part of their
6959         default behavior.
6960         (self-insert-iso): Remove property since this command doesn't exist.
6962         * emacs-lisp/package.el (package--download-one-archive)
6963         (describe-package-1): Don't query the user about final newline.
6965 2013-10-29  Daniel Colascione  <dancol@dancol.org>
6967         * net/tramp.el (tramp-methods): Document new functionality.
6968         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6969         tramp-hostname-checker if method provides one instead of scanning
6970         argument list for "%h" to decide hostname acceptability.
6972 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
6974         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6975         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6976         Handle COPY-CONTENTS.  (Bug#15737)
6978 2013-10-28  Daiki Ueno  <ueno@gnu.org>
6980         * epa-file.el
6981         (epa-file-cache-passphrase-for-symmetric-encryption):
6982         Document that this option has no effect with GnuPG 2.0 (bug#15552).
6984 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
6986         * image.el (defimage, image-load-path): Doc fixes.
6988 2013-10-27  Alan Mackenzie  <acm@muc.de>
6990         Indent statements in macros following "##" correctly.
6991         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6992         Modify the "#" arm of a cond form to handle "#" and "##" operators.
6994 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6996         * linum.el (linum-update-window): Fix boundary test (bug#13446).
6998 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
7000         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7001         after `=' is probably a new expression.
7003 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7005         * man.el (man-imenu-title): New option.
7006         (Man-mode-map): Add menu.  (Bug#15722)
7007         (Man-mode): Add imenu to menu.
7009 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
7011         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7012         specific in what the first arg can be: a non-keyword word,
7013         string/regexp/percent literal opener, opening paren, or unary
7014         operator followed directly by word.
7016 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7019         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7020         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7021         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7022         Remove vars, they do not apply any more.
7023         (prolog-mode-abbrev-table): Remove redundant declaration.
7024         (prolog-upper-case-string, prolog-lower-case-string): Remove.
7025         (prolog-use-smie): Remove.
7026         (prolog-smie-rules): Add indentation rule for the if-then-else layout
7027         supported by prolog-electric-if-then-else-flag.
7028         (prolog-mode-variables, prolog-menu): Use setq-local.
7029         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7030         Remove binding to `Backspace' since this key doesn't exist anyway.
7031         Remove bindings for electric self-inserting keys.
7032         (prog-mode): Assume it's defined.
7033         (prolog-post-self-insert): New function.
7034         (prolog-mode): Use it.
7035         (prolog-indent-line, prolog-indent-level)
7036         (prolog-find-indent-of-matching-paren)
7037         (prolog-indentation-level-of-line, prolog-goto-comment-column)
7038         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7039         (prolog-goto-next-paren, prolog-in-string-or-comment)
7040         (prolog-tokenize, prolog-inside-mline-comment)
7041         (prolog-find-start-of-mline-comment): Remove functions.
7042         (prolog-find-unmatched-paren, prolog-clause-end)
7043         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7044         (prolog-electric--if-then-else): Rename from
7045         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7046         (prolog-tokenize-searchkey): Remove const.
7047         (prolog-clause-info): Use forward-sexp.
7048         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7049         (prolog-electric-if-then-else): Remove commands.
7050         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7051         for use in post-self-insert-hook.
7052         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7053         for use in post-self-insert-hook.
7054         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7055         for use in post-self-insert-hook.
7056         (prolog-electric--underscore): Rename from prolog-electric--underscore;
7057         adapt it for use in post-self-insert-hook.
7059 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
7061         * emacs-lisp/ert.el (ert-run-tests-interactively):
7062         Use `completing-read'.  (Bug#9756)
7064 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
7066         * simple.el (line-move): Call line-move-1 instead of
7067         line-move-visual when the current window hscroll is zero, but
7068         temporary-goal-column indicates we will need to hscroll as result
7069         of the movement.  (Bug#15712)
7071 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
7073         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7074         capitalization.  Use :visible instead of :active.
7075         Fix `ruby-indent-exp' reference.  Add menu items for the generic
7076         commands that are used with SMIE.
7077         (ruby-do-end-to-brace): Insert space after `{'.
7079 2013-10-25  John Anthony  <john@jo.hnanthony.com>
7081         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
7083         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
7085 2013-10-25  Glenn Morris  <rgm@gnu.org>
7087         * vc/vc.el (vc-print-log): Don't use a working revision unless
7088         one was explicitly specified.  (Bug#15322)
7090 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7092         * subr.el (add-to-list): Preserve return value in compiler-macro
7093         (bug#15692).
7095 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7097         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7098         result.  Ask user to retry using '-all' flag.  (Bug#15701)
7100 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7102         * emacs-lisp/smie.el: New smie-config system.
7103         (smie-config): New defcustom.
7104         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7105         (smie-config-guess, smie-config-save): New commands.
7106         (smie-config--mode-local, smie-config--buffer-local)
7107         (smie-config--trace, smie-config--modefuns): New vars.
7108         (smie-config--advice, smie-config--mode-hook)
7109         (smie-config--setter, smie-config-local, smie-config--get-trace)
7110         (smie-config--guess-value, smie-config--guess): New functions.
7111         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7112         text properties.  Treat "string fence" syntax like string syntax.
7114         * progmodes/sh-script.el (sh-use-smie): Change default.
7115         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7116         (sh-var-value): Simplify by CSE.
7117         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7118         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7119         is used.
7120         (sh-guess-basic-offset): Use cl-incf.
7121         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7123 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
7125         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7126         (bug#15699).
7128 2013-10-24  Glenn Morris  <rgm@gnu.org>
7130         * Makefile.in (abs_top_srcdir): Remove.
7131         (update-subdirs): Use relative path to update-subdirs.
7133 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
7135         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7136         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7137         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7138         Call unmsys--file-name before expand-file-name, not after it.
7140 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
7142         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7143         (ert-test-skipped): New error.
7144         (ert-skip, ert-stats-skipped): New defuns.
7145         (ert--skip-unless): New macro.
7146         (ert-test-skipped): New struct.
7147         (ert--run-test-debugger, ert-test-result-type-p)
7148         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7149         (ert--stats-set-test-and-result, ert-char-for-test-result)
7150         (ert-string-for-test-result, ert-run-tests-batch)
7151         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7152         Handle skipped tests.  (Bug#9803)
7154 2013-10-24  Glenn Morris  <rgm@gnu.org>
7156         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7158         * Makefile.in (abs_top_srcdir): New, set by configure.
7159         (update-subdirs): Correct build-aux location.
7161 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
7163         * vc/vc.el (vc-print-root-log): Always set `default-directory'
7164         value, whether we could auto-deduce `backend', or not.
7166         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7167         with parameters" example.  Simplify the "is it block or is it
7168         hash" check, but also make it more thorough.
7170 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
7172         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
7174 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7176         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7177         { if it is hanging.
7179         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7180         :before ";".
7182 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
7184         * progmodes/compile.el (compilation-directory-matcher)
7185         (compilation-page-delimiter):
7186         Support GNU Make-4.0 directory quoting.  (Bug#15678)
7188 2013-10-23  Leo Liu  <sdl.web@gmail.com>
7190         * ido.el (ido-tidy): Handle read-only text.
7192 2013-10-23  Glenn Morris  <rgm@gnu.org>
7194         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7195         (emacs, compile, compile-always):
7196         Quote entities that might contain whitespace.
7197         (custom-deps, finder-data, autoloads): Use abs_lisp.
7198         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7199         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7200         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7202 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
7204         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7205         Use `following-char'.
7207 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7209         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7210         * progmodes/ruby-mode.el (ruby-smie-rules):
7211         Remove corresponding workaround.  Fix indentation rule of ";" so it
7212         also applies when ";" is the parent.
7214 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
7216         * frame.el (display-screens, display-pixel-height)
7217         (display-pixel-width, display-mm-width, display-backing-store)
7218         (display-save-under, display-planes, display-color-cells)
7219         (display-visual-class, display-monitor-attributes-list):
7220         Mention the optional ‘display’ argument in doc strings.
7222 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
7224         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7225         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
7227 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
7229         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7230         TODO.  Add "." after " @ ".
7231         (ruby-smie--at-dot-call): New function.  Checks if point at method
7232         call with explicit target.
7233         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7234         to the method name tokens when it precedes them.
7235         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7236         (ruby-smie-rules): Add rule for indentation before and after "."
7237         token.
7239 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7241         * textmodes/remember.el (remember-diary-extract-entries):
7242         Avoid add-to-list.
7244         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7245         an instruction.
7247 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
7249         * progmodes/ruby-mode.el (ruby-smie-grammar):
7250         Add (almost) all infix operators.
7251         (ruby-smie--implicit-semi-p): Add new operator chars.
7253         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7254         `smie-down-list'.
7255         (ruby-smie--args-separator-p): Check that there's no newline
7256         between method call and its arguments.
7258 2013-10-20  Alan Mackenzie  <acm@muc.de>
7260         Allow comma separated lists after Java "implements".
7262         * progmodes/cc-engine.el (c-backward-over-enum-header):
7263         Parse commas.
7264         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7265         from a "disallowed" list in enum fontification.
7267 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
7269         * startup.el (default-frame-background-mode): Remove unused defvar.
7271         * progmodes/verilog-mode.el (verilog-mode): Don't set
7272         comment-indent-function globally.
7274 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
7276         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7277         Move Info menu item creation to ns-win.el.
7279         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7280         in menu bar.
7282         * menu-bar.el: Move GNUstep specific menus...
7284         * term/ns-win.el (ns-initialize-window-system): ... to here.
7286 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * simple.el (newline): Only run post-self-insert-hook when
7289         called interactively.
7291 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
7293         * icomplete.el (icomplete-with-completion-tables): Add :version.
7295 2013-10-19  Alan Mackenzie  <acm@muc.de>
7297         Fix fontification bugs with constructors and const.
7299         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7300         CASE 2) Remove the check for the absence of a suffix construct
7301         after a function declaration with only types (no identifiers) in
7302         the parentheses.  Also, accept a function declaration with just a
7303         type inside the parentheses, if this type can be positively
7304         recognised as such, or if a prefix keyword like "explicit" nails
7305         down the construct as a declaration.
7307 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
7309         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7310         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
7311         the problem whereby selecting a menu item that leads to a
7312         minibuffer prompt moves the cursor out of the minibuffer window,
7313         making it hard to type at the prompt.  Suggested by Stefan Monnier
7314         <monnier@iro.umontreal.ca>.
7316 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
7318         * menu-bar.el: Don't make Services menu.
7320 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7322         * ffap.el: Handle "/usr/include/c++/<version>" directories.
7323         (ffap-alist): Use ffap-c++-mode for c++-mode.
7324         (ffap-c++-path): New variable.
7325         (ffap-c++-mode): New function.
7327 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
7329         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
7331 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
7333         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7334         introduced on 2013-09-08, which results in an infinite loop
7335         requesting a password.
7337 2013-10-18  Glenn Morris  <rgm@gnu.org>
7339         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7341 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
7343         Sync with upstream verilog-mode revision 1a6ecec7.
7344         * progmodes/verilog-mode.el (verilog-mode-version): Update.
7345         (verilog-mode-release-date): Remove.
7346         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7347         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7348         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7349         (verilog-auto-tieoff-ignore-regexp)
7350         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7351         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7352         (verilog-signals-with, verilog-dir-cache-preserving)
7353         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7354         Doc fixes.
7355         (verilog-case-fold): New option, to control case folding in
7356         regexp searches, bug597.
7357         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7358         (verilog-string-match-fold, verilog-in-paren-count)
7359         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7360         (verilog-at-close-struct-p): New functions.
7361         (verilog-beg-block-re-ordered, verilog-extended-case-re)
7362         (verilog-forward-sexp, verilog-set-auto-endcomments)
7363         (verilog-leap-to-case-head): Handle "unique0" case.
7364         (verilog-in-constraint-re): New constant.
7365         (verilog-keywords, verilog-type-font-keywords):
7366         Add some SystemVerilog 1800-2012 keywords.
7367         (verilog-label-be): Remove unimplemented argument, bug669.
7368         (verilog-batch-execute-func): When batch expanding clear
7369         create-lockfiles to prevent spurious user locks when a file ends
7370         up not changing.
7371         (verilog-calculate-indent, verilog-calc-1)
7372         (verilog-at-close-constraint-p, verilog-at-constraint-p)
7373         (verilog-do-indent): Fix indentation of nested constraints
7374         and structures.
7375         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7376         (verilog-auto-inst-param): Use verilog-string-match-fold.
7377         (verilog-read-inst-module-matcher):
7378         Fix AUTOINST on gate primitives with #1.
7379         (verilog-read-decls): Fix double-declaring user-defined typed signals.
7380         Reads all user-defined typed variables.
7381         (verilog-read-defines): Fix reading definitions inside comments, bug647.
7382         (verilog-signals-matching-regexp)
7383         (verilog-signals-not-matching-regexp, verilog-auto):
7384         Respect verilog-case-fold.
7385         (verilog-diff-report): Fix line count.
7386         (verilog-auto-assign-modport): Remove unused local `modi'.
7387         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7388         better handle multidimensional arrays.
7389         Fix packed array ports misadding bit index in AUTOINST, bug637.
7390         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7391         to not double-declare existing outputs and inputs, respectively.
7392         (verilog-template-map): Bind U to verilog-sk-uvm-component.
7393         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7394         (verilog-sk-uvm-component): New skeleton.
7395         (verilog-submit-bug-report): Add verilog-case-fold,
7396         remove verilog-mode-release-date.
7398 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
7400         * subr.el (sit-for): Call (input-pending-p t) so as to behave
7401         as before.
7403 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
7405         * textmodes/remember.el (remember): Set buffer-offer-save in
7406         remember buffers (bug#13566).
7408 2013-10-18  Daniel Colascione  <dancol@dancol.org>
7410         When evaluating forms in ielm, direct standard output to ielm
7411         buffer.  Add new ielm-return-for-effect command.  Remove trailing
7412         whitespace throughout.
7414         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7415         (ielm-return-for-effect): New command.
7416         (ielm-send-input): Accept optional `for-effect' parameter.
7417         (ielm-eval-input): Accept optional `for-effect' parameter.
7418         Bind `standard-output' to stream we create using
7419         `ielm-standard-output-impl'.  Suppress printing result when
7420         `for-effect'.
7421         (ielm-standard-output-impl): New function.
7422         (inferior-emacs-lisp-mode): Explain new features in documentation.
7424 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
7426         Code cleanup.
7428         * net/tramp.el (tramp-debug-message): Do not check for connection
7429         buffer.
7430         (tramp-message): Use "vector" connection property.
7432         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7433         (tramp-equal-remote, tramp-eshell-directory-change)
7434         * net/tramp-adb.el (tramp-adb-handle-copy-file)
7435         (tramp-adb-handle-rename-file)
7436         * net/tramp-cmds.el (tramp-list-remote-buffers)
7437         (tramp-cleanup-connection, tramp-cleanup-this-connection)
7438         * net/tramp-compat.el (tramp-compat-process-running-p)
7439         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7440         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7441         (tramp-gvfs-handle-rename-file)
7442         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7443         (tramp-set-file-uid-gid)
7444         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7445         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7446         of `file-remote-p'.
7448         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7449         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7450         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7451         (tramp-gw-open-network-stream): Suppress unrelated traces.
7453         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7454         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7455         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7456         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7457         connection property.
7459         * net/tramp-cache.el (top): Suppress traces when reading
7460         persistency file.
7462         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7463         Refactor common code.  Improve debug message.
7464         (tramp-maybe-open-connection)
7465         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7466         connection buffer too early.
7468         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7469         from `tramp-smb-actions-with-acl'.
7470         (tramp-smb-actions-set-acl): New defconst.
7471         (tramp-smb-handle-copy-directory)
7472         (tramp-smb-action-get-acl): New defun, renamed from
7473         `tramp-smb-action-with-acl'.
7474         (tramp-smb-action-set-acl): New defun.
7475         (tramp-smb-handle-set-file-acl): Rewrite.
7477 2013-10-17  Glenn Morris  <rgm@gnu.org>
7479         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
7481 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7483         * skeleton.el (skeleton-newline): Remove.
7484         (skeleton-internal-1): Use (insert "\n") instead.
7486         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7487         let-bindings.
7489         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7490         forward-sexp-function while we redo its job (bug#15613).
7492 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
7494         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7495         represented by lists.
7497 2013-10-16  Glenn Morris  <rgm@gnu.org>
7499         * tmm.el (tmm--history): New dynamic variable.
7500         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
7502 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
7504         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7505         (tramp-smb-errors): Add error messages.
7506         (tramp-smb-actions-with-acl): New defconst.
7507         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7508         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7509         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7510         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7511         (tramp-smb-get-stat-capability): Fix tests.
7513 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7515         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7516         (bug#15580).
7518 2013-10-16  Glenn Morris  <rgm@gnu.org>
7520         * ansi-color.el (ansi-color-drop-regexp):
7521         Add 1J, 1K, 2K.  (Bug#15617)
7523         * files.el (hack-local-variables--warned-lexical): New.
7524         (hack-local-variables):
7525         Warn about misplaced lexical-binding.  (Bug#15616)
7527         * net/eww.el (eww-render): Always set eww-current-url,
7528         and update header line.  (Bug#15622)
7529         (eww-display-html): ... Rather than just doing it here.
7531 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
7533         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7534         menu navigations commands.
7536 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7538         * progmodes/subword.el (subword-capitalize): Be careful when
7539         the search for [[:alpha:]] fails (bug#15580).
7541 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
7543         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7544         to commands that scroll the menu.
7546 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
7548         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7549         Handle methods ending with `?' and `!'.
7551 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
7553         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7554         `japanese-cp932' to `cp932' to fix the problem where saving a
7555         source file written in Shift_JIS twice would end up having
7556         `coding: japanese-cp932' which Ruby could not recognize.
7557         (ruby-mode-set-encoding): Add support for encodings mapped to nil
7558         in `ruby-encoding-map'.
7559         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7560         doesn't need to be explicitly declared in magic comment.
7561         (ruby-encoding-map): Add type declaration for better customize UI.
7563 2013-10-13  Glenn Morris  <rgm@gnu.org>
7565         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7566         Occur buffers are read-only.  http://bugs.debian.org/720775
7568         * emacs-lisp/authors.el (authors-fixed-entries):
7569         Comment out old alpha stuff.
7571 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
7573         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7574         to `after-save-hook' instead of `before-save-hook'.
7575         (ruby-mode-set-encoding): Use the value of coding system used to
7576         write the file.  Call `basic-save-buffer-1' after modifying the
7577         buffer.
7579 2013-10-13  Alan Mackenzie  <acm@muc.de>
7581         Fix indentation/fontification of Java enum with
7582         "implements"/generic.
7584         * progmodes/cc-engine.el (c-backward-over-enum-header):
7585         Extracted from the three other places and enhanced to handle generics.
7586         (c-inside-bracelist-p): Uses new function above.
7587         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7588         function above.
7589         (c-font-lock-enum-tail): Uses new function above.
7591 2013-10-13  Kenichi Handa  <handa@gnu.org>
7593         * international/mule-cmds.el (select-safe-coding-system): Remove a
7594         superfluous condition in chekcing whether a coding system is safe
7595         or not.
7597 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
7599         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
7601 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
7603         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
7605 2013-10-13  Glenn Morris  <rgm@gnu.org>
7607         * menu-bar.el (menu-bar-update-buffers):
7608         Unify Buffers menu prompt string.  (Bug#15576)
7610         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
7612         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7613         Add some entries.
7614         (authors-fixed-entries): Use accented form of name.
7616 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7618         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7619         method calls (bug#15594).
7620         (ruby-smie--args-separator-p): New function.
7621         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7622         recognize paren-free method calls.
7624         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7625         internals of universal-argument.
7627 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
7629         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7630         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7631         dropped menu on second mouse click on the menu bar.
7633 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7636         (explicit-shell-file-name): Declare.
7637         (sh--vars-before-point, sh--cmd-completion-table): New functions.
7638         (sh-completion-at-point-function): New function.
7639         (sh-mode): Use it.
7640         (sh-smie--keyword-p): Remove unused argument.
7641         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7642         vars.
7643         (sh-set-shell): Always setup SMIE, even if we use the
7644         old indentation code.
7646 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
7648         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7649         cases of ? and =.
7650         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
7651         predicate would return nil are almost non-existent.
7652         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7654         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7655         cache also after commands that modify the buffer but don't move
7656         point.
7658 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * env.el (substitute-env-in-file-name): New function.
7661         (substitute-env-vars): Extend the meaning of the optional arg.
7663 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
7665         * term/w32-win.el (dynamic-library-alist): Define separate lists
7666         of GIF DLLs for versions before and after 5.0.0 of giflib.
7667         (Bug#15531)
7669 2013-10-10  João Távora  <joaotavora@gmail.com>
7671         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7672         not locked, use last revision and current source as
7673         defaults.  (Bug#15569)
7675 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
7677         * menu-bar.el (menu-bar-open): Don't use popup-menu if
7678         menu-bar is hidden.
7680 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
7682         * window.el (pop-to-buffer-same-window): Fix doc-string.
7683         (Bug#15492)
7685 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7687         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7689 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
7691         * calendar/icalendar.el (icalendar-import-file):
7692         Fix interactive spec.  (Bug#15482)
7694 2013-10-10  Glenn Morris  <rgm@gnu.org>
7696         * desktop.el (desktop-save): Default to saving in .emacs.d,
7697         since PWD is no longer in desktop-path by default.  (Bug#15319)
7699         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7700         now that text mode has a menu with the same entry.
7701         (menu-bar-text-mode-auto-fill): Remove now unused func.
7702         * textmodes/text-mode.el (text-mode-map):
7703         Use auto-fill help text from menu-bar.el.
7705 2013-10-10  John Anthony  <john@jo.hnanthony.com>
7707         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
7709 2013-10-09  Juri Linkov  <juri@jurta.org>
7711         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7712         instead of this-command-keys.  Add universal-argument-more and
7713         universal-argument-minus to the list of prefix commands.  (Bug#15568)
7715 2013-10-09  Glenn Morris  <rgm@gnu.org>
7717         * vc/vc-svn.el (vc-svn-create-repo):
7718         Expand paths in file://... url.  (Bug#15446)
7720         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7721         Add some entries.
7722         (authors): Remove unused local variables.
7724 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * profiler.el: Create a more coherent calltree from partial backtraces.
7727         (profiler-format): Hide the tail with `invisible' so that C-s can still
7728         find the hidden elements.
7729         (profiler-calltree-depth): Don't recurse so enthusiastically.
7730         (profiler-function-equal): New hash-table-test.
7731         (profiler-calltree-build-unified): New function.
7732         (profiler-calltree-build): Use it.
7733         (profiler-report-make-name-part): Indent the calltree less.
7734         (profiler-report-mode): Add visibility specs for profiler-format.
7735         (profiler-report-expand-entry, profiler-report-toggle-entry):
7736         Expand the whole subtree when provided with a prefix arg.
7738 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
7740         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7741         iuwu-mod token.
7742         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7743         hanging iuwu-mod token.
7744         (ruby-smie--forward-token): Do not include a dot after a token in
7745         that token.
7746         (ruby-smie--backward-token): Likewise.
7748 2013-10-08  Juri Linkov  <juri@jurta.org>
7750         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7751         to isearch-other-control-char.
7752         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7753         and isearch-post-command-hook to post-command-hook.
7754         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7755         and isearch-post-command-hook from post-command-hook.
7756         (isearch-unread-key-sequence)
7757         (isearch-reread-key-sequence-naturally)
7758         (isearch-lookup-scroll-key, isearch-other-control-char)
7759         (isearch-other-meta-char): Remove functions.
7760         (isearch-pre-command-hook, isearch-post-command-hook):
7761         New functions based on isearch-other-meta-char rewritten
7762         relying on the new behavior of overriding-terminal-local-map
7763         that does not replace the local keymaps any more.  (Bug#15200)
7765 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
7767         Support menus on text-mode terminals.
7768         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7769         functionality.
7771         * tooltip.el (tooltip-mode): Don't error out on TTYs.
7773         * menu-bar.el (popup-menu, popup-menu-normalize-position):
7774         Move here from mouse.el.
7775         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7776         and arrow keys.
7777         (tty-menu-navigation-map): New map for TTY menu navigation.
7779         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7781         * frame.el (display-mouse-p): Report text-mode mouse as available
7782         on w32.
7783         (display-popup-menus-p): Report availability if mouse is
7784         available; don't condition on window-system.
7786         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7787         (tty-menu-selected-face): New faces.
7789 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7791         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7792         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7793         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7794         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7795         New constants.
7796         (lisp-mode-variables): New `elisp' argument.
7797         (emacs-lisp-mode): Use it.
7798         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7799         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7801         * indent.el: Use lexical-binding.
7802         (indent-region): Add progress reporter.
7803         (tab-stop-list): Make it implicitly extend to infinity by repeating the
7804         last step.
7805         (indent--next-tab-stop): New function to implement this behavior.
7806         (tab-to-tab-stop, move-to-tab-stop): Use it.
7808 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
7810         * indent.el (indent-rigidly--current-indentation): New function.
7811         (indent-rigidly-map): New var.
7812         (indent-rigidly): Use it to provide interactive mode (bug#8196).
7814 2013-10-08  Bastien Guerry  <bzg@gnu.org>
7816         * register.el (insert-register): Fix 2013-10-07 change.
7818 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7820         * progmodes/perl-mode.el: Use lexical-binding.
7821         Remove redundant :group args.
7822         (perl-nochange): Change default to be closer to other major modes's
7823         standard behavior.
7824         (perl-indent-line): Don't consider text on current line as a
7825         valid beginning of function from which to indent.
7827         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7828         with more than one argument (bug#15538).
7830         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7832         * vc/pcvs.el: Use lexical-binding.
7833         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7834         environment of `eval'.
7835         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7836         than a list of expressions.  Adjust callers.
7837         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7839 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
7841         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7842         case of the dot in a chained method call being on the following line.
7844 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7846         * electric.el (electric-indent-inhibit): New var.
7847         (electric-indent-post-self-insert-function): Use it.
7848         * progmodes/python.el (python-mode): Set it.
7850         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7851         open braces.
7853         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7855         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7856         (css-mode): Use electric-indent-chars.
7858         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7859         (font-lock-beg, font-lock-end): Move before first use.
7860         (nxml-mode): Use syntax-propertize-function.
7861         (nxml-after-change, nxml-after-change1): Adjust accordingly.
7862         (nxml-extend-after-change-region): Remove.
7863         * nxml/xmltok.el: Use lexical-binding.
7864         (xmltok-save): Use `declare'.
7865         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7866         * nxml/nxml-util.el: Use lexical-binding.
7867         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7868         Use `declare'.
7869         * nxml/nxml-ns.el: Use lexical-binding.
7870         (nxml-ns-save): Use `declare'.
7871         (nxml-ns-prefixes-for): Avoid add-to-list.
7872         * nxml/rng-match.el: Use lexical-binding.
7873         (rng--ipattern): Use cl-defstruct.
7874         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7875         (rng-cons-group-after, rng-subst-group-after)
7876         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7877         Use closures instead of `(lambda...).
7879 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
7881         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7882         of BEG and END.
7884         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7885         Use `tramp-handle-insert-file-contents'.
7886         (tramp-gvfs-handle-insert-file-contents): Remove function.
7888         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7889         Use `save-restriction' in order to keep markers.
7891         * net/trampver.el: Update release number.
7893 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7895         * progmodes/compile.el (compilation-parse-errors):
7896         Use compilation--put-prop.
7897         (compilation--ensure-parse): Check compilation-multiline.
7899         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7901         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7902         lexical-binding.
7904         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7906         * progmodes/ruby-mode.el: Fix recently added tests.
7907         (ruby-smie-grammar): Add - and +.
7908         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7909         (ruby-smie--backward-id): New functions.
7910         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7911         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
7912         any more.
7914 2013-10-07  Leo Liu  <sdl.web@gmail.com>
7916         * register.el (register-preview-delay)
7917         (register-preview-functions): New variables.
7918         (register-read-with-preview, register-preview)
7919         (register-describe-oneline): New functions.
7920         (point-to-register, window-configuration-to-register)
7921         (frame-configuration-to-register, jump-to-register)
7922         (number-to-register, view-register, insert-register)
7923         (copy-to-register, append-to-register, prepend-to-register)
7924         (copy-rectangle-to-register): Use register-read-with-preview to
7925         read register.  (Bug#15525)
7927 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
7929         * net/network-stream.el (network-stream-open-starttls): Don't add
7930         --insecure if it's already present, because that gnutls-cli
7931         rejects getting that parameter twice.
7933 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
7935         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7936         keyword, too.
7938 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
7940         * newcomment.el (comment-use-global-state): Change default value
7941         to t, mark obsolete (Bug#15251).
7942         (comment-beginning): In addition to `comment-to-syntax', check the
7943         value of `comment-use-global-state'.
7945 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7947         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7948         (ruby-comment-column): Follow the global default, by default.
7949         (ruby-smie-grammar): Add assignment syntax.
7950         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7951         open-paren, a comma, or a \.
7952         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7953         and line continuations.
7954         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7955         followed by implicit semi-colons.  Add rule for string concatenation
7956         and for indentation at BOB.
7957         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7959         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7960         calling next-sexp, since next-token may have skipped chars which
7961         next-sexp doesn't know should be skipped!
7963 2013-10-05  Leo Liu  <sdl.web@gmail.com>
7965         * progmodes/octave.el (octave-send-region):
7966         Call compilation-forget-errors.
7968 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
7970         * vc/vc-svn.el (vc-svn-find-admin-dir):
7971         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7972         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7973         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7974         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7976 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7978         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7980 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7982         * subr.el (read-passwd): Hide chars even when called within a context
7983         where after-change-functions is disabled (bug#15501).
7984         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7985         until we removed ourself from overriding-terminal-local-map.
7987 2013-10-04  Leo Liu  <sdl.web@gmail.com>
7989         * progmodes/octave.el (inferior-octave-mode):
7990         Call compilation-forget-errors.
7992 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
7994         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7996 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
7998         * net/secrets.el (secrets-create-collection): Add optional
7999         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
8000         dbus-call-method argument.  (Bug#15516)
8002 2013-10-04  Leo Liu  <sdl.web@gmail.com>
8004         * progmodes/octave.el (inferior-octave-error-regexp-alist)
8005         (inferior-octave-compilation-font-lock-keywords): New variables.
8006         (compilation-error-regexp-alist)
8007         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8008         (inferior-octave-mode): Use compilation-shell-minor-mode.
8010 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
8012         * minibuffer.el (completion--replace): Be careful that `end' might be
8013         a marker.
8015 2013-10-03  Daiki Ueno  <ueno@gnu.org>
8017         Add support for package signature checking.
8018         * emacs-lisp/package.el (url-http-file-exists-p)
8019         (epg-make-context, epg-context-set-home-directory)
8020         (epg-verify-string, epg-context-result-for)
8021         (epg-signature-status, epg-signature-to-string)
8022         (epg-check-configuration, epg-configuration)
8023         (epg-import-keys-from-file): Declare.
8024         (package-check-signature): New user option.
8025         (package-unsigned-archives): New user option.
8026         (package-desc): Add `signed' field.
8027         (package-load-descriptor): Set `signed' field if .signed file exists.
8028         (package--archive-file-exists-p): New function.
8029         (package--check-signature): New function.
8030         (package-install-from-archive): Check package signature.
8031         (package--download-one-archive): Check archive signature.
8032         (package-delete): Remove .signed file.
8033         (package-import-keyring): New command.
8034         (package-refresh-contents): Import default keyring.
8035         (package-desc-status): Add "unsigned" status.
8036         (describe-package-1, package-menu--print-info)
8037         (package-menu-mark-delete, package-menu--find-upgrades)
8038         (package-menu--status-predicate): Support "unsigned" status.
8040 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8042         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8043         the new compilation scheme using the new byte-codes.
8045         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8046         (byte-pophandler): New byte codes.
8047         (byte-goto-ops): Adjust accordingly.
8048         (byte-compile--use-old-handlers): New var.
8049         (byte-compile-catch): Use new byte codes depending on
8050         byte-compile--use-old-handlers.
8051         (byte-compile-condition-case--old): Rename from
8052         byte-compile-condition-case.
8053         (byte-compile-condition-case--new): New function.
8054         (byte-compile-condition-case): New function that dispatches depending
8055         on byte-compile--use-old-handlers.
8056         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8057         when we can.
8059         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8060         Optimize under `condition-case' and `catch' if
8061         byte-compile--use-old-handlers is nil.
8062         (disassemble-offset): Handle new bytecodes.
8064 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8066         * subr.el (error): Use `declare'.
8067         (decode-char, encode-char): Use advertised-calling-convention instead
8068         of the docstring to discourage use of the `restriction' arg.
8070 2013-10-03  Daiki Ueno  <ueno@gnu.org>
8072         * epg.el (epg-verify-file): Add a comment saying that it does not
8073         notify verification error as a return value nor a signal.
8074         (epg-verify-string): Ditto.
8076 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8078         * progmodes/compile.el (compilation-start): Try globbing the arg to
8079         `cd' (bug#15417).
8081 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
8083         Sync with Tramp 2.2.8.
8085         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8086         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8087         * net/trampver.el: Update release number.
8089 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
8091         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8092         and default-process-coding-system for darwin only.
8094 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8096         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8098 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
8100         * vc/vc-git.el (vc-git-grep): Disable pager.
8102 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
8104         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8105         Use :url instead of :homepage, as per
8106         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8108         * newcomment.el (comment-beginning): When `comment-use-syntax' is
8109         non-nil, use `syntax-ppss' (Bug#15251).
8111 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8113         * progmodes/octave.el (inferior-octave-startup-file):
8114         Prefer ~/.emacs.d/init_octave.m.
8116 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
8118         * emacs-lisp/package.el (package-desc-from-define):
8119         Accept additional arguments as plist, convert them to an alist and store
8120         them in the `extras' slot.
8121         (package-generate-description-file): Convert extras alist back to
8122         plist and append to the `define-package' form arguments.
8123         (package--alist-to-plist): New function.
8124         (package--ac-desc): Add `extras' slot.
8125         (package--add-to-archive-contents): Check if the archive-contents
8126         vector is long enough, and if it is, pass its `extras' slot value
8127         to `package-desc-create'.
8128         (package-buffer-info): Call `lm-homepage', pass the returned value
8129         to `package-desc-from-define'.
8130         (describe-package-1): Render the homepage button (Bug#13291).
8132         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8133         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8135 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
8137         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8138         and default-process-coding-system to utf-8-unix (Bug#15402).
8140 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
8142         * subr.el (looking-back): Do not recommend using looking-back.
8144 2013-09-28  Alan Mackenzie  <acm@muc.de>
8146         Fix indentation/fontification of Java enum with "implements".
8148         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8149         regexp which matches "implements", etc., in Java.
8150         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8151         specifier clauses coming after "enum".
8152         * progmodes/cc-fonts.el (c-font-lock-declarations)
8153         (c-font-lock-enum-tail): Check for extra specifier clauses coming
8154         after "enum".
8156 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
8158         * faces.el (region): Change ns_selection_color to
8159         ns_selection_fg_color, add ns_selection_bg_color.
8161 2013-09-28  Leo Liu  <sdl.web@gmail.com>
8163         * progmodes/octave.el (inferior-octave-completion-table)
8164         (inferior-octave-completion-at-point): Minor tweaks.
8166         * textmodes/ispell.el (ispell-lookup-words): Rename from
8167         lookup-words.  (Bug#15460)
8168         (lookup-words): Obsolete.
8169         (ispell-complete-word, ispell-command-loop): All uses changed.
8171 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8173         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8174         (octave-mode-menu): Add octave-send-buffer.
8175         (octave-send-buffer): New function.
8177 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8179         * progmodes/octave.el (octave-mode-map): Add key binding for
8180         octave-lookfor.
8181         (octave-mode-menu): Add octave-lookfor.
8182         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8183         octave-lookfor.
8184         (octave-lookfor): New function.
8186 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8189         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8190         its convention.
8191         (cl--loop-set-iterator-function): New function.
8192         (cl-loop): Adjust accordingly, so as not to use cl-subst.
8193         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8194         Bind `it' with `let' instead of substituting it with `cl-subst'.
8195         (cl--unused-var-p): New function.
8196         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8197         Eliminate some unused variable warnings (bug#15326).
8199 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
8201         * doc-view.el (doc-view-scale-reset): Rename from
8202         `doc-view-reset-zoom-level'.
8203         (doc-view-scale-adjust): New command.
8204         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8205         `doc-view-scale-adjust'.
8207 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
8209         * doc-view.el (doc-view-reset-zoom-level): New command.
8210         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8211         zoom commands (bug#15466).
8213 2013-09-26  Kenichi Handa  <handa@gnu.org>
8215         * international/quail.el (quail-help): Make it not a command.
8217 2013-09-26  Leo Liu  <sdl.web@gmail.com>
8219         * minibuffer.el (completion-all-sorted-completions): Make args
8220         optional as they are.
8222 2013-09-25  Daniel Colascione  <dancol@dancol.org>
8224         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8225         specs are and that they're not evaluated.
8227 2013-09-24  Sam Steingold  <sds@gnu.org>
8229         * midnight.el (clean-buffer-list-kill-regexps)
8230         (clean-buffer-list-kill-buffer-names): Update for the new Man
8231         buffer naming which includes the object name.
8233 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8235         * eshell/esh-cmd.el (eshell--sep-terms): New var.
8236         (eshell-parse-command, eshell-parse-pipeline): Use it since
8237         eshell-separate-commands requires a dynamic scoped var.
8238         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8240 2013-09-23  Leo Liu  <sdl.web@gmail.com>
8242         * autoinsert.el (auto-insert-alist): Make the value of
8243         lexical-binding match its file setting.
8245 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
8247         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8249         * autoarg.el (autoarg-kp-digit-argument):
8250         * electric.el (Electric-command-loop):
8251         * kmacro.el (kmacro-step-edit-insert):
8252         Do not set universal-argument-num-events.
8254 2013-09-22  Leo Liu  <sdl.web@gmail.com>
8256         * files.el (interpreter-mode-alist): Add octave.
8258 2013-09-21  Alan Mackenzie  <acm@muc.de>
8260         C++: fontify identifier in declaration following "public:" correctly.
8261         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8262         to match "public", etc.
8263         (c-decl-prefix-re): Add ":" into the C++ value.
8264         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8265         bit.  Add a check for a ":" preceded by "public", etc.
8267 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
8269         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8270         recognized by GDB 7.5 and later.
8272 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
8274         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8276 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8278         * subr.el (internal--call-interactively): New const.
8279         (called-interactively-p): Use it (bug#3984).
8281 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
8283         * vc/pcvs.el (cvs-mode-ignore):
8284         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8285         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8287 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
8290         (eshell-ls-orig-insert-directory): Remove.
8291         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
8292         (eshell-ls-use-in-dired): Use advice-add/remove.
8293         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8294         Add `orig-fun' arg for use in :around advice.
8295         Make it check (redundantly) eshell-ls-use-in-dired.
8297 2013-09-19  Glenn Morris  <rgm@gnu.org>
8299         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8301         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8303         * emacs-lisp/eieio.el (class-parent): Undo previous change.
8305 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
8307         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8308         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8309         (tramp-get-remote-python): New defuns.
8310         (tramp-get-remote-uid-with-perl)
8311         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
8312         contributed by yary <not.com@gmail.com> (tiny change).
8313         (tramp-get-remote-uid-with-python)
8314         (tramp-get-remote-gid-with-python): New defuns.  Python code
8315         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8316         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8318 2013-09-19  Glenn Morris  <rgm@gnu.org>
8320         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8322         * eshell/em-unix.el (eshell-remove-entries):
8323         Rename argument to avoid name-clash with global `top-level'.
8325         * eshell/esh-proc.el (eshell-kill-process-function):
8326         Remove eshell-reset-after-proc from eshell-kill-hook if present.
8327         (eshell-reset-after-proc): Remove unused arg `proc'.
8329         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8330         (directory-files-and-attributes): Mark unused arg.
8332         * eshell/em-unix.el (eshell-remove-entries):
8333         Remove unused arg `path'.  Update callers.
8335         * eshell/em-hist.el (eshell-hist-parse-arguments):
8336         Remove unused arg `silent'.  Update callers.
8338         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8339         Fix (f)boundp mix-up.
8341         * eshell/em-smart.el (eshell-smart-scroll-window)
8342         (eshell-disable-after-change):
8343         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8345 2013-09-18  Alan Mackenzie  <acm@muc.de>
8347         Fix fontification of type when followed by "const".
8348         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8349         "known" types from fontification.
8351 2013-09-18  Glenn Morris  <rgm@gnu.org>
8353         * emacs-lisp/chart.el (x-display-color-cells): Declare.
8354         (chart-face-list): Drop Emacsen without display-color-p.
8356         * net/eww.el (libxml-parse-html-region): Declare.
8357         (eww-display-html): Explicit error if no libxml2 support.
8359         * doc-view.el (doc-view-mode): Silence --without-x compilation.
8361         * image.el (image-type-from-buffer, image-multi-frame-p):
8362         Remove --without-x warning/error.
8364         * mouse.el (mouse-yank-primary):
8365         * term.el (term-mouse-paste):
8366         Reorder to silence --without-x compilation.
8368         * mpc.el (doc-view-mode): Silence --without-x compilation.
8370         * mail/rmailmm.el (rmail-mime-set-bulk-data):
8371         Silence --without-x compilation.
8373         * progmodes/gud.el (gud-find-file, gud-mode):
8374         Silence --without-x compilation.
8375         (tooltip-mode): Declare.
8377         * wdired.el (dired-backup-overwrite): Remove declaration.
8378         (wdired-mode-map): Add doc string.
8380         * custom.el (x-get-resource): Declare.
8382         * eshell/em-glob.el (ange-cache):
8383         * eshell/em-unix.el (ange-cache): Declare.
8385         * faces.el (x-display-list, x-open-connection, x-get-resource):
8386         Declare.
8388         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8389         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8390         Declare.
8392         * frame.el (x-display-grayscale-p, x-display-name): Declare.
8394         * net/gnutls.el (gnutls-log-level): Declare.
8396         * net/shr.el (image-size, image-animate): Declare.
8398         * simple.el (font-info): Declare.
8400         * subr.el (x-popup-dialog): Declare.
8402         * term/common-win.el (x-select-enable-primary)
8403         (x-last-selected-text-primary, x-last-selected-text-clipboard):
8404         Declare.
8406         * term/ns-win.el (x-handle-args): Declare.
8408         * term/x-win.el (x-select-enable-clipboard): Declare.
8410         * term/w32-win.el (create-default-fontset): Declare.
8412         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8413         Declare.
8415         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8416         (fit-frame-to-buffer): Explicit error if --without-x.
8417         (mouse-autoselect-window-select): Silence compiler.
8419         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8421         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8422         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8423         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8424         * eshell/esh-util.el (eshell-sublist):
8425         Remove unused local variables.
8427         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8429         * textmodes/two-column.el: Make 2C-split work for --without-x.
8430         (scroll-bar-columns): Autoload.
8431         (top-level): Require fringe when compiling.
8433 2013-09-18  Leo Liu  <sdl.web@gmail.com>
8435         * subr.el (add-hook): Robustify to handle closure as well.
8437 2013-09-17  Glenn Morris  <rgm@gnu.org>
8439         * simple.el (messages-buffer-mode-map): Unbind "g".
8441 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8443         * help-mode.el (help-mode-finish): Use derived-mode-p.
8444         Remove obsolete highlighting.
8446         * play/life.el (life-mode): Use define-derived-mode.  Derive from
8447         special-mode.
8448         (life): Let-bind inhibit-read-only.
8449         (life-setup): Avoid `setq'.  Use `life-mode'.
8451         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8452         which should not be needed any more.
8453         (package-menu-refresh, package-menu-describe-package): Use user-error.
8455         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8456         (eshell-post-rewrite-command-hook): Make obsolete.
8457         (eshell-parse-command): Simplify.
8458         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8459         (eshell--cmd): Declare.
8460         (eshell-parse-pipeline): Remove unused var `final-p'.
8461         Pass a dynvar to eshell-post-rewrite-command-hook.
8462         Implement the new eshell-post-rewrite-command-function.
8463         (eshell-invoke-directly): Remove unused arg `input'.
8464         * eshell/esh-io.el (eshell-io-initialize):
8465         Use eshell-post-rewrite-command-function (bug#15399).
8466         (eshell--apply-redirections): Rename from eshell-apply-redirections;
8467         adjust to new calling convention.
8468         (eshell-create-handles): Rename args to avoid clashing with dynvar
8469         `standard-output'.
8471 2013-09-17  Glenn Morris  <rgm@gnu.org>
8473         * simple.el (messages-buffer-mode): New major mode.
8474         (messages-buffer): New function.
8475         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8476         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8477         (ert-run-test): Use `messages-buffer' function.
8478         (ert--force-message-log-buffer-truncation): Ignore read-only.
8479         * help.el (view-echo-area-messages): Use `messages-buffer' function.
8480         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8482 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8484         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8486         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8488 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * icomplete.el (icomplete-in-buffer): New var.
8491         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8492         vars and replace them with functions.
8493         (icomplete-minibuffer-setup): Adjust accordingly.
8494         (icomplete--completion-table, icomplete--completion-predicate)
8495         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8496         New functions.
8497         (icomplete-forward-completions, icomplete-backward-completions)
8498         (icomplete-simple-completing-p, icomplete-exhibit)
8499         (icomplete-completions): Use them.
8500         (icomplete--in-region-buffer): New var.
8501         (icomplete--in-region-setup): New function.
8502         (icomplete-mode): Use it.
8504         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8505         (bug#15379).
8506         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8507         return args and options.
8508         (eshell-eval-using-options): Use the new return value of
8509         eshell--do-opts to set the options's vars in their scope.
8510         (eshell--set-option): Rename from eshell-set-option.
8511         Add arg `opt-vals'.
8512         (eshell--process-option): Rename from eshell-process-option.
8513         Add arg `opt-vals'.
8514         (eshell--process-args): Use an `opt-vals' alist to store the options's
8515         values during their processing and return them additionally to the
8516         remaining args.
8518 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
8520         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8521         continuation character an operator, as far as indentation is
8522         concerned (Bug#15369).
8524 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
8526         * window.el (window--state-put-2): Don't process buffer state
8527         when buffer doesn't exist any more (Bug#15382).
8529 2013-09-15  Glenn Morris  <rgm@gnu.org>
8531         * eshell/em-unix.el (eshell/rm):
8532         Make -f ignore missing files.  (Bug#15373)
8534         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
8535         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8536         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8538 2013-09-14  Glenn Morris  <rgm@gnu.org>
8540         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8542 2013-09-13  Glenn Morris  <rgm@gnu.org>
8544         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8545         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
8547 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
8549         * frame.el (x-focus-frame): Mark as declared in frame.c.
8551 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8553         * ls-lisp.el: Use advice-add.
8554         (original-insert-directory): Remove.
8555         (ls-lisp--insert-directory): Rename from insert-directory; add
8556         `orig-fun' argument.
8557         (insert-directory): Advise.
8559 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
8561         * term.el (term-emulate-terminal): Decode the command string
8562         before passing it to term-command-hook.  (Bug#15337)
8564 2013-09-13  Glenn Morris  <rgm@gnu.org>
8566         * eshell/esh-util.el (ange-cache): Move declaration earlier.
8568         * eshell/esh-ext.el (eshell-search-path): Declare.
8570         * eshell/em-prompt.el (eshell/pwd): Autoload it.
8571         Otherwise an error occurs if eshell-dirs module not loaded.
8573         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8575 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
8577         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8578         `tramp-check-proper-host'.  Check for a valid method name.
8580         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8581         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8582         * net/tramp-sh.el (tramp-maybe-open-connection):
8583         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8585         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8586         also for hash values.
8588 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8590         * term/ns-win.el (parameters): Don't declare as dynamic.
8591         (before-make-frame-hook): Don't add ineffective function.
8593         * eshell/*.el: Use lexical-binding (bug#15231).
8595 2013-09-12  Kenichi Handa  <handa@gnu.org>
8597         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8599 2013-09-12  Glenn Morris  <rgm@gnu.org>
8601         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8602         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8604         * subr.el (do-after-load-evaluation): Also give compiler warnings
8605         when obsolete files are used (except by obsolete files).
8607         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8608         in the status output, assume `filename' is the first.  (Bug#15322)
8610         * vc/vc.el (vc-deduce-fileset): Doc fix.
8612         * calc/calc-help.el (Info-goto-node):
8613         * progmodes/cperl-mode.el (Info-find-node):
8614         * vc/ediff.el (Info-goto-node): Update declarations.
8616         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8618         * vc/vc-bzr.el (vc-compilation-mode): Declare.
8619         (vc-bzr-pull): Require vc-dispatcher.
8620         * vc/vc-git.el (vc-compilation-mode): Declare.
8621         (vc-git-pull): Require vc-dispatcher.
8623         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8625         * progmodes/octave.el (help-button-action): Declare.
8627         * shell.el (shell-directory-tracker): Output error as a message
8628         rather than just returning it as a string.
8629         (shell-process-pushd): Remove useless use of message.
8631         * dframe.el (dframe-timer-fn):
8632         * files.el (dir-locals-read-from-file):
8633         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8634         (mpc-format):
8635         * reveal.el (reveal-post-command):
8636         * saveplace.el (load-save-place-alist-from-file):
8637         * shell.el (shell-resync-dirs):
8638         * w32-common-fns.el (x-get-selection-value):
8639         * emacs-lisp/copyright.el (copyright-find-copyright):
8640         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8641         * emulation/tpu-edt.el (tpu-copy-keyfile):
8642         * play/bubbles.el (bubbles--mark-neighbourhood):
8643         * progmodes/executable.el
8644         (executable-make-buffer-file-executable-if-script-p):
8645         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8647 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8649         Cleanup Eshell to rely less on dynamic scoping.
8650         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8651         last-value, and ext-command here.  Bind `args' closer to `body'.
8652         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8653         (eshell--args): Declare new dynamic var.
8654         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
8655         last-value, and ext-command.  Pass `args' to `body'.
8656         (eshell-process-args): Bind eshell--args.
8657         (eshell-set-option): Use eshell--args.
8658         * eshell/eshell.el (eshell): Use derived-mode-p.
8659         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8660         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8661         (eshell-glob-function): Declare.
8662         * eshell/esh-util.el: Require cl-lib.
8663         (eshell-read-hosts-file): Avoid add-to-list.
8664         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8665         `err'.
8666         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8667         Declare.
8668         (eshell/diff): Remove unused var `err'.
8669         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8670         `killflag'.
8671         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8672         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8673         first use.
8674         * eshell/em-glob.el (eshell-glob-matches, message-shown):
8675         Move declaration before first use.
8676         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8677         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8678         rely on cl-return.
8680 2013-09-12  Glenn Morris  <rgm@gnu.org>
8682         * term/ns-win.el (global-map): Remove binding for ispell-next,
8683         deleted 1999-05-29.  (Bug#15357)
8685 2013-09-11  Glenn Morris  <rgm@gnu.org>
8687         * echistory.el (electric-command-history): Remove call to deleted func.
8689         * play/landmark.el (landmark-mode): Fix typos.
8691         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8692         Check cvs-sort-ignore-file is bound.
8694         * savehist.el: No need for cl when compiling on Emacs.
8696 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8698         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8699         (bug#15338).
8700         (eshell-self-insert-command, eshell-send-invisible):
8701         Remove unused argument.
8702         (eshell-handle-control-codes): Remove unused var `orig'.
8703         Avoid delete-backward-char.
8705         * files.el (set-auto-mode): Simplify a bit further.
8707 2013-09-11  Glenn Morris  <rgm@gnu.org>
8709         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8710         (set-auto-mode): Don't regexp-quote elements.
8711         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8712         * progmodes/cc-mode.el (interpreter-mode-alist):
8713         * progmodes/ruby-mode.el (interpreter-mode-alist):
8714         Revert previous change.
8716 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8718         * play/snake.el (snake-mode):
8719         * play/mpuz.el (mpuz-mode):
8720         * play/landmark.el (lm-mode):
8721         * play/blackbox.el (blackbox-mode):
8722         * play/5x5.el (5x5-mode):
8723         * obsolete/options.el (Edit-options-mode):
8724         * net/quickurl.el (quickurl-list-mode):
8725         * net/newst-treeview.el (newsticker-treeview-mode):
8726         * mail/rmailsum.el (rmail-summary-mode):
8727         * mail/mspools.el (mspools-mode):
8728         * locate.el (locate-mode):
8729         * ibuffer.el (ibuffer-mode):
8730         * emulation/ws-mode.el (wordstar-mode):
8731         * emacs-lisp/debug.el (debugger-mode):
8732         * array.el (array-mode):
8733         * net/eudc.el (eudc-mode): Use define-derived-mode.
8734         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8735         Move initialization into declaration.
8736         (mairix-searches-mode): Use define-derived-mode.
8737         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8738         (eudc-edit-hotlist): Use dolist.
8739         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8740         (Man-mode): Use define-derived-mode.
8741         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8742         (Info-edit-mode): Use define-derived-mode.
8743         (Info-cease-edit): Use Info-mode.
8744         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8745         into declaration.
8746         (eshell-mode): Use define-derived-mode.
8747         * chistory.el (command-history-mode-map): Rename from
8748         command-history-map.
8749         (command-history-mode): Use define-derived-mode.
8750         (Command-history-setup): Remove function.
8751         * calc/calc.el (calc-trail-mode-map): New var.
8752         (calc-trail-mode): Use define-derived-mode.
8753         (calc-trail-buffer): Set calc-main-buffer manually.
8754         * bookmark.el (bookmark-insert-annotation): New function.
8755         (bookmark-edit-annotation): Use it.
8756         (bookmark-edit-annotation-mode): Make it a proper major mode.
8757         (bookmark-send-edited-annotation): Use derived-mode-p.
8758         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8759         closer to its ideal place.  Use \' to match EOS.
8761         * profiler.el (profiler-calltree-find): Use function-equal.
8763 2013-09-10  Glenn Morris  <rgm@gnu.org>
8765         * files.el (interpreter-mode-alist): Convert to regexps.
8766         (set-auto-mode): Adapt for this.  (Bug#15306)
8767         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8768         Comment out unused variable.
8769         * progmodes/cc-mode.el (interpreter-mode-alist):
8770         * progmodes/python.el (interpreter-mode-alist):
8771         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8772         * progmodes/sh-script.el (sh-set-shell):
8773         No longer use interpreter-mode-alist to get list of shells.
8775         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8777 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8779         * simple.el: Use set-temporary-overlay-map for universal-argument.
8780         (universal-argument-map): Don't use default-bindings (bug#15317).
8781         Bind switch-frame explicitly.  Replace universal-argument-minus with
8782         a conditional binding.
8783         (universal-argument-num-events, saved-overriding-map): Remove.
8784         (restore-overriding-map): Remove.
8785         (universal-argument--mode): Rename from save&set-overriding-map,
8786         and rewrite.
8787         (universal-argument, universal-argument-more, negative-argument)
8788         (digit-argument): Adjust accordingly.
8789         (universal-argument-minus): Remove.
8790         (universal-argument-other-key): Remove.
8792         * subr.el (with-demoted-errors): Add `format' argument.
8794 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
8796         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
8797         `tramp-cleanup-connection'.
8799         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8800         parameters KEEP-DEBUG and KEEP-PASSWORD.
8802         * net/tramp.el (tramp-file-name-handler):
8803         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8804         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8805         (tramp-maybe-open-connection):
8806         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8807         Use `tramp-cleanup-connection'.
8809         * net/tramp-sh.el (tramp-maybe-open-connection):
8810         Catch 'uname-changed inside the progress reporter.
8812 2013-09-10  Glenn Morris  <rgm@gnu.org>
8814         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
8816         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8817         returns "alternate access method" in mode (eg "-rw-r--r--.").
8819 2013-09-08  Glenn Morris  <rgm@gnu.org>
8821         * saveplace.el (load-save-place-alist-from-file):
8822         Demote errors.  (Bug#15305)
8824 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
8826         Improve compatibility with older Emacsen, and XEmacs.
8828         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8829         only if it is bound.  It isn't for XEmacs.
8830         (with-tramp-progress-reporter): Do not let-bind `result'.
8831         This yields to scoping errors in XEmacs.
8832         (tramp-handle-make-auto-save-file-name): New function, moved from
8833         tramp-sh.el.
8835         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8836         for `make-auto-save-file-name'.
8837         (tramp-adb--gnu-switches-to-ash):
8838         Use `tramp-compat-replace-regexp-in-string'.
8840         * net/tramp-cache.el (tramp-cache-print): Call
8841         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
8843         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8844         bound.  It isn't for XEmacs.
8846         * net/tramp-compat.el (tramp-compat-copy-file):
8847         Catch `wrong-number-of-arguments' error.
8848         (tramp-compat-replace-regexp-in-string): New defun.
8850         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8851         for `make-auto-save-file-name'.
8852         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8853         `copy-file'.
8854         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8855         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8856         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8858         * net/tramp-gw.el (tramp-gw-open-network-stream):
8859         Use `tramp-compat-replace-regexp-in-string'.
8861         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8862         Call `tramp-handle-make-auto-save-file-name'.
8863         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8864         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8865         (tramp-sh-file-inotifywait-process-filter):
8866         Use `tramp-compat-replace-regexp-in-string'.
8867         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8869         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8870         for `make-auto-save-file-name'.
8871         (tramp-smb-handle-copy-directory):
8872         Call `tramp-compat-replace-regexp-in-string'.
8873         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8874         (tramp-smb-handle-copy-file): Improve error message.
8875         (tramp-smb-handle-rename-file): Rename directly only in case
8876         `newname' does not exist yet.  This is a restriction of smbclient.
8877         (tramp-smb-maybe-open-connection): Rerun the function only when
8878         `auth-sources' is non-nil.
8880 2013-09-08  Kenichi Handa  <handa@gnu.org>
8882         * international/characters.el: Set category "^" (Combining) for
8883         more characters.
8885 2013-09-07  Alan Mackenzie  <acm@muc.de>
8887         Correctly fontify Java class constructors.
8888         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8889         in Java Mode.
8890         (c-recognize-typeless-decls): Set the Java value to t.
8891         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8892         While handling a "(", add a check for, effectively, Java, and handle a
8893         "typeless" declaration there.
8895 2013-09-07  Roland Winkler  <winkler@gnu.org>
8897         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8898         field subtitle for entry type book.
8900 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * minibuffer.el: Make minibuffer-complete call completion-in-region
8903         rather than other way around.
8904         (completion--some, completion-pcm--find-all-completions):
8905         Don't delay signals when debugging.
8906         (minibuffer-completion-contents): Beware fields within the
8907         minibuffer contents.
8908         (completion-all-sorted-completions): Use defvar-local.
8909         (completion--do-completion, completion--cache-all-sorted-completions)
8910         (completion-all-sorted-completions, minibuffer-force-complete):
8911         Add args `beg' and `end'.
8912         (completion--in-region-1): New fun, extracted from minibuffer-complete.
8913         (minibuffer-complete): Use completion-in-region.
8914         (completion-complete-and-exit): New fun, extracted from
8915         minibuffer-complete-and-exit.
8916         (minibuffer-complete-and-exit): Use it.
8917         (completion--complete-and-exit): Rename from
8918         minibuffer--complete-and-exit.
8919         (completion-in-region--single-word): New function, extracted from
8920         minibuffer-complete-word.
8921         (minibuffer-complete-word): Use it.
8922         (display-completion-list): Make `common-substring' argument obsolete.
8923         (completion--in-region): Call completion--in-region-1 instead of
8924         minibuffer-complete.
8925         (completion-help-at-point): Pass boundaries to
8926         minibuffer-completion-help as args rather than via an overlay.
8927         (completion-pcm--string->pattern): Use `any-delim'.
8928         (completion-pcm--optimize-pattern): New function.
8929         (completion-pcm--pattern->regex): Handle `any-delim'.
8930         * icomplete.el (icomplete-forward-completions)
8931         (icomplete-backward-completions, icomplete-completions):
8932         Adjust calls to completion-all-sorted-completions and
8933         completion--cache-all-sorted-completions.
8934         (icomplete-with-completion-tables): Default to t.
8935         * emacs-lisp/crm.el (crm--current-element): Rename from
8936         crm--select-current-element.  Don't put an overlay but return the
8937         boundaries instead.
8938         (crm--completion-command): Take two new args to bind to the boundaries.
8939         (crm-completion-help): Adjust accordingly.
8940         (crm-complete): Use completion-in-region.
8941         (crm-complete-word): Use completion-in-region--single-word.
8942         (crm-complete-and-exit): Use completion-complete-and-exit.
8944 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8947         than dynamically.
8949 2013-09-06  Juri Linkov  <juri@jurta.org>
8951         * info.el (Info-display-images-node): When image file doesn't exist
8952         display text version of the image if it's provided in the Info file.
8953         Otherwise, display the location of missing image from SRC attribute.
8954         Add help-echo text property from ALT attribute.  (Bug#15279)
8956 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8958         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8959         (edit-abbrevs-mode): Use define-derived-mode.
8961         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8962         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8963         that it's defined.
8964         (epa-key-list-mode, epa-key-mode, epa-info-mode):
8965         Use define-derived-mode.
8967         * epg.el (epg-start-encrypt): Minor CSE simplification.
8969 2013-09-06  William Xu  <william.xwl@gmail.com>
8971         * arc-mode.el: Add support for 7za (bug#15264).
8972         (archive-7z-program): New var.
8973         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8974         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8975         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8977 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
8979         Remove URL syntax.
8981         * net/tramp.el (tramp-syntax, tramp-prefix-format)
8982         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8983         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8984         (tramp-postfix-host-format, tramp-file-name-regexp)
8985         (tramp-completion-file-name-regexp)
8986         (tramp-completion-dissect-file-name)
8987         (tramp-handle-substitute-in-file-name): Remove 'url case.
8988         (tramp-file-name-regexp-url)
8989         (tramp-completion-file-name-regexp-url): Remove constants.
8991 2013-09-06  Glenn Morris  <rgm@gnu.org>
8993         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
8995 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
8997         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8998         keywords" below "here-doc beginnings" (Bug#15270).
9000 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9002         * subr.el (pop): Use `car-safe'.
9003         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9004         to detect unused `pop' return value.
9006         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9007         var `block-regexp'.
9008         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9009         (python-fill-string): Remove unused var `marker'.
9010         (python-skeleton-add-menu-items): Remove unused var `items'.
9012         * international/mule-cmds.el: Require CL.
9013         (find-coding-systems-for-charsets): Avoid add-to-list.
9014         (sanitize-coding-system-list): New function, extracted from
9015         select-safe-coding-system-interactively.
9016         (select-safe-coding-system-interactively): Use it.
9017         (read-input-method-name): Accept symbols for `default'.
9019         * emacs-lisp/advice.el (defadvice): Add indent rule.
9021 2013-09-05  Daniel Hackney  <dan@haxney.org>
9023         * dired-x.el:
9024         * net/ange-ftp.el:
9025         * net/browse-url.el:
9026         * net/dbus.el:
9027         * net/eudc.el:
9028         * net/eudcb-ldap.el:
9029         * net/eww.el:
9030         * net/imap.el:
9031         * printing.el:
9032         * vc/ediff-diff.el:
9033         * vc/ediff-init.el:
9034         * vc/ediff-merg.el:
9035         * vc/ediff-mult.el:
9036         * vc/ediff-util.el:
9037         * vc/ediff-wind.el:
9038         * vc/ediff.el:
9039         * vc/emerge.el:
9040         * vc/pcvs.el:
9041         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9042         byte compiler.  Remove some unused let-bound variables.
9044 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9046         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9047         a "ref-cell", since it gets better optimized (bug#14883).
9049 2013-09-05  Glenn Morris  <rgm@gnu.org>
9051         * progmodes/cc-awk.el (c-forward-sws): Declare.
9053 2013-09-04  Glenn Morris  <rgm@gnu.org>
9055         * generic-x.el [rul-generic-mode]: Require cc-mode.
9056         (c++-mode-syntax-table): Declare.
9057         (rul-generic-mode-syntax-table): Init in the defvar.
9059 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9061         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9062         (vc-do-command, vc-set-async-update):
9063         * vc/vc-mtn.el (vc-mtn-dir-status):
9064         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9065         (vc-hg-pull, vc-hg-merge-branch):
9066         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9067         (vc-git-merge-branch):
9068         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9069         (vc-cvs-dir-status-files):
9070         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9071         (vc-bzr-dir-status-files):
9072         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9073         * vc/vc-annotate.el: Use lexical-binding.
9074         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9075         (vc-sentinel-movepoint): Declare.
9076         (vc-annotate): Don't use `goto-line'.
9077         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9078         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9079         (vc-sentinel-movepoint): Declare.
9080         * vc/vc-svn.el: Use lexical-binding.
9081         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9082         * vc/vc-sccs.el:
9083         * vc/vc-rcs.el: Use lexical-binding.
9085         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9086         `deleted'.  Don't drop errors silently.
9088         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9090 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
9092         * vc/vc.el (vc-ignore): Rewrite.
9093         (vc-default-ignore): New function.
9094         (vc-default-ignore-completion-table): Use find-ignore-file.
9096         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9097         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9098         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9099         Remove.  Most code moved to vc.el.
9101 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9103         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9104         * net/tramp-smb.el (tramp-smb-get-file-entries):
9105         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9106         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9108         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9109         Update call to it.
9110         (eww-change-select): Remove unused var `properties'.
9111         (eww-make-unique-file-name): Remove unused var `base'.
9113         * finder.el (finder-compile-keywords): Don't mess with windows.
9115         * calculator.el (calculator-funcall): Fix typo in last change.
9117         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9119         * emacs-lisp/package.el (package-activate-1): Don't let a missing
9120         <pkg>-autoloads.el file stop us.
9122         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9123         warnings, and factor out common code.
9125 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
9127         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9128         two-character operators and whether the character preceding them
9129         changes their meaning (Bug#15208).
9131 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9133         Format code sent to Python shell for robustness.
9134         * progmodes/python.el (python-shell-buffer-substring):
9135         New function.
9136         (python-shell-send-region, python-shell-send-buffer): Use it.
9138 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
9140         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9141         * net/tramp.el (tramp-user-error): ... here.
9142         (tramp-find-method, tramp-check-proper-host)
9143         (tramp-dissect-file-name, tramp-debug-message)
9144         (tramp-handle-shell-command):
9145         * net/tramp-adb.el (tramp-adb-handle-shell-command):
9146         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9148         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9150 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
9152         * avoid.el (mouse-avoidance-point-position)
9153         (mouse-avoidance-too-close-p): Handle case where posn-at-point
9154         returns nil.
9156 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9158         * progmodes/python.el (python-shell-completion-get-completions):
9159         Drop use of deleted `comint-last-prompt-overlay'.
9160         (python-nav-if-name-main): New command.
9162 2013-09-01  Glenn Morris  <rgm@gnu.org>
9164         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9165         Avoid leading space in $wins.  Otherwise the sed command used by
9166         eg compile-main ends up containing "/*.el".  (Bug#15170)
9168         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
9170 2013-08-30  Glenn Morris  <rgm@gnu.org>
9172         * emacs-lisp/bytecomp.el (byte-recompile-directory):
9173         Fix is-this-a-directory logic.  (Bug#15220)
9175 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9177         * textmodes/css-mode.el: Use SMIE.
9178         (css-smie-grammar): New var.
9179         (css-smie--forward-token, css-smie--backward-token)
9180         (css-smie-rules): New functions.
9181         (css-mode): Use them.
9182         (css-navigation-syntax-table): Remove var.
9183         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9184         (css-indent-calculate, css-indent-line): Remove functions.
9186         Misc changes to reduce use of `(lambda...); and other cleanups.
9187         * cus-edit.el: Use lexical-binding.
9188         (customize-push-and-save, customize-apropos)
9189         (custom-buffer-create-internal): Use closures.
9190         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9191         * progmodes/ada-xref.el: Use setq.
9192         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9193         * dframe.el: Use lexical-binding.
9194         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
9195         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9196         * descr-text.el: Use lexical-binding.
9197         (describe-text-widget, describe-text-sexp, describe-property-list):
9198         Use closures.
9199         * comint.el (comint-history-isearch-push-state): Use a closure.
9200         * calculator.el: Use lexical-binding.
9201         (calculator-number-to-string): Make it work with lexical-binding.
9202         (calculator-funcall): Same and use cl-letf.
9204         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9205         (lisp--company-doc-string, lisp--company-location): New functions.
9206         (lisp-completion-at-point): Use them to improve Company support.
9208         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9209         params of lambda expressions.
9210         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9211         (ruby-smie--opening-pipe-p): New function.
9212         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9213         symbols and matched |...| for formal params.
9214         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9215         from being treated as hanging.  Handle "rescue".
9217 2013-08-29  Glenn Morris  <rgm@gnu.org>
9219         * progmodes/cc-engine.el (c-pull-open-brace):
9220         Move definition before use.
9222 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9225         are immutable.  Don't use `unsafe' any more.
9226         (cl--defsubst-expand): Don't substitute at the same time as keeping
9227         a residual unused let-binding.  Don't use `unsafe' any more.
9229 2013-08-29  Glenn Morris  <rgm@gnu.org>
9231         * calendar/cal-china.el (calendar-chinese-year-cache):
9232         Recenter on 2015.
9234         * nxml/nxml-util.el (nxml-debug-clear-inside):
9235         Use cl-loop rather than loop.
9237         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9239         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9241 2013-08-28  Glenn Morris  <rgm@gnu.org>
9243         * progmodes/antlr-mode.el: No need to require cc-mode twice.
9245         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9247         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9249 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9251         * simple.el (repeat-complex-command--called-interactively-skip):
9252         New function.
9253         (repeat-complex-command): Use it (bug#14136).
9255         * progmodes/cc-mode.el: Minor cleanup of var declarations.
9256         (c-define-abbrev-table): Add `doc' argument.
9257         (c-mode-abbrev-table, c++-mode-abbrev-table)
9258         (objc-mode-abbrev-table, java-mode-abbrev-table)
9259         (idl-mode-abbrev-table, pike-mode-abbrev-table)
9260         (awk-mode-abbrev-table): Use it.
9261         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9262         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9263         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9264         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9265         Move initialization into the declaration; and remove any
9266         autoload cookie.
9268         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9269         and dynamic let binding.
9271         * vc/smerge-mode.el: Remove redundant :group args.
9273         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9274         to load-path.
9276 2013-08-28  Juri Linkov  <juri@jurta.org>
9278         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9279         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9280         (isearch-other-meta-char): Handle an undefined shifted printing
9281         character by downshifting it.  (Bug#15200)
9283 2013-08-28  Juri Linkov  <juri@jurta.org>
9285         * isearch.el (isearch-search): Change regexp error message for
9286         non-regexp searches.  (Bug#15166)
9288 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9290         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9291         for portability to hosts where /bin/sh has problems.
9293 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9295         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9297 2013-08-27  Juri Linkov  <juri@jurta.org>
9299         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9300         in the keyboard macro.  (Bug#15126)
9302 2013-08-27  Juri Linkov  <juri@jurta.org>
9304         * isearch.el (isearch-quote-char): Comment out converting unibyte
9305         to multibyte, thus syncing with its `quoted-insert' counterpart.
9306         (Bug#15166)
9308 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
9310         * window.el (display-buffer-use-some-window): Add missing
9311         argument in call of get-largest-window (Bug#15185).
9312         Reported by Stephen Leake.
9314 2013-08-27  Glenn Morris  <rgm@gnu.org>
9316         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9318 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9320         * progmodes/python.el (python-font-lock-keywords): Don't return nil
9321         from a matcher-function unless there's no more matches (bug#15161).
9323 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
9325         * minibuffer.el: Revert change from 2013-08-20.
9327         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9328         with text property `tramp-default', if appropriate.
9329         (tramp-check-proper-host): New defun.
9330         (tramp-dissect-file-name): Do not check hostname.  Revert change
9331         of 2013-03-18.
9332         (tramp-backtrace): Make VEC-OR-PROC optional.
9334         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9335         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9336         * net/tramp-sh.el (tramp-maybe-open-connection):
9337         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9338         Apply `tramp-check-proper-host'.
9340 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
9342         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9343         lambda expression in order to have `describe-variable' display it.
9345 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
9347         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9348         BUF can be optional.  (Bug#15186)
9350 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
9352         * progmodes/flymake.el (flymake-get-real-file-name-function):
9353         Fix broken customization.  (Bug#15184)
9355 2013-08-25  Alan Mackenzie  <acm@muc.de>
9357         Improve indentation of bracelists defined by macros (without "=").
9359         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9360         expansion begins with "{", regard it as bracelist when it doesn't
9361         contain a ";".
9363         Parse C++ inher-intro when there's a template split over 2 lines.
9365         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9366         rigorously the search for "class" etc. followed by ":".
9368         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9369         random languages a regexp which never matches rather than nil.
9371         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9373         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9374         (c-awk-regexp-one-line-possibly-open-char-list-re)
9375         (c-awk-one-line-possibly-open-regexp-re)
9376         (c-awk-one-line-non-syn-ws*-re): Remove.
9377         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9378         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9379         (c-awk-space*-unclosed-regexp-/-re): New constants.
9380         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9381         aren't regexp delimiters.
9383         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9384         handling for a rare situation in AWK Mode involving unterminated
9385         strings/regexps.
9387 2013-08-23  Glenn Morris  <rgm@gnu.org>
9389         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9391         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9393         * files.el (create-file-buffer): If the result would begin with
9394         spaces, prepend a "|" instead of removing them.  (Bug#15162)
9396 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9398         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9399         text-properties (bug#15155).
9401         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9402         exist any more.
9403         (calc-keypad-redraw): Remove unused var `pad'.
9404         (calc-keypad-press): Remove unused var `menu'.
9406 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
9408         * window.el (display-buffer-pop-up-frame):
9409         Call pop-up-frame-function with BUFFER current so `make-frame' will
9410         use it as the new frame's buffer (Bug#15133).
9412 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9414         * calendar/timeclock.el: Minor cleanups.
9415         (timeclock-ask-before-exiting, timeclock-use-display-time):
9416         Use `symbol'.
9417         (timeclock-modeline-display): Define as alias before the
9418         actual definition.
9419         (timeclock-mode-line-display): Use define-minor-mode.
9420         (timeclock-day-list-template): Make it a function, add an argument.
9421         (timeclock-day-list-required, timeclock-day-list-length)
9422         (timeclock-day-list-debt, timeclock-day-list-span)
9423         (timeclock-day-list-break): Adjust calls accordingly.
9425 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9427         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9428         Use read--expression so that completion works again.
9430 2013-08-21  Sam Steingold  <sds@gnu.org>
9432         Add rudimentary inferior shell interaction
9433         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9434         (sh-set-shell): Reset it.
9435         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9436         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9438 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9440         * align.el: Use lexical-binding.
9441         (align-region): Simplify accordingly.
9443 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
9445         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9447         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9448         `non-essential' up.
9450 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
9452         * net/tramp.el:
9453         * net/tramp-adb.el:
9454         * net/tramp-cmds.el:
9455         * net/tramp-ftp.el:
9456         * net/tramp-gvfs.el:
9457         * net/tramp-gw.el:
9458         * net/tramp-sh.el: Don't wrap external variable declarations by
9459         `eval-when-compile'.
9461 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9464         now that Emacs supports ImageMagick animations.
9466 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
9468         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9469         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9471 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
9473         * window.el (mouse-autoselect-window-select): Do autoselect when
9474         mouse pointer is on margin.
9476 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
9478         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
9480 2013-08-16  Glenn Morris  <rgm@gnu.org>
9482         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9483         Handle "Remote Directory" response of some clients.  (Bug#15058)
9485         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9486         Tweak warning.  (Bug#14926)
9488         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9489         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
9491         * image-mode.el (image-mode-map): Add menu items to reverse,
9492         increase, decrease, reset animation speed.
9493         (image--set-speed, image-increase-speed, image-decrease-speed)
9494         (image-reverse-speed, image-reset-speed): New functions.
9495         (image-mode-map): Add bindings for speed commands.
9497         * image.el (image-animate-get-speed, image-animate-set-speed):
9498         New functions.
9499         (image-animate-timeout): Respect image :speed property.
9501 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9503         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9504         previous line (bug#15101).
9505         (debugger-eval-expression, debugger-record-expression):
9506         Use read--expression (bug#15102).
9508 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
9510         Remove byte compiler warnings, visible when compiling with
9511         `byte-compile-force-lexical-warnings' set to t.
9513         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9514         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9515         (tramp-handle-unhandled-file-name-directory)
9516         (tramp-handle-file-notify-add-watch, tramp-action-login)
9517         (tramp-action-succeed, tramp-action-permission-denied)
9518         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9519         arguments with "_".
9521         * net/tramp-adb.el (tramp-adb-parse-device-names)
9522         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9523         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9524         (tramp-adb-handle-file-truename): Remove unused arguments.
9526         * net/tramp-cache.el (tramp-flush-directory-property)
9527         (tramp-flush-connection-property, tramp-list-connections)
9528         (tramp-parse-connection-properties): Prefix unused arguments with "_".
9530         * net/tramp-compat.el (tramp-compat-make-temp-file):
9531         Rename FILENAME to F.
9533         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9534         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9535         (tramp-zeroconf-parse-workstation-device-names)
9536         (tramp-zeroconf-parse-webdav-device-names)
9537         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9539         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9540         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9542         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9543         arguments.
9544         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9545         (tramp-sh-handle-insert-file-contents-literally)
9546         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9547         with "_".
9548         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9549         Remove unused variables.
9551         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9552         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9553         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9555         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9556         Make them a defconst.
9557         (tramp-uuencode-region): Remove unused variable.
9559 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
9561         * frameset.el (frameset--prop-setter): New function.
9562         (frameset-prop): Add gv-setter declaration.
9563         (frameset-filter-minibuffer): Deal with the case that the minibuffer
9564         parameter was already set in FILTERED.  Doc fix.
9565         (frameset--record-minibuffer-relationships): Allow saving a
9566         minibufferless frame without its corresponding minibuffer frame.
9567         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9568         frame, if the frame id matches.
9569         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9570         frames before orphaned ones.
9571         (frameset-restore): Warn about orphaned windows, instead of error out.
9573 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
9575         * window.el (window-make-atom): Don't overwrite parameter
9576         already present.
9577         (display-buffer-in-atom-window): Handle special case where we
9578         split an already atomic window.
9579         (window--major-non-side-window, display-buffer-in-side-window)
9580         (window--side-check): Ignore minibuffer window when walking
9581         window tree.
9582         (window-deletable-p): Return 'frame only if no other frame uses
9583         our minibuffer window.
9584         (record-window-buffer): Run buffer-list-update-hook.
9585         (split-window): Make sure window--check-frame won't destroy an
9586         existing atomic window in case the new window gets nested
9587         inside.
9588         (display-buffer-at-bottom): Ignore minibuffer window when
9589         walking window tree.  Don't split a side window.
9590         (pop-to-buffer): Don't set-buffer here, the select-window call
9591         should do that.
9592         (mouse-autoselect-window-select): Autoselect only if we are in the
9593         text portion of the window.
9595 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597         * net/shr.el (shr-parse-image-data): New function to grab both the
9598         data itself and the Content-Type.
9599         (shr-put-image): Use it.
9601         * net/eww.el (eww-display-image): Ditto.
9603         * image.el (image-content-type-suffixes): New variable.
9605 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9607         * progmodes/python.el (python-imenu--build-tree)
9608         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9610 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
9612         * simple.el (backward-word): Mention the optional argument.
9614 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9616         * frameset.el (frameset--make): Rename constructor from make-frameset.
9617         (frameset-p, frameset-valid-p): Don't autoload.
9618         (frameset-valid-p): Use normal accessors.
9620 2013-08-13  Glenn Morris  <rgm@gnu.org>
9622         * progmodes/compile.el (compile-command): Tweak example in doc.
9623         * obsolete/scribe.el (scribe-mode):
9624         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
9626         * mail/feedmail.el (feedmail-confirm-outgoing)
9627         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9629         * cus-start.el (truncate-partial-width-windows): Fix type.
9631         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9633         * net/shr.el (shr-table-horizontal-line): Fix custom type.
9635 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9637         * emacs-lisp/timer.el (timer--time-setter): New function.
9638         (timer--time): Use it as gv-setter.
9640         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9641         setter is not a symbol.
9643 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
9645         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9646         if sending fails.  This makes debugging easier.
9648 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
9650         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9651         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9652         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9654 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
9656         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9658 2013-08-12  Glenn Morris  <rgm@gnu.org>
9660         * format.el (format-annotate-function):
9661         Handle read-only text properties in the source.  (Bug#14887)
9663 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665         * net/eww.el (eww-display-html): Ignore coding system errors.
9666         One web site uses "utf-8lias" as the coding system.
9668 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
9670         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9672 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
9674         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9675         (tutorial--detailed-help): Remove unused local variables.
9676         (tutorial--save-tutorial-to): Use ignore-errors.
9677         (help-with-tutorial): Use looking-at-p.
9679         * view.el (view-buffer-other-window, view-buffer-other-frame):
9680         Mark unused arguments.
9682         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9683         (woman-select-symbol-fonts, woman, woman-find-file)
9684         (woman-insert-file-contents, woman-non-underline-faces):
9685         Use string-match-p.
9686         (woman1-unquote): Move declaration.
9688         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9689         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
9690         argument.  Remove unused local variable.
9691         (xml-parse-elem-type): Use string-match-p.
9692         (xml-substitute-numeric-entities): Use ignore-errors.
9694         * calculator.el (calculator): Mark unused argument.
9695         (calculator-paste, calculator-quit, calculator-integer-p):
9696         Use ignore-errors.
9697         (calculator-string-to-number, calculator-decimal, calculator-exp)
9698         (calculator-op-or-exp): Use string-match-p.
9700         * dired.el (dired-buffer-more-recently-used-p): Declare.
9701         (dired-insert-set-properties, dired-insert-old-subdirs):
9702         Use ignore-errors.
9704         * dired-aux.el (dired-compress): Use ignore-errors.
9705         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9706         (dired-do-async-shell-command, dired-do-shell-command)
9707         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9708         (dired-insert-subdir-validate): Use string-match-p.
9709         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9710         (dired-add-entry): Use string-match-p, looking-at-p.
9711         (dired-insert-subdir-newpos): Remove unused local variable.
9713         * filenotify.el (file-notify-callback): Remove unused local variable.
9715         * filesets.el (filesets-error): Mark unused argument.
9716         (filesets-which-command-p, filesets-filter-dir-names)
9717         (filesets-directory-files, filesets-get-external-viewer)
9718         (filesets-ingroup-get-data): Use string-match-p.
9720         * find-file.el (ff-other-file-name, ff-other-file-name)
9721         (ff-find-the-other-file, ff-cc-hh-converter):
9722         Remove unused local variables.
9723         (ff-get-file-name): Use string-match-p.
9724         (ff-all-dirs-under): Use ignore-errors.
9726         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9727         (follow-select-if-visible): Remove unused local variable.
9729         * forms.el (read-file-filter): Move declaration.
9730         (forms--make-format, forms--make-parser, forms-insert-record):
9731         Quote function with #'.
9732         (forms--update): Use string-match-p.  Quote function with #'.
9734         * help-mode.el (help-dir-local-var-def): Mark unused argument.
9735         (help-make-xrefs): Use looking-at-p.
9736         (help-xref-on-pp): Use looking-at-p, ignore-errors.
9738         * ibuffer.el (ibuffer-ext-visible-p): Declare.
9739         (ibuffer-confirm-operation-on): Use string-match-p.
9741         * msb.el (msb-item-handler, msb-dired-item-handler):
9742         Mark unused arguments.
9744         * ses.el (ses-decode-cell-symbol)
9745         (ses-kill-override): Remove unused local variable.
9746         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9747         (ses-load): Use ignore-errors, looking-at-p.
9748         (ses-jump-safe): Use ignore-errors.
9749         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9751         * tabify.el (untabify, tabify): Mark unused arguments.
9753         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9754         Mark unused argument.
9755         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9756         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9758         * emacs-lisp/timer.el (timer--time): Define setter with
9759         gv-define-setter to avoid deprecation warning.
9761         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9762         (*record-cmpl-statistics-p*): Remove (was commented out).
9763         (cmpl-statistics-block): Remove (body was commented out).
9764         All callers changed.
9765         (add-completions-from-buffer, load-completions-from-file):
9766         Remove unused variables.
9768 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
9770         * filecache.el (file-cache-delete-file-list):
9771         Print message only when told so.
9772         (file-cache-files-matching): Use #' in mapconcat argument.
9774         * ffap.el (ffap-url-at-point): Fix reference to variable
9775         thing-at-point-default-mail-uri-scheme.
9777 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9779         * subr.el (define-error): New function.
9780         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9781         error-file-not-found and define with define-error.
9782         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9783         and define with define-error.
9784         * userlock.el (file-locked, file-supersession):
9785         * simple.el (mark-inactive):
9786         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9787         * progmodes/ada-mode.el (ada-mode-errors):
9788         * play/life.el (life-extinct):
9789         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9790         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9791         * nxml/rng-util.el (rng-error):
9792         * nxml/rng-uri.el (rng-uri-error):
9793         * nxml/rng-match.el (rng-compile-error):
9794         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9795         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9796         * nxml/nxml-rap.el (nxml-scan-error):
9797         * nxml/nxml-outln.el (nxml-outline-error):
9798         * net/soap-client.el (soap-error):
9799         * net/gnutls.el (gnutls-error):
9800         * net/ange-ftp.el (ftp-error):
9801         * mpc.el (mpc-proc-error):
9802         * json.el (json-error, json-readtable-error, json-unknown-keyword)
9803         (json-number-format, json-string-escape, json-string-format)
9804         (json-key-format, json-object-format):
9805         * jka-compr.el (compression-error):
9806         * international/quail.el (quail-error):
9807         * international/kkc.el (kkc-error):
9808         * emacs-lisp/ert.el (ert-test-failed):
9809         * calc/calc.el (calc-error, inexact-result, math-overflow)
9810         (math-underflow):
9811         * bookmark.el (bookmark-error-no-filename):
9812         * epg.el (epg-error): Define with define-error.
9814         * time.el (display-time-event-handler)
9815         (display-time-next-load-average): Don't call sit-for since it seems
9816         unnecessary (bug#15045).
9818         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9819         Use #' instead of ' to quote functions.
9820         (checkdoc-output-mode): Use setq-local.
9821         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9822         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9823         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9824         (checkdoc-ispell, checkdoc-ispell-current-buffer)
9825         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9826         (checkdoc-ispell-message-text, checkdoc-ispell-start)
9827         (checkdoc-ispell-continue, checkdoc-ispell-comments)
9828         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9830         * ido.el (ido-completion-help): Fix up compiler warning.
9832 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
9834         * frameset.el (frameset-p): Add autoload cookie.
9835         (frameset--jump-to-register): New function, based on code moved from
9836         register.el.
9837         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
9839         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9840         (frameset-restore, frameset-save, frameset-session-filter-alist):
9841         Remove declarations.
9842         (register-alist): Doc fix.
9843         (frameset-to-register): Move to frameset.el.
9844         (jump-to-register, describe-register-1): Remove frameset-specific code.
9846 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9848         * allout-widgets.el (allout-widgets-pre-command-business)
9849         (allout-widgets-post-command-business)
9850         (allout-widgets-after-change-handler)
9851         (allout-decorate-item-and-context, allout-set-boundary-marker)
9852         (allout-body-modification-handler)
9853         (allout-graphics-modification-handler): Mark ignored arguments.
9854         (allout-widgets-post-command-business)
9855         (allout-widgets-exposure-change-processor)
9856         (allout-widgets-exposure-undo-processor)
9857         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9858         (allout-parse-item-at-point, allout-decorate-item-guides)
9859         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9860         * allout.el (epa-passphrase-callback-function): Declare.
9861         (allout-overlay-insert-in-front-handler)
9862         (allout-overlay-interior-modification-handler)
9863         (allout-isearch-end-handler, allout-chart-siblings)
9864         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9865         (allout-yank-processing, allout-process-exposed)
9866         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9867         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9868         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9869         (lisp-indent-defform): Mark ignored arguments.
9870         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
9871         (calculate-lisp-indent): Remove unused variables.
9872         * international/characters.el (indian-2-column, arabic-2-column)
9873         (tibetan): Mark ignored arguments.
9874         (use-cjk-char-width-table): Mark ignored arguments.
9875         Remove unused variables.
9876         * international/fontset.el (build-default-fontset-data)
9877         (x-compose-font-name, create-fontset-from-fontset-spec):
9878         Mark ignored arguments.
9879         (fontset-plain-name): Remove unused variables.
9880         * international/mule.el (charset-id, charset-bytes, generic-char-p)
9881         (keyboard-coding-system): Mark ignored arguments.
9882         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
9883         * help.el (resize-temp-buffer-window):
9884         * window.el (display-buffer-in-major-side-window)
9885         (display-buffer-in-side-window, display-buffer-in-previous-window):
9886         Remove unused variables.
9887         * isearch.el (isearch-forward-symbol):
9888         * version.el (emacs-bzr-version-bzr):
9889         * international/mule-cmds.el (current-language-environment):
9890         * term/common-win.el (x-handle-iconic, x-handle-geometry)
9891         (x-handle-display):
9892         * term/pc-win.el (x-list-fonts, x-display-planes)
9893         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9894         (x-server-version, x-display-screens, x-display-mm-height)
9895         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9896         (x-selection-owner-p, x-own-selection-internal)
9897         (x-disown-selection-internal, x-get-selection-internal)
9898         (msdos-initialize-window-system):
9899         * term/tty-colors.el (tty-color-alist, tty-color-clear):
9900         * term/x-win.el (x-handle-no-bitmap-icon):
9901         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9902         (vc-default-find-file-hook, vc-default-extra-menu):
9903         Mark ignored arguments.
9905 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9907         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9908         break-condition in the context of the debugged code (bug#12685).
9910 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
9912         * comint.el:
9913         Do not use an overlay to highlight the last prompt.  (Bug#14744)
9914         (comint-mode): Make comint-last-prompt buffer local.
9915         (comint-last-prompt): New variable.
9916         (comint-last-prompt-overlay): Remove.  Superseded by
9917         comint-last-prompt.
9918         (comint-snapshot-last-prompt, comint-output-filter):
9919         Use comint-last-prompt.
9921 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9923         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
9924         (frameset-save): Check validity of the resulting frameset.
9926 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
9928         * ido.el (ido-record-command): Add doc string.
9930 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9932         * frameset.el (frameset): Do not disable creation of the default
9933         frameset-p predicate.  Doc fix.
9934         (frameset-valid-p): New function, copied from the old predicate-p.
9935         Add additional checks.
9936         (frameset-restore): Check with frameset-valid-p.
9937         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9938         (frameset-name, frameset-description, frameset-properties)
9939         (frameset-states): Add docstring.
9940         (frameset-session-filter-alist, frameset-persistent-filter-alist)
9941         (frameset-filter-alist): Doc fixes.
9943 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9945         * frameset.el (frameset-p, frameset-prop): Doc fixes.
9947 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9949         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9950         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9951         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9952         (byte-compile-normal-call): Remove obsolescence check.
9954 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9956         * frameset.el (frameset-restore): Doc fix.
9958         * register.el (frameset-frame-id, frameset-frame-with-id)
9959         (frameset-p, frameset-restore, frameset-save): Declare.
9960         (register-alist): Document framesets.
9961         (frameset-session-filter-alist): Declare.
9962         (frameset-to-register): New function.
9963         (jump-to-register): Implement jumping to framesets.  Doc fix.
9964         (describe-register-1): Describe framesets.
9966         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9968 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
9970         * desktop.el (desktop-save-frameset): Use new frameset-save args.
9971         Use lexical-binding.
9973         * frameset.el (frameset): Use type vector, not list (incompatible
9974         change).  Do not declare a new constructor, use the default one.
9975         Upgrade suggested properties `app', `name' and `desc' to slots `app',
9976         `name' and `description', respectively, and add read-only slot
9977         `timestamp'.  Doc fixes.
9978         (frameset-copy, frameset-persistent-filter-alist)
9979         (frameset-filter-alist, frameset-switch-to-gui-p)
9980         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9981         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9982         (frameset-filter-iconified, frameset-keep-original-display-p):
9983         Doc fixes.
9984         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9985         Rename from frameset-filter-(save|restore)-param.  All callers changed.
9986         Doc fix.
9987         (frameset-p): Adapt to change to vector and be more thorough.
9988         Change arg name to OBJECT.  Doc fix.
9989         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
9990         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9991         All callers changed.
9992         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9993         All callers changed.
9994         (frameset--record-minibuffer-relationships): Rename from
9995         frameset--process-minibuffer-frames.  All callers changed.
9996         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9997         Use new default constructor (again).  Doc fix.
9998         (frameset--find-frame-if): Rename from `frameset--find-frame'.
9999         All callers changed.
10000         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10001         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10002         Doc fix.
10003         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10004         PARAMETERS and WINDOW-STATE, respectively.
10005         (frameset-restore): Add new keyword argument PREDICATE.
10006         Reset frameset--target-display to nil.  Doc fix.
10008 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10011         (bat-mode): Use it.
10012         (bat-mode-syntax-table): Mark \n as end-of-comment.
10013         (bat-font-lock-keywords): Remove comment rule.
10015         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
10016         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
10018         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10019         (byte-compile-callargs-warn): Use `push'.
10020         (byte-compile-arglist-warn): Ignore higher-order "calls".
10021         (byte-compile-file-form-autoload): Use `pcase'.
10022         (byte-compile-function-form): If quoting a symbol, check that it exists.
10024 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
10026         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10027         and add a few popular commands found in batch files.
10028         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10029         (dos-mode): Doc fixes.
10031 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10033         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10034         (dos-mode): Use setq-local.  Add space after "rem".
10035         (dos-mode-syntax-table): Don't use "w" for symbol chars.
10036         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10038 2013-08-07  Arni Magnusson  <arnima@hafro.is>
10040         * progmodes/dos.el: New file.
10041         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10042         dos-mode.
10044 2013-08-06  Glenn Morris  <rgm@gnu.org>
10046         * calendar/calendar.el: Add new faces, and day-header-array.
10047         (calendar-weekday-header, calendar-weekend-header)
10048         (calendar-month-header): New faces.
10049         (calendar-day-header-construct): New function.
10050         (calendar-day-header-width): Also :set calendar-day-header-array.
10051         (calendar-american-month-header, calendar-european-month-header)
10052         (calendar-iso-month-header): Use calendar- faces.
10053         (calendar-generate-month):
10054         Use calendar-day-header-array for day headers; apply faces to them.
10055         (calendar-mode): Check calendar-font-lock-keywords non-nil.
10056         (calendar-abbrev-construct): Add optional maxlen argument.
10057         (calendar-day-name-array): Doc fix.
10058         (calendar-day-name-array, calendar-abbrev-length)
10059         (calendar-day-abbrev-array):
10060         Also :set calendar-day-header-array, and maybe redraw.
10061         (calendar-day-header-array): New option.  (Bug#15007)
10062         (calendar-font-lock-keywords): Set to nil and make obsolete.
10063         (calendar-day-name): Add option to use header array.
10065 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10067         * net/shr.el (shr-render-td): Remove debugging.
10068         (shr-render-td): Make width computation consistent by defaulting
10069         all zero-width columns to 10 characters.  This may not be optimal,
10070         but it's at least consistent.
10071         (shr-make-table-1): Redo last change to fix the real problem in
10072         colspan handling.
10074 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
10076         * files.el (cache-long-line-scans):
10077         Make obsolete alias to `cache-long-scans'.
10079 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
10081         * frameset.el (frameset, frameset-filter-alist)
10082         (frameset-filter-params, frameset-save, frameset--reuse-frame)
10083         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10084         (frameset-compute-pos): Rename from frameset--compute-pos,
10085         and add docstring.
10086         (frameset-move-onscreen): Use frameset-compute-pos.
10087         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10089         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10090         Fix typos in docstrings.
10092 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
10094         * frame.el (get-other-frame): Tiny cleanup.
10096 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
10098         * vc/vc.el (vc-default-ignore-completion-table):
10099         Silence byte-compiler warning.
10101         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10102         slot, which can indeed be nil.
10103         (frameset-live-filter-alist, frameset-persistent-filter-alist):
10104         Move entry for `left' from persistent to live filter alist.
10105         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10106         Doc fixes.
10107         (frameset-filter-params): When restoring a frame, copy items added to
10108         `filtered', to avoid unwittingly modifying the original parameters.
10109         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
10110         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10112         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10113         to use looking-at-p instead of looking-at.  (Bug#15028)
10115 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10117         Revert introduction of isearch-filter-predicates (bug#14714).
10118         Rely on add-function instead.
10119         * isearch.el (isearch-filter-predicates): Rename it back to
10120         isearch-filter-predicate.
10121         (isearch-message-prefix): Use advice-function-mapc and advice
10122         properties to get the isearch-message-prefix.
10123         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10124         instead of run-hook-with-args-until-failure.
10125         (isearch-filter-visible): Not obsolete any more.
10126         * loadup.el: Preload nadvice.
10127         * replace.el (perform-replace): Revert to funcall
10128         instead of run-hook-with-args-until-failure.
10129         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10130         * dired-aux.el (dired-isearch-filenames-mode): Rename from
10131         dired-isearch-filenames-toggle; make it into a proper minor mode.
10132         Use add/remove-function.
10133         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10134         Call the minor-mode rather than add/remove-hook.
10135         (dired-isearch-filter-filenames):
10136         Remove isearch-message-prefix property.
10137         * info.el (Info--search-loop): New function, extracted from Info-search.
10138         Funcall isearch-filter-predicate instead of
10139         run-hook-with-args-until-failure isearch-filter-predicates.
10140         (Info-search): Use it.
10141         (Info-mode): Use isearch-filter-predicate instead of
10142         isearch-filter-predicates.
10144 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
10146         Do not call to `selected-window' where it is assumed by default.
10147         Affected functions are `window-minibuffer-p', `window-dedicated-p',
10148         `window-hscroll', `window-width', `window-height', `window-buffer',
10149         `window-frame', `window-start', `window-point', `next-window'
10150         and `window-display-table'.
10151         * abbrev.el (abbrev--default-expand):
10152         * bs.el (bs--show-with-configuration):
10153         * buff-menu.el (Buffer-menu-mouse-select):
10154         * calc/calc.el (calc):
10155         * calendar/calendar.el (calendar-generate-window):
10156         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10157         (diary-make-entry):
10158         * comint.el (send-invisible, comint-dynamic-complete-filename)
10159         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10160         * completion.el (complete):
10161         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10162         * disp-table.el (describe-current-display-table):
10163         * doc-view.el (doc-view-insert-image):
10164         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10165         * ehelp.el (with-electric-help):
10166         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10167         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10168         * emacs-lisp/helper.el (Helper-help-scroller):
10169         * emulation/cua-base.el (cua--post-command-handler-1):
10170         * eshell/esh-mode.el (eshell-output-filter):
10171         * ffap.el (ffap-gnus-wrapper):
10172         * help-macro.el (make-help-screen):
10173         * hilit-chg.el (highlight-compare-buffers):
10174         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10175         * hl-line.el (global-hl-line-highlight):
10176         * icomplete.el (icomplete-simple-completing-p):
10177         * isearch.el (isearch-done):
10178         * jit-lock.el (jit-lock-stealth-fontify):
10179         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10180         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10181         * mpc.el (mpc-tagbrowser, mpc):
10182         * net/rcirc.el (rcirc-any-buffer):
10183         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10184         * play/landmark.el (landmark-max-width, landmark-max-height):
10185         * play/zone.el (zone):
10186         * progmodes/compile.el (compilation-goto-locus):
10187         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10188         * progmodes/etags.el (find-tag-other-window):
10189         * progmodes/fortran.el (fortran-column-ruler):
10190         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10191         * progmodes/verilog-mode.el (verilog-point-text):
10192         * reposition.el (reposition-window):
10193         * rot13.el (toggle-rot13-mode):
10194         * server.el (server-switch-buffer):
10195         * shell.el (shell-dynamic-complete-command)
10196         (shell-dynamic-complete-environment-variable):
10197         * simple.el (insert-buffer, set-selective-display)
10198         (delete-completion-window):
10199         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10200         (speedbar-recenter):
10201         * startup.el (fancy-splash-head):
10202         * textmodes/ispell.el (ispell-command-loop):
10203         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10204         * tutorial.el (help-with-tutorial):
10205         * vc/add-log.el (add-change-log-entry):
10206         * vc/compare-w.el (compare-windows):
10207         * vc/ediff-help.el (ediff-indent-help-message):
10208         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10209         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10210         (ediff-setup-control-frame):
10211         * vc/emerge.el (emerge-position-region):
10212         * vc/pcvs-util.el (cvs-bury-buffer):
10213         * window.el (walk-windows, mouse-autoselect-window-select):
10214         * winner.el (winner-set-conf, winner-undo): Related users changed.
10216 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
10218         * frameset.el (frameset--set-id): Doc fix.
10219         (frameset-frame-id, frameset-frame-id-equal-p)
10220         (frameset-locate-frame-id): New functions.
10221         (frameset--process-minibuffer-frames, frameset--reuse-frame)
10222         (frameset-restore): Use them.
10224 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
10226         Do not call to `selected-frame' where it is assumed by default.
10227         Affected functions are `raise-frame', `redraw-frame',
10228         `frame-first-window', `frame-terminal' and `delete-frame'.
10229         * calendar/appt.el (appt-disp-window):
10230         * epg.el (epg-wait-for-completion):
10231         * follow.el (follow-delete-other-windows-and-split)
10232         (follow-avoid-tail-recenter):
10233         * international/mule.el (set-terminal-coding-system):
10234         * mail/rmail.el (rmail-mail-return):
10235         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10236         * progmodes/f90.el (f90-add-imenu-menu):
10237         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10238         * server.el (server-switch-buffer):
10239         * simple.el (delete-completion-window):
10240         * talk.el (talk):
10241         * term/xterm.el (terminal-init-xterm-modify-other-keys)
10242         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10243         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10244         * vc/ediff.el (ediff-documentation): Related users changed.
10245         * frame.el (selected-terminal): Remove the leftover.
10247 2013-08-05  Glenn Morris  <rgm@gnu.org>
10249         * calendar/calendar.el (calendar-generate-month):
10250         Fix for calendar-column-width != 1 + calendar-day-digit-width.
10251         (calendar-generate-month, calendar-font-lock-keywords):
10252         Fix for calendar-day-header-width > length of any day name.
10254 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
10256         * desktop.el (desktop-clear): Use new name of sort predicate.
10258         * frameset.el (frameset): Add docstring.  Move :version property to its
10259         own `version' slot.
10260         (frameset-copy): Rename from copy-frameset.
10261         (frameset-p): Check more thoroughly.
10262         (frameset-prop): Do not check for :version, which is no longer a prop.
10263         (frameset-live-filter-alist, frameset-persistent-filter-alist):
10264         Use new :never value instead of t.
10265         (frameset-filter-alist): Expand and clarify docstring.
10266         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10267         (frameset-filter-minibuffer, frameset-filter-save-param)
10268         (frameset-filter-restore-param, frameset-filter-iconified):
10269         Add pointer to docstring of frameset-filter-alist.
10270         (frameset-filter-params): Rename filter values to be more meaningful:
10271         :never instead of t, and reverse the meanings of :save and :restore.
10272         (frameset--process-minibuffer-frames): Clarify error message.
10273         (frameset-save): Avoid unnecessary and confusing call to framep.
10274         Use new BOA constructor for framesets.
10275         (frameset--reuse-list): Doc fix.
10276         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
10277         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10278         (frameset-minibufferless-first-p): Doc fix.
10279         Rename from frameset-sort-frames-for-deletion.
10280         (frameset-restore): Doc fixes.  Use new function names.
10281         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10283 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
10285         * desktop.el (desktop-restore-forces-onscreen)
10286         (desktop-restore-reuses-frames): Document :keyword constant values.
10287         (desktop-filter-parameters-alist): Remove, now identical to
10288         frameset-filter-alist.
10289         (desktop--filter-tty*): Remove, moved to frameset.el.
10290         (desktop-save-frameset, desktop-restore-frameset):
10291         Do not pass :filters argument.
10293         * frameset.el (frameset-live-filter-alist)
10294         (frameset-persistent-filter-alist): New variables.
10295         (frameset-filter-alist): Use them.  Add autoload cookie.
10296         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10297         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10298         `frameset--id' (it's supposed to be internal to frameset.el).
10299         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
10300         (frameset--initial-params): New function.
10301         (frameset--get-frame): Use it.  Doc fix.
10302         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10303         Accept :all, not 'all.
10304         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10305         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
10306         with fbound symbols.  Fix frame id matching, and remove matching ids if
10307         the frame being restored is deleted.  Obey :delete.
10309 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10311         * subr.el (macrop): New function.
10312         (text-clone--maintaining): New var.
10313         (text-clone--maintain): Rename from text-clone-maintain.  Use it
10314         instead of inhibit-modification-hooks.
10316         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10317         a proxy, so as handle autoloads and redefinitions of the target.
10318         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10320         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10321         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
10322         (pcase--mutually-exclusive-p): New function.
10323         (pcase--split-consp): Use it.
10324         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
10325         mutually exclusive with the current predicate.
10327         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10328         (edebug-macrop): Remove.  Use `macrop' instead.
10329         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
10330         (ad-macro-p):
10331         * eshell/esh-cmd.el (eshell-macrop):
10332         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
10334 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10336         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10337         (advice-mapc): New function, using it.
10338         (advice-function-member-p): New function.
10339         (advice--normalize): Store the cdr in advice--saved-rewrite since
10340         that's the part that will be changed.
10341         (advice--symbol-function): New function.
10342         (advice-remove): Handle removal before the function is defined.
10343         Adjust to new advice--saved-rewrite.
10344         (advice-member-p): Use advice-function-member-p and
10345         advice--symbol-function.
10347 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
10349         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10350         (frameset-filter-minibuffer): Doc fix.
10351         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
10352         (frameset--set-id, frameset--process-minibuffer-frames)
10353         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10354         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10356         * desktop.el (desktop-clear): Only delete frames when called
10357         interactively and desktop-restore-frames is non-nil.  Doc fix.
10358         (desktop-read): Set desktop-saved-frameset to nil.
10360 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
10362         * vc/vc.el (vc-ignore): Rewrite.
10363         (vc-default-ignore-completion-table, vc--read-lines)
10364         (vc--add-line, vc--remove-regexp): New functions.
10366         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10367         (vc-svn-ignore-completion-table): New function.
10369         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10370         (vc-hg-ignore-completion-table)
10371         (vc-hg-find-ignore-file): New functions.
10373         * vc/vc-git.el (vc-git-ignore): Rewrite.
10374         (vc-git-ignore-completion-table)
10375         (vc-git-find-ignore-file): New functions.
10377         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10379         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10380         (vc-bzr-ignore-completion-table)
10381         (vc-bzr-find-ignore-file): New functions.
10383 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
10385         * frameset.el (frameset-prop): New function and setter.
10386         (frameset-save): Do not modify frame list passed by the caller.
10388 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10390         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10392 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10394         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10395         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10397         * custom.el (custom-initialize-default, custom-initialize-set)
10398         (custom-initialize-reset, custom-initialize-changed): Affect the
10399         toplevel-default-value (bug#6275, bug#14586).
10400         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10401         for bug#6275.
10403 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
10405         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10406         Add cl-def* expressions.
10408         * frameset.el (frameset-filter-params): Fix order of arguments.
10410 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
10412         Move code related to saving frames to frameset.el.
10413         * desktop.el: Require frameset.
10414         (desktop-restore-frames): Doc fix.
10415         (desktop-restore-reuses-frames): Rename from
10416         desktop-restoring-reuses-frames.
10417         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10418         (desktop-clear): Clear frames too.
10419         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10420         (desktop--filter-tty*, desktop-save, desktop-read):
10421         Use frameset functions.
10422         (desktop-before-saving-frames-functions, desktop--filter-*-color)
10423         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10424         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10425         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10426         (desktop--process-minibuffer-frames, desktop-save-frames)
10427         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10428         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10429         (desktop--sort-states, desktop-restoring-frames-p)
10430         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
10431         (desktop-restoring-frameset-p, desktop-restore-frameset)
10432         (desktop--check-dont-save, desktop-save-frameset): New functions.
10433         (desktop--app-id): New constant.
10434         (desktop-first-buffer, desktop-buffer-ok-count)
10435         (desktop-buffer-fail-count): Move before first use.
10436         * frameset.el: New file.
10438 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10440         * files.el: Use lexical-binding.
10441         (dir-locals-read-from-file): Remove unused `err' variable.
10442         (hack-dir-local-variables--warned-coding): New var.
10443         (hack-dir-local-variables): Use it to avoid repeated warnings.
10444         (make-backup-file-name--default-function): New function.
10445         (make-backup-file-name-function): Use it as default.
10446         (buffer-stale--default-function): New function.
10447         (buffer-stale-function): Use it as default.
10448         (revert-buffer-insert-file-contents--default-function): New function.
10449         (revert-buffer-insert-file-contents-function): Use it as default.
10450         (insert-directory): Avoid add-to-list.
10452         * autorevert.el (auto-revert-handler): Simplify.
10453         Use buffer-stale--default-function.
10455 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
10457         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10459         * whitespace.el (whitespace-ensure-local-variables): New function.
10460         (whitespace-cleanup-region): Call it.
10461         (whitespace-turn-on): Call it.
10463 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
10465         Complete file name handlers.
10467         * net/tramp.el (tramp-handle-set-visited-file-modtime)
10468         (tramp-handle-verify-visited-file-modtime)
10469         (tramp-handle-file-notify-rm-watch): New functions.
10470         (tramp-call-process): Do not bind `default-directory'.
10472         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10473         Order alphabetically.
10474         <access-file, add-name-to-file, dired-call-process>:
10475         <dired-compress-file, file-acl, file-notify-rm-watch>:
10476         <file-ownership-preserved-p, file-selinux-context>:
10477         <make-directory-internal, make-symbolic-link, set-file-acl>:
10478         <set-file-selinux-context, set-visited-file-modtime>:
10479         <verify-visited-file-modtime>: Add handler.
10480         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10482         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10483         <file-notify-add-watch, file-notify-rm-watch>:
10484         <set-file-times, set-visited-file-modtime>:
10485         <verify-visited-file-modtime>: Add handler.
10486         (with-tramp-gvfs-error-message)
10487         (tramp-gvfs-handle-set-visited-file-modtime)
10488         (tramp-gvfs-fuse-file-name): Remove.
10489         (tramp-gvfs-handle-file-notify-add-watch)
10490         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10491         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10493         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10494         Order alphabetically.
10495         <file-notify-rm-watch>: Use default Tramp handler.
10496         <executable-find>: Remove private handler.
10497         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10498         `default-directory'.
10499         (tramp-sh-handle-executable-find)
10500         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10501         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10502         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10503         Do not use `format' in `tramp-message'.
10505         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10506         <file-notify-rm-watch, set-visited-file-modtime>:
10507         <verify-visited-file-modtime>: Add handler.
10508         (tramp-smb-call-winexe): Do not bind `default-directory'.
10510 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
10512         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10514 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
10516         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10517         use it.
10518         (log-view-diff-changeset): Same.
10519         (log-view-diff-common): Call backend command `previous-revision'
10520         to find out the previous revision, in both cases.  Swap the
10521         variables `to' and `fr', so that `fr' usually refers to the
10522         earlier revision (Bug#14989).
10524 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
10526         * ibuf-ext.el (ibuffer-filter-by-filename):
10527         Make it work with dired buffers too.
10529 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
10531         * emacs-lisp/re-builder.el (reb-color-display-p):
10532         * files.el (save-buffers-kill-terminal):
10533         * net/browse-url.el (browse-url):
10534         * server.el (server-save-buffers-kill-terminal):
10535         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10536         Prefer nil to selected-frame for the first arg of frame-parameter.
10538 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
10540         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10542 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
10544         * minibuffer.el (completion--twq-all): Try and preserve each
10545         completion's case choice (bug#14907).
10547 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549         * net/network-stream.el (open-network-stream): Mention the new
10550         :nogreeting parameter.
10551         (network-stream-open-starttls): Use the :nogreeting parameter
10552         (bug#14938).
10554         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10556         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10557         more natural than popping.
10559         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10560         (shr-urlify): Highlight under mouse.
10562 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
10564         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10566         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10568         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
10569         buffer for output.
10571         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
10572         point-min==1.  Fix search string.  Fix parentheses missing.
10574         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
10575         assume point-min==1.  Fix search string.  Fix parentheses missing.
10577         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10579         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
10580         buffer for output.
10582 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
10584         * frame.el (frame-notice-user-settings): Avoid inflooping when the
10585         initial frame is minibuffer-less.  (Bug#14841)
10587 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
10589         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10590         option.
10592         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10593         (tramp-maybe-open-connection): Use it.
10595 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
10597         * desktop.el (desktop--make-frame): Include `minibuffer' in the
10598         minimal set of parameters passed when creating a frame, because
10599         the minibuffer status of a frame cannot be changed later.
10601 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
10603         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10604         replace-regexp-in-string and inadvertent omissions in previous change.
10605         (todo-filter-items): Ensure only file names are comma-separated in
10606         name of filtered items buffer.
10608 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
10610         * desktop.el: Optionally force offscreen frames back onscreen.
10611         (desktop-restoring-reuses-frames): New option.
10612         (desktop--compute-pos, desktop--move-onscreen): New functions.
10613         (desktop--make-frame): Use desktop--move-onscreen.
10615 2013-07-27  Alan Mackenzie  <acm@muc.de>
10617         Fontify a Java generic method as a function.
10618         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10619         value to t.
10621 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
10623         * calendar/todo-mode.el: Add command to rename todo files.
10624         (todo-rename-file): New command.
10625         (todo-key-bindings-t): Add key binding for it.  Change the
10626         bindings of todo-filter-regexp-items(-multifile) to use `x'
10627         instead of `r', since the latter is better suited to the new
10628         renaming command.
10630 2013-07-27  Alan Mackenzie  <acm@muc.de>
10632         Make Java try-with-resources statement parse properly.
10633         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10634         (c-block-stmt-1-2-key): New language constants/variables.
10635         * progmodes/cc-engine.el (c-beginning-of-statement-1)
10636         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10637         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10638         with c-block-stmt-1-2-key.
10640 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
10642         * desktop.el (desktop--make-frame): Apply most frame parameters after
10643         creating the frame to force (partially or totally) offscreen frames to
10644         be restored as such.
10646 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
10648         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10649         (Bug#14948)
10651 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10653         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10654         `base' arg of backtrace-frame.
10656 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
10658         * simple.el (list-processes): Doc fix.
10660 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
10662         * desktop.el (desktop--select-frame):
10663         Try harder to reuse existing frames.
10665 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10667         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10668         (edebug-eval): Use backtrace-eval.
10669         (edebug--display, edebug--recursive-edit): Don't let-bind the
10670         edebug-outer-* vars that keep track of variables we locally let-bind.
10671         (edebug-outside-excursion): Don't restore outside values of locally
10672         let-bound vars.
10673         (edebug--display): Use user-error.
10674         (cl-lexical-debug, cl-debug-env): Remove.
10676 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
10678         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10679         are restored to be sure that they are visible before deleting any
10680         remaining ones.
10682 2013-07-26  Matthias Meulien  <orontee@gmail.com>
10684         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10685         vc-print-root-log.  (Bug#14948)
10687 2013-07-26  Richard Stallman  <rms@gnu.org>
10689         Add aliases for encrypting mail.
10690         * epa.el (epa-mail-aliases): New option.
10691         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10692         Bind inhibit-read-only so read-only text doesn't ruin everything.
10693         (epa-mail-default-recipients): New subroutine broken out.
10694         Handle epa-mail-aliases.
10696 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10698         Add support for lexical variables to the debugger's `e' command.
10699         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10700         vars, except for debugger-outer-match-data.
10701         (debugger-frame-number): Move check for "on a function call" from
10702         callers into it.  Add `skip-base' argument.
10703         (debugger-frame, debugger-frame-clear): Simplify accordingly.
10704         (debugger-env-macro): Only reset the state stored in non-variables,
10705         i.e. current-buffer and match-data.
10706         (debugger-eval-expression): Rewrite using backtrace-eval.
10707         * subr.el (internal--called-interactively-p--get-frame): Remove.
10708         (called-interactively-p):
10709         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10710         `base' arg of backtrace-frame instead.
10712 2013-07-26  Glenn Morris  <rgm@gnu.org>
10714         * align.el (align-regexp): Doc fix.  (Bug#14857)
10715         (align-region): Explicit error if subexpression missing/does not match.
10717         * simple.el (global-visual-line-mode):
10718         Do not duplicate the mode lighter.  (Bug#14858)
10720 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
10722         * window.el (display-buffer): In display-buffer bind
10723         split-window-keep-point to t, bug#14829.
10725 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
10727         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10728         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10729         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10730         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10731         Change accordingly.
10732         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10733         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10735 2013-07-25  Glenn Morris  <rgm@gnu.org>
10737         * dired-x.el (dired-mark-extension): Convert comment to doc string.
10739 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
10741         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10742         parameter to modify-frame-parameters if the value has not changed;
10743         this is a workaround for bug#14949.
10744         (desktop--make-frame): On cl-delete-if call, check parameter name,
10745         not full parameter.
10747 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
10749         * vc/vc.el (vc-ignore): New function.
10751         * vc/vc-svn.el (vc-svn-ignore): New function.
10753         * vc/vc-hg.el (vc-hg-ignore): New function.
10755         * vc/vc-git.el (vc-git-ignore): New function.
10757         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10758         (vc-dir-ignore): New function.
10760         * vc/vc-cvs.el (vc-cvs-ignore): New function.
10761         (cvs-append-to-ignore): Move here from pcvs.el.
10763         * vc/vc-bzr.el (vc-bzr-ignore): New function.
10765         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10767 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
10769         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10770         (desktop-restore-frames): Warn when deleting an existing frame failed.
10772 2013-07-24  Glenn Morris  <rgm@gnu.org>
10774         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
10776 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
10778         * filenotify.el (file-notify-supported-p):
10779         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10780         Remove functions.
10782         * autorevert.el (auto-revert-use-notify)
10783         (auto-revert-notify-add-watch):
10784         * net/tramp.el (tramp-file-name-for-operation):
10785         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10786         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10787         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10788         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10789         Remove `file-notify-supported-p' entry.
10791 2013-07-24  Glenn Morris  <rgm@gnu.org>
10793         * printing.el: Replace all uses of deleted ps-windows-system,
10794         ps-lp-system, ps-flatten-list with lpr- versions.
10796 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10798         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10799         checked with memq (bug#14935).
10801         * files.el (revert-buffer-function): Use a non-nil default.
10802         (revert-buffer-preserve-modes): Declare var to
10803         provide access to the `preserve-modes' argument.
10804         (revert-buffer): Let-bind it.
10805         (revert-buffer--default): New function, extracted from revert-buffer.
10807 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10809         * lpr.el: Signal print errors more prominently.
10810         (print-region-function): Don't default to nil.
10811         (lpr-print-region): New function, extracted from print-region-1.
10812         Check lpr's return value and signal an error in case of problem.
10813         (print-region-1): Use it.
10814         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
10815         versions instead.
10816         (ps-printer-name): Default to nil.
10817         (ps-printer-name-option): Default to lpr-printer-switch.
10818         (ps-print-region-function): Don't default to nil.
10819         (ps-postscript-code-directory): Simplify default.
10820         (ps-do-despool): Use lpr-print-region to properly check the outcome.
10821         (ps-string-list, ps-eval-switch, ps-flatten-list)
10822         (ps-flatten-list-1): Remove.
10823         (ps-multibyte-buffer): Avoid setq.
10824         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10825         (print-region-function, ps-print-region-function): Don't set them here.
10827 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
10829         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10830         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10831         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10832         (ido-decorations): Doc fix.
10834         * ansi-color.el: Fix old URL.
10836 2013-07-23  Michael R. Mauger  <michael@mauger.com>
10838         * progmodes/sql.el: Version 3.3
10839         (sql-product-alist): Improve oracle :prompt-cont-regexp.
10840         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10841         (sql-interactive-remove-continuation-prompt): Rewrite, use
10842         functions above.  Fix continuation prompt and complete output line
10843         handling.
10844         (sql-redirect-one, sql-execute): Use `read-only-mode' on
10845         redirected output buffer.
10846         (sql-mode): Restore deleted code (Bug#13591).
10848 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
10850         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10852 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
10854         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10856         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10857         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10858         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10860 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
10862         * desktop.el (desktop-clear): Simplify; remove useless checks
10863         against invalid buffer names.
10864         (desktop-list*): Use cl-list*.
10865         (desktop-buffer-info, desktop-create-buffer): Simplify.
10867 2013-07-23  Leo Liu  <sdl.web@gmail.com>
10869         * bookmark.el (bookmark-make-record): Restore NAME as a default
10870         value.  (Bug#14933)
10872 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10874         * emacs-lisp/autoload.el (autoload--setup-output): New function,
10875         extracted from autoload--insert-text.
10876         (autoload--insert-text): Remove.
10877         (autoload--print-cookie-text): New function, extracted from
10878         autoload--insert-cookie-text.
10879         (autoload--insert-cookie-text): Remove.
10880         (autoload-generate-file-autoloads): Adjust calls accordingly.
10882         * winner.el (winner-hook-installed-p): Remove.
10883         (winner-mode): Simplify accordingly.
10885         * subr.el (add-to-list): Fix compiler-macro when `append' is
10886         not constant.  Don't use `cl-member' for the base case.
10888         * progmodes/subword.el: Fix boundary case (bug#13758).
10889         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
10890         own group.
10891         (subword-backward-regexp): Make it a constant.
10892         (subword-forward-internal): Don't treat a trailing capital as the
10893         beginning of a word.
10895 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
10897         * emacs-lisp/package.el (package-menu-mode): Don't modify the
10898         global value of tabulated-list-revert-hook (bug#14930).
10900 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
10902         * desktop.el: Require 'cl-lib.
10903         (desktop-before-saving-frames-functions): New hook.
10904         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10905         for frames being saved.  Rename from desktop--save-minibuffer-frames.
10906         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10907         Do not save frames with non-nil `desktop-dont-save' parameter.
10908         Filter out deleted frames.
10909         (desktop--find-frame): Use cl-find-if.
10910         (desktop--select-frame): Use cl-(first|second|third) to access values
10911         of desktop-mini.
10912         (desktop--make-frame): Use cl-delete-if.
10913         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10914         (desktop-restore-frames): Use cl-(first|second|third) to access values
10915         of desktop-mini.  Look for visible frame at the end, not while
10916         restoring frames.
10918         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10919         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10920         Use string-match-p, looking-at-p (bug#14927).
10922 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
10924         * desktop.el (desktop-saved-frame-states):
10925         Rename from desktop--saved-states; all users changed.
10926         (desktop-save-frames): Rename from desktop--save-frames.
10927         Do not save state to desktop file.
10928         (desktop-save): Save desktop-saved-frame-states to desktop file
10929         and reset to nil.
10930         (desktop-restoring-frames-p): New function.
10931         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
10932         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
10933         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
10935         * desktop.el: Correctly restore iconified frames.
10936         (desktop--filter-iconified-position): New function.
10937         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10939 2013-07-20  Glenn Morris  <rgm@gnu.org>
10941         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10942         Let `message' do the formatting.
10943         (def-gdb-preempt-display-buffer): Add explicit format.
10945         * image-dired.el (image-dired-track-original-file):
10946         Use with-current-buffer.
10947         (image-dired-track-thumbnail): Use with-current-buffer.
10948         Avoid changing point of wrong window.
10950         * image-dired.el (image-dired-track-original-file):
10951         Avoid changing point of wrong window.  (Bug#14909)
10953 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
10955         * progmodes/gdb-mi.el (gdb-done-or-error):
10956         Guard against "%" in gdb output.  (Bug#14127)
10958 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
10960         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10961         (Bug#14826)
10963         * international/mule.el (coding-system-iso-2022-flags): Fix last
10964         change.
10966 2013-07-20  Kenichi Handa  <handa@gnu.org>
10968         * international/mule.el (coding-system-iso-2022-flags):
10969         Add `8-bit-level-4'.  (Bug#8522)
10971 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973         * net/shr.el (shr-mouse-browse-url): New command and keystroke
10974         (bug#14815).
10976         * net/eww.el (eww-process-text-input): Allow inputting when the
10977         point is at the start of the line, as the properties aren't
10978         front-sticky.
10980         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10981         degenerate widths.
10983 2013-07-19  Richard Stallman  <rms@gnu.org>
10985         * epa.el (epa-popup-info-window): Doc fix.
10987         * subr.el (split-string): New arg TRIM.
10989 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
10991         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10992         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10994 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
10996         * filenotify.el (file-notify--library): Rename from
10997         `file-notify-support'.  Do not autoload.  Adapt all uses.
10998         (file-notify-supported-p): New defun.
11000         * autorevert.el (auto-revert-use-notify):
11001         Use `file-notify-supported-p' instead of `file-notify-support'.
11002         Adapt docstring.
11003         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11005         * net/tramp.el (tramp-file-name-for-operation):
11006         Add `file-notify-supported-p'.
11008         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11009         New defun.
11010         (tramp-sh-file-name-handler-alist): Add it as handler for
11011         `file-notify-supported-p '.
11013         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11014         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11015         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11016         Add `ignore' as handler for `file-notify-*' functions.
11018 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
11020         * simple.el (line-move-partial, line-move): Don't start vscroll or
11021         scroll-up if the current line is not taller than the window.
11022         (Bug#14881)
11024 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
11026         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11027         highlight question marks in the method names as strings.
11028         (ruby-block-beg-keywords): Inline.
11029         (ruby-font-lock-keyword-beg-re): Extract from
11030         `ruby-font-lock-keywords'.
11032 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
11034         * frame.el (blink-cursor-blinks): New defcustom.
11035         (blink-cursor-blinks-done): New defvar.
11036         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11037         (blink-cursor-timer-function): Check if number of blinks has been
11038         done on X and NS.
11039         (blink-cursor-suspend, blink-cursor-check): New defuns.
11041 2013-07-15  Glenn Morris  <rgm@gnu.org>
11043         * edmacro.el (edmacro-format-keys): Fix previous change.
11045 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11047         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11048         The hack didn't work outside English locales anyway.
11050 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
11052         * simple.el (define-alternatives): Rename from alternatives-define,
11053         per RMS' suggestion.
11055 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
11057         * desktop.el (desktop-restore-frames): Change default to t.
11058         (desktop-restore-in-current-display): Now offer more options.
11059         (desktop-restoring-reuses-frames): New customization option.
11060         (desktop--saved-states): Doc fix.
11061         (desktop-filter-parameters-alist): New variable, renamed and expanded
11062         from desktop--excluded-frame-parameters.
11063         (desktop--target-display): New variable.
11064         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11065         (desktop--filter-tty*, desktop--filter-*-color)
11066         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11067         (desktop--filter-save-desktop-parm)
11068         (desktop-restore-in-original-display-p): New functions.
11069         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11070         (desktop--save-minibuffer-frames): New function, inspired by a similar
11071         function from Martin Rudalics.
11072         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11073         (desktop--restore-in-this-display-p): Remove.
11074         (desktop--find-frame): Rename from desktop--find-frame-in-display
11075         and add predicate argument.
11076         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11077         (desktop--reuse-list): New variable.
11078         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11079         New functions.
11080         (desktop--restore-frames): Add support for "minibuffer-special" frames.
11082 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
11084         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11086 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
11088         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11089         Highlight conversion methods on Kernel.
11091 2013-07-13  Alan Mackenzie  <acm@muc.de>
11093         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11094         and comment it out.  This out-commenting enables certain C++
11095         declarations to be parsed correctly.
11097 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
11099         * international/mule.el (define-coding-system): Doc fix.
11101         * simple.el (default-font-height): Don't call font-info if the
11102         frame's default font didn't change since the frame was created.
11103         (Bug#14838)
11105 2013-07-13  Leo Liu  <sdl.web@gmail.com>
11107         * ido.el (ido-read-file-name): Guard against non-symbol value.
11109 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11111         * progmodes/python.el (python-imenu--build-tree): Fix corner case
11112         in nested defuns.
11114 2013-07-13  Leo Liu  <sdl.web@gmail.com>
11116         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11117         ido-set-matches call.  (Bug#6852)
11119 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
11121         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11122         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11123         Ruby 2.0.
11124         (ruby-font-lock-keywords): Distinguish calls to functions with
11125         module-like names from module references.  Highlight character
11126         literals.
11128 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
11130         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11131         (gdb-send): Handle continued commands.  (Bug#14847)
11133 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
11135         * desktop.el (desktop--v2s): Remove unused local variable.
11136         (desktop-save-buffer): Make defvar-local; adjust docstring.
11137         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11138         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11140 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
11142         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11144 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
11146         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11147         (Bug#14842)
11149 2013-07-12  Glenn Morris  <rgm@gnu.org>
11151         * doc-view.el: Require cl-lib at runtime too.
11152         (doc-view-remove-if): Remove.
11153         (doc-view-search-next-match, doc-view-search-previous-match):
11154         Use cl-remove-if.
11156         * edmacro.el: Require cl-lib at runtime too.
11157         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11158         (edmacro-mismatch, edmacro-subseq): Remove.
11160         * shadowfile.el: Require cl-lib.
11161         (shadow-remove-if): Remove.
11162         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11163         Use cl-remove-if.
11165         * wid-edit.el: Require cl-lib.
11166         (widget-choose): Use cl-remove-if.
11167         (widget-remove-if): Remove.
11169         * progmodes/ebrowse.el: Require cl-lib at runtime too.
11170         (ebrowse-delete-if-not): Remove.
11171         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11172         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11173         Use cl-delete-if-not.
11175 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
11177         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11178         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11180 2013-07-12  Leo Liu  <sdl.web@gmail.com>
11182         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
11184 2013-07-11  Glenn Morris  <rgm@gnu.org>
11186         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11187         (edebug-gensym-index, edebug-gensym):
11188         Remove reimplementation of cl-gensym.
11189         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11191         * thumbs.el: Require cl-lib at run-time too.
11192         (thumbs-gensym-counter, thumbs-gensym):
11193         Remove reimplementation of cl-gensym.
11194         (thumbs-temp-file): Use cl-gensym.
11196         * emacs-lisp/ert.el: Require cl-lib at runtime too.
11197         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11198         (ert--intersection, ert--set-difference, ert--set-difference-eq)
11199         (ert--union, ert--gensym-counter, ert--gensym-counter)
11200         (ert--coerce-to-vector, ert--remove*, ert--string-position)
11201         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11202         (ert-make-test-unbound, ert--expand-should-1)
11203         (ert--expand-should, ert--should-error-handle-error)
11204         (should-error, ert--explain-equal-rec)
11205         (ert--plist-difference-explanation, ert-select-tests)
11206         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11207         Use cl-lib functions rather than reimplementations.
11209 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
11211         * net/tramp.el (tramp-methods): Extend docstring.
11212         (tramp-connection-timeout): New defcustom.
11213         (tramp-error-with-buffer): Reset timestamp only when appropriate.
11214         (with-tramp-progress-reporter): Simplify.
11215         (tramp-process-actions): Improve messages.
11217         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11218         * net/tramp-sh.el (tramp-maybe-open-connection):
11219         Use `tramp-connection-timeout'.
11220         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11221         (Bug#14808)
11223 2013-07-11  Leo Liu  <sdl.web@gmail.com>
11225         * ido.el (ido-read-file-name): Conform to the requirements of
11226         read-file-name.  (Bug#11861)
11227         (ido-read-directory-name): Conform to the requirements of
11228         read-directory-name.
11230 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
11232         * subr.el (delay-warning): New function.
11234 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
11236         * simple.el (default-line-height): New function.
11237         (line-move-partial, line-move): Use it instead of computing the
11238         line height inline.
11239         (line-move-partial): Always compute ROWH.  If the last line is
11240         partially-visible, but its text is completely visible, allow
11241         cursor to enter such a partially-visible line.
11243 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
11245         Improve error messages.  (Bug#14808)
11247         * net/tramp.el (tramp-current-connection): New defvar, moved from
11248         tramp-sh.el.
11249         (tramp-message-show-progress-reporter-message): Remove, not
11250         needed anymore.
11251         (tramp-error-with-buffer): Show message in minibuffer.
11252         Discard input before waiting.  Reset connection timestamp.
11253         (with-tramp-progress-reporter): Improve messages.
11254         (tramp-process-actions): Use progress reporter.  Delete process in
11255         case of error.  Improve messages.
11257         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11258         Call `tramp-error-with-buffer' with vector and buffer.
11259         (tramp-current-connection): Remove.
11260         (tramp-maybe-open-connection): The car of
11261         `tramp-current-connection' are the first 3 slots of the vector.
11263 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
11265         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11266         inside continued strings.
11268 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11270         Timestamp fixes for undo (Bug#14824).
11271         * files.el (clear-visited-file-modtime): Move here from fileio.c.
11273 2013-07-10  Leo Liu  <sdl.web@gmail.com>
11275         * files.el (require-final-newline): Allow safe local value.
11276         (Bug#14834)
11278 2013-07-09  Leo Liu  <sdl.web@gmail.com>
11280         * ido.el (ido-read-directory-name): Handle fallback.
11281         (ido-read-file-name): Update DIR to ido-current-directory.
11282         (Bug#1516)
11283         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
11285 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
11287         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11288         "autoload".  Remove "warn lower camel case" section, previously
11289         commented out.  Highlight negation char.  Do not highlight the
11290         target in singleton method definitions.
11292 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11294         * faces.el (tty-setup-hook): Declare the hook.
11296         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11297         and detect when a guard/pred depends on local vars (bug#14773).
11298         (pcase--u1): Adjust caller.
11300 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
11302         * simple.el (line-move-partial, line-move): Account for
11303         line-spacing.
11304         (line-move-partial): Avoid setting vscroll when the last
11305         partially-visible line in window is of default height.
11307 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11309         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11310         been used a while.
11312 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
11314         * subr.el (read-quoted-char): Remove unused local variable `char'.
11316 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
11318         * vc/ediff.el (ediff-version): Version update.
11319         (ediff-files-command, ediff3-files-command, ediff-merge-command)
11320         (ediff-merge-with-ancestor-command, ediff-directories-command)
11321         (ediff-directories3-command, ediff-merge-directories-command)
11322         (ediff-merge-directories-with-ancestor-command): New functions.
11323         All are command-line interfaces to ediff: to facilitate calling
11324         Emacs with the appropriate ediff functions invoked.
11326         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11327         New function.
11328         (viper-save-kill-buffer): Check if buffer is modified.
11330         * emulation/viper.el (viper-version): Version update.
11331         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11333 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11335         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11336         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11337         (viper-intercept-ESC-key): Simplify.
11338         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11339         don't use kbd.
11340         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11341         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11342         (viper-setup-ESC-to-escape): New functions.
11343         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11344         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
11346 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
11348         * simple.el (default-font-height, window-screen-lines):
11349         New functions.
11350         (line-move, line-move-partial): Use them instead of
11351         frame-char-height and window-text-height.  This makes scrolling
11352         text smoother when the buffer's default face uses a font that is
11353         different from the frame's default font.
11355 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
11357         * files.el (write-file): Do not display confirm dialog for NS,
11358         it does its own dialog, which can't be canceled (Bug#14578).
11360 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
11362         * simple.el (line-move-partial): Adjust the row returned by
11363         posn-at-point for the current window-vscroll.  (Bug#14567)
11365 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
11367         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11368         (tramp-sh-file-inotifywait-process-filter): Handle file names with
11369         spaces.
11371 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
11373         * window.el (window-state-put-stale-windows): New variable.
11374         (window--state-put-2): Save list of windows without matching buffer.
11375         (window-state-put): Remove "bufferless" windows if possible.
11377 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
11379         * simple.el (alternatives-define): Remove leftover :group keyword.
11380         Tweak docstring.
11382 2013-07-06  Leo Liu  <sdl.web@gmail.com>
11384         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11385         (ido-enable-virtual-buffers): New variable.
11386         (ido-buffer-internal, ido-toggle-virtual-buffers)
11387         (ido-make-buffer-list): Use it.
11388         (ido-exhibit): Support turning on and off virtual buffers
11389         automatically.
11391 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
11393         * simple.el (alternatives-define): New macro.
11395 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11397         * subr.el (read-quoted-char): Use read-key.
11398         (sit-for): Let read-event decode tty input (bug#14782).
11400 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
11402         * calendar/todo-mode.el: Add handling of file deletion, both by
11403         mode command and externally.  Fix various related bugs.
11404         Clarify Commentary and improve some documentation strings and code.
11405         (todo-delete-file): New command.
11406         (todo-check-file): New function.
11407         (todo-show): Handle external deletion of the file we're trying to
11408         show (bug#14688).  Replace called-interactively-p by an optional
11409         prefix argument to avoid problematic interaction with catch form
11410         when byte compiled (bug#14702).
11411         (todo-quit): Handle external deletion of the archive's todo file.
11412         Make sure the buffer that was visiting the archive file is still
11413         live before trying to bury it.
11414         (todo-category-completions): Handle external deletion of any
11415         category completion files.
11416         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11417         of todo files, in case of external deletion.
11418         (todo-add-file): Replace unnecessary setq by let-binding.
11419         (todo-find-archive): Check whether there are any archives.
11420         Replace unnecessary setq by let-binding.
11421         (todo-archive-done-item): Use find-file-noselect to get the
11422         archive buffer whether or not the archive already exists.
11423         Remove superfluous code.  Use file size instead of buffer-file-name to
11424         check if the archive is new; if it is, update list of archives.
11425         (todo-default-todo-file): Allow nil to be a valid value for when
11426         there are no todo files.
11427         (todo-reevaluate-default-file-defcustom): Use corrected definition
11428         of todo-default-todo-file.
11429         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11430         (todo-delete-category, todo-show-categories-table)
11431         (todo-category-number): Clarify comment.
11432         (todo-filter-items): Clarify documentation string.
11433         (todo-show-current-file, todo-display-as-todo-file)
11434         (todo-reset-and-enable-done-separator): Tweak documentation string.
11435         (todo-done-separator): Make separator length window-width, since
11436         bug#2749 is now fixed.
11438 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
11440         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11441         Support both "gvfs-monitor-dir" and "inotifywait".
11442         (tramp-sh-file-inotifywait-process-filter): Rename from
11443         `tramp-sh-file-notify-process-filter'.
11444         (tramp-sh-file-gvfs-monitor-dir-process-filter)
11445         (tramp-get-remote-gvfs-monitor-dir): New defuns.
11447 2013-07-05  Leo Liu  <sdl.web@gmail.com>
11449         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11451 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11453         * frame.el (display-pixel-height, display-pixel-width)
11454         (display-mm-height, display-mm-width): Mention behavior on
11455         multi-monitor setups in docstrings.
11456         (w32-display-monitor-attributes-list): Declare function.
11457         (display-monitor-attributes-list): Use it.
11459 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
11461         * filenotify.el: New package.
11463         * autorevert.el (top): Require filenotify.el.
11464         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
11465         instead.
11466         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11467         (auto-revert-notify-handler): Use `file-notify-*' functions.
11469         * subr.el (file-notify-handle-event): Move function to filenotify.el.
11471         * net/tramp.el (tramp-file-name-for-operation):
11472         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11474         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11475         for `file-notify-add-watch' and `file-notify-rm-watch'.
11476         (tramp-process-sentinel): Improve trace.
11477         (tramp-sh-handle-file-notify-add-watch)
11478         (tramp-sh-file-notify-process-filter)
11479         (tramp-sh-handle-file-notify-rm-watch)
11480         (tramp-get-remote-inotifywait): New defuns.
11482 2013-07-03  Juri Linkov  <juri@jurta.org>
11484         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11485         call of `occur-read-primary-args' to interactive spec.
11487         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11488         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
11490 2013-07-03  Matthias Meulien  <orontee@gmail.com>
11492         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11493         `Buffer-menu-multi-occur'.  Add it to the menu.
11494         (Buffer-menu-mode): Document it in docstring.
11495         (Buffer-menu-multi-occur): New command.  (Bug#14673)
11497 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
11499         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11500         keywords and built-ins.
11502 2013-07-03  Glenn Morris  <rgm@gnu.org>
11504         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
11506         Make info-xref checks case-sensitive by default
11507         * info.el (Info-find-node, Info-find-in-tag-table)
11508         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11509         Add option for exact case matching of nodes.
11510         * info-xref.el (info-xref): New custom group.
11511         (info-xref-case-fold): New option.
11512         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11514 2013-07-03  Leo Liu  <sdl.web@gmail.com>
11516         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11518 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
11520         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11521         middle of block statement initially, lower the depth.  Remove
11522         FIXME comment, not longer valid.  Remove middle of block statement
11523         detection, no need to do that anymore since we've been using
11524         `ruby-parse-region' here.
11526 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
11528         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11530 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11532         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11534 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
11536         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11537         (desktop-restore-in-current-display): New customization option.
11538         (desktop--excluded-frame-parameters): Add `font'.
11539         (desktop--save-frames): Rename from desktop--save-windows.
11540         (desktop--restore-in-this-display-p): New function.
11541         (desktop--make-full-frame): Remove unwanted width/height from
11542         full(width|height) frames.
11543         (desktop--restore-frames): Rename from desktop--restore-windows.
11544         Obey desktop-restore-current-display.  Do not delete old frames or
11545         select a new frame unless we were able to restore at least one frame.
11547 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
11549         * files.el (find-file-noselect): Simplify conditional expression.
11551         * textmodes/remember.el (remember-append-to-file):
11552         Don't mix `find-buffer-visiting' and `get-file-buffer'.
11554         Add `remember-notes' function to store random notes across Emacs
11555         restarts.
11556         * textmodes/remember.el (remember-data-file): Add :set callback to
11557         affect notes buffer (if any).
11558         (remember-notes): New command.
11559         (remember-notes-buffer-name, bury-remember-notes-on-kill):
11560         New defcustoms for the `remember-notes' function.
11561         (remember-notes-save-and-bury-buffer): New command.
11562         (remember-notes-mode-map): New variable.
11563         (remember-mode): New minor mode.
11564         (remember-notes--kill-buffer-query): New function.
11565         * startup.el (initial-buffer-choice): Add notes to custom type.
11567 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
11569         * bindings.el (right-char, left-char): Don't call sit-for, this is
11570         no longer needed.  Use arithmetic comparison only for numerical
11571         arguments.
11573         * international/mule-cmds.el (select-safe-coding-system):
11574         Handle the case of FROM being a string correctly.  (Bug#14755)
11576 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11578         * net/shr.el (shr-make-table-1): Add a sanity check that allows
11579         progression on degenerate tables.
11580         (shr-rescale-image): ImageMagick animated images currently don't work.
11582 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
11584         Some fixes and improvements for desktop frame restoration.
11585         It is still experimental and disabled by default.
11586         * desktop.el (desktop--save-windows): Put the selected frame at
11587         the head of the list.
11588         (desktop--make-full-frame): New function.
11589         (desktop--restore-windows): Try to re-select the frame that was
11590         selected upon saving.  Do not abort if some frames fail to restore,
11591         just show an error message and continue.  Set up maximized frames
11592         so they have default non-maximized dimensions.
11594 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11596         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11597         Don't start heredoc inside a string or comment.
11599 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
11601         * bindings.el (visual-order-cursor-movement): New defcustom.
11602         (right-char, left-char): Provide visual-order cursor motion by
11603         calling move-point-visually.  Update the doc strings.
11605 2013-06-28  Kenichi Handa  <handa@gnu.org>
11607         * international/mule.el (define-coding-system): New coding system
11608         properties :inhibit-null-byte-detection,
11609         :inhibit-iso-escape-detection, and :prefer-utf-8.
11610         (set-buffer-file-coding-system): If :charset-list property of
11611         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11612         appropriate for setting.
11614         * international/mule-cmds.el (select-safe-coding-system):
11615         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11616         multibyte characters, return utf-8 (or one of its siblings).
11618         * international/mule-conf.el (prefer-utf-8): New coding system.
11619         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11620         files.
11622 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
11624         * net/shr.el (shr-render-region): New function.
11626         * net/eww.el: Autoload `eww-browse-url'.
11628 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
11630         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11631         Adapt to `package-desc-version' being a list.
11632         Use `package--ac-desc-version' to retrieve version from a package
11633         archive element.
11635 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
11637         New experimental feature to save&restore window and frame setup.
11638         * desktop.el (desktop-save-windows): New defcustom.
11639         (desktop--saved-states): New var.
11640         (desktop--excluded-frame-parameters): New defconst.
11641         (desktop--filter-frame-parms, desktop--find-frame-in-display)
11642         (desktop--restore-windows, desktop--save-windows): New functions.
11643         (desktop-save): Call `desktop--save-windows'.
11644         (desktop-read): Call `desktop--restore-windows'.
11646 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11648         * net/shr.el (add-face-text-property): Remove compat definition.
11650 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
11652         * info.el (Info-try-follow-nearest-node): Move search for footnote
11653         above search for node name to prevent missing a footnote (bug#14717).
11655 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
11657         * obsolete/otodo-mode.el: Add obsolescence info to file header.
11659 2013-06-27  Leo Liu  <sdl.web@gmail.com>
11661         * net/eww.el (eww-read-bookmarks): Check file size.
11663 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11665         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11666         advice--pending if newdef is nil or an autoload (bug#13820).
11667         (advice-mapc): New function.
11669 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11671         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11672         probably.
11673         (eww-mode-map): Add a menu bar.
11674         (eww-add-bookmark): New command.
11675         (eww-bookmark-mode): New mode and commands.
11676         (eww-add-bookmark): Remove newlines from the title.
11677         (eww-bookmark-browse): Don't bug out if it's the only window.
11679 2013-06-26  Glenn Morris  <rgm@gnu.org>
11681         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11682         (hfy-size): Handle ttys.  (Bug#14668)
11684         * info-xref.el: Update for Texinfo 5 change in *note format.
11685         (info-xref-node-re, info-xref-note-re): New constants.
11686         (info-xref-check-buffer): Use info-xref-note-re.
11688 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11690         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11692         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11693         nil terminate the loop (bug#14718).
11695 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697         * net/eww.el: Rework history traversal.  When going forward/back,
11698         put these actions into the history, too, so that they can be
11699         replayed.
11700         (eww-render): Move the history reset to the correct buffer.
11702 2013-06-25  Juri Linkov  <juri@jurta.org>
11704         * files-x.el (modify-dir-local-variable): Change the header comment
11705         in the file with directory local variables.  (Bug#14692)
11707         * files-x.el (read-file-local-variable-value): Add `default'.
11708         (Bug#14710)
11710 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712         * net/eww.el (eww-make-unique-file-name): Create a unique file
11713         name before saving to entering `y' accidentally asynchronously.
11715 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
11717         * net/eww.el (eww-download): New command and keystroke.
11719 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11721         * net/eww.el (eww-copy-page-url): Change name of command.
11723         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11724         be more consistent with Info and dired.
11726         * net/eww.el (eww-mode-map): Ditto.
11728 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11730         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
11731         packages from archives.
11732         (package-archive-contents): Change format; include obsolete packages.
11733         (package-desc): Use `dir' to mark builtin packages.
11734         (package--from-builtin): Set the `dir' field to `builtin'.
11735         (generated-autoload-file, version-control): Declare.
11736         (package-compute-transaction): Change first arg and return value to be
11737         lists of package-descs.  Adjust to new package-archive-contents format.
11738         (package--add-to-archive-contents): Adjust to new
11739         package-archive-contents format.
11740         (package-download-transaction): Arg is now a list of package-descs.
11741         (package-install): If `pkg' is a package name, pass it as
11742         a requirement, so it is subject to the usual (e.g. disabled) checks.
11743         (describe-package): Accept package-desc as well.
11744         (describe-package-1): Describe a specific package-desc.  Add links to
11745         other package-descs for the same package name.
11746         (package-menu-describe-package): Pass the actual package-desc.
11747         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11748         works correctly.
11749         (package-desc-status): New function.
11750         (package-menu--refresh): New function, extracted
11751         from package-menu--generate.
11752         (package-menu--generate): Use it.
11753         (package-delete): Update package-alist.
11754         (package-menu-execute): Don't call package-initialize.
11756         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11757         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11758         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11759         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11760         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11761         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11763 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
11765         * window.el (window--state-get-1): Workaround for bug#14527.
11766         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11768 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11770         * net/eww.el (eww-back-url): Implement the history by stashing all
11771         the data into a list.
11772         (eww-forward-url): Allow going forward in the history, too.
11774 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11776         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11777         for values and use read--expression for expressions (bug#14710).
11778         (read-file-local-variable): Avoid setq.
11779         (read-file-local-variable-mode): Use minor-mode-list.
11781 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11783         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11784         for DOI URLs.
11786 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11788         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11789         Update imenu-support when dialect changes.
11791 2013-06-25  Leo Liu  <sdl.web@gmail.com>
11793         * ido.el (ido-read-internal): Allow forward slash on windows.
11795 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11797         * net/eww.el (eww): Start of strings is \\`, not ^.
11799 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
11801         * net/shr.el (shr-browse-url): Fix interactive spec.
11803         * net/eww.el (eww): Add a trailing slash to domain names.
11805 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
11807         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11809 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811         * net/shr.el (shr-browse-url): Use an external browser if given a
11812         prefix.
11814         * net/eww.el (eww-external-browser): Move to shr.
11816 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
11818         * net/eww.el (eww): Work more correctly for file: URLs.
11819         (eww-detect-charset): Allow quoted charsets.
11820         (eww-yank-page-url): New command and keystroke.
11822 2013-06-24  Daiki Ueno  <ueno@gnu.org>
11824         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11825         file name of gpg executable.
11826         (epg-context-program): New function.
11827         (epg-context-home-directory): New function.
11828         (epg-context-set-program): New function.
11829         (epg-context-set-home-directory): New function.
11830         (epg--start): Use `epg-context-program' instead of
11831         'epg-gpg-program'.
11832         (epg--list-keys-1): Likewise.
11834 2013-06-24  Leo Liu  <sdl.web@gmail.com>
11836         * ido.el (ido-read-internal): Fix bug#14620.
11838 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
11840         * faces.el (face-documentation): Simplify.
11841         (read-face-attribute, tty-find-type, x-resolve-font-name):
11842         Use `string-match-p'.
11843         (list-faces-display): Use `string-match-p'.  Simplify.
11844         (face-spec-recalc): Check face to avoid face alias loops.
11845         (read-color): Use `string-match-p' and non-capturing parenthesis.
11847 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849         * net/shr.el (shr-rescale-image): Use the new
11850         :max-width/:max-height functionality.
11852 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
11854         * net/eww.el (eww-search-prefix): New variable.
11855         (eww): Use it.
11856         (eww-external-browser): New variable.
11857         (eww-mode-map): New keystroke.
11858         (eww-browse-with-external-browser): New command.
11860         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11862 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
11864         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11865         Don't skip aligning the next header field when padding is 0;
11866         otherwise, field width is not respected unless the title is as
11867         wide as the field.
11869 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11871         * emacs-lisp/package.el (package-el-version): Remove.
11872         (package-process-define-package): Fix inf-loop.
11873         (package-install): Allow symbols as arguments again.
11875 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
11877         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11878         add some more keyword-like methods.
11879         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11881 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
11883         * bs.el (bs-buffer-show-mark): Make defvar-local.
11884         (bs-mode): Use setq-local.
11886         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11887         (emacs-lock--try-unlocking): Make defvar-local.
11889 2013-06-22  Glenn Morris  <rgm@gnu.org>
11891         * play/cookie1.el (cookie-apropos): Minor simplification.
11893         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11895 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
11897         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11898         `regexp-opt', it breaks the build during dumping.
11900 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
11902         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11903         Highlight keyword-like methods on Kernel and Module with
11904         font-lock-builtin-face.
11905         (auto-mode-alist): Consolidate different entries into one regexp
11906         and add more *file-s.
11908 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
11910         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11912         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11913         (diary-entry): Use it in the action of this button type instead of
11914         diary-goto-entry.
11916         * calendar/todo-mode.el: New version.
11917         (todo-add-category): Append new category to end of file and give
11918         it the highest number, instead of putting it at the beginning and
11919         giving it 0.  Incorporate noninteractive functionality.
11920         (todo-forward-category): Adapt to 1-based category numbering.
11921         Allow skipping over archived categories.
11922         (todo-backward-category): Derive from todo-forward-category.
11923         (todo-backward-item, todo-forward-item): Make noninteractive and
11924         delegate interactive part to new commands.  Make sensitive to done items.
11925         (todo-categories): Make value an alist of category names and
11926         vectors of item counts.
11927         (todo-category-beg): Make a defconst.
11928         (todo-category-number): Use 1 instead of 0 as initial value.
11929         (todo-category-select): Make sensitive to overlays, optional item
11930         highlighting and done items.
11931         (todo-delete-item): Make sensitive to overlays and marked and done items.
11932         (todo-edit-item): Make sensitive to overlays and editing of
11933         date/time header optional.  Add format checks.
11934         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
11935         no-op if point is not on an item.  Advertise using todo-edit-quit.
11936         (todo-edit-mode): Make sensitive to new format, font-locking, and
11937         multiple todo files.
11938         (todo-insert-item, todo-insert-item-here): Derive from
11939         todo-basic-insert-item and extend functionality.
11940         (todo-item-end, todo-item-start): Make sensitive to done items.
11941         (todo-item-string): Don't return text properties.  Restore point.
11942         (todo-jump-to-category): Make sensitive to multiple todo files and
11943         todo archives.  Use extended category completion.
11944         (todo-lower-item, todo-raise-item): Rename to *-priority and
11945         derive from todo-set-item-priority.
11946         (todo-mode): Derive from special-mode.  Make sensitive to new
11947         format, font-locking and multiple todo files.  Make read-only.
11948         (todo-mode-map): Don't suppress digit keys, so they can supply
11949         prefix arguments.  Add many new key bindings.
11950         (todo-prefix): Insert as an overlay instead of file text.
11951         Change semantics from diary date expression to purely visual mark.
11952         (todo-print): Rename to todo-print-buffer.  Make buffer display
11953         features printable.  Remove option to restrict number of items
11954         printed.  Add option to print to file.
11955         (todo-print-function): Rename to todo-print-buffer-function.
11956         (todo-quit): Extend to handle exiting new todo modes.
11957         (todo-remove-item): Make sensitive to overlays.
11958         (todo-save): Extend to buffers of filtered items.
11959         (todo-show): Make sensitive to done items, multiple todo files and
11960         new todo modes.  Offer to convert legacy todo file before creating
11961         first new todo file.
11962         (todo-show-priorities): Rename to todo-top-priorities.
11963         Change semantics of value 0.
11964         (todo-top-priorities): Rename to todo-filter-top-priorities,
11965         derive from todo-filter-items and extend functionality.
11966         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11967         and extend functionality to other types of filtered items.
11968         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11969         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11970         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11971         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11972         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11973         (todo-edit-mode-hook, todo-entry-prefix-function)
11974         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11975         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11976         (todo-initials, todo-insert-threshold, todo-item-string-start)
11977         (todo-line-string, todo-menu, todo-mode-hook)
11978         (todo-more-important-p, todo-previous-answer, todo-previous-line)
11979         (todo-print-priorities, todo-remove-separator)
11980         (todo-save-top-priorities-too, todo-string-count-lines)
11981         (todo-string-multiline-p, todo-time-string-format)
11982         (todo-tmp-buffer-name): Remove.
11983         (todo-add-file, todo-archive-done-item, todo-choose-archive)
11984         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11985         (todo-edit-category-diary-inclusion)
11986         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11987         (todo-edit-file, todo-edit-item-date-day)
11988         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11989         (todo-edit-item-date-month, todo-edit-item-date-to-today)
11990         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11991         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11992         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11993         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11994         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11995         (todo-filter-top-priorities-multifile, todo-find-archive)
11996         (todo-find-filtered-items-file, todo-go-to-source-item)
11997         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11998         (todo-jump-to-archive-category, todo-lower-category)
11999         (todo-mark-category, todo-marked-item-p, todo-merge-category)
12000         (todo-move-category, todo-move-item, todo-next-button)
12001         (todo-next-item, todo-padded-string, todo-powerset)
12002         (todo-previous-button, todo-previous-item)
12003         (todo-print-buffer-to-file, todo-raise-category)
12004         (todo-rename-category, todo-repair-categories-sexp, todo-search)
12005         (todo-set-category-number, todo-set-item-priority)
12006         (todo-set-top-priorities-in-category)
12007         (todo-set-top-priorities-in-file, todo-show-categories-table)
12008         (todo-sort-categories-alphabetically-or-numerically)
12009         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12010         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12011         (todo-toggle-item-header, todo-toggle-item-highlighting)
12012         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12013         (todo-toggle-view-done-items, todo-toggle-view-done-only)
12014         (todo-unarchive-items, todo-unmark-category): New commands.
12015         (todo-absolute-file-name, todo-add-to-buffer-list)
12016         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12017         (todo-basic-insert-item, todo-category-completions)
12018         (todo-category-number, todo-category-string-matcher-1)
12019         (todo-category-string-matcher-2, todo-check-filtered-items-file)
12020         (todo-check-format, todo-clear-matches)
12021         (todo-comment-string-matcher, todo-convert-legacy-date-time)
12022         (todo-current-category, todo-date-string-matcher)
12023         (todo-define-insertion-command, todo-diary-expired-matcher)
12024         (todo-diary-goto-entry, todo-diary-item-p)
12025         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12026         (todo-display-categories, todo-display-sorted, todo-done-item-p)
12027         (todo-done-item-section-p, todo-done-separator)
12028         (todo-done-string-matcher, todo-files, todo-filter-items)
12029         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12030         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12031         (todo-insert-category-line, todo-insert-item-from-calendar)
12032         (todo-insert-sort-button, todo-insert-with-overlays)
12033         (todo-insertion-command-name, todo-insertion-key-bindings)
12034         (todo-label-to-key, todo-longest-category-name-length)
12035         (todo-make-categories-list, todo-mode-external-set)
12036         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12037         (todo-modes-set-3, todo-multiple-filter-files)
12038         (todo-nondiary-marker-matcher, todo-prefix-overlays)
12039         (todo-read-category, todo-read-date, todo-read-dayname)
12040         (todo-read-file-name, todo-read-time)
12041         (todo-reevaluate-category-completions-files-defcustom)
12042         (todo-reevaluate-default-file-defcustom)
12043         (todo-reevaluate-filelist-defcustoms)
12044         (todo-reevaluate-filter-files-defcustom)
12045         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12046         (todo-reset-done-separator, todo-reset-done-separator-string)
12047         (todo-reset-done-string, todo-reset-global-current-todo-file)
12048         (todo-reset-highlight-item, todo-reset-nondiary-marker)
12049         (todo-reset-prefix, todo-set-categories)
12050         (todo-set-date-from-calendar, todo-set-show-current-file)
12051         (todo-set-top-priorities, todo-short-file-name)
12052         (todo-show-current-file, todo-sort, todo-time-string-matcher)
12053         (todo-total-item-counts, todo-update-buffer-list)
12054         (todo-update-categories-display, todo-update-categories-sexp)
12055         (todo-update-count, todo-validate-name, todo-y-or-n-p):
12056         New functions.
12057         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12058         New major modes.
12059         (todo-categories, todo-display, todo-edit, todo-faces)
12060         (todo-filtered): New defgroups.
12061         (todo-archived-only, todo-button, todo-category-string, todo-date)
12062         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12063         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12064         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12065         (todo-add-item-if-new-category, todo-always-add-time-string)
12066         (todo-categories-align, todo-categories-archived-label)
12067         (todo-categories-category-label, todo-categories-diary-label)
12068         (todo-categories-done-label, todo-categories-number-separator)
12069         (todo-categories-todo-label, todo-categories-totals-label)
12070         (todo-category-completions-files, todo-completion-ignore-case)
12071         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12072         (todo-done-separator-string, todo-done-string)
12073         (todo-files-function, todo-filter-done-items, todo-filter-files)
12074         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12075         (todo-initial-category, todo-initial-file, todo-item-mark)
12076         (todo-legacy-date-time-regexp, todo-mode-line-function)
12077         (todo-nondiary-marker, todo-number-prefix)
12078         (todo-print-buffer-function, todo-show-current-file)
12079         (todo-show-done-only, todo-show-first, todo-show-with-done)
12080         (todo-skip-archived-categories, todo-top-priorities-overrides)
12081         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12082         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12083         New defcustoms.
12084         (todo-category-done, todo-date-pattern, todo-date-string-start)
12085         (todo-diary-items-buffer, todo-done-string-start)
12086         (todo-filtered-items-buffer, todo-item-start)
12087         (todo-month-abbrev-array, todo-month-name-array)
12088         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12089         (todo-top-priorities-buffer): New defconsts.
12090         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12091         (todo-categories-with-marks, todo-category-string-face)
12092         (todo-comment-face, todo-comment-string, todo-current-todo-file)
12093         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12094         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12095         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12096         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12097         (todo-font-lock-keywords, todo-global-current-todo-file)
12098         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12099         (todo-insertion-commands-args)
12100         (todo-insertion-commands-args-genlist)
12101         (todo-insertion-commands-names, todo-insertion-map)
12102         (todo-key-bindings-t, todo-key-bindings-t+a)
12103         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12104         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12105         (todo-nondiary-face, todo-print-buffer, todo-time-face)
12106         (todo-visited): New variables.
12108 2013-06-21  Glenn Morris  <rgm@gnu.org>
12110         * play/cookie1.el (cookie-apropos): Add optional display argument.
12111         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12112         (psychoanalyze-pinhead): Use cookie-doctor.
12114 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12116         * emacs-lisp/package.el (tar-get-file-descriptor)
12117         (tar--extract): Declare.
12119 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
12121         Extend flymake's warning predicate to be a function (bug#14217).
12122         * progmodes/flymake.el (flymake-warning-predicate): New.
12123         (flymake-parse-line): Use it.
12124         (flymake-warning-re): Make obsolete alias to
12125         `flymake-warning-predicate'.
12127 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12129         * emacs-lisp/package.el (package-alist): Include obsolete packages.
12130         (package-obsolete-list): Remove.
12131         (package-activate): Remove min-version argument.  Add `force' argument.
12132         Adjust to new package-alist format.
12133         (package-mark-obsolete): Remove.
12134         (package-unpack): Force reload of the package's autoloads.
12135         (package-installed-p): Check builtins if the installed package is not
12136         recent enough.
12137         (package-initialize): Don't reset package-obsolete-list.
12138         Don't specify which package version to activate.
12139         (package-process-define-package, describe-package-1)
12140         (package-menu--generate): Adjust to new package-alist format.
12142 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12144         * allout-widgets.el (allout-widgets-mode-off)
12145         (allout-widgets-mode-on, allout-widgets-pre-command-business)
12146         (allout-widgets-post-command-business)
12147         (allout-widgets-after-copy-or-kill-function)
12148         (allout-widgets-after-undo-function, allout-test-range-overlaps)
12149         (allout-decorate-item-and-context)
12150         (allout-graphics-modification-handler): Fix typos in docstrings.
12151         (allout-get-or-create-parent-widget): Use `looking-at-p'.
12153         * cmuscheme.el (scheme-start-file): Doc fix.
12154         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12155         (scheme-input-filter): Use `string-match-p'.
12157         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12159         * dired-x.el: Use Dired consistently in docstrings.
12161         * dired.el: Use Dired consistently in docstrings.
12162         (dired-readin, dired-mode): Use `setq-local'.
12163         (dired-switches-alist): Make defvar-local.
12164         (dired-buffers-for-dir): Use `zerop'.
12165         (dired-safe-switches-p, dired-switches-escape-p)
12166         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12167         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12168         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12169         (dired-goto-next-nontrivial-file): Use `string-match-p'.
12170         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12171         (dired-toggle-marks, dired-mark-files-containing-regexp)
12172         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12173         (dired-flag-auto-save-files, dired-flag-backup-files):
12174         Use `looking-at-p'.
12175         (dired-mark-files-regexp, dired-build-subdir-alist):
12176         Use `string-match-p', `looking-at-p'.
12178         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12179         (direct-print-region-helper): Use `string-match-p'.
12181 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12183         * comint.el (comint-redirect-results-list-from-process):
12184         Fix infinite loop.
12186 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12188         * net/eww.el (eww-update-header-line-format): Quote % characters.
12190 2013-06-21  Glenn Morris  <rgm@gnu.org>
12192         * play/cookie1.el (cookie): New custom group.
12193         (cookie-file): New option.
12194         (cookie-check-file): New function.
12195         (cookie): Make it interactive.  Make start and end messages optional.
12196         Interactively, display the result.  Default to cookie-file.
12197         (cookie-insert): Default to cookie-file.
12198         (cookie-snarf): Make start and end messages optional.
12199         Default to cookie-file.  Use with-temp-buffer.
12200         (cookie-read): Rename from read-cookie.
12201         Make start and end messages optional.  Default to cookie-file.
12202         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
12203         Do not autoload it.
12204         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12205         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12207 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12209         * progmodes/octave.el (octave-mode): Backward compatibility fix.
12211 2013-06-21  Glenn Morris  <rgm@gnu.org>
12213         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12215 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12216             Daniel Hackney  <dan@haxney.org>
12218         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12219         Consolidate the single-file vs tarball code.
12220         (package-desc-suffix): New function.
12221         (package-desc-full-name): Don't bother inlining it.
12222         (package-load-descriptor): Return the new package-desc.
12223         (package-mark-obsolete): Remove unused arg `package'.
12224         (package-unpack): Make it work for single files as well.
12225         Make it update package-alist.
12226         (package--make-autoloads-and-stuff): Rename from
12227         package--make-autoloads-and-compile.  Don't compile any more.
12228         (package--compile): New function.
12229         (package-generate-description-file): New function, extracted from
12230         package-unpack-single.
12231         (package-unpack-single): Remove.
12232         (package--with-work-buffer): Add indentation and debugging info.
12233         (package-download-single): Remove.
12234         (package-install-from-archive): Rename from package-download-tar, make
12235         it take a pkg-desc, and make it work for single files as well.
12236         (package-download-transaction): Simplify.
12237         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
12238         external tar program.
12239         (package-install-from-buffer): Remove `pkg-desc' argument.
12240         Use package-tar-file-info for tar-mode buffers.
12241         (package-install-file): Simplify accordingly.
12242         (package-archive-base): Change to take a pkg-desc.
12243         * tar-mode.el (tar--check-descriptor): New function, extracted from
12244         tar-get-descriptor.
12245         (tar-get-descriptor): Use it.
12246         (tar-get-file-descriptor): New function.
12247         (tar--extract): New function, extracted from tar-extract.
12248         (tar--extract): Use it.
12249         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12250         case the summary uses non-ascii.  Adjust to new calling convention of
12251         package-tar-file-info.
12253 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12255         * comint.el (comint-redirect-results-list-from-process):
12256         Fix random delay.  (Bug#14681)
12258 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12260         * profiler.el (profiler-format-number): Use log, not log10.
12262 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12264         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12266 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12269         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12270         yet available.
12271         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12272         (AUTOGENEL): ... here.
12273         * emacs-lisp/cl-macs.el (cl--sublis): New function.
12274         (cl--defsubst-expand): Use it.
12276 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12278         * subr.el (log10): Move here from C code, and declare as obsolete.
12279         All uses of (log10 X) replaced with (log X 10).
12281 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12283         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12284         Declare with `defvar-local'.
12285         (tabulated-list-use-header-line, tabulated-list-entries)
12286         (tabulated-list-padding, tabulated-list-printer)
12287         (tabulated-list-sort-key): Declare with `defvar-local'.
12288         (tabulated-list-init-header, tabulated-list-print-fake-header):
12289         Use `setq-local'.
12291 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
12293         * arc-mode.el (archive-mode): Add `archive-write-file' to
12294         `write-contents-functions' also for remote files.  (Bug#14652)
12296 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12298         * cus-edit.el (custom-commands): Fix typos.
12299         (custom-display): Fix tooltip text.
12300         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12301         Fix typos in docstrings.
12302         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12303         (custom-unlispify-menu-entry, custom-magic-value-create)
12304         (custom-add-see-also, custom-group-value-create): Use ?\s.
12305         (custom-guess-type, customize-apropos, editable-field)
12306         (custom-face-value-create): Use `string-match-p'.
12307         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12309         * custom.el (custom-load-symbol): Use `string-match-p'.
12311         * ansi-color.el: Convert to lexical binding.
12312         (ansi-colors): Fix URL.
12313         (ansi-color-context, ansi-color-context-region): Use defvar-local.
12314         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12315         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12317 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12319         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12321         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12323 2013-06-19  Tom Tromey  <tromey@redhat.com>
12325         * net/eww.el (eww-top-url): Remove.
12326         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12327         (eww-render): Set new variables.  Don't set eww-top-url.
12328         (eww-handle-link): Handle "prev", "home", and "contents".
12329         Downcase the rel text.
12330         (eww-top-url): Choose best top URL.
12332 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12334         * net/eww.el: Rewrite to implement form elements "by hand" instead of
12335         relying in widget.el.  Using widget.el leads to too many
12336         user interface inconsistencies.
12337         (eww-self-insert): Implement entering commands in text fields.
12338         (eww-process-text-input): New function to make text input field editing
12339         work.
12340         (eww-submit): Rewrite to use the new-style form methods.
12341         (eww-select-display): Display the correct selected item.
12342         (eww-change-select): Implement changing the select value.
12343         (eww-toggle-checkbox): Implement radio/checkboxes.
12344         (eww-update-field): Fix compilation error.
12345         (eww-tag-textarea): Implement <textarea>.
12347         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12348         we don't shadow mode-specific bindings.
12350         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12351         nothing to push.
12353         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12355 2013-06-19  Glenn Morris  <rgm@gnu.org>
12357         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12359 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
12361         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12362         not needed.
12364         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12366 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12368         * net/browse-url.el (browse-url-browser-function):
12369         `eww-browse-url' has the right calling signature, `eww' does not.
12371 2013-06-19  Glenn Morris  <rgm@gnu.org>
12373         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12374         Only eval autoloaded macros.
12375         (byte-compile-autoload): Only give the macro warning for macros.
12377         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12378         (ps-underlined-faces): Declare.
12380         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12381         (speedbar-add-supported-extension): Declare.
12383         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12384         Don't include a date stamp in the header of the generated file;
12385         it leads to needless differences between output files.
12387 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
12389         * net/secrets.el (secrets-struct-secret-content-type):
12390         Replace check of introspection data by a test call of "CreateItem".
12391         Some servers do not offer introspection.
12393 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12395         * electric.el (electric-pair-mode): Improve interaction with
12396         electric-layout-mode.
12397         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12398         (electric-pair-syntax): Use text-mode-syntax-table in comments
12399         and strings.
12400         (electric-pair--insert): New function.
12401         (electric-pair-post-self-insert-function): Use it and
12402         electric--after-char-pos.
12404 2013-06-19  Leo Liu  <sdl.web@gmail.com>
12406         * progmodes/octave.el (octave-help): Fix regexp.
12408 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12410         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12411         (shr-table-horizontal-line): Allow nil as a value, and change the
12412         default.
12413         (shr-insert-table-ruler): Respect the nil value.
12415 2013-06-18  Tom Tromey  <tromey@barimba>
12417         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12418         New defvars.
12419         (eww-open-file): New defun.
12420         (eww-render): Initialize new variables.
12421         (eww-display-html): Handle "link" and "a".
12422         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12423         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
12424         (eww-back-url): Rename from eww-previous-url.
12425         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12426         New defuns.
12428 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
12430         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12431         Distinguish ternary operator tokens from slash symbol and slash
12432         char literal.
12434 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
12436         Convert symbol prettification into minor mode and global minor mode.
12438         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12439         `prog-prettify-symbols', and make a local defvar instead of defcustom.
12440         (prettify-symbols--keywords): Rename from
12441         `prog-prettify-symbols-alist' and make a local defvar.
12442         (prettify-symbols--compose-symbol): Rename from
12443         `prog--prettify-font-lock-compose-symbol'.
12444         (prettify-symbols--make-keywords): Rename from
12445         `prog-prettify-font-lock-symbols-keywords' and simplify.
12446         (prog-prettify-install): Remove.
12447         (prettify-symbols-mode): New minor mode, based on
12448         `prog-prettify-install'.
12449         (turn-on-prettify-symbols-mode): New function.
12450         (global-prettify-symbols-mode): New globalized minor mode.
12452         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12453         * progmodes/cfengine.el (cfengine3-mode):
12454         * progmodes/perl-mode.el (perl-mode): Don't call
12455         `prog-prettify-install'; set `prettify-symbols-alist' instead.
12457 2013-06-18  Juri Linkov  <juri@jurta.org>
12459         * files-x.el (modify-file-local-variable-message): New function.
12460         (modify-file-local-variable)
12461         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12462         and call `modify-file-local-variable-message' when it's non-nil.
12463         (add-file-local-variable, delete-file-local-variable)
12464         (add-file-local-variable-prop-line)
12465         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12466         and use it.  (Bug#9820)
12468 2013-06-18  Juri Linkov  <juri@jurta.org>
12470         * emulation/vi.el (vi-shell-op):
12471         * emulation/vip.el (vip-execute-com, ex-command):
12472         * emulation/viper-cmd.el (viper-exec-bang):
12473         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12474         the call of `shell-command-on-region'.  (Bug#14637)
12476         * simple.el (shell-command-on-region): Doc fix.
12478 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12480         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12481         (bug#14633).
12483 2013-06-18  Glenn Morris  <rgm@gnu.org>
12485         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12487         * newcomment.el (comment-search-forward, comment-search-backward):
12488         Doc fix.  (Bug#14376)
12490 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
12492         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12493         (buffer-face-mode-invoke): Doc fix.
12495 2013-06-18  Matthias Meulien  <orontee@gmail.com>
12497         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12498         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12500 2013-06-18  Glenn Morris  <rgm@gnu.org>
12502         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12503         Replace obsolete function generic-make-keywords with its expansion.
12505         * progmodes/python.el (ffap-alist): Declare.
12507         * textmodes/reftex.el (bibtex-mode-map): Declare.
12509 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12512         (package-unpack, package-unpack-single): Return the pkg-dir.
12513         (package-download-transaction): Use it to update package-alist.
12515 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12517         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12518         possible choice.
12520 2013-06-17  Juri Linkov  <juri@jurta.org>
12522         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12524 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
12526         * emacs-lisp/package.el (package-load-descriptor):
12527         Remove `with-syntax-table' call, `read' doesn't need it.
12528         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12530 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
12532         * startup.el (command-line): Expand package name returned by
12533         `package--description-file' (bug#14639).
12535 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
12537         * emacs-lisp/package.el (package-load-descriptor): Do not call
12538         `emacs-lisp-mode', just use its syntax table.
12540 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
12542         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12543         `font-lock-extra-managed-props' if any prettifying keyword is added.
12544         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12545         (prog-mode): Use `setq-local'.
12547 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12549         * international/characters.el (standard-case-table): Set syntax of ?»
12550         and ?« to punctuation.
12552 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
12554         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12555         Save relevant match data before calling `syntax-ppss' (bug#14595).
12557 2013-06-15  Juri Linkov  <juri@jurta.org>
12559         * files-x.el (modify-file-local-variable-prop-line): Add local
12560         variables to the end of the existing comment on the first line.
12561         Use `file-auto-mode-skip' to skip interpreter magic line,
12562         and also skip XML declaration.
12564 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12566         * startup.el (package--builtin-versions): New var.
12567         (package-subdirectory-regexp): Remove.
12568         (package--description-file): Hard code its value instead.
12570         * emacs-lisp/package.el: Don't activate packages older than builtin.
12571         (package-obsolete-list): Rename from package-obsolete-alist, and make
12572         it into a simple list of package-desc.
12573         (package-strip-version): Remove.
12574         (package-built-in-p): Use package--builtin-versions.
12575         (package-mark-obsolete): Simplify.
12576         (package-process-define-package): Mark it obsolete if older than the
12577         builtin version.
12578         (package-handle-response): Use line-end-position.
12579         (package-read-archive-contents, package--download-one-archive):
12580         Simplify.
12581         (package--add-to-archive-contents): Skip if older than the builtin or
12582         installed version.
12583         (package-menu-describe-package): Fix last change.
12584         (package-list-unversioned): New var.
12585         (package-menu--generate): Use it.
12587         * emacs-lisp/autoload.el: Manage package--builtin-versions.
12588         (autoload--insert-text, autoload--insert-cookie-text): New functions.
12589         (autoload-builtin-package-versions): New variable.
12590         (autoload-generate-file-autoloads): Use them.
12591         Remove the list of autoloaded functions/macros from the
12592         (autoload...) comments.
12594         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12596 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
12598         * simple.el (line-move-partial): Don't jump to the next screen
12599         line as soon as it becomes visible.  Instead, continue enlarging
12600         the vscroll until the portion of a tall screen line that's left on
12601         display is about the height of the frame's default font.
12602         (Bug#14567)
12604 2013-06-15  Glenn Morris  <rgm@gnu.org>
12606         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12607         compilation-error-regexp-alist void, or local while let-bound.
12609         * progmodes/make-mode.el (makefile-mode-syntax-table):
12610         Treat "=" as punctuation.  (Bug#14614)
12612 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
12614         * help-fns.el (describe-variable):
12615         Add extra line for permanent-local variables.
12617 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
12619         * progmodes/scheme.el (scheme-font-lock-keywords-2):
12620         Add export, import, library.  (Bug#9164)
12621         (library): Set indent function.
12623 2013-06-14  Glenn Morris  <rgm@gnu.org>
12625         * term/xterm.el (xterm--query):
12626         Stop after first matching handler.  (Bug#14615)
12628 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
12630         Add support for dired in saveplace.
12631         * dired.el (dired-initial-position-hook): New variable.
12632         (dired-initial-position): Call hook to place cursor position.
12633         * saveplace.el (save-place-to-alist): Add dired position.
12634         (save-place-dired-hook): New function.
12636 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12638         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12639         through a symbol rather than letrec.
12641         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
12642         (package-desc): Add `dir' field.
12643         (package-desc-full-name): New function.
12644         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
12645         (package-maybe-load-descriptor): Remove.
12646         (package-load-all-descriptors): Just call package-load-descriptor.
12647         (package--disabled-p): New function.
12648         (package-desc-vers, package-desc-doc): Remove aliases.
12649         (package--dir): Remove function.
12650         (package-activate): Check if a package is disabled.
12651         (package-process-define-package): New function, extracted from
12652         define-package.
12653         (define-package): Turn into a place holder.
12654         (package-unpack-single, package-tar-file-info):
12655         Use package--description-file.
12656         (package-compute-transaction): Use package--disabled-p.
12657         (package-download-transaction): Don't call
12658         package-maybe-load-descriptor since they're all loaded anyway.
12659         (package-install): Change argument to be a pkg-desc.
12660         (package-delete): Use a single pkg-desc argument.
12661         (describe-package-1): Use package-desc-dir instead of package--dir.
12662         Use package-desc property instead of package-symbol.
12663         (package-install-button-action): Adjust accordingly.
12664         (package--push): Rewrite.
12665         (package-menu--print-info): Adjust accordingly.  Change the ID format
12666         to be a pkg-desc.
12667         (package-menu-describe-package, package-menu-get-status)
12668         (package-menu--find-upgrades, package-menu-mark-upgrades)
12669         (package-menu-execute, package-menu--name-predicate):
12670         Adjust accordingly.
12671         * startup.el (package--description-file): New function.
12672         (command-line): Use it.
12673         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12674         Use package-desc-version.
12676         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12677         (byte-compile-preprocess): Use it.
12678         (byte-compile-file-form-defalias): Try a bit harder to use macros we
12679         can't quite recognize.
12680         (byte-compile-add-to-list): Remove.
12681         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12682         (cconv-closure-convert): Add assertion.
12684         * emacs-lisp/map-ynp.el: Use lexical-binding.
12685         (map-y-or-n-p): Remove unused vars `tail' and `object'.
12686         Factor out some repeated code.
12688 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12690         * subr.el (with-eval-after-load): New macro.
12691         (eval-after-load): Allow form to be a function.
12692         take advantage of lexical-binding.
12693         (do-after-load-evaluation): Use dolist and adjust to new format.
12694         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12696 2013-06-13  Juri Linkov  <juri@jurta.org>
12698         * replace.el (perform-replace): Display "symbol " and other search
12699         modes from `isearch-message-prefix' in the *Help* buffer.
12701         * isearch.el (isearch-query-replace): Add " symbol" and other
12702         possible search modes from `isearch-message-prefix' to the prompt.
12703         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12704         when reading a regexp to collect.
12706 2013-06-13  Juri Linkov  <juri@jurta.org>
12708         * isearch.el (word-search-regexp): Match whitespace if the search
12709         string begins or ends in whitespace.  The LAX arg is applied to
12710         both ends of the search string.  Use `regexp-quote' and explicit
12711         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
12712         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12713         boundaries are replaced with symbol boundaries, and characters
12714         between symbols match non-word non-symbol syntax.  (Bug#14602)
12716 2013-06-13  Juri Linkov  <juri@jurta.org>
12718         * isearch.el (isearch-del-char): Don't exceed the length of
12719         `isearch-string' by the prefix arg.  (Bug#14563)
12721 2013-06-13  Juri Linkov  <juri@jurta.org>
12723         * isearch.el (isearch-yank-word, isearch-yank-line)
12724         (isearch-char-by-name, isearch-quote-char)
12725         (isearch-printing-char, isearch-process-search-char):
12726         Add optional count prefix arg.  (Bug#14563)
12728         * international/isearch-x.el
12729         (isearch-process-search-multibyte-characters):
12730         Add optional count prefix arg.
12732 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12734         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12735         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12736         lexical-binding.
12738 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
12740         * subr.el (set-temporary-overlay-map): Add on-exit argument.
12742 2013-06-13  Glenn Morris  <rgm@gnu.org>
12744         * startup.el (tty-handle-args):
12745         Don't just discard "--" and anything after.  (Bug#14608)
12747         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12749 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
12751         Implement changes in Secret Service API.  Make it backward compatible.
12752         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12753         (secrets-create-item): Use it.  Prefix properties with interface.
12755 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
12757         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
12758         (term-emulate-terminal): Respect term-suppress-hard-newline.
12760 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
12762         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12763         Only remove a `thumb-file' overlay.  (Bug#14548)
12765 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
12767         * mail/reporter.el (reporter-submit-bug-report):
12768         Handle missing package-name.  (Bug#14600)
12770 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12772         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12773         (reftex-citation-prompt, reftex-default-bibliography)
12774         (reftex-bib-or-thebib, reftex-get-bibfile-list)
12775         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12776         (reftex-bib-sort-author, reftex-bib-sort-year)
12777         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12778         (reftex-extract-bib-entries-from-thebibliography)
12779         (reftex-get-bibkey-default, reftex-get-bib-names)
12780         (reftex-parse-bibtex-entry, reftex-get-bib-field)
12781         (reftex-format-bib-entry, reftex-parse-bibitem)
12782         (reftex-format-bibitem, reftex-do-citation)
12783         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12784         (reftex-restrict-bib-matches, reftex-extract-bib-file)
12785         (reftex-insert-bib-matches, reftex-format-citation)
12786         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12787         (reftex-create-bibtex-file): Add docstrings, mostly by converting
12788         existing comments into docstrings.
12790 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
12792         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12794 2013-06-12  Andreas Schwab  <schwab@suse.de>
12796         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12797         for auto-save files.
12799 2013-06-12  Glenn Morris  <rgm@gnu.org>
12801         * ido.el (ido-delete-ignored-files): Remove.
12802         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12803         Go back to calling ido-ignore-item-p directly.
12805 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
12807         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12809         * ido.el (ido-delete-ignored-files): New function,
12810         split from ido-make-file-list-1.
12811         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
12812         (ido-make-file-list-1): Use ido-delete-ignored-files.
12814 2013-06-12  Leo Liu  <sdl.web@gmail.com>
12816         * progmodes/octave.el (inferior-octave-startup)
12817         (inferior-octave-completion-table)
12818         (inferior-octave-track-window-width-change)
12819         (octave-eldoc-function-signatures, octave-help)
12820         (octave-find-definition): Use single quoted strings.
12821         (inferior-octave-startup-args): Change default value.
12822         (inferior-octave-startup): Do not hard code "-i" and
12823         "--no-line-editing".
12824         (inferior-octave-resync-dirs): Add optional arg NOERROR.
12825         (inferior-octave-directory-tracker): Use it.
12826         (octave-goto-function-definition): Robustify.
12827         (octave-help): Support highlighting operators in 'See also'.
12828         (octave-find-definition): Find subfunctions only in Octave mode.
12830 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12832         * help-fns.el (help-fns--compiler-macro): If the handler function is
12833         named, then put a link to it.
12834         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12835         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12836         (cl-typep): Use it.
12837         (cl-eval-when): Simplify debug spec.
12838         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
12839         compiler-macro function instead of setting `compiler-macro-file'.
12841 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
12843         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12844         * vc/vc-hooks.el (vc-stay-local): Doc fix.
12846 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12847             Daniel Hackney  <dan@haxney.org>
12849         First part of Daniel Hackney's patch to package.el.
12850         * emacs-lisp/package.el: Use defstruct.
12851         (package-desc): New, main struct.
12852         (package--bi-desc, package--ac-desc): New structs, used to describe the
12853         format in external files.
12854         (package-desc-vers): Replace with package-desc-version accessor.
12855         (package-desc-doc): Replace with package-desc-summary accessor.
12856         (package-activate-1): Remove `package' arg since the pkg-vec now
12857         includes the name.
12858         (define-package): Use package-desc-from-define.
12859         (package-unpack-single): Change file-name arg to be a symbol.
12860         (package--add-to-archive-contents): Use package-desc-create and new
12861         accessor functions to package--ac-desc.
12862         (package-buffer-info, package-tar-file-info): Return a package-desc.
12863         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
12864         arg to be a package-desc.
12865         (package-install-file): Adjust accordingly.  Use \' to match EOS.
12866         (package--from-builtin): New function.
12867         (describe-package-1, package-menu--generate): Use it.
12868         (package--make-autoloads-and-compile): Change name arg to be a symbol.
12869         (package-generate-autoloads): Idem and return the name of the file.
12870         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12871         Change pkg-info arg to be a package-desc.
12872         Use package-make-ac-desc.
12873         (package-upload-file): Use \' to match EOS.
12874         * finder.el (finder-compile-keywords): Use package-make-builtin.
12876 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12878         * vc/vc.el (vc-deduce-fileset): Change error message.
12879         (vc-read-backend): New function.
12880         (vc-next-action): Use it.
12882         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12884         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12885         (prolog-font-lock-keywords): Use regexp-opt instead.
12886         Don't manually highlight strings.
12887         (prolog-mode-variables): Simplify comment-start-skip.
12888         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
12890         * emacs-lisp/generic.el (generic--normalise-comments)
12891         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12892         (generic-mode-set-comments): Use them.
12893         (generic-bracket-support): Use setq-local.
12894         (generic-make-keywords-list): Declare obsolete.
12896 2013-06-11  Glenn Morris  <rgm@gnu.org>
12898         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12899         Prettify after setting font-lock-defaults.  (Bug#14574)
12901 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
12903         * replace.el (query-replace, occur-read-regexp-defaults-function)
12904         (replace-search):
12905         * subr.el (declare-function, number-sequence, local-set-key)
12906         (substitute-key-definition, locate-user-emacs-file)
12907         (with-silent-modifications, split-string, eval-after-load):
12908         Fix typos, remove unneeded backslashes and reflow some docstrings.
12910 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12912         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12913         default for Elisp files.
12915 2013-06-11  Glenn Morris  <rgm@gnu.org>
12917         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12918         although define-derived-mode was doing this anyway.  (Bug#14583)
12920 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
12922         * allout.el (allout-encryption-plaintext-sanitization-regexps):
12923         Fix make-variable-buffer-local call to refer to the correct variable.
12925 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
12927         * eshell/em-term.el (eshell-visual-commands)
12928         (eshell-visual-subcommands, eshell-visual-options):
12929         Add summary line to docstrings.  Add cross-references.
12931 2013-06-10  Glenn Morris  <rgm@gnu.org>
12933         * epa.el (epa-read-file-name): New function.  (Bug#14510)
12934         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
12936 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
12938         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12939         output redirection to be ignored with visual commands.
12941 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
12943         * eshell/em-term.el (eshell-visual-command-p): New function.
12944         (eshell-term-initialize): Move long lambda to separate function
12945         eshell-visual-command-p.
12946         * eshell/em-dirs.el (eshell-dirs-initialize):
12947         * eshell/em-script.el (eshell-script-initialize):
12948         Add missing #' to lambda.
12950 2013-06-08  Leo Liu  <sdl.web@gmail.com>
12952         * progmodes/octave.el (octave-add-log-current-defun): New function.
12953         (octave-mode): Set add-log-current-defun-function.
12954         (octave-goto-function-definition): Do not move point if not found.
12955         (octave-find-definition): Enhance to try subfunctions first.
12957 2013-06-08  Glenn Morris  <rgm@gnu.org>
12959         * emacs-lisp/bytecomp.el (byte-compile-char-before)
12960         (byte-compile-backward-char, byte-compile-backward-word):
12961         Improve previous change, to handle non-explicit nil.
12963 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12965         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12966         (smie--opener/closer-at-point): New function.
12967         (smie--matching-block-data): Use it.  Don't match from right after an
12968         opener or right before a closer.  Obey smie-blink-matching-inners.
12969         Don't signal a mismatch for repeated inners like "switch..case..case".
12971 2013-06-07  Leo Liu  <sdl.web@gmail.com>
12973         * progmodes/octave.el (octave-mode): Set comment-use-global-state
12974         to t.  (Bug#14303)
12975         (octave-function-header-regexp): Fix.  (Bug#14570)
12976         (octave-help-mode-finish-hook, octave-help-mode-finish):
12977         Remove.  Just use temp-buffer-show-hook.
12979         * newcomment.el (comment-search-backward): Revert last change.
12980         (Bug#14434)
12982         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12984 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
12986         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12987         through xargs, to avoid failure due to MS-Windows limitations on
12988         command-line length.
12990 2013-06-06  Glenn Morris  <rgm@gnu.org>
12992         * font-lock.el (lisp-font-lock-keywords-2):
12993         Treat user-error like error.
12995         * emacs-lisp/bytecomp.el (byte-compile-char-before)
12996         (byte-compile-backward-char, byte-compile-backward-word):
12997         Handle explicit nil arguments.  (Bug#14565)
12999 2013-06-05  Alan Mackenzie  <acm@muc.de>
13001         * isearch.el (isearch-allow-prefix): New user option.
13002         (isearch-other-meta-char): Don't exit isearch when a prefix
13003         argument is typed whilst `isearch-allow-prefix' is non-nil.
13004         (Bug#9706)
13006 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13008         * autorevert.el (auto-revert-notify-handler): Use memq.
13009         Hide assertion failure.
13011         * skeleton.el: Use cl-lib.
13012         (skeleton-further-elements): Use defvar-local.
13013         (skeleton-insert): Use cl-progv.
13015 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
13017         * progmodes/prog-mode.el (prog-prettify-symbols)
13018         (prog-prettify-install): Update docstrings.
13020 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13022         * simple.el: Move all the prog-mode code to prog-mode.el.
13023         * progmodes/prog-mode.el: New file.
13024         * loadup.el: Add prog-mode.el.
13026 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
13028         * simple.el (prog-prettify-symbols): Add version.
13029         (prog-prettify-install): Add convenience function to prettify symbols.
13031         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13032         (perl--augmented-font-lock-keywords-1)
13033         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13034         variables and use it.
13036         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13037         (cfengine3-mode): Remove unneeded variable and use it.
13039         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13040         (lisp--augmented-font-lock-keywords-1)
13041         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13042         Remove unneeded variables and use it.
13044 2013-06-05  João Távora  <joaotavora@gmail.com>
13046         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13047         to point when opening the connection.  (Bug#14380)
13049 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13051         * subr.el (load-history-regexp, load-history-filename-element)
13052         (eval-after-load, after-load-functions, do-after-load-evaluation)
13053         (eval-next-after-load, display-delayed-warnings)
13054         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13055         definition of save-match-data.
13056         (overriding-local-map): Remove accidental obsolescence declaration.
13058         * emacs-lisp/edebug.el (edebug-result): Move before first use.
13060 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
13062         Generalize symbol prettify support to prog-mode and implement it
13063         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13064         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13065         (prog--prettify-font-lock-compose-symbol)
13066         (prog-prettify-font-lock-symbols-keywords): New variables and
13067         functions to support symbol prettification.
13068         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13069         (lisp--augmented-font-lock-keywords-1)
13070         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13071         (lisp--prettify-symbols-alist): Implement prettify of lambda.
13072         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13073         (cfengine3--prettify-symbols-alist, cfengine3-mode):
13074         Implement prettify of -> => :: strings.
13075         * progmodes/perl-mode.el (perl-prettify-symbols)
13076         (perl--font-lock-compose-symbol)
13077         (perl--font-lock-symbols-keywords): Move to prog-mode.
13078         (perl--prettify-symbols-alist): Prettify -> => :: strings.
13079         (perl-font-lock-keywords-1)
13080         (perl-font-lock-keywords-2): Remove explicit prettify support.
13081         (perl--augmented-font-lock-keywords)
13082         (perl--augmented-font-lock-keywords-1)
13083         (perl--augmented-font-lock-keywords-2, perl-mode):
13084         Implement prettify support.
13086 2013-06-05  Leo Liu  <sdl.web@gmail.com>
13088         Re-implement SMIE matching block highlight using
13089         show-paren-data-function.  (Bug#14395)
13090         * emacs-lisp/smie.el (smie-matching-block-highlight)
13091         (smie--highlight-matching-block-overlay)
13092         (smie--highlight-matching-block-lastpos)
13093         (smie-highlight-matching-block)
13094         (smie-highlight-matching-block-mode): Remove.
13095         (smie--matching-block-data-cache): New variable.
13096         (smie--matching-block-data): New function.
13097         (smie-setup): Use smie--matching-block-data for
13098         show-paren-data-function.
13100         * progmodes/octave.el (octave-mode-menu): Fix.
13101         (octave-find-definition): Skip garbage lines.
13103 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13105         Fix compilation error with simultaneous dynamic+lexical scoping.
13106         Add warning when a defvar appears after the first let-binding.
13107         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13108         (byte-compile-close-variables): Initialize it.
13109         (byte-compile--declare-var): New function.
13110         (byte-compile-file-form-defvar)
13111         (byte-compile-file-form-define-abbrev-table)
13112         (byte-compile-file-form-custom-declare-variable): Use it.
13113         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
13114         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13115         (byte-compile-bind): Handle dynamic bindings that shadow
13116         lexical bindings.
13117         (byte-compile-unbind): Make arg non-optional.
13118         (byte-compile-let): Simplify.
13119         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13120         (cconv--analyse-function, cconv-analyse-form): Populate it.
13121         Protect byte-compile-bound-variables to limit the scope of defvars.
13122         (cconv-analyse-form): Add missing rule for (defvar <foo>).
13123         Remove unneeded rule for `declare'.
13125         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13126         so as to avoid depending on cl-adjoin at run-time.
13127         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13129         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13130         (macroexp--warn-and-return): Use it.
13132 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13134         * subr.el: Convert to lexical binding.
13135         (overriding-local-map): Make obsolete.
13136         (add-to-list): Doc fix.  Add compiler macro.
13137         (read-key): Swap values of local maps.
13139 2013-06-05  Leo Liu  <sdl.web@gmail.com>
13141         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13143 2013-06-04  Leo Liu  <sdl.web@gmail.com>
13145         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13146         (compilation-auto-jump): Suppress the "Mark set" message to give
13147         way to exit message.
13149 2013-06-04  Alan Mackenzie  <acm@muc.de>
13151         Remove faulty optimisation from indentation calculation.
13152         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13153         search limit based on 2000 characters back from indent-point.
13155 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
13157         * eshell/em-term.el (cl-lib): Require `cl-lib'.
13159 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13161         * emacs-lisp/lisp.el: Use lexical-binding.
13162         (lisp--local-variables-1, lisp--local-variables): New functions.
13163         (lisp--local-variables-completion-table): New var.
13164         (lisp-completion-at-point): Use it complete let-bound vars.
13166         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13167         eagerly (bug#14422).
13169 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
13171         * autorevert.el (auto-revert-notify-enabled)
13172         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13173         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13174         (auto-revert-notify-handler): Handle also gfilenotify.
13176         * subr.el (file-notify-handle-event): New defun.  Replacing ...
13177         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13178         Remove.
13180 2013-06-03  Juri Linkov  <juri@jurta.org>
13182         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13183         `M-s h .'.  (Bug#14427)
13185         * hi-lock.el (highlight-symbol-at-point): New alias for the new
13186         command `hi-lock-face-symbol-at-point'.
13187         (hi-lock-face-symbol-at-point): New command.
13188         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13189         (hi-lock-menu): Add `highlight-symbol-at-point'.
13190         (hi-lock-mode): Doc fix.
13192         * isearch.el (isearch-forward-symbol-at-point): New command.
13193         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13194         (isearch-highlight-regexp): Add a regexp which matches
13195         words/symbols for word/symbol mode.
13197         * subr.el (find-tag-default-bounds): New function with the body
13198         mostly moved from `find-tag-default'.
13199         (find-tag-default): Move most code to `find-tag-default-bounds',
13200         call it and apply `buffer-substring-no-properties' afterwards.
13202 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
13204         * eshell/em-term.el (eshell-term-initialize):
13205         Use `cl-intersection' rather than `intersection'.
13207 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
13209         * vc/log-view.el: Doc fix.
13210         (log-view-mode-map): Copy keymap from `special-mode-map'.
13212 2013-06-02  Eric Ludlam  <zappo@gnu.org>
13214         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13215         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13216         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13217         (eieio-unbound, eieio-default-superclass)
13218         (eieio--define-field-accessors, method-static, method-before)
13219         (method-primary, method-after, method-num-lists)
13220         (method-generic-before, method-generic-primary)
13221         (method-generic-after, method-num-slots)
13222         (eieio-specialized-key-to-generic-key)
13223         (eieio--check-type, class-v, class-p)
13224         (eieio-class-name, define-obsolete-function-alias)
13225         (eieio-class-parents-fast, eieio-class-children-fast)
13226         (same-class-fast-p, class-constructor, generic-p)
13227         (generic-primary-only-p, generic-primary-only-one-p)
13228         (class-option-assoc, class-option, eieio-object-p)
13229         (class-abstract-p, class-method-invocation-order)
13230         (eieio-defclass-autoload-map, eieio-defclass-autoload)
13231         (eieio-class-un-autoload, eieio-defclass)
13232         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13233         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13234         (eieio--defgeneric-init-form, eieio-defgeneric-form)
13235         (eieio-defgeneric-reset-generic-form)
13236         (eieio-defgeneric-form-primary-only)
13237         (eieio-defgeneric-reset-generic-form-primary-only)
13238         (eieio-defgeneric-form-primary-only-one)
13239         (eieio-defgeneric-reset-generic-form-primary-only-one)
13240         (eieio-unbind-method-implementations)
13241         (eieio--defmethod, eieio--typep)
13242         (eieio-perform-slot-validation, eieio-validate-slot-value)
13243         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13244         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13245         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13246         (eieio-slot-name-index, eieio-class-slot-name-index)
13247         (eieio-set-defaults, eieio-initarg-to-attribute)
13248         (eieio-attribute-to-initarg, eieio-c3-candidate)
13249         (eieio-c3-merge-lists, eieio-class-precedence-c3)
13250         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13251         (eieio-class-precedence-list, eieio-generic-call-methodname)
13252         (eieio-generic-call-arglst, eieio-generic-call-key)
13253         (eieio-generic-call-next-method-list)
13254         (eieio-pre-method-execution-functions, eieio-generic-call)
13255         (eieio-generic-call-primary-only, eieiomt-method-list)
13256         (eieiomt-optimizing-obarray, eieiomt-install)
13257         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13258         (eieio-generic-form, eieio-defmethod, make-obsolete)
13259         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13260         (defclass): Remove `eval-and-compile' from macro.
13261         (call-next-method, shared-initialize): Instead of using
13262         `scoped-class' variable, use new eieio--scoped-class, and
13263         eieio--with-scoped-class.
13264         (initialize-instance): Rename local variable 'scoped-class' to
13265         'this-class' to remove ambiguitity from old global.
13267         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
13268         eieio.el.
13269         (eieio--scoped-class-stack): New variable.
13270         (eieio--scoped-class): New fcn.
13271         (eieio--with-scoped-class): New scoping macro.
13272         (eieio-defclass): Use pushnew instead of add-to-list.
13273         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13274         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13275         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13276         `scoped-class' variable, use new eieio--scoped-class, and
13277         eieio--with-scoped-class.
13279         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13281 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
13283         * eshell/esh-ext.el (eshell-external-command): Pass args to
13284         `eshell-find-interpreter'.
13285         (eshell-find-interpreter): Add new second parameter ARGS.
13287         * eshell/em-script.el (eshell-script-initialize): Add second arg
13288         to the function added as MATCH to `eshell-interpreter-alist'.
13290         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13291         the function added as MATCH to `eshell-interpreter-alist'.
13293         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13294         (eshell-visual-options): New defcustom.
13295         (eshell-escape-control-x): Adapt docstring.
13296         (eshell-term-initialize): Test `eshell-visual-subcommands' and
13297         `eshell-visual-options' in addition to `eshell-visual-commands'.
13298         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13300 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13302         * progmodes/python.el (python-indent-block-enders): Add break,
13303         continue and raise keywords.
13305 2013-06-01  Glenn Morris  <rgm@gnu.org>
13307         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13309         Plain (f)boundp silences compilation warnings since Emacs 22.1.
13310         * progmodes/cc-cmds.el (delete-forward-p):
13311         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13312         * progmodes/cc-engine.el (buffer-syntactic-context):
13313         * progmodes/cc-fonts.el (face-property-instance):
13314         * progmodes/cc-mode.el (set-keymap-parents):
13315         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13316         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13317         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13318         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13319         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13321         * progmodes/cc-vars.el (other): Emacs has this widget since
13322         at least 21.1, so don't (re)define it.
13324         * eshell/em-cmpl.el (eshell-cmpl-initialize):
13325         Replace the obsolete alias pcomplete-arg-quote-list.
13327 2013-06-01  Leo Liu  <sdl.web@gmail.com>
13329         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13330         punctuation syntax.
13331         (inferior-octave-minimal-columns)
13332         (inferior-octave-last-column-width): New variables.
13333         (inferior-octave-track-window-width-change): New function.
13334         (inferior-octave-mode): Adjust column width so that Octave output,
13335         for example from 'ls', can fit into the window nicely.
13337 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
13339         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13340         Highlight expansions inside regexp literals.
13342 2013-05-31  Glenn Morris  <rgm@gnu.org>
13344         * obsolete/sym-comp.el (symbol-complete):
13345         Replace obsolete completion-annotate-function.
13347         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13349 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
13351         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13352         New function, checks if point is inside a literal that allows
13353         expression expansion.
13354         (ruby-syntax-propertize-expansion): Use it.
13355         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13356         around the body.
13358 2013-05-30  Juri Linkov  <juri@jurta.org>
13360         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13361         to "\M-si".
13362         (isearch-invisible): New variable.
13363         (isearch-forward): Doc fix.
13364         (isearch-mode): Set `isearch-invisible'
13365         to the value of `search-invisible'.
13366         (isearch-toggle-case-fold): Doc fix.
13367         (isearch-toggle-invisible): New command.
13368         (isearch-query-replace): Let-bind `search-invisible'
13369         to the value of `isearch-invisible'.
13370         (isearch-search): Use `isearch-invisible' instead of
13371         `search-invisible'.  Let-bind `search-invisible'
13372         to the value of `isearch-invisible'.  (Bug#11378)
13374 2013-05-30  Juri Linkov  <juri@jurta.org>
13376         * replace.el (perform-replace): Avoid `isearch-range-invisible'
13377         call when `query-flag' is nil and `search-invisible' is non-nil.
13378         (Bug#11746)
13380 2013-05-30  Glenn Morris  <rgm@gnu.org>
13382         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13384         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13385         (cc-require): Suppress spurious "noruntime" warnings.
13386         (cc-require-when-compile): Use fboundp, for sake of compiler.
13388         * progmodes/cc-mode.el: Move load of cc-vars before that of
13389         cc-langs (which in turn loads cc-vars), to quieten compiler.
13391 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13393         * paren.el: Simplify the code.
13394         (show-paren-mode): Always start the timer.
13395         (show-paren--idle-timer): Rename from show-paren-idle-timer.
13396         (show-paren--overlay, show-paren--overlay-1): Rename from
13397         show-paren-overlay and show-paren-overlay-1, and initialize to an
13398         overlay rather than to nil.
13399         (show-paren-function): Misc cleanup and simplifications.
13401 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13403         * paren.el (show-paren-data-function): New hook.
13404         (show-paren--default): New function, extracted from show-paren-function.
13405         (show-paren-function): Use show-paren-data-function.
13407 2013-05-30  Glenn Morris  <rgm@gnu.org>
13409         * ielm.el (ielm-map, ielm-complete-symbol):
13410         Use completion-at-point rather than obsolete functions.
13411         (inferior-emacs-lisp-mode): Doc fix.
13412         Set completion-at-point-functions, rather than
13413         comint-dynamic-complete-functions.
13415         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13416         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13417         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13419         * image.el (image-animated-p): Tweak definition.
13421         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13422         (rlogin-process-connection-type): Tweak default.  Add set-after.
13423         (rlogin-host): Doc fix.
13424         (rlogin): Tweak prompt.
13425         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13427         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13428         * progmodes/tcl.el (inferior-tcl-mode-map):
13429         Use completion-at-point rather than obsolete alias.
13431         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13433         * minibuffer.el (read-file-name-completion-ignore-case):
13434         Move before completion--in-region, for eager macro expansion.
13436 2013-05-29  Juri Linkov  <juri@jurta.org>
13438         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13439         for total count of matching lines.  Add `global-matches' for total
13440         count of matches.  Rename `matches' to `lines' for count of
13441         matching lines.  Add `matches' for count of matches.
13442         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
13443         to `prev-line' for line number of prev match endpt.
13444         Increment `matches' for every match.  Print the number of
13445         matching lines in the header.
13446         (occur-context-lines): Rename `lines' to `curr-line'.
13447         Rename `prev-lines' to `prev-line'.  (Bug#14017)
13449 2013-05-29  Juri Linkov  <juri@jurta.org>
13451         * replace.el (perform-replace): Add `skip-read-only-count',
13452         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13453         Increment them for corresponding conditions and report the number
13454         of skipped occurrences in the final message.  (Bug#11746)
13455         (query-replace, query-replace-regexp, query-replace-regexp-eval)
13456         (replace-string, replace-regexp): Doc fix.
13458 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13460         * emacs-lisp/trace.el (trace--read-args): Provide a default.
13462         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13463         prog-mode-map (bug#14504).
13465 2013-05-29  Leo Liu  <sdl.web@gmail.com>
13467         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13468         (octave-help): Small simplification.
13470         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13471         off the highlight first.
13473 2013-05-29  Glenn Morris  <rgm@gnu.org>
13475         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13476         Handle idlwave-last-system-routine-info-cons-cell being nil.
13478         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13479         (idlwave-write-paths): Simplify via with-temp-buffer.
13481         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13482         * emulation/cua-rect.el: Also load cua-base at run time.
13484         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13485         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13486         (cperl-imenu-on-info): Require imenu.
13488 2013-05-28  Alan Mackenzie  <acm@muc.de>
13490         Handle "capitalised keywords" correctly.
13491         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13493 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
13495         * eshell/em-unix.el: Add -r option to cp.
13497 2013-05-28  Glenn Morris  <rgm@gnu.org>
13499         * vc/vc-arch.el (vc-exec-after): Declare.
13500         (vc-switches): Autoload.
13501         * vc/vc-bzr.el: No need to require vc when compiling.
13502         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13503         (vc-resynch-buffer, vc-dir-refresh): Declare.
13504         (vc-setup-buffer, vc-switches): Autoload.
13505         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13506         (vc-resynch-buffer): Declare.
13507         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13508         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13509         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13510         (grep-read-regexp, grep-read-files, grep-expand-template)
13511         (vc-dir-refresh): Declare.
13512         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13513         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13514         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13515         * vc/vc-mtn.el (vc-exec-after): Declare.
13516         (vc-switches): Autoload.
13517         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13518         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13519         (vc-file-tree-walk): Declare.
13520         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13521         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13522         (vc-tag-precondition, vc-rename-master): Autoload.
13523         * vc/vc-svn.el (vc-exec-after): Declare.
13524         (vc-switches, vc-setup-buffer): Autoload.
13525         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13526         Autoload.
13527         (vc-resynch-buffer): Declare.
13529         * obsolete/fast-lock.el (byte-compile-warnings):
13530         Don't warn about obsolete features in this obsolete file.
13532         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13533         Move definition before use.
13535         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13536         (dun-unix-verbs): Remove dun-zippy.
13537         (dun-zippy): Remove function.
13539         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13541 2013-05-27  Juri Linkov  <juri@jurta.org>
13543         * replace.el (replace-search): New function with code moved out
13544         from `perform-replace'.
13545         (replace-highlight, replace-dehighlight): Move function definitions
13546         up closer to `replace-search'.  (Bug#11746)
13548 2013-05-27  Juri Linkov  <juri@jurta.org>
13550         * replace.el (perform-replace): Ignore invisible matches.
13551         In addition to checking `query-replace-skip-read-only', also
13552         filter out matches by calling `run-hook-with-args-until-failure'
13553         on `isearch-filter-predicates', and also check `search-invisible'
13554         for t or call `isearch-range-invisible'.
13555         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
13557 2013-05-27  Juri Linkov  <juri@jurta.org>
13559         * isearch.el (isearch-filter-predicates): Rename from
13560         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
13561         (isearch-message-prefix): Display text from the property
13562         `isearch-message-prefix' of the currently active filters.
13563         (isearch-search): Don't compare `isearch-filter-predicate' with
13564         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
13565         on `isearch-filter-predicates'.  Also check `search-invisible' for t
13566         or call `isearch-range-invisible'.
13567         (isearch-filter-visible): Make obsolete.
13568         (isearch-lazy-highlight-search):
13569         Call `run-hook-with-args-until-failure' on
13570         `isearch-filter-predicates' and use `isearch-range-invisible'.
13572         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13573         `isearch-filter-predicates' instead of `funcall'ing
13574         `isearch-filter-predicate'.
13575         (Info-mode): Set `Info-isearch-filter' to
13576         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13578         * dired-aux.el (dired-isearch-filter-predicate-orig):
13579         Remove variable.
13580         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13581         (dired-isearch-filenames-end): Add and remove
13582         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13583         instead of changing the value of `isearch-filter-predicate'.
13584         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13585         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13586         Put property `isearch-message-prefix' to "filename " on
13587         `dired-isearch-filter-filenames'.
13589         * wdired.el (wdired-change-to-wdired-mode):
13590         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13591         locally instead of changing `isearch-filter-predicate'.
13592         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13594 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
13596         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13597         return the commit hash (Bug#14459).  Also set the
13598         `vc-git-detached' property.
13599         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13600         (vc-git-mode-line-string): Use the same help-echo format whether
13601         in detached mode or not, because we know the actual revision now.
13602         When in detached mode, shorten the revision to 7 chars.
13604 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13606         * emacs-lisp/easy-mmode.el (define-minor-mode):
13607         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13608         mode hook and provide a docstring.
13610 2013-05-27  Alan Mackenzie  <acm@muc.de>
13612         Remove spurious syntax-table text properties inserted by C-y.
13613         * progmodes/cc-mode.el (c-after-change): Also clear hard
13614         syntax-table property with value nil.
13616 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
13618         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13619         when reading the events; the buffer layout shall not be changed.
13621 2013-05-27  Leo Liu  <sdl.web@gmail.com>
13623         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13624         New variable.
13625         (inferior-octave-directory-tracker): Automatically re-sync
13626         default-directory.
13627         (octave-help): Improve handling of 'See also'.
13629 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13631         * doc-view.el: Minor naming convention tweaks.
13632         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13634         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13635         even if there's no `display' property yet (bug#14435).
13637 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
13639         * subr.el (unmsys--file-name): Rename from reveal-filename.
13641         * Makefile.in (custom-deps, finder-data, autoloads)
13642         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13643         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13644         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13646 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13648         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13649         error-completion on the first 2 args of condition-case (bug#14446).
13650         Don't burp at EOB.
13652 2013-05-25  Leo Liu  <sdl.web@gmail.com>
13654         * comint.el (comint-previous-matching-input): Do not flood the
13655         *Messages* buffer with trivial messages.
13657 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13659         * progmodes/flymake.el (flymake-nop): Don't return a string.
13660         (flymake-set-at): Fix typo.
13662         * simple.el (read--expression): New function, extracted from
13663         eval-expression.  Set completion-at-point-functions (bug#14465).
13664         (eval-expression, eval-minibuffer): Use it.
13666 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
13668         * progmodes/flymake.el (flymake-save-buffer-in-file)
13669         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13670         (flymake-selected-frame, flymake-log, flymake-ins-after)
13671         (flymake-set-at, flymake-get-buildfile-from-cache)
13672         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13673         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13674         Refine the doc string.
13675         (flymake-get-file-name-mode-and-masks): Reformat.
13676         (flymake-get-real-file-name-function): Fix a minor bug.
13678 2013-05-24  Juri Linkov  <juri@jurta.org>
13680         * progmodes/grep.el (grep-mode-font-lock-keywords):
13681         Support =linenumber= format used by git-grep for lines with
13682         function names.  (Bug#13549)
13684 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * progmodes/octave.el (octave-smie-rules): Return nil rather than
13687         0 after a semi-colon; it works better for smie-auto-fill.
13688         (octave--indent-new-comment-line): New function.
13689         (octave-indent-new-comment-line): Use it (indirectly).
13690         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
13691         modify comment-line-break-function.
13693         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13694         (smie-setup): Use add-function to set it.
13696 2013-05-24  Sam Steingold  <sds@gnu.org>
13698         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13699         argument (before the `interactive' argument).
13701 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13703         * image-mode.el (image-mode-winprops): Add winprops to
13704         image-mode-winprops-alist before running
13705         image-mode-new-window-functions.
13706         * doc-view.el (doc-view-new-window-function): Don't delay
13707         doc-view-goto-page via timers (bug#14435).
13709 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
13711         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
13712         (doc-view-desktop-save-buffer): New function.
13713         (doc-view-restore-desktop-buffer): New function.
13714         (desktop-buffer-mode-handlers):
13715         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13716         handler.
13717         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13718         `desktop-save-buffer' function.
13720 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
13722         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13723         (tramp-gvfs-file-name-handler): Raise a user error when
13724         `tramp-gvfs-enabled' is nil.
13725         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13726         Do not raise a user error when loading package.  (Bug#14447)
13728         * net/xesam.el: Move to obsolete/.
13730 2013-05-24  Glenn Morris  <rgm@gnu.org>
13732         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13734         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13736         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13737         (Info-find-node, Man-getpage-in-background): Declare.
13739         * mail/unrmail.el (unrmail):
13740         Replace obsolete detect-coding-with-priority.
13742         * net/socks.el (socks-split-string): Use this rather than split-string.
13743         (socks-nslookup-host): Update for above change.
13744         (dynamic-choice, s5-dynamic-choice-match)
13745         (s5-dynamic-choice-match-inline, s5-widget-value-create):
13746         Comment out unused code.
13748         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13749         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13750         (gud-tooltip-echo-area): Make obsolete.
13751         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13753         * progmodes/js.el (js--optimize-arglist): Declare.
13755         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13757         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13758         (ediff-window-C): Declare.
13760         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13761         Tweak requires to silence compiler.
13763         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13764         (he-search-string, he-tried-table, he-expand-list)
13765         (he-init-string, he-string-member, he-substitute-string)
13766         (he-reset-string): Declare.
13768         * obsolete/options.el (list-options): Use custom-variable-p,
13769         rather than obsolete alias.
13771 2013-05-23  Sam Steingold  <sds@gnu.org>
13773         * simple.el (shell-command-on-region): Pass the `replace' argument
13774         down to `call-process-region' to comply with the doc as reported on
13775         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13777 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13779         * emacs-lisp/smie.el (smie-indent-forward-token)
13780         (smie-indent-backward-token): Handle string tokens (bug#14381).
13782 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13784         * ielm.el (ielm-menu): New menu.
13785         (inferior-emacs-lisp-mode): Set comment-start.
13787 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13789         * textmodes/reftex.el (reftex-ref-style-toggle):
13790         Fix deactivate action.
13792         * textmodes/reftex-vars.el (reftex-ref-style-alist):
13793         Add cleveref macros.
13795         * textmodes/reftex-parse.el
13796         (reftex-locate-bibliography-files): Accept options for
13797         bibliography commands.
13798         * textmodes/reftex-vars.el (reftex-bibliography-commands):
13799         Add addbibresource.  Basic Biblatex support.
13801 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
13803         * net/tramp-gvfs.el (top):
13804         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13805         when loading package.  (Bug#14447)
13807 2013-05-23  Glenn Morris  <rgm@gnu.org>
13809         * progmodes/js.el: No need to load comint when compiling.
13810         (ring-insert, comint-send-string, comint-send-input)
13811         (comint-last-input-end, ido-chop): Declare.
13813         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13814         * vc/ediff-mult.el: Adjust requires.
13815         (ediff-directories-internal, ediff-directory-revisions-internal)
13816         (ediff-patch-file-internal): Declare.
13817         * vc/ediff-ptch.el: Adjust requires.
13818         (ediff-use-last-dir, ediff-buffers-internal): Declare.
13819         (ediff-find-file): Autoload.
13820         * vc/ediff-util.el: No need to load ediff when compiling.
13821         (ediff-regions-internal): Declare.
13822         * vc/ediff-wind.el: Adjust requires.
13823         (ediff-compute-toolbar-width): Define when compiling.
13824         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13825         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13826         (dired-get-filename, dired-get-marked-files)
13827         (ediff-last-dir-patch, ediff-patch-default-directory)
13828         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13829         (ediff-patch-buffer-internal): Declare.
13831         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13832         (ispell-process, ispell-buffer-local-words, lm-summary)
13833         (lm-section-start, lm-section-end): Declare.
13834         (checkdoc-ispell-init): Simplify.
13836         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13837         (he-string-member, he-reset-string, he-substitute-string): Declare.
13839         * eshell/em-ls.el: Adjust requires.
13840         (eshell-glob-regexp): Declare.
13841         * eshell/em-tramp.el: Adjust requires.
13842         (eshell-parse-command): Autoload.
13843         * eshell/em-xtra.el: Adjust requires.
13844         (eshell-parse-command): Autoload.
13845         * eshell/esh-ext.el: Adjust requires.
13846         (eshell-parse-command, eshell-close-handles): Autoload.
13847         * eshell/esh-io.el: Adjust requires.
13848         (eshell-output-filter): Autoload.
13849         * eshell/esh-util.el: No need to load tramp when compiling.
13850         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13851         Declare.
13852         (eshell-parse-ange-ls): Require ange-ftp and tramp.
13853         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13854         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13855         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13856         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13857         * eshell/esh-opt.el, eshell/esh-proc.el:
13858         * eshell/esh-var.el: Adjust requires.
13859         * eshell/eshell.el: Do not require esh-util twice.
13860         (eshell-add-input-to-history): Declare.
13861         (eshell-command): Check history module is active before using it.
13863         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13865 2013-05-22  Leo Liu  <sdl.web@gmail.com>
13867         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13869 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
13871         * autorevert.el (auto-revert-notify-add-watch)
13872         (auto-revert-notify-handler): Add `attrib' for the inotify case,
13873         it indicates changes in file modification time.
13875 2013-05-22  Glenn Morris  <rgm@gnu.org>
13877         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13878         Always delete the autoloaded function from the noruntime and
13879         unresolved functions lists.
13881         * allout.el: No need to load epa, epg, overlay when compiling.
13882         (epg-context-set-passphrase-callback, epg-list-keys)
13883         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13884         (epg-key-user-id-list): Declare.
13886         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13887         (viper-set-parsing-style-toggling-macro)
13888         (viper-set-emacs-state-searchstyle-macros):
13889         Use called-interactively-p on Emacs.
13890         (viper-looking-back): Make it an obsolete alias.  Update callers.
13891         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13892         Use looking-back rather than viper-looking-back.
13893         (viper-tmp-insert-at-eob, viper-enlarge-region)
13894         (viper-read-string-with-history, viper-register-to-point)
13895         (viper-append-to-register, viper-change-state-to-vi)
13896         (viper-backward-char-carefully, viper-forward-char-carefully)
13897         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13898         (viper-change-state-to-emacs): Declare.
13899         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13900         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13901         * emulation/viper-mous.el: Do not load viper-cmd.
13902         (viper-backward-char-carefully, viper-forward-char-carefully)
13903         (viper-forward-word, viper-adjust-window): Declare.
13905         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13907         * progmodes/idlw-help.el (idlwave-help-fontify):
13908         Use called-interactively-p.
13910         * term/w32console.el (w32-get-console-codepage)
13911         (w32-get-console-output-codepage): Declare.
13913         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13914         Remove unnecessary declarations.
13915         (dframe-message): Doc fix.
13917         * info.el (dframe-select-attached-frame, dframe-current-frame):
13918         Declare.
13920         * speedbar.el (speedbar-message): Make it an obsolete alias.
13921         Update all callers.
13922         (speedbar-with-attached-buffer)
13923         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13924         (speedbar-with-writable): Use backquote.
13925         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13926         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13927         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13928         rather than speedbar- aliases.
13929         * mail/rmail.el: Load dframe rather than speedbar when compiling.
13930         (speedbar-make-specialized-keymap, speedbar-insert-button)
13931         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13932         (speedbar-do-function-pointer): Declare.
13933         (rmail-speedbar-button, rmail-speedbar-find-file)
13934         (rmail-speedbar-move-message):
13935         Use dframe-with-attached-buffer rather than speedbar- alias.
13936         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13937         (dframe-message, speedbar-make-specialized-keymap)
13938         (speedbar-add-expansion-list, speedbar-mode-functions-list)
13939         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13940         (speedbar-insert-button, dframe-select-attached-frame)
13941         (dframe-maybee-jump-to-attached-frame)
13942         (speedbar-change-initial-expansion-list)
13943         (speedbar-previously-used-expansion-list-name): Declare.
13944         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13945         Use dframe-message, dframe-with-attached-buffer rather than
13946         speedbar- aliases.
13947         (gud-sentinel): Silence compiler.
13948         * progmodes/vhdl-mode.el (speedbar-refresh)
13949         (speedbar-do-function-pointer, speedbar-add-supported-extension)
13950         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13951         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13952         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13953         (speedbar-file-lists, speedbar-make-tag-line)
13954         (speedbar-line-directory, speedbar-goto-this-file)
13955         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13956         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13957         (speedbar-make-button, speedbar-reset-scanners)
13958         (speedbar-files-item-info, speedbar-line-text)
13959         (speedbar-find-file-in-frame, speedbar-set-timer)
13960         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13961         (speedbar-with-writable): Do not (re)define it.
13962         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13963         rather than speedbar- alias.
13965 2013-05-21  Leo Liu  <sdl.web@gmail.com>
13967         * progmodes/octave.el (octave-mode-menu): Update and re-organize
13968         menu items.
13969         (octave-mode): Tweak fill-nobreak-predicate.
13970         (inferior-octave-startup): Check process to avoid infinite loop.
13971         (inferior-octave): Pop to buffer first to show abornmal process
13972         exit information.
13974 2013-05-21  Glenn Morris  <rgm@gnu.org>
13976         * printing.el (pr-menu-bar): Define when compiling.
13978 2013-05-21  Leo Liu  <sdl.web@gmail.com>
13980         * progmodes/octave.el (octave-auto-fill): Remove.
13981         (octave-indent-new-comment-line): Improve.
13982         (octave-mode): Use auto fill mode through
13983         comment-line-break-function and fill-nobreak-predicate.
13984         (octave-goto-function-definition): Support DEFUN_DLD.
13985         (octave-beginning-of-defun): Small tweak.
13986         (octave-help): Show parent directory.
13988 2013-05-21  Glenn Morris  <rgm@gnu.org>
13990         * files.el (dired-unmark):
13991         * progmodes/gud.el (gdb-input): Update declarations.
13993         * calculator.el (electric, ehelp): No need to load when compiling.
13994         (Electric-command-loop, electric-describe-mode): Declare.
13996         * doc-view.el (doc-view-current-converter-processes): Move before use.
13998         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13999         Move MODE-set-explicitly definition before use.
14001         * international/mule-diag.el (mule-diag):
14002         Don't use obsolete window-system-version.
14004         * mail/feedmail.el (smtpmail): No need to load when compiling.
14005         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14007         * mail/mail-utils.el (rfc822): No need to load when compiling.
14008         (rfc822-addresses): Autoload it.
14009         (mail-strip-quoted-names): Trivial simplification.
14011         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14012         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14014         * net/snmp-mode.el (tempo): Don't duplicate requires.
14016         * progmodes/prolog.el (info): No need to load when compiling.
14017         (comint): Require before shell requires it.
14018         (Info-goto-node): Autoload it.
14019         (Info-follow-nearest-node): Declare.
14020         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14022         * textmodes/artist.el (picture-mode-exit): Declare.
14024         * textmodes/reftex-parse.el (reftex-parse-from-file):
14025         Trivial rewrite so the compiler can parse it better.
14027 2013-05-20  Leo Liu  <sdl.web@gmail.com>
14029         * progmodes/octave.el (octave-help-mode-map)
14030         (octave-help-mode-finish-hook): New variables.
14031         (octave-help-mode, octave-help-mode-finish): New functions.
14032         (octave-help): Use octave-help-mode.
14034 2013-05-20  Glenn Morris  <rgm@gnu.org>
14036         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
14038 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
14040         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14041         start at point, so that expansion starting right after opening
14042         slash in a regexp is recognized.
14043         (ruby-syntax-before-regexp-re): New defvar, extracted from
14044         ruby-syntax-propertize-function.  Since the value of this regexp
14045         is looked up at runtime now, we should be able to turn
14046         `ruby-syntax-methods-before-regexp' into a defcustom later.
14047         (ruby-syntax-propertize-function): Split regexp matching into two
14048         parts, for opening and closing slashes.  That allows us to skip
14049         over string interpolations and support multiline regexps.
14050         Don't call `ruby-syntax-propertize-expansions', instead use another rule
14051         for them, which calls `ruby-syntax-propertize-expansion'.
14052         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14053         call to `ruby-syntax-propertize-function'.
14054         (ruby-syntax-propertize-expansion): Extracted from
14055         `ruby-syntax-propertize-expansions'.  Handles one expansion.
14056         (ruby-syntax-propertize-percent-literal): Leave point right after
14057         the percent symbol, so that the expression expansion rule can
14058         propertize the contents.
14059         (ruby-syntax-propertize-heredoc): Leave point at bol following the
14060         heredoc openers.
14061         (ruby-syntax-propertize-expansions): Remove.
14063 2013-05-18  Juri Linkov  <juri@jurta.org>
14065         * man.el (Man-default-man-entry): Remove `-' from the end
14066         of the default value.  (Bug#14400)
14068 2013-05-18  Glenn Morris  <rgm@gnu.org>
14070         * comint.el (comint-password-prompt-regexp):
14071         Allow "password for XXX" where XXX contains colons (eg https://...).
14073 2013-05-18  Leo Liu  <sdl.web@gmail.com>
14075         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14076         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
14077         (octave-source-directories): Don't check process.
14078         (octave-source-directories, octave-find-definition): Doc fix.
14080 2013-05-18  Glenn Morris  <rgm@gnu.org>
14082         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14083         Remove backspace/delete bindings.  (Bug#14392)
14085         * cus-dep.el (custom-make-dependencies): Sort the output.
14086         (custom-versions-load-alist): Convert comment to doc.
14088 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14090         * newcomment.el (comment-search-backward): Stricter in finding
14091         comment start.  (Bug#14303)
14093         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14094         (octave-comment-start-skip): Properly anchored.
14096 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14098         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14099         Clean up when turned off.  (Bug#14395)
14100         (smie--highlight-matching-block-overlay): No longer buffer-local.
14101         (smie-highlight-matching-block): Adjust.
14103 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14105         Doc string fix for "nanoseconds" (Bug#14406).
14106         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14107         Fix doc string typo that had "nanoseconds" instead of "microseconds".
14109 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
14111         * calc/calc-units.el (math-extract-units): Preserve powers
14112         of units.
14114 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14116         * subr.el (delete-consecutive-dups): New function.
14117         * ido.el (ido-set-matches-1): Use it.
14118         * progmodes/octave.el (inferior-octave-completion-table): Use it.
14119         * ido.el (ido-remove-consecutive-dups): Remove.
14121 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14123         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14124         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14125         regexp-opt's `words'.
14127 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14129         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14130         (smie--highlight-matching-block-overlay)
14131         (smie--highlight-matching-block-lastpos)
14132         (smie--highlight-matching-block-timer): New variables.
14133         (smie-highlight-matching-block): New function.
14134         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
14135         (smie-setup): Conditionally enable smie-blink-matching-open.
14137 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
14139         Sync with upstream verilog-mode r840.
14140         * progmodes/verilog-mode.el (verilog-mode-version)
14141         (verilog-mode-release-date): Update.
14142         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14143         (verilog-sig-tieoff): Fix string error on
14144         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
14145         (verilog-read-decls): Fix parameters confusing
14146         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
14148 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
14150         * subr.el (reveal-filename): New function.
14152         * loadup.el: Compute Emacs executable versions on MS-Windows,
14153         where executables have the .exe extension.  Add a hard link
14154         emacs-XX.YY.ZZ.exe on MS-Windows.
14156         * Makefile.in (XARGS_LIMIT): New variable.
14157         (custom-deps, finder-data, autoloads)
14158         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14159         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14160         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14161         (compile-main): Limit xargs according to $(XARGS_LIMIT).
14163 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14165         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14166         (octave-mode-menu, octave-mode-map): Remove its uses.
14168 2013-05-16  Reto Zimmermann  <reto@gnu.org>
14170         Sync with upstream vhdl mode v3.34.2.
14171         * progmodes/vhdl-mode.el: Use `push' throughout.
14172         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14173         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14174         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
14175         (vhdl-actual-generic-name): New option to derive actual generic name.
14176         (vhdl-port-paste-signals): Replace formal by actual generics.
14177         (vhdl-beautify): New name for old group vhdl-align.  Update users.
14178         (vhdl-beautify-options): New option.
14179         (vhdl-last-input-event): New compat alias.  Use throughout.
14180         (vhdl-goto-line): Replace user level function `goto-line'.
14181         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14182         vhdl-fix-statement-buffer.
14183         (vhdl-create-mode-menu): Add some entries.
14184         (vhdl-align-region-groups): Respect vhdl-beautify-options.
14185         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14186         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14187         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14188         to force statements on one line.
14189         (vhdl-remove-trailing-spaces-region):
14190         New, split from vhdl-remove-trailing-spaces.
14191         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14192         Respect vhdl-beautify-options.
14193         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14194         (vhdl-update-sensitivity-list): Not add with index if exists without.
14195         Not include array index with signal.  Ignore keywords in comments.
14196         (vhdl-get-visible-signals): Regexp tweaks.
14197         (vhdl-template-component-inst): Handle empty library.
14198         (vhdl-template-type): Add template for 'enum' type.
14199         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14200         Use vhdl-replace-string.
14201         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14202         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14203         (vhdl-speedbar-initialize): Update for above name change.
14204         (vhdl-compose-wire-components): Fix in handling of constants.
14205         (vhdl-error-regexp-emacs-alist): New variable.
14206         (vhdl-error-regexp-add-emacs): New function;
14207         adds support for new compile.el (Emacs 22+)
14208         (vhdl-generate-makefile-1): Change target order for single lib. units.
14209         Allow use of absolute file names.
14211 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14213         * simple.el (prog-indent-sexp): Indent enclosing defun.
14215 2013-05-15  Glenn Morris  <rgm@gnu.org>
14217         * cus-start.el (show-trailing-whitespace): Move to editing basics.
14218         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14219         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14220         (whitespace-highlight): Move to whitespace group.
14222         * comint.el (comint-source):
14223         * pcmpl-linux.el (pcmpl-linux):
14224         * shell.el (shell-faces):
14225         * eshell/esh-opt.el (eshell-opt):
14226         * international/ccl.el (ccl): Remove empty custom groups.
14228         * completion.el (dynamic-completion-mode):
14229         * jit-lock.el (jit-lock-debug-mode):
14230         * minibuffer.el (completion-in-region-mode):
14231         * type-break.el (type-break-mode-line-message-mode)
14232         (type-break-query-mode):
14233         * emulation/tpu-edt.el (tpu-edt-mode):
14234         * progmodes/subword.el (global-subword-mode, global-superword-mode):
14235         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14236         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14238         * term/xterm.el (xterm): Change parent group to terminals.
14240         * master.el (master): Remove empty custom group.
14241         (master-mode): Remove unused :group argument.
14242         * textmodes/refill.el (refill): Remove empty custom group.
14243         (refill-mode): Remove unused :group argument.
14245         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14247         * cus-dep.el: Provide a feature.
14248         (custom-make-dependencies): Ignore dotfiles (dir-locals).
14249         Don't mistakenly ignore files whose basenames match a basename
14250         from preloaded-file-list (eg cedet/ede/simple.el).
14251         Add a fallback method for getting :group.
14253 2013-05-15  Juri Linkov  <juri@jurta.org>
14255         * isearch.el (isearch-char-by-name): Rename from
14256         `isearch-insert-char-by-name'.  Doc fix.
14257         (isearch-forward): Mention `isearch-char-by-name' in
14258         the docstring.  (Bug#13348)
14260         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14261         `exit-minibuffer' instead of
14262         `isearch-nonincremental-exit-minibuffer'.
14263         (isearch-edit-string): Remove mention of
14264         `isearch-nonincremental-exit-minibuffer' from docstring.
14265         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14266         (isearch-forward-exit-minibuffer)
14267         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
14269 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14271         * loadup.el: Just use unversioned DOC.
14273         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14274         literals as extending to EOB.
14275         (nxml-last-fontify-end): Remove unused variable.
14276         (nxml-after-change1): Use with-silent-modifications.
14277         (nxml-extend-after-change-region): Simplify.
14278         (nxml-extend-after-change-region1): Remove function.
14279         (nxml-after-change1): Don't adjust for dependent regions.
14280         (nxml-fontify-matcher): Simplify.
14281         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14282         (xmltok-add-dependent): Remove function.
14283         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14284         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14285         (xmltok-scan-prolog-after-processing-instruction-open): Treat
14286         unclosed <[[, <?, comment, and other literals as extending to EOB.
14287         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14288         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14289         Remove functions.
14290         (rng-do-some-validation-1): Don't mark dependent regions.
14291         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14292         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14293         (nxml-clear-dependent-regions): Remove functions.
14294         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14295         (nxml-ensure-scan-up-to-date):
14296         Don't clear&mark dependent regions.
14298 2013-05-15  Leo Liu  <sdl.web@gmail.com>
14300         * progmodes/octave.el (octave-goto-function-definition):
14301         Improve and fix callers.
14303 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14305         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14306         the setter (bug#14387).
14308         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14309         surrounding group (bug#14402).
14311 2013-05-14  Juri Linkov  <juri@jurta.org>
14313         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14314         (Bug#14390)
14316 2013-05-14  Glenn Morris  <rgm@gnu.org>
14318         * progmodes/f90.el (f90-imenu-generic-expression):
14319         Fix typo in 2013-05-08 change.  (Bug#14402)
14321 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14323         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14324         Remove signals for which replies are never received.
14326 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14328         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14329         (gdb-handler-alist, gdb-handler-number): Remove variables.
14330         (gdb-handler-list): New variable.
14331         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14332         (gdb-pending-handler-p, gdb-handle-reply)
14333         (gdb-remove-all-pending-triggers): New functions.
14334         (gdb-discard-unordered-replies): New defcustom.
14335         (gdb-handler): New defstruct.
14336         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
14337         instead of gdb-pending-triggers.  Update docstring.
14338         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
14339         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14340         (gdb-var-update-handler, def-gdb-auto-update-trigger)
14341         (def-gdb-auto-update-handler, gdb-get-changed-registers)
14342         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14343         (gdb-frame-handler): Pending triggers are now automatically managed.
14344         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14345         Remove argument.
14346         (gdb-input): Automatically handles pending triggers.  Update docstring.
14347         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14348         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14349         Update comments.
14350         (gdb-done-or-error): Now use gdb-handle-reply.
14352 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14354         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14355         gdb-debug-log.
14357 2013-05-14  Glenn Morris  <rgm@gnu.org>
14359         * subr.el (user-emacs-directory-warning): New option.
14360         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
14362 2013-05-14  Leo Liu  <sdl.web@gmail.com>
14364         * progmodes/octave.el (octave-font-lock-keywords): Fix error
14365         during redisplay.
14366         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14367         (octave-font-lock-texinfo-comment): Fix invalid search bound
14368         error: wrong side of point.
14370 2013-05-14  Glenn Morris  <rgm@gnu.org>
14372         * progmodes/flymake.el (flymake-xml-program): New option.
14373         (flymake-xml-init): Use it.
14375         * term/xterm.el: Provide a feature.
14377         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
14379 2013-05-13  Glenn Morris  <rgm@gnu.org>
14381         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14382         Add compat aliases as a hack workaround.  (Bug#14384)
14384 2013-05-13  Leo Liu  <sdl.web@gmail.com>
14386         * progmodes/octave.el (octave-indent-comment): Fix indentation for
14387         ###, and %!.
14388         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14389         C-M-q.
14390         (octave-comment-start-skip): Include %!.
14391         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14393 2013-05-12  Leo Liu  <sdl.web@gmail.com>
14395         * progmodes/octave.el (inferior-octave-startup): Store the value
14396         of __octave_srcdir__ for octave-source-directories.
14397         (inferior-octave-check-process): New function refactored out of
14398         inferior-octave-send-list-and-digest.
14399         (octave-source-directories)
14400         (octave-find-definition-filename-function): New variables.
14401         (octave-source-directories)
14402         (octave-find-definition-default-filename): New functions.
14403         (octave-find-definition): Improve to find functions implemented in C++.
14405 2013-05-12  Glenn Morris  <rgm@gnu.org>
14407         * calendar/diary-lib.el (diary-outlook-format-1):
14408         Don't include dayname in the output.  (Bug#14349)
14410 2013-05-11  Glenn Morris  <rgm@gnu.org>
14412         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14414         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14415         Treat cc-provide like provide.
14417 2013-05-11  Kevin Ryde  <user42@zip.com.au>
14419         * cus-dep.el (custom-make-dependencies):
14420         Use generated-autoload-load-name for the sake of files such
14421         such cedet/semantic/bovine/c.el, where the base file name
14422         is not in load-path.  (Bug#5277)
14424 2013-05-11  Glenn Morris  <rgm@gnu.org>
14426         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14427         Provide features.
14429 2013-05-11  Leo Liu  <sdl.web@gmail.com>
14431         * progmodes/octave.el (octave-indent-comment): Improve.
14432         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14433         (octave-eldoc-function-signatures, octave-eldoc-function):
14434         New functions.
14435         (octave-mode, inferior-octave-mode): Add eldoc support.
14437 2013-05-11  Richard Stallman  <rms@gnu.org>
14439         * epa.el (epa-decrypt-file): Take output file name as argument
14440         and read it using `interactive'.
14442 2013-05-11  Leo Liu  <sdl.web@gmail.com>
14444         * progmodes/octave.el (octave-beginning-of-line)
14445         (octave-end-of-line): Check before using up-list because it jumps
14446         out of more syntactic contructs since moving to smie.
14447         (octave-indent-comment): New function.
14448         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
14449         (octave-begin-keywords, octave-end-keywords)
14450         (octave-reserved-words, octave-smie-bnf-table)
14451         (octave-smie-rules): Add new keywords from Octave 3.6.4.
14453 2013-05-11  Glenn Morris  <rgm@gnu.org>
14455         * faces.el (internal-face-x-get-resource):
14456         * frame.el (ns-display-monitor-attributes-list):
14457         * calc/calc-aent.el (math-to-radians-2):
14458         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14459         Fix declarations.
14461         * calc/calc-menu.el: Make it loadable in isolation.
14463         * net/eudcb-bbdb.el: Make it loadable without bbdb.
14464         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14465         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14466         (eudc-bbdb-query-internal): Require 'bbdb.
14468         * lpr.el (lpr-headers-switches):
14469         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14471         * progmodes/sql.el (sql-login-params): Fix and improve :type.
14473         * emulation/edt-mapper.el: In batch mode, error rather than hang.
14475         * term.el (term-set-escape-char): Make it idempotent.
14477 2013-05-10  Leo Liu  <sdl.web@gmail.com>
14479         * progmodes/octave.el (inferior-octave-completion-table):
14480         No longer a function and all uses changed.  Use cache to speed up
14481         completion due to bug#11906.
14482         (octave-beginning-of-defun): Re-write to be more general.
14484 2013-05-10  Glenn Morris  <rgm@gnu.org>
14486         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14488 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14490         * comint.el (comint-redirect-send-command-to-process): Use :around
14491         rather than :override for comint-redirect-filter.
14492         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14493         Call it instead of comint-redirect-original-filter-function (which
14494         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
14496 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
14498         * frame.el (display-monitor-attributes-list): Add NS case.
14499         (ns-display-monitor-attributes-list): Declare.
14501 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
14503         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
14505 2013-05-09  Glenn Morris  <rgm@gnu.org>
14507         * international/fontset.el (vertical-centering-font-regexp):
14508         Set standard-value.
14510         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14512         * bookmark.el (bookmark-search-delay):
14513         * cus-start.el (vertical-centering-font-regexp):
14514         * ps-mule.el (ps-mule-font-info-database-default):
14515         * ps-print.el (ps-default-fg, ps-default-bg):
14516         * type-break.el (type-break-good-break-interval):
14517         * whitespace.el (whitespace-indentation-regexp)
14518         (whitespace-space-after-tab-regexp):
14519         * emacs-lisp/testcover.el (testcover-1value-functions)
14520         (testcover-noreturn-functions, testcover-progn-functions)
14521         (testcover-prog1-functions):
14522         * emulation/viper-init.el (viper-emacs-state-cursor-color):
14523         * eshell/em-glob.el (eshell-glob-translate-alist):
14524         * play/tetris.el (tetris-tty-colors):
14525         * progmodes/cpp.el (cpp-face-default-list):
14526         * progmodes/flymake.el (flymake-allowed-file-name-masks):
14527         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14528         (idlwave-help-browser-generic-args):
14529         * progmodes/make-mode.el (makefile-special-targets-list):
14530         * progmodes/python.el (python-shell-virtualenv-path):
14531         * progmodes/verilog-mode.el (verilog-active-low-regexp)
14532         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14533         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14534         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14535         * textmodes/reftex-vars.el (reftex-format-label-function):
14536         * textmodes/remember.el (remember-diary-file): Fix custom types.
14538         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14539         Add :version.
14541 2013-05-09  Leo Liu  <sdl.web@gmail.com>
14543         * progmodes/octave.el (inferior-octave-completion-at-point):
14544         Restore file completion.  (Bug#14300)
14545         (inferior-octave-startup): Fix incorrect highlighting for the
14546         first prompt.
14548 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14550         * progmodes/ruby-mode.el: First cut at SMIE support.
14551         (ruby-use-smie): New var.
14552         (ruby-smie-grammar): New constant.
14553         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14554         (ruby-smie--forward-token, ruby-smie--backward-token)
14555         (ruby-smie-rules): New functions.
14556         (ruby-mode-variables): Setup SMIE if applicable.
14558 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
14560         * simple.el (line-move-visual): Signal beginning/end of buffer
14561         only if vertical-motion moved less than it was requested.  Avoids
14562         silly incorrect error messages when there are display strings with
14563         multiple newlines at EOL.
14565 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14567         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14568         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14569         (prolog-char-quote-workaround):
14570         * progmodes/cperl-mode.el (cperl-under-as-char):
14571         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14572         Mark as obsolete.
14573         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14574         their declaration.
14575         (vhdl-mode-syntax-table-init): Remove.
14577         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14578         last change.
14580         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14581         syntax for "_".
14582         (ld-script-font-lock-keywords):
14583         Change regexps to use things like \_< and \_>.
14585         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14586         Change all regexps to use things like \_< and \_>.
14588         * progmodes/autoconf.el (autoconf-definition-regexp)
14589         (autoconf-font-lock-keywords, autoconf-current-defun-function):
14590         Handle a _ with symbol syntax.
14591         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14593         * progmodes/ada-mode.el (ada-mode-abbrev-table):
14594         Consolidate declaration.
14595         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14596         the declaration.
14597         (ada-create-syntax-table): Remove.
14598         (ada-capitalize-word): Don't mess with the syntax of "_" since it
14599         already has the right syntax nowadays.
14600         (ada-goto-next-word): Don't change the syntax of "_".
14602         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14603         with-wrapper-hook.
14605 2013-05-08  Sam Steingold  <sds@gnu.org>
14607         * thingatpt.el (thing-at-point): Accept optional second argument
14608         NO-PROPERTIES to strip the text properties from the return value.
14609         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14610         to `thing-at-point' instead of stripping the properties ourselves.
14611         Also, when `thing-at-point' fails to find a url, prepend "http://"
14612         to the filename at point on the assumption that the user is
14613         pointing at something like gnu.org/gnu.
14615 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
14617         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14618         * faces.el (crm-separator):
14619         Silence byte-compiler.
14621         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14622         (tool-bar-map): Remove unneeded defvars.
14624 2013-05-08  Leo Liu  <sdl.web@gmail.com>
14626         Re-work a fix for bug#10994 based on Le Wang's patch.
14627         * ido.el (ido-remove-consecutive-dups): New helper.
14628         (ido-completing-read): Use it.
14629         (ido-chop): Revert fix for bug#10994.
14631 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
14633         * cus-edit.el (custom-save-variables):
14634         Pretty-print long values.  (Bug#14187)
14636 2013-05-08  Glenn Morris  <rgm@gnu.org>
14638         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14639         (m4-mode-syntax-table): Init in the defvar.
14640         (m4-mode-abbrev-table): Let define-derived-mode define it.
14642 2013-05-08  Tom Tromey  <tromey@redhat.com>
14644         * progmodes/m4-mode.el (m4-mode-syntax-table):
14645         Do not treat "_" as word constituent.  (Bug#14167)
14647 2013-05-07  Glenn Morris  <rgm@gnu.org>
14649         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14650         Remove explicit eshell-isearch-cancel-map.
14652         * progmodes/f90.el (f90-smart-end-names): New option.
14653         (f90-smart-end): Doc fix.
14654         (f90-end-block-optional-name): New constant.
14655         (f90-block-match): Respect f90-smart-end-names.
14657 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14659         * progmodes/octave.el (octave-smie-forward-token): Be more careful
14660         about implicit semi-colons (bug#14218).
14662 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14664         * frame.el (display-monitor-attributes-list)
14665         (frame-monitor-attributes): New functions.
14667 2013-05-06  Leo Liu  <sdl.web@gmail.com>
14669         * progmodes/octave.el (octave-syntax-propertize-function): Change
14670         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
14671         (octave-font-lock-keywords): Use octave-operator-regexp.
14672         (octave-completion-at-point): Rename from
14673         octave-completion-at-point-function.
14674         (inferior-octave-directory-tracker): Robustify.
14675         (octave-text-functions): Remove and fix its uses.  No such things
14676         any more.
14678 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14680         * emacs-lisp/trace.el (trace--display-buffer): New function.
14681         (trace-make-advice): Use it.
14683 2013-05-06  Juri Linkov  <juri@jurta.org>
14685         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
14686         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14687         Doc fix.
14688         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14689         in the help string.  (Bug#12985)
14691 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
14693         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
14695 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14697         * progmodes/perl-mode.el: Add support for here documents.
14698         (perl-syntax-propertize-function): Match here-doc markers.
14699         (perl-syntax-propertize-special-constructs): Find their end.
14700         (perl-imenu-generic-expression): Use [:alnum:].
14702         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14703         (advice--add-function): Refresh the advice if already present
14704         (bug#14317).
14706 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
14708         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
14710 2013-05-06  Glenn Morris  <rgm@gnu.org>
14712         * w32-fns.el (w32-charset-info-alist): Declare.
14714         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14715         of its defcustom properties.
14716         (eshell-cmpl-initialize): No need to load pcomplete.
14718         * generic-x.el: No need to require comint when compiling.
14720         * net/eudc-export.el: Make it loadable without bbdb.
14721         (top-level): Use require rather than load-library.
14722         (eudc-create-bbdb-record, eudc-bbdbify-phone)
14723         (eudc-batch-export-records-to-bbdb)
14724         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14725         Require bbdb.
14727 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14729         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14730         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14731         some tweaks, instead.
14733 2013-05-05  Leo Liu  <sdl.web@gmail.com>
14735         * progmodes/octave.el (octave-font-lock-keywords)
14736         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14737         (inferior-octave-send-list-and-digest): Improve error message.
14738         (octave-mode, inferior-octave-mode): Use setq-local.
14739         (octave-help): Set info-lookup-mode.
14741 2013-05-05  Richard Stallman  <rms@gnu.org>
14743         * vc/compare-w.el (compare-windows-whitespace):
14744         Treat no-break space as whitespace.
14746         * mail/rmailsum.el (rmail-summary-rmail-update):
14747         Detect empty summary and don't change selected message.
14748         (rmail-summary-goto-msg): Likewise.
14750         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14751         Doc fixes, rename args.
14753 2013-05-05  Alan Mackenzie  <acm@muc.de>
14755         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14757 2013-05-05  Juri Linkov  <juri@jurta.org>
14759         * info.el (Info-read-subfile): Use (point-min) instead of (point)
14760         to not add the length of the summary segment to the return value.
14761         (Bug#14125)
14763 2013-05-05  Leo Liu  <sdl.web@gmail.com>
14765         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14766         (inferior-octave-output-filter): Remove.
14767         (octave-send-region, inferior-octave-startup): Fix callers.
14768         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14769         (octave-binary-file-extensions): New user variable.
14770         (octave-find-definition): Confirm if opening binary files.
14771         (octave-help-file): Use octave-find-definition to get the binary
14772         confirmation.
14773         (octave-help): Adjust for octave-help-file change.
14775 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14777         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14778         Merge the two entries that handle function definitions.
14779         (pascal--syntax-propertize): New const.
14780         (pascal-mode): Use it.  Use setq-local.
14782 2013-05-04  Glenn Morris  <rgm@gnu.org>
14784         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14785         (diary-from-outlook): Respect diary-from-outlook-function.
14787 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14789         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14790         Move the declaration from C.
14791         (read-minibuffer, eval-minibuffer): Move from C.
14792         (completion-setup-function): Avoid minibuffer-completion-contents.
14794 2013-05-03  Leo Liu  <sdl.web@gmail.com>
14796         * progmodes/octave.el (octave-font-lock-keywords): Do not
14797         dehighlight 'end' in comments or strings.
14798         (octave-completing-read, octave-goto-function-definition):
14799         New helpers.
14800         (octave-help-buffer): New user variable.
14801         (octave-help-file, octave-help-function): New button types.
14802         (octave-help): New command and bind it to C-h ;.
14803         (octave-find-definition): New command and bind it to M-.
14804         (user-error): Alias to error if not defined.
14806 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14808         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14809         for \.  (bug#14332)
14810         (octave-font-lock-keywords): Include [ and {.
14812 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14814         * progmodes/octave.el (inferior-octave-startup-file): Change default.
14815         (inferior-octave): Remove calling comint-mode and return the buffer.
14816         (inferior-octave-startup): Cosmetic changes.
14818 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14820         * progmodes/octave.el (octave-syntax-propertize-function):
14821         Include the case when ' is at line beginning.  (Bug#14336)
14823 2013-05-02  Glenn Morris  <rgm@gnu.org>
14825         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14826         * desktop.el (vc-dir-mode): Just autoload it here.
14828 2013-05-02  Alan Mackenzie  <acm@muc.de>
14830         Eliminate variable c-standard-font-lock-fontify-region-function.
14831         * progmodes/cc-mode.el
14832         (c-standard-font-lock-fontify-region-function): Remove.
14833         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14835 2013-05-01  Leo Liu  <sdl.web@gmail.com>
14837         * progmodes/octave.el: Compatible with older emacs-24 releases.
14838         (inferior-octave-has-built-in-variables): Remove.  Built-in
14839         variables were removed from Octave in 2007.
14840         (inferior-octave-startup): Fix uses.
14841         (comint-line-beginning-position): Remove compatibility code for
14842         emacs 21.
14844 2013-05-01  Juri Linkov  <juri@jurta.org>
14846         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
14848 2013-05-01  Juri Linkov  <juri@jurta.org>
14850         * comint.el (comint-previous-matching-input): Don't print message
14851         "History item: %d" when `isearch-mode' is active.
14852         (comint-history-isearch-message): Print message "History item: %d"
14853         when `comint-input-ring-index' is not empty and this function is
14854         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
14856 2013-05-01  Leo Liu  <sdl.web@gmail.com>
14858         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14859         definitions.  Use completion-at-point to insert keywords.
14860         (octave-abbrev-start): Remove.
14861         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14863 2013-04-30  Leo Liu  <sdl.web@gmail.com>
14865         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14866         change.
14868 2013-04-30  Alan Mackenzie  <acm@muc.de>
14870         Handle arbitrarily long C++ member initialisation lists.
14871         * progmodes/cc-engine.el (c-back-over-member-initializers):
14872         new function.
14873         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14874         (most) member init lists.
14876 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14878         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14879         variable.
14881 2013-04-30  Leo Liu  <sdl.web@gmail.com>
14883         * progmodes/octave.el (octave-variables): Remove.  No builtin
14884         variables any more.  All converted to functions.
14885         (octave-font-lock-keywords, octave-completion-at-point-function):
14886         Fix uses.
14887         (octave-font-lock-texinfo-comment): New user variable.
14888         (octave-texinfo-font-lock-keywords): New variable for texinfo
14889         comment block.
14890         (octave-function-comment-block): New face.
14891         (octave-font-lock-texinfo-comment): New function.
14892         (octave-mode): Font lock texinfo comment block.
14894 2013-04-29  Leo Liu  <sdl.web@gmail.com>
14896         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14897         indexing expression.
14898         (octave-continuation-string): Do not use \.
14899         (inferior-octave-complete-impossible): Remove.
14900         (inferior-octave-completion-table)
14901         (inferior-octave-completion-at-point): Remove its uses.
14902         (inferior-octave-startup): completion_matches was introduced to
14903         Octave in 1996 so safe to assume it.
14904         (octave-function-file-comment): Improve to follow how Octave does it.
14905         (octave-update-function-file-comment): Tweak.
14907 2013-04-29  Leo Liu  <sdl.web@gmail.com>
14909         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14910         (inferior-octave-startup): Remove inferior-octave-startup-hook.
14911         (octave-function-file-comment): Fix typo.
14912         (octave-sync-function-file-names): Use read-char-choice.
14914 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
14916         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14917         to t for the less important warnings.
14919 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
14921         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
14923 2013-04-27  Glenn Morris  <rgm@gnu.org>
14925         * vc/log-view.el (log-view-current-entry):
14926         Treat "---" separator lines as part of the following rev.  (Bug#14169)
14928 2013-04-27  Juri Linkov  <juri@jurta.org>
14930         * subr.el (read-number): Doc fix about using it by interactive
14931         code letter `n'.  (Bug#14254)
14933 2013-04-27  Juri Linkov  <juri@jurta.org>
14935         * desktop.el (desktop-auto-save-timeout): New option.
14936         (desktop-file-checksum): New variable.
14937         (desktop-save): Add optional arg `auto-save' and don't auto-save
14938         if nothing changed.
14939         (desktop-auto-save-timer): New variable.
14940         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14941         (after-init-hook): Call `desktop-auto-save-set-timer'.
14942         Suggested by Reuben Thomas <rrt@sc3d.org> in
14943         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14945 2013-04-27  Leo Liu  <sdl.web@gmail.com>
14947         * progmodes/octave.el (octave-function-file-p)
14948         (octave-skip-comment-forward, octave-function-file-comment)
14949         (octave-update-function-file-comment): New functions.
14950         (octave-mode-map): Bind C-c ; to
14951         octave-update-function-file-comment.
14952         (octave-mode-menu): Add octave-update-function-file-comment.
14953         (octave-mode, inferior-octave-mode): Fix doc-string.
14954         (octave-insert-defun): Conform to Octave's coding convention.
14955         (Bug#14285)
14957         * files.el (basic-save-buffer): Don't let errors in
14958         before-save-hook prevent saving buffer.
14960 2013-04-20  Roland Winkler  <winkler@gnu.org>
14962         * faces.el (read-face-name): Use completing-read if arg multiple
14963         is nil.
14965 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
14967         * ls-lisp.el (ls-lisp-insert-directory): If no files are
14968         displayed, move point to after the totals line.
14969         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14970         for the details.
14972 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14974         * emacs-lisp/package.el (package-autoload-ensure-default-file):
14975         Add current dir to the load-path.
14976         (package-generate-autoloads): Don't rely on
14977         autoload-ensure-default-file.
14979 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
14981         * textmodes/remember.el (remember-store-in-files): Document that
14982         the file name format is passed to `format-time-string'.
14984 2013-04-26  Leo Liu  <sdl.web@gmail.com>
14986         * progmodes/octave.el (octave-sync-function-file-names): New function.
14987         (octave-mode): Use it in before-save-hook.
14989 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14991         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14992         (bug#14274).
14994         * progmodes/octave.el (octave-smie-forward-token): Properly skip
14995         \n and comment, even if it's not an implicit ; (bug#14218).
14997 2013-04-26  Glenn Morris  <rgm@gnu.org>
14999         * subr.el (read-number): Once more use `read' rather than
15000         `string-to-number', to trap non-numeric input.  (Bug#14254)
15002 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
15004         * emacs-lisp/syntax.el (syntax-propertize-multiline):
15005         Use `syntax-multiline' text property consistently instead of
15006         `font-lock-multiline'.  (Bug#14237)
15008 2013-04-26  Glenn Morris  <rgm@gnu.org>
15010         * emacs-lisp/shadow.el (list-load-path-shadows):
15011         No longer necessary to check for duplicate simple.el, since
15012         2012-07-07 change to init_lread to not include installation lisp
15013         directories in load-path when running uninstalled.  (Bug#14270)
15015 2013-04-26  Leo Liu  <sdl.web@gmail.com>
15017         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15018         (octave-mode, inferior-octave-mode): Use setq-local.
15019         (octave-not-in-string-or-comment-p): Rename to
15020         octave-in-string-or-comment-p.
15021         (octave-in-comment-p, octave-in-string-p)
15022         (octave-in-string-or-comment-p): Replace defsubst with defun.
15024 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15026         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15028 2013-04-25  Bastien Guerry  <bzg@gnu.org>
15030         * textmodes/remember.el (remember-data-directory)
15031         (remember-directory-file-name-format): Fix custom types.
15033 2013-04-25  Leo Liu  <sdl.web@gmail.com>
15035         * progmodes/octave.el (octave-completion-at-point-function):
15036         Make use of inferior octave process.
15037         (octave-initialize-completions): Remove.
15038         (inferior-octave-completion-table): New function.
15039         (inferior-octave-completion-at-point): Use it.
15040         (octave-completion-alist): Remove.
15042 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15044         * progmodes/opascal.el: Use font-lock and syntax-propertize.
15045         (opascal-mode-syntax-table): New var.
15046         (opascal-literal-kind, opascal-is-literal-end)
15047         (opascal-literal-token-at): Rewrite.
15048         (opascal--literal-start-re, opascal-font-lock-keywords)
15049         (opascal--syntax-propertize): New constants.
15050         (opascal-font-lock-defaults): Adjust.
15051         (opascal-mode): Use them.  Set comment-<foo> variables as well.
15052         (delphi-comment-face, opascal-comment-face, delphi-string-face)
15053         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15054         (delphi-other-face, opascal-other-face): Remove face variables.
15055         (opascal-save-state): Remove macro.
15056         (opascal-fontifying-progress-step): Remove constant.
15057         (opascal--ignore-changes): Remove var.
15058         (opascal-set-token-property, opascal-parse-next-literal)
15059         (opascal-is-stable-literal, opascal-complete-literal)
15060         (opascal-is-literal-start, opascal-face-of)
15061         (opascal-parse-region, opascal-parse-region-until-stable)
15062         (opascal-fontify-region, opascal-after-change)
15063         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15064         (opascal-debug-parse-region, opascal-debug-parse-window)
15065         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15066         (opascal-debug-fontify-buffer): Remove.
15067         (opascal-debug-mode-map): Adjust accordingly.
15069 2013-04-25  Leo Liu  <sdl.web@gmail.com>
15071         Merge octave-mod.el and octave-inf.el into octave.el with some
15072         cleanups.
15073         * progmodes/octave.el: New file renamed from octave-mod.el.
15074         * progmodes/octave-inf.el: Merged into octave.el.
15075         * progmodes/octave-mod.el: Renamed to octave.el.
15077 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
15079         * textmodes/reftex-vars.el
15080         (reftex-label-ignored-macros-and-environments): New defcustom.
15082         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15084 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15086         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15087         (smie-indent-keyword): Improve the check to ensure that the next
15088         comment is really on the same line.
15089         (smie-indent-comment): Don't align with a subsequent closer (or eob).
15091         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15092         semi-colons if the line is not otherwise empty (bug#14218).
15094 2013-04-25  Glenn Morris  <rgm@gnu.org>
15096         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15098 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15100         * progmodes/opascal.el (opascal-set-token-property): Rename from
15101         opascal-set-text-properties and only set `token' (bug#14134).
15102         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15103         (opascal-literal-text-properties): Remove.
15104         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15105         Adjust callers.
15107 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
15109         * textmodes/remember.el (remember-handler-functions): Add an
15110         option for a new handler `remember-store-in-files'.
15111         (remember-data-directory, remember-directory-file-name-format):
15112         New options.
15113         (remember-store-in-files): New function to store remember notes
15114         as separate files within a directory.
15116 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
15118         * progmodes/compile.el (compilation-next-error-function):
15119         Pass "formats" to compilation-find-file (bug#11777).
15121 2013-04-24  Glenn Morris  <rgm@gnu.org>
15123         * vc/vc-bzr.el (vc-bzr-print-log):
15124         * vc/vc-hg.el (vc-hg-print-log):
15125         * vc/vc-svn.el (vc-svn-print-log):
15126         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
15128         * vc/vc-bzr.el (vc-bzr-print-log):
15129         * vc/vc-cvs.el (vc-cvs-print-log):
15130         * vc/vc-git.el (vc-git-print-log):
15131         * vc/vc-hg.el (vc-hg-print-log):
15132         * vc/vc-mtn.el (vc-mtn-print-log):
15133         * vc/vc-rcs.el (vc-rcs-print-log):
15134         * vc/vc-sccs.el (vc-sccs-print-log):
15135         * vc/vc-svn.el (vc-svn-print-log):
15136         * vc/vc.el (vc-print-log-internal): Doc fixes.
15138 2013-04-23  Glenn Morris  <rgm@gnu.org>
15140         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15141         Remove venerable code attempting to avoid substitute-command-keys.
15143 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
15145         * textmodes/reftex-vars.el (reftex-label-regexps):
15146         Call `reftex-compile-variables' after changes to this variable.
15148 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15150         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15151         Use lexical-binding.
15152         (jit-lock-force-redisplay): Use markers, check buffer's continued
15153         existence and beware narrowed buffers.
15154         (jit-lock-fontify-now): Adjust call accordingly.
15156 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15158         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15159         to avoid misleading the user.
15161 2013-04-22  Leo Liu  <sdl.web@gmail.com>
15163         * info-look.el: Prefer latex2e.info.  (Bug#14240)
15165 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
15167         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
15169         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15170         * net/tramp.el (tramp-call-process): ... here.
15171         (tramp-set-completion-function, tramp-parse-putty):
15172         * net/tramp-adb.el (tramp-adb-execute-adb-command):
15173         * net/tramp-gvfs.el (tramp-gvfs-send-command):
15174         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15175         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15176         (tramp-call-local-coding-command): Use `tramp-call-process'
15177         instead of `tramp-compat-call-process'.
15179         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15180         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15181         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15182         (tramp-find-inline-compress): Improve traces.
15183         (tramp-maybe-send-script): Check for Perl binary.
15184         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15186 2013-04-22  Daiki Ueno  <ueno@gnu.org>
15188         * epg.el (epg-context-pinentry-mode): New function.
15189         (epg-context-set-pinentry-mode): New function.
15190         (epg--start): Pass --pinentry-mode option to gpg command.
15192 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
15194         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15195         `comint-dynamic-complete' is obsolete since 24.1, replaced by
15196         `completion-at-point'.  (Bug#13774)
15198         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15199         default key binding for `describe-distribution' has been moved to
15200         `C-h C-o'.  (Bug#13970)
15202 2013-04-21  Glenn Morris  <rgm@gnu.org>
15204         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15205         Add doc strings.
15206         (vc-print-log): Clarify interactive prompt.
15208 2013-04-20  Glenn Morris  <rgm@gnu.org>
15210         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15211         No longer include timestamp etc information.
15213 2013-04-20  Roland Winkler  <winkler@gnu.org>
15215         * faces.el (read-face-name): Bug fix, return just one face if arg
15216         multiple is nil.  (Bug#14209)
15218 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15220         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15221         (remove-function): Autoload.
15223         * comint.el (comint-redirect-original-filter-function): Remove.
15224         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15225         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15226         (vc-cvs-annotate-command):
15227         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15228         * progmodes/prolog.el (prolog-consult-compile):
15229         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15230         Use add/remove-function instead.
15231         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15232         (gud-tooltip-process-output, gud-tooltip-tips):
15233         Use add/remove-function instead.
15234         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15235         (scheme-interaction-mode, exit-scheme-interaction-mode):
15236         Use add/remove-function instead.
15238         * vc/vc-dispatcher.el: Use lexical-binding.
15239         (vc--process-sentinel): Rename from vc-process-sentinel.
15240         Change last arg to be the code to run.  Don't use vc-previous-sentinel
15241         and vc-sentinel-commands any more.
15242         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
15243         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15245 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
15247         * progmodes/sh-script.el (sh-imenu-generic-expression):
15248         Handle function names with a single character.  (Bug#14111)
15250 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
15252         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15253         for subroutines defined in an eval (bug#14182).
15255 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15257         * bookmark.el (bookmark-completing-read): Improve handling of empty
15258         string (bug#14176).
15260 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15262         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15264 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15266         New faster Imenu implementation (bug#14058).
15267         * progmodes/python.el:
15268         (python-imenu-prev-index-position):
15269         (python-imenu-format-item-label-function)
15270         (python-imenu-format-parent-item-label-function)
15271         (python-imenu-format-parent-item-jump-label-function):
15272         New vars.
15273         (python-imenu-format-item-label)
15274         (python-imenu-format-parent-item-label)
15275         (python-imenu-format-parent-item-jump-label)
15276         (python-imenu--put-parent, python-imenu--build-tree)
15277         (python-imenu-create-index, python-imenu-create-flat-index)
15278         (python-util-popn): New functions.
15279         (python-mode): Set imenu-create-index-function to
15280         python-imenu-create-index.
15282 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15284         * winner.el (winner-active-region): Use region-active-p, activate-mark
15285         and deactivate-mark (bug#14225).
15287         * simple.el (deactivate-mark): Don't inline it.
15289 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
15291         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15293 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
15295         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15296         file extensions from the archive-mode entry in order to prefer
15297         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15299 2013-04-18  Leo Liu  <sdl.web@gmail.com>
15301         * bindings.el (help-event-list): Add ?\?.
15303 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15305         * subr.el (with-wrapper-hook): Declare obsolete.
15306         * simple.el (filter-buffer-substring-function): New hook.
15307         (filter-buffer-substring): Use it.
15308         (filter-buffer-substring-functions): Mark obsolete.
15309         * minibuffer.el (completion-in-region-function): New hook.
15310         (completion-in-region): Use it.
15311         (completion-in-region-functions): Mark obsolete.
15312         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15313         * abbrev.el (abbrev-expand-function): New hook.
15314         (expand-abbrev): Use it.
15315         (abbrev-expand-functions): Mark obsolete.
15316         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15317         and :filter-return.
15319 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15321         * progmodes/python.el (python-nav--syntactically): Fix cornercases
15322         and do not care about match data.
15324 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15326         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15327         completion tables when completing error conditions and
15328         `declare' arguments.
15329         (lisp-complete-symbol, field-complete): Mark as obsolete.
15330         (check-parens): Unmatched parens are user errors.
15331         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15333 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
15335         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15336         command changed buffer (ie. `flyspell-pre-buffer' is not current
15337         buffer), which prevents making decisions based on invalid value of
15338         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
15339         cause an error when `flyspell-pre-point' was nil after switching
15340         buffers.
15341         (flyspell-post-command-hook): No longer needs to change buffers when
15342         checking pre-word.  While at it remove unnecessary progn.
15344 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
15346         * textmodes/ispell.el (ispell-add-per-file-word-list):
15347         Fix `flyspell-correct-word-before-point' error when accepting
15348         words and `coment-padding' is an integer by using
15349         `comment-normalize-vars' (Bug #14214).
15351 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15353         New defun movement commands.
15354         * progmodes/python.el (python-nav--syntactically)
15355         (python-nav--forward-defun, python-nav-backward-defun)
15356         (python-nav-forward-defun): New functions.
15358 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15360         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15361         (python-syntax-context): Use named compiler-macro for backwards
15362         compatibility with Emacs 24.x.
15364 2013-04-17  Leo Liu  <sdl.web@gmail.com>
15366         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15367         octave-hide-process-buffer.
15369 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15371         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15372         (bug#14216).
15374 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
15376         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15377         Fix adjustment of offset when receiving incomplete responses from GDB
15378         (bug#14129).
15380 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15382         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15383         python-mode-abbrev-table.
15384         (python-skeleton-define): Adjust accordingly.
15385         (python-mode-abbrev-table): New table that inherits from it so that
15386         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15388         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15389         (abbrev-symbol): Use it.
15390         (abbrev--before-point): Use it since we already handle inheritance.
15392 2013-04-16  Leo Liu  <sdl.web@gmail.com>
15394         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15395         binding to info-lookup-symbol.
15397 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
15399         * minibuffer.el (completion--twq-all):
15400         * term/ns-win.el (ns-initialize-window-system):
15401         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15403 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15405         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15406         global bindings.
15408         * doc-view.el (doc-view-start-process): Handle url-handler directories.
15410 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
15412         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15413         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15414         to nil.
15415         (ruby-end-of-defun): Remove the unused arg, change the docstring
15416         to reflect that this function is only used as the value of
15417         `end-of-defun-function'.
15418         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15419         to reflect an earlier change that beginning/end-of-defun functions
15420         jump between methods in a class definition, as well as top-level
15421         functions.
15423 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15425         * minibuffer.el (minibuffer-complete): Don't just scroll
15426         a *Completions* that's been iconified.
15427         (minibuffer-force-complete): Make sure repetitions do cycle when going
15428         through completion-in-region -> minibuffer-complete.
15430 2013-04-15  Alan Mackenzie  <acm@muc.de>
15432         Correct the placement of c-cpp-delimiters when there're #s not at
15433         col 0.
15435         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15436         place a submatch around the #.
15437         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15438         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
15439         on the #, not BOL.
15441 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15443         * emacs-lisp/nadvice.el: Properly test names when adding advice.
15444         (advice--member-p): New arg `name'.
15445         (advice--add-function, advice-member-p): Use it (bug#14202).
15447 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
15449         Reformulate java imenu-generic-expression.
15450         The old expression contained ill formed regexps.
15452         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15453         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15454         (cc-imenu-java-method-arg-regexp): New defconsts.
15455         (cc-imenu-java-build-type-args-regex): New defun.
15456         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15457         handling of spaces in the regexp.
15459 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15461         * textmodes/ispell.el (ispell-command-loop): Remove
15462         flyspell highlight of a word when ispell accepts it (bug #14178).
15464 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
15466         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15467         uses code from the previous `ange-ftp-run-real-handler'.
15468         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15469         only in case that function exist.  This is needed for proper
15470         unloading of Tramp.
15472 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
15474         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15476         * textmodes/reftex.el (reftex-compile-variables): Use it.
15478 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15480         * files.el (normal-mode): Only use default major-mode if no other mode
15481         was specified.
15483         * emacs-lisp/trace.el (trace-values): New function.
15485         * files.el: Allow : in local variables (bug#14089).
15486         (hack-local-variable-regexp): New var.
15487         (hack-local-variables-prop-line, hack-local-variables): Use it.
15489 2013-04-13  Roland Winkler  <winkler@gnu.org>
15491         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
15492         data before it gets modified by bibtex-beginning-of-entry.
15494 2013-04-13  Roland Winkler  <winkler@gnu.org>
15496         * textmodes/bibtex.el (bibtex-url): Doc fix.
15498 2013-04-13  Roland Winkler  <winkler@gnu.org>
15500         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15501         does not visit a BibTeX file, exclude it from the list of buffers
15502         returned by bibtex-initialize.
15504 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
15506         * window.el (split-window): Remove interactive form, since as a
15507         command this function is a special case of split-window-below.
15508         Correct doc string.
15510 2013-04-12  Roland Winkler  <winkler@gnu.org>
15512         * faces.el (read-face-name): Do not override value of arg default.
15513         Allow single faces and strings as default values.  Remove those
15514         elements from return value that are not faces.
15515         (describe-face): Simplify.
15516         (face-at-point): New optional args thing and multiple so that this
15517         function can provide the same functionality previously provided by
15518         read-face-name.
15519         (make-face-bold, make-face-unbold, make-face-italic)
15520         (make-face-unitalic, make-face-bold-italic, invert-face)
15521         (modify-face, read-face-and-attribute): Use face-at-point.
15523         * cus-edit.el (customize-face, customize-face-other-window)
15524         * cus-theme.el (custom-theme-add-face)
15525         * face-remap.el (buffer-face-set)
15526         * facemenu.el (facemenu-set-face): Use face-at-point.
15528 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
15530         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15532 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
15534         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15535         off leading { and trailing } from field values.
15537 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15539         * emacs-lisp/timer.el (timer--check): New function.
15540         (timer--time, timer-set-function, timer-event-handler): Use it.
15541         (timer-set-idle-time): Simplify.
15542         (timer--activate): CSE.
15543         (timer-event-handler): Give more info in error message.
15544         (internal-timer-start-idle): New function, moved from C.
15546         * mpc.el (mpc-proc): Add `restart' argument.
15547         (mpc-proc-cmd): Use it.
15548         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15549         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15550         less often.
15552 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
15554         * progmodes/sh-script.el: Implement `sh-mode' own
15555         `add-log-current-defun-function' (bug#14112).
15556         (sh-current-defun-name): New function.
15557         (sh-mode): Use the function.
15559 2013-04-09  Bastien Guerry  <bzg@gnu.org>
15561         * simple.el (choose-completion-string): Fix docstring (bug#14163).
15563 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15565         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15567         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15568         timer (bug#14156).
15570 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
15572         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15573         declaration.
15575 2013-04-07  Leo Liu  <sdl.web@gmail.com>
15577         * pcmpl-x.el: New file.
15579 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
15581         Do not set x-display-name until X connection is established.
15582         This is needed to prevent from weird situation described at
15583         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15584         * frame.el (make-frame): Set x-display-name after call to
15585         window system initialization function, not before.
15586         * term/x-win.el (x-initialize-window-system): Add optional
15587         display argument and use it.
15588         * term/w32-win.el (w32-initialize-window-system):
15589         * term/ns-win.el (ns-initialize-window-system):
15590         * term/pc-win.el (msdos-initialize-window-system):
15591         Add compatible optional display argument.
15593 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
15595         * files.el (normal-backup-enable-predicate): On MS-Windows and
15596         MS-DOS compare truenames of temporary-file-directory and of the
15597         file, so that 8+3 aliases (usually found in $TEMP on Windows)
15598         don't fail comparison by compare-strings.  Also, compare file
15599         names case-insensitively on MS-Windows and MS-DOS.
15601 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15603         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15604         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15606 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
15608         * whitespace.el (whitespace-color-on, whitespace-color-off):
15609         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15611 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
15613         * ispell.el (ispell-set-spellchecker-params):
15614         Really set `ispell-args' for all equivs.
15616 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15618         * ido.el (ido-completions): Use extra elements of ido-decorations
15619         (bug#14143).
15620         (ido-decorations): Update docstring.
15622 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
15624         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15625         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15626         nil during initialization, in order not to miss changes since the
15627         file was opened.  (Bug#14140)
15629 2013-04-05  Leo Liu  <sdl.web@gmail.com>
15631         * kmacro.el (kmacro-call-macro): Fix bug#14135.
15633 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
15635         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15637 2013-04-04  Glenn Morris  <rgm@gnu.org>
15639         * electric.el (electric-pair-inhibit-predicate): Add :version.
15641 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15643         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15644         when a package is required several times (bug#14082).
15646 2013-04-04  Roland Winkler  <winkler@gnu.org>
15648         * faces.el (read-face-name): Behave as promised by the docstring.
15649         Assume that arg default is a list of faces.
15650         (describe-face): Call read-face-name with list of default faces.
15652 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15654         * bookmark.el: Fix deletion of bookmarks (bug#13972).
15655         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15656         (bookmark-bmenu-execute-deletions): Only skip first line if it's
15657         the header.
15658         (bookmark-exit-hook-internal): Save even if list is empty.
15660 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
15662         * emacs-lisp/package.el (package-pinned-packages): New var.
15663         (package--add-to-archive-contents): Obey it (bug#14118).
15665 2013-04-03  Alan Mackenzie  <acm@muc.de>
15667         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15668         Also adapt to the new values of element 7 of a parse state.
15670         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15671         parameter `not-in-delimiter'.  Handle being inside comment opener.
15672         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15673         character in case we're typing a '*' after a '/'.
15674         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15675         instead by passing the parameter to c-state-pp-to-literal.
15677         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15678         for elt. 7 of a parse state.
15680 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
15682         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15683         * international/latin1-disp.el, international/mule-util.el:
15684         * language/cyril-util.el, language/european.el, language/ind-util.el:
15685         * language/lao-util.el, language/thai.el, language/tibet-util.el:
15686         * language/tibetan.el, language/viet-util.el:
15687         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15689 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15691         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15692         (electric-pair-post-self-insert-function): Use it.
15693         (electric-pair-default-inhibit): New function, extracted from
15694         electric-pair-post-self-insert-function.
15696 2013-03-31  Roland Winkler  <winkler@gnu.org>
15698         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15700 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15702         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15704 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
15706         Un-indent after "pass" and "return" statements (Bug#13888)
15707         * progmodes/python.el (python-indent-block-enders): New var.
15708         (python-indent-calculate-indentation): Use it.
15710 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
15712         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15713         defun.  Defining it as defalias could introduce too eager
15714         byte-compiler optimization.  (Bug#14030)
15716 2013-03-30  Chong Yidong  <cyd@gnu.org>
15718         * iswitchb.el (iswitchb-read-buffer): Fix typo.
15720 2013-03-30  Leo Liu  <sdl.web@gmail.com>
15722         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15723         (kmacro-execute-from-register): Pass the keyboard macro to
15724         kmacro-call-macro or repeating won't work correctly.
15726 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
15728         * progmodes/subword.el: Back to using `forward-symbol'.
15730         * subr.el (forward-whitespace, forward-symbol)
15731         (forward-same-syntax): Move from thingatpt.el.
15733 2013-03-29  Leo Liu  <sdl.web@gmail.com>
15735         * kmacro.el (kmacro-to-register): New command.
15736         (kmacro-execute-from-register): New function.
15737         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
15739 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15741         * mpc.el: Use defvar-local and setq-local.
15742         (mpc--proc-connect): Connection failures are not bugs.
15743         (mpc-mode-map): `follow-link' only applies to the buffer's content.
15744         (mpc-volume-map): Bind to the up-events.
15746 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15748         * progmodes/subword.el (superword-mode): Use `forward-sexp'
15749         instead of `forward-symbol'.
15751 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15753         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15754         (edebug--recursive-edit): Use it.
15755         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15756         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15758 2013-03-28  Leo Liu  <sdl.web@gmail.com>
15760         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
15762 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
15764         * facemenu.el (list-colors-callback): New defvar.
15765         (list-colors-redisplay): New function.
15766         (list-colors-display): Install list-colors-redisplay as the
15767         revert-buffer-function.  (Bug#14063)
15769 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15771         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15772         and suffixes don't overlap (bug#14061).
15774         * case-table.el: Use lexical-binding.
15775         (case-table-get-table): New function.
15776         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
15778 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
15780         * progmodes/subword.el: Add `superword-mode' to do word motion
15781         over symbol_words (parallels and leverages `subword-mode' which
15782         does word motion inside MixedCaseWords).
15784 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
15786         * eshell/em-unix.el: Move su and sudo to...
15787         * eshell/em-tramp.el: ...Eshell tramp module.
15789 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15791         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15792         Change return value to be a sexp.  Delay `get-buffer' to after
15793         restoring the desktop (bug#13951).
15795 2013-03-26  Leo Liu  <sdl.web@gmail.com>
15797         * register.el: Move semantic tag handling back to
15798         cedet/semantic/senator.el.  (Bug#14052)
15800 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15802         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15803         into the prompt either (bug#13963).
15805 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15807         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15808         part of "(error-foo)".
15810 2013-03-24  Juri Linkov  <juri@jurta.org>
15812         * replace.el (list-matching-lines-prefix-face): New defcustom.
15813         (occur-1): Pass `list-matching-lines-prefix-face' to the function
15814         `occur-engine' if `face-differs-from-default-p' returns t.
15815         (occur-engine): Add `,' inside backquote construct to evaluate
15816         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
15817         Pass `prefix-face' to the functions `occur-context-lines' and
15818         `occur-engine-add-prefix'.
15819         (occur-engine-add-prefix, occur-context-lines): Add optional arg
15820         `prefix-face' and propertize the prefix with `prefix-face'.
15821         (Bug#14017)
15823 2013-03-24  Leo Liu  <sdl.web@gmail.com>
15825         * nxml/rng-valid.el (rng-validate-while-idle)
15826         (rng-validate-quick-while-idle): Guard against deleted buffer.
15827         (Bug#13999)
15829         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15830         is the last entry in kill-buffer-hook.
15832         * files.el (kill-buffer-hook): Doc fix.
15834 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
15836         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15837         Make it safe-local.
15839         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15841 2013-03-23  Leo Liu  <sdl.web@gmail.com>
15843         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15844         Remove.
15846         * nxml/rng-valid.el (rng-validate-mode)
15847         (rng-after-change-function, rng-do-some-validation):
15848         * nxml/rng-maint.el (rng-validate-buffer):
15849         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15850         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15851         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15852         (nxml-extend-after-change-region): Use with-silent-modifications.
15854         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15855         timer-idle-list.
15857         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15858         (rng-next-error-1, rng-previous-error-1): Do not let-bind
15859         timer-idle-list.  (Bug#13999)
15861 2013-03-23  Juri Linkov  <juri@jurta.org>
15863         * info.el (info-index-match): New face.
15864         (Info-index, Info-apropos-matches): Add a nested subgroup to the
15865         main pattern and add text properties with the new face to matches
15866         in index entries relative to the beginning of the index entry.
15867         (Bug#14015)
15869 2013-03-21  Eric Ludlam  <zappo@gnu.org>
15871         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15872         Inhibit read only while inserting objects.
15874 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
15876         * progmodes/cfengine.el: Update docs to mention
15877         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
15878         symbol motion.  Remove "_" from the word syntax.
15880 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
15882         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15883         syntax for both `cfengine2-mode' and `cfengine3-mode'.
15885 2013-03-20  Juri Linkov  <juri@jurta.org>
15887         * info.el (Info-next-reference-or-link)
15888         (Info-prev-reference-or-link): New functions.
15889         (Info-next-reference, Info-prev-reference): Use them.
15890         (Info-try-follow-nearest-node): Handle footnote navigation.
15891         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
15893 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15895         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15896         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15898 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
15900         Suppress unnecessary non-ASCII chatter during build process.
15901         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15902         (batch-skkdic-convert): Suppress most of the chatter.
15903         It's not needed so much now that machines are faster,
15904         and its non-ASCII component was confusing; see Dmitry Gutov in
15905         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15907 2013-03-20  Leo Liu  <sdl.web@gmail.com>
15909         * ido.el (ido-chop): Fix bug#10994.
15911 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
15913         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15914         Remove vars.
15915         (whitespace-color-on, whitespace-color-off):
15916         Use `font-lock-fontify-buffer' (Bug#13817).
15918 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15920         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15921         remapping in mode-line.
15922         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15924 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
15926         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15927         value for `whitespace-line' face (Bug#13875).
15928         (whitespace-font-lock-keywords): Change description.
15929         (whitespace-color-on): Don't save `font-lock-keywords' value, save
15930         the constructed keywords instead.
15931         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15933 2013-03-19  Leo Liu  <sdl.web@gmail.com>
15935         * progmodes/compile.el (compilation-display-error): New command.
15936         (compilation-mode-map, compilation-minor-mode-map): Bind it to
15937         C-o.  (Bug#13992)
15939 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15941         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15943 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
15945         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15947 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
15949         * net/tramp-compat.el (tramp-compat-user-error): New defun.
15951         * net/tramp-adb.el (tramp-adb-handle-shell-command):
15952         * net/tramp-gvfs.el (top):
15953         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15954         (tramp-handle-shell-command): Use it.
15955         (tramp-dissect-file-name): Raise an error when hostname is a
15956         method name, and neither method nor user is specified.
15958         * net/trampver.el: Update release number.
15960 2013-03-18  Leo Liu  <sdl.web@gmail.com>
15962         Make sure eldoc can be turned off properly.
15963         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15964         eldoc-mode.
15965         (eldoc-display-message-p): Revert last change.
15966         (eldoc-display-message-no-interference-p)
15967         (eldoc-print-current-symbol-info): Tweak.
15969 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
15971         * doc-view.el (doc-view-new-window-function): Check the new window
15972         overlay's display property instead the char property of the
15973         buffer's first char.  Use `with-selected-window' instead of
15974         `save-window-excursion' with `select-window'.
15975         (doc-view-document->bitmap): Check the current doc-view overlay's
15976         display property instead the char property of the buffer's first char.
15978 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15980         Automate the build of ja-dic.el (Bug#13984).
15981         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15982         from the input, rather than assume that it's been done for us by the
15983         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
15984         the current date into a ja-dic.el comment, as that complicates
15985         regression testing.
15987 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15989         * whitespace.el: Fix double evaluation.
15990         (whitespace-space, whitespace-hspace, whitespace-tab)
15991         (whitespace-newline, whitespace-trailing, whitespace-line)
15992         (whitespace-space-before-tab, whitespace-indentation)
15993         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15994         obsolete defvars.
15995         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15996         (whitespace-color-on): Use a single font-lock-add-keywords call.
15997         Fix double-evaluation of face variables.
15999 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
16001         * net/tramp-adb.el (tramp-adb-parse-device-names):
16002         Use `start-process' instead of `call-process'.  Otherwise, the
16003         function might be blocked under MS Windows.  (Bug#13299)
16005 2013-03-17  Leo Liu  <sdl.web@gmail.com>
16007         Extend eldoc to display info in the mode-line.  (Bug#13978)
16008         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16009         (eldoc-mode-line-string): New variable.
16010         (eldoc-minibuffer-message): New function.
16011         (eldoc-message-function): New variable.
16012         (eldoc-message): Use it.
16013         (eldoc-display-message-p)
16014         (eldoc-display-message-no-interference-p):
16015         Support eldoc-post-insert-mode.
16017         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16018         (eval-expression): Run it.
16020 2013-03-17  Roland Winkler  <winkler@gnu.org>
16022         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16023         strings in the list of return values.
16025 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
16027         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16028         radix before checking for HMS forms.
16030 2013-03-16  Leo Liu  <sdl.web@gmail.com>
16032         * progmodes/scheme.el: Add indentation and font-locking for λ.
16033         (Bug#13975)
16035 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16037         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16038         token before point (bug#13942).
16040 2013-03-16  Leo Liu  <sdl.web@gmail.com>
16042         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
16044 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
16046         * startup.el (command-line-normalize-file-name): Fix handling of
16047         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
16048         <xfq.free@gmail.com> in
16049         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16051 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
16053         Sync with Tramp 2.2.7.
16055         * net/trampver.el: Update release number.
16057 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
16059         * doc-view.el: Fix bug#13887.
16060         (doc-view-insert-image): Don't modify overlay associated to
16061         non-live windows, and implement horizontal centering of image in
16062         case it's smaller than the window.
16063         (doc-view-new-window-function): Force redisplay of new windows on
16064         doc-view buffers.
16066 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
16068         * saveplace.el (save-place-alist-to-file): Don't sort
16069         `save-place-alist', just pretty-print it (bug#13882).
16071 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
16073         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16074         Check whether `default-file-name-coding-system' is bound.
16075         It isn't in XEmacs.
16077 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16079         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16080         backquotes for `obsolete' (bug#13929).
16082         * international/mule.el (find-auto-coding): Include file name in
16083         obsolescence warning (bug#13922).
16085 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16087         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16088         for CFEngine 3-specific indentation.
16089         (cfengine3-indent-line): Use it.  Fix up category regex.
16090         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16092 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16094         * type-break.el (type-break-file-name):
16095         * textmodes/remember.el (remember-data-file):
16096         * strokes.el (strokes-file):
16097         * shadowfile.el (shadow-initialize):
16098         * saveplace.el (save-place-file):
16099         * ps-bdf.el (bdf-cache-file):
16100         * progmodes/idlwave.el (idlwave-config-directory):
16101         * net/quickurl.el (quickurl-url-file):
16102         * international/kkc.el (kkc-init-file-name):
16103         * ido.el (ido-save-directory-list-file):
16104         * emulation/viper.el (viper-custom-file-name):
16105         * emulation/vip.el (vip-startup-file):
16106         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16107         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16109 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
16111         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16112         * language/thai-word.el: Switch to UTF-8.
16114 See ChangeLog.16 for earlier changes.
16116 ;; Local Variables:
16117 ;; coding: utf-8
16118 ;; End:
16120   Copyright (C) 2011-2014 Free Software Foundation, Inc.
16122   This file is part of GNU Emacs.
16124   GNU Emacs is free software: you can redistribute it and/or modify
16125   it under the terms of the GNU General Public License as published by
16126   the Free Software Foundation, either version 3 of the License, or
16127   (at your option) any later version.
16129   GNU Emacs is distributed in the hope that it will be useful,
16130   but WITHOUT ANY WARRANTY; without even the implied warranty of
16131   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16132   GNU General Public License for more details.
16134   You should have received a copy of the GNU General Public License
16135   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.