* lisp/subr.el (call-process-shell-command, process-file-shell-command):
[emacs.git] / lisp / ChangeLog
blob2cc27412da445c8ed944bd222e324f6bf6ffe1d3
1 2014-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * subr.el (call-process-shell-command, process-file-shell-command):
4         Make the `args' obsolete (bug#18409).
5         (start-process-shell-command, start-file-process-shell-command):
6         Use `declare'.
8 2014-09-05  Jay Belanger  <jay.p.belanger@gmail.com>
10         * calc/calc-forms.el (math-normalize-hms): Do a better check for
11         "negative" hms forms.
13 2014-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
15         * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
16         returns nil (bug#18391).
18 2014-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20         * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
21         terminating paren (bug#18352).
22         (eldoc-last-data-store): Return cached data.
23         (eldoc-get-var-docstring): Avoid setq.
24         (eldoc-get-fnsym-args-string): Clarify data flow.
26 2014-09-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
28         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
29         case where we're currently providing part of the &rest arg after some
30         &key args, as in define-ibuffer-op (bug#18048).
32 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34         * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
35         buffer-local setting of which-func-mode.
36         (which-func-mode): Use defvar-local.
37         (which-function-mode): Don't reset which-func-mode in each buffer since
38         it might have been set by someone else.
39         (which-func-update-ediff-windows): Check which-function-mode.
41 2014-09-03  Martin Rudalics  <rudalics@gmx.at>
43         * frame.el (frame-initialize): Remove horizontal-scroll-bars
44         from frame-initial-frame-alist.
45         * scroll-bar.el (previous-horizontal-scroll-bar-mode)
46         (horizontal-scroll-bar-mode-explicit)
47         (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
48         (toggle-horizontal-scroll-bar): Remove.
49         (horizontal-scroll-bar-mode): Remove defcustom.
50         (horizontal-scroll-bar-mode): Fix doc-string.
51         (scroll-bar-toolkit-scroll)
52         (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
54 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
56         * emacs-lisp/package.el (package-generate-description-file):
57         Properly quote the arguments (bug#18332).  Change second arg.
58         (package--alist-to-plist-args): Rename from package--alist-to-plist and
59         quote the elements.
60         (package--make-autoloads-and-stuff): Fix the test for pre-existence of
61         the *-pkg.el file.  Adjust to new calling convention of
62         package-generate-description-file.
64         * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
65         (gud-gdb-completions): Remove obsolete workaround.
67 2014-09-03  Eli Zaretskii  <eliz@gnu.org>
69         * subr.el (posn-col-row): Revert the change from commit
70         2010-11-13T21:07:58Z!eliz@gnu.org, which
71         was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
72         monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
73         introduced an off-by-one error in the reported row when there is a
74         header line.  (Bug#18384)
76 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
78         * progmodes/python.el (python-indent-post-self-insert-function):
79         Avoid electric colon at beginning-of-defun.  (Bug#18228)
81 2014-09-03  Glenn Morris  <rgm@gnu.org>
83         * tutorial.el (tutorial--display-changes):
84         Fix 2014-08-01 change.  (Bug#18382)
86 2014-09-03  Ken Brown  <kbrown@cornell.edu>
88         * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
89         the Cygwin-w32 build.  (Bug#18347)
91 2014-09-03  Glenn Morris  <rgm@gnu.org>
93         * tar-mode.el (tar--extract, tar-extract):
94         Avoid permanently disabling undo in extracted buffers.  (Bug#18344)
96 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
99         handle multiline elements (bug#18380).
101 2014-09-01  Eli Zaretskii  <eliz@gnu.org>
103         * ls-lisp.el (ls-lisp-use-string-collate)
104         (ls-lisp-UCA-like-collation): New defcustoms.
105         (ls-lisp-string-lessp): Use them to control sorting by file
106         names.  (Bug#18051)
107         (ls-lisp-version-lessp): New function.
108         (ls-lisp-handle-switches): Use it to implement the -v switch of
109         GNU ls.
110         (ls-lisp--insert-directory): Mention the -v switch in the doc string.
112 2014-08-31  Christoph Scholtes  <cschol2112@gmail.com>
114         * ibuffer.el: Replace mode-specific quit function with
115         `quit-window' via `special-mode'.
116         (ibuffer-mode-map): Use keybindings from special-mode-map instead
117         of local overrides.
118         (ibuffer): Don't store previous windows configuration.
119         Let `quit-window' handle restoring.
120         (ibuffer-quit): Remove function. Use `quit-window' instead.
121         (ibuffer-restore-window-config-on-quit): Remove variable.
122         (ibuffer-prev-window-config): Remove variable.
124 2014-08-29  Michael Heerdegen  <michael_heerdegen@web.de>
126         * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
127         name instead of variable name in hook docstring.  (Bug#18349)
129 2014-08-29  Martin Rudalics  <rudalics@gmx.at>
131         * window.el (display-buffer-at-bottom): Prefer bottom-left
132         window to other bottom windows.  Reuse a bottom window if it
133         shows the buffer already.  Suggested by Juri Linkov
134         <juri@jurta.org> in discussion of (Bug#18181).
136 2014-08-29  Leo Liu  <sdl.web@gmail.com>
138         * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
139         append to minibuffer-setup-hook.  (Bug#18341)
141 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
144         byte-compiler.
145         (lookup-syntax-properties): Silence byte-compiler.
146         (c-lang-defconst): Quote the code with `lambda' rather than with
147         `quote'.
148         (c-lang-const): Avoid unneeded setq.
149         (c-lang-constants-under-evaluation): Add docstring.
150         (c-lang--novalue): New constant.
151         (c-find-assignment-for-mode): Use it instead of c-lang-constants.
152         (c-get-lang-constant): Same here.
153         Get the mode's value using `funcall' now that the code is quoted
154         with `lambda'.
156 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
158         * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
159         (Bug#18326)
161 2014-08-28  Martin Rudalics  <rudalics@gmx.at>
163         * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
164         interpretation of `portion-whole'.
166 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
168         * net/tramp-adb.el: Spell author name correctly.
170 2014-08-28  João Távora  <joaotavora@gmail.com>
172         * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
173         use url-expand-file-name.  (Bug#18310)
175 2014-08-28  Glenn Morris  <rgm@gnu.org>
177         * emulation/cua-rect.el (cua--highlight-rectangle):
178         Avoid error at point-min.  (Bug#18309)
180 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * progmodes/python.el (python-shell-prompt-detect): Remove redundant
183         executable-find (bug#18244).
185         * simple.el (self-insert-uses-region-functions): Defvar.
187 2014-08-28  Glenn Morris  <rgm@gnu.org>
189         * subr.el (remq): Revert 2014-08-25 doc change (not always true).
191 2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
193         * startup.el (normal-top-level): Now use internal--top-level-message.
195 2014-08-26  Dmitry Antipov  <dmantipov@yandex.ru>
197         * startup.el (normal-top-level): Use top-level-message.
199 2014-08-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201         * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
202         URLs containing spaces and the like.
204 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
206         * subr.el (remq): Fix docstring (Bug#18253).
208 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
210         * replace.el (query-replace): Fix typo in docstring (Bug#18320).
212 2014-08-24  Alan Mackenzie  <acm@muc.de>
214         Handle C++11's "auto" and "decltype" constructions.
215         * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
216         and return 'decltype.
217         (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
218         prev-kwd-sym, new-style-auto.  Enhance to handle the new "auto"
219         keyword.
220         * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
221         "decltype" keyword.
222         (c-font-lock-c++-new): Handle "decltype" constructions.
223         * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
224         New c-lang-defconsts/defvars.
225         (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
226         (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
227         (c-typeless-decl-kwds): Append "auto" onto the C++ value.
228         (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
230         Make ">>" act as double template ender in C++ Mode.
231         * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
232         off from c->-op-cont-re.
233         (c->-op-cont-tokens): Change to use the above.
234         (c->-op-without->-cont-regexp): New lang-const.
235         * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
236         Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
239 2014-08-23  Alan Mackenzie  <acm@muc.de>
241         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
242         loop, bug #18306.  The bug was introduced on 2014-08-02.
244 2014-08-21  Eli Zaretskii  <eliz@gnu.org>
246         * textmodes/texnfo-upd.el (texinfo-specific-section-type):
247         Don't recognize a Top node if there are other sectioning commands
248         earlier in the Texinfo file.  This fixes a bug in
249         texinfo-make-menu and avoids inflooping in
250         texinfo-all-menus-update when they are invoked on texinfo.texi.
252 2014-08-21  Martin Rudalics  <rudalics@gmx.at>
254         * window.el (window--side-window-p): New function.
255         (split-window, window-splittable-p): Use window--side-window-p to
256         determine whether WINDOW can be split (Bug#18304).
257         * calendar/calendar.el (calendar-basic-setup): Fix one call of
258         `window-splittable-p' and add another (Bug#18304).
260 2014-08-20  Sam Steingold  <sds@gnu.org>
262         * progmodes/python.el (python-new-pythonpath): Extract from
263         `python-shell-calculate-process-environment'.
265 2014-08-18  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
267         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
268         for &key args (bug#18048).
270 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
272         * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
273         (eldoc-function-argstring-format): Remove.
274         (eldoc-function-argstring): Always return upcase args.
275         Use help-make-usage.  Don't add parens.
276         (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
277         it's too late to do it right (bug#18048).
279 2014-08-18  Eli Zaretskii  <eliz@gnu.org>
281         * scroll-bar.el (scroll-bar-horizontal-drag-1)
282         (scroll-bar-toolkit-horizontal-scroll): When determining the
283         paragraph direction, use the buffer of the window designated in
284         the event.
286 2014-08-16  Andreas Schwab  <schwab@linux-m68k.org>
288         * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
289         context of unified diff.
291 2014-08-16  Paul Eggert  <eggert@cs.ucla.edu>
293         Add dependencies to fix loaddefs race during parallel builds.
294         Without this, for example, 'make -j bootstrap' can fail and report
295         "Opening input file: no such file or directory,
296         .../lisp/calendar/diary-loaddefs.el ... recipe for target
297         'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
298         got confused because diary-loaddefs.el was being built in parallel.
299         * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
300         Depend on $(CAL_DIR)/cal-loaddefs.el.
301         ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
303 2014-08-16  Martin Rudalics  <rudalics@gmx.at>
305         * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
306         portion-whole for scrolling right-to-left text.
308 2014-08-15  Leo Liu  <sdl.web@gmail.com>
310         * speedbar.el (speedbar-generic-list-tag-p): Allow special
311         elements from imenu.
313 2014-08-15  Glenn Morris  <rgm@gnu.org>
315         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
317 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
319         * progmodes/compile.el (compilation-error-regexp-alist-alist):
320         Add Guile regexpses.
322 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
324         * progmodes/gud.el (guiler): New function.  Starts the Guile REPL;
325         add Guile debugger support for GUD.
327 2014-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
329         * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
330         (mouse-sel--ignore): New function.
331         (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
332         (mouse-sel-original-interprogram-cut-function)
333         (mouse-sel-original-interprogram-paste-function): Remove.
335 2014-08-13  Eric S. Raymond  <esr@thyrsus.com>
337         * vc/vc-git.el (vc-git-resolve-when-done): New function.
338         Call "git add" when there are no longer conflict markers.
340 2014-08-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
342         * vc/vc-git.el (vc-git-find-file-hook): New function.
343         Adds support for calling smerge (and resolve) on a conflicted file.
344         (vc-git-conflicted-files): New function.
345         Useful in itself and a step towards better smerge support.
347 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
350         to the first part if they're the same as the selection.
352 2014-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354         * image-mode.el (image-transform-reset): New command and menu item.
355         (image-mode-map): Rearrange the menu items to put presumably more
356         obscure items at the end.
358 2014-08-12  Juri Linkov  <juri@jurta.org>
360         * vc/vc-annotate.el (vc-annotate-background-mode):
361         Use `with-demoted-errors' instead of `ignore-errors'.  (Bug#18189)
363 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * files.el (out-of-memory-warning-percentage): Turn it off by default.
367 2014-08-11  Sam Steingold  <sds@gnu.org>
369         * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
370         the presence of known validators (tidy, (o)nsgmls).
372 2014-08-11  Ulf Jasper  <ulf.jasper@web.de>
374         Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
376         * net/newst-treeview.el (newsticker-treeview-date-format): New.
377         (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
379 2014-08-11  Glenn Morris  <rgm@gnu.org>
381         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
382         chose coding system for writing before backing up, since it causes
383         a more serious problem than the one it solves.  (Closes Bug#18141,
384         reopens Bug#13522.)
386 2014-08-11  Martin Rudalics  <rudalics@gmx.at>
388         * window.el (window-total-size): Make doc-string more self-contained.
390         * window.el (display-buffer-below-selected): Restore original
391         behavior if buffer is already displayed in the window below the
392         selected one (Bug#18181).
394 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
396         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
397         event (bug#18212).
399 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
401         * info.el (info): Doc fix.
403 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * info.el (Info-mode-map): Override a global down-mouse-2 binding
406         (bug#18212).
408 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
410         * simple.el (default-line-height): A floating-point value of
411         line-spacing means a fraction of the default frame font's height,
412         not of the font currently used by the 'default' face.
413         Truncate the pixel value, like the display engine does.
414         (window-screen-lines): Use window-inside-pixel-edges for
415         determining the window height in pixels.  (Bug#18195)
417 2014-08-11  Grégoire Jadi  <daimrod@gmail.com>
419         * leim/quail/latin-post.el: Transform " __" into " _".  (Bug#18023)
421 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
423         Enumerate evaluated sexp diary entries (Bug#7911).
424         * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
425         (icalendar-export-sexp-enumeration-days): New.
426         (icalendar-export-region): Now `icalendar--convert-to-ical'
427         returns a cons cell or a list of cons cells.
428         (icalendar--convert-to-ical): Take care of
429         `icalendar-export-sexp-enumerate-all'.  Return (a list of) cons cells.
430         (icalendar--convert-ordinary-to-ical)
431         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
432         (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
433         (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
434         (icalendar--convert-anniversary-to-ical): Return cons cell.
435         (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
436         entries.  Return (list of) cons cells.
438 2014-08-09  Juri Linkov  <juri@jurta.org>
440         * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
441         to reevaluate `vc-annotate-color-map'.  (Bug#18189)
443 2014-08-09  Alan Mackenzie  <acm@muc.de>
445         * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
446         for top-level that can cause unacceptable slow-down in scrolling.
447         See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
448         Antipov from 2013-10-14 in emacs-devel.
450 2014-08-08  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
452         * ibuffer.el (ibuffer-mode-map): Use toggle button for
453         `ibuffer-auto-mode' menu entry.
454         (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
456 2014-08-08  Matthias Meulien  <orontee@gmail.com>
458         * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
459         (Bug#16394)
461 2014-08-07  Martin Rudalics  <rudalics@gmx.at>
463         * window.el (window--min-size-1): Explicitly set WINDOW arg in
464         calls of window-min-pixel-height and window-min-pixel-width.
466 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
468         * progmodes/ada-mode.el:
469         * net/tramp.el (tramp-handle-file-symlink-p):
470         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
471         about VMS, which we no longer support.
472         * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
473         and fix a FIXME, using convert-standard-filename in place of
474         removed ada-convert-file-name.
476 2014-08-07  Eli Zaretskii  <eliz@gnu.org>
478         * files.el (auto-mode-alist): Remove support for VMS from a pattern.
480 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
482         Refer to MS-DOS using the same name everywhere.
483         * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
484         ``msdog'' become ``MS-DOS''.
486 2014-08-07  Michael Albinus  <michael.albinus@gmx.de>
488         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
489         Use cached "remote-copy-args" value, if available.  (Bug#18199)
491 2014-08-07  Leo Liu  <sdl.web@gmail.com>
493         * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
494         Revert change on 2014-03-22.
496 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
498         * calendar/icalendar.el (icalendar--diarytime-to-isotime)
499         (icalendar--convert-ordinary-to-ical): Allow for missing minutes
500         (Bug#13750).
503 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505         * image-mode.el (image-toggle-display-image): Always rescale images
506         to not be bigger than the current window.
508 2014-08-05  Eric Brown  <brown@fastmail.fm>  (tiny change)
510         * net/eww.el (eww-bookmarks-directory): New variable.
511         (eww-write-bookmarks): Use it.
512         (eww-read-bookmarks): Ditto.
514 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516         * net/shr.el (shr-copy-url): Also copy the image URL.
518 2014-08-05  Michael Albinus  <michael.albinus@gmx.de>
520         * net/tramp-cache.el (tramp-flush-file-function): Suppress function
521         also for Tramp working buffers.
523 2014-08-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
525         * progmodes/python.el: Fix completions inside (i)pdb.
526         (python-shell-completion-pdb-string-code): Make obsolete.
527         (python-shell-completion-get-completions):
528         Use python-shell-completion-string-code resending setup code
529         continuously for (i)pdb.
531 2014-08-04  Paul Eggert  <eggert@cs.ucla.edu>
533         * rect.el (rectangle--default-line-number-format): Rename
534         from misspelled rectange--default-line-number-format (Bug#18045).
535         All uses changed.
537 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
539         Don't mishandle year-9999 dates (Bug#18176).
540         * calendar/parse-time.el (parse-time-rules):
541         Allow years up to most-positive-fixnum.
542         * calendar/time-date.el (date-to-time):
543         Pass "Specified time is not representable" errors through.
545 2014-08-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
547         * progmodes/python.el: Completion code cleanups.
548         (python-shell-completion-get-completions): Detect and send import
549         statements directly to completion function.
550         (python-shell-completion-at-point): Simplify prompt calculation
551         and import vs input completion logic.
553 2014-08-02  Alan Mackenzie  <acm@muc.de>
555         Fix confusion in C++ file caused by comma in "= {1,2},".
556         Bug #17756.
557         * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
558         for a statement boundary marked by "}", check there's no "="
559         before the "{".
560         (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
561         non-nil `comma-delim' argument.
562         * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
563         initializer expression more accurately.
565         Correct loop termination condition in c-syntactic-skip-backward.
566         * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
567         the situation where, after moving back out of a literal,
568         skip-chars-backward doesn't move further, yet checks have still to
569         be done.
571 2014-08-01  Eli Zaretskii  <eliz@gnu.org>
573         * tutorial.el (tutorial--display-changes): Accept punctuation
574         characters before the key binding.  (Bug#18146)
576 2014-07-31  Fabián Ezequiel Gallina  <fgallina@gnu.org>
578         * progmodes/python.el: Shell output capture enhancements.
579         (python-shell-accept-process-output): New function.
580         (inferior-python-mode)
581         (python-shell-send-setup-code): Use it.
583 2014-07-30  Christophe Deleuze  <christophe.deleuze@free.fr>  (tiny change)
585         * calendar/icalendar.el (icalendar--decode-isodatetime):
586         Use actual current-time-zone when converting to local time. (Bug#15408)
588 2014-07-29  Martin Rudalics  <rudalics@gmx.at>
590         * window.el (window--state-put-2): Handle horizontal scroll
591         bars, if present.
593 2014-07-29  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
595         * menu-bar.el (menu-bar-update-buffers): Update item list format
596         in `buffers-menu' to confirm with changes to `get_keyelt'
597         (r117463).  (Bug#18016)
599 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
601         * progmodes/python.el (inferior-python-mode): Make input prompts
602         read-only.
604 2014-07-28  Emilio C. Lopes  <eclig@gmx.net>
606         * net/tramp-sh.el (tramp-get-remote-python): Also search for
607         executables named "python2" or "python3".
608         (tramp-get-remote-uid-with-python): Use parentheses around
609         arguments to `print' to make it compatible with Python 3.
610         (tramp-get-remote-gid-with-python): Ditto.  (Bug#18118)
612 2014-07-28  Eli Zaretskii  <eliz@gnu.org>
614         * window.el (window--pixel-to-total): Use FRAME's root window, not
615         that of the selected frame.  (Bug#18112, Bug#16674)
617 2014-07-28  Andreas Schwab  <schwab@linux-m68k.org>
619         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
620         (Bug#18117)
622 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
624         * progmodes/python.el (inferior-python-mode): Doc fix.
626 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
628         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
629         not a character, ignore it instead of raising an error.
631         * calendar/todo-mode.el: Fix handling of marked items and make
632         minor code improvements.
633         (todo-edit-item): If there are marked items, ensure user can only
634         invoke editing commands that work with marked items.
635         (todo-edit-item--text): When there are marked items, make it a
636         noop if invoked with point not on an item; otherwise, ensure it
637         applies only to item at point.
638         (todo-item-undone): If there are marked not-done items, return
639         point to its original position before signaling user error.
640         (todo--user-error-if-marked-done-item): New function.
641         (todo-edit-item--header, todo-edit-item--diary-inclusion)
642         (todo-item-done): Use it.
644 2014-07-28  Glenn Morris  <rgm@gnu.org>
646         * files.el (toggle-read-only): Re-add basic doc-string.
647         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
649         * progmodes/prolog.el (prolog-mode-keybindings-edit):
650         Replace missing `switch-to-prolog' with `run-prolog'.
651         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
653 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
655         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
656         of file-wide setting when changing category-wide setting.
658 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
660         * doc-view.el (doc-view-open-text): Don't require that the
661         document is saved in a file (e.g., email attachment).
663 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
665         Parse completion input in a iPython friendly way.  (Bug#18084)
666         * progmodes/python.el
667         (python-shell-completion-at-point): Rename from
668         python-shell-completion-complete-at-point.
669         (inferior-python-mode): Use it.
670         (python-completion-at-point): Rename from
671         python-completion-complete-at-point.  Parse input up to first
672         backward occurrence of whitespace, open-paren, close-paren or
673         string delimiter.
674         (python-mode): Use it.
676 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
678         Prevent Python process shell buffer to pop twice.
679         * progmodes/python.el (python-shell-switch-to-shell): Do not call
680         pop-to-buffer.
682 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
684         * progmodes/python.el
685         (python-shell-with-shell-buffer): New macro.
686         (python-shell-font-lock-get-or-create-buffer)
687         (python-shell-font-lock-kill-buffer)
688         (python-shell-font-lock-with-font-lock-buffer)
689         (python-shell-font-lock-cleanup-buffer)
690         (python-shell-font-lock-toggle): Use it.
691         (python-shell-font-lock-turn-on)
692         (python-shell-font-lock-turn-off): Use it.  Make command.
694 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
696         Grab all Python process output before inferior-python-mode hooks.
697         * progmodes/python.el (inferior-python-mode):
698         Call accept-process-output and sit-for to ensure all output for process
699         has been received before running hooks.
700         (python-shell-internal-get-or-create-process):
701         Cleanup accept-process-output and sit-for calls.
703 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
705         More robust shell startup and code setup.
706         * progmodes/python.el (python-shell-make-comint):
707         Remove accept-process-output call.
708         (python-shell-get-buffer): Return current buffer if major-mode is
709         inferior-python-mode.
710         (python-shell-get-or-create-process): Use it.
711         (python-shell-send-setup-code): Send all setup code in one string,
712         output success message and accept-process-output.
714 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
716         * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
717         Add rudimentary support for bidirectional text.
719 2014-07-27  Martin Rudalics  <rudalics@gmx.at>
721         * frame.el (frame-notice-user-settings): Rewrite using
722         frame-initial-frame-tool-bar-height.
723         * menu-bar.el (menu-bar-horizontal-scroll-bar)
724         (menu-bar-no-horizontal-scroll-bar): New functions.
725         (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
726         scroll bars.
727         * scroll-bar.el (scroll-bar-lines)
728         (set-horizontal-scroll-bar-mode)
729         (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
730         (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
731         (scroll-bar-toolkit-horizontal-scroll): New functions.
732         (horizontal-scroll-bar-mode)
733         (previous-horizontal-scroll-bar-mode)
734         (horizontal-scroll-bar-mode-explicit): New variables.
735         (horizontal-scroll-bar-mode): New option.
736         (toggle-horizontal-scroll-bar): Do something.
737         (top-level): Bind horizontal-scroll-bar mouse-1.
738         * startup.el (tool-bar-originally-present): Remove variable.
739         (command-line): Don't set tool-bar-originally-present.
740         * window.el (window-min-height): Update doc-string.
741         (window--dump-frame): Dump horizontal scroll bar values.
742         (window--min-size-1): Handle minibuffer window separately.
743         Count in margins and horizontal scroll bar.  Return safe value
744         iff IGNORE equals 'safe.
745         (frame-windows-min-size): New function (used by frame resizing
746         routines).
747         (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
748         scroll bars.
749         (window--sanitize-window-sizes): New function.
750         (window-split-min-size): Remove.
751         (split-window): Count divider-width.  Don't use
752         `window-split-min-size' any more.  Reword error messages.
753         Sanitize windows sizes after splitting.
755 2014-07-27  Thien-Thi Nguyen  <ttn@gnu.org>
757         Use `defvar-local' more.
758         * progmodes/hideshow.el
759         (hs-c-start-regexp, hs-block-start-regexp)
760         (hs-block-start-mdata-select, hs-block-end-regexp)
761         (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
762         remove corresponding `make-variable-buffer-local' top-level calls.
764 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
766         Cleanup error signals.  (Bug#18067)
767         * progmodes/python.el
768         (python-indent-shift-left): Use user-error instead.
769         (python-shell-prompt-detect): Use lwarn with python group.
770         (python-completion-complete-at-point)
771         (python-eldoc--get-doc-at-point): Don't signal error.
773 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
775         Support for packages in Python shell.  (Bug#13570)
776         * progmodes/python.el (python-shell--package-depth): New var.
777         (python-shell-package-enable): New command.
778         (python-util-list-directories, python-util-list-files)
779         (python-util-list-packages): New functions.
781 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
783         Faster comint output.  (Bug#16875)
784         * progmodes/python.el:
785         (python-comint-output-filter-function): Make obsolete.
786         (python-comint-postoutput-scroll-to-bottom): New function.
787         (inferior-python-mode): Set comint-output-filter-functions to a
788         minimum.
790 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
792         * progmodes/python.el (python-shell-font-lock-post-command-hook):
793         Safeguard current point and undo history.
795 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
797         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
798         * progmodes/python.el:
799         (python-shell-prompt-input-regexps): Add iPython block prompt.
800         (python-shell-output-syntax-table): Delete var.
801         (python-shell-font-lock-with-font-lock-buffer): New macro.
802         (python-shell-font-lock-get-or-create-buffer)
803         (python-shell-font-lock-kill-buffer)
804         (python-shell-font-lock-cleanup-buffer)
805         (python-shell-font-lock-post-command-hook)
806         (python-shell-font-lock-turn-off): New functions.
807         (python-shell-font-lock-turn-on): New function.
808         (inferior-python-mode): Use it.
809         (python-shell-font-lock-toggle): New command.
810         (python-shell-font-lock-enable): Rename from
811         python-shell-enable-font-lock.
812         (run-python-internal): Use it.
813         (python-shell-font-lock-comint-output-filter-function): New function.
814         (python-shell-comint-end-of-output-p): New function.
815         (python-shell-output-filter): Use it.
816         (python-util-comint-last-prompt): New function.
817         (python-util-text-properties-replace-name): New function.
819 2014-07-25  Glenn Morris  <rgm@gnu.org>
821         * vc/ediff-init.el (ediff-toggle-read-only-function):
822         * vc/ediff-util.el (ediff-toggle-read-only):
823         Replace obsolete toggle-read-only with read-only-mode.
825 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
827         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
828         with `save-match-data'.  (Bug#18095)
830 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
832         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
833         order to ensure that row and col are lexically bound inside the
834         evaluated sexp.
836 2014-07-21  Glenn Morris  <rgm@gnu.org>
838         * progmodes/hideif.el (hide-ifdef-mode-submap):
839         Also substitute read-only-mode.
840         * bindings.el (mode-line-toggle-read-only):
841         * bs.el (bs-toggle-readonly):
842         * buff-menu.el (Buffer-menu-toggle-read-only):
843         * dired.el (dired-toggle-read-only):
844         * files.el (view-read-only, find-file-read-only)
845         (find-file-read-only-other-window)
846         (find-file-read-only-other-frame):
847         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
848         Doc fixes re toggle-read-only.
850 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
852         * progmodes/python.el: Add comment about pipe buffering and
853         solutions for missing/delayed output in inferior Python shells.
854         (Bug#17304)
856         * progmodes/python.el (python-mode): Don't set
857         mode-require-final-newline.  (Bug#17990)
859         Make python.el work with IPython automatically.  (Bug#15510)
860         * progmodes/python.el:
861         (python-shell-completion-setup-code): New value supporting iPython.
862         (python-shell-completion-string-code): New value supporting iPython.
863         (python-shell-completion-get-completions): Use them.
864         (python-shell-completion-module-string-code): Make obsolete.
865         (python-shell-prompt-input-regexps)
866         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
867         (python-shell-output-filter): Fix comment typo.
869         Fix Python shell prompts detection for remote hosts.
870         * progmodes/python.el (python-shell-prompt-detect):
871         Replace call-process with process-file and make it more robust.
873         Autodetect Python shell prompts.  (Bug#17370)
874         * progmodes/python.el:
875         (python-shell-interpreter-interactive-arg)
876         (python-shell-prompt-detect-enabled)
877         (python-shell-prompt-detect-failure-warning)
878         (python-shell-prompt-input-regexps)
879         (python-shell-prompt-output-regexps): New vars.
880         (python-shell-prompt-calculated-input-regexp)
881         (python-shell-prompt-calculated-output-regexp): New vars.
882         (python-shell-get-process-name)
883         (python-shell-internal-get-process-name)
884         (python-shell-output-filter)
885         (python-shell-completion-get-completions): Use them.
886         (python-shell-prompt-detect)
887         (python-shell-prompt-validate-regexps): New functions.
888         (python-shell-prompt-set-calculated-regexps): New function.
889         (inferior-python-mode): Use it.  Also honor overriden
890         python-shell-interpreter and python-shell-interpreter-args.
891         (python-shell-make-comint): Honor overriden
892         python-shell-interpreter and python-shell-interpreter-args.
893         (python-shell-get-or-create-process): Make it testable by allowing
894         to call run-python non-interactively.
895         (python-util-valid-regexp-p): New function.
896         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
897         (python-shell-prompt-output-regexp)
898         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
900 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacs-lisp/smie.el (smie-config--guess-1): Split from
903         smie-config--guess.
904         (smie-config--guess): Use it.
906         * emacs-lisp/edebug.el: Use nadvice.
907         (edebug-original-read): Remove.
908         (edebug--read): Rename from edebug-read and add `orig' arg.
909         (edebug-uninstall-read-eval-functions)
910         (edebug-install-read-eval-functions): Use nadvice.
911         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
912         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
913         (edebug-read-string, edebug-read-function): Use just `read'.
914         (edebug-original-debug-on-entry): Remove.
915         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
916         `orig' arg.
917         (debug-on-entry): Override with nadvice.
919         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
920         it also makes sense to bind it to a non-mouse event.
922         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
924 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
927         (bug#18015).
929         * rect.el (rectangle--string-preview): Don't assume there
930         a non-nil default (bug#17984).
932 2014-07-16  Glenn Morris  <rgm@gnu.org>
934         * desktop.el (after-init-hook): Disable startup frame restoration
935         in non-graphical situations.  (Bug#17693)
937         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
938         if it was "empty", or used for a different set of files.  (Bug#17884)
940 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
942         * bindings.el (mode-line-remote): If default-directory is not a
943         string, don't call file-remote-p on it; instead state in the
944         help-echo that it is nil.  (Bug#17986)
946 2014-07-14  Daniel Colascione  <dancol@dancol.org>
948         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
949         to `macroexpand-all'
951         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
952         Use `macroexpand-all' instead of `cl-macroexpand-all'.
954 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
956         Fix bug: C-x v v discarded existing log message (Bug#17884).
957         * vc/vc-dispatcher.el (vc-log-edit):
958         Don't clobber an already-existing log message.
960 2014-07-12  Glenn Morris  <rgm@gnu.org>
962         * vc/log-edit.el (log-edit-changelog-entries):
963         Check for a visited-but-never-saved ChangeLog.
965 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
967         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
968         a non-existing file (bug#17970).
970         * faces.el (face-name): Undo last change.
971         (x-resolve-font-name): Don't call face-name (bug#17956).
973 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
975         Fix dedenters and electric colon handling. (Bug#15163)
976         * progmodes/python.el
977         (python-rx-constituents): Add dedenter and block-ender.
978         (python-indent-dedenters, python-indent-block-enders): Delete.
979         (python-indent-context): Return new case for dedenter-statement.
980         (python-indent-calculate-indentation): Handle new case.
981         (python-indent-calculate-levels): Fix levels calculation for
982         dedenter statements.
983         (python-indent-post-self-insert-function): Fix colon handling.
984         (python-info-dedenter-opening-block-message): New function.
985         (python-indent-line): Use it.
986         (python-info-closing-block)
987         (python-info-closing-block-message): Remove.
988         (python-info-dedenter-opening-block-position)
989         (python-info-dedenter-opening-block-positions)
990         (python-info-dedenter-statement-p): New functions.
992 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
994         * files.el (out-of-memory-warning-percentage): New defcustom.
995         (warn-maybe-out-of-memory): Use it.
997 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
999         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
1000         when calling `read-string'.  (Bug#17839)
1002 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
1004         * files.el (warn-maybe-out-of-memory): Fix the wording of the
1005         warning.
1007 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
1009         * files.el (warn-maybe-out-of-memory): New function.
1010         (find-file-noselect): Use it.
1012 2014-07-09  Sam Steingold  <sds@gnu.org>
1014         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
1015         `constant' like `bless', `return' &c
1017 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * rect.el (apply-on-rectangle): Check forward-line really moved to the
1020         next line.
1022 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1024         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
1025         the middle of a line (bug#17896).
1027 2014-07-09  Juri Linkov  <juri@jurta.org>
1029         * startup.el (command-line): Append displaying the warning about
1030         the errors in the init file to the end of `after-init-hook'.
1031         (Bug#17927)
1033         * faces.el (face-name): Return input arg `face' as-is
1034         when it's not a symbol.
1035         (x-resolve-font-name): Don't check if the face is a symbol.
1036         (Bug#17956)
1038         * facemenu.el (list-colors-print): In help-echo format use %.2f
1039         instead of %d because now HSV values are floating-point components
1040         between 0.0 and 1.0.
1042 2014-07-09  Glenn Morris  <rgm@gnu.org>
1044         * emulation/cua-rect.el (cua--activate-rectangle):
1045         Avoid setting cua--rectangle to nil.  (Bug#17877)
1047 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
1049         * calendar/todo-mode.el: Fix wrong-type-argument error when
1050         marking multiple consecutive items.
1051         (todo-toggle-mark-item): Don't try to mark the empty lines at the
1052         end of the todo and done items sections.  Note in doc string that
1053         items marked by passing a numeric prefix argument can include the
1054         last todo and first done items.
1055         (todo-mark-category): Don't try to mark the empty line between the
1056         todo and done items sections.
1058 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1060         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
1061         proper Lisp quoting (bug#17934).
1063         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
1064         require-final-newline since prog-mode already took care of it (bug#17947).
1066 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
1068         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
1069         refer to the Todo mode Info manual.  Update the comment on
1070         requiring cl-lib.
1071         (todo-find-filtered-items-file): Add todo-prefix overlays.
1072         (todo-filter-items): Reorder a let-bound variable to avoid a
1073         wrong-type-argument error on canceling the file choice dialog.
1075 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1077         * progmodes/octave.el (inferior-octave-mode):
1078         Set comint-input-ring-size to a number (bug#17912).
1080 2014-07-09  Juri Linkov  <juri@jurta.org>
1082         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
1083         and `isearch-mode' associated with nil.  (Bug#17849)
1085 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         * linum.el (linum--face-height): New function (bug#17813).
1088         (linum-update-window): Use it to adjust margin to linum's width.
1090         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
1091         * eshell/em-smart.el (eshell-smart-scroll-window):
1092         Use with-selected-window.
1094         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
1095         Remove also pointless window&mark manipulation.
1097         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
1098         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
1099         (perl-continuation-line-p): Don't skip over anything else than labels.
1100         Return the previous char.
1101         (perl-calculate-indent): Use syntax-ppss instead of parse-start
1102         and update callers accordingly.  For continuation lines, check the
1103         the case of array hashes.
1104         (perl-backward-to-noncomment): Make it non-interactive.
1105         (perl-backward-to-start-of-continued-exp): Rewrite.
1107 2014-07-08  Sam Steingold  <sds@gnu.org>
1109         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
1110         New user commands.
1112 2014-07-08  Juri Linkov  <juri@jurta.org>
1114         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
1115         (vc-annotate-color-map): Use less saturated colors (20%) for
1116         background-mode.
1117         (vc-annotate-very-old-color): Add default value for background-mode.
1118         (vc-annotate-background): Set default value to nil since now text on
1119         the default backgrounds should be legible in light and dark modes.
1120         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
1121         (Bug#17808)
1123 2014-07-08  Juri Linkov  <juri@jurta.org>
1125         * simple.el (transpose-chars): Don't move point into read-only area.
1126         (Bug#17829)
1128 2014-07-08  Juri Linkov  <juri@jurta.org>
1130         * window.el (with-displayed-buffer-window): New macro.
1131         (with-temp-buffer-window, with-current-buffer-window):
1132         Use `macroexp-let2' to evaluate and bind variables
1133         in the same order as macro arguments.
1134         (display-buffer--action-function-custom-type):
1135         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
1137         * minibuffer.el (minibuffer-completion-help): Replace
1138         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
1139         with actions that display *Completions* at-bottom when called
1140         from the minibuffer, or below-selected in a normal buffer.
1141         Associate `window-height' with `fit-window-to-buffer'.
1142         Let-bind `pop-up-windows' to nil.
1144         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
1145         instead of `with-current-buffer-window'.  (Bug#17809)
1147 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
1149         * progmodes/hideif.el (hide-ifdef-env): Change to global.
1150         (hide-ifdef-env-backup): New variable.
1151         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
1152         New customizable variables.
1153         (hif-clear-all-ifdef-defined): New defun.
1154         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
1155         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
1156         (hif-tokenize): Fix for MS-DOS/Win EOL style.
1157         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
1158         Fix bug to hide the correct #elif region(s).
1159         (hif-range-elif): New defun.
1160         (hif-recurse-level): New var.
1161         (hif-evaluate-region, hif-evaluate-macro): New defun.
1162         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
1163         fully hidden.
1164         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
1165         Better interaction.
1167 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
1169         * net/dbus.el (dbus-peer-handler): New defun.
1170         (dbus-register-service): Register it.  (Bug#17858)
1171         (dbus-managed-objects-handler): Fix docstring.
1173 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
1175         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
1176         (narrow-to-defun): New arg include-comments, defaulting to it
1177         (bug#16328).
1179 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1181         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
1182         different calling convention to rectangle--unhighlight-for-redisplay.
1184 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
1186         * net/tramp.el (tramp-call-process): Handle error strings.
1188         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
1190         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
1191         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
1193         * net/trampver.el: Update release number.
1195 2014-07-03  Juri Linkov  <juri@jurta.org>
1197         * desktop.el (desktop-save): Rename arg `auto-save' to
1198         `only-if-changed'.  Doc fix.  (Bug#17873)
1200 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1202         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1203         Use insert-for-yank (bug#17271).
1205 2014-07-03  Leo Liu  <sdl.web@gmail.com>
1207         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
1208         Support lexical-binding.
1210 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1212         * vc/log-edit.el (log-edit-goto-eoh): New function.
1213         (log-edit--match-first-line): Use it (bug#17861).
1215 2014-07-03  Glenn Morris  <rgm@gnu.org>
1217         * vc/log-edit.el (log-edit-hook): Add missing :version.
1219 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1221         * progmodes/python.el (python-indent-post-self-insert-function):
1222         Enhancements to electric indentation behavior inside
1223         parens. (Bug#17658)
1225 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
1228         buffer-invisibility-spec (bug#17867).
1230 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
1232         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
1233         pass "-a".
1235 2014-07-03  Glenn Morris  <rgm@gnu.org>
1237         * cus-edit.el (help):
1238         * finder.el (finder-known-keywords):
1239         * help.el (help-for-help-internal):
1240         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
1241         (ediff-redraw-registry-buffer):
1242         * vc/ediff-ptch.el (ediff-patch-file-internal):
1243         Doc fixes re "online" help.  (Bug#17803)
1245         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
1246         (idlwave-mode): Doc URL update.
1248 2014-07-01  Juri Linkov  <juri@jurta.org>
1250         * man.el: Display man pages immediately and use process-filter
1251         to format them asynchronously.
1252         (Man-width): Doc fix.
1253         (man): Doc fix.
1254         (Man-start-calling): Use `with-selected-window' to get
1255         `frame-width' and `window-width'.
1256         (Man-getpage-in-background): Call `Man-notify-when-ready'
1257         immediately after creating a new buffer.  Call `Man-mode' and set
1258         `mode-line-process' in the created buffer.  Set process-filter to
1259         `Man-bgproc-filter' in start-process branch.  In call-process branch
1260         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
1261         Use `Man-start-calling' inside `with-current-buffer'.
1262         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
1263         (Man-cleanup-manpage): Don't print messages.
1264         (Man-bgproc-filter): New function.
1265         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
1266         user moved it during asynchronous formatting.  Move calls of
1267         `Man-fontify-manpage' and `Man-cleanup-manpage' to
1268         `Man-bgproc-filter'.  Move the call of `Man-mode' to
1269         `Man-getpage-in-background'.  Use `quit-restore-window'
1270         instead of `kill-buffer'.  Use `message' instead of `error'
1271         because errors are caught by process sentinel.
1272         (Man-mode): Move calls of `Man-build-page-list',
1273         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
1274         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
1276         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
1277         for the message about the man page cleaned up.
1279 2014-07-01  Mario Lang  <mlang@delysid.org>
1281         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
1282         cosutomization option `gnutls-verify-error'.
1284 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1286         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
1287         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
1289         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1290         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
1291         is suspended (bug#17857).
1293 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
1295         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1296         Prefer utf-8 coding.  (Bug#17859)
1298 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1300         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
1301         for `reverse'.
1303 2014-06-30  Glenn Morris  <rgm@gnu.org>
1305         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
1306         (autoload-ensure-default-file): Maybe make existing output writable.
1307         * Makefile.in (AUTOGEN_VCS): Remove.
1308         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
1310 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1312         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
1314 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1316         New if-let, when-let, thread-first and thread-last macros.
1318         * emacs-lisp/subr-x.el
1319         (internal--listify, internal--check-binding)
1320         (internal--build-binding-value-form, internal--build-binding)
1321         (internal--build-bindings): New functions.
1322         (internal--thread-argument, thread-first, thread-last)
1323         (if-let, when-let): New macros.
1325 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
1327         * net/rcirc.el (rcirc-buffer-process): Restore previous
1328         behaviour.  (Bug#17772)
1330 2014-06-29  Alan Mackenzie  <acm@muc.de>
1332         Don't call c-parse-state when c++-template-syntax-table is active.
1333         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
1334         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
1335         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
1337 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
1339         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
1340         account for file-wide setting of todo-top-priorities-overrides.
1341         Make code a bit cleaner.
1343 2014-06-28  Glenn Morris  <rgm@gnu.org>
1345         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
1347 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
1349         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
1350         category-wide setting of todo-top-priorities-overrides, check for
1351         a file-wide setting and fontify accordingly.
1353 2014-06-28  Glenn Morris  <rgm@gnu.org>
1355         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
1357 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1359         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
1361 2014-06-28  K. Handa  <handa@gnu.org>
1363         Fix Bug#17739.
1365         * composite.el: Setup composition-function-table for dotted circle.
1366         (compose-gstring-for-dotted-circle): New function.
1368         * international/characters.el: Add category "^" to all
1369         non-spacing characters.
1371 2014-06-28  Glenn Morris  <rgm@gnu.org>
1373         * Makefile.in (doit): Remove force rule.
1374         (custom-deps, finder-data, autoloads, update-subdirs)
1375         (compile-one-process): PHONY targets do not need force rules.
1377         * Makefile.in (compile-main, compile, compile-always):
1378         No need to explicitly pass variables to ourself in recursive calls.
1380 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1382         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
1384 2014-06-26  Glenn Morris  <rgm@gnu.org>
1386         * Makefile.in (update-authors): Update for moved authors.el.
1388 2014-06-26  Leo Liu  <sdl.web@gmail.com>
1390         * skeleton.el (skeleton-end-hook): Default to nil and move the
1391         work to skeleton-insert.  (Bug#17850)
1393 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
1395         * calc/calc-alg.el (math-beforep):
1396         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
1397         Simplify because string-lessp can accept symbols as args.
1399 2014-06-26  Daiki Ueno  <ueno@gnu.org>
1401         * emacs-lisp/package.el (package--check-signature):
1402         If package-check-signature is allow-unsigned, don't signal error when
1403         we can't verify signature because of missing public key
1404         (bug#17625).
1406 2014-06-26  Glenn Morris  <rgm@gnu.org>
1408         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
1409         Remove outdated declaration.
1411         * emacs-lisp/authors.el (authors-valid-file-names)
1412         (authors-renamed-files-alist): Additions.
1414 2014-06-26  Leo Liu  <sdl.web@gmail.com>
1416         * textmodes/picture.el (picture-set-tab-stops):
1417         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
1418         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
1420         * progmodes/asm-mode.el (asm-calculate-indentation):
1421         Use indent-next-tab-stop.
1423         * indent.el (indent-accumulate-tab-stops): New function.
1425 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1427         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
1428         (package-desc-status): Obey it.
1430 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
1432         * calendar/todo-mode.el: Fix two bugs.
1433         (todo-insert-item--basic): If user cancels item insertion to
1434         another category before setting priority, show original category
1435         whether it is in the same or a different file.
1436         (todo-set-item-priority): After selecting category, instead of
1437         moving point to top, which extends an active region, restore it.
1439 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1441         * help-fns.el (describe-function-1): Check file-name is a string before
1442         calling help-fns--autoloaded-p (bug#17564).
1444 2014-06-26  Juri Linkov  <juri@jurta.org>
1446         * desktop.el (desktop-auto-save-enable)
1447         (desktop-auto-save-disable): New functions.
1448         (desktop-save-mode, desktop-auto-save-timeout): Use them.
1449         (desktop-read): Disable the autosave before loading the desktop,
1450         and enable afterwards.  (Bug#17351)
1452 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         Fix some indentation problem with \; and pipes (bug#17842).
1455         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
1456         (sh-smie--default-forward-token, sh-smie--default-backward-token):
1457         New functions.
1458         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1459         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1460         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1462 2014-06-26  Glenn Morris  <rgm@gnu.org>
1464         * emacs-lisp/find-func.el (find-function-C-source-directory):
1465         Use file-accessible-directory-p.
1467         * ps-samp.el: Make it slightly less awful.
1468         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
1469         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
1470         Only set local values.
1471         (ps-article-subject, ps-article-author): Use standard functions
1472         like mail-fetch-field.
1473         (ps-info-file, ps-info-node): Use match-string.
1474         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
1475         (ps-samp-ps-setup): ... new function.
1477         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
1478         Optimize away code unneeded on any modern Emacs.
1480         * emacs-lisp/authors.el: Move to ../admin.
1482         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
1484 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
1486         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
1487         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
1488         performance enhancements.
1489         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
1490         expansion.
1491         (hif-factor, hif-string-concatenation, intern-safe): Support string
1492         concatenation and argumented macro expansion.
1493         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
1494         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
1495         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
1496         (hif-canonicalize-tokens, hif-place-macro-invocation)
1497         (hif-parse-macro-arglist): Mostly new functions for supporting
1498         argumented macro expansion.
1499         (hif-string-concatenation, hif-stringify, hif-token-concat)
1500         (hif-token-stringification, hif-token-concatenation):
1501         Stringification and concatenation.
1502         (hif-find-next-relevant): Fix comments.
1503         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
1504         some cases involving #elif.
1505         (hif-find-define, hif-add-new-defines): New functions for automatically
1506         scanning of defined symbols.
1507         (hide-ifdef-guts): Fix for defined symbol auto scanning.
1508         (hide-ifdef-undef): Fix behavior to match CPP.
1510 2014-06-25  Glenn Morris  <rgm@gnu.org>
1512         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
1513         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1514         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
1515         files.  They are not relevant to the original issue (bug#1004),
1516         and cause unnecessary recompilation (bug#2151).
1518 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * play/landmark.el: Use lexical-binding and avoid `intangible'.
1521         (landmark--last-pos): New var.
1522         (landmark--intangible-chars): New const.
1523         (landmark--intangible): New function.
1524         (landmark-mode, landmark-move): Use it.
1525         (landmark-mode): Remove properties.
1526         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
1527         (landmark-cross-qtuple):
1528         Don't worry about `intangible' any more.
1529         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
1530         (landmark-init-display): Don't set `intangible' and `point-entered'.
1531         (square): Remove.  Inline it instead.
1532         (landmark--distance): Rename from `distance'.
1533         (landmark-calc-distance-of-robot-from): Rename from
1534         calc-distance-of-robot-from.
1535         (landmark-calc-smell-internal): Rename from calc-smell-internal.
1537 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
1539         * files.el (dir-locals-find-file, file-relative-name):
1540         * info.el (Info-complete-menu-item):
1541         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
1542         to compare-strings to avoid out-of-range errors.
1543         * subr.el (string-prefix-p): Adjust to match strict range
1544         checking in compare-strings.
1546 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
1548         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
1549         for comment lines non-greedy and stopping at newlines to fix stack
1550         overflows with large files.
1552 2014-06-24  Eli Barzilay  <eli@barzilay.org>
1554         * calculator.el (calculator-last-input): Drop 'ascii-character property
1555         lookup.
1557 2014-06-24  Leo Liu  <sdl.web@gmail.com>
1559         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1560         tab-stop-list to nil.  (Bug#16381)
1562         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1563         (indent-rigidly-left-to-tab-stop)
1564         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1565         (move-to-tab-stop): Change callers.
1567 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1569         * skeleton.el (skeleton-insert): Yet another fix of the doc string
1570         wrt behavior of \n as the first/last element of a skeleton.
1572 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
1574         * net/tramp-adb.el (tramp-adb-handle-process-file):
1575         * net/tramp-sh.el (tramp-sh-handle-process-file):
1576         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1577         the output buffer when DISPLAY is non-nil.  (Bug#17815)
1579 2014-06-24  Glenn Morris  <rgm@gnu.org>
1581         * play/landmark.el (landmark-move-down, landmark-move-up):
1582         Fix 2007-10-20 change - preserve horizontal position.
1584 2014-06-23  Sam Steingold  <sds@gnu.org>
1586         * simple.el (kill-append): Remove undo boundary depending on ...
1587         (kill-append-merge-undo): New user option.
1589 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * simple.el (handle-shift-selection, exchange-point-and-mark)
1592         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
1593         (transient-mark-mode): Use&set the global value.
1594         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
1595         * emulation/edt.el (edt-emulation-off): Save&restore the global
1596         transient-mark-mode setting.
1597         * obsolete/pc-select.el (pc-selection-mode): Use the
1598         transient-mark-mode function.
1600 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
1602         * international/fontset.el (script-representative-chars):
1603         Add representative characters for scripts added in Unicode 7.0.
1604         (otf-script-alist): Synchronize with the latest registry of OTF
1605         script tags.
1607         * international/characters.el (char-script-table): Update for
1608         scripts added and codepoint ranges changed in Unicode 7.0.
1610 2014-06-23  Eli Barzilay  <eli@barzilay.org>
1612         * calculator.el (calculator-standard-displayer): Fix bug in use of
1613         `calculator-groupize-number'.
1614         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
1615         `eval' code, so it works in v24.3.1 too.
1616         (calculator-last-input): Comment to clarify purpose.
1618 2014-06-22  Mario Lang  <mlang@delysid.org>
1620         * textmodes/rst.el (rst-comment-region): From from -> from.
1622         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
1624 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1626         * electric.el (electric-layout-post-self-insert-function):
1627         * emacs-lisp/ert.el (ert--insert-infos):
1628         * obsolete/vi.el (vi-set-mark):
1629         * term.el (term-handle-scroll):
1630         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
1631         * wid-edit.el (widget-editable-list-value-create):
1632         Prefer point-marker to copy-marker of point.
1634 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1636         Fix completion retrieval parsing (bug#17209).
1637         * progmodes/python.el (python-mode):
1638         (python-util-strip-string): New function.
1639         (python-shell-completion-get-completions): Use it.
1641 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1643         * skeleton.el (skeleton-insert): Fix last change.
1645 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1647         Enhancements for outline integration (bug#17796).
1648         * progmodes/python.el (python-mode): Properly set
1649         outline-heading-end-regexp so that comments after colons for
1650         defuns are supported.
1652 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1654         * skeleton.el (skeleton-insert): Doc fix.
1656 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1658         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1659         (smie-config-guess): Use smie-config-local so the rules are obeyed
1660         (bug#17818).
1662         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1663         since it's already done inside the loop (bug#17819).
1665 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
1667         * mouse.el (mouse-drag-line): Re-remove code initially removed
1668         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1669         (Bug#17819).
1671 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1673         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1674         align with the surrounding parent (bug#17721).
1676 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1678         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1679         locally to nil.
1680         (texinfo-insert-block, texinfo-insert-@end)
1681         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1682         local setting of skeleton-end-newline by adding an explicit \n to
1683         the skeletons where appropriate.  (Bug#17801)
1685 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1687         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1688         (smie-indent--hanging-p): Use it.
1689         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1691 2014-06-21  Leo Liu  <sdl.web@gmail.com>
1693         * simple.el (read-quoted-char): Don't let help chars pop up help
1694         buffer.  (Bug#16617)
1696 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1699         for | (bug#17621).
1701         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
1702         Drop unknown events instead of burping.
1704 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1706         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1707         and later.  (Bug#17790)
1709 2014-06-21  Juri Linkov  <juri@jurta.org>
1711         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1712         to `soft'.  (Bug#17554)
1714 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1716         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1717         (bug#17737).
1719 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
1721         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1722         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
1724 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
1726         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1727         `unread-command-events'.
1729 2014-06-19  William Xu  <william.xwl@gmail.com>
1731         * progmodes/hideif.el (hif-string-to-number): Don't return float for
1732         hex integer constants (bug#17807).
1734 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1736         * international/mule-util.el (truncate-string-ellipsis): New var.
1737         (truncate-string-to-width): Use it.
1739 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
1741         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
1742         (lisp-string-in-doc-position-p): New function, extracted from
1743         lisp-font-lock-syntactic-face-function.
1744         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
1746 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
1748         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
1750 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
1753         (bubbles--game-over): Don't add `intangible' properties since they
1754         didn't work anyway.
1756 2014-06-18  Juri Linkov  <juri@jurta.org>
1758         * vc/ediff-init.el (ediff-current-diff-Ancestor)
1759         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1760         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1761         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1762         Add `min-colors 88' version with removed black/white foregrounds.
1763         (Bug#10181)
1765 2014-06-18  Juri Linkov  <juri@jurta.org>
1767         * vc/diff-mode.el (diff-changed): Empty face definition to use
1768         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
1769         (diff-context): Use darker color on light background and
1770         lighter color on dark background.
1772 2014-06-18  Juri Linkov  <juri@jurta.org>
1774         * vc/diff-mode.el (diff-refine-changed): Rename from
1775         `diff-refine-change' for consistency with `diff-changed'.
1776         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
1778         * vc/smerge-mode.el (smerge-refined-changed): Rename from
1779         `smerge-refined-change'.
1780         (smerge-refined-change): Add obsolete face alias.
1782 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         * rect.el (rectangle-preview): New custom.
1785         (rectangle): New group.
1786         (rectangle--pos-cols): Add `window' argument.
1787         (rectangle--string-preview-state, rectangle--string-preview-window):
1788         New vars.
1789         (rectangle--string-flush-preview, rectangle--string-erase-preview)
1790         (rectangle--space-to, rectangle--string-preview): New functions.
1791         (string-rectangle): Use them.
1792         (rectangle--inhibit-region-highlight): New var.
1793         (rectangle--highlight-for-redisplay): Obey it.  Make sure
1794         `apply-on-region' uses the point-crutches of the right window.
1795         Use :align-to rather than multiple spaces.
1797 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
1799         * ruler-mode.el (ruler-mode-window-col)
1800         (ruler-mode-mouse-set-left-margin)
1801         (ruler-mode-mouse-set-right-margin): Fix calculation of column
1802         from mouse position (Bug#17768).
1804 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
1806         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1807         without varname or rhs causes crash.
1808         (dun-ftp): Fix bug where blank ftp password is allowed, making it
1809         impossible to win endgame.
1810         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1811         rlogin is anymore.
1812         (dun-help): Bump version number; update contact info.
1814 2014-06-15  Eli Barzilay  <eli@barzilay.org>
1816         * calculator.el (calculator-prompt, calculator-remove-zeros)
1817         (calculator-mode-hook, calculator-operators, calculator-stack)
1818         (calculator-mode): Tweak docstring.
1819         (calculator-user-operators): Tweak docstring, fix a bug in the last
1820         example.
1821         (calculator-displayer): `std' case has an optional boolean.
1822         (calculator-displayers): Use the new boolean to group in decimal mode.
1823         (calculator-mode-map, calculator, calculator-message)
1824         (calculator-op-arity, calculator-add-operators)
1825         (calculator-string-to-number, calculator-displayer-prev)
1826         (calculator-displayer-next, calculator-remove-zeros)
1827         (calculator-eng-display, calculator-number-to-string)
1828         (calculator-update-display, calculator-last-input)
1829         (calculator-clear-fragile, calculator-digit, calculator-decimal)
1830         (calculator-exp, calculator-saved-move, calculator-clear)
1831         (calculator-copy, calculator-put-value, calculator-help)
1832         (calculator-expt, calculator-truncate): Minor code improvements.
1833         (calculator-need-3-lines): New function pulling out code from
1834         `calculator'.
1835         (calculator-get-display): Rename from `calculator-get-prompt', and
1836         improved.
1837         (calculator-push-curnum): Rename from `calculator-curnum-value', and
1838         extended for all uses of it.  All callers changed.
1839         (calculator-groupize-number): New utility for splitting a number into
1840         groups.
1841         (calculator-standard-displayer): Improve code, new optional argument to
1842         use comma-split groups, make second argument optional too to use with
1843         'left/'right inputs.  All callers changed.
1844         (calculator-reduce-stack-once): New utility, doing the meat of what
1845         `calculator-reduce-stack' used to do, much improved (mostly using
1846         `pcase' for conciseness and clarity).
1847         (calculator-reduce-stack): Now doing just the reduction loop using
1848         `calculator-reduce-stack-once'.
1849         (calculator-funcall): Improve code, make it work in v24.3.1 too.
1850         (calculator-last-input): Improve code, remove some old cruft.
1851         (calculator-quit): Kill `calculator-buffer' in electric mode too.
1852         (calculator-integer-p): Remove.
1853         (calculator-fact): Improve code, make it work on non-integer values
1854         too (using truncated numbers).
1856 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
1858         Sync with Tramp 2.2.10.
1860         * net/tramp.el (tramp-methods): Tweak docstring.
1861         (tramp-handle-file-accessible-directory-p): Check for
1862         `file-readable-p' instead of `file-executable-p'.
1863         (tramp-check-cached-permissions):
1864         Use `tramp-compat-file-attributes'.
1865         (tramp-call-process): Add new argument VEC.  Adapt callees in all
1866         tramp*.el files.
1868         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1869         (tramp-adb-maybe-open-connection): Don't set
1870         `tramp-current-*' variables.
1872         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1873         file properties of temporary buffers.
1875         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1877         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1878         (tramp-gvfs-handle-delete-file): Flush file
1879         properties, not directory properties.
1880         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1881         reading "unix::mode".
1882         (tramp-gvfs-handle-file-name-all-completions):
1883         Use "-h" option for "gvfs-ls".
1884         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1885         (tramp-gvfs-send-command): Simplify traces.
1887         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1888         (vc-git-program, vc-hg-program): Declare.
1889         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
1890         (tramp-methods) <nc>: Add new method.
1891         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1892         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1893         `tramp-login-args'.
1894         (tramp-default-user-alist): Add "nc".
1895         (top): Remove completion function for "sftp".  Add completion
1896         functions for "nc" and "psftp".
1897         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1898         Implement support for "nc" method.
1899         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1900         (tramp-remote-coding-commands, tramp-call-local-coding-command):
1901         Tweak docstring.
1902         (tramp-sh-handle-write-region): Tweak error message.
1903         (tramp-sh-handle-vc-registered): Remove backends when the remote
1904         binary does not exist.
1905         (tramp-find-inline-encoding): Do not raise an error.
1906         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
1907         the "nc" case.  Quote result also locally.
1909         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1910         (tramp-smb-handle-set-file-acl): Use `start-process'.
1911         (tramp-smb-handle-insert-directory): Use progress reporter.
1912         (tramp-smb-handle-rename-file): Flush also file properties of
1913         FILENAME.
1915         * net/trampver.el: Update release number.
1917 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1919         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1920         add-to-list.
1921         (ses-localvars): Remove ses--local-printer-list, unused.
1922         (ses--metaprogramming): New macro.  Use it to defvar variables.
1923         (ses-set-localvars): Simplify.
1924         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
1925         property-list into an alist.
1926         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1927         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1928         Remove; use defstruct accessors/setters instead.
1929         (ses-cell-formula-aset, ses-cell-printer-aset)
1930         (ses-cell-references-aset): Remove, use setf instead.
1931         (ses--alist-get): New function.
1932         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1933         Use an alist instead of a plist and don't do move-to-front since the
1934         list is always short.
1935         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1936         (ses-cell-property-set-fun, ses-cell-property-set)
1937         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1938         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1939         (ses--letref): New macro.
1940         (ses-cell-property-pop): Rewrite.
1941         (ses--cell): Rename from ses-cell and make it into a function.
1942         Make `formula' fallback on `value' if nil.
1943         (ses--local-printer): Rename from ses-local-printer and make it into
1944         a function.
1945         (ses-set-cell): Turn it into a macro so finding the accessor from the
1946         field name is done at compile time.
1947         (ses-repair-cell-reference-all): Test presence of `sym' rather than
1948         `ref' before adding `sym' to :ses-repair-reference.
1949         (ses-calculate-cell): Use ses--letref rather than
1950         ses-cell-property-get-handle.
1951         (ses-write-cells): Use a single prin1-to-string.
1952         (ses-setter-with-undo): New function.
1953         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1954         (ses-unset-with-undo): Remove.
1955         (ses-load): Prefer apply' over `eval'.
1956         (ses-read-printer, ses-set-column-width): Use standard "(default
1957         foo)" format.
1959 2014-06-15  Glenn Morris  <rgm@gnu.org>
1961         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1963         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
1964         Replace delete-duplicates and mapcan by cl- versions throughout.
1965         And cl-macroexpand-all by macroexpand-all.
1966         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1968 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
1970         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
1972 2014-06-15  Juri Linkov  <juri@jurta.org>
1974         * bindings.el: Put `ascii-character' property on keypad keys
1975         mapped to characters.  (Bug#17759)
1977 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1979         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1980         bumping forward into a closing paren (bug#17761).
1982         * term/xterm.el (xterm--version-handler): Work around for OSX
1983         Terminal.app (bug#17607).
1985 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
1987         * play/dunnet.el (dun-describe-room, dun-mode):
1988         If a lamp is in the room, you won't be eaten by a grue.
1990 2014-06-13  Glenn Morris  <rgm@gnu.org>
1992         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
1993         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
1994         (compile-always): GNU make automatically passes
1995         command-line arguments to sub-makes.
1997         * calendar/calendar.el (calendar-generate-window):
1998         Remove pointless call to font-lock-fontify-buffer.
2000 2014-06-13  Matthias Meulien  <orontee@gmail.com>
2002         * simple.el (completion-list-mode-map): Navigate with tab and backtab
2003         (bug#17767).
2005 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2007         * simple.el (set-mark-command): Simplify a bit.
2009 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2011         * help.el (help--key-binding-keymap): New function.
2012         (help--binding-locus): New function.
2013         (describe-key): Mention the keymap in which the binding was
2014         found. (bug#13948)
2016 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2018         * hippie-exp.el (he--all-buffers): New function.
2019         (try-expand-line-all-buffers, try-expand-list-all-buffers)
2020         (try-expand-dabbrev-all-buffers): Use it.
2022 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
2024         * hippie-exp.el (try-expand-line-all-buffers)
2025         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
2026         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
2027         original buffer, in case they're buffer-local.
2029 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2031         * ses.el (ses-initial-global-parameters-re): New defconst, a
2032         specific regexp is needed now that ses.el can handle both
2033         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
2034         local printers.
2035         (ses-localvars): Add local variables needed for local printer handling.
2036         (ses-set-localvars): Handle hashmap initialisation.
2037         (ses-paramlines-plist): Add param-line for number of local printers.
2038         (ses-paramfmt-plist): New defconst, needed for code factorization
2039         between functions `ses-set-parameter' and
2040         `ses-file-format-extend-paramter-list'
2041         (ses-make-local-printer-info): New defsubst.
2042         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
2043         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
2044         (ses-cell-printer-aset): New defmacro.
2045         (ses-local-printer-compile): New defun.
2046         (ses-local-printer): New defmacro.
2047         (ses-printer-validate, ses-call-printer): Add support for local
2048         printer functions.
2049         (ses-file-format-extend-paramter-list): New defun.
2050         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
2051         factorization.
2052         (ses-load): Add support for local printer functions.
2053         (ses-read-printer): Update docstring and add support for local printer
2054         functions.
2055         (ses-refresh-local-printer, ses-define-local-printer): New defun.
2056         (ses-safe-printer): Add support for local printer functions.
2058 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
2060         * ffap.el (ffap-lax-url): New var (bug#17723).
2061         (ffap-url-at-point): Use it.
2062         (ffap-file-at-point): Avoid returning just "/".
2064 2014-06-12  Matthias Meulien  <orontee@gmail.com>
2066         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
2067         (python-mode-map): Bind it.
2069         * progmodes/python.el (class skeleton): Don't erase last char of class
2070         name (bug#17683).
2072 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2074         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
2076 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
2078         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
2079         (bug#17745).
2081 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2083         * international/mule-cmds.el: Use lexical-binding.
2084         (ucs-names): Simplify.
2086 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
2088         * progmodes/python.el (run-python): Use read-shell-command.
2090 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * rect.el: Make it possible to move bounds past EOL or into TABs.
2093         (operate-on-rectangle): Use apply-on-rectangle.
2094         (rectangle--mark-crutches): New var.
2095         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
2096         (rectangle--crutches, rectangle--reset-crutches): New functions.
2097         (apply-on-rectangle): Obey crutches.  Avoid setq.
2098         Fix missing final iteration if end is at EOB&BOL.
2099         (rectangle-mark-mode-map): Add remap bindings for
2100         exchange-point-and-mark and char/line movements.
2101         (rectangle--*-char): New function.
2102         (rectangle-exchange-point-and-mark, rectangle-right-char)
2103         (rectangle-left-char, rectangle-forward-char)
2104         (rectangle-backward-char, rectangle-next-line)
2105         (rectangle-previous-line): New commands.
2106         (rectangle--place-cursor): New function.
2107         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
2109 2014-06-08  Glenn Morris  <rgm@gnu.org>
2111         * startup.el (initial-buffer-choice): Doc fix.
2112         Reset :version (adding an option does not merit a :version bump).
2114         * bookmark.el (bookmark-load):
2115         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
2117 2014-06-08  Juri Linkov  <juri@jurta.org>
2119         * desktop.el: Activate auto-saving on window configuration changes.
2120         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
2121         `desktop-auto-save-set-timer' to/from
2122         `window-configuration-change-hook'.
2123         (desktop-auto-save-set-timer): Change REPEAT arg of
2124         `run-with-idle-timer' from t to nil.
2125         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
2127 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
2129         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
2130         vc-hg-command (bug#17570).
2132 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2134         * international/mule-cmds.el (ucs-names): Add special entry for BEL
2135         (bug#17702).
2137 2014-06-08  Glenn Morris  <rgm@gnu.org>
2139         * startup.el (window-setup-hook): Doc fix.
2141         * emacs-lisp/package.el (package-check-signature)
2142         (package-unsigned-archives): Doc fixes.
2144 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
2146         * window.el (display-buffer-use-some-window): Don't make window
2147         used smaller than it was before (Bug#17671).
2149 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
2151         * menu-bar.el (menu-bar-open): Fix last change: use the PC
2152         'redisplay' instead of '(sit-for 0)'.
2154 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
2156         * net/tramp.el (tramp-ssh-controlmaster-options):
2157         Improve search regexp.  (Bug#17653)
2159 2014-06-08  Glenn Morris  <rgm@gnu.org>
2161         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
2163 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
2165         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
2167 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
2169         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
2170         (bug#17586).
2172         * vc/vc-hg.el (vc-hg-log-graph): New var.
2173         (vc-hg-print-log): Use it.
2174         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
2175         graph output (bug#17515).
2177 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2179         * mouse.el (mouse-posn-property): Ignore buffer position info when the
2180         even happened elsewhere.
2182 2014-06-06  Mario Lang  <mlang@delysid.org>
2184         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
2185         `recenter' if `current-buffer' is equal to `window-buffer'.
2187 2014-06-05  Leo Liu  <sdl.web@gmail.com>
2189         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
2191 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
2193         * textmodes/tildify.el (tildify-foreach-region-outside-env):
2194         New function which calls a callback on portions of the buffer that are
2195         outside of ignored environments.
2196         (tildify-build-regexp): Remove function since it is now
2197         incorporated in `tildify-foreach-region-outside-env' where it is
2198         optimised and simplified by the use of `mapconcat'.
2199         (tildify-tildify): Return number of substitutions made so that…
2200         (tildify-count): …can be removed.
2201         (tildify-find-env): Accept a new PAIRS argument which was
2202         previously looked up in `tildify-ignored-environments-alist' each
2203         time the function was called.  With this change, the lookup is
2204         performed only once in `tildify-foreach-region-outside-env'.
2205         (tildify-region): Greatly simplify the function since now most of
2206         the work is done by `tildify-foreach-region-outside-env'.
2207         (tildify-mode-alist): Simplify slightly by avoiding if and setq
2208         and instead using or.
2210         * textmodes/tildify.el (tildify-ignored-environments-alist):
2211         Optimise environments regexes
2213         Each time beginning of an environment to ignore is found,
2214         `tildify-find-env' needs to identify regexp for the ending
2215         of the environment.  This is done by trying all the opening
2216         regexes on matched text in a loop, so to speed that up, this
2217         loop should have fewer things to match, which can be done by
2218         using alternatives in the opening regexes.
2220         Coincidentally, this should make matching of the opening
2221         regexp faster as well thanks to the use of `regexp-opt' and
2222         having common prefix pulled from many regexes.
2224         * textmodes/tildify.el (tildify-string-alist)
2225         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
2226         of supported modes since `xml-mode' is no longer a thing but just
2227         an alias to the former.  Also include comments and insides of tags
2228         in `tildify-ignored-environments-alist' for XML modes.  Finally,
2229         since XML does not define “&nbsp;”[1], use a numeric reference for
2230         a no-break space (namely “&#160;”)
2232         [1] XML specification defines only a handful of predefined entities.
2233             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
2234             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
2235             >, &, ' and " respectively).  This is in contrast to HTML and even
2236             XHTML which defined a whole bunch of entities including “&nbsp;”.
2238         * textmodes/tildify.el (tildify-pattern-alist)
2239         (tildify-string-alist, tildify-ignored-environments-alist):
2240         Improve defcustom's types by adding more tags explaining what each
2241         value means and replace “sexp” used in
2242         `tildify-ignored-environments-alist' with a full type declaration.
2244         * textmodes/tildify.el (tildify-find-env): Fix matched group
2245         indexes in end-regex building
2247         When looking for a start of an ignore-environment, the regex is built
2248         by concatenating regexes of all the environments configured in
2249         `tildify-ignored-environments-alist'.  So for example, the following
2250         list could be used to match TeX's \verb and \verb* commands:
2252             (("\\\\verb\\(.\\)" . (1))
2253              ("\\\\verb\\*\\(.\\)" . (1)))
2255         This would result in the following regex being used to find the start
2256         of any of the variants of the \verb command:
2258             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
2260         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
2261         won't match anything, and thus (match-string 1) will be nil, which
2262         will cause building of the end-matching regex to fail.
2264         Fix this by using capture groups from the time when the opening
2265         regexes are matched individually.
2267         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
2268         in `tildify-find-env'
2270         The `tildify-ignored-environments-alist' allows the end-regex to
2271         be provided not as a static string but mix of strings and indexes
2272         of groups matched the begin-regex.  For example, the “\verb!…!”
2273         TeX-command (where “!” is an arbitrary character) is handled
2274         using:
2276             ("\\\\verb\\*?\\(.\\)" . (1))
2278         In the same way, the following should be supported as well:
2280             ("open-\\(.\\)" . ("end-" 1))
2282         However the tildify-find-env function fails at
2284             (concat result
2285                     (if (stringp (setq aux (car expression)))
2286                          expression  ; BUG: expression is a list
2287                        (regexp-quote (match-string aux))))
2289         where the string part is handled incorrectly.
2291         The most trivial fix would be to replace `expression' in the
2292         true-part of the if-statement with `aux', but instead, this commit
2293         optimises `tildify-find-env' by changing it to use `mapconcat'
2294         rather than open-coded while-loop.
2296 2014-06-05  Mario Lang  <mlang@delysid.org>
2298         * woman.el (woman-mapcan): Remove.
2299         (woman-parse-colon-path): Use cl-mapcan instead.
2301 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2303         * register.el: Add link to Emacs manual in Commentary.
2305 2014-06-02  Sam Steingold  <sds@gnu.org>
2307         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
2308         (popup-menu): ...here.
2309         (menu-bar-open): Use it to avoid an error when `lookup-key'
2310         returns a number.
2312 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
2314         * net/tramp.el (tramp-call-process): Add traces.
2315         (tramp-handle-unhandled-file-name-directory): Return "/".
2317 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
2319         Sync with upstream verilog-mode revision 3cd8144.
2320         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
2321         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
2322         (verilog-type-font-keywords): Add nor.
2323         (verilog-batch-execute-func): Force reading of Local Variables.
2324         Fix printing "no changes to be saved" with verilog-batch.
2325         (verilog-auto-arg-ports): Doc fix.
2326         Add verilog-auto-arg-format to support newlines in AUTOARG.
2327         (verilog-auto-arg): Doc fix.
2329 2014-06-02  Glenn Morris  <rgm@gnu.org>
2331         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
2332         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
2333         * emulation/ws-mode.el: Move to obsolete/.
2334         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
2336 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
2338         * simple.el (keyboard-quit): Force update of mode lines, to remove
2339         the "Def" indicator, if we were defining a macro.  (Bug#17615)
2341 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * minibuffer.el (minibuffer-force-complete-and-exit):
2344         Obey minibuffer-default (bug#17545).
2346         * progmodes/js.el (js-indent-line): Don't mix columns and chars
2347         (bug#17619).
2349         * subr.el (set-transient-map): Don't wait for some "nested"
2350         transient-map to finish if we're only supposed to be active for
2351         the next command (bug#17642).
2353 2014-06-02  Leo Liu  <sdl.web@gmail.com>
2355         * emacs-lisp/gv.el (window-buffer, window-display-table)
2356         (window-dedicated-p, window-hscroll, window-point, window-start):
2357         Fix gv-expander.  (Bug#17630)
2359 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
2362         clicks (bug#17633).
2364         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
2365         for the single comma, since ", " is *very* common in normal French text
2366         (bug#17643).
2368 2014-06-02  Glenn Morris  <rgm@gnu.org>
2370         * emacs-lisp/package.el (package-check-signature)
2371         (package-unsigned-archives): Fix :version.
2373 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2375         * subr.el (sit-for): Don't run input-methods (bug#15614).
2377 2014-06-02  Glenn Morris  <rgm@gnu.org>
2379         * cus-start.el: Fix some :version numbers.
2381 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * simple.el (deactivate-mark): Set mark-active to nil even if
2384         deactivation is done via setting transient-mark-mode to nil,
2385         since one is buffer-local and the other is global.
2387         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
2388         there can't be more than 2 arguments (bug#17584).
2390 2014-06-02  Glenn Morris  <rgm@gnu.org>
2392         * simple.el (filter-buffer-substring-functions)
2393         (filter-buffer-substring-function, buffer-substring-filters)
2394         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
2396         * minibuffer.el (completion-in-region-functions, completion-in-region)
2397         (completion--in-region): Doc fixes.
2399         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
2400         (expand-abbrev, abbrev--default-expand): Doc fixes.
2402 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2404         Include sources used to create macuvs.h.
2405         * international/README: Refer to the Unicode Terms of Use rather
2406         than copying it bodily here, as that simplifies maintenance.
2408 2014-06-01  Glenn Morris  <rgm@gnu.org>
2410         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
2412 2014-05-31  Glenn Morris  <rgm@gnu.org>
2414         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
2416 2014-05-30  Glenn Morris  <rgm@gnu.org>
2418         * loadup.el: Treat `command-line-args' more flexibly.
2420 2014-05-30  Alan Mackenzie  <acm@muc.de>
2422         Guard (looking-at "\\s!") from XEmacs.
2423         * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
2425 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>
2427         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
2428         The argument COUNT is now optional, to be more backward-compatible.
2429         Doc fix.  (Bug#17560)
2431 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
2433         * whitespace.el (whitespace-report-region):
2434         Simplify documentation.
2435         (whitespace-report-region): Allow report-if-bogus to take the
2436         value `never', for non-interactive use.
2437         (whitespace-report): Refer to whitespace-report-region's
2438         documentation.
2440 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
2443         Side benefit: it works without jit-lock.
2444         (whitespace-point--used): New buffer-local var.
2445         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
2446         (whitespace-color-off): Use font-lock-flush.
2447         (whitespace-point--used, whitespace-point--flush-used): New functions.
2448         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2449         (whitespace-empty-at-eob-regexp): Use them.
2450         (whitespace-post-command-hook): Rewrite.
2452         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
2453         (font-lock-fontify-buffer): Mark interactive-only.
2454         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
2455         Make buffer-local.
2456         (font-lock-specified-p): Remove redundant boundp check.
2457         (font-lock-flush-function, font-lock-ensure-function): New vars.
2458         (font-lock-turn-on-thing-lock): Set them.
2459         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
2460         (font-lock-after-change-function): Make `old-len' optional.
2461         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
2462         Call font-lock-flush, just in case.
2463         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
2464         recent Emacsen.
2465         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
2466         (vera-mode-map, vera-mode-menu): Remove bindings to it.
2467         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
2468         and with-syntax-table.
2469         * textmodes/conf-mode.el (conf-quote-normal):
2470         * progmodes/sh-script.el (sh-set-shell):
2471         * progmodes/prog-mode.el (prettify-symbols-mode):
2472         * progmodes/f90.el (f90-font-lock-n):
2473         * progmodes/cwarn.el (cwarn-mode):
2474         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
2475         * progmodes/compile.el (compilation-setup, compilation--unsetup):
2476         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
2477         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
2478         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
2479         font-lock-fontify-buffer-function and
2480         font-lock-unfontify-buffer-function.
2481         (rmail-unfontify-buffer-function, rmail-fontify-message):
2482         Use with-silent-modifications.
2483         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
2484         and font-lock-ensure.
2485         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
2487 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
2489         * emacs-lisp/package.el (package-generate-autoloads):
2490         Inhibit backup files.
2492 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2494         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
2495         (bug#17608).
2497 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
2499         * textmodes/tildify.el (tildify-buffer, tildify-region):
2500         Add dont-ask option.
2502 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2504         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
2505         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
2507         * subr.el (internal--funcall-interactively): New.
2508         (internal--call-interactively): Remove.
2509         (called-interactively-p): Detect funcall-interactively instead of
2510         call-interactively.
2511         * simple.el (repeat-complex-command): Use funcall-interactively.
2512         (repeat-complex-command--called-interactively-skip): Remove.
2514 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2516         * register.el (register-read-with-preview): Don't burp on
2517         frame switches (e.g. due to the frame we just popped).
2519         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
2520         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
2522 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
2524         * cus-face.el (custom-face-attributes): Add :distant-foreground.
2526 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
2528         * window.el (window--dump-frame): Remove interactive specification.
2530 2014-05-26  Glenn Morris  <rgm@gnu.org>
2532         * hippie-exp.el (he-line-search-regexp):
2533         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
2535 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
2537         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
2538         to avoid errors when trying to create or visit a file foo.todo
2539         located outside to todo-directory, and to allow having such files
2540         without them being tied to Todo mode (bug#17482).
2541         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
2542         (todo-archive-done-item, todo-find-filtered-items-file)
2543         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
2544         (todo-category-completions, todo-read-category): When visiting a
2545         Todo file, make sure we're in the right mode and the buffer local
2546         variables are set.
2547         (todo-make-categories-list, todo-reset-nondiary-marker)
2548         (todo-reset-done-string, todo-reset-comment-string):
2549         After processing all Todo files, kill the buffers of those files that
2550         weren't being visited before the processing.
2551         (todo-display-as-todo-file, todo-add-to-buffer-list)
2552         (todo-visit-files-commands): Comment out.
2553         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
2554         (auto-mode-alist): Remove add-to-list calls making Todo file
2555         extensions unrestrictedly tied to Todo modes.
2557 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
2560         (advice-function-member-p): Tell it to check both names and functions
2561         (bug#17531).
2562         (advice--add-function): Adjust call accordingly.
2564 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
2566         * calendar/todo-mode.el: Miscellaneous bug fixes.
2567         (todo-delete-file): When deleting an archive but not its todo
2568         file, make sure to update the todo file's category sexp.
2569         (todo-move-category): Keep the moved category's name unless the
2570         file moved to already has a category with that name.  If the
2571         numerically last category of the source file was moved, make the
2572         first category current to avoid selecting a nonexisting category.
2573         (todo-merge-category): Fix implementation to make merging to a
2574         category in another file work as documented.  Eliminate now
2575         insufficient and unnecessary renaming of archive category, correct
2576         document string accordingly, and clarify it.  If the numerically
2577         last category of the source file was merged, make the first
2578         category current to avoid selecting a nonexisting category.
2579         (todo-archive-done-item): When there are marked items and point
2580         happens to be on an unmarked item, ignore the latter.  Don't leave
2581         point below last item after archiving marked items.
2582         (todo-unarchive-items): Fix logic to ensure unarchiving an item
2583         from an archive with only one category deletes the archive only
2584         when the category is empty after unarchiving.  Make sure the todo
2585         file's category sexp is updated.
2586         (todo-read-file-name): Allow an existing file name even when it is
2587         not required (todo-move-category needs this to work as documented).
2588         (todo-add-file): Call todo-validate-name to reject the name of an
2589         existing todo file (needed due to fix in todo-read-file-name).
2590         (todo-reset-nondiary-marker): Also reset in filtered items files.
2591         (todo-reset-done-string, todo-reset-comment-string): Also reset in
2592         regexp filtered items files.
2593         (todo-reset-highlight-item): Also reset in filtered items files.
2594         Fix incorrect variable reference in document string.
2596 2014-05-26  Glenn Morris  <rgm@gnu.org>
2598         * window.el (window--dump-frame): Avoid error in --without-x builds.
2600 2014-05-26  Glenn Morris  <rgm@gnu.org>
2602         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
2604 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
2606         * frame.el (set-frame-font): Doc fix.
2608         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
2610 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
2612         * emacs-lisp/package.el (package--download-one-archive):
2613         Use `write-region' instead of `save-buffer' to avoid running various
2614         hooks.  (Bug#17155)
2615         (describe-package-1): Same.  Insert newline at the end of the
2616         buffer if appropriate.
2618 2014-05-26  Juri Linkov  <juri@jurta.org>
2620         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
2621         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
2622         Add more modifiers: meta, control, shift, hyper, super, alt.
2623         (Bug#17439)
2625         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
2626         to allow changing its value with `set-variable'.
2628 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2630         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
2631         #; comments.
2632         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
2633         New functions.
2634         (scheme-mode-variables): Set syntax-propertize-function instead of
2635         font-lock-syntactic-face-function.
2636         (scheme-font-lock-syntactic-face-function): Delete.
2638         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
2640         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
2641         (bug#17392).
2643 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
2645         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
2646         for a temporary file name.
2648 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
2650         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
2652 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
2654         * net/dbus.el (dbus-init-bus, dbus-call-method)
2655         (dbus-call-method-asynchronously, dbus-send-signal)
2656         (dbus-method-return-internal, dbus-method-error-internal):
2657         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
2659 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2661         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
2662         methods which do not have a doc string.  (Bug#17490)
2664 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
2666         * textmodes/reftex-ref.el (reftex-format-special): Make it work
2667         also for AMS Math's \eqref macro.
2669 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2671         Arrange to never byte-compile the generated -pkg.el file.
2673         * emacs-lisp/package.el (package-generate-description-file):
2674         Output first-line comment to set buffer-local var `no-byte-compile'.
2675         Suggested by Dmitry Gutov:
2676         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
2678 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2680         Fix bug: Properly quote args to generated -pkg.el `define-package'.
2682         * emacs-lisp/package.el (package-generate-description-file):
2683         Inline `package--alist-to-plist'; rewrite to selectively
2684         quote alist values that are not self-quoting.
2685         (package--alist-to-plist): Delete func.
2687 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
2689         * term/xterm.el (xterm-function-map): Add mapping for shifted
2690         keypad keys.
2692 2014-05-24  Daniel Colascione  <dancol@dancol.org>
2694         * progmodes/subword.el (subword-find-word-boundary): Move point to
2695         correct spot before search. (Bug#17580)
2697         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
2698         breaking the build.
2700 2014-05-24  Leo Liu  <sdl.web@gmail.com>
2702         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
2704 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         * minibuffer.el (completion--sreverse): Remove.
2707         (completion--common-suffix): Use `reverse' instead.
2708         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
2710 2014-05-22  Glenn Morris  <rgm@gnu.org>
2712         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
2714 2014-05-21  Daniel Colascione  <dancol@dancol.org>
2716         * files.el (interpreter-mode-alist): Add mksh.
2718         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
2719         derivative.
2720         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
2721         mksh. Improve custom spec; allow regular expressions.
2722         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
2723         (sh-after-hack-local-variables): New function.
2724         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
2725         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
2726         the normalization.
2727         (sh-canonicalize-shell): Rewrite to support regexes.
2729 2014-05-21  Leo Liu  <sdl.web@gmail.com>
2731         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
2733 2014-05-19  Leo Liu  <sdl.web@gmail.com>
2735         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
2737 2014-05-18  Glenn Morris  <rgm@gnu.org>
2739         * loadup.el:
2740         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
2742 2014-05-14  Sam Steingold  <sds@gnu.org>
2744         * progmodes/python.el (python-shell-get-or-create-process):
2745         Do not bind `current-prefix-arg' so that C-c C-z does not talk
2746         back unless requested.
2748 2014-05-14  Glenn Morris  <rgm@gnu.org>
2750         * subr.el (with-file-modes): New macro.
2751         * printing.el (pr-save-file-modes): Make obsolete.
2752         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
2753         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2754         Add with-file-modes.
2755         * doc-view.el (doc-view-make-safe-dir):
2756         * epg.el (epg--start):
2757         * files.el (locate-user-emacs-file, make-temp-file)
2758         (backup-buffer-copy, move-file-to-trash):
2759         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
2760         * eshell/esh-util.el (eshell-with-private-file-modes)
2761         (eshell-make-private-directory):
2762         * net/browse-url.el (browse-url-mosaic):
2763         * obsolete/mailpost.el (post-mail-send-it):
2764         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
2765         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
2766         Use with-file-modes.
2768         * vc/emerge.el (emerge-make-temp-file): Simplify.
2770 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
2771             Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
2774         suffix (bug#15419).
2776 2014-05-14  Glenn Morris  <rgm@gnu.org>
2778         * vc/emerge.el (emerge-temp-file-prefix):
2779         Make pointless option obsolete.
2780         (emerge-temp-file-mode): Make non-functional option obsolete.
2782 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
2784         * net/browse-url.el (browse-url):
2785         Use `unhandled-file-name-directory' when setting `default-directory',
2786         in order to circumvent stalled remote connections.  (Bug#17425)
2788 2014-05-14  Glenn Morris  <rgm@gnu.org>
2790         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
2791         Optimize on Emacs, which has the relevant functions for ages.
2793 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         * simple.el (undo-make-selective-list): Obey undo-no-redo.
2797 2014-05-12  Sam Steingold  <sds@gnu.org>
2799         * calendar/time-date.el (seconds-to-string): New function to
2800         pretty print time delay in seconds.
2802 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2804         * mpc.el (mpc-format): Trim Date to the year.
2805         (mpc-songs-hashcons): Shorten the Date field.
2807         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2808         into autoloading just because of a silly indirection.
2810 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
2812         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
2814 2014-05-12  Glenn Morris  <rgm@gnu.org>
2816         * emacs-lisp/find-gc.el: Move to ../admin.
2818         * printing.el (pr-version):
2819         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2821         * net/browse-url.el (browse-url-mosaic):
2822         Create /tmp/Mosaic.PID as a private file.
2824 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2826         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2827         (advice--member-p): If name is given, only compare the name.
2828         (advice--remove-function): Don't stop at the first match.
2829         (advice--normalize-place): New function.
2830         (add-function, remove-function): Use it.
2831         (advice--add-function): Pass the name, if any, to
2832         advice--remove-function.
2834 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
2836         * electric.el (electric-indent-post-self-insert-function): Don't use
2837         `pos' after modifying the buffer (bug#17449).
2839 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
2841         * calendar/todo-mode.el (todo-insert-item-from-calendar):
2842         Correct argument list to conform to todo-insert-item--basic.
2844 2014-05-12  Glenn Morris  <rgm@gnu.org>
2846         * files.el (cd-absolute): Test if directory is accessible
2847         rather than executable.  (Bug#17330)
2849         * progmodes/compile.el (recompile):
2850         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
2852         * net/browse-url.el (browse-url-mosaic):
2853         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
2854         This is CVE-2014-3423.
2856 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         * mouse.el: Use the normal toplevel loop while dragging.
2859         (mouse-set-point): Handle multi-clicks.
2860         (mouse-set-region): Handle multi-clicks for drags.
2861         (mouse-drag-region): Update call accordingly.
2862         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2863         Use the normal event loop instead of a local while/read-event loop.
2864         (global-map): Remove redundant bindings for double/triple-mouse-1.
2865         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2866         Generate synthetic down events when the protocol only sends up events.
2867         (xterm-mouse-last): Remove.
2868         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2869         terminal parameter instead.
2870         (xterm-mouse--set-click-count): New function.
2871         (xterm-mouse-event): Detect/generate double/triple clicks.
2872         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2874         * info.el (Info-quoted): New face.
2875         (Info-mode-font-lock-keywords): New var.
2876         (Info-mode): Use it.
2878         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2879         are a hindrance for C-x C-e.
2881 2014-05-11  Leo Liu  <sdl.web@gmail.com>
2883         * net/rcirc.el (rcirc-sentinel): Fix last change.
2885 2014-05-08  Sam Steingold  <sds@gnu.org>
2887         * net/rcirc.el (rcirc-reconnect-delay): New user option.
2888         (rcirc-sentinel): Auto-reconnect to the server if
2889         `rcirc-reconnect-delay' is non-0 (but not more often than its
2890         value in case the host is off-line).
2892 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
2894         * progmodes/grep.el (lgrep): Fix a typo in last commit.
2896 2014-05-09  Glenn Morris  <rgm@gnu.org>
2898         * files.el (file-expand-wildcards):
2899         * man.el (Man-support-local-filenames):
2900         * printing.el (pr-i-directory, pr-interface-directory):
2901         * progmodes/grep.el (lgrep, rgrep):
2902         * textmodes/ispell.el (ispell-call-process)
2903         (ispell-call-process-region, ispell-start-process)
2904         (ispell-init-process): Use file-accessible-directory-p.
2906 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2909         (xterm-mouse--read-event-sequence-1000): Return nil if something
2910         looks fishy.
2911         (xterm-mouse-event): Propagate it.
2912         (xterm-mouse-translate-1): Handle it.
2914 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
2916         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2917         four slots of the parameter list are filled, make sure to pass it
2918         to the argument list of todo-insert-item--basic.
2920 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2922         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2923         Add optional `seen' argument to detect and break infinite loops.
2925 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
2927         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2928         (trace-unsafe, trace-use-tree): Make parentheses style be
2929         according to Emacs style.
2931 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
2933         * net/tramp-sh.el (tramp-remote-process-environment):
2934         Remove HISTFILE and HISTSIZE; it's too late to set them here.
2935         Add :version entry.
2936         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2937         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
2938         extra "PSx=..." commands.
2939         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2940         (Bug#17295)
2942         (tramp-uudecode): Replace the hard-coded temporary file name by a
2943         format specifier.
2944         (tramp-remote-coding-commands): Enhance docstring.
2945         (tramp-find-inline-encoding): Replace "%t" by a temporary file
2946         name.  (Bug#17415)
2947         This is CVE-2014-3424.
2949 2014-05-08  Glenn Morris  <rgm@gnu.org>
2951         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2952         (find-gc-source-files): Update some names.
2953         (trace-call-tree): Simplify and update.
2954         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
2955         This is CVE-2014-3422.
2957 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2959         * minibuffer.el (completion--try-word-completion): Revert fix for
2960         Bug#15980 (bug#17375).
2962         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2963         Always store button numbers in the same way in xterm-mouse-last;
2964         Don't burp is xterm-mouse-last is not set as expected.
2965         Never return negative indices.
2967 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
2969         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2970         Backtrack one char if the global/char-literal var matcher hits
2971         inside a string.  The next char could be the beginning of an
2972         expression expansion.
2974 2014-05-08  Glenn Morris  <rgm@gnu.org>
2976         * help-fns.el (describe-function-1): Test for an autoload before a
2977         macro, since `macrop' works on autoloads.  (Bug#17410)
2979 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2981         * electric.el (electric-indent-functions-without-reindent): Add yaml.
2983         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2984         Make sure the new point we return is within the new string (bug#17239).
2986 2014-05-05  Daniel Colascione  <dancol@dancol.org>
2988         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2989         Port `gnu' pattern to rx.
2991 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2993         Remove unneeded prompt when closing a buffer with active
2994         emacsclient ("Buffer ... still has clients"), #16548.
2995         * server.el (server-start): Remove the only call to:
2996         (server-kill-buffer-query-function): Remove.
2998 2014-05-04  Leo Liu  <sdl.web@gmail.com>
3000         * calendar/diary-lib.el (calendar-chinese-month-name-array):
3001         Defvar to pacify compiler.
3003 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
3005         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
3007 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3009         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
3010         Use nil rather than `default' for the "default" appearance (bug#17388).
3011         * vc/ediff-util.el (ediff-inferior-compare-regions)
3012         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
3013         a misleading `default' value when it's really a boolean.
3014         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
3015         overlay is not visible.
3017 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
3019         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
3020         (todo-menu): Uncomment and update.
3022 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
3024         * calendar/todo-mode.el: Reimplement item editing to have the same
3025         basic user interface as item insertion, and make small UI and
3026         larger internal improvements to the latter.
3027         (todo-insert-item): Add reference to the Todo mode user manual to
3028         the documentation string.
3029         (todo-insert-item--basic): Rename from todo-basic-insert-item and
3030         adjust all callers.  Change signature to combine diary and
3031         nonmarking arguments.  Incorporate functionality of deleted item
3032         copying command and add error checking.  Remove detailed
3033         descriptions of the arguments from the documentation string, since
3034         this is treated in the Todo mode user manual.
3035         (todo-copy-item, todo-edit-multiline-item)
3036         (todo-edit-done-item-comment, todo-edit-item-header)
3037         (todo-edit-item-time, todo-edit-item-date-from-calendar)
3038         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
3039         (todo-edit-item-date-year, todo-edit-item-date-month)
3040         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
3041         Remove.
3042         (todo-edit-item): Reimplement as wrapper command for
3043         todo-edit-item--next-key and make it distinguish done and not done
3044         todo items.
3045         (todo-edit-item--text): New function, replacing old command
3046         todo-edit-item and incorporating deleted commands
3047         todo-edit-multiline-item and todo-edit-done-item-comment.
3048         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
3049         Use only numeric value of prefix argument.  Remove detailed
3050         descriptions of the arguments from the documentation string, since
3051         this is treated in the Todo mode user manual.
3052         (todo-edit-item--diary-inclusion): New function, replacing old
3053         command todo-edit-item-diary-inclusion and incorporating and fixing
3054         functionality of deleted command todo-edit-item-diary-nonmarking,
3055         making sure to remove todo-nondiary-marker when adding
3056         diary-nonmarking-symbol.
3057         (todo-edit-category-diary-inclusion): Make sure to delete
3058         diary-nonmarking-symbol when adding todo-nondiary-marker.
3059         (todo-edit-category-diary-nonmarking): Fix indentation.
3060         (todo-insert-item--parameters): Group diary and nonmarking
3061         parameters together.
3062         (todo-insert-item--apply-args): Adjust to signature of
3063         todo-insert-item--basic and incorporate copy parameter.
3064         Make small code improvements.
3065         (todo-insert-item--next-param): Improve prompt and adjust it to
3066         new parameter grouping.  Remove obsolete code.
3067         (todo-edit-item--param-key-alist)
3068         (todo-edit-item--date-param-key-alist)
3069         (todo-edit-done-item--param-key-alist): New defconsts.
3070         (todo-edit-item--prompt): New variable.
3071         (todo-edit-item--next-key): New function.
3072         (todo-key-bindings-t): Bind "e" to todo-edit-item.
3073         Remove bindings of deleted commands.
3075 2014-05-04  Leo Liu  <sdl.web@gmail.com>
3077         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
3079 2014-05-04  Glenn Morris  <rgm@gnu.org>
3081         * allout-widgets.el (allout-widgets-tally)
3082         (allout-decorate-item-guides):
3083         * menu-bar.el (menu-bar-positive-p):
3084         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3085         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
3086         * progmodes/js.el (js--inside-param-list-p)
3087         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
3088         * progmodes/prolog.el (region-exists-p):
3089         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
3090         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
3091         Doc fixes (replace `iff').
3093 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3095         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
3097 2014-05-04  Leo Liu  <sdl.web@gmail.com>
3099         Support Chinese diary entries in calendar and diary.  (Bug#17393)
3100         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
3101         (calendar-chinese-from-absolute-for-diary)
3102         (calendar-chinese-to-absolute-for-diary)
3103         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
3104         (diary-chinese-list-entries): New functions to list and mark
3105         Chinese diary entries in the calendar window.
3106         (diary-chinese-anniversary)
3107         (diary-chinese-insert-anniversary-entry)
3108         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
3109         (diary-chinese-insert-yearly-entry): New commands to insert
3110         Chinese diary entries.
3112         * calendar/diary-lib.el (diary-font-lock-keywords):
3113         Support font-locking Chinese dates.
3115         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
3116         inserting Chinese diary entries.
3118         * calendar/calendar.el (diary-chinese-entry-symbol):
3119         New customizable variable.
3120         (calendar-mode-map): Add bindings for inserting Chinese diary
3121         entries.
3123 2014-05-03  Juri Linkov  <juri@jurta.org>
3125         * dired.el (dired-check-switches, dired-switches-recursive-p):
3126         New functions.  (Bug#17218)
3127         (dired-switches-escape-p, dired-move-to-end-of-filename):
3128         Use `dired-check-switches'.
3129         (dired-insert-old-subdirs, dired-build-subdir-alist)
3130         (dired-sort-R-check): Use `dired-switches-recursive-p'.
3132 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
3134         * simple.el (undo-make-selective-list): New algorithm fixes
3135         incorrectness of position adjustments when undoing in region.
3136         (Bug#17235)
3137         (undo-elt-crosses-region): Make obsolete.
3138         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
3139         New functions to adjust positions using undo-deltas.
3141 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3143         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
3144         the last consecutive closing paren (bug#17345).
3146 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
3148         * dired.el (dired-mode): make terminology for eXpunge command
3149         consistent.  (Bug#17276)
3151 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
3153         * dired.el (dired-initial-position-hook, dired-initial-position):
3154         Doc string fixes.
3156 2014-04-30  Glenn Morris  <rgm@gnu.org>
3158         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
3160 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
3162         * faces.el (face-spec-recalc): Apply X resources only after the
3163         defface spec has been applied. Thus, X resources are no longer
3164         overriden by the defface spec which also fixes issues on win32 where
3165         the toolbar coloring was wrong because it is set through X resources
3166         and was (wrongfully) overriden.  (Bug#16694)
3168 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3170         * textmodes/rst.el (electric-pair-pairs): Declare.
3171         (rst-mode): Set it (bug#17131).
3173 2014-04-30  Juri Linkov  <juri@jurta.org>
3175         * desktop.el (desktop-value-to-string): Let-bind `print-length'
3176         and `print-level' to nil.  (Bug#17351)
3178 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3180         * battery.el (battery-update): Handle the case where battery
3181         status is "N/A" (bug#17319).
3183 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3185         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
3186         to syntax-propertize.
3187         (ps-mode-auto-indent): Mark as obsolete.
3188         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
3189         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
3190         word regexp operators.
3191         (ps-mode-map): Move initialization into declaration.  Remove binding
3192         for TAB, RET, >, ], and }.
3193         (ps-mode-syntax-table): Move initialization into declaration.
3194         Don't give word syntax to non-word chars.
3195         (ps-run-mode-map): Move initialization into declaration.
3196         (ps-mode-menu-main): Remove auto-indent entry.
3197         (ps-mode-smie-rules): New function.
3198         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
3199         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
3200         (ps-mode--string-syntax-table): New const.
3201         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
3202         New functions.
3203         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
3204         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
3206 2014-04-27  Daniel Colascione  <dancol@dancol.org>
3208         * term/xterm.el (xterm-paste): Use large finite timeout when
3209         reading event to avoid putting keys in this-command-keys.
3211 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
3214         (perl-syntax-propertize-function): Use it.  Extend handling of
3215         here-docs to the unquoted case.
3217 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
3219         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
3220         Use equal-including-properties to compare help-echo strings (bug#17331).
3222 2014-04-25  Leo Liu  <sdl.web@gmail.com>
3224         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3225         Fix syntax for @.  (Bug#17325)
3227 2014-04-25  Daniel Colascione  <dancol@dancol.org>
3229         * emacs-lisp/cl.el (gv): Require gv early to break eager
3230         macro-expansion cycles.
3232 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         * simple.el (region-active-p): Check there's a mark (bug#17324).
3236         * simple.el (completion-list-mode-map): Use choose-completion for the
3237         mouse binding as well (bug#17302).
3238         (completion-list-mode, completion-setup-function): Adjust docstring and
3239         echo area message accordingly.
3240         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
3241         calling convention of choose-completion.
3242         * comint.el (comint-dynamic-list-completions):
3243         * term.el (term-dynamic-list-completions): Accept choose-completion.
3245         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
3246         &, |, +, - and * can't be a division (bug#17317).
3248         * term/xterm.el (xterm--version-handler): Don't use modern xterm
3249         features on gnome-terminal (bug#16988).
3251 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
3253         Improve Scheme font-locking for (define ((foo ...) ...) ...).
3255         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
3256         the declared object, ignore zero or more parens, not zero or one.
3258 2014-04-24  Leo Liu  <sdl.web@gmail.com>
3260         * progmodes/xscheme.el (xscheme-expressions-ring)
3261         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
3262         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
3263         (xscheme-allow-output-p, xscheme-prompt)
3264         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
3266         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
3267         Comment out unused functions.
3269 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3271         * info.el: Use lexical-binding and cl-lib.
3272         Use defvar-local and setq-local instead of make-local-variable.
3273         (Info-apropos-matches): Avoid add-to-list.
3274         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
3276 2014-04-24  Daniel Colascione  <dancol@dancol.org>
3278         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
3280 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3282         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
3284 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
3286         * dired.el (dired-insert-set-properties): Do not consider
3287         subdirectory headings and empty lines to be information that
3288         `dired-hide-details-mode' should hide.  (Bug#17228)
3290 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3292         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3293         Remove test messages.
3294         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
3295         and `target' twice.
3297 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3299         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
3300         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
3302         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
3304 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3306         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3307         Set "IFS=" when using read builtin, in order to preserve spaces in
3308         the file name.  Add test messages for hunting a bug on hydra.
3309         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
3311 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
3314         Don't prettify a word within a symbol.
3316 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3318         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
3319         possible.
3321 2014-04-22  Daniel Colascione  <dancol@dancol.org>
3323         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
3324         use defun to define `function-put'.
3326 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
3329         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
3330         (lisp-mode-variables): Set font-lock-extra-managed-props.
3332         * emacs-lisp/byte-run.el (function-put): New function.
3333         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
3334         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
3335         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
3336         Use them.
3338 2014-04-22  Daniel Colascione  <dancol@dancol.org>
3340         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
3341         Add `full-p' parameter; when nil, call `macroexpand' instead of
3342         `macroexpand-all'.
3344         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3345         Improve docstrings.
3347         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3348         Use lambda function values, not quoted lambdas.
3349         (byte-compile-recurse-toplevel): Remove extraneous &optional.
3351         * emacs-lisp/cl-macs.el
3352         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
3353         (cl-struct-slot-value): Conditionally use aref or nth so that the
3354         compiler produces optimal code.
3356 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3358         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
3359         (inline): Don't inline cl--set-elt.
3360         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
3361         Define as inlinable instead.
3362         (cl-struct-set-slot-value): Remove.
3364         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
3365         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
3366         Use setf instead.
3368 2014-04-21  Daniel Colascione  <dancol@dancol.org>
3370         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
3371         last two parameters after all.
3372         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
3373         (cl--compiler-macro-assoc,cl-struct-slot-value)
3374         (cl-struct-set-slot-value): Stop using them.
3376 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3378         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
3379         entry in image-mode-winprops-alist.
3381 2014-04-21  Daniel Colascione  <dancol@dancol.org>
3383         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
3384         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
3385         (byte-compile-toplevel-file-form): Use it.
3387         * emacs-lisp/cl-macs.el:
3388         (cl--loop-let): Properly destructure `while' clauses.
3390 2014-04-20  Daniel Colascione  <dancol@dancol.org>
3392         * vc/vc.el (vc-root-dir): New public autoloaded function for
3393         generically finding the current VC root.
3394         * vc/vc-hooks.el (vc-not-supported): New error.
3395         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
3397 2014-04-20  Daniel Colascione  <dancol@dancol.org>
3399         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
3400         argument.
3401         (cl--const-expr-val): cl--const-expr-val should macroexpand its
3402         argument in case we're inside a symbol-macrolet.
3403         (cl--do-arglist, cl--compiler-macro-typep)
3404         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
3405         environment to `cl--const-expr-val'.
3406         (cl-struct-sequence-type,cl-struct-slot-info)
3407         (cl-struct-slot-offset, cl-struct-slot-value)
3408         (cl-struct-set-slot-value): New functions.
3410 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3412         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
3413         assignments such as "case=hello" (bug#17297).
3415 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
3417         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
3418         Do not autoload.
3419         (tramp-file-name-handler, tramp-completion-file-name-handler):
3420         Revert patch from 2014-04-10, it isn't necessary anymore.
3421         (tramp-autoload-file-name-handler)
3422         (tramp-register-autoload-file-name-handlers): New defuns.
3423         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
3424         (tramp-register-file-name-handlers): Remove also
3425         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
3426         Do not autoload its invocation, but eval it after loading of 'tramp.
3428         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
3430         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
3432 2014-04-17  Daniel Colascione  <dancol@dancol.org>
3434         Add support for bracketed paste mode; add infrastructure for
3435         managing terminal mode enabling and disabling automatically.
3437         * xt-mouse.el:
3438         (xterm-mouse-mode): Simplify.
3439         (xterm-mouse-tracking-enable-sequence)
3440         (xterm-mouse-tracking-disable-sequence): New constants.
3441         (turn-on-xterm-mouse-tracking-on-terminal)
3442         (turn-off-xterm-mouse-tracking-on-terminal):
3443         Use tty-mode-set-strings and tty-mode-reset-strings terminal
3444         parameters instead of random hooks.
3445         (turn-on-xterm-mouse-tracking)
3446         (turn-off-xterm-mouse-tracking): Delete.
3448         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
3449         (xterm-paste-ending-sequence): New constant.
3450         (xterm-paste): New command used for bracketed paste support.
3452         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
3453         (terminal-init-xterm-bracketed-paste-mode): New function.
3454         (terminal-init-xterm): Call it.
3455         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
3456         and tty-mode-reset-strings instead of random hooks.
3457         (xterm-turn-on-modify-other-keys)
3458         (xterm-turn-off-modify-other-keys)
3459         (xterm-remove-modify-other-keys): Delete obsolete functions.
3461         * term/screen.el: Rewrite to just use the xterm code.
3462         Add copyright notice.  Mention tmux.
3464 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
3466         * image-mode.el (image-mode-window-put): Also update the property of
3467         the "default window".
3468         * doc-view.el (doc-view-new-window-function): If no window
3469         exists, move to the last known page.
3471 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3473         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
3474         here-documents (bug#17262).
3476 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
3478         * term/pc-win.el (x-list-fonts, x-get-selection-value):
3479         Provide doc strings, as required by snarf-documentation.
3481 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3483         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
3484         arg of overlays-at.  Use `invisible-p'.
3486         * obsolete/lucid.el (extent-at):
3487         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
3488         overlays-at.
3489         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
3491 2014-04-16  João Távora  <joaotavora@gmail.com>
3493         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
3494         links.  (Bug#17217).
3496 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3498         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
3499         Use mapc to loop over a vector.  (Bug#17257).
3501 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
3503         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
3504         patch, there are new problems with file names containing spaces.
3505         Get rid of backticks.  (Bug#17238)
3507 2014-04-16  João Távora  <joaotavora@gmail.com>
3509         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
3510         possible bug.
3512 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
3514         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
3515         (blink-cursor-mode): Mention customization variables and the
3516         effect of 'blink-cursor-blinks'.
3518 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
3520         * simple.el (undo): Prevent insertion of identity mapping into
3521         undo-equiv-table so as undo-only does not inf loop in the presence
3522         of consecutive nils in undo list.
3524 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
3526         * faces.el (make-face): Deprecate optional argument as it is no
3527         longer needed/used since the conditional X resources handling
3528         has been pushed down to make-face-x-resource-internal itself.
3529         (make-empty-face): Don't pass optional argument to make-face.
3531 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
3533         * savehist.el (savehist-save): Remove workaround for a read-passwd
3534         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
3535         noticing that the shim was still present.
3537 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3539         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
3541 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
3543         * faces.el (face-set-after-frame-default): Remove unused local variable.
3545 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3547         * progmodes/grep.el: Use lexical-binding.
3548         (grep-expand-template): Pass explicit lexical env to `eval'.
3549         (zrgrep): Let-bind grep-find-template explicitly.
3551         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
3552         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
3554 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
3556         * international/characters.el <standard-case-table>: Add entries
3557         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
3558         Set category of Coptic characters be 'g' (Greek).
3560 2014-04-12  Leo Liu  <sdl.web@gmail.com>
3562         * progmodes/octave.el (completion-table-with-cache):
3563         Define if not available.
3564         (octave-goto-function-definition, octave-sync-function-file-names)
3565         (octave-find-definition-default-filename):
3566         Backquote upattern for compatibility.
3568 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
3570         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
3571         name twice due to backticks.  (Bug#17238)
3573 2014-04-12  Glenn Morris  <rgm@gnu.org>
3575         * term/w32-win.el (x-win-suspend-error):
3576         * term/x-win.el (x-win-suspend-error): Sync docs.
3578 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
3580         * faces.el (make-face): Remove deprecated optional argument.
3581         The conditional application of X resources is handled directly by
3582         make-face-x-resource-internal since Emacs 24.4.
3583         (make-empty-face): Don't pass optional argument to make-face.
3585 2014-04-11  Glenn Morris  <rgm@gnu.org>
3587         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
3589 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3591         Ediff's overlay priorities cause more trouble than they solve.
3592         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
3593         (ediff-highest-priority): Remove function (bug#17234).
3594         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
3595         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
3596         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
3597         overlay priorities.
3599 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
3601         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
3602         entry; use symbol boundaries to avoid mis-matches.
3604 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
3606         * net/tramp.el (tramp-file-name-handler)
3607         (tramp-completion-file-name-handler): Avoid recursive loading.
3609         * net/tramp-sh.el (tramp-make-copy-program-file-name):
3610         Quote result also locally.
3612 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3614         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
3615         Remove left-over code.
3617         * newcomment.el (comment-indent-new-line): Sink code where it's used.
3618         Reuse the previous comment's indentation unconditionally if it's on its
3619         own line.
3621 2014-04-09  Daniel Colascione  <dancol@dancol.org>
3623         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
3624         `no-syntax-crossing' arguments.  Forward to `up-list'.
3625         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
3626         Implement logic for escaping from strings.  Use narrowing to deal
3627         with corner cases.
3629 2014-04-09  Leo Liu  <sdl.web@gmail.com>
3631         * net/rcirc.el (rcirc-connection-info): New variable.
3632         (rcirc-connect): Use it to store connection info.
3633         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
3634         for killed process.
3635         (rcirc-cmd-reconnect): New command.  (Bug#17045)
3636         (rcirc-mode, set-rcirc-encode-coding-system)
3637         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
3639 2014-04-09  Daniel Colascione  <dancol@dancol.org>
3641         * emacs-lisp/cl-indent.el: Add comment claiming
3642         facility is also good for elisp.
3643         (lisp-indent-find-method): New function.
3644         (common-lisp-indent-function): Recognize cl-loop.
3645         (common-lisp-indent-function-1): Recognize cl constructs; use
3646         `lisp-indent-find-method' instead of `get' directly.
3647         (if): Use else-body style for elisp.
3649 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
3651         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3652         Module methods.  (Bug#17216)
3654 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * help.el (describe-bindings): Fix buffer handling (bug#17210).
3657         (describe-bindings-internal): Mark obsolete.
3659 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3661         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
3662         buffer-file-name, and buffer-file-truename any more.
3664 2014-04-08  Leo Liu  <sdl.web@gmail.com>
3666         Use lexical-binding and require cl-lib.
3667         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
3668         (rcirc-handler-generic, rcirc-fill-paragraph)
3669         (rcirc-format-response-string, rcirc-target-buffer)
3670         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
3671         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
3672         (rcirc-ctcp-sender-PING, rcirc-browse-url)
3673         (rcirc-markup-timestamp, rcirc-markup-attributes)
3674         (rcirc-markup-my-nick, rcirc-markup-urls)
3675         (rcirc-markup-bright-nicks, rcirc-markup-fill)
3676         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
3677         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
3678         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
3679         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
3680         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
3681         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
3682         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
3683         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
3684         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
3685         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
3686         use cl-lib.
3688 2014-04-07  João Távora  <joaotavora@gmail.com>
3690         * elec-pair.el (electric-pair--syntax-ppss):
3691         When inside comments parse from comment beginning.
3692         (electric-pair--balance-info): Fix typo in comment.
3693         (electric-pair--in-unterminated-string-p): Delete.
3694         (electric-pair--unbalanced-strings-p): New function.
3695         (electric-pair-string-bound-function): New var.
3696         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3697         according to `electric-pair--in-unterminated-string-p'
3699         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3700         Inhibit quote pairing if point-max is inside an unterminated string.
3701         (electric-pair--looking-at-unterminated-string-p): Delete.
3702         (electric-pair--in-unterminated-string-p): New function.
3704 2014-04-07  Glenn Morris  <rgm@gnu.org>
3706         * shell.el (shell-directory-tracker):
3707         Go back to just ignoring failures.  (Bug#17159)
3709 2014-04-07  João Távora  <joaotavora@gmail.com>
3711         Fix `electric-pair-delete-adjacent-pairs' in modes binding
3712         backspace. (bug#16981)
3713         * elec-pair.el (electric-pair-backward-delete-char): Delete.
3714         (electric-pair-backward-delete-char-untabify): Delete.
3715         (electric-pair-mode-map): Bind backspace to a menu item filtering
3716         a new `electric-pair-delete-pair' command.
3717         (electric-pair-delete-pair): New command.
3719         * progmodes/python.el (python-electric-pair-string-delimiter):
3720         Fix triple-quoting electricity.  (Bug#17192)
3722         * elec-pair.el (electric-pair-post-self-insert-function):
3723         Don't skip whitespace when `electric-pair-text-pairs' and
3724         `electric-pair-pairs' were used. syntax to
3725         electric-pair--skip-whitespace.  (Bug#17183)
3727 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3729         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
3730         "<F>".  (Bug#17199)
3732 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
3735         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
3737 2014-04-07  Glenn Morris  <rgm@gnu.org>
3739         * help.el (view-lossage): Doc tweak.
3741 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
3743         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
3744         only when inhibit-x-resources is nil, and do that earlier in the
3745         function.  Doc fix.  (Bug#16694)
3746         (face-spec-choose): Accept additional optional argument, whose
3747         value is returned if no matching attributes are found.
3748         (face-spec-recalc): Use the new optional argument when calling
3749         face-spec-choose.  (Bug#16378)
3750         (make-face-x-resource-internal): Do nothing when
3751         inhibit-x-resources is non-nil.  Don't touch the default face if
3752         reversed video is given--as was done in previous versions of Emacs.
3753         (face-set-after-frame-default): Don't call
3754         make-face-x-resource-internal here.  (Bug#16434)
3756 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
3758         * doc-view.el (doc-view-bookmark-jump):
3759         Use `bookmark-after-jump-hook' to jump to the right page after the
3760         buffer is shown in a window.  (bug#16090)
3762 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3764         * international/characters.el (mirroring): Fix last change:
3765         instead of loading uni-mirrored.el explicitly, do that implicitly
3766         by creating the 'mirroring' uniprop table.  This avoids announcing
3767         the loading of uni-mirrored.el.
3769 2014-04-07  Glenn Morris  <rgm@gnu.org>
3771         * files.el (buffer-stale--default-function)
3772         (buffer-stale-function, revert-buffer--default):
3773         * autorevert.el (auto-revert-buffers): Doc tweaks.
3775 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3777         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
3779 2014-04-07  Glenn Morris  <rgm@gnu.org>
3781         * files.el (make-backup-file-name-function)
3782         (make-backup-file-name, make-backup-file-name--default-function)
3783         (make-backup-file-name-1, find-backup-file-name)
3784         (revert-buffer-function, revert-buffer-insert-file-contents-function)
3785         (buffer-stale--default-function, buffer-stale-function)
3786         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
3787         (revert-buffer, revert-buffer--default)
3788         (revert-buffer-insert-file-contents--default-function):
3789         Doc fixes related to defaults no longer being nil.
3790         (make-backup-file-name-function): Bump :version.
3791         Restore nil as a valid but deprecated custom type.
3793 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * progmodes/perl-mode.el (perl-syntax-propertize-function):
3796         Handle $' used as a variable (bug#17174).
3798         * progmodes/perl-mode.el (perl-indent-new-calculate):
3799         Handle forward-sexp failure (bug#16985).
3800         (perl-syntax-propertize-function): Add "foreach" and "for" statement
3801         modifiers introducing expressions (bug#17116).
3803 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3805         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3807 2014-04-05  Leo Liu  <sdl.web@gmail.com>
3809         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3810         Add define-compilation-mode.
3812 2014-04-04  João Távora  <joaotavora@gmail.com>
3814         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3815         parse from comment beginning.
3816         (electric-pair--balance-info): Fix typo in comment.
3817         (electric-pair--in-unterminated-string-p): Delete.
3818         (electric-pair--unbalanced-strings-p): New function.
3819         (electric-pair-string-bound-function): New var.
3820         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3821         according to `electric-pair--in-unterminated-string-p'.
3823 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3826         Move declaration before first use.
3827         (reftex-move-to-next-arg): Silence compiler warning.
3829 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
3831         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3832         Use `window-total-width' instead of `window-width'.
3834 2014-04-03  Daniel Colascione  <dancol@dancol.org>
3836         * subr.el (set-transient-map): Remove rms's workaround entirely;
3837         use new `suspicious-object' subr to mark our lambda for closer
3838         scrutiny during gc.
3840 2014-04-02  Richard Stallman  <rms@gnu.org>
3842         * subr.el (set-transient-map): Comment out previous change.
3844 2014-04-02  Glenn Morris  <rgm@gnu.org>
3846         * menu-bar.el (menu-bar-file-menu):
3847         * vc/ediff.el (ediff-current-file):
3848         Update for revert-buffer-function no longer being nil by default.
3850         * simple.el (command-execute): Respect nil disabled-command-function.
3852 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3854         * simple.el (command-execute): Do not execute the command when it
3855         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
3857 2014-04-02  Juri Linkov  <juri@jurta.org>
3859         * dired-aux.el (dired-compress-file): Don't use string-match-p
3860         because its match data is used afterwards.
3862 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3864         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3865         0 like nil.
3867 2014-04-02  João Távora  <joaotavora@gmail.com>
3869         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3870         Inhibit quote pairing if point-max is inside an unterminated string.
3871         (electric-pair--looking-at-unterminated-string-p):
3872         Delete.
3873         (electric-pair--in-unterminated-string-p): New function.
3875 2014-04-01  Daniel Colascione  <dancol@dancol.org>
3877         * minibuffer.el (minibuffer-complete): Prevent assertion failure
3878         when trying to complete the prompt.
3880 2014-03-31  Leo Liu  <sdl.web@gmail.com>
3882         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3883         Refactor out eldoc-documentation-function-default.
3884         (eldoc-documentation-function-default): New function.
3885         (eldoc-documentation-function): Change value.
3887 2014-03-31  Glenn Morris  <rgm@gnu.org>
3889         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3891         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3892         (vhdl-compose-components-package, vhdl-compose-configuration):
3893         Abbreviate default-directory (missing from some previous upstream sync).
3895 2014-03-31  Reto Zimmermann  <reto@gnu.org>
3897         Sync with upstream vhdl mode v3.35.2.
3898         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3899         (top-level): No longer require assoc.
3900         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3901         New functions.  Use throughout to replace aget etc.
3902         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3903         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3904         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3905         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3906         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3907         except `vhdl-compiler'.
3908         (vhdl-error-regexp-add-emacs): Remove all other compilers,
3909         when appropriate.
3911 2014-03-31  Glenn Morris  <rgm@gnu.org>
3913         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3914         Revert 2014-03-26 merge goof; go back to using defalias.
3916 2014-03-30  Daniel Colascione  <dancol@dancol.org>
3918         * comint.el (comint-send-input):
3919         Deactivate completion-in-region-mode before we send comint input.
3920         (Bug#17139).
3922         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3923         on keyboard-quit.
3925 2014-03-29  Glenn Morris  <rgm@gnu.org>
3927         * textmodes/reftex.el: Manage most autoloads automatically.
3928         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3929         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3930         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3931         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3932         * textmodes/reftex-toc.el: Set generated-autoload-file,
3933         and add autoload cookies for reftex.el.
3934         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3936 2014-03-28  Glenn Morris  <rgm@gnu.org>
3938         * cus-start.el (report-emacs-bug-address): Set custom properties.
3939         * mail/emacsbug.el (report-emacs-bug-address):
3940         Variable is now defined in emacs.c.
3942         * mail/emacsbug.el (report-emacs-bug):
3943         Include system-configuration-features.
3945 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
3947         * simple.el (cycle-spacing): Never delete spaces on first run by
3948         default, but do so in a new 'fast mode and if there are already
3949         N spaces (the previous behavior).
3950         Compare N with its value in previous invocation so that changing
3951         prefix argument restarts `cycle-spacing' sequence.
3952         The idea is that with this change, binding M-SPC to
3953         `cycle-spacing' should not introduce any changes in behavior of
3954         the binding so long as users do not type M-SPC twice in a raw with
3955         the same prefix argument or lack thereof.
3957 2014-03-28  Glenn Morris  <rgm@gnu.org>
3959         * faces.el (term-file-aliases): New variable.
3960         (tty-run-terminal-initialization): Respect term-file-aliases.
3961         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3962         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3963         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3965 2014-03-27  Glenn Morris  <rgm@gnu.org>
3967         * startup.el (inhibit-startup-hooks): Doc tweak.
3968         (normal-top-level): Simplify running of hooks.
3969         For window-setup-hook, respect inhibit-startup-hooks.
3970         (command-line-1): Don't set window-setup-hook to nil.
3972         Allow selective autoloading from obsolete/ directory.
3973         * Makefile.in (obsolete-autoloads): New rule.
3974         (autoloads): Run obsolete-autoloads.
3975         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3976         * simple.el (iswitchb-mode): Remove hand-written autoloads.
3978 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
3980         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3981         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
3983         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3984         Don't propertize `?' or `!' as symbol constituent when after
3985         colon.  (Bug#17097)
3987 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
3989         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3990         which is no longer needed and causes trouble in GTK builds (bug#17046).
3992         * emacs-lisp/package-x.el (package--archive-contents-from-url):
3993         Use url-insert-file-contents; package-handle-response no longer exists.
3995 2014-03-26  Daniel Colascione  <dancol@dancol.org>
3997         * simple.el (process-menu-mode-map): New variable.
3998         (process-menu-delete-process): New command.
4000 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
4002         * emacs-lisp/package.el: Fix bug#16733 (again).
4003         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
4004         (url-http-target-url): Remove unused declarations.
4005         (package-handle-response): Remove.
4006         (package--with-work-buffer): Use url-insert-file-contents and simplify.
4007         (package--download-one-archive): Use current-buffer instead of
4008         dynamic binding of `buffer'.
4009         (describe-package-1): Do not decode readme-string.
4011 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
4013         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
4015         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
4016         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
4017         `remote-file-name-inhibit-cache' to nil in the second pass.
4018         (tramp-find-executable): Do not call "which" on SunOS.
4019         (tramp-send-command-and-check): Fix docstring.
4020         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
4021         check whether source directory has set the sticky bit.
4023 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
4025         * simple.el (primitive-undo): Only process marker adjustments
4026         validated against their corresponding (TEXT . POS).  Issue warning
4027         for lone marker adjustments in undo history.  (Bug#16818)
4028         (undo-make-selective-list): Add marker adjustments to selective
4029         undo list based on whether their corresponding (TEXT . POS) is in
4030         the region.  Remove variable adjusted-markers, which was unused
4031         and only non nil during undo-make-selective-list.
4032         (undo-elt-in-region): Return nil when passed a marker adjustment
4033         and explain in function doc.
4035 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4037         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
4039 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
4041         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
4042         Match special global variables without curlies, too.
4043         (ruby-font-lock-keywords): Simplify the matcher for special global
4044         variables.  Don't require a non-word character after the variable.
4045         (Bug#17057)
4047 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4049         * simple.el (redisplay-highlight-region-function): Increase priority of
4050         overlay to make sure boundaries are visible (bug#15899).
4052 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
4054         * frameset.el (frameset--initial-params): Fix typo in parameter name.
4055         (frameset-restore): Compare display strings with equal.
4057         * frame.el (make-frame): Don't quote display name in error message,
4058         it is already a string.
4060 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4062         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
4063         the password.
4065 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
4067         * emacs-lisp/package.el (package--add-to-archive-contents):
4068         Include already installed and built-in packages in
4069         `package-archive-contents'.
4070         (package-install): Don't include already installed packages in the
4071         options during interactive invocation.  (Bug#16762)
4072         (package-show-package-list): If the buffer is already displayed in
4073         another window, switch to that window.
4075 2014-03-26  Reto Zimmermann  <reto@gnu.org>
4077         Sync with upstream vhdl mode v3.35.1.
4078         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
4079         (vhdl-compiler-alist): Doc fix.
4080         (vhdl-goto-line): Remove.
4081         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
4082         (vhdl-mode) <paragraph-start>: Fix value.
4083         (vhdl-fix-statement-region): Not `for' in wait-statement.
4084         (vhdl-beautify-region): Also (un)tabify.
4085         (vhdl-get-visible-signals):
4086         Scan declarative part of generate statements.
4087         (vhdl-template-record): Fix indentation for record type declaration.
4088         (vhdl-expand-abbrev, vhdl-expand-paren):
4089         Revert to using fset again rather than defalias.
4090         (vhdl-scan-directory-contents): Tweak.
4091         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
4092         (vhdl-compose-components-package):
4093         Replace vhdl-goto-line with forward-line.
4094         (top-level): Tweak speedbar frame selection.
4095         (vhdl-generate-makefile-1): Support for compilers with no
4096         unit-to-file name mapping (create directory with dummy files).
4098 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
4100         Sync with upstream verilog-mode revision 702457d.
4101         * progmodes/verilog-mode.el (verilog-mode-version): Update.
4102         (create-lockfiles): Declare.
4103         (verilog-read-decls): Fix module header imports, bug709.
4104         Reported by Victor Lau.
4105         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
4106         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
4107         interface-only modules, bug721.  Reported by Dean Hoyt.
4109 2014-03-26  Glenn Morris  <rgm@gnu.org>
4111         * obsolete/gulp.el: Move here from emacs-lisp/.
4113         * files.el (lock-buffer, unlock-buffer, file-locked-p):
4114         Remove fallback aliases, since they are always defined now.
4116 2014-03-24  Daniel Colascione  <dancol@dancol.org>
4118         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
4119         instead of cl-loop search function.
4121 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
4123         * calendar/parse-time.el (parse-time-iso8601-regexp)
4124         (parse-iso8601-time-string): Copy from `url-dav' so that we can use
4125         it more generally.
4127 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
4129         * net/dns.el (network-interface-list): Define for XEmacs.
4131 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
4133         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
4134         the network interfaces changed.
4135         (dns-query): Use it to flush the data.
4137 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
4139         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
4141 2014-03-23  Daniel Colascione  <dancol@dancol.org>
4143         Change subword-mode to use `find-word-boundary-function-table' and
4144         replace `capitalized-words-mode'.  Also, convert to lexical binding.
4145         * progmodes/cap-words.el: Delete now-obsolete file.
4146         * progmodes/subword.el: Reimplement using
4147         `find-word-boundary-function-table'.
4148         (subword-mode-map): Hollow out.
4149         (capitalized-words-mode): Define as obsolete alias for
4150         `subword-mode'.
4151         (subword-mode, superword-mode): Tweak documentation to reflect new
4152         implementation; call `subword-setup-buffer'.
4153         (subword-forward, subword-capitalize): Add underscore to indicate
4154         unused variable.
4155         (subword-find-word-boundary-function-table): New constant.
4156         (subword-empty-char-table): New constant.
4157         (subword-setup-buffer): New function.
4158         (subword-find-word-boundary): New function.
4160 2014-03-23  Daniel Colascione  <dancol@dancol.org>
4162         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
4163         list to look for keyword arguments instead of `memq', fixing
4164         (Bug#3647) --- unfortunately, only for freshly-compiled code.
4165         Please make bootstrap.
4167 2014-03-22  Glenn Morris  <rgm@gnu.org>
4169         * dired.el (dired-read-regexp): Make obsolete.
4170         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
4171         (dired-flag-files-regexp):
4172         * dired-aux.el (dired-mark-read-regexp):
4173         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
4175         * startup.el (fancy-startup-text):
4176         * help.el (describe-gnu-project): Visit online info about GNU project.
4178         * help-fns.el (help-fns--interactive-only): New function.
4179         (help-fns-describe-function-functions): Add the above function.
4180         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
4181         (next-line, previous-line): Remove hand-written interactive-only
4182         information from doc strings, it is auto-generated now.
4183         * bookmark.el (bookmark-write):
4184         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
4185         (epa-mail-import-keys): Mark interactive-only,
4186         and remove hand-written interactive-only information from doc strings.
4187         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
4188         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
4189         * files.el (not-modified):
4190         * simple.el (mark-whole-buffer): Mark interactive-only.
4192         * emacs-lisp/byte-run.el (defun-declarations-alist):
4193         Add interactive-only.  Doc tweak.
4194         (macro-declarations-alist): Doc tweak.
4195         * subr.el (declare): Doc tweak (add xref to manual).
4196         * comint.el (comint-run):
4197         * files.el (insert-file-literally, insert-file):
4198         * replace.el (replace-string, replace-regexp):
4199         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4200         (delete-forward-char, goto-line, insert-buffer, next-line)
4201         (previous-line): Set interactive-only via declare.
4203 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
4205         * emacs-lisp/package.el (package-desc): Use the contents of the
4206         quoted form, not its cdr.  (Bug#16873)
4208 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
4210         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
4211         benefit of doc.c; change parameter profile to match the X function.
4213 2014-03-22  Leo Liu  <sdl.web@gmail.com>
4215         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
4216         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
4218 2014-03-21  Richard Stallman  <rms@gnu.org>
4220         * battery.el (battery-linux-sysfs): Search for each field
4221         from the beginning of the buffer.
4223         * subr.el (set-transient-map): Clear out function and value
4224         of the temporary symbol when we're done with it.
4226         * mail/rmailsum.el (rmail-summary-delete-forward):
4227         Optimize case of reaching end and handling count.
4228         (rmail-summary-mark-deleted): Optimize when N is current msg.
4229         Don't create new summary line.
4230         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
4231         (rmail-summary-undelete-many): Rewrite for speed.
4232         (rmail-summary-msg-number): New function.
4234         * mail/rmail.el (rmail-delete-message): Update summary.
4235         (rmail-undelete-previous-message): Handle repeat count arg.
4236         (rmail-delete-backward, rmail-delete-forward): Likewise.
4238 2014-03-21  Daniel Colascione  <dancol@dancol.org>
4240         * mail/emacsbug.el (report-emacs-bug): Include memory usage
4241         information in bug reports.
4243 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
4245         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
4246         and `tramp-copy-env'.
4248         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
4249         (tramp-maybe-open-connection): Handle `tramp-login-env'.
4251 2014-03-21  Glenn Morris  <rgm@gnu.org>
4253         * electric.el (electric-indent-post-self-insert-function): Add doc.
4255 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
4257         * emacs-lisp/package.el (package-compute-transaction):
4258         Use `version-list-<=' to compare the requirement version against
4259         the version of package already to be installed.  Update the error
4260         message.  (Bug#16826)
4262         * progmodes/ruby-mode.el (ruby-smie-rules):
4263         Add indentation rule for ` @ '.  (Bug#17050)
4265 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
4267         * align.el (align-regexp): Remove superfluous backslash.
4269         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
4270         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
4271         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
4272         Fix docstring typos.
4273         (ffap-next): Use C-u in docstring.
4274         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
4275         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
4276         Remove superfluous backslashes.
4277         (ffap-string-at-point): Reflow docstring.
4279         * server.el (server-host): Reflow docstring.
4280         (server-unload-function): Fix docstring typo.
4281         (server-eval-at): Remove superfluous backslash.
4283         * skeleton.el (skeleton-insert): Remove superfluous backslash.
4284         (skeleton-insert): Doc fix.
4285         (skeleton-insert): Reflow docstring.
4287         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
4288         (tty-color-approximate, tty-color-by-index, tty-color-values)
4289         (tty-color-desc): Remove superfluous backslashes.
4291 2014-03-21  Glenn Morris  <rgm@gnu.org>
4293         * cus-start.el (history-length): Bump :version.
4295         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4296         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4297         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4298         Don't set `make-backup-files'.
4300         * info.el (info--prettify-description): New function,
4301         to give info-finder descriptions consistent case, punctuation.
4302         (Info-finder-find-node): Use it.  Sort packages.
4303         Refer to "description" rather than "commentary".
4305 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
4307         * frameset.el (frameset--print-register): New function.
4308         (frameset-to-register): Use it.
4310 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
4312         * progmodes/hideif.el (hif-string-to-number): New function.
4313         (hif-tokenize): Use it to understand non-decimal floats.
4315         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
4317         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
4319 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         * electric.el (electric-newline-and-maybe-indent): New command.
4322         Bind it globally to C-j.
4323         (electric-indent-mode): Don't mess with the global map any more.
4324         Don't drop the post-self-insert-hook is some buffer is still using it
4325         (bug#16770).
4327         * bindings.el (global-map): Remove C-j binding.
4329         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
4330         the docstring of functions advised before dumping (bug#16993).
4332 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
4334         * ps-print.el (ps-generate-postscript-with-faces):
4335         Explicitly deactivate the mark (bug#16866).
4336         * simple.el (deactivate-mark): Update region highlight.
4338 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
4340         * emacs-lisp/package.el (describe-package-1):
4341         Decode commentary (bug#16733).
4343 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
4345         * custom.el (defcustom): Doc fix: recommend avoiding destructive
4346         modification of the value argument of :set (bug#16755).
4348 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * simple.el (newline-and-indent): Do autofill (bug#17031).
4352 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
4354         * newcomment.el (comment-normalize-vars): Only add escaping check
4355         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
4356         (comment-beginning): Use `narrow-to-region' instead of moving back
4357         one character.
4358         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
4359         (comment-start-skip): Update the docstring.
4361 2014-03-18  Richard Stallman  <rms@gnu.org>
4363         * dired.el (dired-display-file): Force use of other window.
4365 2014-03-18  Daniel Colascione  <dancol@dancol.org>
4367         * startup.el (tty-handle-args): Remove debug message from 2007.
4369 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4371         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
4372         (advice--make-interactive-form): Use it to avoid (auto)loading function.
4373         (advice--make-1, advice-add, advice-remove):
4374         Remove braindead :advice-pending hack.
4376 2014-03-17  Glenn Morris  <rgm@gnu.org>
4378         * calendar/calendar.el (calendar-generate-month): Apply weekend
4379         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
4381 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
4383         * net/tramp.el (tramp-action-out-of-band): Read pending output.
4384         (tramp-call-process): Trace also DESTINATION.
4386         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4387         Quote file names when they are local.  Remove superfluous trace.
4389 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
4391         * newcomment.el (comment-beginning): If `comment-start-skip'
4392         doesn't match, move back one char and try again.  (Bug#16971)
4394         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4395         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
4396         Set `comment-start-skip' to a simpler value that doesn't try to
4397         check if the semicolon is escaped (this is handled by
4398         `syntax-ppss' now).  (Bug#16971)
4400         * progmodes/scheme.el (scheme-mode-variables): Same.
4402 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
4404         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
4405         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
4406         current (Bug#16816, Bug#17007).
4407         (with-current-buffer-window): New macro doing the same as
4408         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
4409         * help.el (help-print-return-message): Warn in doc-string to not
4410         use this in `with-help-window'.
4411         (describe-bindings-internal): Call `describe-buffer-bindings'
4412         from within help buffer.  See Juanma's scenario in (Bug#16816).
4413         (with-help-window): Update doc-string.
4414         * dired.el (dired-mark-pop-up):
4415         * files.el (save-buffers-kill-emacs):
4416         * register.el (register-preview): Use `with-current-buffer-window'
4417         instead of `with-temp-buffer-window'.
4419 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
4421         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
4422         Implement inserting into current buffer, documented in their docstrings.
4423         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
4424         (rst-section-tree-point, rst-forward-section, rst-indent)
4425         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
4426         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
4427         (rst-font-lock-handle-adornment-pre-match-form)
4428         (rst-repeat-last-character): Reflow docstrings.
4429         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
4430         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
4431         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
4432         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
4433         Fix docstring typos.
4434         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
4435         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
4436         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
4438 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
4440         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
4441         for compatibility with other ports.
4442         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
4443         from the -xrm command line argument, but in the Nextstep port its value
4444         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
4446         * progmodes/python.el (defconst, python-syntax-count-quotes)
4447         (python-indent-region, python-indent-shift-right)
4448         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
4449         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
4450         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
4451         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
4452         (inferior-python-mode, python-shell-make-comint, run-python-internal)
4453         (python-shell-buffer-substring, python-shell-send-buffer)
4454         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
4455         (python-completion-complete-at-point, python-fill-docstring-style)
4456         (python-eldoc-function, python-imenu-format-item-label)
4457         (python-imenu-format-parent-item-label)
4458         (python-imenu-format-parent-item-jump-label)
4459         (python-imenu--build-tree, python-imenu-create-index)
4460         (python-imenu-create-flat-index): Fix docstring typos.
4461         (python-indent-context, python-shell-prompt-regexp, run-python):
4462         Remove superfluous backslashes.
4463         (python-indent-line, python-nav-beginning-of-defun)
4464         (python-shell-get-buffer, python-shell-get-process)
4465         (python-info-current-defun, python-info-current-line-comment-p)
4466         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
4467         (python-indent-post-self-insert-function, python-shell-send-file)
4468         (python-shell-completion-get-completions)
4469         (python-shell-completion-complete-or-indent)
4470         (python-eldoc--get-doc-at-point): Reflow docstrings.
4472 2014-03-14  Glenn Morris  <rgm@gnu.org>
4474         * emacs-lisp/package.el (package-menu-mode-map):
4475         Replace use of obsolete function alias.  Tweak menu item text.
4477         * info.el (Info-finder-find-node):
4478         Ignore the `emacs' metapackage.  (Bug#10813)
4480         * finder.el (finder-list-matches): Include unversioned packages
4481         in the result of a keyword search.
4483         * finder.el (finder--builtins-descriptions): New constant.
4484         (finder-compile-keywords): Use finder--builtins-descriptions.
4486 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
4488         * simple.el (blink-matching-paren): Describe the new value,
4489         `jump', enabling the old behavior.
4490         (blink-matching-open): Use that value.  (Bug#17008)
4492 2014-03-14  Glenn Morris  <rgm@gnu.org>
4494         * finder.el (finder-no-scan-regexp): Add leim-list.
4495         (finder-compile-keywords):
4496         Don't skip files with same basename.  (Bug#14010)
4497         * Makefile.in (setwins_finder): New, excluding leim.
4498         (finder-data): Use setwins_finder.
4500         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
4501         (help-function-arglist, help-make-usage): Move from here...
4502         * help.el (help-split-fundoc, help-add-fundoc-usage)
4503         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
4504         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
4506 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
4508         * net/socks.el (socks, socks-override-functions)
4509         (socks-find-services-entry):
4510         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
4511         (hif-find-ifdef-block):
4512         * progmodes/modula2.el (m2-indent): Fix docstring typos.
4514         * net/tls.el (tls-program): Reflow docstring.
4516         * progmodes/pascal.el (pascal-mode-abbrev-table)
4517         (pascal-imenu-generic-expression, pascal-auto-endcomments)
4518         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
4519         (pascal-outline-mode): Fix docstring typos.
4520         (pascal-mode): Let define-derived-mode document mode hook.
4521         (pascal-uncomment-area): Reflow.
4522         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
4524         * progmodes/opascal.el (opascal-compound-block-indent)
4525         (opascal-case-label-indent): Fix docstring typos.
4526         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
4528 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
4530         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4531         Fontify multiple adjacent negation chars.  (Bug#17004)
4533 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
4535         * emacs-lisp/package.el (package--prepare-dependencies):
4536         Accept requirements without explicit version (bug#14941).
4538 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4540         * register.el (register-separator, copy-to-register): Doc fixes.
4541         (register-preview-default): Remove unnecessary call to concat.
4543         * frameset.el (frameset-restore): When checking for a visible frame,
4544         use the action map instead of calling visible-frame-list.
4546 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
4548         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
4550 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
4552         * window.el (fit-frame-to-buffer): Get maximum width from
4553         display's width instead of height.
4555 2014-03-12  Glenn Morris  <rgm@gnu.org>
4557         * desktop.el (desktop-restore-frames)
4558         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
4559         (desktop-restore-reuses-frames): Doc tweaks.
4561         * electric.el (electric-indent-mode): Doc fix.
4563 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4565         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
4566         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
4567         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
4568         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
4569         (cvs-dired-use-hook): Fix docstring typos.
4570         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
4571         Doc fixes.
4573         * vc/pcvs-defs.el (cvs-auto-remove-handled)
4574         (cvs-auto-remove-directories, cvs-default-ignore-marks)
4575         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
4576         (cvs-execute-single-dir): Fix docstring typos.
4578         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
4579         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
4581         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
4583         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
4584         Fix docstring typos.
4586 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4588         * frameset.el (frameset--jump-to-register): Add autoload; it could be
4589         called from jump-to-register after unloading the frameset package.
4591 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
4594         (bug#16975).  Deactivate the mark before setting it to nil.
4595         (activate-mark): Do nothing if region is already active.
4597 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
4599         * frameset.el (frameset--target-display): Remove definition; declare.
4600         (frameset-save, frameset-restore): Let-bind frameset--target-display.
4602 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4604         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
4605         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
4606         when the advice is pending.
4607         (advice-remove): Remove this marker when not needed any more.
4609 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
4611         * frameset.el: Separate options for reusing frames and cleaning up.
4612         (frameset--reuse-list): Remove definition; declare.
4613         (frameset--action-map): Declare.
4614         (frameset--find-frame-if): Doc fix.
4615         (frameset--restore-frame): Cache frame action.
4616         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
4617         how to clean up the frame list after restoring.  Remove cleaning
4618         options from REUSE-FRAMES.  Change all keyword values to symbols.
4619         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
4621         * desktop.el (desktop-restore-forces-onscreen)
4622         (desktop-restore-reuses-frames): Use non-keyword values.
4623         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
4625 2014-03-10  Glenn Morris  <rgm@gnu.org>
4627         * files.el (find-file): Doc fix: update info node name.
4629         * emacs-lisp/advice.el (ad-add-advice, defadvice):
4630         Doc fix: remove references to deleted info nodes.
4632 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
4634         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4635         Do not add nil to the environment, when there's no remote `locale'.
4636         (tramp-find-inline-encoding): Check, that the remote host has
4637         installed perl, before sending scripts.
4639 2014-03-10  Leo Liu  <sdl.web@gmail.com>
4641         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4642         Clear eldoc-last-message.  (Bug#16920)
4644 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4646         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
4647         (bug#14430).
4649 2014-03-09  Juri Linkov  <juri@jurta.org>
4651         * ansi-color.el (ansi-color-names-vector): Copy default colors
4652         from `xterm-standard-colors' that look well on the default white
4653         background (and also on the black background) to avoid illegible
4654         color combinations like yellow-on-white and white-on-white.
4655         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
4657 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
4659         * frameset.el (frameset-restore): When no frame is visible, do not
4660         generate a list of frames, just make visible the selected one.
4662 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
4664         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
4665         it only contains the repository root.  (Bug#16897)
4667 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
4669         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
4670         only when `remote-file-name-inhibit-cache' is nil.
4671         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
4673 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
4675         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
4676         Fix doc-strings.
4677         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
4678         fit-frame-to-buffer variable.  Fix doc-string.
4679         (fit-window-to-buffer): Set ONLY argument in call of
4680         fit-frame-to-buffer.  Fix doc-string.
4682 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
4684         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
4685         (tramp-action-password): Clear password cache if needed.
4686         (tramp-read-passwd): Do not clear password cache.
4688         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
4689         cache unless it is the first password request.
4691 2014-03-06  Glenn Morris  <rgm@gnu.org>
4693         * simple.el (newline): Doc tweak.
4695         * emacs-lisp/shadow.el (load-path-shadows-find):
4696         Ignore dir-locals.  (Bug#12357)
4698 2014-03-05  Glenn Morris  <rgm@gnu.org>
4700         * files.el (interpreter-mode-alist):
4701         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
4703 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
4705         * frameset.el (frameset--initial-params): Filter out null entries.
4707 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
4709         * window.el (window-min-height, window-min-width):
4710         Rewrite doc-strings.
4711         (window-body-size): Add PIXELWISE argument to make it consistent
4712         with its callees.
4714 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
4716         * finder.el (finder-mode-map, finder-mode-syntax-table):
4717         Revert part of 2014-02-28 change.
4719 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
4721         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
4722         (eww-setup-buffer): Clear next/prev/etc more reliably.
4723         (eww-textarea-map): [tab] doesn't work on tty.
4724         Reported by Mario Lang.
4726         * net/shr.el (shr-map): Ditto.
4728 2014-03-04  Glenn Morris  <rgm@gnu.org>
4730         * minibuffer.el (completion-hilit-commonality):
4731         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
4733 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
4735         * hilit-chg.el (hilit-chg-unload-function): New function.
4736         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
4737         (hilit-chg-map-changes): Prefer cardinal number to digit.
4738         (hilit-chg-display-changes): Reflow docstring.
4739         (highlight-changes-rotate-faces): Remove superfluous backslash.
4741 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
4743         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
4744         `tramp-send-command-and-check'.
4746 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
4748         * hexl.el (hexl-address-region, hexl-ascii-region)
4749         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
4750         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
4751         (hexl-forward-word, hexl-previous-line, hexl-next-line):
4752         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
4753         (hexl-mode): Doc fix.
4754         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
4755         (hexl-mode-ruler): Fix typos in docstrings.
4757         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
4758         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
4759         Remove superfluous backslashes.
4760         (strokes-last-stroke, strokes-global-map, strokes-mode):
4761         Reflow docstrings.
4762         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
4763         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
4764         (strokes-distance-squared, strokes-global-set-stroke)
4765         (strokes-global-set-stroke-string): Doc fixes.
4766         (strokes-help): Fix typos; reflow docstring.
4768 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
4770         * window.el (window-in-direction): Fix doc-string.
4772 2014-03-04  Glenn Morris  <rgm@gnu.org>
4774         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
4775         Explicit error if no grammar.
4776         (smie-config-save): Doc fix.  Fix quote typo.
4778 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4780         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
4781         electric-indent-mode-hook if we obey electric-indent-mode.
4782         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
4783         decide whether we obey electric-indent-mode.
4784         (c-change-set-fl-decl-start, c-extend-after-change-region):
4785         Silence warnings.
4786         (c-electric-indent-mode-hook): Assume we do want to obey
4787         electric-indent-mode.
4789         * electric.el (electric-indent-mode-has-been-called): Remove.
4790         (electric-indent-mode): Fix accordingly.
4792         * files.el (hack-local-variables): Mention file name in warning.
4794         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4796 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
4798         * bindings.el: Add comment describing why C-d binds to `delete-char'.
4799         * simple.el (delete-forward-char): Mark as interactive-only.
4801 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
4803         * icomplete.el (icomplete-completions):
4804         Follow-up to 2014-03-01 change.
4806         * icomplete.el: Miscellaneous doc fixes.
4807         Use Icomplete everywhere instead of icomplete for consistency.
4808         (icomplete-max-delay-chars): Fix typo.
4809         (icomplete-mode): Use \[].
4810         (icomplete-tidy, icomplete-exhibit): Reflow.
4811         (icomplete-minibuffer-setup-hook, icomplete-completions):
4812         Remove superfluous backlashes.
4814         * ido.el: Miscellaneous doc fixes.
4815         Use Ido everywhere instead of ido or `ido' for consistency.
4816         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4817         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4818         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4819         (ido-separator): Extract obsolescence info from docstring and declare
4820         with make-obsolete-variable.
4821         (ido-minibuffer-setup-hook): Simplify example.
4822         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4823         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4824         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4825         (ido-everywhere): Reflow docstring.
4826         (ido-toggle-vc): Doc fix.
4827         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4828         of long list of keybindings.
4830 2014-03-03  Glenn Morris  <rgm@gnu.org>
4832         * frame.el (display-pixel-height, display-pixel-width)
4833         (display-mm-dimensions-alist, display-mm-height)
4834         (display-mm-width): Doc tweaks.
4836 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
4838         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4839         case of undo in region.
4841 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
4843         * window.el (fit-window-to-buffer): Fix argument in window-size
4844         call when window is horizontally combined.
4846 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
4848         * icomplete.el (icomplete-completions): Use string-width.
4849         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4851 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
4853         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4854         Highlight regexp options.  (Bug#16914)
4856 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
4858         * window.el (window--max-delta-1): Round down when calculating
4859         how many lines/columns we can get from a window.
4861 2014-03-01  Glenn Morris  <rgm@gnu.org>
4863         * isearch.el (search-invisible): Doc fix.
4865         * minibuffer.el (completion-hilit-commonality):
4866         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
4867         * comint.el (comint-dynamic-list-completions): Doc fix.
4868         * comint.el (comint-dynamic-list-completions):
4869         * filecache.el (file-cache-minibuffer-complete):
4870         * tempo.el (tempo-display-completions):
4871         * eshell/em-hist.el (eshell-list-history):
4872         Replace use of obsolete argument of display-completion-list.
4874 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
4876         * icomplete.el (icomplete-completions):
4877         Revert back to using "..." when ?… cannot be displayed.
4879 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4881         * finder.el (finder-unload-function): New function.
4883 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4885         * dframe.el (dframe-detach):
4886         * find-dired.el (find-dired, find-name-dired):
4887         * finder.el (finder-mode-map, finder-mode-syntax-table)
4888         (finder-headmark, finder-select, finder-mouse-select):
4889         Fix docstring typos.
4891 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
4893         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4894         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4895         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4896         Fix doc-string based on a suggestion by Nicolas Richard
4897         <theonewiththeevillook@yahoo.fr>.
4898         * help.el (with-help-window): Fix doc-string.
4900 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
4902         * net/shr.el (shr-image-animate): New option.
4903         (shr-put-image): Respect shr-image-animate.
4905 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
4907         * net/tramp-adb.el (tramp-adb-parse-device-names):
4908         Use `accept-process-output'.
4909         (tramp-adb-handle-file-truename): Cache the localname only.
4910         (tramp-adb-handle-make-directory)
4911         (tramp-adb-handle-delete-directory): Flush file properties correctly.
4912         (tramp-adb-handle-set-file-modes): Do not raise an error when file
4913         modes cannot be changed.
4915         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4916         file properties of symlinks.
4918 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
4920         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4921         required/optional fields to match development biblatex.  (Bug#16781)
4923 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
4925         * saveplace.el (toggle-save-place):
4926         Fix argument handling.  (Bug#16673)
4928 2014-02-28  Glenn Morris  <rgm@gnu.org>
4930         * minibuffer.el (completions-first-difference)
4931         (completions-common-part, completion-hilit-commonality): Doc fixes.
4933 2014-02-28  Karl Berry  <karl@gnu.org>
4935         * info.el (Info-mode-map): Add H for describe-mode,
4936         to synchronize with standalone Info.
4938 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
4940         * progmodes/sql.el (sql-interactive-mode):
4941         Avoid setting global comint-input-ring-separator.  (Bug#16814)
4943 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4945         * net/dbus.el (dbus--init-bus): Declare function.
4946         (dbus-path-local, dbus-interface-local): New defconst.
4947         (dbus-init-bus): Use them.
4948         (dbus-return-values-table): Extend doc.
4949         (dbus-handle-bus-disconnect): Extend error message.
4951 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
4953         * subr.el (y-or-n-p): Fix double space issue in message.
4955 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4957         * net/tramp.el (tramp-call-process): Improve trace message.
4958         (tramp-handle-insert-file-contents): Trace error case.
4960         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4961         <insert-directory>: Use `tramp-handle-insert-directory'.
4962         (tramp-adb-handle-insert-directory): Remove function.
4963         (tramp-adb-send-command-and-check): New defun, replacing
4964         `tramp-adb-command-exit-status'.  Change all callees.
4965         (tramp-adb-handle-file-attributes)
4966         (tramp-adb-handle-directory-files-and-attributes): Use it.
4967         (tramp-adb-ls-output-name-less-p):
4968         Use `directory-listing-before-filename-regexp'.
4969         (tramp-adb-handle-delete-directory): Flush also file properties of
4970         the truename of directory.
4971         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4972         (tramp-adb-handle-file-local-copy): Make the local copy readable.
4973         (tramp-adb-handle-write-region): Implement APPEND.
4974         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
4975         properties correctly.
4976         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4977         variables.  Check for connected devices only when needed.
4979 2014-02-27  Glenn Morris  <rgm@gnu.org>
4981         * minibuffer.el (completion-table-dynamic)
4982         (completion-table-with-cache): Doc fixes.
4984         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4985         (completing-read-multiple): Doc fixes.
4987 2014-02-27  Daniel Colascione  <dancol@dancol.org>
4989         * minibuffer.el (completion--nth-completion): Fix indentation.
4991         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
4992         explicit tramp path is empty.
4994 2014-02-27  Glenn Morris  <rgm@gnu.org>
4996         * emacs-lisp/crm.el (completing-read-multiple):
4997         Empower help-enable-auto-load.
4999 2014-02-26  Glenn Morris  <rgm@gnu.org>
5001         * startup.el (command-line): Don't init the tty in daemon mode.
5003         Avoid calling tty-setup-hook twice, eg if a term file
5004         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
5005         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
5006         (tty-create-frame-with-faces): Use it.
5007         * startup.el (command-line): Pass run-hook argument
5008         to tty-run-terminal-initialization.
5010         * dired.el (dired-restore-desktop-buffer): Demote errors;
5011         eg in case a glob match fails.  (Bug#16884)
5013 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
5015         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
5016         error from `read-from-string'.  (Bug#16850)
5018         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
5019         result of `completing-read' in the interactive form.  (Bug#16854)
5021 2014-02-25  Glenn Morris  <rgm@gnu.org>
5023         * image.el (image-animate, image-animate-timeout):
5024         Stop animating images in dead buffers.  (Bug#16878)
5026         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
5028         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
5029         Doc fixes.
5030         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
5031         * term/sun.el (sun-raw-prefix-hooks):
5032         Use tty-setup-hook instead of term-setup-hook.
5033         (terminal-init-sun): Construct message from bytecomp plist.
5034         * term/wyse50.el (enable-arrow-keys): Doc fix.
5036 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
5038         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
5039         Fix docstring typos.
5041 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
5043         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
5045 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5047         * minibuffer.el (completion--try-word-completion):
5048         Fix error when completing M-x commands (bug#16808).
5050 2014-02-24  Leo Liu  <sdl.web@gmail.com>
5052         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
5054 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
5056         * apropos.el (apropos-print): Avoid formatting error when
5057         apropos-do-all and apropos-compact-layout are both t.
5059 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
5061         * apropos.el (apropos-property, apropos-all-words-regexp)
5062         (apropos-true-hit, apropos-variable, apropos-print):
5063         Fix docstring typos, and remove obsolete comment.
5065 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
5067         * net/tramp-sh.el (tramp-sh-handle-file-truename):
5068         Preserve trailing "/".  (Bug#16851)
5070 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
5072         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
5073         after `=>' (bug#16811).
5074         (ruby-smie-rules): Handle the inconsistent second element of the
5075         list returned by `smie-indent--parent'.
5076         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
5077         method call.
5079 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
5081         * elec-pair.el (electric-pair-text-syntax-table)
5082         (electric-pair-syntax-info, electric-pair--syntax-ppss)
5083         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
5084         (electric-pair--looking-at-unterminated-string-p): Doc fix.
5085         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
5087 2014-02-22  Glenn Morris  <rgm@gnu.org>
5089         * imenu.el (imenu--generic-function): Doc fix.
5091         * register.el (frame-configuration-to-register): Make obsolete.
5093 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
5095         * desktop.el (desktop-save-buffer-p): Do not fail when
5096         desktop-files-not-to-save is nil.  Return t for true result
5097         as the doc says.
5099 2014-02-22  Daniel Colascione  <dancol@dancol.org>
5101         * net/secrets.el (secrets-create-item, secrets-search-items):
5102         Check that attribute values are strings, avoiding the construction
5103         of invalid dbus messages.
5105 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
5107         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
5108         defun-declarations-alist.
5110 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5112         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
5113         (bug#16829).
5115 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
5117         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
5118         (whitespace-newline, whitespace-trailing, whitespace-line)
5119         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
5120         (whitespace-space-after-tab): Fix typo in docstrings.
5122 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
5124         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
5126         * electric.el (electric-indent-functions-without-reindent):
5127         Add `yaml-indent-line'.
5129 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
5131         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
5132         It has done nothing for years; should be removed after the release.
5134         * simple.el (choose-completion): Fix docstring typo.
5135         (read-quoted-char-radix): Remove unneeded * in docstring.
5136         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
5137         Don't escape parentheses unnecessarily in docstrings.
5139 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
5141         Fix handling of window-min-height/-width (Bug#16738).
5142         * window.el (window--dump-window, window--dump-frame):
5143         New functions.
5144         (window--min-size-1): Account for window dividers.
5145         When window-resize-pixelwise is nil, delay rounding till after the
5146         sum of the window components has been calculated.
5147         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
5148         nil make sure at least one text line and two text columns remain
5149         fully visible.
5150         (window-resize): Signal an error when window-resize-apply fails.
5151         (window--resize-child-windows): Fix calculation of by how many
5152         pixels a window can still be shrunk via window-new-normal.
5153         (adjust-window-trailing-edge): Call window--resizable with
5154         correct TRAIL argument.
5156         (with-temp-buffer-window): Don't evaluate BODY within
5157         with-current-buffer (Bug#16816).
5159 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
5161         * net/tramp.el (tramp-check-cached-permissions):
5162         Call `file-attributes' with `suffix' being a symbol but a string.
5164 2014-02-21  Daniel Colascione  <dancol@dancol.org>
5166         * net/dbus.el (dbus-init-bus-1): Declare new subr.
5167         (dbus-init-bus): New function: call into dbus-init-bus-1
5168         and installs a handler for the disconnect signal.
5169         (dbus-call-method): Rewrite to look for result in cons.
5170         (dbus-call-method-handler): Store result in cons.
5171         (dbus-check-event): Recognize events with nil sender as valid.
5172         (dbus-handle-bus-disconnect): New function.  React to bus
5173         disconnection signal by synthesizing dbus error for each
5174         pending synchronous or asynchronous call.
5175         (dbus-notice-synchronous-call-errors): New function.
5176         (dbus-handle-event): Raise errors directly only when `dbus-debug'
5177         is true, not all the time.
5179 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
5181         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5182         Remove obsolescence declarations, these variables do not exist anymore.
5184         * savehist.el (savehist-save-minibuffer-history)
5185         (savehist-additional-variables, savehist-file, savehist-mode-hook)
5186         (savehist-save-hook, savehist-coding-system, savehist-loaded)
5187         (savehist-load, savehist-install, savehist-autosave): Fix typos;
5188         mostly, refer to "Savehist mode" when talking about the mode,
5189         and not the function.
5191         * saveplace.el (save-place): Remove redundant info in docstring.
5192         (save-place-forget-unreadable-files, toggle-save-place)
5193         (save-place-forget-unreadable-files, save-place-dired-hook):
5194         Fix typos and remove unneeded backslashes.
5196 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
5198         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
5199         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
5201         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5202         <insert-directory>: Use `tramp-handle-insert-directory'.
5203         (tramp-gvfs-handle-insert-directory): Remove function.
5205         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5206         Call `tramp-handle-insert-directory'.
5208 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
5210         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
5211         before the start of buffer/region (bug#16799).
5213 2014-02-20  Glenn Morris  <rgm@gnu.org>
5215         * isearch.el (search-invisible): Doc fix.
5217 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
5219         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
5220         (bug#16657).
5222 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
5224         * frameset.el (frameset-restore): Delay removing an old frame's
5225         duplicate id until the new frame has been correctly created.
5227 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
5229         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
5230         (tramp-check-cached-permissions): Call `file-attributes' if the
5231         cache is empty.
5233         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
5234         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
5236         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5237         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
5238         (tramp-gvfs-maybe-open-connection): Set always connection
5239         properties, even if target is mounted already.
5241         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
5242         Set tramp-autoload cookie.
5243         (tramp-get-remote-touch): New defun.
5244         (tramp-sh-handle-set-file-times): Use it.
5245         (tramp-sh-handle-directory-files-and-attributes):
5246         Use `tramp-handle-directory-files-and-attributes' if neither stat
5247         nor perl are available on the remote host.
5249         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
5250         "/".  Write long listing only when "l" belongs to the switches.
5252         * net/trampver.el: Update release number.
5254 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
5256         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
5258 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
5260         * window.el (window-state-put): Allow WINDOW to refer to an
5261         internal window (Bug#16793).
5263 2014-02-19  Glenn Morris  <rgm@gnu.org>
5265         * textmodes/remember.el: Move provide statement to end.
5266         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
5267         (remember-notes): Doc fixes.
5269 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * delsel.el (delete-char): Restore incorrectly erased property
5272         (bug#16795).
5274 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
5276         * frameset.el (frameset--restore-frame): When a frame is being reused
5277         and its root window is not alive, delete all the frame's windows before
5278         restoring the window state.  This works around the issue in bug#16793.
5280 2014-02-18  Glenn Morris  <rgm@gnu.org>
5282         * textmodes/remember.el (remember-data-directory)
5283         (remember-directory-file-name-format, remember-store-in-files)
5284         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
5285         (remember-notes-save-and-bury-buffer)
5286         (remember-notes--kill-buffer-query): Doc fixes.
5288         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
5290 2014-02-17  Alan Mackenzie  <acm@muc.de>
5292         Connect electric-indent-mode up with CC Mode.  Bug #15478.
5293         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
5294         to electric-indent-{,local-}-mode.
5295         (c-basic-common-init): Set electric-indent-inhibit.
5296         Initialise c-electric-flag from electric-indent-mode.
5297         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
5298         New hook functions which propagate electric-indent-mode to CC mode.
5300         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
5301         hit, toggle electric-indent-local-mode.
5303         * electric.el (electric-indent-mode-has-been-called):
5304         New variable.
5306 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
5308         * frameset.el (frameset-cfg-id): New function.
5309         (frameset--reuse-frame, frameset-restore): Use it.
5310         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
5312 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5314         * ido.el (ido-file-internal): Remove unused var `d'.
5315         Use \` for to match BoS.  Fit within 80n columns.
5317 2014-02-17  Daniel Colascione  <dancol@dancol.org>
5319         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
5320         dbus-call-method check for completion using a busy-wait loop with
5321         gradual backoff.
5323 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
5325         Sync with Tramp 2.2.9.
5327         * net/trampver.el: Update release number.
5329 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
5331         * ido.el (ido-file-internal): Don't add the name of an existing
5332         directory twice.  (Bug#16747)
5334 2014-02-16  Glenn Morris  <rgm@gnu.org>
5336         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
5337         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
5339 2014-02-15  Michael R. Mauger  <michael@mauger.com>
5341         * progmodes/sql.el: Version 3.4
5342         (sql-oracle-options): New default value ("-L").
5343         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
5344         (sql-placeholders-filter): Correct placeholder pattern.
5345         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
5346         (sql-login-delay): New variable.
5347         (sql-product-interactive): Use it.
5349 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
5351         * frameset.el (frameset--jump-to-register): Check that buffer is live
5352         (bug#16749).
5354 2014-02-15  Glenn Morris  <rgm@gnu.org>
5356         * info.el (info-initialize): Revert 2014-01-10 change.
5358 2014-02-14  Glenn Morris  <rgm@gnu.org>
5360         * replace.el (map-query-replace-regexp)
5361         (read-regexp-defaults-function, read-regexp): Doc fixes.
5363         * dired.el (dired-read-regexp):
5364         * faces.el (list-faces-display):
5365         * misearch.el (multi-isearch-read-matching-buffers)
5366         (multi-isearch-read-matching-files):
5367         * play/cookie1.el (cookie-apropos):
5368         * progmodes/grep.el (grep-read-regexp): Doc fixes.
5370         * textmodes/remember.el (remember): Use frameset-to-register
5371         rather than frame-configuration-to-register.
5373 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
5375         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
5376         incorrect keybinding.
5378 2014-02-13  Daniel Colascione  <dancol@dancol.org>
5380         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
5381         when adding overlays so that line numbers from compiler match line
5382         numbers we use.
5384 2014-02-13  Glenn Morris  <rgm@gnu.org>
5386         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
5388         * jit-lock.el (jit-lock-mode): Doc fix.
5390 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
5392         * apropos.el (apropos-read-pattern): When the user passes an empty
5393         string, give a more helpful error message than "Wrong type
5394         argument: stringp, nil".
5396 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5398         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
5400 2014-02-13  Glenn Morris  <rgm@gnu.org>
5402         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
5404 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5406         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
5407         shift-select commands.
5409 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
5411         * progmodes/js.el (js-indent-line): Don't widen.
5412         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
5414 2014-02-12  Glenn Morris  <rgm@gnu.org>
5416         * icomplete.el (icomplete): Add info-link to defgroup.
5417         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
5418         (icomplete-minibuffer-map, icomplete-mode)
5419         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
5421         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
5422         (package-menu-filter): Rename from package-menu-filter-interactive.
5423         Doc fix.
5425 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
5427         * frameset.el (frameset--jump-to-register): Select the required
5428         window and buffer before restoring position (bug#16696).
5430 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
5432         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
5434 2014-02-10  Glenn Morris  <rgm@gnu.org>
5436         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
5438 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
5440         * w32-common-fns.el (x-get-selection): Doc fix.
5441         * select.el (x-get-selection): Doc fix.  (Bug#15109)
5443         * face-remap.el (face-remap-add-relative)
5444         (face-remap-remove-relative, face-remap-reset-base)
5445         (face-remap-set-base): Call force-mode-line-update to redisplay
5446         the current buffer due to potential change in faces.  (Bug#16709)
5448 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
5450         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
5451         script more robustly.
5453 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
5455         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
5457         * simple.el (choose-completion): Doc fix (bug#14160).
5459         * subr.el (event-start): Say what a nil EVENT value means.
5461         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
5462         (bug#14197).
5464         * progmodes/grep.el (find-program): Doc fix (bug#14289).
5466         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
5468         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
5470         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
5471         predicate function (bug#15455).
5473 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
5475         * ielm.el (inferior-emacs-lisp-mode): Instead of
5476         `comment-use-global-state', set `comment-use-syntax'.
5478 2014-02-10  Glenn Morris  <rgm@gnu.org>
5480         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
5482 2014-02-09  Alan Mackenzie  <acm@muc.de>
5484         Fix c-invalidate-state-cache on narrowed buffers.
5485         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
5486         Widen when setting and clearing the CPP delimiter properties.
5488 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5490         * help.el (describe-bindings): Doc fix (bug#9888).
5492         * files.el (save-buffer): Use ARG as the parameter name for
5493         consistency (bug#10346).
5494         (save-buffer): Clarify the 0 argument (bug#10346).
5496         * cus-edit.el (customize-apropos): Fix error string.
5497         (custom-buffer-create): Doc fix (bug#11122).
5498         (custom-sort-items): Doc fix (bug#11121).
5500         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
5502         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
5503         (icomplete-simple-completing-p): Mention the previous variable.
5505         * font-lock.el (font-lock-value-in-major-mode): Clarify the
5506         meaning of the parameter (bug#12282).
5508         * files.el (find-file-noselect): Clarify prompt when changing
5509         readedness (bug#13261).
5510         (locate-file): Suffixes aren't returned, so don't say that they
5511         are (bug#12674).
5512         (backup-inhibited): Doc clarification (bug#12525).
5514         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
5515         before we actually start to delete things (bug#16331).
5517         * subr.el (event-start): Doc fix (bug#14228).
5518         (event-end): Ditto.
5520 2014-02-09  Glenn Morris  <rgm@gnu.org>
5522         * emacs-lisp/warnings.el (lwarn):
5523         Empower help-enable-auto-load.  (Bug#15940)
5525 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
5527         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
5528         (Bug#16690)
5530 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
5532         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5533         Insert output at end of buffer.  (Bug#16120)
5535 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
5537         * simple.el (choose-completion-string-functions): Document new
5538         calling convention (bug#14153).
5539         (execute-extended-command): Clarify doc string (bug#13373).
5541         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
5543         * find-dired.el (find-name-dired): Doc fix (bug#14290).
5544         (find-grep-dired): Doc fix (bug#14288).
5546 2014-02-08  Juri Linkov  <juri@jurta.org>
5548         * isearch.el (isearch-quote-char): Check character validity
5549         like in `quoted-insert' (bug#16677).
5551 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
5553         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
5555         * isearch.el (isearch-hide-immediately): Doc clarification
5556         (bug#14723).
5558         * simple.el (line-move): Document utility function used many
5559         places in the Emacs sources (bug#14843).
5561         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
5562         (dired-prev-marked-file): Doc fix (bug#14855).
5563         (dired-up-directory): Doc fix (bug#14848).
5565         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
5567         * files.el (file-relative-name): Doc fix (bug#15159).
5569         * fringe.el (fringe-styles): Doc fix (bug#15239).
5571         * isearch.el (isearch-filter-predicate): Documentation typo fix
5572         (bug#15474).
5574         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
5576         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
5578         * replace.el (replace-match-maybe-edit): Doc clarification
5579         (bug#15632).
5581         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
5583         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
5585 2014-02-08  Glenn Morris  <rgm@gnu.org>
5587         * help-fns.el (describe-variable):
5588         Check {file,dir}-local-variables-alist, and buffer-file-name,
5589         in the correct buffer.
5591 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
5593         * help-fns.el (describe-variable): Fix the case where
5594         a value is directory-local with no dir-locals file.  (Bug#16635)
5596 2014-02-08  Glenn Morris  <rgm@gnu.org>
5598         * abbrev.el (edit-abbrevs-mode):
5599         Derive from fundamental-mode.  (Bug#16682)
5601 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
5603         * simple.el (quoted-insert): Check character validity (bug#16677).
5605 2014-02-07  Juri Linkov  <juri@jurta.org>
5607         * desktop.el (desktop-read): Claim the lock when the owner is not
5608         the current process.  (Bug#16157)
5610 2014-02-07  Juri Linkov  <juri@jurta.org>
5612         * desktop.el (desktop-buffers-not-to-save): Change default from nil
5613         to "\\` ".  (Bug#16651)
5615 2014-02-07  Juri Linkov  <juri@jurta.org>
5617         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
5618         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
5619         (desktop-auto-save-cancel-timer): New function with some code from
5620         `desktop-auto-save-set-timer'.
5621         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
5622         Instead of setting `desktop-save-mode' to nil, call
5623         `desktop-save-mode' with arg 0.  (Bug#16630)
5625 2014-02-07  Glenn Morris  <rgm@gnu.org>
5627         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
5628         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5629         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
5631         * obsolete/iswitchb.el: Move to obsolete/.
5632         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
5633         since obsolete/ is not scanned for autoloads.
5634         * emacs-lisp/authors.el (authors-valid-file-names):
5635         Add iswitchb.el.
5637         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
5638         Disable now non-functional find-file-hook.
5640 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
5642         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
5643         instead of ";" in order to avoid additional prompts.  Let heredoc
5644         scripts read from tty.  (Bug#16582)
5645         (tramp-send-command): No special handling of heredocs, it isn't
5646         necessary anymore.
5648 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5650         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
5651         with a space (bug#16664).  Limit the symbols considered to the ones
5652         that are bound or fbound (bug#16646).
5654 2014-02-06  Glenn Morris  <rgm@gnu.org>
5656         * epa.el (epa-mail-aliases): Doc fix.
5658 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
5660         * emacs-lisp/lisp.el (lisp-completion-at-point):
5661         Use `completion-table-merge' instead of `completion-table-in-turn'
5662         (bug#16604).
5664         * minibuffer.el (completion-table-merge): New function.
5666 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
5668         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
5669         (tramp-sh-handle-set-file-acl)
5670         (tramp-sh-handle-start-file-process)
5671         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
5672         (tramp-find-executable, tramp-send-command): Use it.
5674 2014-02-05  Glenn Morris  <rgm@gnu.org>
5676         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
5678 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5680         * progmodes/python.el (python-shell-send-string)
5681         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
5683 2014-02-04  Anders Lindgren  <andlind@gmail.com>
5685         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
5686         the names (bug#16620).
5688 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
5690         * faces.el (window-divider): New default value.  Rewrite doc-string.
5691         (window-divider-first-pixel, window-divider-last-pixel): New faces.
5693 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
5695         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
5696         `protected' and `public' can also be called without arguments.
5698 2014-02-03  Glenn Morris  <rgm@gnu.org>
5700         * register.el (window-configuration-to-register)
5701         (frame-configuration-to-register): Unadvertise unused argument.
5702         * frameset.el (frameset-to-register): Remove unused argument.
5704         * frameset.el (frameset-to-register):
5705         * kmacro.el (kmacro-to-register):
5706         * register.el (increment-register):
5707         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
5708         (calc-append-to-register, calc-prepend-to-register):
5709         * play/gametree.el (gametree-layout-to-register)
5710         (gametree-apply-register-layout):
5711         * textmodes/picture.el (picture-clear-rectangle-to-register)
5712         (picture-yank-rectangle-from-register):
5713         * vc/emerge.el (emerge-combine-versions-register):
5714         Use register-read-with-preview to read registers.
5716 2014-02-03  João Távora  <joaotavora@gmail.com>
5718         * elec-pair.el (electric-pair-backward-delete-char): Don't error
5719         when at beginning of (possibly narrowed) buffer.
5721 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5723         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
5724         Also try to display local help from just before point.
5726 2014-02-02  Alan Mackenzie  <acm@muc.de>
5728         c-parse-state.  Don't "append-lower-brace-pair" in certain
5729         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
5730         recognised as a comment.
5732         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
5733         as well as normal comment starter.
5734         (c-parse-state-get-strategy): Extra return possibility
5735         'back-and-forward.
5736         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
5737         return value list to indicate replacement of a brace-pair cons
5738         with its car.
5739         (c-parse-state-1): With 'back-and-forward, only call
5740         c-append-lower-brace-pair-to state-cache when cons-separated.
5742 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
5744         * term/ns-win.el (ns-suspend-error): New function.
5745         (ns-initialize-window-system): Add ns-suspend-error to
5746         suspend-hook (Bug#16612).
5748 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5750         * progmodes/cc-defs.el (c-find-assignment-for-mode):
5751         Make loading cc-mode silent.
5753 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5755         * comint.el (comint-prompt-read-only): Change doc to suggest
5756         remap keybinding.
5758 2014-02-02  Glenn Morris  <rgm@gnu.org>
5760         * register.el (register-read-with-preview, point-to-register)
5761         (window-configuration-to-register, frame-configuration-to-register)
5762         (jump-to-register, number-to-register, view-register, insert-register)
5763         (copy-to-register, append-to-register, prepend-to-register)
5764         (copy-rectangle-to-register): Doc fixes.
5766 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5768         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
5769         * emacs-lisp/find-func.el (find-function-C-source): Idem.
5770         * emacs-lisp/nadvice.el (advice--cd*r): New function.
5771         * help-fns.el (describe-function-1): Use it.
5773 2014-02-02  Glenn Morris  <rgm@gnu.org>
5775         * register.el (register-preview-default): New function,
5776         split from register-preview.
5777         (register-preview-function): Rename from register-preview-functions,
5778         make it not a hook.
5779         (register-preview): Use register-preview-function.
5780         (register-read-with-preview): Error on non-character event.  (Bug#16595)
5782 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
5784         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
5785         `:' before binary operators (bug#16609).  Don't check for `:'
5786         before `[' and `(', or their syntax status.  A percent literal
5787         can't end with either.
5788         (ruby-font-lock-keywords): For built-ins that require arguments,
5789         check that they're followed by something that looks like argument
5790         (bug#16610).
5792 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5794         * subr.el (butlast): Document what an omitted N means (bug#13437).
5795         (nbutlast): Ditto.
5797 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5799         * net/shr.el (shr-generic): Make into a defsubst to make the stack
5800         depth shallower (bug#16587).
5801         (shr-tag-svg): Respect `shr-inhibit-images'.
5802         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5804 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
5806         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5807         (ruby-smie-grammar): Make "." right-associative.  Make its priority
5808         lower than the ternary and all binary operators.
5809         (ruby-smie-rules): Indent "(" relative to the first non-"."
5810         parent, or the first "." parent at indentation.
5811         Use `ruby-align-chained-calls' for indentation of "." tokens.
5812         (Bug#16593)
5814 2014-01-31  Juri Linkov  <juri@jurta.org>
5816         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5817         from `make-hash-table'.
5819         * textmodes/ispell.el (ispell-init-process): Change message format
5820         to be consistent with other messages.
5822 2014-01-31  Glenn Morris  <rgm@gnu.org>
5824         * delsel.el (delete-selection-mode): Doc fix.
5826         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5827         (trace-function-background): Doc fixes.
5829         * ido.el (ido-use-virtual-buffers): Doc fix.
5830         Reset :version, since the default value has not changed.
5832         * register.el (register-preview-delay, register-read-with-preview):
5833         Doc fixes.
5835         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5836         do not mess with mail-buffer position (fixes 2009-11-03 change).
5837         * progmodes/cc-mode.el (c-submit-bug-report):
5838         Check auto-fill-mode is bound.  (Bug#16592)
5840 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
5842         * startup.el (fancy-splash-image-file): New function,
5843         split from fancy-splash-head.
5844         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5845         so that we are both using the same image.  (Bug#16574)
5847 2014-01-30  Glenn Morris  <rgm@gnu.org>
5849         * simple.el (eval-expression): Doc fix.
5851         * hexl.el (hexl-mode-hook):
5852         * ielm.el (ielm-mode-hook):
5853         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5854         (lisp-interaction-mode-hook):
5855         * progmodes/cfengine.el (cfengine3-documentation-function):
5856         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5858 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5861         is a symbol (bug#16584).
5863 2014-01-30  Glenn Morris  <rgm@gnu.org>
5865         * help.el (help-for-help-internal): Add "P" to text.
5867 2014-01-29  Glenn Morris  <rgm@gnu.org>
5869         * simple.el (just-one-space, cycle-spacing): Doc fixes.
5871 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
5873         * window.el (fit-frame-to-buffer): Fix calculations for margins and
5874         height constraints.
5876 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
5878         * progmodes/hideif.el: Extend to full CPP expression syntax.
5879         (hif-token-alist): Add missing tokens.
5880         (hif-token-regexp): Add support for float/octal/hex immediates.
5881         (hif-string-literal-regexp): New const.
5882         (hif-tokenize): Recognize strings and float/octal/hex immediates.
5883         (hif-exprlist): New function.
5884         (hif-parse-if-exp): Use it.
5885         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5886         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5887         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5888         (hif-logxor, hif-comma): New functions.
5890 2014-01-28  Glenn Morris  <rgm@gnu.org>
5892         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5894         * indent.el (tab-stop-list): Doc fix.  Add :version.
5896         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5897         (cvs-append-to-ignore): Add compatibility alias.
5899 2014-01-27  Glenn Morris  <rgm@gnu.org>
5901         * dired.el (dired-hide-details-mode): Don't autoload it,
5902         since it cannot be used outside Dired buffers anyway.
5904         * emulation/cua-base.el (cua-mode): Doc fix.
5906         * dired.el (dired-hide-details-hide-symlink-targets)
5907         (dired-hide-details-hide-information-lines)
5908         (dired-hide-details-mode): Doc fixes.
5910         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5911         * strokes.el (strokes-file): Doc fix.  Bump :version.
5912         (strokes-help): Doc fix.
5913         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5914         * emulation/viper.el (viper): Doc fix for custom group.
5915         (top-level): Remove oh-so-no-longer-relevant text about vip.
5916         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5918         * ido.el (ido-save-directory-list-file):
5919         * saveplace.el (save-place-file):
5920         * calendar/timeclock.el (timeclock-file):
5921         * net/quickurl.el (quickurl-url-file):
5922         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5923         * progmodes/idlwave.el (idlwave-config-directory):
5924         * textmodes/remember.el (remember-data-file):
5925         Bump :version.
5927 2014-01-26  Glenn Morris  <rgm@gnu.org>
5929         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5930         Doc fix.  Make obsolete.
5931         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5933         * sort.el (delete-duplicate-lines): Doc fix.
5935 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5937         * progmodes/ada-mode.el (ada):
5938         * woman.el (woman): Link to info manual and Commentary section.
5940         * progmodes/flymake.el (flymake):
5941         * nxml/nxml-mode.el (nxml):
5942         * net/eww.el (eww):
5943         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5944         * htmlfontify.el (htmlfontify):
5945         * ses.el (ses):
5946         * epa.el (epa):
5947         * ido.el (ido): Link to info manual.
5949 2014-01-25  Leo Liu  <sdl.web@gmail.com>
5951         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5953 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
5955         * net/shr.el (shr-tag-img): Prefer the title over the alt text
5956         (bug#16537).
5958 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
5960         * net/eww.el (eww-download-callback):
5961         Fix reference to eww-download-directory.
5963         * emacs-lisp/bytecomp.el (byte-compile-file):
5964         Remove unused local variable `file-name'.
5966 2014-01-24  Glenn Morris  <rgm@gnu.org>
5968         * woman.el (woman-default-faces, woman-monochrome-faces):
5969         Fix obsolescence specification.
5971         * subr.el (with-demoted-errors): Doc fix.
5973 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5976         (cl--macroexp-fboundp): New function.
5977         (cl--make-type-test): Use it.
5979 2014-01-23  Glenn Morris  <rgm@gnu.org>
5981         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5982         * simple.el (eval-expression): Doc fixes.
5984 2014-01-22  Glenn Morris  <rgm@gnu.org>
5986         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5988 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * emacs-lisp/package.el: Write files silently.
5991         (package-autoload-ensure-default-file, package--write-file-no-coding)
5992         (package-generate-description-file, package--download-one-archive)
5993         (package-install-from-archive): Tell `write-region' to stay quiet.
5994         (package-menu-mode, package-menu--print-info): Omit the Archive column
5995         if there's only one archive.
5996         (package-all-keywords, package--has-keyword-p): Remove dead code.
5998 2014-01-22  Glenn Morris  <rgm@gnu.org>
6000         * version.el (emacs-bzr-version-bzr): Fix typo.
6002         * version.el (emacs-repository-get-version):
6003         Check either .bzr or .git, but not both.
6004         Make the git case actually use the DIR argument, and return nil
6005         rather than the empty string.
6006         Avoid error if .git exists but the git executable is not found.
6008 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
6010         Fixes in window size functions around Bug#16430 and Bug#16470.
6011         * window.el (window-total-size, window-size): New argument ROUND.
6012         (window--min-delta-1, window-min-delta, window--max-delta-1):
6013         Be more conservative when calculating the numbers of lines or
6014         columns a window can shrink (Bug#16430).
6015         (fit-window-to-buffer): Simplify code.
6016         * term.el (term-window-width): Call window-body-width again.
6018 2014-01-22  Glenn Morris  <rgm@gnu.org>
6020         * image.el (image-format-suffixes): Doc fix.
6022         * international/quail.el (quail-define-package): Doc fix.
6024         * emacs-lisp/authors.el (authors-valid-file-names)
6025         (authors-renamed-files-alist): Additions.
6027         * vc/vc-git.el (vc-git-print-log): Remove --follow;
6028         reverts 2014-01-09 change.  (Bug#16422)
6030         * calc/calc-embed.el (thing-at-point-looking-at):
6031         * emacs-lisp/map-ynp.el (x-popup-dialog):
6032         * obsolete/lmenu.el (x-popup-dialog):
6033         * emacs-lisp/package.el (url-recreate-url):
6034         * mail/mailclient.el (clipboard-kill-ring-save):
6035         * subr.el (x-popup-dialog): Update declaration.
6036         * mail/rmail.el (rmail-mime-message-p):
6037         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
6039 2014-01-21  Daniel Colascione  <dancol@dancol.org>
6041         * progmodes/sh-script.el (sh--inside-noncommand-expression):
6042         Correctly detect when we're inside an arithmetic expansion form
6043         containing nested parenthesis.
6044         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
6045         to detect cases where we shouldn't expand "<<" to a heredoc
6046         skeleton.
6048 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
6051         (eldoc--message-command-p): New function.
6052         (eldoc-display-message-p): Use it.
6053         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
6054         message is not automatically erased for us.
6055         (eldoc-print-current-symbol-info): Erase previous message, if any.
6057 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
6059         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
6060         specify it's an interactive function.
6062         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6063         Fix regex used for scanning for citation keys which failed for
6064         citations with optional arguments.
6066 2014-01-21  Leo Liu  <sdl.web@gmail.com>
6068         * simple.el (read--expression): Don't enable eldoc-mode.
6070 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6072         * simple.el (move-beginning-of-line): Make sure we don't move forward
6073         (bug#16497).
6075 2014-01-20  Juri Linkov  <juri@jurta.org>
6077         * saveplace.el (toggle-save-place, save-place-to-alist)
6078         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
6079         'dired-mode) before checking for dired-directory.  (Bug#16477)
6081 2014-01-20  Juri Linkov  <juri@jurta.org>
6083         * indent.el (indent-line-to): Use backward-to-indentation
6084         instead of back-to-indentation.  (Bug#16461)
6086 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
6088         Revert some of the CANNOT_DUMP fix (Bug#16494).
6089         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
6090         but fixing this can wait until after the next release.
6091         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
6093 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
6095         * eshell/esh-mode.el (eshell-password-prompt-regexp):
6096         Use `password-word-equivalents'.
6097         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
6098         to t.  (Bug#5664, Bug#13124)
6100 2014-01-19  Alan Mackenzie  <acm@muc.de>
6102         Bind open-paren-in-column-0-is-defun-start to nil at some entry
6103         points.
6104         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
6105         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
6106         * progmodes/cc-mode.el (c-before-change, c-after-change)
6107         (c-font-lock-fontify-region): Bind it here.
6109 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
6111         * term.el (term-window-width): Call window-text-width instead of
6112         window-width (Bug#16470).
6114 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
6116         * simple.el (password-word-equivalents): Remove duplicates.
6117         Sort, to make this easier next time.
6118         Downcase.  Omit ": " after "jelszó".
6120 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
6122         * term/common-win.el (saved-region-selection): Defvar it.
6123         (x-select-text): Set saved-region-selection (Bug#16382).
6125 2014-01-18  Glenn Morris  <rgm@gnu.org>
6127         * emacs-lisp/authors.el (authors-aliases)
6128         (authors-renamed-files-alist): Add some entries.
6130 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
6132         * net/tramp.el (tramp-password-prompt-regexp):
6133         Use `password-word-equivalents' if available.
6134         (tramp-action-password, tramp-process-one-action)
6135         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
6137 2014-01-17  Chong Yidong  <cyd@gnu.org>
6139         * simple.el (password-word-equivalents): New defcustom.
6140         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
6141         to 24.4.
6142         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
6143         to t.  (Bug#13124)
6145 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
6147         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
6148         (ruby-align-to-stmt-keywords): Change the default value.
6149         Use `ruby-alignable-keywords' to generate the possible customization
6150         choices.
6151         (ruby-smie-rules): Instead of using a hardcoded list of alignable
6152         keywords, check against the value of `ruby-alignable-keywords'
6153         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
6155 2014-01-17  Glenn Morris  <rgm@gnu.org>
6157         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
6159         Make M-x authors return zero *Authors Errors* from current logs.
6160         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
6161         (authors-ignored-files): Add some entries, remove others.
6162         (authors-ambiguous-files, authors-valid-file-names):
6163         Add some entries.
6164         (authors-renamed-files-alist): Add, remove, and adjust entries.
6165         (authors-renamed-files-regexps): Add some entries.
6166         Remove some very broad ones.  Make some entries `lax'.
6167         (authors-lax-changelogs): New constant.
6168         (authors-disambiguate-file-name): Treat top-level specially.
6169         (authors-lax-changelog-p): New function.
6170         (authors-canonical-file-name): Check file as written against
6171         authors-valid-file-names.  Do not special-case etc/.
6172         Handle `lax' logs and authors-renamed-files-regexps elements.
6174 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
6176         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
6177         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
6178         callers.
6180 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6182         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
6183         Assume we're already in the proper buffer.
6184         Inspired by Anders Lindgren <andlind@gmail.com>.
6185         (follow-post-command-hook): Call it from the right buffer.
6186         (follow-comint-scroll-to-bottom): Adjust call.
6187         (follow-all-followers): Use get-buffer-window-list.
6189 2014-01-15  Daniel Colascione  <dancol@dancol.org>
6191         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
6192         `buffer-file-name' in interactive-form so that we don't leave
6193         pathless file names in `file-name-history'.
6195 2014-01-15  Juri Linkov  <juri@jurta.org>
6197         * indent.el (indent-rigidly): Set deactivate-mark to nil
6198         in transient indentation mode.  (Bug#16438)
6200 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
6202         * emacs-lisp/package.el (package-desc-keywords): New function
6203         (Bug#16222).
6204         (describe-package-1, package-all-keywords)
6205         (package--has-keyword-p): Use it.
6207 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6209         * simple.el (define-alternatives): When creating the
6210         COMMAND-alternatives variable, assign COMMAND as its definition
6211         name so that `describe-variable' can relocate it.
6213 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
6215         * font-lock.el (font-lock-keywords): Fix typo in docstring
6216         (bug#16307).
6218 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6220         * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
6221         line instead of wrongly reset `add-coment' (bug#13577).
6223 2014-01-14  Daiki Ueno  <ueno@gnu.org>
6225         * epa-file.el (epa-file-write-region): Encode the region according
6226         to `buffer-file-format'.  Problem reported at:
6227         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
6229 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6231         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
6232         so it applies in the right buffer (bug#16410).
6234 2014-01-13  Daniel Colascione  <dancol@dancol.org>
6236         * textmodes/rst.el (rst-define-key): Provide deprecated
6237         keybindings through named functions instead of anonymous ones so
6238         that "??" doesn't appear in describe-mode output.
6240 2014-01-13  Bastien Guerry  <bzg@gnu.org>
6242         * simple.el (define-alternatives): Call the selected command
6243         interactively.  When setting `COMMAND--implementation' for the
6244         first time, tell the user how to chose another implementation.
6245         Enhance the docstring.
6247 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6249         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
6250         (log-edit--match-first-line): New function.
6251         (log-edit-font-lock-keywords): Use it.
6252         (log-edit-mode): Make jit-lock-defer-multiline work.
6254 2014-01-13  Bastien Guerry  <bzg@gnu.org>
6256         * rect.el (rectangle-mark-mode): When the region is not active,
6257         display a message saying that the mark as been set and that
6258         rectangle mode is in use.
6259         (rectangle--highlight-for-redisplay): Only put an overlay with a
6260         visible vertical bar when (display-graphic-p) is non-nil.
6261         This partially fixes Bug#16403.
6263 2014-01-13  Juri Linkov  <juri@jurta.org>
6265         * info.el (Info-find-file): Go to DIR before displaying the error
6266         about a nonexistent file if no previous Info file is visited.
6267         Use `user-error' instead of `error' for "Info file %s does not exist".
6268         (Info-find-node-2): In case of a nonexistent node in unwind forms
6269         go to the Top node if there is no previous node to revert to.
6270         (Bug#16405)
6272 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
6274         fit-frame/window-to-buffer code fixes including one for Bug#14096.
6275         * window.el (fit-frame-to-buffer): Fix doc-string.
6276         Respect window-min-height/-width.  Fit pixelwise when
6277         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
6278         when avoiding that frame goes partially off-screen.
6279         (fit-window-to-buffer): Respect window-min-height/-width
6280         (Bug#14096).
6282 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6284         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
6285         after an empty line.
6287 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6289         * net/shr.el (shr-render-region): Autoload.
6291 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
6293         * net/eww.el (eww-download-directory): Rename from
6294         `eww-download-path' (Bug#16419).
6296 2014-01-12  Leo Liu  <sdl.web@gmail.com>
6298         * dired-x.el (dired-mode-map): Fix last change.
6300         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
6302 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6304         Spelling fixes.
6305         * emacs-lisp/generic.el (generic--normalize-comments):
6306         Rename from generic--normalise-comments.  All uses changed.
6307         * play/bubbles.el (bubbles--neighborhood-score)
6308         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
6309         (bubbles--neighborhood-available)
6310         (bubbles--update-neighborhood-score):
6311         Rename from names with 'neighbourhood'.  All uses changed.
6313 2014-01-12  Leo Liu  <sdl.web@gmail.com>
6315         Re-implement the feature of showing eldoc info after editing.
6316         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
6317         (eldoc-edit-message-commands): New function.
6318         (eldoc-print-after-edit): New variable.
6319         (eldoc-pre-command-refresh-echo-area): Emit message only by
6320         eldoc-message-commands.
6321         (eldoc-mode): Restrict eldoc-message-commands to editing commands
6322         if eldoc-print-after-edit is set.  (Bug#16346)
6323         * simple.el (read--expression): Enable eldoc-mode.
6324         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
6326 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
6327             Eric S. Raymond  <esr@thyrsus.com>
6329         * version.el (emacs-repository-get-version): Enhance so the
6330         function works correctly in either a Bazaar or Git repo.
6332 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
6334         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
6335         Goes with removal of the joke manpages from /etc.
6337 2014-01-10  Kenichi Handa  <handa@gnu.org>
6339         * mail/rmail.el (rmail-get-coding-system):
6340         Check rmail-get-coding-function before "funcall"ing it.
6342 2014-01-10  Glenn Morris  <rgm@gnu.org>
6344         * emacs-lisp/authors.el (authors-fixed-entries):
6345         Update for files that no longer exist.
6347 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
6349         * version.el (emacs-bzr-get-version): Restore compatibilty with
6350         24.3 (Tested).
6352 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
6354         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
6355         and Podfile.
6357 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
6359         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
6361 2014-01-10  Chong Yidong  <cyd@gnu.org>
6363         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
6365 2014-01-10  Anders Lindgren  <andlind@gmail.com>
6367         * follow.el (follow-cache-command-list): Include right-char and
6368         left-char.
6370 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6372         Spelling fixes.
6373         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
6374         * woman.el (woman-mark-horizontal-position):
6375         Rename from woman-mark-horizonal-position.  Use changed.
6377 2014-01-10  Glenn Morris  <rgm@gnu.org>
6379         * info.el (info-initialize): If running uninstalled, ensure our
6380         own info files are always found first, even if INFOPATH is set.
6382         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
6384 2014-01-09  David Engster  <deng@randomsample.de>
6386         * emacs-lisp/eieio-custom.el:
6387         * emacs-lisp/eieio-opt.el: Set generated autoload file to
6388         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
6389         * emacs-lisp/eieio.el: Regenerate autoloads.
6391 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
6393         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
6394         following renames.  (Bug#8756)
6396 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6398         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
6399         (bug#16382).
6400         (activate-mark): Add `no-tmm' argument.
6401         (set-mark, push-mark-command): Use it instead of running
6402         activate-mark-hook by hand.
6404 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
6406         In preparation for the move to git, sanitize out some
6407         Bazaar-specific names.
6409         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
6411         * version.el (emacs-bzr-version): Name changed to
6412         emacs-repository-version.  Obsolete-variable alias made.
6413         * loadup.el: Follow through on this name change.
6414         * mail/emacsbug.el (report-emacs-bug): Factor out any
6415         assumption about the version control system in use.
6417 2014-01-08  David Engster  <deng@randomsample.de>
6419         * help-fns.el (help-fns-describe-function-functions):
6420         New variable to call functions for augmenting help buffers.
6421         (describe-function-1): Remove explicit calls to
6422         `help-fns--compiler-macro', `help-fns--parent-mode' and
6423         `help-fns--obsolete'.  Put them in above new variable instead, and
6424         call them through `run-hook-with-args'.
6425         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
6426         `eieio-describe-class'.  Not meant for interactive use anymore,
6427         but to augment existing help buffers.  Remove optional second
6428         argument.  Create proper button for file location.
6429         Rewrite function to use `insert' instead of `princ' and `prin1' where
6430         possible.
6431         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
6432         (eieio-method-def, eieio-class-def): Move further up.
6433         (describe-method, describe-generic, eieio-describe-method):
6434         Remove aliases.
6435         (eieio-help-constructor, eieio-help-generic): Rename from
6436         `eieio-describe-constructor' and `eieio-describe-generic', resp.
6437         Rewrite to use `insert' in the current buffer and use proper help
6438         buttons.
6439         (eieio-help-find-method-definition)
6440         (eieio-help-find-class-definition): Also accept symbols as
6441         arguments.
6442         (eieio-help-mode-augmentation-maybee): Remove.
6443         (eieio-describe-class-sb): Use `describe-function'.
6444         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
6445         Add `eieio-help-generic' and `eieio-help-constructor'.
6447 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
6449         Spelling fixes.
6450         * language/china-util.el (hz-ascii-designation):
6451         Rename from hz-ascii-designnation.
6452         (hz-ascii-designation): Rename from hz-ascii-designnation.
6453         All uses changed.
6455 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6457         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
6458         package-alist.
6460 2014-01-08  Bastien Guerry  <bzg@gnu.org>
6462         * emacs-lisp/package.el (package-delete):
6463         Correctly delete the package from package-alist.
6465 2014-01-08  Daiki Ueno  <ueno@gnu.org>
6467         * emacs-lisp/package.el (url-recreate-url): Declare.
6468         (url-http-target-url): Declare.
6469         (package-handle-response): Include requested URL in the error message.
6470         (package--check-signature): Don't re-signal errors from
6471         package--with-work-buffer.  Suggested by Stefan Monnier.
6473 2014-01-07  Bastien Guerry  <bzg@gnu.org>
6475         * minibuffer.el (completion--try-word-completion): When both a
6476         hyphen and a space are possible candidates for the character
6477         following a word, display both candidates.  (Bug#15980)
6479 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
6481         * window.el (balance-windows-2): While rounding don't give a
6482         window more than the remainder.  Bug#16351, bug#16383.
6484 2014-01-07  Glenn Morris  <rgm@gnu.org>
6486         * menu-bar.el (menu-bar-help-extra-packages): Remove.
6487         (menu-bar-help-menu): Use view-external-packages instead.
6489 2014-01-07  Bastien Guerry  <bzg@gnu.org>
6491         * emacs-lisp/package.el (package-delete): Also delete the package
6492         name from `package-alist', not its description only.
6494 2014-01-07  Glenn Morris  <rgm@gnu.org>
6496         * help.el (view-external-packages):
6497         * menu-bar.el (menu-bar-help-extra-packages):
6498         Visit efaq.info rather than etc/MORE.STUFF.
6500 2014-01-07  Juri Linkov  <juri@jurta.org>
6502         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
6503         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
6505         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
6506         that shadows RET.  (Bug#16342)
6508 2014-01-07  Chong Yidong  <cyd@gnu.org>
6510         * isearch.el (isearch-yank-char, isearch-yank-word)
6511         (isearch-yank-line): Doc fix.
6513 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6515         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
6516         * emacs-lisp/elint.el (elint-find-builtins):
6517         * emacs-lisp/eldoc.el (eldoc-symbol-function):
6518         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
6519         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
6520         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6521         * apropos.el (apropos-safe-documentation):
6522         * subr.el (symbol-file): Remove redundant fboundp.
6523         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
6525 2014-01-06  Bastien Guerry  <bzg@gnu.org>
6527         * hl-line.el (global-hl-line-overlay): Make a local variable.
6528         (global-hl-line-overlays): New variable to store all overlays.
6529         (global-hl-line-mode): Don't delete overlays from the current
6530         buffer when `global-hl-line-sticky-flag' is non-nil.
6531         (global-hl-line-highlight): Add new overlays to
6532         `global-hl-line-overlays'.
6533         (global-hl-line-unhighlight-all): New function to delete all
6534         overlays when turning off `global-hl-line-mode'.
6535         This fixes Bug#16183.
6537 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6539         * subr.el (set-transient-map): Fix nested case and docstring.
6541 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
6543         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
6544         `Texinfo' entry.
6546 2014-01-06  Daniel Colascione  <dancol@dancol.org>
6548         Fix defun navigation in vc log view.
6550         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
6551         like `beginning-of-defun'.
6552         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
6553         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
6554         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
6555         (log-view-extract-comment): Call `log-view-current-entry' directly
6556         instead of relying on broken `log-view-beginning-of-defun' behavior.
6558 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
6560         Spelling fixes.
6561         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
6562         * emacs-lisp/debug.el (cancel-debug-on-entry):
6563         * epg.el (epg-error-to-string):
6564         * files.el (recover-file):
6565         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
6566         * mail/emacsbug.el (report-emacs-bug-hook):
6567         * mail/sendmail.el (mail-recover):
6568         * ses.el (ses-yank-resize):
6569         * term/ns-win.el (ns-print-buffer):
6570         Spelling fixes in diagnostics, mostly for "canceled" with one L.
6571         * epg.el (epg-key-capability-alist): Rename from misspelled version.
6572         All uses changed.
6573         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
6575 2014-01-06  Leo Liu  <sdl.web@gmail.com>
6577         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
6578         to avoid shadowing global key.  (Bug#16354)
6580 2014-01-06  Daniel Colascione  <dancol@dancol.org>
6582         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
6583         rst-mode.
6585 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
6587         * window.el (balance-windows): Add mising t to fix Bug#16351.
6589 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6591         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
6592         (bug#16285).
6593         (shr-insert): If we have a word that's longer than `shr-width',
6594         break after it anyway.  Otherwise we'll do no breaking once we get
6595         such a long word.
6597 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6599         * net/eww.el (eww): Support single/double quote for search.
6600         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
6601         (eww-history-quit): Delete and use quit-window.
6602         (eww-history-kill): Delete, because it doesn't work well and
6603         not necessary.
6604         (eww-history-mode-map): Delete some keys and add easy-menu.
6606 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6608         Fix misspelling of 'chinese' in rx (Bug#16237).
6609         * emacs-lisp/rx.el (rx-categories): Correct spelling of
6610         chinese-two-byte.
6612         Change subword regexps back to vars (Bug#16296).
6613         * progmodes/subword.el (subword-forward-regexp)
6614         (subword-backward-regexp): Change these back to variables.
6616 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
6619         syntax-begin-function (bug#16247).
6621 2014-01-03  Chong Yidong  <cyd@gnu.org>
6623         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
6624         (advice--docstring): Delete variable.
6625         (advice--make-1): Leave the docstring empty.
6626         (advice-add): Use function-documentation for advised docstring.
6628         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
6629         Ignore function-documentation property when getting documentation.
6630         (ad-activate-advised-definition): Use function-documentation
6631         generate the docstring.
6632         (ad-make-advised-definition): Don't call
6633         ad-make-advised-definition-docstring.
6634         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6635         Delete functions.
6637         * progmodes/sql.el (sql-help): Use function-documentation instead
6638         of dynamic-docstring-function property.  No need to autoload now.
6639         (sql--help-docstring): New variable.
6640         (sql--make-help-docstring): Use it.
6642 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6644         * ielm.el (ielm-tab): Retarget.
6645         (ielm-map): Use ielm-tab for tab.
6646         (ielm-complete-filename): Use comint-filename-completion.
6647         (ielm-complete-symbol): Remove.
6648         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
6649         remove ielm-tab from completion-at-point-functions (bug#16224).
6651         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
6652         Beware signals raised by predicates (bug#16201).
6654 2014-01-02  Richard Stallman  <rms@gnu.org>
6656         * dired-aux.el (dired-do-print): Handle printer-name.
6658         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
6659         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
6660         (rmail-epa-decrypt): Turn off mime processing.
6662         * mail/rmail.el (rmail-make-in-reply-to-field):
6663         Add parens in message-id.
6665         * mail/rmail.el (rmail-get-coding-function): Variable.
6666         (rmail-get-coding-system): Use it.
6668 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
6670         * international/mule-conf.el: Unify the charset indian-is13194.
6671         (indian-is13194): Specify unify-map.
6673 2013-12-31  Leo Liu  <sdl.web@gmail.com>
6675         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
6677 2013-12-30  Daniel Colascione  <dancol@dancol.org>
6679         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
6680         of printing a useless when we resume from sleep.
6682         * progmodes/sh-script.el
6683         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
6684         in indentation code.  (Bug#16233)
6686 2013-12-28  João Távora  <joaotavora@gmail.com>
6688         * elec-pair.el (electric-pair-post-self-insert-function):
6689         Don't open extra newlines at beginning of buffer.  (Bug#16272)
6691 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
6693         * frame.el (window-system-for-display): Don't allow to create a
6694         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
6696 2013-12-28  Glenn Morris  <rgm@gnu.org>
6698         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
6699         Update callers.
6701         * apropos.el (apropos-match-face):
6702         * calculator.el (calculator-displayer):
6703         * dabbrev.el (dabbrev-search-these-buffers-only):
6704         * face-remap.el (buffer-face-mode-face):
6705         * simple.el (yank-handled-properties):
6706         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6707         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
6708         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
6709         (hashcash-double-spend-database):
6710         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
6711         (ruby-deep-indent-paren-style):
6712         * textmodes/flyspell.el (flyspell-auto-correct-binding):
6713         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
6714         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
6715         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
6716         Specify custom types.
6718         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
6719         * bookmark.el (bookmark-bmenu-use-header-line):
6720         * doc-view.el (doc-view-scale-internally):
6721         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
6722         * register.el (register-preview-delay):
6723         * net/shr.el (shr-bullet):
6724         * progmodes/cfengine.el (cfengine-cf-promises)
6725         (cfengine-parameters-indent):
6726         * progmodes/octave.el (inferior-octave-error-regexp-alist):
6727         * textmodes/reftex-vars.el (reftex-label-regexps):
6728         * vc/log-edit.el (log-edit-setup-add-author): Add version.
6730         * net/tls.el (tls-certtool-program): Fix default value.
6732         * desktop.el (desktop-restore-in-current-display):
6733         * newcomment.el (comment-empty-lines):
6734         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
6735         (idlwave-pad-keyword):
6736         * progmodes/tcl.el (tcl-tab-always-indent):
6737         * textmodes/reftex-vars.el (reftex-index-default-tag):
6738         * elec-pair.el (electric-pair-skip-whitespace):
6739         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
6741         * emacs-lisp/authors.el (authors-ignored-files)
6742         (authors-valid-file-names, authors-renamed-files-alist): Additions.
6744 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
6746         * shell.el (shell-dynamic-complete-command): Doc fix.
6747         (shell--command-completion-data): Shell completion now matches
6748         executable filenames from the current buffer's directory, on
6749         systems in which this behavior is the default (windows-nt, ms-dos).
6751 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
6753         * net/shr.el (shr-insert): Don't infloop if the width is zero.
6755 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6757         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
6758         (bug#16251).
6760         * electric.el: Move all electric-pair-* to elec-pair.el.
6761         * elec-pair.el: New file, split from electric.el.
6763 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
6765         * net/shr.el (shr-find-fill-point): Don't try to fill if the
6766         indentation level is larger than the width, because that will
6767         infloop.
6768         (shr-insert): Fill repeatedly long texts, so that Japanese is
6769         formatted correctly (bug#16263).
6770         (shr-find-fill-point): Off by one error in comparison with the
6771         indentation.
6773 2013-12-26  João Távora  <joaotavora@gmail.com>
6775         * electric.el (electric-pair-mode): More flexible engine for skip-
6776         and inhibit predicates, new options for pairing-related functionality.
6777         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
6778         if that keeps or improves their balance in buffers.
6779         (electric-pair-delete-adjacent-pairs): Delete the pair when
6780         backspacing over adjacent matched delimiters.
6781         (electric-pair-open-extra-newline): Open extra newline when
6782         inserting newlines between adjacent matched delimiters.
6783         (electric--sort-post-self-insertion-hook):
6784         Sort post-self-insert-hook according to priority values when
6785         minor-modes are activated.
6786         * simple.el (newline-and-indent): Call newline with interactive
6787         set to t.
6788         (blink-paren-post-self-insert-function): Set priority to 100.
6789         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6790         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
6791         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
6792         electric-pair-open-newline-between-pairs to nil.
6794 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6796         * progmodes/python.el: Use lexical-binding.
6797         (python-nav-beginning-of-defun): Stop searching ASAP.
6799 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
6801         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6802         Fix interactive spec.  Doc fix.  (Bug#15754)
6804 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6806         * emacs-lisp/byte-run.el (eval-when-compile):
6807         * progmodes/cc-defs.el (cc-eval-when-compile):
6808         Fix edebug spec (bug#16184).
6810 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6812         * net/shr.el (shr-visit-file): Remove debugging function.
6813         (shr-insert): Don't infloop if we can't find a good place to break
6814         the line (bug#16256).
6816 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6818         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6819         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
6820         python-nav-lisp-forward-sexp-safe.
6821         (python-nav--forward-sexp): New argument SAFE allows switching
6822         forward sexp movement behavior for parens.
6823         (python-nav-forward-sexp): Throw errors on unterminated parens
6824         (Bug#16191).
6825         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6826         (python-nav-backward-sexp-safe): New functions.
6827         (python-shell-buffer-substring):
6828         Use `python-nav-forward-sexp-safe'.
6830 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6832         * net/shr.el (shr-find-fill-point): Don't break lines before a
6833         quotation mark.
6834         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6835         (shr-find-fill-point): Remove the special checks for the quotation
6836         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6838 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6840         * net/eww.el (eww-form-textarea): Use a different face for
6841         textareas than text input since they have different keymaps
6842         (bug#16142).
6844 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6846         * progmodes/python.el (python-nav-beginning-of-statement):
6847         Speed up (Bug#15295).
6849 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6851         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6852         the window configuration.
6854 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
6856         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6857         we run on MS-Windows or MS-DOS.
6859 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
6861         * window.el (balance-windows-area): Call window-size instead of
6862         window-height and window-width.  Bug#16241.
6864 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6866         * net/eww.el (eww-bookmark-quit): Remove.
6867         (eww-bookmark-browse): Restore the window configuration when you
6868         choose a bookmark (bug#16144).
6870 2013-12-24  Daniel Colascione  <dancol@dancol.org>
6872         * icomplete.el: Remove redundant :group arguments to `defcustom'
6873         throughout.
6874         (icomplete-show-matches-on-no-input): New customizable variable.
6875         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6876         we have something to show.
6877         (icomplete-exhibit): Compute completions even if we have no user input.
6879 2013-12-23  Daniel Colascione  <dancol@dancol.org>
6881         * icomplete.el: Move `provide' to end of file.
6883 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6885         * net/gnutls.el (gnutls-verify-error): Add version tag.
6887 2013-12-23  Chong Yidong  <cyd@gnu.org>
6889         * subr.el (set-transient-map): Rename from
6890         set-temporary-overlay-map.  Doc fix.
6892         * face-remap.el (text-scale-adjust):
6893         * indent.el (indent-rigidly):
6894         * kmacro.el (kmacro-call-macro):
6895         * minibuffer.el (minibuffer-force-complete):
6896         * repeat.el (repeat):
6897         * simple.el (universal-argument--mode):
6898         * calendar/todo-mode.el (todo-insert-item--next-param):
6899         * progmodes/f90.el (f90-abbrev-start): Callers changed.
6901         * indent.el (indent-rigidly): Use substitute-command-keys.
6903 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6905         * net/eww.el (eww-tag-select): Add text-property to jump to next
6906         select field.
6907         (eww): Add non-supported ftp error.
6909 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6911         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6912         comments.  Handle electric indent after typing `?' and `!'.
6914 2013-12-22  Chong Yidong  <cyd@gnu.org>
6916         * faces.el (face-spec-recalc): If the theme specs are not
6917         applicable to a frame, fall back on the defface spec.
6918         This prevents themes from obliterating faces on low-color terminals.
6920 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6922         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6923         after `{'.  We need it after block openers, and it doesn't seem
6924         to hurt after hash openers.
6926 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6928         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6929         extracted from `ruby-smie-rules'.
6930         (ruby--electric-indent-chars): New variable.
6931         (ruby--electric-indent-p): New function.
6932         (ruby-mode): Use `electric-indent-functions' instead of
6933         `electric-indent-chars'.
6935 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6937         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6938         docstring.
6939         (ruby-smie-rules): Indent plus one level after `=>'.
6941 2013-12-21  Richard Stallman  <rms@gnu.org>
6943         * simple.el (newline): Doc fix.
6945 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6947         * net/eww.el (eww-list-histories, eww-list-histories)
6948         (eww-history-browse, eww-history-quit, eww-history-kill)
6949         (eww-history-mode-map, eww-history-mode): New command and
6950         functions to list browser histories.
6951         (eww-form-text): Support text form with disabled
6952         and readonly attributes.
6953         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6955 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6957         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6958         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6959         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6960         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6961         Use `user-error'.
6962         (eww-bookmark-mode-map): Add menu.
6963         (eww-render, eww-mode): Use `setq-local'.
6964         (eww-tool-bar-map): New variable.
6965         (eww-mode): Set `tool-bar-map'.
6966         (eww-view-source): Check for `html-mode' with `fboundp'.
6968 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6970         * net/shr.el (shr--extract-best-source): Don't bug out on audio
6971         elements with text inside.  Also remove debugging.
6973 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
6975         * cus-start.el (all): Add ns-use-srgb-colorspace.
6977 2013-12-21  Chong Yidong  <cyd@gnu.org>
6979         * custom.el (custom-theme-recalc-face): Do nothing if the face is
6980         undefined.  Thus, theme settings for undefined faces do not take
6981         effect until the faces are defined with defface, the same as with
6982         theme variables.
6984         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6985         (face-spec-reset-face): Don't assign extra properties in temacs.
6986         (face-spec-recalc): Apply X resources too.
6988 2013-12-21  Chong Yidong  <cyd@gnu.org>
6990         * faces.el (face-spec-set):
6991         * cus-face.el (custom-theme-set-faces, custom-set-faces):
6992         * custom.el (defface): Doc fixes (Bug#16203).
6994         * indent.el (indent-rigidly-map): Add docstring, and move commands
6995         into named functions.
6996         (indent-rigidly-left, indent-rigidly-right)
6997         (indent-rigidly-left-to-tab-stop)
6998         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
6999         indentation direction based on bidi direction, and accumulate
7000         sequential commands in a single undo boundary.
7001         (indent-rigidly--pop-undo): New utility function.
7003 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
7005         * faces.el (read-face-name): Require crm.el when using crm-separator.
7007 2013-12-20  Daniel Colascione  <dancol@dancol.org>
7009         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
7010         so that we don't reflow comments into the shebang line.
7012 2013-12-20  Juri Linkov  <juri@jurta.org>
7014         * saveplace.el (save-place-to-alist): Add `dired-filename' as
7015         a position when `dired-directory' is non-nil.  Check integer
7016         positions with `integerp'.
7017         (toggle-save-place, save-places-to-alist): Add check for
7018         `dired-directory'.
7019         (save-place-find-file-hook): Check integer positions with
7020         `integerp'.
7021         (save-place-dired-hook): Use `dired-goto-file' when
7022         `dired-filename' is found in the assoc list.  Check integer
7023         positions with `integerp'.
7024         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
7026         * dired.el (dired-initial-position-hook): Rename back from
7027         `dired-initial-point-hook'.
7028         (dired-initial-position): Rename `dired-initial-point-hook' to
7029         `dired-initial-position-hook'.
7030         (dired-file-name-at-point): Doc fix.  (Bug#15329)
7032 2013-12-20  Juri Linkov  <juri@jurta.org>
7034         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
7035         (read-regexp-suggestions): New function.
7036         (read-regexp): Use `read-regexp-defaults-function' to get default values.
7037         Use `read-regexp-suggestions'.  Add non-empty default to history
7038         for empty input.
7039         (occur-read-regexp-defaults-function): Remove function.
7040         (occur-read-primary-args): Use `regexp-history-last' instead of
7041         `occur-read-regexp-defaults-function'.
7043         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
7044         (hi-lock-line-face-buffer, hi-lock-face-buffer)
7045         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
7046         `hi-lock-read-regexp-defaults-function'.  Doc fix.
7047         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
7048         with `find-tag-default-as-symbol-regexp'.  Doc fix.
7049         (hi-lock-read-regexp-defaults): Remove function.
7050         (hi-lock-regexp-okay): Add check for null.
7052         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
7053         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
7055         * subr.el (find-tag-default-as-symbol-regexp): New function.
7056         (find-tag-default-as-regexp): Move symbol regexp formatting to
7057         `find-tag-default-as-symbol-regexp'.
7059 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
7061         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
7062         (Bug#14179)
7064 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
7066         * calendar/todo-mode.el: New implementation of item insertion
7067         commands and key bindings.
7068         (todo-key-prompt): New face.
7069         (todo-insert-item): New command.
7070         (todo-insert-item--parameters): New defconst, replacing defvar
7071         todo-insertion-commands-args-genlist.
7072         (todo-insert-item--param-key-alist): New defconst, replacing
7073         defvar todo-insertion-commands-arg-key-list.
7074         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
7075         (todo-insert-item--argsleft, todo-insert-item--apply-args)
7076         (todo-insert-item--next-param): New functions.
7077         (todo-insert-item--args, todo-insert-item--argleft)
7078         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
7079         New variables.
7080         (todo-key-bindings-t): Change binding of "i" from
7081         todo-insertion-map to todo-insert-item.
7082         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
7083         (todo-insertion-command-name, todo-insertion-commands-names)
7084         (todo-define-insertion-command, todo-insertion-commands)
7085         (todo-insertion-key-bindings, todo-insertion-map): Remove.
7087 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
7089         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
7090         (todo-toggle-item-highlighting): Use eval-and-compile instead of
7091         eval-when-compile.
7092         (todo-move-category): Allow choosing a non-existing todo file to
7093         move the category to, and create that file.
7094         (todo-default-priority): New user option.
7095         (todo-set-item-priority): Use it.
7096         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
7097         (desktop-restore-file-buffer): Declare.
7098         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
7099         (todo-modes-set-2): Locally set desktop-save-buffer to
7100         todo-desktop-save-buffer.
7101         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
7102         (auto-mode-alist): Add autoload cookie.
7104 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
7106         * emacs-lisp/subr-x.el: Renamed from helpers.el.
7107         helpers.el was a poor choice of name.
7108         (string-remove-prefix): New function.
7109         (string-remove-suffix): New function.
7111 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
7113         Fix assignment for new window total sizes.
7114         * window.el (window--pixel-to-size): Remove function.
7115         (window--pixel-to-total-1, window--pixel-to-total):
7116         Fix calculation of new total sizes.
7118 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
7120         * comint.el (comint-output-filter): Fix rear-nonsticky property
7121         placement (Bug#16010).
7123 2013-12-20  Chong Yidong  <cyd@gnu.org>
7125         * faces.el (read-color): Minor fix for completion function.
7127 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
7129         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
7130         New option.  (Bug#16182)
7131         (ruby-smie--indent-to-stmt-p): Use it.
7132         (ruby-smie-rules): Revert the logic in the handling of `when'.
7133         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
7134         (ruby-deep-arglist, ruby-deep-indent-paren)
7135         (ruby-deep-indent-paren-style): Update docstrings to note that the
7136         vars don't have any effect with SMIE.
7138 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
7140         * calc/calc.el (calc-enter, calc-pop): Use the variable
7141         `calc-context-sensitive-enter'.
7143 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145         * net/shr.el (shr-insert): Protect against infloops in degenerate
7146         tables.
7148 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7150         * progmodes/octave.el (octave): Add link to manual and octave
7151         homepage.
7152         (octave-mode-menu): Link to octave-mode manual.
7154 2013-12-20  Leo Liu  <sdl.web@gmail.com>
7156         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
7157         insertion using skeleton-end-newline.  (Bug#16138)
7159 2013-12-20  Juri Linkov  <juri@jurta.org>
7161         * replace.el (occur-engine): Use `add-face-text-property'
7162         to add the face property to matches and titles.  (Bug#14645)
7164         * hi-lock.el (hi-green): Use lighter color "light green" closer to
7165         the palette of other hi-lock colors.
7166         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
7168 2013-12-19  Juri Linkov  <juri@jurta.org>
7170         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
7171         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
7172         (minibuffer-history-symbol): Move variable declaration closer to
7173         its usage.
7175         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
7176         (Bug#14785)
7178 2013-12-19  Juri Linkov  <juri@jurta.org>
7180         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
7181         New function.
7182         (log-edit-hook): Add it to :options.  (Bug#16170)
7184 2013-12-19  Juri Linkov  <juri@jurta.org>
7186         * simple.el (eval-expression-print-format): Don't check for
7187         command names and the last command.  Always display additional
7188         formats of the integer result in the echo area, and insert them
7189         to the current buffer only with a zero prefix arg.
7190         Display character when char-displayable-p is non-nil.
7191         (eval-expression): With a zero prefix arg, set `print-length' and
7192         `print-level' to nil, and insert the integer values from
7193         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
7195         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
7196         `eval-last-sexp-arg-internal'.  Doc fix.
7197         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
7198         `eval-last-sexp-print-value'.  Doc fix.
7199         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
7200         Set `print-length' and `print-level' to nil when arg is zero.
7201         (eval-last-sexp): Doc fix.
7202         (eval-defun-2): Print the integer values from
7203         `eval-expression-print-format' at the end.
7205         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
7206         values from `eval-expression-print-format' at the end.
7208         * ielm.el (ielm-eval-input): Print the integer
7209         values from `eval-expression-print-format' at the end.
7211 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7213         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
7214         2013-12-11T19:01:44Z!tzz@lifelogs.com.
7216 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7218         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
7219         (hl-line-highlight, global-hl-line-highlight): Use it.
7220         (hl-line-overlay): Use defvar-local.
7222 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
7224         * term/ns-win.el: Require dnd.
7225         (global-map): Remove drag items.
7226         (ns-insert-text, ns-set-foreground-at-mouse)
7227         (ns-set-background-at-mouse):
7228         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
7229         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
7230         New functions.
7232 2013-12-19  Glenn Morris  <rgm@gnu.org>
7234         * emacs-lisp/ert.el (ert-select-tests):
7235         Fix string/symbol mixup.  (Bug#16121)
7237 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
7239         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
7240         keywords to their parent.
7242 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
7244         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
7245         first arg to be a string (fixed dead code), or an operator symbol.
7246         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
7247         operator symbols.
7248         (ruby-smie-rules): Remove parent token check in the `.' clause, it
7249         did nothing.  Don't respond to `(:after ".")', it will be called
7250         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
7251         change anything.  Only return indentation for binary operators
7252         when they are hanging.  De-dent opening paren when its parent is
7253         `.', otherwise it looks bad when the dot is not at bol or eol
7254         (bug#16182).
7256 2013-12-19  Juri Linkov  <juri@jurta.org>
7258         * replace.el (query-replace-read-args): Split a non-negative arg
7259         and a negative arg into separate elements.
7260         (query-replace, query-replace-regexp, replace-string)
7261         (replace-regexp): Add arg `backward'.  Doc fix.
7262         (replace-match-maybe-edit): When new arg `backward' is non-nil,
7263         move point to the beginning of the match.
7264         (replace-search, replace-highlight): Use new arg `backward'
7265         to set the value of `isearch-forward'.
7266         (perform-replace): Add arg `backward' and use it to perform
7267         replacement backward.  (Bug#14979)
7269         * isearch.el (isearch-query-replace): Use a negative prefix arg
7270         to call `perform-replace' with a non-nil arg `backward'.
7272 2013-12-18  Juri Linkov  <juri@jurta.org>
7274         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
7275         to the default list.  Move `log-edit-show-files' to the end.
7276         Add more available functions to options.
7277         (log-edit): Move default specific settings to
7278         `log-edit-insert-message-template'.  Don't move point.
7279         (log-edit-insert-message-template): New function.
7280         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
7281         (Bug#16170)
7283 2013-12-18  Juri Linkov  <juri@jurta.org>
7285         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
7286         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
7288 2013-12-18  Leo Liu  <sdl.web@gmail.com>
7290         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
7291         (Bug#16186)
7293 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
7295         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
7296         formats for displaying file sizes when the -s switch is given.
7297         Instead, compute a separate format for displaying the size in
7298         blocks, which is displayed in addition to the "regular" size.
7299         When -h is given in addition to -s, produce size in blocks in
7300         human-readable form as well.  (Bug#16179)
7302 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
7304         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7305         Reference tables with ~\ref{...} instead of only \ref{...}.
7307 2013-12-18  Chong Yidong  <cyd@gnu.org>
7309         * cus-edit.el (custom-magic-alist): Fix "themed" description
7310         (Bug#14348).
7312         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
7313         is non-nil, do not create a new entry in the symbol's theme-value
7314         or theme-face property; update theme-settings only (Bug#14664).
7315         (custom-available-themes): Doc fix.
7317         * cus-theme.el (custom-new-theme-mode-map): Add bindings
7318         (Bug#15674).
7320         * replace.el (occur-engine): Avoid infloop (Bug#7593).
7322 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7324         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
7325         (Bug#13914).
7327 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7329         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
7331 2013-12-18  Glenn Morris  <rgm@gnu.org>
7333         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
7334         * cus-start.el (load-prefer-newer): New option.
7336 2013-12-18  Le Wang  <l26wang@gmail.com>
7338         * comint.el (comint-previous-matching-input-from-input):
7339         Retain point (Bug#13404).
7341 2013-12-18  Chong Yidong  <cyd@gnu.org>
7343         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
7345 2013-12-18  Glenn Morris  <rgm@gnu.org>
7347         * mail/emacsbug.el (report-emacs-bug):
7348         Only mention enable-multibyte-characters if non-standard.
7350 2013-12-17  Juri Linkov  <juri@jurta.org>
7352         * arc-mode.el (archive-extract-by-file): Check if directory exists
7353         before deletion to not show irrelevant errors if it doesn't exist.
7355 2013-12-17  Juri Linkov  <juri@jurta.org>
7357         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
7358         (Bug#14751)
7360         * net/eww.el (browse-web): Add alias to `eww'.
7361         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
7362         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
7364         * net/browse-url.el (browse-url-browser-function): Move `eww'
7365         closer to similar functions.
7367         * startup.el (fancy-startup-screen, fancy-about-screen):
7368         Set browse-url-browser-function to eww-browse-url locally.
7369         (Bug#14751)
7371 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7373         * window.el (window--pixel-to-total): Remove unused `mini' var.
7374         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
7375         (split-window): Remove unused `new' var.
7376         (window--display-buffer): Remove unused `frame' and `delta' vars.
7377         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
7378         and display-width'.
7380 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
7382         * dired.el (dired-mark-pop-up):
7383         * register.el (register-preview): Don't bind
7384         split-height-threshold here since it's now done in
7385         display-buffer-below-selected.
7387 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
7389         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
7390         xterm-rgb-convert-to-16bit.
7391         (rxvt-register-default-colors): Standardize with
7392         xterm-register-default-colors (Bug#14078).
7394 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7396         * simple.el (kill-region): Pass mark first, then point, so that
7397         kill-append works right (Bug#12819).
7398         (copy-region-as-kill, kill-ring-save): Likewise.
7400 2013-12-17  Leo Liu  <sdl.web@gmail.com>
7402         * net/rcirc.el (rcirc-add-face):
7403         * eshell/em-prompt.el (eshell-emit-prompt):
7404         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
7405         (Bug#16167)
7407 2013-12-17  Chong Yidong  <cyd@gnu.org>
7409         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
7410         Suggested by Xue Fuqiao.
7412 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
7414         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
7416 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7418         * net/shr.el (shr-insert-document): Remove unused var
7419         `shr-preliminary-table-render'.
7420         (shr-rescale-image): Remove unused arg `force'.
7421         (shr-put-image): Update calls accordingly.
7422         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
7424 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
7426         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
7427         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
7428         :close-all, to see which indentation method to use (Bug#16116).
7429         (smie-rules-function): Document the method :close-all.
7431 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7433         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
7435         * net/eww.el (eww-display-html): If we can't find the anchor we're
7436         looking for, then go to point-min.
7438 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
7440         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
7441         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
7442         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
7443         Expand dir too, in case it's relative.
7445 2013-12-16  Juri Linkov  <juri@jurta.org>
7447         * desktop.el (desktop-auto-save-timeout): Change default to
7448         `auto-save-timeout'.  Doc fix.
7449         (desktop-save): Skip the timestamp in desktop-saved-frameset
7450         when checking for auto-save changes.
7451         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
7452         `desktop-auto-save' is called repeatedly by the idle timer.
7453         (desktop-auto-save-set-timer): Replace `run-with-timer' with
7454         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
7455         (Bug#15331)
7457 2013-12-16  Juri Linkov  <juri@jurta.org>
7459         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
7460         (Bug#16035)
7461         (isearch-pre-command-hook): Check `this-command' for symbolp.
7463 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7465         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
7467 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
7469         * progmodes/cfengine.el (cfengine3--current-word): Remove.
7470         (cfengine3--current-function): Bring in the current-function
7471         functionality from `cfengine3--current-word'.
7472         (cfengine3-completion-function): Bring in the
7473         bounds-of-current-word functionality from
7474         `cfengine3--current-word'.
7476 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
7478         * window.el (display-buffer-below-selected):
7479         Bind split-height-threshold to 0 as suggested by Juri Linkov.
7481 2013-12-16  Leo Liu  <sdl.web@gmail.com>
7483         * progmodes/compile.el (compile-goto-error): Do not push-mark.
7484         Remove NOMSG arg and all uses changed.
7486 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7488         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
7489         (cua--deactivate-rectangle): Don't deactivate the mark.
7490         (cua-set-rectangle-mark): Don't set mark-active since
7491         cua--activate-rectangle already does it for us.
7492         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
7493         non-rectangular region.
7495         * emulation/cua-base.el (cua-repeat-replace-region):
7496         Use with-current-buffer.
7498         * net/gnutls.el: Use cl-lib.
7499         (gnutls-negotiate): `mapcan' -> cl-mapcan.
7501 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7503         * emacs-lisp/package.el (package-built-in-p): Support both
7504         built-in and the package.el converted package descriptions.
7505         (package-show-package-list): Allow keywords.
7506         (package-keyword-button-action): Use it instead of
7507         `finder-list-matches'.
7508         (package-menu-filter-interactive): Interactive filtering (by
7509         keyword) function.
7510         (package-menu--generate): Support keywords and change keymappings
7511         and headers when they are given.
7512         (package--has-keyword-p): Helper function.
7513         (package-menu--refresh): Use it.
7514         (package--mapc): Helper function.
7515         (package-all-keywords): Use it.
7516         (package-menu-mode-map): Set up menu items and keybindings to
7517         provide a filtering UI.
7519 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7521         * net/gnutls.el (gnutls-verify-error): New defcustom to control
7522         the behavior when a certificate fails validation.  Defaults to
7523         old behavior: never abort, just warn.
7524         (gnutls-negotiate): Use it.
7526 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
7528         * window.el (display-buffer-below-selected): Never split window
7529         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
7531 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
7533         * emacs-lisp/package.el (package--prepare-dependencies): New function.
7534         (package-buffer-info): Use it (bug#15108).
7536 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7538         * icomplete.el (icomplete-completions): Make sure the prefix is already
7539         displayed elsewhere before hiding it (bug#16219).
7541 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
7543         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
7544         open-paren tokens when preceded by a open-paren, too.
7545         (ruby-smie-rules): Handle virtual indentation after open-paren
7546         tokens specially.  If there is code between it and eol, return the
7547         column where is starts (Bug#16118).
7549 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
7551         * progmodes/cfengine.el: Fix `add-hook' doc.
7552         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
7553         (cfengine3--current-word): Fix parameters.
7554         (cfengine3-make-syntax-cache): Simplify further.
7555         (cfengine3-completion-function, cfengine3--current-function):
7556         Use `assq' for symbols.
7557         (cfengine3--current-function): Fix `cfengine3--current-word' call.
7559 2013-12-13  Glenn Morris  <rgm@gnu.org>
7561         * loadup.el (load-path): Warn if site-load or site-init changes it.
7562         No more need to reset it when bootstrapping.
7564 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
7566         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
7567         locations for cf-promises.
7568         (cfengine-mode-syntax-functions-regex): New caching variable.
7569         (cfengine3-fallback-syntax): Fallback syntax for cases where
7570         cf-promises doesn't run.
7571         (cfengine3--current-word): Reimplement using
7572         `cfengine-mode-syntax-functions-regex'.
7573         (cfengine3-completion-function, cfengine3--current-function):
7574         Use `cfengine3-make-syntax-cache' directly.
7575         (cfengine3-clear-syntax-cache): New function.
7576         (cfengine3-make-syntax-cache): Simplify and create
7577         `cfengine-mode-syntax-functions-regex' on demand.
7578         (cfengine3-format-function-docstring): Don't call
7579         `cfengine3-make-syntax-cache' explicitly.
7581 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
7583         Fix windmove-find-other-window broken after pixelwise resizing
7584         (Bug#16017).
7585         * windmove.el (windmove-other-window-loc): Revert change from
7586         2013-12-04.
7587         (windmove-find-other-window): Call window-in-direction.
7588         * window.el (window-in-direction): New arguments SIGN, WRAP and
7589         MINI to emulate original windmove-find-other-window behavior.
7591 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
7593         * simple.el (blink-matching--overlay): New variable.
7594         (blink-matching-open): Instead of moving point, highlight the
7595         matching paren with an overlay
7596         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
7598         * faces.el (paren-showing-faces, show-paren-match)
7599         (show-paren-mismatch): Move from paren.el.
7601 2013-12-13  Leo Liu  <sdl.web@gmail.com>
7603         * indent.el (indent-region): Disable progress reporter in
7604         minibuffer.  (Bug#16108)
7606         * bindings.el (visual-order-cursor-movement): Fix version.
7608 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7610         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
7611         Also match after beginning of line.
7612         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
7613         files.  Thanks to Russell Sim.  (Bug#15378)
7615 2013-12-13  Juri Linkov  <juri@jurta.org>
7617         * simple.el <Keypad support>: Remove key bindings duplicated
7618         with bindings.el.  (Bug#14397)
7620 2013-12-13  Juri Linkov  <juri@jurta.org>
7622         * comint.el (comint-mode-map): Replace `delete-char' with
7623         `delete-forward-char'.  (Bug#16109)
7625 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7627         * progmodes/python.el (python-indent-calculate-indentation):
7628         Fix de-denters cornercase.  (Bug#15731)
7630 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
7633         (advice--make): Pay attention to `depth'.
7634         (advice--make-1): Don't autoload commands eagerly.
7635         * emacs-lisp/elp.el (elp-instrument-function):
7636         * emacs-lisp/trace.el (trace-function-internal):
7637         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
7639         * iswitchb.el (iswitchb-mode): Don't belittle ido.
7641 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
7643         * term/w32-win.el (w32-handle-dropped-file):
7644         * startup.el (normal-top-level):
7645         * net/browse-url.el (browse-url-file-url):
7646         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
7647         decode file names using 'utf-8' rather than
7648         file-name-coding-system.
7650 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7652         * progmodes/python.el (python-indent-context)
7653         (python-indent-calculate-indentation): Fix auto-identation
7654         behavior for comment blocks.  (Bug#15916)
7656 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7658         * progmodes/python.el (python-indent-calculate-indentation):
7659         When determining indentation, don't treat "return", "pass", etc., as
7660         operators when they are just string constituents.  (Bug#15812)
7662 2013-12-12  Juri Linkov  <juri@jurta.org>
7664         * uniquify.el (uniquify-buffer-name-style): Change default to
7665         `post-forward-angle-brackets'.
7667         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
7668         `uniquify'.  Change default to `post-forward-angle-brackets'.
7670 2013-12-11  Glenn Morris  <rgm@gnu.org>
7672         * emacs-lisp/package.el (finder-list-matches):
7673         Autoload rather than falsely declaring.
7675 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
7677         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
7678         (eww-mode-map): Use them.
7680 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
7682         * window.el (display-buffer-in-side-window): Fix doc-string
7683         (Bug#16115).
7685 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
7687         * vc/vc-git.el: Silence byte-compiler warnings.
7688         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
7689         (log-edit-set-header): Declare.
7691 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
7693         * Makefile.in (custom-deps, finder-data): Run output file names
7694         through unmsys--file-name.  (Bug#16099)
7696 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7698         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
7699         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7701         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
7702         instead of deleting the selection "by hand" (bug#16098).
7703         Rely on insert-for-yank to yank rectangles.
7704         (cua-highlight-region-shift-only): Mark obsolete.
7705         (cua-mode): Don't enable/disable transient-mark-mode,
7706         shift-select-mode (cua-mode works both with and without them), and
7707         pc-selection-mode (obsolete).
7708         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
7709         (cua--deactivate-rectangle): Deactivate it.
7711         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
7712         (delete-selection-helper): Make sure yank starts at the top of the
7713         deleted region.
7714         (minibuffer-keyboard-quit): Use region-active-p.
7716         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
7718         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
7719         to `delete' (bug#16109).
7721 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7723         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
7724         info manual and show keybindings and set `:group' keyword.
7726 2013-12-11  Juri Linkov  <juri@jurta.org>
7728         * delsel.el (delete-active-region): Let-bind `this-command'
7729         to prevent `kill-region' from changing its original value.
7730         (delete-selection-helper): Handle `overwrite-mode' for the type
7731         `kill' exactly the same way as for the type `t'.
7732         (insert-char, quoted-insert, reindent-then-newline-and-indent):
7733         Support more commands.  (Bug#13312)
7735 2013-12-11  Juri Linkov  <juri@jurta.org>
7737         * bindings.el: Map kp keys to non-kp keys systematically
7738         with basic modifiers control, meta and shift.  (Bug#14397)
7740 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
7742         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
7743         "Close browser" menu items.  Fix wrong function of "List
7744         bookmarks".
7746 2013-12-11  Juri Linkov  <juri@jurta.org>
7748         * misearch.el (multi-isearch-buffers): Set the value of
7749         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
7750         arg of isearch-forward to t.
7751         (multi-isearch-buffers-regexp): Set the value of
7752         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
7753         arg of isearch-forward-regexp to t.
7754         (multi-isearch-files): Set the value of
7755         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
7756         arg of isearch-forward to t.
7757         (multi-isearch-files-regexp): Set the value of
7758         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
7759         arg of isearch-forward-regexp to t.  (Bug#16035)
7761         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
7762         arg of isearch-forward to t.
7763         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
7764         arg of isearch-forward-regexp to t.
7765         (dired-isearch-filter-filenames): Remove unnecessary check for
7766         `dired-isearch-filenames'.
7768         * comint.el (comint-history-isearch-backward):
7769         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
7770         (comint-history-isearch-backward-regexp):
7771         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
7773 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
7775         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
7776         unmsys--file-name.  (Bug#16099)
7778 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
7780         * emacs-lisp/package.el (package-keyword-button-action):
7781         Remove finder.el require dependency.
7783 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
7785         * emacs-lisp/package.el: Require finder.el.
7786         (describe-package-1): Add keyword buttons.
7787         (package-make-button): New convenience function.
7788         (package-keyword-button-action): Keyword button action using
7789         `finder-list-matches'.
7791 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
7793         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7794         last commit.
7796 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
7798         * autorevert.el (auto-revert-notify-add-watch): Do not handle
7799         symlinked files.
7801 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7803         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7804         after the end of a percent literal.
7806 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7808         * progmodes/ruby-mode.el (ruby-forward-string): Document.
7809         Handle caret-delimited strings (Bug#16079).
7811 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7813         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7814         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7815         `ruby-parse-partial' (Bug#16078).
7817 2013-12-09  Leo Liu  <sdl.web@gmail.com>
7819         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
7821 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
7823         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7824         (js-switch-indent-offset): New option.
7825         (js--proper-indentation): Use it.  And handle the case when
7826         "default" is actually a key in an object literal.
7827         (js--same-line): New function.
7828         (js--multi-line-declaration-indentation): Use it.
7829         (js--indent-in-array-comp, js--array-comp-indentation):
7830         New functions.
7831         (js--proper-indentation): Use them, to handle array comprehension
7832         continuations.
7834 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7836         * progmodes/flymake.el (flymake-highlight-line): Re-write.
7837         (flymake-make-overlay): Remove arg MOUSE-FACE.
7838         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7840 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7842         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7843         New function.
7844         (redisplay-highlight-region-function): Use it.
7846         * emulation/cua-base.el (cua--explicit-region-start)
7847         (cua--last-region-shifted): Remove.
7848         (cua--deactivate): Use deactivate-mark.
7849         (cua--pre-command-handler-1): Don't handle shift-selection.
7850         (cua--post-command-handler-1): Don't change transient-mark-mode.
7851         (cua--select-keymaps): Use region-active-p rather than
7852         cua--explicit-region-start or cua--last-region-shifted.
7853         (cua-mode): Enable shift-select-mode.
7855 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7857         * progmodes/flymake.el (flymake-popup-current-error-menu):
7858         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
7859         (flymake-posn-at-point-as-event, flymake-popup-menu)
7860         (flymake-make-emacs-menu): Remove.  (Bug#16077)
7862 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7864         * rect.el (rectangle-mark-mode): Activate mark even if
7865         transient-mark-mode is off (bug#16066).
7866         (rectangle--highlight-for-redisplay): Fix boundary condition when point
7867         is > mark and at bolp.
7869         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7870         (region-extract-function): Use it.
7871         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7872         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7873         Delete functions.
7874         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7875         kill-ring-save, kill-region, delete-char, delete-forward-char.
7876         Ignore self-insert-iso.
7878         * emulation/cua-gmrk.el (cua--init-global-mark):
7879         Ignore `self-insert-iso'.
7881         * emulation/cua-base.el (cua--prefix-copy-handler)
7882         (cua--prefix-cut-handler): Rely on region-extract-function rather than
7883         checking cua--rectangle.
7884         (cua-delete-region): Use region-extract-function.
7885         (cua-replace-region): Delete function.
7886         (cua-copy-region, cua-cut-region): Obey region-extract-function.
7887         (cua--pre-command-handler-1): Don't do the delete-selection thing.
7888         (cua--self-insert-char-p): Ignore `self-insert-iso'.
7889         (cua--init-keymaps): Don't remap delete-selection commands.
7890         (cua-mode): Use delete-selection-mode instead of rolling our own
7891         (bug#16085).
7893         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7894         Obey region-extract-function.
7896         Make registers and delete-selection-mode work on rectangles.
7897         * register.el (describe-register-1): Don't modify the register's value.
7898         (copy-to-register): Obey region-extract-function.
7899         * delsel.el (delete-active-region): Obey region-extract-function.
7901 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7903         * progmodes/flymake.el (flymake, flymake-error-bitmap)
7904         (flymake-warning-bitmap, flymake-fringe-indicator-position)
7905         (flymake-compilation-prevents-syntax-check)
7906         (flymake-start-syntax-check-on-newline)
7907         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7908         (flymake-start-syntax-check-on-find-file, flymake-log-level)
7909         (flymake-xml-program, flymake-master-file-dirs)
7910         (flymake-master-file-count-limit)
7911         (flymake-allowed-file-name-masks): Relocate.
7912         (flymake-makehash, flymake-float-time)
7913         (flymake-replace-regexp-in-string, flymake-split-string)
7914         (flymake-get-temp-dir): Remove.
7915         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7916         (flymake-current-row, flymake-selected-frame)
7917         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7918         related functions.  (Bug#16077)
7920 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
7922         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7924 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
7926         * help-fns.el (describe-function-1): Use new advice-* functions
7927         rather than old ad-* functions.  Fix function type description and
7928         source links for advised functions and subrs.
7930 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7934 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
7936         * progmodes/compile.el (compilation-start):
7937         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7939         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7940         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
7942 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7944         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7945         Touch up the last change.
7947 2013-12-06  Leo Liu  <sdl.web@gmail.com>
7949         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7950         (inferior-octave-startup): Always use "octave> " for prompt.
7951         (octave-goto-function-definition)
7952         (octave-sync-function-file-names)
7953         (octave-find-definition-default-filename): Remove redundant backquotes.
7955 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7957         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7958         syntax for `?'.
7959         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7960         where appropriate already.
7961         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7962         end of method names (Bug#15874).
7964 2013-12-06  Juri Linkov  <juri@jurta.org>
7966         * isearch.el (isearch--saved-overriding-local-map):
7967         New internal variable.
7968         (isearch-mode): Set it to the initial value of
7969         `overriding-terminal-local-map'.
7970         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7971         with `isearch--saved-overriding-local-map'.  (Bug#16035)
7973 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7975         * progmodes/octave.el (inferior-octave-completion-table):
7976         Turn back into function, use `completion-table-with-cache'
7977         (Bug#11906).  Update all references.
7979         * minibuffer.el (completion-table-with-cache): New function.
7981 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7983         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7985 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
7987         * net/eww.el (eww-current-source): New variable to store page
7988         source.
7989         (eww-display-html, eww-mode, eww-save-history)
7990         (eww-restore-history): Use it.
7991         (eww-view-source): New command to view page source.
7992         Opportunistically uses `html-mode' to highlight the buffer.
7993         (eww-mode-map): Install it.
7995 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
7997         * net/dbus.el (dbus-unregister-service)
7998         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
7999         Fix docstring.
8000         (dbus-unregister-service): Skip :serial entries in
8001         `dbus-registered-objects-table'.
8002         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
8004 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
8006         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
8007         around keywords with extra `split-string' argument.
8009 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
8011         * windmove.el (windmove-other-window-loc): Handle navigation
8012         between windows (excluding the minibuffer window - Bug#16017).
8014 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
8016         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
8017         in D-Bus type syntax.
8018         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
8019         preserve unibyte strings.  (Bug#16048)
8021 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8023         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
8024         Call force-mode-line-update is the proper buffer (bug#16042).
8026 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
8028         * vc/log-edit.el (log-edit-add-new-comment): Rename to
8029         `log-edit-remember-comment', make argument optional.  Adjust all
8030         callers.
8031         (log-edit-mode): Add `log-edit-remember-comment' to
8032         `kill-buffer-hook' locally.
8033         (log-edit-kill-buffer): Don't remember comment explicitly since
8034         the buffer is killed anyway.
8036 2013-12-04  Juri Linkov  <juri@jurta.org>
8038         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
8039         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
8041 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
8043         * notifications.el (notifications-close-notification): Call the
8044         D-Bus method with ID being a `:uint32'.  (Bug#16030)
8046 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8048         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
8050 2013-12-03  Juri Linkov  <juri@jurta.org>
8052         * progmodes/compile.el (compilation-start): Rename window alist
8053         entry `no-display-ok' to `allow-no-window'.
8055         * simple.el (shell-command): Add window alist entry
8056         `allow-no-window' to `display-buffer'.
8057         (async-shell-command): Doc fix.
8059         * window.el (display-buffer-no-window): New action function.
8060         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
8062 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
8064         * vc/log-edit.el (log-edit-set-header): Extract from
8065         `log-edit-toggle-header'.
8066         (log-edit-extract-headers): Separate the summary, when extracted
8067         from header, from the rest of the message with an empty line.
8069         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
8070         line, if present, to the Summary header.
8072 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8074         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
8075         in current-buffer (bug#16029).
8077 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
8079         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
8080         (debugger-mode-map): Bind it.
8081         (debugger--backtrace-base): New function.
8082         (debugger-eval-expression): Use it.
8083         (debugger-frame-number): Skip local vars when present.
8084         (debugger--locals-visible-p, debugger--insert-locals)
8085         (debugger--show-locals, debugger--hide-locals): New functions.
8087 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
8089         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
8090         "LC_ALL".
8091         (tramp-get-remote-locale): New defun.
8092         (tramp-open-connection-setup-interactive-shell): Use it.
8094 2013-12-02  Leo Liu  <sdl.web@gmail.com>
8096         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
8098         * progmodes/sh-script.el (sh-shell-process):
8099         * progmodes/octave.el (inferior-octave-process-live-p):
8100         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
8101         (gdb-inferior-io-sentinel):
8102         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
8104 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
8106         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
8107         `save-selected-window' to `log-edit-hide-buf'.  This makes
8108         `log-edit-show-files' idempotent.
8109         (log-edit-show-files): Mark the new window as dedicated.
8111 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
8113         * vc/log-edit.el (log-edit-mode-map): Add binding for
8114         `log-edit-kill-biffer'.
8115         (log-edit-hide-buf): Add a FIXME comment.
8116         (log-edit-add-new-comment): New function, extracted from
8117         `log-edit-done'.
8118         (log-edit-done, log-edit-add-to-changelog): Use it.
8119         (log-edit-kill-buffer): New command.
8121 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
8124         instead of killing the buffer.
8126 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
8130 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8132         * net/eww.el (eww-form-checkbox-selected-symbol)
8133         (eww-form-checkbox-symbol): New customizable variable.
8134         (eww-form-checkbox, eww-toggle-checkbox):
8135         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
8137         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
8138         (shr--get-media-pref, shr--extract-best-source): New function.
8139         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
8140         no :src tag was specified.
8142         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
8143         (eww-render): Handle `eww-use-external-browser-for-content-type'.
8144         Use \\` to match beginning of string instead of ^.
8145         (eww-browse-with-external-browser): Provide optional URL parameter.
8146         (eww-render): Set `eww-current-title' back to "".
8148         * net/shr.el (shr-tag-video): Display content for video if no
8149         poster is available.
8150         (shr-tag-audio): Add support for <audio> tag.
8152         * net/eww.el (eww-text-input-types): New const.
8153         (eww-process-text-input): Treat input types in
8154         `eww-text-input-types' as text.
8156         * net/shr.el (shr-tag-table): Fix comment typo.
8158 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8160         * net/eww.el (eww-follow-link): New command to avoid reloading
8161         pages when we follow #target links (bug#15243).
8162         (eww-quit): Special mode buffers shouldn't query before exiting.
8164 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
8166         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
8167         forms.
8169 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8171         * net/eww.el (eww-restore-history): Update the window title after
8172         moving in the history.
8173         (eww-current-dom): New variable used to save the current DOM.
8175 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
8177         * vc/log-edit.el (log-edit-mode-map): Add binding for
8178         `log-edit-beginning-of-line'.
8179         (log-edit-setup-add-author): New user option.
8180         (log-edit-beginning-of-line): New command.
8181         (log-edit): Move major mode call above the contents setup so that
8182         the local variable values are already applied.
8183         (log-edit): Only insert "Author: " when
8184         `log-edit-setup-add-author' is non-nil.
8185         (log-edit): When SETUP is non-nil, position point after ": "
8186         instead of point-min.
8188 2013-12-01  Glenn Morris  <rgm@gnu.org>
8190         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
8192 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
8194         * startup.el (fancy-splash-frame): On MS-Windows, trigger
8195         redisplay to make sure the initial frame gets a chance to become
8196         visible.  (Bug#16014)
8198 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
8200         Support resizing frames and windows pixelwise.
8201         * cus-start.el (frame-resize-pixelwise)
8202         (window-resize-pixelwise): New entries.
8203         * emacs-lisp/debug.el (debug): Use window-total-height instead
8204         of window-total-size.
8205         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
8206         * help.el (describe-bindings-internal): Use help-buffer as
8207         argument for with-help-window.
8208         (temp-buffer-max-width): New option.
8209         (resize-temp-buffer-window, help-window-setup)
8210         (with-help-window): Rewrite.
8211         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
8212         dragging dividers.
8213         * window.el (frame-char-size, window-min-pixel-height)
8214         (window-safe-min-pixel-height, window-safe-min-pixel-width)
8215         (window-min-pixel-width, window-safe-min-pixel-size)
8216         (window-combination-p, window-safe-min-size)
8217         (window-resizable-p, window--size-to-pixel)
8218         (window--pixel-to-size, window--resize-apply-p): New functions.
8219         (window-safe-min-height): Fix doc-string.
8220         (window-size, window-min-size, window--min-size-1)
8221         (window-sizable, window-sizable-p, window--min-delta-1)
8222         (window-min-delta, window--max-delta-1, window-max-delta)
8223         (window--resizable, window--resizable-p, window-resizable)
8224         (window-full-height-p, window-full-width-p, window-at-side-p)
8225         (window--in-direction-2, window-in-direction)
8226         (window--resize-reset-1, window--resize-mini-window)
8227         (window-resize, window-resize-no-error)
8228         (window--resize-child-windows-normal)
8229         (window--resize-child-windows, window--resize-siblings)
8230         (window--resize-this-window, window--resize-root-window)
8231         (window--resize-root-window-vertically)
8232         (adjust-window-trailing-edge, enlarge-window, shrink-window)
8233         (maximize-window, minimize-window, delete-window)
8234         (quit-restore-window, window-split-min-size, split-window)
8235         (balance-windows-2, balance-windows)
8236         (balance-windows-area-adjust, balance-windows-area)
8237         (window--state-get-1, window-state-get, window--state-put-1)
8238         (window--state-put-2, window-state-put)
8239         (display-buffer-record-window, window--display-buffer):
8240         Make functions handle pixelwise sizing of windows.
8241         (display-buffer--action-function-custom-type)
8242         (display-buffer-fallback-action):
8243         Add display-buffer-in-previous-window.
8244         (display-buffer-use-some-window): Resize window to height it had
8245         before.
8246         (fit-window-to-buffer-horizontally): New option.
8247         (fit-frame-to-buffer): Describe new values.
8248         (fit-frame-to-buffer-bottom-margin): Replace with
8249         fit-frame-to-buffer-margins.
8250         (window--sanitize-margin): New function.
8251         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
8252         using window-text-pixel-size.
8254 2013-11-30  Glenn Morris  <rgm@gnu.org>
8256         * emacs-lisp/bytecomp.el (byte-compile-form):
8257         Make the `interactive-only' warning like the `obsolete' one.
8258         * comint.el (comint-run):
8259         * files.el (insert-file-literally, insert-file):
8260         * replace.el (replace-string, replace-regexp):
8261         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
8262         (goto-line, insert-buffer, next-line, previous-line):
8263         Tweak `interactive-only' spec.
8265         Stop keeping (most) generated cedet grammar files in the repository.
8266         * Makefile.in (semantic): New.
8267         (compile-main): Depend on semantic.
8269 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8271         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
8272         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
8274         * uniquify.el (uniquify-buffer-name-style): Change default.
8276         * loadup.el: Preload "uniquify".
8278         * time.el (display-time-update): Update all mode lines (bug#15999).
8280         * electric.el (electric-indent-mode): Enable by default.
8281         * loadup.el: Preload "electric".
8283 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
8285         * emacs-lisp/helpers.el (string-empty-p): New function.
8286         (string-blank-p): New function.
8288 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
8290         * imenu.el (imenu--index-alist): Add missing dot to the docstring
8291         (Bug#14029).
8293 2013-11-29  Andreas Politz  <politza@fh-trier.de>
8294         * imenu.el (imenu--subalist-p): Don't error on non-conses and
8295         allow non-lambda lists as functions.
8296         (imenu--in-alist): Don't recurse into non-subalists.
8297         (imenu): Don't pass function itself as an argument (Bug#14029).
8299 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8301         * progmodes/python.el (python-mode-map): Remove binding for ":".
8302         (python-indent-electric-colon): Remove command.
8303         (python-indent-post-self-insert-function): Integrate the previous code
8304         of python-indent-electric-colon.  Make it conditional on
8305         electric-indent-mode.
8306         (python-mode): Add ?: to electric-indent-chars.
8307         Move python-indent-post-self-insert-function to the end of
8308         post-self-insert-hook.
8310 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8312         * doc-view.el (doc-view-goto-page): Update mode-line.
8314         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
8316 2013-11-27  Glenn Morris  <rgm@gnu.org>
8318         * international/charprop.el, international/uni-bidi.el:
8319         * international/uni-category.el, international/uni-combining.el:
8320         * international/uni-comment.el, international/uni-decimal.el:
8321         * international/uni-decomposition.el, international/uni-digit.el:
8322         * international/uni-lowercase.el, international/uni-mirrored.el:
8323         * international/uni-name.el, international/uni-numeric.el:
8324         * international/uni-old-name.el, international/uni-titlecase.el:
8325         * international/uni-uppercase.el:
8326         Remove generated files from VCS repository.
8328 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
8330         * filenotify.el (file-notify-add-watch): Don't special-case
8331         w32notify when computing the directory to watch.
8333 2013-11-27  Glenn Morris  <rgm@gnu.org>
8335         Make bootstrap without generated uni-*.el files possible again.
8336         * loadup.el: Update command-line-args checking for unidata-gen.
8337         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
8338         * composite.el, international/characters.el:
8339         Handle unicode tables being undefined.
8341         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
8342         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
8343         (compile-main): Depend on leim rule.
8344         (leim): New rule.
8345         * loadup.el: Move leim-list.el to leim/ subdirectory.
8346         * startup.el (normal-top-level): No more leim directory.
8347         * international/ja-dic-cnv.el (skkdic-convert):
8348         Disable version-control and autoloads in output files.
8349         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
8350         Disable version-control and autoloads in output files.
8351         * leim/quail: Move here from ../leim.
8352         * leim/quail/hangul.el (hangul-input-method-activate):
8353         Add autoload cookie.
8354         (generated-autoload-load-name): Set file-local value.
8355         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
8356         (generated-autoload-load-name): Set file-local value.
8358 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
8360         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
8361         (eww-add-bookmark): Ask confirmation when add to bookmarks.
8362         (eww-quit): Ask confirmation before quitting eww.
8364 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
8366         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
8367         reading output from Diff on MS-Windows and MS-DOS.
8369 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
8371         * emacs-lisp/helpers.el (string-reverse): New function.
8373 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
8375         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
8376         names on MS Windows, like "/[::1]:".
8378         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
8379         SWITCHES.
8381 2013-11-26  Glenn Morris  <rgm@gnu.org>
8383         * progmodes/python.el (python-indent-guess-indent-offset):
8384         Avoid corner-case error.  (Bug#15975)
8386         Preload leim-list.el.  (Bug#4789)
8387         * loadup.el: Load leim-list.el when found.
8388         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
8390 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
8392         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
8394         * emacs-lisp/helpers.el (string-join): New function.
8396 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
8398         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8399         Mark as obsolete and replace it with a symbol property.
8400         (byte-compile-form): Use new 'interactive-only property.
8401         * comint.el, files.el, replace.el, simple.el:
8402         Apply new 'interactive-only properly.
8404 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
8406         * window.el (display-buffer-at-bottom): Make sure that
8407         split-window-sensibly creates the new window on bottom
8408         (Bug#15961).
8410 2013-11-23  David Kastrup  <dak@gnu.org>
8412         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
8413         on the conflict markers when available.
8414         (smerge--get-marker): New function.
8415         (smerge-end-re, smerge-base-re): Add subgroup.
8417 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8419         * frame.el (handle-focus-in, handle-focus-out): Add missing
8420         interactive spec.
8422 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
8424         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8425         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
8427 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8429         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
8430         (gomoku--last-pos): New var.
8431         (gomoku--intangible-chars): New const.
8432         (gomoku--intangible): New function.
8433         (gomoku-mode): Use it.  Derive from special-mode.
8434         (gomoku-move-up): Adjust line count.
8435         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
8436         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
8437         Simplify accordingly.
8439         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
8440         Remove blink-cursor code.
8441         (blink-cursor-timer-function, blink-cursor-suspend):
8442         Don't special-case GUIs.
8443         (blink-cursor-mode): Use focus-in/out-hook.
8445 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
8447         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
8448         work when annotation is invisible (Bug#13886).
8450 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
8452         * json.el (json-alist-p): Only return non-nil if the alist has
8453         simple keys (Bug#13518).
8455 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
8457         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
8458         when control-statement is the first statement in a buffer (Bug#15956).
8460 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
8462         * imenu.el (imenu-generic-skip-comments-and-strings):
8463         New option (Bug#15560).
8464         (imenu--generic-function): Use it.
8466 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
8468         * minibuffer.el (completion--in-region-1): Scroll the correct window.
8469         (Bug#13898)
8471 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
8473         * emacs-lisp/helpers.el: Add some string helpers.
8474         (string-trim-left): Removes leading whitespace.
8475         (string-trim-right): Removes trailing whitespace.
8476         (string-trim): Removes leading and trailing whitespace.
8478         * subr.el (string-suffix-p): New function.
8480 2013-11-23  Glenn Morris  <rgm@gnu.org>
8482         * progmodes/python.el (python-shell-send-file):
8483         Add option to delete file when done.  (Bug#15647)
8484         (python-shell-send-string, python-shell-send-region): Use it.
8486 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
8488         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
8489         to set buffer-read-only to t, never to nil.  (Bug#15938)
8491         * textmodes/tex-mode.el (latex-noindent-environments):
8492         Add safe-local-variable property.  (Bug#15936)
8494 2013-11-23  Glenn Morris  <rgm@gnu.org>
8496         * textmodes/enriched.el (enriched-mode): Doc fix.
8497         * emacs-lisp/authors.el (authors-renamed-files-alist):
8498         Add enriched.doc -> enriched.txt.
8500         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
8502 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8504         * progmodes/octave.el (inferior-octave-startup): Spit out error
8505         message.
8507 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
8509         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8510         Improve docstring.
8511         Add :version.
8512         (ruby-encoding-magic-comment-style): Add :version.
8514 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8516         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
8517         (Bug#15076)
8518         (octave-help-mode): Adapt to change to help-mode-finish to use
8519         derived-mode-p on 2013-09-17.
8520         (inferior-octave-prompt): Also match octave-gui.
8521         (octave-kill-process): Don't ask twice.  (Bug#10564)
8523 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8525         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
8526         (inferior-octave-startup, inferior-octave-check-process)
8527         (inferior-octave-track-window-width-change)
8528         (octave-completion-at-point, octave-eldoc-function): Use it.
8529         (octave-kill-process): Provide confirmation.  (Bug#10564)
8531 2013-11-21  Leo Liu  <sdl.web@gmail.com>
8533         * progmodes/octave.el (octave-mode, inferior-octave-mode):
8534         Fix obsolete variable comment-use-global-state.
8536 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8538         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
8539         Add `octave-source-file'.
8540         (octave-source-file): New function.  (Bug#15935)
8542 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
8544         * net/eww.el (eww-local-regex): New variable.
8545         (eww): Use it to detect localhost and similar.
8547 2013-11-21  Leo Liu  <sdl.web@gmail.com>
8549         Add completion for command `ag'.
8550         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
8551         (pcomplete/ag): New function.
8552         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
8554 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8556         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
8557         (bug#14646).
8558         (make-obsolete): Remove interactive spec.
8560 2013-11-21  Glenn Morris  <rgm@gnu.org>
8562         * startup.el (command-line-1): Use path-separator with -L.
8564 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
8566         * emacs-lisp/package.el (describe-package-1): Add package archive
8567         to shown fields.
8569 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
8571         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8572         Change default to "# encoding: %s" to differentiate it from the
8573         default Ruby encoding comment template.
8575 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
8577         * ses.el (ses-mode): Doc fix.  (Bug#14748)
8579 2013-11-20  Leo Liu  <sdl.web@gmail.com>
8581         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
8583 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
8585         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
8586         when rebase or bisect are in progress.
8588 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
8590         * filenotify.el (file-notify-add-watch): Doc fix.
8592 2013-11-19  Leo Liu  <sdl.web@gmail.com>
8594         * obsolete/rcompile.el: Mark obsolete.
8596         * progmodes/compile.el (compilation-start)
8597         (compilation-goto-locus, compilation-find-file):
8598         Pass no-display-ok and handle nil value from display-buffer.
8599         (Bug#13594)
8601         * window.el (display-buffer-alist, display-buffer): Document the
8602         new parameter no-display-ok.  Return either a window or nil
8603         but never a non-window value.
8605 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8607         * electric.el (electric-indent-mode-map): Remove.
8608         (electric-indent-mode): Change the global-map instead (bug#15915).
8610         * textmodes/text-mode.el (paragraph-indent-minor-mode):
8611         Use add-function.
8613 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8615         * emacs-lisp/nadvice.el (remove-function): Align with
8616         add-function's behavior.
8618         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
8619         (gdb--string-regexp): New constant.
8620         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
8621         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
8622         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
8623         submatch 1.
8624         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
8625         Adjust use accordingly.
8626         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
8628 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
8630         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
8631         interpolation curlies (Bug#15914).
8633 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
8635         * calc/calc.el (calc-context-sensitive-enter): New variable.
8636         (calc-enter): Use `calc-context-sensitive-enter'.
8638 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
8640         * progmodes/cfengine.el: Version bump.
8641         (cfengine-cf-promises): New defcustom to locate cf-promises.
8642         (cfengine3-vartypes): Add new "data" type.
8643         (cfengine3--current-word): New function to get current name-like
8644         word or its bounds.
8645         (cfengine3--current-function): New function to look up a CFEngine
8646         function's definition.
8647         (cfengine3-format-function-docstring): New function.
8648         (cfengine3-make-syntax-cache): New function.
8649         (cfengine3-documentation-function): New function: ElDoc glue.
8650         (cfengine3-completion-function): New function: completion glue.
8651         (cfengine3-mode): Set `compile-command',
8652         `eldoc-documentation-function', and add to
8653         `completion-at-point-functions'.
8655 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
8657         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8658         `tramp-current-connection'.
8660 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
8662         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
8663         nil/self/true/false with "end of symbol".
8665 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
8667         * subr.el (version-regexp-alist): Fix a typo.
8669 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
8671         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
8672         "en_US.utf8" and "LC_CTYPE" to "".
8673         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
8674         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
8676 2013-11-15  Leo Liu  <sdl.web@gmail.com>
8678         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
8680 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8682         * progmodes/gud.el (ctl-x-map):
8683         Remove C-x SPC binding.  (Bug#12342)
8684         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
8686 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
8688         * subr.el (version-regexp-alist):
8689         Recognize hg, svn and darcs versions as snapshot versions.
8691         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
8692         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
8693         (ruby--encoding-comment-required-p): Extract from
8694         `ruby-mode-set-encoding'.
8695         (ruby-mode-set-encoding): Add the ability to always insert an
8696         utf-8 encoding comment.  Fix and simplify coding comment update
8697         logic.
8699 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
8701         * net/tramp-gvfs.el (top): Run init code only when
8702         `tramp-gvfs-enabled' is not nil.
8703         (tramp-gvfs-enabled): Check also :system bus.
8705 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8707         Sync with upstream verilog-mode revision 78e66ba.
8708         * progmodes/verilog-mode.el (verilog-end-of-defun)
8709         (verilog-type-completion, verilog-get-list): Remove unused funcs.
8710         (verilog-get-end-of-defun): Remove unused argument.
8711         (verilog-comment-depth): Remove unused local `e'.
8712         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
8713         Don't pass arg to verilog-get-end-of-defun.
8715 2013-11-14  Glenn Morris  <rgm@gnu.org>
8717         * obsolete/assoc.el (aget): Prefix dynamic variable.
8719         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
8721 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8723         * widget.el, hfy-cmap.el: Remove bogus package version number.
8725 2013-11-13  Glenn Morris  <rgm@gnu.org>
8727         * replace.el (replace-eval-replacement):
8728         Try to give more helpful error message.  (Bug#15836)
8730         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8731         (archive-7z-update): Avoid custom type mismatches.
8733         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
8735 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
8737         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
8738         address can be empty.
8740         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
8741         Accept nil SWITCHES.
8742         (tramp-gvfs-handle-write-region): Implement APPEND.
8744 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
8746         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
8747         binary "|" operator and closing block args delimiter.
8748         Remove FIXME comment referring to Ruby 1.8-only syntax.
8749         (ruby-smie--implicit-semi-p): Not after "|" operator.
8750         (ruby-smie--closing-pipe-p): New function.
8751         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
8752         (ruby-smie-rules): Indent after "|".
8754 2013-11-12  Glenn Morris  <rgm@gnu.org>
8756         * ps-print.el (ps-face-attribute-list):
8757         Handle anonymous faces.  (Bug#15827)
8759 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
8761         * window.el (display-buffer-other-frame): Fix doc-string.
8762         (Bug#15868)
8764 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8766         * subr.el (force-mode-line-update): Delete, move to buffer.c.
8768 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
8770         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
8771         (tramp-sh-handle-file-local-copy): Don't write a message when
8772         saving temporary files.
8774         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
8775         both directories are remote.
8776         (tramp-smb-handle-directory-files): Do not return double entries.
8777         Do not expand full file names.
8778         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
8779         (tramp-smb-handle-write-region): Implement APPEND.
8780         (tramp-smb-get-stat-capability): Fix a stupid bug.
8782 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8784         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
8786 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8788         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
8789         throwing error over malformed let/let* (bug#15814).
8791 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8793         * iswitchb.el (iswitchb-mode): Mark obsolete.
8795 2013-11-11  Glenn Morris  <rgm@gnu.org>
8797         * international/uni-bidi.el, international/uni-category.el:
8798         * international/uni-name.el, international/uni-numeric.el:
8799         Regenerate for Unicode 6.3.0.
8801 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
8803         * net/tramp.el (tramp-methods):
8804         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8805         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8807 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
8809         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8810         Force highlighting text after Summary keyword in doc face for rpm.
8812 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
8814         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8815         available and the word has no wildcards, append one to the grep pattern.
8816         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8817         (ispell-complete-word): Call `ispell-lookup-words' with the value
8818         independent of `ispell-look-p'.
8820 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8822         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8823         Not after "||".
8824         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8825         their parent.
8827 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8829         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
8830         (ruby-font-lock-keywords): Use backquote.
8832 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8834         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8835         (ruby-smie--backward-token): Only consider full-string matches.
8837 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
8839         * faces.el (describe-face): Add distant-foreground.
8841 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
8843         * progmodes/ruby-mode.el: Improve encoding comment handling.
8844         (ruby-encoding-magic-comment-style): New option.
8845         (ruby-custom-encoding-magic-comment-template): New option.
8846         (ruby--insert-coding-comment, ruby--detect-encoding):
8847         New functions extracted from `ruby-mode-set-encoding'.
8848         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8849         to control the style of the auto-inserted encoding comment.
8851 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8853         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8854         Use `smie-backward-sexp' with token argument.
8856 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
8858         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8859         Remove instrumentation code.
8861 2013-11-08  Glenn Morris  <rgm@gnu.org>
8863         * progmodes/autoconf.el (autoconf-mode):
8864         Tweak comment-start-skip.  (Bug#15822)
8866 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8868         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8869         at bobp (bug#15826).
8870         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8872 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
8874         * man.el (Man-start-calling): New macro, extracted from
8875         Man-getpage-in-background.
8876         (Man-getpage-in-background): Use it.
8877         (Man-update-manpage): New command.
8878         (Man-mode-map): Bind it.
8880 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8882         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8883         of "and", "or", "&&" and "||".
8884         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8885         argument.  Prohibit opening curly brace because it could only be a
8886         block opener in that position.
8887         (ruby-smie--forward-token, ruby-smie--backward-token):
8888         Separate "|" from "&" or "*" going after it.  That can happen in block
8889         arguments.
8890         (ruby-smie--indent-to-stmt): New function, seeks the end of
8891         previous statement or beginning of buffer.
8892         (ruby-smie-rules): Use it.
8893         (ruby-smie-rules): Check if there's a ":" before a curly block
8894         opener candidate; if there is, it's a hash.
8896 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8898         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8899         (cl--block-wrapper): Fix last accidental change.
8901 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
8903         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8904         Instrument, in order to hunt failure on hydra.
8906 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8908         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8909         malformed bindings form (bug#15814).
8911 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
8913         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8914         "." compared to " @ ".  This incidentally fixes some indentation
8915         examples with "do".
8916         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8917         (ruby-smie-grammar): New tokens: "and" and "or".
8918         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8919         Exclude "and" and "or".  Remove "do" in order to work around token
8920         priorities.
8921         (ruby-smie-rules): Add all infix tokens.  Handle the case of
8922         beginning-of-buffer.
8924 2013-11-06  Glenn Morris  <rgm@gnu.org>
8926         * Makefile.in (setwins_almost, setwins_for_subdirs):
8927         Avoid accidental matches.
8929 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8931         * menu-bar.el (popup-menu): Use key-binding.
8933 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
8935         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8936         menus, support also the menus produced by minor modes.
8937         (Bug#15817)
8939 2013-11-06  Leo Liu  <sdl.web@gmail.com>
8941         * thingatpt.el (thing-at-point-looking-at): Add optional arg
8942         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
8944 2013-11-06  Glenn Morris  <rgm@gnu.org>
8946         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8947         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8948         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8950 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8952         * electric.el (electric-indent-just-newline): New command.
8953         (electric-indent-mode-map): New keymap.
8954         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8955         Re-add :group which weren't redundant.
8957         * electric.el (electric-indent-local-mode): New minor mode.
8958         (electric-indent-functions-without-reindent): New var.
8959         (electric-indent-post-self-insert-function): Use it.
8960         * emacs-lisp/gv.el (buffer-local-value): Add setter.
8962 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
8964         * international/quail.el (quail-help): Be more explicit about the
8965         meaning of the labels shown on the keys.  (Bug#15800)
8967         * startup.el (normal-top-level): Load the subdirs.el files before
8968         setting the locale environment.  (Bug#15805)
8970 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8972         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8973         via arguments so as to get the right ones (bug#15418).
8975         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8977 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
8979         Fix problems found while writing a test suite.
8981         * net/tramp-compat.el (tramp-compat-load): New defun.
8982         * net/tramp.el (tramp-handle-load): Use it.
8984         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8985         "(numberp ok-if-already-exists)" correctly.
8987 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
8989         * international/characters.el (glyphless-char-display-control):
8990         Add usage note.
8992 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
8994         * progmodes/python.el (python-mode):
8995         * progmodes/scheme.el (scheme-mode):
8996         * progmodes/prolog.el (prolog-mode):
8997         * progmodes/ruby-mode.el (ruby-mode):
8998         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
8999         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
9001 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * rect.el (rectangle--highlight-for-redisplay):
9004         * emacs-lisp/smie.el (smie--next-indent-change):
9005         Use buffer-chars-modified-tick.
9007         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
9009         * electric.el (electric-indent-post-self-insert-function):
9010         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
9012 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
9014         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
9016 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
9018         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
9019         (bug#15786).
9021 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9023         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
9025         * progmodes/python.el: Fix up last change.
9026         (python-shell--save-temp-file): New function.
9027         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
9028         `string' comes from the current buffer.
9029         (python-shell-send-string-no-output): Remove `msg' arg.
9030         (python--use-fake-loc): New var.
9031         (python-shell-buffer-substring): Obey it.  Try to compensate for the
9032         extra coding line added by python-shell--save-temp-file.
9033         (python-shell-send-region): Use python-shell--save-temp-file and
9034         python-shell-send-file directly.  Add `nomain' argument.
9035         (python-shell-send-buffer): Use python-shell-send-region.
9036         (python-electric-pair-string-delimiter): New function.
9037         (python-mode): Use it.
9039 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
9041         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
9042         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
9043         environment and decoding all of the default-directory's to here
9044         from command-line.
9045         (command-line): Decode also argv[0].
9047         * loadup.el: Error out if default-directory is a multibyte string
9048         when we are dumping.
9050         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
9052 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
9054         * emacs-lisp/package.el (package-menu-mode)
9055         (package-menu--print-info, package-menu--archive-predicate):
9056         Add Archive column to package list.
9058 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
9060         Fix problems found while writing a test suite.
9062         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
9063         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
9064         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
9065         to nil when running original file name handler.  Otherwise,
9066         there are problems with constructs like "$$FOO".
9068         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
9069         for `localname'.
9071 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
9073         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
9075         * subr.el (version<, version<=, version=):
9076         Update docstrings with information for snapshot versions.
9078         * helpers.el: New library for misc helper functions.
9079         (hash-table-keys): New function returning a list of hash keys.
9080         (hash-table-values): New function returning a list of hash values.
9082 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
9084         * progmodes/ruby-mode.el (ruby-smie--forward-token)
9085         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
9087 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
9089         * textmodes/fill.el (fill-single-char-nobreak-p): New function
9090         checking whether point is after a 1-letter word.
9092 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
9094         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
9095         Don't infloop when expanding region over `multiline' syntax-type that
9096         begins a line (bug#15778).
9098 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
9101         Make it into a proper minor mode.
9102         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
9103         (rectangle-mark-mode-map): New keymap.
9104         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
9106 2013-11-04  Glenn Morris  <rgm@gnu.org>
9108         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
9110 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9112         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
9113         (ruby-smie-rules): Use smie-rule-parent instead.
9115         * emacs-lisp/smie.el (smie-rule-parent): Always call
9116         smie-indent-virtual rather than only for hanging tokens.
9117         (smie--next-indent-change): New helper command.
9119 2013-11-03  Glenn Morris  <rgm@gnu.org>
9121         * Makefile.in (abs_srcdir): Remove.
9122         (emacs): Unset EMACSLOADPATH.
9124 2013-11-02  Glenn Morris  <rgm@gnu.org>
9126         * Makefile.in (EMACS): Use a relative filename.
9127         (abs_top_builddir): Remove.
9128         (custom-deps, finder-data, autoloads): Use --chdir.
9130         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
9132         Use relative filenames in TAGS files.
9133         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
9134         (lisptagsfiles4, TAGS): Use relative file names.
9135         (TAGS-LISP): Remove.
9136         (maintainer-clean): No more TAGS-LISP file.
9138         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
9139         (lisptagsfiles4): Use absolute filenames again.
9140         (TAGS, TAGS-LISP): Not everything needs to run in one line.
9141         Remove all *loaddefs files, not just the first.  Remove esh-groups.
9142         (maintainer-clean): Delete TAGS, TAGS-LISP.
9144 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
9146         * emacs-lisp/package.el (package-version-join):
9147         Recognize snapshot versions.
9149 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
9151         * subr.el (version-regexp-alist): Add support for snapshot versions.
9153 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
9155         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
9156         New function, replacement for `smie-rule-parent' for when we want to
9157         skip over our direct parent if it's an assignment token..
9158         (ruby-smie-rules): Use it.
9160 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
9162         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
9163         unconditionally.  Remove now unnecessary forward declarations.
9164         Remove XEmacs-specific setup.
9165         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
9166         (ruby-font-lock-syntactic-keywords)
9167         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
9168         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
9169         (ruby-here-doc-end-syntax): Remove.
9170         (ruby-mode): Don't check whether `syntax-propertize-rules' is
9171         defined as function.
9173 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
9175         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
9177 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
9179         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
9180         table and abbrev table, `define-derived-mode' does that for us
9181         anyway.
9183 2013-11-01  Glenn Morris  <rgm@gnu.org>
9185         * Makefile.in: Remove manual mh-e dependencies (writing .elc
9186         files is atomic for some time, so no parallel compilation issues).
9188 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
9190         * faces.el (face-x-resources): Add :distant-foreground.
9191         (region): Use :distant-foreground for gtk and ns.
9193 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
9195         Allow multiple bibliographies when BibLaTeX is used rather than
9196         BibTeX.
9197         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
9198         (reftex-locate-bibliography-files): Us it.
9200 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
9202         * image.el (image-type-header-regexps): Fix the 'pbm' part to
9203         allow comments in pbm files.
9205         * term/w32-win.el (dynamic-library-alist): Support newer versions
9206         of libjpeg starting with v7: look only for the DLL from the
9207         version against which Emacs was built.
9208         Support versions of libpng beyond 1.4.x.
9209         Support libtiff v4.x.
9211 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
9213         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
9214         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
9215         Add property :safe.
9216         (ruby-deep-arglist): Add property :type.
9218 2013-10-31  Glenn Morris  <rgm@gnu.org>
9220         * Makefile.in (custom-deps, finder-data): No need to setq the target
9221         variables, we are in the right directory and the defaults work fine.
9223 2013-10-30  Glenn Morris  <rgm@gnu.org>
9225         * Makefile.in (autoloads): Do not use abs_lisp.
9227         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9228         `newline' does not respect `standard-output', so use `princ'.
9230 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
9232         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
9233         * buff-menu.el (Buffer-menu--unmark): New function.
9234         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
9236 2013-10-30  Glenn Morris  <rgm@gnu.org>
9238         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
9240         * emacs-lisp/package.el (lm-homepage): Declare.
9242         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
9243         Fix doc typos.
9245         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
9247         * Makefile.in (finder-data, autoloads, update-subdirs)
9248         (compile-main, compile-clean, compile-always, bootstrap-clean):
9249         Check return value of cd.
9250         (compile-calc): Remove.
9252 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9254         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
9256         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
9257         (byte-compile-and-folded): New function.
9258         (=, <, >, <=, >=): Use it.
9260         * dos-w32.el (minibuffer-history-case-insensitive-variables)
9261         (path-separator, null-device, buffer-file-coding-system)
9262         (lpr-headers-switches): Check system-type before modifying them.
9263         (find-buffer-file-type-coding-system): Mark obsolete.
9264         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
9265         find-file-not-found-set-buffer-file-coding-system.
9266         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
9267         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
9268         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
9269         (w32-direct-print-region-helper, w32-direct-print-region-function)
9270         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
9271         * startup.el (normal-top-level-add-subdirs-to-load-path):
9272         * ps-print.el (ps-print-region-function):
9273         * lpr.el (print-region-function): Use new name.
9275         * subr.el (custom-declare-variable-early): Remove function.
9276         (custom-declare-variable-list): Remove var.
9277         (error, user-error): Remove `while' loop.
9278         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
9279         (user-emacs-directory-warning, locate-user-emacs-file):
9280         Move to files.el.
9281         * simple.el (read-quoted-char-radix, read-quoted-char):
9282         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
9283         Move from subr.el.
9284         * custom.el (custom-declare-variable-list): Don't process
9285         custom-declare-variable-list.
9287         * progmodes/python.el (python-shell-get-buffer): New function.
9288         (python-shell-get-process): Use it.
9289         (python-shell-send-string): Always use utf-8 and add a cookie to tell
9290         Python which encoding was used.  Don't split-string since we only care
9291         about the first line.  Return the temp-file, if applicable.
9292         (python-shell-send-region): Tell compile.el how to turn locations in
9293         the temp-file into locations in the source buffer.
9295 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * subr.el (undefined): Add missing behavior from the C code for
9298         unbound keys.
9300         * rect.el: Use lexical-binding.  Add new rectangular region support.
9301         (rectangle-mark): New command.
9302         (rectangle--region): New var.
9303         (deactivate-mark-hook): Reset rectangle--region.
9304         (rectangle--extract-region, rectangle--insert-for-yank)
9305         (rectangle--highlight-for-redisplay)
9306         (rectangle--unhighlight-for-redisplay): New functions.
9307         (region-extract-function, redisplay-unhighlight-region-function)
9308         (redisplay-highlight-region-function): Use them to handle
9309         rectangular region.
9310         * simple.el (region-extract-function): New var.
9311         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
9312         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
9313         (kill-region): Replace obsolete `yank-handler' arg with `region'.
9314         (copy-region-as-kill, kill-ring-save): Add `region' argument.
9315         (redisplay-unhighlight-region-function)
9316         (redisplay-highlight-region-function): New vars.
9317         (redisplay--update-region-highlight): New function.
9318         (pre-redisplay-function): Use it.
9319         (exchange-point-and-mark): Don't deactivate the mark before
9320         reactivate-it anyway.
9321         * comint.el (comint-kill-region): Remove yank-handler argument.
9322         * delsel.el (delete-backward-char, backward-delete-char-untabify)
9323         (delete-char): Remove property, since it's now part of their
9324         default behavior.
9325         (self-insert-iso): Remove property since this command doesn't exist.
9327         * emacs-lisp/package.el (package--download-one-archive)
9328         (describe-package-1): Don't query the user about final newline.
9330 2013-10-29  Daniel Colascione  <dancol@dancol.org>
9332         * net/tramp.el (tramp-methods): Document new functionality.
9333         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
9334         tramp-hostname-checker if method provides one instead of scanning
9335         argument list for "%h" to decide hostname acceptability.
9337 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
9339         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9340         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9341         Handle COPY-CONTENTS.  (Bug#15737)
9343 2013-10-28  Daiki Ueno  <ueno@gnu.org>
9345         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9346         Document that this option has no effect with GnuPG 2.0 (bug#15552).
9348 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
9350         * image.el (defimage, image-load-path): Doc fixes.
9352 2013-10-27  Alan Mackenzie  <acm@muc.de>
9354         Indent statements in macros following "##" correctly.
9355         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
9356         Modify the "#" arm of a cond form to handle "#" and "##" operators.
9358 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
9360         * linum.el (linum-update-window): Fix boundary test (bug#13446).
9362 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
9364         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
9365         after `=' is probably a new expression.
9367 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9369         * man.el (man-imenu-title): New option.
9370         (Man-mode-map): Add menu.  (Bug#15722)
9371         (Man-mode): Add imenu to menu.
9373 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
9375         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
9376         specific in what the first arg can be: a non-keyword word,
9377         string/regexp/percent literal opener, opening paren, or unary
9378         operator followed directly by word.
9380 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9382         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
9383         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
9384         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
9385         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
9386         Remove vars, they do not apply any more.
9387         (prolog-mode-abbrev-table): Remove redundant declaration.
9388         (prolog-upper-case-string, prolog-lower-case-string): Remove.
9389         (prolog-use-smie): Remove.
9390         (prolog-smie-rules): Add indentation rule for the if-then-else layout
9391         supported by prolog-electric-if-then-else-flag.
9392         (prolog-mode-variables, prolog-menu): Use setq-local.
9393         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
9394         Remove binding to `Backspace' since this key doesn't exist anyway.
9395         Remove bindings for electric self-inserting keys.
9396         (prog-mode): Assume it's defined.
9397         (prolog-post-self-insert): New function.
9398         (prolog-mode): Use it.
9399         (prolog-indent-line, prolog-indent-level)
9400         (prolog-find-indent-of-matching-paren)
9401         (prolog-indentation-level-of-line, prolog-goto-comment-column)
9402         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
9403         (prolog-goto-next-paren, prolog-in-string-or-comment)
9404         (prolog-tokenize, prolog-inside-mline-comment)
9405         (prolog-find-start-of-mline-comment): Remove functions.
9406         (prolog-find-unmatched-paren, prolog-clause-end)
9407         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
9408         (prolog-electric--if-then-else): Rename from
9409         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
9410         (prolog-tokenize-searchkey): Remove const.
9411         (prolog-clause-info): Use forward-sexp.
9412         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
9413         (prolog-electric-if-then-else): Remove commands.
9414         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
9415         for use in post-self-insert-hook.
9416         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
9417         for use in post-self-insert-hook.
9418         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
9419         for use in post-self-insert-hook.
9420         (prolog-electric--underscore): Rename from prolog-electric--underscore;
9421         adapt it for use in post-self-insert-hook.
9423 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
9425         * emacs-lisp/ert.el (ert-run-tests-interactively):
9426         Use `completing-read'.  (Bug#9756)
9428 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
9430         * simple.el (line-move): Call line-move-1 instead of
9431         line-move-visual when the current window hscroll is zero, but
9432         temporary-goal-column indicates we will need to hscroll as result
9433         of the movement.  (Bug#15712)
9435 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
9437         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
9438         capitalization.  Use :visible instead of :active.
9439         Fix `ruby-indent-exp' reference.  Add menu items for the generic
9440         commands that are used with SMIE.
9441         (ruby-do-end-to-brace): Insert space after `{'.
9443 2013-10-25  John Anthony  <john@jo.hnanthony.com>
9445         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
9447         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
9449 2013-10-25  Glenn Morris  <rgm@gnu.org>
9451         * vc/vc.el (vc-print-log): Don't use a working revision unless
9452         one was explicitly specified.  (Bug#15322)
9454 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9456         * subr.el (add-to-list): Preserve return value in compiler-macro
9457         (bug#15692).
9459 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9461         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
9462         result.  Ask user to retry using '-all' flag.  (Bug#15701)
9464 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9466         * emacs-lisp/smie.el: New smie-config system.
9467         (smie-config): New defcustom.
9468         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
9469         (smie-config-guess, smie-config-save): New commands.
9470         (smie-config--mode-local, smie-config--buffer-local)
9471         (smie-config--trace, smie-config--modefuns): New vars.
9472         (smie-config--advice, smie-config--mode-hook)
9473         (smie-config--setter, smie-config-local, smie-config--get-trace)
9474         (smie-config--guess-value, smie-config--guess): New functions.
9475         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
9476         text properties.  Treat "string fence" syntax like string syntax.
9478         * progmodes/sh-script.el (sh-use-smie): Change default.
9479         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
9480         (sh-var-value): Simplify by CSE.
9481         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
9482         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
9483         is used.
9484         (sh-guess-basic-offset): Use cl-incf.
9485         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
9487 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
9489         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
9490         (bug#15699).
9492 2013-10-24  Glenn Morris  <rgm@gnu.org>
9494         * Makefile.in (abs_top_srcdir): Remove.
9495         (update-subdirs): Use relative path to update-subdirs.
9497 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
9499         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
9500         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9501         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9502         Call unmsys--file-name before expand-file-name, not after it.
9504 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
9506         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
9507         (ert-test-skipped): New error.
9508         (ert-skip, ert-stats-skipped): New defuns.
9509         (ert--skip-unless): New macro.
9510         (ert-test-skipped): New struct.
9511         (ert--run-test-debugger, ert-test-result-type-p)
9512         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
9513         (ert--stats-set-test-and-result, ert-char-for-test-result)
9514         (ert-string-for-test-result, ert-run-tests-batch)
9515         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
9516         Handle skipped tests.  (Bug#9803)
9518 2013-10-24  Glenn Morris  <rgm@gnu.org>
9520         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
9522         * Makefile.in (abs_top_srcdir): New, set by configure.
9523         (update-subdirs): Correct build-aux location.
9525 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
9527         * vc/vc.el (vc-print-root-log): Always set `default-directory'
9528         value, whether we could auto-deduce `backend', or not.
9530         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
9531         with parameters" example.  Simplify the "is it block or is it
9532         hash" check, but also make it more thorough.
9534 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
9536         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
9538 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9540         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
9541         { if it is hanging.
9543         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
9544         :before ";".
9546 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
9548         * progmodes/compile.el (compilation-directory-matcher)
9549         (compilation-page-delimiter):
9550         Support GNU Make-4.0 directory quoting.  (Bug#15678)
9552 2013-10-23  Leo Liu  <sdl.web@gmail.com>
9554         * ido.el (ido-tidy): Handle read-only text.
9556 2013-10-23  Glenn Morris  <rgm@gnu.org>
9558         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
9559         (emacs, compile, compile-always):
9560         Quote entities that might contain whitespace.
9561         (custom-deps, finder-data, autoloads): Use abs_lisp.
9562         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9563         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9564         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
9566 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
9568         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
9569         Use `following-char'.
9571 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9573         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
9574         * progmodes/ruby-mode.el (ruby-smie-rules):
9575         Remove corresponding workaround.  Fix indentation rule of ";" so it
9576         also applies when ";" is the parent.
9578 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
9580         * frame.el (display-screens, display-pixel-height)
9581         (display-pixel-width, display-mm-width, display-backing-store)
9582         (display-save-under, display-planes, display-color-cells)
9583         (display-visual-class, display-monitor-attributes-list):
9584         Mention the optional ‘display’ argument in doc strings.
9586 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
9588         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
9589         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
9591 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
9593         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
9594         TODO.  Add "." after " @ ".
9595         (ruby-smie--at-dot-call): New function.  Checks if point at method
9596         call with explicit target.
9597         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
9598         to the method name tokens when it precedes them.
9599         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
9600         (ruby-smie-rules): Add rule for indentation before and after "."
9601         token.
9603 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         * textmodes/remember.el (remember-diary-extract-entries):
9606         Avoid add-to-list.
9608         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
9609         an instruction.
9611 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
9613         * progmodes/ruby-mode.el (ruby-smie-grammar):
9614         Add (almost) all infix operators.
9615         (ruby-smie--implicit-semi-p): Add new operator chars.
9617         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9618         `smie-down-list'.
9619         (ruby-smie--args-separator-p): Check that there's no newline
9620         between method call and its arguments.
9622 2013-10-20  Alan Mackenzie  <acm@muc.de>
9624         Allow comma separated lists after Java "implements".
9626         * progmodes/cc-engine.el (c-backward-over-enum-header):
9627         Parse commas.
9628         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
9629         from a "disallowed" list in enum fontification.
9631 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
9633         * startup.el (default-frame-background-mode): Remove unused defvar.
9635         * progmodes/verilog-mode.el (verilog-mode): Don't set
9636         comment-indent-function globally.
9638 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
9640         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
9641         Move Info menu item creation to ns-win.el.
9643         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
9644         in menu bar.
9646         * menu-bar.el: Move GNUstep specific menus...
9648         * term/ns-win.el (ns-initialize-window-system): ... to here.
9650 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9652         * simple.el (newline): Only run post-self-insert-hook when
9653         called interactively.
9655 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
9657         * icomplete.el (icomplete-with-completion-tables): Add :version.
9659 2013-10-19  Alan Mackenzie  <acm@muc.de>
9661         Fix fontification bugs with constructors and const.
9663         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
9664         CASE 2) Remove the check for the absence of a suffix construct
9665         after a function declaration with only types (no identifiers) in
9666         the parentheses.  Also, accept a function declaration with just a
9667         type inside the parentheses, if this type can be positively
9668         recognised as such, or if a prefix keyword like "explicit" nails
9669         down the construct as a declaration.
9671 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
9673         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
9674         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
9675         the problem whereby selecting a menu item that leads to a
9676         minibuffer prompt moves the cursor out of the minibuffer window,
9677         making it hard to type at the prompt.  Suggested by Stefan Monnier
9678         <monnier@iro.umontreal.ca>.
9680 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
9682         * menu-bar.el: Don't make Services menu.
9684 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9686         * ffap.el: Handle "/usr/include/c++/<version>" directories.
9687         (ffap-alist): Use ffap-c++-mode for c++-mode.
9688         (ffap-c++-path): New variable.
9689         (ffap-c++-mode): New function.
9691 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
9693         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
9695 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
9697         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
9698         introduced on 2013-09-08, which results in an infinite loop
9699         requesting a password.
9701 2013-10-18  Glenn Morris  <rgm@gnu.org>
9703         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
9705 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
9707         Sync with upstream verilog-mode revision 1a6ecec7.
9708         * progmodes/verilog-mode.el (verilog-mode-version): Update.
9709         (verilog-mode-release-date): Remove.
9710         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
9711         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
9712         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9713         (verilog-auto-tieoff-ignore-regexp)
9714         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
9715         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
9716         (verilog-signals-with, verilog-dir-cache-preserving)
9717         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
9718         Doc fixes.
9719         (verilog-case-fold): New option, to control case folding in
9720         regexp searches, bug597.
9721         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
9722         (verilog-string-match-fold, verilog-in-paren-count)
9723         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
9724         (verilog-at-close-struct-p): New functions.
9725         (verilog-beg-block-re-ordered, verilog-extended-case-re)
9726         (verilog-forward-sexp, verilog-set-auto-endcomments)
9727         (verilog-leap-to-case-head): Handle "unique0" case.
9728         (verilog-in-constraint-re): New constant.
9729         (verilog-keywords, verilog-type-font-keywords):
9730         Add some SystemVerilog 1800-2012 keywords.
9731         (verilog-label-be): Remove unimplemented argument, bug669.
9732         (verilog-batch-execute-func): When batch expanding clear
9733         create-lockfiles to prevent spurious user locks when a file ends
9734         up not changing.
9735         (verilog-calculate-indent, verilog-calc-1)
9736         (verilog-at-close-constraint-p, verilog-at-constraint-p)
9737         (verilog-do-indent): Fix indentation of nested constraints
9738         and structures.
9739         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
9740         (verilog-auto-inst-param): Use verilog-string-match-fold.
9741         (verilog-read-inst-module-matcher):
9742         Fix AUTOINST on gate primitives with #1.
9743         (verilog-read-decls): Fix double-declaring user-defined typed signals.
9744         Reads all user-defined typed variables.
9745         (verilog-read-defines): Fix reading definitions inside comments, bug647.
9746         (verilog-signals-matching-regexp)
9747         (verilog-signals-not-matching-regexp, verilog-auto):
9748         Respect verilog-case-fold.
9749         (verilog-diff-report): Fix line count.
9750         (verilog-auto-assign-modport): Remove unused local `modi'.
9751         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
9752         better handle multidimensional arrays.
9753         Fix packed array ports misadding bit index in AUTOINST, bug637.
9754         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
9755         to not double-declare existing outputs and inputs, respectively.
9756         (verilog-template-map): Bind U to verilog-sk-uvm-component.
9757         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
9758         (verilog-sk-uvm-component): New skeleton.
9759         (verilog-submit-bug-report): Add verilog-case-fold,
9760         remove verilog-mode-release-date.
9762 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
9764         * subr.el (sit-for): Call (input-pending-p t) so as to behave
9765         as before.
9767 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
9769         * textmodes/remember.el (remember): Set buffer-offer-save in
9770         remember buffers (bug#13566).
9772 2013-10-18  Daniel Colascione  <dancol@dancol.org>
9774         When evaluating forms in ielm, direct standard output to ielm
9775         buffer.  Add new ielm-return-for-effect command.  Remove trailing
9776         whitespace throughout.
9778         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
9779         (ielm-return-for-effect): New command.
9780         (ielm-send-input): Accept optional `for-effect' parameter.
9781         (ielm-eval-input): Accept optional `for-effect' parameter.
9782         Bind `standard-output' to stream we create using
9783         `ielm-standard-output-impl'.  Suppress printing result when
9784         `for-effect'.
9785         (ielm-standard-output-impl): New function.
9786         (inferior-emacs-lisp-mode): Explain new features in documentation.
9788 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
9790         Code cleanup.
9792         * net/tramp.el (tramp-debug-message): Do not check for connection
9793         buffer.
9794         (tramp-message): Use "vector" connection property.
9796         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9797         (tramp-equal-remote, tramp-eshell-directory-change)
9798         * net/tramp-adb.el (tramp-adb-handle-copy-file)
9799         (tramp-adb-handle-rename-file)
9800         * net/tramp-cmds.el (tramp-list-remote-buffers)
9801         (tramp-cleanup-connection, tramp-cleanup-this-connection)
9802         * net/tramp-compat.el (tramp-compat-process-running-p)
9803         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9804         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9805         (tramp-gvfs-handle-rename-file)
9806         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9807         (tramp-set-file-uid-gid)
9808         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9809         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9810         of `file-remote-p'.
9812         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9813         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9814         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9815         (tramp-gw-open-network-stream): Suppress unrelated traces.
9817         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9818         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9819         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9820         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9821         connection property.
9823         * net/tramp-cache.el (top): Suppress traces when reading
9824         persistency file.
9826         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9827         Refactor common code.  Improve debug message.
9828         (tramp-maybe-open-connection)
9829         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9830         connection buffer too early.
9832         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9833         from `tramp-smb-actions-with-acl'.
9834         (tramp-smb-actions-set-acl): New defconst.
9835         (tramp-smb-handle-copy-directory)
9836         (tramp-smb-action-get-acl): New defun, renamed from
9837         `tramp-smb-action-with-acl'.
9838         (tramp-smb-action-set-acl): New defun.
9839         (tramp-smb-handle-set-file-acl): Rewrite.
9841 2013-10-17  Glenn Morris  <rgm@gnu.org>
9843         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
9845 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9847         * skeleton.el (skeleton-newline): Remove.
9848         (skeleton-internal-1): Use (insert "\n") instead.
9850         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9851         let-bindings.
9853         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9854         forward-sexp-function while we redo its job (bug#15613).
9856 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
9858         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9859         represented by lists.
9861 2013-10-16  Glenn Morris  <rgm@gnu.org>
9863         * tmm.el (tmm--history): New dynamic variable.
9864         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
9866 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
9868         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9869         (tramp-smb-errors): Add error messages.
9870         (tramp-smb-actions-with-acl): New defconst.
9871         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9872         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9873         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9874         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9875         (tramp-smb-get-stat-capability): Fix tests.
9877 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9879         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9880         (bug#15580).
9882 2013-10-16  Glenn Morris  <rgm@gnu.org>
9884         * ansi-color.el (ansi-color-drop-regexp):
9885         Add 1J, 1K, 2K.  (Bug#15617)
9887         * files.el (hack-local-variables--warned-lexical): New.
9888         (hack-local-variables):
9889         Warn about misplaced lexical-binding.  (Bug#15616)
9891         * net/eww.el (eww-render): Always set eww-current-url,
9892         and update header line.  (Bug#15622)
9893         (eww-display-html): ... Rather than just doing it here.
9895 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
9897         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9898         menu navigations commands.
9900 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9902         * progmodes/subword.el (subword-capitalize): Be careful when
9903         the search for [[:alpha:]] fails (bug#15580).
9905 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
9907         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9908         to commands that scroll the menu.
9910 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
9912         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9913         Handle methods ending with `?' and `!'.
9915 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
9917         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9918         `japanese-cp932' to `cp932' to fix the problem where saving a
9919         source file written in Shift_JIS twice would end up having
9920         `coding: japanese-cp932' which Ruby could not recognize.
9921         (ruby-mode-set-encoding): Add support for encodings mapped to nil
9922         in `ruby-encoding-map'.
9923         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9924         doesn't need to be explicitly declared in magic comment.
9925         (ruby-encoding-map): Add type declaration for better customize UI.
9927 2013-10-13  Glenn Morris  <rgm@gnu.org>
9929         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9930         Occur buffers are read-only.  http://bugs.debian.org/720775
9932         * emacs-lisp/authors.el (authors-fixed-entries):
9933         Comment out old alpha stuff.
9935 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
9937         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9938         to `after-save-hook' instead of `before-save-hook'.
9939         (ruby-mode-set-encoding): Use the value of coding system used to
9940         write the file.  Call `basic-save-buffer-1' after modifying the
9941         buffer.
9943 2013-10-13  Alan Mackenzie  <acm@muc.de>
9945         Fix indentation/fontification of Java enum with
9946         "implements"/generic.
9948         * progmodes/cc-engine.el (c-backward-over-enum-header):
9949         Extracted from the three other places and enhanced to handle generics.
9950         (c-inside-bracelist-p): Uses new function above.
9951         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9952         function above.
9953         (c-font-lock-enum-tail): Uses new function above.
9955 2013-10-13  Kenichi Handa  <handa@gnu.org>
9957         * international/mule-cmds.el (select-safe-coding-system): Remove a
9958         superfluous condition in chekcing whether a coding system is safe
9959         or not.
9961 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
9963         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
9965 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
9967         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
9969 2013-10-13  Glenn Morris  <rgm@gnu.org>
9971         * menu-bar.el (menu-bar-update-buffers):
9972         Unify Buffers menu prompt string.  (Bug#15576)
9974         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
9976         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9977         Add some entries.
9978         (authors-fixed-entries): Use accented form of name.
9980 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9983         method calls (bug#15594).
9984         (ruby-smie--args-separator-p): New function.
9985         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9986         recognize paren-free method calls.
9988         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9989         internals of universal-argument.
9991 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
9993         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
9994         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
9995         dropped menu on second mouse click on the menu bar.
9997 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9999         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
10000         (explicit-shell-file-name): Declare.
10001         (sh--vars-before-point, sh--cmd-completion-table): New functions.
10002         (sh-completion-at-point-function): New function.
10003         (sh-mode): Use it.
10004         (sh-smie--keyword-p): Remove unused argument.
10005         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
10006         vars.
10007         (sh-set-shell): Always setup SMIE, even if we use the
10008         old indentation code.
10010 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
10012         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
10013         cases of ? and =.
10014         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
10015         predicate would return nil are almost non-existent.
10016         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
10018         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
10019         cache also after commands that modify the buffer but don't move
10020         point.
10022 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10024         * env.el (substitute-env-in-file-name): New function.
10025         (substitute-env-vars): Extend the meaning of the optional arg.
10027 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
10029         * term/w32-win.el (dynamic-library-alist): Define separate lists
10030         of GIF DLLs for versions before and after 5.0.0 of giflib.
10031         (Bug#15531)
10033 2013-10-10  João Távora  <joaotavora@gmail.com>
10035         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
10036         not locked, use last revision and current source as
10037         defaults.  (Bug#15569)
10039 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
10041         * menu-bar.el (menu-bar-open): Don't use popup-menu if
10042         menu-bar is hidden.
10044 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
10046         * window.el (pop-to-buffer-same-window): Fix doc-string.
10047         (Bug#15492)
10049 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10051         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
10053 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
10055         * calendar/icalendar.el (icalendar-import-file):
10056         Fix interactive spec.  (Bug#15482)
10058 2013-10-10  Glenn Morris  <rgm@gnu.org>
10060         * desktop.el (desktop-save): Default to saving in .emacs.d,
10061         since PWD is no longer in desktop-path by default.  (Bug#15319)
10063         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
10064         now that text mode has a menu with the same entry.
10065         (menu-bar-text-mode-auto-fill): Remove now unused func.
10066         * textmodes/text-mode.el (text-mode-map):
10067         Use auto-fill help text from menu-bar.el.
10069 2013-10-10  John Anthony  <john@jo.hnanthony.com>
10071         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
10073 2013-10-09  Juri Linkov  <juri@jurta.org>
10075         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
10076         instead of this-command-keys.  Add universal-argument-more and
10077         universal-argument-minus to the list of prefix commands.  (Bug#15568)
10079 2013-10-09  Glenn Morris  <rgm@gnu.org>
10081         * vc/vc-svn.el (vc-svn-create-repo):
10082         Expand paths in file://... url.  (Bug#15446)
10084         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
10085         Add some entries.
10086         (authors): Remove unused local variables.
10088 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10090         * profiler.el: Create a more coherent calltree from partial backtraces.
10091         (profiler-format): Hide the tail with `invisible' so that C-s can still
10092         find the hidden elements.
10093         (profiler-calltree-depth): Don't recurse so enthusiastically.
10094         (profiler-function-equal): New hash-table-test.
10095         (profiler-calltree-build-unified): New function.
10096         (profiler-calltree-build): Use it.
10097         (profiler-report-make-name-part): Indent the calltree less.
10098         (profiler-report-mode): Add visibility specs for profiler-format.
10099         (profiler-report-expand-entry, profiler-report-toggle-entry):
10100         Expand the whole subtree when provided with a prefix arg.
10102 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
10104         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
10105         iuwu-mod token.
10106         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
10107         hanging iuwu-mod token.
10108         (ruby-smie--forward-token): Do not include a dot after a token in
10109         that token.
10110         (ruby-smie--backward-token): Likewise.
10112 2013-10-08  Juri Linkov  <juri@jurta.org>
10114         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
10115         to isearch-other-control-char.
10116         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
10117         and isearch-post-command-hook to post-command-hook.
10118         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
10119         and isearch-post-command-hook from post-command-hook.
10120         (isearch-unread-key-sequence)
10121         (isearch-reread-key-sequence-naturally)
10122         (isearch-lookup-scroll-key, isearch-other-control-char)
10123         (isearch-other-meta-char): Remove functions.
10124         (isearch-pre-command-hook, isearch-post-command-hook):
10125         New functions based on isearch-other-meta-char rewritten
10126         relying on the new behavior of overriding-terminal-local-map
10127         that does not replace the local keymaps any more.  (Bug#15200)
10129 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
10131         Support menus on text-mode terminals.
10132         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
10133         functionality.
10135         * tooltip.el (tooltip-mode): Don't error out on TTYs.
10137         * menu-bar.el (popup-menu, popup-menu-normalize-position):
10138         Move here from mouse.el.
10139         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
10140         and arrow keys.
10141         (tty-menu-navigation-map): New map for TTY menu navigation.
10143         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
10145         * frame.el (display-mouse-p): Report text-mode mouse as available
10146         on w32.
10147         (display-popup-menus-p): Report availability if mouse is
10148         available; don't condition on window-system.
10150         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
10151         (tty-menu-selected-face): New faces.
10153 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10155         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
10156         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
10157         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
10158         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
10159         New constants.
10160         (lisp-mode-variables): New `elisp' argument.
10161         (emacs-lisp-mode): Use it.
10162         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
10163         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
10165         * indent.el: Use lexical-binding.
10166         (indent-region): Add progress reporter.
10167         (tab-stop-list): Make it implicitly extend to infinity by repeating the
10168         last step.
10169         (indent--next-tab-stop): New function to implement this behavior.
10170         (tab-to-tab-stop, move-to-tab-stop): Use it.
10172 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
10174         * indent.el (indent-rigidly--current-indentation): New function.
10175         (indent-rigidly-map): New var.
10176         (indent-rigidly): Use it to provide interactive mode (bug#8196).
10178 2013-10-08  Bastien Guerry  <bzg@gnu.org>
10180         * register.el (insert-register): Fix 2013-10-07 change.
10182 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10184         * progmodes/perl-mode.el: Use lexical-binding.
10185         Remove redundant :group args.
10186         (perl-nochange): Change default to be closer to other major modes's
10187         standard behavior.
10188         (perl-indent-line): Don't consider text on current line as a
10189         valid beginning of function from which to indent.
10191         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
10192         with more than one argument (bug#15538).
10194         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
10196         * vc/pcvs.el: Use lexical-binding.
10197         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
10198         environment of `eval'.
10199         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
10200         than a list of expressions.  Adjust callers.
10201         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
10203 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
10205         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
10206         case of the dot in a chained method call being on the following line.
10208 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10210         * electric.el (electric-indent-inhibit): New var.
10211         (electric-indent-post-self-insert-function): Use it.
10212         * progmodes/python.el (python-mode): Set it.
10214         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
10215         open braces.
10217         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
10219         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
10220         (css-mode): Use electric-indent-chars.
10222         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
10223         (font-lock-beg, font-lock-end): Move before first use.
10224         (nxml-mode): Use syntax-propertize-function.
10225         (nxml-after-change, nxml-after-change1): Adjust accordingly.
10226         (nxml-extend-after-change-region): Remove.
10227         * nxml/xmltok.el: Use lexical-binding.
10228         (xmltok-save): Use `declare'.
10229         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
10230         * nxml/nxml-util.el: Use lexical-binding.
10231         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
10232         Use `declare'.
10233         * nxml/nxml-ns.el: Use lexical-binding.
10234         (nxml-ns-save): Use `declare'.
10235         (nxml-ns-prefixes-for): Avoid add-to-list.
10236         * nxml/rng-match.el: Use lexical-binding.
10237         (rng--ipattern): Use cl-defstruct.
10238         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
10239         (rng-cons-group-after, rng-subst-group-after)
10240         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
10241         Use closures instead of `(lambda...).
10243 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
10245         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
10246         of BEG and END.
10248         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10249         Use `tramp-handle-insert-file-contents'.
10250         (tramp-gvfs-handle-insert-file-contents): Remove function.
10252         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10253         Use `save-restriction' in order to keep markers.
10255         * net/trampver.el: Update release number.
10257 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * progmodes/compile.el (compilation-parse-errors):
10260         Use compilation--put-prop.
10261         (compilation--ensure-parse): Check compilation-multiline.
10263         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
10265         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
10266         lexical-binding.
10268         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
10270         * progmodes/ruby-mode.el: Fix recently added tests.
10271         (ruby-smie-grammar): Add - and +.
10272         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
10273         (ruby-smie--backward-id): New functions.
10274         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
10275         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
10276         any more.
10278 2013-10-07  Leo Liu  <sdl.web@gmail.com>
10280         * register.el (register-preview-delay)
10281         (register-preview-functions): New variables.
10282         (register-read-with-preview, register-preview)
10283         (register-describe-oneline): New functions.
10284         (point-to-register, window-configuration-to-register)
10285         (frame-configuration-to-register, jump-to-register)
10286         (number-to-register, view-register, insert-register)
10287         (copy-to-register, append-to-register, prepend-to-register)
10288         (copy-rectangle-to-register): Use register-read-with-preview to
10289         read register.  (Bug#15525)
10291 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
10293         * net/network-stream.el (network-stream-open-starttls): Don't add
10294         --insecure if it's already present, because that gnutls-cli
10295         rejects getting that parameter twice.
10297 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
10299         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
10300         keyword, too.
10302 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
10304         * newcomment.el (comment-use-global-state): Change default value
10305         to t, mark obsolete (Bug#15251).
10306         (comment-beginning): In addition to `comment-to-syntax', check the
10307         value of `comment-use-global-state'.
10309 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10311         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
10312         (ruby-comment-column): Follow the global default, by default.
10313         (ruby-smie-grammar): Add assignment syntax.
10314         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
10315         open-paren, a comma, or a \.
10316         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
10317         and line continuations.
10318         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
10319         followed by implicit semi-colons.  Add rule for string concatenation
10320         and for indentation at BOB.
10321         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
10323         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
10324         calling next-sexp, since next-token may have skipped chars which
10325         next-sexp doesn't know should be skipped!
10327 2013-10-05  Leo Liu  <sdl.web@gmail.com>
10329         * progmodes/octave.el (octave-send-region):
10330         Call compilation-forget-errors.
10332 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
10334         * vc/vc-svn.el (vc-svn-find-admin-dir):
10335         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
10336         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
10337         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
10338         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
10340 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
10344 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10346         * subr.el (read-passwd): Hide chars even when called within a context
10347         where after-change-functions is disabled (bug#15501).
10348         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
10349         until we removed ourself from overriding-terminal-local-map.
10351 2013-10-04  Leo Liu  <sdl.web@gmail.com>
10353         * progmodes/octave.el (inferior-octave-mode):
10354         Call compilation-forget-errors.
10356 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
10358         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
10360 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
10362         * net/secrets.el (secrets-create-collection): Add optional
10363         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
10364         dbus-call-method argument.  (Bug#15516)
10366 2013-10-04  Leo Liu  <sdl.web@gmail.com>
10368         * progmodes/octave.el (inferior-octave-error-regexp-alist)
10369         (inferior-octave-compilation-font-lock-keywords): New variables.
10370         (compilation-error-regexp-alist)
10371         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
10372         (inferior-octave-mode): Use compilation-shell-minor-mode.
10374 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
10376         * minibuffer.el (completion--replace): Be careful that `end' might be
10377         a marker.
10379 2013-10-03  Daiki Ueno  <ueno@gnu.org>
10381         Add support for package signature checking.
10382         * emacs-lisp/package.el (url-http-file-exists-p)
10383         (epg-make-context, epg-context-set-home-directory)
10384         (epg-verify-string, epg-context-result-for)
10385         (epg-signature-status, epg-signature-to-string)
10386         (epg-check-configuration, epg-configuration)
10387         (epg-import-keys-from-file): Declare.
10388         (package-check-signature): New user option.
10389         (package-unsigned-archives): New user option.
10390         (package-desc): Add `signed' field.
10391         (package-load-descriptor): Set `signed' field if .signed file exists.
10392         (package--archive-file-exists-p): New function.
10393         (package--check-signature): New function.
10394         (package-install-from-archive): Check package signature.
10395         (package--download-one-archive): Check archive signature.
10396         (package-delete): Remove .signed file.
10397         (package-import-keyring): New command.
10398         (package-refresh-contents): Import default keyring.
10399         (package-desc-status): Add "unsigned" status.
10400         (describe-package-1, package-menu--print-info)
10401         (package-menu-mark-delete, package-menu--find-upgrades)
10402         (package-menu--status-predicate): Support "unsigned" status.
10404 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10406         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
10407         the new compilation scheme using the new byte-codes.
10409         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
10410         (byte-pophandler): New byte codes.
10411         (byte-goto-ops): Adjust accordingly.
10412         (byte-compile--use-old-handlers): New var.
10413         (byte-compile-catch): Use new byte codes depending on
10414         byte-compile--use-old-handlers.
10415         (byte-compile-condition-case--old): Rename from
10416         byte-compile-condition-case.
10417         (byte-compile-condition-case--new): New function.
10418         (byte-compile-condition-case): New function that dispatches depending
10419         on byte-compile--use-old-handlers.
10420         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
10421         when we can.
10423         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10424         Optimize under `condition-case' and `catch' if
10425         byte-compile--use-old-handlers is nil.
10426         (disassemble-offset): Handle new bytecodes.
10428 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10430         * subr.el (error): Use `declare'.
10431         (decode-char, encode-char): Use advertised-calling-convention instead
10432         of the docstring to discourage use of the `restriction' arg.
10434 2013-10-03  Daiki Ueno  <ueno@gnu.org>
10436         * epg.el (epg-verify-file): Add a comment saying that it does not
10437         notify verification error as a return value nor a signal.
10438         (epg-verify-string): Ditto.
10440 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10442         * progmodes/compile.el (compilation-start): Try globbing the arg to
10443         `cd' (bug#15417).
10445 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
10447         Sync with Tramp 2.2.8.
10449         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
10450         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
10451         * net/trampver.el: Update release number.
10453 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
10455         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10456         and default-process-coding-system for darwin only.
10458 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10460         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
10462 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
10464         * vc/vc-git.el (vc-git-grep): Disable pager.
10466 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
10468         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
10469         Use :url instead of :homepage, as per
10470         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
10472         * newcomment.el (comment-beginning): When `comment-use-syntax' is
10473         non-nil, use `syntax-ppss' (Bug#15251).
10475 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10477         * progmodes/octave.el (inferior-octave-startup-file):
10478         Prefer ~/.emacs.d/init_octave.m.
10480 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
10482         * emacs-lisp/package.el (package-desc-from-define):
10483         Accept additional arguments as plist, convert them to an alist and store
10484         them in the `extras' slot.
10485         (package-generate-description-file): Convert extras alist back to
10486         plist and append to the `define-package' form arguments.
10487         (package--alist-to-plist): New function.
10488         (package--ac-desc): Add `extras' slot.
10489         (package--add-to-archive-contents): Check if the archive-contents
10490         vector is long enough, and if it is, pass its `extras' slot value
10491         to `package-desc-create'.
10492         (package-buffer-info): Call `lm-homepage', pass the returned value
10493         to `package-desc-from-define'.
10494         (describe-package-1): Render the homepage button (Bug#13291).
10496         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10497         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
10499 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
10501         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10502         and default-process-coding-system to utf-8-unix (Bug#15402).
10504 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
10506         * subr.el (looking-back): Do not recommend using looking-back.
10508 2013-09-28  Alan Mackenzie  <acm@muc.de>
10510         Fix indentation/fontification of Java enum with "implements".
10512         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
10513         regexp which matches "implements", etc., in Java.
10514         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
10515         specifier clauses coming after "enum".
10516         * progmodes/cc-fonts.el (c-font-lock-declarations)
10517         (c-font-lock-enum-tail): Check for extra specifier clauses coming
10518         after "enum".
10520 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
10522         * faces.el (region): Change ns_selection_color to
10523         ns_selection_fg_color, add ns_selection_bg_color.
10525 2013-09-28  Leo Liu  <sdl.web@gmail.com>
10527         * progmodes/octave.el (inferior-octave-completion-table)
10528         (inferior-octave-completion-at-point): Minor tweaks.
10530         * textmodes/ispell.el (ispell-lookup-words): Rename from
10531         lookup-words.  (Bug#15460)
10532         (lookup-words): Obsolete.
10533         (ispell-complete-word, ispell-command-loop): All uses changed.
10535 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10537         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
10538         (octave-mode-menu): Add octave-send-buffer.
10539         (octave-send-buffer): New function.
10541 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10543         * progmodes/octave.el (octave-mode-map): Add key binding for
10544         octave-lookfor.
10545         (octave-mode-menu): Add octave-lookfor.
10546         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
10547         octave-lookfor.
10548         (octave-lookfor): New function.
10550 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10552         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
10553         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
10554         its convention.
10555         (cl--loop-set-iterator-function): New function.
10556         (cl-loop): Adjust accordingly, so as not to use cl-subst.
10557         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
10558         Bind `it' with `let' instead of substituting it with `cl-subst'.
10559         (cl--unused-var-p): New function.
10560         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
10561         Eliminate some unused variable warnings (bug#15326).
10563 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
10565         * doc-view.el (doc-view-scale-reset): Rename from
10566         `doc-view-reset-zoom-level'.
10567         (doc-view-scale-adjust): New command.
10568         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
10569         `doc-view-scale-adjust'.
10571 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
10573         * doc-view.el (doc-view-reset-zoom-level): New command.
10574         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
10575         zoom commands (bug#15466).
10577 2013-09-26  Kenichi Handa  <handa@gnu.org>
10579         * international/quail.el (quail-help): Make it not a command.
10581 2013-09-26  Leo Liu  <sdl.web@gmail.com>
10583         * minibuffer.el (completion-all-sorted-completions): Make args
10584         optional as they are.
10586 2013-09-25  Daniel Colascione  <dancol@dancol.org>
10588         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
10589         specs are and that they're not evaluated.
10591 2013-09-24  Sam Steingold  <sds@gnu.org>
10593         * midnight.el (clean-buffer-list-kill-regexps)
10594         (clean-buffer-list-kill-buffer-names): Update for the new Man
10595         buffer naming which includes the object name.
10597 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10599         * eshell/esh-cmd.el (eshell--sep-terms): New var.
10600         (eshell-parse-command, eshell-parse-pipeline): Use it since
10601         eshell-separate-commands requires a dynamic scoped var.
10602         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
10604 2013-09-23  Leo Liu  <sdl.web@gmail.com>
10606         * autoinsert.el (auto-insert-alist): Make the value of
10607         lexical-binding match its file setting.
10609 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
10611         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
10613         * autoarg.el (autoarg-kp-digit-argument):
10614         * electric.el (Electric-command-loop):
10615         * kmacro.el (kmacro-step-edit-insert):
10616         Do not set universal-argument-num-events.
10618 2013-09-22  Leo Liu  <sdl.web@gmail.com>
10620         * files.el (interpreter-mode-alist): Add octave.
10622 2013-09-21  Alan Mackenzie  <acm@muc.de>
10624         C++: fontify identifier in declaration following "public:" correctly.
10625         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
10626         to match "public", etc.
10627         (c-decl-prefix-re): Add ":" into the C++ value.
10628         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
10629         bit.  Add a check for a ":" preceded by "public", etc.
10631 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
10633         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
10634         recognized by GDB 7.5 and later.
10636 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
10638         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
10640 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10642         * subr.el (internal--call-interactively): New const.
10643         (called-interactively-p): Use it (bug#3984).
10645 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
10647         * vc/pcvs.el (cvs-mode-ignore):
10648         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
10649         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
10651 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10653         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
10654         (eshell-ls-orig-insert-directory): Remove.
10655         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
10656         (eshell-ls-use-in-dired): Use advice-add/remove.
10657         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
10658         Add `orig-fun' arg for use in :around advice.
10659         Make it check (redundantly) eshell-ls-use-in-dired.
10661 2013-09-19  Glenn Morris  <rgm@gnu.org>
10663         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
10665         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
10667         * emacs-lisp/eieio.el (class-parent): Undo previous change.
10669 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
10671         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
10672         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
10673         (tramp-get-remote-python): New defuns.
10674         (tramp-get-remote-uid-with-perl)
10675         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
10676         contributed by yary <not.com@gmail.com> (tiny change).
10677         (tramp-get-remote-uid-with-python)
10678         (tramp-get-remote-gid-with-python): New defuns.  Python code
10679         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
10680         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
10682 2013-09-19  Glenn Morris  <rgm@gnu.org>
10684         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
10686         * eshell/em-unix.el (eshell-remove-entries):
10687         Rename argument to avoid name-clash with global `top-level'.
10689         * eshell/esh-proc.el (eshell-kill-process-function):
10690         Remove eshell-reset-after-proc from eshell-kill-hook if present.
10691         (eshell-reset-after-proc): Remove unused arg `proc'.
10693         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
10694         (directory-files-and-attributes): Mark unused arg.
10696         * eshell/em-unix.el (eshell-remove-entries):
10697         Remove unused arg `path'.  Update callers.
10699         * eshell/em-hist.el (eshell-hist-parse-arguments):
10700         Remove unused arg `silent'.  Update callers.
10702         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
10703         Fix (f)boundp mix-up.
10705         * eshell/em-smart.el (eshell-smart-scroll-window)
10706         (eshell-disable-after-change):
10707         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
10709 2013-09-18  Alan Mackenzie  <acm@muc.de>
10711         Fix fontification of type when followed by "const".
10712         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
10713         "known" types from fontification.
10715 2013-09-18  Glenn Morris  <rgm@gnu.org>
10717         * emacs-lisp/chart.el (x-display-color-cells): Declare.
10718         (chart-face-list): Drop Emacsen without display-color-p.
10720         * net/eww.el (libxml-parse-html-region): Declare.
10721         (eww-display-html): Explicit error if no libxml2 support.
10723         * doc-view.el (doc-view-mode): Silence --without-x compilation.
10725         * image.el (image-type-from-buffer, image-multi-frame-p):
10726         Remove --without-x warning/error.
10728         * mouse.el (mouse-yank-primary):
10729         * term.el (term-mouse-paste):
10730         Reorder to silence --without-x compilation.
10732         * mpc.el (doc-view-mode): Silence --without-x compilation.
10734         * mail/rmailmm.el (rmail-mime-set-bulk-data):
10735         Silence --without-x compilation.
10737         * progmodes/gud.el (gud-find-file, gud-mode):
10738         Silence --without-x compilation.
10739         (tooltip-mode): Declare.
10741         * wdired.el (dired-backup-overwrite): Remove declaration.
10742         (wdired-mode-map): Add doc string.
10744         * custom.el (x-get-resource): Declare.
10746         * eshell/em-glob.el (ange-cache):
10747         * eshell/em-unix.el (ange-cache): Declare.
10749         * faces.el (x-display-list, x-open-connection, x-get-resource):
10750         Declare.
10752         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
10753         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
10754         Declare.
10756         * frame.el (x-display-grayscale-p, x-display-name): Declare.
10758         * net/gnutls.el (gnutls-log-level): Declare.
10760         * net/shr.el (image-size, image-animate): Declare.
10762         * simple.el (font-info): Declare.
10764         * subr.el (x-popup-dialog): Declare.
10766         * term/common-win.el (x-select-enable-primary)
10767         (x-last-selected-text-primary, x-last-selected-text-clipboard):
10768         Declare.
10770         * term/ns-win.el (x-handle-args): Declare.
10772         * term/x-win.el (x-select-enable-clipboard): Declare.
10774         * term/w32-win.el (create-default-fontset): Declare.
10776         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
10777         Declare.
10779         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
10780         (fit-frame-to-buffer): Explicit error if --without-x.
10781         (mouse-autoselect-window-select): Silence compiler.
10783         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10785         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
10786         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
10787         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
10788         * eshell/esh-util.el (eshell-sublist):
10789         Remove unused local variables.
10791         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10793         * textmodes/two-column.el: Make 2C-split work for --without-x.
10794         (scroll-bar-columns): Autoload.
10795         (top-level): Require fringe when compiling.
10797 2013-09-18  Leo Liu  <sdl.web@gmail.com>
10799         * subr.el (add-hook): Robustify to handle closure as well.
10801 2013-09-17  Glenn Morris  <rgm@gnu.org>
10803         * simple.el (messages-buffer-mode-map): Unbind "g".
10805 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * help-mode.el (help-mode-finish): Use derived-mode-p.
10808         Remove obsolete highlighting.
10810         * play/life.el (life-mode): Use define-derived-mode.  Derive from
10811         special-mode.
10812         (life): Let-bind inhibit-read-only.
10813         (life-setup): Avoid `setq'.  Use `life-mode'.
10815         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10816         which should not be needed any more.
10817         (package-menu-refresh, package-menu-describe-package): Use user-error.
10819         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10820         (eshell-post-rewrite-command-hook): Make obsolete.
10821         (eshell-parse-command): Simplify.
10822         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10823         (eshell--cmd): Declare.
10824         (eshell-parse-pipeline): Remove unused var `final-p'.
10825         Pass a dynvar to eshell-post-rewrite-command-hook.
10826         Implement the new eshell-post-rewrite-command-function.
10827         (eshell-invoke-directly): Remove unused arg `input'.
10828         * eshell/esh-io.el (eshell-io-initialize):
10829         Use eshell-post-rewrite-command-function (bug#15399).
10830         (eshell--apply-redirections): Rename from eshell-apply-redirections;
10831         adjust to new calling convention.
10832         (eshell-create-handles): Rename args to avoid clashing with dynvar
10833         `standard-output'.
10835 2013-09-17  Glenn Morris  <rgm@gnu.org>
10837         * simple.el (messages-buffer-mode): New major mode.
10838         (messages-buffer): New function.
10839         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10840         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10841         (ert-run-test): Use `messages-buffer' function.
10842         (ert--force-message-log-buffer-truncation): Ignore read-only.
10843         * help.el (view-echo-area-messages): Use `messages-buffer' function.
10844         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10846 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10848         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10850         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10852 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10854         * icomplete.el (icomplete-in-buffer): New var.
10855         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10856         vars and replace them with functions.
10857         (icomplete-minibuffer-setup): Adjust accordingly.
10858         (icomplete--completion-table, icomplete--completion-predicate)
10859         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10860         New functions.
10861         (icomplete-forward-completions, icomplete-backward-completions)
10862         (icomplete-simple-completing-p, icomplete-exhibit)
10863         (icomplete-completions): Use them.
10864         (icomplete--in-region-buffer): New var.
10865         (icomplete--in-region-setup): New function.
10866         (icomplete-mode): Use it.
10868         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10869         (bug#15379).
10870         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10871         return args and options.
10872         (eshell-eval-using-options): Use the new return value of
10873         eshell--do-opts to set the options's vars in their scope.
10874         (eshell--set-option): Rename from eshell-set-option.
10875         Add arg `opt-vals'.
10876         (eshell--process-option): Rename from eshell-process-option.
10877         Add arg `opt-vals'.
10878         (eshell--process-args): Use an `opt-vals' alist to store the options's
10879         values during their processing and return them additionally to the
10880         remaining args.
10882 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
10884         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10885         continuation character an operator, as far as indentation is
10886         concerned (Bug#15369).
10888 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
10890         * window.el (window--state-put-2): Don't process buffer state
10891         when buffer doesn't exist any more (Bug#15382).
10893 2013-09-15  Glenn Morris  <rgm@gnu.org>
10895         * eshell/em-unix.el (eshell/rm):
10896         Make -f ignore missing files.  (Bug#15373)
10898         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
10899         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10900         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10902 2013-09-14  Glenn Morris  <rgm@gnu.org>
10904         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10906 2013-09-13  Glenn Morris  <rgm@gnu.org>
10908         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10909         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
10911 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
10913         * frame.el (x-focus-frame): Mark as declared in frame.c.
10915 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10917         * ls-lisp.el: Use advice-add.
10918         (original-insert-directory): Remove.
10919         (ls-lisp--insert-directory): Rename from insert-directory; add
10920         `orig-fun' argument.
10921         (insert-directory): Advise.
10923 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
10925         * term.el (term-emulate-terminal): Decode the command string
10926         before passing it to term-command-hook.  (Bug#15337)
10928 2013-09-13  Glenn Morris  <rgm@gnu.org>
10930         * eshell/esh-util.el (ange-cache): Move declaration earlier.
10932         * eshell/esh-ext.el (eshell-search-path): Declare.
10934         * eshell/em-prompt.el (eshell/pwd): Autoload it.
10935         Otherwise an error occurs if eshell-dirs module not loaded.
10937         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10939 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
10941         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10942         `tramp-check-proper-host'.  Check for a valid method name.
10944         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10945         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10946         * net/tramp-sh.el (tramp-maybe-open-connection):
10947         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10949         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10950         also for hash values.
10952 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * term/ns-win.el (parameters): Don't declare as dynamic.
10955         (before-make-frame-hook): Don't add ineffective function.
10957         * eshell/*.el: Use lexical-binding (bug#15231).
10959 2013-09-12  Kenichi Handa  <handa@gnu.org>
10961         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10963 2013-09-12  Glenn Morris  <rgm@gnu.org>
10965         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10966         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10968         * subr.el (do-after-load-evaluation): Also give compiler warnings
10969         when obsolete files are used (except by obsolete files).
10971         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10972         in the status output, assume `filename' is the first.  (Bug#15322)
10974         * vc/vc.el (vc-deduce-fileset): Doc fix.
10976         * calc/calc-help.el (Info-goto-node):
10977         * progmodes/cperl-mode.el (Info-find-node):
10978         * vc/ediff.el (Info-goto-node): Update declarations.
10980         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10982         * vc/vc-bzr.el (vc-compilation-mode): Declare.
10983         (vc-bzr-pull): Require vc-dispatcher.
10984         * vc/vc-git.el (vc-compilation-mode): Declare.
10985         (vc-git-pull): Require vc-dispatcher.
10987         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10989         * progmodes/octave.el (help-button-action): Declare.
10991         * shell.el (shell-directory-tracker): Output error as a message
10992         rather than just returning it as a string.
10993         (shell-process-pushd): Remove useless use of message.
10995         * dframe.el (dframe-timer-fn):
10996         * files.el (dir-locals-read-from-file):
10997         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
10998         (mpc-format):
10999         * reveal.el (reveal-post-command):
11000         * saveplace.el (load-save-place-alist-from-file):
11001         * shell.el (shell-resync-dirs):
11002         * w32-common-fns.el (x-get-selection-value):
11003         * emacs-lisp/copyright.el (copyright-find-copyright):
11004         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
11005         * emulation/tpu-edt.el (tpu-copy-keyfile):
11006         * play/bubbles.el (bubbles--mark-neighbourhood):
11007         * progmodes/executable.el
11008         (executable-make-buffer-file-executable-if-script-p):
11009         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
11011 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11013         Cleanup Eshell to rely less on dynamic scoping.
11014         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
11015         last-value, and ext-command here.  Bind `args' closer to `body'.
11016         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
11017         (eshell--args): Declare new dynamic var.
11018         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
11019         last-value, and ext-command.  Pass `args' to `body'.
11020         (eshell-process-args): Bind eshell--args.
11021         (eshell-set-option): Use eshell--args.
11022         * eshell/eshell.el (eshell): Use derived-mode-p.
11023         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
11024         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
11025         (eshell-glob-function): Declare.
11026         * eshell/esh-util.el: Require cl-lib.
11027         (eshell-read-hosts-file): Avoid add-to-list.
11028         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
11029         `err'.
11030         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
11031         Declare.
11032         (eshell/diff): Remove unused var `err'.
11033         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
11034         `killflag'.
11035         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
11036         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
11037         first use.
11038         * eshell/em-glob.el (eshell-glob-matches, message-shown):
11039         Move declaration before first use.
11040         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
11041         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
11042         rely on cl-return.
11044 2013-09-12  Glenn Morris  <rgm@gnu.org>
11046         * term/ns-win.el (global-map): Remove binding for ispell-next,
11047         deleted 1999-05-29.  (Bug#15357)
11049 2013-09-11  Glenn Morris  <rgm@gnu.org>
11051         * echistory.el (electric-command-history): Remove call to deleted func.
11053         * play/landmark.el (landmark-mode): Fix typos.
11055         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
11056         Check cvs-sort-ignore-file is bound.
11058         * savehist.el: No need for cl when compiling on Emacs.
11060 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11062         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
11063         (bug#15338).
11064         (eshell-self-insert-command, eshell-send-invisible):
11065         Remove unused argument.
11066         (eshell-handle-control-codes): Remove unused var `orig'.
11067         Avoid delete-backward-char.
11069         * files.el (set-auto-mode): Simplify a bit further.
11071 2013-09-11  Glenn Morris  <rgm@gnu.org>
11073         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
11074         (set-auto-mode): Don't regexp-quote elements.
11075         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
11076         * progmodes/cc-mode.el (interpreter-mode-alist):
11077         * progmodes/ruby-mode.el (interpreter-mode-alist):
11078         Revert previous change.
11080 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11082         * play/snake.el (snake-mode):
11083         * play/mpuz.el (mpuz-mode):
11084         * play/landmark.el (lm-mode):
11085         * play/blackbox.el (blackbox-mode):
11086         * play/5x5.el (5x5-mode):
11087         * obsolete/options.el (Edit-options-mode):
11088         * net/quickurl.el (quickurl-list-mode):
11089         * net/newst-treeview.el (newsticker-treeview-mode):
11090         * mail/rmailsum.el (rmail-summary-mode):
11091         * mail/mspools.el (mspools-mode):
11092         * locate.el (locate-mode):
11093         * ibuffer.el (ibuffer-mode):
11094         * emulation/ws-mode.el (wordstar-mode):
11095         * emacs-lisp/debug.el (debugger-mode):
11096         * array.el (array-mode):
11097         * net/eudc.el (eudc-mode): Use define-derived-mode.
11098         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
11099         Move initialization into declaration.
11100         (mairix-searches-mode): Use define-derived-mode.
11101         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
11102         (eudc-edit-hotlist): Use dolist.
11103         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
11104         (Man-mode): Use define-derived-mode.
11105         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
11106         (Info-edit-mode): Use define-derived-mode.
11107         (Info-cease-edit): Use Info-mode.
11108         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
11109         into declaration.
11110         (eshell-mode): Use define-derived-mode.
11111         * chistory.el (command-history-mode-map): Rename from
11112         command-history-map.
11113         (command-history-mode): Use define-derived-mode.
11114         (Command-history-setup): Remove function.
11115         * calc/calc.el (calc-trail-mode-map): New var.
11116         (calc-trail-mode): Use define-derived-mode.
11117         (calc-trail-buffer): Set calc-main-buffer manually.
11118         * bookmark.el (bookmark-insert-annotation): New function.
11119         (bookmark-edit-annotation): Use it.
11120         (bookmark-edit-annotation-mode): Make it a proper major mode.
11121         (bookmark-send-edited-annotation): Use derived-mode-p.
11122         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
11123         closer to its ideal place.  Use \' to match EOS.
11125         * profiler.el (profiler-calltree-find): Use function-equal.
11127 2013-09-10  Glenn Morris  <rgm@gnu.org>
11129         * files.el (interpreter-mode-alist): Convert to regexps.
11130         (set-auto-mode): Adapt for this.  (Bug#15306)
11131         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
11132         Comment out unused variable.
11133         * progmodes/cc-mode.el (interpreter-mode-alist):
11134         * progmodes/python.el (interpreter-mode-alist):
11135         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
11136         * progmodes/sh-script.el (sh-set-shell):
11137         No longer use interpreter-mode-alist to get list of shells.
11139         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
11141 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11143         * simple.el: Use set-temporary-overlay-map for universal-argument.
11144         (universal-argument-map): Don't use default-bindings (bug#15317).
11145         Bind switch-frame explicitly.  Replace universal-argument-minus with
11146         a conditional binding.
11147         (universal-argument-num-events, saved-overriding-map): Remove.
11148         (restore-overriding-map): Remove.
11149         (universal-argument--mode): Rename from save&set-overriding-map,
11150         and rewrite.
11151         (universal-argument, universal-argument-more, negative-argument)
11152         (digit-argument): Adjust accordingly.
11153         (universal-argument-minus): Remove.
11154         (universal-argument-other-key): Remove.
11156         * subr.el (with-demoted-errors): Add `format' argument.
11158 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
11160         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
11161         `tramp-cleanup-connection'.
11163         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
11164         parameters KEEP-DEBUG and KEEP-PASSWORD.
11166         * net/tramp.el (tramp-file-name-handler):
11167         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11168         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11169         (tramp-maybe-open-connection):
11170         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11171         Use `tramp-cleanup-connection'.
11173         * net/tramp-sh.el (tramp-maybe-open-connection):
11174         Catch 'uname-changed inside the progress reporter.
11176 2013-09-10  Glenn Morris  <rgm@gnu.org>
11178         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
11180         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
11181         returns "alternate access method" in mode (eg "-rw-r--r--.").
11183 2013-09-08  Glenn Morris  <rgm@gnu.org>
11185         * saveplace.el (load-save-place-alist-from-file):
11186         Demote errors.  (Bug#15305)
11188 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
11190         Improve compatibility with older Emacsen, and XEmacs.
11192         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
11193         only if it is bound.  It isn't for XEmacs.
11194         (with-tramp-progress-reporter): Do not let-bind `result'.
11195         This yields to scoping errors in XEmacs.
11196         (tramp-handle-make-auto-save-file-name): New function, moved from
11197         tramp-sh.el.
11199         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
11200         for `make-auto-save-file-name'.
11201         (tramp-adb--gnu-switches-to-ash):
11202         Use `tramp-compat-replace-regexp-in-string'.
11204         * net/tramp-cache.el (tramp-cache-print): Call
11205         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
11207         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
11208         bound.  It isn't for XEmacs.
11210         * net/tramp-compat.el (tramp-compat-copy-file):
11211         Catch `wrong-number-of-arguments' error.
11212         (tramp-compat-replace-regexp-in-string): New defun.
11214         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
11215         for `make-auto-save-file-name'.
11216         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
11217         `copy-file'.
11218         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
11219         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
11220         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
11222         * net/tramp-gw.el (tramp-gw-open-network-stream):
11223         Use `tramp-compat-replace-regexp-in-string'.
11225         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11226         Call `tramp-handle-make-auto-save-file-name'.
11227         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
11228         (tramp-sh-file-gvfs-monitor-dir-process-filter)
11229         (tramp-sh-file-inotifywait-process-filter):
11230         Use `tramp-compat-replace-regexp-in-string'.
11231         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
11233         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
11234         for `make-auto-save-file-name'.
11235         (tramp-smb-handle-copy-directory):
11236         Call `tramp-compat-replace-regexp-in-string'.
11237         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
11238         (tramp-smb-handle-copy-file): Improve error message.
11239         (tramp-smb-handle-rename-file): Rename directly only in case
11240         `newname' does not exist yet.  This is a restriction of smbclient.
11241         (tramp-smb-maybe-open-connection): Rerun the function only when
11242         `auth-sources' is non-nil.
11244 2013-09-08  Kenichi Handa  <handa@gnu.org>
11246         * international/characters.el: Set category "^" (Combining) for
11247         more characters.
11249 2013-09-07  Alan Mackenzie  <acm@muc.de>
11251         Correctly fontify Java class constructors.
11252         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
11253         in Java Mode.
11254         (c-recognize-typeless-decls): Set the Java value to t.
11255         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11256         While handling a "(", add a check for, effectively, Java, and handle a
11257         "typeless" declaration there.
11259 2013-09-07  Roland Winkler  <winkler@gnu.org>
11261         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
11262         field subtitle for entry type book.
11264 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11266         * minibuffer.el: Make minibuffer-complete call completion-in-region
11267         rather than other way around.
11268         (completion--some, completion-pcm--find-all-completions):
11269         Don't delay signals when debugging.
11270         (minibuffer-completion-contents): Beware fields within the
11271         minibuffer contents.
11272         (completion-all-sorted-completions): Use defvar-local.
11273         (completion--do-completion, completion--cache-all-sorted-completions)
11274         (completion-all-sorted-completions, minibuffer-force-complete):
11275         Add args `beg' and `end'.
11276         (completion--in-region-1): New fun, extracted from minibuffer-complete.
11277         (minibuffer-complete): Use completion-in-region.
11278         (completion-complete-and-exit): New fun, extracted from
11279         minibuffer-complete-and-exit.
11280         (minibuffer-complete-and-exit): Use it.
11281         (completion--complete-and-exit): Rename from
11282         minibuffer--complete-and-exit.
11283         (completion-in-region--single-word): New function, extracted from
11284         minibuffer-complete-word.
11285         (minibuffer-complete-word): Use it.
11286         (display-completion-list): Make `common-substring' argument obsolete.
11287         (completion--in-region): Call completion--in-region-1 instead of
11288         minibuffer-complete.
11289         (completion-help-at-point): Pass boundaries to
11290         minibuffer-completion-help as args rather than via an overlay.
11291         (completion-pcm--string->pattern): Use `any-delim'.
11292         (completion-pcm--optimize-pattern): New function.
11293         (completion-pcm--pattern->regex): Handle `any-delim'.
11294         * icomplete.el (icomplete-forward-completions)
11295         (icomplete-backward-completions, icomplete-completions):
11296         Adjust calls to completion-all-sorted-completions and
11297         completion--cache-all-sorted-completions.
11298         (icomplete-with-completion-tables): Default to t.
11299         * emacs-lisp/crm.el (crm--current-element): Rename from
11300         crm--select-current-element.  Don't put an overlay but return the
11301         boundaries instead.
11302         (crm--completion-command): Take two new args to bind to the boundaries.
11303         (crm-completion-help): Adjust accordingly.
11304         (crm-complete): Use completion-in-region.
11305         (crm-complete-word): Use completion-in-region--single-word.
11306         (crm-complete-and-exit): Use completion-complete-and-exit.
11308 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11310         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
11311         than dynamically.
11313 2013-09-06  Juri Linkov  <juri@jurta.org>
11315         * info.el (Info-display-images-node): When image file doesn't exist
11316         display text version of the image if it's provided in the Info file.
11317         Otherwise, display the location of missing image from SRC attribute.
11318         Add help-echo text property from ALT attribute.  (Bug#15279)
11320 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11322         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
11323         (edit-abbrevs-mode): Use define-derived-mode.
11325         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
11326         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
11327         that it's defined.
11328         (epa-key-list-mode, epa-key-mode, epa-info-mode):
11329         Use define-derived-mode.
11331         * epg.el (epg-start-encrypt): Minor CSE simplification.
11333 2013-09-06  William Xu  <william.xwl@gmail.com>
11335         * arc-mode.el: Add support for 7za (bug#15264).
11336         (archive-7z-program): New var.
11337         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11338         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
11339         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
11341 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
11343         Remove URL syntax.
11345         * net/tramp.el (tramp-syntax, tramp-prefix-format)
11346         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
11347         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
11348         (tramp-postfix-host-format, tramp-file-name-regexp)
11349         (tramp-completion-file-name-regexp)
11350         (tramp-completion-dissect-file-name)
11351         (tramp-handle-substitute-in-file-name): Remove 'url case.
11352         (tramp-file-name-regexp-url)
11353         (tramp-completion-file-name-regexp-url): Remove constants.
11355 2013-09-06  Glenn Morris  <rgm@gnu.org>
11357         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
11359 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
11361         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
11362         keywords" below "here-doc beginnings" (Bug#15270).
11364 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11366         * subr.el (pop): Use `car-safe'.
11367         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
11368         to detect unused `pop' return value.
11370         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
11371         var `block-regexp'.
11372         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
11373         (python-fill-string): Remove unused var `marker'.
11374         (python-skeleton-add-menu-items): Remove unused var `items'.
11376         * international/mule-cmds.el: Require CL.
11377         (find-coding-systems-for-charsets): Avoid add-to-list.
11378         (sanitize-coding-system-list): New function, extracted from
11379         select-safe-coding-system-interactively.
11380         (select-safe-coding-system-interactively): Use it.
11381         (read-input-method-name): Accept symbols for `default'.
11383         * emacs-lisp/advice.el (defadvice): Add indent rule.
11385 2013-09-05  Daniel Hackney  <dan@haxney.org>
11387         * dired-x.el:
11388         * net/ange-ftp.el:
11389         * net/browse-url.el:
11390         * net/dbus.el:
11391         * net/eudc.el:
11392         * net/eudcb-ldap.el:
11393         * net/eww.el:
11394         * net/imap.el:
11395         * printing.el:
11396         * vc/ediff-diff.el:
11397         * vc/ediff-init.el:
11398         * vc/ediff-merg.el:
11399         * vc/ediff-mult.el:
11400         * vc/ediff-util.el:
11401         * vc/ediff-wind.el:
11402         * vc/ediff.el:
11403         * vc/emerge.el:
11404         * vc/pcvs.el:
11405         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
11406         byte compiler.  Remove some unused let-bound variables.
11408 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11410         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
11411         a "ref-cell", since it gets better optimized (bug#14883).
11413 2013-09-05  Glenn Morris  <rgm@gnu.org>
11415         * progmodes/cc-awk.el (c-forward-sws): Declare.
11417 2013-09-04  Glenn Morris  <rgm@gnu.org>
11419         * generic-x.el [rul-generic-mode]: Require cc-mode.
11420         (c++-mode-syntax-table): Declare.
11421         (rul-generic-mode-syntax-table): Init in the defvar.
11423 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11425         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
11426         (vc-do-command, vc-set-async-update):
11427         * vc/vc-mtn.el (vc-mtn-dir-status):
11428         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
11429         (vc-hg-pull, vc-hg-merge-branch):
11430         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
11431         (vc-git-merge-branch):
11432         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
11433         (vc-cvs-dir-status-files):
11434         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
11435         (vc-bzr-dir-status-files):
11436         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
11437         * vc/vc-annotate.el: Use lexical-binding.
11438         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
11439         (vc-sentinel-movepoint): Declare.
11440         (vc-annotate): Don't use `goto-line'.
11441         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
11442         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
11443         (vc-sentinel-movepoint): Declare.
11444         * vc/vc-svn.el: Use lexical-binding.
11445         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
11446         * vc/vc-sccs.el:
11447         * vc/vc-rcs.el: Use lexical-binding.
11449         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
11450         `deleted'.  Don't drop errors silently.
11452         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
11454 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
11456         * vc/vc.el (vc-ignore): Rewrite.
11457         (vc-default-ignore): New function.
11458         (vc-default-ignore-completion-table): Use find-ignore-file.
11460         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
11461         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
11462         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
11463         Remove.  Most code moved to vc.el.
11465 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11467         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
11468         * net/tramp-smb.el (tramp-smb-get-file-entries):
11469         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
11470         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
11472         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
11473         Update call to it.
11474         (eww-change-select): Remove unused var `properties'.
11475         (eww-make-unique-file-name): Remove unused var `base'.
11477         * finder.el (finder-compile-keywords): Don't mess with windows.
11479         * calculator.el (calculator-funcall): Fix typo in last change.
11481         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
11483         * emacs-lisp/package.el (package-activate-1): Don't let a missing
11484         <pkg>-autoloads.el file stop us.
11486         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
11487         warnings, and factor out common code.
11489 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
11491         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
11492         two-character operators and whether the character preceding them
11493         changes their meaning (Bug#15208).
11495 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11497         Format code sent to Python shell for robustness.
11498         * progmodes/python.el (python-shell-buffer-substring):
11499         New function.
11500         (python-shell-send-region, python-shell-send-buffer): Use it.
11502 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
11504         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
11505         * net/tramp.el (tramp-user-error): ... here.
11506         (tramp-find-method, tramp-check-proper-host)
11507         (tramp-dissect-file-name, tramp-debug-message)
11508         (tramp-handle-shell-command):
11509         * net/tramp-adb.el (tramp-adb-handle-shell-command):
11510         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
11512         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
11514 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
11516         * avoid.el (mouse-avoidance-point-position)
11517         (mouse-avoidance-too-close-p): Handle case where posn-at-point
11518         returns nil.
11520 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11522         * progmodes/python.el (python-shell-completion-get-completions):
11523         Drop use of deleted `comint-last-prompt-overlay'.
11524         (python-nav-if-name-main): New command.
11526 2013-09-01  Glenn Morris  <rgm@gnu.org>
11528         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11529         Avoid leading space in $wins.  Otherwise the sed command used by
11530         eg compile-main ends up containing "/*.el".  (Bug#15170)
11532         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
11534 2013-08-30  Glenn Morris  <rgm@gnu.org>
11536         * emacs-lisp/bytecomp.el (byte-recompile-directory):
11537         Fix is-this-a-directory logic.  (Bug#15220)
11539 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11541         * textmodes/css-mode.el: Use SMIE.
11542         (css-smie-grammar): New var.
11543         (css-smie--forward-token, css-smie--backward-token)
11544         (css-smie-rules): New functions.
11545         (css-mode): Use them.
11546         (css-navigation-syntax-table): Remove var.
11547         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
11548         (css-indent-calculate, css-indent-line): Remove functions.
11550         Misc changes to reduce use of `(lambda...); and other cleanups.
11551         * cus-edit.el: Use lexical-binding.
11552         (customize-push-and-save, customize-apropos)
11553         (custom-buffer-create-internal): Use closures.
11554         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
11555         * progmodes/ada-xref.el: Use setq.
11556         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
11557         * dframe.el: Use lexical-binding.
11558         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
11559         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
11560         * descr-text.el: Use lexical-binding.
11561         (describe-text-widget, describe-text-sexp, describe-property-list):
11562         Use closures.
11563         * comint.el (comint-history-isearch-push-state): Use a closure.
11564         * calculator.el: Use lexical-binding.
11565         (calculator-number-to-string): Make it work with lexical-binding.
11566         (calculator-funcall): Same and use cl-letf.
11568         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
11569         (lisp--company-doc-string, lisp--company-location): New functions.
11570         (lisp-completion-at-point): Use them to improve Company support.
11572         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
11573         params of lambda expressions.
11574         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
11575         (ruby-smie--opening-pipe-p): New function.
11576         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
11577         symbols and matched |...| for formal params.
11578         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
11579         from being treated as hanging.  Handle "rescue".
11581 2013-08-29  Glenn Morris  <rgm@gnu.org>
11583         * progmodes/cc-engine.el (c-pull-open-brace):
11584         Move definition before use.
11586 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11588         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
11589         are immutable.  Don't use `unsafe' any more.
11590         (cl--defsubst-expand): Don't substitute at the same time as keeping
11591         a residual unused let-binding.  Don't use `unsafe' any more.
11593 2013-08-29  Glenn Morris  <rgm@gnu.org>
11595         * calendar/cal-china.el (calendar-chinese-year-cache):
11596         Recenter on 2015.
11598         * nxml/nxml-util.el (nxml-debug-clear-inside):
11599         Use cl-loop rather than loop.
11601         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
11603         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
11605 2013-08-28  Glenn Morris  <rgm@gnu.org>
11607         * progmodes/antlr-mode.el: No need to require cc-mode twice.
11609         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
11611         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
11613 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11615         * simple.el (repeat-complex-command--called-interactively-skip):
11616         New function.
11617         (repeat-complex-command): Use it (bug#14136).
11619         * progmodes/cc-mode.el: Minor cleanup of var declarations.
11620         (c-define-abbrev-table): Add `doc' argument.
11621         (c-mode-abbrev-table, c++-mode-abbrev-table)
11622         (objc-mode-abbrev-table, java-mode-abbrev-table)
11623         (idl-mode-abbrev-table, pike-mode-abbrev-table)
11624         (awk-mode-abbrev-table): Use it.
11625         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
11626         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
11627         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
11628         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
11629         Move initialization into the declaration; and remove any
11630         autoload cookie.
11632         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
11633         and dynamic let binding.
11635         * vc/smerge-mode.el: Remove redundant :group args.
11637         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
11638         to load-path.
11640 2013-08-28  Juri Linkov  <juri@jurta.org>
11642         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
11643         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
11644         (isearch-other-meta-char): Handle an undefined shifted printing
11645         character by downshifting it.  (Bug#15200)
11647 2013-08-28  Juri Linkov  <juri@jurta.org>
11649         * isearch.el (isearch-search): Change regexp error message for
11650         non-regexp searches.  (Bug#15166)
11652 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11654         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
11655         for portability to hosts where /bin/sh has problems.
11657 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11659         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
11661 2013-08-27  Juri Linkov  <juri@jurta.org>
11663         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
11664         in the keyboard macro.  (Bug#15126)
11666 2013-08-27  Juri Linkov  <juri@jurta.org>
11668         * isearch.el (isearch-quote-char): Comment out converting unibyte
11669         to multibyte, thus syncing with its `quoted-insert' counterpart.
11670         (Bug#15166)
11672 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
11674         * window.el (display-buffer-use-some-window): Add missing
11675         argument in call of get-largest-window (Bug#15185).
11676         Reported by Stephen Leake.
11678 2013-08-27  Glenn Morris  <rgm@gnu.org>
11680         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
11682 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11684         * progmodes/python.el (python-font-lock-keywords): Don't return nil
11685         from a matcher-function unless there's no more matches (bug#15161).
11687 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
11689         * minibuffer.el: Revert change from 2013-08-20.
11691         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
11692         with text property `tramp-default', if appropriate.
11693         (tramp-check-proper-host): New defun.
11694         (tramp-dissect-file-name): Do not check hostname.  Revert change
11695         of 2013-03-18.
11696         (tramp-backtrace): Make VEC-OR-PROC optional.
11698         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11699         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11700         * net/tramp-sh.el (tramp-maybe-open-connection):
11701         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11702         Apply `tramp-check-proper-host'.
11704 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
11706         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
11707         lambda expression in order to have `describe-variable' display it.
11709 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
11711         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
11712         BUF can be optional.  (Bug#15186)
11714 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
11716         * progmodes/flymake.el (flymake-get-real-file-name-function):
11717         Fix broken customization.  (Bug#15184)
11719 2013-08-25  Alan Mackenzie  <acm@muc.de>
11721         Improve indentation of bracelists defined by macros (without "=").
11723         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
11724         expansion begins with "{", regard it as bracelist when it doesn't
11725         contain a ";".
11727         Parse C++ inher-intro when there's a template split over 2 lines.
11729         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
11730         rigorously the search for "class" etc. followed by ":".
11732         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
11733         random languages a regexp which never matches rather than nil.
11735         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
11737         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
11738         (c-awk-regexp-one-line-possibly-open-char-list-re)
11739         (c-awk-one-line-possibly-open-regexp-re)
11740         (c-awk-one-line-non-syn-ws*-re): Remove.
11741         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
11742         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
11743         (c-awk-space*-unclosed-regexp-/-re): New constants.
11744         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
11745         aren't regexp delimiters.
11747         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
11748         handling for a rare situation in AWK Mode involving unterminated
11749         strings/regexps.
11751 2013-08-23  Glenn Morris  <rgm@gnu.org>
11753         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
11755         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
11757         * files.el (create-file-buffer): If the result would begin with
11758         spaces, prepend a "|" instead of removing them.  (Bug#15162)
11760 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
11763         text-properties (bug#15155).
11765         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
11766         exist any more.
11767         (calc-keypad-redraw): Remove unused var `pad'.
11768         (calc-keypad-press): Remove unused var `menu'.
11770 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
11772         * window.el (display-buffer-pop-up-frame):
11773         Call pop-up-frame-function with BUFFER current so `make-frame' will
11774         use it as the new frame's buffer (Bug#15133).
11776 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11778         * calendar/timeclock.el: Minor cleanups.
11779         (timeclock-ask-before-exiting, timeclock-use-display-time):
11780         Use `symbol'.
11781         (timeclock-modeline-display): Define as alias before the
11782         actual definition.
11783         (timeclock-mode-line-display): Use define-minor-mode.
11784         (timeclock-day-list-template): Make it a function, add an argument.
11785         (timeclock-day-list-required, timeclock-day-list-length)
11786         (timeclock-day-list-debt, timeclock-day-list-span)
11787         (timeclock-day-list-break): Adjust calls accordingly.
11789 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11791         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11792         Use read--expression so that completion works again.
11794 2013-08-21  Sam Steingold  <sds@gnu.org>
11796         Add rudimentary inferior shell interaction
11797         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11798         (sh-set-shell): Reset it.
11799         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11800         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11802 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11804         * align.el: Use lexical-binding.
11805         (align-region): Simplify accordingly.
11807 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
11809         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11811         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11812         `non-essential' up.
11814 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
11816         * net/tramp.el:
11817         * net/tramp-adb.el:
11818         * net/tramp-cmds.el:
11819         * net/tramp-ftp.el:
11820         * net/tramp-gvfs.el:
11821         * net/tramp-gw.el:
11822         * net/tramp-sh.el: Don't wrap external variable declarations by
11823         `eval-when-compile'.
11825 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11827         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11828         now that Emacs supports ImageMagick animations.
11830 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
11832         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11833         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11835 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
11837         * window.el (mouse-autoselect-window-select): Do autoselect when
11838         mouse pointer is on margin.
11840 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
11842         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
11844 2013-08-16  Glenn Morris  <rgm@gnu.org>
11846         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11847         Handle "Remote Directory" response of some clients.  (Bug#15058)
11849         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11850         Tweak warning.  (Bug#14926)
11852         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11853         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
11855         * image-mode.el (image-mode-map): Add menu items to reverse,
11856         increase, decrease, reset animation speed.
11857         (image--set-speed, image-increase-speed, image-decrease-speed)
11858         (image-reverse-speed, image-reset-speed): New functions.
11859         (image-mode-map): Add bindings for speed commands.
11861         * image.el (image-animate-get-speed, image-animate-set-speed):
11862         New functions.
11863         (image-animate-timeout): Respect image :speed property.
11865 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11867         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11868         previous line (bug#15101).
11869         (debugger-eval-expression, debugger-record-expression):
11870         Use read--expression (bug#15102).
11872 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
11874         Remove byte compiler warnings, visible when compiling with
11875         `byte-compile-force-lexical-warnings' set to t.
11877         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11878         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11879         (tramp-handle-unhandled-file-name-directory)
11880         (tramp-handle-file-notify-add-watch, tramp-action-login)
11881         (tramp-action-succeed, tramp-action-permission-denied)
11882         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11883         arguments with "_".
11885         * net/tramp-adb.el (tramp-adb-parse-device-names)
11886         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11887         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11888         (tramp-adb-handle-file-truename): Remove unused arguments.
11890         * net/tramp-cache.el (tramp-flush-directory-property)
11891         (tramp-flush-connection-property, tramp-list-connections)
11892         (tramp-parse-connection-properties): Prefix unused arguments with "_".
11894         * net/tramp-compat.el (tramp-compat-make-temp-file):
11895         Rename FILENAME to F.
11897         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11898         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11899         (tramp-zeroconf-parse-workstation-device-names)
11900         (tramp-zeroconf-parse-webdav-device-names)
11901         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11903         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11904         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11906         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11907         arguments.
11908         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11909         (tramp-sh-handle-insert-file-contents-literally)
11910         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11911         with "_".
11912         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11913         Remove unused variables.
11915         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11916         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11917         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11919         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11920         Make them a defconst.
11921         (tramp-uuencode-region): Remove unused variable.
11923 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
11925         * frameset.el (frameset--prop-setter): New function.
11926         (frameset-prop): Add gv-setter declaration.
11927         (frameset-filter-minibuffer): Deal with the case that the minibuffer
11928         parameter was already set in FILTERED.  Doc fix.
11929         (frameset--record-minibuffer-relationships): Allow saving a
11930         minibufferless frame without its corresponding minibuffer frame.
11931         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11932         frame, if the frame id matches.
11933         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11934         frames before orphaned ones.
11935         (frameset-restore): Warn about orphaned windows, instead of error out.
11937 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
11939         * window.el (window-make-atom): Don't overwrite parameter
11940         already present.
11941         (display-buffer-in-atom-window): Handle special case where we
11942         split an already atomic window.
11943         (window--major-non-side-window, display-buffer-in-side-window)
11944         (window--side-check): Ignore minibuffer window when walking
11945         window tree.
11946         (window-deletable-p): Return 'frame only if no other frame uses
11947         our minibuffer window.
11948         (record-window-buffer): Run buffer-list-update-hook.
11949         (split-window): Make sure window--check-frame won't destroy an
11950         existing atomic window in case the new window gets nested
11951         inside.
11952         (display-buffer-at-bottom): Ignore minibuffer window when
11953         walking window tree.  Don't split a side window.
11954         (pop-to-buffer): Don't set-buffer here, the select-window call
11955         should do that.
11956         (mouse-autoselect-window-select): Autoselect only if we are in the
11957         text portion of the window.
11959 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11961         * net/shr.el (shr-parse-image-data): New function to grab both the
11962         data itself and the Content-Type.
11963         (shr-put-image): Use it.
11965         * net/eww.el (eww-display-image): Ditto.
11967         * image.el (image-content-type-suffixes): New variable.
11969 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11971         * progmodes/python.el (python-imenu--build-tree)
11972         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11974 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
11976         * simple.el (backward-word): Mention the optional argument.
11978 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11980         * frameset.el (frameset--make): Rename constructor from make-frameset.
11981         (frameset-p, frameset-valid-p): Don't autoload.
11982         (frameset-valid-p): Use normal accessors.
11984 2013-08-13  Glenn Morris  <rgm@gnu.org>
11986         * progmodes/compile.el (compile-command): Tweak example in doc.
11987         * obsolete/scribe.el (scribe-mode):
11988         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
11990         * mail/feedmail.el (feedmail-confirm-outgoing)
11991         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
11993         * cus-start.el (truncate-partial-width-windows): Fix type.
11995         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
11997         * net/shr.el (shr-table-horizontal-line): Fix custom type.
11999 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * emacs-lisp/timer.el (timer--time-setter): New function.
12002         (timer--time): Use it as gv-setter.
12004         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
12005         setter is not a symbol.
12007 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
12009         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
12010         if sending fails.  This makes debugging easier.
12012 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
12014         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
12015         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
12016         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
12018 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
12020         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
12022 2013-08-12  Glenn Morris  <rgm@gnu.org>
12024         * format.el (format-annotate-function):
12025         Handle read-only text properties in the source.  (Bug#14887)
12027 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029         * net/eww.el (eww-display-html): Ignore coding system errors.
12030         One web site uses "utf-8lias" as the coding system.
12032 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
12034         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
12036 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
12038         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
12039         (tutorial--detailed-help): Remove unused local variables.
12040         (tutorial--save-tutorial-to): Use ignore-errors.
12041         (help-with-tutorial): Use looking-at-p.
12043         * view.el (view-buffer-other-window, view-buffer-other-frame):
12044         Mark unused arguments.
12046         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
12047         (woman-select-symbol-fonts, woman, woman-find-file)
12048         (woman-insert-file-contents, woman-non-underline-faces):
12049         Use string-match-p.
12050         (woman1-unquote): Move declaration.
12052         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
12053         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
12054         argument.  Remove unused local variable.
12055         (xml-parse-elem-type): Use string-match-p.
12056         (xml-substitute-numeric-entities): Use ignore-errors.
12058         * calculator.el (calculator): Mark unused argument.
12059         (calculator-paste, calculator-quit, calculator-integer-p):
12060         Use ignore-errors.
12061         (calculator-string-to-number, calculator-decimal, calculator-exp)
12062         (calculator-op-or-exp): Use string-match-p.
12064         * dired.el (dired-buffer-more-recently-used-p): Declare.
12065         (dired-insert-set-properties, dired-insert-old-subdirs):
12066         Use ignore-errors.
12068         * dired-aux.el (dired-compress): Use ignore-errors.
12069         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
12070         (dired-do-async-shell-command, dired-do-shell-command)
12071         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
12072         (dired-insert-subdir-validate): Use string-match-p.
12073         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
12074         (dired-add-entry): Use string-match-p, looking-at-p.
12075         (dired-insert-subdir-newpos): Remove unused local variable.
12077         * filenotify.el (file-notify-callback): Remove unused local variable.
12079         * filesets.el (filesets-error): Mark unused argument.
12080         (filesets-which-command-p, filesets-filter-dir-names)
12081         (filesets-directory-files, filesets-get-external-viewer)
12082         (filesets-ingroup-get-data): Use string-match-p.
12084         * find-file.el (ff-other-file-name, ff-other-file-name)
12085         (ff-find-the-other-file, ff-cc-hh-converter):
12086         Remove unused local variables.
12087         (ff-get-file-name): Use string-match-p.
12088         (ff-all-dirs-under): Use ignore-errors.
12090         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
12091         (follow-select-if-visible): Remove unused local variable.
12093         * forms.el (read-file-filter): Move declaration.
12094         (forms--make-format, forms--make-parser, forms-insert-record):
12095         Quote function with #'.
12096         (forms--update): Use string-match-p.  Quote function with #'.
12098         * help-mode.el (help-dir-local-var-def): Mark unused argument.
12099         (help-make-xrefs): Use looking-at-p.
12100         (help-xref-on-pp): Use looking-at-p, ignore-errors.
12102         * ibuffer.el (ibuffer-ext-visible-p): Declare.
12103         (ibuffer-confirm-operation-on): Use string-match-p.
12105         * msb.el (msb-item-handler, msb-dired-item-handler):
12106         Mark unused arguments.
12108         * ses.el (ses-decode-cell-symbol)
12109         (ses-kill-override): Remove unused local variable.
12110         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
12111         (ses-load): Use ignore-errors, looking-at-p.
12112         (ses-jump-safe): Use ignore-errors.
12113         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
12115         * tabify.el (untabify, tabify): Mark unused arguments.
12117         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
12118         Mark unused argument.
12119         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
12120         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
12122         * emacs-lisp/timer.el (timer--time): Define setter with
12123         gv-define-setter to avoid deprecation warning.
12125         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
12126         (*record-cmpl-statistics-p*): Remove (was commented out).
12127         (cmpl-statistics-block): Remove (body was commented out).
12128         All callers changed.
12129         (add-completions-from-buffer, load-completions-from-file):
12130         Remove unused variables.
12132 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
12134         * filecache.el (file-cache-delete-file-list):
12135         Print message only when told so.
12136         (file-cache-files-matching): Use #' in mapconcat argument.
12138         * ffap.el (ffap-url-at-point): Fix reference to variable
12139         thing-at-point-default-mail-uri-scheme.
12141 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12143         * subr.el (define-error): New function.
12144         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
12145         error-file-not-found and define with define-error.
12146         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
12147         and define with define-error.
12148         * userlock.el (file-locked, file-supersession):
12149         * simple.el (mark-inactive):
12150         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
12151         * progmodes/ada-mode.el (ada-mode-errors):
12152         * play/life.el (life-extinct):
12153         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
12154         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
12155         * nxml/rng-util.el (rng-error):
12156         * nxml/rng-uri.el (rng-uri-error):
12157         * nxml/rng-match.el (rng-compile-error):
12158         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
12159         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
12160         * nxml/nxml-rap.el (nxml-scan-error):
12161         * nxml/nxml-outln.el (nxml-outline-error):
12162         * net/soap-client.el (soap-error):
12163         * net/gnutls.el (gnutls-error):
12164         * net/ange-ftp.el (ftp-error):
12165         * mpc.el (mpc-proc-error):
12166         * json.el (json-error, json-readtable-error, json-unknown-keyword)
12167         (json-number-format, json-string-escape, json-string-format)
12168         (json-key-format, json-object-format):
12169         * jka-compr.el (compression-error):
12170         * international/quail.el (quail-error):
12171         * international/kkc.el (kkc-error):
12172         * emacs-lisp/ert.el (ert-test-failed):
12173         * calc/calc.el (calc-error, inexact-result, math-overflow)
12174         (math-underflow):
12175         * bookmark.el (bookmark-error-no-filename):
12176         * epg.el (epg-error): Define with define-error.
12178         * time.el (display-time-event-handler)
12179         (display-time-next-load-average): Don't call sit-for since it seems
12180         unnecessary (bug#15045).
12182         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
12183         Use #' instead of ' to quote functions.
12184         (checkdoc-output-mode): Use setq-local.
12185         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
12186         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
12187         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
12188         (checkdoc-ispell, checkdoc-ispell-current-buffer)
12189         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
12190         (checkdoc-ispell-message-text, checkdoc-ispell-start)
12191         (checkdoc-ispell-continue, checkdoc-ispell-comments)
12192         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
12194         * ido.el (ido-completion-help): Fix up compiler warning.
12196 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
12198         * frameset.el (frameset-p): Add autoload cookie.
12199         (frameset--jump-to-register): New function, based on code moved from
12200         register.el.
12201         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
12203         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
12204         (frameset-restore, frameset-save, frameset-session-filter-alist):
12205         Remove declarations.
12206         (register-alist): Doc fix.
12207         (frameset-to-register): Move to frameset.el.
12208         (jump-to-register, describe-register-1): Remove frameset-specific code.
12210 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12212         * allout-widgets.el (allout-widgets-pre-command-business)
12213         (allout-widgets-post-command-business)
12214         (allout-widgets-after-change-handler)
12215         (allout-decorate-item-and-context, allout-set-boundary-marker)
12216         (allout-body-modification-handler)
12217         (allout-graphics-modification-handler): Mark ignored arguments.
12218         (allout-widgets-post-command-business)
12219         (allout-widgets-exposure-change-processor)
12220         (allout-widgets-exposure-undo-processor)
12221         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
12222         (allout-parse-item-at-point, allout-decorate-item-guides)
12223         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
12224         * allout.el (epa-passphrase-callback-function): Declare.
12225         (allout-overlay-insert-in-front-handler)
12226         (allout-overlay-interior-modification-handler)
12227         (allout-isearch-end-handler, allout-chart-siblings)
12228         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
12229         (allout-yank-processing, allout-process-exposed)
12230         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
12231         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
12232         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
12233         (lisp-indent-defform): Mark ignored arguments.
12234         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
12235         (calculate-lisp-indent): Remove unused variables.
12236         * international/characters.el (indian-2-column, arabic-2-column)
12237         (tibetan): Mark ignored arguments.
12238         (use-cjk-char-width-table): Mark ignored arguments.
12239         Remove unused variables.
12240         * international/fontset.el (build-default-fontset-data)
12241         (x-compose-font-name, create-fontset-from-fontset-spec):
12242         Mark ignored arguments.
12243         (fontset-plain-name): Remove unused variables.
12244         * international/mule.el (charset-id, charset-bytes, generic-char-p)
12245         (keyboard-coding-system): Mark ignored arguments.
12246         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
12247         * help.el (resize-temp-buffer-window):
12248         * window.el (display-buffer-in-major-side-window)
12249         (display-buffer-in-side-window, display-buffer-in-previous-window):
12250         Remove unused variables.
12251         * isearch.el (isearch-forward-symbol):
12252         * version.el (emacs-bzr-version-bzr):
12253         * international/mule-cmds.el (current-language-environment):
12254         * term/common-win.el (x-handle-iconic, x-handle-geometry)
12255         (x-handle-display):
12256         * term/pc-win.el (x-list-fonts, x-display-planes)
12257         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
12258         (x-server-version, x-display-screens, x-display-mm-height)
12259         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
12260         (x-selection-owner-p, x-own-selection-internal)
12261         (x-disown-selection-internal, x-get-selection-internal)
12262         (msdos-initialize-window-system):
12263         * term/tty-colors.el (tty-color-alist, tty-color-clear):
12264         * term/x-win.el (x-handle-no-bitmap-icon):
12265         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
12266         (vc-default-find-file-hook, vc-default-extra-menu):
12267         Mark ignored arguments.
12269 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12271         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
12272         break-condition in the context of the debugged code (bug#12685).
12274 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
12276         * comint.el:
12277         Do not use an overlay to highlight the last prompt.  (Bug#14744)
12278         (comint-mode): Make comint-last-prompt buffer local.
12279         (comint-last-prompt): New variable.
12280         (comint-last-prompt-overlay): Remove.  Superseded by
12281         comint-last-prompt.
12282         (comint-snapshot-last-prompt, comint-output-filter):
12283         Use comint-last-prompt.
12285 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12287         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
12288         (frameset-save): Check validity of the resulting frameset.
12290 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
12292         * ido.el (ido-record-command): Add doc string.
12294 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12296         * frameset.el (frameset): Do not disable creation of the default
12297         frameset-p predicate.  Doc fix.
12298         (frameset-valid-p): New function, copied from the old predicate-p.
12299         Add additional checks.
12300         (frameset-restore): Check with frameset-valid-p.
12301         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
12302         (frameset-name, frameset-description, frameset-properties)
12303         (frameset-states): Add docstring.
12304         (frameset-session-filter-alist, frameset-persistent-filter-alist)
12305         (frameset-filter-alist): Doc fixes.
12307 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12309         * frameset.el (frameset-p, frameset-prop): Doc fixes.
12311 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12313         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
12314         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
12315         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
12316         (byte-compile-normal-call): Remove obsolescence check.
12318 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12320         * frameset.el (frameset-restore): Doc fix.
12322         * register.el (frameset-frame-id, frameset-frame-with-id)
12323         (frameset-p, frameset-restore, frameset-save): Declare.
12324         (register-alist): Document framesets.
12325         (frameset-session-filter-alist): Declare.
12326         (frameset-to-register): New function.
12327         (jump-to-register): Implement jumping to framesets.  Doc fix.
12328         (describe-register-1): Describe framesets.
12330         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
12332 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
12334         * desktop.el (desktop-save-frameset): Use new frameset-save args.
12335         Use lexical-binding.
12337         * frameset.el (frameset): Use type vector, not list (incompatible
12338         change).  Do not declare a new constructor, use the default one.
12339         Upgrade suggested properties `app', `name' and `desc' to slots `app',
12340         `name' and `description', respectively, and add read-only slot
12341         `timestamp'.  Doc fixes.
12342         (frameset-copy, frameset-persistent-filter-alist)
12343         (frameset-filter-alist, frameset-switch-to-gui-p)
12344         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
12345         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
12346         (frameset-filter-iconified, frameset-keep-original-display-p):
12347         Doc fixes.
12348         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
12349         Rename from frameset-filter-(save|restore)-param.  All callers changed.
12350         Doc fix.
12351         (frameset-p): Adapt to change to vector and be more thorough.
12352         Change arg name to OBJECT.  Doc fix.
12353         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
12354         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
12355         All callers changed.
12356         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
12357         All callers changed.
12358         (frameset--record-minibuffer-relationships): Rename from
12359         frameset--process-minibuffer-frames.  All callers changed.
12360         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
12361         Use new default constructor (again).  Doc fix.
12362         (frameset--find-frame-if): Rename from `frameset--find-frame'.
12363         All callers changed.
12364         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
12365         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
12366         Doc fix.
12367         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
12368         PARAMETERS and WINDOW-STATE, respectively.
12369         (frameset-restore): Add new keyword argument PREDICATE.
12370         Reset frameset--target-display to nil.  Doc fix.
12372 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12374         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
12375         (bat-mode): Use it.
12376         (bat-mode-syntax-table): Mark \n as end-of-comment.
12377         (bat-font-lock-keywords): Remove comment rule.
12379         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
12380         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
12382         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
12383         (byte-compile-callargs-warn): Use `push'.
12384         (byte-compile-arglist-warn): Ignore higher-order "calls".
12385         (byte-compile-file-form-autoload): Use `pcase'.
12386         (byte-compile-function-form): If quoting a symbol, check that it exists.
12388 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
12390         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
12391         and add a few popular commands found in batch files.
12392         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
12393         (dos-mode): Doc fixes.
12395 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12397         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
12398         (dos-mode): Use setq-local.  Add space after "rem".
12399         (dos-mode-syntax-table): Don't use "w" for symbol chars.
12400         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
12402 2013-08-07  Arni Magnusson  <arnima@hafro.is>
12404         * progmodes/dos.el: New file.
12405         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
12406         dos-mode.
12408 2013-08-06  Glenn Morris  <rgm@gnu.org>
12410         * calendar/calendar.el: Add new faces, and day-header-array.
12411         (calendar-weekday-header, calendar-weekend-header)
12412         (calendar-month-header): New faces.
12413         (calendar-day-header-construct): New function.
12414         (calendar-day-header-width): Also :set calendar-day-header-array.
12415         (calendar-american-month-header, calendar-european-month-header)
12416         (calendar-iso-month-header): Use calendar- faces.
12417         (calendar-generate-month):
12418         Use calendar-day-header-array for day headers; apply faces to them.
12419         (calendar-mode): Check calendar-font-lock-keywords non-nil.
12420         (calendar-abbrev-construct): Add optional maxlen argument.
12421         (calendar-day-name-array): Doc fix.
12422         (calendar-day-name-array, calendar-abbrev-length)
12423         (calendar-day-abbrev-array):
12424         Also :set calendar-day-header-array, and maybe redraw.
12425         (calendar-day-header-array): New option.  (Bug#15007)
12426         (calendar-font-lock-keywords): Set to nil and make obsolete.
12427         (calendar-day-name): Add option to use header array.
12429 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12431         * net/shr.el (shr-render-td): Remove debugging.
12432         (shr-render-td): Make width computation consistent by defaulting
12433         all zero-width columns to 10 characters.  This may not be optimal,
12434         but it's at least consistent.
12435         (shr-make-table-1): Redo last change to fix the real problem in
12436         colspan handling.
12438 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
12440         * files.el (cache-long-line-scans):
12441         Make obsolete alias to `cache-long-scans'.
12443 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
12445         * frameset.el (frameset, frameset-filter-alist)
12446         (frameset-filter-params, frameset-save, frameset--reuse-frame)
12447         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
12448         (frameset-compute-pos): Rename from frameset--compute-pos,
12449         and add docstring.
12450         (frameset-move-onscreen): Use frameset-compute-pos.
12451         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12453         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
12454         Fix typos in docstrings.
12456 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
12458         * frame.el (get-other-frame): Tiny cleanup.
12460 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
12462         * vc/vc.el (vc-default-ignore-completion-table):
12463         Silence byte-compiler warning.
12465         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
12466         slot, which can indeed be nil.
12467         (frameset-live-filter-alist, frameset-persistent-filter-alist):
12468         Move entry for `left' from persistent to live filter alist.
12469         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
12470         Doc fixes.
12471         (frameset-filter-params): When restoring a frame, copy items added to
12472         `filtered', to avoid unwittingly modifying the original parameters.
12473         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
12474         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
12476         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
12477         to use looking-at-p instead of looking-at.  (Bug#15028)
12479 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12481         Revert introduction of isearch-filter-predicates (bug#14714).
12482         Rely on add-function instead.
12483         * isearch.el (isearch-filter-predicates): Rename it back to
12484         isearch-filter-predicate.
12485         (isearch-message-prefix): Use advice-function-mapc and advice
12486         properties to get the isearch-message-prefix.
12487         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
12488         instead of run-hook-with-args-until-failure.
12489         (isearch-filter-visible): Not obsolete any more.
12490         * loadup.el: Preload nadvice.
12491         * replace.el (perform-replace): Revert to funcall
12492         instead of run-hook-with-args-until-failure.
12493         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
12494         * dired-aux.el (dired-isearch-filenames-mode): Rename from
12495         dired-isearch-filenames-toggle; make it into a proper minor mode.
12496         Use add/remove-function.
12497         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
12498         Call the minor-mode rather than add/remove-hook.
12499         (dired-isearch-filter-filenames):
12500         Remove isearch-message-prefix property.
12501         * info.el (Info--search-loop): New function, extracted from Info-search.
12502         Funcall isearch-filter-predicate instead of
12503         run-hook-with-args-until-failure isearch-filter-predicates.
12504         (Info-search): Use it.
12505         (Info-mode): Use isearch-filter-predicate instead of
12506         isearch-filter-predicates.
12508 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
12510         Do not call to `selected-window' where it is assumed by default.
12511         Affected functions are `window-minibuffer-p', `window-dedicated-p',
12512         `window-hscroll', `window-width', `window-height', `window-buffer',
12513         `window-frame', `window-start', `window-point', `next-window'
12514         and `window-display-table'.
12515         * abbrev.el (abbrev--default-expand):
12516         * bs.el (bs--show-with-configuration):
12517         * buff-menu.el (Buffer-menu-mouse-select):
12518         * calc/calc.el (calc):
12519         * calendar/calendar.el (calendar-generate-window):
12520         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
12521         (diary-make-entry):
12522         * comint.el (send-invisible, comint-dynamic-complete-filename)
12523         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
12524         * completion.el (complete):
12525         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
12526         * disp-table.el (describe-current-display-table):
12527         * doc-view.el (doc-view-insert-image):
12528         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
12529         * ehelp.el (with-electric-help):
12530         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12531         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
12532         * emacs-lisp/helper.el (Helper-help-scroller):
12533         * emulation/cua-base.el (cua--post-command-handler-1):
12534         * eshell/esh-mode.el (eshell-output-filter):
12535         * ffap.el (ffap-gnus-wrapper):
12536         * help-macro.el (make-help-screen):
12537         * hilit-chg.el (highlight-compare-buffers):
12538         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
12539         * hl-line.el (global-hl-line-highlight):
12540         * icomplete.el (icomplete-simple-completing-p):
12541         * isearch.el (isearch-done):
12542         * jit-lock.el (jit-lock-stealth-fontify):
12543         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
12544         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
12545         * mpc.el (mpc-tagbrowser, mpc):
12546         * net/rcirc.el (rcirc-any-buffer):
12547         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
12548         * play/landmark.el (landmark-max-width, landmark-max-height):
12549         * play/zone.el (zone):
12550         * progmodes/compile.el (compilation-goto-locus):
12551         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12552         * progmodes/etags.el (find-tag-other-window):
12553         * progmodes/fortran.el (fortran-column-ruler):
12554         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12555         * progmodes/verilog-mode.el (verilog-point-text):
12556         * reposition.el (reposition-window):
12557         * rot13.el (toggle-rot13-mode):
12558         * server.el (server-switch-buffer):
12559         * shell.el (shell-dynamic-complete-command)
12560         (shell-dynamic-complete-environment-variable):
12561         * simple.el (insert-buffer, set-selective-display)
12562         (delete-completion-window):
12563         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
12564         (speedbar-recenter):
12565         * startup.el (fancy-splash-head):
12566         * textmodes/ispell.el (ispell-command-loop):
12567         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
12568         * tutorial.el (help-with-tutorial):
12569         * vc/add-log.el (add-change-log-entry):
12570         * vc/compare-w.el (compare-windows):
12571         * vc/ediff-help.el (ediff-indent-help-message):
12572         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
12573         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
12574         (ediff-setup-control-frame):
12575         * vc/emerge.el (emerge-position-region):
12576         * vc/pcvs-util.el (cvs-bury-buffer):
12577         * window.el (walk-windows, mouse-autoselect-window-select):
12578         * winner.el (winner-set-conf, winner-undo): Related users changed.
12580 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
12582         * frameset.el (frameset--set-id): Doc fix.
12583         (frameset-frame-id, frameset-frame-id-equal-p)
12584         (frameset-locate-frame-id): New functions.
12585         (frameset--process-minibuffer-frames, frameset--reuse-frame)
12586         (frameset-restore): Use them.
12588 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
12590         Do not call to `selected-frame' where it is assumed by default.
12591         Affected functions are `raise-frame', `redraw-frame',
12592         `frame-first-window', `frame-terminal' and `delete-frame'.
12593         * calendar/appt.el (appt-disp-window):
12594         * epg.el (epg-wait-for-completion):
12595         * follow.el (follow-delete-other-windows-and-split)
12596         (follow-avoid-tail-recenter):
12597         * international/mule.el (set-terminal-coding-system):
12598         * mail/rmail.el (rmail-mail-return):
12599         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12600         * progmodes/f90.el (f90-add-imenu-menu):
12601         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
12602         * server.el (server-switch-buffer):
12603         * simple.el (delete-completion-window):
12604         * talk.el (talk):
12605         * term/xterm.el (terminal-init-xterm-modify-other-keys)
12606         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
12607         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
12608         * vc/ediff.el (ediff-documentation): Related users changed.
12609         * frame.el (selected-terminal): Remove the leftover.
12611 2013-08-05  Glenn Morris  <rgm@gnu.org>
12613         * calendar/calendar.el (calendar-generate-month):
12614         Fix for calendar-column-width != 1 + calendar-day-digit-width.
12615         (calendar-generate-month, calendar-font-lock-keywords):
12616         Fix for calendar-day-header-width > length of any day name.
12618 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
12620         * desktop.el (desktop-clear): Use new name of sort predicate.
12622         * frameset.el (frameset): Add docstring.  Move :version property to its
12623         own `version' slot.
12624         (frameset-copy): Rename from copy-frameset.
12625         (frameset-p): Check more thoroughly.
12626         (frameset-prop): Do not check for :version, which is no longer a prop.
12627         (frameset-live-filter-alist, frameset-persistent-filter-alist):
12628         Use new :never value instead of t.
12629         (frameset-filter-alist): Expand and clarify docstring.
12630         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
12631         (frameset-filter-minibuffer, frameset-filter-save-param)
12632         (frameset-filter-restore-param, frameset-filter-iconified):
12633         Add pointer to docstring of frameset-filter-alist.
12634         (frameset-filter-params): Rename filter values to be more meaningful:
12635         :never instead of t, and reverse the meanings of :save and :restore.
12636         (frameset--process-minibuffer-frames): Clarify error message.
12637         (frameset-save): Avoid unnecessary and confusing call to framep.
12638         Use new BOA constructor for framesets.
12639         (frameset--reuse-list): Doc fix.
12640         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
12641         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
12642         (frameset-minibufferless-first-p): Doc fix.
12643         Rename from frameset-sort-frames-for-deletion.
12644         (frameset-restore): Doc fixes.  Use new function names.
12645         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12647 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
12649         * desktop.el (desktop-restore-forces-onscreen)
12650         (desktop-restore-reuses-frames): Document :keyword constant values.
12651         (desktop-filter-parameters-alist): Remove, now identical to
12652         frameset-filter-alist.
12653         (desktop--filter-tty*): Remove, moved to frameset.el.
12654         (desktop-save-frameset, desktop-restore-frameset):
12655         Do not pass :filters argument.
12657         * frameset.el (frameset-live-filter-alist)
12658         (frameset-persistent-filter-alist): New variables.
12659         (frameset-filter-alist): Use them.  Add autoload cookie.
12660         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
12661         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
12662         `frameset--id' (it's supposed to be internal to frameset.el).
12663         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
12664         (frameset--initial-params): New function.
12665         (frameset--get-frame): Use it.  Doc fix.
12666         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
12667         Accept :all, not 'all.
12668         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
12669         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
12670         with fbound symbols.  Fix frame id matching, and remove matching ids if
12671         the frame being restored is deleted.  Obey :delete.
12673 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12675         * subr.el (macrop): New function.
12676         (text-clone--maintaining): New var.
12677         (text-clone--maintain): Rename from text-clone-maintain.  Use it
12678         instead of inhibit-modification-hooks.
12680         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
12681         a proxy, so as handle autoloads and redefinitions of the target.
12682         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
12684         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
12685         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
12686         (pcase--mutually-exclusive-p): New function.
12687         (pcase--split-consp): Use it.
12688         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
12689         mutually exclusive with the current predicate.
12691         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
12692         (edebug-macrop): Remove.  Use `macrop' instead.
12693         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
12694         (ad-macro-p):
12695         * eshell/esh-cmd.el (eshell-macrop):
12696         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
12698 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12700         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
12701         (advice-mapc): New function, using it.
12702         (advice-function-member-p): New function.
12703         (advice--normalize): Store the cdr in advice--saved-rewrite since
12704         that's the part that will be changed.
12705         (advice--symbol-function): New function.
12706         (advice-remove): Handle removal before the function is defined.
12707         Adjust to new advice--saved-rewrite.
12708         (advice-member-p): Use advice-function-member-p and
12709         advice--symbol-function.
12711 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
12713         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
12714         (frameset-filter-minibuffer): Doc fix.
12715         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
12716         (frameset--set-id, frameset--process-minibuffer-frames)
12717         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
12718         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
12720         * desktop.el (desktop-clear): Only delete frames when called
12721         interactively and desktop-restore-frames is non-nil.  Doc fix.
12722         (desktop-read): Set desktop-saved-frameset to nil.
12724 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
12726         * vc/vc.el (vc-ignore): Rewrite.
12727         (vc-default-ignore-completion-table, vc--read-lines)
12728         (vc--add-line, vc--remove-regexp): New functions.
12730         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
12731         (vc-svn-ignore-completion-table): New function.
12733         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
12734         (vc-hg-ignore-completion-table)
12735         (vc-hg-find-ignore-file): New functions.
12737         * vc/vc-git.el (vc-git-ignore): Rewrite.
12738         (vc-git-ignore-completion-table)
12739         (vc-git-find-ignore-file): New functions.
12741         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
12743         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
12744         (vc-bzr-ignore-completion-table)
12745         (vc-bzr-find-ignore-file): New functions.
12747 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
12749         * frameset.el (frameset-prop): New function and setter.
12750         (frameset-save): Do not modify frame list passed by the caller.
12752 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12754         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
12756 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12758         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
12759         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
12761         * custom.el (custom-initialize-default, custom-initialize-set)
12762         (custom-initialize-reset, custom-initialize-changed): Affect the
12763         toplevel-default-value (bug#6275, bug#14586).
12764         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
12765         for bug#6275.
12767 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
12769         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12770         Add cl-def* expressions.
12772         * frameset.el (frameset-filter-params): Fix order of arguments.
12774 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
12776         Move code related to saving frames to frameset.el.
12777         * desktop.el: Require frameset.
12778         (desktop-restore-frames): Doc fix.
12779         (desktop-restore-reuses-frames): Rename from
12780         desktop-restoring-reuses-frames.
12781         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
12782         (desktop-clear): Clear frames too.
12783         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
12784         (desktop--filter-tty*, desktop-save, desktop-read):
12785         Use frameset functions.
12786         (desktop-before-saving-frames-functions, desktop--filter-*-color)
12787         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12788         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
12789         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
12790         (desktop--process-minibuffer-frames, desktop-save-frames)
12791         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12792         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12793         (desktop--sort-states, desktop-restoring-frames-p)
12794         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
12795         (desktop-restoring-frameset-p, desktop-restore-frameset)
12796         (desktop--check-dont-save, desktop-save-frameset): New functions.
12797         (desktop--app-id): New constant.
12798         (desktop-first-buffer, desktop-buffer-ok-count)
12799         (desktop-buffer-fail-count): Move before first use.
12800         * frameset.el: New file.
12802 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12804         * files.el: Use lexical-binding.
12805         (dir-locals-read-from-file): Remove unused `err' variable.
12806         (hack-dir-local-variables--warned-coding): New var.
12807         (hack-dir-local-variables): Use it to avoid repeated warnings.
12808         (make-backup-file-name--default-function): New function.
12809         (make-backup-file-name-function): Use it as default.
12810         (buffer-stale--default-function): New function.
12811         (buffer-stale-function): Use it as default.
12812         (revert-buffer-insert-file-contents--default-function): New function.
12813         (revert-buffer-insert-file-contents-function): Use it as default.
12814         (insert-directory): Avoid add-to-list.
12816         * autorevert.el (auto-revert-handler): Simplify.
12817         Use buffer-stale--default-function.
12819 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
12821         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12823         * whitespace.el (whitespace-ensure-local-variables): New function.
12824         (whitespace-cleanup-region): Call it.
12825         (whitespace-turn-on): Call it.
12827 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
12829         Complete file name handlers.
12831         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12832         (tramp-handle-verify-visited-file-modtime)
12833         (tramp-handle-file-notify-rm-watch): New functions.
12834         (tramp-call-process): Do not bind `default-directory'.
12836         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12837         Order alphabetically.
12838         <access-file, add-name-to-file, dired-call-process>:
12839         <dired-compress-file, file-acl, file-notify-rm-watch>:
12840         <file-ownership-preserved-p, file-selinux-context>:
12841         <make-directory-internal, make-symbolic-link, set-file-acl>:
12842         <set-file-selinux-context, set-visited-file-modtime>:
12843         <verify-visited-file-modtime>: Add handler.
12844         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12846         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12847         <file-notify-add-watch, file-notify-rm-watch>:
12848         <set-file-times, set-visited-file-modtime>:
12849         <verify-visited-file-modtime>: Add handler.
12850         (with-tramp-gvfs-error-message)
12851         (tramp-gvfs-handle-set-visited-file-modtime)
12852         (tramp-gvfs-fuse-file-name): Remove.
12853         (tramp-gvfs-handle-file-notify-add-watch)
12854         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12855         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12857         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12858         Order alphabetically.
12859         <file-notify-rm-watch>: Use default Tramp handler.
12860         <executable-find>: Remove private handler.
12861         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12862         `default-directory'.
12863         (tramp-sh-handle-executable-find)
12864         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12865         (tramp-sh-file-gvfs-monitor-dir-process-filter)
12866         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12867         Do not use `format' in `tramp-message'.
12869         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12870         <file-notify-rm-watch, set-visited-file-modtime>:
12871         <verify-visited-file-modtime>: Add handler.
12872         (tramp-smb-call-winexe): Do not bind `default-directory'.
12874 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
12876         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12878 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
12880         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12881         use it.
12882         (log-view-diff-changeset): Same.
12883         (log-view-diff-common): Call backend command `previous-revision'
12884         to find out the previous revision, in both cases.  Swap the
12885         variables `to' and `fr', so that `fr' usually refers to the
12886         earlier revision (Bug#14989).
12888 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
12890         * ibuf-ext.el (ibuffer-filter-by-filename):
12891         Make it work with dired buffers too.
12893 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
12895         * emacs-lisp/re-builder.el (reb-color-display-p):
12896         * files.el (save-buffers-kill-terminal):
12897         * net/browse-url.el (browse-url):
12898         * server.el (server-save-buffers-kill-terminal):
12899         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12900         Prefer nil to selected-frame for the first arg of frame-parameter.
12902 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
12904         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12906 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
12908         * minibuffer.el (completion--twq-all): Try and preserve each
12909         completion's case choice (bug#14907).
12911 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12913         * net/network-stream.el (open-network-stream): Mention the new
12914         :nogreeting parameter.
12915         (network-stream-open-starttls): Use the :nogreeting parameter
12916         (bug#14938).
12918         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12920         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12921         more natural than popping.
12923         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12924         (shr-urlify): Highlight under mouse.
12926 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12928         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12930         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12932         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
12933         buffer for output.
12935         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
12936         point-min==1.  Fix search string.  Fix parentheses missing.
12938         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
12939         assume point-min==1.  Fix search string.  Fix parentheses missing.
12941         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12943         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
12944         buffer for output.
12946 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
12948         * frame.el (frame-notice-user-settings): Avoid inflooping when the
12949         initial frame is minibuffer-less.  (Bug#14841)
12951 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
12953         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12954         option.
12956         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12957         (tramp-maybe-open-connection): Use it.
12959 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12961         * desktop.el (desktop--make-frame): Include `minibuffer' in the
12962         minimal set of parameters passed when creating a frame, because
12963         the minibuffer status of a frame cannot be changed later.
12965 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
12967         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12968         replace-regexp-in-string and inadvertent omissions in previous change.
12969         (todo-filter-items): Ensure only file names are comma-separated in
12970         name of filtered items buffer.
12972 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12974         * desktop.el: Optionally force offscreen frames back onscreen.
12975         (desktop-restoring-reuses-frames): New option.
12976         (desktop--compute-pos, desktop--move-onscreen): New functions.
12977         (desktop--make-frame): Use desktop--move-onscreen.
12979 2013-07-27  Alan Mackenzie  <acm@muc.de>
12981         Fontify a Java generic method as a function.
12982         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12983         value to t.
12985 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
12987         * calendar/todo-mode.el: Add command to rename todo files.
12988         (todo-rename-file): New command.
12989         (todo-key-bindings-t): Add key binding for it.  Change the
12990         bindings of todo-filter-regexp-items(-multifile) to use `x'
12991         instead of `r', since the latter is better suited to the new
12992         renaming command.
12994 2013-07-27  Alan Mackenzie  <acm@muc.de>
12996         Make Java try-with-resources statement parse properly.
12997         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
12998         (c-block-stmt-1-2-key): New language constants/variables.
12999         * progmodes/cc-engine.el (c-beginning-of-statement-1)
13000         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
13001         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
13002         with c-block-stmt-1-2-key.
13004 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
13006         * desktop.el (desktop--make-frame): Apply most frame parameters after
13007         creating the frame to force (partially or totally) offscreen frames to
13008         be restored as such.
13010 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
13012         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
13013         (Bug#14948)
13015 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13017         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
13018         `base' arg of backtrace-frame.
13020 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
13022         * simple.el (list-processes): Doc fix.
13024 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
13026         * desktop.el (desktop--select-frame):
13027         Try harder to reuse existing frames.
13029 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13031         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
13032         (edebug-eval): Use backtrace-eval.
13033         (edebug--display, edebug--recursive-edit): Don't let-bind the
13034         edebug-outer-* vars that keep track of variables we locally let-bind.
13035         (edebug-outside-excursion): Don't restore outside values of locally
13036         let-bound vars.
13037         (edebug--display): Use user-error.
13038         (cl-lexical-debug, cl-debug-env): Remove.
13040 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
13042         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
13043         are restored to be sure that they are visible before deleting any
13044         remaining ones.
13046 2013-07-26  Matthias Meulien  <orontee@gmail.com>
13048         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
13049         vc-print-root-log.  (Bug#14948)
13051 2013-07-26  Richard Stallman  <rms@gnu.org>
13053         Add aliases for encrypting mail.
13054         * epa.el (epa-mail-aliases): New option.
13055         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
13056         Bind inhibit-read-only so read-only text doesn't ruin everything.
13057         (epa-mail-default-recipients): New subroutine broken out.
13058         Handle epa-mail-aliases.
13060 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13062         Add support for lexical variables to the debugger's `e' command.
13063         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
13064         vars, except for debugger-outer-match-data.
13065         (debugger-frame-number): Move check for "on a function call" from
13066         callers into it.  Add `skip-base' argument.
13067         (debugger-frame, debugger-frame-clear): Simplify accordingly.
13068         (debugger-env-macro): Only reset the state stored in non-variables,
13069         i.e. current-buffer and match-data.
13070         (debugger-eval-expression): Rewrite using backtrace-eval.
13071         * subr.el (internal--called-interactively-p--get-frame): Remove.
13072         (called-interactively-p):
13073         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
13074         `base' arg of backtrace-frame instead.
13076 2013-07-26  Glenn Morris  <rgm@gnu.org>
13078         * align.el (align-regexp): Doc fix.  (Bug#14857)
13079         (align-region): Explicit error if subexpression missing/does not match.
13081         * simple.el (global-visual-line-mode):
13082         Do not duplicate the mode lighter.  (Bug#14858)
13084 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
13086         * window.el (display-buffer): In display-buffer bind
13087         split-window-keep-point to t, bug#14829.
13089 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
13091         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
13092         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
13093         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
13094         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
13095         Change accordingly.
13096         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
13097         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
13099 2013-07-25  Glenn Morris  <rgm@gnu.org>
13101         * dired-x.el (dired-mark-extension): Convert comment to doc string.
13103 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
13105         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
13106         parameter to modify-frame-parameters if the value has not changed;
13107         this is a workaround for bug#14949.
13108         (desktop--make-frame): On cl-delete-if call, check parameter name,
13109         not full parameter.
13111 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
13113         * vc/vc.el (vc-ignore): New function.
13115         * vc/vc-svn.el (vc-svn-ignore): New function.
13117         * vc/vc-hg.el (vc-hg-ignore): New function.
13119         * vc/vc-git.el (vc-git-ignore): New function.
13121         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
13122         (vc-dir-ignore): New function.
13124         * vc/vc-cvs.el (vc-cvs-ignore): New function.
13125         (cvs-append-to-ignore): Move here from pcvs.el.
13127         * vc/vc-bzr.el (vc-bzr-ignore): New function.
13129         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
13131 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
13133         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
13134         (desktop-restore-frames): Warn when deleting an existing frame failed.
13136 2013-07-24  Glenn Morris  <rgm@gnu.org>
13138         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
13140 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
13142         * filenotify.el (file-notify-supported-p):
13143         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13144         Remove functions.
13146         * autorevert.el (auto-revert-use-notify)
13147         (auto-revert-notify-add-watch):
13148         * net/tramp.el (tramp-file-name-for-operation):
13149         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13150         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13151         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
13152         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13153         Remove `file-notify-supported-p' entry.
13155 2013-07-24  Glenn Morris  <rgm@gnu.org>
13157         * printing.el: Replace all uses of deleted ps-windows-system,
13158         ps-lp-system, ps-flatten-list with lpr- versions.
13160 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13162         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
13163         checked with memq (bug#14935).
13165         * files.el (revert-buffer-function): Use a non-nil default.
13166         (revert-buffer-preserve-modes): Declare var to
13167         provide access to the `preserve-modes' argument.
13168         (revert-buffer): Let-bind it.
13169         (revert-buffer--default): New function, extracted from revert-buffer.
13171 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13173         * lpr.el: Signal print errors more prominently.
13174         (print-region-function): Don't default to nil.
13175         (lpr-print-region): New function, extracted from print-region-1.
13176         Check lpr's return value and signal an error in case of problem.
13177         (print-region-1): Use it.
13178         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
13179         versions instead.
13180         (ps-printer-name): Default to nil.
13181         (ps-printer-name-option): Default to lpr-printer-switch.
13182         (ps-print-region-function): Don't default to nil.
13183         (ps-postscript-code-directory): Simplify default.
13184         (ps-do-despool): Use lpr-print-region to properly check the outcome.
13185         (ps-string-list, ps-eval-switch, ps-flatten-list)
13186         (ps-flatten-list-1): Remove.
13187         (ps-multibyte-buffer): Avoid setq.
13188         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
13189         (print-region-function, ps-print-region-function): Don't set them here.
13191 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
13193         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
13194         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
13195         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
13196         (ido-decorations): Doc fix.
13198         * ansi-color.el: Fix old URL.
13200 2013-07-23  Michael R. Mauger  <michael@mauger.com>
13202         * progmodes/sql.el: Version 3.3
13203         (sql-product-alist): Improve oracle :prompt-cont-regexp.
13204         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
13205         (sql-interactive-remove-continuation-prompt): Rewrite, use
13206         functions above.  Fix continuation prompt and complete output line
13207         handling.
13208         (sql-redirect-one, sql-execute): Use `read-only-mode' on
13209         redirected output buffer.
13210         (sql-mode): Restore deleted code (Bug#13591).
13212 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
13214         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
13216 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
13218         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
13220         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13221         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13222         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
13224 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
13226         * desktop.el (desktop-clear): Simplify; remove useless checks
13227         against invalid buffer names.
13228         (desktop-list*): Use cl-list*.
13229         (desktop-buffer-info, desktop-create-buffer): Simplify.
13231 2013-07-23  Leo Liu  <sdl.web@gmail.com>
13233         * bookmark.el (bookmark-make-record): Restore NAME as a default
13234         value.  (Bug#14933)
13236 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13238         * emacs-lisp/autoload.el (autoload--setup-output): New function,
13239         extracted from autoload--insert-text.
13240         (autoload--insert-text): Remove.
13241         (autoload--print-cookie-text): New function, extracted from
13242         autoload--insert-cookie-text.
13243         (autoload--insert-cookie-text): Remove.
13244         (autoload-generate-file-autoloads): Adjust calls accordingly.
13246         * winner.el (winner-hook-installed-p): Remove.
13247         (winner-mode): Simplify accordingly.
13249         * subr.el (add-to-list): Fix compiler-macro when `append' is
13250         not constant.  Don't use `cl-member' for the base case.
13252         * progmodes/subword.el: Fix boundary case (bug#13758).
13253         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
13254         own group.
13255         (subword-backward-regexp): Make it a constant.
13256         (subword-forward-internal): Don't treat a trailing capital as the
13257         beginning of a word.
13259 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
13261         * emacs-lisp/package.el (package-menu-mode): Don't modify the
13262         global value of tabulated-list-revert-hook (bug#14930).
13264 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
13266         * desktop.el: Require 'cl-lib.
13267         (desktop-before-saving-frames-functions): New hook.
13268         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
13269         for frames being saved.  Rename from desktop--save-minibuffer-frames.
13270         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
13271         Do not save frames with non-nil `desktop-dont-save' parameter.
13272         Filter out deleted frames.
13273         (desktop--find-frame): Use cl-find-if.
13274         (desktop--select-frame): Use cl-(first|second|third) to access values
13275         of desktop-mini.
13276         (desktop--make-frame): Use cl-delete-if.
13277         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
13278         (desktop-restore-frames): Use cl-(first|second|third) to access values
13279         of desktop-mini.  Look for visible frame at the end, not while
13280         restoring frames.
13282         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
13283         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
13284         Use string-match-p, looking-at-p (bug#14927).
13286 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
13288         * desktop.el (desktop-saved-frame-states):
13289         Rename from desktop--saved-states; all users changed.
13290         (desktop-save-frames): Rename from desktop--save-frames.
13291         Do not save state to desktop file.
13292         (desktop-save): Save desktop-saved-frame-states to desktop file
13293         and reset to nil.
13294         (desktop-restoring-frames-p): New function.
13295         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
13296         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
13297         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
13299         * desktop.el: Correctly restore iconified frames.
13300         (desktop--filter-iconified-position): New function.
13301         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
13303 2013-07-20  Glenn Morris  <rgm@gnu.org>
13305         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
13306         Let `message' do the formatting.
13307         (def-gdb-preempt-display-buffer): Add explicit format.
13309         * image-dired.el (image-dired-track-original-file):
13310         Use with-current-buffer.
13311         (image-dired-track-thumbnail): Use with-current-buffer.
13312         Avoid changing point of wrong window.
13314         * image-dired.el (image-dired-track-original-file):
13315         Avoid changing point of wrong window.  (Bug#14909)
13317 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
13319         * progmodes/gdb-mi.el (gdb-done-or-error):
13320         Guard against "%" in gdb output.  (Bug#14127)
13322 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
13324         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
13325         (Bug#14826)
13327         * international/mule.el (coding-system-iso-2022-flags): Fix last
13328         change.
13330 2013-07-20  Kenichi Handa  <handa@gnu.org>
13332         * international/mule.el (coding-system-iso-2022-flags):
13333         Add `8-bit-level-4'.  (Bug#8522)
13335 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13337         * net/shr.el (shr-mouse-browse-url): New command and keystroke
13338         (bug#14815).
13340         * net/eww.el (eww-process-text-input): Allow inputting when the
13341         point is at the start of the line, as the properties aren't
13342         front-sticky.
13344         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
13345         degenerate widths.
13347 2013-07-19  Richard Stallman  <rms@gnu.org>
13349         * epa.el (epa-popup-info-window): Doc fix.
13351         * subr.el (split-string): New arg TRIM.
13353 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
13355         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
13356         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
13358 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
13360         * filenotify.el (file-notify--library): Rename from
13361         `file-notify-support'.  Do not autoload.  Adapt all uses.
13362         (file-notify-supported-p): New defun.
13364         * autorevert.el (auto-revert-use-notify):
13365         Use `file-notify-supported-p' instead of `file-notify-support'.
13366         Adapt docstring.
13367         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
13369         * net/tramp.el (tramp-file-name-for-operation):
13370         Add `file-notify-supported-p'.
13372         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13373         New defun.
13374         (tramp-sh-file-name-handler-alist): Add it as handler for
13375         `file-notify-supported-p '.
13377         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13378         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13379         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13380         Add `ignore' as handler for `file-notify-*' functions.
13382 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
13384         * simple.el (line-move-partial, line-move): Don't start vscroll or
13385         scroll-up if the current line is not taller than the window.
13386         (Bug#14881)
13388 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
13390         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
13391         highlight question marks in the method names as strings.
13392         (ruby-block-beg-keywords): Inline.
13393         (ruby-font-lock-keyword-beg-re): Extract from
13394         `ruby-font-lock-keywords'.
13396 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
13398         * frame.el (blink-cursor-blinks): New defcustom.
13399         (blink-cursor-blinks-done): New defvar.
13400         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
13401         (blink-cursor-timer-function): Check if number of blinks has been
13402         done on X and NS.
13403         (blink-cursor-suspend, blink-cursor-check): New defuns.
13405 2013-07-15  Glenn Morris  <rgm@gnu.org>
13407         * edmacro.el (edmacro-format-keys): Fix previous change.
13409 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13411         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
13412         The hack didn't work outside English locales anyway.
13414 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
13416         * simple.el (define-alternatives): Rename from alternatives-define,
13417         per RMS' suggestion.
13419 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
13421         * desktop.el (desktop-restore-frames): Change default to t.
13422         (desktop-restore-in-current-display): Now offer more options.
13423         (desktop-restoring-reuses-frames): New customization option.
13424         (desktop--saved-states): Doc fix.
13425         (desktop-filter-parameters-alist): New variable, renamed and expanded
13426         from desktop--excluded-frame-parameters.
13427         (desktop--target-display): New variable.
13428         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
13429         (desktop--filter-tty*, desktop--filter-*-color)
13430         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
13431         (desktop--filter-save-desktop-parm)
13432         (desktop-restore-in-original-display-p): New functions.
13433         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
13434         (desktop--save-minibuffer-frames): New function, inspired by a similar
13435         function from Martin Rudalics.
13436         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
13437         (desktop--restore-in-this-display-p): Remove.
13438         (desktop--find-frame): Rename from desktop--find-frame-in-display
13439         and add predicate argument.
13440         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
13441         (desktop--reuse-list): New variable.
13442         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
13443         New functions.
13444         (desktop--restore-frames): Add support for "minibuffer-special" frames.
13446 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
13448         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
13450 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
13452         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13453         Highlight conversion methods on Kernel.
13455 2013-07-13  Alan Mackenzie  <acm@muc.de>
13457         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
13458         and comment it out.  This out-commenting enables certain C++
13459         declarations to be parsed correctly.
13461 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
13463         * international/mule.el (define-coding-system): Doc fix.
13465         * simple.el (default-font-height): Don't call font-info if the
13466         frame's default font didn't change since the frame was created.
13467         (Bug#14838)
13469 2013-07-13  Leo Liu  <sdl.web@gmail.com>
13471         * ido.el (ido-read-file-name): Guard against non-symbol value.
13473 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13475         * progmodes/python.el (python-imenu--build-tree): Fix corner case
13476         in nested defuns.
13478 2013-07-13  Leo Liu  <sdl.web@gmail.com>
13480         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
13481         ido-set-matches call.  (Bug#6852)
13483 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
13485         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
13486         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
13487         Ruby 2.0.
13488         (ruby-font-lock-keywords): Distinguish calls to functions with
13489         module-like names from module references.  Highlight character
13490         literals.
13492 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
13494         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
13495         (gdb-send): Handle continued commands.  (Bug#14847)
13497 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
13499         * desktop.el (desktop--v2s): Remove unused local variable.
13500         (desktop-save-buffer): Make defvar-local; adjust docstring.
13501         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
13502         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
13504 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
13506         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
13508 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
13510         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
13511         (Bug#14842)
13513 2013-07-12  Glenn Morris  <rgm@gnu.org>
13515         * doc-view.el: Require cl-lib at runtime too.
13516         (doc-view-remove-if): Remove.
13517         (doc-view-search-next-match, doc-view-search-previous-match):
13518         Use cl-remove-if.
13520         * edmacro.el: Require cl-lib at runtime too.
13521         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
13522         (edmacro-mismatch, edmacro-subseq): Remove.
13524         * shadowfile.el: Require cl-lib.
13525         (shadow-remove-if): Remove.
13526         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
13527         Use cl-remove-if.
13529         * wid-edit.el: Require cl-lib.
13530         (widget-choose): Use cl-remove-if.
13531         (widget-remove-if): Remove.
13533         * progmodes/ebrowse.el: Require cl-lib at runtime too.
13534         (ebrowse-delete-if-not): Remove.
13535         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
13536         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
13537         Use cl-delete-if-not.
13539 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
13541         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
13542         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
13544 2013-07-12  Leo Liu  <sdl.web@gmail.com>
13546         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
13548 2013-07-11  Glenn Morris  <rgm@gnu.org>
13550         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
13551         (edebug-gensym-index, edebug-gensym):
13552         Remove reimplementation of cl-gensym.
13553         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
13555         * thumbs.el: Require cl-lib at run-time too.
13556         (thumbs-gensym-counter, thumbs-gensym):
13557         Remove reimplementation of cl-gensym.
13558         (thumbs-temp-file): Use cl-gensym.
13560         * emacs-lisp/ert.el: Require cl-lib at runtime too.
13561         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
13562         (ert--intersection, ert--set-difference, ert--set-difference-eq)
13563         (ert--union, ert--gensym-counter, ert--gensym-counter)
13564         (ert--coerce-to-vector, ert--remove*, ert--string-position)
13565         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
13566         (ert-make-test-unbound, ert--expand-should-1)
13567         (ert--expand-should, ert--should-error-handle-error)
13568         (should-error, ert--explain-equal-rec)
13569         (ert--plist-difference-explanation, ert-select-tests)
13570         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
13571         Use cl-lib functions rather than reimplementations.
13573 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
13575         * net/tramp.el (tramp-methods): Extend docstring.
13576         (tramp-connection-timeout): New defcustom.
13577         (tramp-error-with-buffer): Reset timestamp only when appropriate.
13578         (with-tramp-progress-reporter): Simplify.
13579         (tramp-process-actions): Improve messages.
13581         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13582         * net/tramp-sh.el (tramp-maybe-open-connection):
13583         Use `tramp-connection-timeout'.
13584         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
13585         (Bug#14808)
13587 2013-07-11  Leo Liu  <sdl.web@gmail.com>
13589         * ido.el (ido-read-file-name): Conform to the requirements of
13590         read-file-name.  (Bug#11861)
13591         (ido-read-directory-name): Conform to the requirements of
13592         read-directory-name.
13594 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
13596         * subr.el (delay-warning): New function.
13598 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
13600         * simple.el (default-line-height): New function.
13601         (line-move-partial, line-move): Use it instead of computing the
13602         line height inline.
13603         (line-move-partial): Always compute ROWH.  If the last line is
13604         partially-visible, but its text is completely visible, allow
13605         cursor to enter such a partially-visible line.
13607 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
13609         Improve error messages.  (Bug#14808)
13611         * net/tramp.el (tramp-current-connection): New defvar, moved from
13612         tramp-sh.el.
13613         (tramp-message-show-progress-reporter-message): Remove, not
13614         needed anymore.
13615         (tramp-error-with-buffer): Show message in minibuffer.
13616         Discard input before waiting.  Reset connection timestamp.
13617         (with-tramp-progress-reporter): Improve messages.
13618         (tramp-process-actions): Use progress reporter.  Delete process in
13619         case of error.  Improve messages.
13621         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
13622         Call `tramp-error-with-buffer' with vector and buffer.
13623         (tramp-current-connection): Remove.
13624         (tramp-maybe-open-connection): The car of
13625         `tramp-current-connection' are the first 3 slots of the vector.
13627 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
13629         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
13630         inside continued strings.
13632 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13634         Timestamp fixes for undo (Bug#14824).
13635         * files.el (clear-visited-file-modtime): Move here from fileio.c.
13637 2013-07-10  Leo Liu  <sdl.web@gmail.com>
13639         * files.el (require-final-newline): Allow safe local value.
13640         (Bug#14834)
13642 2013-07-09  Leo Liu  <sdl.web@gmail.com>
13644         * ido.el (ido-read-directory-name): Handle fallback.
13645         (ido-read-file-name): Update DIR to ido-current-directory.
13646         (Bug#1516)
13647         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
13649 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
13651         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
13652         "autoload".  Remove "warn lower camel case" section, previously
13653         commented out.  Highlight negation char.  Do not highlight the
13654         target in singleton method definitions.
13656 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13658         * faces.el (tty-setup-hook): Declare the hook.
13660         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
13661         and detect when a guard/pred depends on local vars (bug#14773).
13662         (pcase--u1): Adjust caller.
13664 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
13666         * simple.el (line-move-partial, line-move): Account for
13667         line-spacing.
13668         (line-move-partial): Avoid setting vscroll when the last
13669         partially-visible line in window is of default height.
13671 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13673         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
13674         been used a while.
13676 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
13678         * subr.el (read-quoted-char): Remove unused local variable `char'.
13680 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
13682         * vc/ediff.el (ediff-version): Version update.
13683         (ediff-files-command, ediff3-files-command, ediff-merge-command)
13684         (ediff-merge-with-ancestor-command, ediff-directories-command)
13685         (ediff-directories3-command, ediff-merge-directories-command)
13686         (ediff-merge-directories-with-ancestor-command): New functions.
13687         All are command-line interfaces to ediff: to facilitate calling
13688         Emacs with the appropriate ediff functions invoked.
13690         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
13691         New function.
13692         (viper-save-kill-buffer): Check if buffer is modified.
13694         * emulation/viper.el (viper-version): Version update.
13695         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
13697 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
13700         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
13701         (viper-intercept-ESC-key): Simplify.
13702         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
13703         don't use kbd.
13704         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
13705         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
13706         (viper-setup-ESC-to-escape): New functions.
13707         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
13708         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
13710 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
13712         * simple.el (default-font-height, window-screen-lines):
13713         New functions.
13714         (line-move, line-move-partial): Use them instead of
13715         frame-char-height and window-text-height.  This makes scrolling
13716         text smoother when the buffer's default face uses a font that is
13717         different from the frame's default font.
13719 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
13721         * files.el (write-file): Do not display confirm dialog for NS,
13722         it does its own dialog, which can't be canceled (Bug#14578).
13724 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
13726         * simple.el (line-move-partial): Adjust the row returned by
13727         posn-at-point for the current window-vscroll.  (Bug#14567)
13729 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
13731         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
13732         (tramp-sh-file-inotifywait-process-filter): Handle file names with
13733         spaces.
13735 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
13737         * window.el (window-state-put-stale-windows): New variable.
13738         (window--state-put-2): Save list of windows without matching buffer.
13739         (window-state-put): Remove "bufferless" windows if possible.
13741 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
13743         * simple.el (alternatives-define): Remove leftover :group keyword.
13744         Tweak docstring.
13746 2013-07-06  Leo Liu  <sdl.web@gmail.com>
13748         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
13749         (ido-enable-virtual-buffers): New variable.
13750         (ido-buffer-internal, ido-toggle-virtual-buffers)
13751         (ido-make-buffer-list): Use it.
13752         (ido-exhibit): Support turning on and off virtual buffers
13753         automatically.
13755 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
13757         * simple.el (alternatives-define): New macro.
13759 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13761         * subr.el (read-quoted-char): Use read-key.
13762         (sit-for): Let read-event decode tty input (bug#14782).
13764 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
13766         * calendar/todo-mode.el: Add handling of file deletion, both by
13767         mode command and externally.  Fix various related bugs.
13768         Clarify Commentary and improve some documentation strings and code.
13769         (todo-delete-file): New command.
13770         (todo-check-file): New function.
13771         (todo-show): Handle external deletion of the file we're trying to
13772         show (bug#14688).  Replace called-interactively-p by an optional
13773         prefix argument to avoid problematic interaction with catch form
13774         when byte compiled (bug#14702).
13775         (todo-quit): Handle external deletion of the archive's todo file.
13776         Make sure the buffer that was visiting the archive file is still
13777         live before trying to bury it.
13778         (todo-category-completions): Handle external deletion of any
13779         category completion files.
13780         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
13781         of todo files, in case of external deletion.
13782         (todo-add-file): Replace unnecessary setq by let-binding.
13783         (todo-find-archive): Check whether there are any archives.
13784         Replace unnecessary setq by let-binding.
13785         (todo-archive-done-item): Use find-file-noselect to get the
13786         archive buffer whether or not the archive already exists.
13787         Remove superfluous code.  Use file size instead of buffer-file-name to
13788         check if the archive is new; if it is, update list of archives.
13789         (todo-default-todo-file): Allow nil to be a valid value for when
13790         there are no todo files.
13791         (todo-reevaluate-default-file-defcustom): Use corrected definition
13792         of todo-default-todo-file.
13793         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13794         (todo-delete-category, todo-show-categories-table)
13795         (todo-category-number): Clarify comment.
13796         (todo-filter-items): Clarify documentation string.
13797         (todo-show-current-file, todo-display-as-todo-file)
13798         (todo-reset-and-enable-done-separator): Tweak documentation string.
13799         (todo-done-separator): Make separator length window-width, since
13800         bug#2749 is now fixed.
13802 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
13804         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13805         Support both "gvfs-monitor-dir" and "inotifywait".
13806         (tramp-sh-file-inotifywait-process-filter): Rename from
13807         `tramp-sh-file-notify-process-filter'.
13808         (tramp-sh-file-gvfs-monitor-dir-process-filter)
13809         (tramp-get-remote-gvfs-monitor-dir): New defuns.
13811 2013-07-05  Leo Liu  <sdl.web@gmail.com>
13813         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13815 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13817         * frame.el (display-pixel-height, display-pixel-width)
13818         (display-mm-height, display-mm-width): Mention behavior on
13819         multi-monitor setups in docstrings.
13820         (w32-display-monitor-attributes-list): Declare function.
13821         (display-monitor-attributes-list): Use it.
13823 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
13825         * filenotify.el: New package.
13827         * autorevert.el (top): Require filenotify.el.
13828         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
13829         instead.
13830         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13831         (auto-revert-notify-handler): Use `file-notify-*' functions.
13833         * subr.el (file-notify-handle-event): Move function to filenotify.el.
13835         * net/tramp.el (tramp-file-name-for-operation):
13836         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13838         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13839         for `file-notify-add-watch' and `file-notify-rm-watch'.
13840         (tramp-process-sentinel): Improve trace.
13841         (tramp-sh-handle-file-notify-add-watch)
13842         (tramp-sh-file-notify-process-filter)
13843         (tramp-sh-handle-file-notify-rm-watch)
13844         (tramp-get-remote-inotifywait): New defuns.
13846 2013-07-03  Juri Linkov  <juri@jurta.org>
13848         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13849         call of `occur-read-primary-args' to interactive spec.
13851         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13852         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
13854 2013-07-03  Matthias Meulien  <orontee@gmail.com>
13856         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13857         `Buffer-menu-multi-occur'.  Add it to the menu.
13858         (Buffer-menu-mode): Document it in docstring.
13859         (Buffer-menu-multi-occur): New command.  (Bug#14673)
13861 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13863         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13864         keywords and built-ins.
13866 2013-07-03  Glenn Morris  <rgm@gnu.org>
13868         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
13870         Make info-xref checks case-sensitive by default
13871         * info.el (Info-find-node, Info-find-in-tag-table)
13872         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13873         Add option for exact case matching of nodes.
13874         * info-xref.el (info-xref): New custom group.
13875         (info-xref-case-fold): New option.
13876         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13878 2013-07-03  Leo Liu  <sdl.web@gmail.com>
13880         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13882 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13884         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13885         middle of block statement initially, lower the depth.  Remove
13886         FIXME comment, not longer valid.  Remove middle of block statement
13887         detection, no need to do that anymore since we've been using
13888         `ruby-parse-region' here.
13890 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
13892         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13894 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13896         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13898 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
13900         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13901         (desktop-restore-in-current-display): New customization option.
13902         (desktop--excluded-frame-parameters): Add `font'.
13903         (desktop--save-frames): Rename from desktop--save-windows.
13904         (desktop--restore-in-this-display-p): New function.
13905         (desktop--make-full-frame): Remove unwanted width/height from
13906         full(width|height) frames.
13907         (desktop--restore-frames): Rename from desktop--restore-windows.
13908         Obey desktop-restore-current-display.  Do not delete old frames or
13909         select a new frame unless we were able to restore at least one frame.
13911 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
13913         * files.el (find-file-noselect): Simplify conditional expression.
13915         * textmodes/remember.el (remember-append-to-file):
13916         Don't mix `find-buffer-visiting' and `get-file-buffer'.
13918         Add `remember-notes' function to store random notes across Emacs
13919         restarts.
13920         * textmodes/remember.el (remember-data-file): Add :set callback to
13921         affect notes buffer (if any).
13922         (remember-notes): New command.
13923         (remember-notes-buffer-name, bury-remember-notes-on-kill):
13924         New defcustoms for the `remember-notes' function.
13925         (remember-notes-save-and-bury-buffer): New command.
13926         (remember-notes-mode-map): New variable.
13927         (remember-mode): New minor mode.
13928         (remember-notes--kill-buffer-query): New function.
13929         * startup.el (initial-buffer-choice): Add notes to custom type.
13931 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
13933         * bindings.el (right-char, left-char): Don't call sit-for, this is
13934         no longer needed.  Use arithmetic comparison only for numerical
13935         arguments.
13937         * international/mule-cmds.el (select-safe-coding-system):
13938         Handle the case of FROM being a string correctly.  (Bug#14755)
13940 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942         * net/shr.el (shr-make-table-1): Add a sanity check that allows
13943         progression on degenerate tables.
13944         (shr-rescale-image): ImageMagick animated images currently don't work.
13946 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
13948         Some fixes and improvements for desktop frame restoration.
13949         It is still experimental and disabled by default.
13950         * desktop.el (desktop--save-windows): Put the selected frame at
13951         the head of the list.
13952         (desktop--make-full-frame): New function.
13953         (desktop--restore-windows): Try to re-select the frame that was
13954         selected upon saving.  Do not abort if some frames fail to restore,
13955         just show an error message and continue.  Set up maximized frames
13956         so they have default non-maximized dimensions.
13958 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
13960         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13961         Don't start heredoc inside a string or comment.
13963 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
13965         * bindings.el (visual-order-cursor-movement): New defcustom.
13966         (right-char, left-char): Provide visual-order cursor motion by
13967         calling move-point-visually.  Update the doc strings.
13969 2013-06-28  Kenichi Handa  <handa@gnu.org>
13971         * international/mule.el (define-coding-system): New coding system
13972         properties :inhibit-null-byte-detection,
13973         :inhibit-iso-escape-detection, and :prefer-utf-8.
13974         (set-buffer-file-coding-system): If :charset-list property of
13975         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13976         appropriate for setting.
13978         * international/mule-cmds.el (select-safe-coding-system):
13979         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13980         multibyte characters, return utf-8 (or one of its siblings).
13982         * international/mule-conf.el (prefer-utf-8): New coding system.
13983         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13984         files.
13986 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
13988         * net/shr.el (shr-render-region): New function.
13990         * net/eww.el: Autoload `eww-browse-url'.
13992 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
13994         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13995         Adapt to `package-desc-version' being a list.
13996         Use `package--ac-desc-version' to retrieve version from a package
13997         archive element.
13999 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
14001         New experimental feature to save&restore window and frame setup.
14002         * desktop.el (desktop-save-windows): New defcustom.
14003         (desktop--saved-states): New var.
14004         (desktop--excluded-frame-parameters): New defconst.
14005         (desktop--filter-frame-parms, desktop--find-frame-in-display)
14006         (desktop--restore-windows, desktop--save-windows): New functions.
14007         (desktop-save): Call `desktop--save-windows'.
14008         (desktop-read): Call `desktop--restore-windows'.
14010 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14012         * net/shr.el (add-face-text-property): Remove compat definition.
14014 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
14016         * info.el (Info-try-follow-nearest-node): Move search for footnote
14017         above search for node name to prevent missing a footnote (bug#14717).
14019 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
14021         * obsolete/otodo-mode.el: Add obsolescence info to file header.
14023 2013-06-27  Leo Liu  <sdl.web@gmail.com>
14025         * net/eww.el (eww-read-bookmarks): Check file size.
14027 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14029         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
14030         advice--pending if newdef is nil or an autoload (bug#13820).
14031         (advice-mapc): New function.
14033 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14035         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
14036         probably.
14037         (eww-mode-map): Add a menu bar.
14038         (eww-add-bookmark): New command.
14039         (eww-bookmark-mode): New mode and commands.
14040         (eww-add-bookmark): Remove newlines from the title.
14041         (eww-bookmark-browse): Don't bug out if it's the only window.
14043 2013-06-26  Glenn Morris  <rgm@gnu.org>
14045         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
14046         (hfy-size): Handle ttys.  (Bug#14668)
14048         * info-xref.el: Update for Texinfo 5 change in *note format.
14049         (info-xref-node-re, info-xref-note-re): New constants.
14050         (info-xref-check-buffer): Use info-xref-note-re.
14052 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14054         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
14056         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
14057         nil terminate the loop (bug#14718).
14059 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14061         * net/eww.el: Rework history traversal.  When going forward/back,
14062         put these actions into the history, too, so that they can be
14063         replayed.
14064         (eww-render): Move the history reset to the correct buffer.
14066 2013-06-25  Juri Linkov  <juri@jurta.org>
14068         * files-x.el (modify-dir-local-variable): Change the header comment
14069         in the file with directory local variables.  (Bug#14692)
14071         * files-x.el (read-file-local-variable-value): Add `default'.
14072         (Bug#14710)
14074 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14076         * net/eww.el (eww-make-unique-file-name): Create a unique file
14077         name before saving to entering `y' accidentally asynchronously.
14079 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
14081         * net/eww.el (eww-download): New command and keystroke.
14083 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085         * net/eww.el (eww-copy-page-url): Change name of command.
14087         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
14088         be more consistent with Info and dired.
14090         * net/eww.el (eww-mode-map): Ditto.
14092 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14094         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
14095         packages from archives.
14096         (package-archive-contents): Change format; include obsolete packages.
14097         (package-desc): Use `dir' to mark builtin packages.
14098         (package--from-builtin): Set the `dir' field to `builtin'.
14099         (generated-autoload-file, version-control): Declare.
14100         (package-compute-transaction): Change first arg and return value to be
14101         lists of package-descs.  Adjust to new package-archive-contents format.
14102         (package--add-to-archive-contents): Adjust to new
14103         package-archive-contents format.
14104         (package-download-transaction): Arg is now a list of package-descs.
14105         (package-install): If `pkg' is a package name, pass it as
14106         a requirement, so it is subject to the usual (e.g. disabled) checks.
14107         (describe-package): Accept package-desc as well.
14108         (describe-package-1): Describe a specific package-desc.  Add links to
14109         other package-descs for the same package name.
14110         (package-menu-describe-package): Pass the actual package-desc.
14111         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
14112         works correctly.
14113         (package-desc-status): New function.
14114         (package-menu--refresh): New function, extracted
14115         from package-menu--generate.
14116         (package-menu--generate): Use it.
14117         (package-delete): Update package-alist.
14118         (package-menu-execute): Don't call package-initialize.
14120         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
14121         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
14122         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
14123         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
14124         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
14125         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
14127 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
14129         * window.el (window--state-get-1): Workaround for bug#14527.
14130         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
14132 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14134         * net/eww.el (eww-back-url): Implement the history by stashing all
14135         the data into a list.
14136         (eww-forward-url): Allow going forward in the history, too.
14138 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14140         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
14141         for values and use read--expression for expressions (bug#14710).
14142         (read-file-local-variable): Avoid setq.
14143         (read-file-local-variable-mode): Use minor-mode-list.
14145 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14147         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
14148         for DOI URLs.
14150 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14152         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
14153         Update imenu-support when dialect changes.
14155 2013-06-25  Leo Liu  <sdl.web@gmail.com>
14157         * ido.el (ido-read-internal): Allow forward slash on windows.
14159 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161         * net/eww.el (eww): Start of strings is \\`, not ^.
14163 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
14165         * net/shr.el (shr-browse-url): Fix interactive spec.
14167         * net/eww.el (eww): Add a trailing slash to domain names.
14169 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
14171         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
14173 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14175         * net/shr.el (shr-browse-url): Use an external browser if given a
14176         prefix.
14178         * net/eww.el (eww-external-browser): Move to shr.
14180 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
14182         * net/eww.el (eww): Work more correctly for file: URLs.
14183         (eww-detect-charset): Allow quoted charsets.
14184         (eww-yank-page-url): New command and keystroke.
14186 2013-06-24  Daiki Ueno  <ueno@gnu.org>
14188         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
14189         file name of gpg executable.
14190         (epg-context-program): New function.
14191         (epg-context-home-directory): New function.
14192         (epg-context-set-program): New function.
14193         (epg-context-set-home-directory): New function.
14194         (epg--start): Use `epg-context-program' instead of
14195         'epg-gpg-program'.
14196         (epg--list-keys-1): Likewise.
14198 2013-06-24  Leo Liu  <sdl.web@gmail.com>
14200         * ido.el (ido-read-internal): Fix bug#14620.
14202 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
14204         * faces.el (face-documentation): Simplify.
14205         (read-face-attribute, tty-find-type, x-resolve-font-name):
14206         Use `string-match-p'.
14207         (list-faces-display): Use `string-match-p'.  Simplify.
14208         (face-spec-recalc): Check face to avoid face alias loops.
14209         (read-color): Use `string-match-p' and non-capturing parenthesis.
14211 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14213         * net/shr.el (shr-rescale-image): Use the new
14214         :max-width/:max-height functionality.
14216 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
14218         * net/eww.el (eww-search-prefix): New variable.
14219         (eww): Use it.
14220         (eww-external-browser): New variable.
14221         (eww-mode-map): New keystroke.
14222         (eww-browse-with-external-browser): New command.
14224         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
14226 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
14228         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14229         Don't skip aligning the next header field when padding is 0;
14230         otherwise, field width is not respected unless the title is as
14231         wide as the field.
14233 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14235         * emacs-lisp/package.el (package-el-version): Remove.
14236         (package-process-define-package): Fix inf-loop.
14237         (package-install): Allow symbols as arguments again.
14239 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
14241         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
14242         add some more keyword-like methods.
14243         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
14245 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
14247         * bs.el (bs-buffer-show-mark): Make defvar-local.
14248         (bs-mode): Use setq-local.
14250         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
14251         (emacs-lock--try-unlocking): Make defvar-local.
14253 2013-06-22  Glenn Morris  <rgm@gnu.org>
14255         * play/cookie1.el (cookie-apropos): Minor simplification.
14257         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
14259 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
14261         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
14262         `regexp-opt', it breaks the build during dumping.
14264 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
14266         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
14267         Highlight keyword-like methods on Kernel and Module with
14268         font-lock-builtin-face.
14269         (auto-mode-alist): Consolidate different entries into one regexp
14270         and add more *file-s.
14272 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
14274         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
14276         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
14277         (diary-entry): Use it in the action of this button type instead of
14278         diary-goto-entry.
14280         * calendar/todo-mode.el: New version.
14281         (todo-add-category): Append new category to end of file and give
14282         it the highest number, instead of putting it at the beginning and
14283         giving it 0.  Incorporate noninteractive functionality.
14284         (todo-forward-category): Adapt to 1-based category numbering.
14285         Allow skipping over archived categories.
14286         (todo-backward-category): Derive from todo-forward-category.
14287         (todo-backward-item, todo-forward-item): Make noninteractive and
14288         delegate interactive part to new commands.  Make sensitive to done items.
14289         (todo-categories): Make value an alist of category names and
14290         vectors of item counts.
14291         (todo-category-beg): Make a defconst.
14292         (todo-category-number): Use 1 instead of 0 as initial value.
14293         (todo-category-select): Make sensitive to overlays, optional item
14294         highlighting and done items.
14295         (todo-delete-item): Make sensitive to overlays and marked and done items.
14296         (todo-edit-item): Make sensitive to overlays and editing of
14297         date/time header optional.  Add format checks.
14298         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
14299         no-op if point is not on an item.  Advertise using todo-edit-quit.
14300         (todo-edit-mode): Make sensitive to new format, font-locking, and
14301         multiple todo files.
14302         (todo-insert-item, todo-insert-item-here): Derive from
14303         todo-basic-insert-item and extend functionality.
14304         (todo-item-end, todo-item-start): Make sensitive to done items.
14305         (todo-item-string): Don't return text properties.  Restore point.
14306         (todo-jump-to-category): Make sensitive to multiple todo files and
14307         todo archives.  Use extended category completion.
14308         (todo-lower-item, todo-raise-item): Rename to *-priority and
14309         derive from todo-set-item-priority.
14310         (todo-mode): Derive from special-mode.  Make sensitive to new
14311         format, font-locking and multiple todo files.  Make read-only.
14312         (todo-mode-map): Don't suppress digit keys, so they can supply
14313         prefix arguments.  Add many new key bindings.
14314         (todo-prefix): Insert as an overlay instead of file text.
14315         Change semantics from diary date expression to purely visual mark.
14316         (todo-print): Rename to todo-print-buffer.  Make buffer display
14317         features printable.  Remove option to restrict number of items
14318         printed.  Add option to print to file.
14319         (todo-print-function): Rename to todo-print-buffer-function.
14320         (todo-quit): Extend to handle exiting new todo modes.
14321         (todo-remove-item): Make sensitive to overlays.
14322         (todo-save): Extend to buffers of filtered items.
14323         (todo-show): Make sensitive to done items, multiple todo files and
14324         new todo modes.  Offer to convert legacy todo file before creating
14325         first new todo file.
14326         (todo-show-priorities): Rename to todo-top-priorities.
14327         Change semantics of value 0.
14328         (todo-top-priorities): Rename to todo-filter-top-priorities,
14329         derive from todo-filter-items and extend functionality.
14330         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
14331         and extend functionality to other types of filtered items.
14332         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
14333         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
14334         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
14335         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
14336         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
14337         (todo-edit-mode-hook, todo-entry-prefix-function)
14338         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
14339         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
14340         (todo-initials, todo-insert-threshold, todo-item-string-start)
14341         (todo-line-string, todo-menu, todo-mode-hook)
14342         (todo-more-important-p, todo-previous-answer, todo-previous-line)
14343         (todo-print-priorities, todo-remove-separator)
14344         (todo-save-top-priorities-too, todo-string-count-lines)
14345         (todo-string-multiline-p, todo-time-string-format)
14346         (todo-tmp-buffer-name): Remove.
14347         (todo-add-file, todo-archive-done-item, todo-choose-archive)
14348         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
14349         (todo-edit-category-diary-inclusion)
14350         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
14351         (todo-edit-file, todo-edit-item-date-day)
14352         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
14353         (todo-edit-item-date-month, todo-edit-item-date-to-today)
14354         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
14355         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
14356         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
14357         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
14358         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
14359         (todo-filter-top-priorities-multifile, todo-find-archive)
14360         (todo-find-filtered-items-file, todo-go-to-source-item)
14361         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
14362         (todo-jump-to-archive-category, todo-lower-category)
14363         (todo-mark-category, todo-marked-item-p, todo-merge-category)
14364         (todo-move-category, todo-move-item, todo-next-button)
14365         (todo-next-item, todo-padded-string, todo-powerset)
14366         (todo-previous-button, todo-previous-item)
14367         (todo-print-buffer-to-file, todo-raise-category)
14368         (todo-rename-category, todo-repair-categories-sexp, todo-search)
14369         (todo-set-category-number, todo-set-item-priority)
14370         (todo-set-top-priorities-in-category)
14371         (todo-set-top-priorities-in-file, todo-show-categories-table)
14372         (todo-sort-categories-alphabetically-or-numerically)
14373         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
14374         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
14375         (todo-toggle-item-header, todo-toggle-item-highlighting)
14376         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
14377         (todo-toggle-view-done-items, todo-toggle-view-done-only)
14378         (todo-unarchive-items, todo-unmark-category): New commands.
14379         (todo-absolute-file-name, todo-add-to-buffer-list)
14380         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
14381         (todo-basic-insert-item, todo-category-completions)
14382         (todo-category-number, todo-category-string-matcher-1)
14383         (todo-category-string-matcher-2, todo-check-filtered-items-file)
14384         (todo-check-format, todo-clear-matches)
14385         (todo-comment-string-matcher, todo-convert-legacy-date-time)
14386         (todo-current-category, todo-date-string-matcher)
14387         (todo-define-insertion-command, todo-diary-expired-matcher)
14388         (todo-diary-goto-entry, todo-diary-item-p)
14389         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
14390         (todo-display-categories, todo-display-sorted, todo-done-item-p)
14391         (todo-done-item-section-p, todo-done-separator)
14392         (todo-done-string-matcher, todo-files, todo-filter-items)
14393         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
14394         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
14395         (todo-insert-category-line, todo-insert-item-from-calendar)
14396         (todo-insert-sort-button, todo-insert-with-overlays)
14397         (todo-insertion-command-name, todo-insertion-key-bindings)
14398         (todo-label-to-key, todo-longest-category-name-length)
14399         (todo-make-categories-list, todo-mode-external-set)
14400         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
14401         (todo-modes-set-3, todo-multiple-filter-files)
14402         (todo-nondiary-marker-matcher, todo-prefix-overlays)
14403         (todo-read-category, todo-read-date, todo-read-dayname)
14404         (todo-read-file-name, todo-read-time)
14405         (todo-reevaluate-category-completions-files-defcustom)
14406         (todo-reevaluate-default-file-defcustom)
14407         (todo-reevaluate-filelist-defcustoms)
14408         (todo-reevaluate-filter-files-defcustom)
14409         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
14410         (todo-reset-done-separator, todo-reset-done-separator-string)
14411         (todo-reset-done-string, todo-reset-global-current-todo-file)
14412         (todo-reset-highlight-item, todo-reset-nondiary-marker)
14413         (todo-reset-prefix, todo-set-categories)
14414         (todo-set-date-from-calendar, todo-set-show-current-file)
14415         (todo-set-top-priorities, todo-short-file-name)
14416         (todo-show-current-file, todo-sort, todo-time-string-matcher)
14417         (todo-total-item-counts, todo-update-buffer-list)
14418         (todo-update-categories-display, todo-update-categories-sexp)
14419         (todo-update-count, todo-validate-name, todo-y-or-n-p):
14420         New functions.
14421         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
14422         New major modes.
14423         (todo-categories, todo-display, todo-edit, todo-faces)
14424         (todo-filtered): New defgroups.
14425         (todo-archived-only, todo-button, todo-category-string, todo-date)
14426         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
14427         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
14428         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
14429         (todo-add-item-if-new-category, todo-always-add-time-string)
14430         (todo-categories-align, todo-categories-archived-label)
14431         (todo-categories-category-label, todo-categories-diary-label)
14432         (todo-categories-done-label, todo-categories-number-separator)
14433         (todo-categories-todo-label, todo-categories-totals-label)
14434         (todo-category-completions-files, todo-completion-ignore-case)
14435         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
14436         (todo-done-separator-string, todo-done-string)
14437         (todo-files-function, todo-filter-done-items, todo-filter-files)
14438         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
14439         (todo-initial-category, todo-initial-file, todo-item-mark)
14440         (todo-legacy-date-time-regexp, todo-mode-line-function)
14441         (todo-nondiary-marker, todo-number-prefix)
14442         (todo-print-buffer-function, todo-show-current-file)
14443         (todo-show-done-only, todo-show-first, todo-show-with-done)
14444         (todo-skip-archived-categories, todo-top-priorities-overrides)
14445         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
14446         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
14447         New defcustoms.
14448         (todo-category-done, todo-date-pattern, todo-date-string-start)
14449         (todo-diary-items-buffer, todo-done-string-start)
14450         (todo-filtered-items-buffer, todo-item-start)
14451         (todo-month-abbrev-array, todo-month-name-array)
14452         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
14453         (todo-top-priorities-buffer): New defconsts.
14454         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
14455         (todo-categories-with-marks, todo-category-string-face)
14456         (todo-comment-face, todo-comment-string, todo-current-todo-file)
14457         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
14458         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
14459         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
14460         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
14461         (todo-font-lock-keywords, todo-global-current-todo-file)
14462         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
14463         (todo-insertion-commands-args)
14464         (todo-insertion-commands-args-genlist)
14465         (todo-insertion-commands-names, todo-insertion-map)
14466         (todo-key-bindings-t, todo-key-bindings-t+a)
14467         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
14468         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
14469         (todo-nondiary-face, todo-print-buffer, todo-time-face)
14470         (todo-visited): New variables.
14472 2013-06-21  Glenn Morris  <rgm@gnu.org>
14474         * play/cookie1.el (cookie-apropos): Add optional display argument.
14475         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
14476         (psychoanalyze-pinhead): Use cookie-doctor.
14478 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14480         * emacs-lisp/package.el (tar-get-file-descriptor)
14481         (tar--extract): Declare.
14483 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
14485         Extend flymake's warning predicate to be a function (bug#14217).
14486         * progmodes/flymake.el (flymake-warning-predicate): New.
14487         (flymake-parse-line): Use it.
14488         (flymake-warning-re): Make obsolete alias to
14489         `flymake-warning-predicate'.
14491 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14493         * emacs-lisp/package.el (package-alist): Include obsolete packages.
14494         (package-obsolete-list): Remove.
14495         (package-activate): Remove min-version argument.  Add `force' argument.
14496         Adjust to new package-alist format.
14497         (package-mark-obsolete): Remove.
14498         (package-unpack): Force reload of the package's autoloads.
14499         (package-installed-p): Check builtins if the installed package is not
14500         recent enough.
14501         (package-initialize): Don't reset package-obsolete-list.
14502         Don't specify which package version to activate.
14503         (package-process-define-package, describe-package-1)
14504         (package-menu--generate): Adjust to new package-alist format.
14506 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14508         * allout-widgets.el (allout-widgets-mode-off)
14509         (allout-widgets-mode-on, allout-widgets-pre-command-business)
14510         (allout-widgets-post-command-business)
14511         (allout-widgets-after-copy-or-kill-function)
14512         (allout-widgets-after-undo-function, allout-test-range-overlaps)
14513         (allout-decorate-item-and-context)
14514         (allout-graphics-modification-handler): Fix typos in docstrings.
14515         (allout-get-or-create-parent-widget): Use `looking-at-p'.
14517         * cmuscheme.el (scheme-start-file): Doc fix.
14518         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
14519         (scheme-input-filter): Use `string-match-p'.
14521         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
14523         * dired-x.el: Use Dired consistently in docstrings.
14525         * dired.el: Use Dired consistently in docstrings.
14526         (dired-readin, dired-mode): Use `setq-local'.
14527         (dired-switches-alist): Make defvar-local.
14528         (dired-buffers-for-dir): Use `zerop'.
14529         (dired-safe-switches-p, dired-switches-escape-p)
14530         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
14531         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
14532         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
14533         (dired-goto-next-nontrivial-file): Use `string-match-p'.
14534         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
14535         (dired-toggle-marks, dired-mark-files-containing-regexp)
14536         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
14537         (dired-flag-auto-save-files, dired-flag-backup-files):
14538         Use `looking-at-p'.
14539         (dired-mark-files-regexp, dired-build-subdir-alist):
14540         Use `string-match-p', `looking-at-p'.
14542         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
14543         (direct-print-region-helper): Use `string-match-p'.
14545 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14547         * comint.el (comint-redirect-results-list-from-process):
14548         Fix infinite loop.
14550 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14552         * net/eww.el (eww-update-header-line-format): Quote % characters.
14554 2013-06-21  Glenn Morris  <rgm@gnu.org>
14556         * play/cookie1.el (cookie): New custom group.
14557         (cookie-file): New option.
14558         (cookie-check-file): New function.
14559         (cookie): Make it interactive.  Make start and end messages optional.
14560         Interactively, display the result.  Default to cookie-file.
14561         (cookie-insert): Default to cookie-file.
14562         (cookie-snarf): Make start and end messages optional.
14563         Default to cookie-file.  Use with-temp-buffer.
14564         (cookie-read): Rename from read-cookie.
14565         Make start and end messages optional.  Default to cookie-file.
14566         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
14567         Do not autoload it.
14568         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
14569         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
14571 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14573         * progmodes/octave.el (octave-mode): Backward compatibility fix.
14575 2013-06-21  Glenn Morris  <rgm@gnu.org>
14577         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
14579 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14580             Daniel Hackney  <dan@haxney.org>
14582         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
14583         Consolidate the single-file vs tarball code.
14584         (package-desc-suffix): New function.
14585         (package-desc-full-name): Don't bother inlining it.
14586         (package-load-descriptor): Return the new package-desc.
14587         (package-mark-obsolete): Remove unused arg `package'.
14588         (package-unpack): Make it work for single files as well.
14589         Make it update package-alist.
14590         (package--make-autoloads-and-stuff): Rename from
14591         package--make-autoloads-and-compile.  Don't compile any more.
14592         (package--compile): New function.
14593         (package-generate-description-file): New function, extracted from
14594         package-unpack-single.
14595         (package-unpack-single): Remove.
14596         (package--with-work-buffer): Add indentation and debugging info.
14597         (package-download-single): Remove.
14598         (package-install-from-archive): Rename from package-download-tar, make
14599         it take a pkg-desc, and make it work for single files as well.
14600         (package-download-transaction): Simplify.
14601         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
14602         external tar program.
14603         (package-install-from-buffer): Remove `pkg-desc' argument.
14604         Use package-tar-file-info for tar-mode buffers.
14605         (package-install-file): Simplify accordingly.
14606         (package-archive-base): Change to take a pkg-desc.
14607         * tar-mode.el (tar--check-descriptor): New function, extracted from
14608         tar-get-descriptor.
14609         (tar-get-descriptor): Use it.
14610         (tar-get-file-descriptor): New function.
14611         (tar--extract): New function, extracted from tar-extract.
14612         (tar--extract): Use it.
14613         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
14614         case the summary uses non-ascii.  Adjust to new calling convention of
14615         package-tar-file-info.
14617 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14619         * comint.el (comint-redirect-results-list-from-process):
14620         Fix random delay.  (Bug#14681)
14622 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14624         * profiler.el (profiler-format-number): Use log, not log10.
14626 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14628         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
14630 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14632         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
14633         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
14634         yet available.
14635         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
14636         (AUTOGENEL): ... here.
14637         * emacs-lisp/cl-macs.el (cl--sublis): New function.
14638         (cl--defsubst-expand): Use it.
14640 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14642         * subr.el (log10): Move here from C code, and declare as obsolete.
14643         All uses of (log10 X) replaced with (log X 10).
14645 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14647         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
14648         Declare with `defvar-local'.
14649         (tabulated-list-use-header-line, tabulated-list-entries)
14650         (tabulated-list-padding, tabulated-list-printer)
14651         (tabulated-list-sort-key): Declare with `defvar-local'.
14652         (tabulated-list-init-header, tabulated-list-print-fake-header):
14653         Use `setq-local'.
14655 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
14657         * arc-mode.el (archive-mode): Add `archive-write-file' to
14658         `write-contents-functions' also for remote files.  (Bug#14652)
14660 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14662         * cus-edit.el (custom-commands): Fix typos.
14663         (custom-display): Fix tooltip text.
14664         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
14665         Fix typos in docstrings.
14666         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
14667         (custom-unlispify-menu-entry, custom-magic-value-create)
14668         (custom-add-see-also, custom-group-value-create): Use ?\s.
14669         (custom-guess-type, customize-apropos, editable-field)
14670         (custom-face-value-create): Use `string-match-p'.
14671         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
14673         * custom.el (custom-load-symbol): Use `string-match-p'.
14675         * ansi-color.el: Convert to lexical binding.
14676         (ansi-colors): Fix URL.
14677         (ansi-color-context, ansi-color-context-region): Use defvar-local.
14678         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
14679         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
14681 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14683         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
14685         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
14687 2013-06-19  Tom Tromey  <tromey@redhat.com>
14689         * net/eww.el (eww-top-url): Remove.
14690         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
14691         (eww-render): Set new variables.  Don't set eww-top-url.
14692         (eww-handle-link): Handle "prev", "home", and "contents".
14693         Downcase the rel text.
14694         (eww-top-url): Choose best top URL.
14696 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14698         * net/eww.el: Rewrite to implement form elements "by hand" instead of
14699         relying in widget.el.  Using widget.el leads to too many
14700         user interface inconsistencies.
14701         (eww-self-insert): Implement entering commands in text fields.
14702         (eww-process-text-input): New function to make text input field editing
14703         work.
14704         (eww-submit): Rewrite to use the new-style form methods.
14705         (eww-select-display): Display the correct selected item.
14706         (eww-change-select): Implement changing the select value.
14707         (eww-toggle-checkbox): Implement radio/checkboxes.
14708         (eww-update-field): Fix compilation error.
14709         (eww-tag-textarea): Implement <textarea>.
14711         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
14712         we don't shadow mode-specific bindings.
14714         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
14715         nothing to push.
14717         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
14719 2013-06-19  Glenn Morris  <rgm@gnu.org>
14721         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
14723 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
14725         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
14726         not needed.
14728         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
14730 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14732         * net/browse-url.el (browse-url-browser-function):
14733         `eww-browse-url' has the right calling signature, `eww' does not.
14735 2013-06-19  Glenn Morris  <rgm@gnu.org>
14737         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14738         Only eval autoloaded macros.
14739         (byte-compile-autoload): Only give the macro warning for macros.
14741         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
14742         (ps-underlined-faces): Declare.
14744         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
14745         (speedbar-add-supported-extension): Declare.
14747         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
14748         Don't include a date stamp in the header of the generated file;
14749         it leads to needless differences between output files.
14751 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
14753         * net/secrets.el (secrets-struct-secret-content-type):
14754         Replace check of introspection data by a test call of "CreateItem".
14755         Some servers do not offer introspection.
14757 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14759         * electric.el (electric-pair-mode): Improve interaction with
14760         electric-layout-mode.
14761         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
14762         (electric-pair-syntax): Use text-mode-syntax-table in comments
14763         and strings.
14764         (electric-pair--insert): New function.
14765         (electric-pair-post-self-insert-function): Use it and
14766         electric--after-char-pos.
14768 2013-06-19  Leo Liu  <sdl.web@gmail.com>
14770         * progmodes/octave.el (octave-help): Fix regexp.
14772 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14774         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
14775         (shr-table-horizontal-line): Allow nil as a value, and change the
14776         default.
14777         (shr-insert-table-ruler): Respect the nil value.
14779 2013-06-18  Tom Tromey  <tromey@barimba>
14781         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14782         New defvars.
14783         (eww-open-file): New defun.
14784         (eww-render): Initialize new variables.
14785         (eww-display-html): Handle "link" and "a".
14786         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
14787         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
14788         (eww-back-url): Rename from eww-previous-url.
14789         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14790         New defuns.
14792 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
14794         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14795         Distinguish ternary operator tokens from slash symbol and slash
14796         char literal.
14798 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14800         Convert symbol prettification into minor mode and global minor mode.
14802         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14803         `prog-prettify-symbols', and make a local defvar instead of defcustom.
14804         (prettify-symbols--keywords): Rename from
14805         `prog-prettify-symbols-alist' and make a local defvar.
14806         (prettify-symbols--compose-symbol): Rename from
14807         `prog--prettify-font-lock-compose-symbol'.
14808         (prettify-symbols--make-keywords): Rename from
14809         `prog-prettify-font-lock-symbols-keywords' and simplify.
14810         (prog-prettify-install): Remove.
14811         (prettify-symbols-mode): New minor mode, based on
14812         `prog-prettify-install'.
14813         (turn-on-prettify-symbols-mode): New function.
14814         (global-prettify-symbols-mode): New globalized minor mode.
14816         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14817         * progmodes/cfengine.el (cfengine3-mode):
14818         * progmodes/perl-mode.el (perl-mode): Don't call
14819         `prog-prettify-install'; set `prettify-symbols-alist' instead.
14821 2013-06-18  Juri Linkov  <juri@jurta.org>
14823         * files-x.el (modify-file-local-variable-message): New function.
14824         (modify-file-local-variable)
14825         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14826         and call `modify-file-local-variable-message' when it's non-nil.
14827         (add-file-local-variable, delete-file-local-variable)
14828         (add-file-local-variable-prop-line)
14829         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14830         and use it.  (Bug#9820)
14832 2013-06-18  Juri Linkov  <juri@jurta.org>
14834         * emulation/vi.el (vi-shell-op):
14835         * emulation/vip.el (vip-execute-com, ex-command):
14836         * emulation/viper-cmd.el (viper-exec-bang):
14837         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14838         the call of `shell-command-on-region'.  (Bug#14637)
14840         * simple.el (shell-command-on-region): Doc fix.
14842 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14844         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14845         (bug#14633).
14847 2013-06-18  Glenn Morris  <rgm@gnu.org>
14849         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14851         * newcomment.el (comment-search-forward, comment-search-backward):
14852         Doc fix.  (Bug#14376)
14854 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14856         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14857         (buffer-face-mode-invoke): Doc fix.
14859 2013-06-18  Matthias Meulien  <orontee@gmail.com>
14861         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14862         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14864 2013-06-18  Glenn Morris  <rgm@gnu.org>
14866         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14867         Replace obsolete function generic-make-keywords with its expansion.
14869         * progmodes/python.el (ffap-alist): Declare.
14871         * textmodes/reftex.el (bibtex-mode-map): Declare.
14873 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14875         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14876         (package-unpack, package-unpack-single): Return the pkg-dir.
14877         (package-download-transaction): Use it to update package-alist.
14879 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14881         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14882         possible choice.
14884 2013-06-17  Juri Linkov  <juri@jurta.org>
14886         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14888 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14890         * emacs-lisp/package.el (package-load-descriptor):
14891         Remove `with-syntax-table' call, `read' doesn't need it.
14892         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14894 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14896         * startup.el (command-line): Expand package name returned by
14897         `package--description-file' (bug#14639).
14899 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14901         * emacs-lisp/package.el (package-load-descriptor): Do not call
14902         `emacs-lisp-mode', just use its syntax table.
14904 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14906         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14907         `font-lock-extra-managed-props' if any prettifying keyword is added.
14908         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14909         (prog-mode): Use `setq-local'.
14911 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14913         * international/characters.el (standard-case-table): Set syntax of ?»
14914         and ?« to punctuation.
14916 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
14918         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14919         Save relevant match data before calling `syntax-ppss' (bug#14595).
14921 2013-06-15  Juri Linkov  <juri@jurta.org>
14923         * files-x.el (modify-file-local-variable-prop-line): Add local
14924         variables to the end of the existing comment on the first line.
14925         Use `file-auto-mode-skip' to skip interpreter magic line,
14926         and also skip XML declaration.
14928 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14930         * startup.el (package--builtin-versions): New var.
14931         (package-subdirectory-regexp): Remove.
14932         (package--description-file): Hard code its value instead.
14934         * emacs-lisp/package.el: Don't activate packages older than builtin.
14935         (package-obsolete-list): Rename from package-obsolete-alist, and make
14936         it into a simple list of package-desc.
14937         (package-strip-version): Remove.
14938         (package-built-in-p): Use package--builtin-versions.
14939         (package-mark-obsolete): Simplify.
14940         (package-process-define-package): Mark it obsolete if older than the
14941         builtin version.
14942         (package-handle-response): Use line-end-position.
14943         (package-read-archive-contents, package--download-one-archive):
14944         Simplify.
14945         (package--add-to-archive-contents): Skip if older than the builtin or
14946         installed version.
14947         (package-menu-describe-package): Fix last change.
14948         (package-list-unversioned): New var.
14949         (package-menu--generate): Use it.
14951         * emacs-lisp/autoload.el: Manage package--builtin-versions.
14952         (autoload--insert-text, autoload--insert-cookie-text): New functions.
14953         (autoload-builtin-package-versions): New variable.
14954         (autoload-generate-file-autoloads): Use them.
14955         Remove the list of autoloaded functions/macros from the
14956         (autoload...) comments.
14958         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14960 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
14962         * simple.el (line-move-partial): Don't jump to the next screen
14963         line as soon as it becomes visible.  Instead, continue enlarging
14964         the vscroll until the portion of a tall screen line that's left on
14965         display is about the height of the frame's default font.
14966         (Bug#14567)
14968 2013-06-15  Glenn Morris  <rgm@gnu.org>
14970         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14971         compilation-error-regexp-alist void, or local while let-bound.
14973         * progmodes/make-mode.el (makefile-mode-syntax-table):
14974         Treat "=" as punctuation.  (Bug#14614)
14976 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
14978         * help-fns.el (describe-variable):
14979         Add extra line for permanent-local variables.
14981 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
14983         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14984         Add export, import, library.  (Bug#9164)
14985         (library): Set indent function.
14987 2013-06-14  Glenn Morris  <rgm@gnu.org>
14989         * term/xterm.el (xterm--query):
14990         Stop after first matching handler.  (Bug#14615)
14992 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
14994         Add support for dired in saveplace.
14995         * dired.el (dired-initial-position-hook): New variable.
14996         (dired-initial-position): Call hook to place cursor position.
14997         * saveplace.el (save-place-to-alist): Add dired position.
14998         (save-place-dired-hook): New function.
15000 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15002         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
15003         through a symbol rather than letrec.
15005         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
15006         (package-desc): Add `dir' field.
15007         (package-desc-full-name): New function.
15008         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
15009         (package-maybe-load-descriptor): Remove.
15010         (package-load-all-descriptors): Just call package-load-descriptor.
15011         (package--disabled-p): New function.
15012         (package-desc-vers, package-desc-doc): Remove aliases.
15013         (package--dir): Remove function.
15014         (package-activate): Check if a package is disabled.
15015         (package-process-define-package): New function, extracted from
15016         define-package.
15017         (define-package): Turn into a place holder.
15018         (package-unpack-single, package-tar-file-info):
15019         Use package--description-file.
15020         (package-compute-transaction): Use package--disabled-p.
15021         (package-download-transaction): Don't call
15022         package-maybe-load-descriptor since they're all loaded anyway.
15023         (package-install): Change argument to be a pkg-desc.
15024         (package-delete): Use a single pkg-desc argument.
15025         (describe-package-1): Use package-desc-dir instead of package--dir.
15026         Use package-desc property instead of package-symbol.
15027         (package-install-button-action): Adjust accordingly.
15028         (package--push): Rewrite.
15029         (package-menu--print-info): Adjust accordingly.  Change the ID format
15030         to be a pkg-desc.
15031         (package-menu-describe-package, package-menu-get-status)
15032         (package-menu--find-upgrades, package-menu-mark-upgrades)
15033         (package-menu-execute, package-menu--name-predicate):
15034         Adjust accordingly.
15035         * startup.el (package--description-file): New function.
15036         (command-line): Use it.
15037         * emacs-lisp/package-x.el (package-upload-buffer-internal):
15038         Use package-desc-version.
15040         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
15041         (byte-compile-preprocess): Use it.
15042         (byte-compile-file-form-defalias): Try a bit harder to use macros we
15043         can't quite recognize.
15044         (byte-compile-add-to-list): Remove.
15045         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
15046         (cconv-closure-convert): Add assertion.
15048         * emacs-lisp/map-ynp.el: Use lexical-binding.
15049         (map-y-or-n-p): Remove unused vars `tail' and `object'.
15050         Factor out some repeated code.
15052 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15054         * subr.el (with-eval-after-load): New macro.
15055         (eval-after-load): Allow form to be a function.
15056         take advantage of lexical-binding.
15057         (do-after-load-evaluation): Use dolist and adjust to new format.
15058         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
15060 2013-06-13  Juri Linkov  <juri@jurta.org>
15062         * replace.el (perform-replace): Display "symbol " and other search
15063         modes from `isearch-message-prefix' in the *Help* buffer.
15065         * isearch.el (isearch-query-replace): Add " symbol" and other
15066         possible search modes from `isearch-message-prefix' to the prompt.
15067         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
15068         when reading a regexp to collect.
15070 2013-06-13  Juri Linkov  <juri@jurta.org>
15072         * isearch.el (word-search-regexp): Match whitespace if the search
15073         string begins or ends in whitespace.  The LAX arg is applied to
15074         both ends of the search string.  Use `regexp-quote' and explicit
15075         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
15076         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
15077         boundaries are replaced with symbol boundaries, and characters
15078         between symbols match non-word non-symbol syntax.  (Bug#14602)
15080 2013-06-13  Juri Linkov  <juri@jurta.org>
15082         * isearch.el (isearch-del-char): Don't exceed the length of
15083         `isearch-string' by the prefix arg.  (Bug#14563)
15085 2013-06-13  Juri Linkov  <juri@jurta.org>
15087         * isearch.el (isearch-yank-word, isearch-yank-line)
15088         (isearch-char-by-name, isearch-quote-char)
15089         (isearch-printing-char, isearch-process-search-char):
15090         Add optional count prefix arg.  (Bug#14563)
15092         * international/isearch-x.el
15093         (isearch-process-search-multibyte-characters):
15094         Add optional count prefix arg.
15096 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15098         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
15099         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
15100         lexical-binding.
15102 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
15104         * subr.el (set-temporary-overlay-map): Add on-exit argument.
15106 2013-06-13  Glenn Morris  <rgm@gnu.org>
15108         * startup.el (tty-handle-args):
15109         Don't just discard "--" and anything after.  (Bug#14608)
15111         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
15113 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
15115         Implement changes in Secret Service API.  Make it backward compatible.
15116         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
15117         (secrets-create-item): Use it.  Prefix properties with interface.
15119 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
15121         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
15122         (term-emulate-terminal): Respect term-suppress-hard-newline.
15124 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
15126         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
15127         Only remove a `thumb-file' overlay.  (Bug#14548)
15129 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
15131         * mail/reporter.el (reporter-submit-bug-report):
15132         Handle missing package-name.  (Bug#14600)
15134 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15136         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
15137         (reftex-citation-prompt, reftex-default-bibliography)
15138         (reftex-bib-or-thebib, reftex-get-bibfile-list)
15139         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
15140         (reftex-bib-sort-author, reftex-bib-sort-year)
15141         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
15142         (reftex-extract-bib-entries-from-thebibliography)
15143         (reftex-get-bibkey-default, reftex-get-bib-names)
15144         (reftex-parse-bibtex-entry, reftex-get-bib-field)
15145         (reftex-format-bib-entry, reftex-parse-bibitem)
15146         (reftex-format-bibitem, reftex-do-citation)
15147         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
15148         (reftex-restrict-bib-matches, reftex-extract-bib-file)
15149         (reftex-insert-bib-matches, reftex-format-citation)
15150         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
15151         (reftex-create-bibtex-file): Add docstrings, mostly by converting
15152         existing comments into docstrings.
15154 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
15156         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
15158 2013-06-12  Andreas Schwab  <schwab@suse.de>
15160         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
15161         for auto-save files.
15163 2013-06-12  Glenn Morris  <rgm@gnu.org>
15165         * ido.el (ido-delete-ignored-files): Remove.
15166         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
15167         Go back to calling ido-ignore-item-p directly.
15169 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
15171         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
15173         * ido.el (ido-delete-ignored-files): New function,
15174         split from ido-make-file-list-1.
15175         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
15176         (ido-make-file-list-1): Use ido-delete-ignored-files.
15178 2013-06-12  Leo Liu  <sdl.web@gmail.com>
15180         * progmodes/octave.el (inferior-octave-startup)
15181         (inferior-octave-completion-table)
15182         (inferior-octave-track-window-width-change)
15183         (octave-eldoc-function-signatures, octave-help)
15184         (octave-find-definition): Use single quoted strings.
15185         (inferior-octave-startup-args): Change default value.
15186         (inferior-octave-startup): Do not hard code "-i" and
15187         "--no-line-editing".
15188         (inferior-octave-resync-dirs): Add optional arg NOERROR.
15189         (inferior-octave-directory-tracker): Use it.
15190         (octave-goto-function-definition): Robustify.
15191         (octave-help): Support highlighting operators in 'See also'.
15192         (octave-find-definition): Find subfunctions only in Octave mode.
15194 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15196         * help-fns.el (help-fns--compiler-macro): If the handler function is
15197         named, then put a link to it.
15198         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
15199         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
15200         (cl-typep): Use it.
15201         (cl-eval-when): Simplify debug spec.
15202         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
15203         compiler-macro function instead of setting `compiler-macro-file'.
15205 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
15207         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
15208         * vc/vc-hooks.el (vc-stay-local): Doc fix.
15210 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15211             Daniel Hackney  <dan@haxney.org>
15213         First part of Daniel Hackney's patch to package.el.
15214         * emacs-lisp/package.el: Use defstruct.
15215         (package-desc): New, main struct.
15216         (package--bi-desc, package--ac-desc): New structs, used to describe the
15217         format in external files.
15218         (package-desc-vers): Replace with package-desc-version accessor.
15219         (package-desc-doc): Replace with package-desc-summary accessor.
15220         (package-activate-1): Remove `package' arg since the pkg-vec now
15221         includes the name.
15222         (define-package): Use package-desc-from-define.
15223         (package-unpack-single): Change file-name arg to be a symbol.
15224         (package--add-to-archive-contents): Use package-desc-create and new
15225         accessor functions to package--ac-desc.
15226         (package-buffer-info, package-tar-file-info): Return a package-desc.
15227         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
15228         arg to be a package-desc.
15229         (package-install-file): Adjust accordingly.  Use \' to match EOS.
15230         (package--from-builtin): New function.
15231         (describe-package-1, package-menu--generate): Use it.
15232         (package--make-autoloads-and-compile): Change name arg to be a symbol.
15233         (package-generate-autoloads): Idem and return the name of the file.
15234         * emacs-lisp/package-x.el (package-upload-buffer-internal):
15235         Change pkg-info arg to be a package-desc.
15236         Use package-make-ac-desc.
15237         (package-upload-file): Use \' to match EOS.
15238         * finder.el (finder-compile-keywords): Use package-make-builtin.
15240 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15242         * vc/vc.el (vc-deduce-fileset): Change error message.
15243         (vc-read-backend): New function.
15244         (vc-next-action): Use it.
15246         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
15248         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
15249         (prolog-font-lock-keywords): Use regexp-opt instead.
15250         Don't manually highlight strings.
15251         (prolog-mode-variables): Simplify comment-start-skip.
15252         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
15254         * emacs-lisp/generic.el (generic--normalise-comments)
15255         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
15256         (generic-mode-set-comments): Use them.
15257         (generic-bracket-support): Use setq-local.
15258         (generic-make-keywords-list): Declare obsolete.
15260 2013-06-11  Glenn Morris  <rgm@gnu.org>
15262         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15263         Prettify after setting font-lock-defaults.  (Bug#14574)
15265 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
15267         * replace.el (query-replace, occur-read-regexp-defaults-function)
15268         (replace-search):
15269         * subr.el (declare-function, number-sequence, local-set-key)
15270         (substitute-key-definition, locate-user-emacs-file)
15271         (with-silent-modifications, split-string, eval-after-load):
15272         Fix typos, remove unneeded backslashes and reflow some docstrings.
15274 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15276         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
15277         default for Elisp files.
15279 2013-06-11  Glenn Morris  <rgm@gnu.org>
15281         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
15282         although define-derived-mode was doing this anyway.  (Bug#14583)
15284 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
15286         * allout.el (allout-encryption-plaintext-sanitization-regexps):
15287         Fix make-variable-buffer-local call to refer to the correct variable.
15289 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
15291         * eshell/em-term.el (eshell-visual-commands)
15292         (eshell-visual-subcommands, eshell-visual-options):
15293         Add summary line to docstrings.  Add cross-references.
15295 2013-06-10  Glenn Morris  <rgm@gnu.org>
15297         * epa.el (epa-read-file-name): New function.  (Bug#14510)
15298         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
15300 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
15302         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
15303         output redirection to be ignored with visual commands.
15305 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
15307         * eshell/em-term.el (eshell-visual-command-p): New function.
15308         (eshell-term-initialize): Move long lambda to separate function
15309         eshell-visual-command-p.
15310         * eshell/em-dirs.el (eshell-dirs-initialize):
15311         * eshell/em-script.el (eshell-script-initialize):
15312         Add missing #' to lambda.
15314 2013-06-08  Leo Liu  <sdl.web@gmail.com>
15316         * progmodes/octave.el (octave-add-log-current-defun): New function.
15317         (octave-mode): Set add-log-current-defun-function.
15318         (octave-goto-function-definition): Do not move point if not found.
15319         (octave-find-definition): Enhance to try subfunctions first.
15321 2013-06-08  Glenn Morris  <rgm@gnu.org>
15323         * emacs-lisp/bytecomp.el (byte-compile-char-before)
15324         (byte-compile-backward-char, byte-compile-backward-word):
15325         Improve previous change, to handle non-explicit nil.
15327 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15329         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
15330         (smie--opener/closer-at-point): New function.
15331         (smie--matching-block-data): Use it.  Don't match from right after an
15332         opener or right before a closer.  Obey smie-blink-matching-inners.
15333         Don't signal a mismatch for repeated inners like "switch..case..case".
15335 2013-06-07  Leo Liu  <sdl.web@gmail.com>
15337         * progmodes/octave.el (octave-mode): Set comment-use-global-state
15338         to t.  (Bug#14303)
15339         (octave-function-header-regexp): Fix.  (Bug#14570)
15340         (octave-help-mode-finish-hook, octave-help-mode-finish):
15341         Remove.  Just use temp-buffer-show-hook.
15343         * newcomment.el (comment-search-backward): Revert last change.
15344         (Bug#14434)
15346         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
15348 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
15350         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
15351         through xargs, to avoid failure due to MS-Windows limitations on
15352         command-line length.
15354 2013-06-06  Glenn Morris  <rgm@gnu.org>
15356         * font-lock.el (lisp-font-lock-keywords-2):
15357         Treat user-error like error.
15359         * emacs-lisp/bytecomp.el (byte-compile-char-before)
15360         (byte-compile-backward-char, byte-compile-backward-word):
15361         Handle explicit nil arguments.  (Bug#14565)
15363 2013-06-05  Alan Mackenzie  <acm@muc.de>
15365         * isearch.el (isearch-allow-prefix): New user option.
15366         (isearch-other-meta-char): Don't exit isearch when a prefix
15367         argument is typed whilst `isearch-allow-prefix' is non-nil.
15368         (Bug#9706)
15370 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15372         * autorevert.el (auto-revert-notify-handler): Use memq.
15373         Hide assertion failure.
15375         * skeleton.el: Use cl-lib.
15376         (skeleton-further-elements): Use defvar-local.
15377         (skeleton-insert): Use cl-progv.
15379 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15381         * progmodes/prog-mode.el (prog-prettify-symbols)
15382         (prog-prettify-install): Update docstrings.
15384 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15386         * simple.el: Move all the prog-mode code to prog-mode.el.
15387         * progmodes/prog-mode.el: New file.
15388         * loadup.el: Add prog-mode.el.
15390 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15392         * simple.el (prog-prettify-symbols): Add version.
15393         (prog-prettify-install): Add convenience function to prettify symbols.
15395         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
15396         (perl--augmented-font-lock-keywords-1)
15397         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
15398         variables and use it.
15400         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15401         (cfengine3-mode): Remove unneeded variable and use it.
15403         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15404         (lisp--augmented-font-lock-keywords-1)
15405         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
15406         Remove unneeded variables and use it.
15408 2013-06-05  João Távora  <joaotavora@gmail.com>
15410         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
15411         to point when opening the connection.  (Bug#14380)
15413 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15415         * subr.el (load-history-regexp, load-history-filename-element)
15416         (eval-after-load, after-load-functions, do-after-load-evaluation)
15417         (eval-next-after-load, display-delayed-warnings)
15418         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
15419         definition of save-match-data.
15420         (overriding-local-map): Remove accidental obsolescence declaration.
15422         * emacs-lisp/edebug.el (edebug-result): Move before first use.
15424 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15426         Generalize symbol prettify support to prog-mode and implement it
15427         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
15428         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
15429         (prog--prettify-font-lock-compose-symbol)
15430         (prog-prettify-font-lock-symbols-keywords): New variables and
15431         functions to support symbol prettification.
15432         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15433         (lisp--augmented-font-lock-keywords-1)
15434         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
15435         (lisp--prettify-symbols-alist): Implement prettify of lambda.
15436         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15437         (cfengine3--prettify-symbols-alist, cfengine3-mode):
15438         Implement prettify of -> => :: strings.
15439         * progmodes/perl-mode.el (perl-prettify-symbols)
15440         (perl--font-lock-compose-symbol)
15441         (perl--font-lock-symbols-keywords): Move to prog-mode.
15442         (perl--prettify-symbols-alist): Prettify -> => :: strings.
15443         (perl-font-lock-keywords-1)
15444         (perl-font-lock-keywords-2): Remove explicit prettify support.
15445         (perl--augmented-font-lock-keywords)
15446         (perl--augmented-font-lock-keywords-1)
15447         (perl--augmented-font-lock-keywords-2, perl-mode):
15448         Implement prettify support.
15450 2013-06-05  Leo Liu  <sdl.web@gmail.com>
15452         Re-implement SMIE matching block highlight using
15453         show-paren-data-function.  (Bug#14395)
15454         * emacs-lisp/smie.el (smie-matching-block-highlight)
15455         (smie--highlight-matching-block-overlay)
15456         (smie--highlight-matching-block-lastpos)
15457         (smie-highlight-matching-block)
15458         (smie-highlight-matching-block-mode): Remove.
15459         (smie--matching-block-data-cache): New variable.
15460         (smie--matching-block-data): New function.
15461         (smie-setup): Use smie--matching-block-data for
15462         show-paren-data-function.
15464         * progmodes/octave.el (octave-mode-menu): Fix.
15465         (octave-find-definition): Skip garbage lines.
15467 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15469         Fix compilation error with simultaneous dynamic+lexical scoping.
15470         Add warning when a defvar appears after the first let-binding.
15471         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
15472         (byte-compile-close-variables): Initialize it.
15473         (byte-compile--declare-var): New function.
15474         (byte-compile-file-form-defvar)
15475         (byte-compile-file-form-define-abbrev-table)
15476         (byte-compile-file-form-custom-declare-variable): Use it.
15477         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
15478         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
15479         (byte-compile-bind): Handle dynamic bindings that shadow
15480         lexical bindings.
15481         (byte-compile-unbind): Make arg non-optional.
15482         (byte-compile-let): Simplify.
15483         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
15484         (cconv--analyse-function, cconv-analyse-form): Populate it.
15485         Protect byte-compile-bound-variables to limit the scope of defvars.
15486         (cconv-analyse-form): Add missing rule for (defvar <foo>).
15487         Remove unneeded rule for `declare'.
15489         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
15490         so as to avoid depending on cl-adjoin at run-time.
15491         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
15493         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
15494         (macroexp--warn-and-return): Use it.
15496 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15498         * subr.el: Convert to lexical binding.
15499         (overriding-local-map): Make obsolete.
15500         (add-to-list): Doc fix.  Add compiler macro.
15501         (read-key): Swap values of local maps.
15503 2013-06-05  Leo Liu  <sdl.web@gmail.com>
15505         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
15507 2013-06-04  Leo Liu  <sdl.web@gmail.com>
15509         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
15510         (compilation-auto-jump): Suppress the "Mark set" message to give
15511         way to exit message.
15513 2013-06-04  Alan Mackenzie  <acm@muc.de>
15515         Remove faulty optimisation from indentation calculation.
15516         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
15517         search limit based on 2000 characters back from indent-point.
15519 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
15521         * eshell/em-term.el (cl-lib): Require `cl-lib'.
15523 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15525         * emacs-lisp/lisp.el: Use lexical-binding.
15526         (lisp--local-variables-1, lisp--local-variables): New functions.
15527         (lisp--local-variables-completion-table): New var.
15528         (lisp-completion-at-point): Use it complete let-bound vars.
15530         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
15531         eagerly (bug#14422).
15533 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
15535         * autorevert.el (auto-revert-notify-enabled)
15536         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
15537         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
15538         (auto-revert-notify-handler): Handle also gfilenotify.
15540         * subr.el (file-notify-handle-event): New defun.  Replacing ...
15541         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
15542         Remove.
15544 2013-06-03  Juri Linkov  <juri@jurta.org>
15546         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
15547         `M-s h .'.  (Bug#14427)
15549         * hi-lock.el (highlight-symbol-at-point): New alias for the new
15550         command `hi-lock-face-symbol-at-point'.
15551         (hi-lock-face-symbol-at-point): New command.
15552         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
15553         (hi-lock-menu): Add `highlight-symbol-at-point'.
15554         (hi-lock-mode): Doc fix.
15556         * isearch.el (isearch-forward-symbol-at-point): New command.
15557         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
15558         (isearch-highlight-regexp): Add a regexp which matches
15559         words/symbols for word/symbol mode.
15561         * subr.el (find-tag-default-bounds): New function with the body
15562         mostly moved from `find-tag-default'.
15563         (find-tag-default): Move most code to `find-tag-default-bounds',
15564         call it and apply `buffer-substring-no-properties' afterwards.
15566 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
15568         * eshell/em-term.el (eshell-term-initialize):
15569         Use `cl-intersection' rather than `intersection'.
15571 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
15573         * vc/log-view.el: Doc fix.
15574         (log-view-mode-map): Copy keymap from `special-mode-map'.
15576 2013-06-02  Eric Ludlam  <zappo@gnu.org>
15578         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
15579         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
15580         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
15581         (eieio-unbound, eieio-default-superclass)
15582         (eieio--define-field-accessors, method-static, method-before)
15583         (method-primary, method-after, method-num-lists)
15584         (method-generic-before, method-generic-primary)
15585         (method-generic-after, method-num-slots)
15586         (eieio-specialized-key-to-generic-key)
15587         (eieio--check-type, class-v, class-p)
15588         (eieio-class-name, define-obsolete-function-alias)
15589         (eieio-class-parents-fast, eieio-class-children-fast)
15590         (same-class-fast-p, class-constructor, generic-p)
15591         (generic-primary-only-p, generic-primary-only-one-p)
15592         (class-option-assoc, class-option, eieio-object-p)
15593         (class-abstract-p, class-method-invocation-order)
15594         (eieio-defclass-autoload-map, eieio-defclass-autoload)
15595         (eieio-class-un-autoload, eieio-defclass)
15596         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
15597         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
15598         (eieio--defgeneric-init-form, eieio-defgeneric-form)
15599         (eieio-defgeneric-reset-generic-form)
15600         (eieio-defgeneric-form-primary-only)
15601         (eieio-defgeneric-reset-generic-form-primary-only)
15602         (eieio-defgeneric-form-primary-only-one)
15603         (eieio-defgeneric-reset-generic-form-primary-only-one)
15604         (eieio-unbind-method-implementations)
15605         (eieio--defmethod, eieio--typep)
15606         (eieio-perform-slot-validation, eieio-validate-slot-value)
15607         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
15608         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
15609         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
15610         (eieio-slot-name-index, eieio-class-slot-name-index)
15611         (eieio-set-defaults, eieio-initarg-to-attribute)
15612         (eieio-attribute-to-initarg, eieio-c3-candidate)
15613         (eieio-c3-merge-lists, eieio-class-precedence-c3)
15614         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
15615         (eieio-class-precedence-list, eieio-generic-call-methodname)
15616         (eieio-generic-call-arglst, eieio-generic-call-key)
15617         (eieio-generic-call-next-method-list)
15618         (eieio-pre-method-execution-functions, eieio-generic-call)
15619         (eieio-generic-call-primary-only, eieiomt-method-list)
15620         (eieiomt-optimizing-obarray, eieiomt-install)
15621         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
15622         (eieio-generic-form, eieio-defmethod, make-obsolete)
15623         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
15624         (defclass): Remove `eval-and-compile' from macro.
15625         (call-next-method, shared-initialize): Instead of using
15626         `scoped-class' variable, use new eieio--scoped-class, and
15627         eieio--with-scoped-class.
15628         (initialize-instance): Rename local variable 'scoped-class' to
15629         'this-class' to remove ambiguitity from old global.
15631         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
15632         eieio.el.
15633         (eieio--scoped-class-stack): New variable.
15634         (eieio--scoped-class): New fcn.
15635         (eieio--with-scoped-class): New scoping macro.
15636         (eieio-defclass): Use pushnew instead of add-to-list.
15637         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
15638         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
15639         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
15640         `scoped-class' variable, use new eieio--scoped-class, and
15641         eieio--with-scoped-class.
15643         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
15645 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
15647         * eshell/esh-ext.el (eshell-external-command): Pass args to
15648         `eshell-find-interpreter'.
15649         (eshell-find-interpreter): Add new second parameter ARGS.
15651         * eshell/em-script.el (eshell-script-initialize): Add second arg
15652         to the function added as MATCH to `eshell-interpreter-alist'.
15654         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
15655         the function added as MATCH to `eshell-interpreter-alist'.
15657         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
15658         (eshell-visual-options): New defcustom.
15659         (eshell-escape-control-x): Adapt docstring.
15660         (eshell-term-initialize): Test `eshell-visual-subcommands' and
15661         `eshell-visual-options' in addition to `eshell-visual-commands'.
15662         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
15664 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15666         * progmodes/python.el (python-indent-block-enders): Add break,
15667         continue and raise keywords.
15669 2013-06-01  Glenn Morris  <rgm@gnu.org>
15671         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
15673         Plain (f)boundp silences compilation warnings since Emacs 22.1.
15674         * progmodes/cc-cmds.el (delete-forward-p):
15675         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
15676         * progmodes/cc-engine.el (buffer-syntactic-context):
15677         * progmodes/cc-fonts.el (face-property-instance):
15678         * progmodes/cc-mode.el (set-keymap-parents):
15679         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
15680         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
15681         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
15682         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
15683         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
15685         * progmodes/cc-vars.el (other): Emacs has this widget since
15686         at least 21.1, so don't (re)define it.
15688         * eshell/em-cmpl.el (eshell-cmpl-initialize):
15689         Replace the obsolete alias pcomplete-arg-quote-list.
15691 2013-06-01  Leo Liu  <sdl.web@gmail.com>
15693         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
15694         punctuation syntax.
15695         (inferior-octave-minimal-columns)
15696         (inferior-octave-last-column-width): New variables.
15697         (inferior-octave-track-window-width-change): New function.
15698         (inferior-octave-mode): Adjust column width so that Octave output,
15699         for example from 'ls', can fit into the window nicely.
15701 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
15703         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15704         Highlight expansions inside regexp literals.
15706 2013-05-31  Glenn Morris  <rgm@gnu.org>
15708         * obsolete/sym-comp.el (symbol-complete):
15709         Replace obsolete completion-annotate-function.
15711         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
15713 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
15715         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15716         New function, checks if point is inside a literal that allows
15717         expression expansion.
15718         (ruby-syntax-propertize-expansion): Use it.
15719         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
15720         around the body.
15722 2013-05-30  Juri Linkov  <juri@jurta.org>
15724         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
15725         to "\M-si".
15726         (isearch-invisible): New variable.
15727         (isearch-forward): Doc fix.
15728         (isearch-mode): Set `isearch-invisible'
15729         to the value of `search-invisible'.
15730         (isearch-toggle-case-fold): Doc fix.
15731         (isearch-toggle-invisible): New command.
15732         (isearch-query-replace): Let-bind `search-invisible'
15733         to the value of `isearch-invisible'.
15734         (isearch-search): Use `isearch-invisible' instead of
15735         `search-invisible'.  Let-bind `search-invisible'
15736         to the value of `isearch-invisible'.  (Bug#11378)
15738 2013-05-30  Juri Linkov  <juri@jurta.org>
15740         * replace.el (perform-replace): Avoid `isearch-range-invisible'
15741         call when `query-flag' is nil and `search-invisible' is non-nil.
15742         (Bug#11746)
15744 2013-05-30  Glenn Morris  <rgm@gnu.org>
15746         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
15748         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
15749         (cc-require): Suppress spurious "noruntime" warnings.
15750         (cc-require-when-compile): Use fboundp, for sake of compiler.
15752         * progmodes/cc-mode.el: Move load of cc-vars before that of
15753         cc-langs (which in turn loads cc-vars), to quieten compiler.
15755 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15757         * paren.el: Simplify the code.
15758         (show-paren-mode): Always start the timer.
15759         (show-paren--idle-timer): Rename from show-paren-idle-timer.
15760         (show-paren--overlay, show-paren--overlay-1): Rename from
15761         show-paren-overlay and show-paren-overlay-1, and initialize to an
15762         overlay rather than to nil.
15763         (show-paren-function): Misc cleanup and simplifications.
15765 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15767         * paren.el (show-paren-data-function): New hook.
15768         (show-paren--default): New function, extracted from show-paren-function.
15769         (show-paren-function): Use show-paren-data-function.
15771 2013-05-30  Glenn Morris  <rgm@gnu.org>
15773         * ielm.el (ielm-map, ielm-complete-symbol):
15774         Use completion-at-point rather than obsolete functions.
15775         (inferior-emacs-lisp-mode): Doc fix.
15776         Set completion-at-point-functions, rather than
15777         comint-dynamic-complete-functions.
15779         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
15780         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
15781         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
15783         * image.el (image-animated-p): Tweak definition.
15785         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
15786         (rlogin-process-connection-type): Tweak default.  Add set-after.
15787         (rlogin-host): Doc fix.
15788         (rlogin): Tweak prompt.
15789         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
15791         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15792         * progmodes/tcl.el (inferior-tcl-mode-map):
15793         Use completion-at-point rather than obsolete alias.
15795         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15797         * minibuffer.el (read-file-name-completion-ignore-case):
15798         Move before completion--in-region, for eager macro expansion.
15800 2013-05-29  Juri Linkov  <juri@jurta.org>
15802         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15803         for total count of matching lines.  Add `global-matches' for total
15804         count of matches.  Rename `matches' to `lines' for count of
15805         matching lines.  Add `matches' for count of matches.
15806         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
15807         to `prev-line' for line number of prev match endpt.
15808         Increment `matches' for every match.  Print the number of
15809         matching lines in the header.
15810         (occur-context-lines): Rename `lines' to `curr-line'.
15811         Rename `prev-lines' to `prev-line'.  (Bug#14017)
15813 2013-05-29  Juri Linkov  <juri@jurta.org>
15815         * replace.el (perform-replace): Add `skip-read-only-count',
15816         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15817         Increment them for corresponding conditions and report the number
15818         of skipped occurrences in the final message.  (Bug#11746)
15819         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15820         (replace-string, replace-regexp): Doc fix.
15822 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15824         * emacs-lisp/trace.el (trace--read-args): Provide a default.
15826         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15827         prog-mode-map (bug#14504).
15829 2013-05-29  Leo Liu  <sdl.web@gmail.com>
15831         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15832         (octave-help): Small simplification.
15834         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15835         off the highlight first.
15837 2013-05-29  Glenn Morris  <rgm@gnu.org>
15839         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15840         Handle idlwave-last-system-routine-info-cons-cell being nil.
15842         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15843         (idlwave-write-paths): Simplify via with-temp-buffer.
15845         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15846         * emulation/cua-rect.el: Also load cua-base at run time.
15848         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15849         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15850         (cperl-imenu-on-info): Require imenu.
15852 2013-05-28  Alan Mackenzie  <acm@muc.de>
15854         Handle "capitalised keywords" correctly.
15855         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15857 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
15859         * eshell/em-unix.el: Add -r option to cp.
15861 2013-05-28  Glenn Morris  <rgm@gnu.org>
15863         * vc/vc-arch.el (vc-exec-after): Declare.
15864         (vc-switches): Autoload.
15865         * vc/vc-bzr.el: No need to require vc when compiling.
15866         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15867         (vc-resynch-buffer, vc-dir-refresh): Declare.
15868         (vc-setup-buffer, vc-switches): Autoload.
15869         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15870         (vc-resynch-buffer): Declare.
15871         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15872         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15873         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15874         (grep-read-regexp, grep-read-files, grep-expand-template)
15875         (vc-dir-refresh): Declare.
15876         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15877         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15878         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15879         * vc/vc-mtn.el (vc-exec-after): Declare.
15880         (vc-switches): Autoload.
15881         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15882         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15883         (vc-file-tree-walk): Declare.
15884         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15885         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15886         (vc-tag-precondition, vc-rename-master): Autoload.
15887         * vc/vc-svn.el (vc-exec-after): Declare.
15888         (vc-switches, vc-setup-buffer): Autoload.
15889         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15890         Autoload.
15891         (vc-resynch-buffer): Declare.
15893         * obsolete/fast-lock.el (byte-compile-warnings):
15894         Don't warn about obsolete features in this obsolete file.
15896         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15897         Move definition before use.
15899         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15900         (dun-unix-verbs): Remove dun-zippy.
15901         (dun-zippy): Remove function.
15903         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15905 2013-05-27  Juri Linkov  <juri@jurta.org>
15907         * replace.el (replace-search): New function with code moved out
15908         from `perform-replace'.
15909         (replace-highlight, replace-dehighlight): Move function definitions
15910         up closer to `replace-search'.  (Bug#11746)
15912 2013-05-27  Juri Linkov  <juri@jurta.org>
15914         * replace.el (perform-replace): Ignore invisible matches.
15915         In addition to checking `query-replace-skip-read-only', also
15916         filter out matches by calling `run-hook-with-args-until-failure'
15917         on `isearch-filter-predicates', and also check `search-invisible'
15918         for t or call `isearch-range-invisible'.
15919         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
15921 2013-05-27  Juri Linkov  <juri@jurta.org>
15923         * isearch.el (isearch-filter-predicates): Rename from
15924         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
15925         (isearch-message-prefix): Display text from the property
15926         `isearch-message-prefix' of the currently active filters.
15927         (isearch-search): Don't compare `isearch-filter-predicate' with
15928         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
15929         on `isearch-filter-predicates'.  Also check `search-invisible' for t
15930         or call `isearch-range-invisible'.
15931         (isearch-filter-visible): Make obsolete.
15932         (isearch-lazy-highlight-search):
15933         Call `run-hook-with-args-until-failure' on
15934         `isearch-filter-predicates' and use `isearch-range-invisible'.
15936         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15937         `isearch-filter-predicates' instead of `funcall'ing
15938         `isearch-filter-predicate'.
15939         (Info-mode): Set `Info-isearch-filter' to
15940         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15942         * dired-aux.el (dired-isearch-filter-predicate-orig):
15943         Remove variable.
15944         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15945         (dired-isearch-filenames-end): Add and remove
15946         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15947         instead of changing the value of `isearch-filter-predicate'.
15948         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15949         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15950         Put property `isearch-message-prefix' to "filename " on
15951         `dired-isearch-filter-filenames'.
15953         * wdired.el (wdired-change-to-wdired-mode):
15954         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15955         locally instead of changing `isearch-filter-predicate'.
15956         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15958 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
15960         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15961         return the commit hash (Bug#14459).  Also set the
15962         `vc-git-detached' property.
15963         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15964         (vc-git-mode-line-string): Use the same help-echo format whether
15965         in detached mode or not, because we know the actual revision now.
15966         When in detached mode, shorten the revision to 7 chars.
15968 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15970         * emacs-lisp/easy-mmode.el (define-minor-mode):
15971         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15972         mode hook and provide a docstring.
15974 2013-05-27  Alan Mackenzie  <acm@muc.de>
15976         Remove spurious syntax-table text properties inserted by C-y.
15977         * progmodes/cc-mode.el (c-after-change): Also clear hard
15978         syntax-table property with value nil.
15980 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
15982         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15983         when reading the events; the buffer layout shall not be changed.
15985 2013-05-27  Leo Liu  <sdl.web@gmail.com>
15987         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15988         New variable.
15989         (inferior-octave-directory-tracker): Automatically re-sync
15990         default-directory.
15991         (octave-help): Improve handling of 'See also'.
15993 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15995         * doc-view.el: Minor naming convention tweaks.
15996         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
15998         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
15999         even if there's no `display' property yet (bug#14435).
16001 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
16003         * subr.el (unmsys--file-name): Rename from reveal-filename.
16005         * Makefile.in (custom-deps, finder-data, autoloads)
16006         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16007         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16008         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
16010 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16012         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
16013         error-completion on the first 2 args of condition-case (bug#14446).
16014         Don't burp at EOB.
16016 2013-05-25  Leo Liu  <sdl.web@gmail.com>
16018         * comint.el (comint-previous-matching-input): Do not flood the
16019         *Messages* buffer with trivial messages.
16021 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16023         * progmodes/flymake.el (flymake-nop): Don't return a string.
16024         (flymake-set-at): Fix typo.
16026         * simple.el (read--expression): New function, extracted from
16027         eval-expression.  Set completion-at-point-functions (bug#14465).
16028         (eval-expression, eval-minibuffer): Use it.
16030 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
16032         * progmodes/flymake.el (flymake-save-buffer-in-file)
16033         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
16034         (flymake-selected-frame, flymake-log, flymake-ins-after)
16035         (flymake-set-at, flymake-get-buildfile-from-cache)
16036         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
16037         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
16038         Refine the doc string.
16039         (flymake-get-file-name-mode-and-masks): Reformat.
16040         (flymake-get-real-file-name-function): Fix a minor bug.
16042 2013-05-24  Juri Linkov  <juri@jurta.org>
16044         * progmodes/grep.el (grep-mode-font-lock-keywords):
16045         Support =linenumber= format used by git-grep for lines with
16046         function names.  (Bug#13549)
16048 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16050         * progmodes/octave.el (octave-smie-rules): Return nil rather than
16051         0 after a semi-colon; it works better for smie-auto-fill.
16052         (octave--indent-new-comment-line): New function.
16053         (octave-indent-new-comment-line): Use it (indirectly).
16054         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
16055         modify comment-line-break-function.
16057         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
16058         (smie-setup): Use add-function to set it.
16060 2013-05-24  Sam Steingold  <sds@gnu.org>
16062         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
16063         argument (before the `interactive' argument).
16065 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16067         * image-mode.el (image-mode-winprops): Add winprops to
16068         image-mode-winprops-alist before running
16069         image-mode-new-window-functions.
16070         * doc-view.el (doc-view-new-window-function): Don't delay
16071         doc-view-goto-page via timers (bug#14435).
16073 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
16075         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
16076         (doc-view-desktop-save-buffer): New function.
16077         (doc-view-restore-desktop-buffer): New function.
16078         (desktop-buffer-mode-handlers):
16079         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
16080         handler.
16081         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
16082         `desktop-save-buffer' function.
16084 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
16086         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
16087         (tramp-gvfs-file-name-handler): Raise a user error when
16088         `tramp-gvfs-enabled' is nil.
16089         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
16090         Do not raise a user error when loading package.  (Bug#14447)
16092         * net/xesam.el: Move to obsolete/.
16094 2013-05-24  Glenn Morris  <rgm@gnu.org>
16096         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
16098         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
16100         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
16101         (Info-find-node, Man-getpage-in-background): Declare.
16103         * mail/unrmail.el (unrmail):
16104         Replace obsolete detect-coding-with-priority.
16106         * net/socks.el (socks-split-string): Use this rather than split-string.
16107         (socks-nslookup-host): Update for above change.
16108         (dynamic-choice, s5-dynamic-choice-match)
16109         (s5-dynamic-choice-match-inline, s5-widget-value-create):
16110         Comment out unused code.
16112         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
16113         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
16114         (gud-tooltip-echo-area): Make obsolete.
16115         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
16117         * progmodes/js.el (js--optimize-arglist): Declare.
16119         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
16121         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
16122         (ediff-window-C): Declare.
16124         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
16125         Tweak requires to silence compiler.
16127         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
16128         (he-search-string, he-tried-table, he-expand-list)
16129         (he-init-string, he-string-member, he-substitute-string)
16130         (he-reset-string): Declare.
16132         * obsolete/options.el (list-options): Use custom-variable-p,
16133         rather than obsolete alias.
16135 2013-05-23  Sam Steingold  <sds@gnu.org>
16137         * simple.el (shell-command-on-region): Pass the `replace' argument
16138         down to `call-process-region' to comply with the doc as reported on
16139         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
16141 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16143         * emacs-lisp/smie.el (smie-indent-forward-token)
16144         (smie-indent-backward-token): Handle string tokens (bug#14381).
16146 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16148         * ielm.el (ielm-menu): New menu.
16149         (inferior-emacs-lisp-mode): Set comment-start.
16151 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16153         * textmodes/reftex.el (reftex-ref-style-toggle):
16154         Fix deactivate action.
16156         * textmodes/reftex-vars.el (reftex-ref-style-alist):
16157         Add cleveref macros.
16159         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16160         Accept options for bibliography commands.
16161         * textmodes/reftex-vars.el (reftex-bibliography-commands):
16162         Add addbibresource.  Basic Biblatex support.
16164 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
16166         * net/tramp-gvfs.el (top):
16167         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
16168         when loading package.  (Bug#14447)
16170 2013-05-23  Glenn Morris  <rgm@gnu.org>
16172         * progmodes/js.el: No need to load comint when compiling.
16173         (ring-insert, comint-send-string, comint-send-input)
16174         (comint-last-input-end, ido-chop): Declare.
16176         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
16177         * vc/ediff-mult.el: Adjust requires.
16178         (ediff-directories-internal, ediff-directory-revisions-internal)
16179         (ediff-patch-file-internal): Declare.
16180         * vc/ediff-ptch.el: Adjust requires.
16181         (ediff-use-last-dir, ediff-buffers-internal): Declare.
16182         (ediff-find-file): Autoload.
16183         * vc/ediff-util.el: No need to load ediff when compiling.
16184         (ediff-regions-internal): Declare.
16185         * vc/ediff-wind.el: Adjust requires.
16186         (ediff-compute-toolbar-width): Define when compiling.
16187         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
16188         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
16189         (dired-get-filename, dired-get-marked-files)
16190         (ediff-last-dir-patch, ediff-patch-default-directory)
16191         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
16192         (ediff-patch-buffer-internal): Declare.
16194         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
16195         (ispell-process, ispell-buffer-local-words, lm-summary)
16196         (lm-section-start, lm-section-end): Declare.
16197         (checkdoc-ispell-init): Simplify.
16199         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
16200         (he-string-member, he-reset-string, he-substitute-string): Declare.
16202         * eshell/em-ls.el: Adjust requires.
16203         (eshell-glob-regexp): Declare.
16204         * eshell/em-tramp.el: Adjust requires.
16205         (eshell-parse-command): Autoload.
16206         * eshell/em-xtra.el: Adjust requires.
16207         (eshell-parse-command): Autoload.
16208         * eshell/esh-ext.el: Adjust requires.
16209         (eshell-parse-command, eshell-close-handles): Autoload.
16210         * eshell/esh-io.el: Adjust requires.
16211         (eshell-output-filter): Autoload.
16212         * eshell/esh-util.el: No need to load tramp when compiling.
16213         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
16214         Declare.
16215         (eshell-parse-ange-ls): Require ange-ftp and tramp.
16216         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
16217         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
16218         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
16219         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
16220         * eshell/esh-opt.el, eshell/esh-proc.el:
16221         * eshell/esh-var.el: Adjust requires.
16222         * eshell/eshell.el: Do not require esh-util twice.
16223         (eshell-add-input-to-history): Declare.
16224         (eshell-command): Check history module is active before using it.
16226         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
16228 2013-05-22  Leo Liu  <sdl.web@gmail.com>
16230         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
16232 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
16234         * autorevert.el (auto-revert-notify-add-watch)
16235         (auto-revert-notify-handler): Add `attrib' for the inotify case,
16236         it indicates changes in file modification time.
16238 2013-05-22  Glenn Morris  <rgm@gnu.org>
16240         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16241         Always delete the autoloaded function from the noruntime and
16242         unresolved functions lists.
16244         * allout.el: No need to load epa, epg, overlay when compiling.
16245         (epg-context-set-passphrase-callback, epg-list-keys)
16246         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
16247         (epg-key-user-id-list): Declare.
16249         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16250         (viper-set-parsing-style-toggling-macro)
16251         (viper-set-emacs-state-searchstyle-macros):
16252         Use called-interactively-p on Emacs.
16253         (viper-looking-back): Make it an obsolete alias.  Update callers.
16254         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
16255         Use looking-back rather than viper-looking-back.
16256         (viper-tmp-insert-at-eob, viper-enlarge-region)
16257         (viper-read-string-with-history, viper-register-to-point)
16258         (viper-append-to-register, viper-change-state-to-vi)
16259         (viper-backward-char-carefully, viper-forward-char-carefully)
16260         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
16261         (viper-change-state-to-emacs): Declare.
16262         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
16263         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
16264         * emulation/viper-mous.el: Do not load viper-cmd.
16265         (viper-backward-char-carefully, viper-forward-char-carefully)
16266         (viper-forward-word, viper-adjust-window): Declare.
16268         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
16270         * progmodes/idlw-help.el (idlwave-help-fontify):
16271         Use called-interactively-p.
16273         * term/w32console.el (w32-get-console-codepage)
16274         (w32-get-console-output-codepage): Declare.
16276         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
16277         Remove unnecessary declarations.
16278         (dframe-message): Doc fix.
16280         * info.el (dframe-select-attached-frame, dframe-current-frame):
16281         Declare.
16283         * speedbar.el (speedbar-message): Make it an obsolete alias.
16284         Update all callers.
16285         (speedbar-with-attached-buffer)
16286         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
16287         (speedbar-with-writable): Use backquote.
16288         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
16289         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
16290         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
16291         rather than speedbar- aliases.
16292         * mail/rmail.el: Load dframe rather than speedbar when compiling.
16293         (speedbar-make-specialized-keymap, speedbar-insert-button)
16294         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
16295         (speedbar-do-function-pointer): Declare.
16296         (rmail-speedbar-button, rmail-speedbar-find-file)
16297         (rmail-speedbar-move-message):
16298         Use dframe-with-attached-buffer rather than speedbar- alias.
16299         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
16300         (dframe-message, speedbar-make-specialized-keymap)
16301         (speedbar-add-expansion-list, speedbar-mode-functions-list)
16302         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
16303         (speedbar-insert-button, dframe-select-attached-frame)
16304         (dframe-maybee-jump-to-attached-frame)
16305         (speedbar-change-initial-expansion-list)
16306         (speedbar-previously-used-expansion-list-name): Declare.
16307         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
16308         Use dframe-message, dframe-with-attached-buffer rather than
16309         speedbar- aliases.
16310         (gud-sentinel): Silence compiler.
16311         * progmodes/vhdl-mode.el (speedbar-refresh)
16312         (speedbar-do-function-pointer, speedbar-add-supported-extension)
16313         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
16314         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
16315         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
16316         (speedbar-file-lists, speedbar-make-tag-line)
16317         (speedbar-line-directory, speedbar-goto-this-file)
16318         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
16319         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
16320         (speedbar-make-button, speedbar-reset-scanners)
16321         (speedbar-files-item-info, speedbar-line-text)
16322         (speedbar-find-file-in-frame, speedbar-set-timer)
16323         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
16324         (speedbar-with-writable): Do not (re)define it.
16325         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
16326         rather than speedbar- alias.
16328 2013-05-21  Leo Liu  <sdl.web@gmail.com>
16330         * progmodes/octave.el (octave-mode-menu): Update and re-organize
16331         menu items.
16332         (octave-mode): Tweak fill-nobreak-predicate.
16333         (inferior-octave-startup): Check process to avoid infinite loop.
16334         (inferior-octave): Pop to buffer first to show abornmal process
16335         exit information.
16337 2013-05-21  Glenn Morris  <rgm@gnu.org>
16339         * printing.el (pr-menu-bar): Define when compiling.
16341 2013-05-21  Leo Liu  <sdl.web@gmail.com>
16343         * progmodes/octave.el (octave-auto-fill): Remove.
16344         (octave-indent-new-comment-line): Improve.
16345         (octave-mode): Use auto fill mode through
16346         comment-line-break-function and fill-nobreak-predicate.
16347         (octave-goto-function-definition): Support DEFUN_DLD.
16348         (octave-beginning-of-defun): Small tweak.
16349         (octave-help): Show parent directory.
16351 2013-05-21  Glenn Morris  <rgm@gnu.org>
16353         * files.el (dired-unmark):
16354         * progmodes/gud.el (gdb-input): Update declarations.
16356         * calculator.el (electric, ehelp): No need to load when compiling.
16357         (Electric-command-loop, electric-describe-mode): Declare.
16359         * doc-view.el (doc-view-current-converter-processes): Move before use.
16361         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16362         Move MODE-set-explicitly definition before use.
16364         * international/mule-diag.el (mule-diag):
16365         Don't use obsolete window-system-version.
16367         * mail/feedmail.el (smtpmail): No need to load when compiling.
16368         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
16370         * mail/mail-utils.el (rfc822): No need to load when compiling.
16371         (rfc822-addresses): Autoload it.
16372         (mail-strip-quoted-names): Trivial simplification.
16374         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
16375         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
16377         * net/snmp-mode.el (tempo): Don't duplicate requires.
16379         * progmodes/prolog.el (info): No need to load when compiling.
16380         (comint): Require before shell requires it.
16381         (Info-goto-node): Autoload it.
16382         (Info-follow-nearest-node): Declare.
16383         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
16385         * textmodes/artist.el (picture-mode-exit): Declare.
16387         * textmodes/reftex-parse.el (reftex-parse-from-file):
16388         Trivial rewrite so the compiler can parse it better.
16390 2013-05-20  Leo Liu  <sdl.web@gmail.com>
16392         * progmodes/octave.el (octave-help-mode-map)
16393         (octave-help-mode-finish-hook): New variables.
16394         (octave-help-mode, octave-help-mode-finish): New functions.
16395         (octave-help): Use octave-help-mode.
16397 2013-05-20  Glenn Morris  <rgm@gnu.org>
16399         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
16401 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
16403         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
16404         start at point, so that expansion starting right after opening
16405         slash in a regexp is recognized.
16406         (ruby-syntax-before-regexp-re): New defvar, extracted from
16407         ruby-syntax-propertize-function.  Since the value of this regexp
16408         is looked up at runtime now, we should be able to turn
16409         `ruby-syntax-methods-before-regexp' into a defcustom later.
16410         (ruby-syntax-propertize-function): Split regexp matching into two
16411         parts, for opening and closing slashes.  That allows us to skip
16412         over string interpolations and support multiline regexps.
16413         Don't call `ruby-syntax-propertize-expansions', instead use another rule
16414         for them, which calls `ruby-syntax-propertize-expansion'.
16415         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
16416         call to `ruby-syntax-propertize-function'.
16417         (ruby-syntax-propertize-expansion): Extracted from
16418         `ruby-syntax-propertize-expansions'.  Handles one expansion.
16419         (ruby-syntax-propertize-percent-literal): Leave point right after
16420         the percent symbol, so that the expression expansion rule can
16421         propertize the contents.
16422         (ruby-syntax-propertize-heredoc): Leave point at bol following the
16423         heredoc openers.
16424         (ruby-syntax-propertize-expansions): Remove.
16426 2013-05-18  Juri Linkov  <juri@jurta.org>
16428         * man.el (Man-default-man-entry): Remove `-' from the end
16429         of the default value.  (Bug#14400)
16431 2013-05-18  Glenn Morris  <rgm@gnu.org>
16433         * comint.el (comint-password-prompt-regexp):
16434         Allow "password for XXX" where XXX contains colons (eg https://...).
16436 2013-05-18  Leo Liu  <sdl.web@gmail.com>
16438         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
16439         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
16440         (octave-source-directories): Don't check process.
16441         (octave-source-directories, octave-find-definition): Doc fix.
16443 2013-05-18  Glenn Morris  <rgm@gnu.org>
16445         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
16446         Remove backspace/delete bindings.  (Bug#14392)
16448         * cus-dep.el (custom-make-dependencies): Sort the output.
16449         (custom-versions-load-alist): Convert comment to doc.
16451 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16453         * newcomment.el (comment-search-backward): Stricter in finding
16454         comment start.  (Bug#14303)
16456         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
16457         (octave-comment-start-skip): Properly anchored.
16459 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16461         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
16462         Clean up when turned off.  (Bug#14395)
16463         (smie--highlight-matching-block-overlay): No longer buffer-local.
16464         (smie-highlight-matching-block): Adjust.
16466 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16468         Doc string fix for "nanoseconds" (Bug#14406).
16469         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
16470         Fix doc string typo that had "nanoseconds" instead of "microseconds".
16472 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
16474         * calc/calc-units.el (math-extract-units): Preserve powers
16475         of units.
16477 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16479         * subr.el (delete-consecutive-dups): New function.
16480         * ido.el (ido-set-matches-1): Use it.
16481         * progmodes/octave.el (inferior-octave-completion-table): Use it.
16482         * ido.el (ido-remove-consecutive-dups): Remove.
16484 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16486         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16487         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
16488         regexp-opt's `words'.
16490 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16492         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
16493         (smie--highlight-matching-block-overlay)
16494         (smie--highlight-matching-block-lastpos)
16495         (smie--highlight-matching-block-timer): New variables.
16496         (smie-highlight-matching-block): New function.
16497         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
16498         (smie-setup): Conditionally enable smie-blink-matching-open.
16500 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
16502         Sync with upstream verilog-mode r840.
16503         * progmodes/verilog-mode.el (verilog-mode-version)
16504         (verilog-mode-release-date): Update.
16505         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
16506         (verilog-sig-tieoff): Fix string error on
16507         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
16508         (verilog-read-decls): Fix parameters confusing
16509         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
16511 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
16513         * subr.el (reveal-filename): New function.
16515         * loadup.el: Compute Emacs executable versions on MS-Windows,
16516         where executables have the .exe extension.  Add a hard link
16517         emacs-XX.YY.ZZ.exe on MS-Windows.
16519         * Makefile.in (XARGS_LIMIT): New variable.
16520         (custom-deps, finder-data, autoloads)
16521         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16522         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16523         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
16524         (compile-main): Limit xargs according to $(XARGS_LIMIT).
16526 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16528         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
16529         (octave-mode-menu, octave-mode-map): Remove its uses.
16531 2013-05-16  Reto Zimmermann  <reto@gnu.org>
16533         Sync with upstream vhdl mode v3.34.2.
16534         * progmodes/vhdl-mode.el: Use `push' throughout.
16535         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
16536         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
16537         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
16538         (vhdl-actual-generic-name): New option to derive actual generic name.
16539         (vhdl-port-paste-signals): Replace formal by actual generics.
16540         (vhdl-beautify): New name for old group vhdl-align.  Update users.
16541         (vhdl-beautify-options): New option.
16542         (vhdl-last-input-event): New compat alias.  Use throughout.
16543         (vhdl-goto-line): Replace user level function `goto-line'.
16544         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
16545         vhdl-fix-statement-buffer.
16546         (vhdl-create-mode-menu): Add some entries.
16547         (vhdl-align-region-groups): Respect vhdl-beautify-options.
16548         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
16549         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
16550         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
16551         to force statements on one line.
16552         (vhdl-remove-trailing-spaces-region):
16553         New, split from vhdl-remove-trailing-spaces.
16554         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
16555         Respect vhdl-beautify-options.
16556         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
16557         (vhdl-update-sensitivity-list): Not add with index if exists without.
16558         Not include array index with signal.  Ignore keywords in comments.
16559         (vhdl-get-visible-signals): Regexp tweaks.
16560         (vhdl-template-component-inst): Handle empty library.
16561         (vhdl-template-type): Add template for 'enum' type.
16562         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
16563         Use vhdl-replace-string.
16564         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
16565         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
16566         (vhdl-speedbar-initialize): Update for above name change.
16567         (vhdl-compose-wire-components): Fix in handling of constants.
16568         (vhdl-error-regexp-emacs-alist): New variable.
16569         (vhdl-error-regexp-add-emacs): New function;
16570         adds support for new compile.el (Emacs 22+)
16571         (vhdl-generate-makefile-1): Change target order for single lib. units.
16572         Allow use of absolute file names.
16574 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16576         * simple.el (prog-indent-sexp): Indent enclosing defun.
16578 2013-05-15  Glenn Morris  <rgm@gnu.org>
16580         * cus-start.el (show-trailing-whitespace): Move to editing basics.
16581         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
16582         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
16583         (whitespace-highlight): Move to whitespace group.
16585         * comint.el (comint-source):
16586         * pcmpl-linux.el (pcmpl-linux):
16587         * shell.el (shell-faces):
16588         * eshell/esh-opt.el (eshell-opt):
16589         * international/ccl.el (ccl): Remove empty custom groups.
16591         * completion.el (dynamic-completion-mode):
16592         * jit-lock.el (jit-lock-debug-mode):
16593         * minibuffer.el (completion-in-region-mode):
16594         * type-break.el (type-break-mode-line-message-mode)
16595         (type-break-query-mode):
16596         * emulation/tpu-edt.el (tpu-edt-mode):
16597         * progmodes/subword.el (global-subword-mode, global-superword-mode):
16598         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16599         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
16601         * term/xterm.el (xterm): Change parent group to terminals.
16603         * master.el (master): Remove empty custom group.
16604         (master-mode): Remove unused :group argument.
16605         * textmodes/refill.el (refill): Remove empty custom group.
16606         (refill-mode): Remove unused :group argument.
16608         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
16610         * cus-dep.el: Provide a feature.
16611         (custom-make-dependencies): Ignore dotfiles (dir-locals).
16612         Don't mistakenly ignore files whose basenames match a basename
16613         from preloaded-file-list (eg cedet/ede/simple.el).
16614         Add a fallback method for getting :group.
16616 2013-05-15  Juri Linkov  <juri@jurta.org>
16618         * isearch.el (isearch-char-by-name): Rename from
16619         `isearch-insert-char-by-name'.  Doc fix.
16620         (isearch-forward): Mention `isearch-char-by-name' in
16621         the docstring.  (Bug#13348)
16623         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
16624         `exit-minibuffer' instead of
16625         `isearch-nonincremental-exit-minibuffer'.
16626         (isearch-edit-string): Remove mention of
16627         `isearch-nonincremental-exit-minibuffer' from docstring.
16628         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
16629         (isearch-forward-exit-minibuffer)
16630         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
16632 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16634         * loadup.el: Just use unversioned DOC.
16636         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
16637         literals as extending to EOB.
16638         (nxml-last-fontify-end): Remove unused variable.
16639         (nxml-after-change1): Use with-silent-modifications.
16640         (nxml-extend-after-change-region): Simplify.
16641         (nxml-extend-after-change-region1): Remove function.
16642         (nxml-after-change1): Don't adjust for dependent regions.
16643         (nxml-fontify-matcher): Simplify.
16644         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
16645         (xmltok-add-dependent): Remove function.
16646         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
16647         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
16648         (xmltok-scan-prolog-after-processing-instruction-open): Treat
16649         unclosed <[[, <?, comment, and other literals as extending to EOB.
16650         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
16651         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
16652         Remove functions.
16653         (rng-do-some-validation-1): Don't mark dependent regions.
16654         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
16655         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
16656         (nxml-clear-dependent-regions): Remove functions.
16657         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
16658         (nxml-ensure-scan-up-to-date):
16659         Don't clear&mark dependent regions.
16661 2013-05-15  Leo Liu  <sdl.web@gmail.com>
16663         * progmodes/octave.el (octave-goto-function-definition):
16664         Improve and fix callers.
16666 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16668         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
16669         the setter (bug#14387).
16671         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
16672         surrounding group (bug#14402).
16674 2013-05-14  Juri Linkov  <juri@jurta.org>
16676         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
16677         (Bug#14390)
16679 2013-05-14  Glenn Morris  <rgm@gnu.org>
16681         * progmodes/f90.el (f90-imenu-generic-expression):
16682         Fix typo in 2013-05-08 change.  (Bug#14402)
16684 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16686         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
16687         Remove signals for which replies are never received.
16689 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16691         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
16692         (gdb-handler-alist, gdb-handler-number): Remove variables.
16693         (gdb-handler-list): New variable.
16694         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
16695         (gdb-pending-handler-p, gdb-handle-reply)
16696         (gdb-remove-all-pending-triggers): New functions.
16697         (gdb-discard-unordered-replies): New defcustom.
16698         (gdb-handler): New defstruct.
16699         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
16700         instead of gdb-pending-triggers.  Update docstring.
16701         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
16702         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
16703         (gdb-var-update-handler, def-gdb-auto-update-trigger)
16704         (def-gdb-auto-update-handler, gdb-get-changed-registers)
16705         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
16706         (gdb-frame-handler): Pending triggers are now automatically managed.
16707         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
16708         Remove argument.
16709         (gdb-input): Automatically handles pending triggers.  Update docstring.
16710         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
16711         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
16712         Update comments.
16713         (gdb-done-or-error): Now use gdb-handle-reply.
16715 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16717         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
16718         gdb-debug-log.
16720 2013-05-14  Glenn Morris  <rgm@gnu.org>
16722         * subr.el (user-emacs-directory-warning): New option.
16723         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
16725 2013-05-14  Leo Liu  <sdl.web@gmail.com>
16727         * progmodes/octave.el (octave-font-lock-keywords): Fix error
16728         during redisplay.
16729         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
16730         (octave-font-lock-texinfo-comment): Fix invalid search bound
16731         error: wrong side of point.
16733 2013-05-14  Glenn Morris  <rgm@gnu.org>
16735         * progmodes/flymake.el (flymake-xml-program): New option.
16736         (flymake-xml-init): Use it.
16738         * term/xterm.el: Provide a feature.
16740         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
16742 2013-05-13  Glenn Morris  <rgm@gnu.org>
16744         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
16745         Add compat aliases as a hack workaround.  (Bug#14384)
16747 2013-05-13  Leo Liu  <sdl.web@gmail.com>
16749         * progmodes/octave.el (octave-indent-comment): Fix indentation for
16750         ###, and %!.
16751         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
16752         C-M-q.
16753         (octave-comment-start-skip): Include %!.
16754         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
16756 2013-05-12  Leo Liu  <sdl.web@gmail.com>
16758         * progmodes/octave.el (inferior-octave-startup): Store the value
16759         of __octave_srcdir__ for octave-source-directories.
16760         (inferior-octave-check-process): New function refactored out of
16761         inferior-octave-send-list-and-digest.
16762         (octave-source-directories)
16763         (octave-find-definition-filename-function): New variables.
16764         (octave-source-directories)
16765         (octave-find-definition-default-filename): New functions.
16766         (octave-find-definition): Improve to find functions implemented in C++.
16768 2013-05-12  Glenn Morris  <rgm@gnu.org>
16770         * calendar/diary-lib.el (diary-outlook-format-1):
16771         Don't include dayname in the output.  (Bug#14349)
16773 2013-05-11  Glenn Morris  <rgm@gnu.org>
16775         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
16777         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
16778         Treat cc-provide like provide.
16780 2013-05-11  Kevin Ryde  <user42@zip.com.au>
16782         * cus-dep.el (custom-make-dependencies):
16783         Use generated-autoload-load-name for the sake of files such
16784         such cedet/semantic/bovine/c.el, where the base file name
16785         is not in load-path.  (Bug#5277)
16787 2013-05-11  Glenn Morris  <rgm@gnu.org>
16789         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
16790         Provide features.
16792 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16794         * progmodes/octave.el (octave-indent-comment): Improve.
16795         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16796         (octave-eldoc-function-signatures, octave-eldoc-function):
16797         New functions.
16798         (octave-mode, inferior-octave-mode): Add eldoc support.
16800 2013-05-11  Richard Stallman  <rms@gnu.org>
16802         * epa.el (epa-decrypt-file): Take output file name as argument
16803         and read it using `interactive'.
16805 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16807         * progmodes/octave.el (octave-beginning-of-line)
16808         (octave-end-of-line): Check before using up-list because it jumps
16809         out of more syntactic contructs since moving to smie.
16810         (octave-indent-comment): New function.
16811         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
16812         (octave-begin-keywords, octave-end-keywords)
16813         (octave-reserved-words, octave-smie-bnf-table)
16814         (octave-smie-rules): Add new keywords from Octave 3.6.4.
16816 2013-05-11  Glenn Morris  <rgm@gnu.org>
16818         * faces.el (internal-face-x-get-resource):
16819         * frame.el (ns-display-monitor-attributes-list):
16820         * calc/calc-aent.el (math-to-radians-2):
16821         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16822         Fix declarations.
16824         * calc/calc-menu.el: Make it loadable in isolation.
16826         * net/eudcb-bbdb.el: Make it loadable without bbdb.
16827         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16828         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16829         (eudc-bbdb-query-internal): Require 'bbdb.
16831         * lpr.el (lpr-headers-switches):
16832         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16834         * progmodes/sql.el (sql-login-params): Fix and improve :type.
16836         * emulation/edt-mapper.el: In batch mode, error rather than hang.
16838         * term.el (term-set-escape-char): Make it idempotent.
16840 2013-05-10  Leo Liu  <sdl.web@gmail.com>
16842         * progmodes/octave.el (inferior-octave-completion-table):
16843         No longer a function and all uses changed.  Use cache to speed up
16844         completion due to bug#11906.
16845         (octave-beginning-of-defun): Re-write to be more general.
16847 2013-05-10  Glenn Morris  <rgm@gnu.org>
16849         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16851 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16853         * comint.el (comint-redirect-send-command-to-process): Use :around
16854         rather than :override for comint-redirect-filter.
16855         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16856         Call it instead of comint-redirect-original-filter-function (which
16857         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
16859 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
16861         * frame.el (display-monitor-attributes-list): Add NS case.
16862         (ns-display-monitor-attributes-list): Declare.
16864 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
16866         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
16868 2013-05-09  Glenn Morris  <rgm@gnu.org>
16870         * international/fontset.el (vertical-centering-font-regexp):
16871         Set standard-value.
16873         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16875         * bookmark.el (bookmark-search-delay):
16876         * cus-start.el (vertical-centering-font-regexp):
16877         * ps-mule.el (ps-mule-font-info-database-default):
16878         * ps-print.el (ps-default-fg, ps-default-bg):
16879         * type-break.el (type-break-good-break-interval):
16880         * whitespace.el (whitespace-indentation-regexp)
16881         (whitespace-space-after-tab-regexp):
16882         * emacs-lisp/testcover.el (testcover-1value-functions)
16883         (testcover-noreturn-functions, testcover-progn-functions)
16884         (testcover-prog1-functions):
16885         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16886         * eshell/em-glob.el (eshell-glob-translate-alist):
16887         * play/tetris.el (tetris-tty-colors):
16888         * progmodes/cpp.el (cpp-face-default-list):
16889         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16890         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16891         (idlwave-help-browser-generic-args):
16892         * progmodes/make-mode.el (makefile-special-targets-list):
16893         * progmodes/python.el (python-shell-virtualenv-path):
16894         * progmodes/verilog-mode.el (verilog-active-low-regexp)
16895         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16896         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16897         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16898         * textmodes/reftex-vars.el (reftex-format-label-function):
16899         * textmodes/remember.el (remember-diary-file): Fix custom types.
16901         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16902         Add :version.
16904 2013-05-09  Leo Liu  <sdl.web@gmail.com>
16906         * progmodes/octave.el (inferior-octave-completion-at-point):
16907         Restore file completion.  (Bug#14300)
16908         (inferior-octave-startup): Fix incorrect highlighting for the
16909         first prompt.
16911 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16913         * progmodes/ruby-mode.el: First cut at SMIE support.
16914         (ruby-use-smie): New var.
16915         (ruby-smie-grammar): New constant.
16916         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16917         (ruby-smie--forward-token, ruby-smie--backward-token)
16918         (ruby-smie-rules): New functions.
16919         (ruby-mode-variables): Setup SMIE if applicable.
16921 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
16923         * simple.el (line-move-visual): Signal beginning/end of buffer
16924         only if vertical-motion moved less than it was requested.  Avoids
16925         silly incorrect error messages when there are display strings with
16926         multiple newlines at EOL.
16928 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16930         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16931         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16932         (prolog-char-quote-workaround):
16933         * progmodes/cperl-mode.el (cperl-under-as-char):
16934         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16935         Mark as obsolete.
16936         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16937         their declaration.
16938         (vhdl-mode-syntax-table-init): Remove.
16940         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16941         last change.
16943         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16944         syntax for "_".
16945         (ld-script-font-lock-keywords):
16946         Change regexps to use things like \_< and \_>.
16948         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16949         Change all regexps to use things like \_< and \_>.
16951         * progmodes/autoconf.el (autoconf-definition-regexp)
16952         (autoconf-font-lock-keywords, autoconf-current-defun-function):
16953         Handle a _ with symbol syntax.
16954         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16956         * progmodes/ada-mode.el (ada-mode-abbrev-table):
16957         Consolidate declaration.
16958         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16959         the declaration.
16960         (ada-create-syntax-table): Remove.
16961         (ada-capitalize-word): Don't mess with the syntax of "_" since it
16962         already has the right syntax nowadays.
16963         (ada-goto-next-word): Don't change the syntax of "_".
16965         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16966         with-wrapper-hook.
16968 2013-05-08  Sam Steingold  <sds@gnu.org>
16970         * thingatpt.el (thing-at-point): Accept optional second argument
16971         NO-PROPERTIES to strip the text properties from the return value.
16972         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16973         to `thing-at-point' instead of stripping the properties ourselves.
16974         Also, when `thing-at-point' fails to find a url, prepend "http://"
16975         to the filename at point on the assumption that the user is
16976         pointing at something like gnu.org/gnu.
16978 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
16980         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16981         * faces.el (crm-separator):
16982         Silence byte-compiler.
16984         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16985         (tool-bar-map): Remove unneeded defvars.
16987 2013-05-08  Leo Liu  <sdl.web@gmail.com>
16989         Re-work a fix for bug#10994 based on Le Wang's patch.
16990         * ido.el (ido-remove-consecutive-dups): New helper.
16991         (ido-completing-read): Use it.
16992         (ido-chop): Revert fix for bug#10994.
16994 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
16996         * cus-edit.el (custom-save-variables):
16997         Pretty-print long values.  (Bug#14187)
16999 2013-05-08  Glenn Morris  <rgm@gnu.org>
17001         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
17002         (m4-mode-syntax-table): Init in the defvar.
17003         (m4-mode-abbrev-table): Let define-derived-mode define it.
17005 2013-05-08  Tom Tromey  <tromey@redhat.com>
17007         * progmodes/m4-mode.el (m4-mode-syntax-table):
17008         Do not treat "_" as word constituent.  (Bug#14167)
17010 2013-05-07  Glenn Morris  <rgm@gnu.org>
17012         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
17013         Remove explicit eshell-isearch-cancel-map.
17015         * progmodes/f90.el (f90-smart-end-names): New option.
17016         (f90-smart-end): Doc fix.
17017         (f90-end-block-optional-name): New constant.
17018         (f90-block-match): Respect f90-smart-end-names.
17020 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17022         * progmodes/octave.el (octave-smie-forward-token): Be more careful
17023         about implicit semi-colons (bug#14218).
17025 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17027         * frame.el (display-monitor-attributes-list)
17028         (frame-monitor-attributes): New functions.
17030 2013-05-06  Leo Liu  <sdl.web@gmail.com>
17032         * progmodes/octave.el (octave-syntax-propertize-function): Change
17033         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
17034         (octave-font-lock-keywords): Use octave-operator-regexp.
17035         (octave-completion-at-point): Rename from
17036         octave-completion-at-point-function.
17037         (inferior-octave-directory-tracker): Robustify.
17038         (octave-text-functions): Remove and fix its uses.  No such things
17039         any more.
17041 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17043         * emacs-lisp/trace.el (trace--display-buffer): New function.
17044         (trace-make-advice): Use it.
17046 2013-05-06  Juri Linkov  <juri@jurta.org>
17048         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
17049         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
17050         Doc fix.
17051         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
17052         in the help string.  (Bug#12985)
17054 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
17056         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
17058 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17060         * progmodes/perl-mode.el: Add support for here documents.
17061         (perl-syntax-propertize-function): Match here-doc markers.
17062         (perl-syntax-propertize-special-constructs): Find their end.
17063         (perl-imenu-generic-expression): Use [:alnum:].
17065         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
17066         (advice--add-function): Refresh the advice if already present
17067         (bug#14317).
17069 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
17071         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
17073 2013-05-06  Glenn Morris  <rgm@gnu.org>
17075         * w32-fns.el (w32-charset-info-alist): Declare.
17077         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
17078         of its defcustom properties.
17079         (eshell-cmpl-initialize): No need to load pcomplete.
17081         * generic-x.el: No need to require comint when compiling.
17083         * net/eudc-export.el: Make it loadable without bbdb.
17084         (top-level): Use require rather than load-library.
17085         (eudc-create-bbdb-record, eudc-bbdbify-phone)
17086         (eudc-batch-export-records-to-bbdb)
17087         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
17088         Require bbdb.
17090 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17092         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
17093         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
17094         some tweaks, instead.
17096 2013-05-05  Leo Liu  <sdl.web@gmail.com>
17098         * progmodes/octave.el (octave-font-lock-keywords)
17099         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
17100         (inferior-octave-send-list-and-digest): Improve error message.
17101         (octave-mode, inferior-octave-mode): Use setq-local.
17102         (octave-help): Set info-lookup-mode.
17104 2013-05-05  Richard Stallman  <rms@gnu.org>
17106         * vc/compare-w.el (compare-windows-whitespace):
17107         Treat no-break space as whitespace.
17109         * mail/rmailsum.el (rmail-summary-rmail-update):
17110         Detect empty summary and don't change selected message.
17111         (rmail-summary-goto-msg): Likewise.
17113         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
17114         Doc fixes, rename args.
17116 2013-05-05  Alan Mackenzie  <acm@muc.de>
17118         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
17120 2013-05-05  Juri Linkov  <juri@jurta.org>
17122         * info.el (Info-read-subfile): Use (point-min) instead of (point)
17123         to not add the length of the summary segment to the return value.
17124         (Bug#14125)
17126 2013-05-05  Leo Liu  <sdl.web@gmail.com>
17128         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
17129         (inferior-octave-output-filter): Remove.
17130         (octave-send-region, inferior-octave-startup): Fix callers.
17131         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
17132         (octave-binary-file-extensions): New user variable.
17133         (octave-find-definition): Confirm if opening binary files.
17134         (octave-help-file): Use octave-find-definition to get the binary
17135         confirmation.
17136         (octave-help): Adjust for octave-help-file change.
17138 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17140         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
17141         Merge the two entries that handle function definitions.
17142         (pascal--syntax-propertize): New const.
17143         (pascal-mode): Use it.  Use setq-local.
17145 2013-05-04  Glenn Morris  <rgm@gnu.org>
17147         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
17148         (diary-from-outlook): Respect diary-from-outlook-function.
17150 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17152         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
17153         Move the declaration from C.
17154         (read-minibuffer, eval-minibuffer): Move from C.
17155         (completion-setup-function): Avoid minibuffer-completion-contents.
17157 2013-05-03  Leo Liu  <sdl.web@gmail.com>
17159         * progmodes/octave.el (octave-font-lock-keywords): Do not
17160         dehighlight 'end' in comments or strings.
17161         (octave-completing-read, octave-goto-function-definition):
17162         New helpers.
17163         (octave-help-buffer): New user variable.
17164         (octave-help-file, octave-help-function): New button types.
17165         (octave-help): New command and bind it to C-h ;.
17166         (octave-find-definition): New command and bind it to M-.
17167         (user-error): Alias to error if not defined.
17169 2013-05-02  Leo Liu  <sdl.web@gmail.com>
17171         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
17172         for \.  (bug#14332)
17173         (octave-font-lock-keywords): Include [ and {.
17175 2013-05-02  Leo Liu  <sdl.web@gmail.com>
17177         * progmodes/octave.el (inferior-octave-startup-file): Change default.
17178         (inferior-octave): Remove calling comint-mode and return the buffer.
17179         (inferior-octave-startup): Cosmetic changes.
17181 2013-05-02  Leo Liu  <sdl.web@gmail.com>
17183         * progmodes/octave.el (octave-syntax-propertize-function):
17184         Include the case when ' is at line beginning.  (Bug#14336)
17186 2013-05-02  Glenn Morris  <rgm@gnu.org>
17188         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
17189         * desktop.el (vc-dir-mode): Just autoload it here.
17191 2013-05-02  Alan Mackenzie  <acm@muc.de>
17193         Eliminate variable c-standard-font-lock-fontify-region-function.
17194         * progmodes/cc-mode.el
17195         (c-standard-font-lock-fontify-region-function): Remove.
17196         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
17198 2013-05-01  Leo Liu  <sdl.web@gmail.com>
17200         * progmodes/octave.el: Compatible with older emacs-24 releases.
17201         (inferior-octave-has-built-in-variables): Remove.  Built-in
17202         variables were removed from Octave in 2007.
17203         (inferior-octave-startup): Fix uses.
17204         (comint-line-beginning-position): Remove compatibility code for
17205         emacs 21.
17207 2013-05-01  Juri Linkov  <juri@jurta.org>
17209         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
17211 2013-05-01  Juri Linkov  <juri@jurta.org>
17213         * comint.el (comint-previous-matching-input): Don't print message
17214         "History item: %d" when `isearch-mode' is active.
17215         (comint-history-isearch-message): Print message "History item: %d"
17216         when `comint-input-ring-index' is not empty and this function is
17217         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
17219 2013-05-01  Leo Liu  <sdl.web@gmail.com>
17221         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
17222         definitions.  Use completion-at-point to insert keywords.
17223         (octave-abbrev-start): Remove.
17224         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
17226 2013-04-30  Leo Liu  <sdl.web@gmail.com>
17228         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
17229         change.
17231 2013-04-30  Alan Mackenzie  <acm@muc.de>
17233         Handle arbitrarily long C++ member initialisation lists.
17234         * progmodes/cc-engine.el (c-back-over-member-initializers):
17235         new function.
17236         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
17237         (most) member init lists.
17239 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
17241         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
17242         variable.
17244 2013-04-30  Leo Liu  <sdl.web@gmail.com>
17246         * progmodes/octave.el (octave-variables): Remove.  No builtin
17247         variables any more.  All converted to functions.
17248         (octave-font-lock-keywords, octave-completion-at-point-function):
17249         Fix uses.
17250         (octave-font-lock-texinfo-comment): New user variable.
17251         (octave-texinfo-font-lock-keywords): New variable for texinfo
17252         comment block.
17253         (octave-function-comment-block): New face.
17254         (octave-font-lock-texinfo-comment): New function.
17255         (octave-mode): Font lock texinfo comment block.
17257 2013-04-29  Leo Liu  <sdl.web@gmail.com>
17259         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
17260         indexing expression.
17261         (octave-continuation-string): Do not use \.
17262         (inferior-octave-complete-impossible): Remove.
17263         (inferior-octave-completion-table)
17264         (inferior-octave-completion-at-point): Remove its uses.
17265         (inferior-octave-startup): completion_matches was introduced to
17266         Octave in 1996 so safe to assume it.
17267         (octave-function-file-comment): Improve to follow how Octave does it.
17268         (octave-update-function-file-comment): Tweak.
17270 2013-04-29  Leo Liu  <sdl.web@gmail.com>
17272         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
17273         (inferior-octave-startup): Remove inferior-octave-startup-hook.
17274         (octave-function-file-comment): Fix typo.
17275         (octave-sync-function-file-names): Use read-char-choice.
17277 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
17279         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
17280         to t for the less important warnings.
17282 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
17284         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
17286 2013-04-27  Glenn Morris  <rgm@gnu.org>
17288         * vc/log-view.el (log-view-current-entry):
17289         Treat "---" separator lines as part of the following rev.  (Bug#14169)
17291 2013-04-27  Juri Linkov  <juri@jurta.org>
17293         * subr.el (read-number): Doc fix about using it by interactive
17294         code letter `n'.  (Bug#14254)
17296 2013-04-27  Juri Linkov  <juri@jurta.org>
17298         * desktop.el (desktop-auto-save-timeout): New option.
17299         (desktop-file-checksum): New variable.
17300         (desktop-save): Add optional arg `auto-save' and don't auto-save
17301         if nothing changed.
17302         (desktop-auto-save-timer): New variable.
17303         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
17304         (after-init-hook): Call `desktop-auto-save-set-timer'.
17305         Suggested by Reuben Thomas <rrt@sc3d.org> in
17306         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
17308 2013-04-27  Leo Liu  <sdl.web@gmail.com>
17310         * progmodes/octave.el (octave-function-file-p)
17311         (octave-skip-comment-forward, octave-function-file-comment)
17312         (octave-update-function-file-comment): New functions.
17313         (octave-mode-map): Bind C-c ; to
17314         octave-update-function-file-comment.
17315         (octave-mode-menu): Add octave-update-function-file-comment.
17316         (octave-mode, inferior-octave-mode): Fix doc-string.
17317         (octave-insert-defun): Conform to Octave's coding convention.
17318         (Bug#14285)
17320         * files.el (basic-save-buffer): Don't let errors in
17321         before-save-hook prevent saving buffer.
17323 2013-04-20  Roland Winkler  <winkler@gnu.org>
17325         * faces.el (read-face-name): Use completing-read if arg multiple
17326         is nil.
17328 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
17330         * ls-lisp.el (ls-lisp-insert-directory): If no files are
17331         displayed, move point to after the totals line.
17332         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
17333         for the details.
17335 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17337         * emacs-lisp/package.el (package-autoload-ensure-default-file):
17338         Add current dir to the load-path.
17339         (package-generate-autoloads): Don't rely on
17340         autoload-ensure-default-file.
17342 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
17344         * textmodes/remember.el (remember-store-in-files): Document that
17345         the file name format is passed to `format-time-string'.
17347 2013-04-26  Leo Liu  <sdl.web@gmail.com>
17349         * progmodes/octave.el (octave-sync-function-file-names): New function.
17350         (octave-mode): Use it in before-save-hook.
17352 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17354         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
17355         (bug#14274).
17357         * progmodes/octave.el (octave-smie-forward-token): Properly skip
17358         \n and comment, even if it's not an implicit ; (bug#14218).
17360 2013-04-26  Glenn Morris  <rgm@gnu.org>
17362         * subr.el (read-number): Once more use `read' rather than
17363         `string-to-number', to trap non-numeric input.  (Bug#14254)
17365 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
17367         * emacs-lisp/syntax.el (syntax-propertize-multiline):
17368         Use `syntax-multiline' text property consistently instead of
17369         `font-lock-multiline'.  (Bug#14237)
17371 2013-04-26  Glenn Morris  <rgm@gnu.org>
17373         * emacs-lisp/shadow.el (list-load-path-shadows):
17374         No longer necessary to check for duplicate simple.el, since
17375         2012-07-07 change to init_lread to not include installation lisp
17376         directories in load-path when running uninstalled.  (Bug#14270)
17378 2013-04-26  Leo Liu  <sdl.web@gmail.com>
17380         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
17381         (octave-mode, inferior-octave-mode): Use setq-local.
17382         (octave-not-in-string-or-comment-p): Rename to
17383         octave-in-string-or-comment-p.
17384         (octave-in-comment-p, octave-in-string-p)
17385         (octave-in-string-or-comment-p): Replace defsubst with defun.
17387 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17389         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
17391 2013-04-25  Bastien Guerry  <bzg@gnu.org>
17393         * textmodes/remember.el (remember-data-directory)
17394         (remember-directory-file-name-format): Fix custom types.
17396 2013-04-25  Leo Liu  <sdl.web@gmail.com>
17398         * progmodes/octave.el (octave-completion-at-point-function):
17399         Make use of inferior octave process.
17400         (octave-initialize-completions): Remove.
17401         (inferior-octave-completion-table): New function.
17402         (inferior-octave-completion-at-point): Use it.
17403         (octave-completion-alist): Remove.
17405 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17407         * progmodes/opascal.el: Use font-lock and syntax-propertize.
17408         (opascal-mode-syntax-table): New var.
17409         (opascal-literal-kind, opascal-is-literal-end)
17410         (opascal-literal-token-at): Rewrite.
17411         (opascal--literal-start-re, opascal-font-lock-keywords)
17412         (opascal--syntax-propertize): New constants.
17413         (opascal-font-lock-defaults): Adjust.
17414         (opascal-mode): Use them.  Set comment-<foo> variables as well.
17415         (delphi-comment-face, opascal-comment-face, delphi-string-face)
17416         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
17417         (delphi-other-face, opascal-other-face): Remove face variables.
17418         (opascal-save-state): Remove macro.
17419         (opascal-fontifying-progress-step): Remove constant.
17420         (opascal--ignore-changes): Remove var.
17421         (opascal-set-token-property, opascal-parse-next-literal)
17422         (opascal-is-stable-literal, opascal-complete-literal)
17423         (opascal-is-literal-start, opascal-face-of)
17424         (opascal-parse-region, opascal-parse-region-until-stable)
17425         (opascal-fontify-region, opascal-after-change)
17426         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
17427         (opascal-debug-parse-region, opascal-debug-parse-window)
17428         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
17429         (opascal-debug-fontify-buffer): Remove.
17430         (opascal-debug-mode-map): Adjust accordingly.
17432 2013-04-25  Leo Liu  <sdl.web@gmail.com>
17434         Merge octave-mod.el and octave-inf.el into octave.el with some
17435         cleanups.
17436         * progmodes/octave.el: New file renamed from octave-mod.el.
17437         * progmodes/octave-inf.el: Merged into octave.el.
17438         * progmodes/octave-mod.el: Renamed to octave.el.
17440 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
17442         * textmodes/reftex-vars.el
17443         (reftex-label-ignored-macros-and-environments): New defcustom.
17445         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
17447 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17449         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
17450         (smie-indent-keyword): Improve the check to ensure that the next
17451         comment is really on the same line.
17452         (smie-indent-comment): Don't align with a subsequent closer (or eob).
17454         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
17455         semi-colons if the line is not otherwise empty (bug#14218).
17457 2013-04-25  Glenn Morris  <rgm@gnu.org>
17459         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
17461 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17463         * progmodes/opascal.el (opascal-set-token-property): Rename from
17464         opascal-set-text-properties and only set `token' (bug#14134).
17465         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
17466         (opascal-literal-text-properties): Remove.
17467         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
17468         Adjust callers.
17470 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
17472         * textmodes/remember.el (remember-handler-functions): Add an
17473         option for a new handler `remember-store-in-files'.
17474         (remember-data-directory, remember-directory-file-name-format):
17475         New options.
17476         (remember-store-in-files): New function to store remember notes
17477         as separate files within a directory.
17479 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
17481         * progmodes/compile.el (compilation-next-error-function):
17482         Pass "formats" to compilation-find-file (bug#11777).
17484 2013-04-24  Glenn Morris  <rgm@gnu.org>
17486         * vc/vc-bzr.el (vc-bzr-print-log):
17487         * vc/vc-hg.el (vc-hg-print-log):
17488         * vc/vc-svn.el (vc-svn-print-log):
17489         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
17491         * vc/vc-bzr.el (vc-bzr-print-log):
17492         * vc/vc-cvs.el (vc-cvs-print-log):
17493         * vc/vc-git.el (vc-git-print-log):
17494         * vc/vc-hg.el (vc-hg-print-log):
17495         * vc/vc-mtn.el (vc-mtn-print-log):
17496         * vc/vc-rcs.el (vc-rcs-print-log):
17497         * vc/vc-sccs.el (vc-sccs-print-log):
17498         * vc/vc-svn.el (vc-svn-print-log):
17499         * vc/vc.el (vc-print-log-internal): Doc fixes.
17501 2013-04-23  Glenn Morris  <rgm@gnu.org>
17503         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
17504         Remove venerable code attempting to avoid substitute-command-keys.
17506 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
17508         * textmodes/reftex-vars.el (reftex-label-regexps):
17509         Call `reftex-compile-variables' after changes to this variable.
17511 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17513         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
17514         Use lexical-binding.
17515         (jit-lock-force-redisplay): Use markers, check buffer's continued
17516         existence and beware narrowed buffers.
17517         (jit-lock-fontify-now): Adjust call accordingly.
17519 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17521         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
17522         to avoid misleading the user.
17524 2013-04-22  Leo Liu  <sdl.web@gmail.com>
17526         * info-look.el: Prefer latex2e.info.  (Bug#14240)
17528 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
17530         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
17532         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
17533         * net/tramp.el (tramp-call-process): ... here.
17534         (tramp-set-completion-function, tramp-parse-putty):
17535         * net/tramp-adb.el (tramp-adb-execute-adb-command):
17536         * net/tramp-gvfs.el (tramp-gvfs-send-command):
17537         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
17538         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
17539         (tramp-call-local-coding-command): Use `tramp-call-process'
17540         instead of `tramp-compat-call-process'.
17542         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
17543         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
17544         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
17545         (tramp-find-inline-compress): Improve traces.
17546         (tramp-maybe-send-script): Check for Perl binary.
17547         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
17549 2013-04-22  Daiki Ueno  <ueno@gnu.org>
17551         * epg.el (epg-context-pinentry-mode): New function.
17552         (epg-context-set-pinentry-mode): New function.
17553         (epg--start): Pass --pinentry-mode option to gpg command.
17555 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
17557         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
17558         `comint-dynamic-complete' is obsolete since 24.1, replaced by
17559         `completion-at-point'.  (Bug#13774)
17561         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
17562         default key binding for `describe-distribution' has been moved to
17563         `C-h C-o'.  (Bug#13970)
17565 2013-04-21  Glenn Morris  <rgm@gnu.org>
17567         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
17568         Add doc strings.
17569         (vc-print-log): Clarify interactive prompt.
17571 2013-04-20  Glenn Morris  <rgm@gnu.org>
17573         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
17574         No longer include timestamp etc information.
17576 2013-04-20  Roland Winkler  <winkler@gnu.org>
17578         * faces.el (read-face-name): Bug fix, return just one face if arg
17579         multiple is nil.  (Bug#14209)
17581 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17583         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
17584         (remove-function): Autoload.
17586         * comint.el (comint-redirect-original-filter-function): Remove.
17587         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
17588         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
17589         (vc-cvs-annotate-command):
17590         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
17591         * progmodes/prolog.el (prolog-consult-compile):
17592         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
17593         Use add/remove-function instead.
17594         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
17595         (gud-tooltip-process-output, gud-tooltip-tips):
17596         Use add/remove-function instead.
17597         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
17598         (scheme-interaction-mode, exit-scheme-interaction-mode):
17599         Use add/remove-function instead.
17601         * vc/vc-dispatcher.el: Use lexical-binding.
17602         (vc--process-sentinel): Rename from vc-process-sentinel.
17603         Change last arg to be the code to run.  Don't use vc-previous-sentinel
17604         and vc-sentinel-commands any more.
17605         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
17606         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
17608 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
17610         * progmodes/sh-script.el (sh-imenu-generic-expression):
17611         Handle function names with a single character.  (Bug#14111)
17613 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
17615         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
17616         for subroutines defined in an eval (bug#14182).
17618 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17620         * bookmark.el (bookmark-completing-read): Improve handling of empty
17621         string (bug#14176).
17623 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17625         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
17627 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17629         New faster Imenu implementation (bug#14058).
17630         * progmodes/python.el (python-imenu-prev-index-position)
17631         (python-imenu-format-item-label-function)
17632         (python-imenu-format-parent-item-label-function)
17633         (python-imenu-format-parent-item-jump-label-function):
17634         New vars.
17635         (python-imenu-format-item-label)
17636         (python-imenu-format-parent-item-label)
17637         (python-imenu-format-parent-item-jump-label)
17638         (python-imenu--put-parent, python-imenu--build-tree)
17639         (python-imenu-create-index, python-imenu-create-flat-index)
17640         (python-util-popn): New functions.
17641         (python-mode): Set imenu-create-index-function to
17642         python-imenu-create-index.
17644 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17646         * winner.el (winner-active-region): Use region-active-p, activate-mark
17647         and deactivate-mark (bug#14225).
17649         * simple.el (deactivate-mark): Don't inline it.
17651 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
17653         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
17655 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
17657         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
17658         file extensions from the archive-mode entry in order to prefer
17659         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
17661 2013-04-18  Leo Liu  <sdl.web@gmail.com>
17663         * bindings.el (help-event-list): Add ?\?.
17665 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17667         * subr.el (with-wrapper-hook): Declare obsolete.
17668         * simple.el (filter-buffer-substring-function): New hook.
17669         (filter-buffer-substring): Use it.
17670         (filter-buffer-substring-functions): Mark obsolete.
17671         * minibuffer.el (completion-in-region-function): New hook.
17672         (completion-in-region): Use it.
17673         (completion-in-region-functions): Mark obsolete.
17674         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
17675         * abbrev.el (abbrev-expand-function): New hook.
17676         (expand-abbrev): Use it.
17677         (abbrev-expand-functions): Mark obsolete.
17678         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
17679         and :filter-return.
17681 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17683         * progmodes/python.el (python-nav--syntactically): Fix cornercases
17684         and do not care about match data.
17686 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17688         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
17689         completion tables when completing error conditions and
17690         `declare' arguments.
17691         (lisp-complete-symbol, field-complete): Mark as obsolete.
17692         (check-parens): Unmatched parens are user errors.
17693         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
17695 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
17697         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
17698         command changed buffer (ie. `flyspell-pre-buffer' is not current
17699         buffer), which prevents making decisions based on invalid value of
17700         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
17701         cause an error when `flyspell-pre-point' was nil after switching
17702         buffers.
17703         (flyspell-post-command-hook): No longer needs to change buffers when
17704         checking pre-word.  While at it remove unnecessary progn.
17706 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
17708         * textmodes/ispell.el (ispell-add-per-file-word-list):
17709         Fix `flyspell-correct-word-before-point' error when accepting
17710         words and `coment-padding' is an integer by using
17711         `comment-normalize-vars' (Bug #14214).
17713 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17715         New defun movement commands.
17716         * progmodes/python.el (python-nav--syntactically)
17717         (python-nav--forward-defun, python-nav-backward-defun)
17718         (python-nav-forward-defun): New functions.
17720 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17722         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
17723         (python-syntax-context): Use named compiler-macro for backwards
17724         compatibility with Emacs 24.x.
17726 2013-04-17  Leo Liu  <sdl.web@gmail.com>
17728         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
17729         octave-hide-process-buffer.
17731 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17733         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
17734         (bug#14216).
17736 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
17738         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
17739         Fix adjustment of offset when receiving incomplete responses from GDB
17740         (bug#14129).
17742 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17744         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
17745         python-mode-abbrev-table.
17746         (python-skeleton-define): Adjust accordingly.
17747         (python-mode-abbrev-table): New table that inherits from it so that
17748         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
17750         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
17751         (abbrev-symbol): Use it.
17752         (abbrev--before-point): Use it since we already handle inheritance.
17754 2013-04-16  Leo Liu  <sdl.web@gmail.com>
17756         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
17757         binding to info-lookup-symbol.
17759 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
17761         * minibuffer.el (completion--twq-all):
17762         * term/ns-win.el (ns-initialize-window-system):
17763         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
17765 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17767         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
17768         global bindings.
17770         * doc-view.el (doc-view-start-process): Handle url-handler directories.
17772 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
17774         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
17775         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
17776         to nil.
17777         (ruby-end-of-defun): Remove the unused arg, change the docstring
17778         to reflect that this function is only used as the value of
17779         `end-of-defun-function'.
17780         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
17781         to reflect an earlier change that beginning/end-of-defun functions
17782         jump between methods in a class definition, as well as top-level
17783         functions.
17785 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17787         * minibuffer.el (minibuffer-complete): Don't just scroll
17788         a *Completions* that's been iconified.
17789         (minibuffer-force-complete): Make sure repetitions do cycle when going
17790         through completion-in-region -> minibuffer-complete.
17792 2013-04-15  Alan Mackenzie  <acm@muc.de>
17794         Correct the placement of c-cpp-delimiters when there're #s not at
17795         col 0.
17797         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17798         place a submatch around the #.
17799         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17800         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
17801         on the #, not BOL.
17803 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17805         * emacs-lisp/nadvice.el: Properly test names when adding advice.
17806         (advice--member-p): New arg `name'.
17807         (advice--add-function, advice-member-p): Use it (bug#14202).
17809 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
17811         Reformulate java imenu-generic-expression.
17812         The old expression contained ill formed regexps.
17814         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17815         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17816         (cc-imenu-java-method-arg-regexp): New defconsts.
17817         (cc-imenu-java-build-type-args-regex): New defun.
17818         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17819         handling of spaces in the regexp.
17821 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17823         * textmodes/ispell.el (ispell-command-loop): Remove
17824         flyspell highlight of a word when ispell accepts it (bug #14178).
17826 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
17828         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17829         uses code from the previous `ange-ftp-run-real-handler'.
17830         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17831         only in case that function exist.  This is needed for proper
17832         unloading of Tramp.
17834 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
17836         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17838         * textmodes/reftex.el (reftex-compile-variables): Use it.
17840 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17842         * files.el (normal-mode): Only use default major-mode if no other mode
17843         was specified.
17845         * emacs-lisp/trace.el (trace-values): New function.
17847         * files.el: Allow : in local variables (bug#14089).
17848         (hack-local-variable-regexp): New var.
17849         (hack-local-variables-prop-line, hack-local-variables): Use it.
17851 2013-04-13  Roland Winkler  <winkler@gnu.org>
17853         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
17854         data before it gets modified by bibtex-beginning-of-entry.
17856 2013-04-13  Roland Winkler  <winkler@gnu.org>
17858         * textmodes/bibtex.el (bibtex-url): Doc fix.
17860 2013-04-13  Roland Winkler  <winkler@gnu.org>
17862         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17863         does not visit a BibTeX file, exclude it from the list of buffers
17864         returned by bibtex-initialize.
17866 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
17868         * window.el (split-window): Remove interactive form, since as a
17869         command this function is a special case of split-window-below.
17870         Correct doc string.
17872 2013-04-12  Roland Winkler  <winkler@gnu.org>
17874         * faces.el (read-face-name): Do not override value of arg default.
17875         Allow single faces and strings as default values.  Remove those
17876         elements from return value that are not faces.
17877         (describe-face): Simplify.
17878         (face-at-point): New optional args thing and multiple so that this
17879         function can provide the same functionality previously provided by
17880         read-face-name.
17881         (make-face-bold, make-face-unbold, make-face-italic)
17882         (make-face-unitalic, make-face-bold-italic, invert-face)
17883         (modify-face, read-face-and-attribute): Use face-at-point.
17885         * cus-edit.el (customize-face, customize-face-other-window)
17886         * cus-theme.el (custom-theme-add-face)
17887         * face-remap.el (buffer-face-set)
17888         * facemenu.el (facemenu-set-face): Use face-at-point.
17890 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
17892         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17894 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
17896         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17897         off leading { and trailing } from field values.
17899 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17901         * emacs-lisp/timer.el (timer--check): New function.
17902         (timer--time, timer-set-function, timer-event-handler): Use it.
17903         (timer-set-idle-time): Simplify.
17904         (timer--activate): CSE.
17905         (timer-event-handler): Give more info in error message.
17906         (internal-timer-start-idle): New function, moved from C.
17908         * mpc.el (mpc-proc): Add `restart' argument.
17909         (mpc-proc-cmd): Use it.
17910         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17911         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17912         less often.
17914 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
17916         * progmodes/sh-script.el: Implement `sh-mode' own
17917         `add-log-current-defun-function' (bug#14112).
17918         (sh-current-defun-name): New function.
17919         (sh-mode): Use the function.
17921 2013-04-09  Bastien Guerry  <bzg@gnu.org>
17923         * simple.el (choose-completion-string): Fix docstring (bug#14163).
17925 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17927         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17929         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17930         timer (bug#14156).
17932 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
17934         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17935         declaration.
17937 2013-04-07  Leo Liu  <sdl.web@gmail.com>
17939         * pcmpl-x.el: New file.
17941 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
17943         Do not set x-display-name until X connection is established.
17944         This is needed to prevent from weird situation described at
17945         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17946         * frame.el (make-frame): Set x-display-name after call to
17947         window system initialization function, not before.
17948         * term/x-win.el (x-initialize-window-system): Add optional
17949         display argument and use it.
17950         * term/w32-win.el (w32-initialize-window-system):
17951         * term/ns-win.el (ns-initialize-window-system):
17952         * term/pc-win.el (msdos-initialize-window-system):
17953         Add compatible optional display argument.
17955 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
17957         * files.el (normal-backup-enable-predicate): On MS-Windows and
17958         MS-DOS compare truenames of temporary-file-directory and of the
17959         file, so that 8+3 aliases (usually found in $TEMP on Windows)
17960         don't fail comparison by compare-strings.  Also, compare file
17961         names case-insensitively on MS-Windows and MS-DOS.
17963 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17965         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17966         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17968 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
17970         * whitespace.el (whitespace-color-on, whitespace-color-off):
17971         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17973 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
17975         * ispell.el (ispell-set-spellchecker-params):
17976         Really set `ispell-args' for all equivs.
17978 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17980         * ido.el (ido-completions): Use extra elements of ido-decorations
17981         (bug#14143).
17982         (ido-decorations): Update docstring.
17984 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
17986         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17987         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17988         nil during initialization, in order not to miss changes since the
17989         file was opened.  (Bug#14140)
17991 2013-04-05  Leo Liu  <sdl.web@gmail.com>
17993         * kmacro.el (kmacro-call-macro): Fix bug#14135.
17995 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
17997         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
17999 2013-04-04  Glenn Morris  <rgm@gnu.org>
18001         * electric.el (electric-pair-inhibit-predicate): Add :version.
18003 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18005         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
18006         when a package is required several times (bug#14082).
18008 2013-04-04  Roland Winkler  <winkler@gnu.org>
18010         * faces.el (read-face-name): Behave as promised by the docstring.
18011         Assume that arg default is a list of faces.
18012         (describe-face): Call read-face-name with list of default faces.
18014 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18016         * bookmark.el: Fix deletion of bookmarks (bug#13972).
18017         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
18018         (bookmark-bmenu-execute-deletions): Only skip first line if it's
18019         the header.
18020         (bookmark-exit-hook-internal): Save even if list is empty.
18022 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
18024         * emacs-lisp/package.el (package-pinned-packages): New var.
18025         (package--add-to-archive-contents): Obey it (bug#14118).
18027 2013-04-03  Alan Mackenzie  <acm@muc.de>
18029         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
18030         Also adapt to the new values of element 7 of a parse state.
18032         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
18033         parameter `not-in-delimiter'.  Handle being inside comment opener.
18034         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
18035         character in case we're typing a '*' after a '/'.
18036         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
18037         instead by passing the parameter to c-state-pp-to-literal.
18039         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
18040         for elt. 7 of a parse state.
18042 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
18044         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
18045         * international/latin1-disp.el, international/mule-util.el:
18046         * language/cyril-util.el, language/european.el, language/ind-util.el:
18047         * language/lao-util.el, language/thai.el, language/tibet-util.el:
18048         * language/tibetan.el, language/viet-util.el:
18049         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
18051 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18053         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
18054         (electric-pair-post-self-insert-function): Use it.
18055         (electric-pair-default-inhibit): New function, extracted from
18056         electric-pair-post-self-insert-function.
18058 2013-03-31  Roland Winkler  <winkler@gnu.org>
18060         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
18062 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18064         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
18066 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
18068         Un-indent after "pass" and "return" statements (Bug#13888)
18069         * progmodes/python.el (python-indent-block-enders): New var.
18070         (python-indent-calculate-indentation): Use it.
18072 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
18074         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
18075         defun.  Defining it as defalias could introduce too eager
18076         byte-compiler optimization.  (Bug#14030)
18078 2013-03-30  Chong Yidong  <cyd@gnu.org>
18080         * iswitchb.el (iswitchb-read-buffer): Fix typo.
18082 2013-03-30  Leo Liu  <sdl.web@gmail.com>
18084         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
18085         (kmacro-execute-from-register): Pass the keyboard macro to
18086         kmacro-call-macro or repeating won't work correctly.
18088 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
18090         * progmodes/subword.el: Back to using `forward-symbol'.
18092         * subr.el (forward-whitespace, forward-symbol)
18093         (forward-same-syntax): Move from thingatpt.el.
18095 2013-03-29  Leo Liu  <sdl.web@gmail.com>
18097         * kmacro.el (kmacro-to-register): New command.
18098         (kmacro-execute-from-register): New function.
18099         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
18101 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18103         * mpc.el: Use defvar-local and setq-local.
18104         (mpc--proc-connect): Connection failures are not bugs.
18105         (mpc-mode-map): `follow-link' only applies to the buffer's content.
18106         (mpc-volume-map): Bind to the up-events.
18108 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18110         * progmodes/subword.el (superword-mode): Use `forward-sexp'
18111         instead of `forward-symbol'.
18113 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18115         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
18116         (edebug--recursive-edit): Use it.
18117         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
18118         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
18120 2013-03-28  Leo Liu  <sdl.web@gmail.com>
18122         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
18124 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
18126         * facemenu.el (list-colors-callback): New defvar.
18127         (list-colors-redisplay): New function.
18128         (list-colors-display): Install list-colors-redisplay as the
18129         revert-buffer-function.  (Bug#14063)
18131 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18133         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
18134         and suffixes don't overlap (bug#14061).
18136         * case-table.el: Use lexical-binding.
18137         (case-table-get-table): New function.
18138         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
18140 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
18142         * progmodes/subword.el: Add `superword-mode' to do word motion
18143         over symbol_words (parallels and leverages `subword-mode' which
18144         does word motion inside MixedCaseWords).
18146 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
18148         * eshell/em-unix.el: Move su and sudo to...
18149         * eshell/em-tramp.el: ...Eshell tramp module.
18151 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18153         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
18154         Change return value to be a sexp.  Delay `get-buffer' to after
18155         restoring the desktop (bug#13951).
18157 2013-03-26  Leo Liu  <sdl.web@gmail.com>
18159         * register.el: Move semantic tag handling back to
18160         cedet/semantic/senator.el.  (Bug#14052)
18162 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18164         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
18165         into the prompt either (bug#13963).
18167 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18169         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
18170         part of "(error-foo)".
18172 2013-03-24  Juri Linkov  <juri@jurta.org>
18174         * replace.el (list-matching-lines-prefix-face): New defcustom.
18175         (occur-1): Pass `list-matching-lines-prefix-face' to the function
18176         `occur-engine' if `face-differs-from-default-p' returns t.
18177         (occur-engine): Add `,' inside backquote construct to evaluate
18178         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
18179         Pass `prefix-face' to the functions `occur-context-lines' and
18180         `occur-engine-add-prefix'.
18181         (occur-engine-add-prefix, occur-context-lines): Add optional arg
18182         `prefix-face' and propertize the prefix with `prefix-face'.
18183         (Bug#14017)
18185 2013-03-24  Leo Liu  <sdl.web@gmail.com>
18187         * nxml/rng-valid.el (rng-validate-while-idle)
18188         (rng-validate-quick-while-idle): Guard against deleted buffer.
18189         (Bug#13999)
18191         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
18192         is the last entry in kill-buffer-hook.
18194         * files.el (kill-buffer-hook): Doc fix.
18196 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
18198         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
18199         Make it safe-local.
18201         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
18203 2013-03-23  Leo Liu  <sdl.web@gmail.com>
18205         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
18206         Remove.
18208         * nxml/rng-valid.el (rng-validate-mode)
18209         (rng-after-change-function, rng-do-some-validation):
18210         * nxml/rng-maint.el (rng-validate-buffer):
18211         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
18212         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
18213         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
18214         (nxml-extend-after-change-region): Use with-silent-modifications.
18216         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
18217         timer-idle-list.
18219         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
18220         (rng-next-error-1, rng-previous-error-1): Do not let-bind
18221         timer-idle-list.  (Bug#13999)
18223 2013-03-23  Juri Linkov  <juri@jurta.org>
18225         * info.el (info-index-match): New face.
18226         (Info-index, Info-apropos-matches): Add a nested subgroup to the
18227         main pattern and add text properties with the new face to matches
18228         in index entries relative to the beginning of the index entry.
18229         (Bug#14015)
18231 2013-03-21  Eric Ludlam  <zappo@gnu.org>
18233         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
18234         Inhibit read only while inserting objects.
18236 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
18238         * progmodes/cfengine.el: Update docs to mention
18239         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
18240         symbol motion.  Remove "_" from the word syntax.
18242 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
18244         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
18245         syntax for both `cfengine2-mode' and `cfengine3-mode'.
18247 2013-03-20  Juri Linkov  <juri@jurta.org>
18249         * info.el (Info-next-reference-or-link)
18250         (Info-prev-reference-or-link): New functions.
18251         (Info-next-reference, Info-prev-reference): Use them.
18252         (Info-try-follow-nearest-node): Handle footnote navigation.
18253         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
18255 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18257         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
18258         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
18260 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
18262         Suppress unnecessary non-ASCII chatter during build process.
18263         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
18264         (batch-skkdic-convert): Suppress most of the chatter.
18265         It's not needed so much now that machines are faster,
18266         and its non-ASCII component was confusing; see Dmitry Gutov in
18267         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
18269 2013-03-20  Leo Liu  <sdl.web@gmail.com>
18271         * ido.el (ido-chop): Fix bug#10994.
18273 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
18275         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
18276         Remove vars.
18277         (whitespace-color-on, whitespace-color-off):
18278         Use `font-lock-fontify-buffer' (Bug#13817).
18280 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18282         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
18283         remapping in mode-line.
18284         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
18286 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
18288         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
18289         value for `whitespace-line' face (Bug#13875).
18290         (whitespace-font-lock-keywords): Change description.
18291         (whitespace-color-on): Don't save `font-lock-keywords' value, save
18292         the constructed keywords instead.
18293         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
18295 2013-03-19  Leo Liu  <sdl.web@gmail.com>
18297         * progmodes/compile.el (compilation-display-error): New command.
18298         (compilation-mode-map, compilation-minor-mode-map): Bind it to
18299         C-o.  (Bug#13992)
18301 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18303         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
18305 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
18307         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
18309 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
18311         * net/tramp-compat.el (tramp-compat-user-error): New defun.
18313         * net/tramp-adb.el (tramp-adb-handle-shell-command):
18314         * net/tramp-gvfs.el (top):
18315         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
18316         (tramp-handle-shell-command): Use it.
18317         (tramp-dissect-file-name): Raise an error when hostname is a
18318         method name, and neither method nor user is specified.
18320         * net/trampver.el: Update release number.
18322 2013-03-18  Leo Liu  <sdl.web@gmail.com>
18324         Make sure eldoc can be turned off properly.
18325         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
18326         eldoc-mode.
18327         (eldoc-display-message-p): Revert last change.
18328         (eldoc-display-message-no-interference-p)
18329         (eldoc-print-current-symbol-info): Tweak.
18331 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
18333         * doc-view.el (doc-view-new-window-function): Check the new window
18334         overlay's display property instead the char property of the
18335         buffer's first char.  Use `with-selected-window' instead of
18336         `save-window-excursion' with `select-window'.
18337         (doc-view-document->bitmap): Check the current doc-view overlay's
18338         display property instead the char property of the buffer's first char.
18340 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18342         Automate the build of ja-dic.el (Bug#13984).
18343         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
18344         from the input, rather than assume that it's been done for us by the
18345         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
18346         the current date into a ja-dic.el comment, as that complicates
18347         regression testing.
18349 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18351         * whitespace.el: Fix double evaluation.
18352         (whitespace-space, whitespace-hspace, whitespace-tab)
18353         (whitespace-newline, whitespace-trailing, whitespace-line)
18354         (whitespace-space-before-tab, whitespace-indentation)
18355         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
18356         obsolete defvars.
18357         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
18358         (whitespace-color-on): Use a single font-lock-add-keywords call.
18359         Fix double-evaluation of face variables.
18361 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
18363         * net/tramp-adb.el (tramp-adb-parse-device-names):
18364         Use `start-process' instead of `call-process'.  Otherwise, the
18365         function might be blocked under MS Windows.  (Bug#13299)
18367 2013-03-17  Leo Liu  <sdl.web@gmail.com>
18369         Extend eldoc to display info in the mode-line.  (Bug#13978)
18370         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
18371         (eldoc-mode-line-string): New variable.
18372         (eldoc-minibuffer-message): New function.
18373         (eldoc-message-function): New variable.
18374         (eldoc-message): Use it.
18375         (eldoc-display-message-p)
18376         (eldoc-display-message-no-interference-p):
18377         Support eldoc-post-insert-mode.
18379         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
18380         (eval-expression): Run it.
18382 2013-03-17  Roland Winkler  <winkler@gnu.org>
18384         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
18385         strings in the list of return values.
18387 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
18389         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
18390         radix before checking for HMS forms.
18392 2013-03-16  Leo Liu  <sdl.web@gmail.com>
18394         * progmodes/scheme.el: Add indentation and font-locking for λ.
18395         (Bug#13975)
18397 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18399         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
18400         token before point (bug#13942).
18402 2013-03-16  Leo Liu  <sdl.web@gmail.com>
18404         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
18406 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
18408         * startup.el (command-line-normalize-file-name): Fix handling of
18409         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
18410         <xfq.free@gmail.com> in
18411         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
18413 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
18415         Sync with Tramp 2.2.7.
18417         * net/trampver.el: Update release number.
18419 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
18421         * doc-view.el: Fix bug#13887.
18422         (doc-view-insert-image): Don't modify overlay associated to
18423         non-live windows, and implement horizontal centering of image in
18424         case it's smaller than the window.
18425         (doc-view-new-window-function): Force redisplay of new windows on
18426         doc-view buffers.
18428 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
18430         * saveplace.el (save-place-alist-to-file): Don't sort
18431         `save-place-alist', just pretty-print it (bug#13882).
18433 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
18435         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
18436         Check whether `default-file-name-coding-system' is bound.
18437         It isn't in XEmacs.
18439 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18441         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
18442         backquotes for `obsolete' (bug#13929).
18444         * international/mule.el (find-auto-coding): Include file name in
18445         obsolescence warning (bug#13922).
18447 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
18449         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
18450         for CFEngine 3-specific indentation.
18451         (cfengine3-indent-line): Use it.  Fix up category regex.
18452         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
18454 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18456         * type-break.el (type-break-file-name):
18457         * textmodes/remember.el (remember-data-file):
18458         * strokes.el (strokes-file):
18459         * shadowfile.el (shadow-initialize):
18460         * saveplace.el (save-place-file):
18461         * ps-bdf.el (bdf-cache-file):
18462         * progmodes/idlwave.el (idlwave-config-directory):
18463         * net/quickurl.el (quickurl-url-file):
18464         * international/kkc.el (kkc-init-file-name):
18465         * ido.el (ido-save-directory-list-file):
18466         * emulation/viper.el (viper-custom-file-name):
18467         * emulation/vip.el (vip-startup-file):
18468         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
18469         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
18471 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
18473         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
18474         * language/thai-word.el: Switch to UTF-8.
18476 See ChangeLog.16 for earlier changes.
18478 ;; Local Variables:
18479 ;; coding: utf-8
18480 ;; End:
18482   Copyright (C) 2011-2014 Free Software Foundation, Inc.
18484   This file is part of GNU Emacs.
18486   GNU Emacs is free software: you can redistribute it and/or modify
18487   it under the terms of the GNU General Public License as published by
18488   the Free Software Foundation, either version 3 of the License, or
18489   (at your option) any later version.
18491   GNU Emacs is distributed in the hope that it will be useful,
18492   but WITHOUT ANY WARRANTY; without even the implied warranty of
18493   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18494   GNU General Public License for more details.
18496   You should have received a copy of the GNU General Public License
18497   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.