Add and use function horizontal-scroll-bars-available-p.
[emacs.git] / lisp / ChangeLog
blobc6469006b813d5c39aa6a7c7d27ac233e44f8570
1 2014-09-05  Martin Rudalics  <rudalics@gmx.at>
3         * scroll-bar.el (horizontal-scroll-bars-available-p): New
4         function.
5         (horizontal-scroll-bar-mode): Rewrite using
6         horizontal-scroll-bars-available-p.
7         * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
8         horizontal-scroll-bars-available-p.
10 2014-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * subr.el (call-process-shell-command, process-file-shell-command):
13         Make the `args' obsolete (bug#18409).
14         (start-process-shell-command, start-file-process-shell-command):
15         Use `declare'.
17 2014-09-05  Jay Belanger  <jay.p.belanger@gmail.com>
19         * calc/calc-forms.el (math-normalize-hms): Do a better check for
20         "negative" hms forms.
22 2014-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
24         * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
25         returns nil (bug#18391).
27 2014-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
30         terminating paren (bug#18352).
31         (eldoc-last-data-store): Return cached data.
32         (eldoc-get-var-docstring): Avoid setq.
33         (eldoc-get-fnsym-args-string): Clarify data flow.
35 2014-09-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
37         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
38         case where we're currently providing part of the &rest arg after some
39         &key args, as in define-ibuffer-op (bug#18048).
41 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
44         buffer-local setting of which-func-mode.
45         (which-func-mode): Use defvar-local.
46         (which-function-mode): Don't reset which-func-mode in each buffer since
47         it might have been set by someone else.
48         (which-func-update-ediff-windows): Check which-function-mode.
50 2014-09-03  Martin Rudalics  <rudalics@gmx.at>
52         * frame.el (frame-initialize): Remove horizontal-scroll-bars
53         from frame-initial-frame-alist.
54         * scroll-bar.el (previous-horizontal-scroll-bar-mode)
55         (horizontal-scroll-bar-mode-explicit)
56         (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
57         (toggle-horizontal-scroll-bar): Remove.
58         (horizontal-scroll-bar-mode): Remove defcustom.
59         (horizontal-scroll-bar-mode): Fix doc-string.
60         (scroll-bar-toolkit-scroll)
61         (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
63 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
65         * emacs-lisp/package.el (package-generate-description-file):
66         Properly quote the arguments (bug#18332).  Change second arg.
67         (package--alist-to-plist-args): Rename from package--alist-to-plist and
68         quote the elements.
69         (package--make-autoloads-and-stuff): Fix the test for pre-existence of
70         the *-pkg.el file.  Adjust to new calling convention of
71         package-generate-description-file.
73         * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
74         (gud-gdb-completions): Remove obsolete workaround.
76 2014-09-03  Eli Zaretskii  <eliz@gnu.org>
78         * subr.el (posn-col-row): Revert the change from commit
79         2010-11-13T21:07:58Z!eliz@gnu.org, which
80         was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
81         monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
82         introduced an off-by-one error in the reported row when there is a
83         header line.  (Bug#18384)
85 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
87         * progmodes/python.el (python-indent-post-self-insert-function):
88         Avoid electric colon at beginning-of-defun.  (Bug#18228)
90 2014-09-03  Glenn Morris  <rgm@gnu.org>
92         * tutorial.el (tutorial--display-changes):
93         Fix 2014-08-01 change.  (Bug#18382)
95 2014-09-03  Ken Brown  <kbrown@cornell.edu>
97         * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
98         the Cygwin-w32 build.  (Bug#18347)
100 2014-09-03  Glenn Morris  <rgm@gnu.org>
102         * tar-mode.el (tar--extract, tar-extract):
103         Avoid permanently disabling undo in extracted buffers.  (Bug#18344)
105 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
108         handle multiline elements (bug#18380).
110 2014-09-01  Eli Zaretskii  <eliz@gnu.org>
112         * ls-lisp.el (ls-lisp-use-string-collate)
113         (ls-lisp-UCA-like-collation): New defcustoms.
114         (ls-lisp-string-lessp): Use them to control sorting by file
115         names.  (Bug#18051)
116         (ls-lisp-version-lessp): New function.
117         (ls-lisp-handle-switches): Use it to implement the -v switch of
118         GNU ls.
119         (ls-lisp--insert-directory): Mention the -v switch in the doc string.
121 2014-08-31  Christoph Scholtes  <cschol2112@gmail.com>
123         * ibuffer.el: Replace mode-specific quit function with
124         `quit-window' via `special-mode'.
125         (ibuffer-mode-map): Use keybindings from special-mode-map instead
126         of local overrides.
127         (ibuffer): Don't store previous windows configuration.
128         Let `quit-window' handle restoring.
129         (ibuffer-quit): Remove function. Use `quit-window' instead.
130         (ibuffer-restore-window-config-on-quit): Remove variable.
131         (ibuffer-prev-window-config): Remove variable.
133 2014-08-29  Michael Heerdegen  <michael_heerdegen@web.de>
135         * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
136         name instead of variable name in hook docstring.  (Bug#18349)
138 2014-08-29  Martin Rudalics  <rudalics@gmx.at>
140         * window.el (display-buffer-at-bottom): Prefer bottom-left
141         window to other bottom windows.  Reuse a bottom window if it
142         shows the buffer already.  Suggested by Juri Linkov
143         <juri@jurta.org> in discussion of (Bug#18181).
145 2014-08-29  Leo Liu  <sdl.web@gmail.com>
147         * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
148         append to minibuffer-setup-hook.  (Bug#18341)
150 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
153         byte-compiler.
154         (lookup-syntax-properties): Silence byte-compiler.
155         (c-lang-defconst): Quote the code with `lambda' rather than with
156         `quote'.
157         (c-lang-const): Avoid unneeded setq.
158         (c-lang-constants-under-evaluation): Add docstring.
159         (c-lang--novalue): New constant.
160         (c-find-assignment-for-mode): Use it instead of c-lang-constants.
161         (c-get-lang-constant): Same here.
162         Get the mode's value using `funcall' now that the code is quoted
163         with `lambda'.
165 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
167         * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
168         (Bug#18326)
170 2014-08-28  Martin Rudalics  <rudalics@gmx.at>
172         * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
173         interpretation of `portion-whole'.
175 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
177         * net/tramp-adb.el: Spell author name correctly.
179 2014-08-28  João Távora  <joaotavora@gmail.com>
181         * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
182         use url-expand-file-name.  (Bug#18310)
184 2014-08-28  Glenn Morris  <rgm@gnu.org>
186         * emulation/cua-rect.el (cua--highlight-rectangle):
187         Avoid error at point-min.  (Bug#18309)
189 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * progmodes/python.el (python-shell-prompt-detect): Remove redundant
192         executable-find (bug#18244).
194         * simple.el (self-insert-uses-region-functions): Defvar.
196 2014-08-28  Glenn Morris  <rgm@gnu.org>
198         * subr.el (remq): Revert 2014-08-25 doc change (not always true).
200 2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
202         * startup.el (normal-top-level): Now use internal--top-level-message.
204 2014-08-26  Dmitry Antipov  <dmantipov@yandex.ru>
206         * startup.el (normal-top-level): Use top-level-message.
208 2014-08-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210         * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
211         URLs containing spaces and the like.
213 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
215         * subr.el (remq): Fix docstring (Bug#18253).
217 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
219         * replace.el (query-replace): Fix typo in docstring (Bug#18320).
221 2014-08-24  Alan Mackenzie  <acm@muc.de>
223         Handle C++11's "auto" and "decltype" constructions.
224         * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
225         and return 'decltype.
226         (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
227         prev-kwd-sym, new-style-auto.  Enhance to handle the new "auto"
228         keyword.
229         * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
230         "decltype" keyword.
231         (c-font-lock-c++-new): Handle "decltype" constructions.
232         * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
233         New c-lang-defconsts/defvars.
234         (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
235         (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
236         (c-typeless-decl-kwds): Append "auto" onto the C++ value.
237         (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
239         Make ">>" act as double template ender in C++ Mode.
240         * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
241         off from c->-op-cont-re.
242         (c->-op-cont-tokens): Change to use the above.
243         (c->-op-without->-cont-regexp): New lang-const.
244         * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
245         Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
248 2014-08-23  Alan Mackenzie  <acm@muc.de>
250         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
251         loop, bug #18306.  The bug was introduced on 2014-08-02.
253 2014-08-21  Eli Zaretskii  <eliz@gnu.org>
255         * textmodes/texnfo-upd.el (texinfo-specific-section-type):
256         Don't recognize a Top node if there are other sectioning commands
257         earlier in the Texinfo file.  This fixes a bug in
258         texinfo-make-menu and avoids inflooping in
259         texinfo-all-menus-update when they are invoked on texinfo.texi.
261 2014-08-21  Martin Rudalics  <rudalics@gmx.at>
263         * window.el (window--side-window-p): New function.
264         (split-window, window-splittable-p): Use window--side-window-p to
265         determine whether WINDOW can be split (Bug#18304).
266         * calendar/calendar.el (calendar-basic-setup): Fix one call of
267         `window-splittable-p' and add another (Bug#18304).
269 2014-08-20  Sam Steingold  <sds@gnu.org>
271         * progmodes/python.el (python-new-pythonpath): Extract from
272         `python-shell-calculate-process-environment'.
274 2014-08-18  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
276         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
277         for &key args (bug#18048).
279 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
282         (eldoc-function-argstring-format): Remove.
283         (eldoc-function-argstring): Always return upcase args.
284         Use help-make-usage.  Don't add parens.
285         (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
286         it's too late to do it right (bug#18048).
288 2014-08-18  Eli Zaretskii  <eliz@gnu.org>
290         * scroll-bar.el (scroll-bar-horizontal-drag-1)
291         (scroll-bar-toolkit-horizontal-scroll): When determining the
292         paragraph direction, use the buffer of the window designated in
293         the event.
295 2014-08-16  Andreas Schwab  <schwab@linux-m68k.org>
297         * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
298         context of unified diff.
300 2014-08-16  Paul Eggert  <eggert@cs.ucla.edu>
302         Add dependencies to fix loaddefs race during parallel builds.
303         Without this, for example, 'make -j bootstrap' can fail and report
304         "Opening input file: no such file or directory,
305         .../lisp/calendar/diary-loaddefs.el ... recipe for target
306         'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
307         got confused because diary-loaddefs.el was being built in parallel.
308         * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
309         Depend on $(CAL_DIR)/cal-loaddefs.el.
310         ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
312 2014-08-16  Martin Rudalics  <rudalics@gmx.at>
314         * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
315         portion-whole for scrolling right-to-left text.
317 2014-08-15  Leo Liu  <sdl.web@gmail.com>
319         * speedbar.el (speedbar-generic-list-tag-p): Allow special
320         elements from imenu.
322 2014-08-15  Glenn Morris  <rgm@gnu.org>
324         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
326 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
328         * progmodes/compile.el (compilation-error-regexp-alist-alist):
329         Add Guile regexpses.
331 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
333         * progmodes/gud.el (guiler): New function.  Starts the Guile REPL;
334         add Guile debugger support for GUD.
336 2014-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
339         (mouse-sel--ignore): New function.
340         (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
341         (mouse-sel-original-interprogram-cut-function)
342         (mouse-sel-original-interprogram-paste-function): Remove.
344 2014-08-13  Eric S. Raymond  <esr@thyrsus.com>
346         * vc/vc-git.el (vc-git-resolve-when-done): New function.
347         Call "git add" when there are no longer conflict markers.
349 2014-08-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
351         * vc/vc-git.el (vc-git-find-file-hook): New function.
352         Adds support for calling smerge (and resolve) on a conflicted file.
353         (vc-git-conflicted-files): New function.
354         Useful in itself and a step towards better smerge support.
356 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
359         to the first part if they're the same as the selection.
361 2014-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363         * image-mode.el (image-transform-reset): New command and menu item.
364         (image-mode-map): Rearrange the menu items to put presumably more
365         obscure items at the end.
367 2014-08-12  Juri Linkov  <juri@jurta.org>
369         * vc/vc-annotate.el (vc-annotate-background-mode):
370         Use `with-demoted-errors' instead of `ignore-errors'.  (Bug#18189)
372 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * files.el (out-of-memory-warning-percentage): Turn it off by default.
376 2014-08-11  Sam Steingold  <sds@gnu.org>
378         * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
379         the presence of known validators (tidy, (o)nsgmls).
381 2014-08-11  Ulf Jasper  <ulf.jasper@web.de>
383         Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
385         * net/newst-treeview.el (newsticker-treeview-date-format): New.
386         (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
388 2014-08-11  Glenn Morris  <rgm@gnu.org>
390         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
391         chose coding system for writing before backing up, since it causes
392         a more serious problem than the one it solves.  (Closes Bug#18141,
393         reopens Bug#13522.)
395 2014-08-11  Martin Rudalics  <rudalics@gmx.at>
397         * window.el (window-total-size): Make doc-string more self-contained.
399         * window.el (display-buffer-below-selected): Restore original
400         behavior if buffer is already displayed in the window below the
401         selected one (Bug#18181).
403 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
406         event (bug#18212).
408 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
410         * info.el (info): Doc fix.
412 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * info.el (Info-mode-map): Override a global down-mouse-2 binding
415         (bug#18212).
417 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
419         * simple.el (default-line-height): A floating-point value of
420         line-spacing means a fraction of the default frame font's height,
421         not of the font currently used by the 'default' face.
422         Truncate the pixel value, like the display engine does.
423         (window-screen-lines): Use window-inside-pixel-edges for
424         determining the window height in pixels.  (Bug#18195)
426 2014-08-11  Grégoire Jadi  <daimrod@gmail.com>
428         * leim/quail/latin-post.el: Transform " __" into " _".  (Bug#18023)
430 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
432         Enumerate evaluated sexp diary entries (Bug#7911).
433         * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
434         (icalendar-export-sexp-enumeration-days): New.
435         (icalendar-export-region): Now `icalendar--convert-to-ical'
436         returns a cons cell or a list of cons cells.
437         (icalendar--convert-to-ical): Take care of
438         `icalendar-export-sexp-enumerate-all'.  Return (a list of) cons cells.
439         (icalendar--convert-ordinary-to-ical)
440         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
441         (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
442         (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
443         (icalendar--convert-anniversary-to-ical): Return cons cell.
444         (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
445         entries.  Return (list of) cons cells.
447 2014-08-09  Juri Linkov  <juri@jurta.org>
449         * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
450         to reevaluate `vc-annotate-color-map'.  (Bug#18189)
452 2014-08-09  Alan Mackenzie  <acm@muc.de>
454         * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
455         for top-level that can cause unacceptable slow-down in scrolling.
456         See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
457         Antipov from 2013-10-14 in emacs-devel.
459 2014-08-08  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
461         * ibuffer.el (ibuffer-mode-map): Use toggle button for
462         `ibuffer-auto-mode' menu entry.
463         (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
465 2014-08-08  Matthias Meulien  <orontee@gmail.com>
467         * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
468         (Bug#16394)
470 2014-08-07  Martin Rudalics  <rudalics@gmx.at>
472         * window.el (window--min-size-1): Explicitly set WINDOW arg in
473         calls of window-min-pixel-height and window-min-pixel-width.
475 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
477         * progmodes/ada-mode.el:
478         * net/tramp.el (tramp-handle-file-symlink-p):
479         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
480         about VMS, which we no longer support.
481         * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
482         and fix a FIXME, using convert-standard-filename in place of
483         removed ada-convert-file-name.
485 2014-08-07  Eli Zaretskii  <eliz@gnu.org>
487         * files.el (auto-mode-alist): Remove support for VMS from a pattern.
489 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
491         Refer to MS-DOS using the same name everywhere.
492         * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
493         ``msdog'' become ``MS-DOS''.
495 2014-08-07  Michael Albinus  <michael.albinus@gmx.de>
497         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
498         Use cached "remote-copy-args" value, if available.  (Bug#18199)
500 2014-08-07  Leo Liu  <sdl.web@gmail.com>
502         * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
503         Revert change on 2014-03-22.
505 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
507         * calendar/icalendar.el (icalendar--diarytime-to-isotime)
508         (icalendar--convert-ordinary-to-ical): Allow for missing minutes
509         (Bug#13750).
512 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514         * image-mode.el (image-toggle-display-image): Always rescale images
515         to not be bigger than the current window.
517 2014-08-05  Eric Brown  <brown@fastmail.fm>  (tiny change)
519         * net/eww.el (eww-bookmarks-directory): New variable.
520         (eww-write-bookmarks): Use it.
521         (eww-read-bookmarks): Ditto.
523 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525         * net/shr.el (shr-copy-url): Also copy the image URL.
527 2014-08-05  Michael Albinus  <michael.albinus@gmx.de>
529         * net/tramp-cache.el (tramp-flush-file-function): Suppress function
530         also for Tramp working buffers.
532 2014-08-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
534         * progmodes/python.el: Fix completions inside (i)pdb.
535         (python-shell-completion-pdb-string-code): Make obsolete.
536         (python-shell-completion-get-completions):
537         Use python-shell-completion-string-code resending setup code
538         continuously for (i)pdb.
540 2014-08-04  Paul Eggert  <eggert@cs.ucla.edu>
542         * rect.el (rectangle--default-line-number-format): Rename
543         from misspelled rectange--default-line-number-format (Bug#18045).
544         All uses changed.
546 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
548         Don't mishandle year-9999 dates (Bug#18176).
549         * calendar/parse-time.el (parse-time-rules):
550         Allow years up to most-positive-fixnum.
551         * calendar/time-date.el (date-to-time):
552         Pass "Specified time is not representable" errors through.
554 2014-08-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
556         * progmodes/python.el: Completion code cleanups.
557         (python-shell-completion-get-completions): Detect and send import
558         statements directly to completion function.
559         (python-shell-completion-at-point): Simplify prompt calculation
560         and import vs input completion logic.
562 2014-08-02  Alan Mackenzie  <acm@muc.de>
564         Fix confusion in C++ file caused by comma in "= {1,2},".
565         Bug #17756.
566         * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
567         for a statement boundary marked by "}", check there's no "="
568         before the "{".
569         (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
570         non-nil `comma-delim' argument.
571         * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
572         initializer expression more accurately.
574         Correct loop termination condition in c-syntactic-skip-backward.
575         * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
576         the situation where, after moving back out of a literal,
577         skip-chars-backward doesn't move further, yet checks have still to
578         be done.
580 2014-08-01  Eli Zaretskii  <eliz@gnu.org>
582         * tutorial.el (tutorial--display-changes): Accept punctuation
583         characters before the key binding.  (Bug#18146)
585 2014-07-31  Fabián Ezequiel Gallina  <fgallina@gnu.org>
587         * progmodes/python.el: Shell output capture enhancements.
588         (python-shell-accept-process-output): New function.
589         (inferior-python-mode)
590         (python-shell-send-setup-code): Use it.
592 2014-07-30  Christophe Deleuze  <christophe.deleuze@free.fr>  (tiny change)
594         * calendar/icalendar.el (icalendar--decode-isodatetime):
595         Use actual current-time-zone when converting to local time. (Bug#15408)
597 2014-07-29  Martin Rudalics  <rudalics@gmx.at>
599         * window.el (window--state-put-2): Handle horizontal scroll
600         bars, if present.
602 2014-07-29  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
604         * menu-bar.el (menu-bar-update-buffers): Update item list format
605         in `buffers-menu' to confirm with changes to `get_keyelt'
606         (r117463).  (Bug#18016)
608 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
610         * progmodes/python.el (inferior-python-mode): Make input prompts
611         read-only.
613 2014-07-28  Emilio C. Lopes  <eclig@gmx.net>
615         * net/tramp-sh.el (tramp-get-remote-python): Also search for
616         executables named "python2" or "python3".
617         (tramp-get-remote-uid-with-python): Use parentheses around
618         arguments to `print' to make it compatible with Python 3.
619         (tramp-get-remote-gid-with-python): Ditto.  (Bug#18118)
621 2014-07-28  Eli Zaretskii  <eliz@gnu.org>
623         * window.el (window--pixel-to-total): Use FRAME's root window, not
624         that of the selected frame.  (Bug#18112, Bug#16674)
626 2014-07-28  Andreas Schwab  <schwab@linux-m68k.org>
628         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
629         (Bug#18117)
631 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
633         * progmodes/python.el (inferior-python-mode): Doc fix.
635 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
637         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
638         not a character, ignore it instead of raising an error.
640         * calendar/todo-mode.el: Fix handling of marked items and make
641         minor code improvements.
642         (todo-edit-item): If there are marked items, ensure user can only
643         invoke editing commands that work with marked items.
644         (todo-edit-item--text): When there are marked items, make it a
645         noop if invoked with point not on an item; otherwise, ensure it
646         applies only to item at point.
647         (todo-item-undone): If there are marked not-done items, return
648         point to its original position before signaling user error.
649         (todo--user-error-if-marked-done-item): New function.
650         (todo-edit-item--header, todo-edit-item--diary-inclusion)
651         (todo-item-done): Use it.
653 2014-07-28  Glenn Morris  <rgm@gnu.org>
655         * files.el (toggle-read-only): Re-add basic doc-string.
656         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
658         * progmodes/prolog.el (prolog-mode-keybindings-edit):
659         Replace missing `switch-to-prolog' with `run-prolog'.
660         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
662 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
664         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
665         of file-wide setting when changing category-wide setting.
667 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
669         * doc-view.el (doc-view-open-text): Don't require that the
670         document is saved in a file (e.g., email attachment).
672 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
674         Parse completion input in a iPython friendly way.  (Bug#18084)
675         * progmodes/python.el
676         (python-shell-completion-at-point): Rename from
677         python-shell-completion-complete-at-point.
678         (inferior-python-mode): Use it.
679         (python-completion-at-point): Rename from
680         python-completion-complete-at-point.  Parse input up to first
681         backward occurrence of whitespace, open-paren, close-paren or
682         string delimiter.
683         (python-mode): Use it.
685 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
687         Prevent Python process shell buffer to pop twice.
688         * progmodes/python.el (python-shell-switch-to-shell): Do not call
689         pop-to-buffer.
691 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
693         * progmodes/python.el
694         (python-shell-with-shell-buffer): New macro.
695         (python-shell-font-lock-get-or-create-buffer)
696         (python-shell-font-lock-kill-buffer)
697         (python-shell-font-lock-with-font-lock-buffer)
698         (python-shell-font-lock-cleanup-buffer)
699         (python-shell-font-lock-toggle): Use it.
700         (python-shell-font-lock-turn-on)
701         (python-shell-font-lock-turn-off): Use it.  Make command.
703 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
705         Grab all Python process output before inferior-python-mode hooks.
706         * progmodes/python.el (inferior-python-mode):
707         Call accept-process-output and sit-for to ensure all output for process
708         has been received before running hooks.
709         (python-shell-internal-get-or-create-process):
710         Cleanup accept-process-output and sit-for calls.
712 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
714         More robust shell startup and code setup.
715         * progmodes/python.el (python-shell-make-comint):
716         Remove accept-process-output call.
717         (python-shell-get-buffer): Return current buffer if major-mode is
718         inferior-python-mode.
719         (python-shell-get-or-create-process): Use it.
720         (python-shell-send-setup-code): Send all setup code in one string,
721         output success message and accept-process-output.
723 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
725         * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
726         Add rudimentary support for bidirectional text.
728 2014-07-27  Martin Rudalics  <rudalics@gmx.at>
730         * frame.el (frame-notice-user-settings): Rewrite using
731         frame-initial-frame-tool-bar-height.
732         * menu-bar.el (menu-bar-horizontal-scroll-bar)
733         (menu-bar-no-horizontal-scroll-bar): New functions.
734         (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
735         scroll bars.
736         * scroll-bar.el (scroll-bar-lines)
737         (set-horizontal-scroll-bar-mode)
738         (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
739         (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
740         (scroll-bar-toolkit-horizontal-scroll): New functions.
741         (horizontal-scroll-bar-mode)
742         (previous-horizontal-scroll-bar-mode)
743         (horizontal-scroll-bar-mode-explicit): New variables.
744         (horizontal-scroll-bar-mode): New option.
745         (toggle-horizontal-scroll-bar): Do something.
746         (top-level): Bind horizontal-scroll-bar mouse-1.
747         * startup.el (tool-bar-originally-present): Remove variable.
748         (command-line): Don't set tool-bar-originally-present.
749         * window.el (window-min-height): Update doc-string.
750         (window--dump-frame): Dump horizontal scroll bar values.
751         (window--min-size-1): Handle minibuffer window separately.
752         Count in margins and horizontal scroll bar.  Return safe value
753         iff IGNORE equals 'safe.
754         (frame-windows-min-size): New function (used by frame resizing
755         routines).
756         (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
757         scroll bars.
758         (window--sanitize-window-sizes): New function.
759         (window-split-min-size): Remove.
760         (split-window): Count divider-width.  Don't use
761         `window-split-min-size' any more.  Reword error messages.
762         Sanitize windows sizes after splitting.
764 2014-07-27  Thien-Thi Nguyen  <ttn@gnu.org>
766         Use `defvar-local' more.
767         * progmodes/hideshow.el
768         (hs-c-start-regexp, hs-block-start-regexp)
769         (hs-block-start-mdata-select, hs-block-end-regexp)
770         (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
771         remove corresponding `make-variable-buffer-local' top-level calls.
773 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
775         Cleanup error signals.  (Bug#18067)
776         * progmodes/python.el
777         (python-indent-shift-left): Use user-error instead.
778         (python-shell-prompt-detect): Use lwarn with python group.
779         (python-completion-complete-at-point)
780         (python-eldoc--get-doc-at-point): Don't signal error.
782 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
784         Support for packages in Python shell.  (Bug#13570)
785         * progmodes/python.el (python-shell--package-depth): New var.
786         (python-shell-package-enable): New command.
787         (python-util-list-directories, python-util-list-files)
788         (python-util-list-packages): New functions.
790 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
792         Faster comint output.  (Bug#16875)
793         * progmodes/python.el:
794         (python-comint-output-filter-function): Make obsolete.
795         (python-comint-postoutput-scroll-to-bottom): New function.
796         (inferior-python-mode): Set comint-output-filter-functions to a
797         minimum.
799 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
801         * progmodes/python.el (python-shell-font-lock-post-command-hook):
802         Safeguard current point and undo history.
804 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
806         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
807         * progmodes/python.el:
808         (python-shell-prompt-input-regexps): Add iPython block prompt.
809         (python-shell-output-syntax-table): Delete var.
810         (python-shell-font-lock-with-font-lock-buffer): New macro.
811         (python-shell-font-lock-get-or-create-buffer)
812         (python-shell-font-lock-kill-buffer)
813         (python-shell-font-lock-cleanup-buffer)
814         (python-shell-font-lock-post-command-hook)
815         (python-shell-font-lock-turn-off): New functions.
816         (python-shell-font-lock-turn-on): New function.
817         (inferior-python-mode): Use it.
818         (python-shell-font-lock-toggle): New command.
819         (python-shell-font-lock-enable): Rename from
820         python-shell-enable-font-lock.
821         (run-python-internal): Use it.
822         (python-shell-font-lock-comint-output-filter-function): New function.
823         (python-shell-comint-end-of-output-p): New function.
824         (python-shell-output-filter): Use it.
825         (python-util-comint-last-prompt): New function.
826         (python-util-text-properties-replace-name): New function.
828 2014-07-25  Glenn Morris  <rgm@gnu.org>
830         * vc/ediff-init.el (ediff-toggle-read-only-function):
831         * vc/ediff-util.el (ediff-toggle-read-only):
832         Replace obsolete toggle-read-only with read-only-mode.
834 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
836         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
837         with `save-match-data'.  (Bug#18095)
839 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
841         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
842         order to ensure that row and col are lexically bound inside the
843         evaluated sexp.
845 2014-07-21  Glenn Morris  <rgm@gnu.org>
847         * progmodes/hideif.el (hide-ifdef-mode-submap):
848         Also substitute read-only-mode.
849         * bindings.el (mode-line-toggle-read-only):
850         * bs.el (bs-toggle-readonly):
851         * buff-menu.el (Buffer-menu-toggle-read-only):
852         * dired.el (dired-toggle-read-only):
853         * files.el (view-read-only, find-file-read-only)
854         (find-file-read-only-other-window)
855         (find-file-read-only-other-frame):
856         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
857         Doc fixes re toggle-read-only.
859 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
861         * progmodes/python.el: Add comment about pipe buffering and
862         solutions for missing/delayed output in inferior Python shells.
863         (Bug#17304)
865         * progmodes/python.el (python-mode): Don't set
866         mode-require-final-newline.  (Bug#17990)
868         Make python.el work with IPython automatically.  (Bug#15510)
869         * progmodes/python.el:
870         (python-shell-completion-setup-code): New value supporting iPython.
871         (python-shell-completion-string-code): New value supporting iPython.
872         (python-shell-completion-get-completions): Use them.
873         (python-shell-completion-module-string-code): Make obsolete.
874         (python-shell-prompt-input-regexps)
875         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
876         (python-shell-output-filter): Fix comment typo.
878         Fix Python shell prompts detection for remote hosts.
879         * progmodes/python.el (python-shell-prompt-detect):
880         Replace call-process with process-file and make it more robust.
882         Autodetect Python shell prompts.  (Bug#17370)
883         * progmodes/python.el:
884         (python-shell-interpreter-interactive-arg)
885         (python-shell-prompt-detect-enabled)
886         (python-shell-prompt-detect-failure-warning)
887         (python-shell-prompt-input-regexps)
888         (python-shell-prompt-output-regexps): New vars.
889         (python-shell-prompt-calculated-input-regexp)
890         (python-shell-prompt-calculated-output-regexp): New vars.
891         (python-shell-get-process-name)
892         (python-shell-internal-get-process-name)
893         (python-shell-output-filter)
894         (python-shell-completion-get-completions): Use them.
895         (python-shell-prompt-detect)
896         (python-shell-prompt-validate-regexps): New functions.
897         (python-shell-prompt-set-calculated-regexps): New function.
898         (inferior-python-mode): Use it.  Also honor overriden
899         python-shell-interpreter and python-shell-interpreter-args.
900         (python-shell-make-comint): Honor overriden
901         python-shell-interpreter and python-shell-interpreter-args.
902         (python-shell-get-or-create-process): Make it testable by allowing
903         to call run-python non-interactively.
904         (python-util-valid-regexp-p): New function.
905         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
906         (python-shell-prompt-output-regexp)
907         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
909 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
911         * emacs-lisp/smie.el (smie-config--guess-1): Split from
912         smie-config--guess.
913         (smie-config--guess): Use it.
915         * emacs-lisp/edebug.el: Use nadvice.
916         (edebug-original-read): Remove.
917         (edebug--read): Rename from edebug-read and add `orig' arg.
918         (edebug-uninstall-read-eval-functions)
919         (edebug-install-read-eval-functions): Use nadvice.
920         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
921         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
922         (edebug-read-string, edebug-read-function): Use just `read'.
923         (edebug-original-debug-on-entry): Remove.
924         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
925         `orig' arg.
926         (debug-on-entry): Override with nadvice.
928         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
929         it also makes sense to bind it to a non-mouse event.
931         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
933 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
935         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
936         (bug#18015).
938         * rect.el (rectangle--string-preview): Don't assume there
939         a non-nil default (bug#17984).
941 2014-07-16  Glenn Morris  <rgm@gnu.org>
943         * desktop.el (after-init-hook): Disable startup frame restoration
944         in non-graphical situations.  (Bug#17693)
946         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
947         if it was "empty", or used for a different set of files.  (Bug#17884)
949 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
951         * bindings.el (mode-line-remote): If default-directory is not a
952         string, don't call file-remote-p on it; instead state in the
953         help-echo that it is nil.  (Bug#17986)
955 2014-07-14  Daniel Colascione  <dancol@dancol.org>
957         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
958         to `macroexpand-all'
960         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
961         Use `macroexpand-all' instead of `cl-macroexpand-all'.
963 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
965         Fix bug: C-x v v discarded existing log message (Bug#17884).
966         * vc/vc-dispatcher.el (vc-log-edit):
967         Don't clobber an already-existing log message.
969 2014-07-12  Glenn Morris  <rgm@gnu.org>
971         * vc/log-edit.el (log-edit-changelog-entries):
972         Check for a visited-but-never-saved ChangeLog.
974 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
976         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
977         a non-existing file (bug#17970).
979         * faces.el (face-name): Undo last change.
980         (x-resolve-font-name): Don't call face-name (bug#17956).
982 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
984         Fix dedenters and electric colon handling. (Bug#15163)
985         * progmodes/python.el
986         (python-rx-constituents): Add dedenter and block-ender.
987         (python-indent-dedenters, python-indent-block-enders): Delete.
988         (python-indent-context): Return new case for dedenter-statement.
989         (python-indent-calculate-indentation): Handle new case.
990         (python-indent-calculate-levels): Fix levels calculation for
991         dedenter statements.
992         (python-indent-post-self-insert-function): Fix colon handling.
993         (python-info-dedenter-opening-block-message): New function.
994         (python-indent-line): Use it.
995         (python-info-closing-block)
996         (python-info-closing-block-message): Remove.
997         (python-info-dedenter-opening-block-position)
998         (python-info-dedenter-opening-block-positions)
999         (python-info-dedenter-statement-p): New functions.
1001 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
1003         * files.el (out-of-memory-warning-percentage): New defcustom.
1004         (warn-maybe-out-of-memory): Use it.
1006 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
1008         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
1009         when calling `read-string'.  (Bug#17839)
1011 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
1013         * files.el (warn-maybe-out-of-memory): Fix the wording of the
1014         warning.
1016 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
1018         * files.el (warn-maybe-out-of-memory): New function.
1019         (find-file-noselect): Use it.
1021 2014-07-09  Sam Steingold  <sds@gnu.org>
1023         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
1024         `constant' like `bless', `return' &c
1026 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * rect.el (apply-on-rectangle): Check forward-line really moved to the
1029         next line.
1031 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
1034         the middle of a line (bug#17896).
1036 2014-07-09  Juri Linkov  <juri@jurta.org>
1038         * startup.el (command-line): Append displaying the warning about
1039         the errors in the init file to the end of `after-init-hook'.
1040         (Bug#17927)
1042         * faces.el (face-name): Return input arg `face' as-is
1043         when it's not a symbol.
1044         (x-resolve-font-name): Don't check if the face is a symbol.
1045         (Bug#17956)
1047         * facemenu.el (list-colors-print): In help-echo format use %.2f
1048         instead of %d because now HSV values are floating-point components
1049         between 0.0 and 1.0.
1051 2014-07-09  Glenn Morris  <rgm@gnu.org>
1053         * emulation/cua-rect.el (cua--activate-rectangle):
1054         Avoid setting cua--rectangle to nil.  (Bug#17877)
1056 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
1058         * calendar/todo-mode.el: Fix wrong-type-argument error when
1059         marking multiple consecutive items.
1060         (todo-toggle-mark-item): Don't try to mark the empty lines at the
1061         end of the todo and done items sections.  Note in doc string that
1062         items marked by passing a numeric prefix argument can include the
1063         last todo and first done items.
1064         (todo-mark-category): Don't try to mark the empty line between the
1065         todo and done items sections.
1067 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
1070         proper Lisp quoting (bug#17934).
1072         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
1073         require-final-newline since prog-mode already took care of it (bug#17947).
1075 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
1077         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
1078         refer to the Todo mode Info manual.  Update the comment on
1079         requiring cl-lib.
1080         (todo-find-filtered-items-file): Add todo-prefix overlays.
1081         (todo-filter-items): Reorder a let-bound variable to avoid a
1082         wrong-type-argument error on canceling the file choice dialog.
1084 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * progmodes/octave.el (inferior-octave-mode):
1087         Set comint-input-ring-size to a number (bug#17912).
1089 2014-07-09  Juri Linkov  <juri@jurta.org>
1091         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
1092         and `isearch-mode' associated with nil.  (Bug#17849)
1094 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1096         * linum.el (linum--face-height): New function (bug#17813).
1097         (linum-update-window): Use it to adjust margin to linum's width.
1099         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
1100         * eshell/em-smart.el (eshell-smart-scroll-window):
1101         Use with-selected-window.
1103         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
1104         Remove also pointless window&mark manipulation.
1106         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
1107         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
1108         (perl-continuation-line-p): Don't skip over anything else than labels.
1109         Return the previous char.
1110         (perl-calculate-indent): Use syntax-ppss instead of parse-start
1111         and update callers accordingly.  For continuation lines, check the
1112         the case of array hashes.
1113         (perl-backward-to-noncomment): Make it non-interactive.
1114         (perl-backward-to-start-of-continued-exp): Rewrite.
1116 2014-07-08  Sam Steingold  <sds@gnu.org>
1118         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
1119         New user commands.
1121 2014-07-08  Juri Linkov  <juri@jurta.org>
1123         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
1124         (vc-annotate-color-map): Use less saturated colors (20%) for
1125         background-mode.
1126         (vc-annotate-very-old-color): Add default value for background-mode.
1127         (vc-annotate-background): Set default value to nil since now text on
1128         the default backgrounds should be legible in light and dark modes.
1129         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
1130         (Bug#17808)
1132 2014-07-08  Juri Linkov  <juri@jurta.org>
1134         * simple.el (transpose-chars): Don't move point into read-only area.
1135         (Bug#17829)
1137 2014-07-08  Juri Linkov  <juri@jurta.org>
1139         * window.el (with-displayed-buffer-window): New macro.
1140         (with-temp-buffer-window, with-current-buffer-window):
1141         Use `macroexp-let2' to evaluate and bind variables
1142         in the same order as macro arguments.
1143         (display-buffer--action-function-custom-type):
1144         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
1146         * minibuffer.el (minibuffer-completion-help): Replace
1147         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
1148         with actions that display *Completions* at-bottom when called
1149         from the minibuffer, or below-selected in a normal buffer.
1150         Associate `window-height' with `fit-window-to-buffer'.
1151         Let-bind `pop-up-windows' to nil.
1153         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
1154         instead of `with-current-buffer-window'.  (Bug#17809)
1156 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
1158         * progmodes/hideif.el (hide-ifdef-env): Change to global.
1159         (hide-ifdef-env-backup): New variable.
1160         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
1161         New customizable variables.
1162         (hif-clear-all-ifdef-defined): New defun.
1163         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
1164         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
1165         (hif-tokenize): Fix for MS-DOS/Win EOL style.
1166         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
1167         Fix bug to hide the correct #elif region(s).
1168         (hif-range-elif): New defun.
1169         (hif-recurse-level): New var.
1170         (hif-evaluate-region, hif-evaluate-macro): New defun.
1171         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
1172         fully hidden.
1173         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
1174         Better interaction.
1176 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
1178         * net/dbus.el (dbus-peer-handler): New defun.
1179         (dbus-register-service): Register it.  (Bug#17858)
1180         (dbus-managed-objects-handler): Fix docstring.
1182 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
1184         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
1185         (narrow-to-defun): New arg include-comments, defaulting to it
1186         (bug#16328).
1188 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
1191         different calling convention to rectangle--unhighlight-for-redisplay.
1193 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
1195         * net/tramp.el (tramp-call-process): Handle error strings.
1197         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
1199         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
1200         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
1202         * net/trampver.el: Update release number.
1204 2014-07-03  Juri Linkov  <juri@jurta.org>
1206         * desktop.el (desktop-save): Rename arg `auto-save' to
1207         `only-if-changed'.  Doc fix.  (Bug#17873)
1209 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1212         Use insert-for-yank (bug#17271).
1214 2014-07-03  Leo Liu  <sdl.web@gmail.com>
1216         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
1217         Support lexical-binding.
1219 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * vc/log-edit.el (log-edit-goto-eoh): New function.
1222         (log-edit--match-first-line): Use it (bug#17861).
1224 2014-07-03  Glenn Morris  <rgm@gnu.org>
1226         * vc/log-edit.el (log-edit-hook): Add missing :version.
1228 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1230         * progmodes/python.el (python-indent-post-self-insert-function):
1231         Enhancements to electric indentation behavior inside
1232         parens. (Bug#17658)
1234 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
1237         buffer-invisibility-spec (bug#17867).
1239 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
1241         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
1242         pass "-a".
1244 2014-07-03  Glenn Morris  <rgm@gnu.org>
1246         * cus-edit.el (help):
1247         * finder.el (finder-known-keywords):
1248         * help.el (help-for-help-internal):
1249         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
1250         (ediff-redraw-registry-buffer):
1251         * vc/ediff-ptch.el (ediff-patch-file-internal):
1252         Doc fixes re "online" help.  (Bug#17803)
1254         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
1255         (idlwave-mode): Doc URL update.
1257 2014-07-01  Juri Linkov  <juri@jurta.org>
1259         * man.el: Display man pages immediately and use process-filter
1260         to format them asynchronously.
1261         (Man-width): Doc fix.
1262         (man): Doc fix.
1263         (Man-start-calling): Use `with-selected-window' to get
1264         `frame-width' and `window-width'.
1265         (Man-getpage-in-background): Call `Man-notify-when-ready'
1266         immediately after creating a new buffer.  Call `Man-mode' and set
1267         `mode-line-process' in the created buffer.  Set process-filter to
1268         `Man-bgproc-filter' in start-process branch.  In call-process branch
1269         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
1270         Use `Man-start-calling' inside `with-current-buffer'.
1271         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
1272         (Man-cleanup-manpage): Don't print messages.
1273         (Man-bgproc-filter): New function.
1274         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
1275         user moved it during asynchronous formatting.  Move calls of
1276         `Man-fontify-manpage' and `Man-cleanup-manpage' to
1277         `Man-bgproc-filter'.  Move the call of `Man-mode' to
1278         `Man-getpage-in-background'.  Use `quit-restore-window'
1279         instead of `kill-buffer'.  Use `message' instead of `error'
1280         because errors are caught by process sentinel.
1281         (Man-mode): Move calls of `Man-build-page-list',
1282         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
1283         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
1285         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
1286         for the message about the man page cleaned up.
1288 2014-07-01  Mario Lang  <mlang@delysid.org>
1290         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
1291         cosutomization option `gnutls-verify-error'.
1293 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
1296         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
1298         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1299         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
1300         is suspended (bug#17857).
1302 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
1304         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1305         Prefer utf-8 coding.  (Bug#17859)
1307 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1309         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
1310         for `reverse'.
1312 2014-06-30  Glenn Morris  <rgm@gnu.org>
1314         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
1315         (autoload-ensure-default-file): Maybe make existing output writable.
1316         * Makefile.in (AUTOGEN_VCS): Remove.
1317         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
1319 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1321         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
1323 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1325         New if-let, when-let, thread-first and thread-last macros.
1327         * emacs-lisp/subr-x.el
1328         (internal--listify, internal--check-binding)
1329         (internal--build-binding-value-form, internal--build-binding)
1330         (internal--build-bindings): New functions.
1331         (internal--thread-argument, thread-first, thread-last)
1332         (if-let, when-let): New macros.
1334 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
1336         * net/rcirc.el (rcirc-buffer-process): Restore previous
1337         behaviour.  (Bug#17772)
1339 2014-06-29  Alan Mackenzie  <acm@muc.de>
1341         Don't call c-parse-state when c++-template-syntax-table is active.
1342         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
1343         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
1344         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
1346 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
1348         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
1349         account for file-wide setting of todo-top-priorities-overrides.
1350         Make code a bit cleaner.
1352 2014-06-28  Glenn Morris  <rgm@gnu.org>
1354         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
1356 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
1358         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
1359         category-wide setting of todo-top-priorities-overrides, check for
1360         a file-wide setting and fontify accordingly.
1362 2014-06-28  Glenn Morris  <rgm@gnu.org>
1364         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
1366 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1368         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
1370 2014-06-28  K. Handa  <handa@gnu.org>
1372         Fix Bug#17739.
1374         * composite.el: Setup composition-function-table for dotted circle.
1375         (compose-gstring-for-dotted-circle): New function.
1377         * international/characters.el: Add category "^" to all
1378         non-spacing characters.
1380 2014-06-28  Glenn Morris  <rgm@gnu.org>
1382         * Makefile.in (doit): Remove force rule.
1383         (custom-deps, finder-data, autoloads, update-subdirs)
1384         (compile-one-process): PHONY targets do not need force rules.
1386         * Makefile.in (compile-main, compile, compile-always):
1387         No need to explicitly pass variables to ourself in recursive calls.
1389 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
1393 2014-06-26  Glenn Morris  <rgm@gnu.org>
1395         * Makefile.in (update-authors): Update for moved authors.el.
1397 2014-06-26  Leo Liu  <sdl.web@gmail.com>
1399         * skeleton.el (skeleton-end-hook): Default to nil and move the
1400         work to skeleton-insert.  (Bug#17850)
1402 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
1404         * calc/calc-alg.el (math-beforep):
1405         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
1406         Simplify because string-lessp can accept symbols as args.
1408 2014-06-26  Daiki Ueno  <ueno@gnu.org>
1410         * emacs-lisp/package.el (package--check-signature):
1411         If package-check-signature is allow-unsigned, don't signal error when
1412         we can't verify signature because of missing public key
1413         (bug#17625).
1415 2014-06-26  Glenn Morris  <rgm@gnu.org>
1417         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
1418         Remove outdated declaration.
1420         * emacs-lisp/authors.el (authors-valid-file-names)
1421         (authors-renamed-files-alist): Additions.
1423 2014-06-26  Leo Liu  <sdl.web@gmail.com>
1425         * textmodes/picture.el (picture-set-tab-stops):
1426         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
1427         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
1429         * progmodes/asm-mode.el (asm-calculate-indentation):
1430         Use indent-next-tab-stop.
1432         * indent.el (indent-accumulate-tab-stops): New function.
1434 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
1437         (package-desc-status): Obey it.
1439 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
1441         * calendar/todo-mode.el: Fix two bugs.
1442         (todo-insert-item--basic): If user cancels item insertion to
1443         another category before setting priority, show original category
1444         whether it is in the same or a different file.
1445         (todo-set-item-priority): After selecting category, instead of
1446         moving point to top, which extends an active region, restore it.
1448 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * help-fns.el (describe-function-1): Check file-name is a string before
1451         calling help-fns--autoloaded-p (bug#17564).
1453 2014-06-26  Juri Linkov  <juri@jurta.org>
1455         * desktop.el (desktop-auto-save-enable)
1456         (desktop-auto-save-disable): New functions.
1457         (desktop-save-mode, desktop-auto-save-timeout): Use them.
1458         (desktop-read): Disable the autosave before loading the desktop,
1459         and enable afterwards.  (Bug#17351)
1461 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1463         Fix some indentation problem with \; and pipes (bug#17842).
1464         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
1465         (sh-smie--default-forward-token, sh-smie--default-backward-token):
1466         New functions.
1467         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1468         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1469         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1471 2014-06-26  Glenn Morris  <rgm@gnu.org>
1473         * emacs-lisp/find-func.el (find-function-C-source-directory):
1474         Use file-accessible-directory-p.
1476         * ps-samp.el: Make it slightly less awful.
1477         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
1478         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
1479         Only set local values.
1480         (ps-article-subject, ps-article-author): Use standard functions
1481         like mail-fetch-field.
1482         (ps-info-file, ps-info-node): Use match-string.
1483         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
1484         (ps-samp-ps-setup): ... new function.
1486         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
1487         Optimize away code unneeded on any modern Emacs.
1489         * emacs-lisp/authors.el: Move to ../admin.
1491         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
1493 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
1495         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
1496         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
1497         performance enhancements.
1498         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
1499         expansion.
1500         (hif-factor, hif-string-concatenation, intern-safe): Support string
1501         concatenation and argumented macro expansion.
1502         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
1503         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
1504         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
1505         (hif-canonicalize-tokens, hif-place-macro-invocation)
1506         (hif-parse-macro-arglist): Mostly new functions for supporting
1507         argumented macro expansion.
1508         (hif-string-concatenation, hif-stringify, hif-token-concat)
1509         (hif-token-stringification, hif-token-concatenation):
1510         Stringification and concatenation.
1511         (hif-find-next-relevant): Fix comments.
1512         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
1513         some cases involving #elif.
1514         (hif-find-define, hif-add-new-defines): New functions for automatically
1515         scanning of defined symbols.
1516         (hide-ifdef-guts): Fix for defined symbol auto scanning.
1517         (hide-ifdef-undef): Fix behavior to match CPP.
1519 2014-06-25  Glenn Morris  <rgm@gnu.org>
1521         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
1522         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1523         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
1524         files.  They are not relevant to the original issue (bug#1004),
1525         and cause unnecessary recompilation (bug#2151).
1527 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * play/landmark.el: Use lexical-binding and avoid `intangible'.
1530         (landmark--last-pos): New var.
1531         (landmark--intangible-chars): New const.
1532         (landmark--intangible): New function.
1533         (landmark-mode, landmark-move): Use it.
1534         (landmark-mode): Remove properties.
1535         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
1536         (landmark-cross-qtuple):
1537         Don't worry about `intangible' any more.
1538         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
1539         (landmark-init-display): Don't set `intangible' and `point-entered'.
1540         (square): Remove.  Inline it instead.
1541         (landmark--distance): Rename from `distance'.
1542         (landmark-calc-distance-of-robot-from): Rename from
1543         calc-distance-of-robot-from.
1544         (landmark-calc-smell-internal): Rename from calc-smell-internal.
1546 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
1548         * files.el (dir-locals-find-file, file-relative-name):
1549         * info.el (Info-complete-menu-item):
1550         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
1551         to compare-strings to avoid out-of-range errors.
1552         * subr.el (string-prefix-p): Adjust to match strict range
1553         checking in compare-strings.
1555 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
1557         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
1558         for comment lines non-greedy and stopping at newlines to fix stack
1559         overflows with large files.
1561 2014-06-24  Eli Barzilay  <eli@barzilay.org>
1563         * calculator.el (calculator-last-input): Drop 'ascii-character property
1564         lookup.
1566 2014-06-24  Leo Liu  <sdl.web@gmail.com>
1568         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1569         tab-stop-list to nil.  (Bug#16381)
1571         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1572         (indent-rigidly-left-to-tab-stop)
1573         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1574         (move-to-tab-stop): Change callers.
1576 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1578         * skeleton.el (skeleton-insert): Yet another fix of the doc string
1579         wrt behavior of \n as the first/last element of a skeleton.
1581 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
1583         * net/tramp-adb.el (tramp-adb-handle-process-file):
1584         * net/tramp-sh.el (tramp-sh-handle-process-file):
1585         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1586         the output buffer when DISPLAY is non-nil.  (Bug#17815)
1588 2014-06-24  Glenn Morris  <rgm@gnu.org>
1590         * play/landmark.el (landmark-move-down, landmark-move-up):
1591         Fix 2007-10-20 change - preserve horizontal position.
1593 2014-06-23  Sam Steingold  <sds@gnu.org>
1595         * simple.el (kill-append): Remove undo boundary depending on ...
1596         (kill-append-merge-undo): New user option.
1598 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * simple.el (handle-shift-selection, exchange-point-and-mark)
1601         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
1602         (transient-mark-mode): Use&set the global value.
1603         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
1604         * emulation/edt.el (edt-emulation-off): Save&restore the global
1605         transient-mark-mode setting.
1606         * obsolete/pc-select.el (pc-selection-mode): Use the
1607         transient-mark-mode function.
1609 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
1611         * international/fontset.el (script-representative-chars):
1612         Add representative characters for scripts added in Unicode 7.0.
1613         (otf-script-alist): Synchronize with the latest registry of OTF
1614         script tags.
1616         * international/characters.el (char-script-table): Update for
1617         scripts added and codepoint ranges changed in Unicode 7.0.
1619 2014-06-23  Eli Barzilay  <eli@barzilay.org>
1621         * calculator.el (calculator-standard-displayer): Fix bug in use of
1622         `calculator-groupize-number'.
1623         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
1624         `eval' code, so it works in v24.3.1 too.
1625         (calculator-last-input): Comment to clarify purpose.
1627 2014-06-22  Mario Lang  <mlang@delysid.org>
1629         * textmodes/rst.el (rst-comment-region): From from -> from.
1631         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
1633 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1635         * electric.el (electric-layout-post-self-insert-function):
1636         * emacs-lisp/ert.el (ert--insert-infos):
1637         * obsolete/vi.el (vi-set-mark):
1638         * term.el (term-handle-scroll):
1639         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
1640         * wid-edit.el (widget-editable-list-value-create):
1641         Prefer point-marker to copy-marker of point.
1643 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1645         Fix completion retrieval parsing (bug#17209).
1646         * progmodes/python.el (python-mode):
1647         (python-util-strip-string): New function.
1648         (python-shell-completion-get-completions): Use it.
1650 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1652         * skeleton.el (skeleton-insert): Fix last change.
1654 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1656         Enhancements for outline integration (bug#17796).
1657         * progmodes/python.el (python-mode): Properly set
1658         outline-heading-end-regexp so that comments after colons for
1659         defuns are supported.
1661 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1663         * skeleton.el (skeleton-insert): Doc fix.
1665 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1667         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1668         (smie-config-guess): Use smie-config-local so the rules are obeyed
1669         (bug#17818).
1671         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1672         since it's already done inside the loop (bug#17819).
1674 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
1676         * mouse.el (mouse-drag-line): Re-remove code initially removed
1677         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1678         (Bug#17819).
1680 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1682         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1683         align with the surrounding parent (bug#17721).
1685 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1687         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1688         locally to nil.
1689         (texinfo-insert-block, texinfo-insert-@end)
1690         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1691         local setting of skeleton-end-newline by adding an explicit \n to
1692         the skeletons where appropriate.  (Bug#17801)
1694 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1696         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1697         (smie-indent--hanging-p): Use it.
1698         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1700 2014-06-21  Leo Liu  <sdl.web@gmail.com>
1702         * simple.el (read-quoted-char): Don't let help chars pop up help
1703         buffer.  (Bug#16617)
1705 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1708         for | (bug#17621).
1710         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
1711         Drop unknown events instead of burping.
1713 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1715         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1716         and later.  (Bug#17790)
1718 2014-06-21  Juri Linkov  <juri@jurta.org>
1720         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1721         to `soft'.  (Bug#17554)
1723 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1726         (bug#17737).
1728 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
1730         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1731         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
1733 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
1735         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1736         `unread-command-events'.
1738 2014-06-19  William Xu  <william.xwl@gmail.com>
1740         * progmodes/hideif.el (hif-string-to-number): Don't return float for
1741         hex integer constants (bug#17807).
1743 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1745         * international/mule-util.el (truncate-string-ellipsis): New var.
1746         (truncate-string-to-width): Use it.
1748 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
1750         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
1751         (lisp-string-in-doc-position-p): New function, extracted from
1752         lisp-font-lock-syntactic-face-function.
1753         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
1755 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
1757         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
1759 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1761         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
1762         (bubbles--game-over): Don't add `intangible' properties since they
1763         didn't work anyway.
1765 2014-06-18  Juri Linkov  <juri@jurta.org>
1767         * vc/ediff-init.el (ediff-current-diff-Ancestor)
1768         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1769         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1770         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1771         Add `min-colors 88' version with removed black/white foregrounds.
1772         (Bug#10181)
1774 2014-06-18  Juri Linkov  <juri@jurta.org>
1776         * vc/diff-mode.el (diff-changed): Empty face definition to use
1777         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
1778         (diff-context): Use darker color on light background and
1779         lighter color on dark background.
1781 2014-06-18  Juri Linkov  <juri@jurta.org>
1783         * vc/diff-mode.el (diff-refine-changed): Rename from
1784         `diff-refine-change' for consistency with `diff-changed'.
1785         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
1787         * vc/smerge-mode.el (smerge-refined-changed): Rename from
1788         `smerge-refined-change'.
1789         (smerge-refined-change): Add obsolete face alias.
1791 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1793         * rect.el (rectangle-preview): New custom.
1794         (rectangle): New group.
1795         (rectangle--pos-cols): Add `window' argument.
1796         (rectangle--string-preview-state, rectangle--string-preview-window):
1797         New vars.
1798         (rectangle--string-flush-preview, rectangle--string-erase-preview)
1799         (rectangle--space-to, rectangle--string-preview): New functions.
1800         (string-rectangle): Use them.
1801         (rectangle--inhibit-region-highlight): New var.
1802         (rectangle--highlight-for-redisplay): Obey it.  Make sure
1803         `apply-on-region' uses the point-crutches of the right window.
1804         Use :align-to rather than multiple spaces.
1806 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
1808         * ruler-mode.el (ruler-mode-window-col)
1809         (ruler-mode-mouse-set-left-margin)
1810         (ruler-mode-mouse-set-right-margin): Fix calculation of column
1811         from mouse position (Bug#17768).
1813 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
1815         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1816         without varname or rhs causes crash.
1817         (dun-ftp): Fix bug where blank ftp password is allowed, making it
1818         impossible to win endgame.
1819         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1820         rlogin is anymore.
1821         (dun-help): Bump version number; update contact info.
1823 2014-06-15  Eli Barzilay  <eli@barzilay.org>
1825         * calculator.el (calculator-prompt, calculator-remove-zeros)
1826         (calculator-mode-hook, calculator-operators, calculator-stack)
1827         (calculator-mode): Tweak docstring.
1828         (calculator-user-operators): Tweak docstring, fix a bug in the last
1829         example.
1830         (calculator-displayer): `std' case has an optional boolean.
1831         (calculator-displayers): Use the new boolean to group in decimal mode.
1832         (calculator-mode-map, calculator, calculator-message)
1833         (calculator-op-arity, calculator-add-operators)
1834         (calculator-string-to-number, calculator-displayer-prev)
1835         (calculator-displayer-next, calculator-remove-zeros)
1836         (calculator-eng-display, calculator-number-to-string)
1837         (calculator-update-display, calculator-last-input)
1838         (calculator-clear-fragile, calculator-digit, calculator-decimal)
1839         (calculator-exp, calculator-saved-move, calculator-clear)
1840         (calculator-copy, calculator-put-value, calculator-help)
1841         (calculator-expt, calculator-truncate): Minor code improvements.
1842         (calculator-need-3-lines): New function pulling out code from
1843         `calculator'.
1844         (calculator-get-display): Rename from `calculator-get-prompt', and
1845         improved.
1846         (calculator-push-curnum): Rename from `calculator-curnum-value', and
1847         extended for all uses of it.  All callers changed.
1848         (calculator-groupize-number): New utility for splitting a number into
1849         groups.
1850         (calculator-standard-displayer): Improve code, new optional argument to
1851         use comma-split groups, make second argument optional too to use with
1852         'left/'right inputs.  All callers changed.
1853         (calculator-reduce-stack-once): New utility, doing the meat of what
1854         `calculator-reduce-stack' used to do, much improved (mostly using
1855         `pcase' for conciseness and clarity).
1856         (calculator-reduce-stack): Now doing just the reduction loop using
1857         `calculator-reduce-stack-once'.
1858         (calculator-funcall): Improve code, make it work in v24.3.1 too.
1859         (calculator-last-input): Improve code, remove some old cruft.
1860         (calculator-quit): Kill `calculator-buffer' in electric mode too.
1861         (calculator-integer-p): Remove.
1862         (calculator-fact): Improve code, make it work on non-integer values
1863         too (using truncated numbers).
1865 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
1867         Sync with Tramp 2.2.10.
1869         * net/tramp.el (tramp-methods): Tweak docstring.
1870         (tramp-handle-file-accessible-directory-p): Check for
1871         `file-readable-p' instead of `file-executable-p'.
1872         (tramp-check-cached-permissions):
1873         Use `tramp-compat-file-attributes'.
1874         (tramp-call-process): Add new argument VEC.  Adapt callees in all
1875         tramp*.el files.
1877         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1878         (tramp-adb-maybe-open-connection): Don't set
1879         `tramp-current-*' variables.
1881         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1882         file properties of temporary buffers.
1884         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1886         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1887         (tramp-gvfs-handle-delete-file): Flush file
1888         properties, not directory properties.
1889         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1890         reading "unix::mode".
1891         (tramp-gvfs-handle-file-name-all-completions):
1892         Use "-h" option for "gvfs-ls".
1893         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1894         (tramp-gvfs-send-command): Simplify traces.
1896         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1897         (vc-git-program, vc-hg-program): Declare.
1898         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
1899         (tramp-methods) <nc>: Add new method.
1900         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1901         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1902         `tramp-login-args'.
1903         (tramp-default-user-alist): Add "nc".
1904         (top): Remove completion function for "sftp".  Add completion
1905         functions for "nc" and "psftp".
1906         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1907         Implement support for "nc" method.
1908         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1909         (tramp-remote-coding-commands, tramp-call-local-coding-command):
1910         Tweak docstring.
1911         (tramp-sh-handle-write-region): Tweak error message.
1912         (tramp-sh-handle-vc-registered): Remove backends when the remote
1913         binary does not exist.
1914         (tramp-find-inline-encoding): Do not raise an error.
1915         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
1916         the "nc" case.  Quote result also locally.
1918         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1919         (tramp-smb-handle-set-file-acl): Use `start-process'.
1920         (tramp-smb-handle-insert-directory): Use progress reporter.
1921         (tramp-smb-handle-rename-file): Flush also file properties of
1922         FILENAME.
1924         * net/trampver.el: Update release number.
1926 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1928         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1929         add-to-list.
1930         (ses-localvars): Remove ses--local-printer-list, unused.
1931         (ses--metaprogramming): New macro.  Use it to defvar variables.
1932         (ses-set-localvars): Simplify.
1933         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
1934         property-list into an alist.
1935         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1936         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1937         Remove; use defstruct accessors/setters instead.
1938         (ses-cell-formula-aset, ses-cell-printer-aset)
1939         (ses-cell-references-aset): Remove, use setf instead.
1940         (ses--alist-get): New function.
1941         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1942         Use an alist instead of a plist and don't do move-to-front since the
1943         list is always short.
1944         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1945         (ses-cell-property-set-fun, ses-cell-property-set)
1946         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1947         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1948         (ses--letref): New macro.
1949         (ses-cell-property-pop): Rewrite.
1950         (ses--cell): Rename from ses-cell and make it into a function.
1951         Make `formula' fallback on `value' if nil.
1952         (ses--local-printer): Rename from ses-local-printer and make it into
1953         a function.
1954         (ses-set-cell): Turn it into a macro so finding the accessor from the
1955         field name is done at compile time.
1956         (ses-repair-cell-reference-all): Test presence of `sym' rather than
1957         `ref' before adding `sym' to :ses-repair-reference.
1958         (ses-calculate-cell): Use ses--letref rather than
1959         ses-cell-property-get-handle.
1960         (ses-write-cells): Use a single prin1-to-string.
1961         (ses-setter-with-undo): New function.
1962         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1963         (ses-unset-with-undo): Remove.
1964         (ses-load): Prefer apply' over `eval'.
1965         (ses-read-printer, ses-set-column-width): Use standard "(default
1966         foo)" format.
1968 2014-06-15  Glenn Morris  <rgm@gnu.org>
1970         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1972         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
1973         Replace delete-duplicates and mapcan by cl- versions throughout.
1974         And cl-macroexpand-all by macroexpand-all.
1975         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1977 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
1979         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
1981 2014-06-15  Juri Linkov  <juri@jurta.org>
1983         * bindings.el: Put `ascii-character' property on keypad keys
1984         mapped to characters.  (Bug#17759)
1986 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1988         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1989         bumping forward into a closing paren (bug#17761).
1991         * term/xterm.el (xterm--version-handler): Work around for OSX
1992         Terminal.app (bug#17607).
1994 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
1996         * play/dunnet.el (dun-describe-room, dun-mode):
1997         If a lamp is in the room, you won't be eaten by a grue.
1999 2014-06-13  Glenn Morris  <rgm@gnu.org>
2001         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
2002         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
2003         (compile-always): GNU make automatically passes
2004         command-line arguments to sub-makes.
2006         * calendar/calendar.el (calendar-generate-window):
2007         Remove pointless call to font-lock-fontify-buffer.
2009 2014-06-13  Matthias Meulien  <orontee@gmail.com>
2011         * simple.el (completion-list-mode-map): Navigate with tab and backtab
2012         (bug#17767).
2014 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * simple.el (set-mark-command): Simplify a bit.
2018 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2020         * help.el (help--key-binding-keymap): New function.
2021         (help--binding-locus): New function.
2022         (describe-key): Mention the keymap in which the binding was
2023         found. (bug#13948)
2025 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2027         * hippie-exp.el (he--all-buffers): New function.
2028         (try-expand-line-all-buffers, try-expand-list-all-buffers)
2029         (try-expand-dabbrev-all-buffers): Use it.
2031 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
2033         * hippie-exp.el (try-expand-line-all-buffers)
2034         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
2035         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
2036         original buffer, in case they're buffer-local.
2038 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2040         * ses.el (ses-initial-global-parameters-re): New defconst, a
2041         specific regexp is needed now that ses.el can handle both
2042         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
2043         local printers.
2044         (ses-localvars): Add local variables needed for local printer handling.
2045         (ses-set-localvars): Handle hashmap initialisation.
2046         (ses-paramlines-plist): Add param-line for number of local printers.
2047         (ses-paramfmt-plist): New defconst, needed for code factorization
2048         between functions `ses-set-parameter' and
2049         `ses-file-format-extend-paramter-list'
2050         (ses-make-local-printer-info): New defsubst.
2051         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
2052         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
2053         (ses-cell-printer-aset): New defmacro.
2054         (ses-local-printer-compile): New defun.
2055         (ses-local-printer): New defmacro.
2056         (ses-printer-validate, ses-call-printer): Add support for local
2057         printer functions.
2058         (ses-file-format-extend-paramter-list): New defun.
2059         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
2060         factorization.
2061         (ses-load): Add support for local printer functions.
2062         (ses-read-printer): Update docstring and add support for local printer
2063         functions.
2064         (ses-refresh-local-printer, ses-define-local-printer): New defun.
2065         (ses-safe-printer): Add support for local printer functions.
2067 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
2069         * ffap.el (ffap-lax-url): New var (bug#17723).
2070         (ffap-url-at-point): Use it.
2071         (ffap-file-at-point): Avoid returning just "/".
2073 2014-06-12  Matthias Meulien  <orontee@gmail.com>
2075         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
2076         (python-mode-map): Bind it.
2078         * progmodes/python.el (class skeleton): Don't erase last char of class
2079         name (bug#17683).
2081 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2083         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
2085 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
2087         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
2088         (bug#17745).
2090 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * international/mule-cmds.el: Use lexical-binding.
2093         (ucs-names): Simplify.
2095 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
2097         * progmodes/python.el (run-python): Use read-shell-command.
2099 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2101         * rect.el: Make it possible to move bounds past EOL or into TABs.
2102         (operate-on-rectangle): Use apply-on-rectangle.
2103         (rectangle--mark-crutches): New var.
2104         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
2105         (rectangle--crutches, rectangle--reset-crutches): New functions.
2106         (apply-on-rectangle): Obey crutches.  Avoid setq.
2107         Fix missing final iteration if end is at EOB&BOL.
2108         (rectangle-mark-mode-map): Add remap bindings for
2109         exchange-point-and-mark and char/line movements.
2110         (rectangle--*-char): New function.
2111         (rectangle-exchange-point-and-mark, rectangle-right-char)
2112         (rectangle-left-char, rectangle-forward-char)
2113         (rectangle-backward-char, rectangle-next-line)
2114         (rectangle-previous-line): New commands.
2115         (rectangle--place-cursor): New function.
2116         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
2118 2014-06-08  Glenn Morris  <rgm@gnu.org>
2120         * startup.el (initial-buffer-choice): Doc fix.
2121         Reset :version (adding an option does not merit a :version bump).
2123         * bookmark.el (bookmark-load):
2124         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
2126 2014-06-08  Juri Linkov  <juri@jurta.org>
2128         * desktop.el: Activate auto-saving on window configuration changes.
2129         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
2130         `desktop-auto-save-set-timer' to/from
2131         `window-configuration-change-hook'.
2132         (desktop-auto-save-set-timer): Change REPEAT arg of
2133         `run-with-idle-timer' from t to nil.
2134         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
2136 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
2138         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
2139         vc-hg-command (bug#17570).
2141 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2143         * international/mule-cmds.el (ucs-names): Add special entry for BEL
2144         (bug#17702).
2146 2014-06-08  Glenn Morris  <rgm@gnu.org>
2148         * startup.el (window-setup-hook): Doc fix.
2150         * emacs-lisp/package.el (package-check-signature)
2151         (package-unsigned-archives): Doc fixes.
2153 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
2155         * window.el (display-buffer-use-some-window): Don't make window
2156         used smaller than it was before (Bug#17671).
2158 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
2160         * menu-bar.el (menu-bar-open): Fix last change: use the PC
2161         'redisplay' instead of '(sit-for 0)'.
2163 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
2165         * net/tramp.el (tramp-ssh-controlmaster-options):
2166         Improve search regexp.  (Bug#17653)
2168 2014-06-08  Glenn Morris  <rgm@gnu.org>
2170         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
2172 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
2174         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
2176 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
2178         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
2179         (bug#17586).
2181         * vc/vc-hg.el (vc-hg-log-graph): New var.
2182         (vc-hg-print-log): Use it.
2183         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
2184         graph output (bug#17515).
2186 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2188         * mouse.el (mouse-posn-property): Ignore buffer position info when the
2189         even happened elsewhere.
2191 2014-06-06  Mario Lang  <mlang@delysid.org>
2193         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
2194         `recenter' if `current-buffer' is equal to `window-buffer'.
2196 2014-06-05  Leo Liu  <sdl.web@gmail.com>
2198         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
2200 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
2202         * textmodes/tildify.el (tildify-foreach-region-outside-env):
2203         New function which calls a callback on portions of the buffer that are
2204         outside of ignored environments.
2205         (tildify-build-regexp): Remove function since it is now
2206         incorporated in `tildify-foreach-region-outside-env' where it is
2207         optimised and simplified by the use of `mapconcat'.
2208         (tildify-tildify): Return number of substitutions made so that…
2209         (tildify-count): …can be removed.
2210         (tildify-find-env): Accept a new PAIRS argument which was
2211         previously looked up in `tildify-ignored-environments-alist' each
2212         time the function was called.  With this change, the lookup is
2213         performed only once in `tildify-foreach-region-outside-env'.
2214         (tildify-region): Greatly simplify the function since now most of
2215         the work is done by `tildify-foreach-region-outside-env'.
2216         (tildify-mode-alist): Simplify slightly by avoiding if and setq
2217         and instead using or.
2219         * textmodes/tildify.el (tildify-ignored-environments-alist):
2220         Optimise environments regexes
2222         Each time beginning of an environment to ignore is found,
2223         `tildify-find-env' needs to identify regexp for the ending
2224         of the environment.  This is done by trying all the opening
2225         regexes on matched text in a loop, so to speed that up, this
2226         loop should have fewer things to match, which can be done by
2227         using alternatives in the opening regexes.
2229         Coincidentally, this should make matching of the opening
2230         regexp faster as well thanks to the use of `regexp-opt' and
2231         having common prefix pulled from many regexes.
2233         * textmodes/tildify.el (tildify-string-alist)
2234         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
2235         of supported modes since `xml-mode' is no longer a thing but just
2236         an alias to the former.  Also include comments and insides of tags
2237         in `tildify-ignored-environments-alist' for XML modes.  Finally,
2238         since XML does not define “&nbsp;”[1], use a numeric reference for
2239         a no-break space (namely “&#160;”)
2241         [1] XML specification defines only a handful of predefined entities.
2242             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
2243             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
2244             >, &, ' and " respectively).  This is in contrast to HTML and even
2245             XHTML which defined a whole bunch of entities including “&nbsp;”.
2247         * textmodes/tildify.el (tildify-pattern-alist)
2248         (tildify-string-alist, tildify-ignored-environments-alist):
2249         Improve defcustom's types by adding more tags explaining what each
2250         value means and replace “sexp” used in
2251         `tildify-ignored-environments-alist' with a full type declaration.
2253         * textmodes/tildify.el (tildify-find-env): Fix matched group
2254         indexes in end-regex building
2256         When looking for a start of an ignore-environment, the regex is built
2257         by concatenating regexes of all the environments configured in
2258         `tildify-ignored-environments-alist'.  So for example, the following
2259         list could be used to match TeX's \verb and \verb* commands:
2261             (("\\\\verb\\(.\\)" . (1))
2262              ("\\\\verb\\*\\(.\\)" . (1)))
2264         This would result in the following regex being used to find the start
2265         of any of the variants of the \verb command:
2267             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
2269         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
2270         won't match anything, and thus (match-string 1) will be nil, which
2271         will cause building of the end-matching regex to fail.
2273         Fix this by using capture groups from the time when the opening
2274         regexes are matched individually.
2276         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
2277         in `tildify-find-env'
2279         The `tildify-ignored-environments-alist' allows the end-regex to
2280         be provided not as a static string but mix of strings and indexes
2281         of groups matched the begin-regex.  For example, the “\verb!…!”
2282         TeX-command (where “!” is an arbitrary character) is handled
2283         using:
2285             ("\\\\verb\\*?\\(.\\)" . (1))
2287         In the same way, the following should be supported as well:
2289             ("open-\\(.\\)" . ("end-" 1))
2291         However the tildify-find-env function fails at
2293             (concat result
2294                     (if (stringp (setq aux (car expression)))
2295                          expression  ; BUG: expression is a list
2296                        (regexp-quote (match-string aux))))
2298         where the string part is handled incorrectly.
2300         The most trivial fix would be to replace `expression' in the
2301         true-part of the if-statement with `aux', but instead, this commit
2302         optimises `tildify-find-env' by changing it to use `mapconcat'
2303         rather than open-coded while-loop.
2305 2014-06-05  Mario Lang  <mlang@delysid.org>
2307         * woman.el (woman-mapcan): Remove.
2308         (woman-parse-colon-path): Use cl-mapcan instead.
2310 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2312         * register.el: Add link to Emacs manual in Commentary.
2314 2014-06-02  Sam Steingold  <sds@gnu.org>
2316         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
2317         (popup-menu): ...here.
2318         (menu-bar-open): Use it to avoid an error when `lookup-key'
2319         returns a number.
2321 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
2323         * net/tramp.el (tramp-call-process): Add traces.
2324         (tramp-handle-unhandled-file-name-directory): Return "/".
2326 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
2328         Sync with upstream verilog-mode revision 3cd8144.
2329         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
2330         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
2331         (verilog-type-font-keywords): Add nor.
2332         (verilog-batch-execute-func): Force reading of Local Variables.
2333         Fix printing "no changes to be saved" with verilog-batch.
2334         (verilog-auto-arg-ports): Doc fix.
2335         Add verilog-auto-arg-format to support newlines in AUTOARG.
2336         (verilog-auto-arg): Doc fix.
2338 2014-06-02  Glenn Morris  <rgm@gnu.org>
2340         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
2341         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
2342         * emulation/ws-mode.el: Move to obsolete/.
2343         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
2345 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
2347         * simple.el (keyboard-quit): Force update of mode lines, to remove
2348         the "Def" indicator, if we were defining a macro.  (Bug#17615)
2350 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2352         * minibuffer.el (minibuffer-force-complete-and-exit):
2353         Obey minibuffer-default (bug#17545).
2355         * progmodes/js.el (js-indent-line): Don't mix columns and chars
2356         (bug#17619).
2358         * subr.el (set-transient-map): Don't wait for some "nested"
2359         transient-map to finish if we're only supposed to be active for
2360         the next command (bug#17642).
2362 2014-06-02  Leo Liu  <sdl.web@gmail.com>
2364         * emacs-lisp/gv.el (window-buffer, window-display-table)
2365         (window-dedicated-p, window-hscroll, window-point, window-start):
2366         Fix gv-expander.  (Bug#17630)
2368 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2370         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
2371         clicks (bug#17633).
2373         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
2374         for the single comma, since ", " is *very* common in normal French text
2375         (bug#17643).
2377 2014-06-02  Glenn Morris  <rgm@gnu.org>
2379         * emacs-lisp/package.el (package-check-signature)
2380         (package-unsigned-archives): Fix :version.
2382 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2384         * subr.el (sit-for): Don't run input-methods (bug#15614).
2386 2014-06-02  Glenn Morris  <rgm@gnu.org>
2388         * cus-start.el: Fix some :version numbers.
2390 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * simple.el (deactivate-mark): Set mark-active to nil even if
2393         deactivation is done via setting transient-mark-mode to nil,
2394         since one is buffer-local and the other is global.
2396         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
2397         there can't be more than 2 arguments (bug#17584).
2399 2014-06-02  Glenn Morris  <rgm@gnu.org>
2401         * simple.el (filter-buffer-substring-functions)
2402         (filter-buffer-substring-function, buffer-substring-filters)
2403         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
2405         * minibuffer.el (completion-in-region-functions, completion-in-region)
2406         (completion--in-region): Doc fixes.
2408         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
2409         (expand-abbrev, abbrev--default-expand): Doc fixes.
2411 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2413         Include sources used to create macuvs.h.
2414         * international/README: Refer to the Unicode Terms of Use rather
2415         than copying it bodily here, as that simplifies maintenance.
2417 2014-06-01  Glenn Morris  <rgm@gnu.org>
2419         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
2421 2014-05-31  Glenn Morris  <rgm@gnu.org>
2423         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
2425 2014-05-30  Glenn Morris  <rgm@gnu.org>
2427         * loadup.el: Treat `command-line-args' more flexibly.
2429 2014-05-30  Alan Mackenzie  <acm@muc.de>
2431         Guard (looking-at "\\s!") from XEmacs.
2432         * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
2434 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>
2436         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
2437         The argument COUNT is now optional, to be more backward-compatible.
2438         Doc fix.  (Bug#17560)
2440 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
2442         * whitespace.el (whitespace-report-region):
2443         Simplify documentation.
2444         (whitespace-report-region): Allow report-if-bogus to take the
2445         value `never', for non-interactive use.
2446         (whitespace-report): Refer to whitespace-report-region's
2447         documentation.
2449 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2451         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
2452         Side benefit: it works without jit-lock.
2453         (whitespace-point--used): New buffer-local var.
2454         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
2455         (whitespace-color-off): Use font-lock-flush.
2456         (whitespace-point--used, whitespace-point--flush-used): New functions.
2457         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2458         (whitespace-empty-at-eob-regexp): Use them.
2459         (whitespace-post-command-hook): Rewrite.
2461         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
2462         (font-lock-fontify-buffer): Mark interactive-only.
2463         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
2464         Make buffer-local.
2465         (font-lock-specified-p): Remove redundant boundp check.
2466         (font-lock-flush-function, font-lock-ensure-function): New vars.
2467         (font-lock-turn-on-thing-lock): Set them.
2468         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
2469         (font-lock-after-change-function): Make `old-len' optional.
2470         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
2471         Call font-lock-flush, just in case.
2472         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
2473         recent Emacsen.
2474         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
2475         (vera-mode-map, vera-mode-menu): Remove bindings to it.
2476         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
2477         and with-syntax-table.
2478         * textmodes/conf-mode.el (conf-quote-normal):
2479         * progmodes/sh-script.el (sh-set-shell):
2480         * progmodes/prog-mode.el (prettify-symbols-mode):
2481         * progmodes/f90.el (f90-font-lock-n):
2482         * progmodes/cwarn.el (cwarn-mode):
2483         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
2484         * progmodes/compile.el (compilation-setup, compilation--unsetup):
2485         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
2486         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
2487         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
2488         font-lock-fontify-buffer-function and
2489         font-lock-unfontify-buffer-function.
2490         (rmail-unfontify-buffer-function, rmail-fontify-message):
2491         Use with-silent-modifications.
2492         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
2493         and font-lock-ensure.
2494         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
2496 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
2498         * emacs-lisp/package.el (package-generate-autoloads):
2499         Inhibit backup files.
2501 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2503         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
2504         (bug#17608).
2506 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
2508         * textmodes/tildify.el (tildify-buffer, tildify-region):
2509         Add dont-ask option.
2511 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
2514         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
2516         * subr.el (internal--funcall-interactively): New.
2517         (internal--call-interactively): Remove.
2518         (called-interactively-p): Detect funcall-interactively instead of
2519         call-interactively.
2520         * simple.el (repeat-complex-command): Use funcall-interactively.
2521         (repeat-complex-command--called-interactively-skip): Remove.
2523 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2525         * register.el (register-read-with-preview): Don't burp on
2526         frame switches (e.g. due to the frame we just popped).
2528         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
2529         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
2531 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
2533         * cus-face.el (custom-face-attributes): Add :distant-foreground.
2535 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
2537         * window.el (window--dump-frame): Remove interactive specification.
2539 2014-05-26  Glenn Morris  <rgm@gnu.org>
2541         * hippie-exp.el (he-line-search-regexp):
2542         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
2544 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
2546         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
2547         to avoid errors when trying to create or visit a file foo.todo
2548         located outside to todo-directory, and to allow having such files
2549         without them being tied to Todo mode (bug#17482).
2550         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
2551         (todo-archive-done-item, todo-find-filtered-items-file)
2552         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
2553         (todo-category-completions, todo-read-category): When visiting a
2554         Todo file, make sure we're in the right mode and the buffer local
2555         variables are set.
2556         (todo-make-categories-list, todo-reset-nondiary-marker)
2557         (todo-reset-done-string, todo-reset-comment-string):
2558         After processing all Todo files, kill the buffers of those files that
2559         weren't being visited before the processing.
2560         (todo-display-as-todo-file, todo-add-to-buffer-list)
2561         (todo-visit-files-commands): Comment out.
2562         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
2563         (auto-mode-alist): Remove add-to-list calls making Todo file
2564         extensions unrestrictedly tied to Todo modes.
2566 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2568         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
2569         (advice-function-member-p): Tell it to check both names and functions
2570         (bug#17531).
2571         (advice--add-function): Adjust call accordingly.
2573 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
2575         * calendar/todo-mode.el: Miscellaneous bug fixes.
2576         (todo-delete-file): When deleting an archive but not its todo
2577         file, make sure to update the todo file's category sexp.
2578         (todo-move-category): Keep the moved category's name unless the
2579         file moved to already has a category with that name.  If the
2580         numerically last category of the source file was moved, make the
2581         first category current to avoid selecting a nonexisting category.
2582         (todo-merge-category): Fix implementation to make merging to a
2583         category in another file work as documented.  Eliminate now
2584         insufficient and unnecessary renaming of archive category, correct
2585         document string accordingly, and clarify it.  If the numerically
2586         last category of the source file was merged, make the first
2587         category current to avoid selecting a nonexisting category.
2588         (todo-archive-done-item): When there are marked items and point
2589         happens to be on an unmarked item, ignore the latter.  Don't leave
2590         point below last item after archiving marked items.
2591         (todo-unarchive-items): Fix logic to ensure unarchiving an item
2592         from an archive with only one category deletes the archive only
2593         when the category is empty after unarchiving.  Make sure the todo
2594         file's category sexp is updated.
2595         (todo-read-file-name): Allow an existing file name even when it is
2596         not required (todo-move-category needs this to work as documented).
2597         (todo-add-file): Call todo-validate-name to reject the name of an
2598         existing todo file (needed due to fix in todo-read-file-name).
2599         (todo-reset-nondiary-marker): Also reset in filtered items files.
2600         (todo-reset-done-string, todo-reset-comment-string): Also reset in
2601         regexp filtered items files.
2602         (todo-reset-highlight-item): Also reset in filtered items files.
2603         Fix incorrect variable reference in document string.
2605 2014-05-26  Glenn Morris  <rgm@gnu.org>
2607         * window.el (window--dump-frame): Avoid error in --without-x builds.
2609 2014-05-26  Glenn Morris  <rgm@gnu.org>
2611         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
2613 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
2615         * frame.el (set-frame-font): Doc fix.
2617         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
2619 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
2621         * emacs-lisp/package.el (package--download-one-archive):
2622         Use `write-region' instead of `save-buffer' to avoid running various
2623         hooks.  (Bug#17155)
2624         (describe-package-1): Same.  Insert newline at the end of the
2625         buffer if appropriate.
2627 2014-05-26  Juri Linkov  <juri@jurta.org>
2629         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
2630         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
2631         Add more modifiers: meta, control, shift, hyper, super, alt.
2632         (Bug#17439)
2634         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
2635         to allow changing its value with `set-variable'.
2637 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
2640         #; comments.
2641         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
2642         New functions.
2643         (scheme-mode-variables): Set syntax-propertize-function instead of
2644         font-lock-syntactic-face-function.
2645         (scheme-font-lock-syntactic-face-function): Delete.
2647         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
2649         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
2650         (bug#17392).
2652 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
2654         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
2655         for a temporary file name.
2657 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
2659         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
2661 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
2663         * net/dbus.el (dbus-init-bus, dbus-call-method)
2664         (dbus-call-method-asynchronously, dbus-send-signal)
2665         (dbus-method-return-internal, dbus-method-error-internal):
2666         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
2668 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2670         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
2671         methods which do not have a doc string.  (Bug#17490)
2673 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
2675         * textmodes/reftex-ref.el (reftex-format-special): Make it work
2676         also for AMS Math's \eqref macro.
2678 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2680         Arrange to never byte-compile the generated -pkg.el file.
2682         * emacs-lisp/package.el (package-generate-description-file):
2683         Output first-line comment to set buffer-local var `no-byte-compile'.
2684         Suggested by Dmitry Gutov:
2685         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
2687 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2689         Fix bug: Properly quote args to generated -pkg.el `define-package'.
2691         * emacs-lisp/package.el (package-generate-description-file):
2692         Inline `package--alist-to-plist'; rewrite to selectively
2693         quote alist values that are not self-quoting.
2694         (package--alist-to-plist): Delete func.
2696 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
2698         * term/xterm.el (xterm-function-map): Add mapping for shifted
2699         keypad keys.
2701 2014-05-24  Daniel Colascione  <dancol@dancol.org>
2703         * progmodes/subword.el (subword-find-word-boundary): Move point to
2704         correct spot before search. (Bug#17580)
2706         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
2707         breaking the build.
2709 2014-05-24  Leo Liu  <sdl.web@gmail.com>
2711         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
2713 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * minibuffer.el (completion--sreverse): Remove.
2716         (completion--common-suffix): Use `reverse' instead.
2717         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
2719 2014-05-22  Glenn Morris  <rgm@gnu.org>
2721         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
2723 2014-05-21  Daniel Colascione  <dancol@dancol.org>
2725         * files.el (interpreter-mode-alist): Add mksh.
2727         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
2728         derivative.
2729         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
2730         mksh. Improve custom spec; allow regular expressions.
2731         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
2732         (sh-after-hack-local-variables): New function.
2733         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
2734         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
2735         the normalization.
2736         (sh-canonicalize-shell): Rewrite to support regexes.
2738 2014-05-21  Leo Liu  <sdl.web@gmail.com>
2740         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
2742 2014-05-19  Leo Liu  <sdl.web@gmail.com>
2744         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
2746 2014-05-18  Glenn Morris  <rgm@gnu.org>
2748         * loadup.el:
2749         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
2751 2014-05-14  Sam Steingold  <sds@gnu.org>
2753         * progmodes/python.el (python-shell-get-or-create-process):
2754         Do not bind `current-prefix-arg' so that C-c C-z does not talk
2755         back unless requested.
2757 2014-05-14  Glenn Morris  <rgm@gnu.org>
2759         * subr.el (with-file-modes): New macro.
2760         * printing.el (pr-save-file-modes): Make obsolete.
2761         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
2762         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2763         Add with-file-modes.
2764         * doc-view.el (doc-view-make-safe-dir):
2765         * epg.el (epg--start):
2766         * files.el (locate-user-emacs-file, make-temp-file)
2767         (backup-buffer-copy, move-file-to-trash):
2768         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
2769         * eshell/esh-util.el (eshell-with-private-file-modes)
2770         (eshell-make-private-directory):
2771         * net/browse-url.el (browse-url-mosaic):
2772         * obsolete/mailpost.el (post-mail-send-it):
2773         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
2774         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
2775         Use with-file-modes.
2777         * vc/emerge.el (emerge-make-temp-file): Simplify.
2779 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
2780             Stefan Monnier  <monnier@iro.umontreal.ca>
2782         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
2783         suffix (bug#15419).
2785 2014-05-14  Glenn Morris  <rgm@gnu.org>
2787         * vc/emerge.el (emerge-temp-file-prefix):
2788         Make pointless option obsolete.
2789         (emerge-temp-file-mode): Make non-functional option obsolete.
2791 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
2793         * net/browse-url.el (browse-url):
2794         Use `unhandled-file-name-directory' when setting `default-directory',
2795         in order to circumvent stalled remote connections.  (Bug#17425)
2797 2014-05-14  Glenn Morris  <rgm@gnu.org>
2799         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
2800         Optimize on Emacs, which has the relevant functions for ages.
2802 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2804         * simple.el (undo-make-selective-list): Obey undo-no-redo.
2806 2014-05-12  Sam Steingold  <sds@gnu.org>
2808         * calendar/time-date.el (seconds-to-string): New function to
2809         pretty print time delay in seconds.
2811 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2813         * mpc.el (mpc-format): Trim Date to the year.
2814         (mpc-songs-hashcons): Shorten the Date field.
2816         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2817         into autoloading just because of a silly indirection.
2819 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
2821         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
2823 2014-05-12  Glenn Morris  <rgm@gnu.org>
2825         * emacs-lisp/find-gc.el: Move to ../admin.
2827         * printing.el (pr-version):
2828         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2830         * net/browse-url.el (browse-url-mosaic):
2831         Create /tmp/Mosaic.PID as a private file.
2833 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2835         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2836         (advice--member-p): If name is given, only compare the name.
2837         (advice--remove-function): Don't stop at the first match.
2838         (advice--normalize-place): New function.
2839         (add-function, remove-function): Use it.
2840         (advice--add-function): Pass the name, if any, to
2841         advice--remove-function.
2843 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
2845         * electric.el (electric-indent-post-self-insert-function): Don't use
2846         `pos' after modifying the buffer (bug#17449).
2848 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
2850         * calendar/todo-mode.el (todo-insert-item-from-calendar):
2851         Correct argument list to conform to todo-insert-item--basic.
2853 2014-05-12  Glenn Morris  <rgm@gnu.org>
2855         * files.el (cd-absolute): Test if directory is accessible
2856         rather than executable.  (Bug#17330)
2858         * progmodes/compile.el (recompile):
2859         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
2861         * net/browse-url.el (browse-url-mosaic):
2862         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
2863         This is CVE-2014-3423.
2865 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2867         * mouse.el: Use the normal toplevel loop while dragging.
2868         (mouse-set-point): Handle multi-clicks.
2869         (mouse-set-region): Handle multi-clicks for drags.
2870         (mouse-drag-region): Update call accordingly.
2871         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2872         Use the normal event loop instead of a local while/read-event loop.
2873         (global-map): Remove redundant bindings for double/triple-mouse-1.
2874         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2875         Generate synthetic down events when the protocol only sends up events.
2876         (xterm-mouse-last): Remove.
2877         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2878         terminal parameter instead.
2879         (xterm-mouse--set-click-count): New function.
2880         (xterm-mouse-event): Detect/generate double/triple clicks.
2881         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2883         * info.el (Info-quoted): New face.
2884         (Info-mode-font-lock-keywords): New var.
2885         (Info-mode): Use it.
2887         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2888         are a hindrance for C-x C-e.
2890 2014-05-11  Leo Liu  <sdl.web@gmail.com>
2892         * net/rcirc.el (rcirc-sentinel): Fix last change.
2894 2014-05-08  Sam Steingold  <sds@gnu.org>
2896         * net/rcirc.el (rcirc-reconnect-delay): New user option.
2897         (rcirc-sentinel): Auto-reconnect to the server if
2898         `rcirc-reconnect-delay' is non-0 (but not more often than its
2899         value in case the host is off-line).
2901 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
2903         * progmodes/grep.el (lgrep): Fix a typo in last commit.
2905 2014-05-09  Glenn Morris  <rgm@gnu.org>
2907         * files.el (file-expand-wildcards):
2908         * man.el (Man-support-local-filenames):
2909         * printing.el (pr-i-directory, pr-interface-directory):
2910         * progmodes/grep.el (lgrep, rgrep):
2911         * textmodes/ispell.el (ispell-call-process)
2912         (ispell-call-process-region, ispell-start-process)
2913         (ispell-init-process): Use file-accessible-directory-p.
2915 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2917         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2918         (xterm-mouse--read-event-sequence-1000): Return nil if something
2919         looks fishy.
2920         (xterm-mouse-event): Propagate it.
2921         (xterm-mouse-translate-1): Handle it.
2923 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
2925         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2926         four slots of the parameter list are filled, make sure to pass it
2927         to the argument list of todo-insert-item--basic.
2929 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2932         Add optional `seen' argument to detect and break infinite loops.
2934 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
2936         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2937         (trace-unsafe, trace-use-tree): Make parentheses style be
2938         according to Emacs style.
2940 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
2942         * net/tramp-sh.el (tramp-remote-process-environment):
2943         Remove HISTFILE and HISTSIZE; it's too late to set them here.
2944         Add :version entry.
2945         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2946         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
2947         extra "PSx=..." commands.
2948         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2949         (Bug#17295)
2951         (tramp-uudecode): Replace the hard-coded temporary file name by a
2952         format specifier.
2953         (tramp-remote-coding-commands): Enhance docstring.
2954         (tramp-find-inline-encoding): Replace "%t" by a temporary file
2955         name.  (Bug#17415)
2956         This is CVE-2014-3424.
2958 2014-05-08  Glenn Morris  <rgm@gnu.org>
2960         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2961         (find-gc-source-files): Update some names.
2962         (trace-call-tree): Simplify and update.
2963         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
2964         This is CVE-2014-3422.
2966 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * minibuffer.el (completion--try-word-completion): Revert fix for
2969         Bug#15980 (bug#17375).
2971         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2972         Always store button numbers in the same way in xterm-mouse-last;
2973         Don't burp is xterm-mouse-last is not set as expected.
2974         Never return negative indices.
2976 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
2978         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2979         Backtrack one char if the global/char-literal var matcher hits
2980         inside a string.  The next char could be the beginning of an
2981         expression expansion.
2983 2014-05-08  Glenn Morris  <rgm@gnu.org>
2985         * help-fns.el (describe-function-1): Test for an autoload before a
2986         macro, since `macrop' works on autoloads.  (Bug#17410)
2988 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2990         * electric.el (electric-indent-functions-without-reindent): Add yaml.
2992         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2993         Make sure the new point we return is within the new string (bug#17239).
2995 2014-05-05  Daniel Colascione  <dancol@dancol.org>
2997         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2998         Port `gnu' pattern to rx.
3000 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
3002         Remove unneeded prompt when closing a buffer with active
3003         emacsclient ("Buffer ... still has clients"), #16548.
3004         * server.el (server-start): Remove the only call to:
3005         (server-kill-buffer-query-function): Remove.
3007 2014-05-04  Leo Liu  <sdl.web@gmail.com>
3009         * calendar/diary-lib.el (calendar-chinese-month-name-array):
3010         Defvar to pacify compiler.
3012 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
3014         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
3016 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
3019         Use nil rather than `default' for the "default" appearance (bug#17388).
3020         * vc/ediff-util.el (ediff-inferior-compare-regions)
3021         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
3022         a misleading `default' value when it's really a boolean.
3023         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
3024         overlay is not visible.
3026 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
3028         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
3029         (todo-menu): Uncomment and update.
3031 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
3033         * calendar/todo-mode.el: Reimplement item editing to have the same
3034         basic user interface as item insertion, and make small UI and
3035         larger internal improvements to the latter.
3036         (todo-insert-item): Add reference to the Todo mode user manual to
3037         the documentation string.
3038         (todo-insert-item--basic): Rename from todo-basic-insert-item and
3039         adjust all callers.  Change signature to combine diary and
3040         nonmarking arguments.  Incorporate functionality of deleted item
3041         copying command and add error checking.  Remove detailed
3042         descriptions of the arguments from the documentation string, since
3043         this is treated in the Todo mode user manual.
3044         (todo-copy-item, todo-edit-multiline-item)
3045         (todo-edit-done-item-comment, todo-edit-item-header)
3046         (todo-edit-item-time, todo-edit-item-date-from-calendar)
3047         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
3048         (todo-edit-item-date-year, todo-edit-item-date-month)
3049         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
3050         Remove.
3051         (todo-edit-item): Reimplement as wrapper command for
3052         todo-edit-item--next-key and make it distinguish done and not done
3053         todo items.
3054         (todo-edit-item--text): New function, replacing old command
3055         todo-edit-item and incorporating deleted commands
3056         todo-edit-multiline-item and todo-edit-done-item-comment.
3057         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
3058         Use only numeric value of prefix argument.  Remove detailed
3059         descriptions of the arguments from the documentation string, since
3060         this is treated in the Todo mode user manual.
3061         (todo-edit-item--diary-inclusion): New function, replacing old
3062         command todo-edit-item-diary-inclusion and incorporating and fixing
3063         functionality of deleted command todo-edit-item-diary-nonmarking,
3064         making sure to remove todo-nondiary-marker when adding
3065         diary-nonmarking-symbol.
3066         (todo-edit-category-diary-inclusion): Make sure to delete
3067         diary-nonmarking-symbol when adding todo-nondiary-marker.
3068         (todo-edit-category-diary-nonmarking): Fix indentation.
3069         (todo-insert-item--parameters): Group diary and nonmarking
3070         parameters together.
3071         (todo-insert-item--apply-args): Adjust to signature of
3072         todo-insert-item--basic and incorporate copy parameter.
3073         Make small code improvements.
3074         (todo-insert-item--next-param): Improve prompt and adjust it to
3075         new parameter grouping.  Remove obsolete code.
3076         (todo-edit-item--param-key-alist)
3077         (todo-edit-item--date-param-key-alist)
3078         (todo-edit-done-item--param-key-alist): New defconsts.
3079         (todo-edit-item--prompt): New variable.
3080         (todo-edit-item--next-key): New function.
3081         (todo-key-bindings-t): Bind "e" to todo-edit-item.
3082         Remove bindings of deleted commands.
3084 2014-05-04  Leo Liu  <sdl.web@gmail.com>
3086         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
3088 2014-05-04  Glenn Morris  <rgm@gnu.org>
3090         * allout-widgets.el (allout-widgets-tally)
3091         (allout-decorate-item-guides):
3092         * menu-bar.el (menu-bar-positive-p):
3093         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3094         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
3095         * progmodes/js.el (js--inside-param-list-p)
3096         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
3097         * progmodes/prolog.el (region-exists-p):
3098         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
3099         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
3100         Doc fixes (replace `iff').
3102 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3104         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
3106 2014-05-04  Leo Liu  <sdl.web@gmail.com>
3108         Support Chinese diary entries in calendar and diary.  (Bug#17393)
3109         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
3110         (calendar-chinese-from-absolute-for-diary)
3111         (calendar-chinese-to-absolute-for-diary)
3112         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
3113         (diary-chinese-list-entries): New functions to list and mark
3114         Chinese diary entries in the calendar window.
3115         (diary-chinese-anniversary)
3116         (diary-chinese-insert-anniversary-entry)
3117         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
3118         (diary-chinese-insert-yearly-entry): New commands to insert
3119         Chinese diary entries.
3121         * calendar/diary-lib.el (diary-font-lock-keywords):
3122         Support font-locking Chinese dates.
3124         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
3125         inserting Chinese diary entries.
3127         * calendar/calendar.el (diary-chinese-entry-symbol):
3128         New customizable variable.
3129         (calendar-mode-map): Add bindings for inserting Chinese diary
3130         entries.
3132 2014-05-03  Juri Linkov  <juri@jurta.org>
3134         * dired.el (dired-check-switches, dired-switches-recursive-p):
3135         New functions.  (Bug#17218)
3136         (dired-switches-escape-p, dired-move-to-end-of-filename):
3137         Use `dired-check-switches'.
3138         (dired-insert-old-subdirs, dired-build-subdir-alist)
3139         (dired-sort-R-check): Use `dired-switches-recursive-p'.
3141 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
3143         * simple.el (undo-make-selective-list): New algorithm fixes
3144         incorrectness of position adjustments when undoing in region.
3145         (Bug#17235)
3146         (undo-elt-crosses-region): Make obsolete.
3147         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
3148         New functions to adjust positions using undo-deltas.
3150 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3152         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
3153         the last consecutive closing paren (bug#17345).
3155 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
3157         * dired.el (dired-mode): make terminology for eXpunge command
3158         consistent.  (Bug#17276)
3160 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
3162         * dired.el (dired-initial-position-hook, dired-initial-position):
3163         Doc string fixes.
3165 2014-04-30  Glenn Morris  <rgm@gnu.org>
3167         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
3169 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
3171         * faces.el (face-spec-recalc): Apply X resources only after the
3172         defface spec has been applied. Thus, X resources are no longer
3173         overriden by the defface spec which also fixes issues on win32 where
3174         the toolbar coloring was wrong because it is set through X resources
3175         and was (wrongfully) overriden.  (Bug#16694)
3177 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * textmodes/rst.el (electric-pair-pairs): Declare.
3180         (rst-mode): Set it (bug#17131).
3182 2014-04-30  Juri Linkov  <juri@jurta.org>
3184         * desktop.el (desktop-value-to-string): Let-bind `print-length'
3185         and `print-level' to nil.  (Bug#17351)
3187 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3189         * battery.el (battery-update): Handle the case where battery
3190         status is "N/A" (bug#17319).
3192 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3194         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
3195         to syntax-propertize.
3196         (ps-mode-auto-indent): Mark as obsolete.
3197         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
3198         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
3199         word regexp operators.
3200         (ps-mode-map): Move initialization into declaration.  Remove binding
3201         for TAB, RET, >, ], and }.
3202         (ps-mode-syntax-table): Move initialization into declaration.
3203         Don't give word syntax to non-word chars.
3204         (ps-run-mode-map): Move initialization into declaration.
3205         (ps-mode-menu-main): Remove auto-indent entry.
3206         (ps-mode-smie-rules): New function.
3207         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
3208         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
3209         (ps-mode--string-syntax-table): New const.
3210         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
3211         New functions.
3212         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
3213         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
3215 2014-04-27  Daniel Colascione  <dancol@dancol.org>
3217         * term/xterm.el (xterm-paste): Use large finite timeout when
3218         reading event to avoid putting keys in this-command-keys.
3220 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
3223         (perl-syntax-propertize-function): Use it.  Extend handling of
3224         here-docs to the unquoted case.
3226 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
3228         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
3229         Use equal-including-properties to compare help-echo strings (bug#17331).
3231 2014-04-25  Leo Liu  <sdl.web@gmail.com>
3233         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3234         Fix syntax for @.  (Bug#17325)
3236 2014-04-25  Daniel Colascione  <dancol@dancol.org>
3238         * emacs-lisp/cl.el (gv): Require gv early to break eager
3239         macro-expansion cycles.
3241 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3243         * simple.el (region-active-p): Check there's a mark (bug#17324).
3245         * simple.el (completion-list-mode-map): Use choose-completion for the
3246         mouse binding as well (bug#17302).
3247         (completion-list-mode, completion-setup-function): Adjust docstring and
3248         echo area message accordingly.
3249         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
3250         calling convention of choose-completion.
3251         * comint.el (comint-dynamic-list-completions):
3252         * term.el (term-dynamic-list-completions): Accept choose-completion.
3254         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
3255         &, |, +, - and * can't be a division (bug#17317).
3257         * term/xterm.el (xterm--version-handler): Don't use modern xterm
3258         features on gnome-terminal (bug#16988).
3260 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
3262         Improve Scheme font-locking for (define ((foo ...) ...) ...).
3264         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
3265         the declared object, ignore zero or more parens, not zero or one.
3267 2014-04-24  Leo Liu  <sdl.web@gmail.com>
3269         * progmodes/xscheme.el (xscheme-expressions-ring)
3270         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
3271         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
3272         (xscheme-allow-output-p, xscheme-prompt)
3273         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
3275         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
3276         Comment out unused functions.
3278 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3280         * info.el: Use lexical-binding and cl-lib.
3281         Use defvar-local and setq-local instead of make-local-variable.
3282         (Info-apropos-matches): Avoid add-to-list.
3283         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
3285 2014-04-24  Daniel Colascione  <dancol@dancol.org>
3287         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
3289 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3291         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
3293 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
3295         * dired.el (dired-insert-set-properties): Do not consider
3296         subdirectory headings and empty lines to be information that
3297         `dired-hide-details-mode' should hide.  (Bug#17228)
3299 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3301         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3302         Remove test messages.
3303         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
3304         and `target' twice.
3306 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3308         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
3309         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
3311         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
3313 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3315         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3316         Set "IFS=" when using read builtin, in order to preserve spaces in
3317         the file name.  Add test messages for hunting a bug on hydra.
3318         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
3320 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3322         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
3323         Don't prettify a word within a symbol.
3325 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3327         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
3328         possible.
3330 2014-04-22  Daniel Colascione  <dancol@dancol.org>
3332         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
3333         use defun to define `function-put'.
3335 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3337         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
3338         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
3339         (lisp-mode-variables): Set font-lock-extra-managed-props.
3341         * emacs-lisp/byte-run.el (function-put): New function.
3342         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
3343         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
3344         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
3345         Use them.
3347 2014-04-22  Daniel Colascione  <dancol@dancol.org>
3349         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
3350         Add `full-p' parameter; when nil, call `macroexpand' instead of
3351         `macroexpand-all'.
3353         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3354         Improve docstrings.
3356         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3357         Use lambda function values, not quoted lambdas.
3358         (byte-compile-recurse-toplevel): Remove extraneous &optional.
3360         * emacs-lisp/cl-macs.el
3361         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
3362         (cl-struct-slot-value): Conditionally use aref or nth so that the
3363         compiler produces optimal code.
3365 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3367         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
3368         (inline): Don't inline cl--set-elt.
3369         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
3370         Define as inlinable instead.
3371         (cl-struct-set-slot-value): Remove.
3373         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
3374         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
3375         Use setf instead.
3377 2014-04-21  Daniel Colascione  <dancol@dancol.org>
3379         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
3380         last two parameters after all.
3381         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
3382         (cl--compiler-macro-assoc,cl-struct-slot-value)
3383         (cl-struct-set-slot-value): Stop using them.
3385 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
3388         entry in image-mode-winprops-alist.
3390 2014-04-21  Daniel Colascione  <dancol@dancol.org>
3392         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
3393         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
3394         (byte-compile-toplevel-file-form): Use it.
3396         * emacs-lisp/cl-macs.el:
3397         (cl--loop-let): Properly destructure `while' clauses.
3399 2014-04-20  Daniel Colascione  <dancol@dancol.org>
3401         * vc/vc.el (vc-root-dir): New public autoloaded function for
3402         generically finding the current VC root.
3403         * vc/vc-hooks.el (vc-not-supported): New error.
3404         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
3406 2014-04-20  Daniel Colascione  <dancol@dancol.org>
3408         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
3409         argument.
3410         (cl--const-expr-val): cl--const-expr-val should macroexpand its
3411         argument in case we're inside a symbol-macrolet.
3412         (cl--do-arglist, cl--compiler-macro-typep)
3413         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
3414         environment to `cl--const-expr-val'.
3415         (cl-struct-sequence-type,cl-struct-slot-info)
3416         (cl-struct-slot-offset, cl-struct-slot-value)
3417         (cl-struct-set-slot-value): New functions.
3419 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3421         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
3422         assignments such as "case=hello" (bug#17297).
3424 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
3426         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
3427         Do not autoload.
3428         (tramp-file-name-handler, tramp-completion-file-name-handler):
3429         Revert patch from 2014-04-10, it isn't necessary anymore.
3430         (tramp-autoload-file-name-handler)
3431         (tramp-register-autoload-file-name-handlers): New defuns.
3432         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
3433         (tramp-register-file-name-handlers): Remove also
3434         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
3435         Do not autoload its invocation, but eval it after loading of 'tramp.
3437         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
3439         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
3441 2014-04-17  Daniel Colascione  <dancol@dancol.org>
3443         Add support for bracketed paste mode; add infrastructure for
3444         managing terminal mode enabling and disabling automatically.
3446         * xt-mouse.el:
3447         (xterm-mouse-mode): Simplify.
3448         (xterm-mouse-tracking-enable-sequence)
3449         (xterm-mouse-tracking-disable-sequence): New constants.
3450         (turn-on-xterm-mouse-tracking-on-terminal)
3451         (turn-off-xterm-mouse-tracking-on-terminal):
3452         Use tty-mode-set-strings and tty-mode-reset-strings terminal
3453         parameters instead of random hooks.
3454         (turn-on-xterm-mouse-tracking)
3455         (turn-off-xterm-mouse-tracking): Delete.
3457         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
3458         (xterm-paste-ending-sequence): New constant.
3459         (xterm-paste): New command used for bracketed paste support.
3461         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
3462         (terminal-init-xterm-bracketed-paste-mode): New function.
3463         (terminal-init-xterm): Call it.
3464         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
3465         and tty-mode-reset-strings instead of random hooks.
3466         (xterm-turn-on-modify-other-keys)
3467         (xterm-turn-off-modify-other-keys)
3468         (xterm-remove-modify-other-keys): Delete obsolete functions.
3470         * term/screen.el: Rewrite to just use the xterm code.
3471         Add copyright notice.  Mention tmux.
3473 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
3475         * image-mode.el (image-mode-window-put): Also update the property of
3476         the "default window".
3477         * doc-view.el (doc-view-new-window-function): If no window
3478         exists, move to the last known page.
3480 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3482         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
3483         here-documents (bug#17262).
3485 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
3487         * term/pc-win.el (x-list-fonts, x-get-selection-value):
3488         Provide doc strings, as required by snarf-documentation.
3490 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3492         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
3493         arg of overlays-at.  Use `invisible-p'.
3495         * obsolete/lucid.el (extent-at):
3496         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
3497         overlays-at.
3498         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
3500 2014-04-16  João Távora  <joaotavora@gmail.com>
3502         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
3503         links.  (Bug#17217).
3505 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3507         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
3508         Use mapc to loop over a vector.  (Bug#17257).
3510 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
3512         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
3513         patch, there are new problems with file names containing spaces.
3514         Get rid of backticks.  (Bug#17238)
3516 2014-04-16  João Távora  <joaotavora@gmail.com>
3518         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
3519         possible bug.
3521 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
3523         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
3524         (blink-cursor-mode): Mention customization variables and the
3525         effect of 'blink-cursor-blinks'.
3527 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
3529         * simple.el (undo): Prevent insertion of identity mapping into
3530         undo-equiv-table so as undo-only does not inf loop in the presence
3531         of consecutive nils in undo list.
3533 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
3535         * faces.el (make-face): Deprecate optional argument as it is no
3536         longer needed/used since the conditional X resources handling
3537         has been pushed down to make-face-x-resource-internal itself.
3538         (make-empty-face): Don't pass optional argument to make-face.
3540 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
3542         * savehist.el (savehist-save): Remove workaround for a read-passwd
3543         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
3544         noticing that the shim was still present.
3546 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3548         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
3550 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
3552         * faces.el (face-set-after-frame-default): Remove unused local variable.
3554 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * progmodes/grep.el: Use lexical-binding.
3557         (grep-expand-template): Pass explicit lexical env to `eval'.
3558         (zrgrep): Let-bind grep-find-template explicitly.
3560         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
3561         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
3563 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
3565         * international/characters.el <standard-case-table>: Add entries
3566         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
3567         Set category of Coptic characters be 'g' (Greek).
3569 2014-04-12  Leo Liu  <sdl.web@gmail.com>
3571         * progmodes/octave.el (completion-table-with-cache):
3572         Define if not available.
3573         (octave-goto-function-definition, octave-sync-function-file-names)
3574         (octave-find-definition-default-filename):
3575         Backquote upattern for compatibility.
3577 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
3579         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
3580         name twice due to backticks.  (Bug#17238)
3582 2014-04-12  Glenn Morris  <rgm@gnu.org>
3584         * term/w32-win.el (x-win-suspend-error):
3585         * term/x-win.el (x-win-suspend-error): Sync docs.
3587 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
3589         * faces.el (make-face): Remove deprecated optional argument.
3590         The conditional application of X resources is handled directly by
3591         make-face-x-resource-internal since Emacs 24.4.
3592         (make-empty-face): Don't pass optional argument to make-face.
3594 2014-04-11  Glenn Morris  <rgm@gnu.org>
3596         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
3598 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3600         Ediff's overlay priorities cause more trouble than they solve.
3601         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
3602         (ediff-highest-priority): Remove function (bug#17234).
3603         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
3604         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
3605         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
3606         overlay priorities.
3608 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
3610         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
3611         entry; use symbol boundaries to avoid mis-matches.
3613 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
3615         * net/tramp.el (tramp-file-name-handler)
3616         (tramp-completion-file-name-handler): Avoid recursive loading.
3618         * net/tramp-sh.el (tramp-make-copy-program-file-name):
3619         Quote result also locally.
3621 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3623         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
3624         Remove left-over code.
3626         * newcomment.el (comment-indent-new-line): Sink code where it's used.
3627         Reuse the previous comment's indentation unconditionally if it's on its
3628         own line.
3630 2014-04-09  Daniel Colascione  <dancol@dancol.org>
3632         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
3633         `no-syntax-crossing' arguments.  Forward to `up-list'.
3634         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
3635         Implement logic for escaping from strings.  Use narrowing to deal
3636         with corner cases.
3638 2014-04-09  Leo Liu  <sdl.web@gmail.com>
3640         * net/rcirc.el (rcirc-connection-info): New variable.
3641         (rcirc-connect): Use it to store connection info.
3642         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
3643         for killed process.
3644         (rcirc-cmd-reconnect): New command.  (Bug#17045)
3645         (rcirc-mode, set-rcirc-encode-coding-system)
3646         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
3648 2014-04-09  Daniel Colascione  <dancol@dancol.org>
3650         * emacs-lisp/cl-indent.el: Add comment claiming
3651         facility is also good for elisp.
3652         (lisp-indent-find-method): New function.
3653         (common-lisp-indent-function): Recognize cl-loop.
3654         (common-lisp-indent-function-1): Recognize cl constructs; use
3655         `lisp-indent-find-method' instead of `get' directly.
3656         (if): Use else-body style for elisp.
3658 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
3660         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3661         Module methods.  (Bug#17216)
3663 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * help.el (describe-bindings): Fix buffer handling (bug#17210).
3666         (describe-bindings-internal): Mark obsolete.
3668 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
3671         buffer-file-name, and buffer-file-truename any more.
3673 2014-04-08  Leo Liu  <sdl.web@gmail.com>
3675         Use lexical-binding and require cl-lib.
3676         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
3677         (rcirc-handler-generic, rcirc-fill-paragraph)
3678         (rcirc-format-response-string, rcirc-target-buffer)
3679         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
3680         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
3681         (rcirc-ctcp-sender-PING, rcirc-browse-url)
3682         (rcirc-markup-timestamp, rcirc-markup-attributes)
3683         (rcirc-markup-my-nick, rcirc-markup-urls)
3684         (rcirc-markup-bright-nicks, rcirc-markup-fill)
3685         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
3686         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
3687         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
3688         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
3689         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
3690         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
3691         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
3692         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
3693         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
3694         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
3695         use cl-lib.
3697 2014-04-07  João Távora  <joaotavora@gmail.com>
3699         * elec-pair.el (electric-pair--syntax-ppss):
3700         When inside comments parse from comment beginning.
3701         (electric-pair--balance-info): Fix typo in comment.
3702         (electric-pair--in-unterminated-string-p): Delete.
3703         (electric-pair--unbalanced-strings-p): New function.
3704         (electric-pair-string-bound-function): New var.
3705         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3706         according to `electric-pair--in-unterminated-string-p'
3708         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3709         Inhibit quote pairing if point-max is inside an unterminated string.
3710         (electric-pair--looking-at-unterminated-string-p): Delete.
3711         (electric-pair--in-unterminated-string-p): New function.
3713 2014-04-07  Glenn Morris  <rgm@gnu.org>
3715         * shell.el (shell-directory-tracker):
3716         Go back to just ignoring failures.  (Bug#17159)
3718 2014-04-07  João Távora  <joaotavora@gmail.com>
3720         Fix `electric-pair-delete-adjacent-pairs' in modes binding
3721         backspace. (bug#16981)
3722         * elec-pair.el (electric-pair-backward-delete-char): Delete.
3723         (electric-pair-backward-delete-char-untabify): Delete.
3724         (electric-pair-mode-map): Bind backspace to a menu item filtering
3725         a new `electric-pair-delete-pair' command.
3726         (electric-pair-delete-pair): New command.
3728         * progmodes/python.el (python-electric-pair-string-delimiter):
3729         Fix triple-quoting electricity.  (Bug#17192)
3731         * elec-pair.el (electric-pair-post-self-insert-function):
3732         Don't skip whitespace when `electric-pair-text-pairs' and
3733         `electric-pair-pairs' were used. syntax to
3734         electric-pair--skip-whitespace.  (Bug#17183)
3736 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3738         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
3739         "<F>".  (Bug#17199)
3741 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3743         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
3744         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
3746 2014-04-07  Glenn Morris  <rgm@gnu.org>
3748         * help.el (view-lossage): Doc tweak.
3750 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
3752         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
3753         only when inhibit-x-resources is nil, and do that earlier in the
3754         function.  Doc fix.  (Bug#16694)
3755         (face-spec-choose): Accept additional optional argument, whose
3756         value is returned if no matching attributes are found.
3757         (face-spec-recalc): Use the new optional argument when calling
3758         face-spec-choose.  (Bug#16378)
3759         (make-face-x-resource-internal): Do nothing when
3760         inhibit-x-resources is non-nil.  Don't touch the default face if
3761         reversed video is given--as was done in previous versions of Emacs.
3762         (face-set-after-frame-default): Don't call
3763         make-face-x-resource-internal here.  (Bug#16434)
3765 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
3767         * doc-view.el (doc-view-bookmark-jump):
3768         Use `bookmark-after-jump-hook' to jump to the right page after the
3769         buffer is shown in a window.  (bug#16090)
3771 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3773         * international/characters.el (mirroring): Fix last change:
3774         instead of loading uni-mirrored.el explicitly, do that implicitly
3775         by creating the 'mirroring' uniprop table.  This avoids announcing
3776         the loading of uni-mirrored.el.
3778 2014-04-07  Glenn Morris  <rgm@gnu.org>
3780         * files.el (buffer-stale--default-function)
3781         (buffer-stale-function, revert-buffer--default):
3782         * autorevert.el (auto-revert-buffers): Doc tweaks.
3784 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3786         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
3788 2014-04-07  Glenn Morris  <rgm@gnu.org>
3790         * files.el (make-backup-file-name-function)
3791         (make-backup-file-name, make-backup-file-name--default-function)
3792         (make-backup-file-name-1, find-backup-file-name)
3793         (revert-buffer-function, revert-buffer-insert-file-contents-function)
3794         (buffer-stale--default-function, buffer-stale-function)
3795         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
3796         (revert-buffer, revert-buffer--default)
3797         (revert-buffer-insert-file-contents--default-function):
3798         Doc fixes related to defaults no longer being nil.
3799         (make-backup-file-name-function): Bump :version.
3800         Restore nil as a valid but deprecated custom type.
3802 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3804         * progmodes/perl-mode.el (perl-syntax-propertize-function):
3805         Handle $' used as a variable (bug#17174).
3807         * progmodes/perl-mode.el (perl-indent-new-calculate):
3808         Handle forward-sexp failure (bug#16985).
3809         (perl-syntax-propertize-function): Add "foreach" and "for" statement
3810         modifiers introducing expressions (bug#17116).
3812 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3816 2014-04-05  Leo Liu  <sdl.web@gmail.com>
3818         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3819         Add define-compilation-mode.
3821 2014-04-04  João Távora  <joaotavora@gmail.com>
3823         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3824         parse from comment beginning.
3825         (electric-pair--balance-info): Fix typo in comment.
3826         (electric-pair--in-unterminated-string-p): Delete.
3827         (electric-pair--unbalanced-strings-p): New function.
3828         (electric-pair-string-bound-function): New var.
3829         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3830         according to `electric-pair--in-unterminated-string-p'.
3832 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3834         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3835         Move declaration before first use.
3836         (reftex-move-to-next-arg): Silence compiler warning.
3838 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
3840         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3841         Use `window-total-width' instead of `window-width'.
3843 2014-04-03  Daniel Colascione  <dancol@dancol.org>
3845         * subr.el (set-transient-map): Remove rms's workaround entirely;
3846         use new `suspicious-object' subr to mark our lambda for closer
3847         scrutiny during gc.
3849 2014-04-02  Richard Stallman  <rms@gnu.org>
3851         * subr.el (set-transient-map): Comment out previous change.
3853 2014-04-02  Glenn Morris  <rgm@gnu.org>
3855         * menu-bar.el (menu-bar-file-menu):
3856         * vc/ediff.el (ediff-current-file):
3857         Update for revert-buffer-function no longer being nil by default.
3859         * simple.el (command-execute): Respect nil disabled-command-function.
3861 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3863         * simple.el (command-execute): Do not execute the command when it
3864         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
3866 2014-04-02  Juri Linkov  <juri@jurta.org>
3868         * dired-aux.el (dired-compress-file): Don't use string-match-p
3869         because its match data is used afterwards.
3871 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3873         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3874         0 like nil.
3876 2014-04-02  João Távora  <joaotavora@gmail.com>
3878         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3879         Inhibit quote pairing if point-max is inside an unterminated string.
3880         (electric-pair--looking-at-unterminated-string-p):
3881         Delete.
3882         (electric-pair--in-unterminated-string-p): New function.
3884 2014-04-01  Daniel Colascione  <dancol@dancol.org>
3886         * minibuffer.el (minibuffer-complete): Prevent assertion failure
3887         when trying to complete the prompt.
3889 2014-03-31  Leo Liu  <sdl.web@gmail.com>
3891         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3892         Refactor out eldoc-documentation-function-default.
3893         (eldoc-documentation-function-default): New function.
3894         (eldoc-documentation-function): Change value.
3896 2014-03-31  Glenn Morris  <rgm@gnu.org>
3898         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3900         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3901         (vhdl-compose-components-package, vhdl-compose-configuration):
3902         Abbreviate default-directory (missing from some previous upstream sync).
3904 2014-03-31  Reto Zimmermann  <reto@gnu.org>
3906         Sync with upstream vhdl mode v3.35.2.
3907         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3908         (top-level): No longer require assoc.
3909         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3910         New functions.  Use throughout to replace aget etc.
3911         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3912         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3913         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3914         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3915         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3916         except `vhdl-compiler'.
3917         (vhdl-error-regexp-add-emacs): Remove all other compilers,
3918         when appropriate.
3920 2014-03-31  Glenn Morris  <rgm@gnu.org>
3922         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3923         Revert 2014-03-26 merge goof; go back to using defalias.
3925 2014-03-30  Daniel Colascione  <dancol@dancol.org>
3927         * comint.el (comint-send-input):
3928         Deactivate completion-in-region-mode before we send comint input.
3929         (Bug#17139).
3931         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3932         on keyboard-quit.
3934 2014-03-29  Glenn Morris  <rgm@gnu.org>
3936         * textmodes/reftex.el: Manage most autoloads automatically.
3937         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3938         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3939         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3940         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3941         * textmodes/reftex-toc.el: Set generated-autoload-file,
3942         and add autoload cookies for reftex.el.
3943         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3945 2014-03-28  Glenn Morris  <rgm@gnu.org>
3947         * cus-start.el (report-emacs-bug-address): Set custom properties.
3948         * mail/emacsbug.el (report-emacs-bug-address):
3949         Variable is now defined in emacs.c.
3951         * mail/emacsbug.el (report-emacs-bug):
3952         Include system-configuration-features.
3954 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
3956         * simple.el (cycle-spacing): Never delete spaces on first run by
3957         default, but do so in a new 'fast mode and if there are already
3958         N spaces (the previous behavior).
3959         Compare N with its value in previous invocation so that changing
3960         prefix argument restarts `cycle-spacing' sequence.
3961         The idea is that with this change, binding M-SPC to
3962         `cycle-spacing' should not introduce any changes in behavior of
3963         the binding so long as users do not type M-SPC twice in a raw with
3964         the same prefix argument or lack thereof.
3966 2014-03-28  Glenn Morris  <rgm@gnu.org>
3968         * faces.el (term-file-aliases): New variable.
3969         (tty-run-terminal-initialization): Respect term-file-aliases.
3970         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3971         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3972         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3974 2014-03-27  Glenn Morris  <rgm@gnu.org>
3976         * startup.el (inhibit-startup-hooks): Doc tweak.
3977         (normal-top-level): Simplify running of hooks.
3978         For window-setup-hook, respect inhibit-startup-hooks.
3979         (command-line-1): Don't set window-setup-hook to nil.
3981         Allow selective autoloading from obsolete/ directory.
3982         * Makefile.in (obsolete-autoloads): New rule.
3983         (autoloads): Run obsolete-autoloads.
3984         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3985         * simple.el (iswitchb-mode): Remove hand-written autoloads.
3987 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
3989         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3990         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
3992         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3993         Don't propertize `?' or `!' as symbol constituent when after
3994         colon.  (Bug#17097)
3996 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
3998         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3999         which is no longer needed and causes trouble in GTK builds (bug#17046).
4001         * emacs-lisp/package-x.el (package--archive-contents-from-url):
4002         Use url-insert-file-contents; package-handle-response no longer exists.
4004 2014-03-26  Daniel Colascione  <dancol@dancol.org>
4006         * simple.el (process-menu-mode-map): New variable.
4007         (process-menu-delete-process): New command.
4009 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
4011         * emacs-lisp/package.el: Fix bug#16733 (again).
4012         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
4013         (url-http-target-url): Remove unused declarations.
4014         (package-handle-response): Remove.
4015         (package--with-work-buffer): Use url-insert-file-contents and simplify.
4016         (package--download-one-archive): Use current-buffer instead of
4017         dynamic binding of `buffer'.
4018         (describe-package-1): Do not decode readme-string.
4020 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
4022         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
4024         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
4025         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
4026         `remote-file-name-inhibit-cache' to nil in the second pass.
4027         (tramp-find-executable): Do not call "which" on SunOS.
4028         (tramp-send-command-and-check): Fix docstring.
4029         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
4030         check whether source directory has set the sticky bit.
4032 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
4034         * simple.el (primitive-undo): Only process marker adjustments
4035         validated against their corresponding (TEXT . POS).  Issue warning
4036         for lone marker adjustments in undo history.  (Bug#16818)
4037         (undo-make-selective-list): Add marker adjustments to selective
4038         undo list based on whether their corresponding (TEXT . POS) is in
4039         the region.  Remove variable adjusted-markers, which was unused
4040         and only non nil during undo-make-selective-list.
4041         (undo-elt-in-region): Return nil when passed a marker adjustment
4042         and explain in function doc.
4044 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4046         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
4048 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
4050         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
4051         Match special global variables without curlies, too.
4052         (ruby-font-lock-keywords): Simplify the matcher for special global
4053         variables.  Don't require a non-word character after the variable.
4054         (Bug#17057)
4056 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4058         * simple.el (redisplay-highlight-region-function): Increase priority of
4059         overlay to make sure boundaries are visible (bug#15899).
4061 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
4063         * frameset.el (frameset--initial-params): Fix typo in parameter name.
4064         (frameset-restore): Compare display strings with equal.
4066         * frame.el (make-frame): Don't quote display name in error message,
4067         it is already a string.
4069 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4071         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
4072         the password.
4074 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
4076         * emacs-lisp/package.el (package--add-to-archive-contents):
4077         Include already installed and built-in packages in
4078         `package-archive-contents'.
4079         (package-install): Don't include already installed packages in the
4080         options during interactive invocation.  (Bug#16762)
4081         (package-show-package-list): If the buffer is already displayed in
4082         another window, switch to that window.
4084 2014-03-26  Reto Zimmermann  <reto@gnu.org>
4086         Sync with upstream vhdl mode v3.35.1.
4087         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
4088         (vhdl-compiler-alist): Doc fix.
4089         (vhdl-goto-line): Remove.
4090         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
4091         (vhdl-mode) <paragraph-start>: Fix value.
4092         (vhdl-fix-statement-region): Not `for' in wait-statement.
4093         (vhdl-beautify-region): Also (un)tabify.
4094         (vhdl-get-visible-signals):
4095         Scan declarative part of generate statements.
4096         (vhdl-template-record): Fix indentation for record type declaration.
4097         (vhdl-expand-abbrev, vhdl-expand-paren):
4098         Revert to using fset again rather than defalias.
4099         (vhdl-scan-directory-contents): Tweak.
4100         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
4101         (vhdl-compose-components-package):
4102         Replace vhdl-goto-line with forward-line.
4103         (top-level): Tweak speedbar frame selection.
4104         (vhdl-generate-makefile-1): Support for compilers with no
4105         unit-to-file name mapping (create directory with dummy files).
4107 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
4109         Sync with upstream verilog-mode revision 702457d.
4110         * progmodes/verilog-mode.el (verilog-mode-version): Update.
4111         (create-lockfiles): Declare.
4112         (verilog-read-decls): Fix module header imports, bug709.
4113         Reported by Victor Lau.
4114         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
4115         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
4116         interface-only modules, bug721.  Reported by Dean Hoyt.
4118 2014-03-26  Glenn Morris  <rgm@gnu.org>
4120         * obsolete/gulp.el: Move here from emacs-lisp/.
4122         * files.el (lock-buffer, unlock-buffer, file-locked-p):
4123         Remove fallback aliases, since they are always defined now.
4125 2014-03-24  Daniel Colascione  <dancol@dancol.org>
4127         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
4128         instead of cl-loop search function.
4130 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
4132         * calendar/parse-time.el (parse-time-iso8601-regexp)
4133         (parse-iso8601-time-string): Copy from `url-dav' so that we can use
4134         it more generally.
4136 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
4138         * net/dns.el (network-interface-list): Define for XEmacs.
4140 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
4142         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
4143         the network interfaces changed.
4144         (dns-query): Use it to flush the data.
4146 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
4148         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
4150 2014-03-23  Daniel Colascione  <dancol@dancol.org>
4152         Change subword-mode to use `find-word-boundary-function-table' and
4153         replace `capitalized-words-mode'.  Also, convert to lexical binding.
4154         * progmodes/cap-words.el: Delete now-obsolete file.
4155         * progmodes/subword.el: Reimplement using
4156         `find-word-boundary-function-table'.
4157         (subword-mode-map): Hollow out.
4158         (capitalized-words-mode): Define as obsolete alias for
4159         `subword-mode'.
4160         (subword-mode, superword-mode): Tweak documentation to reflect new
4161         implementation; call `subword-setup-buffer'.
4162         (subword-forward, subword-capitalize): Add underscore to indicate
4163         unused variable.
4164         (subword-find-word-boundary-function-table): New constant.
4165         (subword-empty-char-table): New constant.
4166         (subword-setup-buffer): New function.
4167         (subword-find-word-boundary): New function.
4169 2014-03-23  Daniel Colascione  <dancol@dancol.org>
4171         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
4172         list to look for keyword arguments instead of `memq', fixing
4173         (Bug#3647) --- unfortunately, only for freshly-compiled code.
4174         Please make bootstrap.
4176 2014-03-22  Glenn Morris  <rgm@gnu.org>
4178         * dired.el (dired-read-regexp): Make obsolete.
4179         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
4180         (dired-flag-files-regexp):
4181         * dired-aux.el (dired-mark-read-regexp):
4182         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
4184         * startup.el (fancy-startup-text):
4185         * help.el (describe-gnu-project): Visit online info about GNU project.
4187         * help-fns.el (help-fns--interactive-only): New function.
4188         (help-fns-describe-function-functions): Add the above function.
4189         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
4190         (next-line, previous-line): Remove hand-written interactive-only
4191         information from doc strings, it is auto-generated now.
4192         * bookmark.el (bookmark-write):
4193         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
4194         (epa-mail-import-keys): Mark interactive-only,
4195         and remove hand-written interactive-only information from doc strings.
4196         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
4197         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
4198         * files.el (not-modified):
4199         * simple.el (mark-whole-buffer): Mark interactive-only.
4201         * emacs-lisp/byte-run.el (defun-declarations-alist):
4202         Add interactive-only.  Doc tweak.
4203         (macro-declarations-alist): Doc tweak.
4204         * subr.el (declare): Doc tweak (add xref to manual).
4205         * comint.el (comint-run):
4206         * files.el (insert-file-literally, insert-file):
4207         * replace.el (replace-string, replace-regexp):
4208         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4209         (delete-forward-char, goto-line, insert-buffer, next-line)
4210         (previous-line): Set interactive-only via declare.
4212 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
4214         * emacs-lisp/package.el (package-desc): Use the contents of the
4215         quoted form, not its cdr.  (Bug#16873)
4217 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
4219         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
4220         benefit of doc.c; change parameter profile to match the X function.
4222 2014-03-22  Leo Liu  <sdl.web@gmail.com>
4224         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
4225         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
4227 2014-03-21  Richard Stallman  <rms@gnu.org>
4229         * battery.el (battery-linux-sysfs): Search for each field
4230         from the beginning of the buffer.
4232         * subr.el (set-transient-map): Clear out function and value
4233         of the temporary symbol when we're done with it.
4235         * mail/rmailsum.el (rmail-summary-delete-forward):
4236         Optimize case of reaching end and handling count.
4237         (rmail-summary-mark-deleted): Optimize when N is current msg.
4238         Don't create new summary line.
4239         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
4240         (rmail-summary-undelete-many): Rewrite for speed.
4241         (rmail-summary-msg-number): New function.
4243         * mail/rmail.el (rmail-delete-message): Update summary.
4244         (rmail-undelete-previous-message): Handle repeat count arg.
4245         (rmail-delete-backward, rmail-delete-forward): Likewise.
4247 2014-03-21  Daniel Colascione  <dancol@dancol.org>
4249         * mail/emacsbug.el (report-emacs-bug): Include memory usage
4250         information in bug reports.
4252 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
4254         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
4255         and `tramp-copy-env'.
4257         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
4258         (tramp-maybe-open-connection): Handle `tramp-login-env'.
4260 2014-03-21  Glenn Morris  <rgm@gnu.org>
4262         * electric.el (electric-indent-post-self-insert-function): Add doc.
4264 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
4266         * emacs-lisp/package.el (package-compute-transaction):
4267         Use `version-list-<=' to compare the requirement version against
4268         the version of package already to be installed.  Update the error
4269         message.  (Bug#16826)
4271         * progmodes/ruby-mode.el (ruby-smie-rules):
4272         Add indentation rule for ` @ '.  (Bug#17050)
4274 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
4276         * align.el (align-regexp): Remove superfluous backslash.
4278         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
4279         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
4280         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
4281         Fix docstring typos.
4282         (ffap-next): Use C-u in docstring.
4283         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
4284         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
4285         Remove superfluous backslashes.
4286         (ffap-string-at-point): Reflow docstring.
4288         * server.el (server-host): Reflow docstring.
4289         (server-unload-function): Fix docstring typo.
4290         (server-eval-at): Remove superfluous backslash.
4292         * skeleton.el (skeleton-insert): Remove superfluous backslash.
4293         (skeleton-insert): Doc fix.
4294         (skeleton-insert): Reflow docstring.
4296         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
4297         (tty-color-approximate, tty-color-by-index, tty-color-values)
4298         (tty-color-desc): Remove superfluous backslashes.
4300 2014-03-21  Glenn Morris  <rgm@gnu.org>
4302         * cus-start.el (history-length): Bump :version.
4304         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4305         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4306         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4307         Don't set `make-backup-files'.
4309         * info.el (info--prettify-description): New function,
4310         to give info-finder descriptions consistent case, punctuation.
4311         (Info-finder-find-node): Use it.  Sort packages.
4312         Refer to "description" rather than "commentary".
4314 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
4316         * frameset.el (frameset--print-register): New function.
4317         (frameset-to-register): Use it.
4319 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
4321         * progmodes/hideif.el (hif-string-to-number): New function.
4322         (hif-tokenize): Use it to understand non-decimal floats.
4324         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
4326         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
4328 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4330         * electric.el (electric-newline-and-maybe-indent): New command.
4331         Bind it globally to C-j.
4332         (electric-indent-mode): Don't mess with the global map any more.
4333         Don't drop the post-self-insert-hook is some buffer is still using it
4334         (bug#16770).
4336         * bindings.el (global-map): Remove C-j binding.
4338         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
4339         the docstring of functions advised before dumping (bug#16993).
4341 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
4343         * ps-print.el (ps-generate-postscript-with-faces):
4344         Explicitly deactivate the mark (bug#16866).
4345         * simple.el (deactivate-mark): Update region highlight.
4347 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
4349         * emacs-lisp/package.el (describe-package-1):
4350         Decode commentary (bug#16733).
4352 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
4354         * custom.el (defcustom): Doc fix: recommend avoiding destructive
4355         modification of the value argument of :set (bug#16755).
4357 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4359         * simple.el (newline-and-indent): Do autofill (bug#17031).
4361 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
4363         * newcomment.el (comment-normalize-vars): Only add escaping check
4364         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
4365         (comment-beginning): Use `narrow-to-region' instead of moving back
4366         one character.
4367         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
4368         (comment-start-skip): Update the docstring.
4370 2014-03-18  Richard Stallman  <rms@gnu.org>
4372         * dired.el (dired-display-file): Force use of other window.
4374 2014-03-18  Daniel Colascione  <dancol@dancol.org>
4376         * startup.el (tty-handle-args): Remove debug message from 2007.
4378 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4380         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
4381         (advice--make-interactive-form): Use it to avoid (auto)loading function.
4382         (advice--make-1, advice-add, advice-remove):
4383         Remove braindead :advice-pending hack.
4385 2014-03-17  Glenn Morris  <rgm@gnu.org>
4387         * calendar/calendar.el (calendar-generate-month): Apply weekend
4388         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
4390 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
4392         * net/tramp.el (tramp-action-out-of-band): Read pending output.
4393         (tramp-call-process): Trace also DESTINATION.
4395         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4396         Quote file names when they are local.  Remove superfluous trace.
4398 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
4400         * newcomment.el (comment-beginning): If `comment-start-skip'
4401         doesn't match, move back one char and try again.  (Bug#16971)
4403         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4404         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
4405         Set `comment-start-skip' to a simpler value that doesn't try to
4406         check if the semicolon is escaped (this is handled by
4407         `syntax-ppss' now).  (Bug#16971)
4409         * progmodes/scheme.el (scheme-mode-variables): Same.
4411 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
4413         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
4414         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
4415         current (Bug#16816, Bug#17007).
4416         (with-current-buffer-window): New macro doing the same as
4417         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
4418         * help.el (help-print-return-message): Warn in doc-string to not
4419         use this in `with-help-window'.
4420         (describe-bindings-internal): Call `describe-buffer-bindings'
4421         from within help buffer.  See Juanma's scenario in (Bug#16816).
4422         (with-help-window): Update doc-string.
4423         * dired.el (dired-mark-pop-up):
4424         * files.el (save-buffers-kill-emacs):
4425         * register.el (register-preview): Use `with-current-buffer-window'
4426         instead of `with-temp-buffer-window'.
4428 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
4430         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
4431         Implement inserting into current buffer, documented in their docstrings.
4432         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
4433         (rst-section-tree-point, rst-forward-section, rst-indent)
4434         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
4435         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
4436         (rst-font-lock-handle-adornment-pre-match-form)
4437         (rst-repeat-last-character): Reflow docstrings.
4438         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
4439         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
4440         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
4441         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
4442         Fix docstring typos.
4443         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
4444         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
4445         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
4447 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
4449         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
4450         for compatibility with other ports.
4451         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
4452         from the -xrm command line argument, but in the Nextstep port its value
4453         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
4455         * progmodes/python.el (defconst, python-syntax-count-quotes)
4456         (python-indent-region, python-indent-shift-right)
4457         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
4458         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
4459         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
4460         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
4461         (inferior-python-mode, python-shell-make-comint, run-python-internal)
4462         (python-shell-buffer-substring, python-shell-send-buffer)
4463         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
4464         (python-completion-complete-at-point, python-fill-docstring-style)
4465         (python-eldoc-function, python-imenu-format-item-label)
4466         (python-imenu-format-parent-item-label)
4467         (python-imenu-format-parent-item-jump-label)
4468         (python-imenu--build-tree, python-imenu-create-index)
4469         (python-imenu-create-flat-index): Fix docstring typos.
4470         (python-indent-context, python-shell-prompt-regexp, run-python):
4471         Remove superfluous backslashes.
4472         (python-indent-line, python-nav-beginning-of-defun)
4473         (python-shell-get-buffer, python-shell-get-process)
4474         (python-info-current-defun, python-info-current-line-comment-p)
4475         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
4476         (python-indent-post-self-insert-function, python-shell-send-file)
4477         (python-shell-completion-get-completions)
4478         (python-shell-completion-complete-or-indent)
4479         (python-eldoc--get-doc-at-point): Reflow docstrings.
4481 2014-03-14  Glenn Morris  <rgm@gnu.org>
4483         * emacs-lisp/package.el (package-menu-mode-map):
4484         Replace use of obsolete function alias.  Tweak menu item text.
4486         * info.el (Info-finder-find-node):
4487         Ignore the `emacs' metapackage.  (Bug#10813)
4489         * finder.el (finder-list-matches): Include unversioned packages
4490         in the result of a keyword search.
4492         * finder.el (finder--builtins-descriptions): New constant.
4493         (finder-compile-keywords): Use finder--builtins-descriptions.
4495 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
4497         * simple.el (blink-matching-paren): Describe the new value,
4498         `jump', enabling the old behavior.
4499         (blink-matching-open): Use that value.  (Bug#17008)
4501 2014-03-14  Glenn Morris  <rgm@gnu.org>
4503         * finder.el (finder-no-scan-regexp): Add leim-list.
4504         (finder-compile-keywords):
4505         Don't skip files with same basename.  (Bug#14010)
4506         * Makefile.in (setwins_finder): New, excluding leim.
4507         (finder-data): Use setwins_finder.
4509         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
4510         (help-function-arglist, help-make-usage): Move from here...
4511         * help.el (help-split-fundoc, help-add-fundoc-usage)
4512         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
4513         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
4515 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
4517         * net/socks.el (socks, socks-override-functions)
4518         (socks-find-services-entry):
4519         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
4520         (hif-find-ifdef-block):
4521         * progmodes/modula2.el (m2-indent): Fix docstring typos.
4523         * net/tls.el (tls-program): Reflow docstring.
4525         * progmodes/pascal.el (pascal-mode-abbrev-table)
4526         (pascal-imenu-generic-expression, pascal-auto-endcomments)
4527         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
4528         (pascal-outline-mode): Fix docstring typos.
4529         (pascal-mode): Let define-derived-mode document mode hook.
4530         (pascal-uncomment-area): Reflow.
4531         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
4533         * progmodes/opascal.el (opascal-compound-block-indent)
4534         (opascal-case-label-indent): Fix docstring typos.
4535         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
4537 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
4539         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4540         Fontify multiple adjacent negation chars.  (Bug#17004)
4542 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
4544         * emacs-lisp/package.el (package--prepare-dependencies):
4545         Accept requirements without explicit version (bug#14941).
4547 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4549         * register.el (register-separator, copy-to-register): Doc fixes.
4550         (register-preview-default): Remove unnecessary call to concat.
4552         * frameset.el (frameset-restore): When checking for a visible frame,
4553         use the action map instead of calling visible-frame-list.
4555 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
4557         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
4559 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
4561         * window.el (fit-frame-to-buffer): Get maximum width from
4562         display's width instead of height.
4564 2014-03-12  Glenn Morris  <rgm@gnu.org>
4566         * desktop.el (desktop-restore-frames)
4567         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
4568         (desktop-restore-reuses-frames): Doc tweaks.
4570         * electric.el (electric-indent-mode): Doc fix.
4572 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4574         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
4575         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
4576         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
4577         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
4578         (cvs-dired-use-hook): Fix docstring typos.
4579         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
4580         Doc fixes.
4582         * vc/pcvs-defs.el (cvs-auto-remove-handled)
4583         (cvs-auto-remove-directories, cvs-default-ignore-marks)
4584         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
4585         (cvs-execute-single-dir): Fix docstring typos.
4587         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
4588         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
4590         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
4592         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
4593         Fix docstring typos.
4595 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4597         * frameset.el (frameset--jump-to-register): Add autoload; it could be
4598         called from jump-to-register after unloading the frameset package.
4600 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4602         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
4603         (bug#16975).  Deactivate the mark before setting it to nil.
4604         (activate-mark): Do nothing if region is already active.
4606 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
4608         * frameset.el (frameset--target-display): Remove definition; declare.
4609         (frameset-save, frameset-restore): Let-bind frameset--target-display.
4611 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4613         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
4614         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
4615         when the advice is pending.
4616         (advice-remove): Remove this marker when not needed any more.
4618 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
4620         * frameset.el: Separate options for reusing frames and cleaning up.
4621         (frameset--reuse-list): Remove definition; declare.
4622         (frameset--action-map): Declare.
4623         (frameset--find-frame-if): Doc fix.
4624         (frameset--restore-frame): Cache frame action.
4625         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
4626         how to clean up the frame list after restoring.  Remove cleaning
4627         options from REUSE-FRAMES.  Change all keyword values to symbols.
4628         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
4630         * desktop.el (desktop-restore-forces-onscreen)
4631         (desktop-restore-reuses-frames): Use non-keyword values.
4632         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
4634 2014-03-10  Glenn Morris  <rgm@gnu.org>
4636         * files.el (find-file): Doc fix: update info node name.
4638         * emacs-lisp/advice.el (ad-add-advice, defadvice):
4639         Doc fix: remove references to deleted info nodes.
4641 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
4643         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4644         Do not add nil to the environment, when there's no remote `locale'.
4645         (tramp-find-inline-encoding): Check, that the remote host has
4646         installed perl, before sending scripts.
4648 2014-03-10  Leo Liu  <sdl.web@gmail.com>
4650         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4651         Clear eldoc-last-message.  (Bug#16920)
4653 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4655         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
4656         (bug#14430).
4658 2014-03-09  Juri Linkov  <juri@jurta.org>
4660         * ansi-color.el (ansi-color-names-vector): Copy default colors
4661         from `xterm-standard-colors' that look well on the default white
4662         background (and also on the black background) to avoid illegible
4663         color combinations like yellow-on-white and white-on-white.
4664         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
4666 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
4668         * frameset.el (frameset-restore): When no frame is visible, do not
4669         generate a list of frames, just make visible the selected one.
4671 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
4673         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
4674         it only contains the repository root.  (Bug#16897)
4676 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
4678         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
4679         only when `remote-file-name-inhibit-cache' is nil.
4680         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
4682 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
4684         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
4685         Fix doc-strings.
4686         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
4687         fit-frame-to-buffer variable.  Fix doc-string.
4688         (fit-window-to-buffer): Set ONLY argument in call of
4689         fit-frame-to-buffer.  Fix doc-string.
4691 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
4693         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
4694         (tramp-action-password): Clear password cache if needed.
4695         (tramp-read-passwd): Do not clear password cache.
4697         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
4698         cache unless it is the first password request.
4700 2014-03-06  Glenn Morris  <rgm@gnu.org>
4702         * simple.el (newline): Doc tweak.
4704         * emacs-lisp/shadow.el (load-path-shadows-find):
4705         Ignore dir-locals.  (Bug#12357)
4707 2014-03-05  Glenn Morris  <rgm@gnu.org>
4709         * files.el (interpreter-mode-alist):
4710         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
4712 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
4714         * frameset.el (frameset--initial-params): Filter out null entries.
4716 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
4718         * window.el (window-min-height, window-min-width):
4719         Rewrite doc-strings.
4720         (window-body-size): Add PIXELWISE argument to make it consistent
4721         with its callees.
4723 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
4725         * finder.el (finder-mode-map, finder-mode-syntax-table):
4726         Revert part of 2014-02-28 change.
4728 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
4730         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
4731         (eww-setup-buffer): Clear next/prev/etc more reliably.
4732         (eww-textarea-map): [tab] doesn't work on tty.
4733         Reported by Mario Lang.
4735         * net/shr.el (shr-map): Ditto.
4737 2014-03-04  Glenn Morris  <rgm@gnu.org>
4739         * minibuffer.el (completion-hilit-commonality):
4740         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
4742 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
4744         * hilit-chg.el (hilit-chg-unload-function): New function.
4745         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
4746         (hilit-chg-map-changes): Prefer cardinal number to digit.
4747         (hilit-chg-display-changes): Reflow docstring.
4748         (highlight-changes-rotate-faces): Remove superfluous backslash.
4750 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
4752         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
4753         `tramp-send-command-and-check'.
4755 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
4757         * hexl.el (hexl-address-region, hexl-ascii-region)
4758         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
4759         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
4760         (hexl-forward-word, hexl-previous-line, hexl-next-line):
4761         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
4762         (hexl-mode): Doc fix.
4763         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
4764         (hexl-mode-ruler): Fix typos in docstrings.
4766         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
4767         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
4768         Remove superfluous backslashes.
4769         (strokes-last-stroke, strokes-global-map, strokes-mode):
4770         Reflow docstrings.
4771         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
4772         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
4773         (strokes-distance-squared, strokes-global-set-stroke)
4774         (strokes-global-set-stroke-string): Doc fixes.
4775         (strokes-help): Fix typos; reflow docstring.
4777 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
4779         * window.el (window-in-direction): Fix doc-string.
4781 2014-03-04  Glenn Morris  <rgm@gnu.org>
4783         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
4784         Explicit error if no grammar.
4785         (smie-config-save): Doc fix.  Fix quote typo.
4787 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
4790         electric-indent-mode-hook if we obey electric-indent-mode.
4791         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
4792         decide whether we obey electric-indent-mode.
4793         (c-change-set-fl-decl-start, c-extend-after-change-region):
4794         Silence warnings.
4795         (c-electric-indent-mode-hook): Assume we do want to obey
4796         electric-indent-mode.
4798         * electric.el (electric-indent-mode-has-been-called): Remove.
4799         (electric-indent-mode): Fix accordingly.
4801         * files.el (hack-local-variables): Mention file name in warning.
4803         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4805 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
4807         * bindings.el: Add comment describing why C-d binds to `delete-char'.
4808         * simple.el (delete-forward-char): Mark as interactive-only.
4810 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
4812         * icomplete.el (icomplete-completions):
4813         Follow-up to 2014-03-01 change.
4815         * icomplete.el: Miscellaneous doc fixes.
4816         Use Icomplete everywhere instead of icomplete for consistency.
4817         (icomplete-max-delay-chars): Fix typo.
4818         (icomplete-mode): Use \[].
4819         (icomplete-tidy, icomplete-exhibit): Reflow.
4820         (icomplete-minibuffer-setup-hook, icomplete-completions):
4821         Remove superfluous backlashes.
4823         * ido.el: Miscellaneous doc fixes.
4824         Use Ido everywhere instead of ido or `ido' for consistency.
4825         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4826         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4827         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4828         (ido-separator): Extract obsolescence info from docstring and declare
4829         with make-obsolete-variable.
4830         (ido-minibuffer-setup-hook): Simplify example.
4831         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4832         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4833         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4834         (ido-everywhere): Reflow docstring.
4835         (ido-toggle-vc): Doc fix.
4836         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4837         of long list of keybindings.
4839 2014-03-03  Glenn Morris  <rgm@gnu.org>
4841         * frame.el (display-pixel-height, display-pixel-width)
4842         (display-mm-dimensions-alist, display-mm-height)
4843         (display-mm-width): Doc tweaks.
4845 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
4847         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4848         case of undo in region.
4850 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
4852         * window.el (fit-window-to-buffer): Fix argument in window-size
4853         call when window is horizontally combined.
4855 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
4857         * icomplete.el (icomplete-completions): Use string-width.
4858         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4860 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
4862         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4863         Highlight regexp options.  (Bug#16914)
4865 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
4867         * window.el (window--max-delta-1): Round down when calculating
4868         how many lines/columns we can get from a window.
4870 2014-03-01  Glenn Morris  <rgm@gnu.org>
4872         * isearch.el (search-invisible): Doc fix.
4874         * minibuffer.el (completion-hilit-commonality):
4875         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
4876         * comint.el (comint-dynamic-list-completions): Doc fix.
4877         * comint.el (comint-dynamic-list-completions):
4878         * filecache.el (file-cache-minibuffer-complete):
4879         * tempo.el (tempo-display-completions):
4880         * eshell/em-hist.el (eshell-list-history):
4881         Replace use of obsolete argument of display-completion-list.
4883 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
4885         * icomplete.el (icomplete-completions):
4886         Revert back to using "..." when ?… cannot be displayed.
4888 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4890         * finder.el (finder-unload-function): New function.
4892 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4894         * dframe.el (dframe-detach):
4895         * find-dired.el (find-dired, find-name-dired):
4896         * finder.el (finder-mode-map, finder-mode-syntax-table)
4897         (finder-headmark, finder-select, finder-mouse-select):
4898         Fix docstring typos.
4900 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
4902         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4903         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4904         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4905         Fix doc-string based on a suggestion by Nicolas Richard
4906         <theonewiththeevillook@yahoo.fr>.
4907         * help.el (with-help-window): Fix doc-string.
4909 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
4911         * net/shr.el (shr-image-animate): New option.
4912         (shr-put-image): Respect shr-image-animate.
4914 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
4916         * net/tramp-adb.el (tramp-adb-parse-device-names):
4917         Use `accept-process-output'.
4918         (tramp-adb-handle-file-truename): Cache the localname only.
4919         (tramp-adb-handle-make-directory)
4920         (tramp-adb-handle-delete-directory): Flush file properties correctly.
4921         (tramp-adb-handle-set-file-modes): Do not raise an error when file
4922         modes cannot be changed.
4924         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4925         file properties of symlinks.
4927 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
4929         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4930         required/optional fields to match development biblatex.  (Bug#16781)
4932 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
4934         * saveplace.el (toggle-save-place):
4935         Fix argument handling.  (Bug#16673)
4937 2014-02-28  Glenn Morris  <rgm@gnu.org>
4939         * minibuffer.el (completions-first-difference)
4940         (completions-common-part, completion-hilit-commonality): Doc fixes.
4942 2014-02-28  Karl Berry  <karl@gnu.org>
4944         * info.el (Info-mode-map): Add H for describe-mode,
4945         to synchronize with standalone Info.
4947 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
4949         * progmodes/sql.el (sql-interactive-mode):
4950         Avoid setting global comint-input-ring-separator.  (Bug#16814)
4952 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4954         * net/dbus.el (dbus--init-bus): Declare function.
4955         (dbus-path-local, dbus-interface-local): New defconst.
4956         (dbus-init-bus): Use them.
4957         (dbus-return-values-table): Extend doc.
4958         (dbus-handle-bus-disconnect): Extend error message.
4960 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
4962         * subr.el (y-or-n-p): Fix double space issue in message.
4964 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4966         * net/tramp.el (tramp-call-process): Improve trace message.
4967         (tramp-handle-insert-file-contents): Trace error case.
4969         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4970         <insert-directory>: Use `tramp-handle-insert-directory'.
4971         (tramp-adb-handle-insert-directory): Remove function.
4972         (tramp-adb-send-command-and-check): New defun, replacing
4973         `tramp-adb-command-exit-status'.  Change all callees.
4974         (tramp-adb-handle-file-attributes)
4975         (tramp-adb-handle-directory-files-and-attributes): Use it.
4976         (tramp-adb-ls-output-name-less-p):
4977         Use `directory-listing-before-filename-regexp'.
4978         (tramp-adb-handle-delete-directory): Flush also file properties of
4979         the truename of directory.
4980         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4981         (tramp-adb-handle-file-local-copy): Make the local copy readable.
4982         (tramp-adb-handle-write-region): Implement APPEND.
4983         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
4984         properties correctly.
4985         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4986         variables.  Check for connected devices only when needed.
4988 2014-02-27  Glenn Morris  <rgm@gnu.org>
4990         * minibuffer.el (completion-table-dynamic)
4991         (completion-table-with-cache): Doc fixes.
4993         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4994         (completing-read-multiple): Doc fixes.
4996 2014-02-27  Daniel Colascione  <dancol@dancol.org>
4998         * minibuffer.el (completion--nth-completion): Fix indentation.
5000         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
5001         explicit tramp path is empty.
5003 2014-02-27  Glenn Morris  <rgm@gnu.org>
5005         * emacs-lisp/crm.el (completing-read-multiple):
5006         Empower help-enable-auto-load.
5008 2014-02-26  Glenn Morris  <rgm@gnu.org>
5010         * startup.el (command-line): Don't init the tty in daemon mode.
5012         Avoid calling tty-setup-hook twice, eg if a term file
5013         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
5014         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
5015         (tty-create-frame-with-faces): Use it.
5016         * startup.el (command-line): Pass run-hook argument
5017         to tty-run-terminal-initialization.
5019         * dired.el (dired-restore-desktop-buffer): Demote errors;
5020         eg in case a glob match fails.  (Bug#16884)
5022 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
5024         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
5025         error from `read-from-string'.  (Bug#16850)
5027         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
5028         result of `completing-read' in the interactive form.  (Bug#16854)
5030 2014-02-25  Glenn Morris  <rgm@gnu.org>
5032         * image.el (image-animate, image-animate-timeout):
5033         Stop animating images in dead buffers.  (Bug#16878)
5035         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
5037         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
5038         Doc fixes.
5039         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
5040         * term/sun.el (sun-raw-prefix-hooks):
5041         Use tty-setup-hook instead of term-setup-hook.
5042         (terminal-init-sun): Construct message from bytecomp plist.
5043         * term/wyse50.el (enable-arrow-keys): Doc fix.
5045 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
5047         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
5048         Fix docstring typos.
5050 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
5052         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
5054 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5056         * minibuffer.el (completion--try-word-completion):
5057         Fix error when completing M-x commands (bug#16808).
5059 2014-02-24  Leo Liu  <sdl.web@gmail.com>
5061         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
5063 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
5065         * apropos.el (apropos-print): Avoid formatting error when
5066         apropos-do-all and apropos-compact-layout are both t.
5068 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
5070         * apropos.el (apropos-property, apropos-all-words-regexp)
5071         (apropos-true-hit, apropos-variable, apropos-print):
5072         Fix docstring typos, and remove obsolete comment.
5074 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
5076         * net/tramp-sh.el (tramp-sh-handle-file-truename):
5077         Preserve trailing "/".  (Bug#16851)
5079 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
5081         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
5082         after `=>' (bug#16811).
5083         (ruby-smie-rules): Handle the inconsistent second element of the
5084         list returned by `smie-indent--parent'.
5085         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
5086         method call.
5088 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
5090         * elec-pair.el (electric-pair-text-syntax-table)
5091         (electric-pair-syntax-info, electric-pair--syntax-ppss)
5092         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
5093         (electric-pair--looking-at-unterminated-string-p): Doc fix.
5094         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
5096 2014-02-22  Glenn Morris  <rgm@gnu.org>
5098         * imenu.el (imenu--generic-function): Doc fix.
5100         * register.el (frame-configuration-to-register): Make obsolete.
5102 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
5104         * desktop.el (desktop-save-buffer-p): Do not fail when
5105         desktop-files-not-to-save is nil.  Return t for true result
5106         as the doc says.
5108 2014-02-22  Daniel Colascione  <dancol@dancol.org>
5110         * net/secrets.el (secrets-create-item, secrets-search-items):
5111         Check that attribute values are strings, avoiding the construction
5112         of invalid dbus messages.
5114 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
5116         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
5117         defun-declarations-alist.
5119 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5121         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
5122         (bug#16829).
5124 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
5126         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
5127         (whitespace-newline, whitespace-trailing, whitespace-line)
5128         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
5129         (whitespace-space-after-tab): Fix typo in docstrings.
5131 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
5133         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
5135         * electric.el (electric-indent-functions-without-reindent):
5136         Add `yaml-indent-line'.
5138 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
5140         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
5141         It has done nothing for years; should be removed after the release.
5143         * simple.el (choose-completion): Fix docstring typo.
5144         (read-quoted-char-radix): Remove unneeded * in docstring.
5145         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
5146         Don't escape parentheses unnecessarily in docstrings.
5148 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
5150         Fix handling of window-min-height/-width (Bug#16738).
5151         * window.el (window--dump-window, window--dump-frame):
5152         New functions.
5153         (window--min-size-1): Account for window dividers.
5154         When window-resize-pixelwise is nil, delay rounding till after the
5155         sum of the window components has been calculated.
5156         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
5157         nil make sure at least one text line and two text columns remain
5158         fully visible.
5159         (window-resize): Signal an error when window-resize-apply fails.
5160         (window--resize-child-windows): Fix calculation of by how many
5161         pixels a window can still be shrunk via window-new-normal.
5162         (adjust-window-trailing-edge): Call window--resizable with
5163         correct TRAIL argument.
5165         (with-temp-buffer-window): Don't evaluate BODY within
5166         with-current-buffer (Bug#16816).
5168 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
5170         * net/tramp.el (tramp-check-cached-permissions):
5171         Call `file-attributes' with `suffix' being a symbol but a string.
5173 2014-02-21  Daniel Colascione  <dancol@dancol.org>
5175         * net/dbus.el (dbus-init-bus-1): Declare new subr.
5176         (dbus-init-bus): New function: call into dbus-init-bus-1
5177         and installs a handler for the disconnect signal.
5178         (dbus-call-method): Rewrite to look for result in cons.
5179         (dbus-call-method-handler): Store result in cons.
5180         (dbus-check-event): Recognize events with nil sender as valid.
5181         (dbus-handle-bus-disconnect): New function.  React to bus
5182         disconnection signal by synthesizing dbus error for each
5183         pending synchronous or asynchronous call.
5184         (dbus-notice-synchronous-call-errors): New function.
5185         (dbus-handle-event): Raise errors directly only when `dbus-debug'
5186         is true, not all the time.
5188 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
5190         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5191         Remove obsolescence declarations, these variables do not exist anymore.
5193         * savehist.el (savehist-save-minibuffer-history)
5194         (savehist-additional-variables, savehist-file, savehist-mode-hook)
5195         (savehist-save-hook, savehist-coding-system, savehist-loaded)
5196         (savehist-load, savehist-install, savehist-autosave): Fix typos;
5197         mostly, refer to "Savehist mode" when talking about the mode,
5198         and not the function.
5200         * saveplace.el (save-place): Remove redundant info in docstring.
5201         (save-place-forget-unreadable-files, toggle-save-place)
5202         (save-place-forget-unreadable-files, save-place-dired-hook):
5203         Fix typos and remove unneeded backslashes.
5205 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
5207         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
5208         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
5210         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5211         <insert-directory>: Use `tramp-handle-insert-directory'.
5212         (tramp-gvfs-handle-insert-directory): Remove function.
5214         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5215         Call `tramp-handle-insert-directory'.
5217 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
5219         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
5220         before the start of buffer/region (bug#16799).
5222 2014-02-20  Glenn Morris  <rgm@gnu.org>
5224         * isearch.el (search-invisible): Doc fix.
5226 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
5228         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
5229         (bug#16657).
5231 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
5233         * frameset.el (frameset-restore): Delay removing an old frame's
5234         duplicate id until the new frame has been correctly created.
5236 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
5238         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
5239         (tramp-check-cached-permissions): Call `file-attributes' if the
5240         cache is empty.
5242         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
5243         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
5245         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5246         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
5247         (tramp-gvfs-maybe-open-connection): Set always connection
5248         properties, even if target is mounted already.
5250         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
5251         Set tramp-autoload cookie.
5252         (tramp-get-remote-touch): New defun.
5253         (tramp-sh-handle-set-file-times): Use it.
5254         (tramp-sh-handle-directory-files-and-attributes):
5255         Use `tramp-handle-directory-files-and-attributes' if neither stat
5256         nor perl are available on the remote host.
5258         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
5259         "/".  Write long listing only when "l" belongs to the switches.
5261         * net/trampver.el: Update release number.
5263 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
5265         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
5267 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
5269         * window.el (window-state-put): Allow WINDOW to refer to an
5270         internal window (Bug#16793).
5272 2014-02-19  Glenn Morris  <rgm@gnu.org>
5274         * textmodes/remember.el: Move provide statement to end.
5275         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
5276         (remember-notes): Doc fixes.
5278 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * delsel.el (delete-char): Restore incorrectly erased property
5281         (bug#16795).
5283 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
5285         * frameset.el (frameset--restore-frame): When a frame is being reused
5286         and its root window is not alive, delete all the frame's windows before
5287         restoring the window state.  This works around the issue in bug#16793.
5289 2014-02-18  Glenn Morris  <rgm@gnu.org>
5291         * textmodes/remember.el (remember-data-directory)
5292         (remember-directory-file-name-format, remember-store-in-files)
5293         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
5294         (remember-notes-save-and-bury-buffer)
5295         (remember-notes--kill-buffer-query): Doc fixes.
5297         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
5299 2014-02-17  Alan Mackenzie  <acm@muc.de>
5301         Connect electric-indent-mode up with CC Mode.  Bug #15478.
5302         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
5303         to electric-indent-{,local-}-mode.
5304         (c-basic-common-init): Set electric-indent-inhibit.
5305         Initialise c-electric-flag from electric-indent-mode.
5306         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
5307         New hook functions which propagate electric-indent-mode to CC mode.
5309         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
5310         hit, toggle electric-indent-local-mode.
5312         * electric.el (electric-indent-mode-has-been-called):
5313         New variable.
5315 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
5317         * frameset.el (frameset-cfg-id): New function.
5318         (frameset--reuse-frame, frameset-restore): Use it.
5319         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
5321 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         * ido.el (ido-file-internal): Remove unused var `d'.
5324         Use \` for to match BoS.  Fit within 80n columns.
5326 2014-02-17  Daniel Colascione  <dancol@dancol.org>
5328         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
5329         dbus-call-method check for completion using a busy-wait loop with
5330         gradual backoff.
5332 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
5334         Sync with Tramp 2.2.9.
5336         * net/trampver.el: Update release number.
5338 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
5340         * ido.el (ido-file-internal): Don't add the name of an existing
5341         directory twice.  (Bug#16747)
5343 2014-02-16  Glenn Morris  <rgm@gnu.org>
5345         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
5346         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
5348 2014-02-15  Michael R. Mauger  <michael@mauger.com>
5350         * progmodes/sql.el: Version 3.4
5351         (sql-oracle-options): New default value ("-L").
5352         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
5353         (sql-placeholders-filter): Correct placeholder pattern.
5354         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
5355         (sql-login-delay): New variable.
5356         (sql-product-interactive): Use it.
5358 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
5360         * frameset.el (frameset--jump-to-register): Check that buffer is live
5361         (bug#16749).
5363 2014-02-15  Glenn Morris  <rgm@gnu.org>
5365         * info.el (info-initialize): Revert 2014-01-10 change.
5367 2014-02-14  Glenn Morris  <rgm@gnu.org>
5369         * replace.el (map-query-replace-regexp)
5370         (read-regexp-defaults-function, read-regexp): Doc fixes.
5372         * dired.el (dired-read-regexp):
5373         * faces.el (list-faces-display):
5374         * misearch.el (multi-isearch-read-matching-buffers)
5375         (multi-isearch-read-matching-files):
5376         * play/cookie1.el (cookie-apropos):
5377         * progmodes/grep.el (grep-read-regexp): Doc fixes.
5379         * textmodes/remember.el (remember): Use frameset-to-register
5380         rather than frame-configuration-to-register.
5382 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
5384         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
5385         incorrect keybinding.
5387 2014-02-13  Daniel Colascione  <dancol@dancol.org>
5389         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
5390         when adding overlays so that line numbers from compiler match line
5391         numbers we use.
5393 2014-02-13  Glenn Morris  <rgm@gnu.org>
5395         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
5397         * jit-lock.el (jit-lock-mode): Doc fix.
5399 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
5401         * apropos.el (apropos-read-pattern): When the user passes an empty
5402         string, give a more helpful error message than "Wrong type
5403         argument: stringp, nil".
5405 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5407         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
5409 2014-02-13  Glenn Morris  <rgm@gnu.org>
5411         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
5413 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
5416         shift-select commands.
5418 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
5420         * progmodes/js.el (js-indent-line): Don't widen.
5421         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
5423 2014-02-12  Glenn Morris  <rgm@gnu.org>
5425         * icomplete.el (icomplete): Add info-link to defgroup.
5426         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
5427         (icomplete-minibuffer-map, icomplete-mode)
5428         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
5430         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
5431         (package-menu-filter): Rename from package-menu-filter-interactive.
5432         Doc fix.
5434 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
5436         * frameset.el (frameset--jump-to-register): Select the required
5437         window and buffer before restoring position (bug#16696).
5439 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
5441         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
5443 2014-02-10  Glenn Morris  <rgm@gnu.org>
5445         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
5447 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
5449         * w32-common-fns.el (x-get-selection): Doc fix.
5450         * select.el (x-get-selection): Doc fix.  (Bug#15109)
5452         * face-remap.el (face-remap-add-relative)
5453         (face-remap-remove-relative, face-remap-reset-base)
5454         (face-remap-set-base): Call force-mode-line-update to redisplay
5455         the current buffer due to potential change in faces.  (Bug#16709)
5457 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
5459         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
5460         script more robustly.
5462 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
5464         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
5466         * simple.el (choose-completion): Doc fix (bug#14160).
5468         * subr.el (event-start): Say what a nil EVENT value means.
5470         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
5471         (bug#14197).
5473         * progmodes/grep.el (find-program): Doc fix (bug#14289).
5475         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
5477         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
5479         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
5480         predicate function (bug#15455).
5482 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
5484         * ielm.el (inferior-emacs-lisp-mode): Instead of
5485         `comment-use-global-state', set `comment-use-syntax'.
5487 2014-02-10  Glenn Morris  <rgm@gnu.org>
5489         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
5491 2014-02-09  Alan Mackenzie  <acm@muc.de>
5493         Fix c-invalidate-state-cache on narrowed buffers.
5494         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
5495         Widen when setting and clearing the CPP delimiter properties.
5497 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5499         * help.el (describe-bindings): Doc fix (bug#9888).
5501         * files.el (save-buffer): Use ARG as the parameter name for
5502         consistency (bug#10346).
5503         (save-buffer): Clarify the 0 argument (bug#10346).
5505         * cus-edit.el (customize-apropos): Fix error string.
5506         (custom-buffer-create): Doc fix (bug#11122).
5507         (custom-sort-items): Doc fix (bug#11121).
5509         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
5511         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
5512         (icomplete-simple-completing-p): Mention the previous variable.
5514         * font-lock.el (font-lock-value-in-major-mode): Clarify the
5515         meaning of the parameter (bug#12282).
5517         * files.el (find-file-noselect): Clarify prompt when changing
5518         readedness (bug#13261).
5519         (locate-file): Suffixes aren't returned, so don't say that they
5520         are (bug#12674).
5521         (backup-inhibited): Doc clarification (bug#12525).
5523         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
5524         before we actually start to delete things (bug#16331).
5526         * subr.el (event-start): Doc fix (bug#14228).
5527         (event-end): Ditto.
5529 2014-02-09  Glenn Morris  <rgm@gnu.org>
5531         * emacs-lisp/warnings.el (lwarn):
5532         Empower help-enable-auto-load.  (Bug#15940)
5534 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
5536         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
5537         (Bug#16690)
5539 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
5541         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5542         Insert output at end of buffer.  (Bug#16120)
5544 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
5546         * simple.el (choose-completion-string-functions): Document new
5547         calling convention (bug#14153).
5548         (execute-extended-command): Clarify doc string (bug#13373).
5550         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
5552         * find-dired.el (find-name-dired): Doc fix (bug#14290).
5553         (find-grep-dired): Doc fix (bug#14288).
5555 2014-02-08  Juri Linkov  <juri@jurta.org>
5557         * isearch.el (isearch-quote-char): Check character validity
5558         like in `quoted-insert' (bug#16677).
5560 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
5562         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
5564         * isearch.el (isearch-hide-immediately): Doc clarification
5565         (bug#14723).
5567         * simple.el (line-move): Document utility function used many
5568         places in the Emacs sources (bug#14843).
5570         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
5571         (dired-prev-marked-file): Doc fix (bug#14855).
5572         (dired-up-directory): Doc fix (bug#14848).
5574         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
5576         * files.el (file-relative-name): Doc fix (bug#15159).
5578         * fringe.el (fringe-styles): Doc fix (bug#15239).
5580         * isearch.el (isearch-filter-predicate): Documentation typo fix
5581         (bug#15474).
5583         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
5585         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
5587         * replace.el (replace-match-maybe-edit): Doc clarification
5588         (bug#15632).
5590         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
5592         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
5594 2014-02-08  Glenn Morris  <rgm@gnu.org>
5596         * help-fns.el (describe-variable):
5597         Check {file,dir}-local-variables-alist, and buffer-file-name,
5598         in the correct buffer.
5600 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
5602         * help-fns.el (describe-variable): Fix the case where
5603         a value is directory-local with no dir-locals file.  (Bug#16635)
5605 2014-02-08  Glenn Morris  <rgm@gnu.org>
5607         * abbrev.el (edit-abbrevs-mode):
5608         Derive from fundamental-mode.  (Bug#16682)
5610 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
5612         * simple.el (quoted-insert): Check character validity (bug#16677).
5614 2014-02-07  Juri Linkov  <juri@jurta.org>
5616         * desktop.el (desktop-read): Claim the lock when the owner is not
5617         the current process.  (Bug#16157)
5619 2014-02-07  Juri Linkov  <juri@jurta.org>
5621         * desktop.el (desktop-buffers-not-to-save): Change default from nil
5622         to "\\` ".  (Bug#16651)
5624 2014-02-07  Juri Linkov  <juri@jurta.org>
5626         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
5627         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
5628         (desktop-auto-save-cancel-timer): New function with some code from
5629         `desktop-auto-save-set-timer'.
5630         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
5631         Instead of setting `desktop-save-mode' to nil, call
5632         `desktop-save-mode' with arg 0.  (Bug#16630)
5634 2014-02-07  Glenn Morris  <rgm@gnu.org>
5636         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
5637         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5638         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
5640         * obsolete/iswitchb.el: Move to obsolete/.
5641         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
5642         since obsolete/ is not scanned for autoloads.
5643         * emacs-lisp/authors.el (authors-valid-file-names):
5644         Add iswitchb.el.
5646         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
5647         Disable now non-functional find-file-hook.
5649 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
5651         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
5652         instead of ";" in order to avoid additional prompts.  Let heredoc
5653         scripts read from tty.  (Bug#16582)
5654         (tramp-send-command): No special handling of heredocs, it isn't
5655         necessary anymore.
5657 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5659         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
5660         with a space (bug#16664).  Limit the symbols considered to the ones
5661         that are bound or fbound (bug#16646).
5663 2014-02-06  Glenn Morris  <rgm@gnu.org>
5665         * epa.el (epa-mail-aliases): Doc fix.
5667 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
5669         * emacs-lisp/lisp.el (lisp-completion-at-point):
5670         Use `completion-table-merge' instead of `completion-table-in-turn'
5671         (bug#16604).
5673         * minibuffer.el (completion-table-merge): New function.
5675 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
5677         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
5678         (tramp-sh-handle-set-file-acl)
5679         (tramp-sh-handle-start-file-process)
5680         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
5681         (tramp-find-executable, tramp-send-command): Use it.
5683 2014-02-05  Glenn Morris  <rgm@gnu.org>
5685         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
5687 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5689         * progmodes/python.el (python-shell-send-string)
5690         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
5692 2014-02-04  Anders Lindgren  <andlind@gmail.com>
5694         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
5695         the names (bug#16620).
5697 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
5699         * faces.el (window-divider): New default value.  Rewrite doc-string.
5700         (window-divider-first-pixel, window-divider-last-pixel): New faces.
5702 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
5704         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
5705         `protected' and `public' can also be called without arguments.
5707 2014-02-03  Glenn Morris  <rgm@gnu.org>
5709         * register.el (window-configuration-to-register)
5710         (frame-configuration-to-register): Unadvertise unused argument.
5711         * frameset.el (frameset-to-register): Remove unused argument.
5713         * frameset.el (frameset-to-register):
5714         * kmacro.el (kmacro-to-register):
5715         * register.el (increment-register):
5716         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
5717         (calc-append-to-register, calc-prepend-to-register):
5718         * play/gametree.el (gametree-layout-to-register)
5719         (gametree-apply-register-layout):
5720         * textmodes/picture.el (picture-clear-rectangle-to-register)
5721         (picture-yank-rectangle-from-register):
5722         * vc/emerge.el (emerge-combine-versions-register):
5723         Use register-read-with-preview to read registers.
5725 2014-02-03  João Távora  <joaotavora@gmail.com>
5727         * elec-pair.el (electric-pair-backward-delete-char): Don't error
5728         when at beginning of (possibly narrowed) buffer.
5730 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5732         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
5733         Also try to display local help from just before point.
5735 2014-02-02  Alan Mackenzie  <acm@muc.de>
5737         c-parse-state.  Don't "append-lower-brace-pair" in certain
5738         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
5739         recognised as a comment.
5741         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
5742         as well as normal comment starter.
5743         (c-parse-state-get-strategy): Extra return possibility
5744         'back-and-forward.
5745         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
5746         return value list to indicate replacement of a brace-pair cons
5747         with its car.
5748         (c-parse-state-1): With 'back-and-forward, only call
5749         c-append-lower-brace-pair-to state-cache when cons-separated.
5751 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
5753         * term/ns-win.el (ns-suspend-error): New function.
5754         (ns-initialize-window-system): Add ns-suspend-error to
5755         suspend-hook (Bug#16612).
5757 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5759         * progmodes/cc-defs.el (c-find-assignment-for-mode):
5760         Make loading cc-mode silent.
5762 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5764         * comint.el (comint-prompt-read-only): Change doc to suggest
5765         remap keybinding.
5767 2014-02-02  Glenn Morris  <rgm@gnu.org>
5769         * register.el (register-read-with-preview, point-to-register)
5770         (window-configuration-to-register, frame-configuration-to-register)
5771         (jump-to-register, number-to-register, view-register, insert-register)
5772         (copy-to-register, append-to-register, prepend-to-register)
5773         (copy-rectangle-to-register): Doc fixes.
5775 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5777         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
5778         * emacs-lisp/find-func.el (find-function-C-source): Idem.
5779         * emacs-lisp/nadvice.el (advice--cd*r): New function.
5780         * help-fns.el (describe-function-1): Use it.
5782 2014-02-02  Glenn Morris  <rgm@gnu.org>
5784         * register.el (register-preview-default): New function,
5785         split from register-preview.
5786         (register-preview-function): Rename from register-preview-functions,
5787         make it not a hook.
5788         (register-preview): Use register-preview-function.
5789         (register-read-with-preview): Error on non-character event.  (Bug#16595)
5791 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
5793         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
5794         `:' before binary operators (bug#16609).  Don't check for `:'
5795         before `[' and `(', or their syntax status.  A percent literal
5796         can't end with either.
5797         (ruby-font-lock-keywords): For built-ins that require arguments,
5798         check that they're followed by something that looks like argument
5799         (bug#16610).
5801 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5803         * subr.el (butlast): Document what an omitted N means (bug#13437).
5804         (nbutlast): Ditto.
5806 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5808         * net/shr.el (shr-generic): Make into a defsubst to make the stack
5809         depth shallower (bug#16587).
5810         (shr-tag-svg): Respect `shr-inhibit-images'.
5811         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5813 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
5815         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5816         (ruby-smie-grammar): Make "." right-associative.  Make its priority
5817         lower than the ternary and all binary operators.
5818         (ruby-smie-rules): Indent "(" relative to the first non-"."
5819         parent, or the first "." parent at indentation.
5820         Use `ruby-align-chained-calls' for indentation of "." tokens.
5821         (Bug#16593)
5823 2014-01-31  Juri Linkov  <juri@jurta.org>
5825         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5826         from `make-hash-table'.
5828         * textmodes/ispell.el (ispell-init-process): Change message format
5829         to be consistent with other messages.
5831 2014-01-31  Glenn Morris  <rgm@gnu.org>
5833         * delsel.el (delete-selection-mode): Doc fix.
5835         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5836         (trace-function-background): Doc fixes.
5838         * ido.el (ido-use-virtual-buffers): Doc fix.
5839         Reset :version, since the default value has not changed.
5841         * register.el (register-preview-delay, register-read-with-preview):
5842         Doc fixes.
5844         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5845         do not mess with mail-buffer position (fixes 2009-11-03 change).
5846         * progmodes/cc-mode.el (c-submit-bug-report):
5847         Check auto-fill-mode is bound.  (Bug#16592)
5849 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
5851         * startup.el (fancy-splash-image-file): New function,
5852         split from fancy-splash-head.
5853         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5854         so that we are both using the same image.  (Bug#16574)
5856 2014-01-30  Glenn Morris  <rgm@gnu.org>
5858         * simple.el (eval-expression): Doc fix.
5860         * hexl.el (hexl-mode-hook):
5861         * ielm.el (ielm-mode-hook):
5862         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5863         (lisp-interaction-mode-hook):
5864         * progmodes/cfengine.el (cfengine3-documentation-function):
5865         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5867 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5870         is a symbol (bug#16584).
5872 2014-01-30  Glenn Morris  <rgm@gnu.org>
5874         * help.el (help-for-help-internal): Add "P" to text.
5876 2014-01-29  Glenn Morris  <rgm@gnu.org>
5878         * simple.el (just-one-space, cycle-spacing): Doc fixes.
5880 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
5882         * window.el (fit-frame-to-buffer): Fix calculations for margins and
5883         height constraints.
5885 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
5887         * progmodes/hideif.el: Extend to full CPP expression syntax.
5888         (hif-token-alist): Add missing tokens.
5889         (hif-token-regexp): Add support for float/octal/hex immediates.
5890         (hif-string-literal-regexp): New const.
5891         (hif-tokenize): Recognize strings and float/octal/hex immediates.
5892         (hif-exprlist): New function.
5893         (hif-parse-if-exp): Use it.
5894         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5895         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5896         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5897         (hif-logxor, hif-comma): New functions.
5899 2014-01-28  Glenn Morris  <rgm@gnu.org>
5901         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5903         * indent.el (tab-stop-list): Doc fix.  Add :version.
5905         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5906         (cvs-append-to-ignore): Add compatibility alias.
5908 2014-01-27  Glenn Morris  <rgm@gnu.org>
5910         * dired.el (dired-hide-details-mode): Don't autoload it,
5911         since it cannot be used outside Dired buffers anyway.
5913         * emulation/cua-base.el (cua-mode): Doc fix.
5915         * dired.el (dired-hide-details-hide-symlink-targets)
5916         (dired-hide-details-hide-information-lines)
5917         (dired-hide-details-mode): Doc fixes.
5919         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5920         * strokes.el (strokes-file): Doc fix.  Bump :version.
5921         (strokes-help): Doc fix.
5922         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5923         * emulation/viper.el (viper): Doc fix for custom group.
5924         (top-level): Remove oh-so-no-longer-relevant text about vip.
5925         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5927         * ido.el (ido-save-directory-list-file):
5928         * saveplace.el (save-place-file):
5929         * calendar/timeclock.el (timeclock-file):
5930         * net/quickurl.el (quickurl-url-file):
5931         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5932         * progmodes/idlwave.el (idlwave-config-directory):
5933         * textmodes/remember.el (remember-data-file):
5934         Bump :version.
5936 2014-01-26  Glenn Morris  <rgm@gnu.org>
5938         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5939         Doc fix.  Make obsolete.
5940         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5942         * sort.el (delete-duplicate-lines): Doc fix.
5944 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5946         * progmodes/ada-mode.el (ada):
5947         * woman.el (woman): Link to info manual and Commentary section.
5949         * progmodes/flymake.el (flymake):
5950         * nxml/nxml-mode.el (nxml):
5951         * net/eww.el (eww):
5952         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5953         * htmlfontify.el (htmlfontify):
5954         * ses.el (ses):
5955         * epa.el (epa):
5956         * ido.el (ido): Link to info manual.
5958 2014-01-25  Leo Liu  <sdl.web@gmail.com>
5960         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5962 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
5964         * net/shr.el (shr-tag-img): Prefer the title over the alt text
5965         (bug#16537).
5967 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
5969         * net/eww.el (eww-download-callback):
5970         Fix reference to eww-download-directory.
5972         * emacs-lisp/bytecomp.el (byte-compile-file):
5973         Remove unused local variable `file-name'.
5975 2014-01-24  Glenn Morris  <rgm@gnu.org>
5977         * woman.el (woman-default-faces, woman-monochrome-faces):
5978         Fix obsolescence specification.
5980         * subr.el (with-demoted-errors): Doc fix.
5982 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5984         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5985         (cl--macroexp-fboundp): New function.
5986         (cl--make-type-test): Use it.
5988 2014-01-23  Glenn Morris  <rgm@gnu.org>
5990         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5991         * simple.el (eval-expression): Doc fixes.
5993 2014-01-22  Glenn Morris  <rgm@gnu.org>
5995         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5997 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5999         * emacs-lisp/package.el: Write files silently.
6000         (package-autoload-ensure-default-file, package--write-file-no-coding)
6001         (package-generate-description-file, package--download-one-archive)
6002         (package-install-from-archive): Tell `write-region' to stay quiet.
6003         (package-menu-mode, package-menu--print-info): Omit the Archive column
6004         if there's only one archive.
6005         (package-all-keywords, package--has-keyword-p): Remove dead code.
6007 2014-01-22  Glenn Morris  <rgm@gnu.org>
6009         * version.el (emacs-bzr-version-bzr): Fix typo.
6011         * version.el (emacs-repository-get-version):
6012         Check either .bzr or .git, but not both.
6013         Make the git case actually use the DIR argument, and return nil
6014         rather than the empty string.
6015         Avoid error if .git exists but the git executable is not found.
6017 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
6019         Fixes in window size functions around Bug#16430 and Bug#16470.
6020         * window.el (window-total-size, window-size): New argument ROUND.
6021         (window--min-delta-1, window-min-delta, window--max-delta-1):
6022         Be more conservative when calculating the numbers of lines or
6023         columns a window can shrink (Bug#16430).
6024         (fit-window-to-buffer): Simplify code.
6025         * term.el (term-window-width): Call window-body-width again.
6027 2014-01-22  Glenn Morris  <rgm@gnu.org>
6029         * image.el (image-format-suffixes): Doc fix.
6031         * international/quail.el (quail-define-package): Doc fix.
6033         * emacs-lisp/authors.el (authors-valid-file-names)
6034         (authors-renamed-files-alist): Additions.
6036         * vc/vc-git.el (vc-git-print-log): Remove --follow;
6037         reverts 2014-01-09 change.  (Bug#16422)
6039         * calc/calc-embed.el (thing-at-point-looking-at):
6040         * emacs-lisp/map-ynp.el (x-popup-dialog):
6041         * obsolete/lmenu.el (x-popup-dialog):
6042         * emacs-lisp/package.el (url-recreate-url):
6043         * mail/mailclient.el (clipboard-kill-ring-save):
6044         * subr.el (x-popup-dialog): Update declaration.
6045         * mail/rmail.el (rmail-mime-message-p):
6046         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
6048 2014-01-21  Daniel Colascione  <dancol@dancol.org>
6050         * progmodes/sh-script.el (sh--inside-noncommand-expression):
6051         Correctly detect when we're inside an arithmetic expansion form
6052         containing nested parenthesis.
6053         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
6054         to detect cases where we shouldn't expand "<<" to a heredoc
6055         skeleton.
6057 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6059         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
6060         (eldoc--message-command-p): New function.
6061         (eldoc-display-message-p): Use it.
6062         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
6063         message is not automatically erased for us.
6064         (eldoc-print-current-symbol-info): Erase previous message, if any.
6066 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
6068         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
6069         specify it's an interactive function.
6071         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6072         Fix regex used for scanning for citation keys which failed for
6073         citations with optional arguments.
6075 2014-01-21  Leo Liu  <sdl.web@gmail.com>
6077         * simple.el (read--expression): Don't enable eldoc-mode.
6079 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6081         * simple.el (move-beginning-of-line): Make sure we don't move forward
6082         (bug#16497).
6084 2014-01-20  Juri Linkov  <juri@jurta.org>
6086         * saveplace.el (toggle-save-place, save-place-to-alist)
6087         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
6088         'dired-mode) before checking for dired-directory.  (Bug#16477)
6090 2014-01-20  Juri Linkov  <juri@jurta.org>
6092         * indent.el (indent-line-to): Use backward-to-indentation
6093         instead of back-to-indentation.  (Bug#16461)
6095 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
6097         Revert some of the CANNOT_DUMP fix (Bug#16494).
6098         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
6099         but fixing this can wait until after the next release.
6100         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
6102 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
6104         * eshell/esh-mode.el (eshell-password-prompt-regexp):
6105         Use `password-word-equivalents'.
6106         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
6107         to t.  (Bug#5664, Bug#13124)
6109 2014-01-19  Alan Mackenzie  <acm@muc.de>
6111         Bind open-paren-in-column-0-is-defun-start to nil at some entry
6112         points.
6113         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
6114         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
6115         * progmodes/cc-mode.el (c-before-change, c-after-change)
6116         (c-font-lock-fontify-region): Bind it here.
6118 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
6120         * term.el (term-window-width): Call window-text-width instead of
6121         window-width (Bug#16470).
6123 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
6125         * simple.el (password-word-equivalents): Remove duplicates.
6126         Sort, to make this easier next time.
6127         Downcase.  Omit ": " after "jelszó".
6129 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
6131         * term/common-win.el (saved-region-selection): Defvar it.
6132         (x-select-text): Set saved-region-selection (Bug#16382).
6134 2014-01-18  Glenn Morris  <rgm@gnu.org>
6136         * emacs-lisp/authors.el (authors-aliases)
6137         (authors-renamed-files-alist): Add some entries.
6139 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
6141         * net/tramp.el (tramp-password-prompt-regexp):
6142         Use `password-word-equivalents' if available.
6143         (tramp-action-password, tramp-process-one-action)
6144         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
6146 2014-01-17  Chong Yidong  <cyd@gnu.org>
6148         * simple.el (password-word-equivalents): New defcustom.
6149         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
6150         to 24.4.
6151         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
6152         to t.  (Bug#13124)
6154 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
6156         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
6157         (ruby-align-to-stmt-keywords): Change the default value.
6158         Use `ruby-alignable-keywords' to generate the possible customization
6159         choices.
6160         (ruby-smie-rules): Instead of using a hardcoded list of alignable
6161         keywords, check against the value of `ruby-alignable-keywords'
6162         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
6164 2014-01-17  Glenn Morris  <rgm@gnu.org>
6166         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
6168         Make M-x authors return zero *Authors Errors* from current logs.
6169         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
6170         (authors-ignored-files): Add some entries, remove others.
6171         (authors-ambiguous-files, authors-valid-file-names):
6172         Add some entries.
6173         (authors-renamed-files-alist): Add, remove, and adjust entries.
6174         (authors-renamed-files-regexps): Add some entries.
6175         Remove some very broad ones.  Make some entries `lax'.
6176         (authors-lax-changelogs): New constant.
6177         (authors-disambiguate-file-name): Treat top-level specially.
6178         (authors-lax-changelog-p): New function.
6179         (authors-canonical-file-name): Check file as written against
6180         authors-valid-file-names.  Do not special-case etc/.
6181         Handle `lax' logs and authors-renamed-files-regexps elements.
6183 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
6185         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
6186         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
6187         callers.
6189 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
6192         Assume we're already in the proper buffer.
6193         Inspired by Anders Lindgren <andlind@gmail.com>.
6194         (follow-post-command-hook): Call it from the right buffer.
6195         (follow-comint-scroll-to-bottom): Adjust call.
6196         (follow-all-followers): Use get-buffer-window-list.
6198 2014-01-15  Daniel Colascione  <dancol@dancol.org>
6200         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
6201         `buffer-file-name' in interactive-form so that we don't leave
6202         pathless file names in `file-name-history'.
6204 2014-01-15  Juri Linkov  <juri@jurta.org>
6206         * indent.el (indent-rigidly): Set deactivate-mark to nil
6207         in transient indentation mode.  (Bug#16438)
6209 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
6211         * emacs-lisp/package.el (package-desc-keywords): New function
6212         (Bug#16222).
6213         (describe-package-1, package-all-keywords)
6214         (package--has-keyword-p): Use it.
6216 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6218         * simple.el (define-alternatives): When creating the
6219         COMMAND-alternatives variable, assign COMMAND as its definition
6220         name so that `describe-variable' can relocate it.
6222 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
6224         * font-lock.el (font-lock-keywords): Fix typo in docstring
6225         (bug#16307).
6227 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6229         * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
6230         line instead of wrongly reset `add-coment' (bug#13577).
6232 2014-01-14  Daiki Ueno  <ueno@gnu.org>
6234         * epa-file.el (epa-file-write-region): Encode the region according
6235         to `buffer-file-format'.  Problem reported at:
6236         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
6238 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
6241         so it applies in the right buffer (bug#16410).
6243 2014-01-13  Daniel Colascione  <dancol@dancol.org>
6245         * textmodes/rst.el (rst-define-key): Provide deprecated
6246         keybindings through named functions instead of anonymous ones so
6247         that "??" doesn't appear in describe-mode output.
6249 2014-01-13  Bastien Guerry  <bzg@gnu.org>
6251         * simple.el (define-alternatives): Call the selected command
6252         interactively.  When setting `COMMAND--implementation' for the
6253         first time, tell the user how to chose another implementation.
6254         Enhance the docstring.
6256 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6258         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
6259         (log-edit--match-first-line): New function.
6260         (log-edit-font-lock-keywords): Use it.
6261         (log-edit-mode): Make jit-lock-defer-multiline work.
6263 2014-01-13  Bastien Guerry  <bzg@gnu.org>
6265         * rect.el (rectangle-mark-mode): When the region is not active,
6266         display a message saying that the mark as been set and that
6267         rectangle mode is in use.
6268         (rectangle--highlight-for-redisplay): Only put an overlay with a
6269         visible vertical bar when (display-graphic-p) is non-nil.
6270         This partially fixes Bug#16403.
6272 2014-01-13  Juri Linkov  <juri@jurta.org>
6274         * info.el (Info-find-file): Go to DIR before displaying the error
6275         about a nonexistent file if no previous Info file is visited.
6276         Use `user-error' instead of `error' for "Info file %s does not exist".
6277         (Info-find-node-2): In case of a nonexistent node in unwind forms
6278         go to the Top node if there is no previous node to revert to.
6279         (Bug#16405)
6281 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
6283         fit-frame/window-to-buffer code fixes including one for Bug#14096.
6284         * window.el (fit-frame-to-buffer): Fix doc-string.
6285         Respect window-min-height/-width.  Fit pixelwise when
6286         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
6287         when avoiding that frame goes partially off-screen.
6288         (fit-window-to-buffer): Respect window-min-height/-width
6289         (Bug#14096).
6291 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6293         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
6294         after an empty line.
6296 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6298         * net/shr.el (shr-render-region): Autoload.
6300 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
6302         * net/eww.el (eww-download-directory): Rename from
6303         `eww-download-path' (Bug#16419).
6305 2014-01-12  Leo Liu  <sdl.web@gmail.com>
6307         * dired-x.el (dired-mode-map): Fix last change.
6309         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
6311 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6313         Spelling fixes.
6314         * emacs-lisp/generic.el (generic--normalize-comments):
6315         Rename from generic--normalise-comments.  All uses changed.
6316         * play/bubbles.el (bubbles--neighborhood-score)
6317         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
6318         (bubbles--neighborhood-available)
6319         (bubbles--update-neighborhood-score):
6320         Rename from names with 'neighbourhood'.  All uses changed.
6322 2014-01-12  Leo Liu  <sdl.web@gmail.com>
6324         Re-implement the feature of showing eldoc info after editing.
6325         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
6326         (eldoc-edit-message-commands): New function.
6327         (eldoc-print-after-edit): New variable.
6328         (eldoc-pre-command-refresh-echo-area): Emit message only by
6329         eldoc-message-commands.
6330         (eldoc-mode): Restrict eldoc-message-commands to editing commands
6331         if eldoc-print-after-edit is set.  (Bug#16346)
6332         * simple.el (read--expression): Enable eldoc-mode.
6333         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
6335 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
6336             Eric S. Raymond  <esr@thyrsus.com>
6338         * version.el (emacs-repository-get-version): Enhance so the
6339         function works correctly in either a Bazaar or Git repo.
6341 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
6343         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
6344         Goes with removal of the joke manpages from /etc.
6346 2014-01-10  Kenichi Handa  <handa@gnu.org>
6348         * mail/rmail.el (rmail-get-coding-system):
6349         Check rmail-get-coding-function before "funcall"ing it.
6351 2014-01-10  Glenn Morris  <rgm@gnu.org>
6353         * emacs-lisp/authors.el (authors-fixed-entries):
6354         Update for files that no longer exist.
6356 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
6358         * version.el (emacs-bzr-get-version): Restore compatibilty with
6359         24.3 (Tested).
6361 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
6363         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
6364         and Podfile.
6366 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
6368         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
6370 2014-01-10  Chong Yidong  <cyd@gnu.org>
6372         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
6374 2014-01-10  Anders Lindgren  <andlind@gmail.com>
6376         * follow.el (follow-cache-command-list): Include right-char and
6377         left-char.
6379 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6381         Spelling fixes.
6382         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
6383         * woman.el (woman-mark-horizontal-position):
6384         Rename from woman-mark-horizonal-position.  Use changed.
6386 2014-01-10  Glenn Morris  <rgm@gnu.org>
6388         * info.el (info-initialize): If running uninstalled, ensure our
6389         own info files are always found first, even if INFOPATH is set.
6391         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
6393 2014-01-09  David Engster  <deng@randomsample.de>
6395         * emacs-lisp/eieio-custom.el:
6396         * emacs-lisp/eieio-opt.el: Set generated autoload file to
6397         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
6398         * emacs-lisp/eieio.el: Regenerate autoloads.
6400 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
6402         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
6403         following renames.  (Bug#8756)
6405 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6407         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
6408         (bug#16382).
6409         (activate-mark): Add `no-tmm' argument.
6410         (set-mark, push-mark-command): Use it instead of running
6411         activate-mark-hook by hand.
6413 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
6415         In preparation for the move to git, sanitize out some
6416         Bazaar-specific names.
6418         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
6420         * version.el (emacs-bzr-version): Name changed to
6421         emacs-repository-version.  Obsolete-variable alias made.
6422         * loadup.el: Follow through on this name change.
6423         * mail/emacsbug.el (report-emacs-bug): Factor out any
6424         assumption about the version control system in use.
6426 2014-01-08  David Engster  <deng@randomsample.de>
6428         * help-fns.el (help-fns-describe-function-functions):
6429         New variable to call functions for augmenting help buffers.
6430         (describe-function-1): Remove explicit calls to
6431         `help-fns--compiler-macro', `help-fns--parent-mode' and
6432         `help-fns--obsolete'.  Put them in above new variable instead, and
6433         call them through `run-hook-with-args'.
6434         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
6435         `eieio-describe-class'.  Not meant for interactive use anymore,
6436         but to augment existing help buffers.  Remove optional second
6437         argument.  Create proper button for file location.
6438         Rewrite function to use `insert' instead of `princ' and `prin1' where
6439         possible.
6440         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
6441         (eieio-method-def, eieio-class-def): Move further up.
6442         (describe-method, describe-generic, eieio-describe-method):
6443         Remove aliases.
6444         (eieio-help-constructor, eieio-help-generic): Rename from
6445         `eieio-describe-constructor' and `eieio-describe-generic', resp.
6446         Rewrite to use `insert' in the current buffer and use proper help
6447         buttons.
6448         (eieio-help-find-method-definition)
6449         (eieio-help-find-class-definition): Also accept symbols as
6450         arguments.
6451         (eieio-help-mode-augmentation-maybee): Remove.
6452         (eieio-describe-class-sb): Use `describe-function'.
6453         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
6454         Add `eieio-help-generic' and `eieio-help-constructor'.
6456 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
6458         Spelling fixes.
6459         * language/china-util.el (hz-ascii-designation):
6460         Rename from hz-ascii-designnation.
6461         (hz-ascii-designation): Rename from hz-ascii-designnation.
6462         All uses changed.
6464 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
6467         package-alist.
6469 2014-01-08  Bastien Guerry  <bzg@gnu.org>
6471         * emacs-lisp/package.el (package-delete):
6472         Correctly delete the package from package-alist.
6474 2014-01-08  Daiki Ueno  <ueno@gnu.org>
6476         * emacs-lisp/package.el (url-recreate-url): Declare.
6477         (url-http-target-url): Declare.
6478         (package-handle-response): Include requested URL in the error message.
6479         (package--check-signature): Don't re-signal errors from
6480         package--with-work-buffer.  Suggested by Stefan Monnier.
6482 2014-01-07  Bastien Guerry  <bzg@gnu.org>
6484         * minibuffer.el (completion--try-word-completion): When both a
6485         hyphen and a space are possible candidates for the character
6486         following a word, display both candidates.  (Bug#15980)
6488 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
6490         * window.el (balance-windows-2): While rounding don't give a
6491         window more than the remainder.  Bug#16351, bug#16383.
6493 2014-01-07  Glenn Morris  <rgm@gnu.org>
6495         * menu-bar.el (menu-bar-help-extra-packages): Remove.
6496         (menu-bar-help-menu): Use view-external-packages instead.
6498 2014-01-07  Bastien Guerry  <bzg@gnu.org>
6500         * emacs-lisp/package.el (package-delete): Also delete the package
6501         name from `package-alist', not its description only.
6503 2014-01-07  Glenn Morris  <rgm@gnu.org>
6505         * help.el (view-external-packages):
6506         * menu-bar.el (menu-bar-help-extra-packages):
6507         Visit efaq.info rather than etc/MORE.STUFF.
6509 2014-01-07  Juri Linkov  <juri@jurta.org>
6511         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
6512         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
6514         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
6515         that shadows RET.  (Bug#16342)
6517 2014-01-07  Chong Yidong  <cyd@gnu.org>
6519         * isearch.el (isearch-yank-char, isearch-yank-word)
6520         (isearch-yank-line): Doc fix.
6522 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6524         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
6525         * emacs-lisp/elint.el (elint-find-builtins):
6526         * emacs-lisp/eldoc.el (eldoc-symbol-function):
6527         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
6528         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
6529         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6530         * apropos.el (apropos-safe-documentation):
6531         * subr.el (symbol-file): Remove redundant fboundp.
6532         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
6534 2014-01-06  Bastien Guerry  <bzg@gnu.org>
6536         * hl-line.el (global-hl-line-overlay): Make a local variable.
6537         (global-hl-line-overlays): New variable to store all overlays.
6538         (global-hl-line-mode): Don't delete overlays from the current
6539         buffer when `global-hl-line-sticky-flag' is non-nil.
6540         (global-hl-line-highlight): Add new overlays to
6541         `global-hl-line-overlays'.
6542         (global-hl-line-unhighlight-all): New function to delete all
6543         overlays when turning off `global-hl-line-mode'.
6544         This fixes Bug#16183.
6546 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6548         * subr.el (set-transient-map): Fix nested case and docstring.
6550 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
6552         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
6553         `Texinfo' entry.
6555 2014-01-06  Daniel Colascione  <dancol@dancol.org>
6557         Fix defun navigation in vc log view.
6559         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
6560         like `beginning-of-defun'.
6561         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
6562         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
6563         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
6564         (log-view-extract-comment): Call `log-view-current-entry' directly
6565         instead of relying on broken `log-view-beginning-of-defun' behavior.
6567 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
6569         Spelling fixes.
6570         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
6571         * emacs-lisp/debug.el (cancel-debug-on-entry):
6572         * epg.el (epg-error-to-string):
6573         * files.el (recover-file):
6574         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
6575         * mail/emacsbug.el (report-emacs-bug-hook):
6576         * mail/sendmail.el (mail-recover):
6577         * ses.el (ses-yank-resize):
6578         * term/ns-win.el (ns-print-buffer):
6579         Spelling fixes in diagnostics, mostly for "canceled" with one L.
6580         * epg.el (epg-key-capability-alist): Rename from misspelled version.
6581         All uses changed.
6582         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
6584 2014-01-06  Leo Liu  <sdl.web@gmail.com>
6586         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
6587         to avoid shadowing global key.  (Bug#16354)
6589 2014-01-06  Daniel Colascione  <dancol@dancol.org>
6591         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
6592         rst-mode.
6594 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
6596         * window.el (balance-windows): Add mising t to fix Bug#16351.
6598 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6600         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
6601         (bug#16285).
6602         (shr-insert): If we have a word that's longer than `shr-width',
6603         break after it anyway.  Otherwise we'll do no breaking once we get
6604         such a long word.
6606 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6608         * net/eww.el (eww): Support single/double quote for search.
6609         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
6610         (eww-history-quit): Delete and use quit-window.
6611         (eww-history-kill): Delete, because it doesn't work well and
6612         not necessary.
6613         (eww-history-mode-map): Delete some keys and add easy-menu.
6615 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6617         Fix misspelling of 'chinese' in rx (Bug#16237).
6618         * emacs-lisp/rx.el (rx-categories): Correct spelling of
6619         chinese-two-byte.
6621         Change subword regexps back to vars (Bug#16296).
6622         * progmodes/subword.el (subword-forward-regexp)
6623         (subword-backward-regexp): Change these back to variables.
6625 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6627         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
6628         syntax-begin-function (bug#16247).
6630 2014-01-03  Chong Yidong  <cyd@gnu.org>
6632         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
6633         (advice--docstring): Delete variable.
6634         (advice--make-1): Leave the docstring empty.
6635         (advice-add): Use function-documentation for advised docstring.
6637         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
6638         Ignore function-documentation property when getting documentation.
6639         (ad-activate-advised-definition): Use function-documentation
6640         generate the docstring.
6641         (ad-make-advised-definition): Don't call
6642         ad-make-advised-definition-docstring.
6643         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6644         Delete functions.
6646         * progmodes/sql.el (sql-help): Use function-documentation instead
6647         of dynamic-docstring-function property.  No need to autoload now.
6648         (sql--help-docstring): New variable.
6649         (sql--make-help-docstring): Use it.
6651 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * ielm.el (ielm-tab): Retarget.
6654         (ielm-map): Use ielm-tab for tab.
6655         (ielm-complete-filename): Use comint-filename-completion.
6656         (ielm-complete-symbol): Remove.
6657         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
6658         remove ielm-tab from completion-at-point-functions (bug#16224).
6660         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
6661         Beware signals raised by predicates (bug#16201).
6663 2014-01-02  Richard Stallman  <rms@gnu.org>
6665         * dired-aux.el (dired-do-print): Handle printer-name.
6667         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
6668         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
6669         (rmail-epa-decrypt): Turn off mime processing.
6671         * mail/rmail.el (rmail-make-in-reply-to-field):
6672         Add parens in message-id.
6674         * mail/rmail.el (rmail-get-coding-function): Variable.
6675         (rmail-get-coding-system): Use it.
6677 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
6679         * international/mule-conf.el: Unify the charset indian-is13194.
6680         (indian-is13194): Specify unify-map.
6682 2013-12-31  Leo Liu  <sdl.web@gmail.com>
6684         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
6686 2013-12-30  Daniel Colascione  <dancol@dancol.org>
6688         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
6689         of printing a useless when we resume from sleep.
6691         * progmodes/sh-script.el
6692         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
6693         in indentation code.  (Bug#16233)
6695 2013-12-28  João Távora  <joaotavora@gmail.com>
6697         * elec-pair.el (electric-pair-post-self-insert-function):
6698         Don't open extra newlines at beginning of buffer.  (Bug#16272)
6700 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
6702         * frame.el (window-system-for-display): Don't allow to create a
6703         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
6705 2013-12-28  Glenn Morris  <rgm@gnu.org>
6707         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
6708         Update callers.
6710         * apropos.el (apropos-match-face):
6711         * calculator.el (calculator-displayer):
6712         * dabbrev.el (dabbrev-search-these-buffers-only):
6713         * face-remap.el (buffer-face-mode-face):
6714         * simple.el (yank-handled-properties):
6715         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6716         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
6717         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
6718         (hashcash-double-spend-database):
6719         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
6720         (ruby-deep-indent-paren-style):
6721         * textmodes/flyspell.el (flyspell-auto-correct-binding):
6722         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
6723         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
6724         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
6725         Specify custom types.
6727         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
6728         * bookmark.el (bookmark-bmenu-use-header-line):
6729         * doc-view.el (doc-view-scale-internally):
6730         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
6731         * register.el (register-preview-delay):
6732         * net/shr.el (shr-bullet):
6733         * progmodes/cfengine.el (cfengine-cf-promises)
6734         (cfengine-parameters-indent):
6735         * progmodes/octave.el (inferior-octave-error-regexp-alist):
6736         * textmodes/reftex-vars.el (reftex-label-regexps):
6737         * vc/log-edit.el (log-edit-setup-add-author): Add version.
6739         * net/tls.el (tls-certtool-program): Fix default value.
6741         * desktop.el (desktop-restore-in-current-display):
6742         * newcomment.el (comment-empty-lines):
6743         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
6744         (idlwave-pad-keyword):
6745         * progmodes/tcl.el (tcl-tab-always-indent):
6746         * textmodes/reftex-vars.el (reftex-index-default-tag):
6747         * elec-pair.el (electric-pair-skip-whitespace):
6748         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
6750         * emacs-lisp/authors.el (authors-ignored-files)
6751         (authors-valid-file-names, authors-renamed-files-alist): Additions.
6753 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
6755         * shell.el (shell-dynamic-complete-command): Doc fix.
6756         (shell--command-completion-data): Shell completion now matches
6757         executable filenames from the current buffer's directory, on
6758         systems in which this behavior is the default (windows-nt, ms-dos).
6760 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
6762         * net/shr.el (shr-insert): Don't infloop if the width is zero.
6764 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6766         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
6767         (bug#16251).
6769         * electric.el: Move all electric-pair-* to elec-pair.el.
6770         * elec-pair.el: New file, split from electric.el.
6772 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
6774         * net/shr.el (shr-find-fill-point): Don't try to fill if the
6775         indentation level is larger than the width, because that will
6776         infloop.
6777         (shr-insert): Fill repeatedly long texts, so that Japanese is
6778         formatted correctly (bug#16263).
6779         (shr-find-fill-point): Off by one error in comparison with the
6780         indentation.
6782 2013-12-26  João Távora  <joaotavora@gmail.com>
6784         * electric.el (electric-pair-mode): More flexible engine for skip-
6785         and inhibit predicates, new options for pairing-related functionality.
6786         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
6787         if that keeps or improves their balance in buffers.
6788         (electric-pair-delete-adjacent-pairs): Delete the pair when
6789         backspacing over adjacent matched delimiters.
6790         (electric-pair-open-extra-newline): Open extra newline when
6791         inserting newlines between adjacent matched delimiters.
6792         (electric--sort-post-self-insertion-hook):
6793         Sort post-self-insert-hook according to priority values when
6794         minor-modes are activated.
6795         * simple.el (newline-and-indent): Call newline with interactive
6796         set to t.
6797         (blink-paren-post-self-insert-function): Set priority to 100.
6798         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6799         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
6800         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
6801         electric-pair-open-newline-between-pairs to nil.
6803 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6805         * progmodes/python.el: Use lexical-binding.
6806         (python-nav-beginning-of-defun): Stop searching ASAP.
6808 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
6810         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6811         Fix interactive spec.  Doc fix.  (Bug#15754)
6813 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6815         * emacs-lisp/byte-run.el (eval-when-compile):
6816         * progmodes/cc-defs.el (cc-eval-when-compile):
6817         Fix edebug spec (bug#16184).
6819 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6821         * net/shr.el (shr-visit-file): Remove debugging function.
6822         (shr-insert): Don't infloop if we can't find a good place to break
6823         the line (bug#16256).
6825 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6827         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6828         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
6829         python-nav-lisp-forward-sexp-safe.
6830         (python-nav--forward-sexp): New argument SAFE allows switching
6831         forward sexp movement behavior for parens.
6832         (python-nav-forward-sexp): Throw errors on unterminated parens
6833         (Bug#16191).
6834         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6835         (python-nav-backward-sexp-safe): New functions.
6836         (python-shell-buffer-substring):
6837         Use `python-nav-forward-sexp-safe'.
6839 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6841         * net/shr.el (shr-find-fill-point): Don't break lines before a
6842         quotation mark.
6843         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6844         (shr-find-fill-point): Remove the special checks for the quotation
6845         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6847 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6849         * net/eww.el (eww-form-textarea): Use a different face for
6850         textareas than text input since they have different keymaps
6851         (bug#16142).
6853 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6855         * progmodes/python.el (python-nav-beginning-of-statement):
6856         Speed up (Bug#15295).
6858 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6860         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6861         the window configuration.
6863 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
6865         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6866         we run on MS-Windows or MS-DOS.
6868 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
6870         * window.el (balance-windows-area): Call window-size instead of
6871         window-height and window-width.  Bug#16241.
6873 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6875         * net/eww.el (eww-bookmark-quit): Remove.
6876         (eww-bookmark-browse): Restore the window configuration when you
6877         choose a bookmark (bug#16144).
6879 2013-12-24  Daniel Colascione  <dancol@dancol.org>
6881         * icomplete.el: Remove redundant :group arguments to `defcustom'
6882         throughout.
6883         (icomplete-show-matches-on-no-input): New customizable variable.
6884         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6885         we have something to show.
6886         (icomplete-exhibit): Compute completions even if we have no user input.
6888 2013-12-23  Daniel Colascione  <dancol@dancol.org>
6890         * icomplete.el: Move `provide' to end of file.
6892 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6894         * net/gnutls.el (gnutls-verify-error): Add version tag.
6896 2013-12-23  Chong Yidong  <cyd@gnu.org>
6898         * subr.el (set-transient-map): Rename from
6899         set-temporary-overlay-map.  Doc fix.
6901         * face-remap.el (text-scale-adjust):
6902         * indent.el (indent-rigidly):
6903         * kmacro.el (kmacro-call-macro):
6904         * minibuffer.el (minibuffer-force-complete):
6905         * repeat.el (repeat):
6906         * simple.el (universal-argument--mode):
6907         * calendar/todo-mode.el (todo-insert-item--next-param):
6908         * progmodes/f90.el (f90-abbrev-start): Callers changed.
6910         * indent.el (indent-rigidly): Use substitute-command-keys.
6912 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6914         * net/eww.el (eww-tag-select): Add text-property to jump to next
6915         select field.
6916         (eww): Add non-supported ftp error.
6918 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6920         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6921         comments.  Handle electric indent after typing `?' and `!'.
6923 2013-12-22  Chong Yidong  <cyd@gnu.org>
6925         * faces.el (face-spec-recalc): If the theme specs are not
6926         applicable to a frame, fall back on the defface spec.
6927         This prevents themes from obliterating faces on low-color terminals.
6929 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6931         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6932         after `{'.  We need it after block openers, and it doesn't seem
6933         to hurt after hash openers.
6935 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6937         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6938         extracted from `ruby-smie-rules'.
6939         (ruby--electric-indent-chars): New variable.
6940         (ruby--electric-indent-p): New function.
6941         (ruby-mode): Use `electric-indent-functions' instead of
6942         `electric-indent-chars'.
6944 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6946         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6947         docstring.
6948         (ruby-smie-rules): Indent plus one level after `=>'.
6950 2013-12-21  Richard Stallman  <rms@gnu.org>
6952         * simple.el (newline): Doc fix.
6954 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6956         * net/eww.el (eww-list-histories, eww-list-histories)
6957         (eww-history-browse, eww-history-quit, eww-history-kill)
6958         (eww-history-mode-map, eww-history-mode): New command and
6959         functions to list browser histories.
6960         (eww-form-text): Support text form with disabled
6961         and readonly attributes.
6962         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6964 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6966         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6967         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6968         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6969         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6970         Use `user-error'.
6971         (eww-bookmark-mode-map): Add menu.
6972         (eww-render, eww-mode): Use `setq-local'.
6973         (eww-tool-bar-map): New variable.
6974         (eww-mode): Set `tool-bar-map'.
6975         (eww-view-source): Check for `html-mode' with `fboundp'.
6977 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6979         * net/shr.el (shr--extract-best-source): Don't bug out on audio
6980         elements with text inside.  Also remove debugging.
6982 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
6984         * cus-start.el (all): Add ns-use-srgb-colorspace.
6986 2013-12-21  Chong Yidong  <cyd@gnu.org>
6988         * custom.el (custom-theme-recalc-face): Do nothing if the face is
6989         undefined.  Thus, theme settings for undefined faces do not take
6990         effect until the faces are defined with defface, the same as with
6991         theme variables.
6993         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6994         (face-spec-reset-face): Don't assign extra properties in temacs.
6995         (face-spec-recalc): Apply X resources too.
6997 2013-12-21  Chong Yidong  <cyd@gnu.org>
6999         * faces.el (face-spec-set):
7000         * cus-face.el (custom-theme-set-faces, custom-set-faces):
7001         * custom.el (defface): Doc fixes (Bug#16203).
7003         * indent.el (indent-rigidly-map): Add docstring, and move commands
7004         into named functions.
7005         (indent-rigidly-left, indent-rigidly-right)
7006         (indent-rigidly-left-to-tab-stop)
7007         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
7008         indentation direction based on bidi direction, and accumulate
7009         sequential commands in a single undo boundary.
7010         (indent-rigidly--pop-undo): New utility function.
7012 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
7014         * faces.el (read-face-name): Require crm.el when using crm-separator.
7016 2013-12-20  Daniel Colascione  <dancol@dancol.org>
7018         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
7019         so that we don't reflow comments into the shebang line.
7021 2013-12-20  Juri Linkov  <juri@jurta.org>
7023         * saveplace.el (save-place-to-alist): Add `dired-filename' as
7024         a position when `dired-directory' is non-nil.  Check integer
7025         positions with `integerp'.
7026         (toggle-save-place, save-places-to-alist): Add check for
7027         `dired-directory'.
7028         (save-place-find-file-hook): Check integer positions with
7029         `integerp'.
7030         (save-place-dired-hook): Use `dired-goto-file' when
7031         `dired-filename' is found in the assoc list.  Check integer
7032         positions with `integerp'.
7033         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
7035         * dired.el (dired-initial-position-hook): Rename back from
7036         `dired-initial-point-hook'.
7037         (dired-initial-position): Rename `dired-initial-point-hook' to
7038         `dired-initial-position-hook'.
7039         (dired-file-name-at-point): Doc fix.  (Bug#15329)
7041 2013-12-20  Juri Linkov  <juri@jurta.org>
7043         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
7044         (read-regexp-suggestions): New function.
7045         (read-regexp): Use `read-regexp-defaults-function' to get default values.
7046         Use `read-regexp-suggestions'.  Add non-empty default to history
7047         for empty input.
7048         (occur-read-regexp-defaults-function): Remove function.
7049         (occur-read-primary-args): Use `regexp-history-last' instead of
7050         `occur-read-regexp-defaults-function'.
7052         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
7053         (hi-lock-line-face-buffer, hi-lock-face-buffer)
7054         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
7055         `hi-lock-read-regexp-defaults-function'.  Doc fix.
7056         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
7057         with `find-tag-default-as-symbol-regexp'.  Doc fix.
7058         (hi-lock-read-regexp-defaults): Remove function.
7059         (hi-lock-regexp-okay): Add check for null.
7061         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
7062         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
7064         * subr.el (find-tag-default-as-symbol-regexp): New function.
7065         (find-tag-default-as-regexp): Move symbol regexp formatting to
7066         `find-tag-default-as-symbol-regexp'.
7068 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
7070         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
7071         (Bug#14179)
7073 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
7075         * calendar/todo-mode.el: New implementation of item insertion
7076         commands and key bindings.
7077         (todo-key-prompt): New face.
7078         (todo-insert-item): New command.
7079         (todo-insert-item--parameters): New defconst, replacing defvar
7080         todo-insertion-commands-args-genlist.
7081         (todo-insert-item--param-key-alist): New defconst, replacing
7082         defvar todo-insertion-commands-arg-key-list.
7083         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
7084         (todo-insert-item--argsleft, todo-insert-item--apply-args)
7085         (todo-insert-item--next-param): New functions.
7086         (todo-insert-item--args, todo-insert-item--argleft)
7087         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
7088         New variables.
7089         (todo-key-bindings-t): Change binding of "i" from
7090         todo-insertion-map to todo-insert-item.
7091         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
7092         (todo-insertion-command-name, todo-insertion-commands-names)
7093         (todo-define-insertion-command, todo-insertion-commands)
7094         (todo-insertion-key-bindings, todo-insertion-map): Remove.
7096 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
7098         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
7099         (todo-toggle-item-highlighting): Use eval-and-compile instead of
7100         eval-when-compile.
7101         (todo-move-category): Allow choosing a non-existing todo file to
7102         move the category to, and create that file.
7103         (todo-default-priority): New user option.
7104         (todo-set-item-priority): Use it.
7105         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
7106         (desktop-restore-file-buffer): Declare.
7107         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
7108         (todo-modes-set-2): Locally set desktop-save-buffer to
7109         todo-desktop-save-buffer.
7110         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
7111         (auto-mode-alist): Add autoload cookie.
7113 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
7115         * emacs-lisp/subr-x.el: Renamed from helpers.el.
7116         helpers.el was a poor choice of name.
7117         (string-remove-prefix): New function.
7118         (string-remove-suffix): New function.
7120 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
7122         Fix assignment for new window total sizes.
7123         * window.el (window--pixel-to-size): Remove function.
7124         (window--pixel-to-total-1, window--pixel-to-total):
7125         Fix calculation of new total sizes.
7127 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
7129         * comint.el (comint-output-filter): Fix rear-nonsticky property
7130         placement (Bug#16010).
7132 2013-12-20  Chong Yidong  <cyd@gnu.org>
7134         * faces.el (read-color): Minor fix for completion function.
7136 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
7138         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
7139         New option.  (Bug#16182)
7140         (ruby-smie--indent-to-stmt-p): Use it.
7141         (ruby-smie-rules): Revert the logic in the handling of `when'.
7142         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
7143         (ruby-deep-arglist, ruby-deep-indent-paren)
7144         (ruby-deep-indent-paren-style): Update docstrings to note that the
7145         vars don't have any effect with SMIE.
7147 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
7149         * calc/calc.el (calc-enter, calc-pop): Use the variable
7150         `calc-context-sensitive-enter'.
7152 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7154         * net/shr.el (shr-insert): Protect against infloops in degenerate
7155         tables.
7157 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7159         * progmodes/octave.el (octave): Add link to manual and octave
7160         homepage.
7161         (octave-mode-menu): Link to octave-mode manual.
7163 2013-12-20  Leo Liu  <sdl.web@gmail.com>
7165         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
7166         insertion using skeleton-end-newline.  (Bug#16138)
7168 2013-12-20  Juri Linkov  <juri@jurta.org>
7170         * replace.el (occur-engine): Use `add-face-text-property'
7171         to add the face property to matches and titles.  (Bug#14645)
7173         * hi-lock.el (hi-green): Use lighter color "light green" closer to
7174         the palette of other hi-lock colors.
7175         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
7177 2013-12-19  Juri Linkov  <juri@jurta.org>
7179         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
7180         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
7181         (minibuffer-history-symbol): Move variable declaration closer to
7182         its usage.
7184         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
7185         (Bug#14785)
7187 2013-12-19  Juri Linkov  <juri@jurta.org>
7189         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
7190         New function.
7191         (log-edit-hook): Add it to :options.  (Bug#16170)
7193 2013-12-19  Juri Linkov  <juri@jurta.org>
7195         * simple.el (eval-expression-print-format): Don't check for
7196         command names and the last command.  Always display additional
7197         formats of the integer result in the echo area, and insert them
7198         to the current buffer only with a zero prefix arg.
7199         Display character when char-displayable-p is non-nil.
7200         (eval-expression): With a zero prefix arg, set `print-length' and
7201         `print-level' to nil, and insert the integer values from
7202         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
7204         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
7205         `eval-last-sexp-arg-internal'.  Doc fix.
7206         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
7207         `eval-last-sexp-print-value'.  Doc fix.
7208         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
7209         Set `print-length' and `print-level' to nil when arg is zero.
7210         (eval-last-sexp): Doc fix.
7211         (eval-defun-2): Print the integer values from
7212         `eval-expression-print-format' at the end.
7214         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
7215         values from `eval-expression-print-format' at the end.
7217         * ielm.el (ielm-eval-input): Print the integer
7218         values from `eval-expression-print-format' at the end.
7220 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7222         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
7223         2013-12-11T19:01:44Z!tzz@lifelogs.com.
7225 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7227         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
7228         (hl-line-highlight, global-hl-line-highlight): Use it.
7229         (hl-line-overlay): Use defvar-local.
7231 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
7233         * term/ns-win.el: Require dnd.
7234         (global-map): Remove drag items.
7235         (ns-insert-text, ns-set-foreground-at-mouse)
7236         (ns-set-background-at-mouse):
7237         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
7238         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
7239         New functions.
7241 2013-12-19  Glenn Morris  <rgm@gnu.org>
7243         * emacs-lisp/ert.el (ert-select-tests):
7244         Fix string/symbol mixup.  (Bug#16121)
7246 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
7248         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
7249         keywords to their parent.
7251 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
7253         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
7254         first arg to be a string (fixed dead code), or an operator symbol.
7255         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
7256         operator symbols.
7257         (ruby-smie-rules): Remove parent token check in the `.' clause, it
7258         did nothing.  Don't respond to `(:after ".")', it will be called
7259         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
7260         change anything.  Only return indentation for binary operators
7261         when they are hanging.  De-dent opening paren when its parent is
7262         `.', otherwise it looks bad when the dot is not at bol or eol
7263         (bug#16182).
7265 2013-12-19  Juri Linkov  <juri@jurta.org>
7267         * replace.el (query-replace-read-args): Split a non-negative arg
7268         and a negative arg into separate elements.
7269         (query-replace, query-replace-regexp, replace-string)
7270         (replace-regexp): Add arg `backward'.  Doc fix.
7271         (replace-match-maybe-edit): When new arg `backward' is non-nil,
7272         move point to the beginning of the match.
7273         (replace-search, replace-highlight): Use new arg `backward'
7274         to set the value of `isearch-forward'.
7275         (perform-replace): Add arg `backward' and use it to perform
7276         replacement backward.  (Bug#14979)
7278         * isearch.el (isearch-query-replace): Use a negative prefix arg
7279         to call `perform-replace' with a non-nil arg `backward'.
7281 2013-12-18  Juri Linkov  <juri@jurta.org>
7283         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
7284         to the default list.  Move `log-edit-show-files' to the end.
7285         Add more available functions to options.
7286         (log-edit): Move default specific settings to
7287         `log-edit-insert-message-template'.  Don't move point.
7288         (log-edit-insert-message-template): New function.
7289         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
7290         (Bug#16170)
7292 2013-12-18  Juri Linkov  <juri@jurta.org>
7294         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
7295         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
7297 2013-12-18  Leo Liu  <sdl.web@gmail.com>
7299         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
7300         (Bug#16186)
7302 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
7304         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
7305         formats for displaying file sizes when the -s switch is given.
7306         Instead, compute a separate format for displaying the size in
7307         blocks, which is displayed in addition to the "regular" size.
7308         When -h is given in addition to -s, produce size in blocks in
7309         human-readable form as well.  (Bug#16179)
7311 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
7313         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7314         Reference tables with ~\ref{...} instead of only \ref{...}.
7316 2013-12-18  Chong Yidong  <cyd@gnu.org>
7318         * cus-edit.el (custom-magic-alist): Fix "themed" description
7319         (Bug#14348).
7321         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
7322         is non-nil, do not create a new entry in the symbol's theme-value
7323         or theme-face property; update theme-settings only (Bug#14664).
7324         (custom-available-themes): Doc fix.
7326         * cus-theme.el (custom-new-theme-mode-map): Add bindings
7327         (Bug#15674).
7329         * replace.el (occur-engine): Avoid infloop (Bug#7593).
7331 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7333         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
7334         (Bug#13914).
7336 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7338         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
7340 2013-12-18  Glenn Morris  <rgm@gnu.org>
7342         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
7343         * cus-start.el (load-prefer-newer): New option.
7345 2013-12-18  Le Wang  <l26wang@gmail.com>
7347         * comint.el (comint-previous-matching-input-from-input):
7348         Retain point (Bug#13404).
7350 2013-12-18  Chong Yidong  <cyd@gnu.org>
7352         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
7354 2013-12-18  Glenn Morris  <rgm@gnu.org>
7356         * mail/emacsbug.el (report-emacs-bug):
7357         Only mention enable-multibyte-characters if non-standard.
7359 2013-12-17  Juri Linkov  <juri@jurta.org>
7361         * arc-mode.el (archive-extract-by-file): Check if directory exists
7362         before deletion to not show irrelevant errors if it doesn't exist.
7364 2013-12-17  Juri Linkov  <juri@jurta.org>
7366         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
7367         (Bug#14751)
7369         * net/eww.el (browse-web): Add alias to `eww'.
7370         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
7371         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
7373         * net/browse-url.el (browse-url-browser-function): Move `eww'
7374         closer to similar functions.
7376         * startup.el (fancy-startup-screen, fancy-about-screen):
7377         Set browse-url-browser-function to eww-browse-url locally.
7378         (Bug#14751)
7380 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7382         * window.el (window--pixel-to-total): Remove unused `mini' var.
7383         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
7384         (split-window): Remove unused `new' var.
7385         (window--display-buffer): Remove unused `frame' and `delta' vars.
7386         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
7387         and display-width'.
7389 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
7391         * dired.el (dired-mark-pop-up):
7392         * register.el (register-preview): Don't bind
7393         split-height-threshold here since it's now done in
7394         display-buffer-below-selected.
7396 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
7398         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
7399         xterm-rgb-convert-to-16bit.
7400         (rxvt-register-default-colors): Standardize with
7401         xterm-register-default-colors (Bug#14078).
7403 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7405         * simple.el (kill-region): Pass mark first, then point, so that
7406         kill-append works right (Bug#12819).
7407         (copy-region-as-kill, kill-ring-save): Likewise.
7409 2013-12-17  Leo Liu  <sdl.web@gmail.com>
7411         * net/rcirc.el (rcirc-add-face):
7412         * eshell/em-prompt.el (eshell-emit-prompt):
7413         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
7414         (Bug#16167)
7416 2013-12-17  Chong Yidong  <cyd@gnu.org>
7418         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
7419         Suggested by Xue Fuqiao.
7421 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
7423         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
7425 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7427         * net/shr.el (shr-insert-document): Remove unused var
7428         `shr-preliminary-table-render'.
7429         (shr-rescale-image): Remove unused arg `force'.
7430         (shr-put-image): Update calls accordingly.
7431         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
7433 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
7435         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
7436         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
7437         :close-all, to see which indentation method to use (Bug#16116).
7438         (smie-rules-function): Document the method :close-all.
7440 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
7444         * net/eww.el (eww-display-html): If we can't find the anchor we're
7445         looking for, then go to point-min.
7447 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
7449         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
7450         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
7451         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
7452         Expand dir too, in case it's relative.
7454 2013-12-16  Juri Linkov  <juri@jurta.org>
7456         * desktop.el (desktop-auto-save-timeout): Change default to
7457         `auto-save-timeout'.  Doc fix.
7458         (desktop-save): Skip the timestamp in desktop-saved-frameset
7459         when checking for auto-save changes.
7460         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
7461         `desktop-auto-save' is called repeatedly by the idle timer.
7462         (desktop-auto-save-set-timer): Replace `run-with-timer' with
7463         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
7464         (Bug#15331)
7466 2013-12-16  Juri Linkov  <juri@jurta.org>
7468         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
7469         (Bug#16035)
7470         (isearch-pre-command-hook): Check `this-command' for symbolp.
7472 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
7476 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
7478         * progmodes/cfengine.el (cfengine3--current-word): Remove.
7479         (cfengine3--current-function): Bring in the current-function
7480         functionality from `cfengine3--current-word'.
7481         (cfengine3-completion-function): Bring in the
7482         bounds-of-current-word functionality from
7483         `cfengine3--current-word'.
7485 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
7487         * window.el (display-buffer-below-selected):
7488         Bind split-height-threshold to 0 as suggested by Juri Linkov.
7490 2013-12-16  Leo Liu  <sdl.web@gmail.com>
7492         * progmodes/compile.el (compile-goto-error): Do not push-mark.
7493         Remove NOMSG arg and all uses changed.
7495 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7497         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
7498         (cua--deactivate-rectangle): Don't deactivate the mark.
7499         (cua-set-rectangle-mark): Don't set mark-active since
7500         cua--activate-rectangle already does it for us.
7501         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
7502         non-rectangular region.
7504         * emulation/cua-base.el (cua-repeat-replace-region):
7505         Use with-current-buffer.
7507         * net/gnutls.el: Use cl-lib.
7508         (gnutls-negotiate): `mapcan' -> cl-mapcan.
7510 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7512         * emacs-lisp/package.el (package-built-in-p): Support both
7513         built-in and the package.el converted package descriptions.
7514         (package-show-package-list): Allow keywords.
7515         (package-keyword-button-action): Use it instead of
7516         `finder-list-matches'.
7517         (package-menu-filter-interactive): Interactive filtering (by
7518         keyword) function.
7519         (package-menu--generate): Support keywords and change keymappings
7520         and headers when they are given.
7521         (package--has-keyword-p): Helper function.
7522         (package-menu--refresh): Use it.
7523         (package--mapc): Helper function.
7524         (package-all-keywords): Use it.
7525         (package-menu-mode-map): Set up menu items and keybindings to
7526         provide a filtering UI.
7528 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7530         * net/gnutls.el (gnutls-verify-error): New defcustom to control
7531         the behavior when a certificate fails validation.  Defaults to
7532         old behavior: never abort, just warn.
7533         (gnutls-negotiate): Use it.
7535 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
7537         * window.el (display-buffer-below-selected): Never split window
7538         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
7540 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
7542         * emacs-lisp/package.el (package--prepare-dependencies): New function.
7543         (package-buffer-info): Use it (bug#15108).
7545 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7547         * icomplete.el (icomplete-completions): Make sure the prefix is already
7548         displayed elsewhere before hiding it (bug#16219).
7550 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
7552         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
7553         open-paren tokens when preceded by a open-paren, too.
7554         (ruby-smie-rules): Handle virtual indentation after open-paren
7555         tokens specially.  If there is code between it and eol, return the
7556         column where is starts (Bug#16118).
7558 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
7560         * progmodes/cfengine.el: Fix `add-hook' doc.
7561         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
7562         (cfengine3--current-word): Fix parameters.
7563         (cfengine3-make-syntax-cache): Simplify further.
7564         (cfengine3-completion-function, cfengine3--current-function):
7565         Use `assq' for symbols.
7566         (cfengine3--current-function): Fix `cfengine3--current-word' call.
7568 2013-12-13  Glenn Morris  <rgm@gnu.org>
7570         * loadup.el (load-path): Warn if site-load or site-init changes it.
7571         No more need to reset it when bootstrapping.
7573 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
7575         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
7576         locations for cf-promises.
7577         (cfengine-mode-syntax-functions-regex): New caching variable.
7578         (cfengine3-fallback-syntax): Fallback syntax for cases where
7579         cf-promises doesn't run.
7580         (cfengine3--current-word): Reimplement using
7581         `cfengine-mode-syntax-functions-regex'.
7582         (cfengine3-completion-function, cfengine3--current-function):
7583         Use `cfengine3-make-syntax-cache' directly.
7584         (cfengine3-clear-syntax-cache): New function.
7585         (cfengine3-make-syntax-cache): Simplify and create
7586         `cfengine-mode-syntax-functions-regex' on demand.
7587         (cfengine3-format-function-docstring): Don't call
7588         `cfengine3-make-syntax-cache' explicitly.
7590 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
7592         Fix windmove-find-other-window broken after pixelwise resizing
7593         (Bug#16017).
7594         * windmove.el (windmove-other-window-loc): Revert change from
7595         2013-12-04.
7596         (windmove-find-other-window): Call window-in-direction.
7597         * window.el (window-in-direction): New arguments SIGN, WRAP and
7598         MINI to emulate original windmove-find-other-window behavior.
7600 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
7602         * simple.el (blink-matching--overlay): New variable.
7603         (blink-matching-open): Instead of moving point, highlight the
7604         matching paren with an overlay
7605         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
7607         * faces.el (paren-showing-faces, show-paren-match)
7608         (show-paren-mismatch): Move from paren.el.
7610 2013-12-13  Leo Liu  <sdl.web@gmail.com>
7612         * indent.el (indent-region): Disable progress reporter in
7613         minibuffer.  (Bug#16108)
7615         * bindings.el (visual-order-cursor-movement): Fix version.
7617 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7619         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
7620         Also match after beginning of line.
7621         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
7622         files.  Thanks to Russell Sim.  (Bug#15378)
7624 2013-12-13  Juri Linkov  <juri@jurta.org>
7626         * simple.el <Keypad support>: Remove key bindings duplicated
7627         with bindings.el.  (Bug#14397)
7629 2013-12-13  Juri Linkov  <juri@jurta.org>
7631         * comint.el (comint-mode-map): Replace `delete-char' with
7632         `delete-forward-char'.  (Bug#16109)
7634 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7636         * progmodes/python.el (python-indent-calculate-indentation):
7637         Fix de-denters cornercase.  (Bug#15731)
7639 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7641         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
7642         (advice--make): Pay attention to `depth'.
7643         (advice--make-1): Don't autoload commands eagerly.
7644         * emacs-lisp/elp.el (elp-instrument-function):
7645         * emacs-lisp/trace.el (trace-function-internal):
7646         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
7648         * iswitchb.el (iswitchb-mode): Don't belittle ido.
7650 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
7652         * term/w32-win.el (w32-handle-dropped-file):
7653         * startup.el (normal-top-level):
7654         * net/browse-url.el (browse-url-file-url):
7655         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
7656         decode file names using 'utf-8' rather than
7657         file-name-coding-system.
7659 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7661         * progmodes/python.el (python-indent-context)
7662         (python-indent-calculate-indentation): Fix auto-identation
7663         behavior for comment blocks.  (Bug#15916)
7665 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7667         * progmodes/python.el (python-indent-calculate-indentation):
7668         When determining indentation, don't treat "return", "pass", etc., as
7669         operators when they are just string constituents.  (Bug#15812)
7671 2013-12-12  Juri Linkov  <juri@jurta.org>
7673         * uniquify.el (uniquify-buffer-name-style): Change default to
7674         `post-forward-angle-brackets'.
7676         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
7677         `uniquify'.  Change default to `post-forward-angle-brackets'.
7679 2013-12-11  Glenn Morris  <rgm@gnu.org>
7681         * emacs-lisp/package.el (finder-list-matches):
7682         Autoload rather than falsely declaring.
7684 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
7686         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
7687         (eww-mode-map): Use them.
7689 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
7691         * window.el (display-buffer-in-side-window): Fix doc-string
7692         (Bug#16115).
7694 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
7696         * vc/vc-git.el: Silence byte-compiler warnings.
7697         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
7698         (log-edit-set-header): Declare.
7700 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
7702         * Makefile.in (custom-deps, finder-data): Run output file names
7703         through unmsys--file-name.  (Bug#16099)
7705 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7707         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
7708         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7710         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
7711         instead of deleting the selection "by hand" (bug#16098).
7712         Rely on insert-for-yank to yank rectangles.
7713         (cua-highlight-region-shift-only): Mark obsolete.
7714         (cua-mode): Don't enable/disable transient-mark-mode,
7715         shift-select-mode (cua-mode works both with and without them), and
7716         pc-selection-mode (obsolete).
7717         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
7718         (cua--deactivate-rectangle): Deactivate it.
7720         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
7721         (delete-selection-helper): Make sure yank starts at the top of the
7722         deleted region.
7723         (minibuffer-keyboard-quit): Use region-active-p.
7725         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
7727         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
7728         to `delete' (bug#16109).
7730 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7732         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
7733         info manual and show keybindings and set `:group' keyword.
7735 2013-12-11  Juri Linkov  <juri@jurta.org>
7737         * delsel.el (delete-active-region): Let-bind `this-command'
7738         to prevent `kill-region' from changing its original value.
7739         (delete-selection-helper): Handle `overwrite-mode' for the type
7740         `kill' exactly the same way as for the type `t'.
7741         (insert-char, quoted-insert, reindent-then-newline-and-indent):
7742         Support more commands.  (Bug#13312)
7744 2013-12-11  Juri Linkov  <juri@jurta.org>
7746         * bindings.el: Map kp keys to non-kp keys systematically
7747         with basic modifiers control, meta and shift.  (Bug#14397)
7749 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
7751         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
7752         "Close browser" menu items.  Fix wrong function of "List
7753         bookmarks".
7755 2013-12-11  Juri Linkov  <juri@jurta.org>
7757         * misearch.el (multi-isearch-buffers): Set the value of
7758         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
7759         arg of isearch-forward to t.
7760         (multi-isearch-buffers-regexp): Set the value of
7761         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
7762         arg of isearch-forward-regexp to t.
7763         (multi-isearch-files): Set the value of
7764         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
7765         arg of isearch-forward to t.
7766         (multi-isearch-files-regexp): Set the value of
7767         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
7768         arg of isearch-forward-regexp to t.  (Bug#16035)
7770         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
7771         arg of isearch-forward to t.
7772         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
7773         arg of isearch-forward-regexp to t.
7774         (dired-isearch-filter-filenames): Remove unnecessary check for
7775         `dired-isearch-filenames'.
7777         * comint.el (comint-history-isearch-backward):
7778         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
7779         (comint-history-isearch-backward-regexp):
7780         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
7782 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
7784         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
7785         unmsys--file-name.  (Bug#16099)
7787 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
7789         * emacs-lisp/package.el (package-keyword-button-action):
7790         Remove finder.el require dependency.
7792 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
7794         * emacs-lisp/package.el: Require finder.el.
7795         (describe-package-1): Add keyword buttons.
7796         (package-make-button): New convenience function.
7797         (package-keyword-button-action): Keyword button action using
7798         `finder-list-matches'.
7800 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
7802         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7803         last commit.
7805 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
7807         * autorevert.el (auto-revert-notify-add-watch): Do not handle
7808         symlinked files.
7810 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7812         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7813         after the end of a percent literal.
7815 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7817         * progmodes/ruby-mode.el (ruby-forward-string): Document.
7818         Handle caret-delimited strings (Bug#16079).
7820 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7822         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7823         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7824         `ruby-parse-partial' (Bug#16078).
7826 2013-12-09  Leo Liu  <sdl.web@gmail.com>
7828         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
7830 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
7832         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7833         (js-switch-indent-offset): New option.
7834         (js--proper-indentation): Use it.  And handle the case when
7835         "default" is actually a key in an object literal.
7836         (js--same-line): New function.
7837         (js--multi-line-declaration-indentation): Use it.
7838         (js--indent-in-array-comp, js--array-comp-indentation):
7839         New functions.
7840         (js--proper-indentation): Use them, to handle array comprehension
7841         continuations.
7843 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7845         * progmodes/flymake.el (flymake-highlight-line): Re-write.
7846         (flymake-make-overlay): Remove arg MOUSE-FACE.
7847         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7849 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7851         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7852         New function.
7853         (redisplay-highlight-region-function): Use it.
7855         * emulation/cua-base.el (cua--explicit-region-start)
7856         (cua--last-region-shifted): Remove.
7857         (cua--deactivate): Use deactivate-mark.
7858         (cua--pre-command-handler-1): Don't handle shift-selection.
7859         (cua--post-command-handler-1): Don't change transient-mark-mode.
7860         (cua--select-keymaps): Use region-active-p rather than
7861         cua--explicit-region-start or cua--last-region-shifted.
7862         (cua-mode): Enable shift-select-mode.
7864 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7866         * progmodes/flymake.el (flymake-popup-current-error-menu):
7867         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
7868         (flymake-posn-at-point-as-event, flymake-popup-menu)
7869         (flymake-make-emacs-menu): Remove.  (Bug#16077)
7871 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7873         * rect.el (rectangle-mark-mode): Activate mark even if
7874         transient-mark-mode is off (bug#16066).
7875         (rectangle--highlight-for-redisplay): Fix boundary condition when point
7876         is > mark and at bolp.
7878         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7879         (region-extract-function): Use it.
7880         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7881         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7882         Delete functions.
7883         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7884         kill-ring-save, kill-region, delete-char, delete-forward-char.
7885         Ignore self-insert-iso.
7887         * emulation/cua-gmrk.el (cua--init-global-mark):
7888         Ignore `self-insert-iso'.
7890         * emulation/cua-base.el (cua--prefix-copy-handler)
7891         (cua--prefix-cut-handler): Rely on region-extract-function rather than
7892         checking cua--rectangle.
7893         (cua-delete-region): Use region-extract-function.
7894         (cua-replace-region): Delete function.
7895         (cua-copy-region, cua-cut-region): Obey region-extract-function.
7896         (cua--pre-command-handler-1): Don't do the delete-selection thing.
7897         (cua--self-insert-char-p): Ignore `self-insert-iso'.
7898         (cua--init-keymaps): Don't remap delete-selection commands.
7899         (cua-mode): Use delete-selection-mode instead of rolling our own
7900         (bug#16085).
7902         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7903         Obey region-extract-function.
7905         Make registers and delete-selection-mode work on rectangles.
7906         * register.el (describe-register-1): Don't modify the register's value.
7907         (copy-to-register): Obey region-extract-function.
7908         * delsel.el (delete-active-region): Obey region-extract-function.
7910 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7912         * progmodes/flymake.el (flymake, flymake-error-bitmap)
7913         (flymake-warning-bitmap, flymake-fringe-indicator-position)
7914         (flymake-compilation-prevents-syntax-check)
7915         (flymake-start-syntax-check-on-newline)
7916         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7917         (flymake-start-syntax-check-on-find-file, flymake-log-level)
7918         (flymake-xml-program, flymake-master-file-dirs)
7919         (flymake-master-file-count-limit)
7920         (flymake-allowed-file-name-masks): Relocate.
7921         (flymake-makehash, flymake-float-time)
7922         (flymake-replace-regexp-in-string, flymake-split-string)
7923         (flymake-get-temp-dir): Remove.
7924         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7925         (flymake-current-row, flymake-selected-frame)
7926         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7927         related functions.  (Bug#16077)
7929 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
7931         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7933 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
7935         * help-fns.el (describe-function-1): Use new advice-* functions
7936         rather than old ad-* functions.  Fix function type description and
7937         source links for advised functions and subrs.
7939 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7943 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
7945         * progmodes/compile.el (compilation-start):
7946         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7948         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7949         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
7951 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7953         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7954         Touch up the last change.
7956 2013-12-06  Leo Liu  <sdl.web@gmail.com>
7958         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7959         (inferior-octave-startup): Always use "octave> " for prompt.
7960         (octave-goto-function-definition)
7961         (octave-sync-function-file-names)
7962         (octave-find-definition-default-filename): Remove redundant backquotes.
7964 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7966         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7967         syntax for `?'.
7968         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7969         where appropriate already.
7970         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7971         end of method names (Bug#15874).
7973 2013-12-06  Juri Linkov  <juri@jurta.org>
7975         * isearch.el (isearch--saved-overriding-local-map):
7976         New internal variable.
7977         (isearch-mode): Set it to the initial value of
7978         `overriding-terminal-local-map'.
7979         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7980         with `isearch--saved-overriding-local-map'.  (Bug#16035)
7982 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7984         * progmodes/octave.el (inferior-octave-completion-table):
7985         Turn back into function, use `completion-table-with-cache'
7986         (Bug#11906).  Update all references.
7988         * minibuffer.el (completion-table-with-cache): New function.
7990 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7992         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7994 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
7996         * net/eww.el (eww-current-source): New variable to store page
7997         source.
7998         (eww-display-html, eww-mode, eww-save-history)
7999         (eww-restore-history): Use it.
8000         (eww-view-source): New command to view page source.
8001         Opportunistically uses `html-mode' to highlight the buffer.
8002         (eww-mode-map): Install it.
8004 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
8006         * net/dbus.el (dbus-unregister-service)
8007         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
8008         Fix docstring.
8009         (dbus-unregister-service): Skip :serial entries in
8010         `dbus-registered-objects-table'.
8011         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
8013 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
8015         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
8016         around keywords with extra `split-string' argument.
8018 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
8020         * windmove.el (windmove-other-window-loc): Handle navigation
8021         between windows (excluding the minibuffer window - Bug#16017).
8023 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
8025         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
8026         in D-Bus type syntax.
8027         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
8028         preserve unibyte strings.  (Bug#16048)
8030 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8032         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
8033         Call force-mode-line-update is the proper buffer (bug#16042).
8035 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
8037         * vc/log-edit.el (log-edit-add-new-comment): Rename to
8038         `log-edit-remember-comment', make argument optional.  Adjust all
8039         callers.
8040         (log-edit-mode): Add `log-edit-remember-comment' to
8041         `kill-buffer-hook' locally.
8042         (log-edit-kill-buffer): Don't remember comment explicitly since
8043         the buffer is killed anyway.
8045 2013-12-04  Juri Linkov  <juri@jurta.org>
8047         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
8048         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
8050 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
8052         * notifications.el (notifications-close-notification): Call the
8053         D-Bus method with ID being a `:uint32'.  (Bug#16030)
8055 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8057         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
8059 2013-12-03  Juri Linkov  <juri@jurta.org>
8061         * progmodes/compile.el (compilation-start): Rename window alist
8062         entry `no-display-ok' to `allow-no-window'.
8064         * simple.el (shell-command): Add window alist entry
8065         `allow-no-window' to `display-buffer'.
8066         (async-shell-command): Doc fix.
8068         * window.el (display-buffer-no-window): New action function.
8069         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
8071 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
8073         * vc/log-edit.el (log-edit-set-header): Extract from
8074         `log-edit-toggle-header'.
8075         (log-edit-extract-headers): Separate the summary, when extracted
8076         from header, from the rest of the message with an empty line.
8078         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
8079         line, if present, to the Summary header.
8081 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
8084         in current-buffer (bug#16029).
8086 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
8088         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
8089         (debugger-mode-map): Bind it.
8090         (debugger--backtrace-base): New function.
8091         (debugger-eval-expression): Use it.
8092         (debugger-frame-number): Skip local vars when present.
8093         (debugger--locals-visible-p, debugger--insert-locals)
8094         (debugger--show-locals, debugger--hide-locals): New functions.
8096 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
8098         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
8099         "LC_ALL".
8100         (tramp-get-remote-locale): New defun.
8101         (tramp-open-connection-setup-interactive-shell): Use it.
8103 2013-12-02  Leo Liu  <sdl.web@gmail.com>
8105         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
8107         * progmodes/sh-script.el (sh-shell-process):
8108         * progmodes/octave.el (inferior-octave-process-live-p):
8109         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
8110         (gdb-inferior-io-sentinel):
8111         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
8113 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
8115         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
8116         `save-selected-window' to `log-edit-hide-buf'.  This makes
8117         `log-edit-show-files' idempotent.
8118         (log-edit-show-files): Mark the new window as dedicated.
8120 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
8122         * vc/log-edit.el (log-edit-mode-map): Add binding for
8123         `log-edit-kill-biffer'.
8124         (log-edit-hide-buf): Add a FIXME comment.
8125         (log-edit-add-new-comment): New function, extracted from
8126         `log-edit-done'.
8127         (log-edit-done, log-edit-add-to-changelog): Use it.
8128         (log-edit-kill-buffer): New command.
8130 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
8133         instead of killing the buffer.
8135 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8137         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
8139 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8141         * net/eww.el (eww-form-checkbox-selected-symbol)
8142         (eww-form-checkbox-symbol): New customizable variable.
8143         (eww-form-checkbox, eww-toggle-checkbox):
8144         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
8146         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
8147         (shr--get-media-pref, shr--extract-best-source): New function.
8148         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
8149         no :src tag was specified.
8151         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
8152         (eww-render): Handle `eww-use-external-browser-for-content-type'.
8153         Use \\` to match beginning of string instead of ^.
8154         (eww-browse-with-external-browser): Provide optional URL parameter.
8155         (eww-render): Set `eww-current-title' back to "".
8157         * net/shr.el (shr-tag-video): Display content for video if no
8158         poster is available.
8159         (shr-tag-audio): Add support for <audio> tag.
8161         * net/eww.el (eww-text-input-types): New const.
8162         (eww-process-text-input): Treat input types in
8163         `eww-text-input-types' as text.
8165         * net/shr.el (shr-tag-table): Fix comment typo.
8167 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169         * net/eww.el (eww-follow-link): New command to avoid reloading
8170         pages when we follow #target links (bug#15243).
8171         (eww-quit): Special mode buffers shouldn't query before exiting.
8173 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
8175         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
8176         forms.
8178 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180         * net/eww.el (eww-restore-history): Update the window title after
8181         moving in the history.
8182         (eww-current-dom): New variable used to save the current DOM.
8184 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
8186         * vc/log-edit.el (log-edit-mode-map): Add binding for
8187         `log-edit-beginning-of-line'.
8188         (log-edit-setup-add-author): New user option.
8189         (log-edit-beginning-of-line): New command.
8190         (log-edit): Move major mode call above the contents setup so that
8191         the local variable values are already applied.
8192         (log-edit): Only insert "Author: " when
8193         `log-edit-setup-add-author' is non-nil.
8194         (log-edit): When SETUP is non-nil, position point after ": "
8195         instead of point-min.
8197 2013-12-01  Glenn Morris  <rgm@gnu.org>
8199         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
8201 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
8203         * startup.el (fancy-splash-frame): On MS-Windows, trigger
8204         redisplay to make sure the initial frame gets a chance to become
8205         visible.  (Bug#16014)
8207 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
8209         Support resizing frames and windows pixelwise.
8210         * cus-start.el (frame-resize-pixelwise)
8211         (window-resize-pixelwise): New entries.
8212         * emacs-lisp/debug.el (debug): Use window-total-height instead
8213         of window-total-size.
8214         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
8215         * help.el (describe-bindings-internal): Use help-buffer as
8216         argument for with-help-window.
8217         (temp-buffer-max-width): New option.
8218         (resize-temp-buffer-window, help-window-setup)
8219         (with-help-window): Rewrite.
8220         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
8221         dragging dividers.
8222         * window.el (frame-char-size, window-min-pixel-height)
8223         (window-safe-min-pixel-height, window-safe-min-pixel-width)
8224         (window-min-pixel-width, window-safe-min-pixel-size)
8225         (window-combination-p, window-safe-min-size)
8226         (window-resizable-p, window--size-to-pixel)
8227         (window--pixel-to-size, window--resize-apply-p): New functions.
8228         (window-safe-min-height): Fix doc-string.
8229         (window-size, window-min-size, window--min-size-1)
8230         (window-sizable, window-sizable-p, window--min-delta-1)
8231         (window-min-delta, window--max-delta-1, window-max-delta)
8232         (window--resizable, window--resizable-p, window-resizable)
8233         (window-full-height-p, window-full-width-p, window-at-side-p)
8234         (window--in-direction-2, window-in-direction)
8235         (window--resize-reset-1, window--resize-mini-window)
8236         (window-resize, window-resize-no-error)
8237         (window--resize-child-windows-normal)
8238         (window--resize-child-windows, window--resize-siblings)
8239         (window--resize-this-window, window--resize-root-window)
8240         (window--resize-root-window-vertically)
8241         (adjust-window-trailing-edge, enlarge-window, shrink-window)
8242         (maximize-window, minimize-window, delete-window)
8243         (quit-restore-window, window-split-min-size, split-window)
8244         (balance-windows-2, balance-windows)
8245         (balance-windows-area-adjust, balance-windows-area)
8246         (window--state-get-1, window-state-get, window--state-put-1)
8247         (window--state-put-2, window-state-put)
8248         (display-buffer-record-window, window--display-buffer):
8249         Make functions handle pixelwise sizing of windows.
8250         (display-buffer--action-function-custom-type)
8251         (display-buffer-fallback-action):
8252         Add display-buffer-in-previous-window.
8253         (display-buffer-use-some-window): Resize window to height it had
8254         before.
8255         (fit-window-to-buffer-horizontally): New option.
8256         (fit-frame-to-buffer): Describe new values.
8257         (fit-frame-to-buffer-bottom-margin): Replace with
8258         fit-frame-to-buffer-margins.
8259         (window--sanitize-margin): New function.
8260         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
8261         using window-text-pixel-size.
8263 2013-11-30  Glenn Morris  <rgm@gnu.org>
8265         * emacs-lisp/bytecomp.el (byte-compile-form):
8266         Make the `interactive-only' warning like the `obsolete' one.
8267         * comint.el (comint-run):
8268         * files.el (insert-file-literally, insert-file):
8269         * replace.el (replace-string, replace-regexp):
8270         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
8271         (goto-line, insert-buffer, next-line, previous-line):
8272         Tweak `interactive-only' spec.
8274         Stop keeping (most) generated cedet grammar files in the repository.
8275         * Makefile.in (semantic): New.
8276         (compile-main): Depend on semantic.
8278 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
8281         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
8283         * uniquify.el (uniquify-buffer-name-style): Change default.
8285         * loadup.el: Preload "uniquify".
8287         * time.el (display-time-update): Update all mode lines (bug#15999).
8289         * electric.el (electric-indent-mode): Enable by default.
8290         * loadup.el: Preload "electric".
8292 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
8294         * emacs-lisp/helpers.el (string-empty-p): New function.
8295         (string-blank-p): New function.
8297 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
8299         * imenu.el (imenu--index-alist): Add missing dot to the docstring
8300         (Bug#14029).
8302 2013-11-29  Andreas Politz  <politza@fh-trier.de>
8303         * imenu.el (imenu--subalist-p): Don't error on non-conses and
8304         allow non-lambda lists as functions.
8305         (imenu--in-alist): Don't recurse into non-subalists.
8306         (imenu): Don't pass function itself as an argument (Bug#14029).
8308 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8310         * progmodes/python.el (python-mode-map): Remove binding for ":".
8311         (python-indent-electric-colon): Remove command.
8312         (python-indent-post-self-insert-function): Integrate the previous code
8313         of python-indent-electric-colon.  Make it conditional on
8314         electric-indent-mode.
8315         (python-mode): Add ?: to electric-indent-chars.
8316         Move python-indent-post-self-insert-function to the end of
8317         post-self-insert-hook.
8319 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8321         * doc-view.el (doc-view-goto-page): Update mode-line.
8323         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
8325 2013-11-27  Glenn Morris  <rgm@gnu.org>
8327         * international/charprop.el, international/uni-bidi.el:
8328         * international/uni-category.el, international/uni-combining.el:
8329         * international/uni-comment.el, international/uni-decimal.el:
8330         * international/uni-decomposition.el, international/uni-digit.el:
8331         * international/uni-lowercase.el, international/uni-mirrored.el:
8332         * international/uni-name.el, international/uni-numeric.el:
8333         * international/uni-old-name.el, international/uni-titlecase.el:
8334         * international/uni-uppercase.el:
8335         Remove generated files from VCS repository.
8337 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
8339         * filenotify.el (file-notify-add-watch): Don't special-case
8340         w32notify when computing the directory to watch.
8342 2013-11-27  Glenn Morris  <rgm@gnu.org>
8344         Make bootstrap without generated uni-*.el files possible again.
8345         * loadup.el: Update command-line-args checking for unidata-gen.
8346         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
8347         * composite.el, international/characters.el:
8348         Handle unicode tables being undefined.
8350         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
8351         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
8352         (compile-main): Depend on leim rule.
8353         (leim): New rule.
8354         * loadup.el: Move leim-list.el to leim/ subdirectory.
8355         * startup.el (normal-top-level): No more leim directory.
8356         * international/ja-dic-cnv.el (skkdic-convert):
8357         Disable version-control and autoloads in output files.
8358         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
8359         Disable version-control and autoloads in output files.
8360         * leim/quail: Move here from ../leim.
8361         * leim/quail/hangul.el (hangul-input-method-activate):
8362         Add autoload cookie.
8363         (generated-autoload-load-name): Set file-local value.
8364         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
8365         (generated-autoload-load-name): Set file-local value.
8367 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
8369         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
8370         (eww-add-bookmark): Ask confirmation when add to bookmarks.
8371         (eww-quit): Ask confirmation before quitting eww.
8373 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
8375         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
8376         reading output from Diff on MS-Windows and MS-DOS.
8378 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
8380         * emacs-lisp/helpers.el (string-reverse): New function.
8382 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
8384         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
8385         names on MS Windows, like "/[::1]:".
8387         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
8388         SWITCHES.
8390 2013-11-26  Glenn Morris  <rgm@gnu.org>
8392         * progmodes/python.el (python-indent-guess-indent-offset):
8393         Avoid corner-case error.  (Bug#15975)
8395         Preload leim-list.el.  (Bug#4789)
8396         * loadup.el: Load leim-list.el when found.
8397         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
8399 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
8401         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
8403         * emacs-lisp/helpers.el (string-join): New function.
8405 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
8407         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8408         Mark as obsolete and replace it with a symbol property.
8409         (byte-compile-form): Use new 'interactive-only property.
8410         * comint.el, files.el, replace.el, simple.el:
8411         Apply new 'interactive-only properly.
8413 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
8415         * window.el (display-buffer-at-bottom): Make sure that
8416         split-window-sensibly creates the new window on bottom
8417         (Bug#15961).
8419 2013-11-23  David Kastrup  <dak@gnu.org>
8421         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
8422         on the conflict markers when available.
8423         (smerge--get-marker): New function.
8424         (smerge-end-re, smerge-base-re): Add subgroup.
8426 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8428         * frame.el (handle-focus-in, handle-focus-out): Add missing
8429         interactive spec.
8431 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
8433         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8434         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
8436 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8438         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
8439         (gomoku--last-pos): New var.
8440         (gomoku--intangible-chars): New const.
8441         (gomoku--intangible): New function.
8442         (gomoku-mode): Use it.  Derive from special-mode.
8443         (gomoku-move-up): Adjust line count.
8444         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
8445         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
8446         Simplify accordingly.
8448         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
8449         Remove blink-cursor code.
8450         (blink-cursor-timer-function, blink-cursor-suspend):
8451         Don't special-case GUIs.
8452         (blink-cursor-mode): Use focus-in/out-hook.
8454 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
8456         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
8457         work when annotation is invisible (Bug#13886).
8459 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
8461         * json.el (json-alist-p): Only return non-nil if the alist has
8462         simple keys (Bug#13518).
8464 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
8466         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
8467         when control-statement is the first statement in a buffer (Bug#15956).
8469 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
8471         * imenu.el (imenu-generic-skip-comments-and-strings):
8472         New option (Bug#15560).
8473         (imenu--generic-function): Use it.
8475 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
8477         * minibuffer.el (completion--in-region-1): Scroll the correct window.
8478         (Bug#13898)
8480 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
8482         * emacs-lisp/helpers.el: Add some string helpers.
8483         (string-trim-left): Removes leading whitespace.
8484         (string-trim-right): Removes trailing whitespace.
8485         (string-trim): Removes leading and trailing whitespace.
8487         * subr.el (string-suffix-p): New function.
8489 2013-11-23  Glenn Morris  <rgm@gnu.org>
8491         * progmodes/python.el (python-shell-send-file):
8492         Add option to delete file when done.  (Bug#15647)
8493         (python-shell-send-string, python-shell-send-region): Use it.
8495 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
8497         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
8498         to set buffer-read-only to t, never to nil.  (Bug#15938)
8500         * textmodes/tex-mode.el (latex-noindent-environments):
8501         Add safe-local-variable property.  (Bug#15936)
8503 2013-11-23  Glenn Morris  <rgm@gnu.org>
8505         * textmodes/enriched.el (enriched-mode): Doc fix.
8506         * emacs-lisp/authors.el (authors-renamed-files-alist):
8507         Add enriched.doc -> enriched.txt.
8509         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
8511 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8513         * progmodes/octave.el (inferior-octave-startup): Spit out error
8514         message.
8516 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
8518         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8519         Improve docstring.
8520         Add :version.
8521         (ruby-encoding-magic-comment-style): Add :version.
8523 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8525         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
8526         (Bug#15076)
8527         (octave-help-mode): Adapt to change to help-mode-finish to use
8528         derived-mode-p on 2013-09-17.
8529         (inferior-octave-prompt): Also match octave-gui.
8530         (octave-kill-process): Don't ask twice.  (Bug#10564)
8532 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8534         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
8535         (inferior-octave-startup, inferior-octave-check-process)
8536         (inferior-octave-track-window-width-change)
8537         (octave-completion-at-point, octave-eldoc-function): Use it.
8538         (octave-kill-process): Provide confirmation.  (Bug#10564)
8540 2013-11-21  Leo Liu  <sdl.web@gmail.com>
8542         * progmodes/octave.el (octave-mode, inferior-octave-mode):
8543         Fix obsolete variable comment-use-global-state.
8545 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8547         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
8548         Add `octave-source-file'.
8549         (octave-source-file): New function.  (Bug#15935)
8551 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
8553         * net/eww.el (eww-local-regex): New variable.
8554         (eww): Use it to detect localhost and similar.
8556 2013-11-21  Leo Liu  <sdl.web@gmail.com>
8558         Add completion for command `ag'.
8559         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
8560         (pcomplete/ag): New function.
8561         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
8563 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8565         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
8566         (bug#14646).
8567         (make-obsolete): Remove interactive spec.
8569 2013-11-21  Glenn Morris  <rgm@gnu.org>
8571         * startup.el (command-line-1): Use path-separator with -L.
8573 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
8575         * emacs-lisp/package.el (describe-package-1): Add package archive
8576         to shown fields.
8578 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
8580         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8581         Change default to "# encoding: %s" to differentiate it from the
8582         default Ruby encoding comment template.
8584 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
8586         * ses.el (ses-mode): Doc fix.  (Bug#14748)
8588 2013-11-20  Leo Liu  <sdl.web@gmail.com>
8590         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
8592 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
8594         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
8595         when rebase or bisect are in progress.
8597 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
8599         * filenotify.el (file-notify-add-watch): Doc fix.
8601 2013-11-19  Leo Liu  <sdl.web@gmail.com>
8603         * obsolete/rcompile.el: Mark obsolete.
8605         * progmodes/compile.el (compilation-start)
8606         (compilation-goto-locus, compilation-find-file):
8607         Pass no-display-ok and handle nil value from display-buffer.
8608         (Bug#13594)
8610         * window.el (display-buffer-alist, display-buffer): Document the
8611         new parameter no-display-ok.  Return either a window or nil
8612         but never a non-window value.
8614 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8616         * electric.el (electric-indent-mode-map): Remove.
8617         (electric-indent-mode): Change the global-map instead (bug#15915).
8619         * textmodes/text-mode.el (paragraph-indent-minor-mode):
8620         Use add-function.
8622 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8624         * emacs-lisp/nadvice.el (remove-function): Align with
8625         add-function's behavior.
8627         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
8628         (gdb--string-regexp): New constant.
8629         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
8630         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
8631         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
8632         submatch 1.
8633         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
8634         Adjust use accordingly.
8635         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
8637 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
8639         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
8640         interpolation curlies (Bug#15914).
8642 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
8644         * calc/calc.el (calc-context-sensitive-enter): New variable.
8645         (calc-enter): Use `calc-context-sensitive-enter'.
8647 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
8649         * progmodes/cfengine.el: Version bump.
8650         (cfengine-cf-promises): New defcustom to locate cf-promises.
8651         (cfengine3-vartypes): Add new "data" type.
8652         (cfengine3--current-word): New function to get current name-like
8653         word or its bounds.
8654         (cfengine3--current-function): New function to look up a CFEngine
8655         function's definition.
8656         (cfengine3-format-function-docstring): New function.
8657         (cfengine3-make-syntax-cache): New function.
8658         (cfengine3-documentation-function): New function: ElDoc glue.
8659         (cfengine3-completion-function): New function: completion glue.
8660         (cfengine3-mode): Set `compile-command',
8661         `eldoc-documentation-function', and add to
8662         `completion-at-point-functions'.
8664 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
8666         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8667         `tramp-current-connection'.
8669 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
8671         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
8672         nil/self/true/false with "end of symbol".
8674 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
8676         * subr.el (version-regexp-alist): Fix a typo.
8678 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
8680         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
8681         "en_US.utf8" and "LC_CTYPE" to "".
8682         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
8683         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
8685 2013-11-15  Leo Liu  <sdl.web@gmail.com>
8687         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
8689 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8691         * progmodes/gud.el (ctl-x-map):
8692         Remove C-x SPC binding.  (Bug#12342)
8693         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
8695 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
8697         * subr.el (version-regexp-alist):
8698         Recognize hg, svn and darcs versions as snapshot versions.
8700         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
8701         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
8702         (ruby--encoding-comment-required-p): Extract from
8703         `ruby-mode-set-encoding'.
8704         (ruby-mode-set-encoding): Add the ability to always insert an
8705         utf-8 encoding comment.  Fix and simplify coding comment update
8706         logic.
8708 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
8710         * net/tramp-gvfs.el (top): Run init code only when
8711         `tramp-gvfs-enabled' is not nil.
8712         (tramp-gvfs-enabled): Check also :system bus.
8714 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8716         Sync with upstream verilog-mode revision 78e66ba.
8717         * progmodes/verilog-mode.el (verilog-end-of-defun)
8718         (verilog-type-completion, verilog-get-list): Remove unused funcs.
8719         (verilog-get-end-of-defun): Remove unused argument.
8720         (verilog-comment-depth): Remove unused local `e'.
8721         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
8722         Don't pass arg to verilog-get-end-of-defun.
8724 2013-11-14  Glenn Morris  <rgm@gnu.org>
8726         * obsolete/assoc.el (aget): Prefix dynamic variable.
8728         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
8730 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8732         * widget.el, hfy-cmap.el: Remove bogus package version number.
8734 2013-11-13  Glenn Morris  <rgm@gnu.org>
8736         * replace.el (replace-eval-replacement):
8737         Try to give more helpful error message.  (Bug#15836)
8739         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8740         (archive-7z-update): Avoid custom type mismatches.
8742         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
8744 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
8746         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
8747         address can be empty.
8749         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
8750         Accept nil SWITCHES.
8751         (tramp-gvfs-handle-write-region): Implement APPEND.
8753 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
8755         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
8756         binary "|" operator and closing block args delimiter.
8757         Remove FIXME comment referring to Ruby 1.8-only syntax.
8758         (ruby-smie--implicit-semi-p): Not after "|" operator.
8759         (ruby-smie--closing-pipe-p): New function.
8760         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
8761         (ruby-smie-rules): Indent after "|".
8763 2013-11-12  Glenn Morris  <rgm@gnu.org>
8765         * ps-print.el (ps-face-attribute-list):
8766         Handle anonymous faces.  (Bug#15827)
8768 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
8770         * window.el (display-buffer-other-frame): Fix doc-string.
8771         (Bug#15868)
8773 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8775         * subr.el (force-mode-line-update): Delete, move to buffer.c.
8777 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
8779         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
8780         (tramp-sh-handle-file-local-copy): Don't write a message when
8781         saving temporary files.
8783         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
8784         both directories are remote.
8785         (tramp-smb-handle-directory-files): Do not return double entries.
8786         Do not expand full file names.
8787         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
8788         (tramp-smb-handle-write-region): Implement APPEND.
8789         (tramp-smb-get-stat-capability): Fix a stupid bug.
8791 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8793         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
8795 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8797         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
8798         throwing error over malformed let/let* (bug#15814).
8800 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8802         * iswitchb.el (iswitchb-mode): Mark obsolete.
8804 2013-11-11  Glenn Morris  <rgm@gnu.org>
8806         * international/uni-bidi.el, international/uni-category.el:
8807         * international/uni-name.el, international/uni-numeric.el:
8808         Regenerate for Unicode 6.3.0.
8810 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
8812         * net/tramp.el (tramp-methods):
8813         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8814         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8816 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
8818         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8819         Force highlighting text after Summary keyword in doc face for rpm.
8821 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
8823         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8824         available and the word has no wildcards, append one to the grep pattern.
8825         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8826         (ispell-complete-word): Call `ispell-lookup-words' with the value
8827         independent of `ispell-look-p'.
8829 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8831         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8832         Not after "||".
8833         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8834         their parent.
8836 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8838         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
8839         (ruby-font-lock-keywords): Use backquote.
8841 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8843         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8844         (ruby-smie--backward-token): Only consider full-string matches.
8846 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
8848         * faces.el (describe-face): Add distant-foreground.
8850 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
8852         * progmodes/ruby-mode.el: Improve encoding comment handling.
8853         (ruby-encoding-magic-comment-style): New option.
8854         (ruby-custom-encoding-magic-comment-template): New option.
8855         (ruby--insert-coding-comment, ruby--detect-encoding):
8856         New functions extracted from `ruby-mode-set-encoding'.
8857         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8858         to control the style of the auto-inserted encoding comment.
8860 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8862         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8863         Use `smie-backward-sexp' with token argument.
8865 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
8867         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8868         Remove instrumentation code.
8870 2013-11-08  Glenn Morris  <rgm@gnu.org>
8872         * progmodes/autoconf.el (autoconf-mode):
8873         Tweak comment-start-skip.  (Bug#15822)
8875 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8878         at bobp (bug#15826).
8879         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8881 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
8883         * man.el (Man-start-calling): New macro, extracted from
8884         Man-getpage-in-background.
8885         (Man-getpage-in-background): Use it.
8886         (Man-update-manpage): New command.
8887         (Man-mode-map): Bind it.
8889 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8891         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8892         of "and", "or", "&&" and "||".
8893         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8894         argument.  Prohibit opening curly brace because it could only be a
8895         block opener in that position.
8896         (ruby-smie--forward-token, ruby-smie--backward-token):
8897         Separate "|" from "&" or "*" going after it.  That can happen in block
8898         arguments.
8899         (ruby-smie--indent-to-stmt): New function, seeks the end of
8900         previous statement or beginning of buffer.
8901         (ruby-smie-rules): Use it.
8902         (ruby-smie-rules): Check if there's a ":" before a curly block
8903         opener candidate; if there is, it's a hash.
8905 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8907         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8908         (cl--block-wrapper): Fix last accidental change.
8910 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
8912         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8913         Instrument, in order to hunt failure on hydra.
8915 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8917         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8918         malformed bindings form (bug#15814).
8920 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
8922         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8923         "." compared to " @ ".  This incidentally fixes some indentation
8924         examples with "do".
8925         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8926         (ruby-smie-grammar): New tokens: "and" and "or".
8927         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8928         Exclude "and" and "or".  Remove "do" in order to work around token
8929         priorities.
8930         (ruby-smie-rules): Add all infix tokens.  Handle the case of
8931         beginning-of-buffer.
8933 2013-11-06  Glenn Morris  <rgm@gnu.org>
8935         * Makefile.in (setwins_almost, setwins_for_subdirs):
8936         Avoid accidental matches.
8938 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8940         * menu-bar.el (popup-menu): Use key-binding.
8942 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
8944         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8945         menus, support also the menus produced by minor modes.
8946         (Bug#15817)
8948 2013-11-06  Leo Liu  <sdl.web@gmail.com>
8950         * thingatpt.el (thing-at-point-looking-at): Add optional arg
8951         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
8953 2013-11-06  Glenn Morris  <rgm@gnu.org>
8955         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8956         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8957         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8959 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8961         * electric.el (electric-indent-just-newline): New command.
8962         (electric-indent-mode-map): New keymap.
8963         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8964         Re-add :group which weren't redundant.
8966         * electric.el (electric-indent-local-mode): New minor mode.
8967         (electric-indent-functions-without-reindent): New var.
8968         (electric-indent-post-self-insert-function): Use it.
8969         * emacs-lisp/gv.el (buffer-local-value): Add setter.
8971 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
8973         * international/quail.el (quail-help): Be more explicit about the
8974         meaning of the labels shown on the keys.  (Bug#15800)
8976         * startup.el (normal-top-level): Load the subdirs.el files before
8977         setting the locale environment.  (Bug#15805)
8979 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8981         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8982         via arguments so as to get the right ones (bug#15418).
8984         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8986 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
8988         Fix problems found while writing a test suite.
8990         * net/tramp-compat.el (tramp-compat-load): New defun.
8991         * net/tramp.el (tramp-handle-load): Use it.
8993         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8994         "(numberp ok-if-already-exists)" correctly.
8996 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
8998         * international/characters.el (glyphless-char-display-control):
8999         Add usage note.
9001 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
9003         * progmodes/python.el (python-mode):
9004         * progmodes/scheme.el (scheme-mode):
9005         * progmodes/prolog.el (prolog-mode):
9006         * progmodes/ruby-mode.el (ruby-mode):
9007         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
9008         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
9010 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9012         * rect.el (rectangle--highlight-for-redisplay):
9013         * emacs-lisp/smie.el (smie--next-indent-change):
9014         Use buffer-chars-modified-tick.
9016         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
9018         * electric.el (electric-indent-post-self-insert-function):
9019         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
9021 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
9023         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
9025 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
9027         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
9028         (bug#15786).
9030 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9032         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
9034         * progmodes/python.el: Fix up last change.
9035         (python-shell--save-temp-file): New function.
9036         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
9037         `string' comes from the current buffer.
9038         (python-shell-send-string-no-output): Remove `msg' arg.
9039         (python--use-fake-loc): New var.
9040         (python-shell-buffer-substring): Obey it.  Try to compensate for the
9041         extra coding line added by python-shell--save-temp-file.
9042         (python-shell-send-region): Use python-shell--save-temp-file and
9043         python-shell-send-file directly.  Add `nomain' argument.
9044         (python-shell-send-buffer): Use python-shell-send-region.
9045         (python-electric-pair-string-delimiter): New function.
9046         (python-mode): Use it.
9048 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
9050         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
9051         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
9052         environment and decoding all of the default-directory's to here
9053         from command-line.
9054         (command-line): Decode also argv[0].
9056         * loadup.el: Error out if default-directory is a multibyte string
9057         when we are dumping.
9059         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
9061 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
9063         * emacs-lisp/package.el (package-menu-mode)
9064         (package-menu--print-info, package-menu--archive-predicate):
9065         Add Archive column to package list.
9067 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
9069         Fix problems found while writing a test suite.
9071         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
9072         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
9073         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
9074         to nil when running original file name handler.  Otherwise,
9075         there are problems with constructs like "$$FOO".
9077         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
9078         for `localname'.
9080 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
9082         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
9084         * subr.el (version<, version<=, version=):
9085         Update docstrings with information for snapshot versions.
9087         * helpers.el: New library for misc helper functions.
9088         (hash-table-keys): New function returning a list of hash keys.
9089         (hash-table-values): New function returning a list of hash values.
9091 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
9093         * progmodes/ruby-mode.el (ruby-smie--forward-token)
9094         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
9096 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
9098         * textmodes/fill.el (fill-single-char-nobreak-p): New function
9099         checking whether point is after a 1-letter word.
9101 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
9103         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
9104         Don't infloop when expanding region over `multiline' syntax-type that
9105         begins a line (bug#15778).
9107 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9109         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
9110         Make it into a proper minor mode.
9111         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
9112         (rectangle-mark-mode-map): New keymap.
9113         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
9115 2013-11-04  Glenn Morris  <rgm@gnu.org>
9117         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
9119 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9121         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
9122         (ruby-smie-rules): Use smie-rule-parent instead.
9124         * emacs-lisp/smie.el (smie-rule-parent): Always call
9125         smie-indent-virtual rather than only for hanging tokens.
9126         (smie--next-indent-change): New helper command.
9128 2013-11-03  Glenn Morris  <rgm@gnu.org>
9130         * Makefile.in (abs_srcdir): Remove.
9131         (emacs): Unset EMACSLOADPATH.
9133 2013-11-02  Glenn Morris  <rgm@gnu.org>
9135         * Makefile.in (EMACS): Use a relative filename.
9136         (abs_top_builddir): Remove.
9137         (custom-deps, finder-data, autoloads): Use --chdir.
9139         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
9141         Use relative filenames in TAGS files.
9142         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
9143         (lisptagsfiles4, TAGS): Use relative file names.
9144         (TAGS-LISP): Remove.
9145         (maintainer-clean): No more TAGS-LISP file.
9147         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
9148         (lisptagsfiles4): Use absolute filenames again.
9149         (TAGS, TAGS-LISP): Not everything needs to run in one line.
9150         Remove all *loaddefs files, not just the first.  Remove esh-groups.
9151         (maintainer-clean): Delete TAGS, TAGS-LISP.
9153 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
9155         * emacs-lisp/package.el (package-version-join):
9156         Recognize snapshot versions.
9158 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
9160         * subr.el (version-regexp-alist): Add support for snapshot versions.
9162 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
9164         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
9165         New function, replacement for `smie-rule-parent' for when we want to
9166         skip over our direct parent if it's an assignment token..
9167         (ruby-smie-rules): Use it.
9169 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
9171         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
9172         unconditionally.  Remove now unnecessary forward declarations.
9173         Remove XEmacs-specific setup.
9174         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
9175         (ruby-font-lock-syntactic-keywords)
9176         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
9177         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
9178         (ruby-here-doc-end-syntax): Remove.
9179         (ruby-mode): Don't check whether `syntax-propertize-rules' is
9180         defined as function.
9182 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
9184         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
9186 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
9188         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
9189         table and abbrev table, `define-derived-mode' does that for us
9190         anyway.
9192 2013-11-01  Glenn Morris  <rgm@gnu.org>
9194         * Makefile.in: Remove manual mh-e dependencies (writing .elc
9195         files is atomic for some time, so no parallel compilation issues).
9197 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
9199         * faces.el (face-x-resources): Add :distant-foreground.
9200         (region): Use :distant-foreground for gtk and ns.
9202 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
9204         Allow multiple bibliographies when BibLaTeX is used rather than
9205         BibTeX.
9206         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
9207         (reftex-locate-bibliography-files): Us it.
9209 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
9211         * image.el (image-type-header-regexps): Fix the 'pbm' part to
9212         allow comments in pbm files.
9214         * term/w32-win.el (dynamic-library-alist): Support newer versions
9215         of libjpeg starting with v7: look only for the DLL from the
9216         version against which Emacs was built.
9217         Support versions of libpng beyond 1.4.x.
9218         Support libtiff v4.x.
9220 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
9222         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
9223         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
9224         Add property :safe.
9225         (ruby-deep-arglist): Add property :type.
9227 2013-10-31  Glenn Morris  <rgm@gnu.org>
9229         * Makefile.in (custom-deps, finder-data): No need to setq the target
9230         variables, we are in the right directory and the defaults work fine.
9232 2013-10-30  Glenn Morris  <rgm@gnu.org>
9234         * Makefile.in (autoloads): Do not use abs_lisp.
9236         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9237         `newline' does not respect `standard-output', so use `princ'.
9239 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
9241         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
9242         * buff-menu.el (Buffer-menu--unmark): New function.
9243         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
9245 2013-10-30  Glenn Morris  <rgm@gnu.org>
9247         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
9249         * emacs-lisp/package.el (lm-homepage): Declare.
9251         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
9252         Fix doc typos.
9254         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
9256         * Makefile.in (finder-data, autoloads, update-subdirs)
9257         (compile-main, compile-clean, compile-always, bootstrap-clean):
9258         Check return value of cd.
9259         (compile-calc): Remove.
9261 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9263         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
9265         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
9266         (byte-compile-and-folded): New function.
9267         (=, <, >, <=, >=): Use it.
9269         * dos-w32.el (minibuffer-history-case-insensitive-variables)
9270         (path-separator, null-device, buffer-file-coding-system)
9271         (lpr-headers-switches): Check system-type before modifying them.
9272         (find-buffer-file-type-coding-system): Mark obsolete.
9273         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
9274         find-file-not-found-set-buffer-file-coding-system.
9275         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
9276         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
9277         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
9278         (w32-direct-print-region-helper, w32-direct-print-region-function)
9279         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
9280         * startup.el (normal-top-level-add-subdirs-to-load-path):
9281         * ps-print.el (ps-print-region-function):
9282         * lpr.el (print-region-function): Use new name.
9284         * subr.el (custom-declare-variable-early): Remove function.
9285         (custom-declare-variable-list): Remove var.
9286         (error, user-error): Remove `while' loop.
9287         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
9288         (user-emacs-directory-warning, locate-user-emacs-file):
9289         Move to files.el.
9290         * simple.el (read-quoted-char-radix, read-quoted-char):
9291         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
9292         Move from subr.el.
9293         * custom.el (custom-declare-variable-list): Don't process
9294         custom-declare-variable-list.
9296         * progmodes/python.el (python-shell-get-buffer): New function.
9297         (python-shell-get-process): Use it.
9298         (python-shell-send-string): Always use utf-8 and add a cookie to tell
9299         Python which encoding was used.  Don't split-string since we only care
9300         about the first line.  Return the temp-file, if applicable.
9301         (python-shell-send-region): Tell compile.el how to turn locations in
9302         the temp-file into locations in the source buffer.
9304 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9306         * subr.el (undefined): Add missing behavior from the C code for
9307         unbound keys.
9309         * rect.el: Use lexical-binding.  Add new rectangular region support.
9310         (rectangle-mark): New command.
9311         (rectangle--region): New var.
9312         (deactivate-mark-hook): Reset rectangle--region.
9313         (rectangle--extract-region, rectangle--insert-for-yank)
9314         (rectangle--highlight-for-redisplay)
9315         (rectangle--unhighlight-for-redisplay): New functions.
9316         (region-extract-function, redisplay-unhighlight-region-function)
9317         (redisplay-highlight-region-function): Use them to handle
9318         rectangular region.
9319         * simple.el (region-extract-function): New var.
9320         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
9321         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
9322         (kill-region): Replace obsolete `yank-handler' arg with `region'.
9323         (copy-region-as-kill, kill-ring-save): Add `region' argument.
9324         (redisplay-unhighlight-region-function)
9325         (redisplay-highlight-region-function): New vars.
9326         (redisplay--update-region-highlight): New function.
9327         (pre-redisplay-function): Use it.
9328         (exchange-point-and-mark): Don't deactivate the mark before
9329         reactivate-it anyway.
9330         * comint.el (comint-kill-region): Remove yank-handler argument.
9331         * delsel.el (delete-backward-char, backward-delete-char-untabify)
9332         (delete-char): Remove property, since it's now part of their
9333         default behavior.
9334         (self-insert-iso): Remove property since this command doesn't exist.
9336         * emacs-lisp/package.el (package--download-one-archive)
9337         (describe-package-1): Don't query the user about final newline.
9339 2013-10-29  Daniel Colascione  <dancol@dancol.org>
9341         * net/tramp.el (tramp-methods): Document new functionality.
9342         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
9343         tramp-hostname-checker if method provides one instead of scanning
9344         argument list for "%h" to decide hostname acceptability.
9346 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
9348         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9349         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9350         Handle COPY-CONTENTS.  (Bug#15737)
9352 2013-10-28  Daiki Ueno  <ueno@gnu.org>
9354         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9355         Document that this option has no effect with GnuPG 2.0 (bug#15552).
9357 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
9359         * image.el (defimage, image-load-path): Doc fixes.
9361 2013-10-27  Alan Mackenzie  <acm@muc.de>
9363         Indent statements in macros following "##" correctly.
9364         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
9365         Modify the "#" arm of a cond form to handle "#" and "##" operators.
9367 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
9369         * linum.el (linum-update-window): Fix boundary test (bug#13446).
9371 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
9373         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
9374         after `=' is probably a new expression.
9376 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9378         * man.el (man-imenu-title): New option.
9379         (Man-mode-map): Add menu.  (Bug#15722)
9380         (Man-mode): Add imenu to menu.
9382 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
9384         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
9385         specific in what the first arg can be: a non-keyword word,
9386         string/regexp/percent literal opener, opening paren, or unary
9387         operator followed directly by word.
9389 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9391         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
9392         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
9393         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
9394         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
9395         Remove vars, they do not apply any more.
9396         (prolog-mode-abbrev-table): Remove redundant declaration.
9397         (prolog-upper-case-string, prolog-lower-case-string): Remove.
9398         (prolog-use-smie): Remove.
9399         (prolog-smie-rules): Add indentation rule for the if-then-else layout
9400         supported by prolog-electric-if-then-else-flag.
9401         (prolog-mode-variables, prolog-menu): Use setq-local.
9402         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
9403         Remove binding to `Backspace' since this key doesn't exist anyway.
9404         Remove bindings for electric self-inserting keys.
9405         (prog-mode): Assume it's defined.
9406         (prolog-post-self-insert): New function.
9407         (prolog-mode): Use it.
9408         (prolog-indent-line, prolog-indent-level)
9409         (prolog-find-indent-of-matching-paren)
9410         (prolog-indentation-level-of-line, prolog-goto-comment-column)
9411         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
9412         (prolog-goto-next-paren, prolog-in-string-or-comment)
9413         (prolog-tokenize, prolog-inside-mline-comment)
9414         (prolog-find-start-of-mline-comment): Remove functions.
9415         (prolog-find-unmatched-paren, prolog-clause-end)
9416         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
9417         (prolog-electric--if-then-else): Rename from
9418         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
9419         (prolog-tokenize-searchkey): Remove const.
9420         (prolog-clause-info): Use forward-sexp.
9421         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
9422         (prolog-electric-if-then-else): Remove commands.
9423         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
9424         for use in post-self-insert-hook.
9425         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
9426         for use in post-self-insert-hook.
9427         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
9428         for use in post-self-insert-hook.
9429         (prolog-electric--underscore): Rename from prolog-electric--underscore;
9430         adapt it for use in post-self-insert-hook.
9432 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
9434         * emacs-lisp/ert.el (ert-run-tests-interactively):
9435         Use `completing-read'.  (Bug#9756)
9437 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
9439         * simple.el (line-move): Call line-move-1 instead of
9440         line-move-visual when the current window hscroll is zero, but
9441         temporary-goal-column indicates we will need to hscroll as result
9442         of the movement.  (Bug#15712)
9444 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
9446         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
9447         capitalization.  Use :visible instead of :active.
9448         Fix `ruby-indent-exp' reference.  Add menu items for the generic
9449         commands that are used with SMIE.
9450         (ruby-do-end-to-brace): Insert space after `{'.
9452 2013-10-25  John Anthony  <john@jo.hnanthony.com>
9454         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
9456         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
9458 2013-10-25  Glenn Morris  <rgm@gnu.org>
9460         * vc/vc.el (vc-print-log): Don't use a working revision unless
9461         one was explicitly specified.  (Bug#15322)
9463 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9465         * subr.el (add-to-list): Preserve return value in compiler-macro
9466         (bug#15692).
9468 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9470         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
9471         result.  Ask user to retry using '-all' flag.  (Bug#15701)
9473 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9475         * emacs-lisp/smie.el: New smie-config system.
9476         (smie-config): New defcustom.
9477         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
9478         (smie-config-guess, smie-config-save): New commands.
9479         (smie-config--mode-local, smie-config--buffer-local)
9480         (smie-config--trace, smie-config--modefuns): New vars.
9481         (smie-config--advice, smie-config--mode-hook)
9482         (smie-config--setter, smie-config-local, smie-config--get-trace)
9483         (smie-config--guess-value, smie-config--guess): New functions.
9484         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
9485         text properties.  Treat "string fence" syntax like string syntax.
9487         * progmodes/sh-script.el (sh-use-smie): Change default.
9488         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
9489         (sh-var-value): Simplify by CSE.
9490         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
9491         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
9492         is used.
9493         (sh-guess-basic-offset): Use cl-incf.
9494         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
9496 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
9498         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
9499         (bug#15699).
9501 2013-10-24  Glenn Morris  <rgm@gnu.org>
9503         * Makefile.in (abs_top_srcdir): Remove.
9504         (update-subdirs): Use relative path to update-subdirs.
9506 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
9508         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
9509         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9510         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9511         Call unmsys--file-name before expand-file-name, not after it.
9513 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
9515         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
9516         (ert-test-skipped): New error.
9517         (ert-skip, ert-stats-skipped): New defuns.
9518         (ert--skip-unless): New macro.
9519         (ert-test-skipped): New struct.
9520         (ert--run-test-debugger, ert-test-result-type-p)
9521         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
9522         (ert--stats-set-test-and-result, ert-char-for-test-result)
9523         (ert-string-for-test-result, ert-run-tests-batch)
9524         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
9525         Handle skipped tests.  (Bug#9803)
9527 2013-10-24  Glenn Morris  <rgm@gnu.org>
9529         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
9531         * Makefile.in (abs_top_srcdir): New, set by configure.
9532         (update-subdirs): Correct build-aux location.
9534 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
9536         * vc/vc.el (vc-print-root-log): Always set `default-directory'
9537         value, whether we could auto-deduce `backend', or not.
9539         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
9540         with parameters" example.  Simplify the "is it block or is it
9541         hash" check, but also make it more thorough.
9543 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
9545         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
9547 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9549         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
9550         { if it is hanging.
9552         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
9553         :before ";".
9555 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
9557         * progmodes/compile.el (compilation-directory-matcher)
9558         (compilation-page-delimiter):
9559         Support GNU Make-4.0 directory quoting.  (Bug#15678)
9561 2013-10-23  Leo Liu  <sdl.web@gmail.com>
9563         * ido.el (ido-tidy): Handle read-only text.
9565 2013-10-23  Glenn Morris  <rgm@gnu.org>
9567         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
9568         (emacs, compile, compile-always):
9569         Quote entities that might contain whitespace.
9570         (custom-deps, finder-data, autoloads): Use abs_lisp.
9571         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9572         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9573         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
9575 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
9577         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
9578         Use `following-char'.
9580 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9582         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
9583         * progmodes/ruby-mode.el (ruby-smie-rules):
9584         Remove corresponding workaround.  Fix indentation rule of ";" so it
9585         also applies when ";" is the parent.
9587 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
9589         * frame.el (display-screens, display-pixel-height)
9590         (display-pixel-width, display-mm-width, display-backing-store)
9591         (display-save-under, display-planes, display-color-cells)
9592         (display-visual-class, display-monitor-attributes-list):
9593         Mention the optional ‘display’ argument in doc strings.
9595 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
9597         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
9598         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
9600 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
9602         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
9603         TODO.  Add "." after " @ ".
9604         (ruby-smie--at-dot-call): New function.  Checks if point at method
9605         call with explicit target.
9606         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
9607         to the method name tokens when it precedes them.
9608         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
9609         (ruby-smie-rules): Add rule for indentation before and after "."
9610         token.
9612 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * textmodes/remember.el (remember-diary-extract-entries):
9615         Avoid add-to-list.
9617         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
9618         an instruction.
9620 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
9622         * progmodes/ruby-mode.el (ruby-smie-grammar):
9623         Add (almost) all infix operators.
9624         (ruby-smie--implicit-semi-p): Add new operator chars.
9626         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9627         `smie-down-list'.
9628         (ruby-smie--args-separator-p): Check that there's no newline
9629         between method call and its arguments.
9631 2013-10-20  Alan Mackenzie  <acm@muc.de>
9633         Allow comma separated lists after Java "implements".
9635         * progmodes/cc-engine.el (c-backward-over-enum-header):
9636         Parse commas.
9637         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
9638         from a "disallowed" list in enum fontification.
9640 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
9642         * startup.el (default-frame-background-mode): Remove unused defvar.
9644         * progmodes/verilog-mode.el (verilog-mode): Don't set
9645         comment-indent-function globally.
9647 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
9649         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
9650         Move Info menu item creation to ns-win.el.
9652         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
9653         in menu bar.
9655         * menu-bar.el: Move GNUstep specific menus...
9657         * term/ns-win.el (ns-initialize-window-system): ... to here.
9659 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9661         * simple.el (newline): Only run post-self-insert-hook when
9662         called interactively.
9664 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
9666         * icomplete.el (icomplete-with-completion-tables): Add :version.
9668 2013-10-19  Alan Mackenzie  <acm@muc.de>
9670         Fix fontification bugs with constructors and const.
9672         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
9673         CASE 2) Remove the check for the absence of a suffix construct
9674         after a function declaration with only types (no identifiers) in
9675         the parentheses.  Also, accept a function declaration with just a
9676         type inside the parentheses, if this type can be positively
9677         recognised as such, or if a prefix keyword like "explicit" nails
9678         down the construct as a declaration.
9680 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
9682         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
9683         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
9684         the problem whereby selecting a menu item that leads to a
9685         minibuffer prompt moves the cursor out of the minibuffer window,
9686         making it hard to type at the prompt.  Suggested by Stefan Monnier
9687         <monnier@iro.umontreal.ca>.
9689 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
9691         * menu-bar.el: Don't make Services menu.
9693 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9695         * ffap.el: Handle "/usr/include/c++/<version>" directories.
9696         (ffap-alist): Use ffap-c++-mode for c++-mode.
9697         (ffap-c++-path): New variable.
9698         (ffap-c++-mode): New function.
9700 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
9702         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
9704 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
9706         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
9707         introduced on 2013-09-08, which results in an infinite loop
9708         requesting a password.
9710 2013-10-18  Glenn Morris  <rgm@gnu.org>
9712         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
9714 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
9716         Sync with upstream verilog-mode revision 1a6ecec7.
9717         * progmodes/verilog-mode.el (verilog-mode-version): Update.
9718         (verilog-mode-release-date): Remove.
9719         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
9720         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
9721         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9722         (verilog-auto-tieoff-ignore-regexp)
9723         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
9724         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
9725         (verilog-signals-with, verilog-dir-cache-preserving)
9726         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
9727         Doc fixes.
9728         (verilog-case-fold): New option, to control case folding in
9729         regexp searches, bug597.
9730         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
9731         (verilog-string-match-fold, verilog-in-paren-count)
9732         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
9733         (verilog-at-close-struct-p): New functions.
9734         (verilog-beg-block-re-ordered, verilog-extended-case-re)
9735         (verilog-forward-sexp, verilog-set-auto-endcomments)
9736         (verilog-leap-to-case-head): Handle "unique0" case.
9737         (verilog-in-constraint-re): New constant.
9738         (verilog-keywords, verilog-type-font-keywords):
9739         Add some SystemVerilog 1800-2012 keywords.
9740         (verilog-label-be): Remove unimplemented argument, bug669.
9741         (verilog-batch-execute-func): When batch expanding clear
9742         create-lockfiles to prevent spurious user locks when a file ends
9743         up not changing.
9744         (verilog-calculate-indent, verilog-calc-1)
9745         (verilog-at-close-constraint-p, verilog-at-constraint-p)
9746         (verilog-do-indent): Fix indentation of nested constraints
9747         and structures.
9748         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
9749         (verilog-auto-inst-param): Use verilog-string-match-fold.
9750         (verilog-read-inst-module-matcher):
9751         Fix AUTOINST on gate primitives with #1.
9752         (verilog-read-decls): Fix double-declaring user-defined typed signals.
9753         Reads all user-defined typed variables.
9754         (verilog-read-defines): Fix reading definitions inside comments, bug647.
9755         (verilog-signals-matching-regexp)
9756         (verilog-signals-not-matching-regexp, verilog-auto):
9757         Respect verilog-case-fold.
9758         (verilog-diff-report): Fix line count.
9759         (verilog-auto-assign-modport): Remove unused local `modi'.
9760         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
9761         better handle multidimensional arrays.
9762         Fix packed array ports misadding bit index in AUTOINST, bug637.
9763         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
9764         to not double-declare existing outputs and inputs, respectively.
9765         (verilog-template-map): Bind U to verilog-sk-uvm-component.
9766         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
9767         (verilog-sk-uvm-component): New skeleton.
9768         (verilog-submit-bug-report): Add verilog-case-fold,
9769         remove verilog-mode-release-date.
9771 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
9773         * subr.el (sit-for): Call (input-pending-p t) so as to behave
9774         as before.
9776 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
9778         * textmodes/remember.el (remember): Set buffer-offer-save in
9779         remember buffers (bug#13566).
9781 2013-10-18  Daniel Colascione  <dancol@dancol.org>
9783         When evaluating forms in ielm, direct standard output to ielm
9784         buffer.  Add new ielm-return-for-effect command.  Remove trailing
9785         whitespace throughout.
9787         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
9788         (ielm-return-for-effect): New command.
9789         (ielm-send-input): Accept optional `for-effect' parameter.
9790         (ielm-eval-input): Accept optional `for-effect' parameter.
9791         Bind `standard-output' to stream we create using
9792         `ielm-standard-output-impl'.  Suppress printing result when
9793         `for-effect'.
9794         (ielm-standard-output-impl): New function.
9795         (inferior-emacs-lisp-mode): Explain new features in documentation.
9797 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
9799         Code cleanup.
9801         * net/tramp.el (tramp-debug-message): Do not check for connection
9802         buffer.
9803         (tramp-message): Use "vector" connection property.
9805         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9806         (tramp-equal-remote, tramp-eshell-directory-change)
9807         * net/tramp-adb.el (tramp-adb-handle-copy-file)
9808         (tramp-adb-handle-rename-file)
9809         * net/tramp-cmds.el (tramp-list-remote-buffers)
9810         (tramp-cleanup-connection, tramp-cleanup-this-connection)
9811         * net/tramp-compat.el (tramp-compat-process-running-p)
9812         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9813         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9814         (tramp-gvfs-handle-rename-file)
9815         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9816         (tramp-set-file-uid-gid)
9817         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9818         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9819         of `file-remote-p'.
9821         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9822         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9823         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9824         (tramp-gw-open-network-stream): Suppress unrelated traces.
9826         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9827         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9828         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9829         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9830         connection property.
9832         * net/tramp-cache.el (top): Suppress traces when reading
9833         persistency file.
9835         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9836         Refactor common code.  Improve debug message.
9837         (tramp-maybe-open-connection)
9838         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9839         connection buffer too early.
9841         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9842         from `tramp-smb-actions-with-acl'.
9843         (tramp-smb-actions-set-acl): New defconst.
9844         (tramp-smb-handle-copy-directory)
9845         (tramp-smb-action-get-acl): New defun, renamed from
9846         `tramp-smb-action-with-acl'.
9847         (tramp-smb-action-set-acl): New defun.
9848         (tramp-smb-handle-set-file-acl): Rewrite.
9850 2013-10-17  Glenn Morris  <rgm@gnu.org>
9852         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
9854 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9856         * skeleton.el (skeleton-newline): Remove.
9857         (skeleton-internal-1): Use (insert "\n") instead.
9859         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9860         let-bindings.
9862         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9863         forward-sexp-function while we redo its job (bug#15613).
9865 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
9867         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9868         represented by lists.
9870 2013-10-16  Glenn Morris  <rgm@gnu.org>
9872         * tmm.el (tmm--history): New dynamic variable.
9873         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
9875 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
9877         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9878         (tramp-smb-errors): Add error messages.
9879         (tramp-smb-actions-with-acl): New defconst.
9880         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9881         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9882         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9883         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9884         (tramp-smb-get-stat-capability): Fix tests.
9886 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9888         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9889         (bug#15580).
9891 2013-10-16  Glenn Morris  <rgm@gnu.org>
9893         * ansi-color.el (ansi-color-drop-regexp):
9894         Add 1J, 1K, 2K.  (Bug#15617)
9896         * files.el (hack-local-variables--warned-lexical): New.
9897         (hack-local-variables):
9898         Warn about misplaced lexical-binding.  (Bug#15616)
9900         * net/eww.el (eww-render): Always set eww-current-url,
9901         and update header line.  (Bug#15622)
9902         (eww-display-html): ... Rather than just doing it here.
9904 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
9906         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9907         menu navigations commands.
9909 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9911         * progmodes/subword.el (subword-capitalize): Be careful when
9912         the search for [[:alpha:]] fails (bug#15580).
9914 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
9916         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9917         to commands that scroll the menu.
9919 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
9921         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9922         Handle methods ending with `?' and `!'.
9924 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
9926         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9927         `japanese-cp932' to `cp932' to fix the problem where saving a
9928         source file written in Shift_JIS twice would end up having
9929         `coding: japanese-cp932' which Ruby could not recognize.
9930         (ruby-mode-set-encoding): Add support for encodings mapped to nil
9931         in `ruby-encoding-map'.
9932         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9933         doesn't need to be explicitly declared in magic comment.
9934         (ruby-encoding-map): Add type declaration for better customize UI.
9936 2013-10-13  Glenn Morris  <rgm@gnu.org>
9938         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9939         Occur buffers are read-only.  http://bugs.debian.org/720775
9941         * emacs-lisp/authors.el (authors-fixed-entries):
9942         Comment out old alpha stuff.
9944 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
9946         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9947         to `after-save-hook' instead of `before-save-hook'.
9948         (ruby-mode-set-encoding): Use the value of coding system used to
9949         write the file.  Call `basic-save-buffer-1' after modifying the
9950         buffer.
9952 2013-10-13  Alan Mackenzie  <acm@muc.de>
9954         Fix indentation/fontification of Java enum with
9955         "implements"/generic.
9957         * progmodes/cc-engine.el (c-backward-over-enum-header):
9958         Extracted from the three other places and enhanced to handle generics.
9959         (c-inside-bracelist-p): Uses new function above.
9960         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9961         function above.
9962         (c-font-lock-enum-tail): Uses new function above.
9964 2013-10-13  Kenichi Handa  <handa@gnu.org>
9966         * international/mule-cmds.el (select-safe-coding-system): Remove a
9967         superfluous condition in chekcing whether a coding system is safe
9968         or not.
9970 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
9972         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
9974 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
9976         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
9978 2013-10-13  Glenn Morris  <rgm@gnu.org>
9980         * menu-bar.el (menu-bar-update-buffers):
9981         Unify Buffers menu prompt string.  (Bug#15576)
9983         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
9985         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9986         Add some entries.
9987         (authors-fixed-entries): Use accented form of name.
9989 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9991         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9992         method calls (bug#15594).
9993         (ruby-smie--args-separator-p): New function.
9994         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9995         recognize paren-free method calls.
9997         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9998         internals of universal-argument.
10000 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
10002         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
10003         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
10004         dropped menu on second mouse click on the menu bar.
10006 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10008         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
10009         (explicit-shell-file-name): Declare.
10010         (sh--vars-before-point, sh--cmd-completion-table): New functions.
10011         (sh-completion-at-point-function): New function.
10012         (sh-mode): Use it.
10013         (sh-smie--keyword-p): Remove unused argument.
10014         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
10015         vars.
10016         (sh-set-shell): Always setup SMIE, even if we use the
10017         old indentation code.
10019 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
10021         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
10022         cases of ? and =.
10023         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
10024         predicate would return nil are almost non-existent.
10025         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
10027         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
10028         cache also after commands that modify the buffer but don't move
10029         point.
10031 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10033         * env.el (substitute-env-in-file-name): New function.
10034         (substitute-env-vars): Extend the meaning of the optional arg.
10036 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
10038         * term/w32-win.el (dynamic-library-alist): Define separate lists
10039         of GIF DLLs for versions before and after 5.0.0 of giflib.
10040         (Bug#15531)
10042 2013-10-10  João Távora  <joaotavora@gmail.com>
10044         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
10045         not locked, use last revision and current source as
10046         defaults.  (Bug#15569)
10048 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
10050         * menu-bar.el (menu-bar-open): Don't use popup-menu if
10051         menu-bar is hidden.
10053 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
10055         * window.el (pop-to-buffer-same-window): Fix doc-string.
10056         (Bug#15492)
10058 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10060         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
10062 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
10064         * calendar/icalendar.el (icalendar-import-file):
10065         Fix interactive spec.  (Bug#15482)
10067 2013-10-10  Glenn Morris  <rgm@gnu.org>
10069         * desktop.el (desktop-save): Default to saving in .emacs.d,
10070         since PWD is no longer in desktop-path by default.  (Bug#15319)
10072         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
10073         now that text mode has a menu with the same entry.
10074         (menu-bar-text-mode-auto-fill): Remove now unused func.
10075         * textmodes/text-mode.el (text-mode-map):
10076         Use auto-fill help text from menu-bar.el.
10078 2013-10-10  John Anthony  <john@jo.hnanthony.com>
10080         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
10082 2013-10-09  Juri Linkov  <juri@jurta.org>
10084         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
10085         instead of this-command-keys.  Add universal-argument-more and
10086         universal-argument-minus to the list of prefix commands.  (Bug#15568)
10088 2013-10-09  Glenn Morris  <rgm@gnu.org>
10090         * vc/vc-svn.el (vc-svn-create-repo):
10091         Expand paths in file://... url.  (Bug#15446)
10093         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
10094         Add some entries.
10095         (authors): Remove unused local variables.
10097 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10099         * profiler.el: Create a more coherent calltree from partial backtraces.
10100         (profiler-format): Hide the tail with `invisible' so that C-s can still
10101         find the hidden elements.
10102         (profiler-calltree-depth): Don't recurse so enthusiastically.
10103         (profiler-function-equal): New hash-table-test.
10104         (profiler-calltree-build-unified): New function.
10105         (profiler-calltree-build): Use it.
10106         (profiler-report-make-name-part): Indent the calltree less.
10107         (profiler-report-mode): Add visibility specs for profiler-format.
10108         (profiler-report-expand-entry, profiler-report-toggle-entry):
10109         Expand the whole subtree when provided with a prefix arg.
10111 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
10113         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
10114         iuwu-mod token.
10115         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
10116         hanging iuwu-mod token.
10117         (ruby-smie--forward-token): Do not include a dot after a token in
10118         that token.
10119         (ruby-smie--backward-token): Likewise.
10121 2013-10-08  Juri Linkov  <juri@jurta.org>
10123         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
10124         to isearch-other-control-char.
10125         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
10126         and isearch-post-command-hook to post-command-hook.
10127         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
10128         and isearch-post-command-hook from post-command-hook.
10129         (isearch-unread-key-sequence)
10130         (isearch-reread-key-sequence-naturally)
10131         (isearch-lookup-scroll-key, isearch-other-control-char)
10132         (isearch-other-meta-char): Remove functions.
10133         (isearch-pre-command-hook, isearch-post-command-hook):
10134         New functions based on isearch-other-meta-char rewritten
10135         relying on the new behavior of overriding-terminal-local-map
10136         that does not replace the local keymaps any more.  (Bug#15200)
10138 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
10140         Support menus on text-mode terminals.
10141         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
10142         functionality.
10144         * tooltip.el (tooltip-mode): Don't error out on TTYs.
10146         * menu-bar.el (popup-menu, popup-menu-normalize-position):
10147         Move here from mouse.el.
10148         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
10149         and arrow keys.
10150         (tty-menu-navigation-map): New map for TTY menu navigation.
10152         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
10154         * frame.el (display-mouse-p): Report text-mode mouse as available
10155         on w32.
10156         (display-popup-menus-p): Report availability if mouse is
10157         available; don't condition on window-system.
10159         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
10160         (tty-menu-selected-face): New faces.
10162 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10164         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
10165         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
10166         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
10167         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
10168         New constants.
10169         (lisp-mode-variables): New `elisp' argument.
10170         (emacs-lisp-mode): Use it.
10171         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
10172         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
10174         * indent.el: Use lexical-binding.
10175         (indent-region): Add progress reporter.
10176         (tab-stop-list): Make it implicitly extend to infinity by repeating the
10177         last step.
10178         (indent--next-tab-stop): New function to implement this behavior.
10179         (tab-to-tab-stop, move-to-tab-stop): Use it.
10181 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
10183         * indent.el (indent-rigidly--current-indentation): New function.
10184         (indent-rigidly-map): New var.
10185         (indent-rigidly): Use it to provide interactive mode (bug#8196).
10187 2013-10-08  Bastien Guerry  <bzg@gnu.org>
10189         * register.el (insert-register): Fix 2013-10-07 change.
10191 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10193         * progmodes/perl-mode.el: Use lexical-binding.
10194         Remove redundant :group args.
10195         (perl-nochange): Change default to be closer to other major modes's
10196         standard behavior.
10197         (perl-indent-line): Don't consider text on current line as a
10198         valid beginning of function from which to indent.
10200         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
10201         with more than one argument (bug#15538).
10203         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
10205         * vc/pcvs.el: Use lexical-binding.
10206         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
10207         environment of `eval'.
10208         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
10209         than a list of expressions.  Adjust callers.
10210         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
10212 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
10214         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
10215         case of the dot in a chained method call being on the following line.
10217 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10219         * electric.el (electric-indent-inhibit): New var.
10220         (electric-indent-post-self-insert-function): Use it.
10221         * progmodes/python.el (python-mode): Set it.
10223         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
10224         open braces.
10226         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
10228         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
10229         (css-mode): Use electric-indent-chars.
10231         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
10232         (font-lock-beg, font-lock-end): Move before first use.
10233         (nxml-mode): Use syntax-propertize-function.
10234         (nxml-after-change, nxml-after-change1): Adjust accordingly.
10235         (nxml-extend-after-change-region): Remove.
10236         * nxml/xmltok.el: Use lexical-binding.
10237         (xmltok-save): Use `declare'.
10238         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
10239         * nxml/nxml-util.el: Use lexical-binding.
10240         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
10241         Use `declare'.
10242         * nxml/nxml-ns.el: Use lexical-binding.
10243         (nxml-ns-save): Use `declare'.
10244         (nxml-ns-prefixes-for): Avoid add-to-list.
10245         * nxml/rng-match.el: Use lexical-binding.
10246         (rng--ipattern): Use cl-defstruct.
10247         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
10248         (rng-cons-group-after, rng-subst-group-after)
10249         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
10250         Use closures instead of `(lambda...).
10252 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
10254         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
10255         of BEG and END.
10257         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10258         Use `tramp-handle-insert-file-contents'.
10259         (tramp-gvfs-handle-insert-file-contents): Remove function.
10261         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10262         Use `save-restriction' in order to keep markers.
10264         * net/trampver.el: Update release number.
10266 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10268         * progmodes/compile.el (compilation-parse-errors):
10269         Use compilation--put-prop.
10270         (compilation--ensure-parse): Check compilation-multiline.
10272         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
10274         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
10275         lexical-binding.
10277         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
10279         * progmodes/ruby-mode.el: Fix recently added tests.
10280         (ruby-smie-grammar): Add - and +.
10281         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
10282         (ruby-smie--backward-id): New functions.
10283         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
10284         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
10285         any more.
10287 2013-10-07  Leo Liu  <sdl.web@gmail.com>
10289         * register.el (register-preview-delay)
10290         (register-preview-functions): New variables.
10291         (register-read-with-preview, register-preview)
10292         (register-describe-oneline): New functions.
10293         (point-to-register, window-configuration-to-register)
10294         (frame-configuration-to-register, jump-to-register)
10295         (number-to-register, view-register, insert-register)
10296         (copy-to-register, append-to-register, prepend-to-register)
10297         (copy-rectangle-to-register): Use register-read-with-preview to
10298         read register.  (Bug#15525)
10300 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
10302         * net/network-stream.el (network-stream-open-starttls): Don't add
10303         --insecure if it's already present, because that gnutls-cli
10304         rejects getting that parameter twice.
10306 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
10308         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
10309         keyword, too.
10311 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
10313         * newcomment.el (comment-use-global-state): Change default value
10314         to t, mark obsolete (Bug#15251).
10315         (comment-beginning): In addition to `comment-to-syntax', check the
10316         value of `comment-use-global-state'.
10318 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10320         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
10321         (ruby-comment-column): Follow the global default, by default.
10322         (ruby-smie-grammar): Add assignment syntax.
10323         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
10324         open-paren, a comma, or a \.
10325         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
10326         and line continuations.
10327         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
10328         followed by implicit semi-colons.  Add rule for string concatenation
10329         and for indentation at BOB.
10330         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
10332         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
10333         calling next-sexp, since next-token may have skipped chars which
10334         next-sexp doesn't know should be skipped!
10336 2013-10-05  Leo Liu  <sdl.web@gmail.com>
10338         * progmodes/octave.el (octave-send-region):
10339         Call compilation-forget-errors.
10341 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
10343         * vc/vc-svn.el (vc-svn-find-admin-dir):
10344         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
10345         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
10346         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
10347         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
10349 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10351         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
10353 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10355         * subr.el (read-passwd): Hide chars even when called within a context
10356         where after-change-functions is disabled (bug#15501).
10357         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
10358         until we removed ourself from overriding-terminal-local-map.
10360 2013-10-04  Leo Liu  <sdl.web@gmail.com>
10362         * progmodes/octave.el (inferior-octave-mode):
10363         Call compilation-forget-errors.
10365 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
10367         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
10369 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
10371         * net/secrets.el (secrets-create-collection): Add optional
10372         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
10373         dbus-call-method argument.  (Bug#15516)
10375 2013-10-04  Leo Liu  <sdl.web@gmail.com>
10377         * progmodes/octave.el (inferior-octave-error-regexp-alist)
10378         (inferior-octave-compilation-font-lock-keywords): New variables.
10379         (compilation-error-regexp-alist)
10380         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
10381         (inferior-octave-mode): Use compilation-shell-minor-mode.
10383 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
10385         * minibuffer.el (completion--replace): Be careful that `end' might be
10386         a marker.
10388 2013-10-03  Daiki Ueno  <ueno@gnu.org>
10390         Add support for package signature checking.
10391         * emacs-lisp/package.el (url-http-file-exists-p)
10392         (epg-make-context, epg-context-set-home-directory)
10393         (epg-verify-string, epg-context-result-for)
10394         (epg-signature-status, epg-signature-to-string)
10395         (epg-check-configuration, epg-configuration)
10396         (epg-import-keys-from-file): Declare.
10397         (package-check-signature): New user option.
10398         (package-unsigned-archives): New user option.
10399         (package-desc): Add `signed' field.
10400         (package-load-descriptor): Set `signed' field if .signed file exists.
10401         (package--archive-file-exists-p): New function.
10402         (package--check-signature): New function.
10403         (package-install-from-archive): Check package signature.
10404         (package--download-one-archive): Check archive signature.
10405         (package-delete): Remove .signed file.
10406         (package-import-keyring): New command.
10407         (package-refresh-contents): Import default keyring.
10408         (package-desc-status): Add "unsigned" status.
10409         (describe-package-1, package-menu--print-info)
10410         (package-menu-mark-delete, package-menu--find-upgrades)
10411         (package-menu--status-predicate): Support "unsigned" status.
10413 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10415         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
10416         the new compilation scheme using the new byte-codes.
10418         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
10419         (byte-pophandler): New byte codes.
10420         (byte-goto-ops): Adjust accordingly.
10421         (byte-compile--use-old-handlers): New var.
10422         (byte-compile-catch): Use new byte codes depending on
10423         byte-compile--use-old-handlers.
10424         (byte-compile-condition-case--old): Rename from
10425         byte-compile-condition-case.
10426         (byte-compile-condition-case--new): New function.
10427         (byte-compile-condition-case): New function that dispatches depending
10428         on byte-compile--use-old-handlers.
10429         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
10430         when we can.
10432         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10433         Optimize under `condition-case' and `catch' if
10434         byte-compile--use-old-handlers is nil.
10435         (disassemble-offset): Handle new bytecodes.
10437 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10439         * subr.el (error): Use `declare'.
10440         (decode-char, encode-char): Use advertised-calling-convention instead
10441         of the docstring to discourage use of the `restriction' arg.
10443 2013-10-03  Daiki Ueno  <ueno@gnu.org>
10445         * epg.el (epg-verify-file): Add a comment saying that it does not
10446         notify verification error as a return value nor a signal.
10447         (epg-verify-string): Ditto.
10449 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10451         * progmodes/compile.el (compilation-start): Try globbing the arg to
10452         `cd' (bug#15417).
10454 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
10456         Sync with Tramp 2.2.8.
10458         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
10459         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
10460         * net/trampver.el: Update release number.
10462 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
10464         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10465         and default-process-coding-system for darwin only.
10467 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10469         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
10471 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
10473         * vc/vc-git.el (vc-git-grep): Disable pager.
10475 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
10477         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
10478         Use :url instead of :homepage, as per
10479         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
10481         * newcomment.el (comment-beginning): When `comment-use-syntax' is
10482         non-nil, use `syntax-ppss' (Bug#15251).
10484 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10486         * progmodes/octave.el (inferior-octave-startup-file):
10487         Prefer ~/.emacs.d/init_octave.m.
10489 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
10491         * emacs-lisp/package.el (package-desc-from-define):
10492         Accept additional arguments as plist, convert them to an alist and store
10493         them in the `extras' slot.
10494         (package-generate-description-file): Convert extras alist back to
10495         plist and append to the `define-package' form arguments.
10496         (package--alist-to-plist): New function.
10497         (package--ac-desc): Add `extras' slot.
10498         (package--add-to-archive-contents): Check if the archive-contents
10499         vector is long enough, and if it is, pass its `extras' slot value
10500         to `package-desc-create'.
10501         (package-buffer-info): Call `lm-homepage', pass the returned value
10502         to `package-desc-from-define'.
10503         (describe-package-1): Render the homepage button (Bug#13291).
10505         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10506         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
10508 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
10510         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10511         and default-process-coding-system to utf-8-unix (Bug#15402).
10513 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
10515         * subr.el (looking-back): Do not recommend using looking-back.
10517 2013-09-28  Alan Mackenzie  <acm@muc.de>
10519         Fix indentation/fontification of Java enum with "implements".
10521         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
10522         regexp which matches "implements", etc., in Java.
10523         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
10524         specifier clauses coming after "enum".
10525         * progmodes/cc-fonts.el (c-font-lock-declarations)
10526         (c-font-lock-enum-tail): Check for extra specifier clauses coming
10527         after "enum".
10529 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
10531         * faces.el (region): Change ns_selection_color to
10532         ns_selection_fg_color, add ns_selection_bg_color.
10534 2013-09-28  Leo Liu  <sdl.web@gmail.com>
10536         * progmodes/octave.el (inferior-octave-completion-table)
10537         (inferior-octave-completion-at-point): Minor tweaks.
10539         * textmodes/ispell.el (ispell-lookup-words): Rename from
10540         lookup-words.  (Bug#15460)
10541         (lookup-words): Obsolete.
10542         (ispell-complete-word, ispell-command-loop): All uses changed.
10544 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10546         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
10547         (octave-mode-menu): Add octave-send-buffer.
10548         (octave-send-buffer): New function.
10550 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10552         * progmodes/octave.el (octave-mode-map): Add key binding for
10553         octave-lookfor.
10554         (octave-mode-menu): Add octave-lookfor.
10555         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
10556         octave-lookfor.
10557         (octave-lookfor): New function.
10559 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10561         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
10562         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
10563         its convention.
10564         (cl--loop-set-iterator-function): New function.
10565         (cl-loop): Adjust accordingly, so as not to use cl-subst.
10566         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
10567         Bind `it' with `let' instead of substituting it with `cl-subst'.
10568         (cl--unused-var-p): New function.
10569         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
10570         Eliminate some unused variable warnings (bug#15326).
10572 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
10574         * doc-view.el (doc-view-scale-reset): Rename from
10575         `doc-view-reset-zoom-level'.
10576         (doc-view-scale-adjust): New command.
10577         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
10578         `doc-view-scale-adjust'.
10580 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
10582         * doc-view.el (doc-view-reset-zoom-level): New command.
10583         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
10584         zoom commands (bug#15466).
10586 2013-09-26  Kenichi Handa  <handa@gnu.org>
10588         * international/quail.el (quail-help): Make it not a command.
10590 2013-09-26  Leo Liu  <sdl.web@gmail.com>
10592         * minibuffer.el (completion-all-sorted-completions): Make args
10593         optional as they are.
10595 2013-09-25  Daniel Colascione  <dancol@dancol.org>
10597         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
10598         specs are and that they're not evaluated.
10600 2013-09-24  Sam Steingold  <sds@gnu.org>
10602         * midnight.el (clean-buffer-list-kill-regexps)
10603         (clean-buffer-list-kill-buffer-names): Update for the new Man
10604         buffer naming which includes the object name.
10606 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10608         * eshell/esh-cmd.el (eshell--sep-terms): New var.
10609         (eshell-parse-command, eshell-parse-pipeline): Use it since
10610         eshell-separate-commands requires a dynamic scoped var.
10611         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
10613 2013-09-23  Leo Liu  <sdl.web@gmail.com>
10615         * autoinsert.el (auto-insert-alist): Make the value of
10616         lexical-binding match its file setting.
10618 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
10620         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
10622         * autoarg.el (autoarg-kp-digit-argument):
10623         * electric.el (Electric-command-loop):
10624         * kmacro.el (kmacro-step-edit-insert):
10625         Do not set universal-argument-num-events.
10627 2013-09-22  Leo Liu  <sdl.web@gmail.com>
10629         * files.el (interpreter-mode-alist): Add octave.
10631 2013-09-21  Alan Mackenzie  <acm@muc.de>
10633         C++: fontify identifier in declaration following "public:" correctly.
10634         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
10635         to match "public", etc.
10636         (c-decl-prefix-re): Add ":" into the C++ value.
10637         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
10638         bit.  Add a check for a ":" preceded by "public", etc.
10640 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
10642         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
10643         recognized by GDB 7.5 and later.
10645 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
10647         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
10649 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10651         * subr.el (internal--call-interactively): New const.
10652         (called-interactively-p): Use it (bug#3984).
10654 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
10656         * vc/pcvs.el (cvs-mode-ignore):
10657         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
10658         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
10660 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
10663         (eshell-ls-orig-insert-directory): Remove.
10664         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
10665         (eshell-ls-use-in-dired): Use advice-add/remove.
10666         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
10667         Add `orig-fun' arg for use in :around advice.
10668         Make it check (redundantly) eshell-ls-use-in-dired.
10670 2013-09-19  Glenn Morris  <rgm@gnu.org>
10672         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
10674         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
10676         * emacs-lisp/eieio.el (class-parent): Undo previous change.
10678 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
10680         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
10681         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
10682         (tramp-get-remote-python): New defuns.
10683         (tramp-get-remote-uid-with-perl)
10684         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
10685         contributed by yary <not.com@gmail.com> (tiny change).
10686         (tramp-get-remote-uid-with-python)
10687         (tramp-get-remote-gid-with-python): New defuns.  Python code
10688         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
10689         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
10691 2013-09-19  Glenn Morris  <rgm@gnu.org>
10693         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
10695         * eshell/em-unix.el (eshell-remove-entries):
10696         Rename argument to avoid name-clash with global `top-level'.
10698         * eshell/esh-proc.el (eshell-kill-process-function):
10699         Remove eshell-reset-after-proc from eshell-kill-hook if present.
10700         (eshell-reset-after-proc): Remove unused arg `proc'.
10702         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
10703         (directory-files-and-attributes): Mark unused arg.
10705         * eshell/em-unix.el (eshell-remove-entries):
10706         Remove unused arg `path'.  Update callers.
10708         * eshell/em-hist.el (eshell-hist-parse-arguments):
10709         Remove unused arg `silent'.  Update callers.
10711         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
10712         Fix (f)boundp mix-up.
10714         * eshell/em-smart.el (eshell-smart-scroll-window)
10715         (eshell-disable-after-change):
10716         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
10718 2013-09-18  Alan Mackenzie  <acm@muc.de>
10720         Fix fontification of type when followed by "const".
10721         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
10722         "known" types from fontification.
10724 2013-09-18  Glenn Morris  <rgm@gnu.org>
10726         * emacs-lisp/chart.el (x-display-color-cells): Declare.
10727         (chart-face-list): Drop Emacsen without display-color-p.
10729         * net/eww.el (libxml-parse-html-region): Declare.
10730         (eww-display-html): Explicit error if no libxml2 support.
10732         * doc-view.el (doc-view-mode): Silence --without-x compilation.
10734         * image.el (image-type-from-buffer, image-multi-frame-p):
10735         Remove --without-x warning/error.
10737         * mouse.el (mouse-yank-primary):
10738         * term.el (term-mouse-paste):
10739         Reorder to silence --without-x compilation.
10741         * mpc.el (doc-view-mode): Silence --without-x compilation.
10743         * mail/rmailmm.el (rmail-mime-set-bulk-data):
10744         Silence --without-x compilation.
10746         * progmodes/gud.el (gud-find-file, gud-mode):
10747         Silence --without-x compilation.
10748         (tooltip-mode): Declare.
10750         * wdired.el (dired-backup-overwrite): Remove declaration.
10751         (wdired-mode-map): Add doc string.
10753         * custom.el (x-get-resource): Declare.
10755         * eshell/em-glob.el (ange-cache):
10756         * eshell/em-unix.el (ange-cache): Declare.
10758         * faces.el (x-display-list, x-open-connection, x-get-resource):
10759         Declare.
10761         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
10762         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
10763         Declare.
10765         * frame.el (x-display-grayscale-p, x-display-name): Declare.
10767         * net/gnutls.el (gnutls-log-level): Declare.
10769         * net/shr.el (image-size, image-animate): Declare.
10771         * simple.el (font-info): Declare.
10773         * subr.el (x-popup-dialog): Declare.
10775         * term/common-win.el (x-select-enable-primary)
10776         (x-last-selected-text-primary, x-last-selected-text-clipboard):
10777         Declare.
10779         * term/ns-win.el (x-handle-args): Declare.
10781         * term/x-win.el (x-select-enable-clipboard): Declare.
10783         * term/w32-win.el (create-default-fontset): Declare.
10785         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
10786         Declare.
10788         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
10789         (fit-frame-to-buffer): Explicit error if --without-x.
10790         (mouse-autoselect-window-select): Silence compiler.
10792         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10794         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
10795         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
10796         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
10797         * eshell/esh-util.el (eshell-sublist):
10798         Remove unused local variables.
10800         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10802         * textmodes/two-column.el: Make 2C-split work for --without-x.
10803         (scroll-bar-columns): Autoload.
10804         (top-level): Require fringe when compiling.
10806 2013-09-18  Leo Liu  <sdl.web@gmail.com>
10808         * subr.el (add-hook): Robustify to handle closure as well.
10810 2013-09-17  Glenn Morris  <rgm@gnu.org>
10812         * simple.el (messages-buffer-mode-map): Unbind "g".
10814 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10816         * help-mode.el (help-mode-finish): Use derived-mode-p.
10817         Remove obsolete highlighting.
10819         * play/life.el (life-mode): Use define-derived-mode.  Derive from
10820         special-mode.
10821         (life): Let-bind inhibit-read-only.
10822         (life-setup): Avoid `setq'.  Use `life-mode'.
10824         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10825         which should not be needed any more.
10826         (package-menu-refresh, package-menu-describe-package): Use user-error.
10828         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10829         (eshell-post-rewrite-command-hook): Make obsolete.
10830         (eshell-parse-command): Simplify.
10831         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10832         (eshell--cmd): Declare.
10833         (eshell-parse-pipeline): Remove unused var `final-p'.
10834         Pass a dynvar to eshell-post-rewrite-command-hook.
10835         Implement the new eshell-post-rewrite-command-function.
10836         (eshell-invoke-directly): Remove unused arg `input'.
10837         * eshell/esh-io.el (eshell-io-initialize):
10838         Use eshell-post-rewrite-command-function (bug#15399).
10839         (eshell--apply-redirections): Rename from eshell-apply-redirections;
10840         adjust to new calling convention.
10841         (eshell-create-handles): Rename args to avoid clashing with dynvar
10842         `standard-output'.
10844 2013-09-17  Glenn Morris  <rgm@gnu.org>
10846         * simple.el (messages-buffer-mode): New major mode.
10847         (messages-buffer): New function.
10848         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10849         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10850         (ert-run-test): Use `messages-buffer' function.
10851         (ert--force-message-log-buffer-truncation): Ignore read-only.
10852         * help.el (view-echo-area-messages): Use `messages-buffer' function.
10853         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10855 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10857         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10859         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10861 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10863         * icomplete.el (icomplete-in-buffer): New var.
10864         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10865         vars and replace them with functions.
10866         (icomplete-minibuffer-setup): Adjust accordingly.
10867         (icomplete--completion-table, icomplete--completion-predicate)
10868         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10869         New functions.
10870         (icomplete-forward-completions, icomplete-backward-completions)
10871         (icomplete-simple-completing-p, icomplete-exhibit)
10872         (icomplete-completions): Use them.
10873         (icomplete--in-region-buffer): New var.
10874         (icomplete--in-region-setup): New function.
10875         (icomplete-mode): Use it.
10877         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10878         (bug#15379).
10879         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10880         return args and options.
10881         (eshell-eval-using-options): Use the new return value of
10882         eshell--do-opts to set the options's vars in their scope.
10883         (eshell--set-option): Rename from eshell-set-option.
10884         Add arg `opt-vals'.
10885         (eshell--process-option): Rename from eshell-process-option.
10886         Add arg `opt-vals'.
10887         (eshell--process-args): Use an `opt-vals' alist to store the options's
10888         values during their processing and return them additionally to the
10889         remaining args.
10891 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
10893         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10894         continuation character an operator, as far as indentation is
10895         concerned (Bug#15369).
10897 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
10899         * window.el (window--state-put-2): Don't process buffer state
10900         when buffer doesn't exist any more (Bug#15382).
10902 2013-09-15  Glenn Morris  <rgm@gnu.org>
10904         * eshell/em-unix.el (eshell/rm):
10905         Make -f ignore missing files.  (Bug#15373)
10907         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
10908         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10909         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10911 2013-09-14  Glenn Morris  <rgm@gnu.org>
10913         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10915 2013-09-13  Glenn Morris  <rgm@gnu.org>
10917         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10918         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
10920 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
10922         * frame.el (x-focus-frame): Mark as declared in frame.c.
10924 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10926         * ls-lisp.el: Use advice-add.
10927         (original-insert-directory): Remove.
10928         (ls-lisp--insert-directory): Rename from insert-directory; add
10929         `orig-fun' argument.
10930         (insert-directory): Advise.
10932 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
10934         * term.el (term-emulate-terminal): Decode the command string
10935         before passing it to term-command-hook.  (Bug#15337)
10937 2013-09-13  Glenn Morris  <rgm@gnu.org>
10939         * eshell/esh-util.el (ange-cache): Move declaration earlier.
10941         * eshell/esh-ext.el (eshell-search-path): Declare.
10943         * eshell/em-prompt.el (eshell/pwd): Autoload it.
10944         Otherwise an error occurs if eshell-dirs module not loaded.
10946         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10948 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
10950         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10951         `tramp-check-proper-host'.  Check for a valid method name.
10953         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10954         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10955         * net/tramp-sh.el (tramp-maybe-open-connection):
10956         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10958         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10959         also for hash values.
10961 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10963         * term/ns-win.el (parameters): Don't declare as dynamic.
10964         (before-make-frame-hook): Don't add ineffective function.
10966         * eshell/*.el: Use lexical-binding (bug#15231).
10968 2013-09-12  Kenichi Handa  <handa@gnu.org>
10970         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10972 2013-09-12  Glenn Morris  <rgm@gnu.org>
10974         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10975         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10977         * subr.el (do-after-load-evaluation): Also give compiler warnings
10978         when obsolete files are used (except by obsolete files).
10980         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10981         in the status output, assume `filename' is the first.  (Bug#15322)
10983         * vc/vc.el (vc-deduce-fileset): Doc fix.
10985         * calc/calc-help.el (Info-goto-node):
10986         * progmodes/cperl-mode.el (Info-find-node):
10987         * vc/ediff.el (Info-goto-node): Update declarations.
10989         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10991         * vc/vc-bzr.el (vc-compilation-mode): Declare.
10992         (vc-bzr-pull): Require vc-dispatcher.
10993         * vc/vc-git.el (vc-compilation-mode): Declare.
10994         (vc-git-pull): Require vc-dispatcher.
10996         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10998         * progmodes/octave.el (help-button-action): Declare.
11000         * shell.el (shell-directory-tracker): Output error as a message
11001         rather than just returning it as a string.
11002         (shell-process-pushd): Remove useless use of message.
11004         * dframe.el (dframe-timer-fn):
11005         * files.el (dir-locals-read-from-file):
11006         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
11007         (mpc-format):
11008         * reveal.el (reveal-post-command):
11009         * saveplace.el (load-save-place-alist-from-file):
11010         * shell.el (shell-resync-dirs):
11011         * w32-common-fns.el (x-get-selection-value):
11012         * emacs-lisp/copyright.el (copyright-find-copyright):
11013         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
11014         * emulation/tpu-edt.el (tpu-copy-keyfile):
11015         * play/bubbles.el (bubbles--mark-neighbourhood):
11016         * progmodes/executable.el
11017         (executable-make-buffer-file-executable-if-script-p):
11018         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
11020 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11022         Cleanup Eshell to rely less on dynamic scoping.
11023         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
11024         last-value, and ext-command here.  Bind `args' closer to `body'.
11025         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
11026         (eshell--args): Declare new dynamic var.
11027         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
11028         last-value, and ext-command.  Pass `args' to `body'.
11029         (eshell-process-args): Bind eshell--args.
11030         (eshell-set-option): Use eshell--args.
11031         * eshell/eshell.el (eshell): Use derived-mode-p.
11032         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
11033         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
11034         (eshell-glob-function): Declare.
11035         * eshell/esh-util.el: Require cl-lib.
11036         (eshell-read-hosts-file): Avoid add-to-list.
11037         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
11038         `err'.
11039         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
11040         Declare.
11041         (eshell/diff): Remove unused var `err'.
11042         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
11043         `killflag'.
11044         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
11045         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
11046         first use.
11047         * eshell/em-glob.el (eshell-glob-matches, message-shown):
11048         Move declaration before first use.
11049         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
11050         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
11051         rely on cl-return.
11053 2013-09-12  Glenn Morris  <rgm@gnu.org>
11055         * term/ns-win.el (global-map): Remove binding for ispell-next,
11056         deleted 1999-05-29.  (Bug#15357)
11058 2013-09-11  Glenn Morris  <rgm@gnu.org>
11060         * echistory.el (electric-command-history): Remove call to deleted func.
11062         * play/landmark.el (landmark-mode): Fix typos.
11064         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
11065         Check cvs-sort-ignore-file is bound.
11067         * savehist.el: No need for cl when compiling on Emacs.
11069 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11071         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
11072         (bug#15338).
11073         (eshell-self-insert-command, eshell-send-invisible):
11074         Remove unused argument.
11075         (eshell-handle-control-codes): Remove unused var `orig'.
11076         Avoid delete-backward-char.
11078         * files.el (set-auto-mode): Simplify a bit further.
11080 2013-09-11  Glenn Morris  <rgm@gnu.org>
11082         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
11083         (set-auto-mode): Don't regexp-quote elements.
11084         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
11085         * progmodes/cc-mode.el (interpreter-mode-alist):
11086         * progmodes/ruby-mode.el (interpreter-mode-alist):
11087         Revert previous change.
11089 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11091         * play/snake.el (snake-mode):
11092         * play/mpuz.el (mpuz-mode):
11093         * play/landmark.el (lm-mode):
11094         * play/blackbox.el (blackbox-mode):
11095         * play/5x5.el (5x5-mode):
11096         * obsolete/options.el (Edit-options-mode):
11097         * net/quickurl.el (quickurl-list-mode):
11098         * net/newst-treeview.el (newsticker-treeview-mode):
11099         * mail/rmailsum.el (rmail-summary-mode):
11100         * mail/mspools.el (mspools-mode):
11101         * locate.el (locate-mode):
11102         * ibuffer.el (ibuffer-mode):
11103         * emulation/ws-mode.el (wordstar-mode):
11104         * emacs-lisp/debug.el (debugger-mode):
11105         * array.el (array-mode):
11106         * net/eudc.el (eudc-mode): Use define-derived-mode.
11107         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
11108         Move initialization into declaration.
11109         (mairix-searches-mode): Use define-derived-mode.
11110         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
11111         (eudc-edit-hotlist): Use dolist.
11112         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
11113         (Man-mode): Use define-derived-mode.
11114         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
11115         (Info-edit-mode): Use define-derived-mode.
11116         (Info-cease-edit): Use Info-mode.
11117         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
11118         into declaration.
11119         (eshell-mode): Use define-derived-mode.
11120         * chistory.el (command-history-mode-map): Rename from
11121         command-history-map.
11122         (command-history-mode): Use define-derived-mode.
11123         (Command-history-setup): Remove function.
11124         * calc/calc.el (calc-trail-mode-map): New var.
11125         (calc-trail-mode): Use define-derived-mode.
11126         (calc-trail-buffer): Set calc-main-buffer manually.
11127         * bookmark.el (bookmark-insert-annotation): New function.
11128         (bookmark-edit-annotation): Use it.
11129         (bookmark-edit-annotation-mode): Make it a proper major mode.
11130         (bookmark-send-edited-annotation): Use derived-mode-p.
11131         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
11132         closer to its ideal place.  Use \' to match EOS.
11134         * profiler.el (profiler-calltree-find): Use function-equal.
11136 2013-09-10  Glenn Morris  <rgm@gnu.org>
11138         * files.el (interpreter-mode-alist): Convert to regexps.
11139         (set-auto-mode): Adapt for this.  (Bug#15306)
11140         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
11141         Comment out unused variable.
11142         * progmodes/cc-mode.el (interpreter-mode-alist):
11143         * progmodes/python.el (interpreter-mode-alist):
11144         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
11145         * progmodes/sh-script.el (sh-set-shell):
11146         No longer use interpreter-mode-alist to get list of shells.
11148         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
11150 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11152         * simple.el: Use set-temporary-overlay-map for universal-argument.
11153         (universal-argument-map): Don't use default-bindings (bug#15317).
11154         Bind switch-frame explicitly.  Replace universal-argument-minus with
11155         a conditional binding.
11156         (universal-argument-num-events, saved-overriding-map): Remove.
11157         (restore-overriding-map): Remove.
11158         (universal-argument--mode): Rename from save&set-overriding-map,
11159         and rewrite.
11160         (universal-argument, universal-argument-more, negative-argument)
11161         (digit-argument): Adjust accordingly.
11162         (universal-argument-minus): Remove.
11163         (universal-argument-other-key): Remove.
11165         * subr.el (with-demoted-errors): Add `format' argument.
11167 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
11169         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
11170         `tramp-cleanup-connection'.
11172         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
11173         parameters KEEP-DEBUG and KEEP-PASSWORD.
11175         * net/tramp.el (tramp-file-name-handler):
11176         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11177         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11178         (tramp-maybe-open-connection):
11179         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11180         Use `tramp-cleanup-connection'.
11182         * net/tramp-sh.el (tramp-maybe-open-connection):
11183         Catch 'uname-changed inside the progress reporter.
11185 2013-09-10  Glenn Morris  <rgm@gnu.org>
11187         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
11189         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
11190         returns "alternate access method" in mode (eg "-rw-r--r--.").
11192 2013-09-08  Glenn Morris  <rgm@gnu.org>
11194         * saveplace.el (load-save-place-alist-from-file):
11195         Demote errors.  (Bug#15305)
11197 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
11199         Improve compatibility with older Emacsen, and XEmacs.
11201         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
11202         only if it is bound.  It isn't for XEmacs.
11203         (with-tramp-progress-reporter): Do not let-bind `result'.
11204         This yields to scoping errors in XEmacs.
11205         (tramp-handle-make-auto-save-file-name): New function, moved from
11206         tramp-sh.el.
11208         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
11209         for `make-auto-save-file-name'.
11210         (tramp-adb--gnu-switches-to-ash):
11211         Use `tramp-compat-replace-regexp-in-string'.
11213         * net/tramp-cache.el (tramp-cache-print): Call
11214         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
11216         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
11217         bound.  It isn't for XEmacs.
11219         * net/tramp-compat.el (tramp-compat-copy-file):
11220         Catch `wrong-number-of-arguments' error.
11221         (tramp-compat-replace-regexp-in-string): New defun.
11223         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
11224         for `make-auto-save-file-name'.
11225         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
11226         `copy-file'.
11227         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
11228         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
11229         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
11231         * net/tramp-gw.el (tramp-gw-open-network-stream):
11232         Use `tramp-compat-replace-regexp-in-string'.
11234         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11235         Call `tramp-handle-make-auto-save-file-name'.
11236         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
11237         (tramp-sh-file-gvfs-monitor-dir-process-filter)
11238         (tramp-sh-file-inotifywait-process-filter):
11239         Use `tramp-compat-replace-regexp-in-string'.
11240         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
11242         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
11243         for `make-auto-save-file-name'.
11244         (tramp-smb-handle-copy-directory):
11245         Call `tramp-compat-replace-regexp-in-string'.
11246         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
11247         (tramp-smb-handle-copy-file): Improve error message.
11248         (tramp-smb-handle-rename-file): Rename directly only in case
11249         `newname' does not exist yet.  This is a restriction of smbclient.
11250         (tramp-smb-maybe-open-connection): Rerun the function only when
11251         `auth-sources' is non-nil.
11253 2013-09-08  Kenichi Handa  <handa@gnu.org>
11255         * international/characters.el: Set category "^" (Combining) for
11256         more characters.
11258 2013-09-07  Alan Mackenzie  <acm@muc.de>
11260         Correctly fontify Java class constructors.
11261         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
11262         in Java Mode.
11263         (c-recognize-typeless-decls): Set the Java value to t.
11264         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11265         While handling a "(", add a check for, effectively, Java, and handle a
11266         "typeless" declaration there.
11268 2013-09-07  Roland Winkler  <winkler@gnu.org>
11270         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
11271         field subtitle for entry type book.
11273 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11275         * minibuffer.el: Make minibuffer-complete call completion-in-region
11276         rather than other way around.
11277         (completion--some, completion-pcm--find-all-completions):
11278         Don't delay signals when debugging.
11279         (minibuffer-completion-contents): Beware fields within the
11280         minibuffer contents.
11281         (completion-all-sorted-completions): Use defvar-local.
11282         (completion--do-completion, completion--cache-all-sorted-completions)
11283         (completion-all-sorted-completions, minibuffer-force-complete):
11284         Add args `beg' and `end'.
11285         (completion--in-region-1): New fun, extracted from minibuffer-complete.
11286         (minibuffer-complete): Use completion-in-region.
11287         (completion-complete-and-exit): New fun, extracted from
11288         minibuffer-complete-and-exit.
11289         (minibuffer-complete-and-exit): Use it.
11290         (completion--complete-and-exit): Rename from
11291         minibuffer--complete-and-exit.
11292         (completion-in-region--single-word): New function, extracted from
11293         minibuffer-complete-word.
11294         (minibuffer-complete-word): Use it.
11295         (display-completion-list): Make `common-substring' argument obsolete.
11296         (completion--in-region): Call completion--in-region-1 instead of
11297         minibuffer-complete.
11298         (completion-help-at-point): Pass boundaries to
11299         minibuffer-completion-help as args rather than via an overlay.
11300         (completion-pcm--string->pattern): Use `any-delim'.
11301         (completion-pcm--optimize-pattern): New function.
11302         (completion-pcm--pattern->regex): Handle `any-delim'.
11303         * icomplete.el (icomplete-forward-completions)
11304         (icomplete-backward-completions, icomplete-completions):
11305         Adjust calls to completion-all-sorted-completions and
11306         completion--cache-all-sorted-completions.
11307         (icomplete-with-completion-tables): Default to t.
11308         * emacs-lisp/crm.el (crm--current-element): Rename from
11309         crm--select-current-element.  Don't put an overlay but return the
11310         boundaries instead.
11311         (crm--completion-command): Take two new args to bind to the boundaries.
11312         (crm-completion-help): Adjust accordingly.
11313         (crm-complete): Use completion-in-region.
11314         (crm-complete-word): Use completion-in-region--single-word.
11315         (crm-complete-and-exit): Use completion-complete-and-exit.
11317 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11319         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
11320         than dynamically.
11322 2013-09-06  Juri Linkov  <juri@jurta.org>
11324         * info.el (Info-display-images-node): When image file doesn't exist
11325         display text version of the image if it's provided in the Info file.
11326         Otherwise, display the location of missing image from SRC attribute.
11327         Add help-echo text property from ALT attribute.  (Bug#15279)
11329 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
11332         (edit-abbrevs-mode): Use define-derived-mode.
11334         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
11335         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
11336         that it's defined.
11337         (epa-key-list-mode, epa-key-mode, epa-info-mode):
11338         Use define-derived-mode.
11340         * epg.el (epg-start-encrypt): Minor CSE simplification.
11342 2013-09-06  William Xu  <william.xwl@gmail.com>
11344         * arc-mode.el: Add support for 7za (bug#15264).
11345         (archive-7z-program): New var.
11346         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11347         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
11348         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
11350 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
11352         Remove URL syntax.
11354         * net/tramp.el (tramp-syntax, tramp-prefix-format)
11355         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
11356         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
11357         (tramp-postfix-host-format, tramp-file-name-regexp)
11358         (tramp-completion-file-name-regexp)
11359         (tramp-completion-dissect-file-name)
11360         (tramp-handle-substitute-in-file-name): Remove 'url case.
11361         (tramp-file-name-regexp-url)
11362         (tramp-completion-file-name-regexp-url): Remove constants.
11364 2013-09-06  Glenn Morris  <rgm@gnu.org>
11366         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
11368 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
11370         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
11371         keywords" below "here-doc beginnings" (Bug#15270).
11373 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11375         * subr.el (pop): Use `car-safe'.
11376         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
11377         to detect unused `pop' return value.
11379         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
11380         var `block-regexp'.
11381         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
11382         (python-fill-string): Remove unused var `marker'.
11383         (python-skeleton-add-menu-items): Remove unused var `items'.
11385         * international/mule-cmds.el: Require CL.
11386         (find-coding-systems-for-charsets): Avoid add-to-list.
11387         (sanitize-coding-system-list): New function, extracted from
11388         select-safe-coding-system-interactively.
11389         (select-safe-coding-system-interactively): Use it.
11390         (read-input-method-name): Accept symbols for `default'.
11392         * emacs-lisp/advice.el (defadvice): Add indent rule.
11394 2013-09-05  Daniel Hackney  <dan@haxney.org>
11396         * dired-x.el:
11397         * net/ange-ftp.el:
11398         * net/browse-url.el:
11399         * net/dbus.el:
11400         * net/eudc.el:
11401         * net/eudcb-ldap.el:
11402         * net/eww.el:
11403         * net/imap.el:
11404         * printing.el:
11405         * vc/ediff-diff.el:
11406         * vc/ediff-init.el:
11407         * vc/ediff-merg.el:
11408         * vc/ediff-mult.el:
11409         * vc/ediff-util.el:
11410         * vc/ediff-wind.el:
11411         * vc/ediff.el:
11412         * vc/emerge.el:
11413         * vc/pcvs.el:
11414         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
11415         byte compiler.  Remove some unused let-bound variables.
11417 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11419         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
11420         a "ref-cell", since it gets better optimized (bug#14883).
11422 2013-09-05  Glenn Morris  <rgm@gnu.org>
11424         * progmodes/cc-awk.el (c-forward-sws): Declare.
11426 2013-09-04  Glenn Morris  <rgm@gnu.org>
11428         * generic-x.el [rul-generic-mode]: Require cc-mode.
11429         (c++-mode-syntax-table): Declare.
11430         (rul-generic-mode-syntax-table): Init in the defvar.
11432 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11434         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
11435         (vc-do-command, vc-set-async-update):
11436         * vc/vc-mtn.el (vc-mtn-dir-status):
11437         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
11438         (vc-hg-pull, vc-hg-merge-branch):
11439         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
11440         (vc-git-merge-branch):
11441         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
11442         (vc-cvs-dir-status-files):
11443         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
11444         (vc-bzr-dir-status-files):
11445         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
11446         * vc/vc-annotate.el: Use lexical-binding.
11447         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
11448         (vc-sentinel-movepoint): Declare.
11449         (vc-annotate): Don't use `goto-line'.
11450         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
11451         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
11452         (vc-sentinel-movepoint): Declare.
11453         * vc/vc-svn.el: Use lexical-binding.
11454         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
11455         * vc/vc-sccs.el:
11456         * vc/vc-rcs.el: Use lexical-binding.
11458         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
11459         `deleted'.  Don't drop errors silently.
11461         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
11463 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
11465         * vc/vc.el (vc-ignore): Rewrite.
11466         (vc-default-ignore): New function.
11467         (vc-default-ignore-completion-table): Use find-ignore-file.
11469         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
11470         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
11471         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
11472         Remove.  Most code moved to vc.el.
11474 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
11477         * net/tramp-smb.el (tramp-smb-get-file-entries):
11478         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
11479         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
11481         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
11482         Update call to it.
11483         (eww-change-select): Remove unused var `properties'.
11484         (eww-make-unique-file-name): Remove unused var `base'.
11486         * finder.el (finder-compile-keywords): Don't mess with windows.
11488         * calculator.el (calculator-funcall): Fix typo in last change.
11490         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
11492         * emacs-lisp/package.el (package-activate-1): Don't let a missing
11493         <pkg>-autoloads.el file stop us.
11495         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
11496         warnings, and factor out common code.
11498 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
11500         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
11501         two-character operators and whether the character preceding them
11502         changes their meaning (Bug#15208).
11504 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11506         Format code sent to Python shell for robustness.
11507         * progmodes/python.el (python-shell-buffer-substring):
11508         New function.
11509         (python-shell-send-region, python-shell-send-buffer): Use it.
11511 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
11513         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
11514         * net/tramp.el (tramp-user-error): ... here.
11515         (tramp-find-method, tramp-check-proper-host)
11516         (tramp-dissect-file-name, tramp-debug-message)
11517         (tramp-handle-shell-command):
11518         * net/tramp-adb.el (tramp-adb-handle-shell-command):
11519         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
11521         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
11523 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
11525         * avoid.el (mouse-avoidance-point-position)
11526         (mouse-avoidance-too-close-p): Handle case where posn-at-point
11527         returns nil.
11529 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11531         * progmodes/python.el (python-shell-completion-get-completions):
11532         Drop use of deleted `comint-last-prompt-overlay'.
11533         (python-nav-if-name-main): New command.
11535 2013-09-01  Glenn Morris  <rgm@gnu.org>
11537         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11538         Avoid leading space in $wins.  Otherwise the sed command used by
11539         eg compile-main ends up containing "/*.el".  (Bug#15170)
11541         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
11543 2013-08-30  Glenn Morris  <rgm@gnu.org>
11545         * emacs-lisp/bytecomp.el (byte-recompile-directory):
11546         Fix is-this-a-directory logic.  (Bug#15220)
11548 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11550         * textmodes/css-mode.el: Use SMIE.
11551         (css-smie-grammar): New var.
11552         (css-smie--forward-token, css-smie--backward-token)
11553         (css-smie-rules): New functions.
11554         (css-mode): Use them.
11555         (css-navigation-syntax-table): Remove var.
11556         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
11557         (css-indent-calculate, css-indent-line): Remove functions.
11559         Misc changes to reduce use of `(lambda...); and other cleanups.
11560         * cus-edit.el: Use lexical-binding.
11561         (customize-push-and-save, customize-apropos)
11562         (custom-buffer-create-internal): Use closures.
11563         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
11564         * progmodes/ada-xref.el: Use setq.
11565         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
11566         * dframe.el: Use lexical-binding.
11567         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
11568         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
11569         * descr-text.el: Use lexical-binding.
11570         (describe-text-widget, describe-text-sexp, describe-property-list):
11571         Use closures.
11572         * comint.el (comint-history-isearch-push-state): Use a closure.
11573         * calculator.el: Use lexical-binding.
11574         (calculator-number-to-string): Make it work with lexical-binding.
11575         (calculator-funcall): Same and use cl-letf.
11577         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
11578         (lisp--company-doc-string, lisp--company-location): New functions.
11579         (lisp-completion-at-point): Use them to improve Company support.
11581         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
11582         params of lambda expressions.
11583         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
11584         (ruby-smie--opening-pipe-p): New function.
11585         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
11586         symbols and matched |...| for formal params.
11587         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
11588         from being treated as hanging.  Handle "rescue".
11590 2013-08-29  Glenn Morris  <rgm@gnu.org>
11592         * progmodes/cc-engine.el (c-pull-open-brace):
11593         Move definition before use.
11595 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11597         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
11598         are immutable.  Don't use `unsafe' any more.
11599         (cl--defsubst-expand): Don't substitute at the same time as keeping
11600         a residual unused let-binding.  Don't use `unsafe' any more.
11602 2013-08-29  Glenn Morris  <rgm@gnu.org>
11604         * calendar/cal-china.el (calendar-chinese-year-cache):
11605         Recenter on 2015.
11607         * nxml/nxml-util.el (nxml-debug-clear-inside):
11608         Use cl-loop rather than loop.
11610         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
11612         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
11614 2013-08-28  Glenn Morris  <rgm@gnu.org>
11616         * progmodes/antlr-mode.el: No need to require cc-mode twice.
11618         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
11620         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
11622 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11624         * simple.el (repeat-complex-command--called-interactively-skip):
11625         New function.
11626         (repeat-complex-command): Use it (bug#14136).
11628         * progmodes/cc-mode.el: Minor cleanup of var declarations.
11629         (c-define-abbrev-table): Add `doc' argument.
11630         (c-mode-abbrev-table, c++-mode-abbrev-table)
11631         (objc-mode-abbrev-table, java-mode-abbrev-table)
11632         (idl-mode-abbrev-table, pike-mode-abbrev-table)
11633         (awk-mode-abbrev-table): Use it.
11634         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
11635         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
11636         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
11637         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
11638         Move initialization into the declaration; and remove any
11639         autoload cookie.
11641         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
11642         and dynamic let binding.
11644         * vc/smerge-mode.el: Remove redundant :group args.
11646         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
11647         to load-path.
11649 2013-08-28  Juri Linkov  <juri@jurta.org>
11651         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
11652         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
11653         (isearch-other-meta-char): Handle an undefined shifted printing
11654         character by downshifting it.  (Bug#15200)
11656 2013-08-28  Juri Linkov  <juri@jurta.org>
11658         * isearch.el (isearch-search): Change regexp error message for
11659         non-regexp searches.  (Bug#15166)
11661 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11663         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
11664         for portability to hosts where /bin/sh has problems.
11666 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11668         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
11670 2013-08-27  Juri Linkov  <juri@jurta.org>
11672         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
11673         in the keyboard macro.  (Bug#15126)
11675 2013-08-27  Juri Linkov  <juri@jurta.org>
11677         * isearch.el (isearch-quote-char): Comment out converting unibyte
11678         to multibyte, thus syncing with its `quoted-insert' counterpart.
11679         (Bug#15166)
11681 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
11683         * window.el (display-buffer-use-some-window): Add missing
11684         argument in call of get-largest-window (Bug#15185).
11685         Reported by Stephen Leake.
11687 2013-08-27  Glenn Morris  <rgm@gnu.org>
11689         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
11691 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11693         * progmodes/python.el (python-font-lock-keywords): Don't return nil
11694         from a matcher-function unless there's no more matches (bug#15161).
11696 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
11698         * minibuffer.el: Revert change from 2013-08-20.
11700         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
11701         with text property `tramp-default', if appropriate.
11702         (tramp-check-proper-host): New defun.
11703         (tramp-dissect-file-name): Do not check hostname.  Revert change
11704         of 2013-03-18.
11705         (tramp-backtrace): Make VEC-OR-PROC optional.
11707         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11708         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11709         * net/tramp-sh.el (tramp-maybe-open-connection):
11710         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11711         Apply `tramp-check-proper-host'.
11713 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
11715         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
11716         lambda expression in order to have `describe-variable' display it.
11718 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
11720         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
11721         BUF can be optional.  (Bug#15186)
11723 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
11725         * progmodes/flymake.el (flymake-get-real-file-name-function):
11726         Fix broken customization.  (Bug#15184)
11728 2013-08-25  Alan Mackenzie  <acm@muc.de>
11730         Improve indentation of bracelists defined by macros (without "=").
11732         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
11733         expansion begins with "{", regard it as bracelist when it doesn't
11734         contain a ";".
11736         Parse C++ inher-intro when there's a template split over 2 lines.
11738         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
11739         rigorously the search for "class" etc. followed by ":".
11741         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
11742         random languages a regexp which never matches rather than nil.
11744         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
11746         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
11747         (c-awk-regexp-one-line-possibly-open-char-list-re)
11748         (c-awk-one-line-possibly-open-regexp-re)
11749         (c-awk-one-line-non-syn-ws*-re): Remove.
11750         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
11751         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
11752         (c-awk-space*-unclosed-regexp-/-re): New constants.
11753         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
11754         aren't regexp delimiters.
11756         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
11757         handling for a rare situation in AWK Mode involving unterminated
11758         strings/regexps.
11760 2013-08-23  Glenn Morris  <rgm@gnu.org>
11762         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
11764         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
11766         * files.el (create-file-buffer): If the result would begin with
11767         spaces, prepend a "|" instead of removing them.  (Bug#15162)
11769 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11771         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
11772         text-properties (bug#15155).
11774         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
11775         exist any more.
11776         (calc-keypad-redraw): Remove unused var `pad'.
11777         (calc-keypad-press): Remove unused var `menu'.
11779 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
11781         * window.el (display-buffer-pop-up-frame):
11782         Call pop-up-frame-function with BUFFER current so `make-frame' will
11783         use it as the new frame's buffer (Bug#15133).
11785 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11787         * calendar/timeclock.el: Minor cleanups.
11788         (timeclock-ask-before-exiting, timeclock-use-display-time):
11789         Use `symbol'.
11790         (timeclock-modeline-display): Define as alias before the
11791         actual definition.
11792         (timeclock-mode-line-display): Use define-minor-mode.
11793         (timeclock-day-list-template): Make it a function, add an argument.
11794         (timeclock-day-list-required, timeclock-day-list-length)
11795         (timeclock-day-list-debt, timeclock-day-list-span)
11796         (timeclock-day-list-break): Adjust calls accordingly.
11798 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11800         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11801         Use read--expression so that completion works again.
11803 2013-08-21  Sam Steingold  <sds@gnu.org>
11805         Add rudimentary inferior shell interaction
11806         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11807         (sh-set-shell): Reset it.
11808         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11809         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11811 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11813         * align.el: Use lexical-binding.
11814         (align-region): Simplify accordingly.
11816 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
11818         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11820         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11821         `non-essential' up.
11823 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
11825         * net/tramp.el:
11826         * net/tramp-adb.el:
11827         * net/tramp-cmds.el:
11828         * net/tramp-ftp.el:
11829         * net/tramp-gvfs.el:
11830         * net/tramp-gw.el:
11831         * net/tramp-sh.el: Don't wrap external variable declarations by
11832         `eval-when-compile'.
11834 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11836         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11837         now that Emacs supports ImageMagick animations.
11839 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
11841         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11842         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11844 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
11846         * window.el (mouse-autoselect-window-select): Do autoselect when
11847         mouse pointer is on margin.
11849 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
11851         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
11853 2013-08-16  Glenn Morris  <rgm@gnu.org>
11855         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11856         Handle "Remote Directory" response of some clients.  (Bug#15058)
11858         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11859         Tweak warning.  (Bug#14926)
11861         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11862         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
11864         * image-mode.el (image-mode-map): Add menu items to reverse,
11865         increase, decrease, reset animation speed.
11866         (image--set-speed, image-increase-speed, image-decrease-speed)
11867         (image-reverse-speed, image-reset-speed): New functions.
11868         (image-mode-map): Add bindings for speed commands.
11870         * image.el (image-animate-get-speed, image-animate-set-speed):
11871         New functions.
11872         (image-animate-timeout): Respect image :speed property.
11874 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11876         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11877         previous line (bug#15101).
11878         (debugger-eval-expression, debugger-record-expression):
11879         Use read--expression (bug#15102).
11881 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
11883         Remove byte compiler warnings, visible when compiling with
11884         `byte-compile-force-lexical-warnings' set to t.
11886         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11887         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11888         (tramp-handle-unhandled-file-name-directory)
11889         (tramp-handle-file-notify-add-watch, tramp-action-login)
11890         (tramp-action-succeed, tramp-action-permission-denied)
11891         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11892         arguments with "_".
11894         * net/tramp-adb.el (tramp-adb-parse-device-names)
11895         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11896         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11897         (tramp-adb-handle-file-truename): Remove unused arguments.
11899         * net/tramp-cache.el (tramp-flush-directory-property)
11900         (tramp-flush-connection-property, tramp-list-connections)
11901         (tramp-parse-connection-properties): Prefix unused arguments with "_".
11903         * net/tramp-compat.el (tramp-compat-make-temp-file):
11904         Rename FILENAME to F.
11906         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11907         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11908         (tramp-zeroconf-parse-workstation-device-names)
11909         (tramp-zeroconf-parse-webdav-device-names)
11910         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11912         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11913         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11915         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11916         arguments.
11917         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11918         (tramp-sh-handle-insert-file-contents-literally)
11919         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11920         with "_".
11921         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11922         Remove unused variables.
11924         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11925         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11926         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11928         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11929         Make them a defconst.
11930         (tramp-uuencode-region): Remove unused variable.
11932 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
11934         * frameset.el (frameset--prop-setter): New function.
11935         (frameset-prop): Add gv-setter declaration.
11936         (frameset-filter-minibuffer): Deal with the case that the minibuffer
11937         parameter was already set in FILTERED.  Doc fix.
11938         (frameset--record-minibuffer-relationships): Allow saving a
11939         minibufferless frame without its corresponding minibuffer frame.
11940         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11941         frame, if the frame id matches.
11942         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11943         frames before orphaned ones.
11944         (frameset-restore): Warn about orphaned windows, instead of error out.
11946 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
11948         * window.el (window-make-atom): Don't overwrite parameter
11949         already present.
11950         (display-buffer-in-atom-window): Handle special case where we
11951         split an already atomic window.
11952         (window--major-non-side-window, display-buffer-in-side-window)
11953         (window--side-check): Ignore minibuffer window when walking
11954         window tree.
11955         (window-deletable-p): Return 'frame only if no other frame uses
11956         our minibuffer window.
11957         (record-window-buffer): Run buffer-list-update-hook.
11958         (split-window): Make sure window--check-frame won't destroy an
11959         existing atomic window in case the new window gets nested
11960         inside.
11961         (display-buffer-at-bottom): Ignore minibuffer window when
11962         walking window tree.  Don't split a side window.
11963         (pop-to-buffer): Don't set-buffer here, the select-window call
11964         should do that.
11965         (mouse-autoselect-window-select): Autoselect only if we are in the
11966         text portion of the window.
11968 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970         * net/shr.el (shr-parse-image-data): New function to grab both the
11971         data itself and the Content-Type.
11972         (shr-put-image): Use it.
11974         * net/eww.el (eww-display-image): Ditto.
11976         * image.el (image-content-type-suffixes): New variable.
11978 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11980         * progmodes/python.el (python-imenu--build-tree)
11981         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11983 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
11985         * simple.el (backward-word): Mention the optional argument.
11987 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11989         * frameset.el (frameset--make): Rename constructor from make-frameset.
11990         (frameset-p, frameset-valid-p): Don't autoload.
11991         (frameset-valid-p): Use normal accessors.
11993 2013-08-13  Glenn Morris  <rgm@gnu.org>
11995         * progmodes/compile.el (compile-command): Tweak example in doc.
11996         * obsolete/scribe.el (scribe-mode):
11997         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
11999         * mail/feedmail.el (feedmail-confirm-outgoing)
12000         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
12002         * cus-start.el (truncate-partial-width-windows): Fix type.
12004         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
12006         * net/shr.el (shr-table-horizontal-line): Fix custom type.
12008 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12010         * emacs-lisp/timer.el (timer--time-setter): New function.
12011         (timer--time): Use it as gv-setter.
12013         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
12014         setter is not a symbol.
12016 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
12018         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
12019         if sending fails.  This makes debugging easier.
12021 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
12023         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
12024         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
12025         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
12027 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
12029         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
12031 2013-08-12  Glenn Morris  <rgm@gnu.org>
12033         * format.el (format-annotate-function):
12034         Handle read-only text properties in the source.  (Bug#14887)
12036 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12038         * net/eww.el (eww-display-html): Ignore coding system errors.
12039         One web site uses "utf-8lias" as the coding system.
12041 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
12043         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
12045 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
12047         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
12048         (tutorial--detailed-help): Remove unused local variables.
12049         (tutorial--save-tutorial-to): Use ignore-errors.
12050         (help-with-tutorial): Use looking-at-p.
12052         * view.el (view-buffer-other-window, view-buffer-other-frame):
12053         Mark unused arguments.
12055         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
12056         (woman-select-symbol-fonts, woman, woman-find-file)
12057         (woman-insert-file-contents, woman-non-underline-faces):
12058         Use string-match-p.
12059         (woman1-unquote): Move declaration.
12061         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
12062         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
12063         argument.  Remove unused local variable.
12064         (xml-parse-elem-type): Use string-match-p.
12065         (xml-substitute-numeric-entities): Use ignore-errors.
12067         * calculator.el (calculator): Mark unused argument.
12068         (calculator-paste, calculator-quit, calculator-integer-p):
12069         Use ignore-errors.
12070         (calculator-string-to-number, calculator-decimal, calculator-exp)
12071         (calculator-op-or-exp): Use string-match-p.
12073         * dired.el (dired-buffer-more-recently-used-p): Declare.
12074         (dired-insert-set-properties, dired-insert-old-subdirs):
12075         Use ignore-errors.
12077         * dired-aux.el (dired-compress): Use ignore-errors.
12078         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
12079         (dired-do-async-shell-command, dired-do-shell-command)
12080         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
12081         (dired-insert-subdir-validate): Use string-match-p.
12082         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
12083         (dired-add-entry): Use string-match-p, looking-at-p.
12084         (dired-insert-subdir-newpos): Remove unused local variable.
12086         * filenotify.el (file-notify-callback): Remove unused local variable.
12088         * filesets.el (filesets-error): Mark unused argument.
12089         (filesets-which-command-p, filesets-filter-dir-names)
12090         (filesets-directory-files, filesets-get-external-viewer)
12091         (filesets-ingroup-get-data): Use string-match-p.
12093         * find-file.el (ff-other-file-name, ff-other-file-name)
12094         (ff-find-the-other-file, ff-cc-hh-converter):
12095         Remove unused local variables.
12096         (ff-get-file-name): Use string-match-p.
12097         (ff-all-dirs-under): Use ignore-errors.
12099         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
12100         (follow-select-if-visible): Remove unused local variable.
12102         * forms.el (read-file-filter): Move declaration.
12103         (forms--make-format, forms--make-parser, forms-insert-record):
12104         Quote function with #'.
12105         (forms--update): Use string-match-p.  Quote function with #'.
12107         * help-mode.el (help-dir-local-var-def): Mark unused argument.
12108         (help-make-xrefs): Use looking-at-p.
12109         (help-xref-on-pp): Use looking-at-p, ignore-errors.
12111         * ibuffer.el (ibuffer-ext-visible-p): Declare.
12112         (ibuffer-confirm-operation-on): Use string-match-p.
12114         * msb.el (msb-item-handler, msb-dired-item-handler):
12115         Mark unused arguments.
12117         * ses.el (ses-decode-cell-symbol)
12118         (ses-kill-override): Remove unused local variable.
12119         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
12120         (ses-load): Use ignore-errors, looking-at-p.
12121         (ses-jump-safe): Use ignore-errors.
12122         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
12124         * tabify.el (untabify, tabify): Mark unused arguments.
12126         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
12127         Mark unused argument.
12128         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
12129         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
12131         * emacs-lisp/timer.el (timer--time): Define setter with
12132         gv-define-setter to avoid deprecation warning.
12134         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
12135         (*record-cmpl-statistics-p*): Remove (was commented out).
12136         (cmpl-statistics-block): Remove (body was commented out).
12137         All callers changed.
12138         (add-completions-from-buffer, load-completions-from-file):
12139         Remove unused variables.
12141 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
12143         * filecache.el (file-cache-delete-file-list):
12144         Print message only when told so.
12145         (file-cache-files-matching): Use #' in mapconcat argument.
12147         * ffap.el (ffap-url-at-point): Fix reference to variable
12148         thing-at-point-default-mail-uri-scheme.
12150 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12152         * subr.el (define-error): New function.
12153         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
12154         error-file-not-found and define with define-error.
12155         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
12156         and define with define-error.
12157         * userlock.el (file-locked, file-supersession):
12158         * simple.el (mark-inactive):
12159         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
12160         * progmodes/ada-mode.el (ada-mode-errors):
12161         * play/life.el (life-extinct):
12162         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
12163         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
12164         * nxml/rng-util.el (rng-error):
12165         * nxml/rng-uri.el (rng-uri-error):
12166         * nxml/rng-match.el (rng-compile-error):
12167         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
12168         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
12169         * nxml/nxml-rap.el (nxml-scan-error):
12170         * nxml/nxml-outln.el (nxml-outline-error):
12171         * net/soap-client.el (soap-error):
12172         * net/gnutls.el (gnutls-error):
12173         * net/ange-ftp.el (ftp-error):
12174         * mpc.el (mpc-proc-error):
12175         * json.el (json-error, json-readtable-error, json-unknown-keyword)
12176         (json-number-format, json-string-escape, json-string-format)
12177         (json-key-format, json-object-format):
12178         * jka-compr.el (compression-error):
12179         * international/quail.el (quail-error):
12180         * international/kkc.el (kkc-error):
12181         * emacs-lisp/ert.el (ert-test-failed):
12182         * calc/calc.el (calc-error, inexact-result, math-overflow)
12183         (math-underflow):
12184         * bookmark.el (bookmark-error-no-filename):
12185         * epg.el (epg-error): Define with define-error.
12187         * time.el (display-time-event-handler)
12188         (display-time-next-load-average): Don't call sit-for since it seems
12189         unnecessary (bug#15045).
12191         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
12192         Use #' instead of ' to quote functions.
12193         (checkdoc-output-mode): Use setq-local.
12194         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
12195         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
12196         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
12197         (checkdoc-ispell, checkdoc-ispell-current-buffer)
12198         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
12199         (checkdoc-ispell-message-text, checkdoc-ispell-start)
12200         (checkdoc-ispell-continue, checkdoc-ispell-comments)
12201         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
12203         * ido.el (ido-completion-help): Fix up compiler warning.
12205 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
12207         * frameset.el (frameset-p): Add autoload cookie.
12208         (frameset--jump-to-register): New function, based on code moved from
12209         register.el.
12210         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
12212         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
12213         (frameset-restore, frameset-save, frameset-session-filter-alist):
12214         Remove declarations.
12215         (register-alist): Doc fix.
12216         (frameset-to-register): Move to frameset.el.
12217         (jump-to-register, describe-register-1): Remove frameset-specific code.
12219 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12221         * allout-widgets.el (allout-widgets-pre-command-business)
12222         (allout-widgets-post-command-business)
12223         (allout-widgets-after-change-handler)
12224         (allout-decorate-item-and-context, allout-set-boundary-marker)
12225         (allout-body-modification-handler)
12226         (allout-graphics-modification-handler): Mark ignored arguments.
12227         (allout-widgets-post-command-business)
12228         (allout-widgets-exposure-change-processor)
12229         (allout-widgets-exposure-undo-processor)
12230         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
12231         (allout-parse-item-at-point, allout-decorate-item-guides)
12232         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
12233         * allout.el (epa-passphrase-callback-function): Declare.
12234         (allout-overlay-insert-in-front-handler)
12235         (allout-overlay-interior-modification-handler)
12236         (allout-isearch-end-handler, allout-chart-siblings)
12237         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
12238         (allout-yank-processing, allout-process-exposed)
12239         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
12240         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
12241         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
12242         (lisp-indent-defform): Mark ignored arguments.
12243         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
12244         (calculate-lisp-indent): Remove unused variables.
12245         * international/characters.el (indian-2-column, arabic-2-column)
12246         (tibetan): Mark ignored arguments.
12247         (use-cjk-char-width-table): Mark ignored arguments.
12248         Remove unused variables.
12249         * international/fontset.el (build-default-fontset-data)
12250         (x-compose-font-name, create-fontset-from-fontset-spec):
12251         Mark ignored arguments.
12252         (fontset-plain-name): Remove unused variables.
12253         * international/mule.el (charset-id, charset-bytes, generic-char-p)
12254         (keyboard-coding-system): Mark ignored arguments.
12255         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
12256         * help.el (resize-temp-buffer-window):
12257         * window.el (display-buffer-in-major-side-window)
12258         (display-buffer-in-side-window, display-buffer-in-previous-window):
12259         Remove unused variables.
12260         * isearch.el (isearch-forward-symbol):
12261         * version.el (emacs-bzr-version-bzr):
12262         * international/mule-cmds.el (current-language-environment):
12263         * term/common-win.el (x-handle-iconic, x-handle-geometry)
12264         (x-handle-display):
12265         * term/pc-win.el (x-list-fonts, x-display-planes)
12266         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
12267         (x-server-version, x-display-screens, x-display-mm-height)
12268         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
12269         (x-selection-owner-p, x-own-selection-internal)
12270         (x-disown-selection-internal, x-get-selection-internal)
12271         (msdos-initialize-window-system):
12272         * term/tty-colors.el (tty-color-alist, tty-color-clear):
12273         * term/x-win.el (x-handle-no-bitmap-icon):
12274         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
12275         (vc-default-find-file-hook, vc-default-extra-menu):
12276         Mark ignored arguments.
12278 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12280         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
12281         break-condition in the context of the debugged code (bug#12685).
12283 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
12285         * comint.el:
12286         Do not use an overlay to highlight the last prompt.  (Bug#14744)
12287         (comint-mode): Make comint-last-prompt buffer local.
12288         (comint-last-prompt): New variable.
12289         (comint-last-prompt-overlay): Remove.  Superseded by
12290         comint-last-prompt.
12291         (comint-snapshot-last-prompt, comint-output-filter):
12292         Use comint-last-prompt.
12294 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12296         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
12297         (frameset-save): Check validity of the resulting frameset.
12299 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
12301         * ido.el (ido-record-command): Add doc string.
12303 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12305         * frameset.el (frameset): Do not disable creation of the default
12306         frameset-p predicate.  Doc fix.
12307         (frameset-valid-p): New function, copied from the old predicate-p.
12308         Add additional checks.
12309         (frameset-restore): Check with frameset-valid-p.
12310         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
12311         (frameset-name, frameset-description, frameset-properties)
12312         (frameset-states): Add docstring.
12313         (frameset-session-filter-alist, frameset-persistent-filter-alist)
12314         (frameset-filter-alist): Doc fixes.
12316 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12318         * frameset.el (frameset-p, frameset-prop): Doc fixes.
12320 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12322         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
12323         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
12324         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
12325         (byte-compile-normal-call): Remove obsolescence check.
12327 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12329         * frameset.el (frameset-restore): Doc fix.
12331         * register.el (frameset-frame-id, frameset-frame-with-id)
12332         (frameset-p, frameset-restore, frameset-save): Declare.
12333         (register-alist): Document framesets.
12334         (frameset-session-filter-alist): Declare.
12335         (frameset-to-register): New function.
12336         (jump-to-register): Implement jumping to framesets.  Doc fix.
12337         (describe-register-1): Describe framesets.
12339         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
12341 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
12343         * desktop.el (desktop-save-frameset): Use new frameset-save args.
12344         Use lexical-binding.
12346         * frameset.el (frameset): Use type vector, not list (incompatible
12347         change).  Do not declare a new constructor, use the default one.
12348         Upgrade suggested properties `app', `name' and `desc' to slots `app',
12349         `name' and `description', respectively, and add read-only slot
12350         `timestamp'.  Doc fixes.
12351         (frameset-copy, frameset-persistent-filter-alist)
12352         (frameset-filter-alist, frameset-switch-to-gui-p)
12353         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
12354         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
12355         (frameset-filter-iconified, frameset-keep-original-display-p):
12356         Doc fixes.
12357         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
12358         Rename from frameset-filter-(save|restore)-param.  All callers changed.
12359         Doc fix.
12360         (frameset-p): Adapt to change to vector and be more thorough.
12361         Change arg name to OBJECT.  Doc fix.
12362         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
12363         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
12364         All callers changed.
12365         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
12366         All callers changed.
12367         (frameset--record-minibuffer-relationships): Rename from
12368         frameset--process-minibuffer-frames.  All callers changed.
12369         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
12370         Use new default constructor (again).  Doc fix.
12371         (frameset--find-frame-if): Rename from `frameset--find-frame'.
12372         All callers changed.
12373         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
12374         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
12375         Doc fix.
12376         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
12377         PARAMETERS and WINDOW-STATE, respectively.
12378         (frameset-restore): Add new keyword argument PREDICATE.
12379         Reset frameset--target-display to nil.  Doc fix.
12381 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12383         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
12384         (bat-mode): Use it.
12385         (bat-mode-syntax-table): Mark \n as end-of-comment.
12386         (bat-font-lock-keywords): Remove comment rule.
12388         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
12389         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
12391         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
12392         (byte-compile-callargs-warn): Use `push'.
12393         (byte-compile-arglist-warn): Ignore higher-order "calls".
12394         (byte-compile-file-form-autoload): Use `pcase'.
12395         (byte-compile-function-form): If quoting a symbol, check that it exists.
12397 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
12399         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
12400         and add a few popular commands found in batch files.
12401         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
12402         (dos-mode): Doc fixes.
12404 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12406         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
12407         (dos-mode): Use setq-local.  Add space after "rem".
12408         (dos-mode-syntax-table): Don't use "w" for symbol chars.
12409         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
12411 2013-08-07  Arni Magnusson  <arnima@hafro.is>
12413         * progmodes/dos.el: New file.
12414         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
12415         dos-mode.
12417 2013-08-06  Glenn Morris  <rgm@gnu.org>
12419         * calendar/calendar.el: Add new faces, and day-header-array.
12420         (calendar-weekday-header, calendar-weekend-header)
12421         (calendar-month-header): New faces.
12422         (calendar-day-header-construct): New function.
12423         (calendar-day-header-width): Also :set calendar-day-header-array.
12424         (calendar-american-month-header, calendar-european-month-header)
12425         (calendar-iso-month-header): Use calendar- faces.
12426         (calendar-generate-month):
12427         Use calendar-day-header-array for day headers; apply faces to them.
12428         (calendar-mode): Check calendar-font-lock-keywords non-nil.
12429         (calendar-abbrev-construct): Add optional maxlen argument.
12430         (calendar-day-name-array): Doc fix.
12431         (calendar-day-name-array, calendar-abbrev-length)
12432         (calendar-day-abbrev-array):
12433         Also :set calendar-day-header-array, and maybe redraw.
12434         (calendar-day-header-array): New option.  (Bug#15007)
12435         (calendar-font-lock-keywords): Set to nil and make obsolete.
12436         (calendar-day-name): Add option to use header array.
12438 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12440         * net/shr.el (shr-render-td): Remove debugging.
12441         (shr-render-td): Make width computation consistent by defaulting
12442         all zero-width columns to 10 characters.  This may not be optimal,
12443         but it's at least consistent.
12444         (shr-make-table-1): Redo last change to fix the real problem in
12445         colspan handling.
12447 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
12449         * files.el (cache-long-line-scans):
12450         Make obsolete alias to `cache-long-scans'.
12452 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
12454         * frameset.el (frameset, frameset-filter-alist)
12455         (frameset-filter-params, frameset-save, frameset--reuse-frame)
12456         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
12457         (frameset-compute-pos): Rename from frameset--compute-pos,
12458         and add docstring.
12459         (frameset-move-onscreen): Use frameset-compute-pos.
12460         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12462         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
12463         Fix typos in docstrings.
12465 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
12467         * frame.el (get-other-frame): Tiny cleanup.
12469 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
12471         * vc/vc.el (vc-default-ignore-completion-table):
12472         Silence byte-compiler warning.
12474         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
12475         slot, which can indeed be nil.
12476         (frameset-live-filter-alist, frameset-persistent-filter-alist):
12477         Move entry for `left' from persistent to live filter alist.
12478         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
12479         Doc fixes.
12480         (frameset-filter-params): When restoring a frame, copy items added to
12481         `filtered', to avoid unwittingly modifying the original parameters.
12482         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
12483         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
12485         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
12486         to use looking-at-p instead of looking-at.  (Bug#15028)
12488 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12490         Revert introduction of isearch-filter-predicates (bug#14714).
12491         Rely on add-function instead.
12492         * isearch.el (isearch-filter-predicates): Rename it back to
12493         isearch-filter-predicate.
12494         (isearch-message-prefix): Use advice-function-mapc and advice
12495         properties to get the isearch-message-prefix.
12496         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
12497         instead of run-hook-with-args-until-failure.
12498         (isearch-filter-visible): Not obsolete any more.
12499         * loadup.el: Preload nadvice.
12500         * replace.el (perform-replace): Revert to funcall
12501         instead of run-hook-with-args-until-failure.
12502         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
12503         * dired-aux.el (dired-isearch-filenames-mode): Rename from
12504         dired-isearch-filenames-toggle; make it into a proper minor mode.
12505         Use add/remove-function.
12506         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
12507         Call the minor-mode rather than add/remove-hook.
12508         (dired-isearch-filter-filenames):
12509         Remove isearch-message-prefix property.
12510         * info.el (Info--search-loop): New function, extracted from Info-search.
12511         Funcall isearch-filter-predicate instead of
12512         run-hook-with-args-until-failure isearch-filter-predicates.
12513         (Info-search): Use it.
12514         (Info-mode): Use isearch-filter-predicate instead of
12515         isearch-filter-predicates.
12517 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
12519         Do not call to `selected-window' where it is assumed by default.
12520         Affected functions are `window-minibuffer-p', `window-dedicated-p',
12521         `window-hscroll', `window-width', `window-height', `window-buffer',
12522         `window-frame', `window-start', `window-point', `next-window'
12523         and `window-display-table'.
12524         * abbrev.el (abbrev--default-expand):
12525         * bs.el (bs--show-with-configuration):
12526         * buff-menu.el (Buffer-menu-mouse-select):
12527         * calc/calc.el (calc):
12528         * calendar/calendar.el (calendar-generate-window):
12529         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
12530         (diary-make-entry):
12531         * comint.el (send-invisible, comint-dynamic-complete-filename)
12532         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
12533         * completion.el (complete):
12534         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
12535         * disp-table.el (describe-current-display-table):
12536         * doc-view.el (doc-view-insert-image):
12537         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
12538         * ehelp.el (with-electric-help):
12539         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12540         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
12541         * emacs-lisp/helper.el (Helper-help-scroller):
12542         * emulation/cua-base.el (cua--post-command-handler-1):
12543         * eshell/esh-mode.el (eshell-output-filter):
12544         * ffap.el (ffap-gnus-wrapper):
12545         * help-macro.el (make-help-screen):
12546         * hilit-chg.el (highlight-compare-buffers):
12547         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
12548         * hl-line.el (global-hl-line-highlight):
12549         * icomplete.el (icomplete-simple-completing-p):
12550         * isearch.el (isearch-done):
12551         * jit-lock.el (jit-lock-stealth-fontify):
12552         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
12553         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
12554         * mpc.el (mpc-tagbrowser, mpc):
12555         * net/rcirc.el (rcirc-any-buffer):
12556         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
12557         * play/landmark.el (landmark-max-width, landmark-max-height):
12558         * play/zone.el (zone):
12559         * progmodes/compile.el (compilation-goto-locus):
12560         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12561         * progmodes/etags.el (find-tag-other-window):
12562         * progmodes/fortran.el (fortran-column-ruler):
12563         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12564         * progmodes/verilog-mode.el (verilog-point-text):
12565         * reposition.el (reposition-window):
12566         * rot13.el (toggle-rot13-mode):
12567         * server.el (server-switch-buffer):
12568         * shell.el (shell-dynamic-complete-command)
12569         (shell-dynamic-complete-environment-variable):
12570         * simple.el (insert-buffer, set-selective-display)
12571         (delete-completion-window):
12572         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
12573         (speedbar-recenter):
12574         * startup.el (fancy-splash-head):
12575         * textmodes/ispell.el (ispell-command-loop):
12576         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
12577         * tutorial.el (help-with-tutorial):
12578         * vc/add-log.el (add-change-log-entry):
12579         * vc/compare-w.el (compare-windows):
12580         * vc/ediff-help.el (ediff-indent-help-message):
12581         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
12582         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
12583         (ediff-setup-control-frame):
12584         * vc/emerge.el (emerge-position-region):
12585         * vc/pcvs-util.el (cvs-bury-buffer):
12586         * window.el (walk-windows, mouse-autoselect-window-select):
12587         * winner.el (winner-set-conf, winner-undo): Related users changed.
12589 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
12591         * frameset.el (frameset--set-id): Doc fix.
12592         (frameset-frame-id, frameset-frame-id-equal-p)
12593         (frameset-locate-frame-id): New functions.
12594         (frameset--process-minibuffer-frames, frameset--reuse-frame)
12595         (frameset-restore): Use them.
12597 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
12599         Do not call to `selected-frame' where it is assumed by default.
12600         Affected functions are `raise-frame', `redraw-frame',
12601         `frame-first-window', `frame-terminal' and `delete-frame'.
12602         * calendar/appt.el (appt-disp-window):
12603         * epg.el (epg-wait-for-completion):
12604         * follow.el (follow-delete-other-windows-and-split)
12605         (follow-avoid-tail-recenter):
12606         * international/mule.el (set-terminal-coding-system):
12607         * mail/rmail.el (rmail-mail-return):
12608         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12609         * progmodes/f90.el (f90-add-imenu-menu):
12610         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
12611         * server.el (server-switch-buffer):
12612         * simple.el (delete-completion-window):
12613         * talk.el (talk):
12614         * term/xterm.el (terminal-init-xterm-modify-other-keys)
12615         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
12616         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
12617         * vc/ediff.el (ediff-documentation): Related users changed.
12618         * frame.el (selected-terminal): Remove the leftover.
12620 2013-08-05  Glenn Morris  <rgm@gnu.org>
12622         * calendar/calendar.el (calendar-generate-month):
12623         Fix for calendar-column-width != 1 + calendar-day-digit-width.
12624         (calendar-generate-month, calendar-font-lock-keywords):
12625         Fix for calendar-day-header-width > length of any day name.
12627 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
12629         * desktop.el (desktop-clear): Use new name of sort predicate.
12631         * frameset.el (frameset): Add docstring.  Move :version property to its
12632         own `version' slot.
12633         (frameset-copy): Rename from copy-frameset.
12634         (frameset-p): Check more thoroughly.
12635         (frameset-prop): Do not check for :version, which is no longer a prop.
12636         (frameset-live-filter-alist, frameset-persistent-filter-alist):
12637         Use new :never value instead of t.
12638         (frameset-filter-alist): Expand and clarify docstring.
12639         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
12640         (frameset-filter-minibuffer, frameset-filter-save-param)
12641         (frameset-filter-restore-param, frameset-filter-iconified):
12642         Add pointer to docstring of frameset-filter-alist.
12643         (frameset-filter-params): Rename filter values to be more meaningful:
12644         :never instead of t, and reverse the meanings of :save and :restore.
12645         (frameset--process-minibuffer-frames): Clarify error message.
12646         (frameset-save): Avoid unnecessary and confusing call to framep.
12647         Use new BOA constructor for framesets.
12648         (frameset--reuse-list): Doc fix.
12649         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
12650         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
12651         (frameset-minibufferless-first-p): Doc fix.
12652         Rename from frameset-sort-frames-for-deletion.
12653         (frameset-restore): Doc fixes.  Use new function names.
12654         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12656 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
12658         * desktop.el (desktop-restore-forces-onscreen)
12659         (desktop-restore-reuses-frames): Document :keyword constant values.
12660         (desktop-filter-parameters-alist): Remove, now identical to
12661         frameset-filter-alist.
12662         (desktop--filter-tty*): Remove, moved to frameset.el.
12663         (desktop-save-frameset, desktop-restore-frameset):
12664         Do not pass :filters argument.
12666         * frameset.el (frameset-live-filter-alist)
12667         (frameset-persistent-filter-alist): New variables.
12668         (frameset-filter-alist): Use them.  Add autoload cookie.
12669         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
12670         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
12671         `frameset--id' (it's supposed to be internal to frameset.el).
12672         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
12673         (frameset--initial-params): New function.
12674         (frameset--get-frame): Use it.  Doc fix.
12675         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
12676         Accept :all, not 'all.
12677         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
12678         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
12679         with fbound symbols.  Fix frame id matching, and remove matching ids if
12680         the frame being restored is deleted.  Obey :delete.
12682 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12684         * subr.el (macrop): New function.
12685         (text-clone--maintaining): New var.
12686         (text-clone--maintain): Rename from text-clone-maintain.  Use it
12687         instead of inhibit-modification-hooks.
12689         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
12690         a proxy, so as handle autoloads and redefinitions of the target.
12691         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
12693         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
12694         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
12695         (pcase--mutually-exclusive-p): New function.
12696         (pcase--split-consp): Use it.
12697         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
12698         mutually exclusive with the current predicate.
12700         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
12701         (edebug-macrop): Remove.  Use `macrop' instead.
12702         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
12703         (ad-macro-p):
12704         * eshell/esh-cmd.el (eshell-macrop):
12705         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
12707 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12709         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
12710         (advice-mapc): New function, using it.
12711         (advice-function-member-p): New function.
12712         (advice--normalize): Store the cdr in advice--saved-rewrite since
12713         that's the part that will be changed.
12714         (advice--symbol-function): New function.
12715         (advice-remove): Handle removal before the function is defined.
12716         Adjust to new advice--saved-rewrite.
12717         (advice-member-p): Use advice-function-member-p and
12718         advice--symbol-function.
12720 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
12722         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
12723         (frameset-filter-minibuffer): Doc fix.
12724         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
12725         (frameset--set-id, frameset--process-minibuffer-frames)
12726         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
12727         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
12729         * desktop.el (desktop-clear): Only delete frames when called
12730         interactively and desktop-restore-frames is non-nil.  Doc fix.
12731         (desktop-read): Set desktop-saved-frameset to nil.
12733 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
12735         * vc/vc.el (vc-ignore): Rewrite.
12736         (vc-default-ignore-completion-table, vc--read-lines)
12737         (vc--add-line, vc--remove-regexp): New functions.
12739         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
12740         (vc-svn-ignore-completion-table): New function.
12742         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
12743         (vc-hg-ignore-completion-table)
12744         (vc-hg-find-ignore-file): New functions.
12746         * vc/vc-git.el (vc-git-ignore): Rewrite.
12747         (vc-git-ignore-completion-table)
12748         (vc-git-find-ignore-file): New functions.
12750         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
12752         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
12753         (vc-bzr-ignore-completion-table)
12754         (vc-bzr-find-ignore-file): New functions.
12756 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
12758         * frameset.el (frameset-prop): New function and setter.
12759         (frameset-save): Do not modify frame list passed by the caller.
12761 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12763         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
12765 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12767         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
12768         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
12770         * custom.el (custom-initialize-default, custom-initialize-set)
12771         (custom-initialize-reset, custom-initialize-changed): Affect the
12772         toplevel-default-value (bug#6275, bug#14586).
12773         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
12774         for bug#6275.
12776 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
12778         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12779         Add cl-def* expressions.
12781         * frameset.el (frameset-filter-params): Fix order of arguments.
12783 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
12785         Move code related to saving frames to frameset.el.
12786         * desktop.el: Require frameset.
12787         (desktop-restore-frames): Doc fix.
12788         (desktop-restore-reuses-frames): Rename from
12789         desktop-restoring-reuses-frames.
12790         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
12791         (desktop-clear): Clear frames too.
12792         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
12793         (desktop--filter-tty*, desktop-save, desktop-read):
12794         Use frameset functions.
12795         (desktop-before-saving-frames-functions, desktop--filter-*-color)
12796         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12797         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
12798         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
12799         (desktop--process-minibuffer-frames, desktop-save-frames)
12800         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12801         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12802         (desktop--sort-states, desktop-restoring-frames-p)
12803         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
12804         (desktop-restoring-frameset-p, desktop-restore-frameset)
12805         (desktop--check-dont-save, desktop-save-frameset): New functions.
12806         (desktop--app-id): New constant.
12807         (desktop-first-buffer, desktop-buffer-ok-count)
12808         (desktop-buffer-fail-count): Move before first use.
12809         * frameset.el: New file.
12811 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12813         * files.el: Use lexical-binding.
12814         (dir-locals-read-from-file): Remove unused `err' variable.
12815         (hack-dir-local-variables--warned-coding): New var.
12816         (hack-dir-local-variables): Use it to avoid repeated warnings.
12817         (make-backup-file-name--default-function): New function.
12818         (make-backup-file-name-function): Use it as default.
12819         (buffer-stale--default-function): New function.
12820         (buffer-stale-function): Use it as default.
12821         (revert-buffer-insert-file-contents--default-function): New function.
12822         (revert-buffer-insert-file-contents-function): Use it as default.
12823         (insert-directory): Avoid add-to-list.
12825         * autorevert.el (auto-revert-handler): Simplify.
12826         Use buffer-stale--default-function.
12828 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
12830         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12832         * whitespace.el (whitespace-ensure-local-variables): New function.
12833         (whitespace-cleanup-region): Call it.
12834         (whitespace-turn-on): Call it.
12836 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
12838         Complete file name handlers.
12840         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12841         (tramp-handle-verify-visited-file-modtime)
12842         (tramp-handle-file-notify-rm-watch): New functions.
12843         (tramp-call-process): Do not bind `default-directory'.
12845         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12846         Order alphabetically.
12847         <access-file, add-name-to-file, dired-call-process>:
12848         <dired-compress-file, file-acl, file-notify-rm-watch>:
12849         <file-ownership-preserved-p, file-selinux-context>:
12850         <make-directory-internal, make-symbolic-link, set-file-acl>:
12851         <set-file-selinux-context, set-visited-file-modtime>:
12852         <verify-visited-file-modtime>: Add handler.
12853         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12855         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12856         <file-notify-add-watch, file-notify-rm-watch>:
12857         <set-file-times, set-visited-file-modtime>:
12858         <verify-visited-file-modtime>: Add handler.
12859         (with-tramp-gvfs-error-message)
12860         (tramp-gvfs-handle-set-visited-file-modtime)
12861         (tramp-gvfs-fuse-file-name): Remove.
12862         (tramp-gvfs-handle-file-notify-add-watch)
12863         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12864         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12866         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12867         Order alphabetically.
12868         <file-notify-rm-watch>: Use default Tramp handler.
12869         <executable-find>: Remove private handler.
12870         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12871         `default-directory'.
12872         (tramp-sh-handle-executable-find)
12873         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12874         (tramp-sh-file-gvfs-monitor-dir-process-filter)
12875         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12876         Do not use `format' in `tramp-message'.
12878         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12879         <file-notify-rm-watch, set-visited-file-modtime>:
12880         <verify-visited-file-modtime>: Add handler.
12881         (tramp-smb-call-winexe): Do not bind `default-directory'.
12883 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
12885         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12887 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
12889         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12890         use it.
12891         (log-view-diff-changeset): Same.
12892         (log-view-diff-common): Call backend command `previous-revision'
12893         to find out the previous revision, in both cases.  Swap the
12894         variables `to' and `fr', so that `fr' usually refers to the
12895         earlier revision (Bug#14989).
12897 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
12899         * ibuf-ext.el (ibuffer-filter-by-filename):
12900         Make it work with dired buffers too.
12902 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
12904         * emacs-lisp/re-builder.el (reb-color-display-p):
12905         * files.el (save-buffers-kill-terminal):
12906         * net/browse-url.el (browse-url):
12907         * server.el (server-save-buffers-kill-terminal):
12908         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12909         Prefer nil to selected-frame for the first arg of frame-parameter.
12911 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
12913         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12915 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
12917         * minibuffer.el (completion--twq-all): Try and preserve each
12918         completion's case choice (bug#14907).
12920 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12922         * net/network-stream.el (open-network-stream): Mention the new
12923         :nogreeting parameter.
12924         (network-stream-open-starttls): Use the :nogreeting parameter
12925         (bug#14938).
12927         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12929         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12930         more natural than popping.
12932         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12933         (shr-urlify): Highlight under mouse.
12935 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12937         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12939         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12941         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
12942         buffer for output.
12944         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
12945         point-min==1.  Fix search string.  Fix parentheses missing.
12947         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
12948         assume point-min==1.  Fix search string.  Fix parentheses missing.
12950         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12952         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
12953         buffer for output.
12955 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
12957         * frame.el (frame-notice-user-settings): Avoid inflooping when the
12958         initial frame is minibuffer-less.  (Bug#14841)
12960 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
12962         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12963         option.
12965         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12966         (tramp-maybe-open-connection): Use it.
12968 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12970         * desktop.el (desktop--make-frame): Include `minibuffer' in the
12971         minimal set of parameters passed when creating a frame, because
12972         the minibuffer status of a frame cannot be changed later.
12974 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
12976         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12977         replace-regexp-in-string and inadvertent omissions in previous change.
12978         (todo-filter-items): Ensure only file names are comma-separated in
12979         name of filtered items buffer.
12981 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12983         * desktop.el: Optionally force offscreen frames back onscreen.
12984         (desktop-restoring-reuses-frames): New option.
12985         (desktop--compute-pos, desktop--move-onscreen): New functions.
12986         (desktop--make-frame): Use desktop--move-onscreen.
12988 2013-07-27  Alan Mackenzie  <acm@muc.de>
12990         Fontify a Java generic method as a function.
12991         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12992         value to t.
12994 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
12996         * calendar/todo-mode.el: Add command to rename todo files.
12997         (todo-rename-file): New command.
12998         (todo-key-bindings-t): Add key binding for it.  Change the
12999         bindings of todo-filter-regexp-items(-multifile) to use `x'
13000         instead of `r', since the latter is better suited to the new
13001         renaming command.
13003 2013-07-27  Alan Mackenzie  <acm@muc.de>
13005         Make Java try-with-resources statement parse properly.
13006         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
13007         (c-block-stmt-1-2-key): New language constants/variables.
13008         * progmodes/cc-engine.el (c-beginning-of-statement-1)
13009         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
13010         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
13011         with c-block-stmt-1-2-key.
13013 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
13015         * desktop.el (desktop--make-frame): Apply most frame parameters after
13016         creating the frame to force (partially or totally) offscreen frames to
13017         be restored as such.
13019 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
13021         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
13022         (Bug#14948)
13024 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13026         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
13027         `base' arg of backtrace-frame.
13029 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
13031         * simple.el (list-processes): Doc fix.
13033 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
13035         * desktop.el (desktop--select-frame):
13036         Try harder to reuse existing frames.
13038 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13040         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
13041         (edebug-eval): Use backtrace-eval.
13042         (edebug--display, edebug--recursive-edit): Don't let-bind the
13043         edebug-outer-* vars that keep track of variables we locally let-bind.
13044         (edebug-outside-excursion): Don't restore outside values of locally
13045         let-bound vars.
13046         (edebug--display): Use user-error.
13047         (cl-lexical-debug, cl-debug-env): Remove.
13049 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
13051         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
13052         are restored to be sure that they are visible before deleting any
13053         remaining ones.
13055 2013-07-26  Matthias Meulien  <orontee@gmail.com>
13057         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
13058         vc-print-root-log.  (Bug#14948)
13060 2013-07-26  Richard Stallman  <rms@gnu.org>
13062         Add aliases for encrypting mail.
13063         * epa.el (epa-mail-aliases): New option.
13064         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
13065         Bind inhibit-read-only so read-only text doesn't ruin everything.
13066         (epa-mail-default-recipients): New subroutine broken out.
13067         Handle epa-mail-aliases.
13069 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13071         Add support for lexical variables to the debugger's `e' command.
13072         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
13073         vars, except for debugger-outer-match-data.
13074         (debugger-frame-number): Move check for "on a function call" from
13075         callers into it.  Add `skip-base' argument.
13076         (debugger-frame, debugger-frame-clear): Simplify accordingly.
13077         (debugger-env-macro): Only reset the state stored in non-variables,
13078         i.e. current-buffer and match-data.
13079         (debugger-eval-expression): Rewrite using backtrace-eval.
13080         * subr.el (internal--called-interactively-p--get-frame): Remove.
13081         (called-interactively-p):
13082         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
13083         `base' arg of backtrace-frame instead.
13085 2013-07-26  Glenn Morris  <rgm@gnu.org>
13087         * align.el (align-regexp): Doc fix.  (Bug#14857)
13088         (align-region): Explicit error if subexpression missing/does not match.
13090         * simple.el (global-visual-line-mode):
13091         Do not duplicate the mode lighter.  (Bug#14858)
13093 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
13095         * window.el (display-buffer): In display-buffer bind
13096         split-window-keep-point to t, bug#14829.
13098 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
13100         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
13101         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
13102         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
13103         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
13104         Change accordingly.
13105         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
13106         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
13108 2013-07-25  Glenn Morris  <rgm@gnu.org>
13110         * dired-x.el (dired-mark-extension): Convert comment to doc string.
13112 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
13114         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
13115         parameter to modify-frame-parameters if the value has not changed;
13116         this is a workaround for bug#14949.
13117         (desktop--make-frame): On cl-delete-if call, check parameter name,
13118         not full parameter.
13120 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
13122         * vc/vc.el (vc-ignore): New function.
13124         * vc/vc-svn.el (vc-svn-ignore): New function.
13126         * vc/vc-hg.el (vc-hg-ignore): New function.
13128         * vc/vc-git.el (vc-git-ignore): New function.
13130         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
13131         (vc-dir-ignore): New function.
13133         * vc/vc-cvs.el (vc-cvs-ignore): New function.
13134         (cvs-append-to-ignore): Move here from pcvs.el.
13136         * vc/vc-bzr.el (vc-bzr-ignore): New function.
13138         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
13140 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
13142         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
13143         (desktop-restore-frames): Warn when deleting an existing frame failed.
13145 2013-07-24  Glenn Morris  <rgm@gnu.org>
13147         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
13149 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
13151         * filenotify.el (file-notify-supported-p):
13152         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13153         Remove functions.
13155         * autorevert.el (auto-revert-use-notify)
13156         (auto-revert-notify-add-watch):
13157         * net/tramp.el (tramp-file-name-for-operation):
13158         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13159         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13160         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
13161         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13162         Remove `file-notify-supported-p' entry.
13164 2013-07-24  Glenn Morris  <rgm@gnu.org>
13166         * printing.el: Replace all uses of deleted ps-windows-system,
13167         ps-lp-system, ps-flatten-list with lpr- versions.
13169 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13171         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
13172         checked with memq (bug#14935).
13174         * files.el (revert-buffer-function): Use a non-nil default.
13175         (revert-buffer-preserve-modes): Declare var to
13176         provide access to the `preserve-modes' argument.
13177         (revert-buffer): Let-bind it.
13178         (revert-buffer--default): New function, extracted from revert-buffer.
13180 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13182         * lpr.el: Signal print errors more prominently.
13183         (print-region-function): Don't default to nil.
13184         (lpr-print-region): New function, extracted from print-region-1.
13185         Check lpr's return value and signal an error in case of problem.
13186         (print-region-1): Use it.
13187         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
13188         versions instead.
13189         (ps-printer-name): Default to nil.
13190         (ps-printer-name-option): Default to lpr-printer-switch.
13191         (ps-print-region-function): Don't default to nil.
13192         (ps-postscript-code-directory): Simplify default.
13193         (ps-do-despool): Use lpr-print-region to properly check the outcome.
13194         (ps-string-list, ps-eval-switch, ps-flatten-list)
13195         (ps-flatten-list-1): Remove.
13196         (ps-multibyte-buffer): Avoid setq.
13197         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
13198         (print-region-function, ps-print-region-function): Don't set them here.
13200 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
13202         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
13203         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
13204         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
13205         (ido-decorations): Doc fix.
13207         * ansi-color.el: Fix old URL.
13209 2013-07-23  Michael R. Mauger  <michael@mauger.com>
13211         * progmodes/sql.el: Version 3.3
13212         (sql-product-alist): Improve oracle :prompt-cont-regexp.
13213         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
13214         (sql-interactive-remove-continuation-prompt): Rewrite, use
13215         functions above.  Fix continuation prompt and complete output line
13216         handling.
13217         (sql-redirect-one, sql-execute): Use `read-only-mode' on
13218         redirected output buffer.
13219         (sql-mode): Restore deleted code (Bug#13591).
13221 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
13223         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
13225 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
13227         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
13229         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13230         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13231         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
13233 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
13235         * desktop.el (desktop-clear): Simplify; remove useless checks
13236         against invalid buffer names.
13237         (desktop-list*): Use cl-list*.
13238         (desktop-buffer-info, desktop-create-buffer): Simplify.
13240 2013-07-23  Leo Liu  <sdl.web@gmail.com>
13242         * bookmark.el (bookmark-make-record): Restore NAME as a default
13243         value.  (Bug#14933)
13245 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13247         * emacs-lisp/autoload.el (autoload--setup-output): New function,
13248         extracted from autoload--insert-text.
13249         (autoload--insert-text): Remove.
13250         (autoload--print-cookie-text): New function, extracted from
13251         autoload--insert-cookie-text.
13252         (autoload--insert-cookie-text): Remove.
13253         (autoload-generate-file-autoloads): Adjust calls accordingly.
13255         * winner.el (winner-hook-installed-p): Remove.
13256         (winner-mode): Simplify accordingly.
13258         * subr.el (add-to-list): Fix compiler-macro when `append' is
13259         not constant.  Don't use `cl-member' for the base case.
13261         * progmodes/subword.el: Fix boundary case (bug#13758).
13262         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
13263         own group.
13264         (subword-backward-regexp): Make it a constant.
13265         (subword-forward-internal): Don't treat a trailing capital as the
13266         beginning of a word.
13268 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
13270         * emacs-lisp/package.el (package-menu-mode): Don't modify the
13271         global value of tabulated-list-revert-hook (bug#14930).
13273 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
13275         * desktop.el: Require 'cl-lib.
13276         (desktop-before-saving-frames-functions): New hook.
13277         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
13278         for frames being saved.  Rename from desktop--save-minibuffer-frames.
13279         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
13280         Do not save frames with non-nil `desktop-dont-save' parameter.
13281         Filter out deleted frames.
13282         (desktop--find-frame): Use cl-find-if.
13283         (desktop--select-frame): Use cl-(first|second|third) to access values
13284         of desktop-mini.
13285         (desktop--make-frame): Use cl-delete-if.
13286         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
13287         (desktop-restore-frames): Use cl-(first|second|third) to access values
13288         of desktop-mini.  Look for visible frame at the end, not while
13289         restoring frames.
13291         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
13292         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
13293         Use string-match-p, looking-at-p (bug#14927).
13295 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
13297         * desktop.el (desktop-saved-frame-states):
13298         Rename from desktop--saved-states; all users changed.
13299         (desktop-save-frames): Rename from desktop--save-frames.
13300         Do not save state to desktop file.
13301         (desktop-save): Save desktop-saved-frame-states to desktop file
13302         and reset to nil.
13303         (desktop-restoring-frames-p): New function.
13304         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
13305         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
13306         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
13308         * desktop.el: Correctly restore iconified frames.
13309         (desktop--filter-iconified-position): New function.
13310         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
13312 2013-07-20  Glenn Morris  <rgm@gnu.org>
13314         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
13315         Let `message' do the formatting.
13316         (def-gdb-preempt-display-buffer): Add explicit format.
13318         * image-dired.el (image-dired-track-original-file):
13319         Use with-current-buffer.
13320         (image-dired-track-thumbnail): Use with-current-buffer.
13321         Avoid changing point of wrong window.
13323         * image-dired.el (image-dired-track-original-file):
13324         Avoid changing point of wrong window.  (Bug#14909)
13326 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
13328         * progmodes/gdb-mi.el (gdb-done-or-error):
13329         Guard against "%" in gdb output.  (Bug#14127)
13331 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
13333         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
13334         (Bug#14826)
13336         * international/mule.el (coding-system-iso-2022-flags): Fix last
13337         change.
13339 2013-07-20  Kenichi Handa  <handa@gnu.org>
13341         * international/mule.el (coding-system-iso-2022-flags):
13342         Add `8-bit-level-4'.  (Bug#8522)
13344 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13346         * net/shr.el (shr-mouse-browse-url): New command and keystroke
13347         (bug#14815).
13349         * net/eww.el (eww-process-text-input): Allow inputting when the
13350         point is at the start of the line, as the properties aren't
13351         front-sticky.
13353         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
13354         degenerate widths.
13356 2013-07-19  Richard Stallman  <rms@gnu.org>
13358         * epa.el (epa-popup-info-window): Doc fix.
13360         * subr.el (split-string): New arg TRIM.
13362 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
13364         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
13365         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
13367 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
13369         * filenotify.el (file-notify--library): Rename from
13370         `file-notify-support'.  Do not autoload.  Adapt all uses.
13371         (file-notify-supported-p): New defun.
13373         * autorevert.el (auto-revert-use-notify):
13374         Use `file-notify-supported-p' instead of `file-notify-support'.
13375         Adapt docstring.
13376         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
13378         * net/tramp.el (tramp-file-name-for-operation):
13379         Add `file-notify-supported-p'.
13381         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13382         New defun.
13383         (tramp-sh-file-name-handler-alist): Add it as handler for
13384         `file-notify-supported-p '.
13386         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13387         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13388         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13389         Add `ignore' as handler for `file-notify-*' functions.
13391 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
13393         * simple.el (line-move-partial, line-move): Don't start vscroll or
13394         scroll-up if the current line is not taller than the window.
13395         (Bug#14881)
13397 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
13399         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
13400         highlight question marks in the method names as strings.
13401         (ruby-block-beg-keywords): Inline.
13402         (ruby-font-lock-keyword-beg-re): Extract from
13403         `ruby-font-lock-keywords'.
13405 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
13407         * frame.el (blink-cursor-blinks): New defcustom.
13408         (blink-cursor-blinks-done): New defvar.
13409         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
13410         (blink-cursor-timer-function): Check if number of blinks has been
13411         done on X and NS.
13412         (blink-cursor-suspend, blink-cursor-check): New defuns.
13414 2013-07-15  Glenn Morris  <rgm@gnu.org>
13416         * edmacro.el (edmacro-format-keys): Fix previous change.
13418 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13420         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
13421         The hack didn't work outside English locales anyway.
13423 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
13425         * simple.el (define-alternatives): Rename from alternatives-define,
13426         per RMS' suggestion.
13428 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
13430         * desktop.el (desktop-restore-frames): Change default to t.
13431         (desktop-restore-in-current-display): Now offer more options.
13432         (desktop-restoring-reuses-frames): New customization option.
13433         (desktop--saved-states): Doc fix.
13434         (desktop-filter-parameters-alist): New variable, renamed and expanded
13435         from desktop--excluded-frame-parameters.
13436         (desktop--target-display): New variable.
13437         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
13438         (desktop--filter-tty*, desktop--filter-*-color)
13439         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
13440         (desktop--filter-save-desktop-parm)
13441         (desktop-restore-in-original-display-p): New functions.
13442         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
13443         (desktop--save-minibuffer-frames): New function, inspired by a similar
13444         function from Martin Rudalics.
13445         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
13446         (desktop--restore-in-this-display-p): Remove.
13447         (desktop--find-frame): Rename from desktop--find-frame-in-display
13448         and add predicate argument.
13449         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
13450         (desktop--reuse-list): New variable.
13451         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
13452         New functions.
13453         (desktop--restore-frames): Add support for "minibuffer-special" frames.
13455 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
13457         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
13459 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
13461         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13462         Highlight conversion methods on Kernel.
13464 2013-07-13  Alan Mackenzie  <acm@muc.de>
13466         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
13467         and comment it out.  This out-commenting enables certain C++
13468         declarations to be parsed correctly.
13470 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
13472         * international/mule.el (define-coding-system): Doc fix.
13474         * simple.el (default-font-height): Don't call font-info if the
13475         frame's default font didn't change since the frame was created.
13476         (Bug#14838)
13478 2013-07-13  Leo Liu  <sdl.web@gmail.com>
13480         * ido.el (ido-read-file-name): Guard against non-symbol value.
13482 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13484         * progmodes/python.el (python-imenu--build-tree): Fix corner case
13485         in nested defuns.
13487 2013-07-13  Leo Liu  <sdl.web@gmail.com>
13489         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
13490         ido-set-matches call.  (Bug#6852)
13492 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
13494         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
13495         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
13496         Ruby 2.0.
13497         (ruby-font-lock-keywords): Distinguish calls to functions with
13498         module-like names from module references.  Highlight character
13499         literals.
13501 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
13503         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
13504         (gdb-send): Handle continued commands.  (Bug#14847)
13506 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
13508         * desktop.el (desktop--v2s): Remove unused local variable.
13509         (desktop-save-buffer): Make defvar-local; adjust docstring.
13510         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
13511         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
13513 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
13515         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
13517 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
13519         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
13520         (Bug#14842)
13522 2013-07-12  Glenn Morris  <rgm@gnu.org>
13524         * doc-view.el: Require cl-lib at runtime too.
13525         (doc-view-remove-if): Remove.
13526         (doc-view-search-next-match, doc-view-search-previous-match):
13527         Use cl-remove-if.
13529         * edmacro.el: Require cl-lib at runtime too.
13530         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
13531         (edmacro-mismatch, edmacro-subseq): Remove.
13533         * shadowfile.el: Require cl-lib.
13534         (shadow-remove-if): Remove.
13535         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
13536         Use cl-remove-if.
13538         * wid-edit.el: Require cl-lib.
13539         (widget-choose): Use cl-remove-if.
13540         (widget-remove-if): Remove.
13542         * progmodes/ebrowse.el: Require cl-lib at runtime too.
13543         (ebrowse-delete-if-not): Remove.
13544         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
13545         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
13546         Use cl-delete-if-not.
13548 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
13550         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
13551         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
13553 2013-07-12  Leo Liu  <sdl.web@gmail.com>
13555         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
13557 2013-07-11  Glenn Morris  <rgm@gnu.org>
13559         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
13560         (edebug-gensym-index, edebug-gensym):
13561         Remove reimplementation of cl-gensym.
13562         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
13564         * thumbs.el: Require cl-lib at run-time too.
13565         (thumbs-gensym-counter, thumbs-gensym):
13566         Remove reimplementation of cl-gensym.
13567         (thumbs-temp-file): Use cl-gensym.
13569         * emacs-lisp/ert.el: Require cl-lib at runtime too.
13570         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
13571         (ert--intersection, ert--set-difference, ert--set-difference-eq)
13572         (ert--union, ert--gensym-counter, ert--gensym-counter)
13573         (ert--coerce-to-vector, ert--remove*, ert--string-position)
13574         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
13575         (ert-make-test-unbound, ert--expand-should-1)
13576         (ert--expand-should, ert--should-error-handle-error)
13577         (should-error, ert--explain-equal-rec)
13578         (ert--plist-difference-explanation, ert-select-tests)
13579         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
13580         Use cl-lib functions rather than reimplementations.
13582 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
13584         * net/tramp.el (tramp-methods): Extend docstring.
13585         (tramp-connection-timeout): New defcustom.
13586         (tramp-error-with-buffer): Reset timestamp only when appropriate.
13587         (with-tramp-progress-reporter): Simplify.
13588         (tramp-process-actions): Improve messages.
13590         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13591         * net/tramp-sh.el (tramp-maybe-open-connection):
13592         Use `tramp-connection-timeout'.
13593         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
13594         (Bug#14808)
13596 2013-07-11  Leo Liu  <sdl.web@gmail.com>
13598         * ido.el (ido-read-file-name): Conform to the requirements of
13599         read-file-name.  (Bug#11861)
13600         (ido-read-directory-name): Conform to the requirements of
13601         read-directory-name.
13603 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
13605         * subr.el (delay-warning): New function.
13607 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
13609         * simple.el (default-line-height): New function.
13610         (line-move-partial, line-move): Use it instead of computing the
13611         line height inline.
13612         (line-move-partial): Always compute ROWH.  If the last line is
13613         partially-visible, but its text is completely visible, allow
13614         cursor to enter such a partially-visible line.
13616 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
13618         Improve error messages.  (Bug#14808)
13620         * net/tramp.el (tramp-current-connection): New defvar, moved from
13621         tramp-sh.el.
13622         (tramp-message-show-progress-reporter-message): Remove, not
13623         needed anymore.
13624         (tramp-error-with-buffer): Show message in minibuffer.
13625         Discard input before waiting.  Reset connection timestamp.
13626         (with-tramp-progress-reporter): Improve messages.
13627         (tramp-process-actions): Use progress reporter.  Delete process in
13628         case of error.  Improve messages.
13630         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
13631         Call `tramp-error-with-buffer' with vector and buffer.
13632         (tramp-current-connection): Remove.
13633         (tramp-maybe-open-connection): The car of
13634         `tramp-current-connection' are the first 3 slots of the vector.
13636 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
13638         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
13639         inside continued strings.
13641 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13643         Timestamp fixes for undo (Bug#14824).
13644         * files.el (clear-visited-file-modtime): Move here from fileio.c.
13646 2013-07-10  Leo Liu  <sdl.web@gmail.com>
13648         * files.el (require-final-newline): Allow safe local value.
13649         (Bug#14834)
13651 2013-07-09  Leo Liu  <sdl.web@gmail.com>
13653         * ido.el (ido-read-directory-name): Handle fallback.
13654         (ido-read-file-name): Update DIR to ido-current-directory.
13655         (Bug#1516)
13656         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
13658 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
13660         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
13661         "autoload".  Remove "warn lower camel case" section, previously
13662         commented out.  Highlight negation char.  Do not highlight the
13663         target in singleton method definitions.
13665 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13667         * faces.el (tty-setup-hook): Declare the hook.
13669         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
13670         and detect when a guard/pred depends on local vars (bug#14773).
13671         (pcase--u1): Adjust caller.
13673 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
13675         * simple.el (line-move-partial, line-move): Account for
13676         line-spacing.
13677         (line-move-partial): Avoid setting vscroll when the last
13678         partially-visible line in window is of default height.
13680 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13682         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
13683         been used a while.
13685 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
13687         * subr.el (read-quoted-char): Remove unused local variable `char'.
13689 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
13691         * vc/ediff.el (ediff-version): Version update.
13692         (ediff-files-command, ediff3-files-command, ediff-merge-command)
13693         (ediff-merge-with-ancestor-command, ediff-directories-command)
13694         (ediff-directories3-command, ediff-merge-directories-command)
13695         (ediff-merge-directories-with-ancestor-command): New functions.
13696         All are command-line interfaces to ediff: to facilitate calling
13697         Emacs with the appropriate ediff functions invoked.
13699         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
13700         New function.
13701         (viper-save-kill-buffer): Check if buffer is modified.
13703         * emulation/viper.el (viper-version): Version update.
13704         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
13706 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13708         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
13709         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
13710         (viper-intercept-ESC-key): Simplify.
13711         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
13712         don't use kbd.
13713         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
13714         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
13715         (viper-setup-ESC-to-escape): New functions.
13716         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
13717         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
13719 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
13721         * simple.el (default-font-height, window-screen-lines):
13722         New functions.
13723         (line-move, line-move-partial): Use them instead of
13724         frame-char-height and window-text-height.  This makes scrolling
13725         text smoother when the buffer's default face uses a font that is
13726         different from the frame's default font.
13728 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
13730         * files.el (write-file): Do not display confirm dialog for NS,
13731         it does its own dialog, which can't be canceled (Bug#14578).
13733 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
13735         * simple.el (line-move-partial): Adjust the row returned by
13736         posn-at-point for the current window-vscroll.  (Bug#14567)
13738 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
13740         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
13741         (tramp-sh-file-inotifywait-process-filter): Handle file names with
13742         spaces.
13744 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
13746         * window.el (window-state-put-stale-windows): New variable.
13747         (window--state-put-2): Save list of windows without matching buffer.
13748         (window-state-put): Remove "bufferless" windows if possible.
13750 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
13752         * simple.el (alternatives-define): Remove leftover :group keyword.
13753         Tweak docstring.
13755 2013-07-06  Leo Liu  <sdl.web@gmail.com>
13757         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
13758         (ido-enable-virtual-buffers): New variable.
13759         (ido-buffer-internal, ido-toggle-virtual-buffers)
13760         (ido-make-buffer-list): Use it.
13761         (ido-exhibit): Support turning on and off virtual buffers
13762         automatically.
13764 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
13766         * simple.el (alternatives-define): New macro.
13768 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13770         * subr.el (read-quoted-char): Use read-key.
13771         (sit-for): Let read-event decode tty input (bug#14782).
13773 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
13775         * calendar/todo-mode.el: Add handling of file deletion, both by
13776         mode command and externally.  Fix various related bugs.
13777         Clarify Commentary and improve some documentation strings and code.
13778         (todo-delete-file): New command.
13779         (todo-check-file): New function.
13780         (todo-show): Handle external deletion of the file we're trying to
13781         show (bug#14688).  Replace called-interactively-p by an optional
13782         prefix argument to avoid problematic interaction with catch form
13783         when byte compiled (bug#14702).
13784         (todo-quit): Handle external deletion of the archive's todo file.
13785         Make sure the buffer that was visiting the archive file is still
13786         live before trying to bury it.
13787         (todo-category-completions): Handle external deletion of any
13788         category completion files.
13789         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
13790         of todo files, in case of external deletion.
13791         (todo-add-file): Replace unnecessary setq by let-binding.
13792         (todo-find-archive): Check whether there are any archives.
13793         Replace unnecessary setq by let-binding.
13794         (todo-archive-done-item): Use find-file-noselect to get the
13795         archive buffer whether or not the archive already exists.
13796         Remove superfluous code.  Use file size instead of buffer-file-name to
13797         check if the archive is new; if it is, update list of archives.
13798         (todo-default-todo-file): Allow nil to be a valid value for when
13799         there are no todo files.
13800         (todo-reevaluate-default-file-defcustom): Use corrected definition
13801         of todo-default-todo-file.
13802         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13803         (todo-delete-category, todo-show-categories-table)
13804         (todo-category-number): Clarify comment.
13805         (todo-filter-items): Clarify documentation string.
13806         (todo-show-current-file, todo-display-as-todo-file)
13807         (todo-reset-and-enable-done-separator): Tweak documentation string.
13808         (todo-done-separator): Make separator length window-width, since
13809         bug#2749 is now fixed.
13811 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
13813         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13814         Support both "gvfs-monitor-dir" and "inotifywait".
13815         (tramp-sh-file-inotifywait-process-filter): Rename from
13816         `tramp-sh-file-notify-process-filter'.
13817         (tramp-sh-file-gvfs-monitor-dir-process-filter)
13818         (tramp-get-remote-gvfs-monitor-dir): New defuns.
13820 2013-07-05  Leo Liu  <sdl.web@gmail.com>
13822         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13824 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13826         * frame.el (display-pixel-height, display-pixel-width)
13827         (display-mm-height, display-mm-width): Mention behavior on
13828         multi-monitor setups in docstrings.
13829         (w32-display-monitor-attributes-list): Declare function.
13830         (display-monitor-attributes-list): Use it.
13832 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
13834         * filenotify.el: New package.
13836         * autorevert.el (top): Require filenotify.el.
13837         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
13838         instead.
13839         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13840         (auto-revert-notify-handler): Use `file-notify-*' functions.
13842         * subr.el (file-notify-handle-event): Move function to filenotify.el.
13844         * net/tramp.el (tramp-file-name-for-operation):
13845         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13847         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13848         for `file-notify-add-watch' and `file-notify-rm-watch'.
13849         (tramp-process-sentinel): Improve trace.
13850         (tramp-sh-handle-file-notify-add-watch)
13851         (tramp-sh-file-notify-process-filter)
13852         (tramp-sh-handle-file-notify-rm-watch)
13853         (tramp-get-remote-inotifywait): New defuns.
13855 2013-07-03  Juri Linkov  <juri@jurta.org>
13857         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13858         call of `occur-read-primary-args' to interactive spec.
13860         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13861         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
13863 2013-07-03  Matthias Meulien  <orontee@gmail.com>
13865         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13866         `Buffer-menu-multi-occur'.  Add it to the menu.
13867         (Buffer-menu-mode): Document it in docstring.
13868         (Buffer-menu-multi-occur): New command.  (Bug#14673)
13870 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13872         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13873         keywords and built-ins.
13875 2013-07-03  Glenn Morris  <rgm@gnu.org>
13877         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
13879         Make info-xref checks case-sensitive by default
13880         * info.el (Info-find-node, Info-find-in-tag-table)
13881         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13882         Add option for exact case matching of nodes.
13883         * info-xref.el (info-xref): New custom group.
13884         (info-xref-case-fold): New option.
13885         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13887 2013-07-03  Leo Liu  <sdl.web@gmail.com>
13889         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13891 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13893         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13894         middle of block statement initially, lower the depth.  Remove
13895         FIXME comment, not longer valid.  Remove middle of block statement
13896         detection, no need to do that anymore since we've been using
13897         `ruby-parse-region' here.
13899 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
13901         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13903 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13905         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13907 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
13909         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13910         (desktop-restore-in-current-display): New customization option.
13911         (desktop--excluded-frame-parameters): Add `font'.
13912         (desktop--save-frames): Rename from desktop--save-windows.
13913         (desktop--restore-in-this-display-p): New function.
13914         (desktop--make-full-frame): Remove unwanted width/height from
13915         full(width|height) frames.
13916         (desktop--restore-frames): Rename from desktop--restore-windows.
13917         Obey desktop-restore-current-display.  Do not delete old frames or
13918         select a new frame unless we were able to restore at least one frame.
13920 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
13922         * files.el (find-file-noselect): Simplify conditional expression.
13924         * textmodes/remember.el (remember-append-to-file):
13925         Don't mix `find-buffer-visiting' and `get-file-buffer'.
13927         Add `remember-notes' function to store random notes across Emacs
13928         restarts.
13929         * textmodes/remember.el (remember-data-file): Add :set callback to
13930         affect notes buffer (if any).
13931         (remember-notes): New command.
13932         (remember-notes-buffer-name, bury-remember-notes-on-kill):
13933         New defcustoms for the `remember-notes' function.
13934         (remember-notes-save-and-bury-buffer): New command.
13935         (remember-notes-mode-map): New variable.
13936         (remember-mode): New minor mode.
13937         (remember-notes--kill-buffer-query): New function.
13938         * startup.el (initial-buffer-choice): Add notes to custom type.
13940 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
13942         * bindings.el (right-char, left-char): Don't call sit-for, this is
13943         no longer needed.  Use arithmetic comparison only for numerical
13944         arguments.
13946         * international/mule-cmds.el (select-safe-coding-system):
13947         Handle the case of FROM being a string correctly.  (Bug#14755)
13949 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13951         * net/shr.el (shr-make-table-1): Add a sanity check that allows
13952         progression on degenerate tables.
13953         (shr-rescale-image): ImageMagick animated images currently don't work.
13955 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
13957         Some fixes and improvements for desktop frame restoration.
13958         It is still experimental and disabled by default.
13959         * desktop.el (desktop--save-windows): Put the selected frame at
13960         the head of the list.
13961         (desktop--make-full-frame): New function.
13962         (desktop--restore-windows): Try to re-select the frame that was
13963         selected upon saving.  Do not abort if some frames fail to restore,
13964         just show an error message and continue.  Set up maximized frames
13965         so they have default non-maximized dimensions.
13967 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
13969         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13970         Don't start heredoc inside a string or comment.
13972 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
13974         * bindings.el (visual-order-cursor-movement): New defcustom.
13975         (right-char, left-char): Provide visual-order cursor motion by
13976         calling move-point-visually.  Update the doc strings.
13978 2013-06-28  Kenichi Handa  <handa@gnu.org>
13980         * international/mule.el (define-coding-system): New coding system
13981         properties :inhibit-null-byte-detection,
13982         :inhibit-iso-escape-detection, and :prefer-utf-8.
13983         (set-buffer-file-coding-system): If :charset-list property of
13984         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13985         appropriate for setting.
13987         * international/mule-cmds.el (select-safe-coding-system):
13988         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13989         multibyte characters, return utf-8 (or one of its siblings).
13991         * international/mule-conf.el (prefer-utf-8): New coding system.
13992         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13993         files.
13995 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
13997         * net/shr.el (shr-render-region): New function.
13999         * net/eww.el: Autoload `eww-browse-url'.
14001 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
14003         * emacs-lisp/package-x.el (package-upload-buffer-internal):
14004         Adapt to `package-desc-version' being a list.
14005         Use `package--ac-desc-version' to retrieve version from a package
14006         archive element.
14008 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
14010         New experimental feature to save&restore window and frame setup.
14011         * desktop.el (desktop-save-windows): New defcustom.
14012         (desktop--saved-states): New var.
14013         (desktop--excluded-frame-parameters): New defconst.
14014         (desktop--filter-frame-parms, desktop--find-frame-in-display)
14015         (desktop--restore-windows, desktop--save-windows): New functions.
14016         (desktop-save): Call `desktop--save-windows'.
14017         (desktop-read): Call `desktop--restore-windows'.
14019 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14021         * net/shr.el (add-face-text-property): Remove compat definition.
14023 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
14025         * info.el (Info-try-follow-nearest-node): Move search for footnote
14026         above search for node name to prevent missing a footnote (bug#14717).
14028 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
14030         * obsolete/otodo-mode.el: Add obsolescence info to file header.
14032 2013-06-27  Leo Liu  <sdl.web@gmail.com>
14034         * net/eww.el (eww-read-bookmarks): Check file size.
14036 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14038         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
14039         advice--pending if newdef is nil or an autoload (bug#13820).
14040         (advice-mapc): New function.
14042 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14044         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
14045         probably.
14046         (eww-mode-map): Add a menu bar.
14047         (eww-add-bookmark): New command.
14048         (eww-bookmark-mode): New mode and commands.
14049         (eww-add-bookmark): Remove newlines from the title.
14050         (eww-bookmark-browse): Don't bug out if it's the only window.
14052 2013-06-26  Glenn Morris  <rgm@gnu.org>
14054         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
14055         (hfy-size): Handle ttys.  (Bug#14668)
14057         * info-xref.el: Update for Texinfo 5 change in *note format.
14058         (info-xref-node-re, info-xref-note-re): New constants.
14059         (info-xref-check-buffer): Use info-xref-note-re.
14061 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14063         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
14065         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
14066         nil terminate the loop (bug#14718).
14068 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14070         * net/eww.el: Rework history traversal.  When going forward/back,
14071         put these actions into the history, too, so that they can be
14072         replayed.
14073         (eww-render): Move the history reset to the correct buffer.
14075 2013-06-25  Juri Linkov  <juri@jurta.org>
14077         * files-x.el (modify-dir-local-variable): Change the header comment
14078         in the file with directory local variables.  (Bug#14692)
14080         * files-x.el (read-file-local-variable-value): Add `default'.
14081         (Bug#14710)
14083 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085         * net/eww.el (eww-make-unique-file-name): Create a unique file
14086         name before saving to entering `y' accidentally asynchronously.
14088 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
14090         * net/eww.el (eww-download): New command and keystroke.
14092 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14094         * net/eww.el (eww-copy-page-url): Change name of command.
14096         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
14097         be more consistent with Info and dired.
14099         * net/eww.el (eww-mode-map): Ditto.
14101 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14103         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
14104         packages from archives.
14105         (package-archive-contents): Change format; include obsolete packages.
14106         (package-desc): Use `dir' to mark builtin packages.
14107         (package--from-builtin): Set the `dir' field to `builtin'.
14108         (generated-autoload-file, version-control): Declare.
14109         (package-compute-transaction): Change first arg and return value to be
14110         lists of package-descs.  Adjust to new package-archive-contents format.
14111         (package--add-to-archive-contents): Adjust to new
14112         package-archive-contents format.
14113         (package-download-transaction): Arg is now a list of package-descs.
14114         (package-install): If `pkg' is a package name, pass it as
14115         a requirement, so it is subject to the usual (e.g. disabled) checks.
14116         (describe-package): Accept package-desc as well.
14117         (describe-package-1): Describe a specific package-desc.  Add links to
14118         other package-descs for the same package name.
14119         (package-menu-describe-package): Pass the actual package-desc.
14120         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
14121         works correctly.
14122         (package-desc-status): New function.
14123         (package-menu--refresh): New function, extracted
14124         from package-menu--generate.
14125         (package-menu--generate): Use it.
14126         (package-delete): Update package-alist.
14127         (package-menu-execute): Don't call package-initialize.
14129         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
14130         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
14131         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
14132         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
14133         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
14134         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
14136 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
14138         * window.el (window--state-get-1): Workaround for bug#14527.
14139         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
14141 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14143         * net/eww.el (eww-back-url): Implement the history by stashing all
14144         the data into a list.
14145         (eww-forward-url): Allow going forward in the history, too.
14147 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14149         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
14150         for values and use read--expression for expressions (bug#14710).
14151         (read-file-local-variable): Avoid setq.
14152         (read-file-local-variable-mode): Use minor-mode-list.
14154 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14156         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
14157         for DOI URLs.
14159 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14161         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
14162         Update imenu-support when dialect changes.
14164 2013-06-25  Leo Liu  <sdl.web@gmail.com>
14166         * ido.el (ido-read-internal): Allow forward slash on windows.
14168 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14170         * net/eww.el (eww): Start of strings is \\`, not ^.
14172 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
14174         * net/shr.el (shr-browse-url): Fix interactive spec.
14176         * net/eww.el (eww): Add a trailing slash to domain names.
14178 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
14180         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
14182 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14184         * net/shr.el (shr-browse-url): Use an external browser if given a
14185         prefix.
14187         * net/eww.el (eww-external-browser): Move to shr.
14189 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
14191         * net/eww.el (eww): Work more correctly for file: URLs.
14192         (eww-detect-charset): Allow quoted charsets.
14193         (eww-yank-page-url): New command and keystroke.
14195 2013-06-24  Daiki Ueno  <ueno@gnu.org>
14197         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
14198         file name of gpg executable.
14199         (epg-context-program): New function.
14200         (epg-context-home-directory): New function.
14201         (epg-context-set-program): New function.
14202         (epg-context-set-home-directory): New function.
14203         (epg--start): Use `epg-context-program' instead of
14204         'epg-gpg-program'.
14205         (epg--list-keys-1): Likewise.
14207 2013-06-24  Leo Liu  <sdl.web@gmail.com>
14209         * ido.el (ido-read-internal): Fix bug#14620.
14211 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
14213         * faces.el (face-documentation): Simplify.
14214         (read-face-attribute, tty-find-type, x-resolve-font-name):
14215         Use `string-match-p'.
14216         (list-faces-display): Use `string-match-p'.  Simplify.
14217         (face-spec-recalc): Check face to avoid face alias loops.
14218         (read-color): Use `string-match-p' and non-capturing parenthesis.
14220 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14222         * net/shr.el (shr-rescale-image): Use the new
14223         :max-width/:max-height functionality.
14225 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
14227         * net/eww.el (eww-search-prefix): New variable.
14228         (eww): Use it.
14229         (eww-external-browser): New variable.
14230         (eww-mode-map): New keystroke.
14231         (eww-browse-with-external-browser): New command.
14233         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
14235 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
14237         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14238         Don't skip aligning the next header field when padding is 0;
14239         otherwise, field width is not respected unless the title is as
14240         wide as the field.
14242 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14244         * emacs-lisp/package.el (package-el-version): Remove.
14245         (package-process-define-package): Fix inf-loop.
14246         (package-install): Allow symbols as arguments again.
14248 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
14250         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
14251         add some more keyword-like methods.
14252         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
14254 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
14256         * bs.el (bs-buffer-show-mark): Make defvar-local.
14257         (bs-mode): Use setq-local.
14259         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
14260         (emacs-lock--try-unlocking): Make defvar-local.
14262 2013-06-22  Glenn Morris  <rgm@gnu.org>
14264         * play/cookie1.el (cookie-apropos): Minor simplification.
14266         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
14268 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
14270         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
14271         `regexp-opt', it breaks the build during dumping.
14273 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
14275         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
14276         Highlight keyword-like methods on Kernel and Module with
14277         font-lock-builtin-face.
14278         (auto-mode-alist): Consolidate different entries into one regexp
14279         and add more *file-s.
14281 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
14283         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
14285         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
14286         (diary-entry): Use it in the action of this button type instead of
14287         diary-goto-entry.
14289         * calendar/todo-mode.el: New version.
14290         (todo-add-category): Append new category to end of file and give
14291         it the highest number, instead of putting it at the beginning and
14292         giving it 0.  Incorporate noninteractive functionality.
14293         (todo-forward-category): Adapt to 1-based category numbering.
14294         Allow skipping over archived categories.
14295         (todo-backward-category): Derive from todo-forward-category.
14296         (todo-backward-item, todo-forward-item): Make noninteractive and
14297         delegate interactive part to new commands.  Make sensitive to done items.
14298         (todo-categories): Make value an alist of category names and
14299         vectors of item counts.
14300         (todo-category-beg): Make a defconst.
14301         (todo-category-number): Use 1 instead of 0 as initial value.
14302         (todo-category-select): Make sensitive to overlays, optional item
14303         highlighting and done items.
14304         (todo-delete-item): Make sensitive to overlays and marked and done items.
14305         (todo-edit-item): Make sensitive to overlays and editing of
14306         date/time header optional.  Add format checks.
14307         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
14308         no-op if point is not on an item.  Advertise using todo-edit-quit.
14309         (todo-edit-mode): Make sensitive to new format, font-locking, and
14310         multiple todo files.
14311         (todo-insert-item, todo-insert-item-here): Derive from
14312         todo-basic-insert-item and extend functionality.
14313         (todo-item-end, todo-item-start): Make sensitive to done items.
14314         (todo-item-string): Don't return text properties.  Restore point.
14315         (todo-jump-to-category): Make sensitive to multiple todo files and
14316         todo archives.  Use extended category completion.
14317         (todo-lower-item, todo-raise-item): Rename to *-priority and
14318         derive from todo-set-item-priority.
14319         (todo-mode): Derive from special-mode.  Make sensitive to new
14320         format, font-locking and multiple todo files.  Make read-only.
14321         (todo-mode-map): Don't suppress digit keys, so they can supply
14322         prefix arguments.  Add many new key bindings.
14323         (todo-prefix): Insert as an overlay instead of file text.
14324         Change semantics from diary date expression to purely visual mark.
14325         (todo-print): Rename to todo-print-buffer.  Make buffer display
14326         features printable.  Remove option to restrict number of items
14327         printed.  Add option to print to file.
14328         (todo-print-function): Rename to todo-print-buffer-function.
14329         (todo-quit): Extend to handle exiting new todo modes.
14330         (todo-remove-item): Make sensitive to overlays.
14331         (todo-save): Extend to buffers of filtered items.
14332         (todo-show): Make sensitive to done items, multiple todo files and
14333         new todo modes.  Offer to convert legacy todo file before creating
14334         first new todo file.
14335         (todo-show-priorities): Rename to todo-top-priorities.
14336         Change semantics of value 0.
14337         (todo-top-priorities): Rename to todo-filter-top-priorities,
14338         derive from todo-filter-items and extend functionality.
14339         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
14340         and extend functionality to other types of filtered items.
14341         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
14342         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
14343         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
14344         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
14345         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
14346         (todo-edit-mode-hook, todo-entry-prefix-function)
14347         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
14348         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
14349         (todo-initials, todo-insert-threshold, todo-item-string-start)
14350         (todo-line-string, todo-menu, todo-mode-hook)
14351         (todo-more-important-p, todo-previous-answer, todo-previous-line)
14352         (todo-print-priorities, todo-remove-separator)
14353         (todo-save-top-priorities-too, todo-string-count-lines)
14354         (todo-string-multiline-p, todo-time-string-format)
14355         (todo-tmp-buffer-name): Remove.
14356         (todo-add-file, todo-archive-done-item, todo-choose-archive)
14357         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
14358         (todo-edit-category-diary-inclusion)
14359         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
14360         (todo-edit-file, todo-edit-item-date-day)
14361         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
14362         (todo-edit-item-date-month, todo-edit-item-date-to-today)
14363         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
14364         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
14365         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
14366         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
14367         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
14368         (todo-filter-top-priorities-multifile, todo-find-archive)
14369         (todo-find-filtered-items-file, todo-go-to-source-item)
14370         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
14371         (todo-jump-to-archive-category, todo-lower-category)
14372         (todo-mark-category, todo-marked-item-p, todo-merge-category)
14373         (todo-move-category, todo-move-item, todo-next-button)
14374         (todo-next-item, todo-padded-string, todo-powerset)
14375         (todo-previous-button, todo-previous-item)
14376         (todo-print-buffer-to-file, todo-raise-category)
14377         (todo-rename-category, todo-repair-categories-sexp, todo-search)
14378         (todo-set-category-number, todo-set-item-priority)
14379         (todo-set-top-priorities-in-category)
14380         (todo-set-top-priorities-in-file, todo-show-categories-table)
14381         (todo-sort-categories-alphabetically-or-numerically)
14382         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
14383         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
14384         (todo-toggle-item-header, todo-toggle-item-highlighting)
14385         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
14386         (todo-toggle-view-done-items, todo-toggle-view-done-only)
14387         (todo-unarchive-items, todo-unmark-category): New commands.
14388         (todo-absolute-file-name, todo-add-to-buffer-list)
14389         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
14390         (todo-basic-insert-item, todo-category-completions)
14391         (todo-category-number, todo-category-string-matcher-1)
14392         (todo-category-string-matcher-2, todo-check-filtered-items-file)
14393         (todo-check-format, todo-clear-matches)
14394         (todo-comment-string-matcher, todo-convert-legacy-date-time)
14395         (todo-current-category, todo-date-string-matcher)
14396         (todo-define-insertion-command, todo-diary-expired-matcher)
14397         (todo-diary-goto-entry, todo-diary-item-p)
14398         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
14399         (todo-display-categories, todo-display-sorted, todo-done-item-p)
14400         (todo-done-item-section-p, todo-done-separator)
14401         (todo-done-string-matcher, todo-files, todo-filter-items)
14402         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
14403         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
14404         (todo-insert-category-line, todo-insert-item-from-calendar)
14405         (todo-insert-sort-button, todo-insert-with-overlays)
14406         (todo-insertion-command-name, todo-insertion-key-bindings)
14407         (todo-label-to-key, todo-longest-category-name-length)
14408         (todo-make-categories-list, todo-mode-external-set)
14409         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
14410         (todo-modes-set-3, todo-multiple-filter-files)
14411         (todo-nondiary-marker-matcher, todo-prefix-overlays)
14412         (todo-read-category, todo-read-date, todo-read-dayname)
14413         (todo-read-file-name, todo-read-time)
14414         (todo-reevaluate-category-completions-files-defcustom)
14415         (todo-reevaluate-default-file-defcustom)
14416         (todo-reevaluate-filelist-defcustoms)
14417         (todo-reevaluate-filter-files-defcustom)
14418         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
14419         (todo-reset-done-separator, todo-reset-done-separator-string)
14420         (todo-reset-done-string, todo-reset-global-current-todo-file)
14421         (todo-reset-highlight-item, todo-reset-nondiary-marker)
14422         (todo-reset-prefix, todo-set-categories)
14423         (todo-set-date-from-calendar, todo-set-show-current-file)
14424         (todo-set-top-priorities, todo-short-file-name)
14425         (todo-show-current-file, todo-sort, todo-time-string-matcher)
14426         (todo-total-item-counts, todo-update-buffer-list)
14427         (todo-update-categories-display, todo-update-categories-sexp)
14428         (todo-update-count, todo-validate-name, todo-y-or-n-p):
14429         New functions.
14430         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
14431         New major modes.
14432         (todo-categories, todo-display, todo-edit, todo-faces)
14433         (todo-filtered): New defgroups.
14434         (todo-archived-only, todo-button, todo-category-string, todo-date)
14435         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
14436         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
14437         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
14438         (todo-add-item-if-new-category, todo-always-add-time-string)
14439         (todo-categories-align, todo-categories-archived-label)
14440         (todo-categories-category-label, todo-categories-diary-label)
14441         (todo-categories-done-label, todo-categories-number-separator)
14442         (todo-categories-todo-label, todo-categories-totals-label)
14443         (todo-category-completions-files, todo-completion-ignore-case)
14444         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
14445         (todo-done-separator-string, todo-done-string)
14446         (todo-files-function, todo-filter-done-items, todo-filter-files)
14447         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
14448         (todo-initial-category, todo-initial-file, todo-item-mark)
14449         (todo-legacy-date-time-regexp, todo-mode-line-function)
14450         (todo-nondiary-marker, todo-number-prefix)
14451         (todo-print-buffer-function, todo-show-current-file)
14452         (todo-show-done-only, todo-show-first, todo-show-with-done)
14453         (todo-skip-archived-categories, todo-top-priorities-overrides)
14454         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
14455         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
14456         New defcustoms.
14457         (todo-category-done, todo-date-pattern, todo-date-string-start)
14458         (todo-diary-items-buffer, todo-done-string-start)
14459         (todo-filtered-items-buffer, todo-item-start)
14460         (todo-month-abbrev-array, todo-month-name-array)
14461         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
14462         (todo-top-priorities-buffer): New defconsts.
14463         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
14464         (todo-categories-with-marks, todo-category-string-face)
14465         (todo-comment-face, todo-comment-string, todo-current-todo-file)
14466         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
14467         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
14468         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
14469         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
14470         (todo-font-lock-keywords, todo-global-current-todo-file)
14471         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
14472         (todo-insertion-commands-args)
14473         (todo-insertion-commands-args-genlist)
14474         (todo-insertion-commands-names, todo-insertion-map)
14475         (todo-key-bindings-t, todo-key-bindings-t+a)
14476         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
14477         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
14478         (todo-nondiary-face, todo-print-buffer, todo-time-face)
14479         (todo-visited): New variables.
14481 2013-06-21  Glenn Morris  <rgm@gnu.org>
14483         * play/cookie1.el (cookie-apropos): Add optional display argument.
14484         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
14485         (psychoanalyze-pinhead): Use cookie-doctor.
14487 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14489         * emacs-lisp/package.el (tar-get-file-descriptor)
14490         (tar--extract): Declare.
14492 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
14494         Extend flymake's warning predicate to be a function (bug#14217).
14495         * progmodes/flymake.el (flymake-warning-predicate): New.
14496         (flymake-parse-line): Use it.
14497         (flymake-warning-re): Make obsolete alias to
14498         `flymake-warning-predicate'.
14500 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14502         * emacs-lisp/package.el (package-alist): Include obsolete packages.
14503         (package-obsolete-list): Remove.
14504         (package-activate): Remove min-version argument.  Add `force' argument.
14505         Adjust to new package-alist format.
14506         (package-mark-obsolete): Remove.
14507         (package-unpack): Force reload of the package's autoloads.
14508         (package-installed-p): Check builtins if the installed package is not
14509         recent enough.
14510         (package-initialize): Don't reset package-obsolete-list.
14511         Don't specify which package version to activate.
14512         (package-process-define-package, describe-package-1)
14513         (package-menu--generate): Adjust to new package-alist format.
14515 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14517         * allout-widgets.el (allout-widgets-mode-off)
14518         (allout-widgets-mode-on, allout-widgets-pre-command-business)
14519         (allout-widgets-post-command-business)
14520         (allout-widgets-after-copy-or-kill-function)
14521         (allout-widgets-after-undo-function, allout-test-range-overlaps)
14522         (allout-decorate-item-and-context)
14523         (allout-graphics-modification-handler): Fix typos in docstrings.
14524         (allout-get-or-create-parent-widget): Use `looking-at-p'.
14526         * cmuscheme.el (scheme-start-file): Doc fix.
14527         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
14528         (scheme-input-filter): Use `string-match-p'.
14530         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
14532         * dired-x.el: Use Dired consistently in docstrings.
14534         * dired.el: Use Dired consistently in docstrings.
14535         (dired-readin, dired-mode): Use `setq-local'.
14536         (dired-switches-alist): Make defvar-local.
14537         (dired-buffers-for-dir): Use `zerop'.
14538         (dired-safe-switches-p, dired-switches-escape-p)
14539         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
14540         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
14541         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
14542         (dired-goto-next-nontrivial-file): Use `string-match-p'.
14543         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
14544         (dired-toggle-marks, dired-mark-files-containing-regexp)
14545         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
14546         (dired-flag-auto-save-files, dired-flag-backup-files):
14547         Use `looking-at-p'.
14548         (dired-mark-files-regexp, dired-build-subdir-alist):
14549         Use `string-match-p', `looking-at-p'.
14551         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
14552         (direct-print-region-helper): Use `string-match-p'.
14554 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14556         * comint.el (comint-redirect-results-list-from-process):
14557         Fix infinite loop.
14559 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14561         * net/eww.el (eww-update-header-line-format): Quote % characters.
14563 2013-06-21  Glenn Morris  <rgm@gnu.org>
14565         * play/cookie1.el (cookie): New custom group.
14566         (cookie-file): New option.
14567         (cookie-check-file): New function.
14568         (cookie): Make it interactive.  Make start and end messages optional.
14569         Interactively, display the result.  Default to cookie-file.
14570         (cookie-insert): Default to cookie-file.
14571         (cookie-snarf): Make start and end messages optional.
14572         Default to cookie-file.  Use with-temp-buffer.
14573         (cookie-read): Rename from read-cookie.
14574         Make start and end messages optional.  Default to cookie-file.
14575         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
14576         Do not autoload it.
14577         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
14578         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
14580 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14582         * progmodes/octave.el (octave-mode): Backward compatibility fix.
14584 2013-06-21  Glenn Morris  <rgm@gnu.org>
14586         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
14588 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14589             Daniel Hackney  <dan@haxney.org>
14591         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
14592         Consolidate the single-file vs tarball code.
14593         (package-desc-suffix): New function.
14594         (package-desc-full-name): Don't bother inlining it.
14595         (package-load-descriptor): Return the new package-desc.
14596         (package-mark-obsolete): Remove unused arg `package'.
14597         (package-unpack): Make it work for single files as well.
14598         Make it update package-alist.
14599         (package--make-autoloads-and-stuff): Rename from
14600         package--make-autoloads-and-compile.  Don't compile any more.
14601         (package--compile): New function.
14602         (package-generate-description-file): New function, extracted from
14603         package-unpack-single.
14604         (package-unpack-single): Remove.
14605         (package--with-work-buffer): Add indentation and debugging info.
14606         (package-download-single): Remove.
14607         (package-install-from-archive): Rename from package-download-tar, make
14608         it take a pkg-desc, and make it work for single files as well.
14609         (package-download-transaction): Simplify.
14610         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
14611         external tar program.
14612         (package-install-from-buffer): Remove `pkg-desc' argument.
14613         Use package-tar-file-info for tar-mode buffers.
14614         (package-install-file): Simplify accordingly.
14615         (package-archive-base): Change to take a pkg-desc.
14616         * tar-mode.el (tar--check-descriptor): New function, extracted from
14617         tar-get-descriptor.
14618         (tar-get-descriptor): Use it.
14619         (tar-get-file-descriptor): New function.
14620         (tar--extract): New function, extracted from tar-extract.
14621         (tar--extract): Use it.
14622         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
14623         case the summary uses non-ascii.  Adjust to new calling convention of
14624         package-tar-file-info.
14626 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14628         * comint.el (comint-redirect-results-list-from-process):
14629         Fix random delay.  (Bug#14681)
14631 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14633         * profiler.el (profiler-format-number): Use log, not log10.
14635 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14637         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
14639 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14641         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
14642         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
14643         yet available.
14644         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
14645         (AUTOGENEL): ... here.
14646         * emacs-lisp/cl-macs.el (cl--sublis): New function.
14647         (cl--defsubst-expand): Use it.
14649 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14651         * subr.el (log10): Move here from C code, and declare as obsolete.
14652         All uses of (log10 X) replaced with (log X 10).
14654 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14656         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
14657         Declare with `defvar-local'.
14658         (tabulated-list-use-header-line, tabulated-list-entries)
14659         (tabulated-list-padding, tabulated-list-printer)
14660         (tabulated-list-sort-key): Declare with `defvar-local'.
14661         (tabulated-list-init-header, tabulated-list-print-fake-header):
14662         Use `setq-local'.
14664 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
14666         * arc-mode.el (archive-mode): Add `archive-write-file' to
14667         `write-contents-functions' also for remote files.  (Bug#14652)
14669 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14671         * cus-edit.el (custom-commands): Fix typos.
14672         (custom-display): Fix tooltip text.
14673         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
14674         Fix typos in docstrings.
14675         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
14676         (custom-unlispify-menu-entry, custom-magic-value-create)
14677         (custom-add-see-also, custom-group-value-create): Use ?\s.
14678         (custom-guess-type, customize-apropos, editable-field)
14679         (custom-face-value-create): Use `string-match-p'.
14680         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
14682         * custom.el (custom-load-symbol): Use `string-match-p'.
14684         * ansi-color.el: Convert to lexical binding.
14685         (ansi-colors): Fix URL.
14686         (ansi-color-context, ansi-color-context-region): Use defvar-local.
14687         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
14688         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
14690 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14692         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
14694         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
14696 2013-06-19  Tom Tromey  <tromey@redhat.com>
14698         * net/eww.el (eww-top-url): Remove.
14699         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
14700         (eww-render): Set new variables.  Don't set eww-top-url.
14701         (eww-handle-link): Handle "prev", "home", and "contents".
14702         Downcase the rel text.
14703         (eww-top-url): Choose best top URL.
14705 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14707         * net/eww.el: Rewrite to implement form elements "by hand" instead of
14708         relying in widget.el.  Using widget.el leads to too many
14709         user interface inconsistencies.
14710         (eww-self-insert): Implement entering commands in text fields.
14711         (eww-process-text-input): New function to make text input field editing
14712         work.
14713         (eww-submit): Rewrite to use the new-style form methods.
14714         (eww-select-display): Display the correct selected item.
14715         (eww-change-select): Implement changing the select value.
14716         (eww-toggle-checkbox): Implement radio/checkboxes.
14717         (eww-update-field): Fix compilation error.
14718         (eww-tag-textarea): Implement <textarea>.
14720         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
14721         we don't shadow mode-specific bindings.
14723         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
14724         nothing to push.
14726         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
14728 2013-06-19  Glenn Morris  <rgm@gnu.org>
14730         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
14732 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
14734         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
14735         not needed.
14737         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
14739 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14741         * net/browse-url.el (browse-url-browser-function):
14742         `eww-browse-url' has the right calling signature, `eww' does not.
14744 2013-06-19  Glenn Morris  <rgm@gnu.org>
14746         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14747         Only eval autoloaded macros.
14748         (byte-compile-autoload): Only give the macro warning for macros.
14750         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
14751         (ps-underlined-faces): Declare.
14753         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
14754         (speedbar-add-supported-extension): Declare.
14756         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
14757         Don't include a date stamp in the header of the generated file;
14758         it leads to needless differences between output files.
14760 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
14762         * net/secrets.el (secrets-struct-secret-content-type):
14763         Replace check of introspection data by a test call of "CreateItem".
14764         Some servers do not offer introspection.
14766 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14768         * electric.el (electric-pair-mode): Improve interaction with
14769         electric-layout-mode.
14770         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
14771         (electric-pair-syntax): Use text-mode-syntax-table in comments
14772         and strings.
14773         (electric-pair--insert): New function.
14774         (electric-pair-post-self-insert-function): Use it and
14775         electric--after-char-pos.
14777 2013-06-19  Leo Liu  <sdl.web@gmail.com>
14779         * progmodes/octave.el (octave-help): Fix regexp.
14781 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14783         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
14784         (shr-table-horizontal-line): Allow nil as a value, and change the
14785         default.
14786         (shr-insert-table-ruler): Respect the nil value.
14788 2013-06-18  Tom Tromey  <tromey@barimba>
14790         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14791         New defvars.
14792         (eww-open-file): New defun.
14793         (eww-render): Initialize new variables.
14794         (eww-display-html): Handle "link" and "a".
14795         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
14796         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
14797         (eww-back-url): Rename from eww-previous-url.
14798         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14799         New defuns.
14801 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
14803         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14804         Distinguish ternary operator tokens from slash symbol and slash
14805         char literal.
14807 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14809         Convert symbol prettification into minor mode and global minor mode.
14811         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14812         `prog-prettify-symbols', and make a local defvar instead of defcustom.
14813         (prettify-symbols--keywords): Rename from
14814         `prog-prettify-symbols-alist' and make a local defvar.
14815         (prettify-symbols--compose-symbol): Rename from
14816         `prog--prettify-font-lock-compose-symbol'.
14817         (prettify-symbols--make-keywords): Rename from
14818         `prog-prettify-font-lock-symbols-keywords' and simplify.
14819         (prog-prettify-install): Remove.
14820         (prettify-symbols-mode): New minor mode, based on
14821         `prog-prettify-install'.
14822         (turn-on-prettify-symbols-mode): New function.
14823         (global-prettify-symbols-mode): New globalized minor mode.
14825         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14826         * progmodes/cfengine.el (cfengine3-mode):
14827         * progmodes/perl-mode.el (perl-mode): Don't call
14828         `prog-prettify-install'; set `prettify-symbols-alist' instead.
14830 2013-06-18  Juri Linkov  <juri@jurta.org>
14832         * files-x.el (modify-file-local-variable-message): New function.
14833         (modify-file-local-variable)
14834         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14835         and call `modify-file-local-variable-message' when it's non-nil.
14836         (add-file-local-variable, delete-file-local-variable)
14837         (add-file-local-variable-prop-line)
14838         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14839         and use it.  (Bug#9820)
14841 2013-06-18  Juri Linkov  <juri@jurta.org>
14843         * emulation/vi.el (vi-shell-op):
14844         * emulation/vip.el (vip-execute-com, ex-command):
14845         * emulation/viper-cmd.el (viper-exec-bang):
14846         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14847         the call of `shell-command-on-region'.  (Bug#14637)
14849         * simple.el (shell-command-on-region): Doc fix.
14851 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14853         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14854         (bug#14633).
14856 2013-06-18  Glenn Morris  <rgm@gnu.org>
14858         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14860         * newcomment.el (comment-search-forward, comment-search-backward):
14861         Doc fix.  (Bug#14376)
14863 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14865         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14866         (buffer-face-mode-invoke): Doc fix.
14868 2013-06-18  Matthias Meulien  <orontee@gmail.com>
14870         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14871         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14873 2013-06-18  Glenn Morris  <rgm@gnu.org>
14875         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14876         Replace obsolete function generic-make-keywords with its expansion.
14878         * progmodes/python.el (ffap-alist): Declare.
14880         * textmodes/reftex.el (bibtex-mode-map): Declare.
14882 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14884         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14885         (package-unpack, package-unpack-single): Return the pkg-dir.
14886         (package-download-transaction): Use it to update package-alist.
14888 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14890         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14891         possible choice.
14893 2013-06-17  Juri Linkov  <juri@jurta.org>
14895         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14897 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14899         * emacs-lisp/package.el (package-load-descriptor):
14900         Remove `with-syntax-table' call, `read' doesn't need it.
14901         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14903 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14905         * startup.el (command-line): Expand package name returned by
14906         `package--description-file' (bug#14639).
14908 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14910         * emacs-lisp/package.el (package-load-descriptor): Do not call
14911         `emacs-lisp-mode', just use its syntax table.
14913 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14915         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14916         `font-lock-extra-managed-props' if any prettifying keyword is added.
14917         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14918         (prog-mode): Use `setq-local'.
14920 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14922         * international/characters.el (standard-case-table): Set syntax of ?»
14923         and ?« to punctuation.
14925 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
14927         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14928         Save relevant match data before calling `syntax-ppss' (bug#14595).
14930 2013-06-15  Juri Linkov  <juri@jurta.org>
14932         * files-x.el (modify-file-local-variable-prop-line): Add local
14933         variables to the end of the existing comment on the first line.
14934         Use `file-auto-mode-skip' to skip interpreter magic line,
14935         and also skip XML declaration.
14937 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14939         * startup.el (package--builtin-versions): New var.
14940         (package-subdirectory-regexp): Remove.
14941         (package--description-file): Hard code its value instead.
14943         * emacs-lisp/package.el: Don't activate packages older than builtin.
14944         (package-obsolete-list): Rename from package-obsolete-alist, and make
14945         it into a simple list of package-desc.
14946         (package-strip-version): Remove.
14947         (package-built-in-p): Use package--builtin-versions.
14948         (package-mark-obsolete): Simplify.
14949         (package-process-define-package): Mark it obsolete if older than the
14950         builtin version.
14951         (package-handle-response): Use line-end-position.
14952         (package-read-archive-contents, package--download-one-archive):
14953         Simplify.
14954         (package--add-to-archive-contents): Skip if older than the builtin or
14955         installed version.
14956         (package-menu-describe-package): Fix last change.
14957         (package-list-unversioned): New var.
14958         (package-menu--generate): Use it.
14960         * emacs-lisp/autoload.el: Manage package--builtin-versions.
14961         (autoload--insert-text, autoload--insert-cookie-text): New functions.
14962         (autoload-builtin-package-versions): New variable.
14963         (autoload-generate-file-autoloads): Use them.
14964         Remove the list of autoloaded functions/macros from the
14965         (autoload...) comments.
14967         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14969 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
14971         * simple.el (line-move-partial): Don't jump to the next screen
14972         line as soon as it becomes visible.  Instead, continue enlarging
14973         the vscroll until the portion of a tall screen line that's left on
14974         display is about the height of the frame's default font.
14975         (Bug#14567)
14977 2013-06-15  Glenn Morris  <rgm@gnu.org>
14979         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14980         compilation-error-regexp-alist void, or local while let-bound.
14982         * progmodes/make-mode.el (makefile-mode-syntax-table):
14983         Treat "=" as punctuation.  (Bug#14614)
14985 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
14987         * help-fns.el (describe-variable):
14988         Add extra line for permanent-local variables.
14990 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
14992         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14993         Add export, import, library.  (Bug#9164)
14994         (library): Set indent function.
14996 2013-06-14  Glenn Morris  <rgm@gnu.org>
14998         * term/xterm.el (xterm--query):
14999         Stop after first matching handler.  (Bug#14615)
15001 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
15003         Add support for dired in saveplace.
15004         * dired.el (dired-initial-position-hook): New variable.
15005         (dired-initial-position): Call hook to place cursor position.
15006         * saveplace.el (save-place-to-alist): Add dired position.
15007         (save-place-dired-hook): New function.
15009 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15011         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
15012         through a symbol rather than letrec.
15014         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
15015         (package-desc): Add `dir' field.
15016         (package-desc-full-name): New function.
15017         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
15018         (package-maybe-load-descriptor): Remove.
15019         (package-load-all-descriptors): Just call package-load-descriptor.
15020         (package--disabled-p): New function.
15021         (package-desc-vers, package-desc-doc): Remove aliases.
15022         (package--dir): Remove function.
15023         (package-activate): Check if a package is disabled.
15024         (package-process-define-package): New function, extracted from
15025         define-package.
15026         (define-package): Turn into a place holder.
15027         (package-unpack-single, package-tar-file-info):
15028         Use package--description-file.
15029         (package-compute-transaction): Use package--disabled-p.
15030         (package-download-transaction): Don't call
15031         package-maybe-load-descriptor since they're all loaded anyway.
15032         (package-install): Change argument to be a pkg-desc.
15033         (package-delete): Use a single pkg-desc argument.
15034         (describe-package-1): Use package-desc-dir instead of package--dir.
15035         Use package-desc property instead of package-symbol.
15036         (package-install-button-action): Adjust accordingly.
15037         (package--push): Rewrite.
15038         (package-menu--print-info): Adjust accordingly.  Change the ID format
15039         to be a pkg-desc.
15040         (package-menu-describe-package, package-menu-get-status)
15041         (package-menu--find-upgrades, package-menu-mark-upgrades)
15042         (package-menu-execute, package-menu--name-predicate):
15043         Adjust accordingly.
15044         * startup.el (package--description-file): New function.
15045         (command-line): Use it.
15046         * emacs-lisp/package-x.el (package-upload-buffer-internal):
15047         Use package-desc-version.
15049         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
15050         (byte-compile-preprocess): Use it.
15051         (byte-compile-file-form-defalias): Try a bit harder to use macros we
15052         can't quite recognize.
15053         (byte-compile-add-to-list): Remove.
15054         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
15055         (cconv-closure-convert): Add assertion.
15057         * emacs-lisp/map-ynp.el: Use lexical-binding.
15058         (map-y-or-n-p): Remove unused vars `tail' and `object'.
15059         Factor out some repeated code.
15061 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15063         * subr.el (with-eval-after-load): New macro.
15064         (eval-after-load): Allow form to be a function.
15065         take advantage of lexical-binding.
15066         (do-after-load-evaluation): Use dolist and adjust to new format.
15067         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
15069 2013-06-13  Juri Linkov  <juri@jurta.org>
15071         * replace.el (perform-replace): Display "symbol " and other search
15072         modes from `isearch-message-prefix' in the *Help* buffer.
15074         * isearch.el (isearch-query-replace): Add " symbol" and other
15075         possible search modes from `isearch-message-prefix' to the prompt.
15076         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
15077         when reading a regexp to collect.
15079 2013-06-13  Juri Linkov  <juri@jurta.org>
15081         * isearch.el (word-search-regexp): Match whitespace if the search
15082         string begins or ends in whitespace.  The LAX arg is applied to
15083         both ends of the search string.  Use `regexp-quote' and explicit
15084         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
15085         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
15086         boundaries are replaced with symbol boundaries, and characters
15087         between symbols match non-word non-symbol syntax.  (Bug#14602)
15089 2013-06-13  Juri Linkov  <juri@jurta.org>
15091         * isearch.el (isearch-del-char): Don't exceed the length of
15092         `isearch-string' by the prefix arg.  (Bug#14563)
15094 2013-06-13  Juri Linkov  <juri@jurta.org>
15096         * isearch.el (isearch-yank-word, isearch-yank-line)
15097         (isearch-char-by-name, isearch-quote-char)
15098         (isearch-printing-char, isearch-process-search-char):
15099         Add optional count prefix arg.  (Bug#14563)
15101         * international/isearch-x.el
15102         (isearch-process-search-multibyte-characters):
15103         Add optional count prefix arg.
15105 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15107         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
15108         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
15109         lexical-binding.
15111 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
15113         * subr.el (set-temporary-overlay-map): Add on-exit argument.
15115 2013-06-13  Glenn Morris  <rgm@gnu.org>
15117         * startup.el (tty-handle-args):
15118         Don't just discard "--" and anything after.  (Bug#14608)
15120         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
15122 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
15124         Implement changes in Secret Service API.  Make it backward compatible.
15125         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
15126         (secrets-create-item): Use it.  Prefix properties with interface.
15128 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
15130         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
15131         (term-emulate-terminal): Respect term-suppress-hard-newline.
15133 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
15135         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
15136         Only remove a `thumb-file' overlay.  (Bug#14548)
15138 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
15140         * mail/reporter.el (reporter-submit-bug-report):
15141         Handle missing package-name.  (Bug#14600)
15143 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15145         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
15146         (reftex-citation-prompt, reftex-default-bibliography)
15147         (reftex-bib-or-thebib, reftex-get-bibfile-list)
15148         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
15149         (reftex-bib-sort-author, reftex-bib-sort-year)
15150         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
15151         (reftex-extract-bib-entries-from-thebibliography)
15152         (reftex-get-bibkey-default, reftex-get-bib-names)
15153         (reftex-parse-bibtex-entry, reftex-get-bib-field)
15154         (reftex-format-bib-entry, reftex-parse-bibitem)
15155         (reftex-format-bibitem, reftex-do-citation)
15156         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
15157         (reftex-restrict-bib-matches, reftex-extract-bib-file)
15158         (reftex-insert-bib-matches, reftex-format-citation)
15159         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
15160         (reftex-create-bibtex-file): Add docstrings, mostly by converting
15161         existing comments into docstrings.
15163 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
15165         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
15167 2013-06-12  Andreas Schwab  <schwab@suse.de>
15169         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
15170         for auto-save files.
15172 2013-06-12  Glenn Morris  <rgm@gnu.org>
15174         * ido.el (ido-delete-ignored-files): Remove.
15175         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
15176         Go back to calling ido-ignore-item-p directly.
15178 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
15180         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
15182         * ido.el (ido-delete-ignored-files): New function,
15183         split from ido-make-file-list-1.
15184         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
15185         (ido-make-file-list-1): Use ido-delete-ignored-files.
15187 2013-06-12  Leo Liu  <sdl.web@gmail.com>
15189         * progmodes/octave.el (inferior-octave-startup)
15190         (inferior-octave-completion-table)
15191         (inferior-octave-track-window-width-change)
15192         (octave-eldoc-function-signatures, octave-help)
15193         (octave-find-definition): Use single quoted strings.
15194         (inferior-octave-startup-args): Change default value.
15195         (inferior-octave-startup): Do not hard code "-i" and
15196         "--no-line-editing".
15197         (inferior-octave-resync-dirs): Add optional arg NOERROR.
15198         (inferior-octave-directory-tracker): Use it.
15199         (octave-goto-function-definition): Robustify.
15200         (octave-help): Support highlighting operators in 'See also'.
15201         (octave-find-definition): Find subfunctions only in Octave mode.
15203 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15205         * help-fns.el (help-fns--compiler-macro): If the handler function is
15206         named, then put a link to it.
15207         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
15208         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
15209         (cl-typep): Use it.
15210         (cl-eval-when): Simplify debug spec.
15211         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
15212         compiler-macro function instead of setting `compiler-macro-file'.
15214 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
15216         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
15217         * vc/vc-hooks.el (vc-stay-local): Doc fix.
15219 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15220             Daniel Hackney  <dan@haxney.org>
15222         First part of Daniel Hackney's patch to package.el.
15223         * emacs-lisp/package.el: Use defstruct.
15224         (package-desc): New, main struct.
15225         (package--bi-desc, package--ac-desc): New structs, used to describe the
15226         format in external files.
15227         (package-desc-vers): Replace with package-desc-version accessor.
15228         (package-desc-doc): Replace with package-desc-summary accessor.
15229         (package-activate-1): Remove `package' arg since the pkg-vec now
15230         includes the name.
15231         (define-package): Use package-desc-from-define.
15232         (package-unpack-single): Change file-name arg to be a symbol.
15233         (package--add-to-archive-contents): Use package-desc-create and new
15234         accessor functions to package--ac-desc.
15235         (package-buffer-info, package-tar-file-info): Return a package-desc.
15236         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
15237         arg to be a package-desc.
15238         (package-install-file): Adjust accordingly.  Use \' to match EOS.
15239         (package--from-builtin): New function.
15240         (describe-package-1, package-menu--generate): Use it.
15241         (package--make-autoloads-and-compile): Change name arg to be a symbol.
15242         (package-generate-autoloads): Idem and return the name of the file.
15243         * emacs-lisp/package-x.el (package-upload-buffer-internal):
15244         Change pkg-info arg to be a package-desc.
15245         Use package-make-ac-desc.
15246         (package-upload-file): Use \' to match EOS.
15247         * finder.el (finder-compile-keywords): Use package-make-builtin.
15249 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15251         * vc/vc.el (vc-deduce-fileset): Change error message.
15252         (vc-read-backend): New function.
15253         (vc-next-action): Use it.
15255         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
15257         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
15258         (prolog-font-lock-keywords): Use regexp-opt instead.
15259         Don't manually highlight strings.
15260         (prolog-mode-variables): Simplify comment-start-skip.
15261         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
15263         * emacs-lisp/generic.el (generic--normalise-comments)
15264         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
15265         (generic-mode-set-comments): Use them.
15266         (generic-bracket-support): Use setq-local.
15267         (generic-make-keywords-list): Declare obsolete.
15269 2013-06-11  Glenn Morris  <rgm@gnu.org>
15271         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15272         Prettify after setting font-lock-defaults.  (Bug#14574)
15274 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
15276         * replace.el (query-replace, occur-read-regexp-defaults-function)
15277         (replace-search):
15278         * subr.el (declare-function, number-sequence, local-set-key)
15279         (substitute-key-definition, locate-user-emacs-file)
15280         (with-silent-modifications, split-string, eval-after-load):
15281         Fix typos, remove unneeded backslashes and reflow some docstrings.
15283 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15285         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
15286         default for Elisp files.
15288 2013-06-11  Glenn Morris  <rgm@gnu.org>
15290         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
15291         although define-derived-mode was doing this anyway.  (Bug#14583)
15293 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
15295         * allout.el (allout-encryption-plaintext-sanitization-regexps):
15296         Fix make-variable-buffer-local call to refer to the correct variable.
15298 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
15300         * eshell/em-term.el (eshell-visual-commands)
15301         (eshell-visual-subcommands, eshell-visual-options):
15302         Add summary line to docstrings.  Add cross-references.
15304 2013-06-10  Glenn Morris  <rgm@gnu.org>
15306         * epa.el (epa-read-file-name): New function.  (Bug#14510)
15307         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
15309 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
15311         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
15312         output redirection to be ignored with visual commands.
15314 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
15316         * eshell/em-term.el (eshell-visual-command-p): New function.
15317         (eshell-term-initialize): Move long lambda to separate function
15318         eshell-visual-command-p.
15319         * eshell/em-dirs.el (eshell-dirs-initialize):
15320         * eshell/em-script.el (eshell-script-initialize):
15321         Add missing #' to lambda.
15323 2013-06-08  Leo Liu  <sdl.web@gmail.com>
15325         * progmodes/octave.el (octave-add-log-current-defun): New function.
15326         (octave-mode): Set add-log-current-defun-function.
15327         (octave-goto-function-definition): Do not move point if not found.
15328         (octave-find-definition): Enhance to try subfunctions first.
15330 2013-06-08  Glenn Morris  <rgm@gnu.org>
15332         * emacs-lisp/bytecomp.el (byte-compile-char-before)
15333         (byte-compile-backward-char, byte-compile-backward-word):
15334         Improve previous change, to handle non-explicit nil.
15336 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15338         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
15339         (smie--opener/closer-at-point): New function.
15340         (smie--matching-block-data): Use it.  Don't match from right after an
15341         opener or right before a closer.  Obey smie-blink-matching-inners.
15342         Don't signal a mismatch for repeated inners like "switch..case..case".
15344 2013-06-07  Leo Liu  <sdl.web@gmail.com>
15346         * progmodes/octave.el (octave-mode): Set comment-use-global-state
15347         to t.  (Bug#14303)
15348         (octave-function-header-regexp): Fix.  (Bug#14570)
15349         (octave-help-mode-finish-hook, octave-help-mode-finish):
15350         Remove.  Just use temp-buffer-show-hook.
15352         * newcomment.el (comment-search-backward): Revert last change.
15353         (Bug#14434)
15355         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
15357 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
15359         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
15360         through xargs, to avoid failure due to MS-Windows limitations on
15361         command-line length.
15363 2013-06-06  Glenn Morris  <rgm@gnu.org>
15365         * font-lock.el (lisp-font-lock-keywords-2):
15366         Treat user-error like error.
15368         * emacs-lisp/bytecomp.el (byte-compile-char-before)
15369         (byte-compile-backward-char, byte-compile-backward-word):
15370         Handle explicit nil arguments.  (Bug#14565)
15372 2013-06-05  Alan Mackenzie  <acm@muc.de>
15374         * isearch.el (isearch-allow-prefix): New user option.
15375         (isearch-other-meta-char): Don't exit isearch when a prefix
15376         argument is typed whilst `isearch-allow-prefix' is non-nil.
15377         (Bug#9706)
15379 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15381         * autorevert.el (auto-revert-notify-handler): Use memq.
15382         Hide assertion failure.
15384         * skeleton.el: Use cl-lib.
15385         (skeleton-further-elements): Use defvar-local.
15386         (skeleton-insert): Use cl-progv.
15388 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15390         * progmodes/prog-mode.el (prog-prettify-symbols)
15391         (prog-prettify-install): Update docstrings.
15393 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15395         * simple.el: Move all the prog-mode code to prog-mode.el.
15396         * progmodes/prog-mode.el: New file.
15397         * loadup.el: Add prog-mode.el.
15399 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15401         * simple.el (prog-prettify-symbols): Add version.
15402         (prog-prettify-install): Add convenience function to prettify symbols.
15404         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
15405         (perl--augmented-font-lock-keywords-1)
15406         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
15407         variables and use it.
15409         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15410         (cfengine3-mode): Remove unneeded variable and use it.
15412         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15413         (lisp--augmented-font-lock-keywords-1)
15414         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
15415         Remove unneeded variables and use it.
15417 2013-06-05  João Távora  <joaotavora@gmail.com>
15419         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
15420         to point when opening the connection.  (Bug#14380)
15422 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15424         * subr.el (load-history-regexp, load-history-filename-element)
15425         (eval-after-load, after-load-functions, do-after-load-evaluation)
15426         (eval-next-after-load, display-delayed-warnings)
15427         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
15428         definition of save-match-data.
15429         (overriding-local-map): Remove accidental obsolescence declaration.
15431         * emacs-lisp/edebug.el (edebug-result): Move before first use.
15433 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15435         Generalize symbol prettify support to prog-mode and implement it
15436         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
15437         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
15438         (prog--prettify-font-lock-compose-symbol)
15439         (prog-prettify-font-lock-symbols-keywords): New variables and
15440         functions to support symbol prettification.
15441         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15442         (lisp--augmented-font-lock-keywords-1)
15443         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
15444         (lisp--prettify-symbols-alist): Implement prettify of lambda.
15445         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15446         (cfengine3--prettify-symbols-alist, cfengine3-mode):
15447         Implement prettify of -> => :: strings.
15448         * progmodes/perl-mode.el (perl-prettify-symbols)
15449         (perl--font-lock-compose-symbol)
15450         (perl--font-lock-symbols-keywords): Move to prog-mode.
15451         (perl--prettify-symbols-alist): Prettify -> => :: strings.
15452         (perl-font-lock-keywords-1)
15453         (perl-font-lock-keywords-2): Remove explicit prettify support.
15454         (perl--augmented-font-lock-keywords)
15455         (perl--augmented-font-lock-keywords-1)
15456         (perl--augmented-font-lock-keywords-2, perl-mode):
15457         Implement prettify support.
15459 2013-06-05  Leo Liu  <sdl.web@gmail.com>
15461         Re-implement SMIE matching block highlight using
15462         show-paren-data-function.  (Bug#14395)
15463         * emacs-lisp/smie.el (smie-matching-block-highlight)
15464         (smie--highlight-matching-block-overlay)
15465         (smie--highlight-matching-block-lastpos)
15466         (smie-highlight-matching-block)
15467         (smie-highlight-matching-block-mode): Remove.
15468         (smie--matching-block-data-cache): New variable.
15469         (smie--matching-block-data): New function.
15470         (smie-setup): Use smie--matching-block-data for
15471         show-paren-data-function.
15473         * progmodes/octave.el (octave-mode-menu): Fix.
15474         (octave-find-definition): Skip garbage lines.
15476 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15478         Fix compilation error with simultaneous dynamic+lexical scoping.
15479         Add warning when a defvar appears after the first let-binding.
15480         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
15481         (byte-compile-close-variables): Initialize it.
15482         (byte-compile--declare-var): New function.
15483         (byte-compile-file-form-defvar)
15484         (byte-compile-file-form-define-abbrev-table)
15485         (byte-compile-file-form-custom-declare-variable): Use it.
15486         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
15487         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
15488         (byte-compile-bind): Handle dynamic bindings that shadow
15489         lexical bindings.
15490         (byte-compile-unbind): Make arg non-optional.
15491         (byte-compile-let): Simplify.
15492         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
15493         (cconv--analyse-function, cconv-analyse-form): Populate it.
15494         Protect byte-compile-bound-variables to limit the scope of defvars.
15495         (cconv-analyse-form): Add missing rule for (defvar <foo>).
15496         Remove unneeded rule for `declare'.
15498         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
15499         so as to avoid depending on cl-adjoin at run-time.
15500         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
15502         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
15503         (macroexp--warn-and-return): Use it.
15505 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15507         * subr.el: Convert to lexical binding.
15508         (overriding-local-map): Make obsolete.
15509         (add-to-list): Doc fix.  Add compiler macro.
15510         (read-key): Swap values of local maps.
15512 2013-06-05  Leo Liu  <sdl.web@gmail.com>
15514         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
15516 2013-06-04  Leo Liu  <sdl.web@gmail.com>
15518         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
15519         (compilation-auto-jump): Suppress the "Mark set" message to give
15520         way to exit message.
15522 2013-06-04  Alan Mackenzie  <acm@muc.de>
15524         Remove faulty optimisation from indentation calculation.
15525         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
15526         search limit based on 2000 characters back from indent-point.
15528 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
15530         * eshell/em-term.el (cl-lib): Require `cl-lib'.
15532 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15534         * emacs-lisp/lisp.el: Use lexical-binding.
15535         (lisp--local-variables-1, lisp--local-variables): New functions.
15536         (lisp--local-variables-completion-table): New var.
15537         (lisp-completion-at-point): Use it complete let-bound vars.
15539         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
15540         eagerly (bug#14422).
15542 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
15544         * autorevert.el (auto-revert-notify-enabled)
15545         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
15546         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
15547         (auto-revert-notify-handler): Handle also gfilenotify.
15549         * subr.el (file-notify-handle-event): New defun.  Replacing ...
15550         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
15551         Remove.
15553 2013-06-03  Juri Linkov  <juri@jurta.org>
15555         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
15556         `M-s h .'.  (Bug#14427)
15558         * hi-lock.el (highlight-symbol-at-point): New alias for the new
15559         command `hi-lock-face-symbol-at-point'.
15560         (hi-lock-face-symbol-at-point): New command.
15561         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
15562         (hi-lock-menu): Add `highlight-symbol-at-point'.
15563         (hi-lock-mode): Doc fix.
15565         * isearch.el (isearch-forward-symbol-at-point): New command.
15566         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
15567         (isearch-highlight-regexp): Add a regexp which matches
15568         words/symbols for word/symbol mode.
15570         * subr.el (find-tag-default-bounds): New function with the body
15571         mostly moved from `find-tag-default'.
15572         (find-tag-default): Move most code to `find-tag-default-bounds',
15573         call it and apply `buffer-substring-no-properties' afterwards.
15575 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
15577         * eshell/em-term.el (eshell-term-initialize):
15578         Use `cl-intersection' rather than `intersection'.
15580 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
15582         * vc/log-view.el: Doc fix.
15583         (log-view-mode-map): Copy keymap from `special-mode-map'.
15585 2013-06-02  Eric Ludlam  <zappo@gnu.org>
15587         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
15588         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
15589         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
15590         (eieio-unbound, eieio-default-superclass)
15591         (eieio--define-field-accessors, method-static, method-before)
15592         (method-primary, method-after, method-num-lists)
15593         (method-generic-before, method-generic-primary)
15594         (method-generic-after, method-num-slots)
15595         (eieio-specialized-key-to-generic-key)
15596         (eieio--check-type, class-v, class-p)
15597         (eieio-class-name, define-obsolete-function-alias)
15598         (eieio-class-parents-fast, eieio-class-children-fast)
15599         (same-class-fast-p, class-constructor, generic-p)
15600         (generic-primary-only-p, generic-primary-only-one-p)
15601         (class-option-assoc, class-option, eieio-object-p)
15602         (class-abstract-p, class-method-invocation-order)
15603         (eieio-defclass-autoload-map, eieio-defclass-autoload)
15604         (eieio-class-un-autoload, eieio-defclass)
15605         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
15606         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
15607         (eieio--defgeneric-init-form, eieio-defgeneric-form)
15608         (eieio-defgeneric-reset-generic-form)
15609         (eieio-defgeneric-form-primary-only)
15610         (eieio-defgeneric-reset-generic-form-primary-only)
15611         (eieio-defgeneric-form-primary-only-one)
15612         (eieio-defgeneric-reset-generic-form-primary-only-one)
15613         (eieio-unbind-method-implementations)
15614         (eieio--defmethod, eieio--typep)
15615         (eieio-perform-slot-validation, eieio-validate-slot-value)
15616         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
15617         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
15618         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
15619         (eieio-slot-name-index, eieio-class-slot-name-index)
15620         (eieio-set-defaults, eieio-initarg-to-attribute)
15621         (eieio-attribute-to-initarg, eieio-c3-candidate)
15622         (eieio-c3-merge-lists, eieio-class-precedence-c3)
15623         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
15624         (eieio-class-precedence-list, eieio-generic-call-methodname)
15625         (eieio-generic-call-arglst, eieio-generic-call-key)
15626         (eieio-generic-call-next-method-list)
15627         (eieio-pre-method-execution-functions, eieio-generic-call)
15628         (eieio-generic-call-primary-only, eieiomt-method-list)
15629         (eieiomt-optimizing-obarray, eieiomt-install)
15630         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
15631         (eieio-generic-form, eieio-defmethod, make-obsolete)
15632         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
15633         (defclass): Remove `eval-and-compile' from macro.
15634         (call-next-method, shared-initialize): Instead of using
15635         `scoped-class' variable, use new eieio--scoped-class, and
15636         eieio--with-scoped-class.
15637         (initialize-instance): Rename local variable 'scoped-class' to
15638         'this-class' to remove ambiguitity from old global.
15640         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
15641         eieio.el.
15642         (eieio--scoped-class-stack): New variable.
15643         (eieio--scoped-class): New fcn.
15644         (eieio--with-scoped-class): New scoping macro.
15645         (eieio-defclass): Use pushnew instead of add-to-list.
15646         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
15647         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
15648         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
15649         `scoped-class' variable, use new eieio--scoped-class, and
15650         eieio--with-scoped-class.
15652         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
15654 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
15656         * eshell/esh-ext.el (eshell-external-command): Pass args to
15657         `eshell-find-interpreter'.
15658         (eshell-find-interpreter): Add new second parameter ARGS.
15660         * eshell/em-script.el (eshell-script-initialize): Add second arg
15661         to the function added as MATCH to `eshell-interpreter-alist'.
15663         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
15664         the function added as MATCH to `eshell-interpreter-alist'.
15666         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
15667         (eshell-visual-options): New defcustom.
15668         (eshell-escape-control-x): Adapt docstring.
15669         (eshell-term-initialize): Test `eshell-visual-subcommands' and
15670         `eshell-visual-options' in addition to `eshell-visual-commands'.
15671         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
15673 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15675         * progmodes/python.el (python-indent-block-enders): Add break,
15676         continue and raise keywords.
15678 2013-06-01  Glenn Morris  <rgm@gnu.org>
15680         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
15682         Plain (f)boundp silences compilation warnings since Emacs 22.1.
15683         * progmodes/cc-cmds.el (delete-forward-p):
15684         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
15685         * progmodes/cc-engine.el (buffer-syntactic-context):
15686         * progmodes/cc-fonts.el (face-property-instance):
15687         * progmodes/cc-mode.el (set-keymap-parents):
15688         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
15689         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
15690         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
15691         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
15692         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
15694         * progmodes/cc-vars.el (other): Emacs has this widget since
15695         at least 21.1, so don't (re)define it.
15697         * eshell/em-cmpl.el (eshell-cmpl-initialize):
15698         Replace the obsolete alias pcomplete-arg-quote-list.
15700 2013-06-01  Leo Liu  <sdl.web@gmail.com>
15702         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
15703         punctuation syntax.
15704         (inferior-octave-minimal-columns)
15705         (inferior-octave-last-column-width): New variables.
15706         (inferior-octave-track-window-width-change): New function.
15707         (inferior-octave-mode): Adjust column width so that Octave output,
15708         for example from 'ls', can fit into the window nicely.
15710 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
15712         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15713         Highlight expansions inside regexp literals.
15715 2013-05-31  Glenn Morris  <rgm@gnu.org>
15717         * obsolete/sym-comp.el (symbol-complete):
15718         Replace obsolete completion-annotate-function.
15720         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
15722 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
15724         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15725         New function, checks if point is inside a literal that allows
15726         expression expansion.
15727         (ruby-syntax-propertize-expansion): Use it.
15728         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
15729         around the body.
15731 2013-05-30  Juri Linkov  <juri@jurta.org>
15733         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
15734         to "\M-si".
15735         (isearch-invisible): New variable.
15736         (isearch-forward): Doc fix.
15737         (isearch-mode): Set `isearch-invisible'
15738         to the value of `search-invisible'.
15739         (isearch-toggle-case-fold): Doc fix.
15740         (isearch-toggle-invisible): New command.
15741         (isearch-query-replace): Let-bind `search-invisible'
15742         to the value of `isearch-invisible'.
15743         (isearch-search): Use `isearch-invisible' instead of
15744         `search-invisible'.  Let-bind `search-invisible'
15745         to the value of `isearch-invisible'.  (Bug#11378)
15747 2013-05-30  Juri Linkov  <juri@jurta.org>
15749         * replace.el (perform-replace): Avoid `isearch-range-invisible'
15750         call when `query-flag' is nil and `search-invisible' is non-nil.
15751         (Bug#11746)
15753 2013-05-30  Glenn Morris  <rgm@gnu.org>
15755         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
15757         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
15758         (cc-require): Suppress spurious "noruntime" warnings.
15759         (cc-require-when-compile): Use fboundp, for sake of compiler.
15761         * progmodes/cc-mode.el: Move load of cc-vars before that of
15762         cc-langs (which in turn loads cc-vars), to quieten compiler.
15764 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15766         * paren.el: Simplify the code.
15767         (show-paren-mode): Always start the timer.
15768         (show-paren--idle-timer): Rename from show-paren-idle-timer.
15769         (show-paren--overlay, show-paren--overlay-1): Rename from
15770         show-paren-overlay and show-paren-overlay-1, and initialize to an
15771         overlay rather than to nil.
15772         (show-paren-function): Misc cleanup and simplifications.
15774 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15776         * paren.el (show-paren-data-function): New hook.
15777         (show-paren--default): New function, extracted from show-paren-function.
15778         (show-paren-function): Use show-paren-data-function.
15780 2013-05-30  Glenn Morris  <rgm@gnu.org>
15782         * ielm.el (ielm-map, ielm-complete-symbol):
15783         Use completion-at-point rather than obsolete functions.
15784         (inferior-emacs-lisp-mode): Doc fix.
15785         Set completion-at-point-functions, rather than
15786         comint-dynamic-complete-functions.
15788         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
15789         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
15790         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
15792         * image.el (image-animated-p): Tweak definition.
15794         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
15795         (rlogin-process-connection-type): Tweak default.  Add set-after.
15796         (rlogin-host): Doc fix.
15797         (rlogin): Tweak prompt.
15798         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
15800         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15801         * progmodes/tcl.el (inferior-tcl-mode-map):
15802         Use completion-at-point rather than obsolete alias.
15804         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15806         * minibuffer.el (read-file-name-completion-ignore-case):
15807         Move before completion--in-region, for eager macro expansion.
15809 2013-05-29  Juri Linkov  <juri@jurta.org>
15811         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15812         for total count of matching lines.  Add `global-matches' for total
15813         count of matches.  Rename `matches' to `lines' for count of
15814         matching lines.  Add `matches' for count of matches.
15815         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
15816         to `prev-line' for line number of prev match endpt.
15817         Increment `matches' for every match.  Print the number of
15818         matching lines in the header.
15819         (occur-context-lines): Rename `lines' to `curr-line'.
15820         Rename `prev-lines' to `prev-line'.  (Bug#14017)
15822 2013-05-29  Juri Linkov  <juri@jurta.org>
15824         * replace.el (perform-replace): Add `skip-read-only-count',
15825         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15826         Increment them for corresponding conditions and report the number
15827         of skipped occurrences in the final message.  (Bug#11746)
15828         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15829         (replace-string, replace-regexp): Doc fix.
15831 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15833         * emacs-lisp/trace.el (trace--read-args): Provide a default.
15835         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15836         prog-mode-map (bug#14504).
15838 2013-05-29  Leo Liu  <sdl.web@gmail.com>
15840         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15841         (octave-help): Small simplification.
15843         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15844         off the highlight first.
15846 2013-05-29  Glenn Morris  <rgm@gnu.org>
15848         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15849         Handle idlwave-last-system-routine-info-cons-cell being nil.
15851         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15852         (idlwave-write-paths): Simplify via with-temp-buffer.
15854         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15855         * emulation/cua-rect.el: Also load cua-base at run time.
15857         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15858         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15859         (cperl-imenu-on-info): Require imenu.
15861 2013-05-28  Alan Mackenzie  <acm@muc.de>
15863         Handle "capitalised keywords" correctly.
15864         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15866 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
15868         * eshell/em-unix.el: Add -r option to cp.
15870 2013-05-28  Glenn Morris  <rgm@gnu.org>
15872         * vc/vc-arch.el (vc-exec-after): Declare.
15873         (vc-switches): Autoload.
15874         * vc/vc-bzr.el: No need to require vc when compiling.
15875         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15876         (vc-resynch-buffer, vc-dir-refresh): Declare.
15877         (vc-setup-buffer, vc-switches): Autoload.
15878         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15879         (vc-resynch-buffer): Declare.
15880         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15881         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15882         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15883         (grep-read-regexp, grep-read-files, grep-expand-template)
15884         (vc-dir-refresh): Declare.
15885         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15886         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15887         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15888         * vc/vc-mtn.el (vc-exec-after): Declare.
15889         (vc-switches): Autoload.
15890         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15891         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15892         (vc-file-tree-walk): Declare.
15893         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15894         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15895         (vc-tag-precondition, vc-rename-master): Autoload.
15896         * vc/vc-svn.el (vc-exec-after): Declare.
15897         (vc-switches, vc-setup-buffer): Autoload.
15898         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15899         Autoload.
15900         (vc-resynch-buffer): Declare.
15902         * obsolete/fast-lock.el (byte-compile-warnings):
15903         Don't warn about obsolete features in this obsolete file.
15905         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15906         Move definition before use.
15908         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15909         (dun-unix-verbs): Remove dun-zippy.
15910         (dun-zippy): Remove function.
15912         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15914 2013-05-27  Juri Linkov  <juri@jurta.org>
15916         * replace.el (replace-search): New function with code moved out
15917         from `perform-replace'.
15918         (replace-highlight, replace-dehighlight): Move function definitions
15919         up closer to `replace-search'.  (Bug#11746)
15921 2013-05-27  Juri Linkov  <juri@jurta.org>
15923         * replace.el (perform-replace): Ignore invisible matches.
15924         In addition to checking `query-replace-skip-read-only', also
15925         filter out matches by calling `run-hook-with-args-until-failure'
15926         on `isearch-filter-predicates', and also check `search-invisible'
15927         for t or call `isearch-range-invisible'.
15928         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
15930 2013-05-27  Juri Linkov  <juri@jurta.org>
15932         * isearch.el (isearch-filter-predicates): Rename from
15933         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
15934         (isearch-message-prefix): Display text from the property
15935         `isearch-message-prefix' of the currently active filters.
15936         (isearch-search): Don't compare `isearch-filter-predicate' with
15937         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
15938         on `isearch-filter-predicates'.  Also check `search-invisible' for t
15939         or call `isearch-range-invisible'.
15940         (isearch-filter-visible): Make obsolete.
15941         (isearch-lazy-highlight-search):
15942         Call `run-hook-with-args-until-failure' on
15943         `isearch-filter-predicates' and use `isearch-range-invisible'.
15945         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15946         `isearch-filter-predicates' instead of `funcall'ing
15947         `isearch-filter-predicate'.
15948         (Info-mode): Set `Info-isearch-filter' to
15949         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15951         * dired-aux.el (dired-isearch-filter-predicate-orig):
15952         Remove variable.
15953         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15954         (dired-isearch-filenames-end): Add and remove
15955         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15956         instead of changing the value of `isearch-filter-predicate'.
15957         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15958         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15959         Put property `isearch-message-prefix' to "filename " on
15960         `dired-isearch-filter-filenames'.
15962         * wdired.el (wdired-change-to-wdired-mode):
15963         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15964         locally instead of changing `isearch-filter-predicate'.
15965         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15967 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
15969         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15970         return the commit hash (Bug#14459).  Also set the
15971         `vc-git-detached' property.
15972         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15973         (vc-git-mode-line-string): Use the same help-echo format whether
15974         in detached mode or not, because we know the actual revision now.
15975         When in detached mode, shorten the revision to 7 chars.
15977 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15979         * emacs-lisp/easy-mmode.el (define-minor-mode):
15980         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15981         mode hook and provide a docstring.
15983 2013-05-27  Alan Mackenzie  <acm@muc.de>
15985         Remove spurious syntax-table text properties inserted by C-y.
15986         * progmodes/cc-mode.el (c-after-change): Also clear hard
15987         syntax-table property with value nil.
15989 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
15991         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15992         when reading the events; the buffer layout shall not be changed.
15994 2013-05-27  Leo Liu  <sdl.web@gmail.com>
15996         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15997         New variable.
15998         (inferior-octave-directory-tracker): Automatically re-sync
15999         default-directory.
16000         (octave-help): Improve handling of 'See also'.
16002 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16004         * doc-view.el: Minor naming convention tweaks.
16005         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
16007         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
16008         even if there's no `display' property yet (bug#14435).
16010 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
16012         * subr.el (unmsys--file-name): Rename from reveal-filename.
16014         * Makefile.in (custom-deps, finder-data, autoloads)
16015         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16016         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16017         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
16019 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16021         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
16022         error-completion on the first 2 args of condition-case (bug#14446).
16023         Don't burp at EOB.
16025 2013-05-25  Leo Liu  <sdl.web@gmail.com>
16027         * comint.el (comint-previous-matching-input): Do not flood the
16028         *Messages* buffer with trivial messages.
16030 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16032         * progmodes/flymake.el (flymake-nop): Don't return a string.
16033         (flymake-set-at): Fix typo.
16035         * simple.el (read--expression): New function, extracted from
16036         eval-expression.  Set completion-at-point-functions (bug#14465).
16037         (eval-expression, eval-minibuffer): Use it.
16039 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
16041         * progmodes/flymake.el (flymake-save-buffer-in-file)
16042         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
16043         (flymake-selected-frame, flymake-log, flymake-ins-after)
16044         (flymake-set-at, flymake-get-buildfile-from-cache)
16045         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
16046         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
16047         Refine the doc string.
16048         (flymake-get-file-name-mode-and-masks): Reformat.
16049         (flymake-get-real-file-name-function): Fix a minor bug.
16051 2013-05-24  Juri Linkov  <juri@jurta.org>
16053         * progmodes/grep.el (grep-mode-font-lock-keywords):
16054         Support =linenumber= format used by git-grep for lines with
16055         function names.  (Bug#13549)
16057 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16059         * progmodes/octave.el (octave-smie-rules): Return nil rather than
16060         0 after a semi-colon; it works better for smie-auto-fill.
16061         (octave--indent-new-comment-line): New function.
16062         (octave-indent-new-comment-line): Use it (indirectly).
16063         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
16064         modify comment-line-break-function.
16066         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
16067         (smie-setup): Use add-function to set it.
16069 2013-05-24  Sam Steingold  <sds@gnu.org>
16071         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
16072         argument (before the `interactive' argument).
16074 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16076         * image-mode.el (image-mode-winprops): Add winprops to
16077         image-mode-winprops-alist before running
16078         image-mode-new-window-functions.
16079         * doc-view.el (doc-view-new-window-function): Don't delay
16080         doc-view-goto-page via timers (bug#14435).
16082 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
16084         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
16085         (doc-view-desktop-save-buffer): New function.
16086         (doc-view-restore-desktop-buffer): New function.
16087         (desktop-buffer-mode-handlers):
16088         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
16089         handler.
16090         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
16091         `desktop-save-buffer' function.
16093 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
16095         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
16096         (tramp-gvfs-file-name-handler): Raise a user error when
16097         `tramp-gvfs-enabled' is nil.
16098         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
16099         Do not raise a user error when loading package.  (Bug#14447)
16101         * net/xesam.el: Move to obsolete/.
16103 2013-05-24  Glenn Morris  <rgm@gnu.org>
16105         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
16107         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
16109         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
16110         (Info-find-node, Man-getpage-in-background): Declare.
16112         * mail/unrmail.el (unrmail):
16113         Replace obsolete detect-coding-with-priority.
16115         * net/socks.el (socks-split-string): Use this rather than split-string.
16116         (socks-nslookup-host): Update for above change.
16117         (dynamic-choice, s5-dynamic-choice-match)
16118         (s5-dynamic-choice-match-inline, s5-widget-value-create):
16119         Comment out unused code.
16121         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
16122         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
16123         (gud-tooltip-echo-area): Make obsolete.
16124         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
16126         * progmodes/js.el (js--optimize-arglist): Declare.
16128         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
16130         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
16131         (ediff-window-C): Declare.
16133         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
16134         Tweak requires to silence compiler.
16136         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
16137         (he-search-string, he-tried-table, he-expand-list)
16138         (he-init-string, he-string-member, he-substitute-string)
16139         (he-reset-string): Declare.
16141         * obsolete/options.el (list-options): Use custom-variable-p,
16142         rather than obsolete alias.
16144 2013-05-23  Sam Steingold  <sds@gnu.org>
16146         * simple.el (shell-command-on-region): Pass the `replace' argument
16147         down to `call-process-region' to comply with the doc as reported on
16148         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
16150 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16152         * emacs-lisp/smie.el (smie-indent-forward-token)
16153         (smie-indent-backward-token): Handle string tokens (bug#14381).
16155 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16157         * ielm.el (ielm-menu): New menu.
16158         (inferior-emacs-lisp-mode): Set comment-start.
16160 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16162         * textmodes/reftex.el (reftex-ref-style-toggle):
16163         Fix deactivate action.
16165         * textmodes/reftex-vars.el (reftex-ref-style-alist):
16166         Add cleveref macros.
16168         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16169         Accept options for bibliography commands.
16170         * textmodes/reftex-vars.el (reftex-bibliography-commands):
16171         Add addbibresource.  Basic Biblatex support.
16173 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
16175         * net/tramp-gvfs.el (top):
16176         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
16177         when loading package.  (Bug#14447)
16179 2013-05-23  Glenn Morris  <rgm@gnu.org>
16181         * progmodes/js.el: No need to load comint when compiling.
16182         (ring-insert, comint-send-string, comint-send-input)
16183         (comint-last-input-end, ido-chop): Declare.
16185         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
16186         * vc/ediff-mult.el: Adjust requires.
16187         (ediff-directories-internal, ediff-directory-revisions-internal)
16188         (ediff-patch-file-internal): Declare.
16189         * vc/ediff-ptch.el: Adjust requires.
16190         (ediff-use-last-dir, ediff-buffers-internal): Declare.
16191         (ediff-find-file): Autoload.
16192         * vc/ediff-util.el: No need to load ediff when compiling.
16193         (ediff-regions-internal): Declare.
16194         * vc/ediff-wind.el: Adjust requires.
16195         (ediff-compute-toolbar-width): Define when compiling.
16196         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
16197         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
16198         (dired-get-filename, dired-get-marked-files)
16199         (ediff-last-dir-patch, ediff-patch-default-directory)
16200         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
16201         (ediff-patch-buffer-internal): Declare.
16203         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
16204         (ispell-process, ispell-buffer-local-words, lm-summary)
16205         (lm-section-start, lm-section-end): Declare.
16206         (checkdoc-ispell-init): Simplify.
16208         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
16209         (he-string-member, he-reset-string, he-substitute-string): Declare.
16211         * eshell/em-ls.el: Adjust requires.
16212         (eshell-glob-regexp): Declare.
16213         * eshell/em-tramp.el: Adjust requires.
16214         (eshell-parse-command): Autoload.
16215         * eshell/em-xtra.el: Adjust requires.
16216         (eshell-parse-command): Autoload.
16217         * eshell/esh-ext.el: Adjust requires.
16218         (eshell-parse-command, eshell-close-handles): Autoload.
16219         * eshell/esh-io.el: Adjust requires.
16220         (eshell-output-filter): Autoload.
16221         * eshell/esh-util.el: No need to load tramp when compiling.
16222         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
16223         Declare.
16224         (eshell-parse-ange-ls): Require ange-ftp and tramp.
16225         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
16226         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
16227         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
16228         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
16229         * eshell/esh-opt.el, eshell/esh-proc.el:
16230         * eshell/esh-var.el: Adjust requires.
16231         * eshell/eshell.el: Do not require esh-util twice.
16232         (eshell-add-input-to-history): Declare.
16233         (eshell-command): Check history module is active before using it.
16235         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
16237 2013-05-22  Leo Liu  <sdl.web@gmail.com>
16239         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
16241 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
16243         * autorevert.el (auto-revert-notify-add-watch)
16244         (auto-revert-notify-handler): Add `attrib' for the inotify case,
16245         it indicates changes in file modification time.
16247 2013-05-22  Glenn Morris  <rgm@gnu.org>
16249         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16250         Always delete the autoloaded function from the noruntime and
16251         unresolved functions lists.
16253         * allout.el: No need to load epa, epg, overlay when compiling.
16254         (epg-context-set-passphrase-callback, epg-list-keys)
16255         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
16256         (epg-key-user-id-list): Declare.
16258         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16259         (viper-set-parsing-style-toggling-macro)
16260         (viper-set-emacs-state-searchstyle-macros):
16261         Use called-interactively-p on Emacs.
16262         (viper-looking-back): Make it an obsolete alias.  Update callers.
16263         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
16264         Use looking-back rather than viper-looking-back.
16265         (viper-tmp-insert-at-eob, viper-enlarge-region)
16266         (viper-read-string-with-history, viper-register-to-point)
16267         (viper-append-to-register, viper-change-state-to-vi)
16268         (viper-backward-char-carefully, viper-forward-char-carefully)
16269         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
16270         (viper-change-state-to-emacs): Declare.
16271         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
16272         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
16273         * emulation/viper-mous.el: Do not load viper-cmd.
16274         (viper-backward-char-carefully, viper-forward-char-carefully)
16275         (viper-forward-word, viper-adjust-window): Declare.
16277         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
16279         * progmodes/idlw-help.el (idlwave-help-fontify):
16280         Use called-interactively-p.
16282         * term/w32console.el (w32-get-console-codepage)
16283         (w32-get-console-output-codepage): Declare.
16285         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
16286         Remove unnecessary declarations.
16287         (dframe-message): Doc fix.
16289         * info.el (dframe-select-attached-frame, dframe-current-frame):
16290         Declare.
16292         * speedbar.el (speedbar-message): Make it an obsolete alias.
16293         Update all callers.
16294         (speedbar-with-attached-buffer)
16295         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
16296         (speedbar-with-writable): Use backquote.
16297         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
16298         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
16299         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
16300         rather than speedbar- aliases.
16301         * mail/rmail.el: Load dframe rather than speedbar when compiling.
16302         (speedbar-make-specialized-keymap, speedbar-insert-button)
16303         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
16304         (speedbar-do-function-pointer): Declare.
16305         (rmail-speedbar-button, rmail-speedbar-find-file)
16306         (rmail-speedbar-move-message):
16307         Use dframe-with-attached-buffer rather than speedbar- alias.
16308         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
16309         (dframe-message, speedbar-make-specialized-keymap)
16310         (speedbar-add-expansion-list, speedbar-mode-functions-list)
16311         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
16312         (speedbar-insert-button, dframe-select-attached-frame)
16313         (dframe-maybee-jump-to-attached-frame)
16314         (speedbar-change-initial-expansion-list)
16315         (speedbar-previously-used-expansion-list-name): Declare.
16316         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
16317         Use dframe-message, dframe-with-attached-buffer rather than
16318         speedbar- aliases.
16319         (gud-sentinel): Silence compiler.
16320         * progmodes/vhdl-mode.el (speedbar-refresh)
16321         (speedbar-do-function-pointer, speedbar-add-supported-extension)
16322         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
16323         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
16324         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
16325         (speedbar-file-lists, speedbar-make-tag-line)
16326         (speedbar-line-directory, speedbar-goto-this-file)
16327         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
16328         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
16329         (speedbar-make-button, speedbar-reset-scanners)
16330         (speedbar-files-item-info, speedbar-line-text)
16331         (speedbar-find-file-in-frame, speedbar-set-timer)
16332         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
16333         (speedbar-with-writable): Do not (re)define it.
16334         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
16335         rather than speedbar- alias.
16337 2013-05-21  Leo Liu  <sdl.web@gmail.com>
16339         * progmodes/octave.el (octave-mode-menu): Update and re-organize
16340         menu items.
16341         (octave-mode): Tweak fill-nobreak-predicate.
16342         (inferior-octave-startup): Check process to avoid infinite loop.
16343         (inferior-octave): Pop to buffer first to show abornmal process
16344         exit information.
16346 2013-05-21  Glenn Morris  <rgm@gnu.org>
16348         * printing.el (pr-menu-bar): Define when compiling.
16350 2013-05-21  Leo Liu  <sdl.web@gmail.com>
16352         * progmodes/octave.el (octave-auto-fill): Remove.
16353         (octave-indent-new-comment-line): Improve.
16354         (octave-mode): Use auto fill mode through
16355         comment-line-break-function and fill-nobreak-predicate.
16356         (octave-goto-function-definition): Support DEFUN_DLD.
16357         (octave-beginning-of-defun): Small tweak.
16358         (octave-help): Show parent directory.
16360 2013-05-21  Glenn Morris  <rgm@gnu.org>
16362         * files.el (dired-unmark):
16363         * progmodes/gud.el (gdb-input): Update declarations.
16365         * calculator.el (electric, ehelp): No need to load when compiling.
16366         (Electric-command-loop, electric-describe-mode): Declare.
16368         * doc-view.el (doc-view-current-converter-processes): Move before use.
16370         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16371         Move MODE-set-explicitly definition before use.
16373         * international/mule-diag.el (mule-diag):
16374         Don't use obsolete window-system-version.
16376         * mail/feedmail.el (smtpmail): No need to load when compiling.
16377         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
16379         * mail/mail-utils.el (rfc822): No need to load when compiling.
16380         (rfc822-addresses): Autoload it.
16381         (mail-strip-quoted-names): Trivial simplification.
16383         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
16384         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
16386         * net/snmp-mode.el (tempo): Don't duplicate requires.
16388         * progmodes/prolog.el (info): No need to load when compiling.
16389         (comint): Require before shell requires it.
16390         (Info-goto-node): Autoload it.
16391         (Info-follow-nearest-node): Declare.
16392         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
16394         * textmodes/artist.el (picture-mode-exit): Declare.
16396         * textmodes/reftex-parse.el (reftex-parse-from-file):
16397         Trivial rewrite so the compiler can parse it better.
16399 2013-05-20  Leo Liu  <sdl.web@gmail.com>
16401         * progmodes/octave.el (octave-help-mode-map)
16402         (octave-help-mode-finish-hook): New variables.
16403         (octave-help-mode, octave-help-mode-finish): New functions.
16404         (octave-help): Use octave-help-mode.
16406 2013-05-20  Glenn Morris  <rgm@gnu.org>
16408         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
16410 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
16412         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
16413         start at point, so that expansion starting right after opening
16414         slash in a regexp is recognized.
16415         (ruby-syntax-before-regexp-re): New defvar, extracted from
16416         ruby-syntax-propertize-function.  Since the value of this regexp
16417         is looked up at runtime now, we should be able to turn
16418         `ruby-syntax-methods-before-regexp' into a defcustom later.
16419         (ruby-syntax-propertize-function): Split regexp matching into two
16420         parts, for opening and closing slashes.  That allows us to skip
16421         over string interpolations and support multiline regexps.
16422         Don't call `ruby-syntax-propertize-expansions', instead use another rule
16423         for them, which calls `ruby-syntax-propertize-expansion'.
16424         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
16425         call to `ruby-syntax-propertize-function'.
16426         (ruby-syntax-propertize-expansion): Extracted from
16427         `ruby-syntax-propertize-expansions'.  Handles one expansion.
16428         (ruby-syntax-propertize-percent-literal): Leave point right after
16429         the percent symbol, so that the expression expansion rule can
16430         propertize the contents.
16431         (ruby-syntax-propertize-heredoc): Leave point at bol following the
16432         heredoc openers.
16433         (ruby-syntax-propertize-expansions): Remove.
16435 2013-05-18  Juri Linkov  <juri@jurta.org>
16437         * man.el (Man-default-man-entry): Remove `-' from the end
16438         of the default value.  (Bug#14400)
16440 2013-05-18  Glenn Morris  <rgm@gnu.org>
16442         * comint.el (comint-password-prompt-regexp):
16443         Allow "password for XXX" where XXX contains colons (eg https://...).
16445 2013-05-18  Leo Liu  <sdl.web@gmail.com>
16447         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
16448         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
16449         (octave-source-directories): Don't check process.
16450         (octave-source-directories, octave-find-definition): Doc fix.
16452 2013-05-18  Glenn Morris  <rgm@gnu.org>
16454         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
16455         Remove backspace/delete bindings.  (Bug#14392)
16457         * cus-dep.el (custom-make-dependencies): Sort the output.
16458         (custom-versions-load-alist): Convert comment to doc.
16460 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16462         * newcomment.el (comment-search-backward): Stricter in finding
16463         comment start.  (Bug#14303)
16465         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
16466         (octave-comment-start-skip): Properly anchored.
16468 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16470         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
16471         Clean up when turned off.  (Bug#14395)
16472         (smie--highlight-matching-block-overlay): No longer buffer-local.
16473         (smie-highlight-matching-block): Adjust.
16475 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16477         Doc string fix for "nanoseconds" (Bug#14406).
16478         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
16479         Fix doc string typo that had "nanoseconds" instead of "microseconds".
16481 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
16483         * calc/calc-units.el (math-extract-units): Preserve powers
16484         of units.
16486 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16488         * subr.el (delete-consecutive-dups): New function.
16489         * ido.el (ido-set-matches-1): Use it.
16490         * progmodes/octave.el (inferior-octave-completion-table): Use it.
16491         * ido.el (ido-remove-consecutive-dups): Remove.
16493 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16495         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16496         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
16497         regexp-opt's `words'.
16499 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16501         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
16502         (smie--highlight-matching-block-overlay)
16503         (smie--highlight-matching-block-lastpos)
16504         (smie--highlight-matching-block-timer): New variables.
16505         (smie-highlight-matching-block): New function.
16506         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
16507         (smie-setup): Conditionally enable smie-blink-matching-open.
16509 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
16511         Sync with upstream verilog-mode r840.
16512         * progmodes/verilog-mode.el (verilog-mode-version)
16513         (verilog-mode-release-date): Update.
16514         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
16515         (verilog-sig-tieoff): Fix string error on
16516         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
16517         (verilog-read-decls): Fix parameters confusing
16518         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
16520 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
16522         * subr.el (reveal-filename): New function.
16524         * loadup.el: Compute Emacs executable versions on MS-Windows,
16525         where executables have the .exe extension.  Add a hard link
16526         emacs-XX.YY.ZZ.exe on MS-Windows.
16528         * Makefile.in (XARGS_LIMIT): New variable.
16529         (custom-deps, finder-data, autoloads)
16530         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16531         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16532         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
16533         (compile-main): Limit xargs according to $(XARGS_LIMIT).
16535 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16537         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
16538         (octave-mode-menu, octave-mode-map): Remove its uses.
16540 2013-05-16  Reto Zimmermann  <reto@gnu.org>
16542         Sync with upstream vhdl mode v3.34.2.
16543         * progmodes/vhdl-mode.el: Use `push' throughout.
16544         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
16545         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
16546         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
16547         (vhdl-actual-generic-name): New option to derive actual generic name.
16548         (vhdl-port-paste-signals): Replace formal by actual generics.
16549         (vhdl-beautify): New name for old group vhdl-align.  Update users.
16550         (vhdl-beautify-options): New option.
16551         (vhdl-last-input-event): New compat alias.  Use throughout.
16552         (vhdl-goto-line): Replace user level function `goto-line'.
16553         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
16554         vhdl-fix-statement-buffer.
16555         (vhdl-create-mode-menu): Add some entries.
16556         (vhdl-align-region-groups): Respect vhdl-beautify-options.
16557         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
16558         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
16559         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
16560         to force statements on one line.
16561         (vhdl-remove-trailing-spaces-region):
16562         New, split from vhdl-remove-trailing-spaces.
16563         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
16564         Respect vhdl-beautify-options.
16565         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
16566         (vhdl-update-sensitivity-list): Not add with index if exists without.
16567         Not include array index with signal.  Ignore keywords in comments.
16568         (vhdl-get-visible-signals): Regexp tweaks.
16569         (vhdl-template-component-inst): Handle empty library.
16570         (vhdl-template-type): Add template for 'enum' type.
16571         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
16572         Use vhdl-replace-string.
16573         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
16574         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
16575         (vhdl-speedbar-initialize): Update for above name change.
16576         (vhdl-compose-wire-components): Fix in handling of constants.
16577         (vhdl-error-regexp-emacs-alist): New variable.
16578         (vhdl-error-regexp-add-emacs): New function;
16579         adds support for new compile.el (Emacs 22+)
16580         (vhdl-generate-makefile-1): Change target order for single lib. units.
16581         Allow use of absolute file names.
16583 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16585         * simple.el (prog-indent-sexp): Indent enclosing defun.
16587 2013-05-15  Glenn Morris  <rgm@gnu.org>
16589         * cus-start.el (show-trailing-whitespace): Move to editing basics.
16590         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
16591         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
16592         (whitespace-highlight): Move to whitespace group.
16594         * comint.el (comint-source):
16595         * pcmpl-linux.el (pcmpl-linux):
16596         * shell.el (shell-faces):
16597         * eshell/esh-opt.el (eshell-opt):
16598         * international/ccl.el (ccl): Remove empty custom groups.
16600         * completion.el (dynamic-completion-mode):
16601         * jit-lock.el (jit-lock-debug-mode):
16602         * minibuffer.el (completion-in-region-mode):
16603         * type-break.el (type-break-mode-line-message-mode)
16604         (type-break-query-mode):
16605         * emulation/tpu-edt.el (tpu-edt-mode):
16606         * progmodes/subword.el (global-subword-mode, global-superword-mode):
16607         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16608         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
16610         * term/xterm.el (xterm): Change parent group to terminals.
16612         * master.el (master): Remove empty custom group.
16613         (master-mode): Remove unused :group argument.
16614         * textmodes/refill.el (refill): Remove empty custom group.
16615         (refill-mode): Remove unused :group argument.
16617         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
16619         * cus-dep.el: Provide a feature.
16620         (custom-make-dependencies): Ignore dotfiles (dir-locals).
16621         Don't mistakenly ignore files whose basenames match a basename
16622         from preloaded-file-list (eg cedet/ede/simple.el).
16623         Add a fallback method for getting :group.
16625 2013-05-15  Juri Linkov  <juri@jurta.org>
16627         * isearch.el (isearch-char-by-name): Rename from
16628         `isearch-insert-char-by-name'.  Doc fix.
16629         (isearch-forward): Mention `isearch-char-by-name' in
16630         the docstring.  (Bug#13348)
16632         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
16633         `exit-minibuffer' instead of
16634         `isearch-nonincremental-exit-minibuffer'.
16635         (isearch-edit-string): Remove mention of
16636         `isearch-nonincremental-exit-minibuffer' from docstring.
16637         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
16638         (isearch-forward-exit-minibuffer)
16639         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
16641 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16643         * loadup.el: Just use unversioned DOC.
16645         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
16646         literals as extending to EOB.
16647         (nxml-last-fontify-end): Remove unused variable.
16648         (nxml-after-change1): Use with-silent-modifications.
16649         (nxml-extend-after-change-region): Simplify.
16650         (nxml-extend-after-change-region1): Remove function.
16651         (nxml-after-change1): Don't adjust for dependent regions.
16652         (nxml-fontify-matcher): Simplify.
16653         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
16654         (xmltok-add-dependent): Remove function.
16655         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
16656         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
16657         (xmltok-scan-prolog-after-processing-instruction-open): Treat
16658         unclosed <[[, <?, comment, and other literals as extending to EOB.
16659         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
16660         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
16661         Remove functions.
16662         (rng-do-some-validation-1): Don't mark dependent regions.
16663         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
16664         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
16665         (nxml-clear-dependent-regions): Remove functions.
16666         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
16667         (nxml-ensure-scan-up-to-date):
16668         Don't clear&mark dependent regions.
16670 2013-05-15  Leo Liu  <sdl.web@gmail.com>
16672         * progmodes/octave.el (octave-goto-function-definition):
16673         Improve and fix callers.
16675 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16677         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
16678         the setter (bug#14387).
16680         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
16681         surrounding group (bug#14402).
16683 2013-05-14  Juri Linkov  <juri@jurta.org>
16685         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
16686         (Bug#14390)
16688 2013-05-14  Glenn Morris  <rgm@gnu.org>
16690         * progmodes/f90.el (f90-imenu-generic-expression):
16691         Fix typo in 2013-05-08 change.  (Bug#14402)
16693 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16695         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
16696         Remove signals for which replies are never received.
16698 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16700         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
16701         (gdb-handler-alist, gdb-handler-number): Remove variables.
16702         (gdb-handler-list): New variable.
16703         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
16704         (gdb-pending-handler-p, gdb-handle-reply)
16705         (gdb-remove-all-pending-triggers): New functions.
16706         (gdb-discard-unordered-replies): New defcustom.
16707         (gdb-handler): New defstruct.
16708         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
16709         instead of gdb-pending-triggers.  Update docstring.
16710         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
16711         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
16712         (gdb-var-update-handler, def-gdb-auto-update-trigger)
16713         (def-gdb-auto-update-handler, gdb-get-changed-registers)
16714         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
16715         (gdb-frame-handler): Pending triggers are now automatically managed.
16716         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
16717         Remove argument.
16718         (gdb-input): Automatically handles pending triggers.  Update docstring.
16719         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
16720         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
16721         Update comments.
16722         (gdb-done-or-error): Now use gdb-handle-reply.
16724 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16726         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
16727         gdb-debug-log.
16729 2013-05-14  Glenn Morris  <rgm@gnu.org>
16731         * subr.el (user-emacs-directory-warning): New option.
16732         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
16734 2013-05-14  Leo Liu  <sdl.web@gmail.com>
16736         * progmodes/octave.el (octave-font-lock-keywords): Fix error
16737         during redisplay.
16738         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
16739         (octave-font-lock-texinfo-comment): Fix invalid search bound
16740         error: wrong side of point.
16742 2013-05-14  Glenn Morris  <rgm@gnu.org>
16744         * progmodes/flymake.el (flymake-xml-program): New option.
16745         (flymake-xml-init): Use it.
16747         * term/xterm.el: Provide a feature.
16749         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
16751 2013-05-13  Glenn Morris  <rgm@gnu.org>
16753         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
16754         Add compat aliases as a hack workaround.  (Bug#14384)
16756 2013-05-13  Leo Liu  <sdl.web@gmail.com>
16758         * progmodes/octave.el (octave-indent-comment): Fix indentation for
16759         ###, and %!.
16760         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
16761         C-M-q.
16762         (octave-comment-start-skip): Include %!.
16763         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
16765 2013-05-12  Leo Liu  <sdl.web@gmail.com>
16767         * progmodes/octave.el (inferior-octave-startup): Store the value
16768         of __octave_srcdir__ for octave-source-directories.
16769         (inferior-octave-check-process): New function refactored out of
16770         inferior-octave-send-list-and-digest.
16771         (octave-source-directories)
16772         (octave-find-definition-filename-function): New variables.
16773         (octave-source-directories)
16774         (octave-find-definition-default-filename): New functions.
16775         (octave-find-definition): Improve to find functions implemented in C++.
16777 2013-05-12  Glenn Morris  <rgm@gnu.org>
16779         * calendar/diary-lib.el (diary-outlook-format-1):
16780         Don't include dayname in the output.  (Bug#14349)
16782 2013-05-11  Glenn Morris  <rgm@gnu.org>
16784         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
16786         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
16787         Treat cc-provide like provide.
16789 2013-05-11  Kevin Ryde  <user42@zip.com.au>
16791         * cus-dep.el (custom-make-dependencies):
16792         Use generated-autoload-load-name for the sake of files such
16793         such cedet/semantic/bovine/c.el, where the base file name
16794         is not in load-path.  (Bug#5277)
16796 2013-05-11  Glenn Morris  <rgm@gnu.org>
16798         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
16799         Provide features.
16801 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16803         * progmodes/octave.el (octave-indent-comment): Improve.
16804         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16805         (octave-eldoc-function-signatures, octave-eldoc-function):
16806         New functions.
16807         (octave-mode, inferior-octave-mode): Add eldoc support.
16809 2013-05-11  Richard Stallman  <rms@gnu.org>
16811         * epa.el (epa-decrypt-file): Take output file name as argument
16812         and read it using `interactive'.
16814 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16816         * progmodes/octave.el (octave-beginning-of-line)
16817         (octave-end-of-line): Check before using up-list because it jumps
16818         out of more syntactic contructs since moving to smie.
16819         (octave-indent-comment): New function.
16820         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
16821         (octave-begin-keywords, octave-end-keywords)
16822         (octave-reserved-words, octave-smie-bnf-table)
16823         (octave-smie-rules): Add new keywords from Octave 3.6.4.
16825 2013-05-11  Glenn Morris  <rgm@gnu.org>
16827         * faces.el (internal-face-x-get-resource):
16828         * frame.el (ns-display-monitor-attributes-list):
16829         * calc/calc-aent.el (math-to-radians-2):
16830         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16831         Fix declarations.
16833         * calc/calc-menu.el: Make it loadable in isolation.
16835         * net/eudcb-bbdb.el: Make it loadable without bbdb.
16836         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16837         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16838         (eudc-bbdb-query-internal): Require 'bbdb.
16840         * lpr.el (lpr-headers-switches):
16841         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16843         * progmodes/sql.el (sql-login-params): Fix and improve :type.
16845         * emulation/edt-mapper.el: In batch mode, error rather than hang.
16847         * term.el (term-set-escape-char): Make it idempotent.
16849 2013-05-10  Leo Liu  <sdl.web@gmail.com>
16851         * progmodes/octave.el (inferior-octave-completion-table):
16852         No longer a function and all uses changed.  Use cache to speed up
16853         completion due to bug#11906.
16854         (octave-beginning-of-defun): Re-write to be more general.
16856 2013-05-10  Glenn Morris  <rgm@gnu.org>
16858         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16860 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16862         * comint.el (comint-redirect-send-command-to-process): Use :around
16863         rather than :override for comint-redirect-filter.
16864         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16865         Call it instead of comint-redirect-original-filter-function (which
16866         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
16868 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
16870         * frame.el (display-monitor-attributes-list): Add NS case.
16871         (ns-display-monitor-attributes-list): Declare.
16873 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
16875         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
16877 2013-05-09  Glenn Morris  <rgm@gnu.org>
16879         * international/fontset.el (vertical-centering-font-regexp):
16880         Set standard-value.
16882         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16884         * bookmark.el (bookmark-search-delay):
16885         * cus-start.el (vertical-centering-font-regexp):
16886         * ps-mule.el (ps-mule-font-info-database-default):
16887         * ps-print.el (ps-default-fg, ps-default-bg):
16888         * type-break.el (type-break-good-break-interval):
16889         * whitespace.el (whitespace-indentation-regexp)
16890         (whitespace-space-after-tab-regexp):
16891         * emacs-lisp/testcover.el (testcover-1value-functions)
16892         (testcover-noreturn-functions, testcover-progn-functions)
16893         (testcover-prog1-functions):
16894         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16895         * eshell/em-glob.el (eshell-glob-translate-alist):
16896         * play/tetris.el (tetris-tty-colors):
16897         * progmodes/cpp.el (cpp-face-default-list):
16898         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16899         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16900         (idlwave-help-browser-generic-args):
16901         * progmodes/make-mode.el (makefile-special-targets-list):
16902         * progmodes/python.el (python-shell-virtualenv-path):
16903         * progmodes/verilog-mode.el (verilog-active-low-regexp)
16904         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16905         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16906         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16907         * textmodes/reftex-vars.el (reftex-format-label-function):
16908         * textmodes/remember.el (remember-diary-file): Fix custom types.
16910         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16911         Add :version.
16913 2013-05-09  Leo Liu  <sdl.web@gmail.com>
16915         * progmodes/octave.el (inferior-octave-completion-at-point):
16916         Restore file completion.  (Bug#14300)
16917         (inferior-octave-startup): Fix incorrect highlighting for the
16918         first prompt.
16920 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16922         * progmodes/ruby-mode.el: First cut at SMIE support.
16923         (ruby-use-smie): New var.
16924         (ruby-smie-grammar): New constant.
16925         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16926         (ruby-smie--forward-token, ruby-smie--backward-token)
16927         (ruby-smie-rules): New functions.
16928         (ruby-mode-variables): Setup SMIE if applicable.
16930 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
16932         * simple.el (line-move-visual): Signal beginning/end of buffer
16933         only if vertical-motion moved less than it was requested.  Avoids
16934         silly incorrect error messages when there are display strings with
16935         multiple newlines at EOL.
16937 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16939         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16940         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16941         (prolog-char-quote-workaround):
16942         * progmodes/cperl-mode.el (cperl-under-as-char):
16943         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16944         Mark as obsolete.
16945         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16946         their declaration.
16947         (vhdl-mode-syntax-table-init): Remove.
16949         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16950         last change.
16952         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16953         syntax for "_".
16954         (ld-script-font-lock-keywords):
16955         Change regexps to use things like \_< and \_>.
16957         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16958         Change all regexps to use things like \_< and \_>.
16960         * progmodes/autoconf.el (autoconf-definition-regexp)
16961         (autoconf-font-lock-keywords, autoconf-current-defun-function):
16962         Handle a _ with symbol syntax.
16963         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16965         * progmodes/ada-mode.el (ada-mode-abbrev-table):
16966         Consolidate declaration.
16967         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16968         the declaration.
16969         (ada-create-syntax-table): Remove.
16970         (ada-capitalize-word): Don't mess with the syntax of "_" since it
16971         already has the right syntax nowadays.
16972         (ada-goto-next-word): Don't change the syntax of "_".
16974         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16975         with-wrapper-hook.
16977 2013-05-08  Sam Steingold  <sds@gnu.org>
16979         * thingatpt.el (thing-at-point): Accept optional second argument
16980         NO-PROPERTIES to strip the text properties from the return value.
16981         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16982         to `thing-at-point' instead of stripping the properties ourselves.
16983         Also, when `thing-at-point' fails to find a url, prepend "http://"
16984         to the filename at point on the assumption that the user is
16985         pointing at something like gnu.org/gnu.
16987 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
16989         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16990         * faces.el (crm-separator):
16991         Silence byte-compiler.
16993         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16994         (tool-bar-map): Remove unneeded defvars.
16996 2013-05-08  Leo Liu  <sdl.web@gmail.com>
16998         Re-work a fix for bug#10994 based on Le Wang's patch.
16999         * ido.el (ido-remove-consecutive-dups): New helper.
17000         (ido-completing-read): Use it.
17001         (ido-chop): Revert fix for bug#10994.
17003 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
17005         * cus-edit.el (custom-save-variables):
17006         Pretty-print long values.  (Bug#14187)
17008 2013-05-08  Glenn Morris  <rgm@gnu.org>
17010         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
17011         (m4-mode-syntax-table): Init in the defvar.
17012         (m4-mode-abbrev-table): Let define-derived-mode define it.
17014 2013-05-08  Tom Tromey  <tromey@redhat.com>
17016         * progmodes/m4-mode.el (m4-mode-syntax-table):
17017         Do not treat "_" as word constituent.  (Bug#14167)
17019 2013-05-07  Glenn Morris  <rgm@gnu.org>
17021         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
17022         Remove explicit eshell-isearch-cancel-map.
17024         * progmodes/f90.el (f90-smart-end-names): New option.
17025         (f90-smart-end): Doc fix.
17026         (f90-end-block-optional-name): New constant.
17027         (f90-block-match): Respect f90-smart-end-names.
17029 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17031         * progmodes/octave.el (octave-smie-forward-token): Be more careful
17032         about implicit semi-colons (bug#14218).
17034 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17036         * frame.el (display-monitor-attributes-list)
17037         (frame-monitor-attributes): New functions.
17039 2013-05-06  Leo Liu  <sdl.web@gmail.com>
17041         * progmodes/octave.el (octave-syntax-propertize-function): Change
17042         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
17043         (octave-font-lock-keywords): Use octave-operator-regexp.
17044         (octave-completion-at-point): Rename from
17045         octave-completion-at-point-function.
17046         (inferior-octave-directory-tracker): Robustify.
17047         (octave-text-functions): Remove and fix its uses.  No such things
17048         any more.
17050 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17052         * emacs-lisp/trace.el (trace--display-buffer): New function.
17053         (trace-make-advice): Use it.
17055 2013-05-06  Juri Linkov  <juri@jurta.org>
17057         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
17058         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
17059         Doc fix.
17060         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
17061         in the help string.  (Bug#12985)
17063 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
17065         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
17067 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17069         * progmodes/perl-mode.el: Add support for here documents.
17070         (perl-syntax-propertize-function): Match here-doc markers.
17071         (perl-syntax-propertize-special-constructs): Find their end.
17072         (perl-imenu-generic-expression): Use [:alnum:].
17074         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
17075         (advice--add-function): Refresh the advice if already present
17076         (bug#14317).
17078 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
17080         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
17082 2013-05-06  Glenn Morris  <rgm@gnu.org>
17084         * w32-fns.el (w32-charset-info-alist): Declare.
17086         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
17087         of its defcustom properties.
17088         (eshell-cmpl-initialize): No need to load pcomplete.
17090         * generic-x.el: No need to require comint when compiling.
17092         * net/eudc-export.el: Make it loadable without bbdb.
17093         (top-level): Use require rather than load-library.
17094         (eudc-create-bbdb-record, eudc-bbdbify-phone)
17095         (eudc-batch-export-records-to-bbdb)
17096         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
17097         Require bbdb.
17099 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17101         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
17102         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
17103         some tweaks, instead.
17105 2013-05-05  Leo Liu  <sdl.web@gmail.com>
17107         * progmodes/octave.el (octave-font-lock-keywords)
17108         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
17109         (inferior-octave-send-list-and-digest): Improve error message.
17110         (octave-mode, inferior-octave-mode): Use setq-local.
17111         (octave-help): Set info-lookup-mode.
17113 2013-05-05  Richard Stallman  <rms@gnu.org>
17115         * vc/compare-w.el (compare-windows-whitespace):
17116         Treat no-break space as whitespace.
17118         * mail/rmailsum.el (rmail-summary-rmail-update):
17119         Detect empty summary and don't change selected message.
17120         (rmail-summary-goto-msg): Likewise.
17122         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
17123         Doc fixes, rename args.
17125 2013-05-05  Alan Mackenzie  <acm@muc.de>
17127         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
17129 2013-05-05  Juri Linkov  <juri@jurta.org>
17131         * info.el (Info-read-subfile): Use (point-min) instead of (point)
17132         to not add the length of the summary segment to the return value.
17133         (Bug#14125)
17135 2013-05-05  Leo Liu  <sdl.web@gmail.com>
17137         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
17138         (inferior-octave-output-filter): Remove.
17139         (octave-send-region, inferior-octave-startup): Fix callers.
17140         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
17141         (octave-binary-file-extensions): New user variable.
17142         (octave-find-definition): Confirm if opening binary files.
17143         (octave-help-file): Use octave-find-definition to get the binary
17144         confirmation.
17145         (octave-help): Adjust for octave-help-file change.
17147 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17149         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
17150         Merge the two entries that handle function definitions.
17151         (pascal--syntax-propertize): New const.
17152         (pascal-mode): Use it.  Use setq-local.
17154 2013-05-04  Glenn Morris  <rgm@gnu.org>
17156         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
17157         (diary-from-outlook): Respect diary-from-outlook-function.
17159 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17161         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
17162         Move the declaration from C.
17163         (read-minibuffer, eval-minibuffer): Move from C.
17164         (completion-setup-function): Avoid minibuffer-completion-contents.
17166 2013-05-03  Leo Liu  <sdl.web@gmail.com>
17168         * progmodes/octave.el (octave-font-lock-keywords): Do not
17169         dehighlight 'end' in comments or strings.
17170         (octave-completing-read, octave-goto-function-definition):
17171         New helpers.
17172         (octave-help-buffer): New user variable.
17173         (octave-help-file, octave-help-function): New button types.
17174         (octave-help): New command and bind it to C-h ;.
17175         (octave-find-definition): New command and bind it to M-.
17176         (user-error): Alias to error if not defined.
17178 2013-05-02  Leo Liu  <sdl.web@gmail.com>
17180         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
17181         for \.  (bug#14332)
17182         (octave-font-lock-keywords): Include [ and {.
17184 2013-05-02  Leo Liu  <sdl.web@gmail.com>
17186         * progmodes/octave.el (inferior-octave-startup-file): Change default.
17187         (inferior-octave): Remove calling comint-mode and return the buffer.
17188         (inferior-octave-startup): Cosmetic changes.
17190 2013-05-02  Leo Liu  <sdl.web@gmail.com>
17192         * progmodes/octave.el (octave-syntax-propertize-function):
17193         Include the case when ' is at line beginning.  (Bug#14336)
17195 2013-05-02  Glenn Morris  <rgm@gnu.org>
17197         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
17198         * desktop.el (vc-dir-mode): Just autoload it here.
17200 2013-05-02  Alan Mackenzie  <acm@muc.de>
17202         Eliminate variable c-standard-font-lock-fontify-region-function.
17203         * progmodes/cc-mode.el
17204         (c-standard-font-lock-fontify-region-function): Remove.
17205         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
17207 2013-05-01  Leo Liu  <sdl.web@gmail.com>
17209         * progmodes/octave.el: Compatible with older emacs-24 releases.
17210         (inferior-octave-has-built-in-variables): Remove.  Built-in
17211         variables were removed from Octave in 2007.
17212         (inferior-octave-startup): Fix uses.
17213         (comint-line-beginning-position): Remove compatibility code for
17214         emacs 21.
17216 2013-05-01  Juri Linkov  <juri@jurta.org>
17218         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
17220 2013-05-01  Juri Linkov  <juri@jurta.org>
17222         * comint.el (comint-previous-matching-input): Don't print message
17223         "History item: %d" when `isearch-mode' is active.
17224         (comint-history-isearch-message): Print message "History item: %d"
17225         when `comint-input-ring-index' is not empty and this function is
17226         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
17228 2013-05-01  Leo Liu  <sdl.web@gmail.com>
17230         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
17231         definitions.  Use completion-at-point to insert keywords.
17232         (octave-abbrev-start): Remove.
17233         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
17235 2013-04-30  Leo Liu  <sdl.web@gmail.com>
17237         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
17238         change.
17240 2013-04-30  Alan Mackenzie  <acm@muc.de>
17242         Handle arbitrarily long C++ member initialisation lists.
17243         * progmodes/cc-engine.el (c-back-over-member-initializers):
17244         new function.
17245         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
17246         (most) member init lists.
17248 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
17250         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
17251         variable.
17253 2013-04-30  Leo Liu  <sdl.web@gmail.com>
17255         * progmodes/octave.el (octave-variables): Remove.  No builtin
17256         variables any more.  All converted to functions.
17257         (octave-font-lock-keywords, octave-completion-at-point-function):
17258         Fix uses.
17259         (octave-font-lock-texinfo-comment): New user variable.
17260         (octave-texinfo-font-lock-keywords): New variable for texinfo
17261         comment block.
17262         (octave-function-comment-block): New face.
17263         (octave-font-lock-texinfo-comment): New function.
17264         (octave-mode): Font lock texinfo comment block.
17266 2013-04-29  Leo Liu  <sdl.web@gmail.com>
17268         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
17269         indexing expression.
17270         (octave-continuation-string): Do not use \.
17271         (inferior-octave-complete-impossible): Remove.
17272         (inferior-octave-completion-table)
17273         (inferior-octave-completion-at-point): Remove its uses.
17274         (inferior-octave-startup): completion_matches was introduced to
17275         Octave in 1996 so safe to assume it.
17276         (octave-function-file-comment): Improve to follow how Octave does it.
17277         (octave-update-function-file-comment): Tweak.
17279 2013-04-29  Leo Liu  <sdl.web@gmail.com>
17281         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
17282         (inferior-octave-startup): Remove inferior-octave-startup-hook.
17283         (octave-function-file-comment): Fix typo.
17284         (octave-sync-function-file-names): Use read-char-choice.
17286 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
17288         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
17289         to t for the less important warnings.
17291 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
17293         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
17295 2013-04-27  Glenn Morris  <rgm@gnu.org>
17297         * vc/log-view.el (log-view-current-entry):
17298         Treat "---" separator lines as part of the following rev.  (Bug#14169)
17300 2013-04-27  Juri Linkov  <juri@jurta.org>
17302         * subr.el (read-number): Doc fix about using it by interactive
17303         code letter `n'.  (Bug#14254)
17305 2013-04-27  Juri Linkov  <juri@jurta.org>
17307         * desktop.el (desktop-auto-save-timeout): New option.
17308         (desktop-file-checksum): New variable.
17309         (desktop-save): Add optional arg `auto-save' and don't auto-save
17310         if nothing changed.
17311         (desktop-auto-save-timer): New variable.
17312         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
17313         (after-init-hook): Call `desktop-auto-save-set-timer'.
17314         Suggested by Reuben Thomas <rrt@sc3d.org> in
17315         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
17317 2013-04-27  Leo Liu  <sdl.web@gmail.com>
17319         * progmodes/octave.el (octave-function-file-p)
17320         (octave-skip-comment-forward, octave-function-file-comment)
17321         (octave-update-function-file-comment): New functions.
17322         (octave-mode-map): Bind C-c ; to
17323         octave-update-function-file-comment.
17324         (octave-mode-menu): Add octave-update-function-file-comment.
17325         (octave-mode, inferior-octave-mode): Fix doc-string.
17326         (octave-insert-defun): Conform to Octave's coding convention.
17327         (Bug#14285)
17329         * files.el (basic-save-buffer): Don't let errors in
17330         before-save-hook prevent saving buffer.
17332 2013-04-20  Roland Winkler  <winkler@gnu.org>
17334         * faces.el (read-face-name): Use completing-read if arg multiple
17335         is nil.
17337 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
17339         * ls-lisp.el (ls-lisp-insert-directory): If no files are
17340         displayed, move point to after the totals line.
17341         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
17342         for the details.
17344 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17346         * emacs-lisp/package.el (package-autoload-ensure-default-file):
17347         Add current dir to the load-path.
17348         (package-generate-autoloads): Don't rely on
17349         autoload-ensure-default-file.
17351 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
17353         * textmodes/remember.el (remember-store-in-files): Document that
17354         the file name format is passed to `format-time-string'.
17356 2013-04-26  Leo Liu  <sdl.web@gmail.com>
17358         * progmodes/octave.el (octave-sync-function-file-names): New function.
17359         (octave-mode): Use it in before-save-hook.
17361 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17363         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
17364         (bug#14274).
17366         * progmodes/octave.el (octave-smie-forward-token): Properly skip
17367         \n and comment, even if it's not an implicit ; (bug#14218).
17369 2013-04-26  Glenn Morris  <rgm@gnu.org>
17371         * subr.el (read-number): Once more use `read' rather than
17372         `string-to-number', to trap non-numeric input.  (Bug#14254)
17374 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
17376         * emacs-lisp/syntax.el (syntax-propertize-multiline):
17377         Use `syntax-multiline' text property consistently instead of
17378         `font-lock-multiline'.  (Bug#14237)
17380 2013-04-26  Glenn Morris  <rgm@gnu.org>
17382         * emacs-lisp/shadow.el (list-load-path-shadows):
17383         No longer necessary to check for duplicate simple.el, since
17384         2012-07-07 change to init_lread to not include installation lisp
17385         directories in load-path when running uninstalled.  (Bug#14270)
17387 2013-04-26  Leo Liu  <sdl.web@gmail.com>
17389         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
17390         (octave-mode, inferior-octave-mode): Use setq-local.
17391         (octave-not-in-string-or-comment-p): Rename to
17392         octave-in-string-or-comment-p.
17393         (octave-in-comment-p, octave-in-string-p)
17394         (octave-in-string-or-comment-p): Replace defsubst with defun.
17396 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17398         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
17400 2013-04-25  Bastien Guerry  <bzg@gnu.org>
17402         * textmodes/remember.el (remember-data-directory)
17403         (remember-directory-file-name-format): Fix custom types.
17405 2013-04-25  Leo Liu  <sdl.web@gmail.com>
17407         * progmodes/octave.el (octave-completion-at-point-function):
17408         Make use of inferior octave process.
17409         (octave-initialize-completions): Remove.
17410         (inferior-octave-completion-table): New function.
17411         (inferior-octave-completion-at-point): Use it.
17412         (octave-completion-alist): Remove.
17414 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17416         * progmodes/opascal.el: Use font-lock and syntax-propertize.
17417         (opascal-mode-syntax-table): New var.
17418         (opascal-literal-kind, opascal-is-literal-end)
17419         (opascal-literal-token-at): Rewrite.
17420         (opascal--literal-start-re, opascal-font-lock-keywords)
17421         (opascal--syntax-propertize): New constants.
17422         (opascal-font-lock-defaults): Adjust.
17423         (opascal-mode): Use them.  Set comment-<foo> variables as well.
17424         (delphi-comment-face, opascal-comment-face, delphi-string-face)
17425         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
17426         (delphi-other-face, opascal-other-face): Remove face variables.
17427         (opascal-save-state): Remove macro.
17428         (opascal-fontifying-progress-step): Remove constant.
17429         (opascal--ignore-changes): Remove var.
17430         (opascal-set-token-property, opascal-parse-next-literal)
17431         (opascal-is-stable-literal, opascal-complete-literal)
17432         (opascal-is-literal-start, opascal-face-of)
17433         (opascal-parse-region, opascal-parse-region-until-stable)
17434         (opascal-fontify-region, opascal-after-change)
17435         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
17436         (opascal-debug-parse-region, opascal-debug-parse-window)
17437         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
17438         (opascal-debug-fontify-buffer): Remove.
17439         (opascal-debug-mode-map): Adjust accordingly.
17441 2013-04-25  Leo Liu  <sdl.web@gmail.com>
17443         Merge octave-mod.el and octave-inf.el into octave.el with some
17444         cleanups.
17445         * progmodes/octave.el: New file renamed from octave-mod.el.
17446         * progmodes/octave-inf.el: Merged into octave.el.
17447         * progmodes/octave-mod.el: Renamed to octave.el.
17449 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
17451         * textmodes/reftex-vars.el
17452         (reftex-label-ignored-macros-and-environments): New defcustom.
17454         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
17456 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17458         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
17459         (smie-indent-keyword): Improve the check to ensure that the next
17460         comment is really on the same line.
17461         (smie-indent-comment): Don't align with a subsequent closer (or eob).
17463         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
17464         semi-colons if the line is not otherwise empty (bug#14218).
17466 2013-04-25  Glenn Morris  <rgm@gnu.org>
17468         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
17470 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17472         * progmodes/opascal.el (opascal-set-token-property): Rename from
17473         opascal-set-text-properties and only set `token' (bug#14134).
17474         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
17475         (opascal-literal-text-properties): Remove.
17476         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
17477         Adjust callers.
17479 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
17481         * textmodes/remember.el (remember-handler-functions): Add an
17482         option for a new handler `remember-store-in-files'.
17483         (remember-data-directory, remember-directory-file-name-format):
17484         New options.
17485         (remember-store-in-files): New function to store remember notes
17486         as separate files within a directory.
17488 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
17490         * progmodes/compile.el (compilation-next-error-function):
17491         Pass "formats" to compilation-find-file (bug#11777).
17493 2013-04-24  Glenn Morris  <rgm@gnu.org>
17495         * vc/vc-bzr.el (vc-bzr-print-log):
17496         * vc/vc-hg.el (vc-hg-print-log):
17497         * vc/vc-svn.el (vc-svn-print-log):
17498         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
17500         * vc/vc-bzr.el (vc-bzr-print-log):
17501         * vc/vc-cvs.el (vc-cvs-print-log):
17502         * vc/vc-git.el (vc-git-print-log):
17503         * vc/vc-hg.el (vc-hg-print-log):
17504         * vc/vc-mtn.el (vc-mtn-print-log):
17505         * vc/vc-rcs.el (vc-rcs-print-log):
17506         * vc/vc-sccs.el (vc-sccs-print-log):
17507         * vc/vc-svn.el (vc-svn-print-log):
17508         * vc/vc.el (vc-print-log-internal): Doc fixes.
17510 2013-04-23  Glenn Morris  <rgm@gnu.org>
17512         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
17513         Remove venerable code attempting to avoid substitute-command-keys.
17515 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
17517         * textmodes/reftex-vars.el (reftex-label-regexps):
17518         Call `reftex-compile-variables' after changes to this variable.
17520 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17522         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
17523         Use lexical-binding.
17524         (jit-lock-force-redisplay): Use markers, check buffer's continued
17525         existence and beware narrowed buffers.
17526         (jit-lock-fontify-now): Adjust call accordingly.
17528 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17530         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
17531         to avoid misleading the user.
17533 2013-04-22  Leo Liu  <sdl.web@gmail.com>
17535         * info-look.el: Prefer latex2e.info.  (Bug#14240)
17537 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
17539         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
17541         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
17542         * net/tramp.el (tramp-call-process): ... here.
17543         (tramp-set-completion-function, tramp-parse-putty):
17544         * net/tramp-adb.el (tramp-adb-execute-adb-command):
17545         * net/tramp-gvfs.el (tramp-gvfs-send-command):
17546         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
17547         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
17548         (tramp-call-local-coding-command): Use `tramp-call-process'
17549         instead of `tramp-compat-call-process'.
17551         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
17552         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
17553         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
17554         (tramp-find-inline-compress): Improve traces.
17555         (tramp-maybe-send-script): Check for Perl binary.
17556         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
17558 2013-04-22  Daiki Ueno  <ueno@gnu.org>
17560         * epg.el (epg-context-pinentry-mode): New function.
17561         (epg-context-set-pinentry-mode): New function.
17562         (epg--start): Pass --pinentry-mode option to gpg command.
17564 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
17566         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
17567         `comint-dynamic-complete' is obsolete since 24.1, replaced by
17568         `completion-at-point'.  (Bug#13774)
17570         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
17571         default key binding for `describe-distribution' has been moved to
17572         `C-h C-o'.  (Bug#13970)
17574 2013-04-21  Glenn Morris  <rgm@gnu.org>
17576         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
17577         Add doc strings.
17578         (vc-print-log): Clarify interactive prompt.
17580 2013-04-20  Glenn Morris  <rgm@gnu.org>
17582         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
17583         No longer include timestamp etc information.
17585 2013-04-20  Roland Winkler  <winkler@gnu.org>
17587         * faces.el (read-face-name): Bug fix, return just one face if arg
17588         multiple is nil.  (Bug#14209)
17590 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17592         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
17593         (remove-function): Autoload.
17595         * comint.el (comint-redirect-original-filter-function): Remove.
17596         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
17597         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
17598         (vc-cvs-annotate-command):
17599         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
17600         * progmodes/prolog.el (prolog-consult-compile):
17601         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
17602         Use add/remove-function instead.
17603         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
17604         (gud-tooltip-process-output, gud-tooltip-tips):
17605         Use add/remove-function instead.
17606         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
17607         (scheme-interaction-mode, exit-scheme-interaction-mode):
17608         Use add/remove-function instead.
17610         * vc/vc-dispatcher.el: Use lexical-binding.
17611         (vc--process-sentinel): Rename from vc-process-sentinel.
17612         Change last arg to be the code to run.  Don't use vc-previous-sentinel
17613         and vc-sentinel-commands any more.
17614         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
17615         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
17617 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
17619         * progmodes/sh-script.el (sh-imenu-generic-expression):
17620         Handle function names with a single character.  (Bug#14111)
17622 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
17624         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
17625         for subroutines defined in an eval (bug#14182).
17627 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17629         * bookmark.el (bookmark-completing-read): Improve handling of empty
17630         string (bug#14176).
17632 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17634         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
17636 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17638         New faster Imenu implementation (bug#14058).
17639         * progmodes/python.el (python-imenu-prev-index-position)
17640         (python-imenu-format-item-label-function)
17641         (python-imenu-format-parent-item-label-function)
17642         (python-imenu-format-parent-item-jump-label-function):
17643         New vars.
17644         (python-imenu-format-item-label)
17645         (python-imenu-format-parent-item-label)
17646         (python-imenu-format-parent-item-jump-label)
17647         (python-imenu--put-parent, python-imenu--build-tree)
17648         (python-imenu-create-index, python-imenu-create-flat-index)
17649         (python-util-popn): New functions.
17650         (python-mode): Set imenu-create-index-function to
17651         python-imenu-create-index.
17653 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17655         * winner.el (winner-active-region): Use region-active-p, activate-mark
17656         and deactivate-mark (bug#14225).
17658         * simple.el (deactivate-mark): Don't inline it.
17660 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
17662         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
17664 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
17666         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
17667         file extensions from the archive-mode entry in order to prefer
17668         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
17670 2013-04-18  Leo Liu  <sdl.web@gmail.com>
17672         * bindings.el (help-event-list): Add ?\?.
17674 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17676         * subr.el (with-wrapper-hook): Declare obsolete.
17677         * simple.el (filter-buffer-substring-function): New hook.
17678         (filter-buffer-substring): Use it.
17679         (filter-buffer-substring-functions): Mark obsolete.
17680         * minibuffer.el (completion-in-region-function): New hook.
17681         (completion-in-region): Use it.
17682         (completion-in-region-functions): Mark obsolete.
17683         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
17684         * abbrev.el (abbrev-expand-function): New hook.
17685         (expand-abbrev): Use it.
17686         (abbrev-expand-functions): Mark obsolete.
17687         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
17688         and :filter-return.
17690 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17692         * progmodes/python.el (python-nav--syntactically): Fix cornercases
17693         and do not care about match data.
17695 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17697         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
17698         completion tables when completing error conditions and
17699         `declare' arguments.
17700         (lisp-complete-symbol, field-complete): Mark as obsolete.
17701         (check-parens): Unmatched parens are user errors.
17702         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
17704 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
17706         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
17707         command changed buffer (ie. `flyspell-pre-buffer' is not current
17708         buffer), which prevents making decisions based on invalid value of
17709         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
17710         cause an error when `flyspell-pre-point' was nil after switching
17711         buffers.
17712         (flyspell-post-command-hook): No longer needs to change buffers when
17713         checking pre-word.  While at it remove unnecessary progn.
17715 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
17717         * textmodes/ispell.el (ispell-add-per-file-word-list):
17718         Fix `flyspell-correct-word-before-point' error when accepting
17719         words and `coment-padding' is an integer by using
17720         `comment-normalize-vars' (Bug #14214).
17722 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17724         New defun movement commands.
17725         * progmodes/python.el (python-nav--syntactically)
17726         (python-nav--forward-defun, python-nav-backward-defun)
17727         (python-nav-forward-defun): New functions.
17729 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17731         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
17732         (python-syntax-context): Use named compiler-macro for backwards
17733         compatibility with Emacs 24.x.
17735 2013-04-17  Leo Liu  <sdl.web@gmail.com>
17737         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
17738         octave-hide-process-buffer.
17740 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17742         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
17743         (bug#14216).
17745 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
17747         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
17748         Fix adjustment of offset when receiving incomplete responses from GDB
17749         (bug#14129).
17751 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17753         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
17754         python-mode-abbrev-table.
17755         (python-skeleton-define): Adjust accordingly.
17756         (python-mode-abbrev-table): New table that inherits from it so that
17757         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
17759         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
17760         (abbrev-symbol): Use it.
17761         (abbrev--before-point): Use it since we already handle inheritance.
17763 2013-04-16  Leo Liu  <sdl.web@gmail.com>
17765         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
17766         binding to info-lookup-symbol.
17768 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
17770         * minibuffer.el (completion--twq-all):
17771         * term/ns-win.el (ns-initialize-window-system):
17772         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
17774 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17776         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
17777         global bindings.
17779         * doc-view.el (doc-view-start-process): Handle url-handler directories.
17781 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
17783         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
17784         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
17785         to nil.
17786         (ruby-end-of-defun): Remove the unused arg, change the docstring
17787         to reflect that this function is only used as the value of
17788         `end-of-defun-function'.
17789         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
17790         to reflect an earlier change that beginning/end-of-defun functions
17791         jump between methods in a class definition, as well as top-level
17792         functions.
17794 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17796         * minibuffer.el (minibuffer-complete): Don't just scroll
17797         a *Completions* that's been iconified.
17798         (minibuffer-force-complete): Make sure repetitions do cycle when going
17799         through completion-in-region -> minibuffer-complete.
17801 2013-04-15  Alan Mackenzie  <acm@muc.de>
17803         Correct the placement of c-cpp-delimiters when there're #s not at
17804         col 0.
17806         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17807         place a submatch around the #.
17808         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17809         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
17810         on the #, not BOL.
17812 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17814         * emacs-lisp/nadvice.el: Properly test names when adding advice.
17815         (advice--member-p): New arg `name'.
17816         (advice--add-function, advice-member-p): Use it (bug#14202).
17818 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
17820         Reformulate java imenu-generic-expression.
17821         The old expression contained ill formed regexps.
17823         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17824         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17825         (cc-imenu-java-method-arg-regexp): New defconsts.
17826         (cc-imenu-java-build-type-args-regex): New defun.
17827         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17828         handling of spaces in the regexp.
17830 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17832         * textmodes/ispell.el (ispell-command-loop): Remove
17833         flyspell highlight of a word when ispell accepts it (bug #14178).
17835 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
17837         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17838         uses code from the previous `ange-ftp-run-real-handler'.
17839         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17840         only in case that function exist.  This is needed for proper
17841         unloading of Tramp.
17843 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
17845         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17847         * textmodes/reftex.el (reftex-compile-variables): Use it.
17849 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17851         * files.el (normal-mode): Only use default major-mode if no other mode
17852         was specified.
17854         * emacs-lisp/trace.el (trace-values): New function.
17856         * files.el: Allow : in local variables (bug#14089).
17857         (hack-local-variable-regexp): New var.
17858         (hack-local-variables-prop-line, hack-local-variables): Use it.
17860 2013-04-13  Roland Winkler  <winkler@gnu.org>
17862         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
17863         data before it gets modified by bibtex-beginning-of-entry.
17865 2013-04-13  Roland Winkler  <winkler@gnu.org>
17867         * textmodes/bibtex.el (bibtex-url): Doc fix.
17869 2013-04-13  Roland Winkler  <winkler@gnu.org>
17871         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17872         does not visit a BibTeX file, exclude it from the list of buffers
17873         returned by bibtex-initialize.
17875 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
17877         * window.el (split-window): Remove interactive form, since as a
17878         command this function is a special case of split-window-below.
17879         Correct doc string.
17881 2013-04-12  Roland Winkler  <winkler@gnu.org>
17883         * faces.el (read-face-name): Do not override value of arg default.
17884         Allow single faces and strings as default values.  Remove those
17885         elements from return value that are not faces.
17886         (describe-face): Simplify.
17887         (face-at-point): New optional args thing and multiple so that this
17888         function can provide the same functionality previously provided by
17889         read-face-name.
17890         (make-face-bold, make-face-unbold, make-face-italic)
17891         (make-face-unitalic, make-face-bold-italic, invert-face)
17892         (modify-face, read-face-and-attribute): Use face-at-point.
17894         * cus-edit.el (customize-face, customize-face-other-window)
17895         * cus-theme.el (custom-theme-add-face)
17896         * face-remap.el (buffer-face-set)
17897         * facemenu.el (facemenu-set-face): Use face-at-point.
17899 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
17901         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17903 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
17905         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17906         off leading { and trailing } from field values.
17908 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17910         * emacs-lisp/timer.el (timer--check): New function.
17911         (timer--time, timer-set-function, timer-event-handler): Use it.
17912         (timer-set-idle-time): Simplify.
17913         (timer--activate): CSE.
17914         (timer-event-handler): Give more info in error message.
17915         (internal-timer-start-idle): New function, moved from C.
17917         * mpc.el (mpc-proc): Add `restart' argument.
17918         (mpc-proc-cmd): Use it.
17919         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17920         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17921         less often.
17923 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
17925         * progmodes/sh-script.el: Implement `sh-mode' own
17926         `add-log-current-defun-function' (bug#14112).
17927         (sh-current-defun-name): New function.
17928         (sh-mode): Use the function.
17930 2013-04-09  Bastien Guerry  <bzg@gnu.org>
17932         * simple.el (choose-completion-string): Fix docstring (bug#14163).
17934 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17936         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17938         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17939         timer (bug#14156).
17941 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
17943         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17944         declaration.
17946 2013-04-07  Leo Liu  <sdl.web@gmail.com>
17948         * pcmpl-x.el: New file.
17950 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
17952         Do not set x-display-name until X connection is established.
17953         This is needed to prevent from weird situation described at
17954         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17955         * frame.el (make-frame): Set x-display-name after call to
17956         window system initialization function, not before.
17957         * term/x-win.el (x-initialize-window-system): Add optional
17958         display argument and use it.
17959         * term/w32-win.el (w32-initialize-window-system):
17960         * term/ns-win.el (ns-initialize-window-system):
17961         * term/pc-win.el (msdos-initialize-window-system):
17962         Add compatible optional display argument.
17964 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
17966         * files.el (normal-backup-enable-predicate): On MS-Windows and
17967         MS-DOS compare truenames of temporary-file-directory and of the
17968         file, so that 8+3 aliases (usually found in $TEMP on Windows)
17969         don't fail comparison by compare-strings.  Also, compare file
17970         names case-insensitively on MS-Windows and MS-DOS.
17972 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17974         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17975         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17977 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
17979         * whitespace.el (whitespace-color-on, whitespace-color-off):
17980         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17982 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
17984         * ispell.el (ispell-set-spellchecker-params):
17985         Really set `ispell-args' for all equivs.
17987 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17989         * ido.el (ido-completions): Use extra elements of ido-decorations
17990         (bug#14143).
17991         (ido-decorations): Update docstring.
17993 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
17995         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17996         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17997         nil during initialization, in order not to miss changes since the
17998         file was opened.  (Bug#14140)
18000 2013-04-05  Leo Liu  <sdl.web@gmail.com>
18002         * kmacro.el (kmacro-call-macro): Fix bug#14135.
18004 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
18006         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
18008 2013-04-04  Glenn Morris  <rgm@gnu.org>
18010         * electric.el (electric-pair-inhibit-predicate): Add :version.
18012 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18014         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
18015         when a package is required several times (bug#14082).
18017 2013-04-04  Roland Winkler  <winkler@gnu.org>
18019         * faces.el (read-face-name): Behave as promised by the docstring.
18020         Assume that arg default is a list of faces.
18021         (describe-face): Call read-face-name with list of default faces.
18023 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18025         * bookmark.el: Fix deletion of bookmarks (bug#13972).
18026         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
18027         (bookmark-bmenu-execute-deletions): Only skip first line if it's
18028         the header.
18029         (bookmark-exit-hook-internal): Save even if list is empty.
18031 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
18033         * emacs-lisp/package.el (package-pinned-packages): New var.
18034         (package--add-to-archive-contents): Obey it (bug#14118).
18036 2013-04-03  Alan Mackenzie  <acm@muc.de>
18038         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
18039         Also adapt to the new values of element 7 of a parse state.
18041         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
18042         parameter `not-in-delimiter'.  Handle being inside comment opener.
18043         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
18044         character in case we're typing a '*' after a '/'.
18045         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
18046         instead by passing the parameter to c-state-pp-to-literal.
18048         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
18049         for elt. 7 of a parse state.
18051 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
18053         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
18054         * international/latin1-disp.el, international/mule-util.el:
18055         * language/cyril-util.el, language/european.el, language/ind-util.el:
18056         * language/lao-util.el, language/thai.el, language/tibet-util.el:
18057         * language/tibetan.el, language/viet-util.el:
18058         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
18060 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18062         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
18063         (electric-pair-post-self-insert-function): Use it.
18064         (electric-pair-default-inhibit): New function, extracted from
18065         electric-pair-post-self-insert-function.
18067 2013-03-31  Roland Winkler  <winkler@gnu.org>
18069         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
18071 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18073         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
18075 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
18077         Un-indent after "pass" and "return" statements (Bug#13888)
18078         * progmodes/python.el (python-indent-block-enders): New var.
18079         (python-indent-calculate-indentation): Use it.
18081 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
18083         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
18084         defun.  Defining it as defalias could introduce too eager
18085         byte-compiler optimization.  (Bug#14030)
18087 2013-03-30  Chong Yidong  <cyd@gnu.org>
18089         * iswitchb.el (iswitchb-read-buffer): Fix typo.
18091 2013-03-30  Leo Liu  <sdl.web@gmail.com>
18093         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
18094         (kmacro-execute-from-register): Pass the keyboard macro to
18095         kmacro-call-macro or repeating won't work correctly.
18097 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
18099         * progmodes/subword.el: Back to using `forward-symbol'.
18101         * subr.el (forward-whitespace, forward-symbol)
18102         (forward-same-syntax): Move from thingatpt.el.
18104 2013-03-29  Leo Liu  <sdl.web@gmail.com>
18106         * kmacro.el (kmacro-to-register): New command.
18107         (kmacro-execute-from-register): New function.
18108         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
18110 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18112         * mpc.el: Use defvar-local and setq-local.
18113         (mpc--proc-connect): Connection failures are not bugs.
18114         (mpc-mode-map): `follow-link' only applies to the buffer's content.
18115         (mpc-volume-map): Bind to the up-events.
18117 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18119         * progmodes/subword.el (superword-mode): Use `forward-sexp'
18120         instead of `forward-symbol'.
18122 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18124         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
18125         (edebug--recursive-edit): Use it.
18126         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
18127         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
18129 2013-03-28  Leo Liu  <sdl.web@gmail.com>
18131         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
18133 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
18135         * facemenu.el (list-colors-callback): New defvar.
18136         (list-colors-redisplay): New function.
18137         (list-colors-display): Install list-colors-redisplay as the
18138         revert-buffer-function.  (Bug#14063)
18140 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18142         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
18143         and suffixes don't overlap (bug#14061).
18145         * case-table.el: Use lexical-binding.
18146         (case-table-get-table): New function.
18147         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
18149 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
18151         * progmodes/subword.el: Add `superword-mode' to do word motion
18152         over symbol_words (parallels and leverages `subword-mode' which
18153         does word motion inside MixedCaseWords).
18155 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
18157         * eshell/em-unix.el: Move su and sudo to...
18158         * eshell/em-tramp.el: ...Eshell tramp module.
18160 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18162         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
18163         Change return value to be a sexp.  Delay `get-buffer' to after
18164         restoring the desktop (bug#13951).
18166 2013-03-26  Leo Liu  <sdl.web@gmail.com>
18168         * register.el: Move semantic tag handling back to
18169         cedet/semantic/senator.el.  (Bug#14052)
18171 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18173         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
18174         into the prompt either (bug#13963).
18176 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18178         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
18179         part of "(error-foo)".
18181 2013-03-24  Juri Linkov  <juri@jurta.org>
18183         * replace.el (list-matching-lines-prefix-face): New defcustom.
18184         (occur-1): Pass `list-matching-lines-prefix-face' to the function
18185         `occur-engine' if `face-differs-from-default-p' returns t.
18186         (occur-engine): Add `,' inside backquote construct to evaluate
18187         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
18188         Pass `prefix-face' to the functions `occur-context-lines' and
18189         `occur-engine-add-prefix'.
18190         (occur-engine-add-prefix, occur-context-lines): Add optional arg
18191         `prefix-face' and propertize the prefix with `prefix-face'.
18192         (Bug#14017)
18194 2013-03-24  Leo Liu  <sdl.web@gmail.com>
18196         * nxml/rng-valid.el (rng-validate-while-idle)
18197         (rng-validate-quick-while-idle): Guard against deleted buffer.
18198         (Bug#13999)
18200         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
18201         is the last entry in kill-buffer-hook.
18203         * files.el (kill-buffer-hook): Doc fix.
18205 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
18207         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
18208         Make it safe-local.
18210         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
18212 2013-03-23  Leo Liu  <sdl.web@gmail.com>
18214         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
18215         Remove.
18217         * nxml/rng-valid.el (rng-validate-mode)
18218         (rng-after-change-function, rng-do-some-validation):
18219         * nxml/rng-maint.el (rng-validate-buffer):
18220         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
18221         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
18222         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
18223         (nxml-extend-after-change-region): Use with-silent-modifications.
18225         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
18226         timer-idle-list.
18228         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
18229         (rng-next-error-1, rng-previous-error-1): Do not let-bind
18230         timer-idle-list.  (Bug#13999)
18232 2013-03-23  Juri Linkov  <juri@jurta.org>
18234         * info.el (info-index-match): New face.
18235         (Info-index, Info-apropos-matches): Add a nested subgroup to the
18236         main pattern and add text properties with the new face to matches
18237         in index entries relative to the beginning of the index entry.
18238         (Bug#14015)
18240 2013-03-21  Eric Ludlam  <zappo@gnu.org>
18242         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
18243         Inhibit read only while inserting objects.
18245 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
18247         * progmodes/cfengine.el: Update docs to mention
18248         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
18249         symbol motion.  Remove "_" from the word syntax.
18251 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
18253         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
18254         syntax for both `cfengine2-mode' and `cfengine3-mode'.
18256 2013-03-20  Juri Linkov  <juri@jurta.org>
18258         * info.el (Info-next-reference-or-link)
18259         (Info-prev-reference-or-link): New functions.
18260         (Info-next-reference, Info-prev-reference): Use them.
18261         (Info-try-follow-nearest-node): Handle footnote navigation.
18262         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
18264 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18266         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
18267         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
18269 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
18271         Suppress unnecessary non-ASCII chatter during build process.
18272         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
18273         (batch-skkdic-convert): Suppress most of the chatter.
18274         It's not needed so much now that machines are faster,
18275         and its non-ASCII component was confusing; see Dmitry Gutov in
18276         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
18278 2013-03-20  Leo Liu  <sdl.web@gmail.com>
18280         * ido.el (ido-chop): Fix bug#10994.
18282 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
18284         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
18285         Remove vars.
18286         (whitespace-color-on, whitespace-color-off):
18287         Use `font-lock-fontify-buffer' (Bug#13817).
18289 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18291         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
18292         remapping in mode-line.
18293         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
18295 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
18297         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
18298         value for `whitespace-line' face (Bug#13875).
18299         (whitespace-font-lock-keywords): Change description.
18300         (whitespace-color-on): Don't save `font-lock-keywords' value, save
18301         the constructed keywords instead.
18302         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
18304 2013-03-19  Leo Liu  <sdl.web@gmail.com>
18306         * progmodes/compile.el (compilation-display-error): New command.
18307         (compilation-mode-map, compilation-minor-mode-map): Bind it to
18308         C-o.  (Bug#13992)
18310 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18312         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
18314 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
18316         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
18318 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
18320         * net/tramp-compat.el (tramp-compat-user-error): New defun.
18322         * net/tramp-adb.el (tramp-adb-handle-shell-command):
18323         * net/tramp-gvfs.el (top):
18324         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
18325         (tramp-handle-shell-command): Use it.
18326         (tramp-dissect-file-name): Raise an error when hostname is a
18327         method name, and neither method nor user is specified.
18329         * net/trampver.el: Update release number.
18331 2013-03-18  Leo Liu  <sdl.web@gmail.com>
18333         Make sure eldoc can be turned off properly.
18334         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
18335         eldoc-mode.
18336         (eldoc-display-message-p): Revert last change.
18337         (eldoc-display-message-no-interference-p)
18338         (eldoc-print-current-symbol-info): Tweak.
18340 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
18342         * doc-view.el (doc-view-new-window-function): Check the new window
18343         overlay's display property instead the char property of the
18344         buffer's first char.  Use `with-selected-window' instead of
18345         `save-window-excursion' with `select-window'.
18346         (doc-view-document->bitmap): Check the current doc-view overlay's
18347         display property instead the char property of the buffer's first char.
18349 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18351         Automate the build of ja-dic.el (Bug#13984).
18352         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
18353         from the input, rather than assume that it's been done for us by the
18354         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
18355         the current date into a ja-dic.el comment, as that complicates
18356         regression testing.
18358 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18360         * whitespace.el: Fix double evaluation.
18361         (whitespace-space, whitespace-hspace, whitespace-tab)
18362         (whitespace-newline, whitespace-trailing, whitespace-line)
18363         (whitespace-space-before-tab, whitespace-indentation)
18364         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
18365         obsolete defvars.
18366         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
18367         (whitespace-color-on): Use a single font-lock-add-keywords call.
18368         Fix double-evaluation of face variables.
18370 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
18372         * net/tramp-adb.el (tramp-adb-parse-device-names):
18373         Use `start-process' instead of `call-process'.  Otherwise, the
18374         function might be blocked under MS Windows.  (Bug#13299)
18376 2013-03-17  Leo Liu  <sdl.web@gmail.com>
18378         Extend eldoc to display info in the mode-line.  (Bug#13978)
18379         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
18380         (eldoc-mode-line-string): New variable.
18381         (eldoc-minibuffer-message): New function.
18382         (eldoc-message-function): New variable.
18383         (eldoc-message): Use it.
18384         (eldoc-display-message-p)
18385         (eldoc-display-message-no-interference-p):
18386         Support eldoc-post-insert-mode.
18388         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
18389         (eval-expression): Run it.
18391 2013-03-17  Roland Winkler  <winkler@gnu.org>
18393         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
18394         strings in the list of return values.
18396 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
18398         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
18399         radix before checking for HMS forms.
18401 2013-03-16  Leo Liu  <sdl.web@gmail.com>
18403         * progmodes/scheme.el: Add indentation and font-locking for λ.
18404         (Bug#13975)
18406 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18408         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
18409         token before point (bug#13942).
18411 2013-03-16  Leo Liu  <sdl.web@gmail.com>
18413         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
18415 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
18417         * startup.el (command-line-normalize-file-name): Fix handling of
18418         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
18419         <xfq.free@gmail.com> in
18420         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
18422 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
18424         Sync with Tramp 2.2.7.
18426         * net/trampver.el: Update release number.
18428 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
18430         * doc-view.el: Fix bug#13887.
18431         (doc-view-insert-image): Don't modify overlay associated to
18432         non-live windows, and implement horizontal centering of image in
18433         case it's smaller than the window.
18434         (doc-view-new-window-function): Force redisplay of new windows on
18435         doc-view buffers.
18437 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
18439         * saveplace.el (save-place-alist-to-file): Don't sort
18440         `save-place-alist', just pretty-print it (bug#13882).
18442 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
18444         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
18445         Check whether `default-file-name-coding-system' is bound.
18446         It isn't in XEmacs.
18448 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18450         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
18451         backquotes for `obsolete' (bug#13929).
18453         * international/mule.el (find-auto-coding): Include file name in
18454         obsolescence warning (bug#13922).
18456 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
18458         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
18459         for CFEngine 3-specific indentation.
18460         (cfengine3-indent-line): Use it.  Fix up category regex.
18461         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
18463 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18465         * type-break.el (type-break-file-name):
18466         * textmodes/remember.el (remember-data-file):
18467         * strokes.el (strokes-file):
18468         * shadowfile.el (shadow-initialize):
18469         * saveplace.el (save-place-file):
18470         * ps-bdf.el (bdf-cache-file):
18471         * progmodes/idlwave.el (idlwave-config-directory):
18472         * net/quickurl.el (quickurl-url-file):
18473         * international/kkc.el (kkc-init-file-name):
18474         * ido.el (ido-save-directory-list-file):
18475         * emulation/viper.el (viper-custom-file-name):
18476         * emulation/vip.el (vip-startup-file):
18477         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
18478         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
18480 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
18482         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
18483         * language/thai-word.el: Switch to UTF-8.
18485 See ChangeLog.16 for earlier changes.
18487 ;; Local Variables:
18488 ;; coding: utf-8
18489 ;; End:
18491   Copyright (C) 2011-2014 Free Software Foundation, Inc.
18493   This file is part of GNU Emacs.
18495   GNU Emacs is free software: you can redistribute it and/or modify
18496   it under the terms of the GNU General Public License as published by
18497   the Free Software Foundation, either version 3 of the License, or
18498   (at your option) any later version.
18500   GNU Emacs is distributed in the hope that it will be useful,
18501   but WITHOUT ANY WARRANTY; without even the implied warranty of
18502   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18503   GNU General Public License for more details.
18505   You should have received a copy of the GNU General Public License
18506   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.