merge trunk
[bpt/emacs.git] / lisp / ChangeLog
... / ...
CommitLineData
12013-09-08 Kenichi Handa <handa@gnu.org>
2
3 * international/characters.el: Set category "^" (Combining) for
4 more characters.
5
62013-09-07 Alan Mackenzie <acm@muc.de>
7
8 Correctly fontify Java class constructors.
9 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
10 in Java Mode.
11 (c-recognize-typeless-decls): Set the Java value to t.
12 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): While
13 handling a "(", add a check for, effectively, Java, and handle a
14 "typeless" declaration there.
15
162013-09-07 Roland Winkler <winkler@gnu.org>
17
18 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
19 field subtitle for entry type book.
20
212013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * minibuffer.el: Make minibuffer-complete call completion-in-region
24 rather than other way around.
25 (completion--some, completion-pcm--find-all-completions):
26 Don't delay signals when debugging.
27 (minibuffer-completion-contents): Beware fields within the
28 minibuffer contents.
29 (completion-all-sorted-completions): Use defvar-local.
30 (completion--do-completion, completion--cache-all-sorted-completions)
31 (completion-all-sorted-completions, minibuffer-force-complete):
32 Add args `beg' and `end'.
33 (completion--in-region-1): New fun, extracted from minibuffer-complete.
34 (minibuffer-complete): Use completion-in-region.
35 (completion-complete-and-exit): New fun, extracted from
36 minibuffer-complete-and-exit.
37 (minibuffer-complete-and-exit): Use it.
38 (completion--complete-and-exit): Rename from
39 minibuffer--complete-and-exit.
40 (completion-in-region--single-word): New function, extracted from
41 minibuffer-complete-word.
42 (minibuffer-complete-word): Use it.
43 (display-completion-list): Make `common-substring' argument obsolete.
44 (completion--in-region): Call completion--in-region-1 instead of
45 minibuffer-complete.
46 (completion-help-at-point): Pass boundaries to
47 minibuffer-completion-help as args rather than via an overlay.
48 (completion-pcm--string->pattern): Use `any-delim'.
49 (completion-pcm--optimize-pattern): New function.
50 (completion-pcm--pattern->regex): Handle `any-delim'.
51 * icomplete.el (icomplete-forward-completions)
52 (icomplete-backward-completions, icomplete-completions):
53 Adjust calls to completion-all-sorted-completions and
54 completion--cache-all-sorted-completions.
55 (icomplete-with-completion-tables): Default to t.
56 * emacs-lisp/crm.el (crm--current-element): Rename from
57 crm--select-current-element. Don't put an overlay but return the
58 boundaries instead.
59 (crm--completion-command): Take two new args to bind to the boundaries.
60 (crm-completion-help): Adjust accordingly.
61 (crm-complete): Use completion-in-region.
62 (crm-complete-word): Use completion-in-region--single-word.
63 (crm-complete-and-exit): Use completion-complete-and-exit.
64
652013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
68 than dynamically.
69
702013-09-06 Juri Linkov <juri@jurta.org>
71
72 * info.el (Info-display-images-node): When image file doesn't exist
73 display text version of the image if it's provided in the Info file.
74 Otherwise, display the location of missing image from SRC attribute.
75 Add help-echo text property from ALT attribute. (Bug#15279)
76
772013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
80 (edit-abbrevs-mode): Use define-derived-mode.
81
82 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
83 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
84 that it's defined.
85 (epa-key-list-mode, epa-key-mode, epa-info-mode):
86 Use define-derived-mode.
87
88 * epg.el (epg-start-encrypt): Minor CSE simplification.
89
902013-09-06 William Xu <william.xwl@gmail.com>
91
92 * arc-mode.el: Add support for 7za (bug#15264).
93 (archive-7z-program): New var.
94 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
95 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
96 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
97
982013-09-06 Michael Albinus <michael.albinus@gmx.de>
99
100 Remove URL syntax.
101
102 * net/tramp.el (tramp-syntax, tramp-prefix-format)
103 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
104 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
105 (tramp-postfix-host-format, tramp-file-name-regexp)
106 (tramp-completion-file-name-regexp)
107 (tramp-completion-dissect-file-name)
108 (tramp-handle-substitute-in-file-name): Remove 'url case.
109 (tramp-file-name-regexp-url)
110 (tramp-completion-file-name-regexp-url): Remove constants.
111
1122013-09-06 Glenn Morris <rgm@gnu.org>
113
114 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
115
1162013-09-05 Dmitry Gutov <dgutov@yandex.ru>
117
118 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
119 keywords" below "here-doc beginnings" (Bug#15270).
120
1212013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * subr.el (pop): Use `car-safe'.
124 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
125 to detect unused `pop' return value.
126
127 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
128 var `block-regexp'.
129 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
130 (python-fill-string): Remove unused var `marker'.
131 (python-skeleton-add-menu-items): Remove unused var `items'.
132
133 * international/mule-cmds.el: Require CL.
134 (find-coding-systems-for-charsets): Avoid add-to-list.
135 (sanitize-coding-system-list): New function, extracted from
136 select-safe-coding-system-interactively.
137 (select-safe-coding-system-interactively): Use it.
138 (read-input-method-name): Accept symbols for `default'.
139
140 * emacs-lisp/advice.el (defadvice): Add indent rule.
141
1422013-09-05 Daniel Hackney <dan@haxney.org>
143
144 * dired-x.el:
145 * net/ange-ftp.el:
146 * net/browse-url.el:
147 * net/dbus.el:
148 * net/eudc.el:
149 * net/eudcb-ldap.el:
150 * net/eww.el:
151 * net/imap.el:
152 * printing.el:
153 * vc/ediff-diff.el:
154 * vc/ediff-init.el:
155 * vc/ediff-merg.el:
156 * vc/ediff-mult.el:
157 * vc/ediff-util.el:
158 * vc/ediff-wind.el:
159 * vc/ediff.el:
160 * vc/emerge.el:
161 * vc/pcvs.el:
162 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
163 byte compiler. Remove some unused let-bound variables.
164
1652013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
168 a "ref-cell", since it gets better optimized (bug#14883).
169
1702013-09-05 Glenn Morris <rgm@gnu.org>
171
172 * progmodes/cc-awk.el (c-forward-sws): Declare.
173
1742013-09-04 Glenn Morris <rgm@gnu.org>
175
176 * generic-x.el [rul-generic-mode]: Require cc-mode.
177 (c++-mode-syntax-table): Declare.
178 (rul-generic-mode-syntax-table): Init in the defvar.
179
1802013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
183 (vc-do-command, vc-set-async-update):
184 * vc/vc-mtn.el (vc-mtn-dir-status):
185 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
186 (vc-hg-pull, vc-hg-merge-branch):
187 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
188 (vc-git-merge-branch):
189 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
190 (vc-cvs-dir-status-files):
191 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
192 (vc-bzr-dir-status-files):
193 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
194 * vc/vc-annotate.el: Use lexical-binding.
195 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
196 (vc-sentinel-movepoint): Declare.
197 (vc-annotate): Don't use `goto-line'.
198 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
199 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
200 (vc-sentinel-movepoint): Declare.
201 * vc/vc-svn.el: Use lexical-binding.
202 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
203 * vc/vc-sccs.el:
204 * vc/vc-rcs.el: Use lexical-binding.
205
206 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
207 `deleted'. Don't drop errors silently.
208
209 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
210
2112013-09-04 Xue Fuqiao <xfq.free@gmail.com>
212
213 * vc/vc.el (vc-ignore): Rewrite.
214 (vc-default-ignore): New function.
215 (vc-default-ignore-completion-table): Use find-ignore-file.
216
217 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
218 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
219 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
220 Remove. Most code moved to vc.el.
221
2222013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
225 * net/tramp-smb.el (tramp-smb-get-file-entries):
226 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
227 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
228
229 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
230 Update call to it.
231 (eww-change-select): Remove unused var `properties'.
232 (eww-make-unique-file-name): Remove unused var `base'.
233
234 * finder.el (finder-compile-keywords): Don't mess with windows.
235
236 * calculator.el (calculator-funcall): Fix typo in last change.
237
238 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
239
240 * emacs-lisp/package.el (package-activate-1): Don't let a missing
241 <pkg>-autoloads.el file stop us.
242
243 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
244 warnings, and factor out common code.
245
2462013-09-03 Dmitry Gutov <dgutov@yandex.ru>
247
248 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
249 two-character operators and whether the character preceding them
250 changes their meaning (Bug#15208).
251
2522013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
253
254 Format code sent to Python shell for robustness.
255 * progmodes/python.el (python-shell-buffer-substring):
256 New function.
257 (python-shell-send-region, python-shell-send-buffer): Use it.
258
2592013-09-02 Michael Albinus <michael.albinus@gmx.de>
260
261 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
262 * net/tramp.el (tramp-user-error): ... here.
263 (tramp-find-method, tramp-check-proper-host)
264 (tramp-dissect-file-name, tramp-debug-message)
265 (tramp-handle-shell-command):
266 * net/tramp-adb.el (tramp-adb-handle-shell-command):
267 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
268
269 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
270
2712013-09-02 Martin Rudalics <rudalics@gmx.at>
272
273 * avoid.el (mouse-avoidance-point-position)
274 (mouse-avoidance-too-close-p): Handle case where posn-at-point
275 returns nil.
276
2772013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
278
279 * progmodes/python.el (python-shell-completion-get-completions):
280 Drop use of deleted `comint-last-prompt-overlay'.
281 (python-nav-if-name-main): New command.
282
2832013-09-01 Glenn Morris <rgm@gnu.org>
284
285 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
286 Avoid leading space in $wins. Otherwise the sed command used by
287 eg compile-main ends up containing "/*.el". (Bug#15170)
288
289 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
290
2912013-08-30 Glenn Morris <rgm@gnu.org>
292
293 * emacs-lisp/bytecomp.el (byte-recompile-directory):
294 Fix is-this-a-directory logic. (Bug#15220)
295
2962013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * textmodes/css-mode.el: Use SMIE.
299 (css-smie-grammar): New var.
300 (css-smie--forward-token, css-smie--backward-token)
301 (css-smie-rules): New functions.
302 (css-mode): Use them.
303 (css-navigation-syntax-table): Remove var.
304 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
305 (css-indent-calculate, css-indent-line): Remove functions.
306
307 Misc changes to reduce use of `(lambda...); and other cleanups.
308 * cus-edit.el: Use lexical-binding.
309 (customize-push-and-save, customize-apropos)
310 (custom-buffer-create-internal): Use closures.
311 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
312 * progmodes/ada-xref.el: Use setq.
313 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
314 * dframe.el: Use lexical-binding.
315 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
316 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
317 * descr-text.el: Use lexical-binding.
318 (describe-text-widget, describe-text-sexp, describe-property-list):
319 Use closures.
320 * comint.el (comint-history-isearch-push-state): Use a closure.
321 * calculator.el: Use lexical-binding.
322 (calculator-number-to-string): Make it work with lexical-binding.
323 (calculator-funcall): Same and use cl-letf.
324
325 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
326 (lisp--company-doc-string, lisp--company-location): New functions.
327 (lisp-completion-at-point): Use them to improve Company support.
328
329 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
330 params of lambda expressions.
331 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
332 (ruby-smie--opening-pipe-p): New function.
333 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
334 symbols and matched |...| for formal params.
335 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
336 from being treated as hanging. Handle "rescue".
337
3382013-08-29 Glenn Morris <rgm@gnu.org>
339
340 * progmodes/cc-engine.el (c-pull-open-brace):
341 Move definition before use.
342
3432013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
346 are immutable. Don't use `unsafe' any more.
347 (cl--defsubst-expand): Don't substitute at the same time as keeping
348 a residual unused let-binding. Don't use `unsafe' any more.
349
3502013-08-29 Glenn Morris <rgm@gnu.org>
351
352 * calendar/cal-china.el (calendar-chinese-year-cache):
353 Recenter on 2015.
354
355 * nxml/nxml-util.el (nxml-debug-clear-inside):
356 Use cl-loop rather than loop.
357
358 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
359
360 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
361
3622013-08-28 Glenn Morris <rgm@gnu.org>
363
364 * progmodes/antlr-mode.el: No need to require cc-mode twice.
365
366 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
367
368 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
369
3702013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * simple.el (repeat-complex-command--called-interactively-skip):
373 New function.
374 (repeat-complex-command): Use it (bug#14136).
375
376 * progmodes/cc-mode.el: Minor cleanup of var declarations.
377 (c-define-abbrev-table): Add `doc' argument.
378 (c-mode-abbrev-table, c++-mode-abbrev-table)
379 (objc-mode-abbrev-table, java-mode-abbrev-table)
380 (idl-mode-abbrev-table, pike-mode-abbrev-table)
381 (awk-mode-abbrev-table): Use it.
382 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
383 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
384 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
385 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
386 Move initialization into the declaration; and remove any
387 autoload cookie.
388
389 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
390 and dynamic let binding.
391
392 * vc/smerge-mode.el: Remove redundant :group args.
393
394 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
395 to load-path.
396
3972013-08-28 Juri Linkov <juri@jurta.org>
398
399 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
400 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
401 (isearch-other-meta-char): Handle an undefined shifted printing
402 character by downshifting it. (Bug#15200)
403
4042013-08-28 Juri Linkov <juri@jurta.org>
405
406 * isearch.el (isearch-search): Change regexp error message for
407 non-regexp searches. (Bug#15166)
408
4092013-08-28 Paul Eggert <eggert@cs.ucla.edu>
410
411 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
412 for portability to hosts where /bin/sh has problems.
413
4142013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
417
4182013-08-27 Juri Linkov <juri@jurta.org>
419
420 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
421 in the keyboard macro. (Bug#15126)
422
4232013-08-27 Juri Linkov <juri@jurta.org>
424
425 * isearch.el (isearch-quote-char): Comment out converting unibyte
426 to multibyte, thus syncing with its `quoted-insert' counterpart.
427 (Bug#15166)
428
4292013-08-27 Martin Rudalics <rudalics@gmx.at>
430
431 * window.el (display-buffer-use-some-window): Add missing
432 argument in call of get-largest-window (Bug#15185).
433 Reported by Stephen Leake.
434
4352013-08-27 Glenn Morris <rgm@gnu.org>
436
437 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
438
4392013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * progmodes/python.el (python-font-lock-keywords): Don't return nil
442 from a matcher-function unless there's no more matches (bug#15161).
443
4442013-08-26 Michael Albinus <michael.albinus@gmx.de>
445
446 * minibuffer.el: Revert change from 2013-08-20.
447
448 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
449 with text property `tramp-default', if appropriate.
450 (tramp-check-proper-host): New defun.
451 (tramp-dissect-file-name): Do not check hostname. Revert change
452 of 2013-03-18.
453 (tramp-backtrace): Make VEC-OR-PROC optional.
454
455 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
456 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
457 * net/tramp-sh.el (tramp-maybe-open-connection):
458 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
459 Apply `tramp-check-proper-host'.
460
4612013-08-26 Tassilo Horn <tsdh@gnu.org>
462
463 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
464 lambda expression in order to have `describe-variable' display it.
465
4662013-08-26 Michael Albinus <michael.albinus@gmx.de>
467
468 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
469 BUF can be optional. (Bug#15186)
470
4712013-08-25 Xue Fuqiao <xfq.free@gmail.com>
472
473 * progmodes/flymake.el (flymake-get-real-file-name-function):
474 Fix broken customization. (Bug#15184)
475
4762013-08-25 Alan Mackenzie <acm@muc.de>
477
478 Improve indentation of bracelists defined by macros (without "=").
479
480 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
481 expansion begins with "{", regard it as bracelist when it doesn't
482 contain a ";".
483
484 Parse C++ inher-intro when there's a template split over 2 lines.
485
486 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
487 rigorously the search for "class" etc. followed by ":".
488
489 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
490 random languages a regexp which never matches rather than nil.
491
492 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
493
494 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
495 (c-awk-regexp-one-line-possibly-open-char-list-re)
496 (c-awk-one-line-possibly-open-regexp-re)
497 (c-awk-one-line-non-syn-ws*-re): Remove.
498 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
499 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
500 (c-awk-space*-unclosed-regexp-/-re): New constants.
501 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
502 aren't regexp delimiters.
503
504 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
505 handling for a rare situation in AWK Mode involving unterminated
506 strings/regexps.
507
5082013-08-23 Glenn Morris <rgm@gnu.org>
509
510 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
511
512 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
513
514 * files.el (create-file-buffer): If the result would begin with
515 spaces, prepend a "|" instead of removing them. (Bug#15162)
516
5172013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
520 text-properties (bug#15155).
521
522 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
523 exist any more.
524 (calc-keypad-redraw): Remove unused var `pad'.
525 (calc-keypad-press): Remove unused var `menu'.
526
5272013-08-23 Martin Rudalics <rudalics@gmx.at>
528
529 * window.el (display-buffer-pop-up-frame):
530 Call pop-up-frame-function with BUFFER current so `make-frame' will
531 use it as the new frame's buffer (Bug#15133).
532
5332013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * calendar/timeclock.el: Minor cleanups.
536 (timeclock-ask-before-exiting, timeclock-use-display-time):
537 Use `symbol'.
538 (timeclock-modeline-display): Define as alias before the
539 actual definition.
540 (timeclock-mode-line-display): Use define-minor-mode.
541 (timeclock-day-list-template): Make it a function, add an argument.
542 (timeclock-day-list-required, timeclock-day-list-length)
543 (timeclock-day-list-debt, timeclock-day-list-span)
544 (timeclock-day-list-break): Adjust calls accordingly.
545
5462013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
549 Use read--expression so that completion works again.
550
5512013-08-21 Sam Steingold <sds@gnu.org>
552
553 Add rudimentary inferior shell interaction
554 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
555 (sh-set-shell): Reset it.
556 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
557 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
558
5592013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * align.el: Use lexical-binding.
562 (align-region): Simplify accordingly.
563
5642013-08-20 Michael Albinus <michael.albinus@gmx.de>
565
566 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
567
568 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
569 `non-essential' up.
570
5712013-08-17 Michael Albinus <michael.albinus@gmx.de>
572
573 * net/tramp.el:
574 * net/tramp-adb.el:
575 * net/tramp-cmds.el:
576 * net/tramp-ftp.el:
577 * net/tramp-gvfs.el:
578 * net/tramp-gw.el:
579 * net/tramp-sh.el: Don't wrap external variable declarations by
580 `eval-when-compile'.
581
5822013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
583
584 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
585 now that Emacs supports ImageMagick animations.
586
5872013-08-16 Michael Albinus <michael.albinus@gmx.de>
588
589 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
590 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
591
5922013-08-16 Martin Rudalics <rudalics@gmx.at>
593
594 * window.el (mouse-autoselect-window-select): Do autoselect when
595 mouse pointer is on margin.
596
5972013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
598
599 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
600
6012013-08-16 Glenn Morris <rgm@gnu.org>
602
603 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
604 Handle "Remote Directory" response of some clients. (Bug#15058)
605
606 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
607 Tweak warning. (Bug#14926)
608
609 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
610 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
611
612 * image-mode.el (image-mode-map): Add menu items to reverse,
613 increase, decrease, reset animation speed.
614 (image--set-speed, image-increase-speed, image-decrease-speed)
615 (image-reverse-speed, image-reset-speed): New functions.
616 (image-mode-map): Add bindings for speed commands.
617
618 * image.el (image-animate-get-speed, image-animate-set-speed):
619 New functions.
620 (image-animate-timeout): Respect image :speed property.
621
6222013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
625 previous line (bug#15101).
626 (debugger-eval-expression, debugger-record-expression):
627 Use read--expression (bug#15102).
628
6292013-08-15 Michael Albinus <michael.albinus@gmx.de>
630
631 Remove byte compiler warnings, visible when compiling with
632 `byte-compile-force-lexical-warnings' set to t.
633
634 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
635 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
636 (tramp-handle-unhandled-file-name-directory)
637 (tramp-handle-file-notify-add-watch, tramp-action-login)
638 (tramp-action-succeed, tramp-action-permission-denied)
639 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
640 arguments with "_".
641
642 * net/tramp-adb.el (tramp-adb-parse-device-names)
643 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
644 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
645 (tramp-adb-handle-file-truename): Remove unused arguments.
646
647 * net/tramp-cache.el (tramp-flush-directory-property)
648 (tramp-flush-connection-property, tramp-list-connections)
649 (tramp-parse-connection-properties): Prefix unused arguments with "_".
650
651 * net/tramp-compat.el (tramp-compat-make-temp-file):
652 Rename FILENAME to F.
653
654 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
655 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
656 (tramp-zeroconf-parse-workstation-device-names)
657 (tramp-zeroconf-parse-webdav-device-names)
658 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
659
660 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
661 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
662
663 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
664 arguments.
665 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
666 (tramp-sh-handle-insert-file-contents-literally)
667 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
668 with "_".
669 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
670 Remove unused variables.
671
672 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
673 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
674 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
675
676 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
677 Make them a defconst.
678 (tramp-uuencode-region): Remove unused variable.
679
6802013-08-14 Juanma Barranquero <lekktu@gmail.com>
681
682 * frameset.el (frameset--prop-setter): New function.
683 (frameset-prop): Add gv-setter declaration.
684 (frameset-filter-minibuffer): Deal with the case that the minibuffer
685 parameter was already set in FILTERED. Doc fix.
686 (frameset--record-minibuffer-relationships): Allow saving a
687 minibufferless frame without its corresponding minibuffer frame.
688 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
689 frame, if the frame id matches.
690 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
691 frames before orphaned ones.
692 (frameset-restore): Warn about orphaned windows, instead of error out.
693
6942013-08-14 Martin Rudalics <rudalics@gmx.at>
695
696 * window.el (window-make-atom): Don't overwrite parameter
697 already present.
698 (display-buffer-in-atom-window): Handle special case where we
699 split an already atomic window.
700 (window--major-non-side-window, display-buffer-in-side-window)
701 (window--side-check): Ignore minibuffer window when walking
702 window tree.
703 (window-deletable-p): Return 'frame only if no other frame uses
704 our minibuffer window.
705 (record-window-buffer): Run buffer-list-update-hook.
706 (split-window): Make sure window--check-frame won't destroy an
707 existing atomic window in case the new window gets nested
708 inside.
709 (display-buffer-at-bottom): Ignore minibuffer window when
710 walking window tree. Don't split a side window.
711 (pop-to-buffer): Don't set-buffer here, the select-window call
712 should do that.
713 (mouse-autoselect-window-select): Autoselect only if we are in the
714 text portion of the window.
715
7162013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
717
718 * net/shr.el (shr-parse-image-data): New function to grab both the
719 data itself and the Content-Type.
720 (shr-put-image): Use it.
721
722 * net/eww.el (eww-display-image): Ditto.
723
724 * image.el (image-content-type-suffixes): New variable.
725
7262013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
727
728 * progmodes/python.el (python-imenu--build-tree)
729 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
730
7312013-08-13 Xue Fuqiao <xfq.free@gmail.com>
732
733 * simple.el (backward-word): Mention the optional argument.
734
7352013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * frameset.el (frameset--make): Rename constructor from make-frameset.
738 (frameset-p, frameset-valid-p): Don't autoload.
739 (frameset-valid-p): Use normal accessors.
740
7412013-08-13 Glenn Morris <rgm@gnu.org>
742
743 * progmodes/compile.el (compile-command): Tweak example in doc.
744 * obsolete/scribe.el (scribe-mode):
745 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
746
747 * mail/feedmail.el (feedmail-confirm-outgoing)
748 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
749
750 * cus-start.el (truncate-partial-width-windows): Fix type.
751
752 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
753
754 * net/shr.el (shr-table-horizontal-line): Fix custom type.
755
7562013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * emacs-lisp/timer.el (timer--time-setter): New function.
759 (timer--time): Use it as gv-setter.
760
761 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
762 setter is not a symbol.
763
7642013-08-12 Grégoire Jadi <daimrod@gmail.com>
765
766 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
767 if sending fails. This makes debugging easier.
768
7692013-08-12 Juanma Barranquero <lekktu@gmail.com>
770
771 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
772 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
773 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
774
7752013-08-12 Eli Zaretskii <eliz@gnu.org>
776
777 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
778
7792013-08-12 Glenn Morris <rgm@gnu.org>
780
781 * format.el (format-annotate-function):
782 Handle read-only text properties in the source. (Bug#14887)
783
7842013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
785
786 * net/eww.el (eww-display-html): Ignore coding system errors.
787 One web site uses "utf-8lias" as the coding system.
788
7892013-08-11 Juanma Barranquero <lekktu@gmail.com>
790
791 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
792
7932013-08-10 Juanma Barranquero <lekktu@gmail.com>
794
795 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
796 (tutorial--detailed-help): Remove unused local variables.
797 (tutorial--save-tutorial-to): Use ignore-errors.
798 (help-with-tutorial): Use looking-at-p.
799
800 * view.el (view-buffer-other-window, view-buffer-other-frame):
801 Mark unused arguments.
802
803 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
804 (woman-select-symbol-fonts, woman, woman-find-file)
805 (woman-insert-file-contents, woman-non-underline-faces):
806 Use string-match-p.
807 (woman1-unquote): Move declaration.
808
809 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
810 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
811 argument. Remove unused local variable.
812 (xml-parse-elem-type): Use string-match-p.
813 (xml-substitute-numeric-entities): Use ignore-errors.
814
815 * calculator.el (calculator): Mark unused argument.
816 (calculator-paste, calculator-quit, calculator-integer-p):
817 Use ignore-errors.
818 (calculator-string-to-number, calculator-decimal, calculator-exp)
819 (calculator-op-or-exp): Use string-match-p.
820
821 * dired.el (dired-buffer-more-recently-used-p): Declare.
822 (dired-insert-set-properties, dired-insert-old-subdirs):
823 Use ignore-errors.
824
825 * dired-aux.el (dired-compress): Use ignore-errors.
826 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
827 (dired-do-async-shell-command, dired-do-shell-command)
828 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
829 (dired-insert-subdir-validate): Use string-match-p.
830 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
831 (dired-add-entry): Use string-match-p, looking-at-p.
832 (dired-insert-subdir-newpos): Remove unused local variable.
833
834 * filenotify.el (file-notify-callback): Remove unused local variable.
835
836 * filesets.el (filesets-error): Mark unused argument.
837 (filesets-which-command-p, filesets-filter-dir-names)
838 (filesets-directory-files, filesets-get-external-viewer)
839 (filesets-ingroup-get-data): Use string-match-p.
840
841 * find-file.el (ff-other-file-name, ff-other-file-name)
842 (ff-find-the-other-file, ff-cc-hh-converter):
843 Remove unused local variables.
844 (ff-get-file-name): Use string-match-p.
845 (ff-all-dirs-under): Use ignore-errors.
846
847 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
848 (follow-select-if-visible): Remove unused local variable.
849
850 * forms.el (read-file-filter): Move declaration.
851 (forms--make-format, forms--make-parser, forms-insert-record):
852 Quote function with #'.
853 (forms--update): Use string-match-p. Quote function with #'.
854
855 * help-mode.el (help-dir-local-var-def): Mark unused argument.
856 (help-make-xrefs): Use looking-at-p.
857 (help-xref-on-pp): Use looking-at-p, ignore-errors.
858
859 * ibuffer.el (ibuffer-ext-visible-p): Declare.
860 (ibuffer-confirm-operation-on): Use string-match-p.
861
862 * msb.el (msb-item-handler, msb-dired-item-handler):
863 Mark unused arguments.
864
865 * ses.el (ses-decode-cell-symbol)
866 (ses-kill-override): Remove unused local variable.
867 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
868 (ses-load): Use ignore-errors, looking-at-p.
869 (ses-jump-safe): Use ignore-errors.
870 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
871
872 * tabify.el (untabify, tabify): Mark unused arguments.
873
874 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
875 Mark unused argument.
876 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
877 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
878
879 * emacs-lisp/timer.el (timer--time): Define setter with
880 gv-define-setter to avoid deprecation warning.
881
882 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
883 (*record-cmpl-statistics-p*): Remove (was commented out).
884 (cmpl-statistics-block): Remove (body was commented out).
885 All callers changed.
886 (add-completions-from-buffer, load-completions-from-file):
887 Remove unused variables.
888
8892013-08-09 Juanma Barranquero <lekktu@gmail.com>
890
891 * filecache.el (file-cache-delete-file-list):
892 Print message only when told so.
893 (file-cache-files-matching): Use #' in mapconcat argument.
894
895 * ffap.el (ffap-url-at-point): Fix reference to variable
896 thing-at-point-default-mail-uri-scheme.
897
8982013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * subr.el (define-error): New function.
901 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
902 error-file-not-found and define with define-error.
903 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
904 and define with define-error.
905 * userlock.el (file-locked, file-supersession):
906 * simple.el (mark-inactive):
907 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
908 * progmodes/ada-mode.el (ada-mode-errors):
909 * play/life.el (life-extinct):
910 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
911 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
912 * nxml/rng-util.el (rng-error):
913 * nxml/rng-uri.el (rng-uri-error):
914 * nxml/rng-match.el (rng-compile-error):
915 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
916 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
917 * nxml/nxml-rap.el (nxml-scan-error):
918 * nxml/nxml-outln.el (nxml-outline-error):
919 * net/soap-client.el (soap-error):
920 * net/gnutls.el (gnutls-error):
921 * net/ange-ftp.el (ftp-error):
922 * mpc.el (mpc-proc-error):
923 * json.el (json-error, json-readtable-error, json-unknown-keyword)
924 (json-number-format, json-string-escape, json-string-format)
925 (json-key-format, json-object-format):
926 * jka-compr.el (compression-error):
927 * international/quail.el (quail-error):
928 * international/kkc.el (kkc-error):
929 * emacs-lisp/ert.el (ert-test-failed):
930 * calc/calc.el (calc-error, inexact-result, math-overflow)
931 (math-underflow):
932 * bookmark.el (bookmark-error-no-filename):
933 * epg.el (epg-error): Define with define-error.
934
935 * time.el (display-time-event-handler)
936 (display-time-next-load-average): Don't call sit-for since it seems
937 unnecessary (bug#15045).
938
939 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
940 Use #' instead of ' to quote functions.
941 (checkdoc-output-mode): Use setq-local.
942 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
943 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
944 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
945 (checkdoc-ispell, checkdoc-ispell-current-buffer)
946 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
947 (checkdoc-ispell-message-text, checkdoc-ispell-start)
948 (checkdoc-ispell-continue, checkdoc-ispell-comments)
949 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
950
951 * ido.el (ido-completion-help): Fix up compiler warning.
952
9532013-08-09 Juanma Barranquero <lekktu@gmail.com>
954
955 * frameset.el (frameset-p): Add autoload cookie.
956 (frameset--jump-to-register): New function, based on code moved from
957 register.el.
958 (frameset-to-register): Move from register.el. Adapt to `registerv'.
959
960 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
961 (frameset-restore, frameset-save, frameset-session-filter-alist):
962 Remove declarations.
963 (register-alist): Doc fix.
964 (frameset-to-register): Move to frameset.el.
965 (jump-to-register, describe-register-1): Remove frameset-specific code.
966
9672013-08-08 Juanma Barranquero <lekktu@gmail.com>
968
969 * allout-widgets.el (allout-widgets-pre-command-business)
970 (allout-widgets-post-command-business)
971 (allout-widgets-after-change-handler)
972 (allout-decorate-item-and-context, allout-set-boundary-marker)
973 (allout-body-modification-handler)
974 (allout-graphics-modification-handler): Mark ignored arguments.
975 (allout-widgets-post-command-business)
976 (allout-widgets-exposure-change-processor)
977 (allout-widgets-exposure-undo-processor)
978 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
979 (allout-parse-item-at-point, allout-decorate-item-guides)
980 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
981 * allout.el (epa-passphrase-callback-function): Declare.
982 (allout-overlay-insert-in-front-handler)
983 (allout-overlay-interior-modification-handler)
984 (allout-isearch-end-handler, allout-chart-siblings)
985 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
986 (allout-yank-processing, allout-process-exposed)
987 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
988 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
989 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
990 (lisp-indent-defform): Mark ignored arguments.
991 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
992 (calculate-lisp-indent): Remove unused variables.
993 * international/characters.el (indian-2-column, arabic-2-column)
994 (tibetan): Mark ignored arguments.
995 (use-cjk-char-width-table): Mark ignored arguments.
996 Remove unused variables.
997 * international/fontset.el (build-default-fontset-data)
998 (x-compose-font-name, create-fontset-from-fontset-spec):
999 Mark ignored arguments.
1000 (fontset-plain-name): Remove unused variables.
1001 * international/mule.el (charset-id, charset-bytes, generic-char-p)
1002 (keyboard-coding-system): Mark ignored arguments.
1003 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
1004 * help.el (resize-temp-buffer-window):
1005 * window.el (display-buffer-in-major-side-window)
1006 (display-buffer-in-side-window, display-buffer-in-previous-window):
1007 Remove unused variables.
1008 * isearch.el (isearch-forward-symbol):
1009 * version.el (emacs-bzr-version-bzr):
1010 * international/mule-cmds.el (current-language-environment):
1011 * term/common-win.el (x-handle-iconic, x-handle-geometry)
1012 (x-handle-display):
1013 * term/pc-win.el (x-list-fonts, x-display-planes)
1014 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
1015 (x-server-version, x-display-screens, x-display-mm-height)
1016 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
1017 (x-selection-owner-p, x-own-selection-internal)
1018 (x-disown-selection-internal, x-get-selection-internal)
1019 (msdos-initialize-window-system):
1020 * term/tty-colors.el (tty-color-alist, tty-color-clear):
1021 * term/x-win.el (x-handle-no-bitmap-icon):
1022 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
1023 (vc-default-find-file-hook, vc-default-extra-menu):
1024 Mark ignored arguments.
1025
10262013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
1029 break-condition in the context of the debugged code (bug#12685).
1030
10312013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
1032
1033 * comint.el:
1034 Do not use an overlay to highlight the last prompt. (Bug#14744)
1035 (comint-mode): Make comint-last-prompt buffer local.
1036 (comint-last-prompt): New variable.
1037 (comint-last-prompt-overlay): Remove. Superseded by
1038 comint-last-prompt.
1039 (comint-snapshot-last-prompt, comint-output-filter):
1040 Use comint-last-prompt.
1041
10422013-08-08 Juanma Barranquero <lekktu@gmail.com>
1043
1044 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
1045 (frameset-save): Check validity of the resulting frameset.
1046
10472013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1048
1049 * ido.el (ido-record-command): Add doc string.
1050
10512013-08-08 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * frameset.el (frameset): Do not disable creation of the default
1054 frameset-p predicate. Doc fix.
1055 (frameset-valid-p): New function, copied from the old predicate-p.
1056 Add additional checks.
1057 (frameset-restore): Check with frameset-valid-p.
1058 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
1059 (frameset-name, frameset-description, frameset-properties)
1060 (frameset-states): Add docstring.
1061 (frameset-session-filter-alist, frameset-persistent-filter-alist)
1062 (frameset-filter-alist): Doc fixes.
1063
10642013-08-08 Juanma Barranquero <lekktu@gmail.com>
1065
1066 * frameset.el (frameset-p, frameset-prop): Doc fixes.
1067
10682013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
1071 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
1072 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
1073 (byte-compile-normal-call): Remove obsolescence check.
1074
10752013-08-08 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * frameset.el (frameset-restore): Doc fix.
1078
1079 * register.el (frameset-frame-id, frameset-frame-with-id)
1080 (frameset-p, frameset-restore, frameset-save): Declare.
1081 (register-alist): Document framesets.
1082 (frameset-session-filter-alist): Declare.
1083 (frameset-to-register): New function.
1084 (jump-to-register): Implement jumping to framesets. Doc fix.
1085 (describe-register-1): Describe framesets.
1086
1087 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
1088
10892013-08-07 Juanma Barranquero <lekktu@gmail.com>
1090
1091 * desktop.el (desktop-save-frameset): Use new frameset-save args.
1092 Use lexical-binding.
1093
1094 * frameset.el (frameset): Use type vector, not list (incompatible
1095 change). Do not declare a new constructor, use the default one.
1096 Upgrade suggested properties `app', `name' and `desc' to slots `app',
1097 `name' and `description', respectively, and add read-only slot
1098 `timestamp'. Doc fixes.
1099 (frameset-copy, frameset-persistent-filter-alist)
1100 (frameset-filter-alist, frameset-switch-to-gui-p)
1101 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
1102 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
1103 (frameset-filter-iconified, frameset-keep-original-display-p):
1104 Doc fixes.
1105 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
1106 Rename from frameset-filter-(save|restore)-param. All callers changed.
1107 Doc fix.
1108 (frameset-p): Adapt to change to vector and be more thorough.
1109 Change arg name to OBJECT. Doc fix.
1110 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
1111 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
1112 All callers changed.
1113 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
1114 All callers changed.
1115 (frameset--record-minibuffer-relationships): Rename from
1116 frameset--process-minibuffer-frames. All callers changed.
1117 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
1118 Use new default constructor (again). Doc fix.
1119 (frameset--find-frame-if): Rename from `frameset--find-frame.
1120 All callers changed.
1121 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
1122 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
1123 Doc fix.
1124 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
1125 PARAMETERS and WINDOW-STATE, respectively.
1126 (frameset-restore): Add new keyword argument PREDICATE.
1127 Reset frameset--target-display to nil. Doc fix.
1128
11292013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
1132 (bat-mode): Use it.
1133 (bat-mode-syntax-table): Mark \n as end-of-comment.
1134 (bat-font-lock-keywords): Remove comment rule.
1135
1136 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
1137 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
1138
1139 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
1140 (byte-compile-callargs-warn): Use `push'.
1141 (byte-compile-arglist-warn): Ignore higher-order "calls".
1142 (byte-compile-file-form-autoload): Use `pcase'.
1143 (byte-compile-function-form): If quoting a symbol, check that it exists.
1144
11452013-08-07 Eli Zaretskii <eliz@gnu.org>
1146
1147 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
1148 and add a few popular commands found in batch files.
1149 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
1150 (dos-mode): Doc fixes.
1151
11522013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
1155 (dos-mode): Use setq-local. Add space after "rem".
1156 (dos-mode-syntax-table): Don't use "w" for symbol chars.
1157 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
1158
11592013-08-07 Arni Magnusson <arnima@hafro.is>
1160
1161 * progmodes/dos.el: New file.
1162 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
1163 dos-mode.
1164
11652013-08-06 Glenn Morris <rgm@gnu.org>
1166
1167 * calendar/calendar.el: Add new faces, and day-header-array.
1168 (calendar-weekday-header, calendar-weekend-header)
1169 (calendar-month-header): New faces.
1170 (calendar-day-header-construct): New function.
1171 (calendar-day-header-width): Also :set calendar-day-header-array.
1172 (calendar-american-month-header, calendar-european-month-header)
1173 (calendar-iso-month-header): Use calendar- faces.
1174 (calendar-generate-month):
1175 Use calendar-day-header-array for day headers; apply faces to them.
1176 (calendar-mode): Check calendar-font-lock-keywords non-nil.
1177 (calendar-abbrev-construct): Add optional maxlen argument.
1178 (calendar-day-name-array): Doc fix.
1179 (calendar-day-name-array, calendar-abbrev-length)
1180 (calendar-day-abbrev-array):
1181 Also :set calendar-day-header-array, and maybe redraw.
1182 (calendar-day-header-array): New option. (Bug#15007)
1183 (calendar-font-lock-keywords): Set to nil and make obsolete.
1184 (calendar-day-name): Add option to use header array.
1185
11862013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1187
1188 * net/shr.el (shr-render-td): Remove debugging.
1189 (shr-render-td): Make width computation consistent by defaulting
1190 all zero-width columns to 10 characters. This may not be optimal,
1191 but it's at least consistent.
1192 (shr-make-table-1): Redo last change to fix the real problem in
1193 colspan handling.
1194
11952013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1196
1197 * files.el (cache-long-line-scans):
1198 Make obsolete alias to `cache-long-scans'.
1199
12002013-08-06 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * frameset.el (frameset, frameset-filter-alist)
1203 (frameset-filter-params, frameset-save, frameset--reuse-frame)
1204 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
1205 (frameset-compute-pos): Rename from frameset--compute-pos,
1206 and add docstring.
1207 (frameset-move-onscreen): Use frameset-compute-pos.
1208 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1209
1210 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
1211 Fix typos in docstrings.
1212
12132013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1214
1215 * frame.el (get-other-frame): Tiny cleanup.
1216
12172013-08-06 Juanma Barranquero <lekktu@gmail.com>
1218
1219 * vc/vc.el (vc-default-ignore-completion-table):
1220 Silence byte-compiler warning.
1221
1222 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
1223 slot , which can indeed be nil.
1224 (frameset-live-filter-alist, frameset-persistent-filter-alist):
1225 Move entry for `left' from persistent to live filter alist.
1226 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
1227 Doc fixes.
1228 (frameset-filter-params): When restoring a frame, copy items added to
1229 `filtered', to avoid unwittingly modifying the original parameters.
1230 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
1231 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
1232
1233 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
1234 to use looking-at-p instead of looking-at. (Bug#15028)
1235
12362013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 Revert introduction of isearch-filter-predicates (bug#14714).
1239 Rely on add-function instead.
1240 * isearch.el (isearch-filter-predicates): Rename it back to
1241 isearch-filter-predicate.
1242 (isearch-message-prefix): Use advice-function-mapc and advice
1243 properties to get the isearch-message-prefix.
1244 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
1245 instead of run-hook-with-args-until-failure.
1246 (isearch-filter-visible): Not obsolete any more.
1247 * loadup.el: Preload nadvice.
1248 * replace.el (perform-replace): Revert to funcall
1249 instead of run-hook-with-args-until-failure.
1250 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
1251 * dired-aux.el (dired-isearch-filenames-mode): Rename from
1252 dired-isearch-filenames-toggle; make it into a proper minor mode.
1253 Use add/remove-function.
1254 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
1255 Call the minor-mode rather than add/remove-hook.
1256 (dired-isearch-filter-filenames):
1257 Remove isearch-message-prefix property.
1258 * info.el (Info--search-loop): New function, extracted from Info-search.
1259 Funcall isearch-filter-predicate instead of
1260 run-hook-with-args-until-failure isearch-filter-predicates.
1261 (Info-search): Use it.
1262 (Info-mode): Use isearch-filter-predicate instead of
1263 isearch-filter-predicates.
1264
12652013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
1266
1267 Do not call to `selected-window' where it is assumed by default.
1268 Affected functions are `window-minibuffer-p', `window-dedicated-p',
1269 `window-hscroll', `window-width', `window-height', `window-buffer',
1270 `window-frame', `window-start', `window-point', `next-window'
1271 and `window-display-table'.
1272 * abbrev.el (abbrev--default-expand):
1273 * bs.el (bs--show-with-configuration):
1274 * buff-menu.el (Buffer-menu-mouse-select):
1275 * calc/calc.el (calc):
1276 * calendar/calendar.el (calendar-generate-window):
1277 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
1278 (diary-make-entry):
1279 * comint.el (send-invisible, comint-dynamic-complete-filename)
1280 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
1281 * completion.el (complete):
1282 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
1283 * disp-table.el (describe-current-display-table):
1284 * doc-view.el (doc-view-insert-image):
1285 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
1286 * ehelp.el (with-electric-help):
1287 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1288 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
1289 * emacs-lisp/helper.el (Helper-help-scroller):
1290 * emulation/cua-base.el (cua--post-command-handler-1):
1291 * eshell/esh-mode.el (eshell-output-filter):
1292 * ffap.el (ffap-gnus-wrapper):
1293 * help-macro.el (make-help-screen):
1294 * hilit-chg.el (highlight-compare-buffers):
1295 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
1296 * hl-line.el (global-hl-line-highlight):
1297 * icomplete.el (icomplete-simple-completing-p):
1298 * isearch.el (isearch-done):
1299 * jit-lock.el (jit-lock-stealth-fontify):
1300 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
1301 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
1302 * mpc.el (mpc-tagbrowser, mpc):
1303 * net/rcirc.el (rcirc-any-buffer):
1304 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
1305 * play/landmark.el (landmark-max-width, landmark-max-height):
1306 * play/zone.el (zone):
1307 * progmodes/compile.el (compilation-goto-locus):
1308 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
1309 * progmodes/etags.el (find-tag-other-window):
1310 * progmodes/fortran.el (fortran-column-ruler):
1311 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1312 * progmodes/verilog-mode.el (verilog-point-text):
1313 * reposition.el (reposition-window):
1314 * rot13.el (toggle-rot13-mode):
1315 * server.el (server-switch-buffer):
1316 * shell.el (shell-dynamic-complete-command)
1317 (shell-dynamic-complete-environment-variable):
1318 * simple.el (insert-buffer, set-selective-display)
1319 (delete-completion-window):
1320 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
1321 (speedbar-recenter):
1322 * startup.el (fancy-splash-head):
1323 * textmodes/ispell.el (ispell-command-loop):
1324 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
1325 * tutorial.el (help-with-tutorial):
1326 * vc/add-log.el (add-change-log-entry):
1327 * vc/compare-w.el (compare-windows):
1328 * vc/ediff-help.el (ediff-indent-help-message):
1329 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
1330 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
1331 (ediff-setup-control-frame):
1332 * vc/emerge.el (emerge-position-region):
1333 * vc/pcvs-util.el (cvs-bury-buffer):
1334 * window.el (walk-windows, mouse-autoselect-window-select):
1335 * winner.el (winner-set-conf, winner-undo): Related users changed.
1336
13372013-08-05 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * frameset.el (frameset--set-id): Doc fix.
1340 (frameset-frame-id, frameset-frame-id-equal-p)
1341 (frameset-locate-frame-id): New functions.
1342 (frameset--process-minibuffer-frames, frameset--reuse-frame)
1343 (frameset-restore): Use them.
1344
13452013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
1346
1347 Do not call to `selected-frame' where it is assumed by default.
1348 Affected functions are `raise-frame', `redraw-frame',
1349 `frame-first-window', `frame-terminal' and `delete-frame'.
1350 * calendar/appt.el (appt-disp-window):
1351 * epg.el (epg-wait-for-completion):
1352 * follow.el (follow-delete-other-windows-and-split)
1353 (follow-avoid-tail-recenter):
1354 * international/mule.el (set-terminal-coding-system):
1355 * mail/rmail.el (rmail-mail-return):
1356 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1357 * progmodes/f90.el (f90-add-imenu-menu):
1358 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
1359 * server.el (server-switch-buffer):
1360 * simple.el (delete-completion-window):
1361 * talk.el (talk):
1362 * term/xterm.el (terminal-init-xterm-modify-other-keys)
1363 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
1364 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
1365 * vc/ediff.el (ediff-documentation): Related users changed.
1366 * frame.el (selected-terminal): Remove the leftover.
1367
13682013-08-05 Glenn Morris <rgm@gnu.org>
1369
1370 * calendar/calendar.el (calendar-generate-month):
1371 Fix for calendar-column-width != 1 + calendar-day-digit-width.
1372 (calendar-generate-month, calendar-font-lock-keywords):
1373 Fix for calendar-day-header-width > length of any day name.
1374
13752013-08-05 Juanma Barranquero <lekktu@gmail.com>
1376
1377 * desktop.el (desktop-clear): Use new name of sort predicate.
1378
1379 * frameset.el (frameset): Add docstring. Move :version property to its
1380 own `version' slot.
1381 (frameset-copy): Rename from copy-frameset.
1382 (frameset-p): Check more thoroughly.
1383 (frameset-prop): Do not check for :version, which is no longer a prop.
1384 (frameset-live-filter-alist, frameset-persistent-filter-alist):
1385 Use new :never value instead of t.
1386 (frameset-filter-alist): Expand and clarify docstring.
1387 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
1388 (frameset-filter-minibuffer, frameset-filter-save-param)
1389 (frameset-filter-restore-param, frameset-filter-iconified):
1390 Add pointer to docstring of frameset-filter-alist.
1391 (frameset-filter-params): Rename filter values to be more meaningful:
1392 :never instead of t, and reverse the meanings of :save and :restore.
1393 (frameset--process-minibuffer-frames): Clarify error message.
1394 (frameset-save): Avoid unnecessary and confusing call to framep.
1395 Use new BOA constructor for framesets.
1396 (frameset--reuse-list): Doc fix.
1397 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
1398 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
1399 (frameset-minibufferless-first-p): Doc fix.
1400 Rename from frameset-sort-frames-for-deletion.
1401 (frameset-restore): Doc fixes. Use new function names.
1402 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1403
14042013-08-04 Juanma Barranquero <lekktu@gmail.com>
1405
1406 * desktop.el (desktop-restore-forces-onscreen)
1407 (desktop-restore-reuses-frames): Document :keyword constant values.
1408 (desktop-filter-parameters-alist): Remove, now identical to
1409 frameset-filter-alist.
1410 (desktop--filter-tty*): Remove, moved to frameset.el.
1411 (desktop-save-frameset, desktop-restore-frameset):
1412 Do not pass :filters argument.
1413
1414 * frameset.el (frameset-live-filter-alist)
1415 (frameset-persistent-filter-alist): New variables.
1416 (frameset-filter-alist): Use them. Add autoload cookie.
1417 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
1418 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
1419 `frameset--id' (it's supposed to be internal to frameset.el).
1420 (frameset--process-minibuffer-frames): Ditto. Doc fix.
1421 (frameset--initial-params): New function.
1422 (frameset--get-frame): Use it. Doc fix.
1423 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
1424 Accept :all, not 'all.
1425 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
1426 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
1427 with fbound symbols. Fix frame id matching, and remove matching ids if
1428 the frame being restored is deleted. Obey :delete.
1429
14302013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * subr.el (macrop): New function.
1433 (text-clone--maintaining): New var.
1434 (text-clone--maintain): Rename from text-clone-maintain. Use it
1435 instead of inhibit-modification-hooks.
1436
1437 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
1438 a proxy, so as handle autoloads and redefinitions of the target.
1439 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
1440
1441 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
1442 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
1443 (pcase--mutually-exclusive-p): New function.
1444 (pcase--split-consp): Use it.
1445 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
1446 mutually exclusive with the current predicate.
1447
1448 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
1449 (edebug-macrop): Remove. Use `macrop' instead.
1450 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
1451 (ad-macro-p):
1452 * eshell/esh-cmd.el (eshell-macrop):
1453 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
1454
14552013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
1458 (advice-mapc): New function, using it.
1459 (advice-function-member-p): New function.
1460 (advice--normalize): Store the cdr in advice--saved-rewrite since
1461 that's the part that will be changed.
1462 (advice--symbol-function): New function.
1463 (advice-remove): Handle removal before the function is defined.
1464 Adjust to new advice--saved-rewrite.
1465 (advice-member-p): Use advice-function-member-p and
1466 advice--symbol-function.
1467
14682013-08-04 Juanma Barranquero <lekktu@gmail.com>
1469
1470 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
1471 (frameset-filter-minibuffer): Doc fix.
1472 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
1473 (frameset--set-id, frameset--process-minibuffer-frames)
1474 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
1475 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
1476
1477 * desktop.el (desktop-clear): Only delete frames when called
1478 interactively and desktop-restore-frames is non-nil. Doc fix.
1479 (desktop-read): Set desktop-saved-frameset to nil.
1480
14812013-08-04 Xue Fuqiao <xfq.free@gmail.com>
1482
1483 * vc/vc.el (vc-ignore): Rewrite.
1484 (vc-default-ignore-completion-table):
1485 (vc--read-lines):
1486 (vc--add-line, vc--remove-regexp): New functions.
1487
1488 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
1489 (vc-svn-ignore-completion-table): New function.
1490
1491 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
1492 (vc-hg-ignore-completion-table):
1493 (vc-hg-find-ignore-file): New functions.
1494
1495 * vc/vc-git.el (vc-git-ignore): Rewrite.
1496 (vc-git-ignore-completion-table):
1497 (vc-git-find-ignore-file): New functions.
1498
1499 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
1500
1501 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
1502 (vc-bzr-ignore-completion-table):
1503 (vc-bzr-find-ignore-file): New functions.
1504
15052013-08-03 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * frameset.el (frameset-prop): New function and setter.
1508 (frameset-save): Do not modify frame list passed by the caller.
1509
15102013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
1513
15142013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
1517 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
1518
1519 * custom.el (custom-initialize-default, custom-initialize-set)
1520 (custom-initialize-reset, custom-initialize-changed): Affect the
1521 toplevel-default-value (bug#6275, bug#14586).
1522 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
1523 for bug#6275.
1524
15252013-08-02 Juanma Barranquero <lekktu@gmail.com>
1526
1527 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1528 Add cl-def* expressions.
1529
1530 * frameset.el (frameset-filter-params): Fix order of arguments.
1531
15322013-08-02 Juanma Barranquero <lekktu@gmail.com>
1533
1534 Move code related to saving frames to frameset.el.
1535 * desktop.el: Require frameset.
1536 (desktop-restore-frames): Doc fix.
1537 (desktop-restore-reuses-frames): Rename from
1538 desktop-restoring-reuses-frames.
1539 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
1540 (desktop-clear): Clear frames too.
1541 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
1542 (desktop--filter-tty*, desktop-save, desktop-read):
1543 Use frameset functions.
1544 (desktop-before-saving-frames-functions, desktop--filter-*-color)
1545 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1546 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
1547 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
1548 (desktop--process-minibuffer-frames, desktop-save-frames)
1549 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
1550 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
1551 (desktop--sort-states, desktop-restoring-frames-p)
1552 (desktop-restore-frames): Remove. Most code moved to frameset.el.
1553 (desktop-restoring-frameset-p, desktop-restore-frameset)
1554 (desktop--check-dont-save, desktop-save-frameset): New functions.
1555 (desktop--app-id): New constant.
1556 (desktop-first-buffer, desktop-buffer-ok-count)
1557 (desktop-buffer-fail-count): Move before first use.
1558 * frameset.el: New file.
1559
15602013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * files.el: Use lexical-binding.
1563 (dir-locals-read-from-file): Remove unused `err' variable.
1564 (hack-dir-local-variables--warned-coding): New var.
1565 (hack-dir-local-variables): Use it to avoid repeated warnings.
1566 (make-backup-file-name--default-function): New function.
1567 (make-backup-file-name-function): Use it as default.
1568 (buffer-stale--default-function): New function.
1569 (buffer-stale-function): Use it as default.
1570 (revert-buffer-insert-file-contents--default-function): New function.
1571 (revert-buffer-insert-file-contents-function): Use it as default.
1572 (insert-directory): Avoid add-to-list.
1573
1574 * autorevert.el (auto-revert-handler): Simplify.
1575 Use buffer-stale--default-function.
1576
15772013-08-01 Tassilo Horn <tsdh@gnu.org>
1578
1579 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
1580
1581 * whitespace.el (whitespace-ensure-local-variables): New function.
1582 (whitespace-cleanup-region): Call it.
1583 (whitespace-turn-on): Call it.
1584
15852013-08-01 Michael Albinus <michael.albinus@gmx.de>
1586
1587 Complete file name handlers.
1588
1589 * net/tramp.el (tramp-handle-set-visited-file-modtime)
1590 (tramp-handle-verify-visited-file-modtime)
1591 (tramp-handle-file-notify-rm-watch): New functions.
1592 (tramp-call-process): Do not bind `default-directory'.
1593
1594 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1595 Order alphabetically.
1596 [access-file, add-name-to-file, dired-call-process]:
1597 [dired-compress-file, file-acl, file-notify-rm-watch]:
1598 [file-ownership-preserved-p, file-selinux-context]:
1599 [make-directory-internal, make-symbolic-link, set-file-acl]:
1600 [set-file-selinux-context, set-visited-file-modtime]:
1601 [verify-visited-file-modtime]: Add handler.
1602 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
1603
1604 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1605 [file-notify-add-watch, file-notify-rm-watch]:
1606 [set-file-times, set-visited-file-modtime]:
1607 [verify-visited-file-modtime]: Add handler.
1608 (with-tramp-gvfs-error-message)
1609 (tramp-gvfs-handle-set-visited-file-modtime)
1610 (tramp-gvfs-fuse-file-name): Remove.
1611 (tramp-gvfs-handle-file-notify-add-watch)
1612 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
1613 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
1614
1615 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1616 Order alphabetically.
1617 [file-notify-rm-watch ]: Use default Tramp handler.
1618 [executable-find]: Remove private handler.
1619 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
1620 `default-directory'.
1621 (tramp-sh-handle-executable-find)
1622 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
1623 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1624 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
1625 Do not use `format' in `tramp-message'.
1626
1627 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
1628 [file-notify-rm-watch, set-visited-file-modtime]:
1629 [verify-visited-file-modtime]: Add handler.
1630 (tramp-smb-call-winexe): Do not bind `default-directory'.
1631
16322013-08-01 Xue Fuqiao <xfq.free@gmail.com>
1633
1634 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
1635
16362013-07-31 Dmitry Gutov <dgutov@yandex.ru>
1637
1638 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
1639 use it.
1640 (log-view-diff-changeset): Same.
1641 (log-view-diff-common): Call backend command `previous-revision'
1642 to find out the previous revision, in both cases. Swap the
1643 variables `to' and `fr', so that `fr' usually refers to the
1644 earlier revision (Bug#14989).
1645
16462013-07-31 Kan-Ru Chen <kanru@kanru.info>
1647
1648 * ibuf-ext.el (ibuffer-filter-by-filename):
1649 Make it work with dired buffers too.
1650
16512013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1652
1653 * emacs-lisp/re-builder.el (reb-color-display-p):
1654 * files.el (save-buffers-kill-terminal):
1655 * net/browse-url.el (browse-url):
1656 * server.el (server-save-buffers-kill-terminal):
1657 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
1658 Prefer nil to selected-frame for the first arg of frame-parameter.
1659
16602013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1661
1662 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
1663
16642013-07-30 Stephen Berman <stephen.berman@gmx.net>
1665
1666 * minibuffer.el (completion--twq-all): Try and preserve each
1667 completion's case choice (bug#14907).
1668
16692013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1670
1671 * net/network-stream.el (open-network-stream): Mention the new
1672 :nogreeting parameter.
1673 (network-stream-open-starttls): Use the :nogreeting parameter
1674 (bug#14938).
1675
1676 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
1677
1678 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
1679 more natural than popping.
1680
1681 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
1682 (shr-urlify): Highlight under mouse.
1683
16842013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1685
1686 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
1687
1688 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
1689
1690 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
1691 buffer for output.
1692
1693 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
1694 point-min==1. Fix search string. Fix parentheses missing.
1695
1696 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
1697 assume point-min==1. Fix search string. Fix parentheses missing.
1698
1699 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
1700
1701 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
1702 buffer for output.
1703
17042013-07-29 Eli Zaretskii <eliz@gnu.org>
1705
1706 * frame.el (frame-notice-user-settings): Avoid inflooping when the
1707 initial frame is minibuffer-less. (Bug#14841)
1708
17092013-07-29 Michael Albinus <michael.albinus@gmx.de>
1710
1711 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
1712 option.
1713
1714 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1715 (tramp-maybe-open-connection): Use it.
1716
17172013-07-28 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * desktop.el (desktop--make-frame): Include `minibuffer' in the
1720 minimal set of parameters passed when creating a frame, because
1721 the minibuffer status of a frame cannot be changed later.
1722
17232013-07-28 Stephen Berman <stephen.berman@gmx.net>
1724
1725 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
1726 replace-regexp-in-string and inadvertent omissions in previous change.
1727 (todo-filter-items): Ensure only file names are comma-separated in
1728 name of filtered items buffer.
1729
17302013-07-28 Juanma Barranquero <lekktu@gmail.com>
1731
1732 * desktop.el: Optionally force offscreen frames back onscreen.
1733 (desktop-restoring-reuses-frames): New option.
1734 (desktop--compute-pos, desktop--move-onscreen): New functions.
1735 (desktop--make-frame): Use desktop--move-onscreen.
1736
17372013-07-27 Alan Mackenzie <acm@muc.de>
1738
1739 Fontify a Java generic method as a function.
1740 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
1741 value to t.
1742
17432013-07-27 Stephen Berman <stephen.berman@gmx.net>
1744
1745 * calendar/todo-mode.el: Add command to rename todo files.
1746 (todo-rename-file): New command.
1747 (todo-key-bindings-t): Add key binding for it. Change the
1748 bindings of todo-filter-regexp-items(-multifile) to use `x'
1749 instead of `r', since the latter is better suited to the new
1750 renaming command.
1751
17522013-07-27 Alan Mackenzie <acm@muc.de>
1753
1754 Make Java try-with-resources statement parse properly.
1755 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
1756 (c-block-stmt-1-2-key): New language constants/variables.
1757 * progmodes/cc-engine.el (c-beginning-of-statement-1)
1758 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
1759 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
1760 with c-block-stmt-1-2-key.
1761
17622013-07-27 Juanma Barranquero <lekktu@gmail.com>
1763
1764 * desktop.el (desktop--make-frame): Apply most frame parameters after
1765 creating the frame to force (partially or totally) offscreen frames to
1766 be restored as such.
1767
17682013-07-26 Xue Fuqiao <xfq.free@gmail.com>
1769
1770 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
1771 (Bug#14948)
1772
17732013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
1776 `base' arg of backtrace-frame.
1777
17782013-07-26 Eli Zaretskii <eliz@gnu.org>
1779
1780 * simple.el (list-processes): Doc fix.
1781
17822013-07-26 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * desktop.el (desktop--select-frame):
1785 Try harder to reuse existing frames.
1786
17872013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
1790 (edebug-eval): Use backtrace-eval.
1791 (edebug--display, edebug--recursive-edit): Don't let-bind the
1792 edebug-outer-* vars that keep track of variables we locally let-bind.
1793 (edebug-outside-excursion): Don't restore outside values of locally
1794 let-bound vars.
1795 (edebug--display): Use user-error.
1796 (cl-lexical-debug, cl-debug-env): Remove.
1797
17982013-07-26 Juanma Barranquero <lekktu@gmail.com>
1799
1800 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
1801 are restored to be sure that they are visible before deleting any
1802 remaining ones.
1803
18042013-07-26 Matthias Meulien <orontee@gmail.com>
1805
1806 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
1807 vc-print-root-log. (Bug#14948)
1808
18092013-07-26 Richard Stallman <rms@gnu.org>
1810
1811 Add aliases for encrypting mail.
1812 * epa.el (epa-mail-aliases): New option.
1813 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
1814 Bind inhibit-read-only so read-only text doesn't ruin everything.
1815 (epa-mail-default-recipients): New subroutine broken out.
1816 Handle epa-mail-aliases.
1817
18182013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 Add support for lexical variables to the debugger's `e' command.
1821 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
1822 vars, except for debugger-outer-match-data.
1823 (debugger-frame-number): Move check for "on a function call" from
1824 callers into it. Add `skip-base' argument.
1825 (debugger-frame, debugger-frame-clear): Simplify accordingly.
1826 (debugger-env-macro): Only reset the state stored in non-variables,
1827 i.e. current-buffer and match-data.
1828 (debugger-eval-expression): Rewrite using backtrace-eval.
1829 * subr.el (internal--called-interactively-p--get-frame): Remove.
1830 (called-interactively-p):
1831 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
1832 `base' arg of backtrace-frame instead.
1833
18342013-07-26 Glenn Morris <rgm@gnu.org>
1835
1836 * align.el (align-regexp): Doc fix. (Bug#14857)
1837 (align-region): Explicit error if subexpression missing/does not match.
1838
1839 * simple.el (global-visual-line-mode):
1840 Do not duplicate the mode lighter. (Bug#14858)
1841
18422013-07-25 Martin Rudalics <rudalics@gmx.at>
1843
1844 * window.el (display-buffer): In display-buffer bind
1845 split-window-keep-point to t, bug#14829.
1846
18472013-07-25 Juanma Barranquero <lekktu@gmail.com>
1848
1849 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
1850 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
1851 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
1852 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1853 Change accordingly.
1854 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1855 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
1856
18572013-07-25 Glenn Morris <rgm@gnu.org>
1858
1859 * dired-x.el (dired-mark-extension): Convert comment to doc string.
1860
18612013-07-25 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
1864 parameter to modify-frame-parameters if the value has not changed;
1865 this is a workaround for bug#14949.
1866 (desktop--make-frame): On cl-delete-if call, check parameter name,
1867 not full parameter.
1868
18692013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1870
1871 * vc/vc.el (vc-ignore): New function.
1872
1873 * vc/vc-svn.el (vc-svn-ignore): New function.
1874
1875 * vc/vc-hg.el (vc-hg-ignore): New function.
1876
1877 * vc/vc-git.el (vc-git-ignore): New function.
1878
1879 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
1880 (vc-dir-ignore): New function.
1881
1882 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1883 (cvs-append-to-ignore): Move here from pcvs.el.
1884
1885 * vc/vc-bzr.el (vc-bzr-ignore): New function.
1886
1887 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
1888
18892013-07-24 Juanma Barranquero <lekktu@gmail.com>
1890
1891 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
1892 (desktop-restore-frames): Warn when deleting an existing frame failed.
1893
18942013-07-24 Glenn Morris <rgm@gnu.org>
1895
1896 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
1897
18982013-07-24 Michael Albinus <michael.albinus@gmx.de>
1899
1900 * filenotify.el (file-notify-supported-p):
1901 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
1902 Remove functions.
1903
1904 * autorevert.el (auto-revert-use-notify):
1905 (auto-revert-notify-add-watch):
1906 * net/tramp.el (tramp-file-name-for-operation):
1907 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1908 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1909 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1910 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1911 Remove `file-notify-supported-p' entry.
1912
19132013-07-24 Glenn Morris <rgm@gnu.org>
1914
1915 * printing.el: Replace all uses of deleted ps-windows-system,
1916 ps-lp-system, ps-flatten-list with lpr- versions.
1917
19182013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
1921 checked with memq (bug#14935).
1922
1923 * files.el (revert-buffer-function): Use a non-nil default.
1924 (revert-buffer-preserve-modes): Declare var to
1925 provide access to the `preserve-modes' argument.
1926 (revert-buffer): Let-bind it.
1927 (revert-buffer--default): New function, extracted from revert-buffer.
1928
19292013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * lpr.el: Signal print errors more prominently.
1932 (print-region-function): Don't default to nil.
1933 (lpr-print-region): New function, extracted from print-region-1.
1934 Check lpr's return value and signal an error in case of problem.
1935 (print-region-1): Use it.
1936 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
1937 versions instead.
1938 (ps-printer-name): Default to nil.
1939 (ps-printer-name-option): Default to lpr-printer-switch.
1940 (ps-print-region-function): Don't default to nil.
1941 (ps-postscript-code-directory): Simplify default.
1942 (ps-do-despool): Use lpr-print-region to properly check the outcome.
1943 (ps-string-list, ps-eval-switch, ps-flatten-list)
1944 (ps-flatten-list-1): Remove.
1945 (ps-multibyte-buffer): Avoid setq.
1946 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
1947 (print-region-function, ps-print-region-function): Don't set them here.
1948
19492013-07-24 Xue Fuqiao <xfq.free@gmail.com>
1950
1951 * ido.el (ido-fractionp):
1952 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
1953 (ido-max-file-prompt-width, ido-unc-hosts-cache)
1954 (ido-max-directory-size, ido-max-dir-file-cache)
1955 (ido-decorations): Doc fix.
1956
1957 * ansi-color.el: Fix old URL.
1958
19592013-07-23 Michael R. Mauger <michael@mauger.com>
1960
1961 * progmodes/sql.el Version 3.3
1962 (sql-product-alist): Improve oracle :prompt-cont-regexp.
1963 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
1964 (sql-interactive-remove-continuation-prompt): Rewrite, use
1965 functions above. Fix continuation prompt and complete output line
1966 handling.
1967 (sql-redirect-one, sql-execute): Use `read-only-mode' on
1968 redirected output buffer.
1969 (sql-mode): Restore deleted code (Bug#13591).
1970
19712013-07-23 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
1974
19752013-07-23 Michael Albinus <michael.albinus@gmx.de>
1976
1977 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
1978
1979 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1980 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1981 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
1982
19832013-07-23 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * desktop.el (desktop-clear): Simplify; remove useless checks
1986 against invalid buffer names.
1987 (desktop-list*): Use cl-list*.
1988 (desktop-buffer-info, desktop-create-buffer): Simplify.
1989
19902013-07-23 Leo Liu <sdl.web@gmail.com>
1991
1992 * bookmark.el (bookmark-make-record): Restore NAME as a default
1993 value. (Bug#14933)
1994
19952013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * emacs-lisp/autoload.el (autoload--setup-output): New function,
1998 extracted from autoload--insert-text.
1999 (autoload--insert-text): Remove.
2000 (autoload--print-cookie-text): New function, extracted from
2001 autoload--insert-cookie-text.
2002 (autoload--insert-cookie-text): Remove.
2003 (autoload-generate-file-autoloads): Adjust calls accordingly.
2004
2005 * winner.el (winner-hook-installed-p): Remove.
2006 (winner-mode): Simplify accordingly.
2007
2008 * subr.el (add-to-list): Fix compiler-macro when `append' is
2009 not constant. Don't use `cl-member' for the base case.
2010
2011 * progmodes/subword.el: Fix boundary case (bug#13758).
2012 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
2013 own group.
2014 (subword-backward-regexp): Make it a constant.
2015 (subword-forward-internal): Don't treat a trailing capital as the
2016 beginning of a word.
2017
20182013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2019
2020 * emacs-lisp/package.el (package-menu-mode): Don't modify the
2021 global value of tabulated-list-revert-hook (bug#14930).
2022
20232013-07-22 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * desktop.el: Require 'cl-lib.
2026 (desktop-before-saving-frames-functions): New hook.
2027 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
2028 for frames being saved. Rename from desktop--save-minibuffer-frames.
2029 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
2030 Do not save frames with non-nil `desktop-dont-save' parameter.
2031 Filter out deleted frames.
2032 (desktop--find-frame): Use cl-find-if.
2033 (desktop--select-frame): Use cl-(first|second|third) to access values
2034 of desktop-mini.
2035 (desktop--make-frame): Use cl-delete-if.
2036 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
2037 (desktop-restore-frames): Use cl-(first|second|third) to access values
2038 of desktop-mini. Look for visible frame at the end, not while
2039 restoring frames.
2040
2041 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
2042 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
2043 Use string-match-p, looking-at-p (bug#14927).
2044
20452013-07-21 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * desktop.el (desktop-saved-frame-states):
2048 Rename from desktop--saved-states; all users changed.
2049 (desktop-save-frames): Rename from desktop--save-frames.
2050 Do not save state to desktop file.
2051 (desktop-save): Save desktop-saved-frame-states to desktop file
2052 and reset to nil.
2053 (desktop-restoring-frames-p): New function.
2054 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
2055 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
2056 buffer-lists when restoring frames. Suggested by Martin Rudalics.
2057
2058 * desktop.el: Correctly restore iconified frames.
2059 (desktop--filter-iconified-position): New function.
2060 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
2061
20622013-07-20 Glenn Morris <rgm@gnu.org>
2063
2064 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
2065 Let `message' do the formatting.
2066 (def-gdb-preempt-display-buffer): Add explicit format.
2067
2068 * image-dired.el (image-dired-track-original-file):
2069 Use with-current-buffer.
2070 (image-dired-track-thumbnail): Use with-current-buffer.
2071 Avoid changing point of wrong window.
2072
2073 * image-dired.el (image-dired-track-original-file):
2074 Avoid changing point of wrong window. (Bug#14909)
2075
20762013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
2077
2078 * progmodes/gdb-mi.el (gdb-done-or-error):
2079 Guard against "%" in gdb output. (Bug#14127)
2080
20812013-07-20 Andreas Schwab <schwab@linux-m68k.org>
2082
2083 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
2084 (Bug#14826)
2085
2086 * international/mule.el (coding-system-iso-2022-flags): Fix last
2087 change.
2088
20892013-07-20 Kenichi Handa <handa@gnu.org>
2090
2091 * international/mule.el (coding-system-iso-2022-flags):
2092 Add `8-bit-level-4'. (Bug#8522)
2093
20942013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2095
2096 * net/shr.el (shr-mouse-browse-url): New command and keystroke
2097 (bug#14815).
2098
2099 * net/eww.el (eww-process-text-input): Allow inputting when the
2100 point is at the start of the line, as the properties aren't
2101 front-sticky.
2102
2103 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
2104 degenerate widths.
2105
21062013-07-19 Richard Stallman <rms@gnu.org>
2107
2108 * epa.el (epa-popup-info-window): Doc fix.
2109
2110 * subr.el (split-string): New arg TRIM.
2111
21122013-07-18 Juanma Barranquero <lekktu@gmail.com>
2113
2114 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
2115 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
2116
21172013-07-18 Michael Albinus <michael.albinus@gmx.de>
2118
2119 * filenotify.el (file-notify--library): Rename from
2120 `file-notify-support'. Do not autoload. Adapt all uses.
2121 (file-notify-supported-p): New defun.
2122
2123 * autorevert.el (auto-revert-use-notify):
2124 Use `file-notify-supported-p' instead of `file-notify-support'.
2125 Adapt docstring.
2126 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
2127
2128 * net/tramp.el (tramp-file-name-for-operation):
2129 Add `file-notify-supported-p'.
2130
2131 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2132 New defun.
2133 (tramp-sh-file-name-handler-alist): Add it as handler for
2134 `file-notify-supported-p '.
2135
2136 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2137 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2138 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2139 Add `ignore' as handler for `file-notify-*' functions.
2140
21412013-07-17 Eli Zaretskii <eliz@gnu.org>
2142
2143 * simple.el (line-move-partial, line-move): Don't start vscroll or
2144 scroll-up if the current line is not taller than the window.
2145 (Bug#14881)
2146
21472013-07-16 Dmitry Gutov <dgutov@yandex.ru>
2148
2149 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
2150 highlight question marks in the method names as strings.
2151 (ruby-block-beg-keywords): Inline.
2152 (ruby-font-lock-keyword-beg-re): Extract from
2153 `ruby-font-lock-keywords'.
2154
21552013-07-16 Jan Djärv <jan.h.d@swipnet.se>
2156
2157 * frame.el (blink-cursor-blinks): New defcustom.
2158 (blink-cursor-blinks-done): New defvar.
2159 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
2160 (blink-cursor-timer-function): Check if number of blinks has been
2161 done on X and NS.
2162 (blink-cursor-suspend, blink-cursor-check): New defuns.
2163
21642013-07-15 Glenn Morris <rgm@gnu.org>
2165
2166 * edmacro.el (edmacro-format-keys): Fix previous change.
2167
21682013-07-15 Paul Eggert <eggert@cs.ucla.edu>
2169
2170 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
2171 The hack didn't work outside English locales anyway.
2172
21732013-07-15 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * simple.el (define-alternatives): Rename from alternatives-define,
2176 per RMS' suggestion.
2177
21782013-07-14 Juanma Barranquero <lekktu@gmail.com>
2179
2180 * desktop.el (desktop-restore-frames): Change default to t.
2181 (desktop-restore-in-current-display): Now offer more options.
2182 (desktop-restoring-reuses-frames): New customization option.
2183 (desktop--saved-states): Doc fix.
2184 (desktop-filter-parameters-alist): New variable, renamed and expanded
2185 from desktop--excluded-frame-parameters.
2186 (desktop--target-display): New variable.
2187 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
2188 (desktop--filter-tty*, desktop--filter-*-color)
2189 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2190 (desktop--filter-save-desktop-parm)
2191 (desktop-restore-in-original-display-p): New functions.
2192 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
2193 (desktop--save-minibuffer-frames): New function, inspired by a similar
2194 function from Martin Rudalics.
2195 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
2196 (desktop--restore-in-this-display-p): Remove.
2197 (desktop--find-frame): Rename from desktop--find-frame-in-display
2198 and add predicate argument.
2199 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
2200 (desktop--reuse-list): New variable.
2201 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
2202 New functions.
2203 (desktop--restore-frames): Add support for "minibuffer-special" frames.
2204
22052013-07-14 Michael Albinus <michael.albinus@gmx.de>
2206
2207 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
2208
22092013-07-13 Dmitry Gutov <dgutov@yandex.ru>
2210
2211 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2212 Highlight conversion methods on Kernel.
2213
22142013-07-13 Alan Mackenzie <acm@muc.de>
2215
2216 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
2217 and comment it out. This out-commenting enables certain C++
2218 declarations to be parsed correctly.
2219
22202013-07-13 Eli Zaretskii <eliz@gnu.org>
2221
2222 * international/mule.el (define-coding-system): Doc fix.
2223
2224 * simple.el (default-font-height): Don't call font-info if the
2225 frame's default font didn't change since the frame was created.
2226 (Bug#14838)
2227
22282013-07-13 Leo Liu <sdl.web@gmail.com>
2229
2230 * ido.el (ido-read-file-name): Guard against non-symbol value.
2231
22322013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2233
2234 * progmodes/python.el (python-imenu--build-tree): Fix corner case
2235 in nested defuns.
2236
22372013-07-13 Leo Liu <sdl.web@gmail.com>
2238
2239 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
2240 ido-set-matches call. (Bug#6852)
2241
22422013-07-12 Dmitry Gutov <dgutov@yandex.ru>
2243
2244 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
2245 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
2246 Ruby 2.0.
2247 (ruby-font-lock-keywords): Distinguish calls to functions with
2248 module-like names from module references. Highlight character
2249 literals.
2250
22512013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
2252
2253 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
2254 (gdb-send): Handle continued commands. (Bug#14847)
2255
22562013-07-12 Juanma Barranquero <lekktu@gmail.com>
2257
2258 * desktop.el (desktop--v2s): Remove unused local variable.
2259 (desktop-save-buffer): Make defvar-local; adjust docstring.
2260 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
2261 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
2262
22632013-07-12 Andreas Schwab <schwab@linux-m68k.org>
2264
2265 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
2266
22672013-07-12 Eli Zaretskii <eliz@gnu.org>
2268
2269 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
2270 (Bug#14842)
2271
22722013-07-12 Glenn Morris <rgm@gnu.org>
2273
2274 * doc-view.el: Require cl-lib at runtime too.
2275 (doc-view-remove-if): Remove.
2276 (doc-view-search-next-match, doc-view-search-previous-match):
2277 Use cl-remove-if.
2278
2279 * edmacro.el: Require cl-lib at runtime too.
2280 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
2281 (edmacro-mismatch, edmacro-subseq): Remove.
2282
2283 * shadowfile.el: Require cl-lib.
2284 (shadow-remove-if): Remove.
2285 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
2286 Use cl-remove-if.
2287
2288 * wid-edit.el: Require cl-lib.
2289 (widget-choose): Use cl-remove-if.
2290 (widget-remove-if): Remove.
2291
2292 * progmodes/ebrowse.el: Require cl-lib at runtime too.
2293 (ebrowse-delete-if-not): Remove.
2294 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
2295 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
2296 Use cl-delete-if-not.
2297
22982013-07-12 Juanma Barranquero <lekktu@gmail.com>
2299
2300 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
2301 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
2302
23032013-07-12 Leo Liu <sdl.web@gmail.com>
2304
2305 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
2306
23072013-07-11 Glenn Morris <rgm@gnu.org>
2308
2309 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
2310 (edebug-gensym-index, edebug-gensym):
2311 Remove reimplementation of cl-gensym.
2312 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
2313
2314 * thumbs.el: Require cl-lib at run-time too.
2315 (thumbs-gensym-counter, thumbs-gensym):
2316 Remove reimplementation of cl-gensym.
2317 (thumbs-temp-file): Use cl-gensym.
2318
2319 * emacs-lisp/ert.el: Require cl-lib at runtime too.
2320 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
2321 (ert--intersection, ert--set-difference, ert--set-difference-eq)
2322 (ert--union, ert--gensym-counter, ert--gensym-counter)
2323 (ert--coerce-to-vector, ert--remove*, ert--string-position)
2324 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
2325 (ert-make-test-unbound, ert--expand-should-1)
2326 (ert--expand-should, ert--should-error-handle-error)
2327 (should-error, ert--explain-equal-rec)
2328 (ert--plist-difference-explanation, ert-select-tests)
2329 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
2330 Use cl-lib functions rather than reimplementations.
2331
23322013-07-11 Michael Albinus <michael.albinus@gmx.de>
2333
2334 * net/tramp.el (tramp-methods): Extend docstring.
2335 (tramp-connection-timeout): New defcustom.
2336 (tramp-error-with-buffer): Reset timestamp only when appropriate.
2337 (with-tramp-progress-reporter): Simplify.
2338 (tramp-process-actions): Improve messages.
2339
2340 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2341 * net/tramp-sh.el (tramp-maybe-open-connection):
2342 Use `tramp-connection-timeout'.
2343 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
2344 (Bug#14808)
2345
23462013-07-11 Leo Liu <sdl.web@gmail.com>
2347
2348 * ido.el (ido-read-file-name): Conform to the requirements of
2349 read-file-name. (Bug#11861)
2350 (ido-read-directory-name): Conform to the requirements of
2351 read-directory-name.
2352
23532013-07-11 Juanma Barranquero <lekktu@gmail.com>
2354
2355 * subr.el (delay-warning): New function.
2356
23572013-07-10 Eli Zaretskii <eliz@gnu.org>
2358
2359 * simple.el (default-line-height): New function.
2360 (line-move-partial, line-move): Use it instead of computing the
2361 line height inline.
2362 (line-move-partial): Always compute ROWH. If the last line is
2363 partially-visible, but its text is completely visible, allow
2364 cursor to enter such a partially-visible line.
2365
23662013-07-10 Michael Albinus <michael.albinus@gmx.de>
2367
2368 Improve error messages. (Bug#14808)
2369
2370 * net/tramp.el (tramp-current-connection): New defvar, moved from
2371 tramp-sh.el.
2372 (tramp-message-show-progress-reporter-message): Remove, not
2373 needed anymore.
2374 (tramp-error-with-buffer): Show message in minibuffer.
2375 Discard input before waiting. Reset connection timestamp.
2376 (with-tramp-progress-reporter): Improve messages.
2377 (tramp-process-actions): Use progress reporter. Delete process in
2378 case of error. Improve messages.
2379
2380 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
2381 Call `tramp-error-with-buffer' with vector and buffer.
2382 (tramp-current-connection): Remove.
2383 (tramp-maybe-open-connection): The car of
2384 `tramp-current-connection' are the first 3 slots of the vector.
2385
23862013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
2387
2388 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
2389 inside continued strings.
2390
23912013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2392
2393 Timestamp fixes for undo (Bug#14824).
2394 * files.el (clear-visited-file-modtime): Move here from fileio.c.
2395
23962013-07-10 Leo Liu <sdl.web@gmail.com>
2397
2398 * files.el (require-final-newline): Allow safe local value.
2399 (Bug#14834)
2400
24012013-07-09 Leo Liu <sdl.web@gmail.com>
2402
2403 * ido.el (ido-read-directory-name): Handle fallback.
2404 (ido-read-file-name): Update DIR to ido-current-directory.
2405 (Bug#1516)
2406 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
2407
24082013-07-09 Dmitry Gutov <dgutov@yandex.ru>
2409
2410 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
2411 "autoload". Remove "warn lower camel case" section, previously
2412 commented out. Highlight negation char. Do not highlight the
2413 target in singleton method definitions.
2414
24152013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * faces.el (tty-setup-hook): Declare the hook.
2418
2419 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
2420 and detect when a guard/pred depends on local vars (bug#14773).
2421 (pcase--u1): Adjust caller.
2422
24232013-07-08 Eli Zaretskii <eliz@gnu.org>
2424
2425 * simple.el (line-move-partial, line-move): Account for
2426 line-spacing.
2427 (line-move-partial): Avoid setting vscroll when the last
2428 partially-visible line in window is of default height.
2429
24302013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2431
2432 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
2433 been used a while.
2434
24352013-07-07 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * subr.el (read-quoted-char): Remove unused local variable `char'.
2438
24392013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
2440
2441 * ediff.el (ediff-version): Version update.
2442 (ediff-files-command, ediff3-files-command, ediff-merge-command)
2443 (ediff-merge-with-ancestor-command, ediff-directories-command)
2444 (ediff-directories3-command, ediff-merge-directories-command)
2445 (ediff-merge-directories-with-ancestor-command): New functions.
2446 All are command-line interfaces to ediff: to facilitate calling
2447 Emacs with the appropriate ediff functions invoked.
2448
2449 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
2450 (viper-save-kill-buffer): Check if buffer is modified.
2451
2452 * viper.el (viper-version): Version update.
2453 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
2454
24552013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
2458 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
2459 (viper-intercept-ESC-key): Simplify.
2460 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
2461 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
2462 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
2463 (viper-setup-ESC-to-escape): New functions.
2464 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
2465 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
2466
24672013-07-07 Eli Zaretskii <eliz@gnu.org>
2468
2469 * simple.el (default-font-height, window-screen-lines):
2470 New functions.
2471 (line-move, line-move-partial): Use them instead of
2472 frame-char-height and window-text-height. This makes scrolling
2473 text smoother when the buffer's default face uses a font that is
2474 different from the frame's default font.
2475
24762013-07-06 Jan Djärv <jan.h.d@swipnet.se>
2477
2478 * files.el (write-file): Do not display confirm dialog for NS,
2479 it does its own dialog, which can't be cancelled (Bug#14578).
2480
24812013-07-06 Eli Zaretskii <eliz@gnu.org>
2482
2483 * simple.el (line-move-partial): Adjust the row returned by
2484 posn-at-point for the current window-vscroll. (Bug#14567)
2485
24862013-07-06 Michael Albinus <michael.albinus@gmx.de>
2487
2488 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
2489 (tramp-sh-file-inotifywait-process-filter): Handle file names with
2490 spaces.
2491
24922013-07-06 Martin Rudalics <rudalics@gmx.at>
2493
2494 * window.el (window-state-put-stale-windows): New variable.
2495 (window--state-put-2): Save list of windows without matching buffer.
2496 (window-state-put): Remove "bufferless" windows if possible.
2497
24982013-07-06 Juanma Barranquero <lekktu@gmail.com>
2499
2500 * simple.el (alternatives-define): Remove leftover :group keyword.
2501 Tweak docstring.
2502
25032013-07-06 Leo Liu <sdl.web@gmail.com>
2504
2505 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
2506 (ido-enable-virtual-buffers): New variable.
2507 (ido-buffer-internal, ido-toggle-virtual-buffers)
2508 (ido-make-buffer-list): Use it.
2509 (ido-exhibit): Support turning on and off virtual buffers
2510 automatically.
2511
25122013-07-06 Juanma Barranquero <lekktu@gmail.com>
2513
2514 * simple.el (alternatives-define): New macro.
2515
25162013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * subr.el (read-quoted-char): Use read-key.
2519 (sit-for): Let read-event decode tty input (bug#14782).
2520
25212013-07-05 Stephen Berman <stephen.berman@gmx.net>
2522
2523 * calendar/todo-mode.el: Add handling of file deletion, both by
2524 mode command and externally. Fix various related bugs.
2525 Clarify Commentary and improve some documentation strings and code.
2526 (todo-delete-file): New command.
2527 (todo-check-file): New function.
2528 (todo-show): Handle external deletion of the file we're trying to
2529 show (bug#14688). Replace called-interactively-p by an optional
2530 prefix argument to avoid problematic interaction with catch form
2531 when byte compiled (bug#14702).
2532 (todo-quit): Handle external deletion of the archive's todo file.
2533 Make sure the buffer that was visiting the archive file is still
2534 live before trying to bury it.
2535 (todo-category-completions): Handle external deletion of any
2536 category completion files.
2537 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
2538 of todo files, in case of external deletion.
2539 (todo-add-file): Replace unnecessary setq by let-binding.
2540 (todo-find-archive): Check whether there are any archives.
2541 Replace unnecessary setq by let-binding.
2542 (todo-archive-done-item): Use find-file-noselect to get the
2543 archive buffer whether or not the archive already exists.
2544 Remove superfluous code. Use file size instead of buffer-file-name to
2545 check if the archive is new; if it is, update list of archives.
2546 (todo-default-todo-file): Allow nil to be a valid value for when
2547 there are no todo files.
2548 (todo-reevaluate-default-file-defcustom): Use corrected definition
2549 of todo-default-todo-file.
2550 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
2551 (todo-delete-category, todo-show-categories-table)
2552 (todo-category-number): Clarify comment.
2553 (todo-filter-items): Clarify documentation string.
2554 (todo-show-current-file, todo-display-as-todo-file)
2555 (todo-reset-and-enable-done-separator): Tweak documentation string.
2556 (todo-done-separator): Make separator length window-width, since
2557 bug#2749 is now fixed.
2558
25592013-07-05 Michael Albinus <michael.albinus@gmx.de>
2560
2561 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2562 Support both "gvfs-monitor-dir" and "inotifywait".
2563 (tramp-sh-file-inotifywait-process-filter): Rename from
2564 `tramp-sh-file-notify-process-filter'.
2565 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2566 (tramp-get-remote-gvfs-monitor-dir): New defuns.
2567
25682013-07-05 Leo Liu <sdl.web@gmail.com>
2569
2570 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
2571
25722013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2573
2574 * frame.el (display-pixel-height, display-pixel-width)
2575 (display-mm-height, display-mm-width): Mention behavior on
2576 multi-monitor setups in docstrings.
2577 (w32-display-monitor-attributes-list): Declare function.
2578 (display-monitor-attributes-list): Use it.
2579
25802013-07-04 Michael Albinus <michael.albinus@gmx.de>
2581
2582 * filenotify.el: New package.
2583
2584 * autorevert.el (top): Require filenotify.el.
2585 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
2586 instead.
2587 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2588 (auto-revert-notify-handler): Use `file-notify-*' functions.
2589
2590 * subr.el (file-notify-handle-event): Move function to filenotify.el.
2591
2592 * net/tramp.el (tramp-file-name-for-operation):
2593 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
2594
2595 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2596 for `file-notify-add-watch' and `file-notify-rm-watch'.
2597 (tramp-process-sentinel): Improve trace.
2598 (tramp-sh-handle-file-notify-add-watch)
2599 (tramp-sh-file-notify-process-filter)
2600 (tramp-sh-handle-file-notify-rm-watch)
2601 (tramp-get-remote-inotifywait): New defuns.
2602
26032013-07-03 Juri Linkov <juri@jurta.org>
2604
2605 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
2606 call of `occur-read-primary-args' to interactive spec.
2607
2608 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
2609 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
2610
26112013-07-03 Matthias Meulien <orontee@gmail.com>
2612
2613 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
2614 `Buffer-menu-multi-occur'. Add it to the menu.
2615 (Buffer-menu-mode): Document it in docstring.
2616 (Buffer-menu-multi-occur): New command. (Bug#14673)
2617
26182013-07-03 Dmitry Gutov <dgutov@yandex.ru>
2619
2620 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2621 keywords and built-ins.
2622
26232013-07-03 Glenn Morris <rgm@gnu.org>
2624
2625 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
2626
2627 Make info-xref checks case-sensitive by default
2628 * info.el (Info-find-node, Info-find-in-tag-table)
2629 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
2630 Add option for exact case matching of nodes.
2631 * info-xref.el (info-xref): New custom group.
2632 (info-xref-case-fold): New option.
2633 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
2634
26352013-07-03 Leo Liu <sdl.web@gmail.com>
2636
2637 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
2638
26392013-07-03 Dmitry Gutov <dgutov@yandex.ru>
2640
2641 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
2642 middle of block statement initially, lower the depth. Remove
2643 FIXME comment, not longer valid. Remove middle of block statement
2644 detection, no need to do that anymore since we've been using
2645 `ruby-parse-region' here.
2646
26472013-07-02 Jan Djärv <jan.h.d@swipnet.se>
2648
2649 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
2650
26512013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2652
2653 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
2654
26552013-07-01 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
2658 (desktop-restore-in-current-display): New customization option.
2659 (desktop--excluded-frame-parameters): Add `font'.
2660 (desktop--save-frames): Rename from desktop--save-windows.
2661 (desktop--restore-in-this-display-p): New function.
2662 (desktop--make-full-frame): Remove unwanted width/height from
2663 full(width|height) frames.
2664 (desktop--restore-frames): Rename from desktop--restore-windows.
2665 Obey desktop-restore-current-display. Do not delete old frames or
2666 select a new frame unless we were able to restore at least one frame.
2667
26682013-06-30 Michal Nazarewicz <mina86@mina86.com>
2669
2670 * files.el (find-file-noselect): Simplify conditional expression.
2671
2672 * remember.el (remember-append-to-file):
2673 Don't mix `find-buffer-visiting' and `get-file-buffer'.
2674
2675 Add `remember-notes' function to store random notes across Emacs
2676 restarts.
2677 * remember.el (remember-data-file): Add :set callback to affect
2678 notes buffer (if any).
2679 (remember-notes): New command.
2680 (remember-notes-buffer-name, bury-remember-notes-on-kill):
2681 New defcustoms for the `remember-notes' function.
2682 (remember-notes-save-and-bury-buffer): New command.
2683 (remember-notes-mode-map): New variable.
2684 (remember-mode): New minor mode.
2685 (remember-notes--kill-buffer-query): New function.
2686 * startup.el (initial-buffer-choice): Add notes to custom type.
2687
26882013-06-30 Eli Zaretskii <eliz@gnu.org>
2689
2690 * bindings.el (right-char, left-char): Don't call sit-for, this is
2691 no longer needed. Use arithmetic comparison only for numerical
2692 arguments.
2693
2694 * international/mule-cmds.el (select-safe-coding-system):
2695 Handle the case of FROM being a string correctly. (Bug#14755)
2696
26972013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2698
2699 * net/shr.el (shr-make-table-1): Add a sanity check that allows
2700 progression on degenerate tables.
2701 (shr-rescale-image): ImageMagick animated images currently don't work.
2702
27032013-06-30 Juanma Barranquero <lekktu@gmail.com>
2704
2705 Some fixes and improvements for desktop frame restoration.
2706 It is still experimental and disabled by default.
2707 * desktop.el (desktop--save-windows): Put the selected frame at
2708 the head of the list.
2709 (desktop--make-full-frame): New function.
2710 (desktop--restore-windows): Try to re-select the frame that was
2711 selected upon saving. Do not abort if some frames fail to restore,
2712 just show an error message and continue. Set up maximized frames
2713 so they have default non-maximized dimensions.
2714
27152013-06-30 Dmitry Gutov <dgutov@yandex.ru>
2716
2717 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2718 Don't start heredoc inside a string or comment.
2719
27202013-06-29 Eli Zaretskii <eliz@gnu.org>
2721
2722 * bindings.el (visual-order-cursor-movement): New defcustom.
2723 (right-char, left-char): Provide visual-order cursor motion by
2724 calling move-point-visually. Update the doc strings.
2725
27262013-06-28 Kenichi Handa <handa@gnu.org>
2727
2728 * international/mule.el (define-coding-system): New coding system
2729 properties :inhibit-null-byte-detection,
2730 :inhibit-iso-escape-detection, and :prefer-utf-8.
2731 (set-buffer-file-coding-system): If :charset-list property of
2732 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
2733 appropriate for setting.
2734
2735 * international/mule-cmds.el (select-safe-coding-system):
2736 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
2737 multibyte characters, return utf-8 (or one of its siblings).
2738
2739 * international/mule-conf.el (prefer-utf-8): New coding system.
2740 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
2741 files.
2742
27432013-06-28 Ivan Kanis <ivan@kanis.fr>
2744
2745 * net/shr.el (shr-render-region): New function.
2746
2747 * net/eww.el: Autoload `eww-browse-url'.
2748
27492013-06-27 Dmitry Gutov <dgutov@yandex.ru>
2750
2751 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2752 Adapt to `package-desc-version' being a list.
2753 Use `package--ac-desc-version' to retrieve version from a package
2754 archive element.
2755
27562013-06-27 Juanma Barranquero <lekktu@gmail.com>
2757
2758 New experimental feature to save&restore window and frame setup.
2759 * desktop.el (desktop-save-windows): New defcustom.
2760 (desktop--saved-states): New var.
2761 (desktop--excluded-frame-parameters): New defconst.
2762 (desktop--filter-frame-parms, desktop--find-frame-in-display)
2763 (desktop--restore-windows, desktop--save-windows): New functions.
2764 (desktop-save): Call `desktop--save-windows'.
2765 (desktop-read): Call `desktop--restore-windows'.
2766
27672013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2768
2769 * net/shr.el (add-face-text-property): Remove compat definition.
2770
27712013-06-27 Stephen Berman <stephen.berman@gmx.net>
2772
2773 * info.el (Info-try-follow-nearest-node): Move search for footnote
2774 above search for node name to prevent missing a footnote (bug#14717).
2775
27762013-06-27 Stephen Berman <stephen.berman@gmx.net>
2777
2778 * obsolete/otodo-mode.el: Add obsolescence info to file header.
2779
27802013-06-27 Leo Liu <sdl.web@gmail.com>
2781
2782 * net/eww.el (eww-read-bookmarks): Check file size.
2783
27842013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
2787 advice--pending if newdef is nil or an autoload (bug#13820).
2788 (advice-mapc): New function.
2789
27902013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2791
2792 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
2793 probably.
2794 (eww-mode-map): Add a menu bar.
2795 (eww-add-bookmark): New command.
2796 (eww-bookmark-mode): New mode and commands.
2797 (eww-add-bookmark): Remove newlines from the title.
2798 (eww-bookmark-browse): Don't bug out if it's the only window.
2799
28002013-06-26 Glenn Morris <rgm@gnu.org>
2801
2802 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
2803 (hfy-size): Handle ttys. (Bug#14668)
2804
2805 * info-xref.el: Update for Texinfo 5 change in *note format.
2806 (info-xref-node-re, info-xref-note-re): New constants.
2807 (info-xref-check-buffer): Use info-xref-note-re.
2808
28092013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
2812
2813 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
2814 nil terminate the loop (bug#14718).
2815
28162013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2817
2818 * net/eww.el: Rework history traversal. When going forward/back,
2819 put these actions into the history, too, so that they can be
2820 replayed.
2821 (eww-render): Move the history reset to the correct buffer.
2822
28232013-06-25 Juri Linkov <juri@jurta.org>
2824
2825 * files-x.el (modify-dir-local-variable): Change the header comment
2826 in the file with directory local variables. (Bug#14692)
2827
2828 * files-x.el (read-file-local-variable-value): Add `default'.
2829 (Bug#14710)
2830
28312013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2832
2833 * net/eww.el (eww-make-unique-file-name): Create a unique file
2834 name before saving to entering `y' accidentally asynchronously.
2835
28362013-06-25 Ivan Kanis <ivan@kanis.fr>
2837
2838 * net/eww.el (eww-download): New command and keystroke.
2839
28402013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2841
2842 * net/eww.el (eww-copy-page-url): Change name of command.
2843
2844 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
2845 be more consistent with Info and dired.
2846
2847 * net/eww.el (eww-mode-map): Ditto.
2848
28492013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
2852 packages from archives.
2853 (package-archive-contents): Change format; include obsolete packages.
2854 (package-desc): Use `dir' to mark builtin packages.
2855 (package--from-builtin): Set the `dir' field to `builtin'.
2856 (generated-autoload-file, version-control): Declare.
2857 (package-compute-transaction): Change first arg and return value to be
2858 lists of package-descs. Adjust to new package-archive-contents format.
2859 (package--add-to-archive-contents): Adjust to new
2860 package-archive-contents format.
2861 (package-download-transaction): Arg is now a list of package-descs.
2862 (package-install): If `pkg' is a package name, pass it as
2863 a requirement, so it is subject to the usual (e.g. disabled) checks.
2864 (describe-package): Accept package-desc as well.
2865 (describe-package-1): Describe a specific package-desc. Add links to
2866 other package-descs for the same package name.
2867 (package-menu-describe-package): Pass the actual package-desc.
2868 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
2869 works correctly.
2870 (package-desc-status): New function.
2871 (package-menu--refresh): New function, extracted
2872 from package-menu--generate.
2873 (package-menu--generate): Use it.
2874 (package-delete): Update package-alist.
2875 (package-menu-execute): Don't call package-initialize.
2876
2877 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
2878 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
2879 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
2880 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
2881 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
2882 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
2883
28842013-06-25 Martin Rudalics <rudalics@gmx.at>
2885
2886 * window.el (window--state-get-1): Workaround for bug#14527.
2887 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
2888
28892013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2890
2891 * net/eww.el (eww-back-url): Implement the history by stashing all
2892 the data into a list.
2893 (eww-forward-url): Allow going forward in the history, too.
2894
28952013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
2898 for values and use read--expression for expressions (bug#14710).
2899 (read-file-local-variable): Avoid setq.
2900 (read-file-local-variable-mode): Use minor-mode-list.
2901
29022013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2903
2904 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
2905 for DOI URLs.
2906
29072013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2908
2909 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
2910 Update imenu-support when dialect changes.
2911
29122013-06-25 Leo Liu <sdl.web@gmail.com>
2913
2914 * ido.el (ido-read-internal): Allow forward slash on windows.
2915
29162013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917
2918 * net/eww.el (eww): Start of strings is \\`, not ^.
2919
29202013-06-24 Ivan Kanis <ivan@kanis.fr>
2921
2922 * net/shr.el (shr-browse-url): Fix interactive spec.
2923
2924 * net/eww.el (eww): Add a trailing slash to domain names.
2925
29262013-06-24 Juanma Barranquero <lekktu@gmail.com>
2927
2928 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
2929
29302013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2931
2932 * net/shr.el (shr-browse-url): Use an external browser if given a
2933 prefix.
2934
2935 * net/eww.el (eww-external-browser): Move to shr.
2936
29372013-06-24 Ivan Kanis <ivan@kanis.fr>
2938
2939 * net/eww.el (eww): Work more correctly for file: URLs.
2940 (eww-detect-charset): Allow quoted charsets.
2941 (eww-yank-page-url): New command and keystroke.
2942
29432013-06-24 Daiki Ueno <ueno@gnu.org>
2944
2945 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
2946 file name of gpg executable.
2947 (epg-context-program): New function.
2948 (epg-context-home-directory): New function.
2949 (epg-context-set-program): New function.
2950 (epg-context-set-home-directory): New function.
2951 (epg--start): Use `epg-context-program' instead of
2952 'epg-gpg-program'.
2953 (epg--list-keys-1): Likewise.
2954
29552013-06-24 Leo Liu <sdl.web@gmail.com>
2956
2957 * ido.el (ido-read-internal): Fix bug#14620.
2958
29592013-06-23 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * faces.el (face-documentation): Simplify.
2962 (read-face-attribute, tty-find-type, x-resolve-font-name):
2963 Use `string-match-p'.
2964 (list-faces-display): Use `string-match-p'. Simplify.
2965 (face-spec-recalc): Check face to avoid face alias loops.
2966 (read-color): Use `string-match-p' and non-capturing parenthesis.
2967
29682013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2969
2970 * net/shr.el (shr-rescale-image): Use the new
2971 :max-width/:max-height functionality.
2972
29732013-06-23 Ivan Kanis <ivan@kanis.fr>
2974
2975 * net/eww.el (eww-search-prefix): New variable.
2976 (eww): Use it.
2977 (eww-external-browser): New variable.
2978 (eww-mode-map): New keystroke.
2979 (eww-browse-with-external-browser): New command.
2980
2981 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
2982
29832013-06-23 Juanma Barranquero <lekktu@gmail.com>
2984
2985 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2986 Don't skip aligning the next header field when padding is 0;
2987 otherwise, field width is not respected unless the title is as
2988 wide as the field.
2989
29902013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * emacs-lisp/package.el (package-el-version): Remove.
2993 (package-process-define-package): Fix inf-loop.
2994 (package-install): Allow symbols as arguments again.
2995
29962013-06-22 Dmitry Gutov <dgutov@yandex.ru>
2997
2998 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
2999 add some more keyword-like methods.
3000 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
3001
30022013-06-22 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * bs.el (bs-buffer-show-mark): Make defvar-local.
3005 (bs-mode): Use setq-local.
3006
3007 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
3008 (emacs-lock--try-unlocking): Make defvar-local.
3009
30102013-06-22 Glenn Morris <rgm@gnu.org>
3011
3012 * play/cookie1.el (cookie-apropos): Minor simplification.
3013
3014 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
3015
30162013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3017
3018 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
3019 `regexp-opt', it breaks the build during dumping.
3020
30212013-06-21 Dmitry Gutov <dgutov@yandex.ru>
3022
3023 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3024 Highlight keyword-like methods on Kernel and Module with
3025 font-lock-builtin-face.
3026 (auto-mode-alist): Consolidate different entries into one regexp
3027 and add more *file-s.
3028
30292013-06-21 Stephen Berman <stephen.berman@gmx.net>
3030
3031 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
3032
3033 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
3034 (diary-entry): Use it in the action of this button type instead of
3035 diary-goto-entry.
3036
3037 * calendar/todo-mode.el: New version.
3038 (todo-add-category): Append new category to end of file and give
3039 it the highest number, instead of putting it at the beginning and
3040 giving it 0. Incorporate noninteractive functionality.
3041 (todo-forward-category): Adapt to 1-based category numbering.
3042 Allow skipping over archived categories.
3043 (todo-backward-category): Derive from todo-forward-category.
3044 (todo-backward-item, todo-forward-item): Make noninteractive and
3045 delegate interactive part to new commands. Make sensitive to done items.
3046 (todo-categories): Make value an alist of category names and
3047 vectors of item counts.
3048 (todo-category-beg): Make a defconst.
3049 (todo-category-number): Use 1 instead of 0 as initial value.
3050 (todo-category-select): Make sensitive to overlays, optional item
3051 highlighting and done items.
3052 (todo-delete-item): Make sensitive to overlays and marked and done items.
3053 (todo-edit-item): Make sensitive to overlays and editing of
3054 date/time header optional. Add format checks.
3055 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
3056 no-op if point is not on an item. Advertise using todo-edit-quit.
3057 (todo-edit-mode): Make sensitive to new format, font-locking, and
3058 multiple todo files.
3059 (todo-insert-item, todo-insert-item-here): Derive from
3060 todo-basic-insert-item and extend functionality.
3061 (todo-item-end, todo-item-start): Make sensitive to done items.
3062 (todo-item-string): Don't return text properties. Restore point.
3063 (todo-jump-to-category): Make sensitive to multiple todo files and
3064 todo archives. Use extended category completion.
3065 (todo-lower-item, todo-raise-item): Rename to *-priority and
3066 derive from todo-set-item-priority.
3067 (todo-mode): Derive from special-mode. Make sensitive to new
3068 format, font-locking and multiple todo files. Make read-only.
3069 (todo-mode-map): Don't suppress digit keys, so they can supply
3070 prefix arguments. Add many new key bindings.
3071 (todo-prefix): Insert as an overlay instead of file text.
3072 Change semantics from diary date expression to purely visual mark.
3073 (todo-print): Rename to todo-print-buffer. Make buffer display
3074 features printable. Remove option to restrict number of items
3075 printed. Add option to print to file.
3076 (todo-print-function): Rename to todo-print-buffer-function.
3077 (todo-quit): Extend to handle exiting new todo modes.
3078 (todo-remove-item): Make sensitive to overlays.
3079 (todo-save): Extend to buffers of filtered items.
3080 (todo-show): Make sensitive to done items, multiple todo files and
3081 new todo modes. Offer to convert legacy todo file before creating
3082 first new todo file.
3083 (todo-show-priorities): Rename to todo-top-priorities.
3084 Change semantics of value 0.
3085 (todo-top-priorities): Rename to todo-filter-top-priorities,
3086 derive from todo-filter-items and extend functionality.
3087 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
3088 and extend functionality to other types of filtered items.
3089 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
3090 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
3091 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
3092 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
3093 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
3094 (todo-edit-mode-hook, todo-entry-prefix-function)
3095 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
3096 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
3097 (todo-initials, todo-insert-threshold, todo-item-string-start)
3098 (todo-line-string, todo-menu, todo-mode-hook)
3099 (todo-more-important-p, todo-previous-answer, todo-previous-line)
3100 (todo-print-priorities, todo-remove-separator)
3101 (todo-save-top-priorities-too, todo-string-count-lines)
3102 (todo-string-multiline-p, todo-time-string-format)
3103 (todo-tmp-buffer-name): Remove.
3104 (todo-add-file, todo-archive-done-item, todo-choose-archive)
3105 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
3106 (todo-edit-category-diary-inclusion)
3107 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
3108 (todo-edit-file, todo-edit-item-date-day)
3109 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
3110 (todo-edit-item-date-month, todo-edit-item-date-to-today)
3111 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
3112 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
3113 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
3114 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
3115 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
3116 (todo-filter-top-priorities-multifile, todo-find-archive)
3117 (todo-find-filtered-items-file, todo-go-to-source-item)
3118 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
3119 (todo-jump-to-archive-category, todo-lower-category)
3120 (todo-mark-category, todo-marked-item-p, todo-merge-category)
3121 (todo-move-category, todo-move-item, todo-next-button)
3122 (todo-next-item, todo-padded-string, todo-powerset)
3123 (todo-previous-button, todo-previous-item)
3124 (todo-print-buffer-to-file, todo-raise-category)
3125 (todo-rename-category, todo-repair-categories-sexp, todo-search)
3126 (todo-set-category-number, todo-set-item-priority)
3127 (todo-set-top-priorities-in-category)
3128 (todo-set-top-priorities-in-file, todo-show-categories-table)
3129 (todo-sort-categories-alphabetically-or-numerically)
3130 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
3131 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
3132 (todo-toggle-item-header, todo-toggle-item-highlighting)
3133 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
3134 (todo-toggle-view-done-items, todo-toggle-view-done-only)
3135 (todo-unarchive-items, todo-unmark-category): New commands.
3136 (todo-absolute-file-name, todo-add-to-buffer-list)
3137 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
3138 (todo-basic-insert-item, todo-category-completions)
3139 (todo-category-number, todo-category-string-matcher-1)
3140 (todo-category-string-matcher-2, todo-check-filtered-items-file)
3141 (todo-check-format, todo-clear-matches)
3142 (todo-comment-string-matcher, todo-convert-legacy-date-time)
3143 (todo-current-category, todo-date-string-matcher)
3144 (todo-define-insertion-command, todo-diary-expired-matcher)
3145 (todo-diary-goto-entry, todo-diary-item-p)
3146 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
3147 (todo-display-categories, todo-display-sorted, todo-done-item-p)
3148 (todo-done-item-section-p, todo-done-separator)
3149 (todo-done-string-matcher, todo-files, todo-filter-items)
3150 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
3151 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
3152 (todo-insert-category-line, todo-insert-item-from-calendar)
3153 (todo-insert-sort-button, todo-insert-with-overlays)
3154 (todo-insertion-command-name, todo-insertion-key-bindings)
3155 (todo-label-to-key, todo-longest-category-name-length)
3156 (todo-make-categories-list, todo-mode-external-set)
3157 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
3158 (todo-modes-set-3, todo-multiple-filter-files)
3159 (todo-nondiary-marker-matcher, todo-prefix-overlays)
3160 (todo-read-category, todo-read-date, todo-read-dayname)
3161 (todo-read-file-name, todo-read-time)
3162 (todo-reevaluate-category-completions-files-defcustom)
3163 (todo-reevaluate-default-file-defcustom)
3164 (todo-reevaluate-filelist-defcustoms)
3165 (todo-reevaluate-filter-files-defcustom)
3166 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
3167 (todo-reset-done-separator, todo-reset-done-separator-string)
3168 (todo-reset-done-string, todo-reset-global-current-todo-file)
3169 (todo-reset-highlight-item, todo-reset-nondiary-marker)
3170 (todo-reset-prefix, todo-set-categories)
3171 (todo-set-date-from-calendar, todo-set-show-current-file)
3172 (todo-set-top-priorities, todo-short-file-name)
3173 (todo-show-current-file, todo-sort, todo-time-string-matcher)
3174 (todo-total-item-counts, todo-update-buffer-list)
3175 (todo-update-categories-display, todo-update-categories-sexp)
3176 (todo-update-count, todo-validate-name, todo-y-or-n-p):
3177 New functions.
3178 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
3179 New major modes.
3180 (todo-categories, todo-display, todo-edit, todo-faces)
3181 (todo-filtered): New defgroups.
3182 (todo-archived-only, todo-button, todo-category-string, todo-date)
3183 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
3184 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
3185 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
3186 (todo-add-item-if-new-category, todo-always-add-time-string)
3187 (todo-categories-align, todo-categories-archived-label)
3188 (todo-categories-category-label, todo-categories-diary-label)
3189 (todo-categories-done-label, todo-categories-number-separator)
3190 (todo-categories-todo-label, todo-categories-totals-label)
3191 (todo-category-completions-files, todo-completion-ignore-case)
3192 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
3193 (todo-done-separator-string, todo-done-string)
3194 (todo-files-function, todo-filter-done-items, todo-filter-files)
3195 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
3196 (todo-initial-category, todo-initial-file, todo-item-mark)
3197 (todo-legacy-date-time-regexp, todo-mode-line-function)
3198 (todo-nondiary-marker, todo-number-prefix)
3199 (todo-print-buffer-function, todo-show-current-file)
3200 (todo-show-done-only, todo-show-first, todo-show-with-done)
3201 (todo-skip-archived-categories, todo-top-priorities-overrides)
3202 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
3203 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
3204 New defcustoms.
3205 (todo-category-done, todo-date-pattern, todo-date-string-start)
3206 (todo-diary-items-buffer, todo-done-string-start)
3207 (todo-filtered-items-buffer, todo-item-start)
3208 (todo-month-abbrev-array, todo-month-name-array)
3209 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
3210 (todo-top-priorities-buffer): New defconsts.
3211 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
3212 (todo-categories-with-marks, todo-category-string-face)
3213 (todo-comment-face, todo-comment-string, todo-current-todo-file)
3214 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
3215 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
3216 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
3217 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
3218 (todo-font-lock-keywords, todo-global-current-todo-file)
3219 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
3220 (todo-insertion-commands-args)
3221 (todo-insertion-commands-args-genlist)
3222 (todo-insertion-commands-names, todo-insertion-map)
3223 (todo-key-bindings-t, todo-key-bindings-t+a)
3224 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
3225 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
3226 (todo-nondiary-face, todo-print-buffer, todo-time-face)
3227 (todo-visited): New variables.
3228
32292013-06-21 Glenn Morris <rgm@gnu.org>
3230
3231 * play/cookie1.el (cookie-apropos): Add optional display argument.
3232 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
3233 (psychoanalyze-pinhead): Use cookie-doctor.
3234
32352013-06-21 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * emacs-lisp/package.el (tar-get-file-descriptor)
3238 (tar--extract): Declare.
3239
32402013-06-21 Eduard Wiebe <usenet@pusto.de>
3241
3242 Extend flymake's warning predicate to be a function (bug#14217).
3243 * progmodes/flymake.el (flymake-warning-predicate): New.
3244 (flymake-parse-line): Use it.
3245 (flymake-warning-re): Make obsolete alias to
3246 `flymake-warning-predicate'.
3247
32482013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * emacs-lisp/package.el (package-alist): Include obsolete packages.
3251 (package-obsolete-list): Remove.
3252 (package-activate): Remove min-version argument. Add `force' argument.
3253 Adjust to new package-alist format.
3254 (package-mark-obsolete): Remove.
3255 (package-unpack): Force reload of the package's autoloads.
3256 (package-installed-p): Check builtins if the installed package is not
3257 recent enough.
3258 (package-initialize): Don't reset package-obsolete-list.
3259 Don't specify which package version to activate.
3260 (package-process-define-package, describe-package-1)
3261 (package-menu--generate): Adjust to new package-alist format.
3262
32632013-06-21 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * allout-widgets.el (allout-widgets-mode-off)
3266 (allout-widgets-mode-on, allout-widgets-pre-command-business)
3267 (allout-widgets-post-command-business)
3268 (allout-widgets-after-copy-or-kill-function)
3269 (allout-widgets-after-undo-function, allout-test-range-overlaps)
3270 (allout-decorate-item-and-context)
3271 (allout-graphics-modification-handler): Fix typos in docstrings.
3272 (allout-get-or-create-parent-widget): Use `looking-at-p'.
3273
3274 * cmuscheme.el (scheme-start-file): Doc fix.
3275 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
3276 (scheme-input-filter): Use `string-match-p'.
3277
3278 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
3279
3280 * dired-x.el: Use Dired consistently in docstrings.
3281
3282 * dired.el: Use Dired consistently in docstrings.
3283 (dired-readin, dired-mode): Use `setq-local'.
3284 (dired-switches-alist): Make defvar-local.
3285 (dired-buffers-for-dir): Use `zerop'.
3286 (dired-safe-switches-p, dired-switches-escape-p)
3287 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
3288 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
3289 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
3290 (dired-goto-next-nontrivial-file): Use `string-match-p'.
3291 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
3292 (dired-toggle-marks, dired-mark-files-containing-regexp)
3293 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
3294 (dired-flag-auto-save-files, dired-flag-backup-files):
3295 Use `looking-at-p'.
3296 (dired-mark-files-regexp, dired-build-subdir-alist):
3297 Use `string-match-p', `looking-at-p'.
3298
3299 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
3300 (direct-print-region-helper): Use `string-match-p'.
3301
33022013-06-21 Leo Liu <sdl.web@gmail.com>
3303
3304 * comint.el (comint-redirect-results-list-from-process):
3305 Fix infinite loop.
3306
33072013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3308
3309 * net/eww.el (eww-update-header-line-format): Quote % characters.
3310
33112013-06-21 Glenn Morris <rgm@gnu.org>
3312
3313 * play/cookie1.el (cookie): New custom group.
3314 (cookie-file): New option.
3315 (cookie-check-file): New function.
3316 (cookie): Make it interactive. Make start and end messages optional.
3317 Interactively, display the result. Default to cookie-file.
3318 (cookie-insert): Default to cookie-file.
3319 (cookie-snarf): Make start and end messages optional.
3320 Default to cookie-file. Use with-temp-buffer.
3321 (cookie-read): Rename from read-cookie.
3322 Make start and end messages optional. Default to cookie-file.
3323 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
3324 Do not autoload it.
3325 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
3326 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
3327
33282013-06-21 Leo Liu <sdl.web@gmail.com>
3329
3330 * progmodes/octave.el (octave-mode): Backward compatibility fix.
3331
33322013-06-21 Glenn Morris <rgm@gnu.org>
3333
3334 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
3335
33362013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3337 Daniel Hackney <dan@haxney.org>
3338
3339 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
3340 Consolidate the single-file vs tarball code.
3341 (package-desc-suffix): New function.
3342 (package-desc-full-name): Don't bother inlining it.
3343 (package-load-descriptor): Return the new package-desc.
3344 (package-mark-obsolete): Remove unused arg `package'.
3345 (package-unpack): Make it work for single files as well.
3346 Make it update package-alist.
3347 (package--make-autoloads-and-stuff): Rename from
3348 package--make-autoloads-and-compile. Don't compile any more.
3349 (package--compile): New function.
3350 (package-generate-description-file): New function, extracted from
3351 package-unpack-single.
3352 (package-unpack-single): Remove.
3353 (package--with-work-buffer): Add indentation and debugging info.
3354 (package-download-single): Remove.
3355 (package-install-from-archive): Rename from package-download-tar, make
3356 it take a pkg-desc, and make it work for single files as well.
3357 (package-download-transaction): Simplify.
3358 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
3359 external tar program.
3360 (package-install-from-buffer): Remove `pkg-desc' argument.
3361 Use package-tar-file-info for tar-mode buffers.
3362 (package-install-file): Simplify accordingly.
3363 (package-archive-base): Change to take a pkg-desc.
3364 * tar-mode.el (tar--check-descriptor): New function, extracted from
3365 tar-get-descriptor.
3366 (tar-get-descriptor): Use it.
3367 (tar-get-file-descriptor): New function.
3368 (tar--extract): New function, extracted from tar-extract.
3369 (tar--extract): Use it.
3370 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
3371 case the summary uses non-ascii. Adjust to new calling convention of
3372 package-tar-file-info.
3373
33742013-06-21 Leo Liu <sdl.web@gmail.com>
3375
3376 * comint.el (comint-redirect-results-list-from-process):
3377 Fix random delay. (Bug#14681)
3378
33792013-06-21 Juanma Barranquero <lekktu@gmail.com>
3380
3381 * profiler.el (profiler-format-number): Use log, not log10.
3382
33832013-06-20 Juanma Barranquero <lekktu@gmail.com>
3384
3385 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
3386
33872013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
3390 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
3391 yet available.
3392 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
3393 (AUTOGENEL): ... here.
3394 * emacs-lisp/cl-macs.el (cl--sublis): New function.
3395 (cl--defsubst-expand): Use it.
3396
33972013-06-20 Paul Eggert <eggert@cs.ucla.edu>
3398
3399 * subr.el (log10): Move here from C code, and declare as obsolete.
3400 All uses of (log10 X) replaced with (log X 10).
3401
34022013-06-20 Juanma Barranquero <lekktu@gmail.com>
3403
3404 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
3405 Declare with `defvar-local'.
3406 (tabulated-list-use-header-line, tabulated-list-entries)
3407 (tabulated-list-padding, tabulated-list-printer)
3408 (tabulated-list-sort-key): Declare with `defvar-local'.
3409 (tabulated-list-init-header, tabulated-list-print-fake-header):
3410 Use `setq-local'.
3411
34122013-06-20 Michael Albinus <michael.albinus@gmx.de>
3413
3414 * arc-mode.el (archive-mode): Add `archive-write-file' to
3415 `write-contents-functions' also for remote files. (Bug#14652)
3416
34172013-06-20 Juanma Barranquero <lekktu@gmail.com>
3418
3419 * cus-edit.el (custom-commands): Fix typos.
3420 (custom-display): Fix tooltip text.
3421 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
3422 Fix typos in docstrings.
3423 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
3424 (custom-unlispify-menu-entry, custom-magic-value-create)
3425 (custom-add-see-also, custom-group-value-create): Use ?\s.
3426 (custom-guess-type, customize-apropos, editable-field)
3427 (custom-face-value-create): Use `string-match-p'.
3428 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
3429
3430 * custom.el (custom-load-symbol): Use `string-match-p'.
3431
3432 * ansi-color.el: Convert to lexical binding.
3433 (ansi-colors): Fix URL.
3434 (ansi-color-context, ansi-color-context-region): Use defvar-local.
3435 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
3436 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
3437
34382013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3439
3440 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
3441
3442 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
3443
34442013-06-19 Tom Tromey <tromey@redhat.com>
3445
3446 * net/eww.el (eww-top-url): Remove.
3447 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
3448 (eww-render): Set new variables. Don't set eww-top-url.
3449 (eww-handle-link): Handle "prev", "home", and "contents".
3450 Downcase the rel text.
3451 (eww-top-url): Choose best top URL.
3452
34532013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3454
3455 * net/eww.el: Rewrite to implement form elements "by hand" instead of
3456 relying in widget.el. Using widget.el leads to too many
3457 user interface inconsistencies.
3458 (eww-self-insert): Implement entering commands in text fields.
3459 (eww-process-text-input): New function to make text input field editing
3460 work.
3461 (eww-submit): Rewrite to use the new-style form methods.
3462 (eww-select-display): Display the correct selected item.
3463 (eww-change-select): Implement changing the select value.
3464 (eww-toggle-checkbox): Implement radio/checkboxes.
3465 (eww-update-field): Fix compilation error.
3466 (eww-tag-textarea): Implement <textarea>.
3467
3468 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
3469 we don't shadow mode-specific bindings.
3470
3471 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
3472 nothing to push.
3473
3474 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
3475
34762013-06-19 Glenn Morris <rgm@gnu.org>
3477
3478 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
3479
34802013-06-19 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
3483 not needed.
3484
3485 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
3486
34872013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3488
3489 * net/browse-url.el (browse-url-browser-function):
3490 `eww-browse-url' has the right calling signature, `eww' does not.
3491
34922013-06-19 Glenn Morris <rgm@gnu.org>
3493
3494 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
3495 Only eval autoloaded macros.
3496 (byte-compile-autoload): Only give the macro warning for macros.
3497
3498 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
3499 (ps-underlined-faces): Declare.
3500
3501 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
3502 (speedbar-add-supported-extension): Declare.
3503
3504 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
3505 Don't include a date stamp in the header of the generated file;
3506 it leads to needless differences between output files.
3507
35082013-06-19 Michael Albinus <michael.albinus@gmx.de>
3509
3510 * net/secrets.el (secrets-struct-secret-content-type):
3511 Replace check of introspection data by a test call of "CreateItem".
3512 Some servers do not offer introspection.
3513
35142013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * electric.el (electric-pair-mode): Improve interaction with
3517 electric-layout-mode.
3518 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
3519 (electric-pair-syntax): Use text-mode-syntax-table in comments
3520 and strings.
3521 (electric-pair--insert): New function.
3522 (electric-pair-post-self-insert-function): Use it and
3523 electric--after-char-pos.
3524
35252013-06-19 Leo Liu <sdl.web@gmail.com>
3526
3527 * progmodes/octave.el (octave-help): Fix regexp.
3528
35292013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530
3531 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
3532 (shr-table-horizontal-line): Allow nil as a value, and change the
3533 default.
3534 (shr-insert-table-ruler): Respect the nil value.
3535
35362013-06-18 Tom Tromey <tromey@barimba>
3537
3538 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3539 New defvars.
3540 (eww-open-file): New defun.
3541 (eww-render): Initialize new variables.
3542 (eww-display-html): Handle "link" and "a".
3543 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
3544 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
3545 (eww-back-url): Rename from eww-previous-url.
3546 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3547 New defuns.
3548
35492013-06-18 Dmitry Gutov <dgutov@yandex.ru>
3550
3551 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
3552 Distinguish ternary operator tokens from slash symbol and slash
3553 char literal.
3554
35552013-06-18 Juanma Barranquero <lekktu@gmail.com>
3556
3557 Convert symbol prettification into minor mode and global minor mode.
3558
3559 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
3560 `prog-prettify-symbols', and make a local defvar instead of defcustom.
3561 (prettify-symbols--keywords): Rename from
3562 `prog-prettify-symbols-alist' and make a local defvar.
3563 (prettify-symbols--compose-symbol): Rename from
3564 `prog--prettify-font-lock-compose-symbol'.
3565 (prettify-symbols--make-keywords): Rename from
3566 `prog-prettify-font-lock-symbols-keywords' and simplify.
3567 (prog-prettify-install): Remove.
3568 (prettify-symbols-mode): New minor mode, based on
3569 `prog-prettify-install'.
3570 (turn-on-prettify-symbols-mode): New function.
3571 (global-prettify-symbols-mode): New globalized minor mode.
3572
3573 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3574 * progmodes/cfengine.el (cfengine3-mode):
3575 * progmodes/perl-mode.el (perl-mode): Don't call
3576 `prog-prettify-install'; set `prettify-symbols-alist' instead.
3577
35782013-06-18 Juri Linkov <juri@jurta.org>
3579
3580 * files-x.el (modify-file-local-variable-message): New function.
3581 (modify-file-local-variable)
3582 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
3583 and call `modify-file-local-variable-message' when it's non-nil.
3584 (add-file-local-variable, delete-file-local-variable)
3585 (add-file-local-variable-prop-line)
3586 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
3587 and use it. (Bug#9820)
3588
35892013-06-18 Juri Linkov <juri@jurta.org>
3590
3591 * emulation/vi.el (vi-shell-op):
3592 * emulation/vip.el (vip-execute-com, ex-command):
3593 * emulation/viper-cmd.el (viper-exec-bang):
3594 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
3595 the call of `shell-command-on-region'. (Bug#14637)
3596
3597 * simple.el (shell-command-on-region): Doc fix.
3598
35992013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
3602 (bug#14633).
3603
36042013-06-18 Glenn Morris <rgm@gnu.org>
3605
3606 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
3607
3608 * newcomment.el (comment-search-forward, comment-search-backward):
3609 Doc fix. (Bug#14376)
3610
36112013-06-18 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
3614 (buffer-face-mode-invoke): Doc fix.
3615
36162013-06-18 Matthias Meulien <orontee@gmail.com>
3617
3618 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
3619 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
3620
36212013-06-18 Glenn Morris <rgm@gnu.org>
3622
3623 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
3624 Replace obsolete function generic-make-keywords with its expansion.
3625
3626 * progmodes/python.el (ffap-alist): Declare.
3627
3628 * textmodes/reftex.el (bibtex-mode-map): Declare.
3629
36302013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
3633 (package-unpack, package-unpack-single): Return the pkg-dir.
3634 (package-download-transaction): Use it to update package-alist.
3635
36362013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3637
3638 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
3639 possible choice.
3640
36412013-06-17 Juri Linkov <juri@jurta.org>
3642
3643 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
3644
36452013-06-17 Dmitry Gutov <dgutov@yandex.ru>
3646
3647 * emacs-lisp/package.el (package-load-descriptor):
3648 Remove `with-syntax-table' call, `read' doesn't need it.
3649 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
3650
36512013-06-17 Juanma Barranquero <lekktu@gmail.com>
3652
3653 * startup.el (command-line): Expand package name returned by
3654 `package--description-file' (bug#14639).
3655
36562013-06-17 Dmitry Gutov <dgutov@yandex.ru>
3657
3658 * emacs-lisp/package.el (package-load-descriptor): Do not call
3659 `emacs-lisp-mode', just use its syntax table.
3660
36612013-06-17 Juanma Barranquero <lekktu@gmail.com>
3662
3663 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
3664 `font-lock-extra-managed-props' if any prettifying keyword is added.
3665 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
3666 (prog-mode): Use `setq-local'.
3667
36682013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * international/characters.el (standard-case-table): Set syntax of ?»
3671 and ?« to punctuation.
3672
36732013-06-16 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
3676 Save relevant match data before calling `syntax-ppss' (bug#14595).
3677
36782013-06-15 Juri Linkov <juri@jurta.org>
3679
3680 * files-x.el (modify-file-local-variable-prop-line): Add local
3681 variables to the end of the existing comment on the first line.
3682 Use `file-auto-mode-skip' to skip interpreter magic line,
3683 and also skip XML declaration.
3684
36852013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * startup.el (package--builtin-versions): New var.
3688 (package-subdirectory-regexp): Remove.
3689 (package--description-file): Hard code its value instead.
3690
3691 * emacs-lisp/package.el: Don't activate packages older than builtin.
3692 (package-obsolete-list): Rename from package-obsolete-alist, and make
3693 it into a simple list of package-desc.
3694 (package-strip-version): Remove.
3695 (package-built-in-p): Use package--builtin-versions.
3696 (package-mark-obsolete): Simplify.
3697 (package-process-define-package): Mark it obsolete if older than the
3698 builtin version.
3699 (package-handle-response): Use line-end-position.
3700 (package-read-archive-contents, package--download-one-archive):
3701 Simplify.
3702 (package--add-to-archive-contents): Skip if older than the builtin or
3703 installed version.
3704 (package-menu-describe-package): Fix last change.
3705 (package-list-unversioned): New var.
3706 (package-menu--generate): Use it.
3707
3708 * emacs-lisp/autoload.el: Manage package--builtin-versions.
3709 (autoload--insert-text, autoload--insert-cookie-text): New functions.
3710 (autoload-builtin-package-versions): New variable.
3711 (autoload-generate-file-autoloads): Use them.
3712 Remove the list of autoloaded functions/macros from the
3713 (autoload...) comments.
3714
3715 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
3716
37172013-06-15 Eli Zaretskii <eliz@gnu.org>
3718
3719 * simple.el (line-move-partial): Don't jump to the next screen
3720 line as soon as it becomes visible. Instead, continue enlarging
3721 the vscroll until the portion of a tall screen line that's left on
3722 display is about the height of the frame's default font.
3723 (Bug#14567)
3724
37252013-06-15 Glenn Morris <rgm@gnu.org>
3726
3727 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
3728 compilation-error-regexp-alist void, or local while let-bound.
3729
3730 * progmodes/make-mode.el (makefile-mode-syntax-table):
3731 Treat "=" as punctuation. (Bug#14614)
3732
37332013-06-15 Juanma Barranquero <lekktu@gmail.com>
3734
3735 * help-fns.el (describe-variable):
3736 Add extra line for permanent-local variables.
3737
37382013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
3739
3740 * progmodes/scheme.el (scheme-font-lock-keywords-2):
3741 Add export, import, library. (Bug#9164)
3742 (library): Set indent function.
3743
37442013-06-14 Glenn Morris <rgm@gnu.org>
3745
3746 * term/xterm.el (xterm--query):
3747 Stop after first matching handler. (Bug#14615)
3748
37492013-06-14 Ivan Kanis <ivan@kanis.fr>
3750
3751 Add support for dired in saveplace.
3752 * dired.el (dired-initial-position-hook): New variable.
3753 (dired-initial-position): Call hook to place cursor position.
3754 * saveplace.el (save-place-to-alist): Add dired position.
3755 (save-place-dired-hook): New function.
3756
37572013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
3760 through a symbol rather than letrec.
3761
3762 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
3763 (package-desc): Add `dir' field.
3764 (package-desc-full-name): New function.
3765 (package-load-descriptor): Combine the two arguments. Don't use `load'.
3766 (package-maybe-load-descriptor): Remove.
3767 (package-load-all-descriptors): Just call package-load-descriptor.
3768 (package--disabled-p): New function.
3769 (package-desc-vers, package-desc-doc): Remove aliases.
3770 (package--dir): Remove function.
3771 (package-activate): Check if a package is disabled.
3772 (package-process-define-package): New function, extracted from
3773 define-package.
3774 (define-package): Turn into a place holder.
3775 (package-unpack-single, package-tar-file-info):
3776 Use package--description-file.
3777 (package-compute-transaction): Use package--disabled-p.
3778 (package-download-transaction): Don't call
3779 package-maybe-load-descriptor since they're all loaded anyway.
3780 (package-install): Change argument to be a pkg-desc.
3781 (package-delete): Use a single pkg-desc argument.
3782 (describe-package-1): Use package-desc-dir instead of package--dir.
3783 Use package-desc property instead of package-symbol.
3784 (package-install-button-action): Adjust accordingly.
3785 (package--push): Rewrite.
3786 (package-menu--print-info): Adjust accordingly. Change the ID format
3787 to be a pkg-desc.
3788 (package-menu-describe-package, package-menu-get-status)
3789 (package-menu--find-upgrades, package-menu-mark-upgrades)
3790 (package-menu-execute, package-menu--name-predicate):
3791 Adjust accordingly.
3792 * startup.el (package--description-file): New function.
3793 (command-line): Use it.
3794 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3795 Use package-desc-version.
3796
3797 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
3798 (byte-compile-preprocess): Use it.
3799 (byte-compile-file-form-defalias): Try a bit harder to use macros we
3800 can't quite recognize.
3801 (byte-compile-add-to-list): Remove.
3802 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
3803 (cconv-closure-convert): Add assertion.
3804
3805 * emacs-lisp/map-ynp.el: Use lexical-binding.
3806 (map-y-or-n-p): Remove unused vars `tail' and `object'.
3807 Factor out some repeated code.
3808
38092013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * subr.el (with-eval-after-load): New macro.
3812 (eval-after-load): Allow form to be a function.
3813 take advantage of lexical-binding.
3814 (do-after-load-evaluation): Use dolist and adjust to new format.
3815 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
3816
38172013-06-13 Juri Linkov <juri@jurta.org>
3818
3819 * replace.el (perform-replace): Display "symbol " and other search
3820 modes from `isearch-message-prefix' in the *Help* buffer.
3821
3822 * isearch.el (isearch-query-replace): Add " symbol" and other
3823 possible search modes from `isearch-message-prefix' to the prompt.
3824 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
3825 when reading a regexp to collect.
3826
38272013-06-13 Juri Linkov <juri@jurta.org>
3828
3829 * isearch.el (word-search-regexp): Match whitespace if the search
3830 string begins or ends in whitespace. The LAX arg is applied to
3831 both ends of the search string. Use `regexp-quote' and explicit
3832 \< and \> instead of \b. Use \` and \' instead of ^ and $.
3833 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
3834 boundaries are replaced with symbol boundaries, and characters
3835 between symbols match non-word non-symbol syntax. (Bug#14602)
3836
38372013-06-13 Juri Linkov <juri@jurta.org>
3838
3839 * isearch.el (isearch-del-char): Don't exceed the length of
3840 `isearch-string' by the prefix arg. (Bug#14563)
3841
38422013-06-13 Juri Linkov <juri@jurta.org>
3843
3844 * isearch.el (isearch-yank-word, isearch-yank-line)
3845 (isearch-char-by-name, isearch-quote-char)
3846 (isearch-printing-char, isearch-process-search-char):
3847 Add optional count prefix arg. (Bug#14563)
3848
3849 * international/isearch-x.el
3850 (isearch-process-search-multibyte-characters):
3851 Add optional count prefix arg.
3852
38532013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
3856 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
3857 lexical-binding.
3858
38592013-06-13 Vitalie Spinu <spinuvit@gmail.com>
3860
3861 * subr.el (set-temporary-overlay-map): Add on-exit argument.
3862
38632013-06-13 Glenn Morris <rgm@gnu.org>
3864
3865 * startup.el (tty-handle-args):
3866 Don't just discard "--" and anything after. (Bug#14608)
3867
3868 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
3869
38702013-06-13 Michael Albinus <michael.albinus@gmx.de>
3871
3872 Implement changes in Secret Service API. Make it backward compatible.
3873 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
3874 (secrets-create-item): Use it. Prefix properties with interface.
3875
38762013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
3877
3878 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
3879 (term-emulate-terminal): Respect term-suppress-hard-newline.
3880
38812013-06-13 E Sabof <esabof@gmail.com> (tiny change)
3882
3883 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3884 Only remove a `thumb-file' overlay. (Bug#14548)
3885
38862013-06-12 Grégoire Jadi <daimrod@gmail.com>
3887
3888 * mail/reporter.el (reporter-submit-bug-report):
3889 Handle missing package-name. (Bug#14600)
3890
38912013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3892
3893 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
3894 (reftex-citation-prompt, reftex-default-bibliography)
3895 (reftex-bib-or-thebib, reftex-get-bibfile-list)
3896 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3897 (reftex-bib-sort-author, reftex-bib-sort-year)
3898 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
3899 (reftex-extract-bib-entries-from-thebibliography)
3900 (reftex-get-bibkey-default, reftex-get-bib-names)
3901 (reftex-parse-bibtex-entry, reftex-get-bib-field)
3902 (reftex-format-bib-entry, reftex-parse-bibitem)
3903 (reftex-format-bibitem, reftex-do-citation)
3904 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
3905 (reftex-restrict-bib-matches, reftex-extract-bib-file)
3906 (reftex-insert-bib-matches, reftex-format-citation)
3907 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
3908 (reftex-create-bibtex-file): Add docstrings, mostly by converting
3909 existing comments into docstrings.
3910
39112013-06-12 Xue Fuqiao <xfq.free@gmail.com>
3912
3913 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
3914
39152013-06-12 Andreas Schwab <schwab@suse.de>
3916
3917 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
3918 for auto-save files.
3919
39202013-06-12 Glenn Morris <rgm@gnu.org>
3921
3922 * ido.el (ido-delete-ignored-files): Remove.
3923 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
3924 Go back to calling ido-ignore-item-p directly.
3925
39262013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
3927
3928 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
3929
3930 * ido.el (ido-delete-ignored-files): New function,
3931 split from ido-make-file-list-1.
3932 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
3933 (ido-make-file-list-1): Use ido-delete-ignored-files.
3934
39352013-06-12 Leo Liu <sdl.web@gmail.com>
3936
3937 * progmodes/octave.el (inferior-octave-startup)
3938 (inferior-octave-completion-table)
3939 (inferior-octave-track-window-width-change)
3940 (octave-eldoc-function-signatures, octave-help)
3941 (octave-find-definition): Use single quoted strings.
3942 (inferior-octave-startup-args): Change default value.
3943 (inferior-octave-startup): Do not hard code "-i" and
3944 "--no-line-editing".
3945 (inferior-octave-resync-dirs): Add optional arg NOERROR.
3946 (inferior-octave-directory-tracker): Use it.
3947 (octave-goto-function-definition): Robustify.
3948 (octave-help): Support highlighting operators in 'See also'.
3949 (octave-find-definition): Find subfunctions only in Octave mode.
3950
39512013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * help-fns.el (help-fns--compiler-macro): If the handler function is
3954 named, then put a link to it.
3955 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
3956 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
3957 (cl-typep): Use it.
3958 (cl-eval-when): Simplify debug spec.
3959 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
3960 compiler-macro function instead of setting `compiler-macro-file'.
3961
39622013-06-12 Xue Fuqiao <xfq.free@gmail.com>
3963
3964 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
3965 * vc/vc-hooks.el (vc-stay-local): Doc fix.
3966
39672013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3968 Daniel Hackney <dan@haxney.org>
3969
3970 First part of Daniel Hackney's patch to package.el.
3971 * emacs-lisp/package.el: Use defstruct.
3972 (package-desc): New, main struct.
3973 (package--bi-desc, package--ac-desc): New structs, used to describe the
3974 format in external files.
3975 (package-desc-vers): Replace with package-desc-version accessor.
3976 (package-desc-doc): Replace with package-desc-summary accessor.
3977 (package-activate-1): Remove `package' arg since the pkg-vec now
3978 includes the name.
3979 (define-package): Use package-desc-from-define.
3980 (package-unpack-single): Change file-name arg to be a symbol.
3981 (package--add-to-archive-contents): Use package-desc-create and new
3982 accessor functions to package--ac-desc.
3983 (package-buffer-info, package-tar-file-info): Return a package-desc.
3984 (package-install-from-buffer): Remove `type' argument. Change pkg-info
3985 arg to be a package-desc.
3986 (package-install-file): Adjust accordingly. Use \' to match EOS.
3987 (package--from-builtin): New function.
3988 (describe-package-1, package-menu--generate): Use it.
3989 (package--make-autoloads-and-compile): Change name arg to be a symbol.
3990 (package-generate-autoloads): Idem and return the name of the file.
3991 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3992 Change pkg-info arg to be a package-desc.
3993 Use package-make-ac-desc.
3994 (package-upload-file): Use \' to match EOS.
3995 * finder.el (finder-compile-keywords): Use package-make-builtin.
3996
39972013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * vc/vc.el (vc-deduce-fileset): Change error message.
4000 (vc-read-backend): New function.
4001 (vc-next-action): Use it.
4002
4003 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4004
4005 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
4006 (prolog-font-lock-keywords): Use regexp-opt instead.
4007 Don't manually highlight strings.
4008 (prolog-mode-variables): Simplify comment-start-skip.
4009 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
4010
4011 * emacs-lisp/generic.el (generic--normalise-comments)
4012 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
4013 (generic-mode-set-comments): Use them.
4014 (generic-bracket-support): Use setq-local.
4015 (generic-make-keywords-list): Declare obsolete.
4016
40172013-06-11 Glenn Morris <rgm@gnu.org>
4018
4019 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4020 Prettify after setting font-lock-defaults. (Bug#14574)
4021
40222013-06-11 Juanma Barranquero <lekktu@gmail.com>
4023
4024 * replace.el (query-replace, occur-read-regexp-defaults-function)
4025 (replace-search):
4026 * subr.el (declare-function, number-sequence, local-set-key)
4027 (substitute-key-definition, locate-user-emacs-file)
4028 (with-silent-modifications, split-string, eval-after-load):
4029 Fix typos, remove unneeded backslashes and reflow some docstrings.
4030
40312013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
4034 default for Elisp files.
4035
40362013-06-11 Glenn Morris <rgm@gnu.org>
4037
4038 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
4039 although define-derived-mode was doing this anyway. (Bug#14583)
4040
40412013-06-10 Juanma Barranquero <lekktu@gmail.com>
4042
4043 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4044 Fix make-variable-buffer-local call to refer to the correct variable.
4045
40462013-06-10 Aidan Gauland <aidalgol@amuri.net>
4047
4048 * eshell/em-term.el (eshell-visual-commands)
4049 (eshell-visual-subcommands, eshell-visual-options):
4050 Add summary line to docstrings. Add cross-references.
4051
40522013-06-10 Glenn Morris <rgm@gnu.org>
4053
4054 * epa.el (epa-read-file-name): New function. (Bug#14510)
4055 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
4056
40572013-06-09 Aidan Gauland <aidalgol@amuri.net>
4058
4059 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
4060 output redirection to be ignored with visual commands.
4061
40622013-06-09 Aidan Gauland <aidalgol@amuri.net>
4063
4064 * eshell/em-term.el (eshell-visual-command-p): New function.
4065 (eshell-term-initialize): Move long lambda to separate function
4066 eshell-visual-command-p.
4067 * eshell/em-dirs.el (eshell-dirs-initialise):
4068 * eshell/em-script.el (eshell-script-initialize):
4069 Add missing #' to lambda.
4070
40712013-06-08 Leo Liu <sdl.web@gmail.com>
4072
4073 * progmodes/octave.el (octave-add-log-current-defun): New function.
4074 (octave-mode): Set add-log-current-defun-function.
4075 (octave-goto-function-definition): Do not move point if not found.
4076 (octave-find-definition): Enhance to try subfunctions first.
4077
40782013-06-08 Glenn Morris <rgm@gnu.org>
4079
4080 * emacs-lisp/bytecomp.el (byte-compile-char-before)
4081 (byte-compile-backward-char, byte-compile-backward-word):
4082 Improve previous change, to handle non-explicit nil.
4083
40842013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
4087 (smie--opener/closer-at-point): New function.
4088 (smie--matching-block-data): Use it. Don't match from right after an
4089 opener or right before a closer. Obey smie-blink-matching-inners.
4090 Don't signal a mismatch for repeated inners like "switch..case..case".
4091
40922013-06-07 Leo Liu <sdl.web@gmail.com>
4093
4094 * progmodes/octave.el (octave-mode): Set comment-use-global-state
4095 to t. (Bug#14303)
4096 (octave-function-header-regexp): Fix. (Bug#14570)
4097 (octave-help-mode-finish-hook, octave-help-mode-finish):
4098 Remove. Just use temp-buffer-show-hook.
4099
4100 * newcomment.el (comment-search-backward): Revert last change.
4101 (Bug#14434)
4102
4103 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
4104
41052013-06-07 Eli Zaretskii <eliz@gnu.org>
4106
4107 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
4108 through xargs, to avoid failure due to MS-Windows limitations on
4109 command-line length.
4110
41112013-06-06 Glenn Morris <rgm@gnu.org>
4112
4113 * font-lock.el (lisp-font-lock-keywords-2):
4114 Treat user-error like error.
4115
4116 * emacs-lisp/bytecomp.el (byte-compile-char-before)
4117 (byte-compile-backward-char, byte-compile-backward-word):
4118 Handle explicit nil arguments. (Bug#14565)
4119
41202013-06-05 Alan Mackenzie <acm@muc.de>
4121
4122 * isearch.el (isearch-allow-prefix): New user option.
4123 (isearch-other-meta-char): Don't exit isearch when a prefix
4124 argument is typed whilst `isearch-allow-prefix' is non-nil.
4125 (Bug#9706)
4126
41272013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * autorevert.el (auto-revert-notify-handler): Use memq.
4130 Hide assertion failure.
4131
4132 * skeleton.el: Use cl-lib.
4133 (skeleton-further-elements): Use defvar-local.
4134 (skeleton-insert): Use cl-progv.
4135
41362013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4137
4138 * progmodes/prog-mode.el (prog-prettify-symbols)
4139 (prog-prettify-install): Update docstrings.
4140
41412013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * simple.el: Move all the prog-mode code to prog-mode.el.
4144 * progmodes/prog-mode.el: New file.
4145 * loadup.el: Add prog-mode.el.
4146
41472013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4148
4149 * simple.el (prog-prettify-symbols): Add version.
4150 (prog-prettify-install): Add convenience function to prettify symbols.
4151
4152 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
4153 (perl--augmented-font-lock-keywords-1)
4154 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
4155 variables and use it.
4156
4157 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4158 (cfengine3-mode): Remove unneeded variable and use it.
4159
4160 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4161 (lisp--augmented-font-lock-keywords-1)
4162 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
4163 Remove unneeded variables and use it.
4164
41652013-06-05 João Távora <joaotavora@gmail.com>
4166
4167 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
4168 to point when opening the connection. (Bug#14380)
4169
41702013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * subr.el (load-history-regexp, load-history-filename-element)
4173 (eval-after-load, after-load-functions, do-after-load-evaluation)
4174 (eval-next-after-load, display-delayed-warnings)
4175 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
4176 definition of save-match-data.
4177 (overriding-local-map): Remove accidental obsolescence declaration.
4178
4179 * emacs-lisp/edebug.el (edebug-result): Move before first use.
4180
41812013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4182
4183 Generalize symbol prettify support to prog-mode and implement it
4184 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
4185 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
4186 (prog--prettify-font-lock-compose-symbol)
4187 (prog-prettify-font-lock-symbols-keywords): New variables and
4188 functions to support symbol prettification.
4189 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4190 (lisp--augmented-font-lock-keywords-1)
4191 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
4192 (lisp--prettify-symbols-alist): Implement prettify of lambda.
4193 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4194 (cfengine3--prettify-symbols-alist, cfengine3-mode):
4195 Implement prettify of -> => :: strings.
4196 * progmodes/perl-mode.el (perl-prettify-symbols)
4197 (perl--font-lock-compose-symbol)
4198 (perl--font-lock-symbols-keywords): Move to prog-mode.
4199 (perl--prettify-symbols-alist): Prettify -> => :: strings.
4200 (perl-font-lock-keywords-1)
4201 (perl-font-lock-keywords-2): Remove explicit prettify support.
4202 (perl--augmented-font-lock-keywords)
4203 (perl--augmented-font-lock-keywords-1)
4204 (perl--augmented-font-lock-keywords-2, perl-mode):
4205 Implement prettify support.
4206
42072013-06-05 Leo Liu <sdl.web@gmail.com>
4208
4209 Re-implement smie matching block highlight using
4210 show-paren-data-function. (Bug#14395)
4211 * emacs-lisp/smie.el (smie-matching-block-highlight)
4212 (smie--highlight-matching-block-overlay)
4213 (smie--highlight-matching-block-lastpos)
4214 (smie-highlight-matching-block)
4215 (smie-highlight-matching-block-mode): Remove.
4216 (smie--matching-block-data-cache): New variable.
4217 (smie--matching-block-data): New function.
4218 (smie-setup): Use smie--matching-block-data for
4219 show-paren-data-function.
4220
4221 * progmodes/octave.el (octave-mode-menu): Fix.
4222 (octave-find-definition): Skip garbage lines.
4223
42242013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 Fix compilation error with simultaneous dynamic+lexical scoping.
4227 Add warning when a defvar appears after the first let-binding.
4228 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
4229 (byte-compile-close-variables): Initialize it.
4230 (byte-compile--declare-var): New function.
4231 (byte-compile-file-form-defvar)
4232 (byte-compile-file-form-define-abbrev-table)
4233 (byte-compile-file-form-custom-declare-variable): Use it.
4234 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
4235 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
4236 (byte-compile-bind): Handle dynamic bindings that shadow
4237 lexical bindings.
4238 (byte-compile-unbind): Make arg non-optional.
4239 (byte-compile-let): Simplify.
4240 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
4241 (cconv--analyse-function, cconv-analyse-form): Populate it.
4242 Protect byte-compile-bound-variables to limit the scope of defvars.
4243 (cconv-analyse-form): Add missing rule for (defvar <foo>).
4244 Remove unneeded rule for `declare'.
4245
4246 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
4247 so as to avoid depending on cl-adjoin at run-time.
4248 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
4249
4250 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
4251 (macroexp--warn-and-return): Use it.
4252
42532013-06-05 Leo Liu <sdl.web@gmail.com>
4254
4255 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
4256
42572013-06-04 Leo Liu <sdl.web@gmail.com>
4258
4259 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
4260 (compilation-auto-jump): Suppress the "Mark set" message to give
4261 way to exit message.
4262
42632013-06-04 Alan Mackenzie <acm@muc.de>
4264
4265 Remove faulty optimisation from indentation calculation.
4266 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
4267 search limit based on 2000 characters back from indent-point.
4268
42692013-06-03 Tassilo Horn <tsdh@gnu.org>
4270
4271 * eshell/em-term.el (cl-lib): Require `cl-lib'.
4272
42732013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * emacs-lisp/lisp.el: Use lexical-binding.
4276 (lisp--local-variables-1, lisp--local-variables): New functions.
4277 (lisp--local-variables-completion-table): New var.
4278 (lisp-completion-at-point): Use it complete let-bound vars.
4279
4280 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
4281 eagerly (bug#14422).
4282
42832013-06-03 Michael Albinus <michael.albinus@gmx.de>
4284
4285 * autorevert.el (auto-revert-notify-enabled)
4286 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4287 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
4288 (auto-revert-notify-handler): Handle also gfilenotify.
4289
4290 * subr.el (file-notify-handle-event): New defun. Replacing ...
4291 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
4292 Remove.
4293
42942013-06-03 Juri Linkov <juri@jurta.org>
4295
4296 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
4297 `M-s h .'. (Bug#14427)
4298
4299 * hi-lock.el (highlight-symbol-at-point): New alias for the new
4300 command `hi-lock-face-symbol-at-point'.
4301 (hi-lock-face-symbol-at-point): New command.
4302 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
4303 (hi-lock-menu): Add `highlight-symbol-at-point'.
4304 (hi-lock-mode): Doc fix.
4305
4306 * isearch.el (isearch-forward-symbol-at-point): New command.
4307 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
4308 (isearch-highlight-regexp): Add a regexp which matches
4309 words/symbols for word/symbol mode.
4310
4311 * subr.el (find-tag-default-bounds): New function with the body
4312 mostly moved from `find-tag-default'.
4313 (find-tag-default): Move most code to `find-tag-default-bounds',
4314 call it and apply `buffer-substring-no-properties' afterwards.
4315
43162013-06-03 Tassilo Horn <tsdh@gnu.org>
4317
4318 * eshell/em-term.el (eshell-term-initialize):
4319 Use `cl-intersection' rather than `intersection'.
4320
43212013-06-02 Xue Fuqiao <xfq.free@gmail.com>
4322
4323 * vc/log-view.el: Doc fix.
4324 (log-view-mode-map): Copy keymap from `special-mode-map'.
4325
43262013-06-02 Eric Ludlam <zappo@gnu.org>
4327
4328 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
4329 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
4330 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
4331 (eieio-unbound, eieio-default-superclass)
4332 (eieio--define-field-accessors, method-static, method-before)
4333 (method-primary, method-after, method-num-lists)
4334 (method-generic-before, method-generic-primary)
4335 (method-generic-after, method-num-slots)
4336 (eieio-specialized-key-to-generic-key)
4337 (eieio--check-type, class-v, class-p)
4338 (eieio-class-name, define-obsolete-function-alias)
4339 (eieio-class-parents-fast, eieio-class-children-fast)
4340 (same-class-fast-p, class-constructor, generic-p)
4341 (generic-primary-only-p, generic-primary-only-one-p)
4342 (class-option-assoc, class-option, eieio-object-p)
4343 (class-abstract-p, class-method-invocation-order)
4344 (eieio-defclass-autoload-map, eieio-defclass-autoload)
4345 (eieio-class-un-autoload, eieio-defclass)
4346 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
4347 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
4348 (eieio--defgeneric-init-form, eieio-defgeneric-form)
4349 (eieio-defgeneric-reset-generic-form)
4350 (eieio-defgeneric-form-primary-only)
4351 (eieio-defgeneric-reset-generic-form-primary-only)
4352 (eieio-defgeneric-form-primary-only-one)
4353 (eieio-defgeneric-reset-generic-form-primary-only-one)
4354 (eieio-unbind-method-implementations)
4355 (eieio--defmethod, eieio--typep)
4356 (eieio-perform-slot-validation, eieio-validate-slot-value)
4357 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
4358 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
4359 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
4360 (eieio-slot-name-index, eieio-class-slot-name-index)
4361 (eieio-set-defaults, eieio-initarg-to-attribute)
4362 (eieio-attribute-to-initarg, eieio-c3-candidate)
4363 (eieio-c3-merge-lists, eieio-class-precedence-c3)
4364 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
4365 (eieio-class-precedence-list, eieio-generic-call-methodname)
4366 (eieio-generic-call-arglst, eieio-generic-call-key)
4367 (eieio-generic-call-next-method-list)
4368 (eieio-pre-method-execution-functions, eieio-generic-call)
4369 (eieio-generic-call-primary-only, eieiomt-method-list)
4370 (eieiomt-optimizing-obarray, eieiomt-install)
4371 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
4372 (eieio-generic-form, eieio-defmethod, make-obsolete)
4373 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
4374 (defclass): Remove `eval-and-compile' from macro.
4375 (call-next-method, shared-initialize): Instead of using
4376 `scoped-class' variable, use new eieio--scoped-class, and
4377 eieio--with-scoped-class.
4378 (initialize-instance): Rename local variable 'scoped-class' to
4379 'this-class' to remove ambiguitity from old global.
4380
4381 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
4382 eieio.el.
4383 (eieio--scoped-class-stack): New variable.
4384 (eieio--scoped-class): New fcn.
4385 (eieio--with-scoped-class): New scoping macro.
4386 (eieio-defclass): Use pushnew instead of add-to-list.
4387 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
4388 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
4389 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
4390 `scoped-class' variable, use new eieio--scoped-class, and
4391 eieio--with-scoped-class.
4392
4393 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
4394
43952013-06-02 Tassilo Horn <tsdh@gnu.org>
4396
4397 * eshell/esh-ext.el (eshell-external-command): Pass args to
4398 `eshell-find-interpreter'.
4399 (eshell-find-interpreter): Add new second parameter ARGS.
4400
4401 * eshell/em-script.el (eshell-script-initialize): Add second arg
4402 to the function added as MATCH to `eshell-interpreter-alist'.
4403
4404 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
4405 the function added as MATCH to `eshell-interpreter-alist'.
4406
4407 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
4408 (eshell-visual-options): New defcustom.
4409 (eshell-escape-control-x): Adapt docstring.
4410 (eshell-term-initialize): Test `eshell-visual-subcommands' and
4411 `eshell-visual-options' in addition to `eshell-visual-commands'.
4412 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
4413
44142013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
4415
4416 * progmodes/python.el (python-indent-block-enders): Add break,
4417 continue and raise keywords.
4418
44192013-06-01 Glenn Morris <rgm@gnu.org>
4420
4421 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
4422
4423 Plain (f)boundp silences compilation warnings since Emacs 22.1.
4424 * progmodes/cc-cmds.el (delete-forward-p):
4425 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
4426 * progmodes/cc-engine.el (buffer-syntactic-context):
4427 * progmodes/cc-fonts.el (face-property-instance):
4428 * progmodes/cc-mode.el (set-keymap-parents):
4429 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
4430 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
4431 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
4432 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
4433 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
4434
4435 * progmodes/cc-vars.el (other): Emacs has this widget since
4436 at least 21.1, so don't (re)define it.
4437
4438 * eshell/em-cmpl.el (eshell-cmpl-initialize):
4439 Replace the obsolete alias pcomplete-arg-quote-list.
4440
44412013-06-01 Leo Liu <sdl.web@gmail.com>
4442
4443 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
4444 punctuation syntax.
4445 (inferior-octave-minimal-columns)
4446 (inferior-octave-last-column-width): New variables.
4447 (inferior-octave-track-window-width-change): New function.
4448 (inferior-octave-mode): Adjust column width so that Octave output,
4449 for example from 'ls', can fit into the window nicely.
4450
44512013-05-31 Dmitry Gutov <dgutov@yandex.ru>
4452
4453 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4454 Highlight expansions inside regexp literals.
4455
44562013-05-31 Glenn Morris <rgm@gnu.org>
4457
4458 * obsolete/sym-comp.el (symbol-complete):
4459 Replace obsolete completion-annotate-function.
4460
4461 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
4462
44632013-05-31 Dmitry Gutov <dgutov@yandex.ru>
4464
4465 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4466 New function, checks if point is inside a literal that allows
4467 expression expansion.
4468 (ruby-syntax-propertize-expansion): Use it.
4469 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
4470 around the body.
4471
44722013-05-30 Juri Linkov <juri@jurta.org>
4473
4474 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
4475 to "\M-si".
4476 (isearch-invisible): New variable.
4477 (isearch-forward): Doc fix.
4478 (isearch-mode): Set `isearch-invisible'
4479 to the value of `search-invisible'.
4480 (isearch-toggle-case-fold): Doc fix.
4481 (isearch-toggle-invisible): New command.
4482 (isearch-query-replace): Let-bind `search-invisible'
4483 to the value of `isearch-invisible'.
4484 (isearch-search): Use `isearch-invisible' instead of
4485 `search-invisible'. Let-bind `search-invisible'
4486 to the value of `isearch-invisible'. (Bug#11378)
4487
44882013-05-30 Juri Linkov <juri@jurta.org>
4489
4490 * replace.el (perform-replace): Avoid `isearch-range-invisible'
4491 call when `query-flag' is nil and `search-invisible' is non-nil.
4492 (Bug#11746)
4493
44942013-05-30 Glenn Morris <rgm@gnu.org>
4495
4496 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
4497
4498 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
4499 (cc-require): Suppress spurious "noruntime" warnings.
4500 (cc-require-when-compile): Use fboundp, for sake of compiler.
4501
4502 * progmodes/cc-mode.el: Move load of cc-vars before that of
4503 cc-langs (which in turn loads cc-vars), to quieten compiler.
4504
45052013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * paren.el: Simplify the code.
4508 (show-paren-mode): Always start the timer.
4509 (show-paren--idle-timer): Rename from show-paren-idle-timer.
4510 (show-paren--overlay, show-paren--overlay-1): Rename from
4511 show-paren-overlay and show-paren-overlay-1, and initialize to an
4512 overlay rather than to nil.
4513 (show-paren-function): Misc cleanup and simplifications.
4514
45152013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * paren.el (show-paren-data-function): New hook.
4518 (show-paren--default): New function, extracted from show-paren-function.
4519 (show-paren-function): Use show-paren-data-function.
4520
45212013-05-30 Glenn Morris <rgm@gnu.org>
4522
4523 * ielm.el (ielm-map, ielm-complete-symbol):
4524 Use completion-at-point rather than obsolete functions.
4525 (inferior-emacs-lisp-mode): Doc fix.
4526 Set completion-at-point-functions, rather than
4527 comint-dynamic-complete-functions.
4528
4529 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
4530 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
4531 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
4532
4533 * image.el (image-animated-p): Tweak definition.
4534
4535 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
4536 (rlogin-process-connection-type): Tweak default. Add set-after.
4537 (rlogin-host): Doc fix.
4538 (rlogin): Tweak prompt.
4539 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
4540
4541 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
4542 * progmodes/tcl.el (inferior-tcl-mode-map):
4543 Use completion-at-point rather than obsolete alias.
4544
4545 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
4546
4547 * minibuffer.el (read-file-name-completion-ignore-case):
4548 Move before completion--in-region, for eager macro expansion.
4549
45502013-05-29 Juri Linkov <juri@jurta.org>
4551
4552 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
4553 for total count of matching lines. Add `global-matches' for total
4554 count of matches. Rename `matches' to `lines' for count of
4555 matching lines. Add `matches' for count of matches.
4556 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
4557 to `prev-line' for line number of prev match endpt.
4558 Increment `matches' for every match. Print the number of
4559 matching lines in the header.
4560 (occur-context-lines): Rename `lines' to `curr-line'.
4561 Rename `prev-lines' to `prev-line'. (Bug#14017)
4562
45632013-05-29 Juri Linkov <juri@jurta.org>
4564
4565 * replace.el (perform-replace): Add `skip-read-only-count',
4566 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
4567 Increment them for corresponding conditions and report the number
4568 of skipped occurrences in the final message. (Bug#11746)
4569 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4570 (replace-string, replace-regexp): Doc fix.
4571
45722013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * emacs-lisp/trace.el (trace--read-args): Provide a default.
4575
4576 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
4577 prog-mode-map (bug#14504).
4578
45792013-05-29 Leo Liu <sdl.web@gmail.com>
4580
4581 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
4582 (octave-help): Small simplification.
4583
4584 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
4585 off the highlight first.
4586
45872013-05-29 Glenn Morris <rgm@gnu.org>
4588
4589 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
4590 Handle idlwave-last-system-routine-info-cons-cell being nil.
4591
4592 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4593 (idlwave-write-paths): Simplify via with-temp-buffer.
4594
4595 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
4596 * emulation/cua-rect.el: Also load cua-base at run time.
4597
4598 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
4599 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
4600 (cperl-imenu-on-info): Require imenu.
4601
46022013-05-28 Alan Mackenzie <acm@muc.de>
4603
4604 Handle "capitalised keywords" correctly.
4605 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
4606
46072013-05-28 Aidan Gauland <aidalgol@amuri.net>
4608
4609 * eshell/em-unix.el: Add -r option to cp.
4610
46112013-05-28 Glenn Morris <rgm@gnu.org>
4612
4613 * vc/vc-arch.el (vc-exec-after): Declare.
4614 (vc-switches): Autoload.
4615 * vc/vc-bzr.el: No need to require vc when compiling.
4616 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
4617 (vc-resynch-buffer, vc-dir-refresh): Declare.
4618 (vc-setup-buffer, vc-switches): Autoload.
4619 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
4620 (vc-resynch-buffer): Declare.
4621 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
4622 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
4623 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
4624 (grep-read-regexp, grep-read-files, grep-expand-template)
4625 (vc-dir-refresh): Declare.
4626 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
4627 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
4628 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
4629 * vc/vc-mtn.el (vc-exec-after): Declare.
4630 (vc-switches): Autoload.
4631 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
4632 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
4633 (vc-file-tree-walk): Declare.
4634 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
4635 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
4636 (vc-tag-precondition, vc-rename-master): Autoload.
4637 * vc/vc-svn.el (vc-exec-after): Declare.
4638 (vc-switches, vc-setup-buffer): Autoload.
4639 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
4640 Autoload.
4641 (vc-resynch-buffer): Declare.
4642
4643 * obsolete/fast-lock.el (byte-compile-warnings):
4644 Don't warn about obsolete features in this obsolete file.
4645
4646 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
4647 Move definition before use.
4648
4649 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
4650 (dun-unix-verbs): Remove dun-zippy.
4651 (dun-zippy): Remove function.
4652
4653 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
4654
46552013-05-27 Juri Linkov <juri@jurta.org>
4656
4657 * replace.el (replace-search): New function with code moved out
4658 from `perform-replace'.
4659 (replace-highlight, replace-dehighlight): Move function definitions
4660 up closer to `replace-search'. (Bug#11746)
4661
46622013-05-27 Juri Linkov <juri@jurta.org>
4663
4664 * replace.el (perform-replace): Ignore invisible matches.
4665 In addition to checking `query-replace-skip-read-only', also
4666 filter out matches by calling `run-hook-with-args-until-failure'
4667 on `isearch-filter-predicates', and also check `search-invisible'
4668 for t or call `isearch-range-invisible'.
4669 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
4670
46712013-05-27 Juri Linkov <juri@jurta.org>
4672
4673 * isearch.el (isearch-filter-predicates): Rename from
4674 `isearch-filter-predicate'. Doc fix. (Bug#11378)
4675 (isearch-message-prefix): Display text from the property
4676 `isearch-message-prefix' of the currently active filters.
4677 (isearch-search): Don't compare `isearch-filter-predicate' with
4678 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
4679 on `isearch-filter-predicates'. Also check `search-invisible' for t
4680 or call `isearch-range-invisible'.
4681 (isearch-filter-visible): Make obsolete.
4682 (isearch-lazy-highlight-search):
4683 Call `run-hook-with-args-until-failure' on
4684 `isearch-filter-predicates' and use `isearch-range-invisible'.
4685
4686 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
4687 `isearch-filter-predicates' instead of `funcall'ing
4688 `isearch-filter-predicate'.
4689 (Info-mode): Set `Info-isearch-filter' to
4690 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
4691
4692 * dired-aux.el (dired-isearch-filter-predicate-orig):
4693 Remove variable.
4694 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4695 (dired-isearch-filenames-end): Add and remove
4696 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
4697 instead of changing the value of `isearch-filter-predicate'.
4698 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
4699 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
4700 Put property `isearch-message-prefix' to "filename " on
4701 `dired-isearch-filter-filenames'.
4702
4703 * wdired.el (wdired-change-to-wdired-mode):
4704 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
4705 locally instead of changing `isearch-filter-predicate'.
4706 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
4707
47082013-05-27 Dmitry Gutov <dgutov@yandex.ru>
4709
4710 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
4711 return the commit hash (Bug#14459). Also set the
4712 `vc-git-detached' property.
4713 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
4714 (vc-git-mode-line-string): Use the same help-echo format whether
4715 in detached mode or not, because we know the actual revision now.
4716 When in detached mode, shorten the revision to 7 chars.
4717
47182013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * emacs-lisp/easy-mmode.el (define-minor-mode):
4721 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
4722 mode hook and provide a docstring.
4723
47242013-05-27 Alan Mackenzie <acm@muc.de>
4725
4726 Remove spurious syntax-table text properties inserted by C-y.
4727 * progmodes/cc-mode.el (c-after-change): Also clear hard
4728 syntax-table property with value nil.
4729
47302013-05-27 Michael Albinus <michael.albinus@gmx.de>
4731
4732 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
4733 when reading the events; the buffer layout shall not be changed.
4734
47352013-05-27 Leo Liu <sdl.web@gmail.com>
4736
4737 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
4738 New variable.
4739 (inferior-octave-directory-tracker): Automatically re-sync
4740 default-directory.
4741 (octave-help): Improve handling of 'See also'.
4742
47432013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * doc-view.el: Minor naming convention tweaks.
4746 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
4747
4748 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
4749 even if there's no `display' property yet (bug#14435).
4750
47512013-05-25 Eli Zaretskii <eliz@gnu.org>
4752
4753 * subr.el (unmsys--file-name): Rename from reveal-filename.
4754
4755 * Makefile.in (custom-deps, finder-data, autoloads)
4756 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4757 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4758 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
4759
47602013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
4763 error-completion on the first 2 args of condition-case (bug#14446).
4764 Don't burp at EOB.
4765
47662013-05-25 Leo Liu <sdl.web@gmail.com>
4767
4768 * comint.el (comint-previous-matching-input): Do not flood the
4769 *Messages* buffer with trivial messages.
4770
47712013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * progmodes/flymake.el (flymake-nop): Don't return a string.
4774 (flymake-set-at): Fix typo.
4775
4776 * simple.el (read--expression): New function, extracted from
4777 eval-expression. Set completion-at-point-functions (bug#14465).
4778 (eval-expression, eval-minibuffer): Use it.
4779
47802013-05-25 Xue Fuqiao <xfq.free@gmail.com>
4781
4782 * progmodes/flymake.el (flymake-save-buffer-in-file)
4783 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
4784 (flymake-selected-frame, flymake-log, flymake-ins-after)
4785 (flymake-set-at, flymake-get-buildfile-from-cache)
4786 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
4787 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
4788 Refine the doc string.
4789 (flymake-get-file-name-mode-and-masks): Reformat.
4790 (flymake-get-real-file-name-function): Fix a minor bug.
4791
47922013-05-24 Juri Linkov <juri@jurta.org>
4793
4794 * progmodes/grep.el (grep-mode-font-lock-keywords):
4795 Support =linenumber= format used by git-grep for lines with
4796 function names. (Bug#13549)
4797
47982013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * progmodes/octave.el (octave-smie-rules): Return nil rather than
4801 0 after a semi-colon; it works better for smie-auto-fill.
4802 (octave--indent-new-comment-line): New function.
4803 (octave-indent-new-comment-line): Use it (indirectly).
4804 (octave-mode): Don't disable smie-auto-fill. Use add-function to
4805 modify comment-line-break-function.
4806
4807 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
4808 (smie-setup): Use add-function to set it.
4809
48102013-05-24 Sam Steingold <sds@gnu.org>
4811
4812 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
4813 argument (before the `interactive' argument).
4814
48152013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * image-mode.el (image-mode-winprops): Add winprops to
4818 image-mode-winprops-alist before running
4819 image-mode-new-window-functions.
4820 * doc-view.el (doc-view-new-window-function): Don't delay
4821 doc-view-goto-page via timers (bug#14435).
4822
48232013-05-24 Tassilo Horn <tsdh@gnu.org>
4824
4825 * doc-view.el: Integrate with desktop.el. (Bug#14435)
4826 (doc-view-desktop-save-buffer): New function.
4827 (doc-view-restore-desktop-buffer): New function.
4828 (desktop-buffer-mode-handlers):
4829 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
4830 handler.
4831 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
4832 `desktop-save-buffer' function.
4833
48342013-05-24 Michael Albinus <michael.albinus@gmx.de>
4835
4836 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
4837 (tramp-gvfs-file-name-handler): Raise a user error when
4838 `tramp-gvfs-enabled' is nil.
4839 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
4840 Do not raise a user error when loading package. (Bug#14447)
4841
4842 * net/xesam.el: Move to obsolete/.
4843
48442013-05-24 Glenn Morris <rgm@gnu.org>
4845
4846 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
4847
4848 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
4849
4850 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
4851 (Info-find-node, Man-getpage-in-background): Declare.
4852
4853 * mail/unrmail.el (unrmail):
4854 Replace obsolete detect-coding-with-priority.
4855
4856 * net/socks.el (socks-split-string): Use this rather than split-string.
4857 (socks-nslookup-host): Update for above change.
4858 (dynamic-choice, s5-dynamic-choice-match)
4859 (s5-dynamic-choice-match-inline, s5-widget-value-create):
4860 Comment out unused code.
4861
4862 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
4863 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
4864 (gud-tooltip-echo-area): Make obsolete.
4865 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
4866
4867 * progmodes/js.el (js--optimize-arglist): Declare.
4868
4869 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
4870
4871 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
4872 (ediff-window-C): Declare.
4873
4874 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
4875 Tweak requires to silence compiler.
4876
4877 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
4878 (he-search-string, he-tried-table, he-expand-list)
4879 (he-init-string, he-string-member, he-substitute-string)
4880 (he-reset-string): Declare.
4881
4882 * obsolete/options.el (list-options): Use custom-variable-p,
4883 rather than obsolete alias.
4884
48852013-05-23 Sam Steingold <sds@gnu.org>
4886
4887 * simple.el (shell-command-on-region): Pass the `replace' argument
4888 down to `call-process-region' to comply with the doc as reported on
4889 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
4890
48912013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * emacs-lisp/smie.el (smie-indent-forward-token)
4894 (smie-indent-backward-token): Handle string tokens (bug#14381).
4895
48962013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4897
4898 * ielm.el (ielm-menu): New menu.
4899 (inferior-emacs-lisp-mode): Set comment-start.
4900
49012013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4902
4903 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
4904 Fix deactivate action.
4905
4906 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
4907 Add cleveref macros.
4908
4909 * lisp/textmodes/reftex-parse.el
4910 (reftex-locate-bibliography-files): Accept options for
4911 bibliography commands.
4912 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
4913 Add addbibresource. Basic Biblatex support.
4914
49152013-05-23 Michael Albinus <michael.albinus@gmx.de>
4916
4917 * net/tramp-gvfs.el (top):
4918 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
4919 when loading package. (Bug#14447)
4920
49212013-05-23 Glenn Morris <rgm@gnu.org>
4922
4923 * progmodes/js.el: No need to load comint when compiling.
4924 (ring-insert, comint-send-string, comint-send-input)
4925 (comint-last-input-end, ido-chop): Declare.
4926
4927 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
4928 * vc/ediff-mult.el: Adjust requires.
4929 (ediff-directories-internal, ediff-directory-revisions-internal)
4930 (ediff-patch-file-internal): Declare.
4931 * vc/ediff-ptch.el: Adjust requires.
4932 (ediff-use-last-dir, ediff-buffers-internal): Declare.
4933 (ediff-find-file): Autoload.
4934 * vc/ediff-util.el: No need to load ediff when compiling.
4935 (ediff-regions-internal): Declare.
4936 * vc/ediff-wind.el: Adjust requires.
4937 (ediff-compute-toolbar-width): Define when compiling.
4938 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
4939 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
4940 (dired-get-filename, dired-get-marked-files)
4941 (ediff-last-dir-patch, ediff-patch-default-directory)
4942 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
4943 (ediff-patch-buffer-internal): Declare.
4944
4945 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
4946 (ispell-process, ispell-buffer-local-words, lm-summary)
4947 (lm-section-start, lm-section-end): Declare.
4948 (checkdoc-ispell-init): Simplify.
4949
4950 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
4951 (he-string-member, he-reset-string, he-substitute-string): Declare.
4952
4953 * eshell/em-ls.el: Adjust requires.
4954 (eshell-glob-regexp): Declare.
4955 * eshell/em-tramp.el: Adjust requires.
4956 (eshell-parse-command): Autoload.
4957 * eshell/em-xtra.el: Adjust requires.
4958 (eshell-parse-command): Autoload.
4959 * eshell/esh-ext.el: Adjust requires.
4960 (eshell-parse-command, eshell-close-handles): Autoload.
4961 * eshell/esh-io.el: Adjust requires.
4962 (eshell-output-filter): Autoload.
4963 * eshell/esh-util.el: No need to load tramp when compiling.
4964 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
4965 Declare.
4966 (eshell-parse-ange-ls): Require ange-ftp and tramp.
4967 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4968 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
4969 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
4970 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
4971 * eshell/esh-opt.el, eshell/esh-proc.el:
4972 * eshell/esh-var.el: Adjust requires.
4973 * eshell/eshell.el: Do not require esh-util twice.
4974 (eshell-add-input-to-history): Declare.
4975 (eshell-command): Check history module is active before using it.
4976
4977 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
4978
49792013-05-22 Leo Liu <sdl.web@gmail.com>
4980
4981 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
4982
49832013-05-22 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * autorevert.el (auto-revert-notify-add-watch)
4986 (auto-revert-notify-handler): Add `attrib' for the inotify case,
4987 it indicates changes in file modification time.
4988
49892013-05-22 Glenn Morris <rgm@gnu.org>
4990
4991 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4992 Always delete the autoloaded function from the noruntime and
4993 unresolved functions lists.
4994
4995 * allout.el: No need to load epa, epg, overlay when compiling.
4996 (epg-context-set-passphrase-callback, epg-list-keys)
4997 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
4998 (epg-key-user-id-list): Declare.
4999
5000 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5001 (viper-set-parsing-style-toggling-macro)
5002 (viper-set-emacs-state-searchstyle-macros):
5003 Use called-interactively-p on Emacs.
5004 (viper-looking-back): Make it an obsolete alias. Update callers.
5005 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
5006 Use looking-back rather than viper-looking-back.
5007 (viper-tmp-insert-at-eob, viper-enlarge-region)
5008 (viper-read-string-with-history, viper-register-to-point)
5009 (viper-append-to-register, viper-change-state-to-vi)
5010 (viper-backward-char-carefully, viper-forward-char-carefully)
5011 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
5012 (viper-change-state-to-emacs): Declare.
5013 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
5014 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
5015 * emulation/viper-mous.el: Do not load viper-cmd.
5016 (viper-backward-char-carefully, viper-forward-char-carefully)
5017 (viper-forward-word, viper-adjust-window): Declare.
5018
5019 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
5020
5021 * progmodes/idlw-help.el (idlwave-help-fontify):
5022 Use called-interactively-p.
5023
5024 * term/w32console.el (w32-get-console-codepage)
5025 (w32-get-console-output-codepage): Declare.
5026
5027 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
5028 Remove unnecessary declarations.
5029 (dframe-message): Doc fix.
5030
5031 * info.el (dframe-select-attached-frame, dframe-current-frame):
5032 Declare.
5033
5034 * speedbar.el (speedbar-message): Make it an obsolete alias.
5035 Update all callers.
5036 (speedbar-with-attached-buffer)
5037 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
5038 (speedbar-with-writable): Use backquote.
5039 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
5040 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5041 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
5042 rather than speedbar- aliases.
5043 * mail/rmail.el: Load dframe rather than speedbar when compiling.
5044 (speedbar-make-specialized-keymap, speedbar-insert-button)
5045 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
5046 (speedbar-do-function-pointer): Declare.
5047 (rmail-speedbar-button, rmail-speedbar-find-file)
5048 (rmail-speedbar-move-message):
5049 Use dframe-with-attached-buffer rather than speedbar- alias.
5050 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
5051 (dframe-message, speedbar-make-specialized-keymap)
5052 (speedbar-add-expansion-list, speedbar-mode-functions-list)
5053 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
5054 (speedbar-insert-button, dframe-select-attached-frame)
5055 (dframe-maybee-jump-to-attached-frame)
5056 (speedbar-change-initial-expansion-list)
5057 (speedbar-previously-used-expansion-list-name): Declare.
5058 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
5059 Use dframe-message, dframe-with-attached-buffer rather than
5060 speedbar- aliases.
5061 (gud-sentinel): Silence compiler.
5062 * progmodes/vhdl-mode.el (speedbar-refresh)
5063 (speedbar-do-function-pointer, speedbar-add-supported-extension)
5064 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
5065 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
5066 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
5067 (speedbar-file-lists, speedbar-make-tag-line)
5068 (speedbar-line-directory, speedbar-goto-this-file)
5069 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
5070 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
5071 (speedbar-make-button, speedbar-reset-scanners)
5072 (speedbar-files-item-info, speedbar-line-text)
5073 (speedbar-find-file-in-frame, speedbar-set-timer)
5074 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
5075 (speedbar-with-writable): Do not (re)define it.
5076 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
5077 rather than speedbar- alias.
5078
50792013-05-21 Leo Liu <sdl.web@gmail.com>
5080
5081 * progmodes/octave.el (octave-mode-menu): Update and re-organize
5082 menu items.
5083 (octave-mode): Tweak fill-nobreak-predicate.
5084 (inferior-octave-startup): Check process to avoid infinite loop.
5085 (inferior-octave): Pop to buffer first to show abornmal process
5086 exit information.
5087
50882013-05-21 Glenn Morris <rgm@gnu.org>
5089
5090 * printing.el (pr-menu-bar): Define when compiling.
5091
50922013-05-21 Leo Liu <sdl.web@gmail.com>
5093
5094 * progmodes/octave.el (octave-auto-fill): Remove.
5095 (octave-indent-new-comment-line): Improve.
5096 (octave-mode): Use auto fill mode through
5097 comment-line-break-function and fill-nobreak-predicate.
5098 (octave-goto-function-definition): Support DEFUN_DLD.
5099 (octave-beginning-of-defun): Small tweak.
5100 (octave-help): Show parent directory.
5101
51022013-05-21 Glenn Morris <rgm@gnu.org>
5103
5104 * files.el (dired-unmark):
5105 * progmodes/gud.el (gdb-input): Update declarations.
5106
5107 * calculator.el (electric, ehelp): No need to load when compiling.
5108 (Electric-command-loop, electric-describe-mode): Declare.
5109
5110 * doc-view.el (doc-view-current-converter-processes): Move before use.
5111
5112 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5113 Move MODE-set-explicitly definition before use.
5114
5115 * international/mule-diag.el (mule-diag):
5116 Don't use obsolete window-system-version.
5117
5118 * mail/feedmail.el (smtpmail): No need to load when compiling.
5119 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
5120
5121 * mail/mail-utils.el (rfc822): No need to load when compiling.
5122 (rfc822-addresses): Autoload it.
5123 (mail-strip-quoted-names): Trivial simplification.
5124
5125 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
5126 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
5127
5128 * net/snmp-mode.el (tempo): Don't duplicate requires.
5129
5130 * progmodes/prolog.el (info): No need to load when compiling.
5131 (comint): Require before shell requires it.
5132 (Info-goto-node): Autoload it.
5133 (Info-follow-nearest-node): Declare.
5134 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
5135
5136 * textmodes/artist.el (picture-mode-exit): Declare.
5137
5138 * textmodes/reftex-parse.el (reftex-parse-from-file):
5139 Trivial rewrite so the compiler can parse it better.
5140
51412013-05-20 Leo Liu <sdl.web@gmail.com>
5142
5143 * progmodes/octave.el (octave-help-mode-map)
5144 (octave-help-mode-finish-hook): New variables.
5145 (octave-help-mode, octave-help-mode-finish): New functions.
5146 (octave-help): Use octave-help-mode.
5147
51482013-05-20 Glenn Morris <rgm@gnu.org>
5149
5150 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
5151
51522013-05-19 Dmitry Gutov <dgutov@yandex.ru>
5153
5154 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
5155 start at point, so that expansion starting right after opening
5156 slash in a regexp is recognized.
5157 (ruby-syntax-before-regexp-re): New defvar, extracted from
5158 ruby-syntax-propertize-function. Since the value of this regexp
5159 is looked up at runtime now, we should be able to turn
5160 `ruby-syntax-methods-before-regexp' into a defcustom later.
5161 (ruby-syntax-propertize-function): Split regexp matching into two
5162 parts, for opening and closing slashes. That allows us to skip
5163 over string interpolations and support multiline regexps.
5164 Don't call `ruby-syntax-propertize-expansions', instead use another rule
5165 for them, which calls `ruby-syntax-propertize-expansion'.
5166 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
5167 call to `ruby-syntax-propertize-function'.
5168 (ruby-syntax-propertize-expansion): Extracted from
5169 `ruby-syntax-propertize-expansions'. Handles one expansion.
5170 (ruby-syntax-propertize-percent-literal): Leave point right after
5171 the percent symbol, so that the expression expansion rule can
5172 propertize the contents.
5173 (ruby-syntax-propertize-heredoc): Leave point at bol following the
5174 heredoc openers.
5175 (ruby-syntax-propertize-expansions): Remove.
5176
51772013-05-18 Juri Linkov <juri@jurta.org>
5178
5179 * man.el (Man-default-man-entry): Remove `-' from the end
5180 of the default value. (Bug#14400)
5181
51822013-05-18 Glenn Morris <rgm@gnu.org>
5183
5184 * comint.el (comint-password-prompt-regexp):
5185 Allow "password for XXX" where XXX contains colons (eg https://...).
5186
51872013-05-18 Leo Liu <sdl.web@gmail.com>
5188
5189 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
5190 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5191 (octave-source-directories): Don't check process.
5192 (octave-source-directories, octave-find-definition): Doc fix.
5193
51942013-05-18 Glenn Morris <rgm@gnu.org>
5195
5196 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5197 Remove backspace/delete bindings. (Bug#14392)
5198
5199 * cus-dep.el (custom-make-dependencies): Sort the output.
5200 (custom-versions-load-alist): Convert comment to doc.
5201
52022013-05-17 Leo Liu <sdl.web@gmail.com>
5203
5204 * newcomment.el (comment-search-backward): Stricter in finding
5205 comment start. (Bug#14303)
5206
5207 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
5208 (octave-comment-start-skip): Properly anchored.
5209
52102013-05-17 Leo Liu <sdl.web@gmail.com>
5211
5212 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
5213 Clean up when turned off. (Bug#14395)
5214 (smie--highlight-matching-block-overlay): No longer buffer-local.
5215 (smie-highlight-matching-block): Adjust.
5216
52172013-05-17 Paul Eggert <eggert@cs.ucla.edu>
5218
5219 Doc string fix for "nanoseconds" (Bug#14406).
5220 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
5221 Fix doc string typo that had "nanoseconds" instead of "microseconds".
5222
52232013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5224
5225 * calc/calc-units.el (math-extract-units): Preserve powers
5226 of units.
5227
52282013-05-17 Leo Liu <sdl.web@gmail.com>
5229
5230 * subr.el (delete-consecutive-dups): New function.
5231 * ido.el (ido-set-matches-1): Use it.
5232 * progmodes/octave.el (inferior-octave-completion-table): Use it.
5233 * ido.el (ido-remove-consecutive-dups): Remove.
5234
52352013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5238 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
5239 regexp-opt's `words'.
5240
52412013-05-16 Leo Liu <sdl.web@gmail.com>
5242
5243 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
5244 (smie--highlight-matching-block-overlay)
5245 (smie--highlight-matching-block-lastpos)
5246 (smie--highlight-matching-block-timer): New variables.
5247 (smie-highlight-matching-block): New function.
5248 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
5249 (smie-setup): Conditionally enable smie-blink-matching-open.
5250
52512013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
5252
5253 Sync with upstream verilog-mode r840.
5254 * progmodes/verilog-mode.el (verilog-mode-version)
5255 (verilog-mode-release-date): Update.
5256 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
5257 (verilog-sig-tieoff): Fix string error on
5258 AUTORESET with colon define, bug594. Reported by Andrew Hou.
5259 (verilog-read-decls): Fix parameters confusing
5260 AUTOINST interfaces, bug565. Reported by Leith Johnson.
5261
52622013-05-16 Eli Zaretskii <eliz@gnu.org>
5263
5264 * subr.el (reveal-filename): New function.
5265
5266 * loadup.el: Compute Emacs executable versions on MS-Windows,
5267 where executables have the .exe extension. Add a hard link
5268 emacs-XX.YY.ZZ.exe on MS-Windows.
5269
5270 * Makefile.in (XARGS_LIMIT): New variable.
5271 (custom-deps, finder-data, autoloads)
5272 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5273 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5274 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
5275 (compile-main): Limit xargs according to $(XARGS_LIMIT).
5276
52772013-05-16 Leo Liu <sdl.web@gmail.com>
5278
5279 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
5280 (octave-mode-menu, octave-mode-map): Remove its uses.
5281
52822013-05-16 Reto Zimmermann <reto@gnu.org>
5283
5284 Sync with upstream vhdl mode v3.34.2.
5285 * progmodes/vhdl-mode.el: Use `push' throughout.
5286 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
5287 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
5288 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
5289 (vhdl-actual-generic-name): New option to derive actual generic name.
5290 (vhdl-port-paste-signals): Replace formal by actual generics.
5291 (vhdl-beautify): New name for old group vhdl-align. Update users.
5292 (vhdl-beautify-options): New option.
5293 (vhdl-last-input-event): New compat alias. Use throughout.
5294 (vhdl-goto-line): Replace user level function `goto-line'.
5295 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
5296 vhdl-fix-statement-buffer.
5297 (vhdl-create-mode-menu): Add some entries.
5298 (vhdl-align-region-groups): Respect vhdl-beautify-options.
5299 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
5300 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
5301 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
5302 to force statements on one line.
5303 (vhdl-remove-trailing-spaces-region):
5304 New, split from vhdl-remove-trailing-spaces.
5305 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
5306 Respect vhdl-beautify-options.
5307 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
5308 (vhdl-update-sensitivity-list): Not add with index if exists without.
5309 Not include array index with signal. Ignore keywords in comments.
5310 (vhdl-get-visible-signals): Regexp tweaks.
5311 (vhdl-template-component-inst): Handle empty library.
5312 (vhdl-template-type): Add template for 'enum' type.
5313 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
5314 Use vhdl-replace-string.
5315 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
5316 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
5317 (vhdl-speedbar-initialize): Update for above name change.
5318 (vhdl-compose-wire-components): Fix in handling of constants.
5319 (vhdl-error-regexp-emacs-alist): New variable.
5320 (vhdl-error-regexp-add-emacs): New function;
5321 adds support for new compile.el (Emacs 22+)
5322 (vhdl-generate-makefile-1): Change target order for single lib. units.
5323 Allow use of absolute file names.
5324
53252013-05-16 Leo Liu <sdl.web@gmail.com>
5326
5327 * simple.el (prog-indent-sexp): Indent enclosing defun.
5328
53292013-05-15 Glenn Morris <rgm@gnu.org>
5330
5331 * cus-start.el (show-trailing-whitespace): Move to editing basics.
5332 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
5333 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
5334 (whitespace-highlight): Move to whitespace group.
5335
5336 * comint.el (comint-source):
5337 * pcmpl-linux.el (pcmpl-linux):
5338 * shell.el (shell-faces):
5339 * eshell/esh-opt.el (eshell-opt):
5340 * international/ccl.el (ccl): Remove empty custom groups.
5341
5342 * completion.el (dynamic-completion-mode):
5343 * jit-lock.el (jit-lock-debug-mode):
5344 * minibuffer.el (completion-in-region-mode):
5345 * type-break.el (type-break-mode-line-message-mode)
5346 (type-break-query-mode):
5347 * emulation/tpu-edt.el (tpu-edt-mode):
5348 * progmodes/subword.el (global-subword-mode, global-superword-mode):
5349 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5350 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
5351
5352 * term/xterm.el (xterm): Change parent group to terminals.
5353
5354 * master.el (master): Remove empty custom group.
5355 (master-mode): Remove unused :group argument.
5356 * textmodes/refill.el (refill): Remove empty custom group.
5357 (refill-mode): Remove unused :group argument.
5358
5359 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
5360
5361 * cus-dep.el: Provide a feature.
5362 (custom-make-dependencies): Ignore dotfiles (dir-locals).
5363 Don't mistakenly ignore files whose basenames match a basename
5364 from preloaded-file-list (eg cedet/ede/simple.el).
5365 Add a fallback method for getting :group.
5366
53672013-05-15 Juri Linkov <juri@jurta.org>
5368
5369 * isearch.el (isearch-char-by-name): Rename from
5370 `isearch-insert-char-by-name'. Doc fix.
5371 (isearch-forward): Mention `isearch-char-by-name' in
5372 the docstring. (Bug#13348)
5373
5374 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
5375 `exit-minibuffer' instead of
5376 `isearch-nonincremental-exit-minibuffer'.
5377 (isearch-edit-string): Remove mention of
5378 `isearch-nonincremental-exit-minibuffer' from docstring.
5379 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
5380 (isearch-forward-exit-minibuffer)
5381 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
5382
53832013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * loadup.el: Just use unversioned DOC.
5386
5387 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
5388 literals as extending to EOB.
5389 (nxml-last-fontify-end): Remove unused variable.
5390 (nxml-after-change1): Use with-silent-modifications.
5391 (nxml-extend-after-change-region): Simplify.
5392 (nxml-extend-after-change-region1): Remove function.
5393 (nxml-after-change1): Don't adjust for dependent regions.
5394 (nxml-fontify-matcher): Simplify.
5395 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
5396 (xmltok-add-dependent): Remove function.
5397 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
5398 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
5399 (xmltok-scan-prolog-after-processing-instruction-open): Treat
5400 unclosed <[[, <?, comment, and other literals as extending to EOB.
5401 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
5402 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
5403 Remove functions.
5404 (rng-do-some-validation-1): Don't mark dependent regions.
5405 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
5406 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
5407 (nxml-clear-dependent-regions): Remove functions.
5408 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
5409 (nxml-ensure-scan-up-to-date):
5410 Don't clear&mark dependent regions.
5411
54122013-05-15 Leo Liu <sdl.web@gmail.com>
5413
5414 * progmodes/octave.el (octave-goto-function-definition):
5415 Improve and fix callers.
5416
54172013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
5420 the setter (bug#14387).
5421
5422 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
5423 surrounding group (bug#14402).
5424
54252013-05-14 Juri Linkov <juri@jurta.org>
5426
5427 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
5428 (Bug#14390)
5429
54302013-05-14 Glenn Morris <rgm@gnu.org>
5431
5432 * progmodes/f90.el (f90-imenu-generic-expression):
5433 Fix typo in 2013-05-08 change. (Bug#14402)
5434
54352013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5436
5437 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
5438 Remove signals for which replies are never received.
5439
54402013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5441
5442 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
5443 (gdb-handler-alist, gdb-handler-number): Remove variables.
5444 (gdb-handler-list): New variable.
5445 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
5446 (gdb-pending-handler-p, gdb-handle-reply)
5447 (gdb-remove-all-pending-triggers): New functions.
5448 (gdb-discard-unordered-replies): New defcustom.
5449 (gdb-handler): New defstruct.
5450 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
5451 instead of gdb-pending-triggers. Update docstring.
5452 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
5453 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
5454 (gdb-var-update-handler, def-gdb-auto-update-trigger)
5455 (def-gdb-auto-update-handler, gdb-get-changed-registers)
5456 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
5457 (gdb-frame-handler): Pending triggers are now automatically managed.
5458 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
5459 Remove argument.
5460 (gdb-input): Automatically handles pending triggers. Update docstring.
5461 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
5462 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
5463 Update comments.
5464 (gdb-done-or-error): Now use gdb-handle-reply.
5465
54662013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5467
5468 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
5469 gdb-debug-log.
5470
54712013-05-14 Glenn Morris <rgm@gnu.org>
5472
5473 * subr.el (user-emacs-directory-warning): New option.
5474 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
5475
54762013-05-14 Leo Liu <sdl.web@gmail.com>
5477
5478 * progmodes/octave.el (octave-font-lock-keywords): Fix error
5479 during redisplay.
5480 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
5481 (octave-font-lock-texinfo-comment): Fix invalid search bound
5482 error: wrong side of point.
5483
54842013-05-14 Glenn Morris <rgm@gnu.org>
5485
5486 * progmodes/flymake.el (flymake-xml-program): New option.
5487 (flymake-xml-init): Use it.
5488
5489 * term/xterm.el: Provide a feature.
5490
5491 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
5492
54932013-05-13 Glenn Morris <rgm@gnu.org>
5494
5495 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
5496 Add compat aliases as a hack workaround. (Bug#14384)
5497
54982013-05-13 Leo Liu <sdl.web@gmail.com>
5499
5500 * progmodes/octave.el (octave-indent-comment): Fix indentation for
5501 ###, and %!.
5502 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
5503 C-M-q.
5504 (octave-comment-start-skip): Include %!.
5505 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
5506
55072013-05-12 Leo Liu <sdl.web@gmail.com>
5508
5509 * progmodes/octave.el (inferior-octave-startup): Store the value
5510 of __octave_srcdir__ for octave-source-directories.
5511 (inferior-octave-check-process): New function refactored out of
5512 inferior-octave-send-list-and-digest.
5513 (octave-source-directories)
5514 (octave-find-definition-filename-function): New variables.
5515 (octave-source-directories)
5516 (octave-find-definition-default-filename): New functions.
5517 (octave-find-definition): Improve to find functions implemented in C++.
5518
55192013-05-12 Glenn Morris <rgm@gnu.org>
5520
5521 * calendar/diary-lib.el (diary-outlook-format-1):
5522 Don't include dayname in the output. (Bug#14349)
5523
55242013-05-11 Glenn Morris <rgm@gnu.org>
5525
5526 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
5527
5528 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
5529 Treat cc-provide like provide.
5530
55312013-05-11 Kevin Ryde <user42@zip.com.au>
5532
5533 * cus-dep.el (custom-make-dependencies):
5534 Use generated-autoload-load-name for the sake of files such
5535 such cedet/semantic/bovine/c.el, where the base file name
5536 is not in load-path. (Bug#5277)
5537
55382013-05-11 Glenn Morris <rgm@gnu.org>
5539
5540 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
5541 Provide features.
5542
55432013-05-11 Leo Liu <sdl.web@gmail.com>
5544
5545 * progmodes/octave.el (octave-indent-comment): Improve.
5546 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5547 (octave-eldoc-function-signatures, octave-eldoc-function):
5548 New functions.
5549 (octave-mode, inferior-octave-mode): Add eldoc support.
5550
55512013-05-11 Richard Stallman <rms@gnu.org>
5552
5553 * epa.el (epa-decrypt-file): Take output file name as argument
5554 and read it using `interactive'.
5555
55562013-05-11 Leo Liu <sdl.web@gmail.com>
5557
5558 * progmodes/octave.el (octave-beginning-of-line)
5559 (octave-end-of-line): Check before using up-list because it jumps
5560 out of more syntactic contructs since moving to smie.
5561 (octave-indent-comment): New function.
5562 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
5563 (octave-begin-keywords, octave-end-keywords)
5564 (octave-reserved-words, octave-smie-bnf-table)
5565 (octave-smie-rules): Add new keywords from Octave 3.6.4.
5566
55672013-05-11 Glenn Morris <rgm@gnu.org>
5568
5569 * faces.el (internal-face-x-get-resource):
5570 * frame.el (ns-display-monitor-attributes-list):
5571 * calc/calc-aent.el (math-to-radians-2):
5572 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
5573 Fix declarations.
5574
5575 * calc/calc-menu.el: Make it loadable in isolation.
5576
5577 * net/eudcb-bbdb.el: Make it loadable without bbdb.
5578 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
5579 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
5580 (eudc-bbdb-query-internal): Require 'bbdb.
5581
5582 * lpr.el (lpr-headers-switches):
5583 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
5584
5585 * progmodes/sql.el (sql-login-params): Fix and improve :type.
5586
5587 * emulation/edt-mapper.el: In batch mode, error rather than hang.
5588
5589 * term.el (term-set-escape-char): Make it idempotent.
5590
55912013-05-10 Leo Liu <sdl.web@gmail.com>
5592
5593 * progmodes/octave.el (inferior-octave-completion-table):
5594 No longer a function and all uses changed. Use cache to speed up
5595 completion due to bug#11906.
5596 (octave-beginning-of-defun): Re-write to be more general.
5597
55982013-05-10 Glenn Morris <rgm@gnu.org>
5599
5600 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
5601
56022013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * comint.el (comint-redirect-send-command-to-process): Use :around
5605 rather than :override for comint-redirect-filter.
5606 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
5607 Call it instead of comint-redirect-original-filter-function (which
5608 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
5609
56102013-05-09 Jan Djärv <jan.h.d@swipnet.se>
5611
5612 * frame.el (display-monitor-attributes-list): Add NS case.
5613 (ns-display-monitor-attributes-list): Declare.
5614
56152013-05-09 Ulrich Mueller <ulm@gentoo.org>
5616
5617 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
5618
56192013-05-09 Glenn Morris <rgm@gnu.org>
5620
5621 * international/fontset.el (vertical-centering-font-regexp):
5622 Set standard-value.
5623
5624 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
5625
5626 * bookmark.el (bookmark-search-delay):
5627 * cus-start.el (vertical-centering-font-regexp):
5628 * ps-mule.el (ps-mule-font-info-database-default):
5629 * ps-print.el (ps-default-fg, ps-default-bg):
5630 * type-break.el (type-break-good-break-interval):
5631 * whitespace.el (whitespace-indentation-regexp)
5632 (whitespace-space-after-tab-regexp):
5633 * emacs-lisp/testcover.el (testcover-1value-functions)
5634 (testcover-noreturn-functions, testcover-progn-functions)
5635 (testcover-prog1-functions):
5636 * emulation/viper-init.el (viper-emacs-state-cursor-color):
5637 * eshell/em-glob.el (eshell-glob-translate-alist):
5638 * play/tetris.el (tetris-tty-colors):
5639 * progmodes/cpp.el (cpp-face-default-list):
5640 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5641 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
5642 (idlwave-help-browser-generic-args):
5643 * progmodes/make-mode.el (makefile-special-targets-list):
5644 * progmodes/python.el (python-shell-virtualenv-path):
5645 * progmodes/verilog-mode.el (verilog-active-low-regexp)
5646 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
5647 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
5648 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
5649 * textmodes/reftex-vars.el (reftex-format-label-function):
5650 * textmodes/remember.el (remember-diary-file): Fix custom types.
5651
5652 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
5653 Add :version.
5654
56552013-05-09 Leo Liu <sdl.web@gmail.com>
5656
5657 * progmodes/octave.el (inferior-octave-completion-at-point):
5658 Restore file completion. (Bug#14300)
5659 (inferior-octave-startup): Fix incorrect highlighting for the
5660 first prompt.
5661
56622013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * progmodes/ruby-mode.el: First cut at SMIE support.
5665 (ruby-use-smie): New var.
5666 (ruby-smie-grammar): New constant.
5667 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
5668 (ruby-smie--forward-token, ruby-smie--backward-token)
5669 (ruby-smie-rules): New functions.
5670 (ruby-mode-variables): Setup SMIE if applicable.
5671
56722013-05-08 Eli Zaretskii <eliz@gnu.org>
5673
5674 * simple.el (line-move-visual): Signal beginning/end of buffer
5675 only if vertical-motion moved less than it was requested. Avoids
5676 silly incorrect error messages when there are display strings with
5677 multiple newlines at EOL.
5678
56792013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
5682 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
5683 (prolog-char-quote-workaround):
5684 * progmodes/cperl-mode.el (cperl-under-as-char):
5685 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
5686 Mark as obsolete.
5687 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
5688 their declaration.
5689 (vhdl-mode-syntax-table-init): Remove.
5690
5691 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
5692 last change.
5693
5694 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
5695 syntax for "_".
5696 (ld-script-font-lock-keywords):
5697 Change regexps to use things like \_< and \_>.
5698
5699 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
5700 Change all regexps to use things like \_< and \_>.
5701
5702 * progmodes/autoconf.el (autoconf-definition-regexp)
5703 (autoconf-font-lock-keywords, autoconf-current-defun-function):
5704 Handle a _ with symbol syntax.
5705 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
5706
5707 * progmodes/ada-mode.el (ada-mode-abbrev-table):
5708 Consolidate declaration.
5709 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
5710 the declaration.
5711 (ada-create-syntax-table): Remove.
5712 (ada-capitalize-word): Don't mess with the syntax of "_" since it
5713 already has the right syntax nowadays.
5714 (ada-goto-next-word): Don't change the syntax of "_".
5715
5716 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
5717 with-wrapper-hook.
5718
57192013-05-08 Sam Steingold <sds@gnu.org>
5720
5721 * thingatpt.el (thing-at-point): Accept optional second argument
5722 NO-PROPERTIES to strip the text properties from the return value.
5723 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
5724 to `thing-at-point' instead of stripping the properties ourselves.
5725 Also, when `thing-at-point' fails to find a url, prepend "http://"
5726 to the filename at point on the assumption that the user is
5727 pointing at something like gnu.org/gnu.
5728
57292013-05-08 Juanma Barranquero <lekktu@gmail.com>
5730
5731 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5732 * faces.el (crm-separator):
5733 Silence byte-compiler.
5734
5735 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
5736 (tool-bar-map): Remove unneeded defvars.
5737
57382013-05-08 Leo Liu <sdl.web@gmail.com>
5739
5740 Re-work a fix for bug#10994 based on Le Wang's patch.
5741 * ido.el (ido-remove-consecutive-dups): New helper.
5742 (ido-completing-read): Use it.
5743 (ido-chop): Revert fix for bug#10994.
5744
57452013-05-08 Adam Spiers <emacs@adamspiers.org>
5746
5747 * cus-edit.el (custom-save-variables):
5748 Pretty-print long values. (Bug#14187)
5749
57502013-05-08 Glenn Morris <rgm@gnu.org>
5751
5752 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
5753 (m4-mode-syntax-table): Init in the defvar.
5754 (m4-mode-abbrev-table): Let define-derived-mode define it.
5755
57562013-05-08 Tom Tromey <tromey@redhat.com>
5757
5758 * progmodes/m4-mode.el (m4-mode-syntax-table):
5759 Do not treat "_" as word constituent. (Bug#14167)
5760
57612013-05-07 Glenn Morris <rgm@gnu.org>
5762
5763 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
5764 Remove explicit eshell-isearch-cancel-map.
5765
5766 * progmodes/f90.el (f90-smart-end-names): New option.
5767 (f90-smart-end): Doc fix.
5768 (f90-end-block-optional-name): New constant.
5769 (f90-block-match): Respect f90-smart-end-names.
5770
57712013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * progmodes/octave.el (octave-smie-forward-token): Be more careful
5774 about implicit semi-colons (bug#14218).
5775
57762013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5777
5778 * frame.el (display-monitor-attributes-list)
5779 (frame-monitor-attributes): New functions.
5780
57812013-05-06 Leo Liu <sdl.web@gmail.com>
5782
5783 * progmodes/octave.el (octave-syntax-propertize-function): Change
5784 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
5785 (octave-font-lock-keywords): Use octave-operator-regexp.
5786 (octave-completion-at-point): Rename from
5787 octave-completion-at-point-function.
5788 (inferior-octave-directory-tracker): Robustify.
5789 (octave-text-functions): Remove and fix its uses. No such things
5790 any more.
5791
57922013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * emacs-lisp/trace.el (trace--display-buffer): New function.
5795 (trace-make-advice): Use it.
5796
57972013-05-06 Juri Linkov <juri@jurta.org>
5798
5799 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
5800 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
5801 Doc fix.
5802 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
5803 in the help string. (Bug#12985)
5804
58052013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5806
5807 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
5808
58092013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * progmodes/perl-mode.el: Add support for here documents.
5812 (perl-syntax-propertize-function): Match here-doc markers.
5813 (perl-syntax-propertize-special-constructs): Find their end.
5814 (perl-imenu-generic-expression): Use [:alnum:].
5815
5816 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
5817 (advice--add-function): Refresh the advice if already present
5818 (bug#14317).
5819
58202013-05-06 Ivan Andrus <darthandrus@gmail.com>
5821
5822 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
5823
58242013-05-06 Glenn Morris <rgm@gnu.org>
5825
5826 * w32-fns.el (w32-charset-info-alist): Declare.
5827
5828 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
5829 of its defcustom properties.
5830 (eshell-cmpl-initialize): No need to load pcomplete.
5831
5832 * generic-x.el: No need to require comint when compiling.
5833
5834 * net/eudc-export.el: Make it loadable without bbdb.
5835 (top-level): Use require rather than load-library.
5836 (eudc-create-bbdb-record, eudc-bbdbify-phone)
5837 (eudc-batch-export-records-to-bbdb)
5838 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
5839 Require bbdb.
5840
58412013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
5844 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
5845 some tweaks, instead.
5846
58472013-05-05 Leo Liu <sdl.web@gmail.com>
5848
5849 * progmodes/octave.el (octave-font-lock-keywords)
5850 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
5851 (inferior-octave-send-list-and-digest): Improve error message.
5852 (octave-mode, inferior-octave-mode): Use setq-local.
5853 (octave-help): Set info-lookup-mode.
5854
58552013-05-05 Richard Stallman <rms@gnu.org>
5856
5857 * vc/compare-w.el (compare-windows-whitespace):
5858 Treat no-break space as whitespace.
5859
5860 * mail/rmailsum.el (rmail-summary-rmail-update):
5861 Detect empty summary and don't change selected message.
5862 (rmail-summary-goto-msg): Likewise.
5863
5864 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
5865 Doc fixes, rename args.
5866
58672013-05-05 Alan Mackenzie <acm@muc.de>
5868
5869 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
5870
58712013-05-05 Juri Linkov <juri@jurta.org>
5872
5873 * info.el (Info-read-subfile): Use (point-min) instead of (point)
5874 to not add the length of the summary segment to the return value.
5875 (Bug#14125)
5876
58772013-05-05 Leo Liu <sdl.web@gmail.com>
5878
5879 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
5880 (inferior-octave-output-filter): Remove.
5881 (octave-send-region, inferior-octave-startup): Fix callers.
5882 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
5883 (octave-binary-file-extensions): New user variable.
5884 (octave-find-definition): Confirm if opening binary files.
5885 (octave-help-file): Use octave-find-definition to get the binary
5886 confirmation.
5887 (octave-help): Adjust for octave-help-file change.
5888
58892013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
5892 Merge the two entries that handle function definitions.
5893 (pascal--syntax-propertize): New const.
5894 (pascal-mode): Use it. Use setq-local.
5895
58962013-05-04 Glenn Morris <rgm@gnu.org>
5897
5898 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
5899 (diary-from-outlook): Respect diary-from-outlook-function.
5900
59012013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
5904 Move the declaration from C.
5905 (read-minibuffer, eval-minibuffer): Move from C.
5906 (completion-setup-function): Avoid minibuffer-completion-contents.
5907
59082013-05-03 Leo Liu <sdl.web@gmail.com>
5909
5910 * progmodes/octave.el (octave-font-lock-keywords): Do not
5911 dehighlight 'end' in comments or strings.
5912 (octave-completing-read, octave-goto-function-definition):
5913 New helpers.
5914 (octave-help-buffer): New user variable.
5915 (octave-help-file, octave-help-function): New button types.
5916 (octave-help): New command and bind it to C-h ;.
5917 (octave-find-definition): New command and bind it to M-.
5918 (user-error): Alias to error if not defined.
5919
59202013-05-02 Leo Liu <sdl.web@gmail.com>
5921
5922 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
5923 for \. (bug#14332)
5924 (octave-font-lock-keywords): Include [ and {.
5925
59262013-05-02 Leo Liu <sdl.web@gmail.com>
5927
5928 * progmodes/octave.el (inferior-octave-startup-file): Change default.
5929 (inferior-octave): Remove calling comint-mode and return the buffer.
5930 (inferior-octave-startup): Cosmetic changes.
5931
59322013-05-02 Leo Liu <sdl.web@gmail.com>
5933
5934 * progmodes/octave.el (octave-syntax-propertize-function):
5935 Include the case when ' is at line beginning. (Bug#14336)
5936
59372013-05-02 Glenn Morris <rgm@gnu.org>
5938
5939 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
5940 * desktop.el (vc-dir-mode): Just autoload it here.
5941
59422013-05-02 Alan Mackenzie <acm@muc.de>
5943
5944 Eliminate variable c-standard-font-lock-fontify-region-function.
5945 * progmodes/cc-mode.el
5946 (c-standard-font-lock-fontify-region-function): Remove.
5947 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
5948
59492013-05-01 Leo Liu <sdl.web@gmail.com>
5950
5951 * progmodes/octave.el: Compatible with older emacs-24 releases.
5952 (inferior-octave-has-built-in-variables): Remove. Built-in
5953 variables were removed from Octave in 2007.
5954 (inferior-octave-startup): Fix uses.
5955 (comint-line-beginning-position): Remove compatibility code for
5956 emacs 21.
5957
59582013-05-01 Juri Linkov <juri@jurta.org>
5959
5960 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
5961
59622013-05-01 Juri Linkov <juri@jurta.org>
5963
5964 * comint.el (comint-previous-matching-input): Don't print message
5965 "History item: %d" when `isearch-mode' is active.
5966 (comint-history-isearch-message): Print message "History item: %d"
5967 when `comint-input-ring-index' is not empty and this function is
5968 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
5969
59702013-05-01 Leo Liu <sdl.web@gmail.com>
5971
5972 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
5973 definitions. Use completion-at-point to insert keywords.
5974 (octave-abbrev-start): Remove.
5975 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
5976
59772013-04-30 Leo Liu <sdl.web@gmail.com>
5978
5979 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
5980 change.
5981
59822013-04-30 Alan Mackenzie <acm@muc.de>
5983
5984 Handle arbitrarily long C++ member initialisation lists.
5985 * progmodes/cc-engine.el (c-back-over-member-initializers):
5986 new function.
5987 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
5988 (most) member init lists.
5989
59902013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5991
5992 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
5993 variable.
5994
59952013-04-30 Leo Liu <sdl.web@gmail.com>
5996
5997 * progmodes/octave.el (octave-variables): Remove. No builtin
5998 variables any more. All converted to functions.
5999 (octave-font-lock-keywords, octave-completion-at-point-function):
6000 Fix uses.
6001 (octave-font-lock-texinfo-comment): New user variable.
6002 (octave-texinfo-font-lock-keywords): New variable for texinfo
6003 comment block.
6004 (octave-function-comment-block): New face.
6005 (octave-font-lock-texinfo-comment): New function.
6006 (octave-mode): Font lock texinfo comment block.
6007
60082013-04-29 Leo Liu <sdl.web@gmail.com>
6009
6010 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
6011 indexing expression.
6012 (octave-continuation-string): Do not use \.
6013 (inferior-octave-complete-impossible): Remove.
6014 (inferior-octave-completion-table)
6015 (inferior-octave-completion-at-point): Remove its uses.
6016 (inferior-octave-startup): completion_matches was introduced to
6017 Octave in 1996 so safe to assume it.
6018 (octave-function-file-comment): Improve to follow how Octave does it.
6019 (octave-update-function-file-comment): Tweak.
6020
60212013-04-29 Leo Liu <sdl.web@gmail.com>
6022
6023 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
6024 (inferior-octave-startup): Remove inferior-octave-startup-hook.
6025 (octave-function-file-comment): Fix typo.
6026 (octave-sync-function-file-names): Use read-char-choice.
6027
60282013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
6029
6030 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
6031 to t for the less important warnings.
6032
60332013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6034
6035 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
6036
60372013-04-27 Glenn Morris <rgm@gnu.org>
6038
6039 * vc/log-view.el (log-view-current-entry):
6040 Treat "---" separator lines as part of the following rev. (Bug#14169)
6041
60422013-04-27 Juri Linkov <juri@jurta.org>
6043
6044 * subr.el (read-number): Doc fix about using it by interactive
6045 code letter `n'. (Bug#14254)
6046
60472013-04-27 Juri Linkov <juri@jurta.org>
6048
6049 * desktop.el (desktop-auto-save-timeout): New option.
6050 (desktop-file-checksum): New variable.
6051 (desktop-save): Add optional arg `auto-save' and don't auto-save
6052 if nothing changed.
6053 (desktop-auto-save-timer): New variable.
6054 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
6055 (after-init-hook): Call `desktop-auto-save-set-timer'.
6056 Suggested by Reuben Thomas <rrt@sc3d.org> in
6057 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
6058
60592013-04-27 Leo Liu <sdl.web@gmail.com>
6060
6061 * progmodes/octave.el (octave-function-file-p)
6062 (octave-skip-comment-forward, octave-function-file-comment)
6063 (octave-update-function-file-comment): New functions.
6064 (octave-mode-map): Bind C-c ; to
6065 octave-update-function-file-comment.
6066 (octave-mode-menu): Add octave-update-function-file-comment.
6067 (octave-mode, inferior-octave-mode): Fix doc-string.
6068 (octave-insert-defun): Conform to Octave's coding convention.
6069 (Bug#14285)
6070
6071 * files.el (basic-save-buffer): Don't let errors in
6072 before-save-hook prevent saving buffer.
6073
60742013-04-20 Roland Winkler <winkler@gnu.org>
6075
6076 * faces.el (read-face-name): Use completing-read if arg multiple
6077 is nil.
6078
60792013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
6080
6081 * ls-lisp.el (ls-lisp-insert-directory): If no files are
6082 displayed, move point to after the totals line.
6083 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
6084 for the details.
6085
60862013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * emacs-lisp/package.el (package-autoload-ensure-default-file):
6089 Add current dir to the load-path.
6090 (package-generate-autoloads): Don't rely on
6091 autoload-ensure-default-file.
6092
60932013-04-26 Reuben Thomas <rrt@sc3d.org>
6094
6095 * textmodes/remember.el (remember-store-in-files): Document that
6096 the file name format is passed to `format-time-string'.
6097
60982013-04-26 Leo Liu <sdl.web@gmail.com>
6099
6100 * progmodes/octave.el (octave-sync-function-file-names): New function.
6101 (octave-mode): Use it in before-save-hook.
6102
61032013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
6106 (bug#14274).
6107
6108 * progmodes/octave.el (octave-smie-forward-token): Properly skip
6109 \n and comment, even if it's not an implicit ; (bug#14218).
6110
61112013-04-26 Glenn Morris <rgm@gnu.org>
6112
6113 * subr.el (read-number): Once more use `read' rather than
6114 `string-to-number', to trap non-numeric input. (Bug#14254)
6115
61162013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
6117
6118 * emacs-lisp/syntax.el (syntax-propertize-multiline):
6119 Use `syntax-multiline' text property consistently instead of
6120 `font-lock-multiline'. (Bug#14237)
6121
61222013-04-26 Glenn Morris <rgm@gnu.org>
6123
6124 * emacs-lisp/shadow.el (list-load-path-shadows):
6125 No longer necessary to check for duplicate simple.el, since
6126 2012-07-07 change to init_lread to not include installation lisp
6127 directories in load-path when running uninstalled. (Bug#14270)
6128
61292013-04-26 Leo Liu <sdl.web@gmail.com>
6130
6131 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
6132 (octave-mode, inferior-octave-mode): Use setq-local.
6133 (octave-not-in-string-or-comment-p): Rename to
6134 octave-in-string-or-comment-p.
6135 (octave-in-comment-p, octave-in-string-p)
6136 (octave-in-string-or-comment-p): Replace defsubst with defun.
6137
61382013-04-25 Paul Eggert <eggert@cs.ucla.edu>
6139
6140 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
6141
61422013-04-25 Bastien Guerry <bzg@gnu.org>
6143
6144 * textmodes/remember.el (remember-data-directory)
6145 (remember-directory-file-name-format): Fix custom types.
6146
61472013-04-25 Leo Liu <sdl.web@gmail.com>
6148
6149 * progmodes/octave.el (octave-completion-at-point-function):
6150 Make use of inferior octave process.
6151 (octave-initialize-completions): Remove.
6152 (inferior-octave-completion-table): New function.
6153 (inferior-octave-completion-at-point): Use it.
6154 (octave-completion-alist): Remove.
6155
61562013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * progmodes/opascal.el: Use font-lock and syntax-propertize.
6159 (opascal-mode-syntax-table): New var.
6160 (opascal-literal-kind, opascal-is-literal-end)
6161 (opascal-literal-token-at): Rewrite.
6162 (opascal--literal-start-re, opascal-font-lock-keywords)
6163 (opascal--syntax-propertize): New constants.
6164 (opascal-font-lock-defaults): Adjust.
6165 (opascal-mode): Use them. Set comment-<foo> variables as well.
6166 (delphi-comment-face, opascal-comment-face, delphi-string-face)
6167 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
6168 (delphi-other-face, opascal-other-face): Remove face variables.
6169 (opascal-save-state): Remove macro.
6170 (opascal-fontifying-progress-step): Remove constant.
6171 (opascal--ignore-changes): Remove var.
6172 (opascal-set-token-property, opascal-parse-next-literal)
6173 (opascal-is-stable-literal, opascal-complete-literal)
6174 (opascal-is-literal-start, opascal-face-of)
6175 (opascal-parse-region, opascal-parse-region-until-stable)
6176 (opascal-fontify-region, opascal-after-change)
6177 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
6178 (opascal-debug-parse-region, opascal-debug-parse-window)
6179 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
6180 (opascal-debug-fontify-buffer): Remove.
6181 (opascal-debug-mode-map): Adjust accordingly.
6182
61832013-04-25 Leo Liu <sdl.web@gmail.com>
6184
6185 Merge octave-mod.el and octave-inf.el into octave.el with some
6186 cleanups.
6187 * progmodes/octave.el: New file renamed from octave-mod.el.
6188 * progmodes/octave-inf.el: Merged into octave.el.
6189 * progmodes/octave-mod.el: Renamed to octave.el.
6190
61912013-04-25 Tassilo Horn <tsdh@gnu.org>
6192
6193 * textmodes/reftex-vars.el
6194 (reftex-label-ignored-macros-and-environments): New defcustom.
6195
6196 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
6197
61982013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
6201 (smie-indent-keyword): Improve the check to ensure that the next
6202 comment is really on the same line.
6203 (smie-indent-comment): Don't align with a subsequent closer (or eob).
6204
6205 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
6206 semi-colons if the line is not otherwise empty (bug#14218).
6207
62082013-04-25 Glenn Morris <rgm@gnu.org>
6209
6210 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
6211
62122013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 * progmodes/opascal.el (opascal-set-token-property): Rename from
6215 opascal-set-text-properties and only set `token' (bug#14134).
6216 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
6217 (opascal-literal-text-properties): Remove.
6218 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
6219 Adjust callers.
6220
62212013-04-24 Reuben Thomas <rrt@sc3d.org>
6222
6223 * textmodes/remember.el (remember-handler-functions): Add an
6224 option for a new handler `remember-store-in-files'.
6225 (remember-data-directory, remember-directory-file-name-format):
6226 New options.
6227 (remember-store-in-files): New function to store remember notes
6228 as separate files within a directory.
6229
62302013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
6231
6232 * progmodes/compile.el (compilation-next-error-function):
6233 Pass "formats" to compilation-find-file (bug#11777).
6234
62352013-04-24 Glenn Morris <rgm@gnu.org>
6236
6237 * vc/vc-bzr.el (vc-bzr-print-log):
6238 * vc/vc-hg.el (vc-hg-print-log):
6239 * vc/vc-svn.el (vc-svn-print-log):
6240 Fix START-REVISION with LIMIT != 1. (Bug#14168)
6241
6242 * vc/vc-bzr.el (vc-bzr-print-log):
6243 * vc/vc-cvs.el (vc-cvs-print-log):
6244 * vc/vc-git.el (vc-git-print-log):
6245 * vc/vc-hg.el (vc-hg-print-log):
6246 * vc/vc-mtn.el (vc-mtn-print-log):
6247 * vc/vc-rcs.el (vc-rcs-print-log):
6248 * vc/vc-sccs.el (vc-sccs-print-log):
6249 * vc/vc-svn.el (vc-svn-print-log):
6250 * vc/vc.el (vc-print-log-internal): Doc fixes.
6251
62522013-04-23 Glenn Morris <rgm@gnu.org>
6253
6254 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
6255 Remove venerable code attempting to avoid substitute-command-keys.
6256
62572013-04-23 Tassilo Horn <tsdh@gnu.org>
6258
6259 * textmodes/reftex-vars.el (reftex-label-regexps):
6260 Call `reftex-compile-variables' after changes to this variable.
6261
62622013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
6265 Use lexical-binding.
6266 (jit-lock-force-redisplay): Use markers, check buffer's continued
6267 existence and beware narrowed buffers.
6268 (jit-lock-fontify-now): Adjust call accordingly.
6269
62702013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
6273 to avoid misleading the user.
6274
62752013-04-22 Leo Liu <sdl.web@gmail.com>
6276
6277 * info-look.el: Prefer latex2e.info. (Bug#14240)
6278
62792013-04-22 Michael Albinus <michael.albinus@gmx.de>
6280
6281 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
6282
6283 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
6284 * net/tramp.el (tramp-call-process): ... here.
6285 (tramp-set-completion-function, tramp-parse-putty):
6286 * net/tramp-adb.el (tramp-adb-execute-adb-command):
6287 * net/tramp-gvfs.el (tramp-gvfs-send-command):
6288 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6289 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
6290 (tramp-call-local-coding-command): Use `tramp-call-process'
6291 instead of `tramp-compat-call-process'.
6292
6293 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
6294 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
6295 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
6296 (tramp-find-inline-compress): Improve traces.
6297 (tramp-maybe-send-script): Check for Perl binary.
6298 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
6299
63002013-04-22 Daiki Ueno <ueno@gnu.org>
6301
6302 * epg.el (epg-context-pinentry-mode): New function.
6303 (epg-context-set-pinentry-mode): New function.
6304 (epg--start): Pass --pinentry-mode option to gpg command.
6305
63062013-04-21 Xue Fuqiao <xfq.free@gmail.com>
6307
6308 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
6309 `comint-dynamic-complete' is obsolete since 24.1, replaced by
6310 `completion-at-point'. (Bug#13774)
6311
6312 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
6313 default key binding for `describe-distribution' has been moved to
6314 `C-h C-o'. (Bug#13970)
6315
63162013-04-21 Glenn Morris <rgm@gnu.org>
6317
6318 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
6319 Add doc strings.
6320 (vc-print-log): Clarify interactive prompt.
6321
63222013-04-20 Glenn Morris <rgm@gnu.org>
6323
6324 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6325 No longer include timestamp etc information.
6326
63272013-04-20 Roland Winkler <winkler@gnu.org>
6328
6329 * faces.el (read-face-name): Bug fix, return just one face if arg
6330 multiple is nil. (Bug#14209)
6331
63322013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
6335 (remove-function): Autoload.
6336
6337 * comint.el (comint-redirect-original-filter-function): Remove.
6338 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
6339 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
6340 (vc-cvs-annotate-command):
6341 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
6342 * progmodes/prolog.el (prolog-consult-compile):
6343 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
6344 Use add/remove-function instead.
6345 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
6346 (gud-tooltip-process-output, gud-tooltip-tips):
6347 Use add/remove-function instead.
6348 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
6349 (scheme-interaction-mode, exit-scheme-interaction-mode):
6350 Use add/remove-function instead.
6351
6352 * vc/vc-dispatcher.el: Use lexical-binding.
6353 (vc--process-sentinel): Rename from vc-process-sentinel.
6354 Change last arg to be the code to run. Don't use vc-previous-sentinel
6355 and vc-sentinel-commands any more.
6356 (vc-exec-after): Allow code to be a function. Use add/remove-function.
6357 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
6358
63592013-04-19 Masatake YAMATO <yamato@redhat.com>
6360
6361 * progmodes/sh-script.el (sh-imenu-generic-expression):
6362 Handle function names with a single character. (Bug#14111)
6363
63642013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
6365
6366 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
6367 for subroutines defined in an eval (bug#14182).
6368
63692013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6370
6371 * bookmark.el (bookmark-completing-read): Improve handling of empty
6372 string (bug#14176).
6373
63742013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
6377
63782013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
6379
6380 New faster Imenu implementation (bug#14058).
6381 * progmodes/python.el:
6382 (python-imenu-prev-index-position):
6383 (python-imenu-format-item-label-function)
6384 (python-imenu-format-parent-item-label-function)
6385 (python-imenu-format-parent-item-jump-label-function):
6386 New vars.
6387 (python-imenu-format-item-label)
6388 (python-imenu-format-parent-item-label)
6389 (python-imenu-format-parent-item-jump-label)
6390 (python-imenu--put-parent, python-imenu--build-tree)
6391 (python-imenu-create-index, python-imenu-create-flat-index)
6392 (python-util-popn): New functions.
6393 (python-mode): Set imenu-create-index-function to
6394 python-imenu-create-index.
6395
63962013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * winner.el (winner-active-region): Use region-active-p, activate-mark
6399 and deactivate-mark (bug#14225).
6400
6401 * simple.el (deactivate-mark): Don't inline it.
6402
64032013-04-18 Michael Albinus <michael.albinus@gmx.de>
6404
6405 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
6406
64072013-04-18 Tassilo Horn <tsdh@gnu.org>
6408
6409 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
6410 file extensions from the archive-mode entry in order to prefer
6411 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
6412
64132013-04-18 Leo Liu <sdl.web@gmail.com>
6414
6415 * bindings.el (help-event-list): Add ?\?.
6416
64172013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * subr.el (with-wrapper-hook): Declare obsolete.
6420 * simple.el (filter-buffer-substring-function): New hook.
6421 (filter-buffer-substring): Use it.
6422 (filter-buffer-substring-functions): Mark obsolete.
6423 * minibuffer.el (completion-in-region-function): New hook.
6424 (completion-in-region): Use it.
6425 (completion-in-region-functions): Mark obsolete.
6426 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
6427 * abbrev.el (abbrev-expand-function): New hook.
6428 (expand-abbrev): Use it.
6429 (abbrev-expand-functions): Mark obsolete.
6430 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
6431 and :filter-return.
6432
64332013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6434
6435 * progmodes/python.el (python-nav--syntactically): Fix cornercases
6436 and do not care about match data.
6437
64382013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
6441 completion tables when completing error conditions and
6442 `declare' arguments.
6443 (lisp-complete-symbol, field-complete): Mark as obsolete.
6444 (check-parens): Unmatched parens are user errors.
6445 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
6446
64472013-04-17 Michal Nazarewicz <mina86@mina86.com>
6448
6449 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
6450 command changed buffer (ie. `flyspell-pre-buffer' is not current
6451 buffer), which prevents making decisions based on invalid value of
6452 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
6453 cause an error when `flyspell-pre-point' was nil after switching
6454 buffers.
6455 (flyspell-post-command-hook): No longer needs to change buffers when
6456 checking pre-word. While at it remove unnecessary progn.
6457
64582013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
6459
6460 * textmodes/ispell.el (ispell-add-per-file-word-list):
6461 Fix `flyspell-correct-word-before-point' error when accepting
6462 words and `coment-padding' is an integer by using
6463 `comment-normalize-vars' (Bug #14214).
6464
64652013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6466
6467 New defun movement commands.
6468 * progmodes/python.el (python-nav--syntactically)
6469 (python-nav--forward-defun, python-nav-backward-defun)
6470 (python-nav-forward-defun): New functions.
6471
64722013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6473
6474 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
6475 (python-syntax-context): Use named compiler-macro for backwards
6476 compatibility with Emacs 24.x.
6477
64782013-04-17 Leo Liu <sdl.web@gmail.com>
6479
6480 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
6481 octave-hide-process-buffer.
6482
64832013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
6486 (bug#14216).
6487
64882013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
6489
6490 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
6491 Fix adjustment of offset when receiving incomplete responses from GDB
6492 (bug#14129).
6493
64942013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
6497 python-mode-abbrev-table.
6498 (python-skeleton-define): Adjust accordingly.
6499 (python-mode-abbrev-table): New table that inherits from it so that
6500 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
6501
6502 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
6503 (abbrev-symbol): Use it.
6504 (abbrev--before-point): Use it since we already handle inheritance.
6505
65062013-04-16 Leo Liu <sdl.web@gmail.com>
6507
6508 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
6509 binding to info-lookup-symbol.
6510
65112013-04-16 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * minibuffer.el (completion--twq-all):
6514 * term/ns-win.el (ns-initialize-window-system):
6515 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
6516
65172013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
6520 global bindings.
6521
6522 * doc-view.el (doc-view-start-process): Handle url-handler directories.
6523
65242013-04-15 Dmitry Gutov <dgutov@yandex.ru>
6525
6526 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
6527 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
6528 to nil.
6529 (ruby-end-of-defun): Remove the unused arg, change the docstring
6530 to reflect that this function is only used as the value of
6531 `end-of-defun-function'.
6532 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
6533 to reflect an earlier change that beginning/end-of-defun functions
6534 jump between methods in a class definition, as well as top-level
6535 functions.
6536
65372013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * minibuffer.el (minibuffer-complete): Don't just scroll
6540 a *Completions* that's been iconified.
6541 (minibuffer-force-complete): Make sure repetitions do cycle when going
6542 through completion-in-region -> minibuffer-complete.
6543
65442013-04-15 Alan Mackenzie <acm@muc.de>
6545
6546 Correct the placement of c-cpp-delimiters when there're #s not at
6547 col 0.
6548
6549 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
6550 place a submatch around the #.
6551 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
6552 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
6553 on the #, not BOL.
6554
65552013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * emacs-lisp/nadvice.el: Properly test names when adding advice.
6558 (advice--member-p): New arg `name'.
6559 (advice--add-function, advice-member-p): Use it (bug#14202).
6560
65612013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
6562
6563 Reformulate java imenu-generic-expression.
6564 The old expression contained ill formed regexps.
6565
6566 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
6567 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
6568 (cc-imenu-java-method-arg-regexp): New defconsts.
6569 (cc-imenu-java-build-type-args-regex): New defun.
6570 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
6571 handling of spaces in the regexp.
6572
65732013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6574
6575 * textmodes/ispell.el (ispell-command-loop): Remove
6576 flyspell highlight of a word when ispell accepts it (bug #14178).
6577
65782013-04-15 Michael Albinus <michael.albinus@gmx.de>
6579
6580 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
6581 uses code from the previous `ange-ftp-run-real-handler'.
6582 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
6583 only in case that function exist. This is needed for proper
6584 unloading of Tramp.
6585
65862013-04-15 Tassilo Horn <tsdh@gnu.org>
6587
6588 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
6589
6590 * textmodes/reftex.el (reftex-compile-variables): Use it.
6591
65922013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * files.el (normal-mode): Only use default major-mode if no other mode
6595 was specified.
6596
6597 * emacs-lisp/trace.el (trace-values): New function.
6598
6599 * files.el: Allow : in local variables (bug#14089).
6600 (hack-local-variable-regexp): New var.
6601 (hack-local-variables-prop-line, hack-local-variables): Use it.
6602
66032013-04-13 Roland Winkler <winkler@gnu.org>
6604
6605 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
6606 data before it gets modified by bibtex-beginning-of-entry.
6607
66082013-04-13 Roland Winkler <winkler@gnu.org>
6609
6610 * textmodes/bibtex.el (bibtex-url): Doc fix.
6611
66122013-04-13 Roland Winkler <winkler@gnu.org>
6613
6614 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
6615 does not visit a BibTeX file, exclude it from the list of buffers
6616 returned by bibtex-initialize.
6617
66182013-04-13 Stephen Berman <stephen.berman@gmx.net>
6619
6620 * window.el (split-window): Remove interactive form, since as a
6621 command this function is a special case of split-window-below.
6622 Correct doc string.
6623
66242013-04-12 Roland Winkler <winkler@gnu.org>
6625
6626 * faces.el (read-face-name): Do not override value of arg default.
6627 Allow single faces and strings as default values. Remove those
6628 elements from return value that are not faces.
6629 (describe-face): Simplify.
6630 (face-at-point): New optional args thing and multiple so that this
6631 function can provide the same functionality previously provided by
6632 read-face-name.
6633 (make-face-bold, make-face-unbold, make-face-italic)
6634 (make-face-unitalic, make-face-bold-italic, invert-face)
6635 (modify-face, read-face-and-attribute): Use face-at-point.
6636
6637 * cus-edit.el (customize-face, customize-face-other-window)
6638 * cus-theme.el (custom-theme-add-face)
6639 * face-remap.el (buffer-face-set)
6640 * facemenu.el (facemenu-set-face): Use face-at-point.
6641
66422013-04-12 Michael Albinus <michael.albinus@gmx.de>
6643
6644 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
6645
66462013-04-10 Tassilo Horn <tsdh@gnu.org>
6647
6648 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
6649 off leading { and trailing } from field values.
6650
66512013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * emacs-lisp/timer.el (timer--check): New function.
6654 (timer--time, timer-set-function, timer-event-handler): Use it.
6655 (timer-set-idle-time): Simplify.
6656 (timer--activate): CSE.
6657 (timer-event-handler): Give more info in error message.
6658 (internal-timer-start-idle): New function, moved from C.
6659
6660 * mpc.el (mpc-proc): Add `restart' argument.
6661 (mpc-proc-cmd): Use it.
6662 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
6663 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
6664 less often.
6665
66662013-04-10 Masatake YAMATO <yamato@redhat.com>
6667
6668 * progmodes/sh-script.el: Implement `sh-mode' own
6669 `add-log-current-defun-function' (bug#14112).
6670 (sh-current-defun-name): New function.
6671 (sh-mode): Use the function.
6672
66732013-04-09 Bastien Guerry <bzg@gnu.org>
6674
6675 * simple.el (choose-completion-string): Fix docstring (bug#14163).
6676
66772013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
6680
6681 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
6682 timer (bug#14156).
6683
66842013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
6685
6686 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
6687 declaration.
6688
66892013-04-07 Leo Liu <sdl.web@gmail.com>
6690
6691 * pcmpl-x.el: New file.
6692
66932013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
6694
6695 Do not set x-display-name until X connection is established.
6696 This is needed to prevent from weird situation described at
6697 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
6698 * frame.el (make-frame): Set x-display-name after call to
6699 window system initialization function, not before.
6700 * term/x-win.el (x-initialize-window-system): Add optional
6701 display argument and use it.
6702 * term/w32-win.el (w32-initialize-window-system):
6703 * term/ns-win.el (ns-initialize-window-system):
6704 * term/pc-win.el (msdos-initialize-window-system):
6705 Add compatible optional display argument.
6706
67072013-04-06 Eli Zaretskii <eliz@gnu.org>
6708
6709 * files.el (normal-backup-enable-predicate): On MS-Windows and
6710 MS-DOS compare truenames of temporary-file-directory and of the
6711 file, so that 8+3 aliases (usually found in $TEMP on Windows)
6712 don't fail comparison by compare-strings. Also, compare file
6713 names case-insensitively on MS-Windows and MS-DOS.
6714
67152013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
6718 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
6719
67202013-04-05 Dmitry Gutov <dgutov@yandex.ru>
6721
6722 * whitespace.el (whitespace-color-on, whitespace-color-off):
6723 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
6724
67252013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
6726
6727 * ispell.el (ispell-set-spellchecker-params):
6728 Really set `ispell-args' for all equivs.
6729
67302013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * ido.el (ido-completions): Use extra elements of ido-decorations
6733 (bug#14143).
6734 (ido-decorations): Update docstring.
6735
67362013-04-05 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6739 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
6740 nil during initialization, in order not to miss changes since the
6741 file was opened. (Bug#14140)
6742
67432013-04-05 Leo Liu <sdl.web@gmail.com>
6744
6745 * kmacro.el (kmacro-call-macro): Fix bug#14135.
6746
67472013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
6748
6749 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
6750
67512013-04-04 Glenn Morris <rgm@gnu.org>
6752
6753 * electric.el (electric-pair-inhibit-predicate): Add :version.
6754
67552013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
6758 when a package is required several times (bug#14082).
6759
67602013-04-04 Roland Winkler <winkler@gnu.org>
6761
6762 * faces.el (read-face-name): Behave as promised by the docstring.
6763 Assume that arg default is a list of faces.
6764 (describe-face): Call read-face-name with list of default faces.
6765
67662013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6767
6768 * bookmark.el: Fix deletion of bookmarks (bug#13972).
6769 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
6770 (bookmark-bmenu-execute-deletions): Only skip first line if it's
6771 the header.
6772 (bookmark-exit-hook-internal): Save even if list is empty.
6773
67742013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
6775
6776 * emacs-lisp/package.el (package-pinned-packages): New var.
6777 (package--add-to-archive-contents): Obey it (bug#14118).
6778
67792013-04-03 Alan Mackenzie <acm@muc.de>
6780
6781 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
6782 Also adapt to the new values of element 7 of a parse state.
6783
6784 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
6785 parameter `not-in-delimiter'. Handle being inside comment opener.
6786 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
6787 character in case we're typing a '*' after a '/'.
6788 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
6789 instead by passing the parameter to c-state-pp-to-literal.
6790
6791 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
6792 for elt. 7 of a parse state.
6793
67942013-04-01 Paul Eggert <eggert@cs.ucla.edu>
6795
6796 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
6797 * international/latin1-disp.el, international/mule-util.el:
6798 * language/cyril-util.el, language/european.el, language/ind-util.el:
6799 * language/lao-util.el, language/thai.el, language/tibet-util.el:
6800 * language/tibetan.el, language/viet-util.el:
6801 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
6802
68032013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
6806 (electric-pair-post-self-insert-function): Use it.
6807 (electric-pair-default-inhibit): New function, extracted from
6808 electric-pair-post-self-insert-function.
6809
68102013-03-31 Roland Winkler <winkler@gnu.org>
6811
6812 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
6813
68142013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
6817
68182013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
6819
6820 Un-indent after "pass" and "return" statements (Bug#13888)
6821 * progmodes/python.el (python-indent-block-enders): New var.
6822 (python-indent-calculate-indentation): Use it.
6823
68242013-03-30 Michael Albinus <michael.albinus@gmx.de>
6825
6826 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
6827 defun. Defining it as defalias could introduce too eager
6828 byte-compiler optimization. (Bug#14030)
6829
68302013-03-30 Chong Yidong <cyd@gnu.org>
6831
6832 * iswitchb.el (iswitchb-read-buffer): Fix typo.
6833
68342013-03-30 Leo Liu <sdl.web@gmail.com>
6835
6836 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
6837 (kmacro-execute-from-register): Pass the keyboard macro to
6838 kmacro-call-macro or repeating won't work correctly.
6839
68402013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
6841
6842 * progmodes/subword.el: Back to using `forward-symbol'.
6843
6844 * subr.el (forward-whitespace, forward-symbol)
6845 (forward-same-syntax): Move from thingatpt.el.
6846
68472013-03-29 Leo Liu <sdl.web@gmail.com>
6848
6849 * kmacro.el (kmacro-to-register): New command.
6850 (kmacro-execute-from-register): New function.
6851 (kmacro-keymap): Bind to 'x'. (Bug#14071)
6852
68532013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * mpc.el: Use defvar-local and setq-local.
6856 (mpc--proc-connect): Connection failures are not bugs.
6857 (mpc-mode-map): `follow-link' only applies to the buffer's content.
6858 (mpc-volume-map): Bind to the up-events.
6859
68602013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6861
6862 * progmodes/subword.el (superword-mode): Use `forward-sexp'
6863 instead of `forward-symbol'.
6864
68652013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
6868 (edebug--recursive-edit): Use it.
6869 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
6870 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
6871
68722013-03-28 Leo Liu <sdl.web@gmail.com>
6873
6874 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
6875
68762013-03-27 Eli Zaretskii <eliz@gnu.org>
6877
6878 * facemenu.el (list-colors-callback): New defvar.
6879 (list-colors-redisplay): New function.
6880 (list-colors-display): Install list-colors-redisplay as the
6881 revert-buffer-function. (Bug#14063)
6882
68832013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
6886 and suffixes don't overlap (bug#14061).
6887
6888 * case-table.el: Use lexical-binding.
6889 (case-table-get-table): New function.
6890 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
6891
68922013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6893
6894 * progmodes/subword.el: Add `superword-mode' to do word motion
6895 over symbol_words (parallels and leverages `subword-mode' which
6896 does word motion inside MixedCaseWords).
6897
68982013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
6899
6900 * eshell/em-unix.el: Move su and sudo to...
6901 * eshell/em-tramp.el: ...Eshell tramp module.
6902
69032013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
6906 Change return value to be a sexp. Delay `get-buffer' to after
6907 restoring the desktop (bug#13951).
6908
69092013-03-26 Leo Liu <sdl.web@gmail.com>
6910
6911 * register.el: Move semantic tag handling back to
6912 cedet/semantic/senator.el. (Bug#14052)
6913
69142013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
6917 into the prompt either (bug#13963).
6918
69192013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
6922 part of "(error-foo)".
6923
69242013-03-24 Juri Linkov <juri@jurta.org>
6925
6926 * replace.el (list-matching-lines-prefix-face): New defcustom.
6927 (occur-1): Pass `list-matching-lines-prefix-face' to the function
6928 `occur-engine' if `face-differs-from-default-p' returns t.
6929 (occur-engine): Add `,' inside backquote construct to evaluate
6930 `prefix-face'. Propertize the prefix with the `prefix-face' face.
6931 Pass `prefix-face' to the functions `occur-context-lines' and
6932 `occur-engine-add-prefix'.
6933 (occur-engine-add-prefix, occur-context-lines): Add optional arg
6934 `prefix-face' and propertize the prefix with `prefix-face'.
6935 (Bug#14017)
6936
69372013-03-24 Leo Liu <sdl.web@gmail.com>
6938
6939 * nxml/rng-valid.el (rng-validate-while-idle)
6940 (rng-validate-quick-while-idle): Guard against deleted buffer.
6941 (Bug#13999)
6942
6943 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
6944 is the last entry in kill-buffer-hook.
6945
6946 * files.el (kill-buffer-hook): Doc fix.
6947
69482013-03-23 Dmitry Gutov <dgutov@yandex.ru>
6949
6950 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
6951 Make it safe-local.
6952
6953 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
6954
69552013-03-23 Leo Liu <sdl.web@gmail.com>
6956
6957 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
6958 Remove.
6959
6960 * nxml/rng-valid.el (rng-validate-mode)
6961 (rng-after-change-function, rng-do-some-validation):
6962 * nxml/rng-maint.el (rng-validate-buffer):
6963 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
6964 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
6965 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
6966 (nxml-extend-after-change-region): Use with-silent-modifications.
6967
6968 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
6969 timer-idle-list.
6970
6971 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
6972 (rng-next-error-1, rng-previous-error-1): Do not let-bind
6973 timer-idle-list. (Bug#13999)
6974
69752013-03-23 Juri Linkov <juri@jurta.org>
6976
6977 * info.el (info-index-match): New face.
6978 (Info-index, Info-apropos-matches): Add a nested subgroup to the
6979 main pattern and add text properties with the new face to matches
6980 in index entries relative to the beginning of the index entry.
6981 (Bug#14015)
6982
69832013-03-21 Eric Ludlam <zappo@gnu.org>
6984
6985 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
6986 Inhibit read only while inserting objects.
6987
69882013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
6989
6990 * progmodes/cfengine.el: Update docs to mention
6991 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
6992 symbol motion. Remove "_" from the word syntax.
6993
69942013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
6995
6996 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
6997 syntax for both `cfengine2-mode' and `cfengine3-mode'.
6998
69992013-03-20 Juri Linkov <juri@jurta.org>
7000
7001 * info.el (Info-next-reference-or-link)
7002 (Info-prev-reference-or-link): New functions.
7003 (Info-next-reference, Info-prev-reference): Use them.
7004 (Info-try-follow-nearest-node): Handle footnote navigation.
7005 (Info-fontify-node): Fontify footnotes. (Bug#13989)
7006
70072013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
7010 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
7011
70122013-03-20 Paul Eggert <eggert@cs.ucla.edu>
7013
7014 Suppress unnecessary non-ASCII chatter during build process.
7015 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
7016 (batch-skkdic-convert): Suppress most of the chatter.
7017 It's not needed so much now that machines are faster,
7018 and its non-ASCII component was confusing; see Dmitry Gutov in
7019 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
7020
70212013-03-20 Leo Liu <sdl.web@gmail.com>
7022
7023 * ido.el (ido-chop): Fix bug#10994.
7024
70252013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7026
7027 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
7028 Remove vars.
7029 (whitespace-color-on, whitespace-color-off):
7030 Use `font-lock-fontify-buffer' (Bug#13817).
7031
70322013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7033
7034 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
7035 remapping in mode-line.
7036 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
7037
70382013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7039
7040 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
7041 value for `whitespace-line' face (Bug#13875).
7042 (whitespace-font-lock-keywords): Change description.
7043 (whitespace-color-on): Don't save `font-lock-keywords' value, save
7044 the constructed keywords instead.
7045 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
7046
70472013-03-19 Leo Liu <sdl.web@gmail.com>
7048
7049 * progmodes/compile.el (compilation-display-error): New command.
7050 (compilation-mode-map, compilation-minor-mode-map): Bind it to
7051 C-o. (Bug#13992)
7052
70532013-03-18 Paul Eggert <eggert@cs.ucla.edu>
7054
7055 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
7056
70572013-03-18 Jan Djärv <jan.h.d@swipnet.se>
7058
7059 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
7060
70612013-03-18 Michael Albinus <michael.albinus@gmx.de>
7062
7063 * net/tramp-compat.el (tramp-compat-user-error): New defun.
7064
7065 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7066 * net/tramp-gvfs.el (top):
7067 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
7068 (tramp-handle-shell-command): Use it.
7069 (tramp-dissect-file-name): Raise an error when hostname is a
7070 method name, and neither method nor user is specified.
7071
7072 * net/trampver.el: Update release number.
7073
70742013-03-18 Leo Liu <sdl.web@gmail.com>
7075
7076 Make sure eldoc can be turned off properly.
7077 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
7078 eldoc-mode.
7079 (eldoc-display-message-p): Revert last change.
7080 (eldoc-display-message-no-interference-p)
7081 (eldoc-print-current-symbol-info): Tweak.
7082
70832013-03-18 Tassilo Horn <tsdh@gnu.org>
7084
7085 * doc-view.el (doc-view-new-window-function): Check the new window
7086 overlay's display property instead the char property of the
7087 buffer's first char. Use `with-selected-window' instead of
7088 `save-window-excursion' with `select-window'.
7089 (doc-view-document->bitmap): Check the current doc-view overlay's
7090 display property instead the char property of the buffer's first char.
7091
70922013-03-18 Paul Eggert <eggert@cs.ucla.edu>
7093
7094 Automate the build of ja-dic.el (Bug#13984).
7095 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
7096 from the input, rather than assume that it's been done for us by the
7097 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
7098 the current date into a ja-dic.el comment, as that complicates
7099 regression testing.
7100
71012013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * whitespace.el: Fix double evaluation.
7104 (whitespace-space, whitespace-hspace, whitespace-tab)
7105 (whitespace-newline, whitespace-trailing, whitespace-line)
7106 (whitespace-space-before-tab, whitespace-indentation)
7107 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
7108 obsolete defvars.
7109 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
7110 (whitespace-color-on): Use a single font-lock-add-keywords call.
7111 Fix double-evaluation of face variables.
7112
71132013-03-17 Michael Albinus <michael.albinus@gmx.de>
7114
7115 * net/tramp-adb.el (tramp-adb-parse-device-names):
7116 Use `start-process' instead of `call-process'. Otherwise, the
7117 function might be blocked under MS Windows. (Bug#13299)
7118
71192013-03-17 Leo Liu <sdl.web@gmail.com>
7120
7121 Extend eldoc to display info in the mode-line. (Bug#13978)
7122 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
7123 (eldoc-mode-line-string): New variable.
7124 (eldoc-minibuffer-message): New function.
7125 (eldoc-message-function): New variable.
7126 (eldoc-message): Use it.
7127 (eldoc-display-message-p)
7128 (eldoc-display-message-no-interference-p):
7129 Support eldoc-post-insert-mode.
7130
7131 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
7132 (eval-expression): Run it.
7133
71342013-03-17 Roland Winkler <winkler@gnu.org>
7135
7136 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
7137 strings in the list of return values.
7138
71392013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
7140
7141 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
7142 radix before checking for HMS forms.
7143
71442013-03-16 Leo Liu <sdl.web@gmail.com>
7145
7146 * progmodes/scheme.el: Add indentation and font-locking for λ.
7147 (Bug#13975)
7148
71492013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
7152 token before point (bug#13942).
7153
71542013-03-16 Leo Liu <sdl.web@gmail.com>
7155
7156 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
7157
71582013-03-16 Eli Zaretskii <eliz@gnu.org>
7159
7160 * startup.el (command-line-normalize-file-name): Fix handling of
7161 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
7162 <xfq.free@gmail.com> in
7163 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
7164
71652013-03-15 Michael Albinus <michael.albinus@gmx.de>
7166
7167 Sync with Tramp 2.2.7.
7168
7169 * net/trampver.el: Update release number.
7170
71712013-03-14 Tassilo Horn <tsdh@gnu.org>
7172
7173 * doc-view.el Fix bug#13887.
7174 (doc-view-insert-image): Don't modify overlay associated to
7175 non-live windows, and implement horizontal centering of image in
7176 case it's smaller than the window.
7177 (doc-view-new-window-function): Force redisplay of new windows on
7178 doc-view buffers.
7179
71802013-03-13 Karl Fogel <kfogel@red-bean.com>
7181
7182 * saveplace.el (save-place-alist-to-file): Don't sort
7183 `save-place-alist', just pretty-print it (bug#13882).
7184
71852013-03-13 Michael Albinus <michael.albinus@gmx.de>
7186
7187 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7188 Check whether `default-file-name-coding-system' is bound.
7189 It isn't in XEmacs.
7190
71912013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
7194 backquotes for `obsolete' (bug#13929).
7195
7196 * international/mule.el (find-auto-coding): Include file name in
7197 obsolescence warning (bug#13922).
7198
71992013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
7200
7201 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
7202 for CFEngine 3-specific indentation.
7203 (cfengine3-indent-line): Use it. Fix up category regex.
7204 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
7205
72062013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * type-break.el (type-break-file-name):
7209 * textmodes/remember.el (remember-data-file):
7210 * strokes.el (strokes-file):
7211 * shadowfile.el (shadow-initialize):
7212 * saveplace.el (save-place-file):
7213 * ps-bdf.el (bdf-cache-file):
7214 * progmodes/idlwave.el (idlwave-config-directory):
7215 * net/quickurl.el (quickurl-url-file):
7216 * international/kkc.el (kkc-init-file-name):
7217 * ido.el (ido-save-directory-list-file):
7218 * emulation/viper.el (viper-custom-file-name):
7219 * emulation/vip.el (vip-startup-file):
7220 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
7221 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
7222
72232013-03-12 Paul Eggert <eggert@cs.ucla.edu>
7224
7225 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
7226 * language/thai-word.el: Switch to UTF-8.
7227
7228See ChangeLog.16 for earlier changes.
7229
7230;; Local Variables:
7231;; coding: utf-8
7232;; End:
7233
7234 Copyright (C) 2011-2013 Free Software Foundation, Inc.
7235
7236 This file is part of GNU Emacs.
7237
7238 GNU Emacs is free software: you can redistribute it and/or modify
7239 it under the terms of the GNU General Public License as published by
7240 the Free Software Foundation, either version 3 of the License, or
7241 (at your option) any later version.
7242
7243 GNU Emacs is distributed in the hope that it will be useful,
7244 but WITHOUT ANY WARRANTY; without even the implied warranty of
7245 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7246 GNU General Public License for more details.
7247
7248 You should have received a copy of the GNU General Public License
7249 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.