New if-let, when-let, thread-first and thread-last macros.
[emacs.git] / lisp / ChangeLog
blob56e53ee673c749fc07cb9b79620746067aaa0c42
1 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         New if-let, when-let, thread-first and thread-last macros.
5         * emacs-lisp/subr-x.el
6         (internal--listify, internal--check-binding)
7         (internal--build-binding-value-form, internal--build-binding)
8         (internal--build-bindings): New functions.
9         (internal--thread-argument, thread-first, thread-last)
10         (if-let, when-let): New macros.
12 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
14         * net/rcirc.el (rcirc-buffer-process): Restore previous
15         behaviour.  (Bug#17772)
17 2014-06-29  Alan Mackenzie  <acm@muc.de>
19         Don't call c-parse-state when c++-template-syntax-table is active.
20         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
21         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
22         c-syntactic-skip-backwards isn't called with the pertinent syntax
23         table.
25 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
27         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
28         account for file-wide setting of todo-top-priorities-overrides.
29         Make code a bit cleaner.
31 2014-06-28  Glenn Morris  <rgm@gnu.org>
33         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
35 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
37         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
38         category-wide setting of todo-top-priorities-overrides, check for
39         a file-wide setting and fontify accordingly.
41 2014-06-28  Glenn Morris  <rgm@gnu.org>
43         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
45 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
49 2014-06-28  K. Handa  <handa@gnu.org>
51         Fix Bug#17739.
53         * composite.el: Setup composition-function-table for dotted circle.
54         (compose-gstring-for-dotted-circle): New function.
56         * international/characters.el: Add category "^" to all
57         non-spacing characters.
59 2014-06-28  Glenn Morris  <rgm@gnu.org>
61         * Makefile.in (doit): Remove force rule.
62         (custom-deps, finder-data, autoloads, update-subdirs)
63         (compile-one-process): PHONY targets do not need force rules.
65         * Makefile.in (compile-main, compile, compile-always):
66         No need to explicitly pass variables to ourself in recursive calls.
68 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
72 2014-06-26  Glenn Morris  <rgm@gnu.org>
74         * Makefile.in (update-authors): Update for moved authors.el.
76 2014-06-26  Leo Liu  <sdl.web@gmail.com>
78         * skeleton.el (skeleton-end-hook): Default to nil and move the
79         work to skeleton-insert.  (Bug#17850)
81 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
83         * calc/calc-alg.el (math-beforep):
84         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
85         Simplify because string-lessp can accept symbols as args.
87 2014-06-26  Daiki Ueno  <ueno@gnu.org>
89         * emacs-lisp/package.el (package--check-signature):
90         If package-check-signature is allow-unsigned, don't signal error when
91         we can't verify signature because of missing public key
92         (bug#17625).
94 2014-06-26  Glenn Morris  <rgm@gnu.org>
96         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
97         Remove outdated declaration.
99         * emacs-lisp/authors.el (authors-valid-file-names)
100         (authors-renamed-files-alist): Additions.
102 2014-06-26  Leo Liu  <sdl.web@gmail.com>
104         * textmodes/picture.el (picture-set-tab-stops):
105         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
106         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
108         * progmodes/asm-mode.el (asm-calculate-indentation):
109         Use indent-next-tab-stop.
111         * indent.el (indent-accumulate-tab-stops): New function.
113 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
116         (package-desc-status): Obey it.
118 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
120         * calendar/todo-mode.el: Fix two bugs.
121         (todo-insert-item--basic): If user cancels item insertion to
122         another category before setting priority, show original category
123         whether it is in the same or a different file.
124         (todo-set-item-priority): After selecting category, instead of
125         moving point to top, which extends an active region, restore it.
127 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
129         * help-fns.el (describe-function-1): Check file-name is a string before
130         calling help-fns--autoloaded-p (bug#17564).
132 2014-06-26  Juri Linkov  <juri@jurta.org>
134         * desktop.el (desktop-auto-save-enable)
135         (desktop-auto-save-disable): New functions.
136         (desktop-save-mode, desktop-auto-save-timeout): Use them.
137         (desktop-read): Disable the autosave before loading the desktop,
138         and enable afterwards.  (Bug#17351)
140 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
142         Fix some indentation problem with \; and pipes (bug#17842).
143         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
144         (sh-smie--default-forward-token, sh-smie--default-backward-token):
145         New functions.
146         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
147         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
148         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
150 2014-06-26  Glenn Morris  <rgm@gnu.org>
152         * emacs-lisp/find-func.el (find-function-C-source-directory):
153         Use file-accessible-directory-p.
155         * ps-samp.el: Make it slightly less awful.
156         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
157         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
158         Only set local values.
159         (ps-article-subject, ps-article-author): Use standard functions
160         like mail-fetch-field.
161         (ps-info-file, ps-info-node): Use match-string.
162         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
163         (ps-samp-ps-setup): ... new function.
165         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
166         Optimize away code unneeded on any modern Emacs.
168         * emacs-lisp/authors.el: Move to ../admin.
170         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
172 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
174         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
175         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
176         performance enhancements.
177         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
178         expansion.
179         (hif-factor, hif-string-concatenation, intern-safe): Support string
180         concatenation and argumented macro expansion.
181         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
182         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
183         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
184         (hif-canonicalize-tokens, hif-place-macro-invocation)
185         (hif-parse-macro-arglist): Mostly new functions for supporting
186         argumented macro expansion.
187         (hif-string-concatenation, hif-stringify, hif-token-concat)
188         (hif-token-stringification, hif-token-concatenation):
189         Stringification and concatenation.
190         (hif-find-next-relevant): Fix comments.
191         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
192         some cases involving #elif.
193         (hif-find-define, hif-add-new-defines): New functions for automatically
194         scanning of defined symbols.
195         (hide-ifdef-guts): Fix for defined symbol auto scanning.
196         (hide-ifdef-undef): Fix behavior to match CPP.
198 2014-06-25  Glenn Morris  <rgm@gnu.org>
200         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
201         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
202         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
203         files.  They are not relevant to the original issue (bug#1004),
204         and cause unnecessary recompilation (bug#2151).
206 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * play/landmark.el: Use lexical-binding and avoid `intangible'.
209         (landmark--last-pos): New var.
210         (landmark--intangible-chars): New const.
211         (landmark--intangible): New function.
212         (landmark-mode, landmark-move): Use it.
213         (landmark-mode): Remove properties.
214         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
215         (landmark-cross-qtuple):
216         Don't worry about `intangible' any more.
217         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
218         (landmark-init-display): Don't set `intangible' and `point-entered'.
219         (square): Remove.  Inline it instead.
220         (landmark--distance): Rename from `distance'.
221         (landmark-calc-distance-of-robot-from): Rename from
222         calc-distance-of-robot-from.
223         (landmark-calc-smell-internal): Rename from calc-smell-internal.
225 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
227         * files.el (dir-locals-find-file, file-relative-name):
228         * info.el (Info-complete-menu-item):
229         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
230         to compare-strings to avoid out-of-range errors.
231         * subr.el (string-prefix-p): Adjust to match strict range
232         checking in compare-strings.
234 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
236         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
237         for comment lines non-greedy and stopping at newlines to fix stack
238         overflows with large files.
240 2014-06-24  Eli Barzilay  <eli@barzilay.org>
242         * calculator.el (calculator-last-input): Drop 'ascii-character property
243         lookup.
245 2014-06-24  Leo Liu  <sdl.web@gmail.com>
247         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
248         tab-stop-list to nil.  (Bug#16381)
250         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
251         (indent-rigidly-left-to-tab-stop)
252         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
253         (move-to-tab-stop): Change callers.
255 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
257         * skeleton.el (skeleton-insert): Yet another fix of the doc string
258         wrt behavior of \n as the first/last element of a skeleton.
260 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
262         * net/tramp-adb.el (tramp-adb-handle-process-file):
263         * net/tramp-sh.el (tramp-sh-handle-process-file):
264         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
265         the output buffer when DISPLAY is non-nil.  (Bug#17815)
267 2014-06-24  Glenn Morris  <rgm@gnu.org>
269         * play/landmark.el (landmark-move-down, landmark-move-up):
270         Fix 2007-10-20 change - preserve horizontal position.
272 2014-06-23  Sam Steingold  <sds@gnu.org>
274         * simple.el (kill-append): Remove undo boundary depending on ...
275         (kill-append-merge-undo): New user option.
277 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * simple.el (handle-shift-selection, exchange-point-and-mark)
280         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
281         (transient-mark-mode): Use&set the global value.
282         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
283         * emulation/edt.el (edt-emulation-off): Save&restore the global
284         transient-mark-mode setting.
285         * obsolete/pc-select.el (pc-selection-mode): Use the
286         transient-mark-mode function.
288 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
290         * international/fontset.el (script-representative-chars):
291         Add representative characters for scripts added in Unicode 7.0.
292         (otf-script-alist): Synchronize with the latest registry of OTF
293         script tags.
295         * international/characters.el (char-script-table): Update for
296         scripts added and codepoint ranges changed in Unicode 7.0.
298 2014-06-23  Eli Barzilay  <eli@barzilay.org>
300         * calculator.el (calculator-standard-displayer): Fix bug in use of
301         `calculator-groupize-number'.
302         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
303         `eval' code, so it works in v24.3.1 too.
304         (calculator-last-input): Comment to clarify purpose.
306 2014-06-22  Mario Lang  <mlang@delysid.org>
308         * textmodes/rst.el (rst-comment-region): From from -> from.
310         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
312 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
314         * electric.el (electric-layout-post-self-insert-function):
315         * emacs-lisp/ert.el (ert--insert-infos):
316         * obsolete/vi.el (vi-set-mark):
317         * term.el (term-handle-scroll):
318         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
319         * wid-edit.el (widget-editable-list-value-create):
320         Prefer point-marker to copy-marker of point.
322 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
324         Fix completion retrieval parsing (bug#17209).
325         * progmodes/python.el (python-mode):
326         (python-util-strip-string): New function.
327         (python-shell-completion-get-completions): Use it.
329 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
331         * skeleton.el (skeleton-insert): Fix last change.
333 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
335         Enhancements for outline integration (bug#17796).
336         * progmodes/python.el (python-mode): Properly set
337         outline-heading-end-regexp so that comments after colons for
338         defuns are supported.
340 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
342         * skeleton.el (skeleton-insert): Doc fix.
344 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
347         (smie-config-guess): Use smie-config-local so the rules are obeyed
348         (bug#17818).
350         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
351         since it's already done inside the loop (bug#17819).
353 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
355         * mouse.el (mouse-drag-line): Re-remove code initially removed
356         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
357         (Bug#17819).
359 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
362         align with the surrounding parent (bug#17721).
364 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
366         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
367         locally to nil.
368         (texinfo-insert-block, texinfo-insert-@end)
369         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
370         local setting of skeleton-end-newline by adding an explicit \n to
371         the skeletons where appropriate.  (Bug#17801)
373 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
376         (smie-indent--hanging-p): Use it.
377         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
379 2014-06-21  Leo Liu  <sdl.web@gmail.com>
381         * simple.el (read-quoted-char): Don't let help chars pop up help
382         buffer.  (Bug#16617)
384 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
386         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
387         for | (bug#17621).
389         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
390         Drop unknown events instead of burping.
392 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
394         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
395         and later.  (Bug#17790)
397 2014-06-21  Juri Linkov  <juri@jurta.org>
399         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
400         to `soft'.  (Bug#17554)
402 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
405         (bug#17737).
407 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
409         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
410         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
412 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
414         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
415         `unread-command-events'.
417 2014-06-19  William Xu  <william.xwl@gmail.com>
419         * progmodes/hideif.el (hif-string-to-number): Don't return float for
420         hex integer constants (bug#17807).
422 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * international/mule-util.el (truncate-string-ellipsis): New var.
425         (truncate-string-to-width): Use it.
427 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
429         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
430         (lisp-string-in-doc-position-p): New function, extracted from
431         lisp-font-lock-syntactic-face-function.
432         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
434 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
436         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
438 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
440         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
441         (bubbles--game-over): Don't add `intangible' properties since they
442         didn't work anyway.
444 2014-06-18  Juri Linkov  <juri@jurta.org>
446         * vc/ediff-init.el (ediff-current-diff-Ancestor)
447         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
448         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
449         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
450         Add `min-colors 88' version with removed black/white foregrounds.
451         (Bug#10181)
453 2014-06-18  Juri Linkov  <juri@jurta.org>
455         * vc/diff-mode.el (diff-changed): Empty face definition to use
456         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
457         (diff-context): Use darker color on light background and
458         lighter color on dark background.
460 2014-06-18  Juri Linkov  <juri@jurta.org>
462         * vc/diff-mode.el (diff-refine-changed): Rename from
463         `diff-refine-change' for consistency with `diff-changed'.
464         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
466         * vc/smerge-mode.el (smerge-refined-changed): Rename from
467         `smerge-refined-change'.
468         (smerge-refined-change): Add obsolete face alias.
470 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
472         * rect.el (rectangle-preview): New custom.
473         (rectangle): New group.
474         (rectangle--pos-cols): Add `window' argument.
475         (rectangle--string-preview-state, rectangle--string-preview-window):
476         New vars.
477         (rectangle--string-flush-preview, rectangle--string-erase-preview)
478         (rectangle--space-to, rectangle--string-preview): New functions.
479         (string-rectangle): Use them.
480         (rectangle--inhibit-region-highlight): New var.
481         (rectangle--highlight-for-redisplay): Obey it.  Make sure
482         `apply-on-region' uses the point-crutches of the right window.
483         Use :align-to rather than multiple spaces.
485 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
487         * ruler-mode.el (ruler-mode-window-col)
488         (ruler-mode-mouse-set-left-margin)
489         (ruler-mode-mouse-set-right-margin): Fix calculation of column
490         from mouse position (Bug#17768).
492 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
494         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
495         without varname or rhs causes crash.
496         (dun-ftp): Fix bug where blank ftp password is allowed, making it
497         impossible to win endgame.
498         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
499         rlogin is anymore.
500         (dun-help): Bump version number; update contact info.
502 2014-06-15  Eli Barzilay  <eli@barzilay.org>
504         * calculator.el (calculator-prompt, calculator-remove-zeros)
505         (calculator-mode-hook, calculator-operators, calculator-stack)
506         (calculator-mode): Tweak docstring.
507         (calculator-user-operators): Tweak docstring, fix a bug in the last
508         example.
509         (calculator-displayer): `std' case has an optional boolean.
510         (calculator-displayers): Use the new boolean to group in decimal mode.
511         (calculator-mode-map, calculator, calculator-message)
512         (calculator-op-arity, calculator-add-operators)
513         (calculator-string-to-number, calculator-displayer-prev)
514         (calculator-displayer-next, calculator-remove-zeros)
515         (calculator-eng-display, calculator-number-to-string)
516         (calculator-update-display, calculator-last-input)
517         (calculator-clear-fragile, calculator-digit, calculator-decimal)
518         (calculator-exp, calculator-saved-move, calculator-clear)
519         (calculator-copy, calculator-put-value, calculator-help)
520         (calculator-expt, calculator-truncate): Minor code improvements.
521         (calculator-need-3-lines): New function pulling out code from
522         `calculator'.
523         (calculator-get-display): Rename from `calculator-get-prompt', and
524         improved.
525         (calculator-push-curnum): Rename from `calculator-curnum-value', and
526         extended for all uses of it.  All callers changed.
527         (calculator-groupize-number): New utility for splitting a number into
528         groups.
529         (calculator-standard-displayer): Improve code, new optional argument to
530         use comma-split groups, make second argument optional too to use with
531         'left/'right inputs.  All callers changed.
532         (calculator-reduce-stack-once): New utility, doing the meat of what
533         `calculator-reduce-stack' used to do, much improved (mostly using
534         `pcase' for conciseness and clarity).
535         (calculator-reduce-stack): Now doing just the reduction loop using
536         `calculator-reduce-stack-once'.
537         (calculator-funcall): Improve code, make it work in v24.3.1 too.
538         (calculator-last-input): Improve code, remove some old cruft.
539         (calculator-quit): Kill `calculator-buffer' in electric mode too.
540         (calculator-integer-p): Remove.
541         (calculator-fact): Improve code, make it work on non-integer values
542         too (using truncated numbers).
544 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
546         Sync with Tramp 2.2.10.
548         * net/tramp.el (tramp-methods): Tweak docstring.
549         (tramp-handle-file-accessible-directory-p): Check for
550         `file-readable-p' instead of `file-executable-p'.
551         (tramp-check-cached-permissions):
552         Use `tramp-compat-file-attributes'.
553         (tramp-call-process): Add new argument VEC.  Adapt callees in all
554         tramp*.el files.
556         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
557         (tramp-adb-maybe-open-connection): Don't set
558         `tramp-current-*' variables.
560         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
561         file properties of temporary buffers.
563         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
565         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
566         (tramp-gvfs-handle-delete-file): Flush file
567         properties, not directory properties.
568         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
569         reading "unix::mode".
570         (tramp-gvfs-handle-file-name-all-completions):
571         Use "-h" option for "gvfs-ls".
572         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
573         (tramp-gvfs-send-command): Simplify traces.
575         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
576         (vc-git-program, vc-hg-program): Declare.
577         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
578         (tramp-methods) <nc>: Add new method.
579         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
580         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
581         `tramp-login-args'.
582         (tramp-default-user-alist): Add "nc".
583         (top): Remove completion function for "sftp".  Add completion
584         functions for "nc" and "psftp".
585         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
586         Implement support for "nc" method.
587         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
588         (tramp-remote-coding-commands, tramp-call-local-coding-command):
589         Tweak docstring.
590         (tramp-sh-handle-write-region): Tweak error message.
591         (tramp-sh-handle-vc-registered): Remove backends when the remote
592         binary does not exist.
593         (tramp-find-inline-encoding): Do not raise an error.
594         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
595         the "nc" case.  Quote result also locally.
597         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
598         (tramp-smb-handle-set-file-acl): Use `start-process'.
599         (tramp-smb-handle-insert-directory): Use progress reporter.
600         (tramp-smb-handle-rename-file): Flush also file properties of
601         FILENAME.
603         * net/trampver.el: Update release number.
605 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
607         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
608         add-to-list.
609         (ses-localvars): Remove ses--local-printer-list, unused.
610         (ses--metaprogramming): New macro.  Use it to defvar variables.
611         (ses-set-localvars): Simplify.
612         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
613         property-list into an alist.
614         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
615         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
616         Remove; use defstruct accessors/setters instead.
617         (ses-cell-formula-aset, ses-cell-printer-aset)
618         (ses-cell-references-aset): Remove, use setf instead.
619         (ses--alist-get): New function.
620         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
621         Use an alist instead of a plist and don't do move-to-front since the
622         list is always short.
623         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
624         (ses-cell-property-set-fun, ses-cell-property-set)
625         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
626         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
627         (ses--letref): New macro.
628         (ses-cell-property-pop): Rewrite.
629         (ses--cell): Rename from ses-cell and make it into a function.
630         Make `formula' fallback on `value' if nil.
631         (ses--local-printer): Rename from ses-local-printer and make it into
632         a function.
633         (ses-set-cell): Turn it into a macro so finding the accessor from the
634         field name is done at compile time.
635         (ses-repair-cell-reference-all): Test presence of `sym' rather than
636         `ref' before adding `sym' to :ses-repair-reference.
637         (ses-calculate-cell): Use ses--letref rather than
638         ses-cell-property-get-handle.
639         (ses-write-cells): Use a single prin1-to-string.
640         (ses-setter-with-undo): New function.
641         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
642         (ses-unset-with-undo): Remove.
643         (ses-load): Prefer apply' over `eval'.
644         (ses-read-printer, ses-set-column-width): Use standard "(default
645         foo)" format.
647 2014-06-15  Glenn Morris  <rgm@gnu.org>
649         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
651         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
652         Replace delete-duplicates and mapcan by cl- versions throughout.
653         And cl-macroexpand-all by macroexpand-all.
654         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
656 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
658         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
660 2014-06-15  Juri Linkov  <juri@jurta.org>
662         * bindings.el: Put `ascii-character' property on keypad keys
663         mapped to characters.  (Bug#17759)
665 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
667         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
668         bumping forward into a closing paren (bug#17761).
670         * term/xterm.el (xterm--version-handler): Work around for OSX
671         Terminal.app (bug#17607).
673 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
675         * play/dunnet.el (dun-describe-room, dun-mode):
676         If a lamp is in the room, you won't be eaten by a grue.
678 2014-06-13  Glenn Morris  <rgm@gnu.org>
680         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
681         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
682         (compile-always): GNU make automatically passes
683         command-line arguments to sub-makes.
685         * calendar/calendar.el (calendar-generate-window):
686         Remove pointless call to font-lock-fontify-buffer.
688 2014-06-13  Matthias Meulien  <orontee@gmail.com>
690         * simple.el (completion-list-mode-map): Navigate with tab and backtab
691         (bug#17767).
693 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * simple.el (set-mark-command): Simplify a bit.
697 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
699         * help.el (help--key-binding-keymap): New function.
700         (help--binding-locus): New function.
701         (describe-key): Mention the keymap in which the binding was
702         found. (bug#13948)
704 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
706         * hippie-exp.el (he--all-buffers): New function.
707         (try-expand-line-all-buffers, try-expand-list-all-buffers)
708         (try-expand-dabbrev-all-buffers): Use it.
710 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
712         * hippie-exp.el (try-expand-line-all-buffers)
713         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
714         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
715         original buffer, in case they're buffer-local.
717 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
719         * ses.el (ses-initial-global-parameters-re): New defconst, a
720         specific regexp is needed now that ses.el can handle both
721         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
722         local printers.
723         (ses-localvars): Add local variables needed for local printer handling.
724         (ses-set-localvars): Handle hashmap initialisation.
725         (ses-paramlines-plist): Add param-line for number of local printers.
726         (ses-paramfmt-plist): New defconst, needed for code factorization
727         between functions `ses-set-parameter' and
728         `ses-file-format-extend-paramter-list'
729         (ses-make-local-printer-info): New defsubst.
730         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
731         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
732         (ses-cell-printer-aset): New defmacro.
733         (ses-local-printer-compile): New defun.
734         (ses-local-printer): New defmacro.
735         (ses-printer-validate, ses-call-printer): Add support for local
736         printer functions.
737         (ses-file-format-extend-paramter-list): New defun.
738         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
739         factorization.
740         (ses-load): Add support for local printer functions.
741         (ses-read-printer): Update docstring and add support for local printer
742         functions.
743         (ses-refresh-local-printer, ses-define-local-printer): New defun.
744         (ses-safe-printer): Add support for local printer functions.
746 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
748         * ffap.el (ffap-lax-url): New var (bug#17723).
749         (ffap-url-at-point): Use it.
750         (ffap-file-at-point): Avoid returning just "/".
752 2014-06-12  Matthias Meulien  <orontee@gmail.com>
754         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
755         (python-mode-map): Bind it.
757         * progmodes/python.el (class skeleton): Don't erase last char of class
758         name (bug#17683).
760 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
762         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
764 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
766         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
767         (bug#17745).
769 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
771         * international/mule-cmds.el: Use lexical-binding.
772         (ucs-names): Simplify.
774 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
776         * progmodes/python.el (run-python): Use read-shell-command.
778 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
780         * rect.el: Make it possible to move bounds past EOL or into TABs.
781         (operate-on-rectangle): Use apply-on-rectangle.
782         (rectangle--mark-crutches): New var.
783         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
784         (rectangle--crutches, rectangle--reset-crutches): New functions.
785         (apply-on-rectangle): Obey crutches.  Avoid setq.
786         Fix missing final iteration if end is at EOB&BOL.
787         (rectangle-mark-mode-map): Add remap bindings for
788         exchange-point-and-mark and char/line movements.
789         (rectangle--*-char): New function.
790         (rectangle-exchange-point-and-mark, rectangle-right-char)
791         (rectangle-left-char, rectangle-forward-char)
792         (rectangle-backward-char, rectangle-next-line)
793         (rectangle-previous-line): New commands.
794         (rectangle--place-cursor): New function.
795         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
797 2014-06-08  Glenn Morris  <rgm@gnu.org>
799         * startup.el (initial-buffer-choice): Doc fix.
800         Reset :version (adding an option does not merit a :version bump).
802         * bookmark.el (bookmark-load):
803         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
805 2014-06-08  Juri Linkov  <juri@jurta.org>
807         * desktop.el: Activate auto-saving on window configuration changes.
808         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
809         `desktop-auto-save-set-timer' to/from
810         `window-configuration-change-hook'.
811         (desktop-auto-save-set-timer): Change REPEAT arg of
812         `run-with-idle-timer' from t to nil.
813         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
815 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
817         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
818         vc-hg-command (bug#17570).
820 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
822         * international/mule-cmds.el (ucs-names): Add special entry for BEL
823         (bug#17702).
825 2014-06-08  Glenn Morris  <rgm@gnu.org>
827         * startup.el (window-setup-hook): Doc fix.
829         * emacs-lisp/package.el (package-check-signature)
830         (package-unsigned-archives): Doc fixes.
832 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
834         * window.el (display-buffer-use-some-window): Don't make window
835         used smaller than it was before (Bug#17671).
837 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
839         * menu-bar.el (menu-bar-open): Fix last change: use the PC
840         'redisplay' instead of '(sit-for 0)'.
842 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
844         * net/tramp.el (tramp-ssh-controlmaster-options):
845         Improve search regexp.  (Bug#17653)
847 2014-06-08  Glenn Morris  <rgm@gnu.org>
849         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
851 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
853         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
855 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
857         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
858         (bug#17586).
860         * vc/vc-hg.el (vc-hg-log-graph): New var.
861         (vc-hg-print-log): Use it.
862         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
863         graph output (bug#17515).
865 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
867         * mouse.el (mouse-posn-property): Ignore buffer position info when the
868         even happened elsewhere.
870 2014-06-06  Mario Lang  <mlang@delysid.org>
872         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
873         `recenter' if `current-buffer' is equal to `window-buffer'.
875 2014-06-05  Leo Liu  <sdl.web@gmail.com>
877         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
879 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
881         * textmodes/tildify.el (tildify-foreach-region-outside-env):
882         New function which calls a callback on portions of the buffer that are
883         outside of ignored environments.
884         (tildify-build-regexp): Remove function since it is now
885         incorporated in `tildify-foreach-region-outside-env' where it is
886         optimised and simplified by the use of `mapconcat'.
887         (tildify-tildify): Return number of substitutions made so that…
888         (tildify-count): …can be removed.
889         (tildify-find-env): Accept a new PAIRS argument which was
890         previously looked up in `tildify-ignored-environments-alist' each
891         time the function was called.  With this change, the lookup is
892         performed only once in `tildify-foreach-region-outside-env'.
893         (tildify-region): Greatly simplify the function since now most of
894         the work is done by `tildify-foreach-region-outside-env'.
895         (tildify-mode-alist): Simplify slightly by avoiding if and setq
896         and instead using or.
898         * textmodes/tildify.el (tildify-ignored-environments-alist):
899         Optimise environments regexes
901         Each time beginning of an environment to ignore is found,
902         `tildify-find-env' needs to identify regexp for the ending
903         of the environment.  This is done by trying all the opening
904         regexes on matched text in a loop, so to speed that up, this
905         loop should have fewer things to match, which can be done by
906         using alternatives in the opening regexes.
908         Coincidentally, this should make matching of the opening
909         regexp faster as well thanks to the use of `regexp-opt' and
910         having common prefix pulled from many regexes.
912         * textmodes/tildify.el (tildify-string-alist)
913         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
914         of supported modes since `xml-mode' is no longer a thing but just
915         an alias to the former.  Also include comments and insides of tags
916         in `tildify-ignored-environments-alist' for XML modes.  Finally,
917         since XML does not define “&nbsp;”[1], use a numeric reference for
918         a no-break space (namely “&#160;”)
920         [1] XML specification defines only a handful of predefined entities.
921             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
922             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
923             >, &, ' and " respectively).  This is in contrast to HTML and even
924             XHTML which defined a whole bunch of entities including “&nbsp;”.
926         * textmodes/tildify.el (tildify-pattern-alist)
927         (tildify-string-alist, tildify-ignored-environments-alist):
928         Improve defcustom's types by adding more tags explaining what each
929         value means and replace “sexp” used in
930         `tildify-ignored-environments-alist' with a full type declaration.
932         * textmodes/tildify.el (tildify-find-env): Fix matched group
933         indexes in end-regex building
935         When looking for a start of an ignore-environment, the regex is built
936         by concatenating regexes of all the environments configured in
937         `tildify-ignored-environments-alist'.  So for example, the following
938         list could be used to match TeX's \verb and \verb* commands:
940             (("\\\\verb\\(.\\)" . (1))
941              ("\\\\verb\\*\\(.\\)" . (1)))
943         This would result in the following regex being used to find the start
944         of any of the variants of the \verb command:
946             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
948         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
949         won't match anything, and thus (match-string 1) will be nil, which
950         will cause building of the end-matching regex to fail.
952         Fix this by using capture groups from the time when the opening
953         regexes are matched individually.
955         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
956         in `tildify-find-env'
958         The `tildify-ignored-environments-alist' allows the end-regex to
959         be provided not as a static string but mix of strings and indexes
960         of groups matched the begin-regex.  For example, the “\verb!…!”
961         TeX-command (where “!” is an arbitrary character) is handled
962         using:
964             ("\\\\verb\\*?\\(.\\)" . (1))
966         In the same way, the following should be supported as well:
968             ("open-\\(.\\)" . ("end-" 1))
970         However the tildify-find-env function fails at
972             (concat result
973                     (if (stringp (setq aux (car expression)))
974                          expression  ; BUG: expression is a list
975                        (regexp-quote (match-string aux))))
977         where the string part is handled incorrectly.
979         The most trivial fix would be to replace `expression' in the
980         true-part of the if-statement with `aux', but instead, this commit
981         optimises `tildify-find-env' by changing it to use `mapconcat'
982         rather than open-coded while-loop.
984 2014-06-05  Mario Lang  <mlang@delysid.org>
986         * woman.el (woman-mapcan): Remove.
987         (woman-parse-colon-path): Use cl-mapcan instead.
989 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
991         * register.el: Add link to Emacs manual in Commentary.
993 2014-06-02  Sam Steingold  <sds@gnu.org>
995         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
996         (popup-menu): ...here.
997         (menu-bar-open): Use it to avoid an error when `lookup-key'
998         returns a number.
1000 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
1002         * net/tramp.el (tramp-call-process): Add traces.
1003         (tramp-handle-unhandled-file-name-directory): Return "/".
1005 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
1007         Sync with upstream verilog-mode revision 3cd8144.
1008         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1009         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
1010         (verilog-type-font-keywords): Add nor.
1011         (verilog-batch-execute-func): Force reading of Local Variables.
1012         Fix printing "no changes to be saved" with verilog-batch.
1013         (verilog-auto-arg-ports): Doc fix.
1014         Add verilog-auto-arg-format to support newlines in AUTOARG.
1015         (verilog-auto-arg): Doc fix.
1017 2014-06-02  Glenn Morris  <rgm@gnu.org>
1019         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
1020         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
1021         * emulation/ws-mode.el: Move to obsolete/.
1022         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
1024 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
1026         * simple.el (keyboard-quit): Force update of mode lines, to remove
1027         the "Def" indicator, if we were defining a macro.  (Bug#17615)
1029 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1031         * minibuffer.el (minibuffer-force-complete-and-exit):
1032         Obey minibuffer-default (bug#17545).
1034         * progmodes/js.el (js-indent-line): Don't mix columns and chars
1035         (bug#17619).
1037         * subr.el (set-transient-map): Don't wait for some "nested"
1038         transient-map to finish if we're only supposed to be active for
1039         the next command (bug#17642).
1041 2014-06-02  Leo Liu  <sdl.web@gmail.com>
1043         * emacs-lisp/gv.el (window-buffer, window-display-table)
1044         (window-dedicated-p, window-hscroll, window-point, window-start):
1045         Fix gv-expander.  (Bug#17630)
1047 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1050         clicks (bug#17633).
1052         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1053         for the single comma, since ", " is *very* common in normal French text
1054         (bug#17643).
1056 2014-06-02  Glenn Morris  <rgm@gnu.org>
1058         * emacs-lisp/package.el (package-check-signature)
1059         (package-unsigned-archives): Fix :version.
1061 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1063         * subr.el (sit-for): Don't run input-methods (bug#15614).
1065 2014-06-02  Glenn Morris  <rgm@gnu.org>
1067         * cus-start.el: Fix some :version numbers.
1069 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * simple.el (deactivate-mark): Set mark-active to nil even if
1072         deactivation is done via setting transient-mark-mode to nil,
1073         since one is buffer-local and the other is global.
1075         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1076         there can't be more than 2 arguments (bug#17584).
1078 2014-06-02  Glenn Morris  <rgm@gnu.org>
1080         * simple.el (filter-buffer-substring-functions)
1081         (filter-buffer-substring-function, buffer-substring-filters)
1082         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1084         * minibuffer.el (completion-in-region-functions, completion-in-region)
1085         (completion--in-region): Doc fixes.
1087         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1088         (expand-abbrev, abbrev--default-expand): Doc fixes.
1090 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1092         Include sources used to create macuvs.h.
1093         * international/README: Refer to the Unicode Terms of Use rather
1094         than copying it bodily here, as that simplifies maintenance.
1096 2014-06-01  Glenn Morris  <rgm@gnu.org>
1098         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
1100 2014-05-31  Glenn Morris  <rgm@gnu.org>
1102         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
1104 2014-05-30  Glenn Morris  <rgm@gnu.org>
1106         * loadup.el: Treat `command-line-args' more flexibly.
1108 2014-05-30  Alan Mackenzie  <acm@muc.de>
1110         Guard (looking-at "\\s!") from XEmacs.
1111         * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
1113 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1115         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
1116         The argument COUNT is now optional, to be more backward-compatible.
1117         Doc fix.  (Bug#17560)
1119 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
1121         * whitespace.el (whitespace-report-region):
1122         Simplify documentation.
1123         (whitespace-report-region): Allow report-if-bogus to take the
1124         value `never', for non-interactive use.
1125         (whitespace-report): Refer to whitespace-report-region's
1126         documentation.
1128 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
1131         Side benefit: it works without jit-lock.
1132         (whitespace-point--used): New buffer-local var.
1133         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
1134         (whitespace-color-off): Use font-lock-flush.
1135         (whitespace-point--used, whitespace-point--flush-used): New functions.
1136         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1137         (whitespace-empty-at-eob-regexp): Use them.
1138         (whitespace-post-command-hook): Rewrite.
1140         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
1141         (font-lock-fontify-buffer): Mark interactive-only.
1142         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1143         Make buffer-local.
1144         (font-lock-specified-p): Remove redundant boundp check.
1145         (font-lock-flush-function, font-lock-ensure-function): New vars.
1146         (font-lock-turn-on-thing-lock): Set them.
1147         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
1148         (font-lock-after-change-function): Make `old-len' optional.
1149         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
1150         Call font-lock-flush, just in case.
1151         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
1152         recent Emacsen.
1153         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
1154         (vera-mode-map, vera-mode-menu): Remove bindings to it.
1155         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
1156         and with-syntax-table.
1157         * textmodes/conf-mode.el (conf-quote-normal):
1158         * progmodes/sh-script.el (sh-set-shell):
1159         * progmodes/prog-mode.el (prettify-symbols-mode):
1160         * progmodes/f90.el (f90-font-lock-n):
1161         * progmodes/cwarn.el (cwarn-mode):
1162         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
1163         * progmodes/compile.el (compilation-setup, compilation--unsetup):
1164         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
1165         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
1166         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
1167         font-lock-fontify-buffer-function and
1168         font-lock-unfontify-buffer-function.
1169         (rmail-unfontify-buffer-function, rmail-fontify-message):
1170         Use with-silent-modifications.
1171         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
1172         and font-lock-ensure.
1173         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
1175 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
1177         * emacs-lisp/package.el (package-generate-autoloads):
1178         Inhibit backup files.
1180 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1182         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
1183         (bug#17608).
1185 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
1187         * textmodes/tildify.el (tildify-buffer, tildify-region):
1188         Add dont-ask option.
1190 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
1193         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
1195         * subr.el (internal--funcall-interactively): New.
1196         (internal--call-interactively): Remove.
1197         (called-interactively-p): Detect funcall-interactively instead of
1198         call-interactively.
1199         * simple.el (repeat-complex-command): Use funcall-interactively.
1200         (repeat-complex-command--called-interactively-skip): Remove.
1202 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1204         * register.el (register-read-with-preview): Don't burp on
1205         frame switches (e.g. due to the frame we just popped).
1207         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
1208         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
1210 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
1212         * cus-face.el (custom-face-attributes): Add :distant-foreground.
1214 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
1216         * window.el (window--dump-frame): Remove interactive specification.
1218 2014-05-26  Glenn Morris  <rgm@gnu.org>
1220         * hippie-exp.el (he-line-search-regexp):
1221         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
1223 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
1225         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1226         to avoid errors when trying to create or visit a file foo.todo
1227         located outside to todo-directory, and to allow having such files
1228         without them being tied to Todo mode (bug#17482).
1229         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1230         (todo-archive-done-item, todo-find-filtered-items-file)
1231         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1232         (todo-category-completions, todo-read-category): When visiting a
1233         Todo file, make sure we're in the right mode and the buffer local
1234         variables are set.
1235         (todo-make-categories-list, todo-reset-nondiary-marker)
1236         (todo-reset-done-string, todo-reset-comment-string):
1237         After processing all Todo files, kill the buffers of those files that
1238         weren't being visited before the processing.
1239         (todo-display-as-todo-file, todo-add-to-buffer-list)
1240         (todo-visit-files-commands): Comment out.
1241         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1242         (auto-mode-alist): Remove add-to-list calls making Todo file
1243         extensions unrestrictedly tied to Todo modes.
1245 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1247         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1248         (advice-function-member-p): Tell it to check both names and functions
1249         (bug#17531).
1250         (advice--add-function): Adjust call accordingly.
1252 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
1254         * calendar/todo-mode.el: Miscellaneous bug fixes.
1255         (todo-delete-file): When deleting an archive but not its todo
1256         file, make sure to update the todo file's category sexp.
1257         (todo-move-category): Keep the moved category's name unless the
1258         file moved to already has a category with that name.  If the
1259         numerically last category of the source file was moved, make the
1260         first category current to avoid selecting a nonexisting category.
1261         (todo-merge-category): Fix implementation to make merging to a
1262         category in another file work as documented.  Eliminate now
1263         insufficient and unnecessary renaming of archive category, correct
1264         document string accordingly, and clarify it.  If the numerically
1265         last category of the source file was merged, make the first
1266         category current to avoid selecting a nonexisting category.
1267         (todo-archive-done-item): When there are marked items and point
1268         happens to be on an unmarked item, ignore the latter.  Don't leave
1269         point below last item after archiving marked items.
1270         (todo-unarchive-items): Fix logic to ensure unarchiving an item
1271         from an archive with only one category deletes the archive only
1272         when the category is empty after unarchiving.  Make sure the todo
1273         file's category sexp is updated.
1274         (todo-read-file-name): Allow an existing file name even when it is
1275         not required (todo-move-category needs this to work as documented).
1276         (todo-add-file): Call todo-validate-name to reject the name of an
1277         existing todo file (needed due to fix in todo-read-file-name).
1278         (todo-reset-nondiary-marker): Also reset in filtered items files.
1279         (todo-reset-done-string, todo-reset-comment-string): Also reset in
1280         regexp filtered items files.
1281         (todo-reset-highlight-item): Also reset in filtered items files.
1282         Fix incorrect variable reference in document string.
1284 2014-05-26  Glenn Morris  <rgm@gnu.org>
1286         * window.el (window--dump-frame): Avoid error in --without-x builds.
1288 2014-05-26  Glenn Morris  <rgm@gnu.org>
1290         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1292 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
1294         * frame.el (set-frame-font): Doc fix.
1296         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
1298 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
1300         * emacs-lisp/package.el (package--download-one-archive):
1301         Use `write-region' instead of `save-buffer' to avoid running various
1302         hooks.  (Bug#17155)
1303         (describe-package-1): Same.  Insert newline at the end of the
1304         buffer if appropriate.
1306 2014-05-26  Juri Linkov  <juri@jurta.org>
1308         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1309         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1310         Add more modifiers: meta, control, shift, hyper, super, alt.
1311         (Bug#17439)
1313         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1314         to allow changing its value with `set-variable'.
1316 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1319         #; comments.
1320         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1321         New functions.
1322         (scheme-mode-variables): Set syntax-propertize-function instead of
1323         font-lock-syntactic-face-function.
1324         (scheme-font-lock-syntactic-face-function): Delete.
1326         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1328         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1329         (bug#17392).
1331 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
1333         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1334         for a temporary file name.
1336 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
1338         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
1340 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
1342         * net/dbus.el (dbus-init-bus, dbus-call-method)
1343         (dbus-call-method-asynchronously, dbus-send-signal)
1344         (dbus-method-return-internal, dbus-method-error-internal):
1345         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
1347 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1349         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1350         methods which do not have a doc string.  (Bug#17490)
1352 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
1354         * textmodes/reftex-ref.el (reftex-format-special): Make it work
1355         also for AMS Math's \eqref macro.
1357 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1359         Arrange to never byte-compile the generated -pkg.el file.
1361         * emacs-lisp/package.el (package-generate-description-file):
1362         Output first-line comment to set buffer-local var `no-byte-compile'.
1363         Suggested by Dmitry Gutov:
1364         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
1366 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1368         Fix bug: Properly quote args to generated -pkg.el `define-package'.
1370         * emacs-lisp/package.el (package-generate-description-file):
1371         Inline `package--alist-to-plist'; rewrite to selectively
1372         quote alist values that are not self-quoting.
1373         (package--alist-to-plist): Delete func.
1375 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
1377         * term/xterm.el (xterm-function-map): Add mapping for shifted
1378         keypad keys.
1380 2014-05-24  Daniel Colascione  <dancol@dancol.org>
1382         * progmodes/subword.el (subword-find-word-boundary): Move point to
1383         correct spot before search. (Bug#17580)
1385         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
1386         breaking the build.
1388 2014-05-24  Leo Liu  <sdl.web@gmail.com>
1390         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
1392 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1394         * minibuffer.el (completion--sreverse): Remove.
1395         (completion--common-suffix): Use `reverse' instead.
1396         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
1398 2014-05-22  Glenn Morris  <rgm@gnu.org>
1400         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
1402 2014-05-21  Daniel Colascione  <dancol@dancol.org>
1404         * files.el (interpreter-mode-alist): Add mksh.
1406         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
1407         derivative.
1408         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
1409         mksh. Improve custom spec; allow regular expressions.
1410         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
1411         (sh-after-hack-local-variables): New function.
1412         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
1413         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
1414         the normalization.
1415         (sh-canonicalize-shell): Rewrite to support regexes.
1417 2014-05-21  Leo Liu  <sdl.web@gmail.com>
1419         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
1421 2014-05-19  Leo Liu  <sdl.web@gmail.com>
1423         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
1425 2014-05-18  Glenn Morris  <rgm@gnu.org>
1427         * loadup.el:
1428         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
1430 2014-05-14  Sam Steingold  <sds@gnu.org>
1432         * progmodes/python.el (python-shell-get-or-create-process):
1433         Do not bind `current-prefix-arg' so that C-c C-z does not talk
1434         back unless requested.
1436 2014-05-14  Glenn Morris  <rgm@gnu.org>
1438         * subr.el (with-file-modes): New macro.
1439         * printing.el (pr-save-file-modes): Make obsolete.
1440         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
1441         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
1442         Add with-file-modes.
1443         * doc-view.el (doc-view-make-safe-dir):
1444         * epg.el (epg--start):
1445         * files.el (locate-user-emacs-file, make-temp-file)
1446         (backup-buffer-copy, move-file-to-trash):
1447         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
1448         * eshell/esh-util.el (eshell-with-private-file-modes)
1449         (eshell-make-private-directory):
1450         * net/browse-url.el (browse-url-mosaic):
1451         * obsolete/mailpost.el (post-mail-send-it):
1452         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
1453         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
1454         Use with-file-modes.
1456         * vc/emerge.el (emerge-make-temp-file): Simplify.
1458 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
1459             Stefan Monnier  <monnier@iro.umontreal.ca>
1461         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1462         suffix (bug#15419).
1464 2014-05-14  Glenn Morris  <rgm@gnu.org>
1466         * vc/emerge.el (emerge-temp-file-prefix):
1467         Make pointless option obsolete.
1468         (emerge-temp-file-mode): Make non-functional option obsolete.
1470 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
1472         * net/browse-url.el (browse-url):
1473         Use `unhandled-file-name-directory' when setting `default-directory',
1474         in order to circumvent stalled remote connections.  (Bug#17425)
1476 2014-05-14  Glenn Morris  <rgm@gnu.org>
1478         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
1479         Optimize on Emacs, which has the relevant functions for ages.
1481 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1483         * simple.el (undo-make-selective-list): Obey undo-no-redo.
1485 2014-05-12  Sam Steingold  <sds@gnu.org>
1487         * calendar/time-date.el (seconds-to-string): New function to
1488         pretty print time delay in seconds.
1490 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * mpc.el (mpc-format): Trim Date to the year.
1493         (mpc-songs-hashcons): Shorten the Date field.
1495         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1496         into autoloading just because of a silly indirection.
1498 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
1500         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
1502 2014-05-12  Glenn Morris  <rgm@gnu.org>
1504         * emacs-lisp/find-gc.el: Move to ../admin.
1506         * printing.el (pr-version):
1507         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1509         * net/browse-url.el (browse-url-mosaic):
1510         Create /tmp/Mosaic.PID as a private file.
1512 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1514         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1515         (advice--member-p): If name is given, only compare the name.
1516         (advice--remove-function): Don't stop at the first match.
1517         (advice--normalize-place): New function.
1518         (add-function, remove-function): Use it.
1519         (advice--add-function): Pass the name, if any, to
1520         advice--remove-function.
1522 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
1524         * electric.el (electric-indent-post-self-insert-function): Don't use
1525         `pos' after modifying the buffer (bug#17449).
1527 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
1529         * calendar/todo-mode.el (todo-insert-item-from-calendar):
1530         Correct argument list to conform to todo-insert-item--basic.
1532 2014-05-12  Glenn Morris  <rgm@gnu.org>
1534         * files.el (cd-absolute): Test if directory is accessible
1535         rather than executable.  (Bug#17330)
1537         * progmodes/compile.el (recompile):
1538         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
1540         * net/browse-url.el (browse-url-mosaic):
1541         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
1542         This is CVE-2014-3423.
1544 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * mouse.el: Use the normal toplevel loop while dragging.
1547         (mouse-set-point): Handle multi-clicks.
1548         (mouse-set-region): Handle multi-clicks for drags.
1549         (mouse-drag-region): Update call accordingly.
1550         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
1551         Use the normal event loop instead of a local while/read-event loop.
1552         (global-map): Remove redundant bindings for double/triple-mouse-1.
1553         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
1554         Generate synthetic down events when the protocol only sends up events.
1555         (xterm-mouse-last): Remove.
1556         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
1557         terminal parameter instead.
1558         (xterm-mouse--set-click-count): New function.
1559         (xterm-mouse-event): Detect/generate double/triple clicks.
1560         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
1562         * info.el (Info-quoted): New face.
1563         (Info-mode-font-lock-keywords): New var.
1564         (Info-mode): Use it.
1566         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
1567         are a hindrance for C-x C-e.
1569 2014-05-11  Leo Liu  <sdl.web@gmail.com>
1571         * net/rcirc.el (rcirc-sentinel): Fix last change.
1573 2014-05-08  Sam Steingold  <sds@gnu.org>
1575         * net/rcirc.el (rcirc-reconnect-delay): New user option.
1576         (rcirc-sentinel): Auto-reconnect to the server if
1577         `rcirc-reconnect-delay' is non-0 (but not more often than its
1578         value in case the host is off-line).
1580 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
1582         * progmodes/grep.el (lgrep): Fix a typo in last commit.
1584 2014-05-09  Glenn Morris  <rgm@gnu.org>
1586         * files.el (file-expand-wildcards):
1587         * man.el (Man-support-local-filenames):
1588         * printing.el (pr-i-directory, pr-interface-directory):
1589         * progmodes/grep.el (lgrep, rgrep):
1590         * textmodes/ispell.el (ispell-call-process)
1591         (ispell-call-process-region, ispell-start-process)
1592         (ispell-init-process): Use file-accessible-directory-p.
1594 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1597         (xterm-mouse--read-event-sequence-1000): Return nil if something
1598         looks fishy.
1599         (xterm-mouse-event): Propagate it.
1600         (xterm-mouse-translate-1): Handle it.
1602 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
1604         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1605         four slots of the parameter list are filled, make sure to pass it
1606         to the argument list of todo-insert-item--basic.
1608 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1611         Add optional `seen' argument to detect and break infinite loops.
1613 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
1615         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1616         (trace-unsafe, trace-use-tree): Make parentheses style be
1617         according to Emacs style.
1619 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
1621         * net/tramp-sh.el (tramp-remote-process-environment):
1622         Remove HISTFILE and HISTSIZE; it's too late to set them here.
1623         Add :version entry.
1624         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1625         Add "HISTSIZE=/dev/null" to the shell's env arguments.  Do not send
1626         extra "PSx=..." commands.
1627         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1628         (Bug#17295)
1630         (tramp-uudecode): Replace the hard-coded temporary file name by a
1631         format specifier.
1632         (tramp-remote-coding-commands): Enhance docstring.
1633         (tramp-find-inline-encoding): Replace "%t" by a temporary file
1634         name.  (Bug#17415)
1635         This is CVE-2014-3424.
1637 2014-05-08  Glenn Morris  <rgm@gnu.org>
1639         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1640         (find-gc-source-files): Update some names.
1641         (trace-call-tree): Simplify and update.
1642         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
1643         This is CVE-2014-3422.
1645 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1647         * minibuffer.el (completion--try-word-completion): Revert fix for
1648         Bug#15980 (bug#17375).
1650         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1651         Always store button numbers in the same way in xterm-mouse-last;
1652         Don't burp is xterm-mouse-last is not set as expected.
1653         Never return negative indices.
1655 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
1657         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1658         Backtrack one char if the global/char-literal var matcher hits
1659         inside a string.  The next char could be the beginning of an
1660         expression expansion.
1662 2014-05-08  Glenn Morris  <rgm@gnu.org>
1664         * help-fns.el (describe-function-1): Test for an autoload before a
1665         macro, since `macrop' works on autoloads.  (Bug#17410)
1667 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * electric.el (electric-indent-functions-without-reindent): Add yaml.
1671         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1672         Make sure the new point we return is within the new string (bug#17239).
1674 2014-05-05  Daniel Colascione  <dancol@dancol.org>
1676         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1677         Port `gnu' pattern to rx.
1679 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
1681         Remove unneeded prompt when closing a buffer with active
1682         emacsclient ("Buffer ... still has clients"), #16548.
1683         * server.el (server-start): Remove the only call to:
1684         (server-kill-buffer-query-function): Remove.
1686 2014-05-04  Leo Liu  <sdl.web@gmail.com>
1688         * calendar/diary-lib.el (calendar-chinese-month-name-array):
1689         Defvar to pacify compiler.
1691 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
1693         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1695 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1698         Use nil rather than `default' for the "default" appearance (bug#17388).
1699         * vc/ediff-util.el (ediff-inferior-compare-regions)
1700         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1701         a misleading `default' value when it's really a boolean.
1702         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1703         overlay is not visible.
1705 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
1707         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1708         (todo-menu): Uncomment and update.
1710 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
1712         * calendar/todo-mode.el: Reimplement item editing to have the same
1713         basic user interface as item insertion, and make small UI and
1714         larger internal improvements to the latter.
1715         (todo-insert-item): Add reference to the Todo mode user manual to
1716         the documentation string.
1717         (todo-insert-item--basic): Rename from todo-basic-insert-item and
1718         adjust all callers.  Change signature to combine diary and
1719         nonmarking arguments.  Incorporate functionality of deleted item
1720         copying command and add error checking.  Remove detailed
1721         descriptions of the arguments from the documentation string, since
1722         this is treated in the Todo mode user manual.
1723         (todo-copy-item, todo-edit-multiline-item)
1724         (todo-edit-done-item-comment, todo-edit-item-header)
1725         (todo-edit-item-time, todo-edit-item-date-from-calendar)
1726         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1727         (todo-edit-item-date-year, todo-edit-item-date-month)
1728         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1729         Remove.
1730         (todo-edit-item): Reimplement as wrapper command for
1731         todo-edit-item--next-key and make it distinguish done and not done
1732         todo items.
1733         (todo-edit-item--text): New function, replacing old command
1734         todo-edit-item and incorporating deleted commands
1735         todo-edit-multiline-item and todo-edit-done-item-comment.
1736         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1737         Use only numeric value of prefix argument.  Remove detailed
1738         descriptions of the arguments from the documentation string, since
1739         this is treated in the Todo mode user manual.
1740         (todo-edit-item--diary-inclusion): New function, replacing old
1741         command todo-edit-item-diary-inclusion and incorporating and fixing
1742         functionality of deleted command todo-edit-item-diary-nonmarking,
1743         making sure to remove todo-nondiary-marker when adding
1744         diary-nonmarking-symbol.
1745         (todo-edit-category-diary-inclusion): Make sure to delete
1746         diary-nonmarking-symbol when adding todo-nondiary-marker.
1747         (todo-edit-category-diary-nonmarking): Fix indentation.
1748         (todo-insert-item--parameters): Group diary and nonmarking
1749         parameters together.
1750         (todo-insert-item--apply-args): Adjust to signature of
1751         todo-insert-item--basic and incorporate copy parameter.
1752         Make small code improvements.
1753         (todo-insert-item--next-param): Improve prompt and adjust it to
1754         new parameter grouping.  Remove obsolete code.
1755         (todo-edit-item--param-key-alist)
1756         (todo-edit-item--date-param-key-alist)
1757         (todo-edit-done-item--param-key-alist): New defconsts.
1758         (todo-edit-item--prompt): New variable.
1759         (todo-edit-item--next-key): New function.
1760         (todo-key-bindings-t): Bind "e" to todo-edit-item.
1761         Remove bindings of deleted commands.
1763 2014-05-04  Leo Liu  <sdl.web@gmail.com>
1765         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1767 2014-05-04  Glenn Morris  <rgm@gnu.org>
1769         * allout-widgets.el (allout-widgets-tally)
1770         (allout-decorate-item-guides):
1771         * menu-bar.el (menu-bar-positive-p):
1772         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1773         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1774         * progmodes/js.el (js--inside-param-list-p)
1775         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1776         * progmodes/prolog.el (region-exists-p):
1777         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1778         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1779         Doc fixes (replace `iff').
1781 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1783         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1785 2014-05-04  Leo Liu  <sdl.web@gmail.com>
1787         Support Chinese diary entries in calendar and diary.  (Bug#17393)
1788         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
1789         (calendar-chinese-from-absolute-for-diary)
1790         (calendar-chinese-to-absolute-for-diary)
1791         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
1792         (diary-chinese-list-entries): New functions to list and mark
1793         Chinese diary entries in the calendar window.
1794         (diary-chinese-anniversary)
1795         (diary-chinese-insert-anniversary-entry)
1796         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
1797         (diary-chinese-insert-yearly-entry): New commands to insert
1798         Chinese diary entries.
1800         * calendar/diary-lib.el (diary-font-lock-keywords):
1801         Support font-locking Chinese dates.
1803         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
1804         inserting Chinese diary entries.
1806         * calendar/calendar.el (diary-chinese-entry-symbol):
1807         New customizable variable.
1808         (calendar-mode-map): Add bindings for inserting Chinese diary
1809         entries.
1811 2014-05-03  Juri Linkov  <juri@jurta.org>
1813         * dired.el (dired-check-switches, dired-switches-recursive-p):
1814         New functions.  (Bug#17218)
1815         (dired-switches-escape-p, dired-move-to-end-of-filename):
1816         Use `dired-check-switches'.
1817         (dired-insert-old-subdirs, dired-build-subdir-alist)
1818         (dired-sort-R-check): Use `dired-switches-recursive-p'.
1820 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
1822         * simple.el (undo-make-selective-list): New algorithm fixes
1823         incorrectness of position adjustments when undoing in region.
1824         (Bug#17235)
1825         (undo-elt-crosses-region): Make obsolete.
1826         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
1827         New functions to adjust positions using undo-deltas.
1829 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
1832         the last consecutive closing paren (bug#17345).
1834 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
1836         * dired.el (dired-mode): make terminology for eXpunge command
1837         consistent.  (Bug#17276)
1839 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
1841         * dired.el (dired-initial-position-hook, dired-initial-position):
1842         Doc string fixes.
1844 2014-04-30  Glenn Morris  <rgm@gnu.org>
1846         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
1848 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
1850         * faces.el (face-spec-recalc): Apply X resources only after the
1851         defface spec has been applied. Thus, X resources are no longer
1852         overriden by the defface spec which also fixes issues on win32 where
1853         the toolbar coloring was wrong because it is set through X resources
1854         and was (wrongfully) overriden.  (Bug#16694)
1856 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1858         * textmodes/rst.el (electric-pair-pairs): Declare.
1859         (rst-mode): Set it (bug#17131).
1861 2014-04-30  Juri Linkov  <juri@jurta.org>
1863         * desktop.el (desktop-value-to-string): Let-bind `print-length'
1864         and `print-level' to nil.  (Bug#17351)
1866 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1868         * battery.el (battery-update): Handle the case where battery
1869         status is "N/A" (bug#17319).
1871 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1873         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
1874         to syntax-propertize.
1875         (ps-mode-auto-indent): Mark as obsolete.
1876         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
1877         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
1878         word regexp operators.
1879         (ps-mode-map): Move initialization into declaration.  Remove binding
1880         for TAB, RET, >, ], and }.
1881         (ps-mode-syntax-table): Move initialization into declaration.
1882         Don't give word syntax to non-word chars.
1883         (ps-run-mode-map): Move initialization into declaration.
1884         (ps-mode-menu-main): Remove auto-indent entry.
1885         (ps-mode-smie-rules): New function.
1886         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
1887         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
1888         (ps-mode--string-syntax-table): New const.
1889         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
1890         New functions.
1891         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
1892         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
1894 2014-04-27  Daniel Colascione  <dancol@dancol.org>
1896         * term/xterm.el (xterm-paste): Use large finite timeout when
1897         reading event to avoid putting keys in this-command-keys.
1899 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1901         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
1902         (perl-syntax-propertize-function): Use it.  Extend handling of
1903         here-docs to the unquoted case.
1905 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
1907         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1908         Use equal-including-properties to compare help-echo strings (bug#17331).
1910 2014-04-25  Leo Liu  <sdl.web@gmail.com>
1912         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1913         Fix syntax for @.  (Bug#17325)
1915 2014-04-25  Daniel Colascione  <dancol@dancol.org>
1917         * emacs-lisp/cl.el (gv): Require gv early to break eager
1918         macro-expansion cycles.
1920 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * simple.el (region-active-p): Check there's a mark (bug#17324).
1924         * simple.el (completion-list-mode-map): Use choose-completion for the
1925         mouse binding as well (bug#17302).
1926         (completion-list-mode, completion-setup-function): Adjust docstring and
1927         echo area message accordingly.
1928         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1929         calling convention of choose-completion.
1930         * comint.el (comint-dynamic-list-completions):
1931         * term.el (term-dynamic-list-completions): Accept choose-completion.
1933         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1934         &, |, +, - and * can't be a division (bug#17317).
1936         * term/xterm.el (xterm--version-handler): Don't use modern xterm
1937         features on gnome-terminal (bug#16988).
1939 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
1941         Improve Scheme font-locking for (define ((foo ...) ...) ...).
1943         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
1944         the declared object, ignore zero or more parens, not zero or one.
1946 2014-04-24  Leo Liu  <sdl.web@gmail.com>
1948         * progmodes/xscheme.el (xscheme-expressions-ring)
1949         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1950         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
1951         (xscheme-allow-output-p, xscheme-prompt)
1952         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
1954         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
1955         Comment out unused functions.
1957 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1959         * info.el: Use lexical-binding and cl-lib.
1960         Use defvar-local and setq-local instead of make-local-variable.
1961         (Info-apropos-matches): Avoid add-to-list.
1962         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
1964 2014-04-24  Daniel Colascione  <dancol@dancol.org>
1966         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
1968 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1970         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
1972 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
1974         * dired.el (dired-insert-set-properties): Do not consider
1975         subdirectory headings and empty lines to be information that
1976         `dired-hide-details-mode' should hide.  (Bug#17228)
1978 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
1980         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1981         Remove test messages.
1982         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1983         and `target' twice.
1985 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1987         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1988         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1990         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1992 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
1994         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1995         Set "IFS=" when using read builtin, in order to preserve spaces in
1996         the file name.  Add test messages for hunting a bug on hydra.
1997         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
1999 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
2002         Don't prettify a word within a symbol.
2004 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2006         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
2007         possible.
2009 2014-04-22  Daniel Colascione  <dancol@dancol.org>
2011         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
2012         use defun to define `function-put'.
2014 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
2017         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
2018         (lisp-mode-variables): Set font-lock-extra-managed-props.
2020         * emacs-lisp/byte-run.el (function-put): New function.
2021         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
2022         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
2023         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
2024         Use them.
2026 2014-04-22  Daniel Colascione  <dancol@dancol.org>
2028         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
2029         Add `full-p' parameter; when nil, call `macroexpand' instead of
2030         `macroexpand-all'.
2032         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2033         Improve docstrings.
2035         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2036         Use lambda function values, not quoted lambdas.
2037         (byte-compile-recurse-toplevel): Remove extraneous &optional.
2039         * emacs-lisp/cl-macs.el
2040         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
2041         (cl-struct-slot-value): Conditionally use aref or nth so that the
2042         compiler produces optimal code.
2044 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2046         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
2047         (inline): Don't inline cl--set-elt.
2048         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
2049         Define as inlinable instead.
2050         (cl-struct-set-slot-value): Remove.
2052         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
2053         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
2054         Use setf instead.
2056 2014-04-21  Daniel Colascione  <dancol@dancol.org>
2058         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
2059         last two parameters after all.
2060         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
2061         (cl--compiler-macro-assoc,cl-struct-slot-value)
2062         (cl-struct-set-slot-value): Stop using them.
2064 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2066         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
2067         entry in image-mode-winprops-alist.
2069 2014-04-21  Daniel Colascione  <dancol@dancol.org>
2071         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
2072         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
2073         (byte-compile-toplevel-file-form): Use it.
2075         * emacs-lisp/cl-macs.el:
2076         (cl--loop-let): Properly destructure `while' clauses.
2078 2014-04-20  Daniel Colascione  <dancol@dancol.org>
2080         * vc/vc.el (vc-root-dir): New public autoloaded function for
2081         generically finding the current VC root.
2082         * vc/vc-hooks.el (vc-not-supported): New error.
2083         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
2085 2014-04-20  Daniel Colascione  <dancol@dancol.org>
2087         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
2088         argument.
2089         (cl--const-expr-val): cl--const-expr-val should macroexpand its
2090         argument in case we're inside a symbol-macrolet.
2091         (cl--do-arglist, cl--compiler-macro-typep)
2092         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
2093         environment to `cl--const-expr-val'.
2094         (cl-struct-sequence-type,cl-struct-slot-info)
2095         (cl-struct-slot-offset, cl-struct-slot-value)
2096         (cl-struct-set-slot-value): New functions.
2098 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2100         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
2101         assignments such as "case=hello" (bug#17297).
2103 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
2105         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
2106         Do not autoload.
2107         (tramp-file-name-handler, tramp-completion-file-name-handler):
2108         Revert patch from 2014-04-10, it isn't necessary anymore.
2109         (tramp-autoload-file-name-handler)
2110         (tramp-register-autoload-file-name-handlers): New defuns.
2111         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
2112         (tramp-register-file-name-handlers): Remove also
2113         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
2114         Do not autoload its invocation, but eval it after loading of 'tramp.
2116         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
2118         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
2120 2014-04-17  Daniel Colascione  <dancol@dancol.org>
2122         Add support for bracketed paste mode; add infrastructure for
2123         managing terminal mode enabling and disabling automatically.
2125         * xt-mouse.el:
2126         (xterm-mouse-mode): Simplify.
2127         (xterm-mouse-tracking-enable-sequence)
2128         (xterm-mouse-tracking-disable-sequence): New constants.
2129         (turn-on-xterm-mouse-tracking-on-terminal)
2130         (turn-off-xterm-mouse-tracking-on-terminal):
2131         Use tty-mode-set-strings and tty-mode-reset-strings terminal
2132         parameters instead of random hooks.
2133         (turn-on-xterm-mouse-tracking)
2134         (turn-off-xterm-mouse-tracking): Delete.
2136         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
2137         (xterm-paste-ending-sequence): New constant.
2138         (xterm-paste): New command used for bracketed paste support.
2140         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
2141         (terminal-init-xterm-bracketed-paste-mode): New function.
2142         (terminal-init-xterm): Call it.
2143         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
2144         and tty-mode-reset-strings instead of random hooks.
2145         (xterm-turn-on-modify-other-keys)
2146         (xterm-turn-off-modify-other-keys)
2147         (xterm-remove-modify-other-keys): Delete obsolete functions.
2149         * term/screen.el: Rewrite to just use the xterm code.
2150         Add copyright notice.  Mention tmux.
2152 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
2154         * image-mode.el (image-mode-window-put): Also update the property of
2155         the "default window".
2156         * doc-view.el (doc-view-new-window-function): If no window
2157         exists, move to the last known page.
2159 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2161         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
2162         here-documents (bug#17262).
2164 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
2166         * term/pc-win.el (x-list-fonts, x-get-selection-value):
2167         Provide doc strings, as required by snarf-documentation.
2169 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
2172         arg of overlays-at.  Use `invisible-p'.
2174         * obsolete/lucid.el (extent-at):
2175         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
2176         overlays-at.
2177         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
2179 2014-04-16  João Távora  <joaotavora@gmail.com>
2181         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
2182         links.  (Bug#17217).
2184 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2186         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2187         Use mapc to loop over a vector.  (Bug#17257).
2189 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
2191         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2192         patch, there are new problems with file names containing spaces.
2193         Get rid of backticks.  (Bug#17238)
2195 2014-04-16  João Távora  <joaotavora@gmail.com>
2197         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2198         possible bug.
2200 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
2202         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2203         (blink-cursor-mode): Mention customization variables and the
2204         effect of 'blink-cursor-blinks'.
2206 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
2208         * simple.el (undo): Prevent insertion of identity mapping into
2209         undo-equiv-table so as undo-only does not inf loop in the presence
2210         of consecutive nils in undo list.
2212 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
2214         * faces.el (make-face): Deprecate optional argument as it is no
2215         longer needed/used since the conditional X resources handling
2216         has been pushed down to make-face-x-resource-internal itself.
2217         (make-empty-face): Don't pass optional argument to make-face.
2219 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
2221         * savehist.el (savehist-save): Remove workaround for a read-passwd
2222         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
2223         noticing that the shim was still present.
2225 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2227         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
2229 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
2231         * faces.el (face-set-after-frame-default): Remove unused local variable.
2233 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2235         * progmodes/grep.el: Use lexical-binding.
2236         (grep-expand-template): Pass explicit lexical env to `eval'.
2237         (zrgrep): Let-bind grep-find-template explicitly.
2239         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2240         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2242 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
2244         * international/characters.el <standard-case-table>: Add entries
2245         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
2246         Set category of Coptic characters be 'g' (Greek).
2248 2014-04-12  Leo Liu  <sdl.web@gmail.com>
2250         * progmodes/octave.el (completion-table-with-cache):
2251         Define if not available.
2252         (octave-goto-function-definition, octave-sync-function-file-names)
2253         (octave-find-definition-default-filename):
2254         Backquote upattern for compatibility.
2256 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
2258         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2259         name twice due to backticks.  (Bug#17238)
2261 2014-04-12  Glenn Morris  <rgm@gnu.org>
2263         * term/w32-win.el (x-win-suspend-error):
2264         * term/x-win.el (x-win-suspend-error): Sync docs.
2266 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
2268         * faces.el (make-face): Remove deprecated optional argument.
2269         The conditional application of X resources is handled directly by
2270         make-face-x-resource-internal since Emacs 24.4.
2271         (make-empty-face): Don't pass optional argument to make-face.
2273 2014-04-11  Glenn Morris  <rgm@gnu.org>
2275         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
2277 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2279         Ediff's overlay priorities cause more trouble than they solve.
2280         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2281         (ediff-highest-priority): Remove function (bug#17234).
2282         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2283         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2284         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2285         overlay priorities.
2287 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
2289         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2290         entry; use symbol boundaries to avoid mis-matches.
2292 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
2294         * net/tramp.el (tramp-file-name-handler)
2295         (tramp-completion-file-name-handler): Avoid recursive loading.
2297         * net/tramp-sh.el (tramp-make-copy-program-file-name):
2298         Quote result also locally.
2300 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2302         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
2303         Remove left-over code.
2305         * newcomment.el (comment-indent-new-line): Sink code where it's used.
2306         Reuse the previous comment's indentation unconditionally if it's on its
2307         own line.
2309 2014-04-09  Daniel Colascione  <dancol@dancol.org>
2311         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
2312         `no-syntax-crossing' arguments.  Forward to `up-list'.
2313         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
2314         Implement logic for escaping from strings.  Use narrowing to deal
2315         with corner cases.
2317 2014-04-09  Leo Liu  <sdl.web@gmail.com>
2319         * net/rcirc.el (rcirc-connection-info): New variable.
2320         (rcirc-connect): Use it to store connection info.
2321         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
2322         for killed process.
2323         (rcirc-cmd-reconnect): New command.  (Bug#17045)
2324         (rcirc-mode, set-rcirc-encode-coding-system)
2325         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
2327 2014-04-09  Daniel Colascione  <dancol@dancol.org>
2329         * emacs-lisp/cl-indent.el: Add comment claiming
2330         facility is also good for elisp.
2331         (lisp-indent-find-method): New function.
2332         (common-lisp-indent-function): Recognize cl-loop.
2333         (common-lisp-indent-function-1): Recognize cl constructs; use
2334         `lisp-indent-find-method' instead of `get' directly.
2335         (if): Use else-body style for elisp.
2337 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
2339         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2340         Module methods.  (Bug#17216)
2342 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * help.el (describe-bindings): Fix buffer handling (bug#17210).
2345         (describe-bindings-internal): Mark obsolete.
2347 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
2350         buffer-file-name, and buffer-file-truename any more.
2352 2014-04-08  Leo Liu  <sdl.web@gmail.com>
2354         Use lexical-binding and require cl-lib.
2355         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
2356         (rcirc-handler-generic, rcirc-fill-paragraph)
2357         (rcirc-format-response-string, rcirc-target-buffer)
2358         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
2359         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
2360         (rcirc-ctcp-sender-PING, rcirc-browse-url)
2361         (rcirc-markup-timestamp, rcirc-markup-attributes)
2362         (rcirc-markup-my-nick, rcirc-markup-urls)
2363         (rcirc-markup-bright-nicks, rcirc-markup-fill)
2364         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
2365         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
2366         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
2367         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
2368         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
2369         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
2370         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
2371         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
2372         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
2373         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
2374         use cl-lib.
2376 2014-04-07  João Távora  <joaotavora@gmail.com>
2378         * elec-pair.el (electric-pair--syntax-ppss):
2379         When inside comments parse from comment beginning.
2380         (electric-pair--balance-info): Fix typo in comment.
2381         (electric-pair--in-unterminated-string-p): Delete.
2382         (electric-pair--unbalanced-strings-p): New function.
2383         (electric-pair-string-bound-function): New var.
2384         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2385         according to `electric-pair--in-unterminated-string-p'
2387         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2388         Inhibit quote pairing if point-max is inside an unterminated string.
2389         (electric-pair--looking-at-unterminated-string-p): Delete.
2390         (electric-pair--in-unterminated-string-p): New function.
2392 2014-04-07  Glenn Morris  <rgm@gnu.org>
2394         * shell.el (shell-directory-tracker):
2395         Go back to just ignoring failures.  (Bug#17159)
2397 2014-04-07  João Távora  <joaotavora@gmail.com>
2399         Fix `electric-pair-delete-adjacent-pairs' in modes binding
2400         backspace. (bug#16981)
2401         * elec-pair.el (electric-pair-backward-delete-char): Delete.
2402         (electric-pair-backward-delete-char-untabify): Delete.
2403         (electric-pair-mode-map): Bind backspace to a menu item filtering
2404         a new `electric-pair-delete-pair' command.
2405         (electric-pair-delete-pair): New command.
2407         * progmodes/python.el (python-electric-pair-string-delimiter):
2408         Fix triple-quoting electricity.  (Bug#17192)
2410         * elec-pair.el (electric-pair-post-self-insert-function):
2411         Don't skip whitespace when `electric-pair-text-pairs' and
2412         `electric-pair-pairs' were used. syntax to
2413         electric-pair--skip-whitespace.  (Bug#17183)
2415 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2417         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2418         "<F>".  (Bug#17199)
2420 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2423         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2425 2014-04-07  Glenn Morris  <rgm@gnu.org>
2427         * help.el (view-lossage): Doc tweak.
2429 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
2431         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2432         only when inhibit-x-resources is nil, and do that earlier in the
2433         function.  Doc fix.  (Bug#16694)
2434         (face-spec-choose): Accept additional optional argument, whose
2435         value is returned if no matching attributes are found.
2436         (face-spec-recalc): Use the new optional argument when calling
2437         face-spec-choose.  (Bug#16378)
2438         (make-face-x-resource-internal): Do nothing when
2439         inhibit-x-resources is non-nil.  Don't touch the default face if
2440         reversed video is given--as was done in previous versions of Emacs.
2441         (face-set-after-frame-default): Don't call
2442         make-face-x-resource-internal here.  (Bug#16434)
2444 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
2446         * doc-view.el (doc-view-bookmark-jump):
2447         Use `bookmark-after-jump-hook' to jump to the right page after the
2448         buffer is shown in a window.  (bug#16090)
2450 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2452         * international/characters.el (mirroring): Fix last change:
2453         instead of loading uni-mirrored.el explicitly, do that implicitly
2454         by creating the 'mirroring' uniprop table.  This avoids announcing
2455         the loading of uni-mirrored.el.
2457 2014-04-07  Glenn Morris  <rgm@gnu.org>
2459         * files.el (buffer-stale--default-function)
2460         (buffer-stale-function, revert-buffer--default):
2461         * autorevert.el (auto-revert-buffers): Doc tweaks.
2463 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2465         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
2467 2014-04-07  Glenn Morris  <rgm@gnu.org>
2469         * files.el (make-backup-file-name-function)
2470         (make-backup-file-name, make-backup-file-name--default-function)
2471         (make-backup-file-name-1, find-backup-file-name)
2472         (revert-buffer-function, revert-buffer-insert-file-contents-function)
2473         (buffer-stale--default-function, buffer-stale-function)
2474         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2475         (revert-buffer, revert-buffer--default)
2476         (revert-buffer-insert-file-contents--default-function):
2477         Doc fixes related to defaults no longer being nil.
2478         (make-backup-file-name-function): Bump :version.
2479         Restore nil as a valid but deprecated custom type.
2481 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2484         Handle $' used as a variable (bug#17174).
2486         * progmodes/perl-mode.el (perl-indent-new-calculate):
2487         Handle forward-sexp failure (bug#16985).
2488         (perl-syntax-propertize-function): Add "foreach" and "for" statement
2489         modifiers introducing expressions (bug#17116).
2491 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2493         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
2495 2014-04-05  Leo Liu  <sdl.web@gmail.com>
2497         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2498         Add define-compilation-mode.
2500 2014-04-04  João Távora  <joaotavora@gmail.com>
2502         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
2503         parse from comment beginning.
2504         (electric-pair--balance-info): Fix typo in comment.
2505         (electric-pair--in-unterminated-string-p): Delete.
2506         (electric-pair--unbalanced-strings-p): New function.
2507         (electric-pair-string-bound-function): New var.
2508         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2509         according to `electric-pair--in-unterminated-string-p'.
2511 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
2514         Move declaration before first use.
2515         (reftex-move-to-next-arg): Silence compiler warning.
2517 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
2519         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
2520         Use `window-total-width' instead of `window-width'.
2522 2014-04-03  Daniel Colascione  <dancol@dancol.org>
2524         * subr.el (set-transient-map): Remove rms's workaround entirely;
2525         use new `suspicious-object' subr to mark our lambda for closer
2526         scrutiny during gc.
2528 2014-04-02  Richard Stallman  <rms@gnu.org>
2530         * subr.el (set-transient-map): Comment out previous change.
2532 2014-04-02  Glenn Morris  <rgm@gnu.org>
2534         * menu-bar.el (menu-bar-file-menu):
2535         * vc/ediff.el (ediff-current-file):
2536         Update for revert-buffer-function no longer being nil by default.
2538         * simple.el (command-execute): Respect nil disabled-command-function.
2540 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2542         * simple.el (command-execute): Do not execute the command when it
2543         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
2545 2014-04-02  Juri Linkov  <juri@jurta.org>
2547         * dired-aux.el (dired-compress-file): Don't use string-match-p
2548         because its match data is used afterwards.
2550 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2552         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2553         0 like nil.
2555 2014-04-02  João Távora  <joaotavora@gmail.com>
2557         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2558         Inhibit quote pairing if point-max is inside an unterminated string.
2559         (electric-pair--looking-at-unterminated-string-p):
2560         Delete.
2561         (electric-pair--in-unterminated-string-p): New function.
2563 2014-04-01  Daniel Colascione  <dancol@dancol.org>
2565         * minibuffer.el (minibuffer-complete): Prevent assertion failure
2566         when trying to complete the prompt.
2568 2014-03-31  Leo Liu  <sdl.web@gmail.com>
2570         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2571         Refactor out eldoc-documentation-function-default.
2572         (eldoc-documentation-function-default): New function.
2573         (eldoc-documentation-function): Change value.
2575 2014-03-31  Glenn Morris  <rgm@gnu.org>
2577         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
2579         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
2580         (vhdl-compose-components-package, vhdl-compose-configuration):
2581         Abbreviate default-directory (missing from some previous upstream sync).
2583 2014-03-31  Reto Zimmermann  <reto@gnu.org>
2585         Sync with upstream vhdl mode v3.35.2.
2586         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2587         (top-level): No longer require assoc.
2588         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
2589         New functions.  Use throughout to replace aget etc.
2590         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
2591         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
2592         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
2593         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
2594         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
2595         except `vhdl-compiler'.
2596         (vhdl-error-regexp-add-emacs): Remove all other compilers,
2597         when appropriate.
2599 2014-03-31  Glenn Morris  <rgm@gnu.org>
2601         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
2602         Revert 2014-03-26 merge goof; go back to using defalias.
2604 2014-03-30  Daniel Colascione  <dancol@dancol.org>
2606         * comint.el (comint-send-input):
2607         Deactivate completion-in-region-mode before we send comint input.
2608         (Bug#17139).
2610         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
2611         on keyboard-quit.
2613 2014-03-29  Glenn Morris  <rgm@gnu.org>
2615         * textmodes/reftex.el: Manage most autoloads automatically.
2616         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
2617         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
2618         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
2619         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
2620         * textmodes/reftex-toc.el: Set generated-autoload-file,
2621         and add autoload cookies for reftex.el.
2622         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
2624 2014-03-28  Glenn Morris  <rgm@gnu.org>
2626         * cus-start.el (report-emacs-bug-address): Set custom properties.
2627         * mail/emacsbug.el (report-emacs-bug-address):
2628         Variable is now defined in emacs.c.
2630         * mail/emacsbug.el (report-emacs-bug):
2631         Include system-configuration-features.
2633 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
2635         * simple.el (cycle-spacing): Never delete spaces on first run by
2636         default, but do so in a new 'fast mode and if there are already
2637         N spaces (the previous behavior).
2638         Compare N with its value in previous invocation so that changing
2639         prefix argument restarts `cycle-spacing' sequence.
2640         The idea is that with this change, binding M-SPC to
2641         `cycle-spacing' should not introduce any changes in behavior of
2642         the binding so long as users do not type M-SPC twice in a raw with
2643         the same prefix argument or lack thereof.
2645 2014-03-28  Glenn Morris  <rgm@gnu.org>
2647         * faces.el (term-file-aliases): New variable.
2648         (tty-run-terminal-initialization): Respect term-file-aliases.
2649         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
2650         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
2651         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
2653 2014-03-27  Glenn Morris  <rgm@gnu.org>
2655         * startup.el (inhibit-startup-hooks): Doc tweak.
2656         (normal-top-level): Simplify running of hooks.
2657         For window-setup-hook, respect inhibit-startup-hooks.
2658         (command-line-1): Don't set window-setup-hook to nil.
2660         Allow selective autoloading from obsolete/ directory.
2661         * Makefile.in (obsolete-autoloads): New rule.
2662         (autoloads): Run obsolete-autoloads.
2663         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
2664         * simple.el (iswitchb-mode): Remove hand-written autoloads.
2666 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
2668         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2669         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
2671         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2672         Don't propertize `?' or `!' as symbol constituent when after
2673         colon.  (Bug#17097)
2675 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
2677         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2678         which is no longer needed and causes trouble in GTK builds (bug#17046).
2680         * emacs-lisp/package-x.el (package--archive-contents-from-url):
2681         Use url-insert-file-contents; package-handle-response no longer exists.
2683 2014-03-26  Daniel Colascione  <dancol@dancol.org>
2685         * simple.el (process-menu-mode-map): New variable.
2686         (process-menu-delete-process): New command.
2688 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
2690         * emacs-lisp/package.el: Fix bug#16733 (again).
2691         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2692         (url-http-target-url): Remove unused declarations.
2693         (package-handle-response): Remove.
2694         (package--with-work-buffer): Use url-insert-file-contents and simplify.
2695         (package--download-one-archive): Use current-buffer instead of
2696         dynamic binding of `buffer'.
2697         (describe-package-1): Do not decode readme-string.
2699 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
2701         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2703         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2704         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
2705         `remote-file-name-inhibit-cache' to nil in the second pass.
2706         (tramp-find-executable): Do not call "which" on SunOS.
2707         (tramp-send-command-and-check): Fix docstring.
2708         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2709         check whether source directory has set the sticky bit.
2711 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
2713         * simple.el (primitive-undo): Only process marker adjustments
2714         validated against their corresponding (TEXT . POS).  Issue warning
2715         for lone marker adjustments in undo history.  (Bug#16818)
2716         (undo-make-selective-list): Add marker adjustments to selective
2717         undo list based on whether their corresponding (TEXT . POS) is in
2718         the region.  Remove variable adjusted-markers, which was unused
2719         and only non nil during undo-make-selective-list.
2720         (undo-elt-in-region): Return nil when passed a marker adjustment
2721         and explain in function doc.
2723 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2725         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2727 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
2729         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2730         Match special global variables without curlies, too.
2731         (ruby-font-lock-keywords): Simplify the matcher for special global
2732         variables.  Don't require a non-word character after the variable.
2733         (Bug#17057)
2735 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2737         * simple.el (redisplay-highlight-region-function): Increase priority of
2738         overlay to make sure boundaries are visible (bug#15899).
2740 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
2742         * frameset.el (frameset--initial-params): Fix typo in parameter name.
2743         (frameset-restore): Compare display strings with equal.
2745         * frame.el (make-frame): Don't quote display name in error message,
2746         it is already a string.
2748 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2750         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2751         the password.
2753 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
2755         * emacs-lisp/package.el (package--add-to-archive-contents):
2756         Include already installed and built-in packages in
2757         `package-archive-contents'.
2758         (package-install): Don't include already installed packages in the
2759         options during interactive invocation.  (Bug#16762)
2760         (package-show-package-list): If the buffer is already displayed in
2761         another window, switch to that window.
2763 2014-03-26  Reto Zimmermann  <reto@gnu.org>
2765         Sync with upstream vhdl mode v3.35.1.
2766         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2767         (vhdl-compiler-alist): Doc fix.
2768         (vhdl-goto-line): Remove.
2769         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
2770         (vhdl-mode) <paragraph-start>: Fix value.
2771         (vhdl-fix-statement-region): Not `for' in wait-statement.
2772         (vhdl-beautify-region): Also (un)tabify.
2773         (vhdl-get-visible-signals):
2774         Scan declarative part of generate statements.
2775         (vhdl-template-record): Fix indentation for record type declaration.
2776         (vhdl-expand-abbrev, vhdl-expand-paren):
2777         Revert to using fset again rather than defalias.
2778         (vhdl-scan-directory-contents): Tweak.
2779         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
2780         (vhdl-compose-components-package):
2781         Replace vhdl-goto-line with forward-line.
2782         (top-level): Tweak speedbar frame selection.
2783         (vhdl-generate-makefile-1): Support for compilers with no
2784         unit-to-file name mapping (create directory with dummy files).
2786 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
2788         Sync with upstream verilog-mode revision 702457d.
2789         * progmodes/verilog-mode.el (verilog-mode-version): Update.
2790         (create-lockfiles): Declare.
2791         (verilog-read-decls): Fix module header imports, bug709.
2792         Reported by Victor Lau.
2793         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
2794         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
2795         interface-only modules, bug721.  Reported by Dean Hoyt.
2797 2014-03-26  Glenn Morris  <rgm@gnu.org>
2799         * obsolete/gulp.el: Move here from emacs-lisp/.
2801         * files.el (lock-buffer, unlock-buffer, file-locked-p):
2802         Remove fallback aliases, since they are always defined now.
2804 2014-03-24  Daniel Colascione  <dancol@dancol.org>
2806         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2807         instead of cl-loop search function.
2809 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
2811         * calendar/parse-time.el (parse-time-iso8601-regexp)
2812         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
2813         it more generally.
2815 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
2817         * net/dns.el (network-interface-list): Define for XEmacs.
2819 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
2821         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
2822         the network interfaces changed.
2823         (dns-query): Use it to flush the data.
2825 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
2827         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
2829 2014-03-23  Daniel Colascione  <dancol@dancol.org>
2831         Change subword-mode to use `find-word-boundary-function-table' and
2832         replace `capitalized-words-mode'.  Also, convert to lexical
2833         binding.
2835         * progmodes/cap-words.el: Delete now-obsolete file.
2836         * progmodes/subword.el: Reimplement using
2837         `find-word-boundary-function-table'.
2838         (subword-mode-map): Hollow out.
2839         (capitalized-words-mode): Define as obsolete alias for
2840         `subword-mode'.
2841         (subword-mode, superword-mode): Tweak documentation to reflect new
2842         implementation; call `subword-setup-buffer'.
2843         (subword-forward, subword-capitalize): Add underscore to indicate
2844         unused variable.
2845         (subword-find-word-boundary-function-table): New constant.
2846         (subword-empty-char-table): New constant.
2847         (subword-setup-buffer): New function.
2848         (subword-find-word-boundary): New function.
2850 2014-03-23  Daniel Colascione  <dancol@dancol.org>
2852         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2853         list to look for keyword arguments instead of `memq', fixing
2854         (Bug#3647) --- unfortunately, only for freshly-compiled code.
2855         Please make bootstrap.
2857 2014-03-22  Glenn Morris  <rgm@gnu.org>
2859         * dired.el (dired-read-regexp): Make obsolete.
2860         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
2861         (dired-flag-files-regexp):
2862         * dired-aux.el (dired-mark-read-regexp):
2863         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
2865         * startup.el (fancy-startup-text):
2866         * help.el (describe-gnu-project): Visit online info about GNU project.
2868         * help-fns.el (help-fns--interactive-only): New function.
2869         (help-fns-describe-function-functions): Add the above function.
2870         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
2871         (next-line, previous-line): Remove hand-written interactive-only
2872         information from doc strings, it is auto-generated now.
2873         * bookmark.el (bookmark-write):
2874         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
2875         (epa-mail-import-keys): Mark interactive-only,
2876         and remove hand-written interactive-only information from doc strings.
2877         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
2878         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
2879         * files.el (not-modified):
2880         * simple.el (mark-whole-buffer): Mark interactive-only.
2882         * emacs-lisp/byte-run.el (defun-declarations-alist):
2883         Add interactive-only.  Doc tweak.
2884         (macro-declarations-alist): Doc tweak.
2885         * subr.el (declare): Doc tweak (add xref to manual).
2886         * comint.el (comint-run):
2887         * files.el (insert-file-literally, insert-file):
2888         * replace.el (replace-string, replace-regexp):
2889         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2890         (delete-forward-char, goto-line, insert-buffer, next-line)
2891         (previous-line): Set interactive-only via declare.
2893 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
2895         * emacs-lisp/package.el (package-desc): Use the contents of the
2896         quoted form, not its cdr.  (Bug#16873)
2898 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
2900         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2901         benefit of doc.c; change parameter profile to match the X function.
2903 2014-03-22  Leo Liu  <sdl.web@gmail.com>
2905         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
2906         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
2908 2014-03-21  Richard Stallman  <rms@gnu.org>
2910         * battery.el (battery-linux-sysfs): Search for each field
2911         from the beginning of the buffer.
2913         * subr.el (set-transient-map): Clear out function and value
2914         of the temporary symbol when we're done with it.
2916         * mail/rmailsum.el (rmail-summary-delete-forward):
2917         Optimize case of reaching end and handling count.
2918         (rmail-summary-mark-deleted): Optimize when N is current msg.
2919         Don't create new summary line.
2920         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
2921         (rmail-summary-undelete-many): Rewrite for speed.
2922         (rmail-summary-msg-number): New function.
2924         * mail/rmail.el (rmail-delete-message): Update summary.
2925         (rmail-undelete-previous-message): Handle repeat count arg.
2926         (rmail-delete-backward, rmail-delete-forward): Likewise.
2928 2014-03-21  Daniel Colascione  <dancol@dancol.org>
2930         * mail/emacsbug.el (report-emacs-bug): Include memory usage
2931         information in bug reports.
2933 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
2935         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2936         and `tramp-copy-env'.
2938         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2939         (tramp-maybe-open-connection): Handle `tramp-login-env'.
2941 2014-03-21  Glenn Morris  <rgm@gnu.org>
2943         * electric.el (electric-indent-post-self-insert-function): Add doc.
2945 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
2947         * emacs-lisp/package.el (package-compute-transaction):
2948         Use `version-list-<=' to compare the requirement version against
2949         the version of package already to be installed.  Update the error
2950         message.  (Bug#16826)
2952         * progmodes/ruby-mode.el (ruby-smie-rules):
2953         Add indentation rule for ` @ '.  (Bug#17050)
2955 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
2957         * align.el (align-regexp): Remove superfluous backslash.
2959         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2960         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2961         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2962         Fix docstring typos.
2963         (ffap-next): Use C-u in docstring.
2964         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2965         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2966         Remove superfluous backslashes.
2967         (ffap-string-at-point): Reflow docstring.
2969         * server.el (server-host): Reflow docstring.
2970         (server-unload-function): Fix docstring typo.
2971         (server-eval-at): Remove superfluous backslash.
2973         * skeleton.el (skeleton-insert): Remove superfluous backslash.
2974         (skeleton-insert): Doc fix.
2975         (skeleton-insert): Reflow docstring.
2977         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2978         (tty-color-approximate, tty-color-by-index, tty-color-values)
2979         (tty-color-desc): Remove superfluous backslashes.
2981 2014-03-21  Glenn Morris  <rgm@gnu.org>
2983         * cus-start.el (history-length): Bump :version.
2985         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2986         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2987         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2988         Don't set `make-backup-files'.
2990         * info.el (info--prettify-description): New function,
2991         to give info-finder descriptions consistent case, punctuation.
2992         (Info-finder-find-node): Use it.  Sort packages.
2993         Refer to "description" rather than "commentary".
2995 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
2997         * frameset.el (frameset--print-register): New function.
2998         (frameset-to-register): Use it.
3000 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
3002         * progmodes/hideif.el (hif-string-to-number): New function.
3003         (hif-tokenize): Use it to understand non-decimal floats.
3005         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
3007         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
3009 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3011         * electric.el (electric-newline-and-maybe-indent): New command.
3012         Bind it globally to C-j.
3013         (electric-indent-mode): Don't mess with the global map any more.
3014         Don't drop the post-self-insert-hook is some buffer is still using it
3015         (bug#16770).
3017         * bindings.el (global-map): Remove C-j binding.
3019         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
3020         the docstring of functions advised before dumping (bug#16993).
3022 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
3024         * ps-print.el (ps-generate-postscript-with-faces):
3025         Explicitly deactivate the mark (bug#16866).
3026         * simple.el (deactivate-mark): Update region highlight.
3028 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
3030         * emacs-lisp/package.el (describe-package-1):
3031         Decode commentary (bug#16733).
3033 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
3035         * custom.el (defcustom): Doc fix: recommend avoiding destructive
3036         modification of the value argument of :set (bug#16755).
3038 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3040         * simple.el (newline-and-indent): Do autofill (bug#17031).
3042 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
3044         * newcomment.el (comment-normalize-vars): Only add escaping check
3045         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
3046         (comment-beginning): Use `narrow-to-region' instead of moving back
3047         one character.
3048         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
3049         (comment-start-skip): Update the docstring.
3051 2014-03-18  Richard Stallman  <rms@gnu.org>
3053         * dired.el (dired-display-file): Force use of other window.
3055 2014-03-18  Daniel Colascione  <dancol@dancol.org>
3057         * startup.el (tty-handle-args): Remove debug message from 2007.
3059 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3061         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
3062         (advice--make-interactive-form): Use it to avoid (auto)loading function.
3063         (advice--make-1, advice-add, advice-remove):
3064         Remove braindead :advice-pending hack.
3066 2014-03-17  Glenn Morris  <rgm@gnu.org>
3068         * calendar/calendar.el (calendar-generate-month): Apply weekend
3069         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
3071 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
3073         * net/tramp.el (tramp-action-out-of-band): Read pending output.
3074         (tramp-call-process): Trace also DESTINATION.
3076         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3077         Quote file names when they are local.  Remove superfluous trace.
3079 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
3081         * newcomment.el (comment-beginning): If `comment-start-skip'
3082         doesn't match, move back one char and try again.  (Bug#16971)
3084         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3085         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
3086         Set `comment-start-skip' to a simpler value that doesn't try to
3087         check if the semicolon is escaped (this is handled by
3088         `syntax-ppss' now).  (Bug#16971)
3090         * progmodes/scheme.el (scheme-mode-variables): Same.
3092 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
3094         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
3095         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
3096         current (Bug#16816, Bug#17007).
3097         (with-current-buffer-window): New macro doing the same as
3098         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
3099         * help.el (help-print-return-message): Warn in doc-string to not
3100         use this in `with-help-window'.
3101         (describe-bindings-internal): Call `describe-buffer-bindings'
3102         from within help buffer.  See Juanma's scenario in (Bug#16816).
3103         (with-help-window): Update doc-string.
3104         * dired.el (dired-mark-pop-up):
3105         * files.el (save-buffers-kill-emacs):
3106         * register.el (register-preview): Use `with-current-buffer-window'
3107         instead of `with-temp-buffer-window'.
3109 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
3111         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
3112         Implement inserting into current buffer, documented in their docstrings.
3113         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
3114         (rst-section-tree-point, rst-forward-section, rst-indent)
3115         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
3116         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
3117         (rst-font-lock-handle-adornment-pre-match-form)
3118         (rst-repeat-last-character): Reflow docstrings.
3119         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
3120         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
3121         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
3122         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
3123         Fix docstring typos.
3124         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
3125         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
3126         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
3128 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
3130         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
3131         for compatibility with other ports.
3132         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
3133         from the -xrm command line argument, but in the Nextstep port its value
3134         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
3136         * progmodes/python.el (defconst, python-syntax-count-quotes)
3137         (python-indent-region, python-indent-shift-right)
3138         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
3139         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
3140         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
3141         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
3142         (inferior-python-mode, python-shell-make-comint, run-python-internal)
3143         (python-shell-buffer-substring, python-shell-send-buffer)
3144         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
3145         (python-completion-complete-at-point, python-fill-docstring-style)
3146         (python-eldoc-function, python-imenu-format-item-label)
3147         (python-imenu-format-parent-item-label)
3148         (python-imenu-format-parent-item-jump-label)
3149         (python-imenu--build-tree, python-imenu-create-index)
3150         (python-imenu-create-flat-index): Fix docstring typos.
3151         (python-indent-context, python-shell-prompt-regexp, run-python):
3152         Remove superfluous backslashes.
3153         (python-indent-line, python-nav-beginning-of-defun)
3154         (python-shell-get-buffer, python-shell-get-process)
3155         (python-info-current-defun, python-info-current-line-comment-p)
3156         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
3157         (python-indent-post-self-insert-function, python-shell-send-file)
3158         (python-shell-completion-get-completions)
3159         (python-shell-completion-complete-or-indent)
3160         (python-eldoc--get-doc-at-point): Reflow docstrings.
3162 2014-03-14  Glenn Morris  <rgm@gnu.org>
3164         * emacs-lisp/package.el (package-menu-mode-map):
3165         Replace use of obsolete function alias.  Tweak menu item text.
3167         * info.el (Info-finder-find-node):
3168         Ignore the `emacs' metapackage.  (Bug#10813)
3170         * finder.el (finder-list-matches): Include unversioned packages
3171         in the result of a keyword search.
3173         * finder.el (finder--builtins-descriptions): New constant.
3174         (finder-compile-keywords): Use finder--builtins-descriptions.
3176 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
3178         * simple.el (blink-matching-paren): Describe the new value,
3179         `jump', enabling the old behavior.
3180         (blink-matching-open): Use that value.  (Bug#17008)
3182 2014-03-14  Glenn Morris  <rgm@gnu.org>
3184         * finder.el (finder-no-scan-regexp): Add leim-list.
3185         (finder-compile-keywords):
3186         Don't skip files with same basename.  (Bug#14010)
3187         * Makefile.in (setwins_finder): New, excluding leim.
3188         (finder-data): Use setwins_finder.
3190         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
3191         (help-function-arglist, help-make-usage): Move from here...
3192         * help.el (help-split-fundoc, help-add-fundoc-usage)
3193         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
3194         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
3196 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
3198         * net/socks.el (socks, socks-override-functions)
3199         (socks-find-services-entry):
3200         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
3201         (hif-find-ifdef-block):
3202         * progmodes/modula2.el (m2-indent): Fix docstring typos.
3204         * net/tls.el (tls-program): Reflow docstring.
3206         * progmodes/pascal.el (pascal-mode-abbrev-table)
3207         (pascal-imenu-generic-expression, pascal-auto-endcomments)
3208         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
3209         (pascal-outline-mode): Fix docstring typos.
3210         (pascal-mode): Let define-derived-mode document mode hook.
3211         (pascal-uncomment-area): Reflow.
3212         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
3214         * progmodes/opascal.el (opascal-compound-block-indent)
3215         (opascal-case-label-indent): Fix docstring typos.
3216         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
3218 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
3220         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3221         Fontify multiple adjacent negation chars.  (Bug#17004)
3223 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
3225         * emacs-lisp/package.el (package--prepare-dependencies):
3226         Accept requirements without explicit version (bug#14941).
3228 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3230         * register.el (register-separator, copy-to-register): Doc fixes.
3231         (register-preview-default): Remove unnecessary call to concat.
3233         * frameset.el (frameset-restore): When checking for a visible frame,
3234         use the action map instead of calling visible-frame-list.
3236 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
3238         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3240 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
3242         * window.el (fit-frame-to-buffer): Get maximum width from
3243         display's width instead of height.
3245 2014-03-12  Glenn Morris  <rgm@gnu.org>
3247         * desktop.el (desktop-restore-frames)
3248         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3249         (desktop-restore-reuses-frames): Doc tweaks.
3251         * electric.el (electric-indent-mode): Doc fix.
3253 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3255         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3256         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3257         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3258         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3259         (cvs-dired-use-hook): Fix docstring typos.
3260         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3261         Doc fixes.
3263         * vc/pcvs-defs.el (cvs-auto-remove-handled)
3264         (cvs-auto-remove-directories, cvs-default-ignore-marks)
3265         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
3266         (cvs-execute-single-dir): Fix docstring typos.
3268         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
3269         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
3271         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
3273         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
3274         Fix docstring typos.
3276 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3278         * frameset.el (frameset--jump-to-register): Add autoload; it could be
3279         called from jump-to-register after unloading the frameset package.
3281 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3283         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
3284         (bug#16975).  Deactivate the mark before setting it to nil.
3285         (activate-mark): Do nothing if region is already active.
3287 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
3289         * frameset.el (frameset--target-display): Remove definition; declare.
3290         (frameset-save, frameset-restore): Let-bind frameset--target-display.
3292 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3294         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
3295         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
3296         when the advice is pending.
3297         (advice-remove): Remove this marker when not needed any more.
3299 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
3301         * frameset.el: Separate options for reusing frames and cleaning up.
3302         (frameset--reuse-list): Remove definition; declare.
3303         (frameset--action-map): Declare.
3304         (frameset--find-frame-if): Doc fix.
3305         (frameset--restore-frame): Cache frame action.
3306         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
3307         how to clean up the frame list after restoring.  Remove cleaning
3308         options from REUSE-FRAMES.  Change all keyword values to symbols.
3309         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
3311         * desktop.el (desktop-restore-forces-onscreen)
3312         (desktop-restore-reuses-frames): Use non-keyword values.
3313         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
3315 2014-03-10  Glenn Morris  <rgm@gnu.org>
3317         * files.el (find-file): Doc fix: update info node name.
3319         * emacs-lisp/advice.el (ad-add-advice, defadvice):
3320         Doc fix: remove references to deleted info nodes.
3322 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
3324         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3325         Do not add `nil' to the environment, when there's no remote `locale'.
3326         (tramp-find-inline-encoding): Check, that the remote host has
3327         installed perl, before sending scripts.
3329 2014-03-10  Leo Liu  <sdl.web@gmail.com>
3331         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3332         Clear eldoc-last-message.  (Bug#16920)
3334 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3336         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
3337         (bug#14430).
3339 2014-03-09  Juri Linkov  <juri@jurta.org>
3341         * ansi-color.el (ansi-color-names-vector): Copy default colors
3342         from `xterm-standard-colors' that look well on the default white
3343         background (and also on the black background) to avoid illegible
3344         color combinations like yellow-on-white and white-on-white.
3345         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
3347 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
3349         * frameset.el (frameset-restore): When no frame is visible, do not
3350         generate a list of frames, just make visible the selected one.
3352 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
3354         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
3355         it only contains the repository root.  (Bug#16897)
3357 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
3359         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
3360         only when `remote-file-name-inhibit-cache' is nil.
3361         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
3363 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
3365         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
3366         Fix doc-strings.
3367         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
3368         fit-frame-to-buffer variable.  Fix doc-string.
3369         (fit-window-to-buffer): Set ONLY argument in call of
3370         fit-frame-to-buffer.  Fix doc-string.
3372 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
3374         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
3375         (tramp-action-password): Clear password cache if needed.
3376         (tramp-read-passwd): Do not clear password cache.
3378         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
3379         cache unless it is the first password request.
3381 2014-03-06  Glenn Morris  <rgm@gnu.org>
3383         * simple.el (newline): Doc tweak.
3385         * emacs-lisp/shadow.el (load-path-shadows-find):
3386         Ignore dir-locals.  (Bug#12357)
3388 2014-03-05  Glenn Morris  <rgm@gnu.org>
3390         * files.el (interpreter-mode-alist):
3391         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
3393 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
3395         * frameset.el (frameset--initial-params): Filter out null entries.
3397 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
3399         * window.el (window-min-height, window-min-width):
3400         Rewrite doc-strings.
3401         (window-body-size): Add PIXELWISE argument to make it consistent
3402         with its callees.
3404 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
3406         * finder.el (finder-mode-map, finder-mode-syntax-table):
3407         Revert part of 2014-02-28 change.
3409 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
3411         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
3412         (eww-setup-buffer): Clear next/prev/etc more reliably.
3413         (eww-textarea-map): [tab] doesn't work on tty.
3414         Reported by Mario Lang.
3416         * net/shr.el (shr-map): Ditto.
3418 2014-03-04  Glenn Morris  <rgm@gnu.org>
3420         * minibuffer.el (completion-hilit-commonality):
3421         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
3423 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
3425         * hilit-chg.el (hilit-chg-unload-function): New function.
3426         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
3427         (hilit-chg-map-changes): Prefer cardinal number to digit.
3428         (hilit-chg-display-changes): Reflow docstring.
3429         (highlight-changes-rotate-faces): Remove superfluous backslash.
3431 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
3433         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
3434         `tramp-send-command-and-check'.
3436 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
3438         * hexl.el (hexl-address-region, hexl-ascii-region)
3439         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
3440         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
3441         (hexl-forward-word, hexl-previous-line, hexl-next-line):
3442         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
3443         (hexl-mode): Doc fix.
3444         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
3445         (hexl-mode-ruler): Fix typos in docstrings.
3447         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
3448         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
3449         Remove superfluous backslashes.
3450         (strokes-last-stroke, strokes-global-map, strokes-mode):
3451         Reflow docstrings.
3452         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
3453         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
3454         (strokes-distance-squared, strokes-global-set-stroke)
3455         (strokes-global-set-stroke-string): Doc fixes.
3456         (strokes-help): Fix typos; reflow docstring.
3458 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
3460         * window.el (window-in-direction): Fix doc-string.
3462 2014-03-04  Glenn Morris  <rgm@gnu.org>
3464         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
3465         Explicit error if no grammar.
3466         (smie-config-save): Doc fix.  Fix quote typo.
3468 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3470         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
3471         electric-indent-mode-hook if we obey electric-indent-mode.
3472         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
3473         decide whether we obey electric-indent-mode.
3474         (c-change-set-fl-decl-start, c-extend-after-change-region):
3475         Silence warnings.
3476         (c-electric-indent-mode-hook): Assume we do want to obey
3477         electric-indent-mode.
3479         * electric.el (electric-indent-mode-has-been-called): Remove.
3480         (electric-indent-mode): Fix accordingly.
3482         * files.el (hack-local-variables): Mention file name in warning.
3484         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
3486 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
3488         * bindings.el: Add comment describing why C-d binds to `delete-char'.
3489         * simple.el (delete-forward-char): Mark as interactive-only.
3491 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
3493         * icomplete.el (icomplete-completions):
3494         Follow-up to 2014-03-01 change.
3496         * icomplete.el: Miscellaneous doc fixes.
3497         Use Icomplete everywhere instead of icomplete for consistency.
3498         (icomplete-max-delay-chars): Fix typo.
3499         (icomplete-mode): Use \[].
3500         (icomplete-tidy, icomplete-exhibit): Reflow.
3501         (icomplete-minibuffer-setup-hook, icomplete-completions):
3502         Remove superfluous backlashes.
3504         * ido.el: Miscellaneous doc fixes.
3505         Use Ido everywhere instead of ido or `ido' for consistency.
3506         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
3507         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
3508         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
3509         (ido-separator): Extract obsolescence info from docstring and declare
3510         with make-obsolete-variable.
3511         (ido-minibuffer-setup-hook): Simplify example.
3512         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
3513         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
3514         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
3515         (ido-everywhere): Reflow docstring.
3516         (ido-toggle-vc): Doc fix.
3517         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
3518         of long list of keybindings.
3520 2014-03-03  Glenn Morris  <rgm@gnu.org>
3522         * frame.el (display-pixel-height, display-pixel-width)
3523         (display-mm-dimensions-alist, display-mm-height)
3524         (display-mm-width): Doc tweaks.
3526 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
3528         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
3529         case of undo in region.
3531 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
3533         * window.el (fit-window-to-buffer): Fix argument in window-size
3534         call when window is horizontally combined.
3536 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
3538         * icomplete.el (icomplete-completions): Use string-width.
3539         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3541 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
3543         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3544         Highlight regexp options.  (Bug#16914)
3546 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
3548         * window.el (window--max-delta-1): Round down when calculating
3549         how many lines/columns we can get from a window.
3551 2014-03-01  Glenn Morris  <rgm@gnu.org>
3553         * isearch.el (search-invisible): Doc fix.
3555         * minibuffer.el (completion-hilit-commonality):
3556         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
3557         * comint.el (comint-dynamic-list-completions): Doc fix.
3558         * comint.el (comint-dynamic-list-completions):
3559         * filecache.el (file-cache-minibuffer-complete):
3560         * tempo.el (tempo-display-completions):
3561         * eshell/em-hist.el (eshell-list-history):
3562         Replace use of obsolete argument of display-completion-list.
3564 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
3566         * icomplete.el (icomplete-completions):
3567         Revert back to using "..." when ?… cannot be displayed.
3569 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
3571         * finder.el (finder-unload-function): New function.
3573 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
3575         * dframe.el (dframe-detach):
3576         * find-dired.el (find-dired, find-name-dired):
3577         * finder.el (finder-mode-map, finder-mode-syntax-table)
3578         (finder-headmark, finder-select, finder-mouse-select):
3579         Fix docstring typos.
3581 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
3583         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
3584         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
3585         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3586         Fix doc-string based on a suggestion by Nicolas Richard
3587         <theonewiththeevillook@yahoo.fr>.
3588         * help.el (with-help-window): Fix doc-string.
3590 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
3592         * net/shr.el (shr-image-animate): New option.
3593         (shr-put-image): Respect shr-image-animate.
3595 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
3597         * net/tramp-adb.el (tramp-adb-parse-device-names):
3598         Use `accept-process-output'.
3599         (tramp-adb-handle-file-truename): Cache the localname only.
3600         (tramp-adb-handle-make-directory)
3601         (tramp-adb-handle-delete-directory): Flush file properties correctly.
3602         (tramp-adb-handle-set-file-modes): Do not raise an error when file
3603         modes cannot be changed.
3605         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
3606         file properties of symlinks.
3608 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
3610         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
3611         required/optional fields to match development biblatex.  (Bug#16781)
3613 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
3615         * saveplace.el (toggle-save-place):
3616         Fix argument handling.  (Bug#16673)
3618 2014-02-28  Glenn Morris  <rgm@gnu.org>
3620         * minibuffer.el (completions-first-difference)
3621         (completions-common-part, completion-hilit-commonality): Doc fixes.
3623 2014-02-28  Karl Berry  <karl@gnu.org>
3625         * info.el (Info-mode-map): Add H for describe-mode,
3626         to synchronize with standalone Info.
3628 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
3630         * progmodes/sql.el (sql-interactive-mode):
3631         Avoid setting global comint-input-ring-separator.  (Bug#16814)
3633 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
3635         * net/dbus.el (dbus--init-bus): Declare function.
3636         (dbus-path-local, dbus-interface-local): New defconst.
3637         (dbus-init-bus): Use them.
3638         (dbus-return-values-table): Extend doc.
3639         (dbus-handle-bus-disconnect): Extend error message.
3641 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
3643         * subr.el (y-or-n-p): Fix double space issue in message.
3645 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
3647         * net/tramp.el (tramp-call-process): Improve trace message.
3648         (tramp-handle-insert-file-contents): Trace error case.
3650         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3651         <insert-directory>: Use `tramp-handle-insert-directory'.
3652         (tramp-adb-handle-insert-directory): Remove function.
3653         (tramp-adb-send-command-and-check): New defun, replacing
3654         `tramp-adb-command-exit-status'.  Change all callees.
3655         (tramp-adb-handle-file-attributes)
3656         (tramp-adb-handle-directory-files-and-attributes): Use it.
3657         (tramp-adb-ls-output-name-less-p):
3658         Use `directory-listing-before-filename-regexp'.
3659         (tramp-adb-handle-delete-directory): Flush also file properties of
3660         the truename of directory.
3661         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
3662         (tramp-adb-handle-file-local-copy): Make the local copy readable.
3663         (tramp-adb-handle-write-region): Implement APPEND.
3664         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
3665         properties correctly.
3666         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
3667         variables.  Check for connected devices only when needed.
3669 2014-02-27  Glenn Morris  <rgm@gnu.org>
3671         * minibuffer.el (completion-table-dynamic)
3672         (completion-table-with-cache): Doc fixes.
3674         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
3675         (completing-read-multiple): Doc fixes.
3677 2014-02-27  Daniel Colascione  <dancol@dancol.org>
3679         * minibuffer.el (completion--nth-completion): Fix indentation.
3681         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
3682         explicit tramp path is empty.
3684 2014-02-27  Glenn Morris  <rgm@gnu.org>
3686         * emacs-lisp/crm.el (completing-read-multiple):
3687         Empower help-enable-auto-load.
3689 2014-02-26  Glenn Morris  <rgm@gnu.org>
3691         * startup.el (command-line): Don't init the tty in daemon mode.
3693         Avoid calling tty-setup-hook twice, eg if a term file
3694         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
3695         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3696         (tty-create-frame-with-faces): Use it.
3697         * startup.el (command-line): Pass run-hook argument
3698         to tty-run-terminal-initialization.
3700         * dired.el (dired-restore-desktop-buffer): Demote errors;
3701         eg in case a glob match fails.  (Bug#16884)
3703 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
3705         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3706         error from `read-from-string'.  (Bug#16850)
3708         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3709         result of `completing-read' in the interactive form.  (Bug#16854)
3711 2014-02-25  Glenn Morris  <rgm@gnu.org>
3713         * image.el (image-animate, image-animate-timeout):
3714         Stop animating images in dead buffers.  (Bug#16878)
3716         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
3718         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3719         Doc fixes.
3720         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
3721         * term/sun.el (sun-raw-prefix-hooks):
3722         Use tty-setup-hook instead of term-setup-hook.
3723         (terminal-init-sun): Construct message from bytecomp plist.
3724         * term/wyse50.el (enable-arrow-keys): Doc fix.
3726 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
3728         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3729         Fix docstring typos.
3731 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
3733         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3735 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3737         * minibuffer.el (completion--try-word-completion):
3738         Fix error when completing M-x commands (bug#16808).
3740 2014-02-24  Leo Liu  <sdl.web@gmail.com>
3742         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3744 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
3746         * apropos.el (apropos-print): Avoid formatting error when
3747         apropos-do-all and apropos-compact-layout are both t.
3749 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
3751         * apropos.el (apropos-property, apropos-all-words-regexp)
3752         (apropos-true-hit, apropos-variable, apropos-print):
3753         Fix docstring typos, and remove obsolete comment.
3755 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
3757         * net/tramp-sh.el (tramp-sh-handle-file-truename):
3758         Preserve trailing "/".  (Bug#16851)
3760 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
3762         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3763         after `=>' (bug#16811).
3764         (ruby-smie-rules): Handle the inconsistent second element of the
3765         list returned by `smie-indent--parent'.
3766         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3767         method call.
3769 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
3771         * elec-pair.el (electric-pair-text-syntax-table)
3772         (electric-pair-syntax-info, electric-pair--syntax-ppss)
3773         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3774         (electric-pair--looking-at-unterminated-string-p): Doc fix.
3775         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
3777 2014-02-22  Glenn Morris  <rgm@gnu.org>
3779         * imenu.el (imenu--generic-function): Doc fix.
3781         * register.el (frame-configuration-to-register): Make obsolete.
3783 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
3785         * desktop.el (desktop-save-buffer-p): Do not fail when
3786         desktop-files-not-to-save is nil.  Return t for true result
3787         as the doc says.
3789 2014-02-22  Daniel Colascione  <dancol@dancol.org>
3791         * net/secrets.el (secrets-create-item, secrets-search-items):
3792         Check that attribute values are strings, avoiding the construction
3793         of invalid dbus messages.
3795 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
3797         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3798         defun-declarations-alist.
3800 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3802         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3803         (bug#16829).
3805 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
3807         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3808         (whitespace-newline, whitespace-trailing, whitespace-line)
3809         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3810         (whitespace-space-after-tab): Fix typo in docstrings.
3812 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
3814         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3816         * electric.el (electric-indent-functions-without-reindent):
3817         Add `yaml-indent-line'.
3819 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
3821         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3822         It has done nothing for years; should be removed after the release.
3824         * simple.el (choose-completion): Fix docstring typo.
3825         (read-quoted-char-radix): Remove unneeded * in docstring.
3826         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3827         Don't escape parentheses unnecessarily in docstrings.
3829 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
3831         Fix handling of window-min-height/-width (Bug#16738).
3832         * window.el (window--dump-window, window--dump-frame):
3833         New functions.
3834         (window--min-size-1): Account for window dividers.
3835         When window-resize-pixelwise is nil, delay rounding till after the
3836         sum of the window components has been calculated.
3837         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3838         nil make sure at least one text line and two text columns remain
3839         fully visible.
3840         (window-resize): Signal an error when window-resize-apply fails.
3841         (window--resize-child-windows): Fix calculation of by how many
3842         pixels a window can still be shrunk via window-new-normal.
3843         (adjust-window-trailing-edge): Call window--resizable with
3844         correct TRAIL argument.
3846         (with-temp-buffer-window): Don't evaluate BODY within
3847         with-current-buffer (Bug#16816).
3849 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
3851         * net/tramp.el (tramp-check-cached-permissions):
3852         Call `file-attributes' with `suffix' being a symbol but a string.
3854 2014-02-21  Daniel Colascione  <dancol@dancol.org>
3856         * net/dbus.el (dbus-init-bus-1): Declare new subr.
3857         (dbus-init-bus): New function: call into dbus-init-bus-1
3858         and installs a handler for the disconnect signal.
3859         (dbus-call-method): Rewrite to look for result in cons.
3860         (dbus-call-method-handler): Store result in cons.
3861         (dbus-check-event): Recognize events with nil sender as valid.
3862         (dbus-handle-bus-disconnect): New function.  React to bus
3863         disconnection signal by synthesizing dbus error for each
3864         pending synchronous or asynchronous call.
3865         (dbus-notice-synchronous-call-errors): New function.
3866         (dbus-handle-event): Raise errors directly only when `dbus-debug'
3867         is true, not all the time.
3869 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
3871         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3872         Remove obsolescence declarations, these variables do not exist anymore.
3874         * savehist.el (savehist-save-minibuffer-history)
3875         (savehist-additional-variables, savehist-file, savehist-mode-hook)
3876         (savehist-save-hook, savehist-coding-system, savehist-loaded)
3877         (savehist-load, savehist-install, savehist-autosave): Fix typos;
3878         mostly, refer to "Savehist mode" when talking about the mode,
3879         and not the function.
3881         * saveplace.el (save-place): Remove redundant info in docstring.
3882         (save-place-forget-unreadable-files, toggle-save-place)
3883         (save-place-forget-unreadable-files, save-place-dired-hook):
3884         Fix typos and remove unneeded backslashes.
3886 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
3888         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3889         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3891         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3892         <insert-directory>: Use `tramp-handle-insert-directory'.
3893         (tramp-gvfs-handle-insert-directory): Remove function.
3895         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3896         Call `tramp-handle-insert-directory'.
3898 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
3900         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3901         before the start of buffer/region (bug#16799).
3903 2014-02-20  Glenn Morris  <rgm@gnu.org>
3905         * isearch.el (search-invisible): Doc fix.
3907 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
3909         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3910         (bug#16657).
3912 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
3914         * frameset.el (frameset-restore): Delay removing an old frame's
3915         duplicate id until the new frame has been correctly created.
3917 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
3919         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3920         (tramp-check-cached-permissions): Call `file-attributes' if the
3921         cache is empty.
3923         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3924         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3926         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3927         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3928         (tramp-gvfs-maybe-open-connection): Set always connection
3929         properties, even if target is mounted already.
3931         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3932         Set tramp-autoload cookie.
3933         (tramp-get-remote-touch): New defun.
3934         (tramp-sh-handle-set-file-times): Use it.
3935         (tramp-sh-handle-directory-files-and-attributes):
3936         Use `tramp-handle-directory-files-and-attributes' if neither stat
3937         nor perl are available on the remote host.
3939         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3940         "/".  Write long listing only when "l" belongs to the switches.
3942         * net/trampver.el: Update release number.
3944 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
3946         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3948 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
3950         * window.el (window-state-put): Allow WINDOW to refer to an
3951         internal window (Bug#16793).
3953 2014-02-19  Glenn Morris  <rgm@gnu.org>
3955         * textmodes/remember.el: Move provide statement to end.
3956         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3957         (remember-notes): Doc fixes.
3959 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * delsel.el (delete-char): Restore incorrectly erased property
3962         (bug#16795).
3964 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
3966         * frameset.el (frameset--restore-frame): When a frame is being reused
3967         and its root window is not alive, delete all the frame's windows before
3968         restoring the window state.  This works around the issue in bug#16793.
3970 2014-02-18  Glenn Morris  <rgm@gnu.org>
3972         * textmodes/remember.el (remember-data-directory)
3973         (remember-directory-file-name-format, remember-store-in-files)
3974         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3975         (remember-notes-save-and-bury-buffer)
3976         (remember-notes--kill-buffer-query): Doc fixes.
3978         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3980 2014-02-17  Alan Mackenzie  <acm@muc.de>
3982         Connect electric-indent-mode up with CC Mode.  Bug #15478.
3983         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3984         to electric-indent-{,local-}-mode.
3985         (c-basic-common-init): Set electric-indent-inhibit.
3986         Initialise c-electric-flag from electric-indent-mode.
3987         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3988         New hook functions which propagate electric-indent-mode to CC mode.
3990         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3991         hit, toggle electric-indent-local-mode.
3993         * electric.el (electric-indent-mode-has-been-called):
3994         New variable.
3996 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
3998         * frameset.el (frameset-cfg-id): New function.
3999         (frameset--reuse-frame, frameset-restore): Use it.
4000         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
4002 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4004         * ido.el (ido-file-internal): Remove unused var `d'.
4005         Use \` for to match BoS.  Fit within 80n columns.
4007 2014-02-17  Daniel Colascione  <dancol@dancol.org>
4009         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
4010         dbus-call-method check for completion using a busy-wait loop with
4011         gradual backoff.
4013 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
4015         Sync with Tramp 2.2.9.
4017         * net/trampver.el: Update release number.
4019 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
4021         * ido.el (ido-file-internal): Don't add the name of an existing
4022         directory twice.  (Bug#16747)
4024 2014-02-16  Glenn Morris  <rgm@gnu.org>
4026         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
4027         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
4029 2014-02-15  Michael R. Mauger  <michael@mauger.com>
4031         * progmodes/sql.el: Version 3.4
4032         (sql-oracle-options): New default value ("-L").
4033         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
4034         (sql-placeholders-filter): Correct placeholder pattern.
4035         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
4036         (sql-login-delay): New variable.
4037         (sql-product-interactive): Use it.
4039 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
4041         * frameset.el (frameset--jump-to-register): Check that buffer is live
4042         (bug#16749).
4044 2014-02-15  Glenn Morris  <rgm@gnu.org>
4046         * info.el (info-initialize): Revert 2014-01-10 change.
4048 2014-02-14  Glenn Morris  <rgm@gnu.org>
4050         * replace.el (map-query-replace-regexp)
4051         (read-regexp-defaults-function, read-regexp): Doc fixes.
4053         * dired.el (dired-read-regexp):
4054         * faces.el (list-faces-display):
4055         * misearch.el (multi-isearch-read-matching-buffers)
4056         (multi-isearch-read-matching-files):
4057         * play/cookie1.el (cookie-apropos):
4058         * progmodes/grep.el (grep-read-regexp): Doc fixes.
4060         * textmodes/remember.el (remember): Use frameset-to-register
4061         rather than frame-configuration-to-register.
4063 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
4065         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
4066         incorrect keybinding.
4068 2014-02-13  Daniel Colascione  <dancol@dancol.org>
4070         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4071         when adding overlays so that line numbers from compiler match line
4072         numbers we use.
4074 2014-02-13  Glenn Morris  <rgm@gnu.org>
4076         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
4078         * jit-lock.el (jit-lock-mode): Doc fix.
4080 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
4082         * apropos.el (apropos-read-pattern): When the user passes an empty
4083         string, give a more helpful error message than "Wrong type
4084         argument: stringp, nil".
4086 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4088         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
4090 2014-02-13  Glenn Morris  <rgm@gnu.org>
4092         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
4094 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4096         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
4097         shift-select commands.
4099 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
4101         * progmodes/js.el (js-indent-line): Don't widen.
4102         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
4104 2014-02-12  Glenn Morris  <rgm@gnu.org>
4106         * icomplete.el (icomplete): Add info-link to defgroup.
4107         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
4108         (icomplete-minibuffer-map, icomplete-mode)
4109         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
4111         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
4112         (package-menu-filter): Rename from package-menu-filter-interactive.
4113         Doc fix.
4115 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
4117         * frameset.el (frameset--jump-to-register): Select the required
4118         window and buffer before restoring position (bug#16696).
4120 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4122         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
4124 2014-02-10  Glenn Morris  <rgm@gnu.org>
4126         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
4128 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
4130         * w32-common-fns.el (x-get-selection): Doc fix.
4131         * select.el (x-get-selection): Doc fix.  (Bug#15109)
4133         * face-remap.el (face-remap-add-relative)
4134         (face-remap-remove-relative, face-remap-reset-base)
4135         (face-remap-set-base): Call force-mode-line-update to redisplay
4136         the current buffer due to potential change in faces.  (Bug#16709)
4138 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
4140         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
4141         script more robustly.
4143 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4145         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
4147         * simple.el (choose-completion): Doc fix (bug#14160).
4149         * subr.el (event-start): Say what a nil EVENT value means.
4151         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
4152         (bug#14197).
4154         * progmodes/grep.el (find-program): Doc fix (bug#14289).
4156         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
4158         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
4160         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
4161         predicate function (bug#15455).
4163 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
4165         * ielm.el (inferior-emacs-lisp-mode): Instead of
4166         `comment-use-global-state', set `comment-use-syntax'.
4168 2014-02-10  Glenn Morris  <rgm@gnu.org>
4170         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4172 2014-02-09  Alan Mackenzie  <acm@muc.de>
4174         Fix c-invalidate-state-cache on narrowed buffers.
4175         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
4176         Widen when setting and clearing the CPP delimiter properties.
4178 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4180         * help.el (describe-bindings): Doc fix (bug#9888).
4182         * files.el (save-buffer): Use ARG as the parameter name for
4183         consistency (bug#10346).
4184         (save-buffer): Clarify the 0 argument (bug#10346).
4186         * cus-edit.el (customize-apropos): Fix error string.
4187         (custom-buffer-create): Doc fix (bug#11122).
4188         (custom-sort-items): Doc fix (bug#11121).
4190         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
4192         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
4193         (icomplete-simple-completing-p): Mention the previous variable.
4195         * font-lock.el (font-lock-value-in-major-mode): Clarify the
4196         meaning of the parameter (bug#12282).
4198         * files.el (find-file-noselect): Clarify prompt when changing
4199         readedness (bug#13261).
4200         (locate-file): Suffixes aren't returned, so don't say that they
4201         are (bug#12674).
4202         (backup-inhibited): Doc clarification (bug#12525).
4204         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
4205         before we actually start to delete things (bug#16331).
4207         * subr.el (event-start): Doc fix (bug#14228).
4208         (event-end): Ditto.
4210 2014-02-09  Glenn Morris  <rgm@gnu.org>
4212         * emacs-lisp/warnings.el (lwarn):
4213         Empower help-enable-auto-load.  (Bug#15940)
4215 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
4217         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
4218         (Bug#16690)
4220 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
4222         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4223         Insert output at end of buffer.  (Bug#16120)
4225 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4227         * simple.el (choose-completion-string-functions): Document new
4228         calling convention (bug#14153).
4229         (execute-extended-command): Clarify doc string (bug#13373).
4231         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
4233         * find-dired.el (find-name-dired): Doc fix (bug#14290).
4234         (find-grep-dired): Doc fix (bug#14288).
4236 2014-02-08  Juri Linkov  <juri@jurta.org>
4238         * isearch.el (isearch-quote-char): Check character validity
4239         like in `quoted-insert' (bug#16677).
4241 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4243         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4245         * isearch.el (isearch-hide-immediately): Doc clarification
4246         (bug#14723).
4248         * simple.el (line-move): Document utility function used many
4249         places in the Emacs sources (bug#14843).
4251         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4252         (dired-prev-marked-file): Doc fix (bug#14855).
4253         (dired-up-directory): Doc fix (bug#14848).
4255         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4257         * files.el (file-relative-name): Doc fix (bug#15159).
4259         * fringe.el (fringe-styles): Doc fix (bug#15239).
4261         * isearch.el (isearch-filter-predicate): Documentation typo fix
4262         (bug#15474).
4264         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
4266         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4268         * replace.el (replace-match-maybe-edit): Doc clarification
4269         (bug#15632).
4271         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
4273         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
4275 2014-02-08  Glenn Morris  <rgm@gnu.org>
4277         * help-fns.el (describe-variable):
4278         Check {file,dir}-local-variables-alist, and buffer-file-name,
4279         in the correct buffer.
4281 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
4283         * help-fns.el (describe-variable): Fix the case where
4284         a value is directory-local with no dir-locals file.  (Bug#16635)
4286 2014-02-08  Glenn Morris  <rgm@gnu.org>
4288         * abbrev.el (edit-abbrevs-mode):
4289         Derive from fundamental-mode.  (Bug#16682)
4291 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
4293         * simple.el (quoted-insert): Check character validity (bug#16677).
4295 2014-02-07  Juri Linkov  <juri@jurta.org>
4297         * desktop.el (desktop-read): Claim the lock when the owner is not
4298         the current process.  (Bug#16157)
4300 2014-02-07  Juri Linkov  <juri@jurta.org>
4302         * desktop.el (desktop-buffers-not-to-save): Change default from nil
4303         to "\\` ".  (Bug#16651)
4305 2014-02-07  Juri Linkov  <juri@jurta.org>
4307         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
4308         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
4309         (desktop-auto-save-cancel-timer): New function with some code from
4310         `desktop-auto-save-set-timer'.
4311         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
4312         Instead of setting `desktop-save-mode' to nil, call
4313         `desktop-save-mode' with arg 0.  (Bug#16630)
4315 2014-02-07  Glenn Morris  <rgm@gnu.org>
4317         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
4318         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4319         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
4321         * obsolete/iswitchb.el: Move to obsolete/.
4322         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
4323         since obsolete/ is not scanned for autoloads.
4324         * emacs-lisp/authors.el (authors-valid-file-names):
4325         Add iswitchb.el.
4327         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
4328         Disable now non-functional find-file-hook.
4330 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
4332         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
4333         instead of ";" in order to avoid additional prompts.  Let heredoc
4334         scripts read from tty.  (Bug#16582)
4335         (tramp-send-command): No special handling of heredocs, it isn't
4336         necessary anymore.
4338 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4340         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
4341         with a space (bug#16664).  Limit the symbols considered to the ones
4342         that are bound or fbound (bug#16646).
4344 2014-02-06  Glenn Morris  <rgm@gnu.org>
4346         * epa.el (epa-mail-aliases): Doc fix.
4348 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
4350         * emacs-lisp/lisp.el (lisp-completion-at-point):
4351         Use `completion-table-merge' instead of `completion-table-in-turn'
4352         (bug#16604).
4354         * minibuffer.el (completion-table-merge): New function.
4356 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
4358         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
4359         (tramp-sh-handle-set-file-acl)
4360         (tramp-sh-handle-start-file-process)
4361         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
4362         (tramp-find-executable, tramp-send-command): Use it.
4364 2014-02-05  Glenn Morris  <rgm@gnu.org>
4366         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
4368 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4370         * progmodes/python.el (python-shell-send-string)
4371         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
4373 2014-02-04  Anders Lindgren  <andlind@gmail.com>
4375         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
4376         the names (bug#16620).
4378 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
4380         * faces.el (window-divider): New default value.  Rewrite doc-string.
4381         (window-divider-first-pixel, window-divider-last-pixel): New faces.
4383 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
4385         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
4386         `protected' and `public' can also be called without arguments.
4388 2014-02-03  Glenn Morris  <rgm@gnu.org>
4390         * register.el (window-configuration-to-register)
4391         (frame-configuration-to-register): Unadvertise unused argument.
4392         * frameset.el (frameset-to-register): Remove unused argument.
4394         * frameset.el (frameset-to-register):
4395         * kmacro.el (kmacro-to-register):
4396         * register.el (increment-register):
4397         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
4398         (calc-append-to-register, calc-prepend-to-register):
4399         * play/gametree.el (gametree-layout-to-register)
4400         (gametree-apply-register-layout):
4401         * textmodes/picture.el (picture-clear-rectangle-to-register)
4402         (picture-yank-rectangle-from-register):
4403         * vc/emerge.el (emerge-combine-versions-register):
4404         Use register-read-with-preview to read registers.
4406 2014-02-03  João Távora  <joaotavora@gmail.com>
4408         * elec-pair.el (electric-pair-backward-delete-char): Don't error
4409         when at beginning of (possibly narrowed) buffer.
4411 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4413         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
4414         Also try to display local help from just before point.
4416 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
4418         c-parse-state.  Don't "append-lower-brace-pair" in certain
4419         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
4420         recognised as a comment.
4422         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
4423         as well as normal comment starter.
4424         (c-parse-state-get-strategy): Extra return possibility
4425         'back-and-forward.
4426         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
4427         return value list to indicate replacement of a brace-pair cons
4428         with its car.
4429         (c-parse-state-1): With 'back-and-forward, only call
4430         c-append-lower-brace-pair-to state-cache when cons-separated.
4432 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
4434         * term/ns-win.el (ns-suspend-error): New function.
4435         (ns-initialize-window-system): Add ns-suspend-error to
4436         suspend-hook (Bug#16612).
4438 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4440         * progmodes/cc-defs.el (c-find-assignment-for-mode):
4441         Make loading cc-mode silent.
4443 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4445         * comint.el (comint-prompt-read-only): Change doc to suggest
4446         remap keybinding.
4448 2014-02-02  Glenn Morris  <rgm@gnu.org>
4450         * register.el (register-read-with-preview, point-to-register)
4451         (window-configuration-to-register, frame-configuration-to-register)
4452         (jump-to-register, number-to-register, view-register, insert-register)
4453         (copy-to-register, append-to-register, prepend-to-register)
4454         (copy-rectangle-to-register): Doc fixes.
4456 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
4459         * emacs-lisp/find-func.el (find-function-C-source): Idem.
4460         * emacs-lisp/nadvice.el (advice--cd*r): New function.
4461         * help-fns.el (describe-function-1): Use it.
4463 2014-02-02  Glenn Morris  <rgm@gnu.org>
4465         * register.el (register-preview-default): New function,
4466         split from register-preview.
4467         (register-preview-function): Rename from register-preview-functions,
4468         make it not a hook.
4469         (register-preview): Use register-preview-function.
4470         (register-read-with-preview): Error on non-character event.  (Bug#16595)
4472 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
4474         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
4475         `:' before binary operators (bug#16609).  Don't check for `:'
4476         before `[' and `(', or their syntax status.  A percent literal
4477         can't end with either.
4478         (ruby-font-lock-keywords): For built-ins that require arguments,
4479         check that they're followed by something that looks like argument
4480         (bug#16610).
4482 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4484         * subr.el (butlast): Document what an omitted N means (bug#13437).
4485         (nbutlast): Ditto.
4487 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4489         * net/shr.el (shr-generic): Make into a defsubst to make the stack
4490         depth shallower (bug#16587).
4491         (shr-tag-svg): Respect `shr-inhibit-images'.
4492         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
4494 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
4496         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
4497         (ruby-smie-grammar): Make "." right-associative.  Make its priority
4498         lower than the ternary and all binary operators.
4499         (ruby-smie-rules): Indent "(" relative to the first non-"."
4500         parent, or the first "." parent at indentation.
4501         Use `ruby-align-chained-calls' for indentation of "." tokens.
4502         (Bug#16593)
4504 2014-01-31  Juri Linkov  <juri@jurta.org>
4506         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
4507         from `make-hash-table'.
4509         * textmodes/ispell.el (ispell-init-process): Change message format
4510         to be consistent with other messages.
4512 2014-01-31  Glenn Morris  <rgm@gnu.org>
4514         * delsel.el (delete-selection-mode): Doc fix.
4516         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
4517         (trace-function-background): Doc fixes.
4519         * ido.el (ido-use-virtual-buffers): Doc fix.
4520         Reset :version, since the default value has not changed.
4522         * register.el (register-preview-delay, register-read-with-preview):
4523         Doc fixes.
4525         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
4526         do not mess with mail-buffer position (fixes 2009-11-03 change).
4527         * progmodes/cc-mode.el (c-submit-bug-report):
4528         Check auto-fill-mode is bound.  (Bug#16592)
4530 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
4532         * startup.el (fancy-splash-image-file): New function,
4533         split from fancy-splash-head.
4534         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
4535         so that we are both using the same image.  (Bug#16574)
4537 2014-01-30  Glenn Morris  <rgm@gnu.org>
4539         * simple.el (eval-expression): Doc fix.
4541         * hexl.el (hexl-mode-hook):
4542         * ielm.el (ielm-mode-hook):
4543         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
4544         (lisp-interaction-mode-hook):
4545         * progmodes/cfengine.el (cfengine3-documentation-function):
4546         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
4548 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
4551         is a symbol (bug#16584).
4553 2014-01-30  Glenn Morris  <rgm@gnu.org>
4555         * help.el (help-for-help-internal): Add "P" to text.
4557 2014-01-29  Glenn Morris  <rgm@gnu.org>
4559         * simple.el (just-one-space, cycle-spacing): Doc fixes.
4561 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
4563         * window.el (fit-frame-to-buffer): Fix calculations for margins and
4564         height constraints.
4566 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
4568         * progmodes/hideif.el: Extend to full CPP expression syntax.
4569         (hif-token-alist): Add missing tokens.
4570         (hif-token-regexp): Add support for float/octal/hex immediates.
4571         (hif-string-literal-regexp): New const.
4572         (hif-tokenize): Recognize strings and float/octal/hex immediates.
4573         (hif-exprlist): New function.
4574         (hif-parse-if-exp): Use it.
4575         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
4576         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
4577         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
4578         (hif-logxor, hif-comma): New functions.
4580 2014-01-28  Glenn Morris  <rgm@gnu.org>
4582         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
4584         * indent.el (tab-stop-list): Doc fix.  Add :version.
4586         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
4587         (cvs-append-to-ignore): Add compatibility alias.
4589 2014-01-27  Glenn Morris  <rgm@gnu.org>
4591         * dired.el (dired-hide-details-mode): Don't autoload it,
4592         since it cannot be used outside Dired buffers anyway.
4594         * emulation/cua-base.el (cua-mode): Doc fix.
4596         * dired.el (dired-hide-details-hide-symlink-targets)
4597         (dired-hide-details-hide-information-lines)
4598         (dired-hide-details-mode): Doc fixes.
4600         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
4601         * strokes.el (strokes-file): Doc fix.  Bump :version.
4602         (strokes-help): Doc fix.
4603         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
4604         * emulation/viper.el (viper): Doc fix for custom group.
4605         (top-level): Remove oh-so-no-longer-relevant text about vip.
4606         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
4608         * ido.el (ido-save-directory-list-file):
4609         * saveplace.el (save-place-file):
4610         * calendar/timeclock.el (timeclock-file):
4611         * net/quickurl.el (quickurl-url-file):
4612         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4613         * progmodes/idlwave.el (idlwave-config-directory):
4614         * textmodes/remember.el (remember-data-file):
4615         Bump :version.
4617 2014-01-26  Glenn Morris  <rgm@gnu.org>
4619         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
4620         Doc fix.  Make obsolete.
4621         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
4623         * sort.el (delete-duplicate-lines): Doc fix.
4625 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4627         * progmodes/ada-mode.el (ada):
4628         * woman.el (woman): Link to info manual and Commentary section.
4630         * progmodes/flymake.el (flymake):
4631         * nxml/nxml-mode.el (nxml):
4632         * net/eww.el (eww):
4633         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
4634         * htmlfontify.el (htmlfontify):
4635         * ses.el (ses):
4636         * epa.el (epa):
4637         * ido.el (ido): Link to info manual.
4639 2014-01-25  Leo Liu  <sdl.web@gmail.com>
4641         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
4643 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
4645         * net/shr.el (shr-tag-img): Prefer the title over the alt text
4646         (bug#16537).
4648 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
4650         * net/eww.el (eww-download-callback):
4651         Fix reference to eww-download-directory.
4653         * emacs-lisp/bytecomp.el (byte-compile-file):
4654         Remove unused local variable `file-name'.
4656 2014-01-24  Glenn Morris  <rgm@gnu.org>
4658         * woman.el (woman-default-faces, woman-monochrome-faces):
4659         Fix obsolescence specification.
4661         * subr.el (with-demoted-errors): Doc fix.
4663 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4665         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
4666         (cl--macroexp-fboundp): New function.
4667         (cl--make-type-test): Use it.
4669 2014-01-23  Glenn Morris  <rgm@gnu.org>
4671         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
4672         * simple.el (eval-expression): Doc fixes.
4674 2014-01-22  Glenn Morris  <rgm@gnu.org>
4676         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
4678 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4680         * emacs-lisp/package.el: Write files silently.
4681         (package-autoload-ensure-default-file, package--write-file-no-coding)
4682         (package-generate-description-file, package--download-one-archive)
4683         (package-install-from-archive): Tell `write-region' to stay quiet.
4684         (package-menu-mode, package-menu--print-info): Omit the Archive column
4685         if there's only one archive.
4686         (package-all-keywords, package--has-keyword-p): Remove dead code.
4688 2014-01-22  Glenn Morris  <rgm@gnu.org>
4690         * version.el (emacs-bzr-version-bzr): Fix typo.
4692         * version.el (emacs-repository-get-version):
4693         Check either .bzr or .git, but not both.
4694         Make the git case actually use the DIR argument, and return nil
4695         rather than the empty string.
4696         Avoid error if .git exists but the git executable is not found.
4698 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
4700         Fixes in window size functions around Bug#16430 and Bug#16470.
4701         * window.el (window-total-size, window-size): New argument ROUND.
4702         (window--min-delta-1, window-min-delta, window--max-delta-1):
4703         Be more conservative when calculating the numbers of lines or
4704         columns a window can shrink (Bug#16430).
4705         (fit-window-to-buffer): Simplify code.
4706         * term.el (term-window-width): Call window-body-width again.
4708 2014-01-22  Glenn Morris  <rgm@gnu.org>
4710         * image.el (image-format-suffixes): Doc fix.
4712         * international/quail.el (quail-define-package): Doc fix.
4714         * emacs-lisp/authors.el (authors-valid-file-names)
4715         (authors-renamed-files-alist): Additions.
4717         * vc/vc-git.el (vc-git-print-log): Remove --follow;
4718         reverts 2014-01-09 change.  (Bug#16422)
4720         * calc/calc-embed.el (thing-at-point-looking-at):
4721         * emacs-lisp/map-ynp.el (x-popup-dialog):
4722         * obsolete/lmenu.el (x-popup-dialog):
4723         * emacs-lisp/package.el (url-recreate-url):
4724         * mail/mailclient.el (clipboard-kill-ring-save):
4725         * subr.el (x-popup-dialog): Update declaration.
4726         * mail/rmail.el (rmail-mime-message-p):
4727         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4729 2014-01-21  Daniel Colascione  <dancol@dancol.org>
4731         * progmodes/sh-script.el (sh--inside-noncommand-expression):
4732         Correctly detect when we're inside an arithmetic expansion form
4733         containing nested parenthesis.
4734         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4735         to detect cases where we shouldn't expand "<<" to a heredoc
4736         skeleton.
4738 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4740         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4741         (eldoc--message-command-p): New function.
4742         (eldoc-display-message-p): Use it.
4743         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4744         message is not automatically erased for us.
4745         (eldoc-print-current-symbol-info): Erase previous message, if any.
4747 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
4749         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4750         specify it's an interactive function.
4752         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4753         Fix regex used for scanning for citation keys which failed for
4754         citations with optional arguments.
4756 2014-01-21  Leo Liu  <sdl.web@gmail.com>
4758         * simple.el (read--expression): Don't enable eldoc-mode.
4760 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4762         * simple.el (move-beginning-of-line): Make sure we don't move forward
4763         (bug#16497).
4765 2014-01-20  Juri Linkov  <juri@jurta.org>
4767         * saveplace.el (toggle-save-place, save-place-to-alist)
4768         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4769         'dired-mode) before checking for dired-directory.  (Bug#16477)
4771 2014-01-20  Juri Linkov  <juri@jurta.org>
4773         * indent.el (indent-line-to): Use backward-to-indentation
4774         instead of back-to-indentation.  (Bug#16461)
4776 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
4778         Revert some of the CANNOT_DUMP fix (Bug#16494).
4779         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4780         but fixing this can wait until after the next release.
4781         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4783 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
4785         * eshell/esh-mode.el (eshell-password-prompt-regexp):
4786         Use `password-word-equivalents'.
4787         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4788         to t.  (Bug#5664, Bug#13124)
4790 2014-01-19  Alan Mackenzie  <acm@muc.de>
4792         Bind open-paren-in-column-0-is-defun-start to nil at some entry
4793         points.
4794         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4795         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4796         * progmodes/cc-mode.el (c-before-change, c-after-change)
4797         (c-font-lock-fontify-region): Bind it here.
4799 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
4801         * term.el (term-window-width): Call window-text-width instead of
4802         window-width (Bug#16470).
4804 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
4806         * simple.el (password-word-equivalents): Remove duplicates.
4807         Sort, to make this easier next time.
4808         Downcase.  Omit ": " after "jelszó".
4810 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
4812         * term/common-win.el (saved-region-selection): Defvar it.
4813         (x-select-text): Set saved-region-selection (Bug#16382).
4815 2014-01-18  Glenn Morris  <rgm@gnu.org>
4817         * emacs-lisp/authors.el (authors-aliases)
4818         (authors-renamed-files-alist): Add some entries.
4820 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
4822         * net/tramp.el (tramp-password-prompt-regexp):
4823         Use `password-word-equivalents' if available.
4824         (tramp-action-password, tramp-process-one-action)
4825         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
4827 2014-01-17  Chong Yidong  <cyd@gnu.org>
4829         * simple.el (password-word-equivalents): New defcustom.
4830         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
4831         to 24.4.
4832         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4833         to t.  (Bug#13124)
4835 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
4837         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4838         (ruby-align-to-stmt-keywords): Change the default value.
4839         Use `ruby-alignable-keywords' to generate the possible customization
4840         choices.
4841         (ruby-smie-rules): Instead of using a hardcoded list of alignable
4842         keywords, check against the value of `ruby-alignable-keywords'
4843         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4845 2014-01-17  Glenn Morris  <rgm@gnu.org>
4847         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4849         Make M-x authors return zero *Authors Errors* from current logs.
4850         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4851         (authors-ignored-files): Add some entries, remove others.
4852         (authors-ambiguous-files, authors-valid-file-names):
4853         Add some entries.
4854         (authors-renamed-files-alist): Add, remove, and adjust entries.
4855         (authors-renamed-files-regexps): Add some entries.
4856         Remove some very broad ones.  Make some entries `lax'.
4857         (authors-lax-changelogs): New constant.
4858         (authors-disambiguate-file-name): Treat top-level specially.
4859         (authors-lax-changelog-p): New function.
4860         (authors-canonical-file-name): Check file as written against
4861         authors-valid-file-names.  Do not special-case etc/.
4862         Handle `lax' logs and authors-renamed-files-regexps elements.
4864 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
4866         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4867         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
4868         callers.
4870 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4872         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4873         Assume we're already in the proper buffer.
4874         Inspired by Anders Lindgren <andlind@gmail.com>.
4875         (follow-post-command-hook): Call it from the right buffer.
4876         (follow-comint-scroll-to-bottom): Adjust call.
4877         (follow-all-followers): Use get-buffer-window-list.
4879 2014-01-15  Daniel Colascione  <dancol@dancol.org>
4881         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4882         `buffer-file-name' in interactive-form so that we don't leave
4883         pathless file names in `file-name-history'.
4885 2014-01-15  Juri Linkov  <juri@jurta.org>
4887         * indent.el (indent-rigidly): Set deactivate-mark to nil
4888         in transient indentation mode.  (Bug#16438)
4890 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
4892         * emacs-lisp/package.el (package-desc-keywords): New function
4893         (Bug#16222).
4894         (describe-package-1, package-all-keywords)
4895         (package--has-keyword-p): Use it.
4897 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4899         * simple.el (define-alternatives): When creating the
4900         COMMAND-alternatives variable, assign COMMAND as its definition
4901         name so that `describe-variable' can relocate it.
4903 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
4905         * font-lock.el (font-lock-keywords): Fix typo in docstring
4906         (bug#16307).
4908 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4910         * ispell.el (ispell-region): Reset `in-comment' for new line
4911         instead of wrongly reset `add-coment' (bug#13577).
4913 2014-01-14  Daiki Ueno  <ueno@gnu.org>
4915         * epa-file.el (epa-file-write-region): Encode the region according
4916         to `buffer-file-format'.  Problem reported at:
4917         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4919 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4921         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4922         so it applies in the right buffer (bug#16410).
4924 2014-01-13  Daniel Colascione  <dancol@dancol.org>
4926         * textmodes/rst.el (rst-define-key): Provide deprecated
4927         keybindings through named functions instead of anonymous ones so
4928         that "??" doesn't appear in describe-mode output.
4930 2014-01-13  Bastien Guerry  <bzg@gnu.org>
4932         * simple.el (define-alternatives): Call the selected command
4933         interactively.  When setting `COMMAND--implementation' for the
4934         first time, tell the user how to chose another implementation.
4935         Enhance the docstring.
4937 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4939         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4940         (log-edit--match-first-line): New function.
4941         (log-edit-font-lock-keywords): Use it.
4942         (log-edit-mode): Make jit-lock-defer-multiline work.
4944 2014-01-13  Bastien Guerry  <bzg@gnu.org>
4946         * rect.el (rectangle-mark-mode): When the region is not active,
4947         display a message saying that the mark as been set and that
4948         rectangle mode is in use.
4949         (rectangle--highlight-for-redisplay): Only put an overlay with a
4950         visible vertical bar when (display-graphic-p) is non-nil.
4951         This partially fixes Bug#16403.
4953 2014-01-13  Juri Linkov  <juri@jurta.org>
4955         * info.el (Info-find-file): Go to DIR before displaying the error
4956         about a nonexistent file if no previous Info file is visited.
4957         Use `user-error' instead of `error' for "Info file %s does not exist".
4958         (Info-find-node-2): In case of a nonexistent node in unwind forms
4959         go to the Top node if there is no previous node to revert to.
4960         (Bug#16405)
4962 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
4964         fit-frame/window-to-buffer code fixes including one for Bug#14096.
4965         * window.el (fit-frame-to-buffer): Fix doc-string.
4966         Respect window-min-height/-width.  Fit pixelwise when
4967         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
4968         when avoiding that frame goes partially off-screen.
4969         (fit-window-to-buffer): Respect window-min-height/-width
4970         (Bug#14096).
4972 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4974         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4975         after an empty line.
4977 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * net/shr.el (shr-render-region): Autoload.
4981 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
4983         * net/eww.el (eww-download-directory): Rename from
4984         `eww-download-path' (Bug#16419).
4986 2014-01-12  Leo Liu  <sdl.web@gmail.com>
4988         * dired-x.el (dired-mode-map): Fix last change.
4990         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4992 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4994         Spelling fixes.
4995         * emacs-lisp/generic.el (generic--normalize-comments):
4996         Rename from generic--normalise-comments.  All uses changed.
4997         * play/bubbles.el (bubbles--neighborhood-score)
4998         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4999         (bubbles--neighborhood-available)
5000         (bubbles--update-neighborhood-score):
5001         Rename from names with 'neighbourhood'.  All uses changed.
5003 2014-01-12  Leo Liu  <sdl.web@gmail.com>
5005         Re-implement the feature of showing eldoc info after editing.
5006         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
5007         (eldoc-edit-message-commands): New function.
5008         (eldoc-print-after-edit): New variable.
5009         (eldoc-pre-command-refresh-echo-area): Emit message only by
5010         eldoc-message-commands.
5011         (eldoc-mode): Restrict eldoc-message-commands to editing commands
5012         if eldoc-print-after-edit is set.  (Bug#16346)
5013         * simple.el (read--expression): Enable eldoc-mode.
5014         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
5016 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
5017             Eric S. Raymond  <esr@thyrsus.com>
5019         * version.el (emacs-repository-get-version): Enhance so the
5020         function works correctly in either a Bazaar or Git repo.
5022 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
5024         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
5025         Goes with removal of the joke manpages from /etc.
5027 2014-01-10  Kenichi Handa  <handa@gnu.org>
5029         * mail/rmail.el (rmail-get-coding-system):
5030         Check rmail-get-coding-function before "funcall"ing it.
5032 2014-01-10  Glenn Morris  <rgm@gnu.org>
5034         * emacs-lisp/authors.el (authors-fixed-entries):
5035         Update for files that no longer exist.
5037 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
5039         * version.el (emacs-bzr-get-version): Restore compatibilty with
5040         24.3 (Tested).
5042 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
5044         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
5045         and Podfile.
5047 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
5049         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
5051 2014-01-10  Chong Yidong  <cyd@gnu.org>
5053         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
5055 2014-01-10  Anders Lindgren  <andlind@gmail.com>
5057         * follow.el (follow-cache-command-list): Include right-char and
5058         left-char.
5060 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5062         Spelling fixes.
5063         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5064         * woman.el (woman-mark-horizontal-position):
5065         Rename from woman-mark-horizonal-position.  Use changed.
5067 2014-01-10  Glenn Morris  <rgm@gnu.org>
5069         * info.el (info-initialize): If running uninstalled, ensure our
5070         own info files are always found first, even if INFOPATH is set.
5072         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
5074 2014-01-09  David Engster  <deng@randomsample.de>
5076         * emacs-lisp/eieio-custom.el:
5077         * emacs-lisp/eieio-opt.el: Set generated autoload file to
5078         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
5079         * emacs-lisp/eieio.el: Regenerate autoloads.
5081 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
5083         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
5084         following renames.  (Bug#8756)
5086 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5088         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
5089         (bug#16382).
5090         (activate-mark): Add `no-tmm' argument.
5091         (set-mark, push-mark-command): Use it instead of running
5092         activate-mark-hook by hand.
5094 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
5096         In preparation for the move to git, sanitize out some
5097         Bazaar-specific names.
5099         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
5101         * version.el (emacs-bzr-version): Name changed to
5102         emacs-repository-version.  Obsolete-variable alias made.
5103         * loadup.el: Follow through on this name change.
5104         * mail/emacsbug.el (report-emacs-bug): Factor out any
5105         assumption about the version control system in use.
5107 2014-01-08  David Engster  <deng@randomsample.de>
5109         * help-fns.el (help-fns-describe-function-functions):
5110         New variable to call functions for augmenting help buffers.
5111         (describe-function-1): Remove explicit calls to
5112         `help-fns--compiler-macro', `help-fns--parent-mode' and
5113         `help-fns--obsolete'.  Put them in above new variable instead, and
5114         call them through `run-hook-with-args'.
5115         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
5116         `eieio-describe-class'.  Not meant for interactive use anymore,
5117         but to augment existing help buffers.  Remove optional second
5118         argument.  Create proper button for file location.
5119         Rewrite function to use `insert' instead of `princ' and `prin1' where
5120         possible.
5121         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
5122         (eieio-method-def, eieio-class-def): Move further up.
5123         (describe-method, describe-generic, eieio-describe-method):
5124         Remove aliases.
5125         (eieio-help-constructor, eieio-help-generic): Rename from
5126         `eieio-describe-constructor' and `eieio-describe-generic', resp.
5127         Rewrite to use `insert' in the current buffer and use proper help
5128         buttons.
5129         (eieio-help-find-method-definition)
5130         (eieio-help-find-class-definition): Also accept symbols as
5131         arguments.
5132         (eieio-help-mode-augmentation-maybee): Remove.
5133         (eieio-describe-class-sb): Use `describe-function'.
5134         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
5135         Add `eieio-help-generic' and `eieio-help-constructor'.
5137 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
5139         Spelling fixes.
5140         * language/china-util.el (hz-ascii-designation):
5141         Rename from hz-ascii-designnation.
5142         (hz-ascii-designation): Rename from hz-ascii-designnation.
5143         All uses changed.
5145 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5147         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
5148         package-alist.
5150 2014-01-08  Bastien Guerry  <bzg@gnu.org>
5152         * emacs-lisp/package.el (package-delete):
5153         Correctly delete the package from package-alist.
5155 2014-01-08  Daiki Ueno  <ueno@gnu.org>
5157         * emacs-lisp/package.el (url-recreate-url): Declare.
5158         (url-http-target-url): Declare.
5159         (package-handle-response): Include requested URL in the error message.
5160         (package--check-signature): Don't re-signal errors from
5161         package--with-work-buffer.  Suggested by Stefan Monnier.
5163 2014-01-07  Bastien Guerry  <bzg@gnu.org>
5165         * minibuffer.el (completion--try-word-completion): When both a
5166         hyphen and a space are possible candidates for the character
5167         following a word, display both candidates.  (Bug#15980)
5169 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
5171         * window.el (balance-windows-2): While rounding don't give a
5172         window more than the remainder.  Bug#16351, bug#16383.
5174 2014-01-07  Glenn Morris  <rgm@gnu.org>
5176         * menu-bar.el (menu-bar-help-extra-packages): Remove.
5177         (menu-bar-help-menu): Use view-external-packages instead.
5179 2014-01-07  Bastien Guerry  <bzg@gnu.org>
5181         * emacs-lisp/package.el (package-delete): Also delete the package
5182         name from `package-alist', not its description only.
5184 2014-01-07  Glenn Morris  <rgm@gnu.org>
5186         * help.el (view-external-packages):
5187         * menu-bar.el (menu-bar-help-extra-packages):
5188         Visit efaq.info rather than etc/MORE.STUFF.
5190 2014-01-07  Juri Linkov  <juri@jurta.org>
5192         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
5193         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
5195         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
5196         that shadows RET.  (Bug#16342)
5198 2014-01-07  Chong Yidong  <cyd@gnu.org>
5200         * isearch.el (isearch-yank-char, isearch-yank-word)
5201         (isearch-yank-line): Doc fix.
5203 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
5206         * emacs-lisp/elint.el (elint-find-builtins):
5207         * emacs-lisp/eldoc.el (eldoc-symbol-function):
5208         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
5209         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
5210         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5211         * apropos.el (apropos-safe-documentation):
5212         * subr.el (symbol-file): Remove redundant fboundp.
5213         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
5215 2014-01-06  Bastien Guerry  <bzg@gnu.org>
5217         * hl-line.el (global-hl-line-overlay): Make a local variable.
5218         (global-hl-line-overlays): New variable to store all overlays.
5219         (global-hl-line-mode): Don't delete overlays from the current
5220         buffer when `global-hl-line-sticky-flag' is non-nil.
5221         (global-hl-line-highlight): Add new overlays to
5222         `global-hl-line-overlays'.
5223         (global-hl-line-unhighlight-all): New function to delete all
5224         overlays when turning off `global-hl-line-mode'.
5225         This fixes Bug#16183.
5227 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5229         * subr.el (set-transient-map): Fix nested case and docstring.
5231 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
5233         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
5234         `Texinfo' entry.
5236 2014-01-06  Daniel Colascione  <dancol@dancol.org>
5238         Fix defun navigation in vc log view.
5240         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5241         like `beginning-of-defun'.
5242         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5243         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
5244         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5245         (log-view-extract-comment): Call `log-view-current-entry' directly
5246         instead of relying on broken `log-view-beginning-of-defun' behavior.
5248 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
5250         Spelling fixes.
5251         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5252         * emacs-lisp/debug.el (cancel-debug-on-entry):
5253         * epg.el (epg-error-to-string):
5254         * files.el (recover-file):
5255         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5256         * mail/emacsbug.el (report-emacs-bug-hook):
5257         * mail/sendmail.el (mail-recover):
5258         * ses.el (ses-yank-resize):
5259         * term/ns-win.el (ns-print-buffer):
5260         Spelling fixes in diagnostics, mostly for "canceled" with one L.
5261         * epg.el (epg-key-capability-alist): Rename from misspelled version.
5262         All uses changed.
5263         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
5265 2014-01-06  Leo Liu  <sdl.web@gmail.com>
5267         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
5268         to avoid shadowing global key.  (Bug#16354)
5270 2014-01-06  Daniel Colascione  <dancol@dancol.org>
5272         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
5273         rst-mode.
5275 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
5277         * window.el (balance-windows): Add mising t to fix Bug#16351.
5279 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
5282         (bug#16285).
5283         (shr-insert): If we have a word that's longer than `shr-width',
5284         break after it anyway.  Otherwise we'll do no breaking once we get
5285         such a long word.
5287 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5289         * net/eww.el (eww): Support single/double quote for search.
5290         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
5291         (eww-history-quit): Delete and use quit-window.
5292         (eww-history-kill): Delete, because it doesn't work well and
5293         not necessary.
5294         (eww-history-mode-map): Delete some keys and add easy-menu.
5296 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5298         Fix misspelling of 'chinese' in rx (Bug#16237).
5299         * emacs-lisp/rx.el (rx-categories): Correct spelling of
5300         chinese-two-byte.
5302         Change subword regexps back to vars (Bug#16296).
5303         * progmodes/subword.el (subword-forward-regexp)
5304         (subword-backward-regexp): Change these back to variables.
5306 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
5309         syntax-begin-function (bug#16247).
5311 2014-01-03  Chong Yidong  <cyd@gnu.org>
5313         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
5314         (advice--docstring): Delete variable.
5315         (advice--make-1): Leave the docstring empty.
5316         (advice-add): Use function-documentation for advised docstring.
5318         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
5319         Ignore function-documentation property when getting documentation.
5320         (ad-activate-advised-definition): Use function-documentation
5321         generate the docstring.
5322         (ad-make-advised-definition): Don't call
5323         ad-make-advised-definition-docstring.
5324         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5325         Delete functions.
5327         * progmodes/sql.el (sql-help): Use function-documentation instead
5328         of dynamic-docstring-function property.  No need to autoload now.
5329         (sql--help-docstring): New variable.
5330         (sql--make-help-docstring): Use it.
5332 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5334         * ielm.el (ielm-tab): Retarget.
5335         (ielm-map): Use ielm-tab for tab.
5336         (ielm-complete-filename): Use comint-filename-completion.
5337         (ielm-complete-symbol): Remove.
5338         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
5339         remove ielm-tab from completion-at-point-functions (bug#16224).
5341         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
5342         Beware signals raised by predicates (bug#16201).
5344 2014-01-02  Richard Stallman  <rms@gnu.org>
5346         * dired-aux.el (dired-do-print): Handle printer-name.
5348         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
5349         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
5350         (rmail-epa-decrypt): Turn off mime processing.
5352         * mail/rmail.el (rmail-make-in-reply-to-field):
5353         Add parens in message-id.
5355         * mail/rmail.el (rmail-get-coding-function): Variable.
5356         (rmail-get-coding-system): Use it.
5358 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
5360         * international/mule-conf.el: Unify the charset indian-is13194.
5361         (indian-is13194): Specify unify-map.
5363 2013-12-31  Leo Liu  <sdl.web@gmail.com>
5365         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
5367 2013-12-30  Daniel Colascione  <dancol@dancol.org>
5369         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
5370         of printing a useless when we resume from sleep.
5372         * progmodes/sh-script.el
5373         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
5374         in indentation code.  (Bug#16233)
5376 2013-12-28  João Távora  <joaotavora@gmail.com>
5378         * elec-pair.el (electric-pair-post-self-insert-function):
5379         Don't open extra newlines at beginning of buffer.  (Bug#16272)
5381 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
5383         * frame.el (window-system-for-display): Don't allow to create a
5384         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
5386 2013-12-28  Glenn Morris  <rgm@gnu.org>
5388         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
5389         Update callers.
5391         * apropos.el (apropos-match-face):
5392         * calculator.el (calculator-displayer):
5393         * dabbrev.el (dabbrev-search-these-buffers-only):
5394         * face-remap.el (buffer-face-mode-face):
5395         * simple.el (yank-handled-properties):
5396         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5397         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
5398         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
5399         (hashcash-double-spend-database):
5400         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
5401         (ruby-deep-indent-paren-style):
5402         * textmodes/flyspell.el (flyspell-auto-correct-binding):
5403         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
5404         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
5405         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
5406         Specify custom types.
5408         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
5409         * bookmark.el (bookmark-bmenu-use-header-line):
5410         * doc-view.el (doc-view-scale-internally):
5411         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
5412         * register.el (register-preview-delay):
5413         * net/shr.el (shr-bullet):
5414         * progmodes/cfengine.el (cfengine-cf-promises)
5415         (cfengine-parameters-indent):
5416         * progmodes/octave.el (inferior-octave-error-regexp-alist):
5417         * textmodes/reftex-vars.el (reftex-label-regexps):
5418         * vc/log-edit.el (log-edit-setup-add-author): Add version.
5420         * net/tls.el (tls-certtool-program): Fix default value.
5422         * desktop.el (desktop-restore-in-current-display):
5423         * newcomment.el (comment-empty-lines):
5424         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
5425         (idlwave-pad-keyword):
5426         * progmodes/tcl.el (tcl-tab-always-indent):
5427         * textmodes/reftex-vars.el (reftex-index-default-tag):
5428         * elec-pair.el (electric-pair-skip-whitespace):
5429         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
5431         * emacs-lisp/authors.el (authors-ignored-files)
5432         (authors-valid-file-names, authors-renamed-files-alist): Additions.
5434 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
5436         * shell.el (shell-dynamic-complete-command): Doc fix.
5437         (shell--command-completion-data): Shell completion now matches
5438         executable filenames from the current buffer's directory, on
5439         systems in which this behavior is the default (windows-nt, ms-dos).
5441 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
5443         * net/shr.el (shr-insert): Don't infloop if the width is zero.
5445 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5447         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
5448         (bug#16251).
5450         * electric.el: Move all electric-pair-* to elec-pair.el.
5451         * elec-pair.el: New file, split from electric.el.
5453 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
5455         * net/shr.el (shr-find-fill-point): Don't try to fill if the
5456         indentation level is larger than the width, because that will
5457         infloop.
5458         (shr-insert): Fill repeatedly long texts, so that Japanese is
5459         formatted correctly (bug#16263).
5460         (shr-find-fill-point): Off by one error in comparison with the
5461         indentation.
5463 2013-12-26  João Távora  <joaotavora@gmail.com>
5465         * electric.el (electric-pair-mode): More flexible engine for skip-
5466         and inhibit predicates, new options for pairing-related functionality.
5467         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
5468         if that keeps or improves their balance in buffers.
5469         (electric-pair-delete-adjacent-pairs): Delete the pair when
5470         backspacing over adjacent matched delimiters.
5471         (electric-pair-open-extra-newline): Open extra newline when
5472         inserting newlines between adjacent matched delimiters.
5473         (electric--sort-post-self-insertion-hook):
5474         Sort post-self-insert-hook according to priority values when
5475         minor-modes are activated.
5476         * simple.el (newline-and-indent): Call newline with interactive
5477         set to t.
5478         (blink-paren-post-self-insert-function): Set priority to 100.
5479         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5480         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
5481         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
5482         electric-pair-open-newline-between-pairs to nil.
5484 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5486         * progmodes/python.el: Use lexical-binding.
5487         (python-nav-beginning-of-defun): Stop searching ASAP.
5489 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
5491         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
5492         Fix interactive spec.  Doc fix.  (Bug#15754)
5494 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5496         * emacs-lisp/byte-run.el (eval-when-compile):
5497         * progmodes/cc-defs.el (cc-eval-when-compile):
5498         Fix edebug spec (bug#16184).
5500 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
5502         * net/shr.el (shr-visit-file): Remove debugging function.
5503         (shr-insert): Don't infloop if we can't find a good place to break
5504         the line (bug#16256).
5506 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5508         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
5509         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
5510         python-nav-lisp-forward-sexp-safe.
5511         (python-nav--forward-sexp): New argument SAFE allows switching
5512         forward sexp movement behavior for parens.
5513         (python-nav-forward-sexp): Throw errors on unterminated parens
5514         (Bug#16191).
5515         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
5516         (python-nav-backward-sexp-safe): New functions.
5517         (python-shell-buffer-substring):
5518         Use `python-nav-forward-sexp-safe'.
5520 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
5522         * net/shr.el (shr-find-fill-point): Don't break lines before a
5523         quotation mark.
5524         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
5525         (shr-find-fill-point): Remove the special checks for the quotation
5526         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
5528 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5530         * net/eww.el (eww-form-textarea): Use a different face for
5531         textareas than text input since they have different keymaps
5532         (bug#16142).
5534 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5536         * progmodes/python.el (python-nav-beginning-of-statement):
5537         Speed up (Bug#15295).
5539 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
5541         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
5542         the window configuration.
5544 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
5546         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
5547         we run on MS-Windows or MS-DOS.
5549 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
5551         * window.el (balance-windows-area): Call window-size instead of
5552         window-height and window-width.  Bug#16241.
5554 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
5556         * net/eww.el (eww-bookmark-quit): Remove.
5557         (eww-bookmark-browse): Restore the window configuration when you
5558         choose a bookmark (bug#16144).
5560 2013-12-24  Daniel Colascione  <dancol@dancol.org>
5562         * icomplete.el: Remove redundant :group arguments to `defcustom'
5563         throughout.
5564         (icomplete-show-matches-on-no-input): New customizable variable.
5565         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
5566         we have something to show.
5567         (icomplete-exhibit): Compute completions even if we have no user input.
5569 2013-12-23  Daniel Colascione  <dancol@dancol.org>
5571         * icomplete.el: Move `provide' to end of file.
5573 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5575         * net/gnutls.el (gnutls-verify-error): Add version tag.
5577 2013-12-23  Chong Yidong  <cyd@gnu.org>
5579         * subr.el (set-transient-map): Rename from
5580         set-temporary-overlay-map.  Doc fix.
5582         * face-remap.el (text-scale-adjust):
5583         * indent.el (indent-rigidly):
5584         * kmacro.el (kmacro-call-macro):
5585         * minibuffer.el (minibuffer-force-complete):
5586         * repeat.el (repeat):
5587         * simple.el (universal-argument--mode):
5588         * calendar/todo-mode.el (todo-insert-item--next-param):
5589         * progmodes/f90.el (f90-abbrev-start): Callers changed.
5591         * indent.el (indent-rigidly): Use substitute-command-keys.
5593 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5595         * net/eww.el (eww-tag-select): Add text-property to jump to next
5596         select field.
5597         (eww): Add non-supported ftp error.
5599 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
5601         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
5602         comments.  Handle electric indent after typing `?' and `!'.
5604 2013-12-22  Chong Yidong  <cyd@gnu.org>
5606         * faces.el (face-spec-recalc): If the theme specs are not
5607         applicable to a frame, fall back on the defface spec.
5608         This prevents themes from obliterating faces on low-color terminals.
5610 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
5612         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5613         after `{'.  We need it after block openers, and it doesn't seem
5614         to hurt after hash openers.
5616 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
5618         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
5619         extracted from `ruby-smie-rules'.
5620         (ruby--electric-indent-chars): New variable.
5621         (ruby--electric-indent-p): New function.
5622         (ruby-mode): Use `electric-indent-functions' instead of
5623         `electric-indent-chars'.
5625 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
5627         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
5628         docstring.
5629         (ruby-smie-rules): Indent plus one level after `=>'.
5631 2013-12-21  Richard Stallman  <rms@gnu.org>
5633         * simple.el (newline): Doc fix.
5635 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5637         * net/eww.el (eww-list-histories, eww-list-histories)
5638         (eww-history-browse, eww-history-quit, eww-history-kill)
5639         (eww-history-mode-map, eww-history-mode): New command and
5640         functions to list browser histories.
5641         (eww-form-text): Support text form with disabled
5642         and readonly attributes.
5643         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
5645 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5647         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
5648         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
5649         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
5650         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
5651         Use `user-error'.
5652         (eww-bookmark-mode-map): Add menu.
5653         (eww-render, eww-mode): Use `setq-local'.
5654         (eww-tool-bar-map): New variable.
5655         (eww-mode): Set `tool-bar-map'.
5656         (eww-view-source): Check for `html-mode' with `fboundp'.
5658 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660         * net/shr.el (shr--extract-best-source): Don't bug out on audio
5661         elements with text inside.  Also remove debugging.
5663 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
5665         * cus-start.el (all): Add ns-use-srgb-colorspace.
5667 2013-12-21  Chong Yidong  <cyd@gnu.org>
5669         * custom.el (custom-theme-recalc-face): Do nothing if the face is
5670         undefined.  Thus, theme settings for undefined faces do not take
5671         effect until the faces are defined with defface, the same as with
5672         theme variables.
5674         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
5675         (face-spec-reset-face): Don't assign extra properties in temacs.
5676         (face-spec-recalc): Apply X resources too.
5678 2013-12-21  Chong Yidong  <cyd@gnu.org>
5680         * faces.el (face-spec-set):
5681         * cus-face.el (custom-theme-set-faces, custom-set-faces):
5682         * custom.el (defface): Doc fixes (Bug#16203).
5684         * indent.el (indent-rigidly-map): Add docstring, and move commands
5685         into named functions.
5686         (indent-rigidly-left, indent-rigidly-right)
5687         (indent-rigidly-left-to-tab-stop)
5688         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
5689         indentation direction based on bidi direction, and accumulate
5690         sequential commands in a single undo boundary.
5691         (indent-rigidly--pop-undo): New utility function.
5693 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
5695         * faces.el (read-face-name): Require crm.el when using crm-separator.
5697 2013-12-20  Daniel Colascione  <dancol@dancol.org>
5699         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5700         so that we don't reflow comments into the shebang line.
5702 2013-12-20  Juri Linkov  <juri@jurta.org>
5704         * saveplace.el (save-place-to-alist): Add `dired-filename' as
5705         a position when `dired-directory' is non-nil.  Check integer
5706         positions with `integerp'.
5707         (toggle-save-place, save-places-to-alist): Add check for
5708         `dired-directory'.
5709         (save-place-find-file-hook): Check integer positions with
5710         `integerp'.
5711         (save-place-dired-hook): Use `dired-goto-file' when
5712         `dired-filename' is found in the assoc list.  Check integer
5713         positions with `integerp'.
5714         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5716         * dired.el (dired-initial-position-hook): Rename back from
5717         `dired-initial-point-hook'.
5718         (dired-initial-position): Rename `dired-initial-point-hook' to
5719         `dired-initial-position-hook'.
5720         (dired-file-name-at-point): Doc fix.  (Bug#15329)
5722 2013-12-20  Juri Linkov  <juri@jurta.org>
5724         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5725         (read-regexp-suggestions): New function.
5726         (read-regexp): Use `read-regexp-defaults-function' to get default values.
5727         Use `read-regexp-suggestions'.  Add non-empty default to history
5728         for empty input.
5729         (occur-read-regexp-defaults-function): Remove function.
5730         (occur-read-primary-args): Use `regexp-history-last' instead of
5731         `occur-read-regexp-defaults-function'.
5733         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5734         (hi-lock-line-face-buffer, hi-lock-face-buffer)
5735         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5736         `hi-lock-read-regexp-defaults-function'.  Doc fix.
5737         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5738         with `find-tag-default-as-symbol-regexp'.  Doc fix.
5739         (hi-lock-read-regexp-defaults): Remove function.
5740         (hi-lock-regexp-okay): Add check for null.
5742         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5743         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
5745         * subr.el (find-tag-default-as-symbol-regexp): New function.
5746         (find-tag-default-as-regexp): Move symbol regexp formatting to
5747         `find-tag-default-as-symbol-regexp'.
5749 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
5751         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5752         (Bug#14179)
5754 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
5756         * calendar/todo-mode.el: New implementation of item insertion
5757         commands and key bindings.
5758         (todo-key-prompt): New face.
5759         (todo-insert-item): New command.
5760         (todo-insert-item--parameters): New defconst, replacing defvar
5761         todo-insertion-commands-args-genlist.
5762         (todo-insert-item--param-key-alist): New defconst, replacing
5763         defvar todo-insertion-commands-arg-key-list.
5764         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5765         (todo-insert-item--argsleft, todo-insert-item--apply-args)
5766         (todo-insert-item--next-param): New functions.
5767         (todo-insert-item--args, todo-insert-item--argleft)
5768         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5769         New variables.
5770         (todo-key-bindings-t): Change binding of "i" from
5771         todo-insertion-map to todo-insert-item.
5772         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5773         (todo-insertion-command-name, todo-insertion-commands-names)
5774         (todo-define-insertion-command, todo-insertion-commands)
5775         (todo-insertion-key-bindings, todo-insertion-map): Remove.
5777 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
5779         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5780         (todo-toggle-item-highlighting): Use eval-and-compile instead of
5781         eval-when-compile.
5782         (todo-move-category): Allow choosing a non-existing todo file to
5783         move the category to, and create that file.
5784         (todo-default-priority): New user option.
5785         (todo-set-item-priority): Use it.
5786         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5787         (desktop-restore-file-buffer): Declare.
5788         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5789         (todo-modes-set-2): Locally set desktop-save-buffer to
5790         todo-desktop-save-buffer.
5791         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5792         (auto-mode-alist): Add autoload cookie.
5794 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
5796         * emacs-lisp/subr-x.el: Renamed from helpers.el.
5797         helpers.el was a poor choice of name.
5798         (string-remove-prefix): New function.
5799         (string-remove-suffix): New function.
5801 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
5803         Fix assignment for new window total sizes.
5804         * window.el (window--pixel-to-size): Remove function.
5805         (window--pixel-to-total-1, window--pixel-to-total):
5806         Fix calculation of new total sizes.
5808 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
5810         * comint.el (comint-output-filter): Fix rear-nonsticky property
5811         placement (Bug#16010).
5813 2013-12-20  Chong Yidong  <cyd@gnu.org>
5815         * faces.el (read-color): Minor fix for completion function.
5817 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
5819         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5820         New option.  (Bug#16182)
5821         (ruby-smie--indent-to-stmt-p): Use it.
5822         (ruby-smie-rules): Revert the logic in the handling of `when'.
5823         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5824         (ruby-deep-arglist, ruby-deep-indent-paren)
5825         (ruby-deep-indent-paren-style): Update docstrings to note that the
5826         vars don't have any effect with SMIE.
5828 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
5830         * calc/calc.el (calc-enter, calc-pop): Use the variable
5831         `calc-context-sensitive-enter'.
5833 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835         * net/shr.el (shr-insert): Protect against infloops in degenerate
5836         tables.
5838 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5840         * progmodes/octave.el (octave): Add link to manual and octave
5841         homepage.
5842         (octave-mode-menu): Link to octave-mode manual.
5844 2013-12-20  Leo Liu  <sdl.web@gmail.com>
5846         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5847         insertion using skeleton-end-newline.  (Bug#16138)
5849 2013-12-20  Juri Linkov  <juri@jurta.org>
5851         * replace.el (occur-engine): Use `add-face-text-property'
5852         to add the face property to matches and titles.  (Bug#14645)
5854         * hi-lock.el (hi-green): Use lighter color "light green" closer to
5855         the palette of other hi-lock colors.
5856         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5858 2013-12-19  Juri Linkov  <juri@jurta.org>
5860         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5861         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
5862         (minibuffer-history-symbol): Move variable declaration closer to
5863         its usage.
5865         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5866         (Bug#14785)
5868 2013-12-19  Juri Linkov  <juri@jurta.org>
5870         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5871         New function.
5872         (log-edit-hook): Add it to :options.  (Bug#16170)
5874 2013-12-19  Juri Linkov  <juri@jurta.org>
5876         * simple.el (eval-expression-print-format): Don't check for
5877         command names and the last command.  Always display additional
5878         formats of the integer result in the echo area, and insert them
5879         to the current buffer only with a zero prefix arg.
5880         Display character when char-displayable-p is non-nil.
5881         (eval-expression): With a zero prefix arg, set `print-length' and
5882         `print-level' to nil, and insert the integer values from
5883         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
5885         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5886         `eval-last-sexp-arg-internal'.  Doc fix.
5887         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5888         `eval-last-sexp-print-value'.  Doc fix.
5889         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5890         Set `print-length' and `print-level' to nil when arg is zero.
5891         (eval-last-sexp): Doc fix.
5892         (eval-defun-2): Print the integer values from
5893         `eval-expression-print-format' at the end.
5895         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5896         values from `eval-expression-print-format' at the end.
5898         * ielm.el (ielm-eval-input): Print the integer
5899         values from `eval-expression-print-format' at the end.
5901 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5903         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5904         2013-12-11T19:01:44Z!tzz@lifelogs.com.
5906 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
5909         (hl-line-highlight, global-hl-line-highlight): Use it.
5910         (hl-line-overlay): Use defvar-local.
5912 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
5914         * term/ns-win.el: Require dnd.
5915         (global-map): Remove drag items.
5916         (ns-insert-text, ns-set-foreground-at-mouse)
5917         (ns-set-background-at-mouse):
5918         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5919         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5920         New functions.
5922 2013-12-19  Glenn Morris  <rgm@gnu.org>
5924         * emacs-lisp/ert.el (ert-select-tests):
5925         Fix string/symbol mixup.  (Bug#16121)
5927 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
5929         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5930         keywords to their parent.
5932 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
5934         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5935         first arg to be a string (fixed dead code), or an operator symbol.
5936         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5937         operator symbols.
5938         (ruby-smie-rules): Remove parent token check in the `.' clause, it
5939         did nothing.  Don't respond to `(:after ".")', it will be called
5940         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
5941         change anything.  Only return indentation for binary operators
5942         when they are hanging.  De-dent opening paren when its parent is
5943         `.', otherwise it looks bad when the dot is not at bol or eol
5944         (bug#16182).
5946 2013-12-19  Juri Linkov  <juri@jurta.org>
5948         * replace.el (query-replace-read-args): Split a non-negative arg
5949         and a negative arg into separate elements.
5950         (query-replace, query-replace-regexp, replace-string)
5951         (replace-regexp): Add arg `backward'.  Doc fix.
5952         (replace-match-maybe-edit): When new arg `backward' is non-nil,
5953         move point to the beginning of the match.
5954         (replace-search, replace-highlight): Use new arg `backward'
5955         to set the value of `isearch-forward'.
5956         (perform-replace): Add arg `backward' and use it to perform
5957         replacement backward.  (Bug#14979)
5959         * isearch.el (isearch-query-replace): Use a negative prefix arg
5960         to call `perform-replace' with a non-nil arg `backward'.
5962 2013-12-18  Juri Linkov  <juri@jurta.org>
5964         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5965         to the default list.  Move `log-edit-show-files' to the end.
5966         Add more available functions to options.
5967         (log-edit): Move default specific settings to
5968         `log-edit-insert-message-template'.  Don't move point.
5969         (log-edit-insert-message-template): New function.
5970         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5971         (Bug#16170)
5973 2013-12-18  Juri Linkov  <juri@jurta.org>
5975         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5976         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
5978 2013-12-18  Leo Liu  <sdl.web@gmail.com>
5980         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5981         (Bug#16186)
5983 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
5985         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5986         formats for displaying file sizes when the -s switch is given.
5987         Instead, compute a separate format for displaying the size in
5988         blocks, which is displayed in addition to the "regular" size.
5989         When -h is given in addition to -s, produce size in blocks in
5990         human-readable form as well.  (Bug#16179)
5992 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
5994         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5995         Reference tables with ~\ref{...} instead of only \ref{...}.
5997 2013-12-18  Chong Yidong  <cyd@gnu.org>
5999         * cus-edit.el (custom-magic-alist): Fix "themed" description
6000         (Bug#14348).
6002         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
6003         is non-nil, do not create a new entry in the symbol's theme-value
6004         or theme-face property; update theme-settings only (Bug#14664).
6005         (custom-available-themes): Doc fix.
6007         * cus-theme.el (custom-new-theme-mode-map): Add bindings
6008         (Bug#15674).
6010         * replace.el (occur-engine): Avoid infloop (Bug#7593).
6012 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6014         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
6015         (Bug#13914).
6017 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6019         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
6021 2013-12-18  Glenn Morris  <rgm@gnu.org>
6023         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
6024         * cus-start.el (load-prefer-newer): New option.
6026 2013-12-18  Le Wang  <l26wang@gmail.com>
6028         * comint.el (comint-previous-matching-input-from-input):
6029         Retain point (Bug#13404).
6031 2013-12-18  Chong Yidong  <cyd@gnu.org>
6033         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
6035 2013-12-18  Glenn Morris  <rgm@gnu.org>
6037         * mail/emacsbug.el (report-emacs-bug):
6038         Only mention enable-multibyte-characters if non-standard.
6040 2013-12-17  Juri Linkov  <juri@jurta.org>
6042         * arc-mode.el (archive-extract-by-file): Check if directory exists
6043         before deletion to not show irrelevant errors if it doesn't exist.
6045 2013-12-17  Juri Linkov  <juri@jurta.org>
6047         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
6048         (Bug#14751)
6050         * net/eww.el (browse-web): Add alias to `eww'.
6051         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
6052         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
6054         * net/browse-url.el (browse-url-browser-function): Move `eww'
6055         closer to similar functions.
6057         * startup.el (fancy-startup-screen, fancy-about-screen):
6058         Set browse-url-browser-function to eww-browse-url locally.
6059         (Bug#14751)
6061 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6063         * window.el (window--pixel-to-total): Remove unused `mini' var.
6064         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
6065         (split-window): Remove unused `new' var.
6066         (window--display-buffer): Remove unused `frame' and `delta' vars.
6067         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
6068         and display-width'.
6070 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
6072         * dired.el (dired-mark-pop-up):
6073         * register.el (register-preview): Don't bind
6074         split-height-threshold here since it's now done in
6075         display-buffer-below-selected.
6077 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
6079         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
6080         xterm-rgb-convert-to-16bit.
6081         (rxvt-register-default-colors): Standardize with
6082         xterm-register-default-colors (Bug#14078).
6084 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6086         * simple.el (kill-region): Pass mark first, then point, so that
6087         kill-append works right (Bug#12819).
6088         (copy-region-as-kill, kill-ring-save): Likewise.
6090 2013-12-17  Leo Liu  <sdl.web@gmail.com>
6092         * net/rcirc.el (rcirc-add-face):
6093         * eshell/em-prompt.el (eshell-emit-prompt):
6094         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
6095         (Bug#16167)
6097 2013-12-17  Chong Yidong  <cyd@gnu.org>
6099         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
6100         Suggested by Xue Fuqiao.
6102 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
6104         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
6106 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6108         * net/shr.el (shr-insert-document): Remove unused var
6109         `shr-preliminary-table-render'.
6110         (shr-rescale-image): Remove unused arg `force'.
6111         (shr-put-image): Update calls accordingly.
6112         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
6114 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
6116         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
6117         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
6118         :close-all, to see which indentation method to use (Bug#16116).
6119         (smie-rules-function): Document the method :close-all.
6121 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
6125         * net/eww.el (eww-display-html): If we can't find the anchor we're
6126         looking for, then go to point-min.
6128 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
6130         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
6131         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
6132         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
6133         Expand dir too, in case it's relative.
6135 2013-12-16  Juri Linkov  <juri@jurta.org>
6137         * desktop.el (desktop-auto-save-timeout): Change default to
6138         `auto-save-timeout'.  Doc fix.
6139         (desktop-save): Skip the timestamp in desktop-saved-frameset
6140         when checking for auto-save changes.
6141         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
6142         `desktop-auto-save' is called repeatedly by the idle timer.
6143         (desktop-auto-save-set-timer): Replace `run-with-timer' with
6144         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
6145         (Bug#15331)
6147 2013-12-16  Juri Linkov  <juri@jurta.org>
6149         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
6150         (Bug#16035)
6151         (isearch-pre-command-hook): Check `this-command' for symbolp.
6153 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6155         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
6157 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
6159         * progmodes/cfengine.el (cfengine3--current-word): Remove.
6160         (cfengine3--current-function): Bring in the current-function
6161         functionality from `cfengine3--current-word'.
6162         (cfengine3-completion-function): Bring in the
6163         bounds-of-current-word functionality from
6164         `cfengine3--current-word'.
6166 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
6168         * window.el (display-buffer-below-selected):
6169         Bind split-height-threshold to 0 as suggested by Juri Linkov.
6171 2013-12-16  Leo Liu  <sdl.web@gmail.com>
6173         * progmodes/compile.el (compile-goto-error): Do not push-mark.
6174         Remove NOMSG arg and all uses changed.
6176 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6178         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
6179         (cua--deactivate-rectangle): Don't deactivate the mark.
6180         (cua-set-rectangle-mark): Don't set mark-active since
6181         cua--activate-rectangle already does it for us.
6182         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
6183         non-rectangular region.
6185         * emulation/cua-base.el (cua-repeat-replace-region):
6186         Use with-current-buffer.
6188         * net/gnutls.el: Use cl-lib.
6189         (gnutls-negotiate): `mapcan' -> cl-mapcan.
6191 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6193         * emacs-lisp/package.el (package-built-in-p): Support both
6194         built-in and the package.el converted package descriptions.
6195         (package-show-package-list): Allow keywords.
6196         (package-keyword-button-action): Use it instead of
6197         `finder-list-matches'.
6198         (package-menu-filter-interactive): Interactive filtering (by
6199         keyword) function.
6200         (package-menu--generate): Support keywords and change keymappings
6201         and headers when they are given.
6202         (package--has-keyword-p): Helper function.
6203         (package-menu--refresh): Use it.
6204         (package--mapc): Helper function.
6205         (package-all-keywords): Use it.
6206         (package-menu-mode-map): Set up menu items and keybindings to
6207         provide a filtering UI.
6209 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6211         * net/gnutls.el (gnutls-verify-error): New defcustom to control
6212         the behavior when a certificate fails validation.  Defaults to
6213         old behavior: never abort, just warn.
6214         (gnutls-negotiate): Use it.
6216 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
6218         * window.el (display-buffer-below-selected): Never split window
6219         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
6221 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
6223         * emacs-lisp/package.el (package--prepare-dependencies): New function.
6224         (package-buffer-info): Use it (bug#15108).
6226 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6228         * icomplete.el (icomplete-completions): Make sure the prefix is already
6229         displayed elsewhere before hiding it (bug#16219).
6231 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
6233         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
6234         open-paren tokens when preceded by a open-paren, too.
6235         (ruby-smie-rules): Handle virtual indentation after open-paren
6236         tokens specially.  If there is code between it and eol, return the
6237         column where is starts (Bug#16118).
6239 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
6241         * progmodes/cfengine.el: Fix `add-hook' doc.
6242         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6243         (cfengine3--current-word): Fix parameters.
6244         (cfengine3-make-syntax-cache): Simplify further.
6245         (cfengine3-completion-function, cfengine3--current-function):
6246         Use `assq' for symbols.
6247         (cfengine3--current-function): Fix `cfengine3--current-word' call.
6249 2013-12-13  Glenn Morris  <rgm@gnu.org>
6251         * loadup.el (load-path): Warn if site-load or site-init changes it.
6252         No more need to reset it when bootstrapping.
6254 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
6256         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6257         locations for cf-promises.
6258         (cfengine-mode-syntax-functions-regex): New caching variable.
6259         (cfengine3-fallback-syntax): Fallback syntax for cases where
6260         cf-promises doesn't run.
6261         (cfengine3--current-word): Reimplement using
6262         `cfengine-mode-syntax-functions-regex'.
6263         (cfengine3-completion-function, cfengine3--current-function):
6264         Use `cfengine3-make-syntax-cache' directly.
6265         (cfengine3-clear-syntax-cache): New function.
6266         (cfengine3-make-syntax-cache): Simplify and create
6267         `cfengine-mode-syntax-functions-regex' on demand.
6268         (cfengine3-format-function-docstring): Don't call
6269         `cfengine3-make-syntax-cache' explicitly.
6271 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
6273         Fix windmove-find-other-window broken after pixelwise resizing
6274         (Bug#16017).
6275         * windmove.el (windmove-other-window-loc): Revert change from
6276         2013-12-04.
6277         (windmove-find-other-window): Call window-in-direction.
6278         * window.el (window-in-direction): New arguments SIGN, WRAP and
6279         MINI to emulate original windmove-find-other-window behavior.
6281 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
6283         * simple.el (blink-matching--overlay): New variable.
6284         (blink-matching-open): Instead of moving point, highlight the
6285         matching paren with an overlay
6286         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
6288         * faces.el (paren-showing-faces, show-paren-match)
6289         (show-paren-mismatch): Move from paren.el.
6291 2013-12-13  Leo Liu  <sdl.web@gmail.com>
6293         * indent.el (indent-region): Disable progress reporter in
6294         minibuffer.  (Bug#16108)
6296         * bindings.el (visual-order-cursor-movement): Fix version.
6298 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6300         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
6301         Also match after beginning of line.
6302         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
6303         files.  Thanks to Russell Sim.  (Bug#15378)
6305 2013-12-13  Juri Linkov  <juri@jurta.org>
6307         * simple.el <Keypad support>: Remove key bindings duplicated
6308         with bindings.el.  (Bug#14397)
6310 2013-12-13  Juri Linkov  <juri@jurta.org>
6312         * comint.el (comint-mode-map): Replace `delete-char' with
6313         `delete-forward-char'.  (Bug#16109)
6315 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6317         * progmodes/python.el (python-indent-calculate-indentation):
6318         Fix de-denters cornercase.  (Bug#15731)
6320 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6322         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
6323         (advice--make): Pay attention to `depth'.
6324         (advice--make-1): Don't autoload commands eagerly.
6325         * emacs-lisp/elp.el (elp-instrument-function):
6326         * emacs-lisp/trace.el (trace-function-internal):
6327         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
6329         * iswitchb.el (iswitchb-mode): Don't belittle ido.
6331 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
6333         * term/w32-win.el (w32-handle-dropped-file):
6334         * startup.el (normal-top-level):
6335         * net/browse-url.el (browse-url-file-url):
6336         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
6337         decode file names using 'utf-8' rather than
6338         file-name-coding-system.
6340 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6342         * progmodes/python.el (python-indent-context)
6343         (python-indent-calculate-indentation): Fix auto-identation
6344         behavior for comment blocks.  (Bug#15916)
6346 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6348         * progmodes/python.el (python-indent-calculate-indentation):
6349         When determining indentation, don't treat "return", "pass", etc., as
6350         operators when they are just string constituents.  (Bug#15812)
6352 2013-12-12  Juri Linkov  <juri@jurta.org>
6354         * uniquify.el (uniquify-buffer-name-style): Change default to
6355         `post-forward-angle-brackets'.
6357         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
6358         `uniquify'.  Change default to `post-forward-angle-brackets'.
6360 2013-12-11  Glenn Morris  <rgm@gnu.org>
6362         * emacs-lisp/package.el (finder-list-matches):
6363         Autoload rather than falsely declaring.
6365 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
6367         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
6368         (eww-mode-map): Use them.
6370 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
6372         * window.el (display-buffer-in-side-window): Fix doc-string
6373         (Bug#16115).
6375 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
6377         * vc/vc-git.el: Silence byte-compiler warnings.
6378         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
6379         (log-edit-set-header): Declare.
6381 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
6383         * Makefile.in (custom-deps, finder-data): Run output file names
6384         through unmsys--file-name.  (Bug#16099)
6386 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6388         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
6389         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
6391         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
6392         instead of deleting the selection "by hand" (bug#16098).
6393         Rely on insert-for-yank to yank rectangles.
6394         (cua-highlight-region-shift-only): Mark obsolete.
6395         (cua-mode): Don't enable/disable transient-mark-mode,
6396         shift-select-mode (cua-mode works both with and without them), and
6397         pc-selection-mode (obsolete).
6398         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
6399         (cua--deactivate-rectangle): Deactivate it.
6401         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
6402         (delete-selection-helper): Make sure yank starts at the top of the
6403         deleted region.
6404         (minibuffer-keyboard-quit): Use region-active-p.
6406         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
6408         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
6409         to `delete' (bug#16109).
6411 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6413         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
6414         info manual and show keybindings and set `:group' keyword.
6416 2013-12-11  Juri Linkov  <juri@jurta.org>
6418         * delsel.el (delete-active-region): Let-bind `this-command'
6419         to prevent `kill-region' from changing its original value.
6420         (delete-selection-helper): Handle `overwrite-mode' for the type
6421         `kill' exactly the same way as for the type `t'.
6422         (insert-char, quoted-insert, reindent-then-newline-and-indent):
6423         Support more commands.  (Bug#13312)
6425 2013-12-11  Juri Linkov  <juri@jurta.org>
6427         * bindings.el: Map kp keys to non-kp keys systematically
6428         with basic modifiers control, meta and shift.  (Bug#14397)
6430 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6432         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
6433         "Close browser" menu items.  Fix wrong function of "List
6434         bookmarks".
6436 2013-12-11  Juri Linkov  <juri@jurta.org>
6438         * misearch.el (multi-isearch-buffers): Set the value of
6439         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
6440         arg of isearch-forward to t.
6441         (multi-isearch-buffers-regexp): Set the value of
6442         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
6443         arg of isearch-forward-regexp to t.
6444         (multi-isearch-files): Set the value of
6445         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
6446         arg of isearch-forward to t.
6447         (multi-isearch-files-regexp): Set the value of
6448         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
6449         arg of isearch-forward-regexp to t.  (Bug#16035)
6451         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
6452         arg of isearch-forward to t.
6453         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
6454         arg of isearch-forward-regexp to t.
6455         (dired-isearch-filter-filenames): Remove unnecessary check for
6456         `dired-isearch-filenames'.
6458         * comint.el (comint-history-isearch-backward):
6459         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
6460         (comint-history-isearch-backward-regexp):
6461         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
6463 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
6465         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
6466         unmsys--file-name.  (Bug#16099)
6468 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
6470         * emacs-lisp/package.el (package-keyword-button-action):
6471         Remove finder.el require dependency.
6473 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
6475         * emacs-lisp/package.el: Require finder.el.
6476         (describe-package-1): Add keyword buttons.
6477         (package-make-button): New convenience function.
6478         (package-keyword-button-action): Keyword button action using
6479         `finder-list-matches'.
6481 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
6483         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
6484         last commit.
6486 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
6488         * autorevert.el (auto-revert-notify-add-watch): Do not handle
6489         symlinked files.
6491 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
6493         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6494         after the end of a percent literal.
6496 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
6498         * progmodes/ruby-mode.el (ruby-forward-string): Document.
6499         Handle caret-delimited strings (Bug#16079).
6501 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
6503         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
6504         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
6505         `ruby-parse-partial' (Bug#16078).
6507 2013-12-09  Leo Liu  <sdl.web@gmail.com>
6509         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
6511 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
6513         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
6514         (js-switch-indent-offset): New option.
6515         (js--proper-indentation): Use it.  And handle the case when
6516         "default" is actually a key in an object literal.
6517         (js--same-line): New function.
6518         (js--multi-line-declaration-indentation): Use it.
6519         (js--indent-in-array-comp, js--array-comp-indentation):
6520         New functions.
6521         (js--proper-indentation): Use them, to handle array comprehension
6522         continuations.
6524 2013-12-08  Leo Liu  <sdl.web@gmail.com>
6526         * progmodes/flymake.el (flymake-highlight-line): Re-write.
6527         (flymake-make-overlay): Remove arg MOUSE-FACE.
6528         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
6530 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6532         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
6533         New function.
6534         (redisplay-highlight-region-function): Use it.
6536         * emulation/cua-base.el (cua--explicit-region-start)
6537         (cua--last-region-shifted): Remove.
6538         (cua--deactivate): Use deactivate-mark.
6539         (cua--pre-command-handler-1): Don't handle shift-selection.
6540         (cua--post-command-handler-1): Don't change transient-mark-mode.
6541         (cua--select-keymaps): Use region-active-p rather than
6542         cua--explicit-region-start or cua--last-region-shifted.
6543         (cua-mode): Enable shift-select-mode.
6545 2013-12-08  Leo Liu  <sdl.web@gmail.com>
6547         * progmodes/flymake.el (flymake-popup-current-error-menu):
6548         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
6549         (flymake-posn-at-point-as-event, flymake-popup-menu)
6550         (flymake-make-emacs-menu): Remove.  (Bug#16077)
6552 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6554         * rect.el (rectangle-mark-mode): Activate mark even if
6555         transient-mark-mode is off (bug#16066).
6556         (rectangle--highlight-for-redisplay): Fix boundary condition when point
6557         is > mark and at bolp.
6559         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
6560         (region-extract-function): Use it.
6561         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
6562         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
6563         Delete functions.
6564         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
6565         kill-ring-save, kill-region, delete-char, delete-forward-char.
6566         Ignore self-insert-iso.
6568         * emulation/cua-gmrk.el (cua--init-global-mark):
6569         Ignore `self-insert-iso'.
6571         * emulation/cua-base.el (cua--prefix-copy-handler)
6572         (cua--prefix-cut-handler): Rely on region-extract-function rather than
6573         checking cua--rectangle.
6574         (cua-delete-region): Use region-extract-function.
6575         (cua-replace-region): Delete function.
6576         (cua-copy-region, cua-cut-region): Obey region-extract-function.
6577         (cua--pre-command-handler-1): Don't do the delete-selection thing.
6578         (cua--self-insert-char-p): Ignore `self-insert-iso'.
6579         (cua--init-keymaps): Don't remap delete-selection commands.
6580         (cua-mode): Use delete-selection-mode instead of rolling our own
6581         (bug#16085).
6583         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
6584         Obey region-extract-function.
6586         Make registers and delete-selection-mode work on rectangles.
6587         * register.el (describe-register-1): Don't modify the register's value.
6588         (copy-to-register): Obey region-extract-function.
6589         * delsel.el (delete-active-region): Obey region-extract-function.
6591 2013-12-08  Leo Liu  <sdl.web@gmail.com>
6593         * progmodes/flymake.el (flymake, flymake-error-bitmap)
6594         (flymake-warning-bitmap, flymake-fringe-indicator-position)
6595         (flymake-compilation-prevents-syntax-check)
6596         (flymake-start-syntax-check-on-newline)
6597         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
6598         (flymake-start-syntax-check-on-find-file, flymake-log-level)
6599         (flymake-xml-program, flymake-master-file-dirs)
6600         (flymake-master-file-count-limit)
6601         (flymake-allowed-file-name-masks): Relocate.
6602         (flymake-makehash, flymake-float-time)
6603         (flymake-replace-regexp-in-string, flymake-split-string)
6604         (flymake-get-temp-dir): Remove.
6605         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
6606         (flymake-current-row, flymake-selected-frame)
6607         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
6608         related functions.  (Bug#16077)
6610 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
6612         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
6614 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
6616         * help-fns.el (describe-function-1): Use new advice-* functions
6617         rather than old ad-* functions.  Fix function type description and
6618         source links for advised functions and subrs.
6620 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6622         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
6624 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
6626         * progmodes/compile.el (compilation-start):
6627         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
6629         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6630         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
6632 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
6634         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6635         Touch up the last change.
6637 2013-12-06  Leo Liu  <sdl.web@gmail.com>
6639         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
6640         (inferior-octave-startup): Always use "octave> " for prompt.
6641         (octave-goto-function-definition)
6642         (octave-sync-function-file-names)
6643         (octave-find-definition-default-filename): Remove redundant backquotes.
6645 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
6647         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
6648         syntax for `?'.
6649         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
6650         where appropriate already.
6651         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
6652         end of method names (Bug#15874).
6654 2013-12-06  Juri Linkov  <juri@jurta.org>
6656         * isearch.el (isearch--saved-overriding-local-map):
6657         New internal variable.
6658         (isearch-mode): Set it to the initial value of
6659         `overriding-terminal-local-map'.
6660         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
6661         with `isearch--saved-overriding-local-map'.  (Bug#16035)
6663 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
6665         * progmodes/octave.el (inferior-octave-completion-table):
6666         Turn back into function, use `completion-table-with-cache'
6667         (Bug#11906).  Update all references.
6669         * minibuffer.el (completion-table-with-cache): New function.
6671 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
6673         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
6675 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
6677         * net/eww.el (eww-current-source): New variable to store page
6678         source.
6679         (eww-display-html, eww-mode, eww-save-history)
6680         (eww-restore-history): Use it.
6681         (eww-view-source): New command to view page source.
6682         Opportunistically uses `html-mode' to highlight the buffer.
6683         (eww-mode-map): Install it.
6685 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
6687         * net/dbus.el (dbus-unregister-service)
6688         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6689         Fix docstring.
6690         (dbus-unregister-service): Skip :serial entries in
6691         `dbus-registered-objects-table'.
6692         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6694 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
6696         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6697         around keywords with extra `split-string' argument.
6699 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
6701         * windmove.el (windmove-other-window-loc): Handle navigation
6702         between windows (excluding the minibuffer window - Bug#16017).
6704 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
6706         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6707         in D-Bus type syntax.
6708         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6709         preserve unibyte strings.  (Bug#16048)
6711 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6713         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6714         Call force-mode-line-update is the proper buffer (bug#16042).
6716 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
6718         * vc/log-edit.el (log-edit-add-new-comment): Rename to
6719         `log-edit-remember-comment', make argument optional.  Adjust all
6720         callers.
6721         (log-edit-mode): Add `log-edit-remember-comment' to
6722         `kill-buffer-hook' locally.
6723         (log-edit-kill-buffer): Don't remember comment explicitly since
6724         the buffer is killed anyway.
6726 2013-12-04  Juri Linkov  <juri@jurta.org>
6728         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6729         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
6731 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
6733         * notifications.el (notifications-close-notification): Call the
6734         D-Bus method with ID being a `:uint32'.  (Bug#16030)
6736 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6738         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6740 2013-12-03  Juri Linkov  <juri@jurta.org>
6742         * progmodes/compile.el (compilation-start): Rename window alist
6743         entry `no-display-ok' to `allow-no-window'.
6745         * simple.el (shell-command): Add window alist entry
6746         `allow-no-window' to `display-buffer'.
6747         (async-shell-command): Doc fix.
6749         * window.el (display-buffer-no-window): New action function.
6750         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
6752 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
6754         * vc/log-edit.el (log-edit-set-header): Extract from
6755         `log-edit-toggle-header'.
6756         (log-edit-extract-headers): Separate the summary, when extracted
6757         from header, from the rest of the message with an empty line.
6759         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6760         line, if present, to the Summary header.
6762 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6764         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6765         in current-buffer (bug#16029).
6767 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
6769         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6770         (debugger-mode-map): Bind it.
6771         (debugger--backtrace-base): New function.
6772         (debugger-eval-expression): Use it.
6773         (debugger-frame-number): Skip local vars when present.
6774         (debugger--locals-visible-p, debugger--insert-locals)
6775         (debugger--show-locals, debugger--hide-locals): New functions.
6777 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
6779         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6780         "LC_ALL".
6781         (tramp-get-remote-locale): New defun.
6782         (tramp-open-connection-setup-interactive-shell): Use it.
6784 2013-12-02  Leo Liu  <sdl.web@gmail.com>
6786         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
6788         * progmodes/sh-script.el (sh-shell-process):
6789         * progmodes/octave.el (inferior-octave-process-live-p):
6790         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6791         (gdb-inferior-io-sentinel):
6792         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6794 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
6796         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6797         `save-selected-window' to `log-edit-hide-buf'.  This makes
6798         `log-edit-show-files' idempotent.
6799         (log-edit-show-files): Mark the new window as dedicated.
6801 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
6803         * vc/log-edit.el (log-edit-mode-map): Add binding for
6804         `log-edit-kill-biffer'.
6805         (log-edit-hide-buf): Add a FIXME comment.
6806         (log-edit-add-new-comment): New function, extracted from
6807         `log-edit-done'.
6808         (log-edit-done, log-edit-add-to-changelog): Use it.
6809         (log-edit-kill-buffer): New command.
6811 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6814         instead of killing the buffer.
6816 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6820 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6822         * net/eww.el (eww-form-checkbox-selected-symbol)
6823         (eww-form-checkbox-symbol): New customizable variable.
6824         (eww-form-checkbox, eww-toggle-checkbox):
6825         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6827         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6828         (shr--get-media-pref, shr--extract-best-source): New function.
6829         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6830         no :src tag was specified.
6832         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6833         (eww-render): Handle `eww-use-external-browser-for-content-type'.
6834         Use \\` to match beginning of string instead of ^.
6835         (eww-browse-with-external-browser): Provide optional URL parameter.
6836         (eww-render): Set `eww-current-title' back to "".
6838         * net/shr.el (shr-tag-video): Display content for video if no
6839         poster is available.
6840         (shr-tag-audio): Add support for <audio> tag.
6842         * net/eww.el (eww-text-input-types): New const.
6843         (eww-process-text-input): Treat input types in
6844         `eww-text-input-types' as text.
6846         * net/shr.el (shr-tag-table): Fix comment typo.
6848 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850         * net/eww.el (eww-follow-link): New command to avoid reloading
6851         pages when we follow #target links (bug#15243).
6852         (eww-quit): Special mode buffers shouldn't query before exiting.
6854 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6856         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6857         forms.
6859 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861         * net/eww.el (eww-restore-history): Update the window title after
6862         moving in the history.
6863         (eww-current-dom): New variable used to save the current DOM.
6865 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
6867         * vc/log-edit.el (log-edit-mode-map): Add binding for
6868         `log-edit-beginning-of-line'.
6869         (log-edit-setup-add-author): New user option.
6870         (log-edit-beginning-of-line): New command.
6871         (log-edit): Move major mode call above the contents setup so that
6872         the local variable values are already applied.
6873         (log-edit): Only insert "Author: " when
6874         `log-edit-setup-add-author' is non-nil.
6875         (log-edit): When SETUP is non-nil, position point after ": "
6876         instead of point-min.
6878 2013-12-01  Glenn Morris  <rgm@gnu.org>
6880         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6882 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
6884         * startup.el (fancy-splash-frame): On MS-Windows, trigger
6885         redisplay to make sure the initial frame gets a chance to become
6886         visible.  (Bug#16014)
6888 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
6890         Support resizing frames and windows pixelwise.
6891         * cus-start.el (frame-resize-pixelwise)
6892         (window-resize-pixelwise): New entries.
6893         * emacs-lisp/debug.el (debug): Use window-total-height instead
6894         of window-total-size.
6895         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6896         * help.el (describe-bindings-internal): Use help-buffer as
6897         argument for with-help-window.
6898         (temp-buffer-max-width): New option.
6899         (resize-temp-buffer-window, help-window-setup)
6900         (with-help-window): Rewrite.
6901         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
6902         dragging dividers.
6903         * window.el (frame-char-size, window-min-pixel-height)
6904         (window-safe-min-pixel-height, window-safe-min-pixel-width)
6905         (window-min-pixel-width, window-safe-min-pixel-size)
6906         (window-combination-p, window-safe-min-size)
6907         (window-resizable-p, window--size-to-pixel)
6908         (window--pixel-to-size, window--resize-apply-p): New functions.
6909         (window-safe-min-height): Fix doc-string.
6910         (window-size, window-min-size, window--min-size-1)
6911         (window-sizable, window-sizable-p, window--min-delta-1)
6912         (window-min-delta, window--max-delta-1, window-max-delta)
6913         (window--resizable, window--resizable-p, window-resizable)
6914         (window-full-height-p, window-full-width-p, window-at-side-p)
6915         (window--in-direction-2, window-in-direction)
6916         (window--resize-reset-1, window--resize-mini-window)
6917         (window-resize, window-resize-no-error)
6918         (window--resize-child-windows-normal)
6919         (window--resize-child-windows, window--resize-siblings)
6920         (window--resize-this-window, window--resize-root-window)
6921         (window--resize-root-window-vertically)
6922         (adjust-window-trailing-edge, enlarge-window, shrink-window)
6923         (maximize-window, minimize-window, delete-window)
6924         (quit-restore-window, window-split-min-size, split-window)
6925         (balance-windows-2, balance-windows)
6926         (balance-windows-area-adjust, balance-windows-area)
6927         (window--state-get-1, window-state-get, window--state-put-1)
6928         (window--state-put-2, window-state-put)
6929         (display-buffer-record-window, window--display-buffer):
6930         Make functions handle pixelwise sizing of windows.
6931         (display-buffer--action-function-custom-type)
6932         (display-buffer-fallback-action):
6933         Add display-buffer-in-previous-window.
6934         (display-buffer-use-some-window): Resize window to height it had
6935         before.
6936         (fit-window-to-buffer-horizontally): New option.
6937         (fit-frame-to-buffer): Describe new values.
6938         (fit-frame-to-buffer-bottom-margin): Replace with
6939         fit-frame-to-buffer-margins.
6940         (window--sanitize-margin): New function.
6941         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6942         using window-text-pixel-size.
6944 2013-11-30  Glenn Morris  <rgm@gnu.org>
6946         * emacs-lisp/bytecomp.el (byte-compile-form):
6947         Make the `interactive-only' warning like the `obsolete' one.
6948         * comint.el (comint-run):
6949         * files.el (insert-file-literally, insert-file):
6950         * replace.el (replace-string, replace-regexp):
6951         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6952         (goto-line, insert-buffer, next-line, previous-line):
6953         Tweak `interactive-only' spec.
6955         Stop keeping (most) generated cedet grammar files in the repository.
6956         * Makefile.in (semantic): New.
6957         (compile-main): Depend on semantic.
6959 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6961         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6962         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6964         * uniquify.el (uniquify-buffer-name-style): Change default.
6966         * loadup.el: Preload "uniquify".
6968         * time.el (display-time-update): Update all mode lines (bug#15999).
6970         * electric.el (electric-indent-mode): Enable by default.
6971         * loadup.el: Preload "electric".
6973 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
6975         * emacs-lisp/helpers.el (string-empty-p): New function.
6976         (string-blank-p): New function.
6978 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
6980         * imenu.el (imenu--index-alist): Add missing dot to the docstring
6981         (Bug#14029).
6983 2013-11-29  Andreas Politz  <politza@fh-trier.de>
6984         * imenu.el (imenu--subalist-p): Don't error on non-conses and
6985         allow non-lambda lists as functions.
6986         (imenu--in-alist): Don't recurse into non-subalists.
6987         (imenu): Don't pass function itself as an argument (Bug#14029).
6989 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * progmodes/python.el (python-mode-map): Remove binding for ":".
6992         (python-indent-electric-colon): Remove command.
6993         (python-indent-post-self-insert-function): Integrate the previous code
6994         of python-indent-electric-colon.  Make it conditional on
6995         electric-indent-mode.
6996         (python-mode): Add ?: to electric-indent-chars.
6997         Move python-indent-post-self-insert-function to the end of
6998         post-self-insert-hook.
7000 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7002         * doc-view.el (doc-view-goto-page): Update mode-line.
7004         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
7006 2013-11-27  Glenn Morris  <rgm@gnu.org>
7008         * international/charprop.el, international/uni-bidi.el:
7009         * international/uni-category.el, international/uni-combining.el:
7010         * international/uni-comment.el, international/uni-decimal.el:
7011         * international/uni-decomposition.el, international/uni-digit.el:
7012         * international/uni-lowercase.el, international/uni-mirrored.el:
7013         * international/uni-name.el, international/uni-numeric.el:
7014         * international/uni-old-name.el, international/uni-titlecase.el:
7015         * international/uni-uppercase.el:
7016         Remove generated files from VCS repository.
7018 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
7020         * filenotify.el (file-notify-add-watch): Don't special-case
7021         w32notify when computing the directory to watch.
7023 2013-11-27  Glenn Morris  <rgm@gnu.org>
7025         Make bootstrap without generated uni-*.el files possible again.
7026         * loadup.el: Update command-line-args checking for unidata-gen.
7027         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
7028         * composite.el, international/characters.el:
7029         Handle unicode tables being undefined.
7031         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
7032         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
7033         (compile-main): Depend on leim rule.
7034         (leim): New rule.
7035         * loadup.el: Move leim-list.el to leim/ subdirectory.
7036         * startup.el (normal-top-level): No more leim directory.
7037         * international/ja-dic-cnv.el (skkdic-convert):
7038         Disable version-control and autoloads in output files.
7039         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
7040         Disable version-control and autoloads in output files.
7041         * leim/quail: Move here from ../leim.
7042         * leim/quail/hangul.el (hangul-input-method-activate):
7043         Add autoload cookie.
7044         (generated-autoload-load-name): Set file-local value.
7045         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
7046         (generated-autoload-load-name): Set file-local value.
7048 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
7050         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7051         (eww-add-bookmark): Ask confirmation when add to bookmarks.
7052         (eww-quit): Ask confirmation before quitting eww.
7054 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
7056         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
7057         reading output from Diff on MS-Windows and MS-DOS.
7059 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
7061         * emacs-lisp/helpers.el (string-reverse): New function.
7063 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
7065         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
7066         names on MS Windows, like "/[::1]:".
7068         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
7069         SWITCHES.
7071 2013-11-26  Glenn Morris  <rgm@gnu.org>
7073         * progmodes/python.el (python-indent-guess-indent-offset):
7074         Avoid corner-case error.  (Bug#15975)
7076         Preload leim-list.el.  (Bug#4789)
7077         * loadup.el: Load leim-list.el when found.
7078         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
7080 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
7082         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
7084         * emacs-lisp/helpers.el (string-join): New function.
7086 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
7088         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7089         Mark as obsolete and replace it with a symbol property.
7090         (byte-compile-form): Use new 'interactive-only property.
7091         * comint.el, files.el, replace.el, simple.el:
7092         Apply new 'interactive-only properly.
7094 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
7096         * window.el (display-buffer-at-bottom): Make sure that
7097         split-window-sensibly creates the new window on bottom
7098         (Bug#15961).
7100 2013-11-23  David Kastrup  <dak@gnu.org>
7102         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
7103         on the conflict markers when available.
7104         (smerge--get-marker): New function.
7105         (smerge-end-re, smerge-base-re): Add subgroup.
7107 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7109         * frame.el (handle-focus-in, handle-focus-out): Add missing
7110         interactive spec.
7112 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
7114         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7115         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
7117 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
7120         (gomoku--last-pos): New var.
7121         (gomoku--intangible-chars): New const.
7122         (gomoku--intangible): New function.
7123         (gomoku-mode): Use it.  Derive from special-mode.
7124         (gomoku-move-up): Adjust line count.
7125         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
7126         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
7127         Simplify accordingly.
7129         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
7130         Remove blink-cursor code.
7131         (blink-cursor-timer-function, blink-cursor-suspend):
7132         Don't special-case GUIs.
7133         (blink-cursor-mode): Use focus-in/out-hook.
7135 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
7137         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
7138         work when annotation is invisible (Bug#13886).
7140 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
7142         * json.el (json-alist-p): Only return non-nil if the alist has
7143         simple keys (Bug#13518).
7145 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
7147         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
7148         when control-statement is the first statement in a buffer (Bug#15956).
7150 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
7152         * imenu.el (imenu-generic-skip-comments-and-strings):
7153         New option (Bug#15560).
7154         (imenu--generic-function): Use it.
7156 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
7158         * minibuffer.el (completion--in-region-1): Scroll the correct window.
7159         (Bug#13898)
7161 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
7163         * emacs-lisp/helpers.el: Add some string helpers.
7164         (string-trim-left): Removes leading whitespace.
7165         (string-trim-right): Removes trailing whitespace.
7166         (string-trim): Removes leading and trailing whitespace.
7168         * subr.el (string-suffix-p): New function.
7170 2013-11-23  Glenn Morris  <rgm@gnu.org>
7172         * progmodes/python.el (python-shell-send-file):
7173         Add option to delete file when done.  (Bug#15647)
7174         (python-shell-send-string, python-shell-send-region): Use it.
7176 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
7178         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
7179         to set buffer-read-only to t, never to nil.  (Bug#15938)
7181         * textmodes/tex-mode.el (latex-noindent-environments):
7182         Add safe-local-variable property.  (Bug#15936)
7184 2013-11-23  Glenn Morris  <rgm@gnu.org>
7186         * textmodes/enriched.el (enriched-mode): Doc fix.
7187         * emacs-lisp/authors.el (authors-renamed-files-alist):
7188         Add enriched.doc -> enriched.txt.
7190         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
7192 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7194         * progmodes/octave.el (inferior-octave-startup): Spit out error
7195         message.
7197 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
7199         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7200         Improve docstring.
7201         Add :version.
7202         (ruby-encoding-magic-comment-style): Add :version.
7204 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7206         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
7207         (Bug#15076)
7208         (octave-help-mode): Adapt to change to help-mode-finish to use
7209         derived-mode-p on 2013-09-17.
7210         (inferior-octave-prompt): Also match octave-gui.
7211         (octave-kill-process): Don't ask twice.  (Bug#10564)
7213 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7215         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
7216         (inferior-octave-startup, inferior-octave-check-process)
7217         (inferior-octave-track-window-width-change)
7218         (octave-completion-at-point, octave-eldoc-function): Use it.
7219         (octave-kill-process): Provide confirmation.  (Bug#10564)
7221 2013-11-21  Leo Liu  <sdl.web@gmail.com>
7223         * progmodes/octave.el (octave-mode, inferior-octave-mode):
7224         Fix obsolete variable comment-use-global-state.
7226 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7228         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
7229         Add `octave-source-file'.
7230         (octave-source-file): New function.  (Bug#15935)
7232 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
7234         * net/eww.el (eww-local-regex): New variable.
7235         (eww): Use it to detect localhost and similar.
7237 2013-11-21  Leo Liu  <sdl.web@gmail.com>
7239         Add completion for command `ag'.
7240         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7241         (pcomplete/ag): New function.
7242         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
7244 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7246         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7247         (bug#14646).
7248         (make-obsolete): Remove interactive spec.
7250 2013-11-21  Glenn Morris  <rgm@gnu.org>
7252         * startup.el (command-line-1): Use path-separator with -L.
7254 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
7256         * emacs-lisp/package.el (describe-package-1): Add package archive
7257         to shown fields.
7259 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
7261         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7262         Change default to "# encoding: %s" to differentiate it from the
7263         default Ruby encoding comment template.
7265 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
7267         * ses.el (ses-mode): Doc fix.  (Bug#14748)
7269 2013-11-20  Leo Liu  <sdl.web@gmail.com>
7271         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
7273 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
7275         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
7276         when rebase or bisect are in progress.
7278 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
7280         * filenotify.el (file-notify-add-watch): Doc fix.
7282 2013-11-19  Leo Liu  <sdl.web@gmail.com>
7284         * obsolete/rcompile.el: Mark obsolete.
7286         * progmodes/compile.el (compilation-start)
7287         (compilation-goto-locus, compilation-find-file):
7288         Pass no-display-ok and handle nil value from display-buffer.
7289         (Bug#13594)
7291         * window.el (display-buffer-alist, display-buffer): Document the
7292         new parameter no-display-ok.  Return either a window or nil
7293         but never a non-window value.
7295 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7297         * electric.el (electric-indent-mode-map): Remove.
7298         (electric-indent-mode): Change the global-map instead (bug#15915).
7300         * textmodes/text-mode.el (paragraph-indent-minor-mode):
7301         Use add-function.
7303 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * emacs-lisp/nadvice.el (remove-function): Align with
7306         add-function's behavior.
7308         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
7309         (gdb--string-regexp): New constant.
7310         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
7311         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
7312         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
7313         submatch 1.
7314         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
7315         Adjust use accordingly.
7316         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
7318 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
7320         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
7321         interpolation curlies (Bug#15914).
7323 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
7325         * calc/calc.el (calc-context-sensitive-enter): New variable.
7326         (calc-enter): Use `calc-context-sensitive-enter'.
7328 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
7330         * progmodes/cfengine.el: Version bump.
7331         (cfengine-cf-promises): New defcustom to locate cf-promises.
7332         (cfengine3-vartypes): Add new "data" type.
7333         (cfengine3--current-word): New function to get current name-like
7334         word or its bounds.
7335         (cfengine3--current-function): New function to look up a CFEngine
7336         function's definition.
7337         (cfengine3-format-function-docstring): New function.
7338         (cfengine3-make-syntax-cache): New function.
7339         (cfengine3-documentation-function): New function: ElDoc glue.
7340         (cfengine3-completion-function): New function: completion glue.
7341         (cfengine3-mode): Set `compile-command',
7342         `eldoc-documentation-function', and add to
7343         `completion-at-point-functions'.
7345 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
7347         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7348         `tramp-current-connection'.
7350 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
7352         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
7353         nil/self/true/false with "end of symbol".
7355 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
7357         * subr.el (version-regexp-alist): Fix a typo.
7359 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
7361         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
7362         "en_US.utf8" and "LC_CTYPE" to "".
7363         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
7364         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7366 2013-11-15  Leo Liu  <sdl.web@gmail.com>
7368         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
7370 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * progmodes/gud.el (ctl-x-map):
7373         Remove C-x SPC binding.  (Bug#12342)
7374         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
7376 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
7378         * subr.el (version-regexp-alist):
7379         Recognize hg, svn and darcs versions as snapshot versions.
7381         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
7382         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
7383         (ruby--encoding-comment-required-p): Extract from
7384         `ruby-mode-set-encoding'.
7385         (ruby-mode-set-encoding): Add the ability to always insert an
7386         utf-8 encoding comment.  Fix and simplify coding comment update
7387         logic.
7389 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
7391         * net/tramp-gvfs.el (top): Run init code only when
7392         `tramp-gvfs-enabled' is not nil.
7393         (tramp-gvfs-enabled): Check also :system bus.
7395 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7397         Sync with upstream verilog-mode revision 78e66ba.
7398         * progmodes/verilog-mode.el (verilog-end-of-defun)
7399         (verilog-type-completion, verilog-get-list): Remove unused funcs.
7400         (verilog-get-end-of-defun): Remove unused argument.
7401         (verilog-comment-depth): Remove unused local `e'.
7402         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
7403         Don't pass arg to verilog-get-end-of-defun.
7405 2013-11-14  Glenn Morris  <rgm@gnu.org>
7407         * obsolete/assoc.el (aget): Prefix dynamic variable.
7409         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
7411 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7413         * widget.el, hfy-cmap.el: Remove bogus package version number.
7415 2013-11-13  Glenn Morris  <rgm@gnu.org>
7417         * replace.el (replace-eval-replacement):
7418         Try to give more helpful error message.  (Bug#15836)
7420         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7421         (archive-7z-update): Avoid custom type mismatches.
7423         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
7425 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
7427         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
7428         address can be empty.
7430         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
7431         Accept nil SWITCHES.
7432         (tramp-gvfs-handle-write-region): Implement APPEND.
7434 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
7436         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
7437         binary "|" operator and closing block args delimiter.
7438         Remove FIXME comment referring to Ruby 1.8-only syntax.
7439         (ruby-smie--implicit-semi-p): Not after "|" operator.
7440         (ruby-smie--closing-pipe-p): New function.
7441         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
7442         (ruby-smie-rules): Indent after "|".
7444 2013-11-12  Glenn Morris  <rgm@gnu.org>
7446         * ps-print.el (ps-face-attribute-list):
7447         Handle anonymous faces.  (Bug#15827)
7449 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
7451         * window.el (display-buffer-other-frame): Fix doc-string.
7452         (Bug#15868)
7454 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7456         * subr.el (force-mode-line-update): Delete, move to buffer.c.
7458 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
7460         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
7461         (tramp-sh-handle-file-local-copy): Don't write a message when
7462         saving temporary files.
7464         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
7465         both directories are remote.
7466         (tramp-smb-handle-directory-files): Do not return double entries.
7467         Do not expand full file names.
7468         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
7469         (tramp-smb-handle-write-region): Implement APPEND.
7470         (tramp-smb-get-stat-capability): Fix a stupid bug.
7472 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
7476 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7478         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
7479         throwing error over malformed let/let* (bug#15814).
7481 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7483         * iswitchb.el (iswitchb-mode): Mark obsolete.
7485 2013-11-11  Glenn Morris  <rgm@gnu.org>
7487         * international/uni-bidi.el, international/uni-category.el:
7488         * international/uni-name.el, international/uni-numeric.el:
7489         Regenerate for Unicode 6.3.0.
7491 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
7493         * net/tramp.el (tramp-methods):
7494         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
7495         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
7497 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
7499         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7500         Force highlighting text after Summary keyword in doc face for rpm.
7502 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
7504         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
7505         available and the word has no wildcards, append one to the grep pattern.
7506         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
7507         (ispell-complete-word): Call `ispell-lookup-words' with the value
7508         independent of `ispell-look-p'.
7510 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
7512         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
7513         Not after "||".
7514         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
7515         their parent.
7517 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7519         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
7520         (ruby-font-lock-keywords): Use backquote.
7522 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
7524         * progmodes/ruby-mode.el (ruby-smie--forward-token)
7525         (ruby-smie--backward-token): Only consider full-string matches.
7527 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
7529         * faces.el (describe-face): Add distant-foreground.
7531 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
7533         * progmodes/ruby-mode.el: Improve encoding comment handling.
7534         (ruby-encoding-magic-comment-style): New option.
7535         (ruby-custom-encoding-magic-comment-template): New option.
7536         (ruby--insert-coding-comment, ruby--detect-encoding):
7537         New functions extracted from `ruby-mode-set-encoding'.
7538         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
7539         to control the style of the auto-inserted encoding comment.
7541 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
7543         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
7544         Use `smie-backward-sexp' with token argument.
7546 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
7548         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7549         Remove instrumentation code.
7551 2013-11-08  Glenn Morris  <rgm@gnu.org>
7553         * progmodes/autoconf.el (autoconf-mode):
7554         Tweak comment-start-skip.  (Bug#15822)
7556 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7558         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
7559         at bobp (bug#15826).
7560         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
7562 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
7564         * man.el (Man-start-calling): New macro, extracted from
7565         Man-getpage-in-background.
7566         (Man-getpage-in-background): Use it.
7567         (Man-update-manpage): New command.
7568         (Man-mode-map): Bind it.
7570 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
7572         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
7573         of "and", "or", "&&" and "||".
7574         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
7575         argument.  Prohibit opening curly brace because it could only be a
7576         block opener in that position.
7577         (ruby-smie--forward-token, ruby-smie--backward-token):
7578         Separate "|" from "&" or "*" going after it.  That can happen in block
7579         arguments.
7580         (ruby-smie--indent-to-stmt): New function, seeks the end of
7581         previous statement or beginning of buffer.
7582         (ruby-smie-rules): Use it.
7583         (ruby-smie-rules): Check if there's a ":" before a curly block
7584         opener candidate; if there is, it's a hash.
7586 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7588         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
7589         (cl--block-wrapper): Fix last accidental change.
7591 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
7593         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7594         Instrument, in order to hunt failure on hydra.
7596 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7598         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
7599         malformed bindings form (bug#15814).
7601 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
7603         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
7604         "." compared to " @ ".  This incidentally fixes some indentation
7605         examples with "do".
7606         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
7607         (ruby-smie-grammar): New tokens: "and" and "or".
7608         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
7609         Exclude "and" and "or".  Remove "do" in order to work around token
7610         priorities.
7611         (ruby-smie-rules): Add all infix tokens.  Handle the case of
7612         beginning-of-buffer.
7614 2013-11-06  Glenn Morris  <rgm@gnu.org>
7616         * Makefile.in (setwins_almost, setwins_for_subdirs):
7617         Avoid accidental matches.
7619 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7621         * menu-bar.el (popup-menu): Use key-binding.
7623 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
7625         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
7626         menus, support also the menus produced by minor modes.
7627         (Bug#15817)
7629 2013-11-06  Leo Liu  <sdl.web@gmail.com>
7631         * thingatpt.el (thing-at-point-looking-at): Add optional arg
7632         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
7634 2013-11-06  Glenn Morris  <rgm@gnu.org>
7636         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
7637         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
7638         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
7640 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7642         * electric.el (electric-indent-just-newline): New command.
7643         (electric-indent-mode-map): New keymap.
7644         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
7645         Re-add :group which weren't redundant.
7647         * electric.el (electric-indent-local-mode): New minor mode.
7648         (electric-indent-functions-without-reindent): New var.
7649         (electric-indent-post-self-insert-function): Use it.
7650         * emacs-lisp/gv.el (buffer-local-value): Add setter.
7652 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
7654         * international/quail.el (quail-help): Be more explicit about the
7655         meaning of the labels shown on the keys.  (Bug#15800)
7657         * startup.el (normal-top-level): Load the subdirs.el files before
7658         setting the locale environment.  (Bug#15805)
7660 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
7663         via arguments so as to get the right ones (bug#15418).
7665         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
7667 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
7669         Fix problems found while writing a test suite.
7671         * net/tramp-compat.el (tramp-compat-load): New defun.
7672         * net/tramp.el (tramp-handle-load): Use it.
7674         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
7675         "(numberp ok-if-already-exists)" correctly.
7677 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
7679         * international/characters.el (glyphless-char-display-control):
7680         Add usage note.
7682 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
7684         * progmodes/python.el (python-mode):
7685         * progmodes/scheme.el (scheme-mode):
7686         * progmodes/prolog.el (prolog-mode):
7687         * progmodes/ruby-mode.el (ruby-mode):
7688         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7689         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7691 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7693         * rect.el (rectangle--highlight-for-redisplay):
7694         * emacs-lisp/smie.el (smie--next-indent-change):
7695         Use buffer-chars-modified-tick.
7697         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7699         * electric.el (electric-indent-post-self-insert-function):
7700         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7702 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
7704         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7706 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7708         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7709         (bug#15786).
7711 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7713         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
7715         * progmodes/python.el: Fix up last change.
7716         (python-shell--save-temp-file): New function.
7717         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
7718         `string' comes from the current buffer.
7719         (python-shell-send-string-no-output): Remove `msg' arg.
7720         (python--use-fake-loc): New var.
7721         (python-shell-buffer-substring): Obey it.  Try to compensate for the
7722         extra coding line added by python-shell--save-temp-file.
7723         (python-shell-send-region): Use python-shell--save-temp-file and
7724         python-shell-send-file directly.  Add `nomain' argument.
7725         (python-shell-send-buffer): Use python-shell-send-region.
7726         (python-electric-pair-string-delimiter): New function.
7727         (python-mode): Use it.
7729 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
7731         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7732         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7733         environment and decoding all of the default-directory's to here
7734         from command-line.
7735         (command-line): Decode also argv[0].
7737         * loadup.el: Error out if default-directory is a multibyte string
7738         when we are dumping.
7740         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
7742 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
7744         * emacs-lisp/package.el (package-menu-mode)
7745         (package-menu--print-info, package-menu--archive-predicate):
7746         Add Archive column to package list.
7748 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
7750         Fix problems found while writing a test suite.
7752         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7753         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7754         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7755         to nil when running original file name handler.  Otherwise,
7756         there are problems with constructs like "$$FOO".
7758         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7759         for `localname'.
7761 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
7763         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7765         * subr.el (version<, version<=, version=):
7766         Update docstrings with information for snapshot versions.
7768         * helpers.el: New library for misc helper functions.
7769         (hash-table-keys): New function returning a list of hash keys.
7770         (hash-table-values): New function returning a list of hash values.
7772 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
7774         * progmodes/ruby-mode.el (ruby-smie--forward-token)
7775         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7777 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
7779         * textmodes/fill.el (fill-single-char-nobreak-p): New function
7780         checking whether point is after a 1-letter word.
7782 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7784         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7785         Don't infloop when expanding region over `multiline' syntax-type that
7786         begins a line (bug#15778).
7788 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7790         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7791         Make it into a proper minor mode.
7792         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
7793         (rectangle-mark-mode-map): New keymap.
7794         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7796 2013-11-04  Glenn Morris  <rgm@gnu.org>
7798         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7800 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7802         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7803         (ruby-smie-rules): Use smie-rule-parent instead.
7805         * emacs-lisp/smie.el (smie-rule-parent): Always call
7806         smie-indent-virtual rather than only for hanging tokens.
7807         (smie--next-indent-change): New helper command.
7809 2013-11-03  Glenn Morris  <rgm@gnu.org>
7811         * Makefile.in (abs_srcdir): Remove.
7812         (emacs): Unset EMACSLOADPATH.
7814 2013-11-02  Glenn Morris  <rgm@gnu.org>
7816         * Makefile.in (EMACS): Use a relative filename.
7817         (abs_top_builddir): Remove.
7818         (custom-deps, finder-data, autoloads): Use --chdir.
7820         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7822         Use relative filenames in TAGS files.
7823         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7824         (lisptagsfiles4, TAGS): Use relative file names.
7825         (TAGS-LISP): Remove.
7826         (maintainer-clean): No more TAGS-LISP file.
7828         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7829         (lisptagsfiles4): Use absolute filenames again.
7830         (TAGS, TAGS-LISP): Not everything needs to run in one line.
7831         Remove all *loaddefs files, not just the first.  Remove esh-groups.
7832         (maintainer-clean): Delete TAGS, TAGS-LISP.
7834 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
7836         * emacs-lisp/package.el (package-version-join):
7837         Recognize snapshot versions.
7839 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
7841         * subr.el (version-regexp-alist): Add support for snapshot versions.
7843 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
7845         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7846         New function, replacement for `smie-rule-parent' for when we want to
7847         skip over our direct parent if it's an assignment token..
7848         (ruby-smie-rules): Use it.
7850 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
7852         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7853         unconditionally.  Remove now unnecessary forward declarations.
7854         Remove XEmacs-specific setup.
7855         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7856         (ruby-font-lock-syntactic-keywords)
7857         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7858         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7859         (ruby-here-doc-end-syntax): Remove.
7860         (ruby-mode): Don't check whether `syntax-propertize-rules' is
7861         defined as function.
7863 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
7865         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7867 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
7869         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7870         table and abbrev table, `define-derived-mode' does that for us
7871         anyway.
7873 2013-11-01  Glenn Morris  <rgm@gnu.org>
7875         * Makefile.in: Remove manual mh-e dependencies (writing .elc
7876         files is atomic for some time, so no parallel compilation issues).
7878 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
7880         * faces.el (face-x-resources): Add :distant-foreground.
7881         (region): Use :distant-foreground for gtk and ns.
7883 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
7885         Allow multiple bibliographies when BibLaTeX is used rather than
7886         BibTeX.
7887         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7888         (reftex-locate-bibliography-files): Us it.
7890 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
7892         * image.el (image-type-header-regexps): Fix the 'pbm' part to
7893         allow comments in pbm files.
7895         * term/w32-win.el (dynamic-library-alist): Support newer versions
7896         of libjpeg starting with v7: look only for the DLL from the
7897         version against which Emacs was built.
7898         Support versions of libpng beyond 1.4.x.
7899         Support libtiff v4.x.
7901 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
7903         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7904         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7905         Add property :safe.
7906         (ruby-deep-arglist): Add property :type.
7908 2013-10-31  Glenn Morris  <rgm@gnu.org>
7910         * Makefile.in (custom-deps, finder-data): No need to setq the target
7911         variables, we are in the right directory and the defaults work fine.
7913 2013-10-30  Glenn Morris  <rgm@gnu.org>
7915         * Makefile.in (autoloads): Do not use abs_lisp.
7917         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7918         `newline' does not respect `standard-output', so use `princ'.
7920 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
7922         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
7923         * buff-menu.el (Buffer-menu--unmark): New function.
7924         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7926 2013-10-30  Glenn Morris  <rgm@gnu.org>
7928         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7930         * emacs-lisp/package.el (lm-homepage): Declare.
7932         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7933         Fix doc typos.
7935         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7937         * Makefile.in (finder-data, autoloads, update-subdirs)
7938         (compile-main, compile-clean, compile-always, bootstrap-clean):
7939         Check return value of cd.
7940         (compile-calc): Remove.
7942 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7944         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7946         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7947         (byte-compile-and-folded): New function.
7948         (=, <, >, <=, >=): Use it.
7950         * dos-w32.el (minibuffer-history-case-insensitive-variables)
7951         (path-separator, null-device, buffer-file-coding-system)
7952         (lpr-headers-switches): Check system-type before modifying them.
7953         (find-buffer-file-type-coding-system): Mark obsolete.
7954         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7955         find-file-not-found-set-buffer-file-coding-system.
7956         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7957         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7958         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7959         (w32-direct-print-region-helper, w32-direct-print-region-function)
7960         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7961         * startup.el (normal-top-level-add-subdirs-to-load-path):
7962         * ps-print.el (ps-print-region-function):
7963         * lpr.el (print-region-function): Use new name.
7965         * subr.el (custom-declare-variable-early): Remove function.
7966         (custom-declare-variable-list): Remove var.
7967         (error, user-error): Remove `while' loop.
7968         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7969         (user-emacs-directory-warning, locate-user-emacs-file):
7970         Move to files.el.
7971         * simple.el (read-quoted-char-radix, read-quoted-char):
7972         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7973         Move from subr.el.
7974         * custom.el (custom-declare-variable-list): Don't process
7975         custom-declare-variable-list.
7977         * progmodes/python.el (python-shell-get-buffer): New function.
7978         (python-shell-get-process): Use it.
7979         (python-shell-send-string): Always use utf-8 and add a cookie to tell
7980         Python which encoding was used.  Don't split-string since we only care
7981         about the first line.  Return the temp-file, if applicable.
7982         (python-shell-send-region): Tell compile.el how to turn locations in
7983         the temp-file into locations in the source buffer.
7985 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * subr.el (undefined): Add missing behavior from the C code for
7988         unbound keys.
7990         * rect.el: Use lexical-binding.  Add new rectangular region support.
7991         (rectangle-mark): New command.
7992         (rectangle--region): New var.
7993         (deactivate-mark-hook): Reset rectangle--region.
7994         (rectangle--extract-region, rectangle--insert-for-yank)
7995         (rectangle--highlight-for-redisplay)
7996         (rectangle--unhighlight-for-redisplay): New functions.
7997         (region-extract-function, redisplay-unhighlight-region-function)
7998         (redisplay-highlight-region-function): Use them to handle
7999         rectangular region.
8000         * simple.el (region-extract-function): New var.
8001         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
8002         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
8003         (kill-region): Replace obsolete `yank-handler' arg with `region'.
8004         (copy-region-as-kill, kill-ring-save): Add `region' argument.
8005         (redisplay-unhighlight-region-function)
8006         (redisplay-highlight-region-function): New vars.
8007         (redisplay--update-region-highlight): New function.
8008         (pre-redisplay-function): Use it.
8009         (exchange-point-and-mark): Don't deactivate the mark before
8010         reactivate-it anyway.
8011         * comint.el (comint-kill-region): Remove yank-handler argument.
8012         * delsel.el (delete-backward-char, backward-delete-char-untabify)
8013         (delete-char): Remove property, since it's now part of their
8014         default behavior.
8015         (self-insert-iso): Remove property since this command doesn't exist.
8017         * emacs-lisp/package.el (package--download-one-archive)
8018         (describe-package-1): Don't query the user about final newline.
8020 2013-10-29  Daniel Colascione  <dancol@dancol.org>
8022         * net/tramp.el (tramp-methods): Document new functionality.
8023         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
8024         tramp-hostname-checker if method provides one instead of scanning
8025         argument list for "%h" to decide hostname acceptability.
8027 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
8029         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8030         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8031         Handle COPY-CONTENTS.  (Bug#15737)
8033 2013-10-28  Daiki Ueno  <ueno@gnu.org>
8035         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8036         Document that this option has no effect with GnuPG 2.0 (bug#15552).
8038 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
8040         * image.el (defimage, image-load-path): Doc fixes.
8042 2013-10-27  Alan Mackenzie  <acm@muc.de>
8044         Indent statements in macros following "##" correctly.
8045         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8046         Modify the "#" arm of a cond form to handle "#" and "##" operators.
8048 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8050         * linum.el (linum-update-window): Fix boundary test (bug#13446).
8052 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
8054         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
8055         after `=' is probably a new expression.
8057 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8059         * man.el (man-imenu-title): New option.
8060         (Man-mode-map): Add menu.  (Bug#15722)
8061         (Man-mode): Add imenu to menu.
8063 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
8065         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
8066         specific in what the first arg can be: a non-keyword word,
8067         string/regexp/percent literal opener, opening paren, or unary
8068         operator followed directly by word.
8070 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8072         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
8073         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
8074         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
8075         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
8076         Remove vars, they do not apply any more.
8077         (prolog-mode-abbrev-table): Remove redundant declaration.
8078         (prolog-upper-case-string, prolog-lower-case-string): Remove.
8079         (prolog-use-smie): Remove.
8080         (prolog-smie-rules): Add indentation rule for the if-then-else layout
8081         supported by prolog-electric-if-then-else-flag.
8082         (prolog-mode-variables, prolog-menu): Use setq-local.
8083         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
8084         Remove binding to `Backspace' since this key doesn't exist anyway.
8085         Remove bindings for electric self-inserting keys.
8086         (prog-mode): Assume it's defined.
8087         (prolog-post-self-insert): New function.
8088         (prolog-mode): Use it.
8089         (prolog-indent-line, prolog-indent-level)
8090         (prolog-find-indent-of-matching-paren)
8091         (prolog-indentation-level-of-line, prolog-goto-comment-column)
8092         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
8093         (prolog-goto-next-paren, prolog-in-string-or-comment)
8094         (prolog-tokenize, prolog-inside-mline-comment)
8095         (prolog-find-start-of-mline-comment): Remove functions.
8096         (prolog-find-unmatched-paren, prolog-clause-end)
8097         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
8098         (prolog-electric--if-then-else): Rename from
8099         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
8100         (prolog-tokenize-searchkey): Remove const.
8101         (prolog-clause-info): Use forward-sexp.
8102         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
8103         (prolog-electric-if-then-else): Remove commands.
8104         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
8105         for use in post-self-insert-hook.
8106         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
8107         for use in post-self-insert-hook.
8108         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
8109         for use in post-self-insert-hook.
8110         (prolog-electric--underscore): Rename from prolog-electric--underscore;
8111         adapt it for use in post-self-insert-hook.
8113 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
8115         * emacs-lisp/ert.el (ert-run-tests-interactively):
8116         Use `completing-read'.  (Bug#9756)
8118 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
8120         * simple.el (line-move): Call line-move-1 instead of
8121         line-move-visual when the current window hscroll is zero, but
8122         temporary-goal-column indicates we will need to hscroll as result
8123         of the movement.  (Bug#15712)
8125 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
8127         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
8128         capitalization.  Use :visible instead of :active.
8129         Fix `ruby-indent-exp' reference.  Add menu items for the generic
8130         commands that are used with SMIE.
8131         (ruby-do-end-to-brace): Insert space after `{'.
8133 2013-10-25  John Anthony  <john@jo.hnanthony.com>
8135         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
8137         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
8139 2013-10-25  Glenn Morris  <rgm@gnu.org>
8141         * vc/vc.el (vc-print-log): Don't use a working revision unless
8142         one was explicitly specified.  (Bug#15322)
8144 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8146         * subr.el (add-to-list): Preserve return value in compiler-macro
8147         (bug#15692).
8149 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8151         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
8152         result.  Ask user to retry using '-all' flag.  (Bug#15701)
8154 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8156         * emacs-lisp/smie.el: New smie-config system.
8157         (smie-config): New defcustom.
8158         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
8159         (smie-config-guess, smie-config-save): New commands.
8160         (smie-config--mode-local, smie-config--buffer-local)
8161         (smie-config--trace, smie-config--modefuns): New vars.
8162         (smie-config--advice, smie-config--mode-hook)
8163         (smie-config--setter, smie-config-local, smie-config--get-trace)
8164         (smie-config--guess-value, smie-config--guess): New functions.
8165         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
8166         text properties.  Treat "string fence" syntax like string syntax.
8168         * progmodes/sh-script.el (sh-use-smie): Change default.
8169         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
8170         (sh-var-value): Simplify by CSE.
8171         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
8172         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
8173         is used.
8174         (sh-guess-basic-offset): Use cl-incf.
8175         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
8177 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
8179         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
8180         (bug#15699).
8182 2013-10-24  Glenn Morris  <rgm@gnu.org>
8184         * Makefile.in (abs_top_srcdir): Remove.
8185         (update-subdirs): Use relative path to update-subdirs.
8187 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
8189         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8190         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8191         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8192         Call unmsys--file-name before expand-file-name, not after it.
8194 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
8196         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
8197         (ert-test-skipped): New error.
8198         (ert-skip, ert-stats-skipped): New defuns.
8199         (ert--skip-unless): New macro.
8200         (ert-test-skipped): New struct.
8201         (ert--run-test-debugger, ert-test-result-type-p)
8202         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
8203         (ert--stats-set-test-and-result, ert-char-for-test-result)
8204         (ert-string-for-test-result, ert-run-tests-batch)
8205         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
8206         Handle skipped tests.  (Bug#9803)
8208 2013-10-24  Glenn Morris  <rgm@gnu.org>
8210         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
8212         * Makefile.in (abs_top_srcdir): New, set by configure.
8213         (update-subdirs): Correct build-aux location.
8215 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
8217         * vc/vc.el (vc-print-root-log): Always set `default-directory'
8218         value, whether we could auto-deduce `backend', or not.
8220         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
8221         with parameters" example.  Simplify the "is it block or is it
8222         hash" check, but also make it more thorough.
8224 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
8226         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
8228 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8230         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8231         { if it is hanging.
8233         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
8234         :before ";".
8236 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
8238         * progmodes/compile.el (compilation-directory-matcher)
8239         (compilation-page-delimiter):
8240         Support GNU Make-4.0 directory quoting.  (Bug#15678)
8242 2013-10-23  Leo Liu  <sdl.web@gmail.com>
8244         * ido.el (ido-tidy): Handle read-only text.
8246 2013-10-23  Glenn Morris  <rgm@gnu.org>
8248         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8249         (emacs, compile, compile-always):
8250         Quote entities that might contain whitespace.
8251         (custom-deps, finder-data, autoloads): Use abs_lisp.
8252         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8253         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8254         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8256 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
8258         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8259         Use `following-char'.
8261 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8263         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
8264         * progmodes/ruby-mode.el (ruby-smie-rules):
8265         Remove corresponding workaround.  Fix indentation rule of ";" so it
8266         also applies when ";" is the parent.
8268 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
8270         * frame.el (display-screens, display-pixel-height)
8271         (display-pixel-width, display-mm-width, display-backing-store)
8272         (display-save-under, display-planes, display-color-cells)
8273         (display-visual-class, display-monitor-attributes-list):
8274         Mention the optional ‘display’ argument in doc strings.
8276 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
8278         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
8279         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
8281 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
8283         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
8284         TODO.  Add "." after " @ ".
8285         (ruby-smie--at-dot-call): New function.  Checks if point at method
8286         call with explicit target.
8287         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
8288         to the method name tokens when it precedes them.
8289         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
8290         (ruby-smie-rules): Add rule for indentation before and after "."
8291         token.
8293 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8295         * textmodes/remember.el (remember-diary-extract-entries):
8296         Avoid add-to-list.
8298         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
8299         an instruction.
8301 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
8303         * progmodes/ruby-mode.el (ruby-smie-grammar):
8304         Add (almost) all infix operators.
8305         (ruby-smie--implicit-semi-p): Add new operator chars.
8307         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8308         `smie-down-list'.
8309         (ruby-smie--args-separator-p): Check that there's no newline
8310         between method call and its arguments.
8312 2013-10-20  Alan Mackenzie  <acm@muc.de>
8314         Allow comma separated lists after Java "implements".
8316         * progmodes/cc-engine.el (c-backward-over-enum-header):
8317         Parse commas.
8318         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
8319         from a "disallowed" list in enum fontification.
8321 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
8323         * startup.el (default-frame-background-mode): Remove unused defvar.
8325         * progmodes/verilog-mode.el (verilog-mode): Don't set
8326         comment-indent-function globally.
8328 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
8330         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
8331         Move Info menu item creation to ns-win.el.
8333         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
8334         in menu bar.
8336         * menu-bar.el: Move GNUstep specific menus...
8338         * term/ns-win.el (ns-initialize-window-system): ... to here.
8340 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8342         * simple.el (newline): Only run post-self-insert-hook when
8343         called interactively.
8345 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
8347         * icomplete.el (icomplete-with-completion-tables): Add :version.
8349 2013-10-19  Alan Mackenzie  <acm@muc.de>
8351         Fix fontification bugs with constructors and const.
8353         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
8354         CASE 2) Remove the check for the absence of a suffix construct
8355         after a function declaration with only types (no identifiers) in
8356         the parentheses.  Also, accept a function declaration with just a
8357         type inside the parentheses, if this type can be positively
8358         recognised as such, or if a prefix keyword like "explicit" nails
8359         down the construct as a declaration.
8361 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
8363         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
8364         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
8365         the problem whereby selecting a menu item that leads to a
8366         minibuffer prompt moves the cursor out of the minibuffer window,
8367         making it hard to type at the prompt.  Suggested by Stefan Monnier
8368         <monnier@iro.umontreal.ca>.
8370 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
8372         * menu-bar.el: Don't make Services menu.
8374 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8376         * ffap.el: Handle "/usr/include/c++/<version>" directories.
8377         (ffap-alist): Use ffap-c++-mode for c++-mode.
8378         (ffap-c++-path): New variable.
8379         (ffap-c++-mode): New function.
8381 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
8383         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
8385 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
8387         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
8388         introduced on 2013-09-08, which results in an infinite loop
8389         requesting a password.
8391 2013-10-18  Glenn Morris  <rgm@gnu.org>
8393         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
8395 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
8397         Sync with upstream verilog-mode revision 1a6ecec7.
8398         * progmodes/verilog-mode.el (verilog-mode-version): Update.
8399         (verilog-mode-release-date): Remove.
8400         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
8401         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
8402         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8403         (verilog-auto-tieoff-ignore-regexp)
8404         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
8405         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
8406         (verilog-signals-with, verilog-dir-cache-preserving)
8407         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
8408         Doc fixes.
8409         (verilog-case-fold): New option, to control case folding in
8410         regexp searches, bug597.
8411         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
8412         (verilog-string-match-fold, verilog-in-paren-count)
8413         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
8414         (verilog-at-close-struct-p): New functions.
8415         (verilog-beg-block-re-ordered, verilog-extended-case-re)
8416         (verilog-forward-sexp, verilog-set-auto-endcomments)
8417         (verilog-leap-to-case-head): Handle "unique0" case.
8418         (verilog-in-constraint-re): New constant.
8419         (verilog-keywords, verilog-type-font-keywords):
8420         Add some SystemVerilog 1800-2012 keywords.
8421         (verilog-label-be): Remove unimplemented argument, bug669.
8422         (verilog-batch-execute-func): When batch expanding clear
8423         create-lockfiles to prevent spurious user locks when a file ends
8424         up not changing.
8425         (verilog-calculate-indent, verilog-calc-1)
8426         (verilog-at-close-constraint-p, verilog-at-constraint-p)
8427         (verilog-do-indent): Fix indentation of nested constraints
8428         and structures.
8429         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
8430         (verilog-auto-inst-param): Use verilog-string-match-fold.
8431         (verilog-read-inst-module-matcher):
8432         Fix AUTOINST on gate primitives with #1.
8433         (verilog-read-decls): Fix double-declaring user-defined typed signals.
8434         Reads all user-defined typed variables.
8435         (verilog-read-defines): Fix reading definitions inside comments, bug647.
8436         (verilog-signals-matching-regexp)
8437         (verilog-signals-not-matching-regexp, verilog-auto):
8438         Respect verilog-case-fold.
8439         (verilog-diff-report): Fix line count.
8440         (verilog-auto-assign-modport): Remove unused local `modi'.
8441         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
8442         better handle multidimensional arrays.
8443         Fix packed array ports misadding bit index in AUTOINST, bug637.
8444         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
8445         to not double-declare existing outputs and inputs, respectively.
8446         (verilog-template-map): Bind U to verilog-sk-uvm-component.
8447         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
8448         (verilog-sk-uvm-component): New skeleton.
8449         (verilog-submit-bug-report): Add verilog-case-fold,
8450         remove verilog-mode-release-date.
8452 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
8454         * subr.el (sit-for): Call (input-pending-p t) so as to behave
8455         as before.
8457 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
8459         * textmodes/remember.el (remember): Set buffer-offer-save in
8460         remember buffers (bug#13566).
8462 2013-10-18  Daniel Colascione  <dancol@dancol.org>
8464         When evaluating forms in ielm, direct standard output to ielm
8465         buffer.  Add new ielm-return-for-effect command.  Remove trailing
8466         whitespace throughout.
8468         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
8469         (ielm-return-for-effect): New command.
8470         (ielm-send-input): Accept optional `for-effect' parameter.
8471         (ielm-eval-input): Accept optional `for-effect' parameter.
8472         Bind `standard-output' to stream we create using
8473         `ielm-standard-output-impl'.  Suppress printing result when
8474         `for-effect'.
8475         (ielm-standard-output-impl): New function.
8476         (inferior-emacs-lisp-mode): Explain new features in documentation.
8478 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
8480         Code cleanup.
8482         * net/tramp.el (tramp-debug-message): Do not check for connection
8483         buffer.
8484         (tramp-message): Use "vector" connection property.
8486         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
8487         (tramp-equal-remote, tramp-eshell-directory-change)
8488         * net/tramp-adb.el (tramp-adb-handle-copy-file)
8489         (tramp-adb-handle-rename-file)
8490         * net/tramp-cmds.el (tramp-list-remote-buffers)
8491         (tramp-cleanup-connection, tramp-cleanup-this-connection)
8492         * net/tramp-compat.el (tramp-compat-process-running-p)
8493         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
8494         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
8495         (tramp-gvfs-handle-rename-file)
8496         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8497         (tramp-set-file-uid-gid)
8498         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8499         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
8500         of `file-remote-p'.
8502         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
8503         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8504         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
8505         (tramp-gw-open-network-stream): Suppress unrelated traces.
8507         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
8508         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8509         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8510         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
8511         connection property.
8513         * net/tramp-cache.el (top): Suppress traces when reading
8514         persistency file.
8516         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8517         Refactor common code.  Improve debug message.
8518         (tramp-maybe-open-connection)
8519         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
8520         connection buffer too early.
8522         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
8523         from `tramp-smb-actions-with-acl'.
8524         (tramp-smb-actions-set-acl): New defconst.
8525         (tramp-smb-handle-copy-directory)
8526         (tramp-smb-action-get-acl): New defun, renamed from
8527         `tramp-smb-action-with-acl'.
8528         (tramp-smb-action-set-acl): New defun.
8529         (tramp-smb-handle-set-file-acl): Rewrite.
8531 2013-10-17  Glenn Morris  <rgm@gnu.org>
8533         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
8535 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * skeleton.el (skeleton-newline): Remove.
8538         (skeleton-internal-1): Use (insert "\n") instead.
8540         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
8541         let-bindings.
8543         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
8544         forward-sexp-function while we redo its job (bug#15613).
8546 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
8548         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
8549         represented by lists.
8551 2013-10-16  Glenn Morris  <rgm@gnu.org>
8553         * tmm.el (tmm--history): New dynamic variable.
8554         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
8556 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
8558         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
8559         (tramp-smb-errors): Add error messages.
8560         (tramp-smb-actions-with-acl): New defconst.
8561         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
8562         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
8563         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
8564         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
8565         (tramp-smb-get-stat-capability): Fix tests.
8567 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
8569         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
8570         (bug#15580).
8572 2013-10-16  Glenn Morris  <rgm@gnu.org>
8574         * ansi-color.el (ansi-color-drop-regexp):
8575         Add 1J, 1K, 2K.  (Bug#15617)
8577         * files.el (hack-local-variables--warned-lexical): New.
8578         (hack-local-variables):
8579         Warn about misplaced lexical-binding.  (Bug#15616)
8581         * net/eww.el (eww-render): Always set eww-current-url,
8582         and update header line.  (Bug#15622)
8583         (eww-display-html): ... Rather than just doing it here.
8585 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
8587         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
8588         menu navigations commands.
8590 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
8592         * progmodes/subword.el (subword-capitalize): Be careful when
8593         the search for [[:alpha:]] fails (bug#15580).
8595 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
8597         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
8598         to commands that scroll the menu.
8600 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
8602         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
8603         Handle methods ending with `?' and `!'.
8605 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
8607         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
8608         `japanese-cp932' to `cp932' to fix the problem where saving a
8609         source file written in Shift_JIS twice would end up having
8610         `coding: japanese-cp932' which Ruby could not recognize.
8611         (ruby-mode-set-encoding): Add support for encodings mapped to nil
8612         in `ruby-encoding-map'.
8613         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
8614         doesn't need to be explicitly declared in magic comment.
8615         (ruby-encoding-map): Add type declaration for better customize UI.
8617 2013-10-13  Glenn Morris  <rgm@gnu.org>
8619         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
8620         Occur buffers are read-only.  http://bugs.debian.org/720775
8622         * emacs-lisp/authors.el (authors-fixed-entries):
8623         Comment out old alpha stuff.
8625 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
8627         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
8628         to `after-save-hook' instead of `before-save-hook'.
8629         (ruby-mode-set-encoding): Use the value of coding system used to
8630         write the file.  Call `basic-save-buffer-1' after modifying the
8631         buffer.
8633 2013-10-13  Alan Mackenzie  <acm@muc.de>
8635         Fix indentation/fontification of Java enum with
8636         "implements"/generic.
8638         * progmodes/cc-engine.el (c-backward-over-enum-header):
8639         Extracted from the three other places and enhanced to handle generics.
8640         (c-inside-bracelist-p): Uses new function above.
8641         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
8642         function above.
8643         (c-font-lock-enum-tail): Uses new function above.
8645 2013-10-13  Kenichi Handa  <handa@gnu.org>
8647         * international/mule-cmds.el (select-safe-coding-system): Remove a
8648         superfluous condition in chekcing whether a coding system is safe
8649         or not.
8651 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
8653         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
8655 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
8657         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
8659 2013-10-13  Glenn Morris  <rgm@gnu.org>
8661         * menu-bar.el (menu-bar-update-buffers):
8662         Unify Buffers menu prompt string.  (Bug#15576)
8664         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
8666         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
8667         Add some entries.
8668         (authors-fixed-entries): Use accented form of name.
8670 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
8673         method calls (bug#15594).
8674         (ruby-smie--args-separator-p): New function.
8675         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
8676         recognize paren-free method calls.
8678         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
8679         internals of universal-argument.
8681 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
8683         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
8684         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8685         dropped menu on second mouse click on the menu bar.
8687 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8690         (explicit-shell-file-name): Declare.
8691         (sh--vars-before-point, sh--cmd-completion-table): New functions.
8692         (sh-completion-at-point-function): New function.
8693         (sh-mode): Use it.
8694         (sh-smie--keyword-p): Remove unused argument.
8695         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8696         vars.
8697         (sh-set-shell): Always setup SMIE, even if we use the
8698         old indentation code.
8700 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
8702         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8703         cases of ? and =.
8704         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
8705         predicate would return nil are almost non-existent.
8706         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8708         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8709         cache also after commands that modify the buffer but don't move
8710         point.
8712 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8714         * env.el (substitute-env-in-file-name): New function.
8715         (substitute-env-vars): Extend the meaning of the optional arg.
8717 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
8719         * term/w32-win.el (dynamic-library-alist): Define separate lists
8720         of GIF DLLs for versions before and after 5.0.0 of giflib.
8721         (Bug#15531)
8723 2013-10-10  João Távora  <joaotavora@gmail.com>
8725         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8726         not locked, use last revision and current source as
8727         defaults.  (Bug#15569)
8729 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
8731         * menu-bar.el (menu-bar-open): Don't use popup-menu if
8732         menu-bar is hidden.
8734 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
8736         * window.el (pop-to-buffer-same-window): Fix doc-string.
8737         (Bug#15492)
8739 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8741         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8743 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
8745         * calendar/icalendar.el (icalendar-import-file):
8746         Fix interactive spec.  (Bug#15482)
8748 2013-10-10  Glenn Morris  <rgm@gnu.org>
8750         * desktop.el (desktop-save): Default to saving in .emacs.d,
8751         since PWD is no longer in desktop-path by default.  (Bug#15319)
8753         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8754         now that text mode has a menu with the same entry.
8755         (menu-bar-text-mode-auto-fill): Remove now unused func.
8756         * textmodes/text-mode.el (text-mode-map):
8757         Use auto-fill help text from menu-bar.el.
8759 2013-10-10  John Anthony  <john@jo.hnanthony.com>
8761         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
8763 2013-10-09  Juri Linkov  <juri@jurta.org>
8765         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8766         instead of this-command-keys.  Add universal-argument-more and
8767         universal-argument-minus to the list of prefix commands.  (Bug#15568)
8769 2013-10-09  Glenn Morris  <rgm@gnu.org>
8771         * vc/vc-svn.el (vc-svn-create-repo):
8772         Expand paths in file://... url.  (Bug#15446)
8774         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8775         Add some entries.
8776         (authors): Remove unused local variables.
8778 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8780         * profiler.el: Create a more coherent calltree from partial backtraces.
8781         (profiler-format): Hide the tail with `invisible' so that C-s can still
8782         find the hidden elements.
8783         (profiler-calltree-depth): Don't recurse so enthusiastically.
8784         (profiler-function-equal): New hash-table-test.
8785         (profiler-calltree-build-unified): New function.
8786         (profiler-calltree-build): Use it.
8787         (profiler-report-make-name-part): Indent the calltree less.
8788         (profiler-report-mode): Add visibility specs for profiler-format.
8789         (profiler-report-expand-entry, profiler-report-toggle-entry):
8790         Expand the whole subtree when provided with a prefix arg.
8792 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
8794         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8795         iuwu-mod token.
8796         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8797         hanging iuwu-mod token.
8798         (ruby-smie--forward-token): Do not include a dot after a token in
8799         that token.
8800         (ruby-smie--backward-token): Likewise.
8802 2013-10-08  Juri Linkov  <juri@jurta.org>
8804         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8805         to isearch-other-control-char.
8806         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8807         and isearch-post-command-hook to post-command-hook.
8808         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8809         and isearch-post-command-hook from post-command-hook.
8810         (isearch-unread-key-sequence)
8811         (isearch-reread-key-sequence-naturally)
8812         (isearch-lookup-scroll-key, isearch-other-control-char)
8813         (isearch-other-meta-char): Remove functions.
8814         (isearch-pre-command-hook, isearch-post-command-hook):
8815         New functions based on isearch-other-meta-char rewritten
8816         relying on the new behavior of overriding-terminal-local-map
8817         that does not replace the local keymaps any more.  (Bug#15200)
8819 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
8821         Support menus on text-mode terminals.
8822         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8823         functionality.
8825         * tooltip.el (tooltip-mode): Don't error out on TTYs.
8827         * menu-bar.el (popup-menu, popup-menu-normalize-position):
8828         Move here from mouse.el.
8829         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8830         and arrow keys.
8831         (tty-menu-navigation-map): New map for TTY menu navigation.
8833         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8835         * frame.el (display-mouse-p): Report text-mode mouse as available
8836         on w32.
8837         (display-popup-menus-p): Report availability if mouse is
8838         available; don't condition on window-system.
8840         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8841         (tty-menu-selected-face): New faces.
8843 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8845         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8846         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8847         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8848         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8849         New constants.
8850         (lisp-mode-variables): New `elisp' argument.
8851         (emacs-lisp-mode): Use it.
8852         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8853         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8855         * indent.el: Use lexical-binding.
8856         (indent-region): Add progress reporter.
8857         (tab-stop-list): Make it implicitly extend to infinity by repeating the
8858         last step.
8859         (indent--next-tab-stop): New function to implement this behavior.
8860         (tab-to-tab-stop, move-to-tab-stop): Use it.
8862 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
8864         * indent.el (indent-rigidly--current-indentation): New function.
8865         (indent-rigidly-map): New var.
8866         (indent-rigidly): Use it to provide interactive mode (bug#8196).
8868 2013-10-08  Bastien Guerry  <bzg@gnu.org>
8870         * register.el (insert-register): Fix 2013-10-07 change.
8872 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8874         * progmodes/perl-mode.el: Use lexical-binding.
8875         Remove redundant :group args.
8876         (perl-nochange): Change default to be closer to other major modes's
8877         standard behavior.
8878         (perl-indent-line): Don't consider text on current line as a
8879         valid beginning of function from which to indent.
8881         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8882         with more than one argument (bug#15538).
8884         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8886         * vc/pcvs.el: Use lexical-binding.
8887         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8888         environment of `eval'.
8889         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8890         than a list of expressions.  Adjust callers.
8891         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8893 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
8895         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8896         case of the dot in a chained method call being on the following line.
8898 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8900         * electric.el (electric-indent-inhibit): New var.
8901         (electric-indent-post-self-insert-function): Use it.
8902         * progmodes/python.el (python-mode): Set it.
8904         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8905         open braces.
8907         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8909         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8910         (css-mode): Use electric-indent-chars.
8912         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8913         (font-lock-beg, font-lock-end): Move before first use.
8914         (nxml-mode): Use syntax-propertize-function.
8915         (nxml-after-change, nxml-after-change1): Adjust accordingly.
8916         (nxml-extend-after-change-region): Remove.
8917         * nxml/xmltok.el: Use lexical-binding.
8918         (xmltok-save): Use `declare'.
8919         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8920         * nxml/nxml-util.el: Use lexical-binding.
8921         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8922         Use `declare'.
8923         * nxml/nxml-ns.el: Use lexical-binding.
8924         (nxml-ns-save): Use `declare'.
8925         (nxml-ns-prefixes-for): Avoid add-to-list.
8926         * nxml/rng-match.el: Use lexical-binding.
8927         (rng--ipattern): Use cl-defstruct.
8928         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8929         (rng-cons-group-after, rng-subst-group-after)
8930         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8931         Use closures instead of `(lambda...).
8933 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
8935         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8936         of BEG and END.
8938         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8939         Use `tramp-handle-insert-file-contents'.
8940         (tramp-gvfs-handle-insert-file-contents): Remove function.
8942         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8943         Use `save-restriction' in order to keep markers.
8945         * net/trampver.el: Update release number.
8947 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8949         * progmodes/compile.el (compilation-parse-errors):
8950         Use compilation--put-prop.
8951         (compilation--ensure-parse): Check compilation-multiline.
8953         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8955         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8956         lexical-binding.
8958         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8960         * progmodes/ruby-mode.el: Fix recently added tests.
8961         (ruby-smie-grammar): Add - and +.
8962         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8963         (ruby-smie--backward-id): New functions.
8964         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8965         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
8966         any more.
8968 2013-10-07  Leo Liu  <sdl.web@gmail.com>
8970         * register.el (register-preview-delay)
8971         (register-preview-functions): New variables.
8972         (register-read-with-preview, register-preview)
8973         (register-describe-oneline): New functions.
8974         (point-to-register, window-configuration-to-register)
8975         (frame-configuration-to-register, jump-to-register)
8976         (number-to-register, view-register, insert-register)
8977         (copy-to-register, append-to-register, prepend-to-register)
8978         (copy-rectangle-to-register): Use register-read-with-preview to
8979         read register.  (Bug#15525)
8981 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
8983         * net/network-stream.el (network-stream-open-starttls): Don't add
8984         --insecure if it's already present, because that gnutls-cli
8985         rejects getting that parameter twice.
8987 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
8989         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8990         keyword, too.
8992 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
8994         * newcomment.el (comment-use-global-state): Change default value
8995         to t, mark obsolete (Bug#15251).
8996         (comment-beginning): In addition to `comment-to-syntax', check the
8997         value of `comment-use-global-state'.
8999 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9001         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
9002         (ruby-comment-column): Follow the global default, by default.
9003         (ruby-smie-grammar): Add assignment syntax.
9004         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
9005         open-paren, a comma, or a \.
9006         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
9007         and line continuations.
9008         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
9009         followed by implicit semi-colons.  Add rule for string concatenation
9010         and for indentation at BOB.
9011         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
9013         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
9014         calling next-sexp, since next-token may have skipped chars which
9015         next-sexp doesn't know should be skipped!
9017 2013-10-05  Leo Liu  <sdl.web@gmail.com>
9019         * progmodes/octave.el (octave-send-region):
9020         Call compilation-forget-errors.
9022 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
9024         * vc/vc-svn.el (vc-svn-find-admin-dir):
9025         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
9026         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
9027         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
9028         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
9030 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9032         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
9034 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9036         * subr.el (read-passwd): Hide chars even when called within a context
9037         where after-change-functions is disabled (bug#15501).
9038         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
9039         until we removed ourself from overriding-terminal-local-map.
9041 2013-10-04  Leo Liu  <sdl.web@gmail.com>
9043         * progmodes/octave.el (inferior-octave-mode):
9044         Call compilation-forget-errors.
9046 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
9048         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
9050 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
9052         * net/secrets.el (secrets-create-collection): Add optional
9053         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
9054         dbus-call-method argument.  (Bug#15516)
9056 2013-10-04  Leo Liu  <sdl.web@gmail.com>
9058         * progmodes/octave.el (inferior-octave-error-regexp-alist)
9059         (inferior-octave-compilation-font-lock-keywords): New variables.
9060         (compilation-error-regexp-alist)
9061         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
9062         (inferior-octave-mode): Use compilation-shell-minor-mode.
9064 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
9066         * minibuffer.el (completion--replace): Be careful that `end' might be
9067         a marker.
9069 2013-10-03  Daiki Ueno  <ueno@gnu.org>
9071         Add support for package signature checking.
9072         * emacs-lisp/package.el (url-http-file-exists-p)
9073         (epg-make-context, epg-context-set-home-directory)
9074         (epg-verify-string, epg-context-result-for)
9075         (epg-signature-status, epg-signature-to-string)
9076         (epg-check-configuration, epg-configuration)
9077         (epg-import-keys-from-file): Declare.
9078         (package-check-signature): New user option.
9079         (package-unsigned-archives): New user option.
9080         (package-desc): Add `signed' field.
9081         (package-load-descriptor): Set `signed' field if .signed file exists.
9082         (package--archive-file-exists-p): New function.
9083         (package--check-signature): New function.
9084         (package-install-from-archive): Check package signature.
9085         (package--download-one-archive): Check archive signature.
9086         (package-delete): Remove .signed file.
9087         (package-import-keyring): New command.
9088         (package-refresh-contents): Import default keyring.
9089         (package-desc-status): Add "unsigned" status.
9090         (describe-package-1, package-menu--print-info)
9091         (package-menu-mark-delete, package-menu--find-upgrades)
9092         (package-menu--status-predicate): Support "unsigned" status.
9094 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9096         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
9097         the new compilation scheme using the new byte-codes.
9099         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
9100         (byte-pophandler): New byte codes.
9101         (byte-goto-ops): Adjust accordingly.
9102         (byte-compile--use-old-handlers): New var.
9103         (byte-compile-catch): Use new byte codes depending on
9104         byte-compile--use-old-handlers.
9105         (byte-compile-condition-case--old): Rename from
9106         byte-compile-condition-case.
9107         (byte-compile-condition-case--new): New function.
9108         (byte-compile-condition-case): New function that dispatches depending
9109         on byte-compile--use-old-handlers.
9110         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
9111         when we can.
9113         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9114         Optimize under `condition-case' and `catch' if
9115         byte-compile--use-old-handlers is nil.
9116         (disassemble-offset): Handle new bytecodes.
9118 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9120         * subr.el (error): Use `declare'.
9121         (decode-char, encode-char): Use advertised-calling-convention instead
9122         of the docstring to discourage use of the `restriction' arg.
9124 2013-10-03  Daiki Ueno  <ueno@gnu.org>
9126         * epg.el (epg-verify-file): Add a comment saying that it does not
9127         notify verification error as a return value nor a signal.
9128         (epg-verify-string): Ditto.
9130 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9132         * progmodes/compile.el (compilation-start): Try globbing the arg to
9133         `cd' (bug#15417).
9135 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
9137         Sync with Tramp 2.2.8.
9139         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
9140         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
9141         * net/trampver.el: Update release number.
9143 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
9145         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9146         and default-process-coding-system for darwin only.
9148 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9150         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
9152 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
9154         * vc/vc-git.el (vc-git-grep): Disable pager.
9156 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
9158         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
9159         Use :url instead of :homepage, as per
9160         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
9162         * newcomment.el (comment-beginning): When `comment-use-syntax' is
9163         non-nil, use `syntax-ppss' (Bug#15251).
9165 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9167         * progmodes/octave.el (inferior-octave-startup-file):
9168         Prefer ~/.emacs.d/init_octave.m.
9170 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
9172         * emacs-lisp/package.el (package-desc-from-define):
9173         Accept additional arguments as plist, convert them to an alist and store
9174         them in the `extras' slot.
9175         (package-generate-description-file): Convert extras alist back to
9176         plist and append to the `define-package' form arguments.
9177         (package--alist-to-plist): New function.
9178         (package--ac-desc): Add `extras' slot.
9179         (package--add-to-archive-contents): Check if the archive-contents
9180         vector is long enough, and if it is, pass its `extras' slot value
9181         to `package-desc-create'.
9182         (package-buffer-info): Call `lm-homepage', pass the returned value
9183         to `package-desc-from-define'.
9184         (describe-package-1): Render the homepage button (Bug#13291).
9186         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9187         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
9189 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
9191         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9192         and default-process-coding-system to utf-8-unix (Bug#15402).
9194 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
9196         * subr.el (looking-back): Do not recommend using looking-back.
9198 2013-09-28  Alan Mackenzie  <acm@muc.de>
9200         Fix indentation/fontification of Java enum with "implements".
9202         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
9203         regexp which matches "implements", etc., in Java.
9204         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
9205         specifier clauses coming after "enum".
9206         * progmodes/cc-fonts.el (c-font-lock-declarations)
9207         (c-font-lock-enum-tail): Check for extra specifier clauses coming
9208         after "enum".
9210 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
9212         * faces.el (region): Change ns_selection_color to
9213         ns_selection_fg_color, add ns_selection_bg_color.
9215 2013-09-28  Leo Liu  <sdl.web@gmail.com>
9217         * progmodes/octave.el (inferior-octave-completion-table)
9218         (inferior-octave-completion-at-point): Minor tweaks.
9220         * textmodes/ispell.el (ispell-lookup-words): Rename from
9221         lookup-words.  (Bug#15460)
9222         (lookup-words): Obsolete.
9223         (ispell-complete-word, ispell-command-loop): All uses changed.
9225 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9227         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
9228         (octave-mode-menu): Add octave-send-buffer.
9229         (octave-send-buffer): New function.
9231 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9233         * progmodes/octave.el (octave-mode-map): Add key binding for
9234         octave-lookfor.
9235         (octave-mode-menu): Add octave-lookfor.
9236         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
9237         octave-lookfor.
9238         (octave-lookfor): New function.
9240 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9242         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9243         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9244         its convention.
9245         (cl--loop-set-iterator-function): New function.
9246         (cl-loop): Adjust accordingly, so as not to use cl-subst.
9247         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9248         Bind `it' with `let' instead of substituting it with `cl-subst'.
9249         (cl--unused-var-p): New function.
9250         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9251         Eliminate some unused variable warnings (bug#15326).
9253 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
9255         * doc-view.el (doc-view-scale-reset): Rename from
9256         `doc-view-reset-zoom-level'.
9257         (doc-view-scale-adjust): New command.
9258         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9259         `doc-view-scale-adjust'.
9261 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
9263         * doc-view.el (doc-view-reset-zoom-level): New command.
9264         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
9265         zoom commands (bug#15466).
9267 2013-09-26  Kenichi Handa  <handa@gnu.org>
9269         * international/quail.el (quail-help): Make it not a command.
9271 2013-09-26  Leo Liu  <sdl.web@gmail.com>
9273         * minibuffer.el (completion-all-sorted-completions): Make args
9274         optional as they are.
9276 2013-09-25  Daniel Colascione  <dancol@dancol.org>
9278         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
9279         specs are and that they're not evaluated.
9281 2013-09-24  Sam Steingold  <sds@gnu.org>
9283         * midnight.el (clean-buffer-list-kill-regexps)
9284         (clean-buffer-list-kill-buffer-names): Update for the new Man
9285         buffer naming which includes the object name.
9287 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9289         * eshell/esh-cmd.el (eshell--sep-terms): New var.
9290         (eshell-parse-command, eshell-parse-pipeline): Use it since
9291         eshell-separate-commands requires a dynamic scoped var.
9292         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
9294 2013-09-23  Leo Liu  <sdl.web@gmail.com>
9296         * autoinsert.el (auto-insert-alist): Make the value of
9297         lexical-binding match its file setting.
9299 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
9301         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
9303         * autoarg.el (autoarg-kp-digit-argument):
9304         * electric.el (Electric-command-loop):
9305         * kmacro.el (kmacro-step-edit-insert):
9306         Do not set universal-argument-num-events.
9308 2013-09-22  Leo Liu  <sdl.web@gmail.com>
9310         * files.el (interpreter-mode-alist): Add octave.
9312 2013-09-21  Alan Mackenzie  <acm@muc.de>
9314         C++: fontify identifier in declaration following "public:" correctly.
9315         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
9316         to match "public", etc.
9317         (c-decl-prefix-re): Add ":" into the C++ value.
9318         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
9319         bit.  Add a check for a ":" preceded by "public", etc.
9321 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
9323         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
9324         recognized by GDB 7.5 and later.
9326 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
9328         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
9330 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9332         * subr.el (internal--call-interactively): New const.
9333         (called-interactively-p): Use it (bug#3984).
9335 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
9337         * vc/pcvs.el (cvs-mode-ignore):
9338         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
9339         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
9341 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9343         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
9344         (eshell-ls-orig-insert-directory): Remove.
9345         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
9346         (eshell-ls-use-in-dired): Use advice-add/remove.
9347         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
9348         Add `orig-fun' arg for use in :around advice.
9349         Make it check (redundantly) eshell-ls-use-in-dired.
9351 2013-09-19  Glenn Morris  <rgm@gnu.org>
9353         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
9355         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
9357         * emacs-lisp/eieio.el (class-parent): Undo previous change.
9359 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
9361         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
9362         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
9363         (tramp-get-remote-python): New defuns.
9364         (tramp-get-remote-uid-with-perl)
9365         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
9366         contributed by yary <not.com@gmail.com> (tiny change).
9367         (tramp-get-remote-uid-with-python)
9368         (tramp-get-remote-gid-with-python): New defuns.  Python code
9369         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
9370         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
9372 2013-09-19  Glenn Morris  <rgm@gnu.org>
9374         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
9376         * eshell/em-unix.el (eshell-remove-entries):
9377         Rename argument to avoid name-clash with global `top-level'.
9379         * eshell/esh-proc.el (eshell-kill-process-function):
9380         Remove eshell-reset-after-proc from eshell-kill-hook if present.
9381         (eshell-reset-after-proc): Remove unused arg `proc'.
9383         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
9384         (directory-files-and-attributes): Mark unused arg.
9386         * eshell/em-unix.el (eshell-remove-entries):
9387         Remove unused arg `path'.  Update callers.
9389         * eshell/em-hist.el (eshell-hist-parse-arguments):
9390         Remove unused arg `silent'.  Update callers.
9392         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
9393         Fix (f)boundp mix-up.
9395         * eshell/em-smart.el (eshell-smart-scroll-window)
9396         (eshell-disable-after-change):
9397         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
9399 2013-09-18  Alan Mackenzie  <acm@muc.de>
9401         Fix fontification of type when followed by "const".
9402         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
9403         "known" types from fontification.
9405 2013-09-18  Glenn Morris  <rgm@gnu.org>
9407         * emacs-lisp/chart.el (x-display-color-cells): Declare.
9408         (chart-face-list): Drop Emacsen without display-color-p.
9410         * net/eww.el (libxml-parse-html-region): Declare.
9411         (eww-display-html): Explicit error if no libxml2 support.
9413         * doc-view.el (doc-view-mode): Silence --without-x compilation.
9415         * image.el (image-type-from-buffer, image-multi-frame-p):
9416         Remove --without-x warning/error.
9418         * mouse.el (mouse-yank-primary):
9419         * term.el (term-mouse-paste):
9420         Reorder to silence --without-x compilation.
9422         * mpc.el (doc-view-mode): Silence --without-x compilation.
9424         * mail/rmailmm.el (rmail-mime-set-bulk-data):
9425         Silence --without-x compilation.
9427         * progmodes/gud.el (gud-find-file, gud-mode):
9428         Silence --without-x compilation.
9429         (tooltip-mode): Declare.
9431         * wdired.el (dired-backup-overwrite): Remove declaration.
9432         (wdired-mode-map): Add doc string.
9434         * custom.el (x-get-resource): Declare.
9436         * eshell/em-glob.el (ange-cache):
9437         * eshell/em-unix.el (ange-cache): Declare.
9439         * faces.el (x-display-list, x-open-connection, x-get-resource):
9440         Declare.
9442         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
9443         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
9444         Declare.
9446         * frame.el (x-display-grayscale-p, x-display-name): Declare.
9448         * net/gnutls.el (gnutls-log-level): Declare.
9450         * net/shr.el (image-size, image-animate): Declare.
9452         * simple.el (font-info): Declare.
9454         * subr.el (x-popup-dialog): Declare.
9456         * term/common-win.el (x-select-enable-primary)
9457         (x-last-selected-text-primary, x-last-selected-text-clipboard):
9458         Declare.
9460         * term/ns-win.el (x-handle-args): Declare.
9462         * term/x-win.el (x-select-enable-clipboard): Declare.
9464         * term/w32-win.el (create-default-fontset): Declare.
9466         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
9467         Declare.
9469         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
9470         (fit-frame-to-buffer): Explicit error if --without-x.
9471         (mouse-autoselect-window-select): Silence compiler.
9473         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9475         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
9476         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
9477         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
9478         * eshell/esh-util.el (eshell-sublist):
9479         Remove unused local variables.
9481         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
9483         * textmodes/two-column.el: Make 2C-split work for --without-x.
9484         (scroll-bar-columns): Autoload.
9485         (top-level): Require fringe when compiling.
9487 2013-09-18  Leo Liu  <sdl.web@gmail.com>
9489         * subr.el (add-hook): Robustify to handle closure as well.
9491 2013-09-17  Glenn Morris  <rgm@gnu.org>
9493         * simple.el (messages-buffer-mode-map): Unbind "g".
9495 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * help-mode.el (help-mode-finish): Use derived-mode-p.
9498         Remove obsolete highlighting.
9500         * play/life.el (life-mode): Use define-derived-mode.  Derive from
9501         special-mode.
9502         (life): Let-bind inhibit-read-only.
9503         (life-setup): Avoid `setq'.  Use `life-mode'.
9505         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
9506         which should not be needed any more.
9507         (package-menu-refresh, package-menu-describe-package): Use user-error.
9509         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
9510         (eshell-post-rewrite-command-hook): Make obsolete.
9511         (eshell-parse-command): Simplify.
9512         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
9513         (eshell--cmd): Declare.
9514         (eshell-parse-pipeline): Remove unused var `final-p'.
9515         Pass a dynvar to eshell-post-rewrite-command-hook.
9516         Implement the new eshell-post-rewrite-command-function.
9517         (eshell-invoke-directly): Remove unused arg `input'.
9518         * eshell/esh-io.el (eshell-io-initialize):
9519         Use eshell-post-rewrite-command-function (bug#15399).
9520         (eshell--apply-redirections): Rename from eshell-apply-redirections;
9521         adjust to new calling convention.
9522         (eshell-create-handles): Rename args to avoid clashing with dynvar
9523         `standard-output'.
9525 2013-09-17  Glenn Morris  <rgm@gnu.org>
9527         * simple.el (messages-buffer-mode): New major mode.
9528         (messages-buffer): New function.
9529         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
9530         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
9531         (ert-run-test): Use `messages-buffer' function.
9532         (ert--force-message-log-buffer-truncation): Ignore read-only.
9533         * help.el (view-echo-area-messages): Use `messages-buffer' function.
9534         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
9536 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9538         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
9540         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
9542 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9544         * icomplete.el (icomplete-in-buffer): New var.
9545         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
9546         vars and replace them with functions.
9547         (icomplete-minibuffer-setup): Adjust accordingly.
9548         (icomplete--completion-table, icomplete--completion-predicate)
9549         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
9550         New functions.
9551         (icomplete-forward-completions, icomplete-backward-completions)
9552         (icomplete-simple-completing-p, icomplete-exhibit)
9553         (icomplete-completions): Use them.
9554         (icomplete--in-region-buffer): New var.
9555         (icomplete--in-region-setup): New function.
9556         (icomplete-mode): Use it.
9558         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
9559         (bug#15379).
9560         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
9561         return args and options.
9562         (eshell-eval-using-options): Use the new return value of
9563         eshell--do-opts to set the options's vars in their scope.
9564         (eshell--set-option): Rename from eshell-set-option.
9565         Add arg `opt-vals'.
9566         (eshell--process-option): Rename from eshell-process-option.
9567         Add arg `opt-vals'.
9568         (eshell--process-args): Use an `opt-vals' alist to store the options's
9569         values during their processing and return them additionally to the
9570         remaining args.
9572 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
9574         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
9575         continuation character an operator, as far as indentation is
9576         concerned (Bug#15369).
9578 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
9580         * window.el (window--state-put-2): Don't process buffer state
9581         when buffer doesn't exist any more (Bug#15382).
9583 2013-09-15  Glenn Morris  <rgm@gnu.org>
9585         * eshell/em-unix.el (eshell/rm):
9586         Make -f ignore missing files.  (Bug#15373)
9588         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
9589         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
9590         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
9592 2013-09-14  Glenn Morris  <rgm@gnu.org>
9594         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
9596 2013-09-13  Glenn Morris  <rgm@gnu.org>
9598         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
9599         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
9601 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
9603         * frame.el (x-focus-frame): Mark as declared in frame.c.
9605 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * ls-lisp.el: Use advice-add.
9608         (original-insert-directory): Remove.
9609         (ls-lisp--insert-directory): Rename from insert-directory; add
9610         `orig-fun' argument.
9611         (insert-directory): Advise.
9613 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
9615         * term.el (term-emulate-terminal): Decode the command string
9616         before passing it to term-command-hook.  (Bug#15337)
9618 2013-09-13  Glenn Morris  <rgm@gnu.org>
9620         * eshell/esh-util.el (ange-cache): Move declaration earlier.
9622         * eshell/esh-ext.el (eshell-search-path): Declare.
9624         * eshell/em-prompt.el (eshell/pwd): Autoload it.
9625         Otherwise an error occurs if eshell-dirs module not loaded.
9627         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
9629 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
9631         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
9632         `tramp-check-proper-host'.  Check for a valid method name.
9634         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9635         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9636         * net/tramp-sh.el (tramp-maybe-open-connection):
9637         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
9639         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
9640         also for hash values.
9642 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9644         * term/ns-win.el (parameters): Don't declare as dynamic.
9645         (before-make-frame-hook): Don't add ineffective function.
9647         * eshell/*.el: Use lexical-binding (bug#15231).
9649 2013-09-12  Kenichi Handa  <handa@gnu.org>
9651         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
9653 2013-09-12  Glenn Morris  <rgm@gnu.org>
9655         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
9656         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
9658         * subr.el (do-after-load-evaluation): Also give compiler warnings
9659         when obsolete files are used (except by obsolete files).
9661         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
9662         in the status output, assume `filename' is the first.  (Bug#15322)
9664         * vc/vc.el (vc-deduce-fileset): Doc fix.
9666         * calc/calc-help.el (Info-goto-node):
9667         * progmodes/cperl-mode.el (Info-find-node):
9668         * vc/ediff.el (Info-goto-node): Update declarations.
9670         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
9672         * vc/vc-bzr.el (vc-compilation-mode): Declare.
9673         (vc-bzr-pull): Require vc-dispatcher.
9674         * vc/vc-git.el (vc-compilation-mode): Declare.
9675         (vc-git-pull): Require vc-dispatcher.
9677         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
9679         * progmodes/octave.el (help-button-action): Declare.
9681         * shell.el (shell-directory-tracker): Output error as a message
9682         rather than just returning it as a string.
9683         (shell-process-pushd): Remove useless use of message.
9685         * dframe.el (dframe-timer-fn):
9686         * files.el (dir-locals-read-from-file):
9687         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9688         (mpc-format):
9689         * reveal.el (reveal-post-command):
9690         * saveplace.el (load-save-place-alist-from-file):
9691         * shell.el (shell-resync-dirs):
9692         * w32-common-fns.el (x-get-selection-value):
9693         * emacs-lisp/copyright.el (copyright-find-copyright):
9694         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9695         * emulation/tpu-edt.el (tpu-copy-keyfile):
9696         * play/bubbles.el (bubbles--mark-neighbourhood):
9697         * progmodes/executable.el
9698         (executable-make-buffer-file-executable-if-script-p):
9699         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9701 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9703         Cleanup Eshell to rely less on dynamic scoping.
9704         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9705         last-value, and ext-command here.  Bind `args' closer to `body'.
9706         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9707         (eshell--args): Declare new dynamic var.
9708         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
9709         last-value, and ext-command.  Pass `args' to `body'.
9710         (eshell-process-args): Bind eshell--args.
9711         (eshell-set-option): Use eshell--args.
9712         * eshell/eshell.el (eshell): Use derived-mode-p.
9713         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9714         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9715         (eshell-glob-function): Declare.
9716         * eshell/esh-util.el: Require cl-lib.
9717         (eshell-read-hosts-file): Avoid add-to-list.
9718         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9719         `err'.
9720         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9721         Declare.
9722         (eshell/diff): Remove unused var `err'.
9723         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9724         `killflag'.
9725         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9726         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9727         first use.
9728         * eshell/em-glob.el (eshell-glob-matches, message-shown):
9729         Move declaration before first use.
9730         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9731         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9732         rely on cl-return.
9734 2013-09-12  Glenn Morris  <rgm@gnu.org>
9736         * term/ns-win.el (global-map): Remove binding for ispell-next,
9737         deleted 1999-05-29.  (Bug#15357)
9739 2013-09-11  Glenn Morris  <rgm@gnu.org>
9741         * echistory.el (electric-command-history): Remove call to deleted func.
9743         * play/landmark.el (landmark-mode): Fix typos.
9745         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9746         Check cvs-sort-ignore-file is bound.
9748         * savehist.el: No need for cl when compiling on Emacs.
9750 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9752         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9753         (bug#15338).
9754         (eshell-self-insert-command, eshell-send-invisible):
9755         Remove unused argument.
9756         (eshell-handle-control-codes): Remove unused var `orig'.
9757         Avoid delete-backward-char.
9759         * files.el (set-auto-mode): Simplify a bit further.
9761 2013-09-11  Glenn Morris  <rgm@gnu.org>
9763         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9764         (set-auto-mode): Don't regexp-quote elements.
9765         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9766         * progmodes/cc-mode.el (interpreter-mode-alist):
9767         * progmodes/ruby-mode.el (interpreter-mode-alist):
9768         Revert previous change.
9770 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9772         * play/snake.el (snake-mode):
9773         * play/mpuz.el (mpuz-mode):
9774         * play/landmark.el (lm-mode):
9775         * play/blackbox.el (blackbox-mode):
9776         * play/5x5.el (5x5-mode):
9777         * obsolete/options.el (Edit-options-mode):
9778         * net/quickurl.el (quickurl-list-mode):
9779         * net/newst-treeview.el (newsticker-treeview-mode):
9780         * mail/rmailsum.el (rmail-summary-mode):
9781         * mail/mspools.el (mspools-mode):
9782         * locate.el (locate-mode):
9783         * ibuffer.el (ibuffer-mode):
9784         * emulation/ws-mode.el (wordstar-mode):
9785         * emacs-lisp/debug.el (debugger-mode):
9786         * array.el (array-mode):
9787         * net/eudc.el (eudc-mode): Use define-derived-mode.
9788         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9789         Move initialization into declaration.
9790         (mairix-searches-mode): Use define-derived-mode.
9791         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9792         (eudc-edit-hotlist): Use dolist.
9793         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9794         (Man-mode): Use define-derived-mode.
9795         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9796         (Info-edit-mode): Use define-derived-mode.
9797         (Info-cease-edit): Use Info-mode.
9798         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9799         into declaration.
9800         (eshell-mode): Use define-derived-mode.
9801         * chistory.el (command-history-mode-map): Rename from
9802         command-history-map.
9803         (command-history-mode): Use define-derived-mode.
9804         (Command-history-setup): Remove function.
9805         * calc/calc.el (calc-trail-mode-map): New var.
9806         (calc-trail-mode): Use define-derived-mode.
9807         (calc-trail-buffer): Set calc-main-buffer manually.
9808         * bookmark.el (bookmark-insert-annotation): New function.
9809         (bookmark-edit-annotation): Use it.
9810         (bookmark-edit-annotation-mode): Make it a proper major mode.
9811         (bookmark-send-edited-annotation): Use derived-mode-p.
9812         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9813         closer to its ideal place.  Use \' to match EOS.
9815         * profiler.el (profiler-calltree-find): Use function-equal.
9817 2013-09-10  Glenn Morris  <rgm@gnu.org>
9819         * files.el (interpreter-mode-alist): Convert to regexps.
9820         (set-auto-mode): Adapt for this.  (Bug#15306)
9821         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9822         Comment out unused variable.
9823         * progmodes/cc-mode.el (interpreter-mode-alist):
9824         * progmodes/python.el (interpreter-mode-alist):
9825         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9826         * progmodes/sh-script.el (sh-set-shell):
9827         No longer use interpreter-mode-alist to get list of shells.
9829         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9831 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9833         * simple.el: Use set-temporary-overlay-map for universal-argument.
9834         (universal-argument-map): Don't use default-bindings (bug#15317).
9835         Bind switch-frame explicitly.  Replace universal-argument-minus with
9836         a conditional binding.
9837         (universal-argument-num-events, saved-overriding-map): Remove.
9838         (restore-overriding-map): Remove.
9839         (universal-argument--mode): Rename from save&set-overriding-map,
9840         and rewrite.
9841         (universal-argument, universal-argument-more, negative-argument)
9842         (digit-argument): Adjust accordingly.
9843         (universal-argument-minus): Remove.
9844         (universal-argument-other-key): Remove.
9846         * subr.el (with-demoted-errors): Add `format' argument.
9848 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
9850         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
9851         `tramp-cleanup-connection'.
9853         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9854         parameters KEEP-DEBUG and KEEP-PASSWORD.
9856         * net/tramp.el (tramp-file-name-handler):
9857         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9858         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9859         (tramp-maybe-open-connection):
9860         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9861         Use `tramp-cleanup-connection'.
9863         * net/tramp-sh.el (tramp-maybe-open-connection):
9864         Catch 'uname-changed inside the progress reporter.
9866 2013-09-10  Glenn Morris  <rgm@gnu.org>
9868         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
9870         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9871         returns "alternate access method" in mode (eg "-rw-r--r--.").
9873 2013-09-08  Glenn Morris  <rgm@gnu.org>
9875         * saveplace.el (load-save-place-alist-from-file):
9876         Demote errors.  (Bug#15305)
9878 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
9880         Improve compatibility with older Emacsen, and XEmacs.
9882         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9883         only if it is bound.  It isn't for XEmacs.
9884         (with-tramp-progress-reporter): Do not let-bind `result'.
9885         This yields to scoping errors in XEmacs.
9886         (tramp-handle-make-auto-save-file-name): New function, moved from
9887         tramp-sh.el.
9889         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9890         for `make-auto-save-file-name'.
9891         (tramp-adb--gnu-switches-to-ash):
9892         Use `tramp-compat-replace-regexp-in-string'.
9894         * net/tramp-cache.el (tramp-cache-print): Call
9895         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
9897         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9898         bound.  It isn't for XEmacs.
9900         * net/tramp-compat.el (tramp-compat-copy-file):
9901         Catch `wrong-number-of-arguments' error.
9902         (tramp-compat-replace-regexp-in-string): New defun.
9904         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9905         for `make-auto-save-file-name'.
9906         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9907         `copy-file'.
9908         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9909         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9910         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9912         * net/tramp-gw.el (tramp-gw-open-network-stream):
9913         Use `tramp-compat-replace-regexp-in-string'.
9915         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9916         Call `tramp-handle-make-auto-save-file-name'.
9917         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9918         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9919         (tramp-sh-file-inotifywait-process-filter):
9920         Use `tramp-compat-replace-regexp-in-string'.
9921         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9923         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9924         for `make-auto-save-file-name'.
9925         (tramp-smb-handle-copy-directory):
9926         Call `tramp-compat-replace-regexp-in-string'.
9927         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9928         (tramp-smb-handle-copy-file): Improve error message.
9929         (tramp-smb-handle-rename-file): Rename directly only in case
9930         `newname' does not exist yet.  This is a restriction of smbclient.
9931         (tramp-smb-maybe-open-connection): Rerun the function only when
9932         `auth-sources' is non-nil.
9934 2013-09-08  Kenichi Handa  <handa@gnu.org>
9936         * international/characters.el: Set category "^" (Combining) for
9937         more characters.
9939 2013-09-07  Alan Mackenzie  <acm@muc.de>
9941         Correctly fontify Java class constructors.
9942         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9943         in Java Mode.
9944         (c-recognize-typeless-decls): Set the Java value to t.
9945         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9946         While handling a "(", add a check for, effectively, Java, and handle a
9947         "typeless" declaration there.
9949 2013-09-07  Roland Winkler  <winkler@gnu.org>
9951         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9952         field subtitle for entry type book.
9954 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9956         * minibuffer.el: Make minibuffer-complete call completion-in-region
9957         rather than other way around.
9958         (completion--some, completion-pcm--find-all-completions):
9959         Don't delay signals when debugging.
9960         (minibuffer-completion-contents): Beware fields within the
9961         minibuffer contents.
9962         (completion-all-sorted-completions): Use defvar-local.
9963         (completion--do-completion, completion--cache-all-sorted-completions)
9964         (completion-all-sorted-completions, minibuffer-force-complete):
9965         Add args `beg' and `end'.
9966         (completion--in-region-1): New fun, extracted from minibuffer-complete.
9967         (minibuffer-complete): Use completion-in-region.
9968         (completion-complete-and-exit): New fun, extracted from
9969         minibuffer-complete-and-exit.
9970         (minibuffer-complete-and-exit): Use it.
9971         (completion--complete-and-exit): Rename from
9972         minibuffer--complete-and-exit.
9973         (completion-in-region--single-word): New function, extracted from
9974         minibuffer-complete-word.
9975         (minibuffer-complete-word): Use it.
9976         (display-completion-list): Make `common-substring' argument obsolete.
9977         (completion--in-region): Call completion--in-region-1 instead of
9978         minibuffer-complete.
9979         (completion-help-at-point): Pass boundaries to
9980         minibuffer-completion-help as args rather than via an overlay.
9981         (completion-pcm--string->pattern): Use `any-delim'.
9982         (completion-pcm--optimize-pattern): New function.
9983         (completion-pcm--pattern->regex): Handle `any-delim'.
9984         * icomplete.el (icomplete-forward-completions)
9985         (icomplete-backward-completions, icomplete-completions):
9986         Adjust calls to completion-all-sorted-completions and
9987         completion--cache-all-sorted-completions.
9988         (icomplete-with-completion-tables): Default to t.
9989         * emacs-lisp/crm.el (crm--current-element): Rename from
9990         crm--select-current-element.  Don't put an overlay but return the
9991         boundaries instead.
9992         (crm--completion-command): Take two new args to bind to the boundaries.
9993         (crm-completion-help): Adjust accordingly.
9994         (crm-complete): Use completion-in-region.
9995         (crm-complete-word): Use completion-in-region--single-word.
9996         (crm-complete-and-exit): Use completion-complete-and-exit.
9998 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10000         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
10001         than dynamically.
10003 2013-09-06  Juri Linkov  <juri@jurta.org>
10005         * info.el (Info-display-images-node): When image file doesn't exist
10006         display text version of the image if it's provided in the Info file.
10007         Otherwise, display the location of missing image from SRC attribute.
10008         Add help-echo text property from ALT attribute.  (Bug#15279)
10010 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10012         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
10013         (edit-abbrevs-mode): Use define-derived-mode.
10015         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
10016         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
10017         that it's defined.
10018         (epa-key-list-mode, epa-key-mode, epa-info-mode):
10019         Use define-derived-mode.
10021         * epg.el (epg-start-encrypt): Minor CSE simplification.
10023 2013-09-06  William Xu  <william.xwl@gmail.com>
10025         * arc-mode.el: Add support for 7za (bug#15264).
10026         (archive-7z-program): New var.
10027         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
10028         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
10029         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
10031 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
10033         Remove URL syntax.
10035         * net/tramp.el (tramp-syntax, tramp-prefix-format)
10036         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
10037         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
10038         (tramp-postfix-host-format, tramp-file-name-regexp)
10039         (tramp-completion-file-name-regexp)
10040         (tramp-completion-dissect-file-name)
10041         (tramp-handle-substitute-in-file-name): Remove 'url case.
10042         (tramp-file-name-regexp-url)
10043         (tramp-completion-file-name-regexp-url): Remove constants.
10045 2013-09-06  Glenn Morris  <rgm@gnu.org>
10047         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
10049 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
10051         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
10052         keywords" below "here-doc beginnings" (Bug#15270).
10054 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         * subr.el (pop): Use `car-safe'.
10057         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
10058         to detect unused `pop' return value.
10060         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
10061         var `block-regexp'.
10062         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
10063         (python-fill-string): Remove unused var `marker'.
10064         (python-skeleton-add-menu-items): Remove unused var `items'.
10066         * international/mule-cmds.el: Require CL.
10067         (find-coding-systems-for-charsets): Avoid add-to-list.
10068         (sanitize-coding-system-list): New function, extracted from
10069         select-safe-coding-system-interactively.
10070         (select-safe-coding-system-interactively): Use it.
10071         (read-input-method-name): Accept symbols for `default'.
10073         * emacs-lisp/advice.el (defadvice): Add indent rule.
10075 2013-09-05  Daniel Hackney  <dan@haxney.org>
10077         * dired-x.el:
10078         * net/ange-ftp.el:
10079         * net/browse-url.el:
10080         * net/dbus.el:
10081         * net/eudc.el:
10082         * net/eudcb-ldap.el:
10083         * net/eww.el:
10084         * net/imap.el:
10085         * printing.el:
10086         * vc/ediff-diff.el:
10087         * vc/ediff-init.el:
10088         * vc/ediff-merg.el:
10089         * vc/ediff-mult.el:
10090         * vc/ediff-util.el:
10091         * vc/ediff-wind.el:
10092         * vc/ediff.el:
10093         * vc/emerge.el:
10094         * vc/pcvs.el:
10095         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
10096         byte compiler.  Remove some unused let-bound variables.
10098 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10100         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
10101         a "ref-cell", since it gets better optimized (bug#14883).
10103 2013-09-05  Glenn Morris  <rgm@gnu.org>
10105         * progmodes/cc-awk.el (c-forward-sws): Declare.
10107 2013-09-04  Glenn Morris  <rgm@gnu.org>
10109         * generic-x.el [rul-generic-mode]: Require cc-mode.
10110         (c++-mode-syntax-table): Declare.
10111         (rul-generic-mode-syntax-table): Init in the defvar.
10113 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10115         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
10116         (vc-do-command, vc-set-async-update):
10117         * vc/vc-mtn.el (vc-mtn-dir-status):
10118         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
10119         (vc-hg-pull, vc-hg-merge-branch):
10120         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
10121         (vc-git-merge-branch):
10122         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
10123         (vc-cvs-dir-status-files):
10124         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
10125         (vc-bzr-dir-status-files):
10126         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
10127         * vc/vc-annotate.el: Use lexical-binding.
10128         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
10129         (vc-sentinel-movepoint): Declare.
10130         (vc-annotate): Don't use `goto-line'.
10131         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
10132         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
10133         (vc-sentinel-movepoint): Declare.
10134         * vc/vc-svn.el: Use lexical-binding.
10135         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
10136         * vc/vc-sccs.el:
10137         * vc/vc-rcs.el: Use lexical-binding.
10139         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
10140         `deleted'.  Don't drop errors silently.
10142         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
10144 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
10146         * vc/vc.el (vc-ignore): Rewrite.
10147         (vc-default-ignore): New function.
10148         (vc-default-ignore-completion-table): Use find-ignore-file.
10150         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
10151         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
10152         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
10153         Remove.  Most code moved to vc.el.
10155 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10157         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
10158         * net/tramp-smb.el (tramp-smb-get-file-entries):
10159         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
10160         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
10162         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
10163         Update call to it.
10164         (eww-change-select): Remove unused var `properties'.
10165         (eww-make-unique-file-name): Remove unused var `base'.
10167         * finder.el (finder-compile-keywords): Don't mess with windows.
10169         * calculator.el (calculator-funcall): Fix typo in last change.
10171         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
10173         * emacs-lisp/package.el (package-activate-1): Don't let a missing
10174         <pkg>-autoloads.el file stop us.
10176         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
10177         warnings, and factor out common code.
10179 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
10181         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
10182         two-character operators and whether the character preceding them
10183         changes their meaning (Bug#15208).
10185 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10187         Format code sent to Python shell for robustness.
10188         * progmodes/python.el (python-shell-buffer-substring):
10189         New function.
10190         (python-shell-send-region, python-shell-send-buffer): Use it.
10192 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
10194         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
10195         * net/tramp.el (tramp-user-error): ... here.
10196         (tramp-find-method, tramp-check-proper-host)
10197         (tramp-dissect-file-name, tramp-debug-message)
10198         (tramp-handle-shell-command):
10199         * net/tramp-adb.el (tramp-adb-handle-shell-command):
10200         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
10202         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
10204 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
10206         * avoid.el (mouse-avoidance-point-position)
10207         (mouse-avoidance-too-close-p): Handle case where posn-at-point
10208         returns nil.
10210 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10212         * progmodes/python.el (python-shell-completion-get-completions):
10213         Drop use of deleted `comint-last-prompt-overlay'.
10214         (python-nav-if-name-main): New command.
10216 2013-09-01  Glenn Morris  <rgm@gnu.org>
10218         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10219         Avoid leading space in $wins.  Otherwise the sed command used by
10220         eg compile-main ends up containing "/*.el".  (Bug#15170)
10222         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
10224 2013-08-30  Glenn Morris  <rgm@gnu.org>
10226         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10227         Fix is-this-a-directory logic.  (Bug#15220)
10229 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10231         * textmodes/css-mode.el: Use SMIE.
10232         (css-smie-grammar): New var.
10233         (css-smie--forward-token, css-smie--backward-token)
10234         (css-smie-rules): New functions.
10235         (css-mode): Use them.
10236         (css-navigation-syntax-table): Remove var.
10237         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
10238         (css-indent-calculate, css-indent-line): Remove functions.
10240         Misc changes to reduce use of `(lambda...); and other cleanups.
10241         * cus-edit.el: Use lexical-binding.
10242         (customize-push-and-save, customize-apropos)
10243         (custom-buffer-create-internal): Use closures.
10244         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10245         * progmodes/ada-xref.el: Use setq.
10246         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10247         * dframe.el: Use lexical-binding.
10248         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
10249         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10250         * descr-text.el: Use lexical-binding.
10251         (describe-text-widget, describe-text-sexp, describe-property-list):
10252         Use closures.
10253         * comint.el (comint-history-isearch-push-state): Use a closure.
10254         * calculator.el: Use lexical-binding.
10255         (calculator-number-to-string): Make it work with lexical-binding.
10256         (calculator-funcall): Same and use cl-letf.
10258         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10259         (lisp--company-doc-string, lisp--company-location): New functions.
10260         (lisp-completion-at-point): Use them to improve Company support.
10262         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
10263         params of lambda expressions.
10264         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
10265         (ruby-smie--opening-pipe-p): New function.
10266         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
10267         symbols and matched |...| for formal params.
10268         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
10269         from being treated as hanging.  Handle "rescue".
10271 2013-08-29  Glenn Morris  <rgm@gnu.org>
10273         * progmodes/cc-engine.el (c-pull-open-brace):
10274         Move definition before use.
10276 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10278         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
10279         are immutable.  Don't use `unsafe' any more.
10280         (cl--defsubst-expand): Don't substitute at the same time as keeping
10281         a residual unused let-binding.  Don't use `unsafe' any more.
10283 2013-08-29  Glenn Morris  <rgm@gnu.org>
10285         * calendar/cal-china.el (calendar-chinese-year-cache):
10286         Recenter on 2015.
10288         * nxml/nxml-util.el (nxml-debug-clear-inside):
10289         Use cl-loop rather than loop.
10291         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
10293         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
10295 2013-08-28  Glenn Morris  <rgm@gnu.org>
10297         * progmodes/antlr-mode.el: No need to require cc-mode twice.
10299         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
10301         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
10303 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10305         * simple.el (repeat-complex-command--called-interactively-skip):
10306         New function.
10307         (repeat-complex-command): Use it (bug#14136).
10309         * progmodes/cc-mode.el: Minor cleanup of var declarations.
10310         (c-define-abbrev-table): Add `doc' argument.
10311         (c-mode-abbrev-table, c++-mode-abbrev-table)
10312         (objc-mode-abbrev-table, java-mode-abbrev-table)
10313         (idl-mode-abbrev-table, pike-mode-abbrev-table)
10314         (awk-mode-abbrev-table): Use it.
10315         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
10316         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
10317         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
10318         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
10319         Move initialization into the declaration; and remove any
10320         autoload cookie.
10322         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
10323         and dynamic let binding.
10325         * vc/smerge-mode.el: Remove redundant :group args.
10327         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
10328         to load-path.
10330 2013-08-28  Juri Linkov  <juri@jurta.org>
10332         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
10333         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
10334         (isearch-other-meta-char): Handle an undefined shifted printing
10335         character by downshifting it.  (Bug#15200)
10337 2013-08-28  Juri Linkov  <juri@jurta.org>
10339         * isearch.el (isearch-search): Change regexp error message for
10340         non-regexp searches.  (Bug#15166)
10342 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10344         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
10345         for portability to hosts where /bin/sh has problems.
10347 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10349         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
10351 2013-08-27  Juri Linkov  <juri@jurta.org>
10353         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
10354         in the keyboard macro.  (Bug#15126)
10356 2013-08-27  Juri Linkov  <juri@jurta.org>
10358         * isearch.el (isearch-quote-char): Comment out converting unibyte
10359         to multibyte, thus syncing with its `quoted-insert' counterpart.
10360         (Bug#15166)
10362 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
10364         * window.el (display-buffer-use-some-window): Add missing
10365         argument in call of get-largest-window (Bug#15185).
10366         Reported by Stephen Leake.
10368 2013-08-27  Glenn Morris  <rgm@gnu.org>
10370         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
10372 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10374         * progmodes/python.el (python-font-lock-keywords): Don't return nil
10375         from a matcher-function unless there's no more matches (bug#15161).
10377 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
10379         * minibuffer.el: Revert change from 2013-08-20.
10381         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
10382         with text property `tramp-default', if appropriate.
10383         (tramp-check-proper-host): New defun.
10384         (tramp-dissect-file-name): Do not check hostname.  Revert change
10385         of 2013-03-18.
10386         (tramp-backtrace): Make VEC-OR-PROC optional.
10388         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10389         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10390         * net/tramp-sh.el (tramp-maybe-open-connection):
10391         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10392         Apply `tramp-check-proper-host'.
10394 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
10396         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
10397         lambda expression in order to have `describe-variable' display it.
10399 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
10401         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
10402         BUF can be optional.  (Bug#15186)
10404 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
10406         * progmodes/flymake.el (flymake-get-real-file-name-function):
10407         Fix broken customization.  (Bug#15184)
10409 2013-08-25  Alan Mackenzie  <acm@muc.de>
10411         Improve indentation of bracelists defined by macros (without "=").
10413         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
10414         expansion begins with "{", regard it as bracelist when it doesn't
10415         contain a ";".
10417         Parse C++ inher-intro when there's a template split over 2 lines.
10419         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
10420         rigorously the search for "class" etc. followed by ":".
10422         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
10423         random languages a regexp which never matches rather than nil.
10425         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
10427         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
10428         (c-awk-regexp-one-line-possibly-open-char-list-re)
10429         (c-awk-one-line-possibly-open-regexp-re)
10430         (c-awk-one-line-non-syn-ws*-re): Remove.
10431         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
10432         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
10433         (c-awk-space*-unclosed-regexp-/-re): New constants.
10434         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
10435         aren't regexp delimiters.
10437         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
10438         handling for a rare situation in AWK Mode involving unterminated
10439         strings/regexps.
10441 2013-08-23  Glenn Morris  <rgm@gnu.org>
10443         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
10445         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
10447         * files.el (create-file-buffer): If the result would begin with
10448         spaces, prepend a "|" instead of removing them.  (Bug#15162)
10450 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10452         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
10453         text-properties (bug#15155).
10455         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
10456         exist any more.
10457         (calc-keypad-redraw): Remove unused var `pad'.
10458         (calc-keypad-press): Remove unused var `menu'.
10460 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
10462         * window.el (display-buffer-pop-up-frame):
10463         Call pop-up-frame-function with BUFFER current so `make-frame' will
10464         use it as the new frame's buffer (Bug#15133).
10466 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * calendar/timeclock.el: Minor cleanups.
10469         (timeclock-ask-before-exiting, timeclock-use-display-time):
10470         Use `symbol'.
10471         (timeclock-modeline-display): Define as alias before the
10472         actual definition.
10473         (timeclock-mode-line-display): Use define-minor-mode.
10474         (timeclock-day-list-template): Make it a function, add an argument.
10475         (timeclock-day-list-required, timeclock-day-list-length)
10476         (timeclock-day-list-debt, timeclock-day-list-span)
10477         (timeclock-day-list-break): Adjust calls accordingly.
10479 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10481         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
10482         Use read--expression so that completion works again.
10484 2013-08-21  Sam Steingold  <sds@gnu.org>
10486         Add rudimentary inferior shell interaction
10487         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
10488         (sh-set-shell): Reset it.
10489         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
10490         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
10492 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10494         * align.el: Use lexical-binding.
10495         (align-region): Simplify accordingly.
10497 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
10499         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
10501         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
10502         `non-essential' up.
10504 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
10506         * net/tramp.el:
10507         * net/tramp-adb.el:
10508         * net/tramp-cmds.el:
10509         * net/tramp-ftp.el:
10510         * net/tramp-gvfs.el:
10511         * net/tramp-gw.el:
10512         * net/tramp-sh.el: Don't wrap external variable declarations by
10513         `eval-when-compile'.
10515 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10517         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
10518         now that Emacs supports ImageMagick animations.
10520 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
10522         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
10523         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
10525 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
10527         * window.el (mouse-autoselect-window-select): Do autoselect when
10528         mouse pointer is on margin.
10530 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
10532         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
10534 2013-08-16  Glenn Morris  <rgm@gnu.org>
10536         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
10537         Handle "Remote Directory" response of some clients.  (Bug#15058)
10539         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
10540         Tweak warning.  (Bug#14926)
10542         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
10543         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
10545         * image-mode.el (image-mode-map): Add menu items to reverse,
10546         increase, decrease, reset animation speed.
10547         (image--set-speed, image-increase-speed, image-decrease-speed)
10548         (image-reverse-speed, image-reset-speed): New functions.
10549         (image-mode-map): Add bindings for speed commands.
10551         * image.el (image-animate-get-speed, image-animate-set-speed):
10552         New functions.
10553         (image-animate-timeout): Respect image :speed property.
10555 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10557         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
10558         previous line (bug#15101).
10559         (debugger-eval-expression, debugger-record-expression):
10560         Use read--expression (bug#15102).
10562 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
10564         Remove byte compiler warnings, visible when compiling with
10565         `byte-compile-force-lexical-warnings' set to t.
10567         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
10568         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
10569         (tramp-handle-unhandled-file-name-directory)
10570         (tramp-handle-file-notify-add-watch, tramp-action-login)
10571         (tramp-action-succeed, tramp-action-permission-denied)
10572         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
10573         arguments with "_".
10575         * net/tramp-adb.el (tramp-adb-parse-device-names)
10576         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
10577         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
10578         (tramp-adb-handle-file-truename): Remove unused arguments.
10580         * net/tramp-cache.el (tramp-flush-directory-property)
10581         (tramp-flush-connection-property, tramp-list-connections)
10582         (tramp-parse-connection-properties): Prefix unused arguments with "_".
10584         * net/tramp-compat.el (tramp-compat-make-temp-file):
10585         Rename FILENAME to F.
10587         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
10588         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
10589         (tramp-zeroconf-parse-workstation-device-names)
10590         (tramp-zeroconf-parse-webdav-device-names)
10591         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
10593         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
10594         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
10596         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
10597         arguments.
10598         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
10599         (tramp-sh-handle-insert-file-contents-literally)
10600         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
10601         with "_".
10602         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
10603         Remove unused variables.
10605         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10606         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
10607         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
10609         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
10610         Make them a defconst.
10611         (tramp-uuencode-region): Remove unused variable.
10613 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
10615         * frameset.el (frameset--prop-setter): New function.
10616         (frameset-prop): Add gv-setter declaration.
10617         (frameset-filter-minibuffer): Deal with the case that the minibuffer
10618         parameter was already set in FILTERED.  Doc fix.
10619         (frameset--record-minibuffer-relationships): Allow saving a
10620         minibufferless frame without its corresponding minibuffer frame.
10621         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
10622         frame, if the frame id matches.
10623         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
10624         frames before orphaned ones.
10625         (frameset-restore): Warn about orphaned windows, instead of error out.
10627 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
10629         * window.el (window-make-atom): Don't overwrite parameter
10630         already present.
10631         (display-buffer-in-atom-window): Handle special case where we
10632         split an already atomic window.
10633         (window--major-non-side-window, display-buffer-in-side-window)
10634         (window--side-check): Ignore minibuffer window when walking
10635         window tree.
10636         (window-deletable-p): Return 'frame only if no other frame uses
10637         our minibuffer window.
10638         (record-window-buffer): Run buffer-list-update-hook.
10639         (split-window): Make sure window--check-frame won't destroy an
10640         existing atomic window in case the new window gets nested
10641         inside.
10642         (display-buffer-at-bottom): Ignore minibuffer window when
10643         walking window tree.  Don't split a side window.
10644         (pop-to-buffer): Don't set-buffer here, the select-window call
10645         should do that.
10646         (mouse-autoselect-window-select): Autoselect only if we are in the
10647         text portion of the window.
10649 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651         * net/shr.el (shr-parse-image-data): New function to grab both the
10652         data itself and the Content-Type.
10653         (shr-put-image): Use it.
10655         * net/eww.el (eww-display-image): Ditto.
10657         * image.el (image-content-type-suffixes): New variable.
10659 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10661         * progmodes/python.el (python-imenu--build-tree)
10662         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
10664 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
10666         * simple.el (backward-word): Mention the optional argument.
10668 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10670         * frameset.el (frameset--make): Rename constructor from make-frameset.
10671         (frameset-p, frameset-valid-p): Don't autoload.
10672         (frameset-valid-p): Use normal accessors.
10674 2013-08-13  Glenn Morris  <rgm@gnu.org>
10676         * progmodes/compile.el (compile-command): Tweak example in doc.
10677         * obsolete/scribe.el (scribe-mode):
10678         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
10680         * mail/feedmail.el (feedmail-confirm-outgoing)
10681         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
10683         * cus-start.el (truncate-partial-width-windows): Fix type.
10685         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10687         * net/shr.el (shr-table-horizontal-line): Fix custom type.
10689 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10691         * emacs-lisp/timer.el (timer--time-setter): New function.
10692         (timer--time): Use it as gv-setter.
10694         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10695         setter is not a symbol.
10697 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
10699         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10700         if sending fails.  This makes debugging easier.
10702 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
10704         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10705         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10706         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10708 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
10710         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10712 2013-08-12  Glenn Morris  <rgm@gnu.org>
10714         * format.el (format-annotate-function):
10715         Handle read-only text properties in the source.  (Bug#14887)
10717 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719         * net/eww.el (eww-display-html): Ignore coding system errors.
10720         One web site uses "utf-8lias" as the coding system.
10722 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
10724         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10726 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
10728         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10729         (tutorial--detailed-help): Remove unused local variables.
10730         (tutorial--save-tutorial-to): Use ignore-errors.
10731         (help-with-tutorial): Use looking-at-p.
10733         * view.el (view-buffer-other-window, view-buffer-other-frame):
10734         Mark unused arguments.
10736         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10737         (woman-select-symbol-fonts, woman, woman-find-file)
10738         (woman-insert-file-contents, woman-non-underline-faces):
10739         Use string-match-p.
10740         (woman1-unquote): Move declaration.
10742         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10743         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
10744         argument.  Remove unused local variable.
10745         (xml-parse-elem-type): Use string-match-p.
10746         (xml-substitute-numeric-entities): Use ignore-errors.
10748         * calculator.el (calculator): Mark unused argument.
10749         (calculator-paste, calculator-quit, calculator-integer-p):
10750         Use ignore-errors.
10751         (calculator-string-to-number, calculator-decimal, calculator-exp)
10752         (calculator-op-or-exp): Use string-match-p.
10754         * dired.el (dired-buffer-more-recently-used-p): Declare.
10755         (dired-insert-set-properties, dired-insert-old-subdirs):
10756         Use ignore-errors.
10758         * dired-aux.el (dired-compress): Use ignore-errors.
10759         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10760         (dired-do-async-shell-command, dired-do-shell-command)
10761         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10762         (dired-insert-subdir-validate): Use string-match-p.
10763         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10764         (dired-add-entry): Use string-match-p, looking-at-p.
10765         (dired-insert-subdir-newpos): Remove unused local variable.
10767         * filenotify.el (file-notify-callback): Remove unused local variable.
10769         * filesets.el (filesets-error): Mark unused argument.
10770         (filesets-which-command-p, filesets-filter-dir-names)
10771         (filesets-directory-files, filesets-get-external-viewer)
10772         (filesets-ingroup-get-data): Use string-match-p.
10774         * find-file.el (ff-other-file-name, ff-other-file-name)
10775         (ff-find-the-other-file, ff-cc-hh-converter):
10776         Remove unused local variables.
10777         (ff-get-file-name): Use string-match-p.
10778         (ff-all-dirs-under): Use ignore-errors.
10780         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10781         (follow-select-if-visible): Remove unused local variable.
10783         * forms.el (read-file-filter): Move declaration.
10784         (forms--make-format, forms--make-parser, forms-insert-record):
10785         Quote function with #'.
10786         (forms--update): Use string-match-p.  Quote function with #'.
10788         * help-mode.el (help-dir-local-var-def): Mark unused argument.
10789         (help-make-xrefs): Use looking-at-p.
10790         (help-xref-on-pp): Use looking-at-p, ignore-errors.
10792         * ibuffer.el (ibuffer-ext-visible-p): Declare.
10793         (ibuffer-confirm-operation-on): Use string-match-p.
10795         * msb.el (msb-item-handler, msb-dired-item-handler):
10796         Mark unused arguments.
10798         * ses.el (ses-decode-cell-symbol)
10799         (ses-kill-override): Remove unused local variable.
10800         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10801         (ses-load): Use ignore-errors, looking-at-p.
10802         (ses-jump-safe): Use ignore-errors.
10803         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10805         * tabify.el (untabify, tabify): Mark unused arguments.
10807         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10808         Mark unused argument.
10809         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10810         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10812         * emacs-lisp/timer.el (timer--time): Define setter with
10813         gv-define-setter to avoid deprecation warning.
10815         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10816         (*record-cmpl-statistics-p*): Remove (was commented out).
10817         (cmpl-statistics-block): Remove (body was commented out).
10818         All callers changed.
10819         (add-completions-from-buffer, load-completions-from-file):
10820         Remove unused variables.
10822 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
10824         * filecache.el (file-cache-delete-file-list):
10825         Print message only when told so.
10826         (file-cache-files-matching): Use #' in mapconcat argument.
10828         * ffap.el (ffap-url-at-point): Fix reference to variable
10829         thing-at-point-default-mail-uri-scheme.
10831 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10833         * subr.el (define-error): New function.
10834         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10835         error-file-not-found and define with define-error.
10836         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10837         and define with define-error.
10838         * userlock.el (file-locked, file-supersession):
10839         * simple.el (mark-inactive):
10840         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10841         * progmodes/ada-mode.el (ada-mode-errors):
10842         * play/life.el (life-extinct):
10843         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10844         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10845         * nxml/rng-util.el (rng-error):
10846         * nxml/rng-uri.el (rng-uri-error):
10847         * nxml/rng-match.el (rng-compile-error):
10848         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10849         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10850         * nxml/nxml-rap.el (nxml-scan-error):
10851         * nxml/nxml-outln.el (nxml-outline-error):
10852         * net/soap-client.el (soap-error):
10853         * net/gnutls.el (gnutls-error):
10854         * net/ange-ftp.el (ftp-error):
10855         * mpc.el (mpc-proc-error):
10856         * json.el (json-error, json-readtable-error, json-unknown-keyword)
10857         (json-number-format, json-string-escape, json-string-format)
10858         (json-key-format, json-object-format):
10859         * jka-compr.el (compression-error):
10860         * international/quail.el (quail-error):
10861         * international/kkc.el (kkc-error):
10862         * emacs-lisp/ert.el (ert-test-failed):
10863         * calc/calc.el (calc-error, inexact-result, math-overflow)
10864         (math-underflow):
10865         * bookmark.el (bookmark-error-no-filename):
10866         * epg.el (epg-error): Define with define-error.
10868         * time.el (display-time-event-handler)
10869         (display-time-next-load-average): Don't call sit-for since it seems
10870         unnecessary (bug#15045).
10872         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10873         Use #' instead of ' to quote functions.
10874         (checkdoc-output-mode): Use setq-local.
10875         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10876         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10877         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10878         (checkdoc-ispell, checkdoc-ispell-current-buffer)
10879         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10880         (checkdoc-ispell-message-text, checkdoc-ispell-start)
10881         (checkdoc-ispell-continue, checkdoc-ispell-comments)
10882         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10884         * ido.el (ido-completion-help): Fix up compiler warning.
10886 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
10888         * frameset.el (frameset-p): Add autoload cookie.
10889         (frameset--jump-to-register): New function, based on code moved from
10890         register.el.
10891         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
10893         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10894         (frameset-restore, frameset-save, frameset-session-filter-alist):
10895         Remove declarations.
10896         (register-alist): Doc fix.
10897         (frameset-to-register): Move to frameset.el.
10898         (jump-to-register, describe-register-1): Remove frameset-specific code.
10900 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10902         * allout-widgets.el (allout-widgets-pre-command-business)
10903         (allout-widgets-post-command-business)
10904         (allout-widgets-after-change-handler)
10905         (allout-decorate-item-and-context, allout-set-boundary-marker)
10906         (allout-body-modification-handler)
10907         (allout-graphics-modification-handler): Mark ignored arguments.
10908         (allout-widgets-post-command-business)
10909         (allout-widgets-exposure-change-processor)
10910         (allout-widgets-exposure-undo-processor)
10911         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10912         (allout-parse-item-at-point, allout-decorate-item-guides)
10913         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10914         * allout.el (epa-passphrase-callback-function): Declare.
10915         (allout-overlay-insert-in-front-handler)
10916         (allout-overlay-interior-modification-handler)
10917         (allout-isearch-end-handler, allout-chart-siblings)
10918         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10919         (allout-yank-processing, allout-process-exposed)
10920         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10921         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10922         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10923         (lisp-indent-defform): Mark ignored arguments.
10924         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
10925         (calculate-lisp-indent): Remove unused variables.
10926         * international/characters.el (indian-2-column, arabic-2-column)
10927         (tibetan): Mark ignored arguments.
10928         (use-cjk-char-width-table): Mark ignored arguments.
10929         Remove unused variables.
10930         * international/fontset.el (build-default-fontset-data)
10931         (x-compose-font-name, create-fontset-from-fontset-spec):
10932         Mark ignored arguments.
10933         (fontset-plain-name): Remove unused variables.
10934         * international/mule.el (charset-id, charset-bytes, generic-char-p)
10935         (keyboard-coding-system): Mark ignored arguments.
10936         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
10937         * help.el (resize-temp-buffer-window):
10938         * window.el (display-buffer-in-major-side-window)
10939         (display-buffer-in-side-window, display-buffer-in-previous-window):
10940         Remove unused variables.
10941         * isearch.el (isearch-forward-symbol):
10942         * version.el (emacs-bzr-version-bzr):
10943         * international/mule-cmds.el (current-language-environment):
10944         * term/common-win.el (x-handle-iconic, x-handle-geometry)
10945         (x-handle-display):
10946         * term/pc-win.el (x-list-fonts, x-display-planes)
10947         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10948         (x-server-version, x-display-screens, x-display-mm-height)
10949         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10950         (x-selection-owner-p, x-own-selection-internal)
10951         (x-disown-selection-internal, x-get-selection-internal)
10952         (msdos-initialize-window-system):
10953         * term/tty-colors.el (tty-color-alist, tty-color-clear):
10954         * term/x-win.el (x-handle-no-bitmap-icon):
10955         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10956         (vc-default-find-file-hook, vc-default-extra-menu):
10957         Mark ignored arguments.
10959 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10961         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10962         break-condition in the context of the debugged code (bug#12685).
10964 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
10966         * comint.el:
10967         Do not use an overlay to highlight the last prompt.  (Bug#14744)
10968         (comint-mode): Make comint-last-prompt buffer local.
10969         (comint-last-prompt): New variable.
10970         (comint-last-prompt-overlay): Remove.  Superseded by
10971         comint-last-prompt.
10972         (comint-snapshot-last-prompt, comint-output-filter):
10973         Use comint-last-prompt.
10975 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10977         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
10978         (frameset-save): Check validity of the resulting frameset.
10980 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
10982         * ido.el (ido-record-command): Add doc string.
10984 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10986         * frameset.el (frameset): Do not disable creation of the default
10987         frameset-p predicate.  Doc fix.
10988         (frameset-valid-p): New function, copied from the old predicate-p.
10989         Add additional checks.
10990         (frameset-restore): Check with frameset-valid-p.
10991         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10992         (frameset-name, frameset-description, frameset-properties)
10993         (frameset-states): Add docstring.
10994         (frameset-session-filter-alist, frameset-persistent-filter-alist)
10995         (frameset-filter-alist): Doc fixes.
10997 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10999         * frameset.el (frameset-p, frameset-prop): Doc fixes.
11001 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11003         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
11004         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
11005         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
11006         (byte-compile-normal-call): Remove obsolescence check.
11008 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11010         * frameset.el (frameset-restore): Doc fix.
11012         * register.el (frameset-frame-id, frameset-frame-with-id)
11013         (frameset-p, frameset-restore, frameset-save): Declare.
11014         (register-alist): Document framesets.
11015         (frameset-session-filter-alist): Declare.
11016         (frameset-to-register): New function.
11017         (jump-to-register): Implement jumping to framesets.  Doc fix.
11018         (describe-register-1): Describe framesets.
11020         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
11022 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
11024         * desktop.el (desktop-save-frameset): Use new frameset-save args.
11025         Use lexical-binding.
11027         * frameset.el (frameset): Use type vector, not list (incompatible
11028         change).  Do not declare a new constructor, use the default one.
11029         Upgrade suggested properties `app', `name' and `desc' to slots `app',
11030         `name' and `description', respectively, and add read-only slot
11031         `timestamp'.  Doc fixes.
11032         (frameset-copy, frameset-persistent-filter-alist)
11033         (frameset-filter-alist, frameset-switch-to-gui-p)
11034         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
11035         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
11036         (frameset-filter-iconified, frameset-keep-original-display-p):
11037         Doc fixes.
11038         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
11039         Rename from frameset-filter-(save|restore)-param.  All callers changed.
11040         Doc fix.
11041         (frameset-p): Adapt to change to vector and be more thorough.
11042         Change arg name to OBJECT.  Doc fix.
11043         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
11044         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
11045         All callers changed.
11046         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
11047         All callers changed.
11048         (frameset--record-minibuffer-relationships): Rename from
11049         frameset--process-minibuffer-frames.  All callers changed.
11050         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
11051         Use new default constructor (again).  Doc fix.
11052         (frameset--find-frame-if): Rename from `frameset--find-frame'.
11053         All callers changed.
11054         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
11055         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
11056         Doc fix.
11057         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
11058         PARAMETERS and WINDOW-STATE, respectively.
11059         (frameset-restore): Add new keyword argument PREDICATE.
11060         Reset frameset--target-display to nil.  Doc fix.
11062 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11064         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
11065         (bat-mode): Use it.
11066         (bat-mode-syntax-table): Mark \n as end-of-comment.
11067         (bat-font-lock-keywords): Remove comment rule.
11069         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
11070         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
11072         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
11073         (byte-compile-callargs-warn): Use `push'.
11074         (byte-compile-arglist-warn): Ignore higher-order "calls".
11075         (byte-compile-file-form-autoload): Use `pcase'.
11076         (byte-compile-function-form): If quoting a symbol, check that it exists.
11078 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
11080         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
11081         and add a few popular commands found in batch files.
11082         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
11083         (dos-mode): Doc fixes.
11085 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11087         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
11088         (dos-mode): Use setq-local.  Add space after "rem".
11089         (dos-mode-syntax-table): Don't use "w" for symbol chars.
11090         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
11092 2013-08-07  Arni Magnusson  <arnima@hafro.is>
11094         * progmodes/dos.el: New file.
11095         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
11096         dos-mode.
11098 2013-08-06  Glenn Morris  <rgm@gnu.org>
11100         * calendar/calendar.el: Add new faces, and day-header-array.
11101         (calendar-weekday-header, calendar-weekend-header)
11102         (calendar-month-header): New faces.
11103         (calendar-day-header-construct): New function.
11104         (calendar-day-header-width): Also :set calendar-day-header-array.
11105         (calendar-american-month-header, calendar-european-month-header)
11106         (calendar-iso-month-header): Use calendar- faces.
11107         (calendar-generate-month):
11108         Use calendar-day-header-array for day headers; apply faces to them.
11109         (calendar-mode): Check calendar-font-lock-keywords non-nil.
11110         (calendar-abbrev-construct): Add optional maxlen argument.
11111         (calendar-day-name-array): Doc fix.
11112         (calendar-day-name-array, calendar-abbrev-length)
11113         (calendar-day-abbrev-array):
11114         Also :set calendar-day-header-array, and maybe redraw.
11115         (calendar-day-header-array): New option.  (Bug#15007)
11116         (calendar-font-lock-keywords): Set to nil and make obsolete.
11117         (calendar-day-name): Add option to use header array.
11119 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121         * net/shr.el (shr-render-td): Remove debugging.
11122         (shr-render-td): Make width computation consistent by defaulting
11123         all zero-width columns to 10 characters.  This may not be optimal,
11124         but it's at least consistent.
11125         (shr-make-table-1): Redo last change to fix the real problem in
11126         colspan handling.
11128 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
11130         * files.el (cache-long-line-scans):
11131         Make obsolete alias to `cache-long-scans'.
11133 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
11135         * frameset.el (frameset, frameset-filter-alist)
11136         (frameset-filter-params, frameset-save, frameset--reuse-frame)
11137         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
11138         (frameset-compute-pos): Rename from frameset--compute-pos,
11139         and add docstring.
11140         (frameset-move-onscreen): Use frameset-compute-pos.
11141         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11143         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
11144         Fix typos in docstrings.
11146 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
11148         * frame.el (get-other-frame): Tiny cleanup.
11150 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
11152         * vc/vc.el (vc-default-ignore-completion-table):
11153         Silence byte-compiler warning.
11155         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
11156         slot, which can indeed be nil.
11157         (frameset-live-filter-alist, frameset-persistent-filter-alist):
11158         Move entry for `left' from persistent to live filter alist.
11159         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
11160         Doc fixes.
11161         (frameset-filter-params): When restoring a frame, copy items added to
11162         `filtered', to avoid unwittingly modifying the original parameters.
11163         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
11164         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
11166         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
11167         to use looking-at-p instead of looking-at.  (Bug#15028)
11169 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11171         Revert introduction of isearch-filter-predicates (bug#14714).
11172         Rely on add-function instead.
11173         * isearch.el (isearch-filter-predicates): Rename it back to
11174         isearch-filter-predicate.
11175         (isearch-message-prefix): Use advice-function-mapc and advice
11176         properties to get the isearch-message-prefix.
11177         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
11178         instead of run-hook-with-args-until-failure.
11179         (isearch-filter-visible): Not obsolete any more.
11180         * loadup.el: Preload nadvice.
11181         * replace.el (perform-replace): Revert to funcall
11182         instead of run-hook-with-args-until-failure.
11183         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
11184         * dired-aux.el (dired-isearch-filenames-mode): Rename from
11185         dired-isearch-filenames-toggle; make it into a proper minor mode.
11186         Use add/remove-function.
11187         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
11188         Call the minor-mode rather than add/remove-hook.
11189         (dired-isearch-filter-filenames):
11190         Remove isearch-message-prefix property.
11191         * info.el (Info--search-loop): New function, extracted from Info-search.
11192         Funcall isearch-filter-predicate instead of
11193         run-hook-with-args-until-failure isearch-filter-predicates.
11194         (Info-search): Use it.
11195         (Info-mode): Use isearch-filter-predicate instead of
11196         isearch-filter-predicates.
11198 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
11200         Do not call to `selected-window' where it is assumed by default.
11201         Affected functions are `window-minibuffer-p', `window-dedicated-p',
11202         `window-hscroll', `window-width', `window-height', `window-buffer',
11203         `window-frame', `window-start', `window-point', `next-window'
11204         and `window-display-table'.
11205         * abbrev.el (abbrev--default-expand):
11206         * bs.el (bs--show-with-configuration):
11207         * buff-menu.el (Buffer-menu-mouse-select):
11208         * calc/calc.el (calc):
11209         * calendar/calendar.el (calendar-generate-window):
11210         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
11211         (diary-make-entry):
11212         * comint.el (send-invisible, comint-dynamic-complete-filename)
11213         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
11214         * completion.el (complete):
11215         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
11216         * disp-table.el (describe-current-display-table):
11217         * doc-view.el (doc-view-insert-image):
11218         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
11219         * ehelp.el (with-electric-help):
11220         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11221         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
11222         * emacs-lisp/helper.el (Helper-help-scroller):
11223         * emulation/cua-base.el (cua--post-command-handler-1):
11224         * eshell/esh-mode.el (eshell-output-filter):
11225         * ffap.el (ffap-gnus-wrapper):
11226         * help-macro.el (make-help-screen):
11227         * hilit-chg.el (highlight-compare-buffers):
11228         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
11229         * hl-line.el (global-hl-line-highlight):
11230         * icomplete.el (icomplete-simple-completing-p):
11231         * isearch.el (isearch-done):
11232         * jit-lock.el (jit-lock-stealth-fontify):
11233         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
11234         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11235         * mpc.el (mpc-tagbrowser, mpc):
11236         * net/rcirc.el (rcirc-any-buffer):
11237         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
11238         * play/landmark.el (landmark-max-width, landmark-max-height):
11239         * play/zone.el (zone):
11240         * progmodes/compile.el (compilation-goto-locus):
11241         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11242         * progmodes/etags.el (find-tag-other-window):
11243         * progmodes/fortran.el (fortran-column-ruler):
11244         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11245         * progmodes/verilog-mode.el (verilog-point-text):
11246         * reposition.el (reposition-window):
11247         * rot13.el (toggle-rot13-mode):
11248         * server.el (server-switch-buffer):
11249         * shell.el (shell-dynamic-complete-command)
11250         (shell-dynamic-complete-environment-variable):
11251         * simple.el (insert-buffer, set-selective-display)
11252         (delete-completion-window):
11253         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11254         (speedbar-recenter):
11255         * startup.el (fancy-splash-head):
11256         * textmodes/ispell.el (ispell-command-loop):
11257         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11258         * tutorial.el (help-with-tutorial):
11259         * vc/add-log.el (add-change-log-entry):
11260         * vc/compare-w.el (compare-windows):
11261         * vc/ediff-help.el (ediff-indent-help-message):
11262         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
11263         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
11264         (ediff-setup-control-frame):
11265         * vc/emerge.el (emerge-position-region):
11266         * vc/pcvs-util.el (cvs-bury-buffer):
11267         * window.el (walk-windows, mouse-autoselect-window-select):
11268         * winner.el (winner-set-conf, winner-undo): Related users changed.
11270 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
11272         * frameset.el (frameset--set-id): Doc fix.
11273         (frameset-frame-id, frameset-frame-id-equal-p)
11274         (frameset-locate-frame-id): New functions.
11275         (frameset--process-minibuffer-frames, frameset--reuse-frame)
11276         (frameset-restore): Use them.
11278 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
11280         Do not call to `selected-frame' where it is assumed by default.
11281         Affected functions are `raise-frame', `redraw-frame',
11282         `frame-first-window', `frame-terminal' and `delete-frame'.
11283         * calendar/appt.el (appt-disp-window):
11284         * epg.el (epg-wait-for-completion):
11285         * follow.el (follow-delete-other-windows-and-split)
11286         (follow-avoid-tail-recenter):
11287         * international/mule.el (set-terminal-coding-system):
11288         * mail/rmail.el (rmail-mail-return):
11289         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11290         * progmodes/f90.el (f90-add-imenu-menu):
11291         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
11292         * server.el (server-switch-buffer):
11293         * simple.el (delete-completion-window):
11294         * talk.el (talk):
11295         * term/xterm.el (terminal-init-xterm-modify-other-keys)
11296         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
11297         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
11298         * vc/ediff.el (ediff-documentation): Related users changed.
11299         * frame.el (selected-terminal): Remove the leftover.
11301 2013-08-05  Glenn Morris  <rgm@gnu.org>
11303         * calendar/calendar.el (calendar-generate-month):
11304         Fix for calendar-column-width != 1 + calendar-day-digit-width.
11305         (calendar-generate-month, calendar-font-lock-keywords):
11306         Fix for calendar-day-header-width > length of any day name.
11308 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
11310         * desktop.el (desktop-clear): Use new name of sort predicate.
11312         * frameset.el (frameset): Add docstring.  Move :version property to its
11313         own `version' slot.
11314         (frameset-copy): Rename from copy-frameset.
11315         (frameset-p): Check more thoroughly.
11316         (frameset-prop): Do not check for :version, which is no longer a prop.
11317         (frameset-live-filter-alist, frameset-persistent-filter-alist):
11318         Use new :never value instead of t.
11319         (frameset-filter-alist): Expand and clarify docstring.
11320         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
11321         (frameset-filter-minibuffer, frameset-filter-save-param)
11322         (frameset-filter-restore-param, frameset-filter-iconified):
11323         Add pointer to docstring of frameset-filter-alist.
11324         (frameset-filter-params): Rename filter values to be more meaningful:
11325         :never instead of t, and reverse the meanings of :save and :restore.
11326         (frameset--process-minibuffer-frames): Clarify error message.
11327         (frameset-save): Avoid unnecessary and confusing call to framep.
11328         Use new BOA constructor for framesets.
11329         (frameset--reuse-list): Doc fix.
11330         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
11331         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
11332         (frameset-minibufferless-first-p): Doc fix.
11333         Rename from frameset-sort-frames-for-deletion.
11334         (frameset-restore): Doc fixes.  Use new function names.
11335         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11337 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
11339         * desktop.el (desktop-restore-forces-onscreen)
11340         (desktop-restore-reuses-frames): Document :keyword constant values.
11341         (desktop-filter-parameters-alist): Remove, now identical to
11342         frameset-filter-alist.
11343         (desktop--filter-tty*): Remove, moved to frameset.el.
11344         (desktop-save-frameset, desktop-restore-frameset):
11345         Do not pass :filters argument.
11347         * frameset.el (frameset-live-filter-alist)
11348         (frameset-persistent-filter-alist): New variables.
11349         (frameset-filter-alist): Use them.  Add autoload cookie.
11350         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
11351         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
11352         `frameset--id' (it's supposed to be internal to frameset.el).
11353         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
11354         (frameset--initial-params): New function.
11355         (frameset--get-frame): Use it.  Doc fix.
11356         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
11357         Accept :all, not 'all.
11358         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
11359         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
11360         with fbound symbols.  Fix frame id matching, and remove matching ids if
11361         the frame being restored is deleted.  Obey :delete.
11363 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11365         * subr.el (macrop): New function.
11366         (text-clone--maintaining): New var.
11367         (text-clone--maintain): Rename from text-clone-maintain.  Use it
11368         instead of inhibit-modification-hooks.
11370         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
11371         a proxy, so as handle autoloads and redefinitions of the target.
11372         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
11374         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
11375         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
11376         (pcase--mutually-exclusive-p): New function.
11377         (pcase--split-consp): Use it.
11378         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
11379         mutually exclusive with the current predicate.
11381         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
11382         (edebug-macrop): Remove.  Use `macrop' instead.
11383         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
11384         (ad-macro-p):
11385         * eshell/esh-cmd.el (eshell-macrop):
11386         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
11388 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11390         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
11391         (advice-mapc): New function, using it.
11392         (advice-function-member-p): New function.
11393         (advice--normalize): Store the cdr in advice--saved-rewrite since
11394         that's the part that will be changed.
11395         (advice--symbol-function): New function.
11396         (advice-remove): Handle removal before the function is defined.
11397         Adjust to new advice--saved-rewrite.
11398         (advice-member-p): Use advice-function-member-p and
11399         advice--symbol-function.
11401 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
11403         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
11404         (frameset-filter-minibuffer): Doc fix.
11405         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
11406         (frameset--set-id, frameset--process-minibuffer-frames)
11407         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
11408         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
11410         * desktop.el (desktop-clear): Only delete frames when called
11411         interactively and desktop-restore-frames is non-nil.  Doc fix.
11412         (desktop-read): Set desktop-saved-frameset to nil.
11414 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
11416         * vc/vc.el (vc-ignore): Rewrite.
11417         (vc-default-ignore-completion-table, vc--read-lines)
11418         (vc--add-line, vc--remove-regexp): New functions.
11420         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
11421         (vc-svn-ignore-completion-table): New function.
11423         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
11424         (vc-hg-ignore-completion-table)
11425         (vc-hg-find-ignore-file): New functions.
11427         * vc/vc-git.el (vc-git-ignore): Rewrite.
11428         (vc-git-ignore-completion-table)
11429         (vc-git-find-ignore-file): New functions.
11431         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
11433         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
11434         (vc-bzr-ignore-completion-table)
11435         (vc-bzr-find-ignore-file): New functions.
11437 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
11439         * frameset.el (frameset-prop): New function and setter.
11440         (frameset-save): Do not modify frame list passed by the caller.
11442 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11444         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
11446 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11448         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
11449         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
11451         * custom.el (custom-initialize-default, custom-initialize-set)
11452         (custom-initialize-reset, custom-initialize-changed): Affect the
11453         toplevel-default-value (bug#6275, bug#14586).
11454         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
11455         for bug#6275.
11457 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
11459         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11460         Add cl-def* expressions.
11462         * frameset.el (frameset-filter-params): Fix order of arguments.
11464 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
11466         Move code related to saving frames to frameset.el.
11467         * desktop.el: Require frameset.
11468         (desktop-restore-frames): Doc fix.
11469         (desktop-restore-reuses-frames): Rename from
11470         desktop-restoring-reuses-frames.
11471         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
11472         (desktop-clear): Clear frames too.
11473         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
11474         (desktop--filter-tty*, desktop-save, desktop-read):
11475         Use frameset functions.
11476         (desktop-before-saving-frames-functions, desktop--filter-*-color)
11477         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11478         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
11479         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
11480         (desktop--process-minibuffer-frames, desktop-save-frames)
11481         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
11482         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
11483         (desktop--sort-states, desktop-restoring-frames-p)
11484         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
11485         (desktop-restoring-frameset-p, desktop-restore-frameset)
11486         (desktop--check-dont-save, desktop-save-frameset): New functions.
11487         (desktop--app-id): New constant.
11488         (desktop-first-buffer, desktop-buffer-ok-count)
11489         (desktop-buffer-fail-count): Move before first use.
11490         * frameset.el: New file.
11492 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11494         * files.el: Use lexical-binding.
11495         (dir-locals-read-from-file): Remove unused `err' variable.
11496         (hack-dir-local-variables--warned-coding): New var.
11497         (hack-dir-local-variables): Use it to avoid repeated warnings.
11498         (make-backup-file-name--default-function): New function.
11499         (make-backup-file-name-function): Use it as default.
11500         (buffer-stale--default-function): New function.
11501         (buffer-stale-function): Use it as default.
11502         (revert-buffer-insert-file-contents--default-function): New function.
11503         (revert-buffer-insert-file-contents-function): Use it as default.
11504         (insert-directory): Avoid add-to-list.
11506         * autorevert.el (auto-revert-handler): Simplify.
11507         Use buffer-stale--default-function.
11509 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
11511         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
11513         * whitespace.el (whitespace-ensure-local-variables): New function.
11514         (whitespace-cleanup-region): Call it.
11515         (whitespace-turn-on): Call it.
11517 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
11519         Complete file name handlers.
11521         * net/tramp.el (tramp-handle-set-visited-file-modtime)
11522         (tramp-handle-verify-visited-file-modtime)
11523         (tramp-handle-file-notify-rm-watch): New functions.
11524         (tramp-call-process): Do not bind `default-directory'.
11526         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11527         Order alphabetically.
11528         <access-file, add-name-to-file, dired-call-process>:
11529         <dired-compress-file, file-acl, file-notify-rm-watch>:
11530         <file-ownership-preserved-p, file-selinux-context>:
11531         <make-directory-internal, make-symbolic-link, set-file-acl>:
11532         <set-file-selinux-context, set-visited-file-modtime>:
11533         <verify-visited-file-modtime>: Add handler.
11534         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
11536         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
11537         <file-notify-add-watch, file-notify-rm-watch>:
11538         <set-file-times, set-visited-file-modtime>:
11539         <verify-visited-file-modtime>: Add handler.
11540         (with-tramp-gvfs-error-message)
11541         (tramp-gvfs-handle-set-visited-file-modtime)
11542         (tramp-gvfs-fuse-file-name): Remove.
11543         (tramp-gvfs-handle-file-notify-add-watch)
11544         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
11545         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
11547         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11548         Order alphabetically.
11549         <file-notify-rm-watch>: Use default Tramp handler.
11550         <executable-find>: Remove private handler.
11551         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
11552         `default-directory'.
11553         (tramp-sh-handle-executable-find)
11554         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
11555         (tramp-sh-file-gvfs-monitor-dir-process-filter)
11556         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
11557         Do not use `format' in `tramp-message'.
11559         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
11560         <file-notify-rm-watch, set-visited-file-modtime>:
11561         <verify-visited-file-modtime>: Add handler.
11562         (tramp-smb-call-winexe): Do not bind `default-directory'.
11564 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
11566         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
11568 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
11570         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
11571         use it.
11572         (log-view-diff-changeset): Same.
11573         (log-view-diff-common): Call backend command `previous-revision'
11574         to find out the previous revision, in both cases.  Swap the
11575         variables `to' and `fr', so that `fr' usually refers to the
11576         earlier revision (Bug#14989).
11578 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
11580         * ibuf-ext.el (ibuffer-filter-by-filename):
11581         Make it work with dired buffers too.
11583 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
11585         * emacs-lisp/re-builder.el (reb-color-display-p):
11586         * files.el (save-buffers-kill-terminal):
11587         * net/browse-url.el (browse-url):
11588         * server.el (server-save-buffers-kill-terminal):
11589         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
11590         Prefer nil to selected-frame for the first arg of frame-parameter.
11592 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
11594         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
11596 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
11598         * minibuffer.el (completion--twq-all): Try and preserve each
11599         completion's case choice (bug#14907).
11601 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603         * net/network-stream.el (open-network-stream): Mention the new
11604         :nogreeting parameter.
11605         (network-stream-open-starttls): Use the :nogreeting parameter
11606         (bug#14938).
11608         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
11610         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
11611         more natural than popping.
11613         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
11614         (shr-urlify): Highlight under mouse.
11616 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
11618         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
11620         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
11622         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
11623         buffer for output.
11625         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
11626         point-min==1.  Fix search string.  Fix parentheses missing.
11628         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
11629         assume point-min==1.  Fix search string.  Fix parentheses missing.
11631         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
11633         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
11634         buffer for output.
11636 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
11638         * frame.el (frame-notice-user-settings): Avoid inflooping when the
11639         initial frame is minibuffer-less.  (Bug#14841)
11641 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
11643         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
11644         option.
11646         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11647         (tramp-maybe-open-connection): Use it.
11649 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
11651         * desktop.el (desktop--make-frame): Include `minibuffer' in the
11652         minimal set of parameters passed when creating a frame, because
11653         the minibuffer status of a frame cannot be changed later.
11655 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
11657         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
11658         replace-regexp-in-string and inadvertent omissions in previous change.
11659         (todo-filter-items): Ensure only file names are comma-separated in
11660         name of filtered items buffer.
11662 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
11664         * desktop.el: Optionally force offscreen frames back onscreen.
11665         (desktop-restoring-reuses-frames): New option.
11666         (desktop--compute-pos, desktop--move-onscreen): New functions.
11667         (desktop--make-frame): Use desktop--move-onscreen.
11669 2013-07-27  Alan Mackenzie  <acm@muc.de>
11671         Fontify a Java generic method as a function.
11672         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
11673         value to t.
11675 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
11677         * calendar/todo-mode.el: Add command to rename todo files.
11678         (todo-rename-file): New command.
11679         (todo-key-bindings-t): Add key binding for it.  Change the
11680         bindings of todo-filter-regexp-items(-multifile) to use `x'
11681         instead of `r', since the latter is better suited to the new
11682         renaming command.
11684 2013-07-27  Alan Mackenzie  <acm@muc.de>
11686         Make Java try-with-resources statement parse properly.
11687         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11688         (c-block-stmt-1-2-key): New language constants/variables.
11689         * progmodes/cc-engine.el (c-beginning-of-statement-1)
11690         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11691         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11692         with c-block-stmt-1-2-key.
11694 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
11696         * desktop.el (desktop--make-frame): Apply most frame parameters after
11697         creating the frame to force (partially or totally) offscreen frames to
11698         be restored as such.
11700 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
11702         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11703         (Bug#14948)
11705 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11707         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11708         `base' arg of backtrace-frame.
11710 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
11712         * simple.el (list-processes): Doc fix.
11714 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
11716         * desktop.el (desktop--select-frame):
11717         Try harder to reuse existing frames.
11719 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11722         (edebug-eval): Use backtrace-eval.
11723         (edebug--display, edebug--recursive-edit): Don't let-bind the
11724         edebug-outer-* vars that keep track of variables we locally let-bind.
11725         (edebug-outside-excursion): Don't restore outside values of locally
11726         let-bound vars.
11727         (edebug--display): Use user-error.
11728         (cl-lexical-debug, cl-debug-env): Remove.
11730 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
11732         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11733         are restored to be sure that they are visible before deleting any
11734         remaining ones.
11736 2013-07-26  Matthias Meulien  <orontee@gmail.com>
11738         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11739         vc-print-root-log.  (Bug#14948)
11741 2013-07-26  Richard Stallman  <rms@gnu.org>
11743         Add aliases for encrypting mail.
11744         * epa.el (epa-mail-aliases): New option.
11745         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11746         Bind inhibit-read-only so read-only text doesn't ruin everything.
11747         (epa-mail-default-recipients): New subroutine broken out.
11748         Handle epa-mail-aliases.
11750 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11752         Add support for lexical variables to the debugger's `e' command.
11753         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11754         vars, except for debugger-outer-match-data.
11755         (debugger-frame-number): Move check for "on a function call" from
11756         callers into it.  Add `skip-base' argument.
11757         (debugger-frame, debugger-frame-clear): Simplify accordingly.
11758         (debugger-env-macro): Only reset the state stored in non-variables,
11759         i.e. current-buffer and match-data.
11760         (debugger-eval-expression): Rewrite using backtrace-eval.
11761         * subr.el (internal--called-interactively-p--get-frame): Remove.
11762         (called-interactively-p):
11763         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11764         `base' arg of backtrace-frame instead.
11766 2013-07-26  Glenn Morris  <rgm@gnu.org>
11768         * align.el (align-regexp): Doc fix.  (Bug#14857)
11769         (align-region): Explicit error if subexpression missing/does not match.
11771         * simple.el (global-visual-line-mode):
11772         Do not duplicate the mode lighter.  (Bug#14858)
11774 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
11776         * window.el (display-buffer): In display-buffer bind
11777         split-window-keep-point to t, bug#14829.
11779 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
11781         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11782         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11783         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11784         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11785         Change accordingly.
11786         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11787         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11789 2013-07-25  Glenn Morris  <rgm@gnu.org>
11791         * dired-x.el (dired-mark-extension): Convert comment to doc string.
11793 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
11795         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11796         parameter to modify-frame-parameters if the value has not changed;
11797         this is a workaround for bug#14949.
11798         (desktop--make-frame): On cl-delete-if call, check parameter name,
11799         not full parameter.
11801 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
11803         * vc/vc.el (vc-ignore): New function.
11805         * vc/vc-svn.el (vc-svn-ignore): New function.
11807         * vc/vc-hg.el (vc-hg-ignore): New function.
11809         * vc/vc-git.el (vc-git-ignore): New function.
11811         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11812         (vc-dir-ignore): New function.
11814         * vc/vc-cvs.el (vc-cvs-ignore): New function.
11815         (cvs-append-to-ignore): Move here from pcvs.el.
11817         * vc/vc-bzr.el (vc-bzr-ignore): New function.
11819         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11821 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
11823         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11824         (desktop-restore-frames): Warn when deleting an existing frame failed.
11826 2013-07-24  Glenn Morris  <rgm@gnu.org>
11828         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
11830 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
11832         * filenotify.el (file-notify-supported-p):
11833         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11834         Remove functions.
11836         * autorevert.el (auto-revert-use-notify)
11837         (auto-revert-notify-add-watch):
11838         * net/tramp.el (tramp-file-name-for-operation):
11839         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11840         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11841         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11842         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11843         Remove `file-notify-supported-p' entry.
11845 2013-07-24  Glenn Morris  <rgm@gnu.org>
11847         * printing.el: Replace all uses of deleted ps-windows-system,
11848         ps-lp-system, ps-flatten-list with lpr- versions.
11850 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11852         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11853         checked with memq (bug#14935).
11855         * files.el (revert-buffer-function): Use a non-nil default.
11856         (revert-buffer-preserve-modes): Declare var to
11857         provide access to the `preserve-modes' argument.
11858         (revert-buffer): Let-bind it.
11859         (revert-buffer--default): New function, extracted from revert-buffer.
11861 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * lpr.el: Signal print errors more prominently.
11864         (print-region-function): Don't default to nil.
11865         (lpr-print-region): New function, extracted from print-region-1.
11866         Check lpr's return value and signal an error in case of problem.
11867         (print-region-1): Use it.
11868         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
11869         versions instead.
11870         (ps-printer-name): Default to nil.
11871         (ps-printer-name-option): Default to lpr-printer-switch.
11872         (ps-print-region-function): Don't default to nil.
11873         (ps-postscript-code-directory): Simplify default.
11874         (ps-do-despool): Use lpr-print-region to properly check the outcome.
11875         (ps-string-list, ps-eval-switch, ps-flatten-list)
11876         (ps-flatten-list-1): Remove.
11877         (ps-multibyte-buffer): Avoid setq.
11878         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11879         (print-region-function, ps-print-region-function): Don't set them here.
11881 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
11883         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11884         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11885         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11886         (ido-decorations): Doc fix.
11888         * ansi-color.el: Fix old URL.
11890 2013-07-23  Michael R. Mauger  <michael@mauger.com>
11892         * progmodes/sql.el: Version 3.3
11893         (sql-product-alist): Improve oracle :prompt-cont-regexp.
11894         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11895         (sql-interactive-remove-continuation-prompt): Rewrite, use
11896         functions above.  Fix continuation prompt and complete output line
11897         handling.
11898         (sql-redirect-one, sql-execute): Use `read-only-mode' on
11899         redirected output buffer.
11900         (sql-mode): Restore deleted code (Bug#13591).
11902 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
11904         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11906 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
11908         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11910         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11911         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11912         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11914 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
11916         * desktop.el (desktop-clear): Simplify; remove useless checks
11917         against invalid buffer names.
11918         (desktop-list*): Use cl-list*.
11919         (desktop-buffer-info, desktop-create-buffer): Simplify.
11921 2013-07-23  Leo Liu  <sdl.web@gmail.com>
11923         * bookmark.el (bookmark-make-record): Restore NAME as a default
11924         value.  (Bug#14933)
11926 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11928         * emacs-lisp/autoload.el (autoload--setup-output): New function,
11929         extracted from autoload--insert-text.
11930         (autoload--insert-text): Remove.
11931         (autoload--print-cookie-text): New function, extracted from
11932         autoload--insert-cookie-text.
11933         (autoload--insert-cookie-text): Remove.
11934         (autoload-generate-file-autoloads): Adjust calls accordingly.
11936         * winner.el (winner-hook-installed-p): Remove.
11937         (winner-mode): Simplify accordingly.
11939         * subr.el (add-to-list): Fix compiler-macro when `append' is
11940         not constant.  Don't use `cl-member' for the base case.
11942         * progmodes/subword.el: Fix boundary case (bug#13758).
11943         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
11944         own group.
11945         (subword-backward-regexp): Make it a constant.
11946         (subword-forward-internal): Don't treat a trailing capital as the
11947         beginning of a word.
11949 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
11951         * emacs-lisp/package.el (package-menu-mode): Don't modify the
11952         global value of tabulated-list-revert-hook (bug#14930).
11954 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
11956         * desktop.el: Require 'cl-lib.
11957         (desktop-before-saving-frames-functions): New hook.
11958         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11959         for frames being saved.  Rename from desktop--save-minibuffer-frames.
11960         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11961         Do not save frames with non-nil `desktop-dont-save' parameter.
11962         Filter out deleted frames.
11963         (desktop--find-frame): Use cl-find-if.
11964         (desktop--select-frame): Use cl-(first|second|third) to access values
11965         of desktop-mini.
11966         (desktop--make-frame): Use cl-delete-if.
11967         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11968         (desktop-restore-frames): Use cl-(first|second|third) to access values
11969         of desktop-mini.  Look for visible frame at the end, not while
11970         restoring frames.
11972         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11973         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11974         Use string-match-p, looking-at-p (bug#14927).
11976 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
11978         * desktop.el (desktop-saved-frame-states):
11979         Rename from desktop--saved-states; all users changed.
11980         (desktop-save-frames): Rename from desktop--save-frames.
11981         Do not save state to desktop file.
11982         (desktop-save): Save desktop-saved-frame-states to desktop file
11983         and reset to nil.
11984         (desktop-restoring-frames-p): New function.
11985         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
11986         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
11987         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
11989         * desktop.el: Correctly restore iconified frames.
11990         (desktop--filter-iconified-position): New function.
11991         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11993 2013-07-20  Glenn Morris  <rgm@gnu.org>
11995         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11996         Let `message' do the formatting.
11997         (def-gdb-preempt-display-buffer): Add explicit format.
11999         * image-dired.el (image-dired-track-original-file):
12000         Use with-current-buffer.
12001         (image-dired-track-thumbnail): Use with-current-buffer.
12002         Avoid changing point of wrong window.
12004         * image-dired.el (image-dired-track-original-file):
12005         Avoid changing point of wrong window.  (Bug#14909)
12007 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
12009         * progmodes/gdb-mi.el (gdb-done-or-error):
12010         Guard against "%" in gdb output.  (Bug#14127)
12012 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
12014         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
12015         (Bug#14826)
12017         * international/mule.el (coding-system-iso-2022-flags): Fix last
12018         change.
12020 2013-07-20  Kenichi Handa  <handa@gnu.org>
12022         * international/mule.el (coding-system-iso-2022-flags):
12023         Add `8-bit-level-4'.  (Bug#8522)
12025 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027         * net/shr.el (shr-mouse-browse-url): New command and keystroke
12028         (bug#14815).
12030         * net/eww.el (eww-process-text-input): Allow inputting when the
12031         point is at the start of the line, as the properties aren't
12032         front-sticky.
12034         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
12035         degenerate widths.
12037 2013-07-19  Richard Stallman  <rms@gnu.org>
12039         * epa.el (epa-popup-info-window): Doc fix.
12041         * subr.el (split-string): New arg TRIM.
12043 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
12045         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
12046         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
12048 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
12050         * filenotify.el (file-notify--library): Rename from
12051         `file-notify-support'.  Do not autoload.  Adapt all uses.
12052         (file-notify-supported-p): New defun.
12054         * autorevert.el (auto-revert-use-notify):
12055         Use `file-notify-supported-p' instead of `file-notify-support'.
12056         Adapt docstring.
12057         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
12059         * net/tramp.el (tramp-file-name-for-operation):
12060         Add `file-notify-supported-p'.
12062         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12063         New defun.
12064         (tramp-sh-file-name-handler-alist): Add it as handler for
12065         `file-notify-supported-p '.
12067         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12068         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12069         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12070         Add `ignore' as handler for `file-notify-*' functions.
12072 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
12074         * simple.el (line-move-partial, line-move): Don't start vscroll or
12075         scroll-up if the current line is not taller than the window.
12076         (Bug#14881)
12078 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
12080         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
12081         highlight question marks in the method names as strings.
12082         (ruby-block-beg-keywords): Inline.
12083         (ruby-font-lock-keyword-beg-re): Extract from
12084         `ruby-font-lock-keywords'.
12086 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
12088         * frame.el (blink-cursor-blinks): New defcustom.
12089         (blink-cursor-blinks-done): New defvar.
12090         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
12091         (blink-cursor-timer-function): Check if number of blinks has been
12092         done on X and NS.
12093         (blink-cursor-suspend, blink-cursor-check): New defuns.
12095 2013-07-15  Glenn Morris  <rgm@gnu.org>
12097         * edmacro.el (edmacro-format-keys): Fix previous change.
12099 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12101         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
12102         The hack didn't work outside English locales anyway.
12104 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
12106         * simple.el (define-alternatives): Rename from alternatives-define,
12107         per RMS' suggestion.
12109 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
12111         * desktop.el (desktop-restore-frames): Change default to t.
12112         (desktop-restore-in-current-display): Now offer more options.
12113         (desktop-restoring-reuses-frames): New customization option.
12114         (desktop--saved-states): Doc fix.
12115         (desktop-filter-parameters-alist): New variable, renamed and expanded
12116         from desktop--excluded-frame-parameters.
12117         (desktop--target-display): New variable.
12118         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
12119         (desktop--filter-tty*, desktop--filter-*-color)
12120         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12121         (desktop--filter-save-desktop-parm)
12122         (desktop-restore-in-original-display-p): New functions.
12123         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
12124         (desktop--save-minibuffer-frames): New function, inspired by a similar
12125         function from Martin Rudalics.
12126         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
12127         (desktop--restore-in-this-display-p): Remove.
12128         (desktop--find-frame): Rename from desktop--find-frame-in-display
12129         and add predicate argument.
12130         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
12131         (desktop--reuse-list): New variable.
12132         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
12133         New functions.
12134         (desktop--restore-frames): Add support for "minibuffer-special" frames.
12136 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
12138         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
12140 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
12142         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12143         Highlight conversion methods on Kernel.
12145 2013-07-13  Alan Mackenzie  <acm@muc.de>
12147         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
12148         and comment it out.  This out-commenting enables certain C++
12149         declarations to be parsed correctly.
12151 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
12153         * international/mule.el (define-coding-system): Doc fix.
12155         * simple.el (default-font-height): Don't call font-info if the
12156         frame's default font didn't change since the frame was created.
12157         (Bug#14838)
12159 2013-07-13  Leo Liu  <sdl.web@gmail.com>
12161         * ido.el (ido-read-file-name): Guard against non-symbol value.
12163 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12165         * progmodes/python.el (python-imenu--build-tree): Fix corner case
12166         in nested defuns.
12168 2013-07-13  Leo Liu  <sdl.web@gmail.com>
12170         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
12171         ido-set-matches call.  (Bug#6852)
12173 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
12175         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
12176         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
12177         Ruby 2.0.
12178         (ruby-font-lock-keywords): Distinguish calls to functions with
12179         module-like names from module references.  Highlight character
12180         literals.
12182 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
12184         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
12185         (gdb-send): Handle continued commands.  (Bug#14847)
12187 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
12189         * desktop.el (desktop--v2s): Remove unused local variable.
12190         (desktop-save-buffer): Make defvar-local; adjust docstring.
12191         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
12192         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
12194 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
12196         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
12198 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
12200         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
12201         (Bug#14842)
12203 2013-07-12  Glenn Morris  <rgm@gnu.org>
12205         * doc-view.el: Require cl-lib at runtime too.
12206         (doc-view-remove-if): Remove.
12207         (doc-view-search-next-match, doc-view-search-previous-match):
12208         Use cl-remove-if.
12210         * edmacro.el: Require cl-lib at runtime too.
12211         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
12212         (edmacro-mismatch, edmacro-subseq): Remove.
12214         * shadowfile.el: Require cl-lib.
12215         (shadow-remove-if): Remove.
12216         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
12217         Use cl-remove-if.
12219         * wid-edit.el: Require cl-lib.
12220         (widget-choose): Use cl-remove-if.
12221         (widget-remove-if): Remove.
12223         * progmodes/ebrowse.el: Require cl-lib at runtime too.
12224         (ebrowse-delete-if-not): Remove.
12225         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
12226         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
12227         Use cl-delete-if-not.
12229 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
12231         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
12232         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
12234 2013-07-12  Leo Liu  <sdl.web@gmail.com>
12236         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
12238 2013-07-11  Glenn Morris  <rgm@gnu.org>
12240         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12241         (edebug-gensym-index, edebug-gensym):
12242         Remove reimplementation of cl-gensym.
12243         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12245         * thumbs.el: Require cl-lib at run-time too.
12246         (thumbs-gensym-counter, thumbs-gensym):
12247         Remove reimplementation of cl-gensym.
12248         (thumbs-temp-file): Use cl-gensym.
12250         * emacs-lisp/ert.el: Require cl-lib at runtime too.
12251         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12252         (ert--intersection, ert--set-difference, ert--set-difference-eq)
12253         (ert--union, ert--gensym-counter, ert--gensym-counter)
12254         (ert--coerce-to-vector, ert--remove*, ert--string-position)
12255         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12256         (ert-make-test-unbound, ert--expand-should-1)
12257         (ert--expand-should, ert--should-error-handle-error)
12258         (should-error, ert--explain-equal-rec)
12259         (ert--plist-difference-explanation, ert-select-tests)
12260         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12261         Use cl-lib functions rather than reimplementations.
12263 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
12265         * net/tramp.el (tramp-methods): Extend docstring.
12266         (tramp-connection-timeout): New defcustom.
12267         (tramp-error-with-buffer): Reset timestamp only when appropriate.
12268         (with-tramp-progress-reporter): Simplify.
12269         (tramp-process-actions): Improve messages.
12271         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
12272         * net/tramp-sh.el (tramp-maybe-open-connection):
12273         Use `tramp-connection-timeout'.
12274         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
12275         (Bug#14808)
12277 2013-07-11  Leo Liu  <sdl.web@gmail.com>
12279         * ido.el (ido-read-file-name): Conform to the requirements of
12280         read-file-name.  (Bug#11861)
12281         (ido-read-directory-name): Conform to the requirements of
12282         read-directory-name.
12284 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
12286         * subr.el (delay-warning): New function.
12288 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
12290         * simple.el (default-line-height): New function.
12291         (line-move-partial, line-move): Use it instead of computing the
12292         line height inline.
12293         (line-move-partial): Always compute ROWH.  If the last line is
12294         partially-visible, but its text is completely visible, allow
12295         cursor to enter such a partially-visible line.
12297 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
12299         Improve error messages.  (Bug#14808)
12301         * net/tramp.el (tramp-current-connection): New defvar, moved from
12302         tramp-sh.el.
12303         (tramp-message-show-progress-reporter-message): Remove, not
12304         needed anymore.
12305         (tramp-error-with-buffer): Show message in minibuffer.
12306         Discard input before waiting.  Reset connection timestamp.
12307         (with-tramp-progress-reporter): Improve messages.
12308         (tramp-process-actions): Use progress reporter.  Delete process in
12309         case of error.  Improve messages.
12311         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
12312         Call `tramp-error-with-buffer' with vector and buffer.
12313         (tramp-current-connection): Remove.
12314         (tramp-maybe-open-connection): The car of
12315         `tramp-current-connection' are the first 3 slots of the vector.
12317 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
12319         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
12320         inside continued strings.
12322 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12324         Timestamp fixes for undo (Bug#14824).
12325         * files.el (clear-visited-file-modtime): Move here from fileio.c.
12327 2013-07-10  Leo Liu  <sdl.web@gmail.com>
12329         * files.el (require-final-newline): Allow safe local value.
12330         (Bug#14834)
12332 2013-07-09  Leo Liu  <sdl.web@gmail.com>
12334         * ido.el (ido-read-directory-name): Handle fallback.
12335         (ido-read-file-name): Update DIR to ido-current-directory.
12336         (Bug#1516)
12337         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
12339 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
12341         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
12342         "autoload".  Remove "warn lower camel case" section, previously
12343         commented out.  Highlight negation char.  Do not highlight the
12344         target in singleton method definitions.
12346 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12348         * faces.el (tty-setup-hook): Declare the hook.
12350         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
12351         and detect when a guard/pred depends on local vars (bug#14773).
12352         (pcase--u1): Adjust caller.
12354 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
12356         * simple.el (line-move-partial, line-move): Account for
12357         line-spacing.
12358         (line-move-partial): Avoid setting vscroll when the last
12359         partially-visible line in window is of default height.
12361 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12363         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
12364         been used a while.
12366 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
12368         * subr.el (read-quoted-char): Remove unused local variable `char'.
12370 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
12372         * vc/ediff.el (ediff-version): Version update.
12373         (ediff-files-command, ediff3-files-command, ediff-merge-command)
12374         (ediff-merge-with-ancestor-command, ediff-directories-command)
12375         (ediff-directories3-command, ediff-merge-directories-command)
12376         (ediff-merge-directories-with-ancestor-command): New functions.
12377         All are command-line interfaces to ediff: to facilitate calling
12378         Emacs with the appropriate ediff functions invoked.
12380         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
12381         New function.
12382         (viper-save-kill-buffer): Check if buffer is modified.
12384         * emulation/viper.el (viper-version): Version update.
12385         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
12387 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
12390         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
12391         (viper-intercept-ESC-key): Simplify.
12392         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
12393         don't use kbd.
12394         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
12395         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
12396         (viper-setup-ESC-to-escape): New functions.
12397         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
12398         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
12400 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
12402         * simple.el (default-font-height, window-screen-lines):
12403         New functions.
12404         (line-move, line-move-partial): Use them instead of
12405         frame-char-height and window-text-height.  This makes scrolling
12406         text smoother when the buffer's default face uses a font that is
12407         different from the frame's default font.
12409 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
12411         * files.el (write-file): Do not display confirm dialog for NS,
12412         it does its own dialog, which can't be canceled (Bug#14578).
12414 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
12416         * simple.el (line-move-partial): Adjust the row returned by
12417         posn-at-point for the current window-vscroll.  (Bug#14567)
12419 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
12421         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
12422         (tramp-sh-file-inotifywait-process-filter): Handle file names with
12423         spaces.
12425 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
12427         * window.el (window-state-put-stale-windows): New variable.
12428         (window--state-put-2): Save list of windows without matching buffer.
12429         (window-state-put): Remove "bufferless" windows if possible.
12431 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
12433         * simple.el (alternatives-define): Remove leftover :group keyword.
12434         Tweak docstring.
12436 2013-07-06  Leo Liu  <sdl.web@gmail.com>
12438         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
12439         (ido-enable-virtual-buffers): New variable.
12440         (ido-buffer-internal, ido-toggle-virtual-buffers)
12441         (ido-make-buffer-list): Use it.
12442         (ido-exhibit): Support turning on and off virtual buffers
12443         automatically.
12445 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
12447         * simple.el (alternatives-define): New macro.
12449 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * subr.el (read-quoted-char): Use read-key.
12452         (sit-for): Let read-event decode tty input (bug#14782).
12454 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
12456         * calendar/todo-mode.el: Add handling of file deletion, both by
12457         mode command and externally.  Fix various related bugs.
12458         Clarify Commentary and improve some documentation strings and code.
12459         (todo-delete-file): New command.
12460         (todo-check-file): New function.
12461         (todo-show): Handle external deletion of the file we're trying to
12462         show (bug#14688).  Replace called-interactively-p by an optional
12463         prefix argument to avoid problematic interaction with catch form
12464         when byte compiled (bug#14702).
12465         (todo-quit): Handle external deletion of the archive's todo file.
12466         Make sure the buffer that was visiting the archive file is still
12467         live before trying to bury it.
12468         (todo-category-completions): Handle external deletion of any
12469         category completion files.
12470         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
12471         of todo files, in case of external deletion.
12472         (todo-add-file): Replace unnecessary setq by let-binding.
12473         (todo-find-archive): Check whether there are any archives.
12474         Replace unnecessary setq by let-binding.
12475         (todo-archive-done-item): Use find-file-noselect to get the
12476         archive buffer whether or not the archive already exists.
12477         Remove superfluous code.  Use file size instead of buffer-file-name to
12478         check if the archive is new; if it is, update list of archives.
12479         (todo-default-todo-file): Allow nil to be a valid value for when
12480         there are no todo files.
12481         (todo-reevaluate-default-file-defcustom): Use corrected definition
12482         of todo-default-todo-file.
12483         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
12484         (todo-delete-category, todo-show-categories-table)
12485         (todo-category-number): Clarify comment.
12486         (todo-filter-items): Clarify documentation string.
12487         (todo-show-current-file, todo-display-as-todo-file)
12488         (todo-reset-and-enable-done-separator): Tweak documentation string.
12489         (todo-done-separator): Make separator length window-width, since
12490         bug#2749 is now fixed.
12492 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
12494         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12495         Support both "gvfs-monitor-dir" and "inotifywait".
12496         (tramp-sh-file-inotifywait-process-filter): Rename from
12497         `tramp-sh-file-notify-process-filter'.
12498         (tramp-sh-file-gvfs-monitor-dir-process-filter)
12499         (tramp-get-remote-gvfs-monitor-dir): New defuns.
12501 2013-07-05  Leo Liu  <sdl.web@gmail.com>
12503         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
12505 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12507         * frame.el (display-pixel-height, display-pixel-width)
12508         (display-mm-height, display-mm-width): Mention behavior on
12509         multi-monitor setups in docstrings.
12510         (w32-display-monitor-attributes-list): Declare function.
12511         (display-monitor-attributes-list): Use it.
12513 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
12515         * filenotify.el: New package.
12517         * autorevert.el (top): Require filenotify.el.
12518         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
12519         instead.
12520         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12521         (auto-revert-notify-handler): Use `file-notify-*' functions.
12523         * subr.el (file-notify-handle-event): Move function to filenotify.el.
12525         * net/tramp.el (tramp-file-name-for-operation):
12526         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
12528         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
12529         for `file-notify-add-watch' and `file-notify-rm-watch'.
12530         (tramp-process-sentinel): Improve trace.
12531         (tramp-sh-handle-file-notify-add-watch)
12532         (tramp-sh-file-notify-process-filter)
12533         (tramp-sh-handle-file-notify-rm-watch)
12534         (tramp-get-remote-inotifywait): New defuns.
12536 2013-07-03  Juri Linkov  <juri@jurta.org>
12538         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
12539         call of `occur-read-primary-args' to interactive spec.
12541         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
12542         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
12544 2013-07-03  Matthias Meulien  <orontee@gmail.com>
12546         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
12547         `Buffer-menu-multi-occur'.  Add it to the menu.
12548         (Buffer-menu-mode): Document it in docstring.
12549         (Buffer-menu-multi-occur): New command.  (Bug#14673)
12551 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
12553         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
12554         keywords and built-ins.
12556 2013-07-03  Glenn Morris  <rgm@gnu.org>
12558         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
12560         Make info-xref checks case-sensitive by default
12561         * info.el (Info-find-node, Info-find-in-tag-table)
12562         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
12563         Add option for exact case matching of nodes.
12564         * info-xref.el (info-xref): New custom group.
12565         (info-xref-case-fold): New option.
12566         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
12568 2013-07-03  Leo Liu  <sdl.web@gmail.com>
12570         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
12572 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
12574         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
12575         middle of block statement initially, lower the depth.  Remove
12576         FIXME comment, not longer valid.  Remove middle of block statement
12577         detection, no need to do that anymore since we've been using
12578         `ruby-parse-region' here.
12580 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
12582         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
12584 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12586         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
12588 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
12590         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
12591         (desktop-restore-in-current-display): New customization option.
12592         (desktop--excluded-frame-parameters): Add `font'.
12593         (desktop--save-frames): Rename from desktop--save-windows.
12594         (desktop--restore-in-this-display-p): New function.
12595         (desktop--make-full-frame): Remove unwanted width/height from
12596         full(width|height) frames.
12597         (desktop--restore-frames): Rename from desktop--restore-windows.
12598         Obey desktop-restore-current-display.  Do not delete old frames or
12599         select a new frame unless we were able to restore at least one frame.
12601 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
12603         * files.el (find-file-noselect): Simplify conditional expression.
12605         * textmodes/remember.el (remember-append-to-file):
12606         Don't mix `find-buffer-visiting' and `get-file-buffer'.
12608         Add `remember-notes' function to store random notes across Emacs
12609         restarts.
12610         * textmodes/remember.el (remember-data-file): Add :set callback to
12611         affect notes buffer (if any).
12612         (remember-notes): New command.
12613         (remember-notes-buffer-name, bury-remember-notes-on-kill):
12614         New defcustoms for the `remember-notes' function.
12615         (remember-notes-save-and-bury-buffer): New command.
12616         (remember-notes-mode-map): New variable.
12617         (remember-mode): New minor mode.
12618         (remember-notes--kill-buffer-query): New function.
12619         * startup.el (initial-buffer-choice): Add notes to custom type.
12621 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
12623         * bindings.el (right-char, left-char): Don't call sit-for, this is
12624         no longer needed.  Use arithmetic comparison only for numerical
12625         arguments.
12627         * international/mule-cmds.el (select-safe-coding-system):
12628         Handle the case of FROM being a string correctly.  (Bug#14755)
12630 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632         * net/shr.el (shr-make-table-1): Add a sanity check that allows
12633         progression on degenerate tables.
12634         (shr-rescale-image): ImageMagick animated images currently don't work.
12636 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
12638         Some fixes and improvements for desktop frame restoration.
12639         It is still experimental and disabled by default.
12640         * desktop.el (desktop--save-windows): Put the selected frame at
12641         the head of the list.
12642         (desktop--make-full-frame): New function.
12643         (desktop--restore-windows): Try to re-select the frame that was
12644         selected upon saving.  Do not abort if some frames fail to restore,
12645         just show an error message and continue.  Set up maximized frames
12646         so they have default non-maximized dimensions.
12648 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
12650         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12651         Don't start heredoc inside a string or comment.
12653 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
12655         * bindings.el (visual-order-cursor-movement): New defcustom.
12656         (right-char, left-char): Provide visual-order cursor motion by
12657         calling move-point-visually.  Update the doc strings.
12659 2013-06-28  Kenichi Handa  <handa@gnu.org>
12661         * international/mule.el (define-coding-system): New coding system
12662         properties :inhibit-null-byte-detection,
12663         :inhibit-iso-escape-detection, and :prefer-utf-8.
12664         (set-buffer-file-coding-system): If :charset-list property of
12665         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
12666         appropriate for setting.
12668         * international/mule-cmds.el (select-safe-coding-system):
12669         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
12670         multibyte characters, return utf-8 (or one of its siblings).
12672         * international/mule-conf.el (prefer-utf-8): New coding system.
12673         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
12674         files.
12676 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
12678         * net/shr.el (shr-render-region): New function.
12680         * net/eww.el: Autoload `eww-browse-url'.
12682 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
12684         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12685         Adapt to `package-desc-version' being a list.
12686         Use `package--ac-desc-version' to retrieve version from a package
12687         archive element.
12689 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
12691         New experimental feature to save&restore window and frame setup.
12692         * desktop.el (desktop-save-windows): New defcustom.
12693         (desktop--saved-states): New var.
12694         (desktop--excluded-frame-parameters): New defconst.
12695         (desktop--filter-frame-parms, desktop--find-frame-in-display)
12696         (desktop--restore-windows, desktop--save-windows): New functions.
12697         (desktop-save): Call `desktop--save-windows'.
12698         (desktop-read): Call `desktop--restore-windows'.
12700 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12702         * net/shr.el (add-face-text-property): Remove compat definition.
12704 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
12706         * info.el (Info-try-follow-nearest-node): Move search for footnote
12707         above search for node name to prevent missing a footnote (bug#14717).
12709 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
12711         * obsolete/otodo-mode.el: Add obsolescence info to file header.
12713 2013-06-27  Leo Liu  <sdl.web@gmail.com>
12715         * net/eww.el (eww-read-bookmarks): Check file size.
12717 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12719         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12720         advice--pending if newdef is nil or an autoload (bug#13820).
12721         (advice-mapc): New function.
12723 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12725         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12726         probably.
12727         (eww-mode-map): Add a menu bar.
12728         (eww-add-bookmark): New command.
12729         (eww-bookmark-mode): New mode and commands.
12730         (eww-add-bookmark): Remove newlines from the title.
12731         (eww-bookmark-browse): Don't bug out if it's the only window.
12733 2013-06-26  Glenn Morris  <rgm@gnu.org>
12735         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12736         (hfy-size): Handle ttys.  (Bug#14668)
12738         * info-xref.el: Update for Texinfo 5 change in *note format.
12739         (info-xref-node-re, info-xref-note-re): New constants.
12740         (info-xref-check-buffer): Use info-xref-note-re.
12742 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12744         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12746         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12747         nil terminate the loop (bug#14718).
12749 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751         * net/eww.el: Rework history traversal.  When going forward/back,
12752         put these actions into the history, too, so that they can be
12753         replayed.
12754         (eww-render): Move the history reset to the correct buffer.
12756 2013-06-25  Juri Linkov  <juri@jurta.org>
12758         * files-x.el (modify-dir-local-variable): Change the header comment
12759         in the file with directory local variables.  (Bug#14692)
12761         * files-x.el (read-file-local-variable-value): Add `default'.
12762         (Bug#14710)
12764 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12766         * net/eww.el (eww-make-unique-file-name): Create a unique file
12767         name before saving to entering `y' accidentally asynchronously.
12769 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
12771         * net/eww.el (eww-download): New command and keystroke.
12773 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775         * net/eww.el (eww-copy-page-url): Change name of command.
12777         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12778         be more consistent with Info and dired.
12780         * net/eww.el (eww-mode-map): Ditto.
12782 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12784         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
12785         packages from archives.
12786         (package-archive-contents): Change format; include obsolete packages.
12787         (package-desc): Use `dir' to mark builtin packages.
12788         (package--from-builtin): Set the `dir' field to `builtin'.
12789         (generated-autoload-file, version-control): Declare.
12790         (package-compute-transaction): Change first arg and return value to be
12791         lists of package-descs.  Adjust to new package-archive-contents format.
12792         (package--add-to-archive-contents): Adjust to new
12793         package-archive-contents format.
12794         (package-download-transaction): Arg is now a list of package-descs.
12795         (package-install): If `pkg' is a package name, pass it as
12796         a requirement, so it is subject to the usual (e.g. disabled) checks.
12797         (describe-package): Accept package-desc as well.
12798         (describe-package-1): Describe a specific package-desc.  Add links to
12799         other package-descs for the same package name.
12800         (package-menu-describe-package): Pass the actual package-desc.
12801         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12802         works correctly.
12803         (package-desc-status): New function.
12804         (package-menu--refresh): New function, extracted
12805         from package-menu--generate.
12806         (package-menu--generate): Use it.
12807         (package-delete): Update package-alist.
12808         (package-menu-execute): Don't call package-initialize.
12810         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12811         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12812         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12813         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12814         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12815         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12817 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
12819         * window.el (window--state-get-1): Workaround for bug#14527.
12820         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12822 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12824         * net/eww.el (eww-back-url): Implement the history by stashing all
12825         the data into a list.
12826         (eww-forward-url): Allow going forward in the history, too.
12828 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12830         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12831         for values and use read--expression for expressions (bug#14710).
12832         (read-file-local-variable): Avoid setq.
12833         (read-file-local-variable-mode): Use minor-mode-list.
12835 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12837         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12838         for DOI URLs.
12840 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12842         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12843         Update imenu-support when dialect changes.
12845 2013-06-25  Leo Liu  <sdl.web@gmail.com>
12847         * ido.el (ido-read-internal): Allow forward slash on windows.
12849 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851         * net/eww.el (eww): Start of strings is \\`, not ^.
12853 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
12855         * net/shr.el (shr-browse-url): Fix interactive spec.
12857         * net/eww.el (eww): Add a trailing slash to domain names.
12859 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
12861         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12863 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12865         * net/shr.el (shr-browse-url): Use an external browser if given a
12866         prefix.
12868         * net/eww.el (eww-external-browser): Move to shr.
12870 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
12872         * net/eww.el (eww): Work more correctly for file: URLs.
12873         (eww-detect-charset): Allow quoted charsets.
12874         (eww-yank-page-url): New command and keystroke.
12876 2013-06-24  Daiki Ueno  <ueno@gnu.org>
12878         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12879         file name of gpg executable.
12880         (epg-context-program): New function.
12881         (epg-context-home-directory): New function.
12882         (epg-context-set-program): New function.
12883         (epg-context-set-home-directory): New function.
12884         (epg--start): Use `epg-context-program' instead of
12885         'epg-gpg-program'.
12886         (epg--list-keys-1): Likewise.
12888 2013-06-24  Leo Liu  <sdl.web@gmail.com>
12890         * ido.el (ido-read-internal): Fix bug#14620.
12892 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
12894         * faces.el (face-documentation): Simplify.
12895         (read-face-attribute, tty-find-type, x-resolve-font-name):
12896         Use `string-match-p'.
12897         (list-faces-display): Use `string-match-p'.  Simplify.
12898         (face-spec-recalc): Check face to avoid face alias loops.
12899         (read-color): Use `string-match-p' and non-capturing parenthesis.
12901 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12903         * net/shr.el (shr-rescale-image): Use the new
12904         :max-width/:max-height functionality.
12906 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
12908         * net/eww.el (eww-search-prefix): New variable.
12909         (eww): Use it.
12910         (eww-external-browser): New variable.
12911         (eww-mode-map): New keystroke.
12912         (eww-browse-with-external-browser): New command.
12914         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12916 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
12918         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12919         Don't skip aligning the next header field when padding is 0;
12920         otherwise, field width is not respected unless the title is as
12921         wide as the field.
12923 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12925         * emacs-lisp/package.el (package-el-version): Remove.
12926         (package-process-define-package): Fix inf-loop.
12927         (package-install): Allow symbols as arguments again.
12929 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
12931         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12932         add some more keyword-like methods.
12933         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12935 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
12937         * bs.el (bs-buffer-show-mark): Make defvar-local.
12938         (bs-mode): Use setq-local.
12940         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12941         (emacs-lock--try-unlocking): Make defvar-local.
12943 2013-06-22  Glenn Morris  <rgm@gnu.org>
12945         * play/cookie1.el (cookie-apropos): Minor simplification.
12947         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12949 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
12951         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12952         `regexp-opt', it breaks the build during dumping.
12954 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
12956         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12957         Highlight keyword-like methods on Kernel and Module with
12958         font-lock-builtin-face.
12959         (auto-mode-alist): Consolidate different entries into one regexp
12960         and add more *file-s.
12962 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
12964         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12966         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12967         (diary-entry): Use it in the action of this button type instead of
12968         diary-goto-entry.
12970         * calendar/todo-mode.el: New version.
12971         (todo-add-category): Append new category to end of file and give
12972         it the highest number, instead of putting it at the beginning and
12973         giving it 0.  Incorporate noninteractive functionality.
12974         (todo-forward-category): Adapt to 1-based category numbering.
12975         Allow skipping over archived categories.
12976         (todo-backward-category): Derive from todo-forward-category.
12977         (todo-backward-item, todo-forward-item): Make noninteractive and
12978         delegate interactive part to new commands.  Make sensitive to done items.
12979         (todo-categories): Make value an alist of category names and
12980         vectors of item counts.
12981         (todo-category-beg): Make a defconst.
12982         (todo-category-number): Use 1 instead of 0 as initial value.
12983         (todo-category-select): Make sensitive to overlays, optional item
12984         highlighting and done items.
12985         (todo-delete-item): Make sensitive to overlays and marked and done items.
12986         (todo-edit-item): Make sensitive to overlays and editing of
12987         date/time header optional.  Add format checks.
12988         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
12989         no-op if point is not on an item.  Advertise using todo-edit-quit.
12990         (todo-edit-mode): Make sensitive to new format, font-locking, and
12991         multiple todo files.
12992         (todo-insert-item, todo-insert-item-here): Derive from
12993         todo-basic-insert-item and extend functionality.
12994         (todo-item-end, todo-item-start): Make sensitive to done items.
12995         (todo-item-string): Don't return text properties.  Restore point.
12996         (todo-jump-to-category): Make sensitive to multiple todo files and
12997         todo archives.  Use extended category completion.
12998         (todo-lower-item, todo-raise-item): Rename to *-priority and
12999         derive from todo-set-item-priority.
13000         (todo-mode): Derive from special-mode.  Make sensitive to new
13001         format, font-locking and multiple todo files.  Make read-only.
13002         (todo-mode-map): Don't suppress digit keys, so they can supply
13003         prefix arguments.  Add many new key bindings.
13004         (todo-prefix): Insert as an overlay instead of file text.
13005         Change semantics from diary date expression to purely visual mark.
13006         (todo-print): Rename to todo-print-buffer.  Make buffer display
13007         features printable.  Remove option to restrict number of items
13008         printed.  Add option to print to file.
13009         (todo-print-function): Rename to todo-print-buffer-function.
13010         (todo-quit): Extend to handle exiting new todo modes.
13011         (todo-remove-item): Make sensitive to overlays.
13012         (todo-save): Extend to buffers of filtered items.
13013         (todo-show): Make sensitive to done items, multiple todo files and
13014         new todo modes.  Offer to convert legacy todo file before creating
13015         first new todo file.
13016         (todo-show-priorities): Rename to todo-top-priorities.
13017         Change semantics of value 0.
13018         (todo-top-priorities): Rename to todo-filter-top-priorities,
13019         derive from todo-filter-items and extend functionality.
13020         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
13021         and extend functionality to other types of filtered items.
13022         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
13023         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
13024         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
13025         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
13026         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
13027         (todo-edit-mode-hook, todo-entry-prefix-function)
13028         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
13029         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
13030         (todo-initials, todo-insert-threshold, todo-item-string-start)
13031         (todo-line-string, todo-menu, todo-mode-hook)
13032         (todo-more-important-p, todo-previous-answer, todo-previous-line)
13033         (todo-print-priorities, todo-remove-separator)
13034         (todo-save-top-priorities-too, todo-string-count-lines)
13035         (todo-string-multiline-p, todo-time-string-format)
13036         (todo-tmp-buffer-name): Remove.
13037         (todo-add-file, todo-archive-done-item, todo-choose-archive)
13038         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
13039         (todo-edit-category-diary-inclusion)
13040         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
13041         (todo-edit-file, todo-edit-item-date-day)
13042         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
13043         (todo-edit-item-date-month, todo-edit-item-date-to-today)
13044         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
13045         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
13046         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
13047         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
13048         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
13049         (todo-filter-top-priorities-multifile, todo-find-archive)
13050         (todo-find-filtered-items-file, todo-go-to-source-item)
13051         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
13052         (todo-jump-to-archive-category, todo-lower-category)
13053         (todo-mark-category, todo-marked-item-p, todo-merge-category)
13054         (todo-move-category, todo-move-item, todo-next-button)
13055         (todo-next-item, todo-padded-string, todo-powerset)
13056         (todo-previous-button, todo-previous-item)
13057         (todo-print-buffer-to-file, todo-raise-category)
13058         (todo-rename-category, todo-repair-categories-sexp, todo-search)
13059         (todo-set-category-number, todo-set-item-priority)
13060         (todo-set-top-priorities-in-category)
13061         (todo-set-top-priorities-in-file, todo-show-categories-table)
13062         (todo-sort-categories-alphabetically-or-numerically)
13063         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
13064         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
13065         (todo-toggle-item-header, todo-toggle-item-highlighting)
13066         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
13067         (todo-toggle-view-done-items, todo-toggle-view-done-only)
13068         (todo-unarchive-items, todo-unmark-category): New commands.
13069         (todo-absolute-file-name, todo-add-to-buffer-list)
13070         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
13071         (todo-basic-insert-item, todo-category-completions)
13072         (todo-category-number, todo-category-string-matcher-1)
13073         (todo-category-string-matcher-2, todo-check-filtered-items-file)
13074         (todo-check-format, todo-clear-matches)
13075         (todo-comment-string-matcher, todo-convert-legacy-date-time)
13076         (todo-current-category, todo-date-string-matcher)
13077         (todo-define-insertion-command, todo-diary-expired-matcher)
13078         (todo-diary-goto-entry, todo-diary-item-p)
13079         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
13080         (todo-display-categories, todo-display-sorted, todo-done-item-p)
13081         (todo-done-item-section-p, todo-done-separator)
13082         (todo-done-string-matcher, todo-files, todo-filter-items)
13083         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
13084         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
13085         (todo-insert-category-line, todo-insert-item-from-calendar)
13086         (todo-insert-sort-button, todo-insert-with-overlays)
13087         (todo-insertion-command-name, todo-insertion-key-bindings)
13088         (todo-label-to-key, todo-longest-category-name-length)
13089         (todo-make-categories-list, todo-mode-external-set)
13090         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
13091         (todo-modes-set-3, todo-multiple-filter-files)
13092         (todo-nondiary-marker-matcher, todo-prefix-overlays)
13093         (todo-read-category, todo-read-date, todo-read-dayname)
13094         (todo-read-file-name, todo-read-time)
13095         (todo-reevaluate-category-completions-files-defcustom)
13096         (todo-reevaluate-default-file-defcustom)
13097         (todo-reevaluate-filelist-defcustoms)
13098         (todo-reevaluate-filter-files-defcustom)
13099         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
13100         (todo-reset-done-separator, todo-reset-done-separator-string)
13101         (todo-reset-done-string, todo-reset-global-current-todo-file)
13102         (todo-reset-highlight-item, todo-reset-nondiary-marker)
13103         (todo-reset-prefix, todo-set-categories)
13104         (todo-set-date-from-calendar, todo-set-show-current-file)
13105         (todo-set-top-priorities, todo-short-file-name)
13106         (todo-show-current-file, todo-sort, todo-time-string-matcher)
13107         (todo-total-item-counts, todo-update-buffer-list)
13108         (todo-update-categories-display, todo-update-categories-sexp)
13109         (todo-update-count, todo-validate-name, todo-y-or-n-p):
13110         New functions.
13111         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
13112         New major modes.
13113         (todo-categories, todo-display, todo-edit, todo-faces)
13114         (todo-filtered): New defgroups.
13115         (todo-archived-only, todo-button, todo-category-string, todo-date)
13116         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
13117         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
13118         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
13119         (todo-add-item-if-new-category, todo-always-add-time-string)
13120         (todo-categories-align, todo-categories-archived-label)
13121         (todo-categories-category-label, todo-categories-diary-label)
13122         (todo-categories-done-label, todo-categories-number-separator)
13123         (todo-categories-todo-label, todo-categories-totals-label)
13124         (todo-category-completions-files, todo-completion-ignore-case)
13125         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
13126         (todo-done-separator-string, todo-done-string)
13127         (todo-files-function, todo-filter-done-items, todo-filter-files)
13128         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
13129         (todo-initial-category, todo-initial-file, todo-item-mark)
13130         (todo-legacy-date-time-regexp, todo-mode-line-function)
13131         (todo-nondiary-marker, todo-number-prefix)
13132         (todo-print-buffer-function, todo-show-current-file)
13133         (todo-show-done-only, todo-show-first, todo-show-with-done)
13134         (todo-skip-archived-categories, todo-top-priorities-overrides)
13135         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
13136         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
13137         New defcustoms.
13138         (todo-category-done, todo-date-pattern, todo-date-string-start)
13139         (todo-diary-items-buffer, todo-done-string-start)
13140         (todo-filtered-items-buffer, todo-item-start)
13141         (todo-month-abbrev-array, todo-month-name-array)
13142         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
13143         (todo-top-priorities-buffer): New defconsts.
13144         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
13145         (todo-categories-with-marks, todo-category-string-face)
13146         (todo-comment-face, todo-comment-string, todo-current-todo-file)
13147         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
13148         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
13149         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
13150         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
13151         (todo-font-lock-keywords, todo-global-current-todo-file)
13152         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
13153         (todo-insertion-commands-args)
13154         (todo-insertion-commands-args-genlist)
13155         (todo-insertion-commands-names, todo-insertion-map)
13156         (todo-key-bindings-t, todo-key-bindings-t+a)
13157         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
13158         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
13159         (todo-nondiary-face, todo-print-buffer, todo-time-face)
13160         (todo-visited): New variables.
13162 2013-06-21  Glenn Morris  <rgm@gnu.org>
13164         * play/cookie1.el (cookie-apropos): Add optional display argument.
13165         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
13166         (psychoanalyze-pinhead): Use cookie-doctor.
13168 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13170         * emacs-lisp/package.el (tar-get-file-descriptor)
13171         (tar--extract): Declare.
13173 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
13175         Extend flymake's warning predicate to be a function (bug#14217).
13176         * progmodes/flymake.el (flymake-warning-predicate): New.
13177         (flymake-parse-line): Use it.
13178         (flymake-warning-re): Make obsolete alias to
13179         `flymake-warning-predicate'.
13181 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * emacs-lisp/package.el (package-alist): Include obsolete packages.
13184         (package-obsolete-list): Remove.
13185         (package-activate): Remove min-version argument.  Add `force' argument.
13186         Adjust to new package-alist format.
13187         (package-mark-obsolete): Remove.
13188         (package-unpack): Force reload of the package's autoloads.
13189         (package-installed-p): Check builtins if the installed package is not
13190         recent enough.
13191         (package-initialize): Don't reset package-obsolete-list.
13192         Don't specify which package version to activate.
13193         (package-process-define-package, describe-package-1)
13194         (package-menu--generate): Adjust to new package-alist format.
13196 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13198         * allout-widgets.el (allout-widgets-mode-off)
13199         (allout-widgets-mode-on, allout-widgets-pre-command-business)
13200         (allout-widgets-post-command-business)
13201         (allout-widgets-after-copy-or-kill-function)
13202         (allout-widgets-after-undo-function, allout-test-range-overlaps)
13203         (allout-decorate-item-and-context)
13204         (allout-graphics-modification-handler): Fix typos in docstrings.
13205         (allout-get-or-create-parent-widget): Use `looking-at-p'.
13207         * cmuscheme.el (scheme-start-file): Doc fix.
13208         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
13209         (scheme-input-filter): Use `string-match-p'.
13211         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
13213         * dired-x.el: Use Dired consistently in docstrings.
13215         * dired.el: Use Dired consistently in docstrings.
13216         (dired-readin, dired-mode): Use `setq-local'.
13217         (dired-switches-alist): Make defvar-local.
13218         (dired-buffers-for-dir): Use `zerop'.
13219         (dired-safe-switches-p, dired-switches-escape-p)
13220         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
13221         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
13222         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
13223         (dired-goto-next-nontrivial-file): Use `string-match-p'.
13224         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
13225         (dired-toggle-marks, dired-mark-files-containing-regexp)
13226         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
13227         (dired-flag-auto-save-files, dired-flag-backup-files):
13228         Use `looking-at-p'.
13229         (dired-mark-files-regexp, dired-build-subdir-alist):
13230         Use `string-match-p', `looking-at-p'.
13232         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
13233         (direct-print-region-helper): Use `string-match-p'.
13235 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13237         * comint.el (comint-redirect-results-list-from-process):
13238         Fix infinite loop.
13240 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13242         * net/eww.el (eww-update-header-line-format): Quote % characters.
13244 2013-06-21  Glenn Morris  <rgm@gnu.org>
13246         * play/cookie1.el (cookie): New custom group.
13247         (cookie-file): New option.
13248         (cookie-check-file): New function.
13249         (cookie): Make it interactive.  Make start and end messages optional.
13250         Interactively, display the result.  Default to cookie-file.
13251         (cookie-insert): Default to cookie-file.
13252         (cookie-snarf): Make start and end messages optional.
13253         Default to cookie-file.  Use with-temp-buffer.
13254         (cookie-read): Rename from read-cookie.
13255         Make start and end messages optional.  Default to cookie-file.
13256         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
13257         Do not autoload it.
13258         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13259         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13261 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13263         * progmodes/octave.el (octave-mode): Backward compatibility fix.
13265 2013-06-21  Glenn Morris  <rgm@gnu.org>
13267         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
13269 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13270             Daniel Hackney  <dan@haxney.org>
13272         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
13273         Consolidate the single-file vs tarball code.
13274         (package-desc-suffix): New function.
13275         (package-desc-full-name): Don't bother inlining it.
13276         (package-load-descriptor): Return the new package-desc.
13277         (package-mark-obsolete): Remove unused arg `package'.
13278         (package-unpack): Make it work for single files as well.
13279         Make it update package-alist.
13280         (package--make-autoloads-and-stuff): Rename from
13281         package--make-autoloads-and-compile.  Don't compile any more.
13282         (package--compile): New function.
13283         (package-generate-description-file): New function, extracted from
13284         package-unpack-single.
13285         (package-unpack-single): Remove.
13286         (package--with-work-buffer): Add indentation and debugging info.
13287         (package-download-single): Remove.
13288         (package-install-from-archive): Rename from package-download-tar, make
13289         it take a pkg-desc, and make it work for single files as well.
13290         (package-download-transaction): Simplify.
13291         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
13292         external tar program.
13293         (package-install-from-buffer): Remove `pkg-desc' argument.
13294         Use package-tar-file-info for tar-mode buffers.
13295         (package-install-file): Simplify accordingly.
13296         (package-archive-base): Change to take a pkg-desc.
13297         * tar-mode.el (tar--check-descriptor): New function, extracted from
13298         tar-get-descriptor.
13299         (tar-get-descriptor): Use it.
13300         (tar-get-file-descriptor): New function.
13301         (tar--extract): New function, extracted from tar-extract.
13302         (tar--extract): Use it.
13303         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
13304         case the summary uses non-ascii.  Adjust to new calling convention of
13305         package-tar-file-info.
13307 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13309         * comint.el (comint-redirect-results-list-from-process):
13310         Fix random delay.  (Bug#14681)
13312 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13314         * profiler.el (profiler-format-number): Use log, not log10.
13316 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13318         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
13320 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
13323         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
13324         yet available.
13325         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
13326         (AUTOGENEL): ... here.
13327         * emacs-lisp/cl-macs.el (cl--sublis): New function.
13328         (cl--defsubst-expand): Use it.
13330 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13332         * subr.el (log10): Move here from C code, and declare as obsolete.
13333         All uses of (log10 X) replaced with (log X 10).
13335 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13337         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
13338         Declare with `defvar-local'.
13339         (tabulated-list-use-header-line, tabulated-list-entries)
13340         (tabulated-list-padding, tabulated-list-printer)
13341         (tabulated-list-sort-key): Declare with `defvar-local'.
13342         (tabulated-list-init-header, tabulated-list-print-fake-header):
13343         Use `setq-local'.
13345 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
13347         * arc-mode.el (archive-mode): Add `archive-write-file' to
13348         `write-contents-functions' also for remote files.  (Bug#14652)
13350 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13352         * cus-edit.el (custom-commands): Fix typos.
13353         (custom-display): Fix tooltip text.
13354         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
13355         Fix typos in docstrings.
13356         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
13357         (custom-unlispify-menu-entry, custom-magic-value-create)
13358         (custom-add-see-also, custom-group-value-create): Use ?\s.
13359         (custom-guess-type, customize-apropos, editable-field)
13360         (custom-face-value-create): Use `string-match-p'.
13361         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
13363         * custom.el (custom-load-symbol): Use `string-match-p'.
13365         * ansi-color.el: Convert to lexical binding.
13366         (ansi-colors): Fix URL.
13367         (ansi-color-context, ansi-color-context-region): Use defvar-local.
13368         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
13369         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
13371 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13373         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
13375         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
13377 2013-06-19  Tom Tromey  <tromey@redhat.com>
13379         * net/eww.el (eww-top-url): Remove.
13380         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
13381         (eww-render): Set new variables.  Don't set eww-top-url.
13382         (eww-handle-link): Handle "prev", "home", and "contents".
13383         Downcase the rel text.
13384         (eww-top-url): Choose best top URL.
13386 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388         * net/eww.el: Rewrite to implement form elements "by hand" instead of
13389         relying in widget.el.  Using widget.el leads to too many
13390         user interface inconsistencies.
13391         (eww-self-insert): Implement entering commands in text fields.
13392         (eww-process-text-input): New function to make text input field editing
13393         work.
13394         (eww-submit): Rewrite to use the new-style form methods.
13395         (eww-select-display): Display the correct selected item.
13396         (eww-change-select): Implement changing the select value.
13397         (eww-toggle-checkbox): Implement radio/checkboxes.
13398         (eww-update-field): Fix compilation error.
13399         (eww-tag-textarea): Implement <textarea>.
13401         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
13402         we don't shadow mode-specific bindings.
13404         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
13405         nothing to push.
13407         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
13409 2013-06-19  Glenn Morris  <rgm@gnu.org>
13411         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
13413 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
13415         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
13416         not needed.
13418         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
13420 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13422         * net/browse-url.el (browse-url-browser-function):
13423         `eww-browse-url' has the right calling signature, `eww' does not.
13425 2013-06-19  Glenn Morris  <rgm@gnu.org>
13427         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13428         Only eval autoloaded macros.
13429         (byte-compile-autoload): Only give the macro warning for macros.
13431         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
13432         (ps-underlined-faces): Declare.
13434         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
13435         (speedbar-add-supported-extension): Declare.
13437         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
13438         Don't include a date stamp in the header of the generated file;
13439         it leads to needless differences between output files.
13441 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
13443         * net/secrets.el (secrets-struct-secret-content-type):
13444         Replace check of introspection data by a test call of "CreateItem".
13445         Some servers do not offer introspection.
13447 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13449         * electric.el (electric-pair-mode): Improve interaction with
13450         electric-layout-mode.
13451         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
13452         (electric-pair-syntax): Use text-mode-syntax-table in comments
13453         and strings.
13454         (electric-pair--insert): New function.
13455         (electric-pair-post-self-insert-function): Use it and
13456         electric--after-char-pos.
13458 2013-06-19  Leo Liu  <sdl.web@gmail.com>
13460         * progmodes/octave.el (octave-help): Fix regexp.
13462 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13464         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
13465         (shr-table-horizontal-line): Allow nil as a value, and change the
13466         default.
13467         (shr-insert-table-ruler): Respect the nil value.
13469 2013-06-18  Tom Tromey  <tromey@barimba>
13471         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13472         New defvars.
13473         (eww-open-file): New defun.
13474         (eww-render): Initialize new variables.
13475         (eww-display-html): Handle "link" and "a".
13476         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
13477         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
13478         (eww-back-url): Rename from eww-previous-url.
13479         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13480         New defuns.
13482 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
13484         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
13485         Distinguish ternary operator tokens from slash symbol and slash
13486         char literal.
13488 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
13490         Convert symbol prettification into minor mode and global minor mode.
13492         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
13493         `prog-prettify-symbols', and make a local defvar instead of defcustom.
13494         (prettify-symbols--keywords): Rename from
13495         `prog-prettify-symbols-alist' and make a local defvar.
13496         (prettify-symbols--compose-symbol): Rename from
13497         `prog--prettify-font-lock-compose-symbol'.
13498         (prettify-symbols--make-keywords): Rename from
13499         `prog-prettify-font-lock-symbols-keywords' and simplify.
13500         (prog-prettify-install): Remove.
13501         (prettify-symbols-mode): New minor mode, based on
13502         `prog-prettify-install'.
13503         (turn-on-prettify-symbols-mode): New function.
13504         (global-prettify-symbols-mode): New globalized minor mode.
13506         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13507         * progmodes/cfengine.el (cfengine3-mode):
13508         * progmodes/perl-mode.el (perl-mode): Don't call
13509         `prog-prettify-install'; set `prettify-symbols-alist' instead.
13511 2013-06-18  Juri Linkov  <juri@jurta.org>
13513         * files-x.el (modify-file-local-variable-message): New function.
13514         (modify-file-local-variable)
13515         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
13516         and call `modify-file-local-variable-message' when it's non-nil.
13517         (add-file-local-variable, delete-file-local-variable)
13518         (add-file-local-variable-prop-line)
13519         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
13520         and use it.  (Bug#9820)
13522 2013-06-18  Juri Linkov  <juri@jurta.org>
13524         * emulation/vi.el (vi-shell-op):
13525         * emulation/vip.el (vip-execute-com, ex-command):
13526         * emulation/viper-cmd.el (viper-exec-bang):
13527         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
13528         the call of `shell-command-on-region'.  (Bug#14637)
13530         * simple.el (shell-command-on-region): Doc fix.
13532 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13534         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
13535         (bug#14633).
13537 2013-06-18  Glenn Morris  <rgm@gnu.org>
13539         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
13541         * newcomment.el (comment-search-forward, comment-search-backward):
13542         Doc fix.  (Bug#14376)
13544 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
13546         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
13547         (buffer-face-mode-invoke): Doc fix.
13549 2013-06-18  Matthias Meulien  <orontee@gmail.com>
13551         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
13552         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
13554 2013-06-18  Glenn Morris  <rgm@gnu.org>
13556         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
13557         Replace obsolete function generic-make-keywords with its expansion.
13559         * progmodes/python.el (ffap-alist): Declare.
13561         * textmodes/reftex.el (bibtex-mode-map): Declare.
13563 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13565         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
13566         (package-unpack, package-unpack-single): Return the pkg-dir.
13567         (package-download-transaction): Use it to update package-alist.
13569 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13571         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
13572         possible choice.
13574 2013-06-17  Juri Linkov  <juri@jurta.org>
13576         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
13578 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
13580         * emacs-lisp/package.el (package-load-descriptor):
13581         Remove `with-syntax-table' call, `read' doesn't need it.
13582         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
13584 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
13586         * startup.el (command-line): Expand package name returned by
13587         `package--description-file' (bug#14639).
13589 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
13591         * emacs-lisp/package.el (package-load-descriptor): Do not call
13592         `emacs-lisp-mode', just use its syntax table.
13594 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
13596         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
13597         `font-lock-extra-managed-props' if any prettifying keyword is added.
13598         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
13599         (prog-mode): Use `setq-local'.
13601 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13603         * international/characters.el (standard-case-table): Set syntax of ?»
13604         and ?« to punctuation.
13606 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
13608         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
13609         Save relevant match data before calling `syntax-ppss' (bug#14595).
13611 2013-06-15  Juri Linkov  <juri@jurta.org>
13613         * files-x.el (modify-file-local-variable-prop-line): Add local
13614         variables to the end of the existing comment on the first line.
13615         Use `file-auto-mode-skip' to skip interpreter magic line,
13616         and also skip XML declaration.
13618 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13620         * startup.el (package--builtin-versions): New var.
13621         (package-subdirectory-regexp): Remove.
13622         (package--description-file): Hard code its value instead.
13624         * emacs-lisp/package.el: Don't activate packages older than builtin.
13625         (package-obsolete-list): Rename from package-obsolete-alist, and make
13626         it into a simple list of package-desc.
13627         (package-strip-version): Remove.
13628         (package-built-in-p): Use package--builtin-versions.
13629         (package-mark-obsolete): Simplify.
13630         (package-process-define-package): Mark it obsolete if older than the
13631         builtin version.
13632         (package-handle-response): Use line-end-position.
13633         (package-read-archive-contents, package--download-one-archive):
13634         Simplify.
13635         (package--add-to-archive-contents): Skip if older than the builtin or
13636         installed version.
13637         (package-menu-describe-package): Fix last change.
13638         (package-list-unversioned): New var.
13639         (package-menu--generate): Use it.
13641         * emacs-lisp/autoload.el: Manage package--builtin-versions.
13642         (autoload--insert-text, autoload--insert-cookie-text): New functions.
13643         (autoload-builtin-package-versions): New variable.
13644         (autoload-generate-file-autoloads): Use them.
13645         Remove the list of autoloaded functions/macros from the
13646         (autoload...) comments.
13648         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
13650 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
13652         * simple.el (line-move-partial): Don't jump to the next screen
13653         line as soon as it becomes visible.  Instead, continue enlarging
13654         the vscroll until the portion of a tall screen line that's left on
13655         display is about the height of the frame's default font.
13656         (Bug#14567)
13658 2013-06-15  Glenn Morris  <rgm@gnu.org>
13660         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
13661         compilation-error-regexp-alist void, or local while let-bound.
13663         * progmodes/make-mode.el (makefile-mode-syntax-table):
13664         Treat "=" as punctuation.  (Bug#14614)
13666 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
13668         * help-fns.el (describe-variable):
13669         Add extra line for permanent-local variables.
13671 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
13673         * progmodes/scheme.el (scheme-font-lock-keywords-2):
13674         Add export, import, library.  (Bug#9164)
13675         (library): Set indent function.
13677 2013-06-14  Glenn Morris  <rgm@gnu.org>
13679         * term/xterm.el (xterm--query):
13680         Stop after first matching handler.  (Bug#14615)
13682 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
13684         Add support for dired in saveplace.
13685         * dired.el (dired-initial-position-hook): New variable.
13686         (dired-initial-position): Call hook to place cursor position.
13687         * saveplace.el (save-place-to-alist): Add dired position.
13688         (save-place-dired-hook): New function.
13690 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13692         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13693         through a symbol rather than letrec.
13695         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
13696         (package-desc): Add `dir' field.
13697         (package-desc-full-name): New function.
13698         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
13699         (package-maybe-load-descriptor): Remove.
13700         (package-load-all-descriptors): Just call package-load-descriptor.
13701         (package--disabled-p): New function.
13702         (package-desc-vers, package-desc-doc): Remove aliases.
13703         (package--dir): Remove function.
13704         (package-activate): Check if a package is disabled.
13705         (package-process-define-package): New function, extracted from
13706         define-package.
13707         (define-package): Turn into a place holder.
13708         (package-unpack-single, package-tar-file-info):
13709         Use package--description-file.
13710         (package-compute-transaction): Use package--disabled-p.
13711         (package-download-transaction): Don't call
13712         package-maybe-load-descriptor since they're all loaded anyway.
13713         (package-install): Change argument to be a pkg-desc.
13714         (package-delete): Use a single pkg-desc argument.
13715         (describe-package-1): Use package-desc-dir instead of package--dir.
13716         Use package-desc property instead of package-symbol.
13717         (package-install-button-action): Adjust accordingly.
13718         (package--push): Rewrite.
13719         (package-menu--print-info): Adjust accordingly.  Change the ID format
13720         to be a pkg-desc.
13721         (package-menu-describe-package, package-menu-get-status)
13722         (package-menu--find-upgrades, package-menu-mark-upgrades)
13723         (package-menu-execute, package-menu--name-predicate):
13724         Adjust accordingly.
13725         * startup.el (package--description-file): New function.
13726         (command-line): Use it.
13727         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13728         Use package-desc-version.
13730         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13731         (byte-compile-preprocess): Use it.
13732         (byte-compile-file-form-defalias): Try a bit harder to use macros we
13733         can't quite recognize.
13734         (byte-compile-add-to-list): Remove.
13735         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13736         (cconv-closure-convert): Add assertion.
13738         * emacs-lisp/map-ynp.el: Use lexical-binding.
13739         (map-y-or-n-p): Remove unused vars `tail' and `object'.
13740         Factor out some repeated code.
13742 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13744         * subr.el (with-eval-after-load): New macro.
13745         (eval-after-load): Allow form to be a function.
13746         take advantage of lexical-binding.
13747         (do-after-load-evaluation): Use dolist and adjust to new format.
13748         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13750 2013-06-13  Juri Linkov  <juri@jurta.org>
13752         * replace.el (perform-replace): Display "symbol " and other search
13753         modes from `isearch-message-prefix' in the *Help* buffer.
13755         * isearch.el (isearch-query-replace): Add " symbol" and other
13756         possible search modes from `isearch-message-prefix' to the prompt.
13757         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13758         when reading a regexp to collect.
13760 2013-06-13  Juri Linkov  <juri@jurta.org>
13762         * isearch.el (word-search-regexp): Match whitespace if the search
13763         string begins or ends in whitespace.  The LAX arg is applied to
13764         both ends of the search string.  Use `regexp-quote' and explicit
13765         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
13766         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13767         boundaries are replaced with symbol boundaries, and characters
13768         between symbols match non-word non-symbol syntax.  (Bug#14602)
13770 2013-06-13  Juri Linkov  <juri@jurta.org>
13772         * isearch.el (isearch-del-char): Don't exceed the length of
13773         `isearch-string' by the prefix arg.  (Bug#14563)
13775 2013-06-13  Juri Linkov  <juri@jurta.org>
13777         * isearch.el (isearch-yank-word, isearch-yank-line)
13778         (isearch-char-by-name, isearch-quote-char)
13779         (isearch-printing-char, isearch-process-search-char):
13780         Add optional count prefix arg.  (Bug#14563)
13782         * international/isearch-x.el
13783         (isearch-process-search-multibyte-characters):
13784         Add optional count prefix arg.
13786 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13788         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13789         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13790         lexical-binding.
13792 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
13794         * subr.el (set-temporary-overlay-map): Add on-exit argument.
13796 2013-06-13  Glenn Morris  <rgm@gnu.org>
13798         * startup.el (tty-handle-args):
13799         Don't just discard "--" and anything after.  (Bug#14608)
13801         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13803 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
13805         Implement changes in Secret Service API.  Make it backward compatible.
13806         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13807         (secrets-create-item): Use it.  Prefix properties with interface.
13809 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
13811         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
13812         (term-emulate-terminal): Respect term-suppress-hard-newline.
13814 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
13816         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13817         Only remove a `thumb-file' overlay.  (Bug#14548)
13819 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
13821         * mail/reporter.el (reporter-submit-bug-report):
13822         Handle missing package-name.  (Bug#14600)
13824 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13826         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13827         (reftex-citation-prompt, reftex-default-bibliography)
13828         (reftex-bib-or-thebib, reftex-get-bibfile-list)
13829         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13830         (reftex-bib-sort-author, reftex-bib-sort-year)
13831         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13832         (reftex-extract-bib-entries-from-thebibliography)
13833         (reftex-get-bibkey-default, reftex-get-bib-names)
13834         (reftex-parse-bibtex-entry, reftex-get-bib-field)
13835         (reftex-format-bib-entry, reftex-parse-bibitem)
13836         (reftex-format-bibitem, reftex-do-citation)
13837         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13838         (reftex-restrict-bib-matches, reftex-extract-bib-file)
13839         (reftex-insert-bib-matches, reftex-format-citation)
13840         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13841         (reftex-create-bibtex-file): Add docstrings, mostly by converting
13842         existing comments into docstrings.
13844 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
13846         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13848 2013-06-12  Andreas Schwab  <schwab@suse.de>
13850         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13851         for auto-save files.
13853 2013-06-12  Glenn Morris  <rgm@gnu.org>
13855         * ido.el (ido-delete-ignored-files): Remove.
13856         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13857         Go back to calling ido-ignore-item-p directly.
13859 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
13861         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13863         * ido.el (ido-delete-ignored-files): New function,
13864         split from ido-make-file-list-1.
13865         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
13866         (ido-make-file-list-1): Use ido-delete-ignored-files.
13868 2013-06-12  Leo Liu  <sdl.web@gmail.com>
13870         * progmodes/octave.el (inferior-octave-startup)
13871         (inferior-octave-completion-table)
13872         (inferior-octave-track-window-width-change)
13873         (octave-eldoc-function-signatures, octave-help)
13874         (octave-find-definition): Use single quoted strings.
13875         (inferior-octave-startup-args): Change default value.
13876         (inferior-octave-startup): Do not hard code "-i" and
13877         "--no-line-editing".
13878         (inferior-octave-resync-dirs): Add optional arg NOERROR.
13879         (inferior-octave-directory-tracker): Use it.
13880         (octave-goto-function-definition): Robustify.
13881         (octave-help): Support highlighting operators in 'See also'.
13882         (octave-find-definition): Find subfunctions only in Octave mode.
13884 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13886         * help-fns.el (help-fns--compiler-macro): If the handler function is
13887         named, then put a link to it.
13888         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13889         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13890         (cl-typep): Use it.
13891         (cl-eval-when): Simplify debug spec.
13892         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
13893         compiler-macro function instead of setting `compiler-macro-file'.
13895 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
13897         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13898         * vc/vc-hooks.el (vc-stay-local): Doc fix.
13900 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13901             Daniel Hackney  <dan@haxney.org>
13903         First part of Daniel Hackney's patch to package.el.
13904         * emacs-lisp/package.el: Use defstruct.
13905         (package-desc): New, main struct.
13906         (package--bi-desc, package--ac-desc): New structs, used to describe the
13907         format in external files.
13908         (package-desc-vers): Replace with package-desc-version accessor.
13909         (package-desc-doc): Replace with package-desc-summary accessor.
13910         (package-activate-1): Remove `package' arg since the pkg-vec now
13911         includes the name.
13912         (define-package): Use package-desc-from-define.
13913         (package-unpack-single): Change file-name arg to be a symbol.
13914         (package--add-to-archive-contents): Use package-desc-create and new
13915         accessor functions to package--ac-desc.
13916         (package-buffer-info, package-tar-file-info): Return a package-desc.
13917         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
13918         arg to be a package-desc.
13919         (package-install-file): Adjust accordingly.  Use \' to match EOS.
13920         (package--from-builtin): New function.
13921         (describe-package-1, package-menu--generate): Use it.
13922         (package--make-autoloads-and-compile): Change name arg to be a symbol.
13923         (package-generate-autoloads): Idem and return the name of the file.
13924         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13925         Change pkg-info arg to be a package-desc.
13926         Use package-make-ac-desc.
13927         (package-upload-file): Use \' to match EOS.
13928         * finder.el (finder-compile-keywords): Use package-make-builtin.
13930 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13932         * vc/vc.el (vc-deduce-fileset): Change error message.
13933         (vc-read-backend): New function.
13934         (vc-next-action): Use it.
13936         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13938         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13939         (prolog-font-lock-keywords): Use regexp-opt instead.
13940         Don't manually highlight strings.
13941         (prolog-mode-variables): Simplify comment-start-skip.
13942         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
13944         * emacs-lisp/generic.el (generic--normalise-comments)
13945         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13946         (generic-mode-set-comments): Use them.
13947         (generic-bracket-support): Use setq-local.
13948         (generic-make-keywords-list): Declare obsolete.
13950 2013-06-11  Glenn Morris  <rgm@gnu.org>
13952         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13953         Prettify after setting font-lock-defaults.  (Bug#14574)
13955 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
13957         * replace.el (query-replace, occur-read-regexp-defaults-function)
13958         (replace-search):
13959         * subr.el (declare-function, number-sequence, local-set-key)
13960         (substitute-key-definition, locate-user-emacs-file)
13961         (with-silent-modifications, split-string, eval-after-load):
13962         Fix typos, remove unneeded backslashes and reflow some docstrings.
13964 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13966         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13967         default for Elisp files.
13969 2013-06-11  Glenn Morris  <rgm@gnu.org>
13971         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13972         although define-derived-mode was doing this anyway.  (Bug#14583)
13974 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
13976         * allout.el (allout-encryption-plaintext-sanitization-regexps):
13977         Fix make-variable-buffer-local call to refer to the correct variable.
13979 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
13981         * eshell/em-term.el (eshell-visual-commands)
13982         (eshell-visual-subcommands, eshell-visual-options):
13983         Add summary line to docstrings.  Add cross-references.
13985 2013-06-10  Glenn Morris  <rgm@gnu.org>
13987         * epa.el (epa-read-file-name): New function.  (Bug#14510)
13988         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
13990 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
13992         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13993         output redirection to be ignored with visual commands.
13995 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
13997         * eshell/em-term.el (eshell-visual-command-p): New function.
13998         (eshell-term-initialize): Move long lambda to separate function
13999         eshell-visual-command-p.
14000         * eshell/em-dirs.el (eshell-dirs-initialize):
14001         * eshell/em-script.el (eshell-script-initialize):
14002         Add missing #' to lambda.
14004 2013-06-08  Leo Liu  <sdl.web@gmail.com>
14006         * progmodes/octave.el (octave-add-log-current-defun): New function.
14007         (octave-mode): Set add-log-current-defun-function.
14008         (octave-goto-function-definition): Do not move point if not found.
14009         (octave-find-definition): Enhance to try subfunctions first.
14011 2013-06-08  Glenn Morris  <rgm@gnu.org>
14013         * emacs-lisp/bytecomp.el (byte-compile-char-before)
14014         (byte-compile-backward-char, byte-compile-backward-word):
14015         Improve previous change, to handle non-explicit nil.
14017 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14019         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
14020         (smie--opener/closer-at-point): New function.
14021         (smie--matching-block-data): Use it.  Don't match from right after an
14022         opener or right before a closer.  Obey smie-blink-matching-inners.
14023         Don't signal a mismatch for repeated inners like "switch..case..case".
14025 2013-06-07  Leo Liu  <sdl.web@gmail.com>
14027         * progmodes/octave.el (octave-mode): Set comment-use-global-state
14028         to t.  (Bug#14303)
14029         (octave-function-header-regexp): Fix.  (Bug#14570)
14030         (octave-help-mode-finish-hook, octave-help-mode-finish):
14031         Remove.  Just use temp-buffer-show-hook.
14033         * newcomment.el (comment-search-backward): Revert last change.
14034         (Bug#14434)
14036         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
14038 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
14040         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
14041         through xargs, to avoid failure due to MS-Windows limitations on
14042         command-line length.
14044 2013-06-06  Glenn Morris  <rgm@gnu.org>
14046         * font-lock.el (lisp-font-lock-keywords-2):
14047         Treat user-error like error.
14049         * emacs-lisp/bytecomp.el (byte-compile-char-before)
14050         (byte-compile-backward-char, byte-compile-backward-word):
14051         Handle explicit nil arguments.  (Bug#14565)
14053 2013-06-05  Alan Mackenzie  <acm@muc.de>
14055         * isearch.el (isearch-allow-prefix): New user option.
14056         (isearch-other-meta-char): Don't exit isearch when a prefix
14057         argument is typed whilst `isearch-allow-prefix' is non-nil.
14058         (Bug#9706)
14060 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14062         * autorevert.el (auto-revert-notify-handler): Use memq.
14063         Hide assertion failure.
14065         * skeleton.el: Use cl-lib.
14066         (skeleton-further-elements): Use defvar-local.
14067         (skeleton-insert): Use cl-progv.
14069 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14071         * progmodes/prog-mode.el (prog-prettify-symbols)
14072         (prog-prettify-install): Update docstrings.
14074 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14076         * simple.el: Move all the prog-mode code to prog-mode.el.
14077         * progmodes/prog-mode.el: New file.
14078         * loadup.el: Add prog-mode.el.
14080 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14082         * simple.el (prog-prettify-symbols): Add version.
14083         (prog-prettify-install): Add convenience function to prettify symbols.
14085         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
14086         (perl--augmented-font-lock-keywords-1)
14087         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
14088         variables and use it.
14090         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14091         (cfengine3-mode): Remove unneeded variable and use it.
14093         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14094         (lisp--augmented-font-lock-keywords-1)
14095         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
14096         Remove unneeded variables and use it.
14098 2013-06-05  João Távora  <joaotavora@gmail.com>
14100         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
14101         to point when opening the connection.  (Bug#14380)
14103 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14105         * subr.el (load-history-regexp, load-history-filename-element)
14106         (eval-after-load, after-load-functions, do-after-load-evaluation)
14107         (eval-next-after-load, display-delayed-warnings)
14108         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
14109         definition of save-match-data.
14110         (overriding-local-map): Remove accidental obsolescence declaration.
14112         * emacs-lisp/edebug.el (edebug-result): Move before first use.
14114 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14116         Generalize symbol prettify support to prog-mode and implement it
14117         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
14118         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
14119         (prog--prettify-font-lock-compose-symbol)
14120         (prog-prettify-font-lock-symbols-keywords): New variables and
14121         functions to support symbol prettification.
14122         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14123         (lisp--augmented-font-lock-keywords-1)
14124         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
14125         (lisp--prettify-symbols-alist): Implement prettify of lambda.
14126         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14127         (cfengine3--prettify-symbols-alist, cfengine3-mode):
14128         Implement prettify of -> => :: strings.
14129         * progmodes/perl-mode.el (perl-prettify-symbols)
14130         (perl--font-lock-compose-symbol)
14131         (perl--font-lock-symbols-keywords): Move to prog-mode.
14132         (perl--prettify-symbols-alist): Prettify -> => :: strings.
14133         (perl-font-lock-keywords-1)
14134         (perl-font-lock-keywords-2): Remove explicit prettify support.
14135         (perl--augmented-font-lock-keywords)
14136         (perl--augmented-font-lock-keywords-1)
14137         (perl--augmented-font-lock-keywords-2, perl-mode):
14138         Implement prettify support.
14140 2013-06-05  Leo Liu  <sdl.web@gmail.com>
14142         Re-implement SMIE matching block highlight using
14143         show-paren-data-function.  (Bug#14395)
14144         * emacs-lisp/smie.el (smie-matching-block-highlight)
14145         (smie--highlight-matching-block-overlay)
14146         (smie--highlight-matching-block-lastpos)
14147         (smie-highlight-matching-block)
14148         (smie-highlight-matching-block-mode): Remove.
14149         (smie--matching-block-data-cache): New variable.
14150         (smie--matching-block-data): New function.
14151         (smie-setup): Use smie--matching-block-data for
14152         show-paren-data-function.
14154         * progmodes/octave.el (octave-mode-menu): Fix.
14155         (octave-find-definition): Skip garbage lines.
14157 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14159         Fix compilation error with simultaneous dynamic+lexical scoping.
14160         Add warning when a defvar appears after the first let-binding.
14161         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
14162         (byte-compile-close-variables): Initialize it.
14163         (byte-compile--declare-var): New function.
14164         (byte-compile-file-form-defvar)
14165         (byte-compile-file-form-define-abbrev-table)
14166         (byte-compile-file-form-custom-declare-variable): Use it.
14167         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
14168         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
14169         (byte-compile-bind): Handle dynamic bindings that shadow
14170         lexical bindings.
14171         (byte-compile-unbind): Make arg non-optional.
14172         (byte-compile-let): Simplify.
14173         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
14174         (cconv--analyse-function, cconv-analyse-form): Populate it.
14175         Protect byte-compile-bound-variables to limit the scope of defvars.
14176         (cconv-analyse-form): Add missing rule for (defvar <foo>).
14177         Remove unneeded rule for `declare'.
14179         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
14180         so as to avoid depending on cl-adjoin at run-time.
14181         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
14183         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
14184         (macroexp--warn-and-return): Use it.
14186 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14188         * subr.el: Convert to lexical binding.
14189         (overriding-local-map): Make obsolete.
14190         (add-to-list): Doc fix.  Add compiler macro.
14191         (read-key): Swap values of local maps.
14193 2013-06-05  Leo Liu  <sdl.web@gmail.com>
14195         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
14197 2013-06-04  Leo Liu  <sdl.web@gmail.com>
14199         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
14200         (compilation-auto-jump): Suppress the "Mark set" message to give
14201         way to exit message.
14203 2013-06-04  Alan Mackenzie  <acm@muc.de>
14205         Remove faulty optimisation from indentation calculation.
14206         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
14207         search limit based on 2000 characters back from indent-point.
14209 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
14211         * eshell/em-term.el (cl-lib): Require `cl-lib'.
14213 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14215         * emacs-lisp/lisp.el: Use lexical-binding.
14216         (lisp--local-variables-1, lisp--local-variables): New functions.
14217         (lisp--local-variables-completion-table): New var.
14218         (lisp-completion-at-point): Use it complete let-bound vars.
14220         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
14221         eagerly (bug#14422).
14223 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
14225         * autorevert.el (auto-revert-notify-enabled)
14226         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14227         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
14228         (auto-revert-notify-handler): Handle also gfilenotify.
14230         * subr.el (file-notify-handle-event): New defun.  Replacing ...
14231         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
14232         Remove.
14234 2013-06-03  Juri Linkov  <juri@jurta.org>
14236         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
14237         `M-s h .'.  (Bug#14427)
14239         * hi-lock.el (highlight-symbol-at-point): New alias for the new
14240         command `hi-lock-face-symbol-at-point'.
14241         (hi-lock-face-symbol-at-point): New command.
14242         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14243         (hi-lock-menu): Add `highlight-symbol-at-point'.
14244         (hi-lock-mode): Doc fix.
14246         * isearch.el (isearch-forward-symbol-at-point): New command.
14247         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14248         (isearch-highlight-regexp): Add a regexp which matches
14249         words/symbols for word/symbol mode.
14251         * subr.el (find-tag-default-bounds): New function with the body
14252         mostly moved from `find-tag-default'.
14253         (find-tag-default): Move most code to `find-tag-default-bounds',
14254         call it and apply `buffer-substring-no-properties' afterwards.
14256 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
14258         * eshell/em-term.el (eshell-term-initialize):
14259         Use `cl-intersection' rather than `intersection'.
14261 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
14263         * vc/log-view.el: Doc fix.
14264         (log-view-mode-map): Copy keymap from `special-mode-map'.
14266 2013-06-02  Eric Ludlam  <zappo@gnu.org>
14268         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
14269         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
14270         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
14271         (eieio-unbound, eieio-default-superclass)
14272         (eieio--define-field-accessors, method-static, method-before)
14273         (method-primary, method-after, method-num-lists)
14274         (method-generic-before, method-generic-primary)
14275         (method-generic-after, method-num-slots)
14276         (eieio-specialized-key-to-generic-key)
14277         (eieio--check-type, class-v, class-p)
14278         (eieio-class-name, define-obsolete-function-alias)
14279         (eieio-class-parents-fast, eieio-class-children-fast)
14280         (same-class-fast-p, class-constructor, generic-p)
14281         (generic-primary-only-p, generic-primary-only-one-p)
14282         (class-option-assoc, class-option, eieio-object-p)
14283         (class-abstract-p, class-method-invocation-order)
14284         (eieio-defclass-autoload-map, eieio-defclass-autoload)
14285         (eieio-class-un-autoload, eieio-defclass)
14286         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
14287         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
14288         (eieio--defgeneric-init-form, eieio-defgeneric-form)
14289         (eieio-defgeneric-reset-generic-form)
14290         (eieio-defgeneric-form-primary-only)
14291         (eieio-defgeneric-reset-generic-form-primary-only)
14292         (eieio-defgeneric-form-primary-only-one)
14293         (eieio-defgeneric-reset-generic-form-primary-only-one)
14294         (eieio-unbind-method-implementations)
14295         (eieio--defmethod, eieio--typep)
14296         (eieio-perform-slot-validation, eieio-validate-slot-value)
14297         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
14298         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
14299         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
14300         (eieio-slot-name-index, eieio-class-slot-name-index)
14301         (eieio-set-defaults, eieio-initarg-to-attribute)
14302         (eieio-attribute-to-initarg, eieio-c3-candidate)
14303         (eieio-c3-merge-lists, eieio-class-precedence-c3)
14304         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
14305         (eieio-class-precedence-list, eieio-generic-call-methodname)
14306         (eieio-generic-call-arglst, eieio-generic-call-key)
14307         (eieio-generic-call-next-method-list)
14308         (eieio-pre-method-execution-functions, eieio-generic-call)
14309         (eieio-generic-call-primary-only, eieiomt-method-list)
14310         (eieiomt-optimizing-obarray, eieiomt-install)
14311         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
14312         (eieio-generic-form, eieio-defmethod, make-obsolete)
14313         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
14314         (defclass): Remove `eval-and-compile' from macro.
14315         (call-next-method, shared-initialize): Instead of using
14316         `scoped-class' variable, use new eieio--scoped-class, and
14317         eieio--with-scoped-class.
14318         (initialize-instance): Rename local variable 'scoped-class' to
14319         'this-class' to remove ambiguitity from old global.
14321         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
14322         eieio.el.
14323         (eieio--scoped-class-stack): New variable.
14324         (eieio--scoped-class): New fcn.
14325         (eieio--with-scoped-class): New scoping macro.
14326         (eieio-defclass): Use pushnew instead of add-to-list.
14327         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
14328         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
14329         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
14330         `scoped-class' variable, use new eieio--scoped-class, and
14331         eieio--with-scoped-class.
14333         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
14335 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
14337         * eshell/esh-ext.el (eshell-external-command): Pass args to
14338         `eshell-find-interpreter'.
14339         (eshell-find-interpreter): Add new second parameter ARGS.
14341         * eshell/em-script.el (eshell-script-initialize): Add second arg
14342         to the function added as MATCH to `eshell-interpreter-alist'.
14344         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
14345         the function added as MATCH to `eshell-interpreter-alist'.
14347         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
14348         (eshell-visual-options): New defcustom.
14349         (eshell-escape-control-x): Adapt docstring.
14350         (eshell-term-initialize): Test `eshell-visual-subcommands' and
14351         `eshell-visual-options' in addition to `eshell-visual-commands'.
14352         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
14354 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14356         * progmodes/python.el (python-indent-block-enders): Add break,
14357         continue and raise keywords.
14359 2013-06-01  Glenn Morris  <rgm@gnu.org>
14361         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
14363         Plain (f)boundp silences compilation warnings since Emacs 22.1.
14364         * progmodes/cc-cmds.el (delete-forward-p):
14365         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
14366         * progmodes/cc-engine.el (buffer-syntactic-context):
14367         * progmodes/cc-fonts.el (face-property-instance):
14368         * progmodes/cc-mode.el (set-keymap-parents):
14369         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
14370         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
14371         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
14372         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
14373         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
14375         * progmodes/cc-vars.el (other): Emacs has this widget since
14376         at least 21.1, so don't (re)define it.
14378         * eshell/em-cmpl.el (eshell-cmpl-initialize):
14379         Replace the obsolete alias pcomplete-arg-quote-list.
14381 2013-06-01  Leo Liu  <sdl.web@gmail.com>
14383         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
14384         punctuation syntax.
14385         (inferior-octave-minimal-columns)
14386         (inferior-octave-last-column-width): New variables.
14387         (inferior-octave-track-window-width-change): New function.
14388         (inferior-octave-mode): Adjust column width so that Octave output,
14389         for example from 'ls', can fit into the window nicely.
14391 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
14393         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14394         Highlight expansions inside regexp literals.
14396 2013-05-31  Glenn Morris  <rgm@gnu.org>
14398         * obsolete/sym-comp.el (symbol-complete):
14399         Replace obsolete completion-annotate-function.
14401         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
14403 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
14405         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14406         New function, checks if point is inside a literal that allows
14407         expression expansion.
14408         (ruby-syntax-propertize-expansion): Use it.
14409         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
14410         around the body.
14412 2013-05-30  Juri Linkov  <juri@jurta.org>
14414         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
14415         to "\M-si".
14416         (isearch-invisible): New variable.
14417         (isearch-forward): Doc fix.
14418         (isearch-mode): Set `isearch-invisible'
14419         to the value of `search-invisible'.
14420         (isearch-toggle-case-fold): Doc fix.
14421         (isearch-toggle-invisible): New command.
14422         (isearch-query-replace): Let-bind `search-invisible'
14423         to the value of `isearch-invisible'.
14424         (isearch-search): Use `isearch-invisible' instead of
14425         `search-invisible'.  Let-bind `search-invisible'
14426         to the value of `isearch-invisible'.  (Bug#11378)
14428 2013-05-30  Juri Linkov  <juri@jurta.org>
14430         * replace.el (perform-replace): Avoid `isearch-range-invisible'
14431         call when `query-flag' is nil and `search-invisible' is non-nil.
14432         (Bug#11746)
14434 2013-05-30  Glenn Morris  <rgm@gnu.org>
14436         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
14438         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
14439         (cc-require): Suppress spurious "noruntime" warnings.
14440         (cc-require-when-compile): Use fboundp, for sake of compiler.
14442         * progmodes/cc-mode.el: Move load of cc-vars before that of
14443         cc-langs (which in turn loads cc-vars), to quieten compiler.
14445 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14447         * paren.el: Simplify the code.
14448         (show-paren-mode): Always start the timer.
14449         (show-paren--idle-timer): Rename from show-paren-idle-timer.
14450         (show-paren--overlay, show-paren--overlay-1): Rename from
14451         show-paren-overlay and show-paren-overlay-1, and initialize to an
14452         overlay rather than to nil.
14453         (show-paren-function): Misc cleanup and simplifications.
14455 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14457         * paren.el (show-paren-data-function): New hook.
14458         (show-paren--default): New function, extracted from show-paren-function.
14459         (show-paren-function): Use show-paren-data-function.
14461 2013-05-30  Glenn Morris  <rgm@gnu.org>
14463         * ielm.el (ielm-map, ielm-complete-symbol):
14464         Use completion-at-point rather than obsolete functions.
14465         (inferior-emacs-lisp-mode): Doc fix.
14466         Set completion-at-point-functions, rather than
14467         comint-dynamic-complete-functions.
14469         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
14470         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
14471         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
14473         * image.el (image-animated-p): Tweak definition.
14475         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
14476         (rlogin-process-connection-type): Tweak default.  Add set-after.
14477         (rlogin-host): Doc fix.
14478         (rlogin): Tweak prompt.
14479         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
14481         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
14482         * progmodes/tcl.el (inferior-tcl-mode-map):
14483         Use completion-at-point rather than obsolete alias.
14485         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
14487         * minibuffer.el (read-file-name-completion-ignore-case):
14488         Move before completion--in-region, for eager macro expansion.
14490 2013-05-29  Juri Linkov  <juri@jurta.org>
14492         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
14493         for total count of matching lines.  Add `global-matches' for total
14494         count of matches.  Rename `matches' to `lines' for count of
14495         matching lines.  Add `matches' for count of matches.
14496         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
14497         to `prev-line' for line number of prev match endpt.
14498         Increment `matches' for every match.  Print the number of
14499         matching lines in the header.
14500         (occur-context-lines): Rename `lines' to `curr-line'.
14501         Rename `prev-lines' to `prev-line'.  (Bug#14017)
14503 2013-05-29  Juri Linkov  <juri@jurta.org>
14505         * replace.el (perform-replace): Add `skip-read-only-count',
14506         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
14507         Increment them for corresponding conditions and report the number
14508         of skipped occurrences in the final message.  (Bug#11746)
14509         (query-replace, query-replace-regexp, query-replace-regexp-eval)
14510         (replace-string, replace-regexp): Doc fix.
14512 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14514         * emacs-lisp/trace.el (trace--read-args): Provide a default.
14516         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
14517         prog-mode-map (bug#14504).
14519 2013-05-29  Leo Liu  <sdl.web@gmail.com>
14521         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
14522         (octave-help): Small simplification.
14524         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
14525         off the highlight first.
14527 2013-05-29  Glenn Morris  <rgm@gnu.org>
14529         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
14530         Handle idlwave-last-system-routine-info-cons-cell being nil.
14532         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14533         (idlwave-write-paths): Simplify via with-temp-buffer.
14535         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
14536         * emulation/cua-rect.el: Also load cua-base at run time.
14538         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
14539         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
14540         (cperl-imenu-on-info): Require imenu.
14542 2013-05-28  Alan Mackenzie  <acm@muc.de>
14544         Handle "capitalised keywords" correctly.
14545         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
14547 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
14549         * eshell/em-unix.el: Add -r option to cp.
14551 2013-05-28  Glenn Morris  <rgm@gnu.org>
14553         * vc/vc-arch.el (vc-exec-after): Declare.
14554         (vc-switches): Autoload.
14555         * vc/vc-bzr.el: No need to require vc when compiling.
14556         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
14557         (vc-resynch-buffer, vc-dir-refresh): Declare.
14558         (vc-setup-buffer, vc-switches): Autoload.
14559         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
14560         (vc-resynch-buffer): Declare.
14561         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
14562         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
14563         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
14564         (grep-read-regexp, grep-read-files, grep-expand-template)
14565         (vc-dir-refresh): Declare.
14566         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
14567         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
14568         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
14569         * vc/vc-mtn.el (vc-exec-after): Declare.
14570         (vc-switches): Autoload.
14571         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
14572         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
14573         (vc-file-tree-walk): Declare.
14574         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
14575         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
14576         (vc-tag-precondition, vc-rename-master): Autoload.
14577         * vc/vc-svn.el (vc-exec-after): Declare.
14578         (vc-switches, vc-setup-buffer): Autoload.
14579         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
14580         Autoload.
14581         (vc-resynch-buffer): Declare.
14583         * obsolete/fast-lock.el (byte-compile-warnings):
14584         Don't warn about obsolete features in this obsolete file.
14586         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
14587         Move definition before use.
14589         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
14590         (dun-unix-verbs): Remove dun-zippy.
14591         (dun-zippy): Remove function.
14593         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
14595 2013-05-27  Juri Linkov  <juri@jurta.org>
14597         * replace.el (replace-search): New function with code moved out
14598         from `perform-replace'.
14599         (replace-highlight, replace-dehighlight): Move function definitions
14600         up closer to `replace-search'.  (Bug#11746)
14602 2013-05-27  Juri Linkov  <juri@jurta.org>
14604         * replace.el (perform-replace): Ignore invisible matches.
14605         In addition to checking `query-replace-skip-read-only', also
14606         filter out matches by calling `run-hook-with-args-until-failure'
14607         on `isearch-filter-predicates', and also check `search-invisible'
14608         for t or call `isearch-range-invisible'.
14609         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
14611 2013-05-27  Juri Linkov  <juri@jurta.org>
14613         * isearch.el (isearch-filter-predicates): Rename from
14614         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
14615         (isearch-message-prefix): Display text from the property
14616         `isearch-message-prefix' of the currently active filters.
14617         (isearch-search): Don't compare `isearch-filter-predicate' with
14618         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
14619         on `isearch-filter-predicates'.  Also check `search-invisible' for t
14620         or call `isearch-range-invisible'.
14621         (isearch-filter-visible): Make obsolete.
14622         (isearch-lazy-highlight-search):
14623         Call `run-hook-with-args-until-failure' on
14624         `isearch-filter-predicates' and use `isearch-range-invisible'.
14626         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
14627         `isearch-filter-predicates' instead of `funcall'ing
14628         `isearch-filter-predicate'.
14629         (Info-mode): Set `Info-isearch-filter' to
14630         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
14632         * dired-aux.el (dired-isearch-filter-predicate-orig):
14633         Remove variable.
14634         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
14635         (dired-isearch-filenames-end): Add and remove
14636         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
14637         instead of changing the value of `isearch-filter-predicate'.
14638         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
14639         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
14640         Put property `isearch-message-prefix' to "filename " on
14641         `dired-isearch-filter-filenames'.
14643         * wdired.el (wdired-change-to-wdired-mode):
14644         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
14645         locally instead of changing `isearch-filter-predicate'.
14646         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
14648 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
14650         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
14651         return the commit hash (Bug#14459).  Also set the
14652         `vc-git-detached' property.
14653         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
14654         (vc-git-mode-line-string): Use the same help-echo format whether
14655         in detached mode or not, because we know the actual revision now.
14656         When in detached mode, shorten the revision to 7 chars.
14658 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14660         * emacs-lisp/easy-mmode.el (define-minor-mode):
14661         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
14662         mode hook and provide a docstring.
14664 2013-05-27  Alan Mackenzie  <acm@muc.de>
14666         Remove spurious syntax-table text properties inserted by C-y.
14667         * progmodes/cc-mode.el (c-after-change): Also clear hard
14668         syntax-table property with value nil.
14670 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
14672         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
14673         when reading the events; the buffer layout shall not be changed.
14675 2013-05-27  Leo Liu  <sdl.web@gmail.com>
14677         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
14678         New variable.
14679         (inferior-octave-directory-tracker): Automatically re-sync
14680         default-directory.
14681         (octave-help): Improve handling of 'See also'.
14683 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14685         * doc-view.el: Minor naming convention tweaks.
14686         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14688         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14689         even if there's no `display' property yet (bug#14435).
14691 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
14693         * subr.el (unmsys--file-name): Rename from reveal-filename.
14695         * Makefile.in (custom-deps, finder-data, autoloads)
14696         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14697         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14698         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14700 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14702         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14703         error-completion on the first 2 args of condition-case (bug#14446).
14704         Don't burp at EOB.
14706 2013-05-25  Leo Liu  <sdl.web@gmail.com>
14708         * comint.el (comint-previous-matching-input): Do not flood the
14709         *Messages* buffer with trivial messages.
14711 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14713         * progmodes/flymake.el (flymake-nop): Don't return a string.
14714         (flymake-set-at): Fix typo.
14716         * simple.el (read--expression): New function, extracted from
14717         eval-expression.  Set completion-at-point-functions (bug#14465).
14718         (eval-expression, eval-minibuffer): Use it.
14720 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
14722         * progmodes/flymake.el (flymake-save-buffer-in-file)
14723         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14724         (flymake-selected-frame, flymake-log, flymake-ins-after)
14725         (flymake-set-at, flymake-get-buildfile-from-cache)
14726         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14727         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14728         Refine the doc string.
14729         (flymake-get-file-name-mode-and-masks): Reformat.
14730         (flymake-get-real-file-name-function): Fix a minor bug.
14732 2013-05-24  Juri Linkov  <juri@jurta.org>
14734         * progmodes/grep.el (grep-mode-font-lock-keywords):
14735         Support =linenumber= format used by git-grep for lines with
14736         function names.  (Bug#13549)
14738 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14740         * progmodes/octave.el (octave-smie-rules): Return nil rather than
14741         0 after a semi-colon; it works better for smie-auto-fill.
14742         (octave--indent-new-comment-line): New function.
14743         (octave-indent-new-comment-line): Use it (indirectly).
14744         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
14745         modify comment-line-break-function.
14747         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14748         (smie-setup): Use add-function to set it.
14750 2013-05-24  Sam Steingold  <sds@gnu.org>
14752         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14753         argument (before the `interactive' argument).
14755 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14757         * image-mode.el (image-mode-winprops): Add winprops to
14758         image-mode-winprops-alist before running
14759         image-mode-new-window-functions.
14760         * doc-view.el (doc-view-new-window-function): Don't delay
14761         doc-view-goto-page via timers (bug#14435).
14763 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
14765         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
14766         (doc-view-desktop-save-buffer): New function.
14767         (doc-view-restore-desktop-buffer): New function.
14768         (desktop-buffer-mode-handlers):
14769         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14770         handler.
14771         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14772         `desktop-save-buffer' function.
14774 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
14776         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14777         (tramp-gvfs-file-name-handler): Raise a user error when
14778         `tramp-gvfs-enabled' is nil.
14779         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14780         Do not raise a user error when loading package.  (Bug#14447)
14782         * net/xesam.el: Move to obsolete/.
14784 2013-05-24  Glenn Morris  <rgm@gnu.org>
14786         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14788         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14790         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14791         (Info-find-node, Man-getpage-in-background): Declare.
14793         * mail/unrmail.el (unrmail):
14794         Replace obsolete detect-coding-with-priority.
14796         * net/socks.el (socks-split-string): Use this rather than split-string.
14797         (socks-nslookup-host): Update for above change.
14798         (dynamic-choice, s5-dynamic-choice-match)
14799         (s5-dynamic-choice-match-inline, s5-widget-value-create):
14800         Comment out unused code.
14802         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14803         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14804         (gud-tooltip-echo-area): Make obsolete.
14805         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14807         * progmodes/js.el (js--optimize-arglist): Declare.
14809         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14811         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14812         (ediff-window-C): Declare.
14814         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14815         Tweak requires to silence compiler.
14817         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14818         (he-search-string, he-tried-table, he-expand-list)
14819         (he-init-string, he-string-member, he-substitute-string)
14820         (he-reset-string): Declare.
14822         * obsolete/options.el (list-options): Use custom-variable-p,
14823         rather than obsolete alias.
14825 2013-05-23  Sam Steingold  <sds@gnu.org>
14827         * simple.el (shell-command-on-region): Pass the `replace' argument
14828         down to `call-process-region' to comply with the doc as reported on
14829         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14831 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14833         * emacs-lisp/smie.el (smie-indent-forward-token)
14834         (smie-indent-backward-token): Handle string tokens (bug#14381).
14836 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14838         * ielm.el (ielm-menu): New menu.
14839         (inferior-emacs-lisp-mode): Set comment-start.
14841 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14843         * textmodes/reftex.el (reftex-ref-style-toggle):
14844         Fix deactivate action.
14846         * textmodes/reftex-vars.el (reftex-ref-style-alist):
14847         Add cleveref macros.
14849         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14850         Accept options for bibliography commands.
14851         * textmodes/reftex-vars.el (reftex-bibliography-commands):
14852         Add addbibresource.  Basic Biblatex support.
14854 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
14856         * net/tramp-gvfs.el (top):
14857         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14858         when loading package.  (Bug#14447)
14860 2013-05-23  Glenn Morris  <rgm@gnu.org>
14862         * progmodes/js.el: No need to load comint when compiling.
14863         (ring-insert, comint-send-string, comint-send-input)
14864         (comint-last-input-end, ido-chop): Declare.
14866         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14867         * vc/ediff-mult.el: Adjust requires.
14868         (ediff-directories-internal, ediff-directory-revisions-internal)
14869         (ediff-patch-file-internal): Declare.
14870         * vc/ediff-ptch.el: Adjust requires.
14871         (ediff-use-last-dir, ediff-buffers-internal): Declare.
14872         (ediff-find-file): Autoload.
14873         * vc/ediff-util.el: No need to load ediff when compiling.
14874         (ediff-regions-internal): Declare.
14875         * vc/ediff-wind.el: Adjust requires.
14876         (ediff-compute-toolbar-width): Define when compiling.
14877         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14878         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14879         (dired-get-filename, dired-get-marked-files)
14880         (ediff-last-dir-patch, ediff-patch-default-directory)
14881         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14882         (ediff-patch-buffer-internal): Declare.
14884         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14885         (ispell-process, ispell-buffer-local-words, lm-summary)
14886         (lm-section-start, lm-section-end): Declare.
14887         (checkdoc-ispell-init): Simplify.
14889         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14890         (he-string-member, he-reset-string, he-substitute-string): Declare.
14892         * eshell/em-ls.el: Adjust requires.
14893         (eshell-glob-regexp): Declare.
14894         * eshell/em-tramp.el: Adjust requires.
14895         (eshell-parse-command): Autoload.
14896         * eshell/em-xtra.el: Adjust requires.
14897         (eshell-parse-command): Autoload.
14898         * eshell/esh-ext.el: Adjust requires.
14899         (eshell-parse-command, eshell-close-handles): Autoload.
14900         * eshell/esh-io.el: Adjust requires.
14901         (eshell-output-filter): Autoload.
14902         * eshell/esh-util.el: No need to load tramp when compiling.
14903         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14904         Declare.
14905         (eshell-parse-ange-ls): Require ange-ftp and tramp.
14906         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14907         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14908         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14909         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14910         * eshell/esh-opt.el, eshell/esh-proc.el:
14911         * eshell/esh-var.el: Adjust requires.
14912         * eshell/eshell.el: Do not require esh-util twice.
14913         (eshell-add-input-to-history): Declare.
14914         (eshell-command): Check history module is active before using it.
14916         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14918 2013-05-22  Leo Liu  <sdl.web@gmail.com>
14920         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14922 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
14924         * autorevert.el (auto-revert-notify-add-watch)
14925         (auto-revert-notify-handler): Add `attrib' for the inotify case,
14926         it indicates changes in file modification time.
14928 2013-05-22  Glenn Morris  <rgm@gnu.org>
14930         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14931         Always delete the autoloaded function from the noruntime and
14932         unresolved functions lists.
14934         * allout.el: No need to load epa, epg, overlay when compiling.
14935         (epg-context-set-passphrase-callback, epg-list-keys)
14936         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14937         (epg-key-user-id-list): Declare.
14939         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14940         (viper-set-parsing-style-toggling-macro)
14941         (viper-set-emacs-state-searchstyle-macros):
14942         Use called-interactively-p on Emacs.
14943         (viper-looking-back): Make it an obsolete alias.  Update callers.
14944         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14945         Use looking-back rather than viper-looking-back.
14946         (viper-tmp-insert-at-eob, viper-enlarge-region)
14947         (viper-read-string-with-history, viper-register-to-point)
14948         (viper-append-to-register, viper-change-state-to-vi)
14949         (viper-backward-char-carefully, viper-forward-char-carefully)
14950         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14951         (viper-change-state-to-emacs): Declare.
14952         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14953         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14954         * emulation/viper-mous.el: Do not load viper-cmd.
14955         (viper-backward-char-carefully, viper-forward-char-carefully)
14956         (viper-forward-word, viper-adjust-window): Declare.
14958         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14960         * progmodes/idlw-help.el (idlwave-help-fontify):
14961         Use called-interactively-p.
14963         * term/w32console.el (w32-get-console-codepage)
14964         (w32-get-console-output-codepage): Declare.
14966         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14967         Remove unnecessary declarations.
14968         (dframe-message): Doc fix.
14970         * info.el (dframe-select-attached-frame, dframe-current-frame):
14971         Declare.
14973         * speedbar.el (speedbar-message): Make it an obsolete alias.
14974         Update all callers.
14975         (speedbar-with-attached-buffer)
14976         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14977         (speedbar-with-writable): Use backquote.
14978         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14979         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14980         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14981         rather than speedbar- aliases.
14982         * mail/rmail.el: Load dframe rather than speedbar when compiling.
14983         (speedbar-make-specialized-keymap, speedbar-insert-button)
14984         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14985         (speedbar-do-function-pointer): Declare.
14986         (rmail-speedbar-button, rmail-speedbar-find-file)
14987         (rmail-speedbar-move-message):
14988         Use dframe-with-attached-buffer rather than speedbar- alias.
14989         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14990         (dframe-message, speedbar-make-specialized-keymap)
14991         (speedbar-add-expansion-list, speedbar-mode-functions-list)
14992         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14993         (speedbar-insert-button, dframe-select-attached-frame)
14994         (dframe-maybee-jump-to-attached-frame)
14995         (speedbar-change-initial-expansion-list)
14996         (speedbar-previously-used-expansion-list-name): Declare.
14997         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14998         Use dframe-message, dframe-with-attached-buffer rather than
14999         speedbar- aliases.
15000         (gud-sentinel): Silence compiler.
15001         * progmodes/vhdl-mode.el (speedbar-refresh)
15002         (speedbar-do-function-pointer, speedbar-add-supported-extension)
15003         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
15004         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
15005         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
15006         (speedbar-file-lists, speedbar-make-tag-line)
15007         (speedbar-line-directory, speedbar-goto-this-file)
15008         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
15009         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
15010         (speedbar-make-button, speedbar-reset-scanners)
15011         (speedbar-files-item-info, speedbar-line-text)
15012         (speedbar-find-file-in-frame, speedbar-set-timer)
15013         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
15014         (speedbar-with-writable): Do not (re)define it.
15015         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
15016         rather than speedbar- alias.
15018 2013-05-21  Leo Liu  <sdl.web@gmail.com>
15020         * progmodes/octave.el (octave-mode-menu): Update and re-organize
15021         menu items.
15022         (octave-mode): Tweak fill-nobreak-predicate.
15023         (inferior-octave-startup): Check process to avoid infinite loop.
15024         (inferior-octave): Pop to buffer first to show abornmal process
15025         exit information.
15027 2013-05-21  Glenn Morris  <rgm@gnu.org>
15029         * printing.el (pr-menu-bar): Define when compiling.
15031 2013-05-21  Leo Liu  <sdl.web@gmail.com>
15033         * progmodes/octave.el (octave-auto-fill): Remove.
15034         (octave-indent-new-comment-line): Improve.
15035         (octave-mode): Use auto fill mode through
15036         comment-line-break-function and fill-nobreak-predicate.
15037         (octave-goto-function-definition): Support DEFUN_DLD.
15038         (octave-beginning-of-defun): Small tweak.
15039         (octave-help): Show parent directory.
15041 2013-05-21  Glenn Morris  <rgm@gnu.org>
15043         * files.el (dired-unmark):
15044         * progmodes/gud.el (gdb-input): Update declarations.
15046         * calculator.el (electric, ehelp): No need to load when compiling.
15047         (Electric-command-loop, electric-describe-mode): Declare.
15049         * doc-view.el (doc-view-current-converter-processes): Move before use.
15051         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15052         Move MODE-set-explicitly definition before use.
15054         * international/mule-diag.el (mule-diag):
15055         Don't use obsolete window-system-version.
15057         * mail/feedmail.el (smtpmail): No need to load when compiling.
15058         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
15060         * mail/mail-utils.el (rfc822): No need to load when compiling.
15061         (rfc822-addresses): Autoload it.
15062         (mail-strip-quoted-names): Trivial simplification.
15064         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
15065         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
15067         * net/snmp-mode.el (tempo): Don't duplicate requires.
15069         * progmodes/prolog.el (info): No need to load when compiling.
15070         (comint): Require before shell requires it.
15071         (Info-goto-node): Autoload it.
15072         (Info-follow-nearest-node): Declare.
15073         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
15075         * textmodes/artist.el (picture-mode-exit): Declare.
15077         * textmodes/reftex-parse.el (reftex-parse-from-file):
15078         Trivial rewrite so the compiler can parse it better.
15080 2013-05-20  Leo Liu  <sdl.web@gmail.com>
15082         * progmodes/octave.el (octave-help-mode-map)
15083         (octave-help-mode-finish-hook): New variables.
15084         (octave-help-mode, octave-help-mode-finish): New functions.
15085         (octave-help): Use octave-help-mode.
15087 2013-05-20  Glenn Morris  <rgm@gnu.org>
15089         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
15091 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
15093         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
15094         start at point, so that expansion starting right after opening
15095         slash in a regexp is recognized.
15096         (ruby-syntax-before-regexp-re): New defvar, extracted from
15097         ruby-syntax-propertize-function.  Since the value of this regexp
15098         is looked up at runtime now, we should be able to turn
15099         `ruby-syntax-methods-before-regexp' into a defcustom later.
15100         (ruby-syntax-propertize-function): Split regexp matching into two
15101         parts, for opening and closing slashes.  That allows us to skip
15102         over string interpolations and support multiline regexps.
15103         Don't call `ruby-syntax-propertize-expansions', instead use another rule
15104         for them, which calls `ruby-syntax-propertize-expansion'.
15105         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
15106         call to `ruby-syntax-propertize-function'.
15107         (ruby-syntax-propertize-expansion): Extracted from
15108         `ruby-syntax-propertize-expansions'.  Handles one expansion.
15109         (ruby-syntax-propertize-percent-literal): Leave point right after
15110         the percent symbol, so that the expression expansion rule can
15111         propertize the contents.
15112         (ruby-syntax-propertize-heredoc): Leave point at bol following the
15113         heredoc openers.
15114         (ruby-syntax-propertize-expansions): Remove.
15116 2013-05-18  Juri Linkov  <juri@jurta.org>
15118         * man.el (Man-default-man-entry): Remove `-' from the end
15119         of the default value.  (Bug#14400)
15121 2013-05-18  Glenn Morris  <rgm@gnu.org>
15123         * comint.el (comint-password-prompt-regexp):
15124         Allow "password for XXX" where XXX contains colons (eg https://...).
15126 2013-05-18  Leo Liu  <sdl.web@gmail.com>
15128         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
15129         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
15130         (octave-source-directories): Don't check process.
15131         (octave-source-directories, octave-find-definition): Doc fix.
15133 2013-05-18  Glenn Morris  <rgm@gnu.org>
15135         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15136         Remove backspace/delete bindings.  (Bug#14392)
15138         * cus-dep.el (custom-make-dependencies): Sort the output.
15139         (custom-versions-load-alist): Convert comment to doc.
15141 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15143         * newcomment.el (comment-search-backward): Stricter in finding
15144         comment start.  (Bug#14303)
15146         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
15147         (octave-comment-start-skip): Properly anchored.
15149 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15151         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
15152         Clean up when turned off.  (Bug#14395)
15153         (smie--highlight-matching-block-overlay): No longer buffer-local.
15154         (smie-highlight-matching-block): Adjust.
15156 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15158         Doc string fix for "nanoseconds" (Bug#14406).
15159         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
15160         Fix doc string typo that had "nanoseconds" instead of "microseconds".
15162 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
15164         * calc/calc-units.el (math-extract-units): Preserve powers
15165         of units.
15167 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15169         * subr.el (delete-consecutive-dups): New function.
15170         * ido.el (ido-set-matches-1): Use it.
15171         * progmodes/octave.el (inferior-octave-completion-table): Use it.
15172         * ido.el (ido-remove-consecutive-dups): Remove.
15174 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15176         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15177         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
15178         regexp-opt's `words'.
15180 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15182         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
15183         (smie--highlight-matching-block-overlay)
15184         (smie--highlight-matching-block-lastpos)
15185         (smie--highlight-matching-block-timer): New variables.
15186         (smie-highlight-matching-block): New function.
15187         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
15188         (smie-setup): Conditionally enable smie-blink-matching-open.
15190 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
15192         Sync with upstream verilog-mode r840.
15193         * progmodes/verilog-mode.el (verilog-mode-version)
15194         (verilog-mode-release-date): Update.
15195         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
15196         (verilog-sig-tieoff): Fix string error on
15197         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
15198         (verilog-read-decls): Fix parameters confusing
15199         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
15201 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
15203         * subr.el (reveal-filename): New function.
15205         * loadup.el: Compute Emacs executable versions on MS-Windows,
15206         where executables have the .exe extension.  Add a hard link
15207         emacs-XX.YY.ZZ.exe on MS-Windows.
15209         * Makefile.in (XARGS_LIMIT): New variable.
15210         (custom-deps, finder-data, autoloads)
15211         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15212         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15213         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
15214         (compile-main): Limit xargs according to $(XARGS_LIMIT).
15216 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15218         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
15219         (octave-mode-menu, octave-mode-map): Remove its uses.
15221 2013-05-16  Reto Zimmermann  <reto@gnu.org>
15223         Sync with upstream vhdl mode v3.34.2.
15224         * progmodes/vhdl-mode.el: Use `push' throughout.
15225         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
15226         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
15227         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
15228         (vhdl-actual-generic-name): New option to derive actual generic name.
15229         (vhdl-port-paste-signals): Replace formal by actual generics.
15230         (vhdl-beautify): New name for old group vhdl-align.  Update users.
15231         (vhdl-beautify-options): New option.
15232         (vhdl-last-input-event): New compat alias.  Use throughout.
15233         (vhdl-goto-line): Replace user level function `goto-line'.
15234         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
15235         vhdl-fix-statement-buffer.
15236         (vhdl-create-mode-menu): Add some entries.
15237         (vhdl-align-region-groups): Respect vhdl-beautify-options.
15238         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
15239         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
15240         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15241         to force statements on one line.
15242         (vhdl-remove-trailing-spaces-region):
15243         New, split from vhdl-remove-trailing-spaces.
15244         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15245         Respect vhdl-beautify-options.
15246         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15247         (vhdl-update-sensitivity-list): Not add with index if exists without.
15248         Not include array index with signal.  Ignore keywords in comments.
15249         (vhdl-get-visible-signals): Regexp tweaks.
15250         (vhdl-template-component-inst): Handle empty library.
15251         (vhdl-template-type): Add template for 'enum' type.
15252         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15253         Use vhdl-replace-string.
15254         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15255         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15256         (vhdl-speedbar-initialize): Update for above name change.
15257         (vhdl-compose-wire-components): Fix in handling of constants.
15258         (vhdl-error-regexp-emacs-alist): New variable.
15259         (vhdl-error-regexp-add-emacs): New function;
15260         adds support for new compile.el (Emacs 22+)
15261         (vhdl-generate-makefile-1): Change target order for single lib. units.
15262         Allow use of absolute file names.
15264 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15266         * simple.el (prog-indent-sexp): Indent enclosing defun.
15268 2013-05-15  Glenn Morris  <rgm@gnu.org>
15270         * cus-start.el (show-trailing-whitespace): Move to editing basics.
15271         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
15272         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
15273         (whitespace-highlight): Move to whitespace group.
15275         * comint.el (comint-source):
15276         * pcmpl-linux.el (pcmpl-linux):
15277         * shell.el (shell-faces):
15278         * eshell/esh-opt.el (eshell-opt):
15279         * international/ccl.el (ccl): Remove empty custom groups.
15281         * completion.el (dynamic-completion-mode):
15282         * jit-lock.el (jit-lock-debug-mode):
15283         * minibuffer.el (completion-in-region-mode):
15284         * type-break.el (type-break-mode-line-message-mode)
15285         (type-break-query-mode):
15286         * emulation/tpu-edt.el (tpu-edt-mode):
15287         * progmodes/subword.el (global-subword-mode, global-superword-mode):
15288         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15289         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
15291         * term/xterm.el (xterm): Change parent group to terminals.
15293         * master.el (master): Remove empty custom group.
15294         (master-mode): Remove unused :group argument.
15295         * textmodes/refill.el (refill): Remove empty custom group.
15296         (refill-mode): Remove unused :group argument.
15298         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
15300         * cus-dep.el: Provide a feature.
15301         (custom-make-dependencies): Ignore dotfiles (dir-locals).
15302         Don't mistakenly ignore files whose basenames match a basename
15303         from preloaded-file-list (eg cedet/ede/simple.el).
15304         Add a fallback method for getting :group.
15306 2013-05-15  Juri Linkov  <juri@jurta.org>
15308         * isearch.el (isearch-char-by-name): Rename from
15309         `isearch-insert-char-by-name'.  Doc fix.
15310         (isearch-forward): Mention `isearch-char-by-name' in
15311         the docstring.  (Bug#13348)
15313         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
15314         `exit-minibuffer' instead of
15315         `isearch-nonincremental-exit-minibuffer'.
15316         (isearch-edit-string): Remove mention of
15317         `isearch-nonincremental-exit-minibuffer' from docstring.
15318         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
15319         (isearch-forward-exit-minibuffer)
15320         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
15322 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15324         * loadup.el: Just use unversioned DOC.
15326         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
15327         literals as extending to EOB.
15328         (nxml-last-fontify-end): Remove unused variable.
15329         (nxml-after-change1): Use with-silent-modifications.
15330         (nxml-extend-after-change-region): Simplify.
15331         (nxml-extend-after-change-region1): Remove function.
15332         (nxml-after-change1): Don't adjust for dependent regions.
15333         (nxml-fontify-matcher): Simplify.
15334         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
15335         (xmltok-add-dependent): Remove function.
15336         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
15337         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
15338         (xmltok-scan-prolog-after-processing-instruction-open): Treat
15339         unclosed <[[, <?, comment, and other literals as extending to EOB.
15340         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
15341         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
15342         Remove functions.
15343         (rng-do-some-validation-1): Don't mark dependent regions.
15344         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
15345         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
15346         (nxml-clear-dependent-regions): Remove functions.
15347         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
15348         (nxml-ensure-scan-up-to-date):
15349         Don't clear&mark dependent regions.
15351 2013-05-15  Leo Liu  <sdl.web@gmail.com>
15353         * progmodes/octave.el (octave-goto-function-definition):
15354         Improve and fix callers.
15356 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15358         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
15359         the setter (bug#14387).
15361         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
15362         surrounding group (bug#14402).
15364 2013-05-14  Juri Linkov  <juri@jurta.org>
15366         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
15367         (Bug#14390)
15369 2013-05-14  Glenn Morris  <rgm@gnu.org>
15371         * progmodes/f90.el (f90-imenu-generic-expression):
15372         Fix typo in 2013-05-08 change.  (Bug#14402)
15374 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15376         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
15377         Remove signals for which replies are never received.
15379 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15381         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
15382         (gdb-handler-alist, gdb-handler-number): Remove variables.
15383         (gdb-handler-list): New variable.
15384         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
15385         (gdb-pending-handler-p, gdb-handle-reply)
15386         (gdb-remove-all-pending-triggers): New functions.
15387         (gdb-discard-unordered-replies): New defcustom.
15388         (gdb-handler): New defstruct.
15389         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
15390         instead of gdb-pending-triggers.  Update docstring.
15391         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
15392         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
15393         (gdb-var-update-handler, def-gdb-auto-update-trigger)
15394         (def-gdb-auto-update-handler, gdb-get-changed-registers)
15395         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
15396         (gdb-frame-handler): Pending triggers are now automatically managed.
15397         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
15398         Remove argument.
15399         (gdb-input): Automatically handles pending triggers.  Update docstring.
15400         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
15401         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
15402         Update comments.
15403         (gdb-done-or-error): Now use gdb-handle-reply.
15405 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15407         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
15408         gdb-debug-log.
15410 2013-05-14  Glenn Morris  <rgm@gnu.org>
15412         * subr.el (user-emacs-directory-warning): New option.
15413         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
15415 2013-05-14  Leo Liu  <sdl.web@gmail.com>
15417         * progmodes/octave.el (octave-font-lock-keywords): Fix error
15418         during redisplay.
15419         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
15420         (octave-font-lock-texinfo-comment): Fix invalid search bound
15421         error: wrong side of point.
15423 2013-05-14  Glenn Morris  <rgm@gnu.org>
15425         * progmodes/flymake.el (flymake-xml-program): New option.
15426         (flymake-xml-init): Use it.
15428         * term/xterm.el: Provide a feature.
15430         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
15432 2013-05-13  Glenn Morris  <rgm@gnu.org>
15434         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
15435         Add compat aliases as a hack workaround.  (Bug#14384)
15437 2013-05-13  Leo Liu  <sdl.web@gmail.com>
15439         * progmodes/octave.el (octave-indent-comment): Fix indentation for
15440         ###, and %!.
15441         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
15442         C-M-q.
15443         (octave-comment-start-skip): Include %!.
15444         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
15446 2013-05-12  Leo Liu  <sdl.web@gmail.com>
15448         * progmodes/octave.el (inferior-octave-startup): Store the value
15449         of __octave_srcdir__ for octave-source-directories.
15450         (inferior-octave-check-process): New function refactored out of
15451         inferior-octave-send-list-and-digest.
15452         (octave-source-directories)
15453         (octave-find-definition-filename-function): New variables.
15454         (octave-source-directories)
15455         (octave-find-definition-default-filename): New functions.
15456         (octave-find-definition): Improve to find functions implemented in C++.
15458 2013-05-12  Glenn Morris  <rgm@gnu.org>
15460         * calendar/diary-lib.el (diary-outlook-format-1):
15461         Don't include dayname in the output.  (Bug#14349)
15463 2013-05-11  Glenn Morris  <rgm@gnu.org>
15465         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
15467         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
15468         Treat cc-provide like provide.
15470 2013-05-11  Kevin Ryde  <user42@zip.com.au>
15472         * cus-dep.el (custom-make-dependencies):
15473         Use generated-autoload-load-name for the sake of files such
15474         such cedet/semantic/bovine/c.el, where the base file name
15475         is not in load-path.  (Bug#5277)
15477 2013-05-11  Glenn Morris  <rgm@gnu.org>
15479         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
15480         Provide features.
15482 2013-05-11  Leo Liu  <sdl.web@gmail.com>
15484         * progmodes/octave.el (octave-indent-comment): Improve.
15485         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
15486         (octave-eldoc-function-signatures, octave-eldoc-function):
15487         New functions.
15488         (octave-mode, inferior-octave-mode): Add eldoc support.
15490 2013-05-11  Richard Stallman  <rms@gnu.org>
15492         * epa.el (epa-decrypt-file): Take output file name as argument
15493         and read it using `interactive'.
15495 2013-05-11  Leo Liu  <sdl.web@gmail.com>
15497         * progmodes/octave.el (octave-beginning-of-line)
15498         (octave-end-of-line): Check before using up-list because it jumps
15499         out of more syntactic contructs since moving to smie.
15500         (octave-indent-comment): New function.
15501         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
15502         (octave-begin-keywords, octave-end-keywords)
15503         (octave-reserved-words, octave-smie-bnf-table)
15504         (octave-smie-rules): Add new keywords from Octave 3.6.4.
15506 2013-05-11  Glenn Morris  <rgm@gnu.org>
15508         * faces.el (internal-face-x-get-resource):
15509         * frame.el (ns-display-monitor-attributes-list):
15510         * calc/calc-aent.el (math-to-radians-2):
15511         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
15512         Fix declarations.
15514         * calc/calc-menu.el: Make it loadable in isolation.
15516         * net/eudcb-bbdb.el: Make it loadable without bbdb.
15517         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
15518         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
15519         (eudc-bbdb-query-internal): Require 'bbdb.
15521         * lpr.el (lpr-headers-switches):
15522         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
15524         * progmodes/sql.el (sql-login-params): Fix and improve :type.
15526         * emulation/edt-mapper.el: In batch mode, error rather than hang.
15528         * term.el (term-set-escape-char): Make it idempotent.
15530 2013-05-10  Leo Liu  <sdl.web@gmail.com>
15532         * progmodes/octave.el (inferior-octave-completion-table):
15533         No longer a function and all uses changed.  Use cache to speed up
15534         completion due to bug#11906.
15535         (octave-beginning-of-defun): Re-write to be more general.
15537 2013-05-10  Glenn Morris  <rgm@gnu.org>
15539         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
15541 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15543         * comint.el (comint-redirect-send-command-to-process): Use :around
15544         rather than :override for comint-redirect-filter.
15545         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
15546         Call it instead of comint-redirect-original-filter-function (which
15547         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
15549 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
15551         * frame.el (display-monitor-attributes-list): Add NS case.
15552         (ns-display-monitor-attributes-list): Declare.
15554 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
15556         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
15558 2013-05-09  Glenn Morris  <rgm@gnu.org>
15560         * international/fontset.el (vertical-centering-font-regexp):
15561         Set standard-value.
15563         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
15565         * bookmark.el (bookmark-search-delay):
15566         * cus-start.el (vertical-centering-font-regexp):
15567         * ps-mule.el (ps-mule-font-info-database-default):
15568         * ps-print.el (ps-default-fg, ps-default-bg):
15569         * type-break.el (type-break-good-break-interval):
15570         * whitespace.el (whitespace-indentation-regexp)
15571         (whitespace-space-after-tab-regexp):
15572         * emacs-lisp/testcover.el (testcover-1value-functions)
15573         (testcover-noreturn-functions, testcover-progn-functions)
15574         (testcover-prog1-functions):
15575         * emulation/viper-init.el (viper-emacs-state-cursor-color):
15576         * eshell/em-glob.el (eshell-glob-translate-alist):
15577         * play/tetris.el (tetris-tty-colors):
15578         * progmodes/cpp.el (cpp-face-default-list):
15579         * progmodes/flymake.el (flymake-allowed-file-name-masks):
15580         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
15581         (idlwave-help-browser-generic-args):
15582         * progmodes/make-mode.el (makefile-special-targets-list):
15583         * progmodes/python.el (python-shell-virtualenv-path):
15584         * progmodes/verilog-mode.el (verilog-active-low-regexp)
15585         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
15586         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
15587         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
15588         * textmodes/reftex-vars.el (reftex-format-label-function):
15589         * textmodes/remember.el (remember-diary-file): Fix custom types.
15591         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
15592         Add :version.
15594 2013-05-09  Leo Liu  <sdl.web@gmail.com>
15596         * progmodes/octave.el (inferior-octave-completion-at-point):
15597         Restore file completion.  (Bug#14300)
15598         (inferior-octave-startup): Fix incorrect highlighting for the
15599         first prompt.
15601 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15603         * progmodes/ruby-mode.el: First cut at SMIE support.
15604         (ruby-use-smie): New var.
15605         (ruby-smie-grammar): New constant.
15606         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
15607         (ruby-smie--forward-token, ruby-smie--backward-token)
15608         (ruby-smie-rules): New functions.
15609         (ruby-mode-variables): Setup SMIE if applicable.
15611 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
15613         * simple.el (line-move-visual): Signal beginning/end of buffer
15614         only if vertical-motion moved less than it was requested.  Avoids
15615         silly incorrect error messages when there are display strings with
15616         multiple newlines at EOL.
15618 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15620         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
15621         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
15622         (prolog-char-quote-workaround):
15623         * progmodes/cperl-mode.el (cperl-under-as-char):
15624         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
15625         Mark as obsolete.
15626         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
15627         their declaration.
15628         (vhdl-mode-syntax-table-init): Remove.
15630         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
15631         last change.
15633         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
15634         syntax for "_".
15635         (ld-script-font-lock-keywords):
15636         Change regexps to use things like \_< and \_>.
15638         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
15639         Change all regexps to use things like \_< and \_>.
15641         * progmodes/autoconf.el (autoconf-definition-regexp)
15642         (autoconf-font-lock-keywords, autoconf-current-defun-function):
15643         Handle a _ with symbol syntax.
15644         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
15646         * progmodes/ada-mode.el (ada-mode-abbrev-table):
15647         Consolidate declaration.
15648         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
15649         the declaration.
15650         (ada-create-syntax-table): Remove.
15651         (ada-capitalize-word): Don't mess with the syntax of "_" since it
15652         already has the right syntax nowadays.
15653         (ada-goto-next-word): Don't change the syntax of "_".
15655         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
15656         with-wrapper-hook.
15658 2013-05-08  Sam Steingold  <sds@gnu.org>
15660         * thingatpt.el (thing-at-point): Accept optional second argument
15661         NO-PROPERTIES to strip the text properties from the return value.
15662         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
15663         to `thing-at-point' instead of stripping the properties ourselves.
15664         Also, when `thing-at-point' fails to find a url, prepend "http://"
15665         to the filename at point on the assumption that the user is
15666         pointing at something like gnu.org/gnu.
15668 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
15670         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15671         * faces.el (crm-separator):
15672         Silence byte-compiler.
15674         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
15675         (tool-bar-map): Remove unneeded defvars.
15677 2013-05-08  Leo Liu  <sdl.web@gmail.com>
15679         Re-work a fix for bug#10994 based on Le Wang's patch.
15680         * ido.el (ido-remove-consecutive-dups): New helper.
15681         (ido-completing-read): Use it.
15682         (ido-chop): Revert fix for bug#10994.
15684 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
15686         * cus-edit.el (custom-save-variables):
15687         Pretty-print long values.  (Bug#14187)
15689 2013-05-08  Glenn Morris  <rgm@gnu.org>
15691         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15692         (m4-mode-syntax-table): Init in the defvar.
15693         (m4-mode-abbrev-table): Let define-derived-mode define it.
15695 2013-05-08  Tom Tromey  <tromey@redhat.com>
15697         * progmodes/m4-mode.el (m4-mode-syntax-table):
15698         Do not treat "_" as word constituent.  (Bug#14167)
15700 2013-05-07  Glenn Morris  <rgm@gnu.org>
15702         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15703         Remove explicit eshell-isearch-cancel-map.
15705         * progmodes/f90.el (f90-smart-end-names): New option.
15706         (f90-smart-end): Doc fix.
15707         (f90-end-block-optional-name): New constant.
15708         (f90-block-match): Respect f90-smart-end-names.
15710 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15712         * progmodes/octave.el (octave-smie-forward-token): Be more careful
15713         about implicit semi-colons (bug#14218).
15715 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15717         * frame.el (display-monitor-attributes-list)
15718         (frame-monitor-attributes): New functions.
15720 2013-05-06  Leo Liu  <sdl.web@gmail.com>
15722         * progmodes/octave.el (octave-syntax-propertize-function): Change
15723         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
15724         (octave-font-lock-keywords): Use octave-operator-regexp.
15725         (octave-completion-at-point): Rename from
15726         octave-completion-at-point-function.
15727         (inferior-octave-directory-tracker): Robustify.
15728         (octave-text-functions): Remove and fix its uses.  No such things
15729         any more.
15731 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15733         * emacs-lisp/trace.el (trace--display-buffer): New function.
15734         (trace-make-advice): Use it.
15736 2013-05-06  Juri Linkov  <juri@jurta.org>
15738         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
15739         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15740         Doc fix.
15741         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15742         in the help string.  (Bug#12985)
15744 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
15746         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
15748 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15750         * progmodes/perl-mode.el: Add support for here documents.
15751         (perl-syntax-propertize-function): Match here-doc markers.
15752         (perl-syntax-propertize-special-constructs): Find their end.
15753         (perl-imenu-generic-expression): Use [:alnum:].
15755         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15756         (advice--add-function): Refresh the advice if already present
15757         (bug#14317).
15759 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
15761         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
15763 2013-05-06  Glenn Morris  <rgm@gnu.org>
15765         * w32-fns.el (w32-charset-info-alist): Declare.
15767         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15768         of its defcustom properties.
15769         (eshell-cmpl-initialize): No need to load pcomplete.
15771         * generic-x.el: No need to require comint when compiling.
15773         * net/eudc-export.el: Make it loadable without bbdb.
15774         (top-level): Use require rather than load-library.
15775         (eudc-create-bbdb-record, eudc-bbdbify-phone)
15776         (eudc-batch-export-records-to-bbdb)
15777         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15778         Require bbdb.
15780 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15782         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15783         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15784         some tweaks, instead.
15786 2013-05-05  Leo Liu  <sdl.web@gmail.com>
15788         * progmodes/octave.el (octave-font-lock-keywords)
15789         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15790         (inferior-octave-send-list-and-digest): Improve error message.
15791         (octave-mode, inferior-octave-mode): Use setq-local.
15792         (octave-help): Set info-lookup-mode.
15794 2013-05-05  Richard Stallman  <rms@gnu.org>
15796         * vc/compare-w.el (compare-windows-whitespace):
15797         Treat no-break space as whitespace.
15799         * mail/rmailsum.el (rmail-summary-rmail-update):
15800         Detect empty summary and don't change selected message.
15801         (rmail-summary-goto-msg): Likewise.
15803         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15804         Doc fixes, rename args.
15806 2013-05-05  Alan Mackenzie  <acm@muc.de>
15808         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15810 2013-05-05  Juri Linkov  <juri@jurta.org>
15812         * info.el (Info-read-subfile): Use (point-min) instead of (point)
15813         to not add the length of the summary segment to the return value.
15814         (Bug#14125)
15816 2013-05-05  Leo Liu  <sdl.web@gmail.com>
15818         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15819         (inferior-octave-output-filter): Remove.
15820         (octave-send-region, inferior-octave-startup): Fix callers.
15821         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15822         (octave-binary-file-extensions): New user variable.
15823         (octave-find-definition): Confirm if opening binary files.
15824         (octave-help-file): Use octave-find-definition to get the binary
15825         confirmation.
15826         (octave-help): Adjust for octave-help-file change.
15828 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15830         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15831         Merge the two entries that handle function definitions.
15832         (pascal--syntax-propertize): New const.
15833         (pascal-mode): Use it.  Use setq-local.
15835 2013-05-04  Glenn Morris  <rgm@gnu.org>
15837         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15838         (diary-from-outlook): Respect diary-from-outlook-function.
15840 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15842         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15843         Move the declaration from C.
15844         (read-minibuffer, eval-minibuffer): Move from C.
15845         (completion-setup-function): Avoid minibuffer-completion-contents.
15847 2013-05-03  Leo Liu  <sdl.web@gmail.com>
15849         * progmodes/octave.el (octave-font-lock-keywords): Do not
15850         dehighlight 'end' in comments or strings.
15851         (octave-completing-read, octave-goto-function-definition):
15852         New helpers.
15853         (octave-help-buffer): New user variable.
15854         (octave-help-file, octave-help-function): New button types.
15855         (octave-help): New command and bind it to C-h ;.
15856         (octave-find-definition): New command and bind it to M-.
15857         (user-error): Alias to error if not defined.
15859 2013-05-02  Leo Liu  <sdl.web@gmail.com>
15861         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15862         for \.  (bug#14332)
15863         (octave-font-lock-keywords): Include [ and {.
15865 2013-05-02  Leo Liu  <sdl.web@gmail.com>
15867         * progmodes/octave.el (inferior-octave-startup-file): Change default.
15868         (inferior-octave): Remove calling comint-mode and return the buffer.
15869         (inferior-octave-startup): Cosmetic changes.
15871 2013-05-02  Leo Liu  <sdl.web@gmail.com>
15873         * progmodes/octave.el (octave-syntax-propertize-function):
15874         Include the case when ' is at line beginning.  (Bug#14336)
15876 2013-05-02  Glenn Morris  <rgm@gnu.org>
15878         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15879         * desktop.el (vc-dir-mode): Just autoload it here.
15881 2013-05-02  Alan Mackenzie  <acm@muc.de>
15883         Eliminate variable c-standard-font-lock-fontify-region-function.
15884         * progmodes/cc-mode.el
15885         (c-standard-font-lock-fontify-region-function): Remove.
15886         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15888 2013-05-01  Leo Liu  <sdl.web@gmail.com>
15890         * progmodes/octave.el: Compatible with older emacs-24 releases.
15891         (inferior-octave-has-built-in-variables): Remove.  Built-in
15892         variables were removed from Octave in 2007.
15893         (inferior-octave-startup): Fix uses.
15894         (comint-line-beginning-position): Remove compatibility code for
15895         emacs 21.
15897 2013-05-01  Juri Linkov  <juri@jurta.org>
15899         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
15901 2013-05-01  Juri Linkov  <juri@jurta.org>
15903         * comint.el (comint-previous-matching-input): Don't print message
15904         "History item: %d" when `isearch-mode' is active.
15905         (comint-history-isearch-message): Print message "History item: %d"
15906         when `comint-input-ring-index' is not empty and this function is
15907         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
15909 2013-05-01  Leo Liu  <sdl.web@gmail.com>
15911         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15912         definitions.  Use completion-at-point to insert keywords.
15913         (octave-abbrev-start): Remove.
15914         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15916 2013-04-30  Leo Liu  <sdl.web@gmail.com>
15918         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15919         change.
15921 2013-04-30  Alan Mackenzie  <acm@muc.de>
15923         Handle arbitrarily long C++ member initialisation lists.
15924         * progmodes/cc-engine.el (c-back-over-member-initializers):
15925         new function.
15926         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15927         (most) member init lists.
15929 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15931         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15932         variable.
15934 2013-04-30  Leo Liu  <sdl.web@gmail.com>
15936         * progmodes/octave.el (octave-variables): Remove.  No builtin
15937         variables any more.  All converted to functions.
15938         (octave-font-lock-keywords, octave-completion-at-point-function):
15939         Fix uses.
15940         (octave-font-lock-texinfo-comment): New user variable.
15941         (octave-texinfo-font-lock-keywords): New variable for texinfo
15942         comment block.
15943         (octave-function-comment-block): New face.
15944         (octave-font-lock-texinfo-comment): New function.
15945         (octave-mode): Font lock texinfo comment block.
15947 2013-04-29  Leo Liu  <sdl.web@gmail.com>
15949         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15950         indexing expression.
15951         (octave-continuation-string): Do not use \.
15952         (inferior-octave-complete-impossible): Remove.
15953         (inferior-octave-completion-table)
15954         (inferior-octave-completion-at-point): Remove its uses.
15955         (inferior-octave-startup): completion_matches was introduced to
15956         Octave in 1996 so safe to assume it.
15957         (octave-function-file-comment): Improve to follow how Octave does it.
15958         (octave-update-function-file-comment): Tweak.
15960 2013-04-29  Leo Liu  <sdl.web@gmail.com>
15962         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15963         (inferior-octave-startup): Remove inferior-octave-startup-hook.
15964         (octave-function-file-comment): Fix typo.
15965         (octave-sync-function-file-names): Use read-char-choice.
15967 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
15969         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15970         to t for the less important warnings.
15972 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
15974         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
15976 2013-04-27  Glenn Morris  <rgm@gnu.org>
15978         * vc/log-view.el (log-view-current-entry):
15979         Treat "---" separator lines as part of the following rev.  (Bug#14169)
15981 2013-04-27  Juri Linkov  <juri@jurta.org>
15983         * subr.el (read-number): Doc fix about using it by interactive
15984         code letter `n'.  (Bug#14254)
15986 2013-04-27  Juri Linkov  <juri@jurta.org>
15988         * desktop.el (desktop-auto-save-timeout): New option.
15989         (desktop-file-checksum): New variable.
15990         (desktop-save): Add optional arg `auto-save' and don't auto-save
15991         if nothing changed.
15992         (desktop-auto-save-timer): New variable.
15993         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15994         (after-init-hook): Call `desktop-auto-save-set-timer'.
15995         Suggested by Reuben Thomas <rrt@sc3d.org> in
15996         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15998 2013-04-27  Leo Liu  <sdl.web@gmail.com>
16000         * progmodes/octave.el (octave-function-file-p)
16001         (octave-skip-comment-forward, octave-function-file-comment)
16002         (octave-update-function-file-comment): New functions.
16003         (octave-mode-map): Bind C-c ; to
16004         octave-update-function-file-comment.
16005         (octave-mode-menu): Add octave-update-function-file-comment.
16006         (octave-mode, inferior-octave-mode): Fix doc-string.
16007         (octave-insert-defun): Conform to Octave's coding convention.
16008         (Bug#14285)
16010         * files.el (basic-save-buffer): Don't let errors in
16011         before-save-hook prevent saving buffer.
16013 2013-04-20  Roland Winkler  <winkler@gnu.org>
16015         * faces.el (read-face-name): Use completing-read if arg multiple
16016         is nil.
16018 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
16020         * ls-lisp.el (ls-lisp-insert-directory): If no files are
16021         displayed, move point to after the totals line.
16022         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
16023         for the details.
16025 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16027         * emacs-lisp/package.el (package-autoload-ensure-default-file):
16028         Add current dir to the load-path.
16029         (package-generate-autoloads): Don't rely on
16030         autoload-ensure-default-file.
16032 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
16034         * textmodes/remember.el (remember-store-in-files): Document that
16035         the file name format is passed to `format-time-string'.
16037 2013-04-26  Leo Liu  <sdl.web@gmail.com>
16039         * progmodes/octave.el (octave-sync-function-file-names): New function.
16040         (octave-mode): Use it in before-save-hook.
16042 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16044         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
16045         (bug#14274).
16047         * progmodes/octave.el (octave-smie-forward-token): Properly skip
16048         \n and comment, even if it's not an implicit ; (bug#14218).
16050 2013-04-26  Glenn Morris  <rgm@gnu.org>
16052         * subr.el (read-number): Once more use `read' rather than
16053         `string-to-number', to trap non-numeric input.  (Bug#14254)
16055 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
16057         * emacs-lisp/syntax.el (syntax-propertize-multiline):
16058         Use `syntax-multiline' text property consistently instead of
16059         `font-lock-multiline'.  (Bug#14237)
16061 2013-04-26  Glenn Morris  <rgm@gnu.org>
16063         * emacs-lisp/shadow.el (list-load-path-shadows):
16064         No longer necessary to check for duplicate simple.el, since
16065         2012-07-07 change to init_lread to not include installation lisp
16066         directories in load-path when running uninstalled.  (Bug#14270)
16068 2013-04-26  Leo Liu  <sdl.web@gmail.com>
16070         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
16071         (octave-mode, inferior-octave-mode): Use setq-local.
16072         (octave-not-in-string-or-comment-p): Rename to
16073         octave-in-string-or-comment-p.
16074         (octave-in-comment-p, octave-in-string-p)
16075         (octave-in-string-or-comment-p): Replace defsubst with defun.
16077 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16079         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
16081 2013-04-25  Bastien Guerry  <bzg@gnu.org>
16083         * textmodes/remember.el (remember-data-directory)
16084         (remember-directory-file-name-format): Fix custom types.
16086 2013-04-25  Leo Liu  <sdl.web@gmail.com>
16088         * progmodes/octave.el (octave-completion-at-point-function):
16089         Make use of inferior octave process.
16090         (octave-initialize-completions): Remove.
16091         (inferior-octave-completion-table): New function.
16092         (inferior-octave-completion-at-point): Use it.
16093         (octave-completion-alist): Remove.
16095 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16097         * progmodes/opascal.el: Use font-lock and syntax-propertize.
16098         (opascal-mode-syntax-table): New var.
16099         (opascal-literal-kind, opascal-is-literal-end)
16100         (opascal-literal-token-at): Rewrite.
16101         (opascal--literal-start-re, opascal-font-lock-keywords)
16102         (opascal--syntax-propertize): New constants.
16103         (opascal-font-lock-defaults): Adjust.
16104         (opascal-mode): Use them.  Set comment-<foo> variables as well.
16105         (delphi-comment-face, opascal-comment-face, delphi-string-face)
16106         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
16107         (delphi-other-face, opascal-other-face): Remove face variables.
16108         (opascal-save-state): Remove macro.
16109         (opascal-fontifying-progress-step): Remove constant.
16110         (opascal--ignore-changes): Remove var.
16111         (opascal-set-token-property, opascal-parse-next-literal)
16112         (opascal-is-stable-literal, opascal-complete-literal)
16113         (opascal-is-literal-start, opascal-face-of)
16114         (opascal-parse-region, opascal-parse-region-until-stable)
16115         (opascal-fontify-region, opascal-after-change)
16116         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
16117         (opascal-debug-parse-region, opascal-debug-parse-window)
16118         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
16119         (opascal-debug-fontify-buffer): Remove.
16120         (opascal-debug-mode-map): Adjust accordingly.
16122 2013-04-25  Leo Liu  <sdl.web@gmail.com>
16124         Merge octave-mod.el and octave-inf.el into octave.el with some
16125         cleanups.
16126         * progmodes/octave.el: New file renamed from octave-mod.el.
16127         * progmodes/octave-inf.el: Merged into octave.el.
16128         * progmodes/octave-mod.el: Renamed to octave.el.
16130 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
16132         * textmodes/reftex-vars.el
16133         (reftex-label-ignored-macros-and-environments): New defcustom.
16135         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
16137 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16139         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
16140         (smie-indent-keyword): Improve the check to ensure that the next
16141         comment is really on the same line.
16142         (smie-indent-comment): Don't align with a subsequent closer (or eob).
16144         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
16145         semi-colons if the line is not otherwise empty (bug#14218).
16147 2013-04-25  Glenn Morris  <rgm@gnu.org>
16149         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
16151 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16153         * progmodes/opascal.el (opascal-set-token-property): Rename from
16154         opascal-set-text-properties and only set `token' (bug#14134).
16155         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
16156         (opascal-literal-text-properties): Remove.
16157         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
16158         Adjust callers.
16160 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
16162         * textmodes/remember.el (remember-handler-functions): Add an
16163         option for a new handler `remember-store-in-files'.
16164         (remember-data-directory, remember-directory-file-name-format):
16165         New options.
16166         (remember-store-in-files): New function to store remember notes
16167         as separate files within a directory.
16169 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
16171         * progmodes/compile.el (compilation-next-error-function):
16172         Pass "formats" to compilation-find-file (bug#11777).
16174 2013-04-24  Glenn Morris  <rgm@gnu.org>
16176         * vc/vc-bzr.el (vc-bzr-print-log):
16177         * vc/vc-hg.el (vc-hg-print-log):
16178         * vc/vc-svn.el (vc-svn-print-log):
16179         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
16181         * vc/vc-bzr.el (vc-bzr-print-log):
16182         * vc/vc-cvs.el (vc-cvs-print-log):
16183         * vc/vc-git.el (vc-git-print-log):
16184         * vc/vc-hg.el (vc-hg-print-log):
16185         * vc/vc-mtn.el (vc-mtn-print-log):
16186         * vc/vc-rcs.el (vc-rcs-print-log):
16187         * vc/vc-sccs.el (vc-sccs-print-log):
16188         * vc/vc-svn.el (vc-svn-print-log):
16189         * vc/vc.el (vc-print-log-internal): Doc fixes.
16191 2013-04-23  Glenn Morris  <rgm@gnu.org>
16193         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
16194         Remove venerable code attempting to avoid substitute-command-keys.
16196 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
16198         * textmodes/reftex-vars.el (reftex-label-regexps):
16199         Call `reftex-compile-variables' after changes to this variable.
16201 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16203         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
16204         Use lexical-binding.
16205         (jit-lock-force-redisplay): Use markers, check buffer's continued
16206         existence and beware narrowed buffers.
16207         (jit-lock-fontify-now): Adjust call accordingly.
16209 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16211         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
16212         to avoid misleading the user.
16214 2013-04-22  Leo Liu  <sdl.web@gmail.com>
16216         * info-look.el: Prefer latex2e.info.  (Bug#14240)
16218 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
16220         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
16222         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
16223         * net/tramp.el (tramp-call-process): ... here.
16224         (tramp-set-completion-function, tramp-parse-putty):
16225         * net/tramp-adb.el (tramp-adb-execute-adb-command):
16226         * net/tramp-gvfs.el (tramp-gvfs-send-command):
16227         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16228         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16229         (tramp-call-local-coding-command): Use `tramp-call-process'
16230         instead of `tramp-compat-call-process'.
16232         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
16233         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
16234         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
16235         (tramp-find-inline-compress): Improve traces.
16236         (tramp-maybe-send-script): Check for Perl binary.
16237         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
16239 2013-04-22  Daiki Ueno  <ueno@gnu.org>
16241         * epg.el (epg-context-pinentry-mode): New function.
16242         (epg-context-set-pinentry-mode): New function.
16243         (epg--start): Pass --pinentry-mode option to gpg command.
16245 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
16247         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16248         `comint-dynamic-complete' is obsolete since 24.1, replaced by
16249         `completion-at-point'.  (Bug#13774)
16251         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16252         default key binding for `describe-distribution' has been moved to
16253         `C-h C-o'.  (Bug#13970)
16255 2013-04-21  Glenn Morris  <rgm@gnu.org>
16257         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16258         Add doc strings.
16259         (vc-print-log): Clarify interactive prompt.
16261 2013-04-20  Glenn Morris  <rgm@gnu.org>
16263         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16264         No longer include timestamp etc information.
16266 2013-04-20  Roland Winkler  <winkler@gnu.org>
16268         * faces.el (read-face-name): Bug fix, return just one face if arg
16269         multiple is nil.  (Bug#14209)
16271 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16273         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
16274         (remove-function): Autoload.
16276         * comint.el (comint-redirect-original-filter-function): Remove.
16277         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
16278         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
16279         (vc-cvs-annotate-command):
16280         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
16281         * progmodes/prolog.el (prolog-consult-compile):
16282         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
16283         Use add/remove-function instead.
16284         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
16285         (gud-tooltip-process-output, gud-tooltip-tips):
16286         Use add/remove-function instead.
16287         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
16288         (scheme-interaction-mode, exit-scheme-interaction-mode):
16289         Use add/remove-function instead.
16291         * vc/vc-dispatcher.el: Use lexical-binding.
16292         (vc--process-sentinel): Rename from vc-process-sentinel.
16293         Change last arg to be the code to run.  Don't use vc-previous-sentinel
16294         and vc-sentinel-commands any more.
16295         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
16296         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
16298 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
16300         * progmodes/sh-script.el (sh-imenu-generic-expression):
16301         Handle function names with a single character.  (Bug#14111)
16303 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
16305         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
16306         for subroutines defined in an eval (bug#14182).
16308 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16310         * bookmark.el (bookmark-completing-read): Improve handling of empty
16311         string (bug#14176).
16313 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16315         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
16317 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16319         New faster Imenu implementation (bug#14058).
16320         * progmodes/python.el (python-imenu-prev-index-position)
16321         (python-imenu-format-item-label-function)
16322         (python-imenu-format-parent-item-label-function)
16323         (python-imenu-format-parent-item-jump-label-function):
16324         New vars.
16325         (python-imenu-format-item-label)
16326         (python-imenu-format-parent-item-label)
16327         (python-imenu-format-parent-item-jump-label)
16328         (python-imenu--put-parent, python-imenu--build-tree)
16329         (python-imenu-create-index, python-imenu-create-flat-index)
16330         (python-util-popn): New functions.
16331         (python-mode): Set imenu-create-index-function to
16332         python-imenu-create-index.
16334 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16336         * winner.el (winner-active-region): Use region-active-p, activate-mark
16337         and deactivate-mark (bug#14225).
16339         * simple.el (deactivate-mark): Don't inline it.
16341 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
16343         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
16345 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
16347         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
16348         file extensions from the archive-mode entry in order to prefer
16349         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
16351 2013-04-18  Leo Liu  <sdl.web@gmail.com>
16353         * bindings.el (help-event-list): Add ?\?.
16355 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16357         * subr.el (with-wrapper-hook): Declare obsolete.
16358         * simple.el (filter-buffer-substring-function): New hook.
16359         (filter-buffer-substring): Use it.
16360         (filter-buffer-substring-functions): Mark obsolete.
16361         * minibuffer.el (completion-in-region-function): New hook.
16362         (completion-in-region): Use it.
16363         (completion-in-region-functions): Mark obsolete.
16364         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
16365         * abbrev.el (abbrev-expand-function): New hook.
16366         (expand-abbrev): Use it.
16367         (abbrev-expand-functions): Mark obsolete.
16368         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
16369         and :filter-return.
16371 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16373         * progmodes/python.el (python-nav--syntactically): Fix cornercases
16374         and do not care about match data.
16376 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16378         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
16379         completion tables when completing error conditions and
16380         `declare' arguments.
16381         (lisp-complete-symbol, field-complete): Mark as obsolete.
16382         (check-parens): Unmatched parens are user errors.
16383         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
16385 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
16387         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
16388         command changed buffer (ie. `flyspell-pre-buffer' is not current
16389         buffer), which prevents making decisions based on invalid value of
16390         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
16391         cause an error when `flyspell-pre-point' was nil after switching
16392         buffers.
16393         (flyspell-post-command-hook): No longer needs to change buffers when
16394         checking pre-word.  While at it remove unnecessary progn.
16396 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
16398         * textmodes/ispell.el (ispell-add-per-file-word-list):
16399         Fix `flyspell-correct-word-before-point' error when accepting
16400         words and `coment-padding' is an integer by using
16401         `comment-normalize-vars' (Bug #14214).
16403 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16405         New defun movement commands.
16406         * progmodes/python.el (python-nav--syntactically)
16407         (python-nav--forward-defun, python-nav-backward-defun)
16408         (python-nav-forward-defun): New functions.
16410 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16412         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
16413         (python-syntax-context): Use named compiler-macro for backwards
16414         compatibility with Emacs 24.x.
16416 2013-04-17  Leo Liu  <sdl.web@gmail.com>
16418         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
16419         octave-hide-process-buffer.
16421 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16423         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
16424         (bug#14216).
16426 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
16428         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
16429         Fix adjustment of offset when receiving incomplete responses from GDB
16430         (bug#14129).
16432 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16434         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
16435         python-mode-abbrev-table.
16436         (python-skeleton-define): Adjust accordingly.
16437         (python-mode-abbrev-table): New table that inherits from it so that
16438         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
16440         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
16441         (abbrev-symbol): Use it.
16442         (abbrev--before-point): Use it since we already handle inheritance.
16444 2013-04-16  Leo Liu  <sdl.web@gmail.com>
16446         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
16447         binding to info-lookup-symbol.
16449 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
16451         * minibuffer.el (completion--twq-all):
16452         * term/ns-win.el (ns-initialize-window-system):
16453         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
16455 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16457         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
16458         global bindings.
16460         * doc-view.el (doc-view-start-process): Handle url-handler directories.
16462 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
16464         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
16465         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
16466         to nil.
16467         (ruby-end-of-defun): Remove the unused arg, change the docstring
16468         to reflect that this function is only used as the value of
16469         `end-of-defun-function'.
16470         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
16471         to reflect an earlier change that beginning/end-of-defun functions
16472         jump between methods in a class definition, as well as top-level
16473         functions.
16475 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16477         * minibuffer.el (minibuffer-complete): Don't just scroll
16478         a *Completions* that's been iconified.
16479         (minibuffer-force-complete): Make sure repetitions do cycle when going
16480         through completion-in-region -> minibuffer-complete.
16482 2013-04-15  Alan Mackenzie  <acm@muc.de>
16484         Correct the placement of c-cpp-delimiters when there're #s not at
16485         col 0.
16487         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
16488         place a submatch around the #.
16489         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
16490         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
16491         on the #, not BOL.
16493 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16495         * emacs-lisp/nadvice.el: Properly test names when adding advice.
16496         (advice--member-p): New arg `name'.
16497         (advice--add-function, advice-member-p): Use it (bug#14202).
16499 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
16501         Reformulate java imenu-generic-expression.
16502         The old expression contained ill formed regexps.
16504         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
16505         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
16506         (cc-imenu-java-method-arg-regexp): New defconsts.
16507         (cc-imenu-java-build-type-args-regex): New defun.
16508         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
16509         handling of spaces in the regexp.
16511 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
16513         * textmodes/ispell.el (ispell-command-loop): Remove
16514         flyspell highlight of a word when ispell accepts it (bug #14178).
16516 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
16518         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
16519         uses code from the previous `ange-ftp-run-real-handler'.
16520         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
16521         only in case that function exist.  This is needed for proper
16522         unloading of Tramp.
16524 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
16526         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
16528         * textmodes/reftex.el (reftex-compile-variables): Use it.
16530 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16532         * files.el (normal-mode): Only use default major-mode if no other mode
16533         was specified.
16535         * emacs-lisp/trace.el (trace-values): New function.
16537         * files.el: Allow : in local variables (bug#14089).
16538         (hack-local-variable-regexp): New var.
16539         (hack-local-variables-prop-line, hack-local-variables): Use it.
16541 2013-04-13  Roland Winkler  <winkler@gnu.org>
16543         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
16544         data before it gets modified by bibtex-beginning-of-entry.
16546 2013-04-13  Roland Winkler  <winkler@gnu.org>
16548         * textmodes/bibtex.el (bibtex-url): Doc fix.
16550 2013-04-13  Roland Winkler  <winkler@gnu.org>
16552         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
16553         does not visit a BibTeX file, exclude it from the list of buffers
16554         returned by bibtex-initialize.
16556 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
16558         * window.el (split-window): Remove interactive form, since as a
16559         command this function is a special case of split-window-below.
16560         Correct doc string.
16562 2013-04-12  Roland Winkler  <winkler@gnu.org>
16564         * faces.el (read-face-name): Do not override value of arg default.
16565         Allow single faces and strings as default values.  Remove those
16566         elements from return value that are not faces.
16567         (describe-face): Simplify.
16568         (face-at-point): New optional args thing and multiple so that this
16569         function can provide the same functionality previously provided by
16570         read-face-name.
16571         (make-face-bold, make-face-unbold, make-face-italic)
16572         (make-face-unitalic, make-face-bold-italic, invert-face)
16573         (modify-face, read-face-and-attribute): Use face-at-point.
16575         * cus-edit.el (customize-face, customize-face-other-window)
16576         * cus-theme.el (custom-theme-add-face)
16577         * face-remap.el (buffer-face-set)
16578         * facemenu.el (facemenu-set-face): Use face-at-point.
16580 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
16582         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
16584 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
16586         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
16587         off leading { and trailing } from field values.
16589 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16591         * emacs-lisp/timer.el (timer--check): New function.
16592         (timer--time, timer-set-function, timer-event-handler): Use it.
16593         (timer-set-idle-time): Simplify.
16594         (timer--activate): CSE.
16595         (timer-event-handler): Give more info in error message.
16596         (internal-timer-start-idle): New function, moved from C.
16598         * mpc.el (mpc-proc): Add `restart' argument.
16599         (mpc-proc-cmd): Use it.
16600         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
16601         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
16602         less often.
16604 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
16606         * progmodes/sh-script.el: Implement `sh-mode' own
16607         `add-log-current-defun-function' (bug#14112).
16608         (sh-current-defun-name): New function.
16609         (sh-mode): Use the function.
16611 2013-04-09  Bastien Guerry  <bzg@gnu.org>
16613         * simple.el (choose-completion-string): Fix docstring (bug#14163).
16615 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16617         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
16619         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
16620         timer (bug#14156).
16622 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
16624         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
16625         declaration.
16627 2013-04-07  Leo Liu  <sdl.web@gmail.com>
16629         * pcmpl-x.el: New file.
16631 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
16633         Do not set x-display-name until X connection is established.
16634         This is needed to prevent from weird situation described at
16635         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
16636         * frame.el (make-frame): Set x-display-name after call to
16637         window system initialization function, not before.
16638         * term/x-win.el (x-initialize-window-system): Add optional
16639         display argument and use it.
16640         * term/w32-win.el (w32-initialize-window-system):
16641         * term/ns-win.el (ns-initialize-window-system):
16642         * term/pc-win.el (msdos-initialize-window-system):
16643         Add compatible optional display argument.
16645 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
16647         * files.el (normal-backup-enable-predicate): On MS-Windows and
16648         MS-DOS compare truenames of temporary-file-directory and of the
16649         file, so that 8+3 aliases (usually found in $TEMP on Windows)
16650         don't fail comparison by compare-strings.  Also, compare file
16651         names case-insensitively on MS-Windows and MS-DOS.
16653 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16655         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
16656         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
16658 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
16660         * whitespace.el (whitespace-color-on, whitespace-color-off):
16661         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
16663 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
16665         * ispell.el (ispell-set-spellchecker-params):
16666         Really set `ispell-args' for all equivs.
16668 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16670         * ido.el (ido-completions): Use extra elements of ido-decorations
16671         (bug#14143).
16672         (ido-decorations): Update docstring.
16674 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
16676         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16677         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
16678         nil during initialization, in order not to miss changes since the
16679         file was opened.  (Bug#14140)
16681 2013-04-05  Leo Liu  <sdl.web@gmail.com>
16683         * kmacro.el (kmacro-call-macro): Fix bug#14135.
16685 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
16687         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16689 2013-04-04  Glenn Morris  <rgm@gnu.org>
16691         * electric.el (electric-pair-inhibit-predicate): Add :version.
16693 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16695         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16696         when a package is required several times (bug#14082).
16698 2013-04-04  Roland Winkler  <winkler@gnu.org>
16700         * faces.el (read-face-name): Behave as promised by the docstring.
16701         Assume that arg default is a list of faces.
16702         (describe-face): Call read-face-name with list of default faces.
16704 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16706         * bookmark.el: Fix deletion of bookmarks (bug#13972).
16707         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16708         (bookmark-bmenu-execute-deletions): Only skip first line if it's
16709         the header.
16710         (bookmark-exit-hook-internal): Save even if list is empty.
16712 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
16714         * emacs-lisp/package.el (package-pinned-packages): New var.
16715         (package--add-to-archive-contents): Obey it (bug#14118).
16717 2013-04-03  Alan Mackenzie  <acm@muc.de>
16719         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16720         Also adapt to the new values of element 7 of a parse state.
16722         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16723         parameter `not-in-delimiter'.  Handle being inside comment opener.
16724         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16725         character in case we're typing a '*' after a '/'.
16726         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16727         instead by passing the parameter to c-state-pp-to-literal.
16729         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16730         for elt. 7 of a parse state.
16732 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
16734         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16735         * international/latin1-disp.el, international/mule-util.el:
16736         * language/cyril-util.el, language/european.el, language/ind-util.el:
16737         * language/lao-util.el, language/thai.el, language/tibet-util.el:
16738         * language/tibetan.el, language/viet-util.el:
16739         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16741 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16743         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16744         (electric-pair-post-self-insert-function): Use it.
16745         (electric-pair-default-inhibit): New function, extracted from
16746         electric-pair-post-self-insert-function.
16748 2013-03-31  Roland Winkler  <winkler@gnu.org>
16750         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16752 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16754         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16756 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
16758         Un-indent after "pass" and "return" statements (Bug#13888)
16759         * progmodes/python.el (python-indent-block-enders): New var.
16760         (python-indent-calculate-indentation): Use it.
16762 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
16764         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16765         defun.  Defining it as defalias could introduce too eager
16766         byte-compiler optimization.  (Bug#14030)
16768 2013-03-30  Chong Yidong  <cyd@gnu.org>
16770         * iswitchb.el (iswitchb-read-buffer): Fix typo.
16772 2013-03-30  Leo Liu  <sdl.web@gmail.com>
16774         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16775         (kmacro-execute-from-register): Pass the keyboard macro to
16776         kmacro-call-macro or repeating won't work correctly.
16778 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
16780         * progmodes/subword.el: Back to using `forward-symbol'.
16782         * subr.el (forward-whitespace, forward-symbol)
16783         (forward-same-syntax): Move from thingatpt.el.
16785 2013-03-29  Leo Liu  <sdl.web@gmail.com>
16787         * kmacro.el (kmacro-to-register): New command.
16788         (kmacro-execute-from-register): New function.
16789         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
16791 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16793         * mpc.el: Use defvar-local and setq-local.
16794         (mpc--proc-connect): Connection failures are not bugs.
16795         (mpc-mode-map): `follow-link' only applies to the buffer's content.
16796         (mpc-volume-map): Bind to the up-events.
16798 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16800         * progmodes/subword.el (superword-mode): Use `forward-sexp'
16801         instead of `forward-symbol'.
16803 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16805         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16806         (edebug--recursive-edit): Use it.
16807         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16808         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16810 2013-03-28  Leo Liu  <sdl.web@gmail.com>
16812         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
16814 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
16816         * facemenu.el (list-colors-callback): New defvar.
16817         (list-colors-redisplay): New function.
16818         (list-colors-display): Install list-colors-redisplay as the
16819         revert-buffer-function.  (Bug#14063)
16821 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16823         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16824         and suffixes don't overlap (bug#14061).
16826         * case-table.el: Use lexical-binding.
16827         (case-table-get-table): New function.
16828         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
16830 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
16832         * progmodes/subword.el: Add `superword-mode' to do word motion
16833         over symbol_words (parallels and leverages `subword-mode' which
16834         does word motion inside MixedCaseWords).
16836 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
16838         * eshell/em-unix.el: Move su and sudo to...
16839         * eshell/em-tramp.el: ...Eshell tramp module.
16841 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16843         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16844         Change return value to be a sexp.  Delay `get-buffer' to after
16845         restoring the desktop (bug#13951).
16847 2013-03-26  Leo Liu  <sdl.web@gmail.com>
16849         * register.el: Move semantic tag handling back to
16850         cedet/semantic/senator.el.  (Bug#14052)
16852 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16854         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16855         into the prompt either (bug#13963).
16857 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16859         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16860         part of "(error-foo)".
16862 2013-03-24  Juri Linkov  <juri@jurta.org>
16864         * replace.el (list-matching-lines-prefix-face): New defcustom.
16865         (occur-1): Pass `list-matching-lines-prefix-face' to the function
16866         `occur-engine' if `face-differs-from-default-p' returns t.
16867         (occur-engine): Add `,' inside backquote construct to evaluate
16868         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
16869         Pass `prefix-face' to the functions `occur-context-lines' and
16870         `occur-engine-add-prefix'.
16871         (occur-engine-add-prefix, occur-context-lines): Add optional arg
16872         `prefix-face' and propertize the prefix with `prefix-face'.
16873         (Bug#14017)
16875 2013-03-24  Leo Liu  <sdl.web@gmail.com>
16877         * nxml/rng-valid.el (rng-validate-while-idle)
16878         (rng-validate-quick-while-idle): Guard against deleted buffer.
16879         (Bug#13999)
16881         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16882         is the last entry in kill-buffer-hook.
16884         * files.el (kill-buffer-hook): Doc fix.
16886 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
16888         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16889         Make it safe-local.
16891         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16893 2013-03-23  Leo Liu  <sdl.web@gmail.com>
16895         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16896         Remove.
16898         * nxml/rng-valid.el (rng-validate-mode)
16899         (rng-after-change-function, rng-do-some-validation):
16900         * nxml/rng-maint.el (rng-validate-buffer):
16901         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16902         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16903         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16904         (nxml-extend-after-change-region): Use with-silent-modifications.
16906         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16907         timer-idle-list.
16909         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16910         (rng-next-error-1, rng-previous-error-1): Do not let-bind
16911         timer-idle-list.  (Bug#13999)
16913 2013-03-23  Juri Linkov  <juri@jurta.org>
16915         * info.el (info-index-match): New face.
16916         (Info-index, Info-apropos-matches): Add a nested subgroup to the
16917         main pattern and add text properties with the new face to matches
16918         in index entries relative to the beginning of the index entry.
16919         (Bug#14015)
16921 2013-03-21  Eric Ludlam  <zappo@gnu.org>
16923         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16924         Inhibit read only while inserting objects.
16926 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
16928         * progmodes/cfengine.el: Update docs to mention
16929         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
16930         symbol motion.  Remove "_" from the word syntax.
16932 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
16934         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16935         syntax for both `cfengine2-mode' and `cfengine3-mode'.
16937 2013-03-20  Juri Linkov  <juri@jurta.org>
16939         * info.el (Info-next-reference-or-link)
16940         (Info-prev-reference-or-link): New functions.
16941         (Info-next-reference, Info-prev-reference): Use them.
16942         (Info-try-follow-nearest-node): Handle footnote navigation.
16943         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
16945 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16947         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16948         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16950 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
16952         Suppress unnecessary non-ASCII chatter during build process.
16953         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16954         (batch-skkdic-convert): Suppress most of the chatter.
16955         It's not needed so much now that machines are faster,
16956         and its non-ASCII component was confusing; see Dmitry Gutov in
16957         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16959 2013-03-20  Leo Liu  <sdl.web@gmail.com>
16961         * ido.el (ido-chop): Fix bug#10994.
16963 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
16965         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16966         Remove vars.
16967         (whitespace-color-on, whitespace-color-off):
16968         Use `font-lock-fontify-buffer' (Bug#13817).
16970 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16972         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16973         remapping in mode-line.
16974         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16976 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
16978         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16979         value for `whitespace-line' face (Bug#13875).
16980         (whitespace-font-lock-keywords): Change description.
16981         (whitespace-color-on): Don't save `font-lock-keywords' value, save
16982         the constructed keywords instead.
16983         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16985 2013-03-19  Leo Liu  <sdl.web@gmail.com>
16987         * progmodes/compile.el (compilation-display-error): New command.
16988         (compilation-mode-map, compilation-minor-mode-map): Bind it to
16989         C-o.  (Bug#13992)
16991 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16993         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16995 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
16997         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16999 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
17001         * net/tramp-compat.el (tramp-compat-user-error): New defun.
17003         * net/tramp-adb.el (tramp-adb-handle-shell-command):
17004         * net/tramp-gvfs.el (top):
17005         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
17006         (tramp-handle-shell-command): Use it.
17007         (tramp-dissect-file-name): Raise an error when hostname is a
17008         method name, and neither method nor user is specified.
17010         * net/trampver.el: Update release number.
17012 2013-03-18  Leo Liu  <sdl.web@gmail.com>
17014         Make sure eldoc can be turned off properly.
17015         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
17016         eldoc-mode.
17017         (eldoc-display-message-p): Revert last change.
17018         (eldoc-display-message-no-interference-p)
17019         (eldoc-print-current-symbol-info): Tweak.
17021 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
17023         * doc-view.el (doc-view-new-window-function): Check the new window
17024         overlay's display property instead the char property of the
17025         buffer's first char.  Use `with-selected-window' instead of
17026         `save-window-excursion' with `select-window'.
17027         (doc-view-document->bitmap): Check the current doc-view overlay's
17028         display property instead the char property of the buffer's first char.
17030 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17032         Automate the build of ja-dic.el (Bug#13984).
17033         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
17034         from the input, rather than assume that it's been done for us by the
17035         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
17036         the current date into a ja-dic.el comment, as that complicates
17037         regression testing.
17039 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17041         * whitespace.el: Fix double evaluation.
17042         (whitespace-space, whitespace-hspace, whitespace-tab)
17043         (whitespace-newline, whitespace-trailing, whitespace-line)
17044         (whitespace-space-before-tab, whitespace-indentation)
17045         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
17046         obsolete defvars.
17047         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
17048         (whitespace-color-on): Use a single font-lock-add-keywords call.
17049         Fix double-evaluation of face variables.
17051 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
17053         * net/tramp-adb.el (tramp-adb-parse-device-names):
17054         Use `start-process' instead of `call-process'.  Otherwise, the
17055         function might be blocked under MS Windows.  (Bug#13299)
17057 2013-03-17  Leo Liu  <sdl.web@gmail.com>
17059         Extend eldoc to display info in the mode-line.  (Bug#13978)
17060         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
17061         (eldoc-mode-line-string): New variable.
17062         (eldoc-minibuffer-message): New function.
17063         (eldoc-message-function): New variable.
17064         (eldoc-message): Use it.
17065         (eldoc-display-message-p)
17066         (eldoc-display-message-no-interference-p):
17067         Support eldoc-post-insert-mode.
17069         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
17070         (eval-expression): Run it.
17072 2013-03-17  Roland Winkler  <winkler@gnu.org>
17074         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
17075         strings in the list of return values.
17077 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
17079         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
17080         radix before checking for HMS forms.
17082 2013-03-16  Leo Liu  <sdl.web@gmail.com>
17084         * progmodes/scheme.el: Add indentation and font-locking for λ.
17085         (Bug#13975)
17087 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17089         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
17090         token before point (bug#13942).
17092 2013-03-16  Leo Liu  <sdl.web@gmail.com>
17094         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
17096 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
17098         * startup.el (command-line-normalize-file-name): Fix handling of
17099         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
17100         <xfq.free@gmail.com> in
17101         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
17103 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
17105         Sync with Tramp 2.2.7.
17107         * net/trampver.el: Update release number.
17109 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
17111         * doc-view.el: Fix bug#13887.
17112         (doc-view-insert-image): Don't modify overlay associated to
17113         non-live windows, and implement horizontal centering of image in
17114         case it's smaller than the window.
17115         (doc-view-new-window-function): Force redisplay of new windows on
17116         doc-view buffers.
17118 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
17120         * saveplace.el (save-place-alist-to-file): Don't sort
17121         `save-place-alist', just pretty-print it (bug#13882).
17123 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
17125         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17126         Check whether `default-file-name-coding-system' is bound.
17127         It isn't in XEmacs.
17129 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17131         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
17132         backquotes for `obsolete' (bug#13929).
17134         * international/mule.el (find-auto-coding): Include file name in
17135         obsolescence warning (bug#13922).
17137 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
17139         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
17140         for CFEngine 3-specific indentation.
17141         (cfengine3-indent-line): Use it.  Fix up category regex.
17142         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
17144 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17146         * type-break.el (type-break-file-name):
17147         * textmodes/remember.el (remember-data-file):
17148         * strokes.el (strokes-file):
17149         * shadowfile.el (shadow-initialize):
17150         * saveplace.el (save-place-file):
17151         * ps-bdf.el (bdf-cache-file):
17152         * progmodes/idlwave.el (idlwave-config-directory):
17153         * net/quickurl.el (quickurl-url-file):
17154         * international/kkc.el (kkc-init-file-name):
17155         * ido.el (ido-save-directory-list-file):
17156         * emulation/viper.el (viper-custom-file-name):
17157         * emulation/vip.el (vip-startup-file):
17158         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
17159         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
17161 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
17163         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
17164         * language/thai-word.el: Switch to UTF-8.
17166 See ChangeLog.16 for earlier changes.
17168 ;; Local Variables:
17169 ;; coding: utf-8
17170 ;; End:
17172   Copyright (C) 2011-2014 Free Software Foundation, Inc.
17174   This file is part of GNU Emacs.
17176   GNU Emacs is free software: you can redistribute it and/or modify
17177   it under the terms of the GNU General Public License as published by
17178   the Free Software Foundation, either version 3 of the License, or
17179   (at your option) any later version.
17181   GNU Emacs is distributed in the hope that it will be useful,
17182   but WITHOUT ANY WARRANTY; without even the implied warranty of
17183   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17184   GNU General Public License for more details.
17186   You should have received a copy of the GNU General Public License
17187   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.