* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
[bpt/emacs.git] / lisp / ChangeLog
... / ...
CommitLineData
12013-09-12 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4
5 * progmodes/octave.el (help-button-action): Declare.
6
7 * shell.el (shell-directory-tracker): Output error as a message
8 rather than just returning it as a string.
9 (shell-process-pushd): Remove useless use of message.
10
11 * dframe.el (dframe-timer-fn):
12 * files.el (dir-locals-read-from-file):
13 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
14 (mpc-format):
15 * reveal.el (reveal-post-command):
16 * saveplace.el (load-save-place-alist-from-file):
17 * shell.el (shell-resync-dirs):
18 * w32-common-fns.el (x-get-selection-value):
19 * emacs-lisp/copyright.el (copyright-find-copyright):
20 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
21 * emulation/tpu-edt.el (tpu-copy-keyfile):
22 * play/bubbles.el (bubbles--mark-neighbourhood):
23 * progmodes/executable.el
24 (executable-make-buffer-file-executable-if-script-p):
25 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
26
272013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 Cleanup Eshell to rely less on dynamic scoping.
30 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
31 last-value, and ext-command here. Bind `args' closer to `body'.
32 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
33 (eshell--args): Declare new dynamic var.
34 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
35 last-value, and ext-command. Pass `args' to `body'.
36 (eshell-process-args): Bind eshell--args.
37 (eshell-set-option): Use eshell--args.
38 * eshell/eshell.el (eshell): Use derived-mode-p.
39 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
40 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
41 (eshell-glob-function): Declare.
42 * eshell/esh-util.el: Require cl-lib.
43 (eshell-read-hosts-file): Avoid add-to-list.
44 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
45 `err'.
46 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
47 Declare.
48 (eshell/diff): Remove unused var `err'.
49 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
50 `killflag'.
51 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
52 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
53 first use.
54 * eshell/em-glob.el (eshell-glob-matches, message-shown):
55 Move declaration before first use.
56 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
57 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
58 rely on cl-return.
59
602013-09-12 Glenn Morris <rgm@gnu.org>
61
62 * term/ns-win.el (global-map): Remove binding for ispell-next,
63 deleted 1999-05-29. (Bug#15357)
64
652013-09-11 Glenn Morris <rgm@gnu.org>
66
67 * echistory.el (electric-command-history): Remove call to deleted func.
68
69 * play/landmark.el (landmark-mode): Fix typos.
70
71 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
72 Check cvs-sort-ignore-file is bound.
73
74 * savehist.el: No need for cl when compiling on Emacs.
75
762013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
79 (bug#15338).
80 (eshell-self-insert-command, eshell-send-invisible):
81 Remove unused argument.
82 (eshell-handle-control-codes): Remove unused var `orig'.
83 Avoid delete-backward-char.
84
85 * files.el (set-auto-mode): Simplify a bit further.
86
872013-09-11 Glenn Morris <rgm@gnu.org>
88
89 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
90 (set-auto-mode): Don't regexp-quote elements.
91 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
92 * progmodes/cc-mode.el (interpreter-mode-alist):
93 * progmodes/ruby-mode.el (interpreter-mode-alist):
94 Revert previous change.
95
962013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * play/snake.el (snake-mode):
99 * play/mpuz.el (mpuz-mode):
100 * play/landmark.el (lm-mode):
101 * play/blackbox.el (blackbox-mode):
102 * play/5x5.el (5x5-mode):
103 * obsolete/options.el (Edit-options-mode):
104 * net/quickurl.el (quickurl-list-mode):
105 * net/newst-treeview.el (newsticker-treeview-mode):
106 * mail/rmailsum.el (rmail-summary-mode):
107 * mail/mspools.el (mspools-mode):
108 * locate.el (locate-mode):
109 * ibuffer.el (ibuffer-mode):
110 * emulation/ws-mode.el (wordstar-mode):
111 * emacs-lisp/debug.el (debugger-mode):
112 * array.el (array-mode):
113 * net/eudc.el (eudc-mode): Use define-derived-mode.
114 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
115 Move initialization into declaration.
116 (mairix-searches-mode): Use define-derived-mode.
117 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
118 (eudc-edit-hotlist): Use dolist.
119 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
120 (Man-mode): Use define-derived-mode.
121 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
122 (Info-edit-mode): Use define-derived-mode.
123 (Info-cease-edit): Use Info-mode.
124 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
125 into declaration.
126 (eshell-mode): Use define-derived-mode.
127 * chistory.el (command-history-mode-map): Rename from
128 command-history-map.
129 (command-history-mode): Use define-derived-mode.
130 (Command-history-setup): Remove function.
131 * calc/calc.el (calc-trail-mode-map): New var.
132 (calc-trail-mode): Use define-derived-mode.
133 (calc-trail-buffer): Set calc-main-buffer manually.
134 * bookmark.el (bookmark-insert-annotation): New function.
135 (bookmark-edit-annotation): Use it.
136 (bookmark-edit-annotation-mode): Make it a proper major mode.
137 (bookmark-send-edited-annotation): Use derived-mode-p.
138 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
139 closer to its ideal place. Use \' to match EOS.
140
141 * profiler.el (profiler-calltree-find): Use function-equal.
142
1432013-09-10 Glenn Morris <rgm@gnu.org>
144
145 * files.el (interpreter-mode-alist): Convert to regexps.
146 (set-auto-mode): Adapt for this. (Bug#15306)
147 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
148 Comment out unused variable.
149 * progmodes/cc-mode.el (interpreter-mode-alist):
150 * progmodes/python.el (interpreter-mode-alist):
151 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
152 * progmodes/sh-script.el (sh-set-shell):
153 No longer use interpreter-mode-alist to get list of shells.
154
155 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
156
1572013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * simple.el: Use set-temporary-overlay-map for universal-argument.
160 (universal-argument-map): Don't use default-bindings (bug#15317).
161 Bind switch-frame explicitly. Replace universal-argument-minus with
162 a conditional binding.
163 (universal-argument-num-events, saved-overriding-map): Remove.
164 (restore-overriding-map): Remove.
165 (universal-argument--mode): Rename from save&set-overriding-map,
166 and rewrite.
167 (universal-argument, universal-argument-more, negative-argument)
168 (digit-argument): Adjust accordingly.
169 (universal-argument-minus): Remove.
170 (universal-argument-other-key): Remove.
171
172 * subr.el (with-demoted-errors): Add `format' argument.
173
1742013-09-10 Michael Albinus <michael.albinus@gmx.de>
175
176 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
177 `tramp-cleanup-connection'.
178
179 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
180 parameters KEEP-DEBUG and KEEP-PASSWORD.
181
182 * net/tramp.el (tramp-file-name-handler):
183 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
184 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
185 (tramp-maybe-open-connection):
186 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
187 Use `tramp-cleanup-connection'.
188
189 * net/tramp-sh.el (tramp-maybe-open-connection):
190 Catch 'uname-changed inside the progress reporter.
191
1922013-09-10 Glenn Morris <rgm@gnu.org>
193
194 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
195
196 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
197 returns "alternate access method" in mode (eg "-rw-r--r--.").
198
1992013-09-08 Glenn Morris <rgm@gnu.org>
200
201 * saveplace.el (load-save-place-alist-from-file):
202 Demote errors. (Bug#15305)
203
2042013-09-08 Michael Albinus <michael.albinus@gmx.de>
205
206 Improve compatibility with older Emacsen, and XEmacs.
207
208 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
209 only if it is bound. It isn't for XEmacs.
210 (with-tramp-progress-reporter): Do not let-bind `result'.
211 This yields to scoping errors in XEmacs.
212 (tramp-handle-make-auto-save-file-name): New function, moved from
213 tramp-sh.el.
214
215 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
216 for `make-auto-save-file-name'.
217 (tramp-adb--gnu-switches-to-ash):
218 Use `tramp-compat-replace-regexp-in-string'.
219
220 * net/tramp-cache.el (tramp-cache-print): Call
221 `substring-no-properties' only if it is bound. It isn't for XEmacs.
222
223 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
224 bound. It isn't for XEmacs.
225
226 * net/tramp-compat.el (tramp-compat-copy-file):
227 Catch `wrong-number-of-arguments' error.
228 (tramp-compat-replace-regexp-in-string): New defun.
229
230 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
231 for `make-auto-save-file-name'.
232 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
233 `copy-file'.
234 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
235 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
236 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
237
238 * net/tramp-gw.el (tramp-gw-open-network-stream):
239 Use `tramp-compat-replace-regexp-in-string'.
240
241 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
242 Call `tramp-handle-make-auto-save-file-name'.
243 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
244 (tramp-sh-file-gvfs-monitor-dir-process-filter)
245 (tramp-sh-file-inotifywait-process-filter):
246 Use `tramp-compat-replace-regexp-in-string'.
247 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
248
249 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
250 for `make-auto-save-file-name'.
251 (tramp-smb-handle-copy-directory):
252 Call `tramp-compat-replace-regexp-in-string'.
253 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
254 (tramp-smb-handle-copy-file): Improve error message.
255 (tramp-smb-handle-rename-file): Rename directly only in case
256 `newname' does not exist yet. This is a restriction of smbclient.
257 (tramp-smb-maybe-open-connection): Rerun the function only when
258 `auth-sources' is non-nil.
259
2602013-09-08 Kenichi Handa <handa@gnu.org>
261
262 * international/characters.el: Set category "^" (Combining) for
263 more characters.
264
2652013-09-07 Alan Mackenzie <acm@muc.de>
266
267 Correctly fontify Java class constructors.
268 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
269 in Java Mode.
270 (c-recognize-typeless-decls): Set the Java value to t.
271 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
272 While handling a "(", add a check for, effectively, Java, and handle a
273 "typeless" declaration there.
274
2752013-09-07 Roland Winkler <winkler@gnu.org>
276
277 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
278 field subtitle for entry type book.
279
2802013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * minibuffer.el: Make minibuffer-complete call completion-in-region
283 rather than other way around.
284 (completion--some, completion-pcm--find-all-completions):
285 Don't delay signals when debugging.
286 (minibuffer-completion-contents): Beware fields within the
287 minibuffer contents.
288 (completion-all-sorted-completions): Use defvar-local.
289 (completion--do-completion, completion--cache-all-sorted-completions)
290 (completion-all-sorted-completions, minibuffer-force-complete):
291 Add args `beg' and `end'.
292 (completion--in-region-1): New fun, extracted from minibuffer-complete.
293 (minibuffer-complete): Use completion-in-region.
294 (completion-complete-and-exit): New fun, extracted from
295 minibuffer-complete-and-exit.
296 (minibuffer-complete-and-exit): Use it.
297 (completion--complete-and-exit): Rename from
298 minibuffer--complete-and-exit.
299 (completion-in-region--single-word): New function, extracted from
300 minibuffer-complete-word.
301 (minibuffer-complete-word): Use it.
302 (display-completion-list): Make `common-substring' argument obsolete.
303 (completion--in-region): Call completion--in-region-1 instead of
304 minibuffer-complete.
305 (completion-help-at-point): Pass boundaries to
306 minibuffer-completion-help as args rather than via an overlay.
307 (completion-pcm--string->pattern): Use `any-delim'.
308 (completion-pcm--optimize-pattern): New function.
309 (completion-pcm--pattern->regex): Handle `any-delim'.
310 * icomplete.el (icomplete-forward-completions)
311 (icomplete-backward-completions, icomplete-completions):
312 Adjust calls to completion-all-sorted-completions and
313 completion--cache-all-sorted-completions.
314 (icomplete-with-completion-tables): Default to t.
315 * emacs-lisp/crm.el (crm--current-element): Rename from
316 crm--select-current-element. Don't put an overlay but return the
317 boundaries instead.
318 (crm--completion-command): Take two new args to bind to the boundaries.
319 (crm-completion-help): Adjust accordingly.
320 (crm-complete): Use completion-in-region.
321 (crm-complete-word): Use completion-in-region--single-word.
322 (crm-complete-and-exit): Use completion-complete-and-exit.
323
3242013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
327 than dynamically.
328
3292013-09-06 Juri Linkov <juri@jurta.org>
330
331 * info.el (Info-display-images-node): When image file doesn't exist
332 display text version of the image if it's provided in the Info file.
333 Otherwise, display the location of missing image from SRC attribute.
334 Add help-echo text property from ALT attribute. (Bug#15279)
335
3362013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
339 (edit-abbrevs-mode): Use define-derived-mode.
340
341 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
342 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
343 that it's defined.
344 (epa-key-list-mode, epa-key-mode, epa-info-mode):
345 Use define-derived-mode.
346
347 * epg.el (epg-start-encrypt): Minor CSE simplification.
348
3492013-09-06 William Xu <william.xwl@gmail.com>
350
351 * arc-mode.el: Add support for 7za (bug#15264).
352 (archive-7z-program): New var.
353 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
354 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
355 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
356
3572013-09-06 Michael Albinus <michael.albinus@gmx.de>
358
359 Remove URL syntax.
360
361 * net/tramp.el (tramp-syntax, tramp-prefix-format)
362 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
363 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
364 (tramp-postfix-host-format, tramp-file-name-regexp)
365 (tramp-completion-file-name-regexp)
366 (tramp-completion-dissect-file-name)
367 (tramp-handle-substitute-in-file-name): Remove 'url case.
368 (tramp-file-name-regexp-url)
369 (tramp-completion-file-name-regexp-url): Remove constants.
370
3712013-09-06 Glenn Morris <rgm@gnu.org>
372
373 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
374
3752013-09-05 Dmitry Gutov <dgutov@yandex.ru>
376
377 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
378 keywords" below "here-doc beginnings" (Bug#15270).
379
3802013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * subr.el (pop): Use `car-safe'.
383 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
384 to detect unused `pop' return value.
385
386 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
387 var `block-regexp'.
388 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
389 (python-fill-string): Remove unused var `marker'.
390 (python-skeleton-add-menu-items): Remove unused var `items'.
391
392 * international/mule-cmds.el: Require CL.
393 (find-coding-systems-for-charsets): Avoid add-to-list.
394 (sanitize-coding-system-list): New function, extracted from
395 select-safe-coding-system-interactively.
396 (select-safe-coding-system-interactively): Use it.
397 (read-input-method-name): Accept symbols for `default'.
398
399 * emacs-lisp/advice.el (defadvice): Add indent rule.
400
4012013-09-05 Daniel Hackney <dan@haxney.org>
402
403 * dired-x.el:
404 * net/ange-ftp.el:
405 * net/browse-url.el:
406 * net/dbus.el:
407 * net/eudc.el:
408 * net/eudcb-ldap.el:
409 * net/eww.el:
410 * net/imap.el:
411 * printing.el:
412 * vc/ediff-diff.el:
413 * vc/ediff-init.el:
414 * vc/ediff-merg.el:
415 * vc/ediff-mult.el:
416 * vc/ediff-util.el:
417 * vc/ediff-wind.el:
418 * vc/ediff.el:
419 * vc/emerge.el:
420 * vc/pcvs.el:
421 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
422 byte compiler. Remove some unused let-bound variables.
423
4242013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
427 a "ref-cell", since it gets better optimized (bug#14883).
428
4292013-09-05 Glenn Morris <rgm@gnu.org>
430
431 * progmodes/cc-awk.el (c-forward-sws): Declare.
432
4332013-09-04 Glenn Morris <rgm@gnu.org>
434
435 * generic-x.el [rul-generic-mode]: Require cc-mode.
436 (c++-mode-syntax-table): Declare.
437 (rul-generic-mode-syntax-table): Init in the defvar.
438
4392013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
442 (vc-do-command, vc-set-async-update):
443 * vc/vc-mtn.el (vc-mtn-dir-status):
444 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
445 (vc-hg-pull, vc-hg-merge-branch):
446 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
447 (vc-git-merge-branch):
448 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
449 (vc-cvs-dir-status-files):
450 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
451 (vc-bzr-dir-status-files):
452 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
453 * vc/vc-annotate.el: Use lexical-binding.
454 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
455 (vc-sentinel-movepoint): Declare.
456 (vc-annotate): Don't use `goto-line'.
457 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
458 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
459 (vc-sentinel-movepoint): Declare.
460 * vc/vc-svn.el: Use lexical-binding.
461 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
462 * vc/vc-sccs.el:
463 * vc/vc-rcs.el: Use lexical-binding.
464
465 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
466 `deleted'. Don't drop errors silently.
467
468 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
469
4702013-09-04 Xue Fuqiao <xfq.free@gmail.com>
471
472 * vc/vc.el (vc-ignore): Rewrite.
473 (vc-default-ignore): New function.
474 (vc-default-ignore-completion-table): Use find-ignore-file.
475
476 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
477 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
478 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
479 Remove. Most code moved to vc.el.
480
4812013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
484 * net/tramp-smb.el (tramp-smb-get-file-entries):
485 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
486 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
487
488 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
489 Update call to it.
490 (eww-change-select): Remove unused var `properties'.
491 (eww-make-unique-file-name): Remove unused var `base'.
492
493 * finder.el (finder-compile-keywords): Don't mess with windows.
494
495 * calculator.el (calculator-funcall): Fix typo in last change.
496
497 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
498
499 * emacs-lisp/package.el (package-activate-1): Don't let a missing
500 <pkg>-autoloads.el file stop us.
501
502 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
503 warnings, and factor out common code.
504
5052013-09-03 Dmitry Gutov <dgutov@yandex.ru>
506
507 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
508 two-character operators and whether the character preceding them
509 changes their meaning (Bug#15208).
510
5112013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
512
513 Format code sent to Python shell for robustness.
514 * progmodes/python.el (python-shell-buffer-substring):
515 New function.
516 (python-shell-send-region, python-shell-send-buffer): Use it.
517
5182013-09-02 Michael Albinus <michael.albinus@gmx.de>
519
520 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
521 * net/tramp.el (tramp-user-error): ... here.
522 (tramp-find-method, tramp-check-proper-host)
523 (tramp-dissect-file-name, tramp-debug-message)
524 (tramp-handle-shell-command):
525 * net/tramp-adb.el (tramp-adb-handle-shell-command):
526 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
527
528 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
529
5302013-09-02 Martin Rudalics <rudalics@gmx.at>
531
532 * avoid.el (mouse-avoidance-point-position)
533 (mouse-avoidance-too-close-p): Handle case where posn-at-point
534 returns nil.
535
5362013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
537
538 * progmodes/python.el (python-shell-completion-get-completions):
539 Drop use of deleted `comint-last-prompt-overlay'.
540 (python-nav-if-name-main): New command.
541
5422013-09-01 Glenn Morris <rgm@gnu.org>
543
544 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
545 Avoid leading space in $wins. Otherwise the sed command used by
546 eg compile-main ends up containing "/*.el". (Bug#15170)
547
548 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
549
5502013-08-30 Glenn Morris <rgm@gnu.org>
551
552 * emacs-lisp/bytecomp.el (byte-recompile-directory):
553 Fix is-this-a-directory logic. (Bug#15220)
554
5552013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * textmodes/css-mode.el: Use SMIE.
558 (css-smie-grammar): New var.
559 (css-smie--forward-token, css-smie--backward-token)
560 (css-smie-rules): New functions.
561 (css-mode): Use them.
562 (css-navigation-syntax-table): Remove var.
563 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
564 (css-indent-calculate, css-indent-line): Remove functions.
565
566 Misc changes to reduce use of `(lambda...); and other cleanups.
567 * cus-edit.el: Use lexical-binding.
568 (customize-push-and-save, customize-apropos)
569 (custom-buffer-create-internal): Use closures.
570 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
571 * progmodes/ada-xref.el: Use setq.
572 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
573 * dframe.el: Use lexical-binding.
574 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
575 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
576 * descr-text.el: Use lexical-binding.
577 (describe-text-widget, describe-text-sexp, describe-property-list):
578 Use closures.
579 * comint.el (comint-history-isearch-push-state): Use a closure.
580 * calculator.el: Use lexical-binding.
581 (calculator-number-to-string): Make it work with lexical-binding.
582 (calculator-funcall): Same and use cl-letf.
583
584 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
585 (lisp--company-doc-string, lisp--company-location): New functions.
586 (lisp-completion-at-point): Use them to improve Company support.
587
588 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
589 params of lambda expressions.
590 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
591 (ruby-smie--opening-pipe-p): New function.
592 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
593 symbols and matched |...| for formal params.
594 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
595 from being treated as hanging. Handle "rescue".
596
5972013-08-29 Glenn Morris <rgm@gnu.org>
598
599 * progmodes/cc-engine.el (c-pull-open-brace):
600 Move definition before use.
601
6022013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
605 are immutable. Don't use `unsafe' any more.
606 (cl--defsubst-expand): Don't substitute at the same time as keeping
607 a residual unused let-binding. Don't use `unsafe' any more.
608
6092013-08-29 Glenn Morris <rgm@gnu.org>
610
611 * calendar/cal-china.el (calendar-chinese-year-cache):
612 Recenter on 2015.
613
614 * nxml/nxml-util.el (nxml-debug-clear-inside):
615 Use cl-loop rather than loop.
616
617 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
618
619 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
620
6212013-08-28 Glenn Morris <rgm@gnu.org>
622
623 * progmodes/antlr-mode.el: No need to require cc-mode twice.
624
625 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
626
627 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
628
6292013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * simple.el (repeat-complex-command--called-interactively-skip):
632 New function.
633 (repeat-complex-command): Use it (bug#14136).
634
635 * progmodes/cc-mode.el: Minor cleanup of var declarations.
636 (c-define-abbrev-table): Add `doc' argument.
637 (c-mode-abbrev-table, c++-mode-abbrev-table)
638 (objc-mode-abbrev-table, java-mode-abbrev-table)
639 (idl-mode-abbrev-table, pike-mode-abbrev-table)
640 (awk-mode-abbrev-table): Use it.
641 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
642 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
643 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
644 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
645 Move initialization into the declaration; and remove any
646 autoload cookie.
647
648 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
649 and dynamic let binding.
650
651 * vc/smerge-mode.el: Remove redundant :group args.
652
653 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
654 to load-path.
655
6562013-08-28 Juri Linkov <juri@jurta.org>
657
658 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
659 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
660 (isearch-other-meta-char): Handle an undefined shifted printing
661 character by downshifting it. (Bug#15200)
662
6632013-08-28 Juri Linkov <juri@jurta.org>
664
665 * isearch.el (isearch-search): Change regexp error message for
666 non-regexp searches. (Bug#15166)
667
6682013-08-28 Paul Eggert <eggert@cs.ucla.edu>
669
670 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
671 for portability to hosts where /bin/sh has problems.
672
6732013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
676
6772013-08-27 Juri Linkov <juri@jurta.org>
678
679 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
680 in the keyboard macro. (Bug#15126)
681
6822013-08-27 Juri Linkov <juri@jurta.org>
683
684 * isearch.el (isearch-quote-char): Comment out converting unibyte
685 to multibyte, thus syncing with its `quoted-insert' counterpart.
686 (Bug#15166)
687
6882013-08-27 Martin Rudalics <rudalics@gmx.at>
689
690 * window.el (display-buffer-use-some-window): Add missing
691 argument in call of get-largest-window (Bug#15185).
692 Reported by Stephen Leake.
693
6942013-08-27 Glenn Morris <rgm@gnu.org>
695
696 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
697
6982013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * progmodes/python.el (python-font-lock-keywords): Don't return nil
701 from a matcher-function unless there's no more matches (bug#15161).
702
7032013-08-26 Michael Albinus <michael.albinus@gmx.de>
704
705 * minibuffer.el: Revert change from 2013-08-20.
706
707 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
708 with text property `tramp-default', if appropriate.
709 (tramp-check-proper-host): New defun.
710 (tramp-dissect-file-name): Do not check hostname. Revert change
711 of 2013-03-18.
712 (tramp-backtrace): Make VEC-OR-PROC optional.
713
714 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
715 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
716 * net/tramp-sh.el (tramp-maybe-open-connection):
717 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
718 Apply `tramp-check-proper-host'.
719
7202013-08-26 Tassilo Horn <tsdh@gnu.org>
721
722 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
723 lambda expression in order to have `describe-variable' display it.
724
7252013-08-26 Michael Albinus <michael.albinus@gmx.de>
726
727 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
728 BUF can be optional. (Bug#15186)
729
7302013-08-25 Xue Fuqiao <xfq.free@gmail.com>
731
732 * progmodes/flymake.el (flymake-get-real-file-name-function):
733 Fix broken customization. (Bug#15184)
734
7352013-08-25 Alan Mackenzie <acm@muc.de>
736
737 Improve indentation of bracelists defined by macros (without "=").
738
739 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
740 expansion begins with "{", regard it as bracelist when it doesn't
741 contain a ";".
742
743 Parse C++ inher-intro when there's a template split over 2 lines.
744
745 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
746 rigorously the search for "class" etc. followed by ":".
747
748 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
749 random languages a regexp which never matches rather than nil.
750
751 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
752
753 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
754 (c-awk-regexp-one-line-possibly-open-char-list-re)
755 (c-awk-one-line-possibly-open-regexp-re)
756 (c-awk-one-line-non-syn-ws*-re): Remove.
757 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
758 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
759 (c-awk-space*-unclosed-regexp-/-re): New constants.
760 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
761 aren't regexp delimiters.
762
763 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
764 handling for a rare situation in AWK Mode involving unterminated
765 strings/regexps.
766
7672013-08-23 Glenn Morris <rgm@gnu.org>
768
769 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
770
771 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
772
773 * files.el (create-file-buffer): If the result would begin with
774 spaces, prepend a "|" instead of removing them. (Bug#15162)
775
7762013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
779 text-properties (bug#15155).
780
781 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
782 exist any more.
783 (calc-keypad-redraw): Remove unused var `pad'.
784 (calc-keypad-press): Remove unused var `menu'.
785
7862013-08-23 Martin Rudalics <rudalics@gmx.at>
787
788 * window.el (display-buffer-pop-up-frame):
789 Call pop-up-frame-function with BUFFER current so `make-frame' will
790 use it as the new frame's buffer (Bug#15133).
791
7922013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * calendar/timeclock.el: Minor cleanups.
795 (timeclock-ask-before-exiting, timeclock-use-display-time):
796 Use `symbol'.
797 (timeclock-modeline-display): Define as alias before the
798 actual definition.
799 (timeclock-mode-line-display): Use define-minor-mode.
800 (timeclock-day-list-template): Make it a function, add an argument.
801 (timeclock-day-list-required, timeclock-day-list-length)
802 (timeclock-day-list-debt, timeclock-day-list-span)
803 (timeclock-day-list-break): Adjust calls accordingly.
804
8052013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
808 Use read--expression so that completion works again.
809
8102013-08-21 Sam Steingold <sds@gnu.org>
811
812 Add rudimentary inferior shell interaction
813 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
814 (sh-set-shell): Reset it.
815 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
816 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
817
8182013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * align.el: Use lexical-binding.
821 (align-region): Simplify accordingly.
822
8232013-08-20 Michael Albinus <michael.albinus@gmx.de>
824
825 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
826
827 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
828 `non-essential' up.
829
8302013-08-17 Michael Albinus <michael.albinus@gmx.de>
831
832 * net/tramp.el:
833 * net/tramp-adb.el:
834 * net/tramp-cmds.el:
835 * net/tramp-ftp.el:
836 * net/tramp-gvfs.el:
837 * net/tramp-gw.el:
838 * net/tramp-sh.el: Don't wrap external variable declarations by
839 `eval-when-compile'.
840
8412013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
842
843 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
844 now that Emacs supports ImageMagick animations.
845
8462013-08-16 Michael Albinus <michael.albinus@gmx.de>
847
848 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
849 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
850
8512013-08-16 Martin Rudalics <rudalics@gmx.at>
852
853 * window.el (mouse-autoselect-window-select): Do autoselect when
854 mouse pointer is on margin.
855
8562013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
857
858 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
859
8602013-08-16 Glenn Morris <rgm@gnu.org>
861
862 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
863 Handle "Remote Directory" response of some clients. (Bug#15058)
864
865 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
866 Tweak warning. (Bug#14926)
867
868 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
869 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
870
871 * image-mode.el (image-mode-map): Add menu items to reverse,
872 increase, decrease, reset animation speed.
873 (image--set-speed, image-increase-speed, image-decrease-speed)
874 (image-reverse-speed, image-reset-speed): New functions.
875 (image-mode-map): Add bindings for speed commands.
876
877 * image.el (image-animate-get-speed, image-animate-set-speed):
878 New functions.
879 (image-animate-timeout): Respect image :speed property.
880
8812013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
884 previous line (bug#15101).
885 (debugger-eval-expression, debugger-record-expression):
886 Use read--expression (bug#15102).
887
8882013-08-15 Michael Albinus <michael.albinus@gmx.de>
889
890 Remove byte compiler warnings, visible when compiling with
891 `byte-compile-force-lexical-warnings' set to t.
892
893 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
894 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
895 (tramp-handle-unhandled-file-name-directory)
896 (tramp-handle-file-notify-add-watch, tramp-action-login)
897 (tramp-action-succeed, tramp-action-permission-denied)
898 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
899 arguments with "_".
900
901 * net/tramp-adb.el (tramp-adb-parse-device-names)
902 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
903 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
904 (tramp-adb-handle-file-truename): Remove unused arguments.
905
906 * net/tramp-cache.el (tramp-flush-directory-property)
907 (tramp-flush-connection-property, tramp-list-connections)
908 (tramp-parse-connection-properties): Prefix unused arguments with "_".
909
910 * net/tramp-compat.el (tramp-compat-make-temp-file):
911 Rename FILENAME to F.
912
913 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
914 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
915 (tramp-zeroconf-parse-workstation-device-names)
916 (tramp-zeroconf-parse-webdav-device-names)
917 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
918
919 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
920 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
921
922 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
923 arguments.
924 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
925 (tramp-sh-handle-insert-file-contents-literally)
926 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
927 with "_".
928 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
929 Remove unused variables.
930
931 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
932 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
933 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
934
935 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
936 Make them a defconst.
937 (tramp-uuencode-region): Remove unused variable.
938
9392013-08-14 Juanma Barranquero <lekktu@gmail.com>
940
941 * frameset.el (frameset--prop-setter): New function.
942 (frameset-prop): Add gv-setter declaration.
943 (frameset-filter-minibuffer): Deal with the case that the minibuffer
944 parameter was already set in FILTERED. Doc fix.
945 (frameset--record-minibuffer-relationships): Allow saving a
946 minibufferless frame without its corresponding minibuffer frame.
947 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
948 frame, if the frame id matches.
949 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
950 frames before orphaned ones.
951 (frameset-restore): Warn about orphaned windows, instead of error out.
952
9532013-08-14 Martin Rudalics <rudalics@gmx.at>
954
955 * window.el (window-make-atom): Don't overwrite parameter
956 already present.
957 (display-buffer-in-atom-window): Handle special case where we
958 split an already atomic window.
959 (window--major-non-side-window, display-buffer-in-side-window)
960 (window--side-check): Ignore minibuffer window when walking
961 window tree.
962 (window-deletable-p): Return 'frame only if no other frame uses
963 our minibuffer window.
964 (record-window-buffer): Run buffer-list-update-hook.
965 (split-window): Make sure window--check-frame won't destroy an
966 existing atomic window in case the new window gets nested
967 inside.
968 (display-buffer-at-bottom): Ignore minibuffer window when
969 walking window tree. Don't split a side window.
970 (pop-to-buffer): Don't set-buffer here, the select-window call
971 should do that.
972 (mouse-autoselect-window-select): Autoselect only if we are in the
973 text portion of the window.
974
9752013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
976
977 * net/shr.el (shr-parse-image-data): New function to grab both the
978 data itself and the Content-Type.
979 (shr-put-image): Use it.
980
981 * net/eww.el (eww-display-image): Ditto.
982
983 * image.el (image-content-type-suffixes): New variable.
984
9852013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
986
987 * progmodes/python.el (python-imenu--build-tree)
988 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
989
9902013-08-13 Xue Fuqiao <xfq.free@gmail.com>
991
992 * simple.el (backward-word): Mention the optional argument.
993
9942013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * frameset.el (frameset--make): Rename constructor from make-frameset.
997 (frameset-p, frameset-valid-p): Don't autoload.
998 (frameset-valid-p): Use normal accessors.
999
10002013-08-13 Glenn Morris <rgm@gnu.org>
1001
1002 * progmodes/compile.el (compile-command): Tweak example in doc.
1003 * obsolete/scribe.el (scribe-mode):
1004 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
1005
1006 * mail/feedmail.el (feedmail-confirm-outgoing)
1007 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
1008
1009 * cus-start.el (truncate-partial-width-windows): Fix type.
1010
1011 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
1012
1013 * net/shr.el (shr-table-horizontal-line): Fix custom type.
1014
10152013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * emacs-lisp/timer.el (timer--time-setter): New function.
1018 (timer--time): Use it as gv-setter.
1019
1020 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
1021 setter is not a symbol.
1022
10232013-08-12 Grégoire Jadi <daimrod@gmail.com>
1024
1025 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
1026 if sending fails. This makes debugging easier.
1027
10282013-08-12 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
1031 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
1032 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
1033
10342013-08-12 Eli Zaretskii <eliz@gnu.org>
1035
1036 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
1037
10382013-08-12 Glenn Morris <rgm@gnu.org>
1039
1040 * format.el (format-annotate-function):
1041 Handle read-only text properties in the source. (Bug#14887)
1042
10432013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1044
1045 * net/eww.el (eww-display-html): Ignore coding system errors.
1046 One web site uses "utf-8lias" as the coding system.
1047
10482013-08-11 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
1051
10522013-08-10 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
1055 (tutorial--detailed-help): Remove unused local variables.
1056 (tutorial--save-tutorial-to): Use ignore-errors.
1057 (help-with-tutorial): Use looking-at-p.
1058
1059 * view.el (view-buffer-other-window, view-buffer-other-frame):
1060 Mark unused arguments.
1061
1062 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
1063 (woman-select-symbol-fonts, woman, woman-find-file)
1064 (woman-insert-file-contents, woman-non-underline-faces):
1065 Use string-match-p.
1066 (woman1-unquote): Move declaration.
1067
1068 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
1069 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
1070 argument. Remove unused local variable.
1071 (xml-parse-elem-type): Use string-match-p.
1072 (xml-substitute-numeric-entities): Use ignore-errors.
1073
1074 * calculator.el (calculator): Mark unused argument.
1075 (calculator-paste, calculator-quit, calculator-integer-p):
1076 Use ignore-errors.
1077 (calculator-string-to-number, calculator-decimal, calculator-exp)
1078 (calculator-op-or-exp): Use string-match-p.
1079
1080 * dired.el (dired-buffer-more-recently-used-p): Declare.
1081 (dired-insert-set-properties, dired-insert-old-subdirs):
1082 Use ignore-errors.
1083
1084 * dired-aux.el (dired-compress): Use ignore-errors.
1085 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
1086 (dired-do-async-shell-command, dired-do-shell-command)
1087 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
1088 (dired-insert-subdir-validate): Use string-match-p.
1089 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
1090 (dired-add-entry): Use string-match-p, looking-at-p.
1091 (dired-insert-subdir-newpos): Remove unused local variable.
1092
1093 * filenotify.el (file-notify-callback): Remove unused local variable.
1094
1095 * filesets.el (filesets-error): Mark unused argument.
1096 (filesets-which-command-p, filesets-filter-dir-names)
1097 (filesets-directory-files, filesets-get-external-viewer)
1098 (filesets-ingroup-get-data): Use string-match-p.
1099
1100 * find-file.el (ff-other-file-name, ff-other-file-name)
1101 (ff-find-the-other-file, ff-cc-hh-converter):
1102 Remove unused local variables.
1103 (ff-get-file-name): Use string-match-p.
1104 (ff-all-dirs-under): Use ignore-errors.
1105
1106 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
1107 (follow-select-if-visible): Remove unused local variable.
1108
1109 * forms.el (read-file-filter): Move declaration.
1110 (forms--make-format, forms--make-parser, forms-insert-record):
1111 Quote function with #'.
1112 (forms--update): Use string-match-p. Quote function with #'.
1113
1114 * help-mode.el (help-dir-local-var-def): Mark unused argument.
1115 (help-make-xrefs): Use looking-at-p.
1116 (help-xref-on-pp): Use looking-at-p, ignore-errors.
1117
1118 * ibuffer.el (ibuffer-ext-visible-p): Declare.
1119 (ibuffer-confirm-operation-on): Use string-match-p.
1120
1121 * msb.el (msb-item-handler, msb-dired-item-handler):
1122 Mark unused arguments.
1123
1124 * ses.el (ses-decode-cell-symbol)
1125 (ses-kill-override): Remove unused local variable.
1126 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
1127 (ses-load): Use ignore-errors, looking-at-p.
1128 (ses-jump-safe): Use ignore-errors.
1129 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
1130
1131 * tabify.el (untabify, tabify): Mark unused arguments.
1132
1133 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
1134 Mark unused argument.
1135 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
1136 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
1137
1138 * emacs-lisp/timer.el (timer--time): Define setter with
1139 gv-define-setter to avoid deprecation warning.
1140
1141 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
1142 (*record-cmpl-statistics-p*): Remove (was commented out).
1143 (cmpl-statistics-block): Remove (body was commented out).
1144 All callers changed.
1145 (add-completions-from-buffer, load-completions-from-file):
1146 Remove unused variables.
1147
11482013-08-09 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * filecache.el (file-cache-delete-file-list):
1151 Print message only when told so.
1152 (file-cache-files-matching): Use #' in mapconcat argument.
1153
1154 * ffap.el (ffap-url-at-point): Fix reference to variable
1155 thing-at-point-default-mail-uri-scheme.
1156
11572013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * subr.el (define-error): New function.
1160 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
1161 error-file-not-found and define with define-error.
1162 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
1163 and define with define-error.
1164 * userlock.el (file-locked, file-supersession):
1165 * simple.el (mark-inactive):
1166 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
1167 * progmodes/ada-mode.el (ada-mode-errors):
1168 * play/life.el (life-extinct):
1169 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
1170 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
1171 * nxml/rng-util.el (rng-error):
1172 * nxml/rng-uri.el (rng-uri-error):
1173 * nxml/rng-match.el (rng-compile-error):
1174 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
1175 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
1176 * nxml/nxml-rap.el (nxml-scan-error):
1177 * nxml/nxml-outln.el (nxml-outline-error):
1178 * net/soap-client.el (soap-error):
1179 * net/gnutls.el (gnutls-error):
1180 * net/ange-ftp.el (ftp-error):
1181 * mpc.el (mpc-proc-error):
1182 * json.el (json-error, json-readtable-error, json-unknown-keyword)
1183 (json-number-format, json-string-escape, json-string-format)
1184 (json-key-format, json-object-format):
1185 * jka-compr.el (compression-error):
1186 * international/quail.el (quail-error):
1187 * international/kkc.el (kkc-error):
1188 * emacs-lisp/ert.el (ert-test-failed):
1189 * calc/calc.el (calc-error, inexact-result, math-overflow)
1190 (math-underflow):
1191 * bookmark.el (bookmark-error-no-filename):
1192 * epg.el (epg-error): Define with define-error.
1193
1194 * time.el (display-time-event-handler)
1195 (display-time-next-load-average): Don't call sit-for since it seems
1196 unnecessary (bug#15045).
1197
1198 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
1199 Use #' instead of ' to quote functions.
1200 (checkdoc-output-mode): Use setq-local.
1201 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
1202 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
1203 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
1204 (checkdoc-ispell, checkdoc-ispell-current-buffer)
1205 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
1206 (checkdoc-ispell-message-text, checkdoc-ispell-start)
1207 (checkdoc-ispell-continue, checkdoc-ispell-comments)
1208 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
1209
1210 * ido.el (ido-completion-help): Fix up compiler warning.
1211
12122013-08-09 Juanma Barranquero <lekktu@gmail.com>
1213
1214 * frameset.el (frameset-p): Add autoload cookie.
1215 (frameset--jump-to-register): New function, based on code moved from
1216 register.el.
1217 (frameset-to-register): Move from register.el. Adapt to `registerv'.
1218
1219 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
1220 (frameset-restore, frameset-save, frameset-session-filter-alist):
1221 Remove declarations.
1222 (register-alist): Doc fix.
1223 (frameset-to-register): Move to frameset.el.
1224 (jump-to-register, describe-register-1): Remove frameset-specific code.
1225
12262013-08-08 Juanma Barranquero <lekktu@gmail.com>
1227
1228 * allout-widgets.el (allout-widgets-pre-command-business)
1229 (allout-widgets-post-command-business)
1230 (allout-widgets-after-change-handler)
1231 (allout-decorate-item-and-context, allout-set-boundary-marker)
1232 (allout-body-modification-handler)
1233 (allout-graphics-modification-handler): Mark ignored arguments.
1234 (allout-widgets-post-command-business)
1235 (allout-widgets-exposure-change-processor)
1236 (allout-widgets-exposure-undo-processor)
1237 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
1238 (allout-parse-item-at-point, allout-decorate-item-guides)
1239 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
1240 * allout.el (epa-passphrase-callback-function): Declare.
1241 (allout-overlay-insert-in-front-handler)
1242 (allout-overlay-interior-modification-handler)
1243 (allout-isearch-end-handler, allout-chart-siblings)
1244 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
1245 (allout-yank-processing, allout-process-exposed)
1246 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
1247 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
1248 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
1249 (lisp-indent-defform): Mark ignored arguments.
1250 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
1251 (calculate-lisp-indent): Remove unused variables.
1252 * international/characters.el (indian-2-column, arabic-2-column)
1253 (tibetan): Mark ignored arguments.
1254 (use-cjk-char-width-table): Mark ignored arguments.
1255 Remove unused variables.
1256 * international/fontset.el (build-default-fontset-data)
1257 (x-compose-font-name, create-fontset-from-fontset-spec):
1258 Mark ignored arguments.
1259 (fontset-plain-name): Remove unused variables.
1260 * international/mule.el (charset-id, charset-bytes, generic-char-p)
1261 (keyboard-coding-system): Mark ignored arguments.
1262 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
1263 * help.el (resize-temp-buffer-window):
1264 * window.el (display-buffer-in-major-side-window)
1265 (display-buffer-in-side-window, display-buffer-in-previous-window):
1266 Remove unused variables.
1267 * isearch.el (isearch-forward-symbol):
1268 * version.el (emacs-bzr-version-bzr):
1269 * international/mule-cmds.el (current-language-environment):
1270 * term/common-win.el (x-handle-iconic, x-handle-geometry)
1271 (x-handle-display):
1272 * term/pc-win.el (x-list-fonts, x-display-planes)
1273 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
1274 (x-server-version, x-display-screens, x-display-mm-height)
1275 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
1276 (x-selection-owner-p, x-own-selection-internal)
1277 (x-disown-selection-internal, x-get-selection-internal)
1278 (msdos-initialize-window-system):
1279 * term/tty-colors.el (tty-color-alist, tty-color-clear):
1280 * term/x-win.el (x-handle-no-bitmap-icon):
1281 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
1282 (vc-default-find-file-hook, vc-default-extra-menu):
1283 Mark ignored arguments.
1284
12852013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
1288 break-condition in the context of the debugged code (bug#12685).
1289
12902013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
1291
1292 * comint.el:
1293 Do not use an overlay to highlight the last prompt. (Bug#14744)
1294 (comint-mode): Make comint-last-prompt buffer local.
1295 (comint-last-prompt): New variable.
1296 (comint-last-prompt-overlay): Remove. Superseded by
1297 comint-last-prompt.
1298 (comint-snapshot-last-prompt, comint-output-filter):
1299 Use comint-last-prompt.
1300
13012013-08-08 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
1304 (frameset-save): Check validity of the resulting frameset.
1305
13062013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1307
1308 * ido.el (ido-record-command): Add doc string.
1309
13102013-08-08 Juanma Barranquero <lekktu@gmail.com>
1311
1312 * frameset.el (frameset): Do not disable creation of the default
1313 frameset-p predicate. Doc fix.
1314 (frameset-valid-p): New function, copied from the old predicate-p.
1315 Add additional checks.
1316 (frameset-restore): Check with frameset-valid-p.
1317 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
1318 (frameset-name, frameset-description, frameset-properties)
1319 (frameset-states): Add docstring.
1320 (frameset-session-filter-alist, frameset-persistent-filter-alist)
1321 (frameset-filter-alist): Doc fixes.
1322
13232013-08-08 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * frameset.el (frameset-p, frameset-prop): Doc fixes.
1326
13272013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
1330 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
1331 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
1332 (byte-compile-normal-call): Remove obsolescence check.
1333
13342013-08-08 Juanma Barranquero <lekktu@gmail.com>
1335
1336 * frameset.el (frameset-restore): Doc fix.
1337
1338 * register.el (frameset-frame-id, frameset-frame-with-id)
1339 (frameset-p, frameset-restore, frameset-save): Declare.
1340 (register-alist): Document framesets.
1341 (frameset-session-filter-alist): Declare.
1342 (frameset-to-register): New function.
1343 (jump-to-register): Implement jumping to framesets. Doc fix.
1344 (describe-register-1): Describe framesets.
1345
1346 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
1347
13482013-08-07 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * desktop.el (desktop-save-frameset): Use new frameset-save args.
1351 Use lexical-binding.
1352
1353 * frameset.el (frameset): Use type vector, not list (incompatible
1354 change). Do not declare a new constructor, use the default one.
1355 Upgrade suggested properties `app', `name' and `desc' to slots `app',
1356 `name' and `description', respectively, and add read-only slot
1357 `timestamp'. Doc fixes.
1358 (frameset-copy, frameset-persistent-filter-alist)
1359 (frameset-filter-alist, frameset-switch-to-gui-p)
1360 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
1361 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
1362 (frameset-filter-iconified, frameset-keep-original-display-p):
1363 Doc fixes.
1364 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
1365 Rename from frameset-filter-(save|restore)-param. All callers changed.
1366 Doc fix.
1367 (frameset-p): Adapt to change to vector and be more thorough.
1368 Change arg name to OBJECT. Doc fix.
1369 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
1370 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
1371 All callers changed.
1372 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
1373 All callers changed.
1374 (frameset--record-minibuffer-relationships): Rename from
1375 frameset--process-minibuffer-frames. All callers changed.
1376 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
1377 Use new default constructor (again). Doc fix.
1378 (frameset--find-frame-if): Rename from `frameset--find-frame.
1379 All callers changed.
1380 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
1381 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
1382 Doc fix.
1383 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
1384 PARAMETERS and WINDOW-STATE, respectively.
1385 (frameset-restore): Add new keyword argument PREDICATE.
1386 Reset frameset--target-display to nil. Doc fix.
1387
13882013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
1391 (bat-mode): Use it.
1392 (bat-mode-syntax-table): Mark \n as end-of-comment.
1393 (bat-font-lock-keywords): Remove comment rule.
1394
1395 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
1396 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
1397
1398 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
1399 (byte-compile-callargs-warn): Use `push'.
1400 (byte-compile-arglist-warn): Ignore higher-order "calls".
1401 (byte-compile-file-form-autoload): Use `pcase'.
1402 (byte-compile-function-form): If quoting a symbol, check that it exists.
1403
14042013-08-07 Eli Zaretskii <eliz@gnu.org>
1405
1406 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
1407 and add a few popular commands found in batch files.
1408 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
1409 (dos-mode): Doc fixes.
1410
14112013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
1414 (dos-mode): Use setq-local. Add space after "rem".
1415 (dos-mode-syntax-table): Don't use "w" for symbol chars.
1416 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
1417
14182013-08-07 Arni Magnusson <arnima@hafro.is>
1419
1420 * progmodes/dos.el: New file.
1421 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
1422 dos-mode.
1423
14242013-08-06 Glenn Morris <rgm@gnu.org>
1425
1426 * calendar/calendar.el: Add new faces, and day-header-array.
1427 (calendar-weekday-header, calendar-weekend-header)
1428 (calendar-month-header): New faces.
1429 (calendar-day-header-construct): New function.
1430 (calendar-day-header-width): Also :set calendar-day-header-array.
1431 (calendar-american-month-header, calendar-european-month-header)
1432 (calendar-iso-month-header): Use calendar- faces.
1433 (calendar-generate-month):
1434 Use calendar-day-header-array for day headers; apply faces to them.
1435 (calendar-mode): Check calendar-font-lock-keywords non-nil.
1436 (calendar-abbrev-construct): Add optional maxlen argument.
1437 (calendar-day-name-array): Doc fix.
1438 (calendar-day-name-array, calendar-abbrev-length)
1439 (calendar-day-abbrev-array):
1440 Also :set calendar-day-header-array, and maybe redraw.
1441 (calendar-day-header-array): New option. (Bug#15007)
1442 (calendar-font-lock-keywords): Set to nil and make obsolete.
1443 (calendar-day-name): Add option to use header array.
1444
14452013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1446
1447 * net/shr.el (shr-render-td): Remove debugging.
1448 (shr-render-td): Make width computation consistent by defaulting
1449 all zero-width columns to 10 characters. This may not be optimal,
1450 but it's at least consistent.
1451 (shr-make-table-1): Redo last change to fix the real problem in
1452 colspan handling.
1453
14542013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1455
1456 * files.el (cache-long-line-scans):
1457 Make obsolete alias to `cache-long-scans'.
1458
14592013-08-06 Juanma Barranquero <lekktu@gmail.com>
1460
1461 * frameset.el (frameset, frameset-filter-alist)
1462 (frameset-filter-params, frameset-save, frameset--reuse-frame)
1463 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
1464 (frameset-compute-pos): Rename from frameset--compute-pos,
1465 and add docstring.
1466 (frameset-move-onscreen): Use frameset-compute-pos.
1467 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1468
1469 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
1470 Fix typos in docstrings.
1471
14722013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1473
1474 * frame.el (get-other-frame): Tiny cleanup.
1475
14762013-08-06 Juanma Barranquero <lekktu@gmail.com>
1477
1478 * vc/vc.el (vc-default-ignore-completion-table):
1479 Silence byte-compiler warning.
1480
1481 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
1482 slot , which can indeed be nil.
1483 (frameset-live-filter-alist, frameset-persistent-filter-alist):
1484 Move entry for `left' from persistent to live filter alist.
1485 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
1486 Doc fixes.
1487 (frameset-filter-params): When restoring a frame, copy items added to
1488 `filtered', to avoid unwittingly modifying the original parameters.
1489 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
1490 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
1491
1492 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
1493 to use looking-at-p instead of looking-at. (Bug#15028)
1494
14952013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 Revert introduction of isearch-filter-predicates (bug#14714).
1498 Rely on add-function instead.
1499 * isearch.el (isearch-filter-predicates): Rename it back to
1500 isearch-filter-predicate.
1501 (isearch-message-prefix): Use advice-function-mapc and advice
1502 properties to get the isearch-message-prefix.
1503 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
1504 instead of run-hook-with-args-until-failure.
1505 (isearch-filter-visible): Not obsolete any more.
1506 * loadup.el: Preload nadvice.
1507 * replace.el (perform-replace): Revert to funcall
1508 instead of run-hook-with-args-until-failure.
1509 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
1510 * dired-aux.el (dired-isearch-filenames-mode): Rename from
1511 dired-isearch-filenames-toggle; make it into a proper minor mode.
1512 Use add/remove-function.
1513 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
1514 Call the minor-mode rather than add/remove-hook.
1515 (dired-isearch-filter-filenames):
1516 Remove isearch-message-prefix property.
1517 * info.el (Info--search-loop): New function, extracted from Info-search.
1518 Funcall isearch-filter-predicate instead of
1519 run-hook-with-args-until-failure isearch-filter-predicates.
1520 (Info-search): Use it.
1521 (Info-mode): Use isearch-filter-predicate instead of
1522 isearch-filter-predicates.
1523
15242013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
1525
1526 Do not call to `selected-window' where it is assumed by default.
1527 Affected functions are `window-minibuffer-p', `window-dedicated-p',
1528 `window-hscroll', `window-width', `window-height', `window-buffer',
1529 `window-frame', `window-start', `window-point', `next-window'
1530 and `window-display-table'.
1531 * abbrev.el (abbrev--default-expand):
1532 * bs.el (bs--show-with-configuration):
1533 * buff-menu.el (Buffer-menu-mouse-select):
1534 * calc/calc.el (calc):
1535 * calendar/calendar.el (calendar-generate-window):
1536 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
1537 (diary-make-entry):
1538 * comint.el (send-invisible, comint-dynamic-complete-filename)
1539 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
1540 * completion.el (complete):
1541 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
1542 * disp-table.el (describe-current-display-table):
1543 * doc-view.el (doc-view-insert-image):
1544 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
1545 * ehelp.el (with-electric-help):
1546 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1547 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
1548 * emacs-lisp/helper.el (Helper-help-scroller):
1549 * emulation/cua-base.el (cua--post-command-handler-1):
1550 * eshell/esh-mode.el (eshell-output-filter):
1551 * ffap.el (ffap-gnus-wrapper):
1552 * help-macro.el (make-help-screen):
1553 * hilit-chg.el (highlight-compare-buffers):
1554 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
1555 * hl-line.el (global-hl-line-highlight):
1556 * icomplete.el (icomplete-simple-completing-p):
1557 * isearch.el (isearch-done):
1558 * jit-lock.el (jit-lock-stealth-fontify):
1559 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
1560 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
1561 * mpc.el (mpc-tagbrowser, mpc):
1562 * net/rcirc.el (rcirc-any-buffer):
1563 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
1564 * play/landmark.el (landmark-max-width, landmark-max-height):
1565 * play/zone.el (zone):
1566 * progmodes/compile.el (compilation-goto-locus):
1567 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
1568 * progmodes/etags.el (find-tag-other-window):
1569 * progmodes/fortran.el (fortran-column-ruler):
1570 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1571 * progmodes/verilog-mode.el (verilog-point-text):
1572 * reposition.el (reposition-window):
1573 * rot13.el (toggle-rot13-mode):
1574 * server.el (server-switch-buffer):
1575 * shell.el (shell-dynamic-complete-command)
1576 (shell-dynamic-complete-environment-variable):
1577 * simple.el (insert-buffer, set-selective-display)
1578 (delete-completion-window):
1579 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
1580 (speedbar-recenter):
1581 * startup.el (fancy-splash-head):
1582 * textmodes/ispell.el (ispell-command-loop):
1583 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
1584 * tutorial.el (help-with-tutorial):
1585 * vc/add-log.el (add-change-log-entry):
1586 * vc/compare-w.el (compare-windows):
1587 * vc/ediff-help.el (ediff-indent-help-message):
1588 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
1589 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
1590 (ediff-setup-control-frame):
1591 * vc/emerge.el (emerge-position-region):
1592 * vc/pcvs-util.el (cvs-bury-buffer):
1593 * window.el (walk-windows, mouse-autoselect-window-select):
1594 * winner.el (winner-set-conf, winner-undo): Related users changed.
1595
15962013-08-05 Juanma Barranquero <lekktu@gmail.com>
1597
1598 * frameset.el (frameset--set-id): Doc fix.
1599 (frameset-frame-id, frameset-frame-id-equal-p)
1600 (frameset-locate-frame-id): New functions.
1601 (frameset--process-minibuffer-frames, frameset--reuse-frame)
1602 (frameset-restore): Use them.
1603
16042013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
1605
1606 Do not call to `selected-frame' where it is assumed by default.
1607 Affected functions are `raise-frame', `redraw-frame',
1608 `frame-first-window', `frame-terminal' and `delete-frame'.
1609 * calendar/appt.el (appt-disp-window):
1610 * epg.el (epg-wait-for-completion):
1611 * follow.el (follow-delete-other-windows-and-split)
1612 (follow-avoid-tail-recenter):
1613 * international/mule.el (set-terminal-coding-system):
1614 * mail/rmail.el (rmail-mail-return):
1615 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1616 * progmodes/f90.el (f90-add-imenu-menu):
1617 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
1618 * server.el (server-switch-buffer):
1619 * simple.el (delete-completion-window):
1620 * talk.el (talk):
1621 * term/xterm.el (terminal-init-xterm-modify-other-keys)
1622 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
1623 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
1624 * vc/ediff.el (ediff-documentation): Related users changed.
1625 * frame.el (selected-terminal): Remove the leftover.
1626
16272013-08-05 Glenn Morris <rgm@gnu.org>
1628
1629 * calendar/calendar.el (calendar-generate-month):
1630 Fix for calendar-column-width != 1 + calendar-day-digit-width.
1631 (calendar-generate-month, calendar-font-lock-keywords):
1632 Fix for calendar-day-header-width > length of any day name.
1633
16342013-08-05 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * desktop.el (desktop-clear): Use new name of sort predicate.
1637
1638 * frameset.el (frameset): Add docstring. Move :version property to its
1639 own `version' slot.
1640 (frameset-copy): Rename from copy-frameset.
1641 (frameset-p): Check more thoroughly.
1642 (frameset-prop): Do not check for :version, which is no longer a prop.
1643 (frameset-live-filter-alist, frameset-persistent-filter-alist):
1644 Use new :never value instead of t.
1645 (frameset-filter-alist): Expand and clarify docstring.
1646 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
1647 (frameset-filter-minibuffer, frameset-filter-save-param)
1648 (frameset-filter-restore-param, frameset-filter-iconified):
1649 Add pointer to docstring of frameset-filter-alist.
1650 (frameset-filter-params): Rename filter values to be more meaningful:
1651 :never instead of t, and reverse the meanings of :save and :restore.
1652 (frameset--process-minibuffer-frames): Clarify error message.
1653 (frameset-save): Avoid unnecessary and confusing call to framep.
1654 Use new BOA constructor for framesets.
1655 (frameset--reuse-list): Doc fix.
1656 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
1657 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
1658 (frameset-minibufferless-first-p): Doc fix.
1659 Rename from frameset-sort-frames-for-deletion.
1660 (frameset-restore): Doc fixes. Use new function names.
1661 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1662
16632013-08-04 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * desktop.el (desktop-restore-forces-onscreen)
1666 (desktop-restore-reuses-frames): Document :keyword constant values.
1667 (desktop-filter-parameters-alist): Remove, now identical to
1668 frameset-filter-alist.
1669 (desktop--filter-tty*): Remove, moved to frameset.el.
1670 (desktop-save-frameset, desktop-restore-frameset):
1671 Do not pass :filters argument.
1672
1673 * frameset.el (frameset-live-filter-alist)
1674 (frameset-persistent-filter-alist): New variables.
1675 (frameset-filter-alist): Use them. Add autoload cookie.
1676 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
1677 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
1678 `frameset--id' (it's supposed to be internal to frameset.el).
1679 (frameset--process-minibuffer-frames): Ditto. Doc fix.
1680 (frameset--initial-params): New function.
1681 (frameset--get-frame): Use it. Doc fix.
1682 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
1683 Accept :all, not 'all.
1684 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
1685 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
1686 with fbound symbols. Fix frame id matching, and remove matching ids if
1687 the frame being restored is deleted. Obey :delete.
1688
16892013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * subr.el (macrop): New function.
1692 (text-clone--maintaining): New var.
1693 (text-clone--maintain): Rename from text-clone-maintain. Use it
1694 instead of inhibit-modification-hooks.
1695
1696 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
1697 a proxy, so as handle autoloads and redefinitions of the target.
1698 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
1699
1700 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
1701 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
1702 (pcase--mutually-exclusive-p): New function.
1703 (pcase--split-consp): Use it.
1704 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
1705 mutually exclusive with the current predicate.
1706
1707 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
1708 (edebug-macrop): Remove. Use `macrop' instead.
1709 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
1710 (ad-macro-p):
1711 * eshell/esh-cmd.el (eshell-macrop):
1712 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
1713
17142013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
1717 (advice-mapc): New function, using it.
1718 (advice-function-member-p): New function.
1719 (advice--normalize): Store the cdr in advice--saved-rewrite since
1720 that's the part that will be changed.
1721 (advice--symbol-function): New function.
1722 (advice-remove): Handle removal before the function is defined.
1723 Adjust to new advice--saved-rewrite.
1724 (advice-member-p): Use advice-function-member-p and
1725 advice--symbol-function.
1726
17272013-08-04 Juanma Barranquero <lekktu@gmail.com>
1728
1729 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
1730 (frameset-filter-minibuffer): Doc fix.
1731 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
1732 (frameset--set-id, frameset--process-minibuffer-frames)
1733 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
1734 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
1735
1736 * desktop.el (desktop-clear): Only delete frames when called
1737 interactively and desktop-restore-frames is non-nil. Doc fix.
1738 (desktop-read): Set desktop-saved-frameset to nil.
1739
17402013-08-04 Xue Fuqiao <xfq.free@gmail.com>
1741
1742 * vc/vc.el (vc-ignore): Rewrite.
1743 (vc-default-ignore-completion-table):
1744 (vc--read-lines):
1745 (vc--add-line, vc--remove-regexp): New functions.
1746
1747 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
1748 (vc-svn-ignore-completion-table): New function.
1749
1750 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
1751 (vc-hg-ignore-completion-table):
1752 (vc-hg-find-ignore-file): New functions.
1753
1754 * vc/vc-git.el (vc-git-ignore): Rewrite.
1755 (vc-git-ignore-completion-table):
1756 (vc-git-find-ignore-file): New functions.
1757
1758 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
1759
1760 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
1761 (vc-bzr-ignore-completion-table):
1762 (vc-bzr-find-ignore-file): New functions.
1763
17642013-08-03 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * frameset.el (frameset-prop): New function and setter.
1767 (frameset-save): Do not modify frame list passed by the caller.
1768
17692013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
1772
17732013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
1776 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
1777
1778 * custom.el (custom-initialize-default, custom-initialize-set)
1779 (custom-initialize-reset, custom-initialize-changed): Affect the
1780 toplevel-default-value (bug#6275, bug#14586).
1781 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
1782 for bug#6275.
1783
17842013-08-02 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1787 Add cl-def* expressions.
1788
1789 * frameset.el (frameset-filter-params): Fix order of arguments.
1790
17912013-08-02 Juanma Barranquero <lekktu@gmail.com>
1792
1793 Move code related to saving frames to frameset.el.
1794 * desktop.el: Require frameset.
1795 (desktop-restore-frames): Doc fix.
1796 (desktop-restore-reuses-frames): Rename from
1797 desktop-restoring-reuses-frames.
1798 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
1799 (desktop-clear): Clear frames too.
1800 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
1801 (desktop--filter-tty*, desktop-save, desktop-read):
1802 Use frameset functions.
1803 (desktop-before-saving-frames-functions, desktop--filter-*-color)
1804 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1805 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
1806 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
1807 (desktop--process-minibuffer-frames, desktop-save-frames)
1808 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
1809 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
1810 (desktop--sort-states, desktop-restoring-frames-p)
1811 (desktop-restore-frames): Remove. Most code moved to frameset.el.
1812 (desktop-restoring-frameset-p, desktop-restore-frameset)
1813 (desktop--check-dont-save, desktop-save-frameset): New functions.
1814 (desktop--app-id): New constant.
1815 (desktop-first-buffer, desktop-buffer-ok-count)
1816 (desktop-buffer-fail-count): Move before first use.
1817 * frameset.el: New file.
1818
18192013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * files.el: Use lexical-binding.
1822 (dir-locals-read-from-file): Remove unused `err' variable.
1823 (hack-dir-local-variables--warned-coding): New var.
1824 (hack-dir-local-variables): Use it to avoid repeated warnings.
1825 (make-backup-file-name--default-function): New function.
1826 (make-backup-file-name-function): Use it as default.
1827 (buffer-stale--default-function): New function.
1828 (buffer-stale-function): Use it as default.
1829 (revert-buffer-insert-file-contents--default-function): New function.
1830 (revert-buffer-insert-file-contents-function): Use it as default.
1831 (insert-directory): Avoid add-to-list.
1832
1833 * autorevert.el (auto-revert-handler): Simplify.
1834 Use buffer-stale--default-function.
1835
18362013-08-01 Tassilo Horn <tsdh@gnu.org>
1837
1838 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
1839
1840 * whitespace.el (whitespace-ensure-local-variables): New function.
1841 (whitespace-cleanup-region): Call it.
1842 (whitespace-turn-on): Call it.
1843
18442013-08-01 Michael Albinus <michael.albinus@gmx.de>
1845
1846 Complete file name handlers.
1847
1848 * net/tramp.el (tramp-handle-set-visited-file-modtime)
1849 (tramp-handle-verify-visited-file-modtime)
1850 (tramp-handle-file-notify-rm-watch): New functions.
1851 (tramp-call-process): Do not bind `default-directory'.
1852
1853 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1854 Order alphabetically.
1855 [access-file, add-name-to-file, dired-call-process]:
1856 [dired-compress-file, file-acl, file-notify-rm-watch]:
1857 [file-ownership-preserved-p, file-selinux-context]:
1858 [make-directory-internal, make-symbolic-link, set-file-acl]:
1859 [set-file-selinux-context, set-visited-file-modtime]:
1860 [verify-visited-file-modtime]: Add handler.
1861 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
1862
1863 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1864 [file-notify-add-watch, file-notify-rm-watch]:
1865 [set-file-times, set-visited-file-modtime]:
1866 [verify-visited-file-modtime]: Add handler.
1867 (with-tramp-gvfs-error-message)
1868 (tramp-gvfs-handle-set-visited-file-modtime)
1869 (tramp-gvfs-fuse-file-name): Remove.
1870 (tramp-gvfs-handle-file-notify-add-watch)
1871 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
1872 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
1873
1874 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1875 Order alphabetically.
1876 [file-notify-rm-watch ]: Use default Tramp handler.
1877 [executable-find]: Remove private handler.
1878 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
1879 `default-directory'.
1880 (tramp-sh-handle-executable-find)
1881 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
1882 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1883 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
1884 Do not use `format' in `tramp-message'.
1885
1886 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
1887 [file-notify-rm-watch, set-visited-file-modtime]:
1888 [verify-visited-file-modtime]: Add handler.
1889 (tramp-smb-call-winexe): Do not bind `default-directory'.
1890
18912013-08-01 Xue Fuqiao <xfq.free@gmail.com>
1892
1893 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
1894
18952013-07-31 Dmitry Gutov <dgutov@yandex.ru>
1896
1897 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
1898 use it.
1899 (log-view-diff-changeset): Same.
1900 (log-view-diff-common): Call backend command `previous-revision'
1901 to find out the previous revision, in both cases. Swap the
1902 variables `to' and `fr', so that `fr' usually refers to the
1903 earlier revision (Bug#14989).
1904
19052013-07-31 Kan-Ru Chen <kanru@kanru.info>
1906
1907 * ibuf-ext.el (ibuffer-filter-by-filename):
1908 Make it work with dired buffers too.
1909
19102013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1911
1912 * emacs-lisp/re-builder.el (reb-color-display-p):
1913 * files.el (save-buffers-kill-terminal):
1914 * net/browse-url.el (browse-url):
1915 * server.el (server-save-buffers-kill-terminal):
1916 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
1917 Prefer nil to selected-frame for the first arg of frame-parameter.
1918
19192013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1920
1921 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
1922
19232013-07-30 Stephen Berman <stephen.berman@gmx.net>
1924
1925 * minibuffer.el (completion--twq-all): Try and preserve each
1926 completion's case choice (bug#14907).
1927
19282013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1929
1930 * net/network-stream.el (open-network-stream): Mention the new
1931 :nogreeting parameter.
1932 (network-stream-open-starttls): Use the :nogreeting parameter
1933 (bug#14938).
1934
1935 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
1936
1937 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
1938 more natural than popping.
1939
1940 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
1941 (shr-urlify): Highlight under mouse.
1942
19432013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1944
1945 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
1946
1947 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
1948
1949 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
1950 buffer for output.
1951
1952 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
1953 point-min==1. Fix search string. Fix parentheses missing.
1954
1955 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
1956 assume point-min==1. Fix search string. Fix parentheses missing.
1957
1958 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
1959
1960 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
1961 buffer for output.
1962
19632013-07-29 Eli Zaretskii <eliz@gnu.org>
1964
1965 * frame.el (frame-notice-user-settings): Avoid inflooping when the
1966 initial frame is minibuffer-less. (Bug#14841)
1967
19682013-07-29 Michael Albinus <michael.albinus@gmx.de>
1969
1970 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
1971 option.
1972
1973 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1974 (tramp-maybe-open-connection): Use it.
1975
19762013-07-28 Juanma Barranquero <lekktu@gmail.com>
1977
1978 * desktop.el (desktop--make-frame): Include `minibuffer' in the
1979 minimal set of parameters passed when creating a frame, because
1980 the minibuffer status of a frame cannot be changed later.
1981
19822013-07-28 Stephen Berman <stephen.berman@gmx.net>
1983
1984 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
1985 replace-regexp-in-string and inadvertent omissions in previous change.
1986 (todo-filter-items): Ensure only file names are comma-separated in
1987 name of filtered items buffer.
1988
19892013-07-28 Juanma Barranquero <lekktu@gmail.com>
1990
1991 * desktop.el: Optionally force offscreen frames back onscreen.
1992 (desktop-restoring-reuses-frames): New option.
1993 (desktop--compute-pos, desktop--move-onscreen): New functions.
1994 (desktop--make-frame): Use desktop--move-onscreen.
1995
19962013-07-27 Alan Mackenzie <acm@muc.de>
1997
1998 Fontify a Java generic method as a function.
1999 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
2000 value to t.
2001
20022013-07-27 Stephen Berman <stephen.berman@gmx.net>
2003
2004 * calendar/todo-mode.el: Add command to rename todo files.
2005 (todo-rename-file): New command.
2006 (todo-key-bindings-t): Add key binding for it. Change the
2007 bindings of todo-filter-regexp-items(-multifile) to use `x'
2008 instead of `r', since the latter is better suited to the new
2009 renaming command.
2010
20112013-07-27 Alan Mackenzie <acm@muc.de>
2012
2013 Make Java try-with-resources statement parse properly.
2014 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
2015 (c-block-stmt-1-2-key): New language constants/variables.
2016 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2017 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
2018 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
2019 with c-block-stmt-1-2-key.
2020
20212013-07-27 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * desktop.el (desktop--make-frame): Apply most frame parameters after
2024 creating the frame to force (partially or totally) offscreen frames to
2025 be restored as such.
2026
20272013-07-26 Xue Fuqiao <xfq.free@gmail.com>
2028
2029 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
2030 (Bug#14948)
2031
20322013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
2035 `base' arg of backtrace-frame.
2036
20372013-07-26 Eli Zaretskii <eliz@gnu.org>
2038
2039 * simple.el (list-processes): Doc fix.
2040
20412013-07-26 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * desktop.el (desktop--select-frame):
2044 Try harder to reuse existing frames.
2045
20462013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
2049 (edebug-eval): Use backtrace-eval.
2050 (edebug--display, edebug--recursive-edit): Don't let-bind the
2051 edebug-outer-* vars that keep track of variables we locally let-bind.
2052 (edebug-outside-excursion): Don't restore outside values of locally
2053 let-bound vars.
2054 (edebug--display): Use user-error.
2055 (cl-lexical-debug, cl-debug-env): Remove.
2056
20572013-07-26 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
2060 are restored to be sure that they are visible before deleting any
2061 remaining ones.
2062
20632013-07-26 Matthias Meulien <orontee@gmail.com>
2064
2065 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
2066 vc-print-root-log. (Bug#14948)
2067
20682013-07-26 Richard Stallman <rms@gnu.org>
2069
2070 Add aliases for encrypting mail.
2071 * epa.el (epa-mail-aliases): New option.
2072 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
2073 Bind inhibit-read-only so read-only text doesn't ruin everything.
2074 (epa-mail-default-recipients): New subroutine broken out.
2075 Handle epa-mail-aliases.
2076
20772013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 Add support for lexical variables to the debugger's `e' command.
2080 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
2081 vars, except for debugger-outer-match-data.
2082 (debugger-frame-number): Move check for "on a function call" from
2083 callers into it. Add `skip-base' argument.
2084 (debugger-frame, debugger-frame-clear): Simplify accordingly.
2085 (debugger-env-macro): Only reset the state stored in non-variables,
2086 i.e. current-buffer and match-data.
2087 (debugger-eval-expression): Rewrite using backtrace-eval.
2088 * subr.el (internal--called-interactively-p--get-frame): Remove.
2089 (called-interactively-p):
2090 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
2091 `base' arg of backtrace-frame instead.
2092
20932013-07-26 Glenn Morris <rgm@gnu.org>
2094
2095 * align.el (align-regexp): Doc fix. (Bug#14857)
2096 (align-region): Explicit error if subexpression missing/does not match.
2097
2098 * simple.el (global-visual-line-mode):
2099 Do not duplicate the mode lighter. (Bug#14858)
2100
21012013-07-25 Martin Rudalics <rudalics@gmx.at>
2102
2103 * window.el (display-buffer): In display-buffer bind
2104 split-window-keep-point to t, bug#14829.
2105
21062013-07-25 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
2109 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
2110 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
2111 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2112 Change accordingly.
2113 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2114 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
2115
21162013-07-25 Glenn Morris <rgm@gnu.org>
2117
2118 * dired-x.el (dired-mark-extension): Convert comment to doc string.
2119
21202013-07-25 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
2123 parameter to modify-frame-parameters if the value has not changed;
2124 this is a workaround for bug#14949.
2125 (desktop--make-frame): On cl-delete-if call, check parameter name,
2126 not full parameter.
2127
21282013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2129
2130 * vc/vc.el (vc-ignore): New function.
2131
2132 * vc/vc-svn.el (vc-svn-ignore): New function.
2133
2134 * vc/vc-hg.el (vc-hg-ignore): New function.
2135
2136 * vc/vc-git.el (vc-git-ignore): New function.
2137
2138 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
2139 (vc-dir-ignore): New function.
2140
2141 * vc/vc-cvs.el (vc-cvs-ignore): New function.
2142 (cvs-append-to-ignore): Move here from pcvs.el.
2143
2144 * vc/vc-bzr.el (vc-bzr-ignore): New function.
2145
2146 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
2147
21482013-07-24 Juanma Barranquero <lekktu@gmail.com>
2149
2150 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
2151 (desktop-restore-frames): Warn when deleting an existing frame failed.
2152
21532013-07-24 Glenn Morris <rgm@gnu.org>
2154
2155 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
2156
21572013-07-24 Michael Albinus <michael.albinus@gmx.de>
2158
2159 * filenotify.el (file-notify-supported-p):
2160 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2161 Remove functions.
2162
2163 * autorevert.el (auto-revert-use-notify):
2164 (auto-revert-notify-add-watch):
2165 * net/tramp.el (tramp-file-name-for-operation):
2166 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2167 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2168 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2169 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2170 Remove `file-notify-supported-p' entry.
2171
21722013-07-24 Glenn Morris <rgm@gnu.org>
2173
2174 * printing.el: Replace all uses of deleted ps-windows-system,
2175 ps-lp-system, ps-flatten-list with lpr- versions.
2176
21772013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
2180 checked with memq (bug#14935).
2181
2182 * files.el (revert-buffer-function): Use a non-nil default.
2183 (revert-buffer-preserve-modes): Declare var to
2184 provide access to the `preserve-modes' argument.
2185 (revert-buffer): Let-bind it.
2186 (revert-buffer--default): New function, extracted from revert-buffer.
2187
21882013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * lpr.el: Signal print errors more prominently.
2191 (print-region-function): Don't default to nil.
2192 (lpr-print-region): New function, extracted from print-region-1.
2193 Check lpr's return value and signal an error in case of problem.
2194 (print-region-1): Use it.
2195 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
2196 versions instead.
2197 (ps-printer-name): Default to nil.
2198 (ps-printer-name-option): Default to lpr-printer-switch.
2199 (ps-print-region-function): Don't default to nil.
2200 (ps-postscript-code-directory): Simplify default.
2201 (ps-do-despool): Use lpr-print-region to properly check the outcome.
2202 (ps-string-list, ps-eval-switch, ps-flatten-list)
2203 (ps-flatten-list-1): Remove.
2204 (ps-multibyte-buffer): Avoid setq.
2205 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
2206 (print-region-function, ps-print-region-function): Don't set them here.
2207
22082013-07-24 Xue Fuqiao <xfq.free@gmail.com>
2209
2210 * ido.el (ido-fractionp):
2211 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
2212 (ido-max-file-prompt-width, ido-unc-hosts-cache)
2213 (ido-max-directory-size, ido-max-dir-file-cache)
2214 (ido-decorations): Doc fix.
2215
2216 * ansi-color.el: Fix old URL.
2217
22182013-07-23 Michael R. Mauger <michael@mauger.com>
2219
2220 * progmodes/sql.el Version 3.3
2221 (sql-product-alist): Improve oracle :prompt-cont-regexp.
2222 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
2223 (sql-interactive-remove-continuation-prompt): Rewrite, use
2224 functions above. Fix continuation prompt and complete output line
2225 handling.
2226 (sql-redirect-one, sql-execute): Use `read-only-mode' on
2227 redirected output buffer.
2228 (sql-mode): Restore deleted code (Bug#13591).
2229
22302013-07-23 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
2233
22342013-07-23 Michael Albinus <michael.albinus@gmx.de>
2235
2236 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
2237
2238 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2239 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2240 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
2241
22422013-07-23 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * desktop.el (desktop-clear): Simplify; remove useless checks
2245 against invalid buffer names.
2246 (desktop-list*): Use cl-list*.
2247 (desktop-buffer-info, desktop-create-buffer): Simplify.
2248
22492013-07-23 Leo Liu <sdl.web@gmail.com>
2250
2251 * bookmark.el (bookmark-make-record): Restore NAME as a default
2252 value. (Bug#14933)
2253
22542013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * emacs-lisp/autoload.el (autoload--setup-output): New function,
2257 extracted from autoload--insert-text.
2258 (autoload--insert-text): Remove.
2259 (autoload--print-cookie-text): New function, extracted from
2260 autoload--insert-cookie-text.
2261 (autoload--insert-cookie-text): Remove.
2262 (autoload-generate-file-autoloads): Adjust calls accordingly.
2263
2264 * winner.el (winner-hook-installed-p): Remove.
2265 (winner-mode): Simplify accordingly.
2266
2267 * subr.el (add-to-list): Fix compiler-macro when `append' is
2268 not constant. Don't use `cl-member' for the base case.
2269
2270 * progmodes/subword.el: Fix boundary case (bug#13758).
2271 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
2272 own group.
2273 (subword-backward-regexp): Make it a constant.
2274 (subword-forward-internal): Don't treat a trailing capital as the
2275 beginning of a word.
2276
22772013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2278
2279 * emacs-lisp/package.el (package-menu-mode): Don't modify the
2280 global value of tabulated-list-revert-hook (bug#14930).
2281
22822013-07-22 Juanma Barranquero <lekktu@gmail.com>
2283
2284 * desktop.el: Require 'cl-lib.
2285 (desktop-before-saving-frames-functions): New hook.
2286 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
2287 for frames being saved. Rename from desktop--save-minibuffer-frames.
2288 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
2289 Do not save frames with non-nil `desktop-dont-save' parameter.
2290 Filter out deleted frames.
2291 (desktop--find-frame): Use cl-find-if.
2292 (desktop--select-frame): Use cl-(first|second|third) to access values
2293 of desktop-mini.
2294 (desktop--make-frame): Use cl-delete-if.
2295 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
2296 (desktop-restore-frames): Use cl-(first|second|third) to access values
2297 of desktop-mini. Look for visible frame at the end, not while
2298 restoring frames.
2299
2300 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
2301 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
2302 Use string-match-p, looking-at-p (bug#14927).
2303
23042013-07-21 Juanma Barranquero <lekktu@gmail.com>
2305
2306 * desktop.el (desktop-saved-frame-states):
2307 Rename from desktop--saved-states; all users changed.
2308 (desktop-save-frames): Rename from desktop--save-frames.
2309 Do not save state to desktop file.
2310 (desktop-save): Save desktop-saved-frame-states to desktop file
2311 and reset to nil.
2312 (desktop-restoring-frames-p): New function.
2313 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
2314 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
2315 buffer-lists when restoring frames. Suggested by Martin Rudalics.
2316
2317 * desktop.el: Correctly restore iconified frames.
2318 (desktop--filter-iconified-position): New function.
2319 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
2320
23212013-07-20 Glenn Morris <rgm@gnu.org>
2322
2323 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
2324 Let `message' do the formatting.
2325 (def-gdb-preempt-display-buffer): Add explicit format.
2326
2327 * image-dired.el (image-dired-track-original-file):
2328 Use with-current-buffer.
2329 (image-dired-track-thumbnail): Use with-current-buffer.
2330 Avoid changing point of wrong window.
2331
2332 * image-dired.el (image-dired-track-original-file):
2333 Avoid changing point of wrong window. (Bug#14909)
2334
23352013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
2336
2337 * progmodes/gdb-mi.el (gdb-done-or-error):
2338 Guard against "%" in gdb output. (Bug#14127)
2339
23402013-07-20 Andreas Schwab <schwab@linux-m68k.org>
2341
2342 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
2343 (Bug#14826)
2344
2345 * international/mule.el (coding-system-iso-2022-flags): Fix last
2346 change.
2347
23482013-07-20 Kenichi Handa <handa@gnu.org>
2349
2350 * international/mule.el (coding-system-iso-2022-flags):
2351 Add `8-bit-level-4'. (Bug#8522)
2352
23532013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2354
2355 * net/shr.el (shr-mouse-browse-url): New command and keystroke
2356 (bug#14815).
2357
2358 * net/eww.el (eww-process-text-input): Allow inputting when the
2359 point is at the start of the line, as the properties aren't
2360 front-sticky.
2361
2362 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
2363 degenerate widths.
2364
23652013-07-19 Richard Stallman <rms@gnu.org>
2366
2367 * epa.el (epa-popup-info-window): Doc fix.
2368
2369 * subr.el (split-string): New arg TRIM.
2370
23712013-07-18 Juanma Barranquero <lekktu@gmail.com>
2372
2373 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
2374 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
2375
23762013-07-18 Michael Albinus <michael.albinus@gmx.de>
2377
2378 * filenotify.el (file-notify--library): Rename from
2379 `file-notify-support'. Do not autoload. Adapt all uses.
2380 (file-notify-supported-p): New defun.
2381
2382 * autorevert.el (auto-revert-use-notify):
2383 Use `file-notify-supported-p' instead of `file-notify-support'.
2384 Adapt docstring.
2385 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
2386
2387 * net/tramp.el (tramp-file-name-for-operation):
2388 Add `file-notify-supported-p'.
2389
2390 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2391 New defun.
2392 (tramp-sh-file-name-handler-alist): Add it as handler for
2393 `file-notify-supported-p '.
2394
2395 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2396 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2397 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2398 Add `ignore' as handler for `file-notify-*' functions.
2399
24002013-07-17 Eli Zaretskii <eliz@gnu.org>
2401
2402 * simple.el (line-move-partial, line-move): Don't start vscroll or
2403 scroll-up if the current line is not taller than the window.
2404 (Bug#14881)
2405
24062013-07-16 Dmitry Gutov <dgutov@yandex.ru>
2407
2408 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
2409 highlight question marks in the method names as strings.
2410 (ruby-block-beg-keywords): Inline.
2411 (ruby-font-lock-keyword-beg-re): Extract from
2412 `ruby-font-lock-keywords'.
2413
24142013-07-16 Jan Djärv <jan.h.d@swipnet.se>
2415
2416 * frame.el (blink-cursor-blinks): New defcustom.
2417 (blink-cursor-blinks-done): New defvar.
2418 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
2419 (blink-cursor-timer-function): Check if number of blinks has been
2420 done on X and NS.
2421 (blink-cursor-suspend, blink-cursor-check): New defuns.
2422
24232013-07-15 Glenn Morris <rgm@gnu.org>
2424
2425 * edmacro.el (edmacro-format-keys): Fix previous change.
2426
24272013-07-15 Paul Eggert <eggert@cs.ucla.edu>
2428
2429 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
2430 The hack didn't work outside English locales anyway.
2431
24322013-07-15 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * simple.el (define-alternatives): Rename from alternatives-define,
2435 per RMS' suggestion.
2436
24372013-07-14 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * desktop.el (desktop-restore-frames): Change default to t.
2440 (desktop-restore-in-current-display): Now offer more options.
2441 (desktop-restoring-reuses-frames): New customization option.
2442 (desktop--saved-states): Doc fix.
2443 (desktop-filter-parameters-alist): New variable, renamed and expanded
2444 from desktop--excluded-frame-parameters.
2445 (desktop--target-display): New variable.
2446 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
2447 (desktop--filter-tty*, desktop--filter-*-color)
2448 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2449 (desktop--filter-save-desktop-parm)
2450 (desktop-restore-in-original-display-p): New functions.
2451 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
2452 (desktop--save-minibuffer-frames): New function, inspired by a similar
2453 function from Martin Rudalics.
2454 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
2455 (desktop--restore-in-this-display-p): Remove.
2456 (desktop--find-frame): Rename from desktop--find-frame-in-display
2457 and add predicate argument.
2458 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
2459 (desktop--reuse-list): New variable.
2460 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
2461 New functions.
2462 (desktop--restore-frames): Add support for "minibuffer-special" frames.
2463
24642013-07-14 Michael Albinus <michael.albinus@gmx.de>
2465
2466 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
2467
24682013-07-13 Dmitry Gutov <dgutov@yandex.ru>
2469
2470 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2471 Highlight conversion methods on Kernel.
2472
24732013-07-13 Alan Mackenzie <acm@muc.de>
2474
2475 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
2476 and comment it out. This out-commenting enables certain C++
2477 declarations to be parsed correctly.
2478
24792013-07-13 Eli Zaretskii <eliz@gnu.org>
2480
2481 * international/mule.el (define-coding-system): Doc fix.
2482
2483 * simple.el (default-font-height): Don't call font-info if the
2484 frame's default font didn't change since the frame was created.
2485 (Bug#14838)
2486
24872013-07-13 Leo Liu <sdl.web@gmail.com>
2488
2489 * ido.el (ido-read-file-name): Guard against non-symbol value.
2490
24912013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2492
2493 * progmodes/python.el (python-imenu--build-tree): Fix corner case
2494 in nested defuns.
2495
24962013-07-13 Leo Liu <sdl.web@gmail.com>
2497
2498 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
2499 ido-set-matches call. (Bug#6852)
2500
25012013-07-12 Dmitry Gutov <dgutov@yandex.ru>
2502
2503 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
2504 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
2505 Ruby 2.0.
2506 (ruby-font-lock-keywords): Distinguish calls to functions with
2507 module-like names from module references. Highlight character
2508 literals.
2509
25102013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
2511
2512 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
2513 (gdb-send): Handle continued commands. (Bug#14847)
2514
25152013-07-12 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * desktop.el (desktop--v2s): Remove unused local variable.
2518 (desktop-save-buffer): Make defvar-local; adjust docstring.
2519 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
2520 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
2521
25222013-07-12 Andreas Schwab <schwab@linux-m68k.org>
2523
2524 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
2525
25262013-07-12 Eli Zaretskii <eliz@gnu.org>
2527
2528 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
2529 (Bug#14842)
2530
25312013-07-12 Glenn Morris <rgm@gnu.org>
2532
2533 * doc-view.el: Require cl-lib at runtime too.
2534 (doc-view-remove-if): Remove.
2535 (doc-view-search-next-match, doc-view-search-previous-match):
2536 Use cl-remove-if.
2537
2538 * edmacro.el: Require cl-lib at runtime too.
2539 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
2540 (edmacro-mismatch, edmacro-subseq): Remove.
2541
2542 * shadowfile.el: Require cl-lib.
2543 (shadow-remove-if): Remove.
2544 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
2545 Use cl-remove-if.
2546
2547 * wid-edit.el: Require cl-lib.
2548 (widget-choose): Use cl-remove-if.
2549 (widget-remove-if): Remove.
2550
2551 * progmodes/ebrowse.el: Require cl-lib at runtime too.
2552 (ebrowse-delete-if-not): Remove.
2553 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
2554 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
2555 Use cl-delete-if-not.
2556
25572013-07-12 Juanma Barranquero <lekktu@gmail.com>
2558
2559 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
2560 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
2561
25622013-07-12 Leo Liu <sdl.web@gmail.com>
2563
2564 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
2565
25662013-07-11 Glenn Morris <rgm@gnu.org>
2567
2568 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
2569 (edebug-gensym-index, edebug-gensym):
2570 Remove reimplementation of cl-gensym.
2571 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
2572
2573 * thumbs.el: Require cl-lib at run-time too.
2574 (thumbs-gensym-counter, thumbs-gensym):
2575 Remove reimplementation of cl-gensym.
2576 (thumbs-temp-file): Use cl-gensym.
2577
2578 * emacs-lisp/ert.el: Require cl-lib at runtime too.
2579 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
2580 (ert--intersection, ert--set-difference, ert--set-difference-eq)
2581 (ert--union, ert--gensym-counter, ert--gensym-counter)
2582 (ert--coerce-to-vector, ert--remove*, ert--string-position)
2583 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
2584 (ert-make-test-unbound, ert--expand-should-1)
2585 (ert--expand-should, ert--should-error-handle-error)
2586 (should-error, ert--explain-equal-rec)
2587 (ert--plist-difference-explanation, ert-select-tests)
2588 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
2589 Use cl-lib functions rather than reimplementations.
2590
25912013-07-11 Michael Albinus <michael.albinus@gmx.de>
2592
2593 * net/tramp.el (tramp-methods): Extend docstring.
2594 (tramp-connection-timeout): New defcustom.
2595 (tramp-error-with-buffer): Reset timestamp only when appropriate.
2596 (with-tramp-progress-reporter): Simplify.
2597 (tramp-process-actions): Improve messages.
2598
2599 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2600 * net/tramp-sh.el (tramp-maybe-open-connection):
2601 Use `tramp-connection-timeout'.
2602 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
2603 (Bug#14808)
2604
26052013-07-11 Leo Liu <sdl.web@gmail.com>
2606
2607 * ido.el (ido-read-file-name): Conform to the requirements of
2608 read-file-name. (Bug#11861)
2609 (ido-read-directory-name): Conform to the requirements of
2610 read-directory-name.
2611
26122013-07-11 Juanma Barranquero <lekktu@gmail.com>
2613
2614 * subr.el (delay-warning): New function.
2615
26162013-07-10 Eli Zaretskii <eliz@gnu.org>
2617
2618 * simple.el (default-line-height): New function.
2619 (line-move-partial, line-move): Use it instead of computing the
2620 line height inline.
2621 (line-move-partial): Always compute ROWH. If the last line is
2622 partially-visible, but its text is completely visible, allow
2623 cursor to enter such a partially-visible line.
2624
26252013-07-10 Michael Albinus <michael.albinus@gmx.de>
2626
2627 Improve error messages. (Bug#14808)
2628
2629 * net/tramp.el (tramp-current-connection): New defvar, moved from
2630 tramp-sh.el.
2631 (tramp-message-show-progress-reporter-message): Remove, not
2632 needed anymore.
2633 (tramp-error-with-buffer): Show message in minibuffer.
2634 Discard input before waiting. Reset connection timestamp.
2635 (with-tramp-progress-reporter): Improve messages.
2636 (tramp-process-actions): Use progress reporter. Delete process in
2637 case of error. Improve messages.
2638
2639 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
2640 Call `tramp-error-with-buffer' with vector and buffer.
2641 (tramp-current-connection): Remove.
2642 (tramp-maybe-open-connection): The car of
2643 `tramp-current-connection' are the first 3 slots of the vector.
2644
26452013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
2646
2647 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
2648 inside continued strings.
2649
26502013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2651
2652 Timestamp fixes for undo (Bug#14824).
2653 * files.el (clear-visited-file-modtime): Move here from fileio.c.
2654
26552013-07-10 Leo Liu <sdl.web@gmail.com>
2656
2657 * files.el (require-final-newline): Allow safe local value.
2658 (Bug#14834)
2659
26602013-07-09 Leo Liu <sdl.web@gmail.com>
2661
2662 * ido.el (ido-read-directory-name): Handle fallback.
2663 (ido-read-file-name): Update DIR to ido-current-directory.
2664 (Bug#1516)
2665 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
2666
26672013-07-09 Dmitry Gutov <dgutov@yandex.ru>
2668
2669 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
2670 "autoload". Remove "warn lower camel case" section, previously
2671 commented out. Highlight negation char. Do not highlight the
2672 target in singleton method definitions.
2673
26742013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 * faces.el (tty-setup-hook): Declare the hook.
2677
2678 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
2679 and detect when a guard/pred depends on local vars (bug#14773).
2680 (pcase--u1): Adjust caller.
2681
26822013-07-08 Eli Zaretskii <eliz@gnu.org>
2683
2684 * simple.el (line-move-partial, line-move): Account for
2685 line-spacing.
2686 (line-move-partial): Avoid setting vscroll when the last
2687 partially-visible line in window is of default height.
2688
26892013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2690
2691 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
2692 been used a while.
2693
26942013-07-07 Juanma Barranquero <lekktu@gmail.com>
2695
2696 * subr.el (read-quoted-char): Remove unused local variable `char'.
2697
26982013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
2699
2700 * ediff.el (ediff-version): Version update.
2701 (ediff-files-command, ediff3-files-command, ediff-merge-command)
2702 (ediff-merge-with-ancestor-command, ediff-directories-command)
2703 (ediff-directories3-command, ediff-merge-directories-command)
2704 (ediff-merge-directories-with-ancestor-command): New functions.
2705 All are command-line interfaces to ediff: to facilitate calling
2706 Emacs with the appropriate ediff functions invoked.
2707
2708 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
2709 (viper-save-kill-buffer): Check if buffer is modified.
2710
2711 * viper.el (viper-version): Version update.
2712 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
2713
27142013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
2717 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
2718 (viper-intercept-ESC-key): Simplify.
2719 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
2720 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
2721 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
2722 (viper-setup-ESC-to-escape): New functions.
2723 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
2724 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
2725
27262013-07-07 Eli Zaretskii <eliz@gnu.org>
2727
2728 * simple.el (default-font-height, window-screen-lines):
2729 New functions.
2730 (line-move, line-move-partial): Use them instead of
2731 frame-char-height and window-text-height. This makes scrolling
2732 text smoother when the buffer's default face uses a font that is
2733 different from the frame's default font.
2734
27352013-07-06 Jan Djärv <jan.h.d@swipnet.se>
2736
2737 * files.el (write-file): Do not display confirm dialog for NS,
2738 it does its own dialog, which can't be cancelled (Bug#14578).
2739
27402013-07-06 Eli Zaretskii <eliz@gnu.org>
2741
2742 * simple.el (line-move-partial): Adjust the row returned by
2743 posn-at-point for the current window-vscroll. (Bug#14567)
2744
27452013-07-06 Michael Albinus <michael.albinus@gmx.de>
2746
2747 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
2748 (tramp-sh-file-inotifywait-process-filter): Handle file names with
2749 spaces.
2750
27512013-07-06 Martin Rudalics <rudalics@gmx.at>
2752
2753 * window.el (window-state-put-stale-windows): New variable.
2754 (window--state-put-2): Save list of windows without matching buffer.
2755 (window-state-put): Remove "bufferless" windows if possible.
2756
27572013-07-06 Juanma Barranquero <lekktu@gmail.com>
2758
2759 * simple.el (alternatives-define): Remove leftover :group keyword.
2760 Tweak docstring.
2761
27622013-07-06 Leo Liu <sdl.web@gmail.com>
2763
2764 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
2765 (ido-enable-virtual-buffers): New variable.
2766 (ido-buffer-internal, ido-toggle-virtual-buffers)
2767 (ido-make-buffer-list): Use it.
2768 (ido-exhibit): Support turning on and off virtual buffers
2769 automatically.
2770
27712013-07-06 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * simple.el (alternatives-define): New macro.
2774
27752013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * subr.el (read-quoted-char): Use read-key.
2778 (sit-for): Let read-event decode tty input (bug#14782).
2779
27802013-07-05 Stephen Berman <stephen.berman@gmx.net>
2781
2782 * calendar/todo-mode.el: Add handling of file deletion, both by
2783 mode command and externally. Fix various related bugs.
2784 Clarify Commentary and improve some documentation strings and code.
2785 (todo-delete-file): New command.
2786 (todo-check-file): New function.
2787 (todo-show): Handle external deletion of the file we're trying to
2788 show (bug#14688). Replace called-interactively-p by an optional
2789 prefix argument to avoid problematic interaction with catch form
2790 when byte compiled (bug#14702).
2791 (todo-quit): Handle external deletion of the archive's todo file.
2792 Make sure the buffer that was visiting the archive file is still
2793 live before trying to bury it.
2794 (todo-category-completions): Handle external deletion of any
2795 category completion files.
2796 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
2797 of todo files, in case of external deletion.
2798 (todo-add-file): Replace unnecessary setq by let-binding.
2799 (todo-find-archive): Check whether there are any archives.
2800 Replace unnecessary setq by let-binding.
2801 (todo-archive-done-item): Use find-file-noselect to get the
2802 archive buffer whether or not the archive already exists.
2803 Remove superfluous code. Use file size instead of buffer-file-name to
2804 check if the archive is new; if it is, update list of archives.
2805 (todo-default-todo-file): Allow nil to be a valid value for when
2806 there are no todo files.
2807 (todo-reevaluate-default-file-defcustom): Use corrected definition
2808 of todo-default-todo-file.
2809 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
2810 (todo-delete-category, todo-show-categories-table)
2811 (todo-category-number): Clarify comment.
2812 (todo-filter-items): Clarify documentation string.
2813 (todo-show-current-file, todo-display-as-todo-file)
2814 (todo-reset-and-enable-done-separator): Tweak documentation string.
2815 (todo-done-separator): Make separator length window-width, since
2816 bug#2749 is now fixed.
2817
28182013-07-05 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2821 Support both "gvfs-monitor-dir" and "inotifywait".
2822 (tramp-sh-file-inotifywait-process-filter): Rename from
2823 `tramp-sh-file-notify-process-filter'.
2824 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2825 (tramp-get-remote-gvfs-monitor-dir): New defuns.
2826
28272013-07-05 Leo Liu <sdl.web@gmail.com>
2828
2829 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
2830
28312013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2832
2833 * frame.el (display-pixel-height, display-pixel-width)
2834 (display-mm-height, display-mm-width): Mention behavior on
2835 multi-monitor setups in docstrings.
2836 (w32-display-monitor-attributes-list): Declare function.
2837 (display-monitor-attributes-list): Use it.
2838
28392013-07-04 Michael Albinus <michael.albinus@gmx.de>
2840
2841 * filenotify.el: New package.
2842
2843 * autorevert.el (top): Require filenotify.el.
2844 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
2845 instead.
2846 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2847 (auto-revert-notify-handler): Use `file-notify-*' functions.
2848
2849 * subr.el (file-notify-handle-event): Move function to filenotify.el.
2850
2851 * net/tramp.el (tramp-file-name-for-operation):
2852 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
2853
2854 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2855 for `file-notify-add-watch' and `file-notify-rm-watch'.
2856 (tramp-process-sentinel): Improve trace.
2857 (tramp-sh-handle-file-notify-add-watch)
2858 (tramp-sh-file-notify-process-filter)
2859 (tramp-sh-handle-file-notify-rm-watch)
2860 (tramp-get-remote-inotifywait): New defuns.
2861
28622013-07-03 Juri Linkov <juri@jurta.org>
2863
2864 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
2865 call of `occur-read-primary-args' to interactive spec.
2866
2867 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
2868 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
2869
28702013-07-03 Matthias Meulien <orontee@gmail.com>
2871
2872 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
2873 `Buffer-menu-multi-occur'. Add it to the menu.
2874 (Buffer-menu-mode): Document it in docstring.
2875 (Buffer-menu-multi-occur): New command. (Bug#14673)
2876
28772013-07-03 Dmitry Gutov <dgutov@yandex.ru>
2878
2879 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2880 keywords and built-ins.
2881
28822013-07-03 Glenn Morris <rgm@gnu.org>
2883
2884 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
2885
2886 Make info-xref checks case-sensitive by default
2887 * info.el (Info-find-node, Info-find-in-tag-table)
2888 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
2889 Add option for exact case matching of nodes.
2890 * info-xref.el (info-xref): New custom group.
2891 (info-xref-case-fold): New option.
2892 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
2893
28942013-07-03 Leo Liu <sdl.web@gmail.com>
2895
2896 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
2897
28982013-07-03 Dmitry Gutov <dgutov@yandex.ru>
2899
2900 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
2901 middle of block statement initially, lower the depth. Remove
2902 FIXME comment, not longer valid. Remove middle of block statement
2903 detection, no need to do that anymore since we've been using
2904 `ruby-parse-region' here.
2905
29062013-07-02 Jan Djärv <jan.h.d@swipnet.se>
2907
2908 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
2909
29102013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2911
2912 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
2913
29142013-07-01 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
2917 (desktop-restore-in-current-display): New customization option.
2918 (desktop--excluded-frame-parameters): Add `font'.
2919 (desktop--save-frames): Rename from desktop--save-windows.
2920 (desktop--restore-in-this-display-p): New function.
2921 (desktop--make-full-frame): Remove unwanted width/height from
2922 full(width|height) frames.
2923 (desktop--restore-frames): Rename from desktop--restore-windows.
2924 Obey desktop-restore-current-display. Do not delete old frames or
2925 select a new frame unless we were able to restore at least one frame.
2926
29272013-06-30 Michal Nazarewicz <mina86@mina86.com>
2928
2929 * files.el (find-file-noselect): Simplify conditional expression.
2930
2931 * remember.el (remember-append-to-file):
2932 Don't mix `find-buffer-visiting' and `get-file-buffer'.
2933
2934 Add `remember-notes' function to store random notes across Emacs
2935 restarts.
2936 * remember.el (remember-data-file): Add :set callback to affect
2937 notes buffer (if any).
2938 (remember-notes): New command.
2939 (remember-notes-buffer-name, bury-remember-notes-on-kill):
2940 New defcustoms for the `remember-notes' function.
2941 (remember-notes-save-and-bury-buffer): New command.
2942 (remember-notes-mode-map): New variable.
2943 (remember-mode): New minor mode.
2944 (remember-notes--kill-buffer-query): New function.
2945 * startup.el (initial-buffer-choice): Add notes to custom type.
2946
29472013-06-30 Eli Zaretskii <eliz@gnu.org>
2948
2949 * bindings.el (right-char, left-char): Don't call sit-for, this is
2950 no longer needed. Use arithmetic comparison only for numerical
2951 arguments.
2952
2953 * international/mule-cmds.el (select-safe-coding-system):
2954 Handle the case of FROM being a string correctly. (Bug#14755)
2955
29562013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2957
2958 * net/shr.el (shr-make-table-1): Add a sanity check that allows
2959 progression on degenerate tables.
2960 (shr-rescale-image): ImageMagick animated images currently don't work.
2961
29622013-06-30 Juanma Barranquero <lekktu@gmail.com>
2963
2964 Some fixes and improvements for desktop frame restoration.
2965 It is still experimental and disabled by default.
2966 * desktop.el (desktop--save-windows): Put the selected frame at
2967 the head of the list.
2968 (desktop--make-full-frame): New function.
2969 (desktop--restore-windows): Try to re-select the frame that was
2970 selected upon saving. Do not abort if some frames fail to restore,
2971 just show an error message and continue. Set up maximized frames
2972 so they have default non-maximized dimensions.
2973
29742013-06-30 Dmitry Gutov <dgutov@yandex.ru>
2975
2976 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2977 Don't start heredoc inside a string or comment.
2978
29792013-06-29 Eli Zaretskii <eliz@gnu.org>
2980
2981 * bindings.el (visual-order-cursor-movement): New defcustom.
2982 (right-char, left-char): Provide visual-order cursor motion by
2983 calling move-point-visually. Update the doc strings.
2984
29852013-06-28 Kenichi Handa <handa@gnu.org>
2986
2987 * international/mule.el (define-coding-system): New coding system
2988 properties :inhibit-null-byte-detection,
2989 :inhibit-iso-escape-detection, and :prefer-utf-8.
2990 (set-buffer-file-coding-system): If :charset-list property of
2991 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
2992 appropriate for setting.
2993
2994 * international/mule-cmds.el (select-safe-coding-system):
2995 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
2996 multibyte characters, return utf-8 (or one of its siblings).
2997
2998 * international/mule-conf.el (prefer-utf-8): New coding system.
2999 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
3000 files.
3001
30022013-06-28 Ivan Kanis <ivan@kanis.fr>
3003
3004 * net/shr.el (shr-render-region): New function.
3005
3006 * net/eww.el: Autoload `eww-browse-url'.
3007
30082013-06-27 Dmitry Gutov <dgutov@yandex.ru>
3009
3010 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3011 Adapt to `package-desc-version' being a list.
3012 Use `package--ac-desc-version' to retrieve version from a package
3013 archive element.
3014
30152013-06-27 Juanma Barranquero <lekktu@gmail.com>
3016
3017 New experimental feature to save&restore window and frame setup.
3018 * desktop.el (desktop-save-windows): New defcustom.
3019 (desktop--saved-states): New var.
3020 (desktop--excluded-frame-parameters): New defconst.
3021 (desktop--filter-frame-parms, desktop--find-frame-in-display)
3022 (desktop--restore-windows, desktop--save-windows): New functions.
3023 (desktop-save): Call `desktop--save-windows'.
3024 (desktop-read): Call `desktop--restore-windows'.
3025
30262013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3027
3028 * net/shr.el (add-face-text-property): Remove compat definition.
3029
30302013-06-27 Stephen Berman <stephen.berman@gmx.net>
3031
3032 * info.el (Info-try-follow-nearest-node): Move search for footnote
3033 above search for node name to prevent missing a footnote (bug#14717).
3034
30352013-06-27 Stephen Berman <stephen.berman@gmx.net>
3036
3037 * obsolete/otodo-mode.el: Add obsolescence info to file header.
3038
30392013-06-27 Leo Liu <sdl.web@gmail.com>
3040
3041 * net/eww.el (eww-read-bookmarks): Check file size.
3042
30432013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
3046 advice--pending if newdef is nil or an autoload (bug#13820).
3047 (advice-mapc): New function.
3048
30492013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3050
3051 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
3052 probably.
3053 (eww-mode-map): Add a menu bar.
3054 (eww-add-bookmark): New command.
3055 (eww-bookmark-mode): New mode and commands.
3056 (eww-add-bookmark): Remove newlines from the title.
3057 (eww-bookmark-browse): Don't bug out if it's the only window.
3058
30592013-06-26 Glenn Morris <rgm@gnu.org>
3060
3061 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
3062 (hfy-size): Handle ttys. (Bug#14668)
3063
3064 * info-xref.el: Update for Texinfo 5 change in *note format.
3065 (info-xref-node-re, info-xref-note-re): New constants.
3066 (info-xref-check-buffer): Use info-xref-note-re.
3067
30682013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
3071
3072 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
3073 nil terminate the loop (bug#14718).
3074
30752013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3076
3077 * net/eww.el: Rework history traversal. When going forward/back,
3078 put these actions into the history, too, so that they can be
3079 replayed.
3080 (eww-render): Move the history reset to the correct buffer.
3081
30822013-06-25 Juri Linkov <juri@jurta.org>
3083
3084 * files-x.el (modify-dir-local-variable): Change the header comment
3085 in the file with directory local variables. (Bug#14692)
3086
3087 * files-x.el (read-file-local-variable-value): Add `default'.
3088 (Bug#14710)
3089
30902013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3091
3092 * net/eww.el (eww-make-unique-file-name): Create a unique file
3093 name before saving to entering `y' accidentally asynchronously.
3094
30952013-06-25 Ivan Kanis <ivan@kanis.fr>
3096
3097 * net/eww.el (eww-download): New command and keystroke.
3098
30992013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3100
3101 * net/eww.el (eww-copy-page-url): Change name of command.
3102
3103 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
3104 be more consistent with Info and dired.
3105
3106 * net/eww.el (eww-mode-map): Ditto.
3107
31082013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
3111 packages from archives.
3112 (package-archive-contents): Change format; include obsolete packages.
3113 (package-desc): Use `dir' to mark builtin packages.
3114 (package--from-builtin): Set the `dir' field to `builtin'.
3115 (generated-autoload-file, version-control): Declare.
3116 (package-compute-transaction): Change first arg and return value to be
3117 lists of package-descs. Adjust to new package-archive-contents format.
3118 (package--add-to-archive-contents): Adjust to new
3119 package-archive-contents format.
3120 (package-download-transaction): Arg is now a list of package-descs.
3121 (package-install): If `pkg' is a package name, pass it as
3122 a requirement, so it is subject to the usual (e.g. disabled) checks.
3123 (describe-package): Accept package-desc as well.
3124 (describe-package-1): Describe a specific package-desc. Add links to
3125 other package-descs for the same package name.
3126 (package-menu-describe-package): Pass the actual package-desc.
3127 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
3128 works correctly.
3129 (package-desc-status): New function.
3130 (package-menu--refresh): New function, extracted
3131 from package-menu--generate.
3132 (package-menu--generate): Use it.
3133 (package-delete): Update package-alist.
3134 (package-menu-execute): Don't call package-initialize.
3135
3136 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
3137 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
3138 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
3139 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
3140 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
3141 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
3142
31432013-06-25 Martin Rudalics <rudalics@gmx.at>
3144
3145 * window.el (window--state-get-1): Workaround for bug#14527.
3146 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
3147
31482013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3149
3150 * net/eww.el (eww-back-url): Implement the history by stashing all
3151 the data into a list.
3152 (eww-forward-url): Allow going forward in the history, too.
3153
31542013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
3157 for values and use read--expression for expressions (bug#14710).
3158 (read-file-local-variable): Avoid setq.
3159 (read-file-local-variable-mode): Use minor-mode-list.
3160
31612013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3162
3163 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
3164 for DOI URLs.
3165
31662013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3167
3168 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
3169 Update imenu-support when dialect changes.
3170
31712013-06-25 Leo Liu <sdl.web@gmail.com>
3172
3173 * ido.el (ido-read-internal): Allow forward slash on windows.
3174
31752013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3176
3177 * net/eww.el (eww): Start of strings is \\`, not ^.
3178
31792013-06-24 Ivan Kanis <ivan@kanis.fr>
3180
3181 * net/shr.el (shr-browse-url): Fix interactive spec.
3182
3183 * net/eww.el (eww): Add a trailing slash to domain names.
3184
31852013-06-24 Juanma Barranquero <lekktu@gmail.com>
3186
3187 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
3188
31892013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3190
3191 * net/shr.el (shr-browse-url): Use an external browser if given a
3192 prefix.
3193
3194 * net/eww.el (eww-external-browser): Move to shr.
3195
31962013-06-24 Ivan Kanis <ivan@kanis.fr>
3197
3198 * net/eww.el (eww): Work more correctly for file: URLs.
3199 (eww-detect-charset): Allow quoted charsets.
3200 (eww-yank-page-url): New command and keystroke.
3201
32022013-06-24 Daiki Ueno <ueno@gnu.org>
3203
3204 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
3205 file name of gpg executable.
3206 (epg-context-program): New function.
3207 (epg-context-home-directory): New function.
3208 (epg-context-set-program): New function.
3209 (epg-context-set-home-directory): New function.
3210 (epg--start): Use `epg-context-program' instead of
3211 'epg-gpg-program'.
3212 (epg--list-keys-1): Likewise.
3213
32142013-06-24 Leo Liu <sdl.web@gmail.com>
3215
3216 * ido.el (ido-read-internal): Fix bug#14620.
3217
32182013-06-23 Juanma Barranquero <lekktu@gmail.com>
3219
3220 * faces.el (face-documentation): Simplify.
3221 (read-face-attribute, tty-find-type, x-resolve-font-name):
3222 Use `string-match-p'.
3223 (list-faces-display): Use `string-match-p'. Simplify.
3224 (face-spec-recalc): Check face to avoid face alias loops.
3225 (read-color): Use `string-match-p' and non-capturing parenthesis.
3226
32272013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3228
3229 * net/shr.el (shr-rescale-image): Use the new
3230 :max-width/:max-height functionality.
3231
32322013-06-23 Ivan Kanis <ivan@kanis.fr>
3233
3234 * net/eww.el (eww-search-prefix): New variable.
3235 (eww): Use it.
3236 (eww-external-browser): New variable.
3237 (eww-mode-map): New keystroke.
3238 (eww-browse-with-external-browser): New command.
3239
3240 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
3241
32422013-06-23 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3245 Don't skip aligning the next header field when padding is 0;
3246 otherwise, field width is not respected unless the title is as
3247 wide as the field.
3248
32492013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * emacs-lisp/package.el (package-el-version): Remove.
3252 (package-process-define-package): Fix inf-loop.
3253 (package-install): Allow symbols as arguments again.
3254
32552013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3256
3257 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
3258 add some more keyword-like methods.
3259 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
3260
32612013-06-22 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * bs.el (bs-buffer-show-mark): Make defvar-local.
3264 (bs-mode): Use setq-local.
3265
3266 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
3267 (emacs-lock--try-unlocking): Make defvar-local.
3268
32692013-06-22 Glenn Morris <rgm@gnu.org>
3270
3271 * play/cookie1.el (cookie-apropos): Minor simplification.
3272
3273 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
3274
32752013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3276
3277 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
3278 `regexp-opt', it breaks the build during dumping.
3279
32802013-06-21 Dmitry Gutov <dgutov@yandex.ru>
3281
3282 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3283 Highlight keyword-like methods on Kernel and Module with
3284 font-lock-builtin-face.
3285 (auto-mode-alist): Consolidate different entries into one regexp
3286 and add more *file-s.
3287
32882013-06-21 Stephen Berman <stephen.berman@gmx.net>
3289
3290 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
3291
3292 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
3293 (diary-entry): Use it in the action of this button type instead of
3294 diary-goto-entry.
3295
3296 * calendar/todo-mode.el: New version.
3297 (todo-add-category): Append new category to end of file and give
3298 it the highest number, instead of putting it at the beginning and
3299 giving it 0. Incorporate noninteractive functionality.
3300 (todo-forward-category): Adapt to 1-based category numbering.
3301 Allow skipping over archived categories.
3302 (todo-backward-category): Derive from todo-forward-category.
3303 (todo-backward-item, todo-forward-item): Make noninteractive and
3304 delegate interactive part to new commands. Make sensitive to done items.
3305 (todo-categories): Make value an alist of category names and
3306 vectors of item counts.
3307 (todo-category-beg): Make a defconst.
3308 (todo-category-number): Use 1 instead of 0 as initial value.
3309 (todo-category-select): Make sensitive to overlays, optional item
3310 highlighting and done items.
3311 (todo-delete-item): Make sensitive to overlays and marked and done items.
3312 (todo-edit-item): Make sensitive to overlays and editing of
3313 date/time header optional. Add format checks.
3314 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
3315 no-op if point is not on an item. Advertise using todo-edit-quit.
3316 (todo-edit-mode): Make sensitive to new format, font-locking, and
3317 multiple todo files.
3318 (todo-insert-item, todo-insert-item-here): Derive from
3319 todo-basic-insert-item and extend functionality.
3320 (todo-item-end, todo-item-start): Make sensitive to done items.
3321 (todo-item-string): Don't return text properties. Restore point.
3322 (todo-jump-to-category): Make sensitive to multiple todo files and
3323 todo archives. Use extended category completion.
3324 (todo-lower-item, todo-raise-item): Rename to *-priority and
3325 derive from todo-set-item-priority.
3326 (todo-mode): Derive from special-mode. Make sensitive to new
3327 format, font-locking and multiple todo files. Make read-only.
3328 (todo-mode-map): Don't suppress digit keys, so they can supply
3329 prefix arguments. Add many new key bindings.
3330 (todo-prefix): Insert as an overlay instead of file text.
3331 Change semantics from diary date expression to purely visual mark.
3332 (todo-print): Rename to todo-print-buffer. Make buffer display
3333 features printable. Remove option to restrict number of items
3334 printed. Add option to print to file.
3335 (todo-print-function): Rename to todo-print-buffer-function.
3336 (todo-quit): Extend to handle exiting new todo modes.
3337 (todo-remove-item): Make sensitive to overlays.
3338 (todo-save): Extend to buffers of filtered items.
3339 (todo-show): Make sensitive to done items, multiple todo files and
3340 new todo modes. Offer to convert legacy todo file before creating
3341 first new todo file.
3342 (todo-show-priorities): Rename to todo-top-priorities.
3343 Change semantics of value 0.
3344 (todo-top-priorities): Rename to todo-filter-top-priorities,
3345 derive from todo-filter-items and extend functionality.
3346 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
3347 and extend functionality to other types of filtered items.
3348 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
3349 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
3350 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
3351 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
3352 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
3353 (todo-edit-mode-hook, todo-entry-prefix-function)
3354 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
3355 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
3356 (todo-initials, todo-insert-threshold, todo-item-string-start)
3357 (todo-line-string, todo-menu, todo-mode-hook)
3358 (todo-more-important-p, todo-previous-answer, todo-previous-line)
3359 (todo-print-priorities, todo-remove-separator)
3360 (todo-save-top-priorities-too, todo-string-count-lines)
3361 (todo-string-multiline-p, todo-time-string-format)
3362 (todo-tmp-buffer-name): Remove.
3363 (todo-add-file, todo-archive-done-item, todo-choose-archive)
3364 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
3365 (todo-edit-category-diary-inclusion)
3366 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
3367 (todo-edit-file, todo-edit-item-date-day)
3368 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
3369 (todo-edit-item-date-month, todo-edit-item-date-to-today)
3370 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
3371 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
3372 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
3373 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
3374 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
3375 (todo-filter-top-priorities-multifile, todo-find-archive)
3376 (todo-find-filtered-items-file, todo-go-to-source-item)
3377 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
3378 (todo-jump-to-archive-category, todo-lower-category)
3379 (todo-mark-category, todo-marked-item-p, todo-merge-category)
3380 (todo-move-category, todo-move-item, todo-next-button)
3381 (todo-next-item, todo-padded-string, todo-powerset)
3382 (todo-previous-button, todo-previous-item)
3383 (todo-print-buffer-to-file, todo-raise-category)
3384 (todo-rename-category, todo-repair-categories-sexp, todo-search)
3385 (todo-set-category-number, todo-set-item-priority)
3386 (todo-set-top-priorities-in-category)
3387 (todo-set-top-priorities-in-file, todo-show-categories-table)
3388 (todo-sort-categories-alphabetically-or-numerically)
3389 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
3390 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
3391 (todo-toggle-item-header, todo-toggle-item-highlighting)
3392 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
3393 (todo-toggle-view-done-items, todo-toggle-view-done-only)
3394 (todo-unarchive-items, todo-unmark-category): New commands.
3395 (todo-absolute-file-name, todo-add-to-buffer-list)
3396 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
3397 (todo-basic-insert-item, todo-category-completions)
3398 (todo-category-number, todo-category-string-matcher-1)
3399 (todo-category-string-matcher-2, todo-check-filtered-items-file)
3400 (todo-check-format, todo-clear-matches)
3401 (todo-comment-string-matcher, todo-convert-legacy-date-time)
3402 (todo-current-category, todo-date-string-matcher)
3403 (todo-define-insertion-command, todo-diary-expired-matcher)
3404 (todo-diary-goto-entry, todo-diary-item-p)
3405 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
3406 (todo-display-categories, todo-display-sorted, todo-done-item-p)
3407 (todo-done-item-section-p, todo-done-separator)
3408 (todo-done-string-matcher, todo-files, todo-filter-items)
3409 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
3410 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
3411 (todo-insert-category-line, todo-insert-item-from-calendar)
3412 (todo-insert-sort-button, todo-insert-with-overlays)
3413 (todo-insertion-command-name, todo-insertion-key-bindings)
3414 (todo-label-to-key, todo-longest-category-name-length)
3415 (todo-make-categories-list, todo-mode-external-set)
3416 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
3417 (todo-modes-set-3, todo-multiple-filter-files)
3418 (todo-nondiary-marker-matcher, todo-prefix-overlays)
3419 (todo-read-category, todo-read-date, todo-read-dayname)
3420 (todo-read-file-name, todo-read-time)
3421 (todo-reevaluate-category-completions-files-defcustom)
3422 (todo-reevaluate-default-file-defcustom)
3423 (todo-reevaluate-filelist-defcustoms)
3424 (todo-reevaluate-filter-files-defcustom)
3425 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
3426 (todo-reset-done-separator, todo-reset-done-separator-string)
3427 (todo-reset-done-string, todo-reset-global-current-todo-file)
3428 (todo-reset-highlight-item, todo-reset-nondiary-marker)
3429 (todo-reset-prefix, todo-set-categories)
3430 (todo-set-date-from-calendar, todo-set-show-current-file)
3431 (todo-set-top-priorities, todo-short-file-name)
3432 (todo-show-current-file, todo-sort, todo-time-string-matcher)
3433 (todo-total-item-counts, todo-update-buffer-list)
3434 (todo-update-categories-display, todo-update-categories-sexp)
3435 (todo-update-count, todo-validate-name, todo-y-or-n-p):
3436 New functions.
3437 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
3438 New major modes.
3439 (todo-categories, todo-display, todo-edit, todo-faces)
3440 (todo-filtered): New defgroups.
3441 (todo-archived-only, todo-button, todo-category-string, todo-date)
3442 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
3443 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
3444 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
3445 (todo-add-item-if-new-category, todo-always-add-time-string)
3446 (todo-categories-align, todo-categories-archived-label)
3447 (todo-categories-category-label, todo-categories-diary-label)
3448 (todo-categories-done-label, todo-categories-number-separator)
3449 (todo-categories-todo-label, todo-categories-totals-label)
3450 (todo-category-completions-files, todo-completion-ignore-case)
3451 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
3452 (todo-done-separator-string, todo-done-string)
3453 (todo-files-function, todo-filter-done-items, todo-filter-files)
3454 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
3455 (todo-initial-category, todo-initial-file, todo-item-mark)
3456 (todo-legacy-date-time-regexp, todo-mode-line-function)
3457 (todo-nondiary-marker, todo-number-prefix)
3458 (todo-print-buffer-function, todo-show-current-file)
3459 (todo-show-done-only, todo-show-first, todo-show-with-done)
3460 (todo-skip-archived-categories, todo-top-priorities-overrides)
3461 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
3462 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
3463 New defcustoms.
3464 (todo-category-done, todo-date-pattern, todo-date-string-start)
3465 (todo-diary-items-buffer, todo-done-string-start)
3466 (todo-filtered-items-buffer, todo-item-start)
3467 (todo-month-abbrev-array, todo-month-name-array)
3468 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
3469 (todo-top-priorities-buffer): New defconsts.
3470 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
3471 (todo-categories-with-marks, todo-category-string-face)
3472 (todo-comment-face, todo-comment-string, todo-current-todo-file)
3473 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
3474 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
3475 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
3476 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
3477 (todo-font-lock-keywords, todo-global-current-todo-file)
3478 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
3479 (todo-insertion-commands-args)
3480 (todo-insertion-commands-args-genlist)
3481 (todo-insertion-commands-names, todo-insertion-map)
3482 (todo-key-bindings-t, todo-key-bindings-t+a)
3483 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
3484 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
3485 (todo-nondiary-face, todo-print-buffer, todo-time-face)
3486 (todo-visited): New variables.
3487
34882013-06-21 Glenn Morris <rgm@gnu.org>
3489
3490 * play/cookie1.el (cookie-apropos): Add optional display argument.
3491 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
3492 (psychoanalyze-pinhead): Use cookie-doctor.
3493
34942013-06-21 Juanma Barranquero <lekktu@gmail.com>
3495
3496 * emacs-lisp/package.el (tar-get-file-descriptor)
3497 (tar--extract): Declare.
3498
34992013-06-21 Eduard Wiebe <usenet@pusto.de>
3500
3501 Extend flymake's warning predicate to be a function (bug#14217).
3502 * progmodes/flymake.el (flymake-warning-predicate): New.
3503 (flymake-parse-line): Use it.
3504 (flymake-warning-re): Make obsolete alias to
3505 `flymake-warning-predicate'.
3506
35072013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * emacs-lisp/package.el (package-alist): Include obsolete packages.
3510 (package-obsolete-list): Remove.
3511 (package-activate): Remove min-version argument. Add `force' argument.
3512 Adjust to new package-alist format.
3513 (package-mark-obsolete): Remove.
3514 (package-unpack): Force reload of the package's autoloads.
3515 (package-installed-p): Check builtins if the installed package is not
3516 recent enough.
3517 (package-initialize): Don't reset package-obsolete-list.
3518 Don't specify which package version to activate.
3519 (package-process-define-package, describe-package-1)
3520 (package-menu--generate): Adjust to new package-alist format.
3521
35222013-06-21 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * allout-widgets.el (allout-widgets-mode-off)
3525 (allout-widgets-mode-on, allout-widgets-pre-command-business)
3526 (allout-widgets-post-command-business)
3527 (allout-widgets-after-copy-or-kill-function)
3528 (allout-widgets-after-undo-function, allout-test-range-overlaps)
3529 (allout-decorate-item-and-context)
3530 (allout-graphics-modification-handler): Fix typos in docstrings.
3531 (allout-get-or-create-parent-widget): Use `looking-at-p'.
3532
3533 * cmuscheme.el (scheme-start-file): Doc fix.
3534 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
3535 (scheme-input-filter): Use `string-match-p'.
3536
3537 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
3538
3539 * dired-x.el: Use Dired consistently in docstrings.
3540
3541 * dired.el: Use Dired consistently in docstrings.
3542 (dired-readin, dired-mode): Use `setq-local'.
3543 (dired-switches-alist): Make defvar-local.
3544 (dired-buffers-for-dir): Use `zerop'.
3545 (dired-safe-switches-p, dired-switches-escape-p)
3546 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
3547 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
3548 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
3549 (dired-goto-next-nontrivial-file): Use `string-match-p'.
3550 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
3551 (dired-toggle-marks, dired-mark-files-containing-regexp)
3552 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
3553 (dired-flag-auto-save-files, dired-flag-backup-files):
3554 Use `looking-at-p'.
3555 (dired-mark-files-regexp, dired-build-subdir-alist):
3556 Use `string-match-p', `looking-at-p'.
3557
3558 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
3559 (direct-print-region-helper): Use `string-match-p'.
3560
35612013-06-21 Leo Liu <sdl.web@gmail.com>
3562
3563 * comint.el (comint-redirect-results-list-from-process):
3564 Fix infinite loop.
3565
35662013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3567
3568 * net/eww.el (eww-update-header-line-format): Quote % characters.
3569
35702013-06-21 Glenn Morris <rgm@gnu.org>
3571
3572 * play/cookie1.el (cookie): New custom group.
3573 (cookie-file): New option.
3574 (cookie-check-file): New function.
3575 (cookie): Make it interactive. Make start and end messages optional.
3576 Interactively, display the result. Default to cookie-file.
3577 (cookie-insert): Default to cookie-file.
3578 (cookie-snarf): Make start and end messages optional.
3579 Default to cookie-file. Use with-temp-buffer.
3580 (cookie-read): Rename from read-cookie.
3581 Make start and end messages optional. Default to cookie-file.
3582 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
3583 Do not autoload it.
3584 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
3585 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
3586
35872013-06-21 Leo Liu <sdl.web@gmail.com>
3588
3589 * progmodes/octave.el (octave-mode): Backward compatibility fix.
3590
35912013-06-21 Glenn Morris <rgm@gnu.org>
3592
3593 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
3594
35952013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3596 Daniel Hackney <dan@haxney.org>
3597
3598 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
3599 Consolidate the single-file vs tarball code.
3600 (package-desc-suffix): New function.
3601 (package-desc-full-name): Don't bother inlining it.
3602 (package-load-descriptor): Return the new package-desc.
3603 (package-mark-obsolete): Remove unused arg `package'.
3604 (package-unpack): Make it work for single files as well.
3605 Make it update package-alist.
3606 (package--make-autoloads-and-stuff): Rename from
3607 package--make-autoloads-and-compile. Don't compile any more.
3608 (package--compile): New function.
3609 (package-generate-description-file): New function, extracted from
3610 package-unpack-single.
3611 (package-unpack-single): Remove.
3612 (package--with-work-buffer): Add indentation and debugging info.
3613 (package-download-single): Remove.
3614 (package-install-from-archive): Rename from package-download-tar, make
3615 it take a pkg-desc, and make it work for single files as well.
3616 (package-download-transaction): Simplify.
3617 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
3618 external tar program.
3619 (package-install-from-buffer): Remove `pkg-desc' argument.
3620 Use package-tar-file-info for tar-mode buffers.
3621 (package-install-file): Simplify accordingly.
3622 (package-archive-base): Change to take a pkg-desc.
3623 * tar-mode.el (tar--check-descriptor): New function, extracted from
3624 tar-get-descriptor.
3625 (tar-get-descriptor): Use it.
3626 (tar-get-file-descriptor): New function.
3627 (tar--extract): New function, extracted from tar-extract.
3628 (tar--extract): Use it.
3629 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
3630 case the summary uses non-ascii. Adjust to new calling convention of
3631 package-tar-file-info.
3632
36332013-06-21 Leo Liu <sdl.web@gmail.com>
3634
3635 * comint.el (comint-redirect-results-list-from-process):
3636 Fix random delay. (Bug#14681)
3637
36382013-06-21 Juanma Barranquero <lekktu@gmail.com>
3639
3640 * profiler.el (profiler-format-number): Use log, not log10.
3641
36422013-06-20 Juanma Barranquero <lekktu@gmail.com>
3643
3644 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
3645
36462013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
3649 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
3650 yet available.
3651 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
3652 (AUTOGENEL): ... here.
3653 * emacs-lisp/cl-macs.el (cl--sublis): New function.
3654 (cl--defsubst-expand): Use it.
3655
36562013-06-20 Paul Eggert <eggert@cs.ucla.edu>
3657
3658 * subr.el (log10): Move here from C code, and declare as obsolete.
3659 All uses of (log10 X) replaced with (log X 10).
3660
36612013-06-20 Juanma Barranquero <lekktu@gmail.com>
3662
3663 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
3664 Declare with `defvar-local'.
3665 (tabulated-list-use-header-line, tabulated-list-entries)
3666 (tabulated-list-padding, tabulated-list-printer)
3667 (tabulated-list-sort-key): Declare with `defvar-local'.
3668 (tabulated-list-init-header, tabulated-list-print-fake-header):
3669 Use `setq-local'.
3670
36712013-06-20 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * arc-mode.el (archive-mode): Add `archive-write-file' to
3674 `write-contents-functions' also for remote files. (Bug#14652)
3675
36762013-06-20 Juanma Barranquero <lekktu@gmail.com>
3677
3678 * cus-edit.el (custom-commands): Fix typos.
3679 (custom-display): Fix tooltip text.
3680 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
3681 Fix typos in docstrings.
3682 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
3683 (custom-unlispify-menu-entry, custom-magic-value-create)
3684 (custom-add-see-also, custom-group-value-create): Use ?\s.
3685 (custom-guess-type, customize-apropos, editable-field)
3686 (custom-face-value-create): Use `string-match-p'.
3687 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
3688
3689 * custom.el (custom-load-symbol): Use `string-match-p'.
3690
3691 * ansi-color.el: Convert to lexical binding.
3692 (ansi-colors): Fix URL.
3693 (ansi-color-context, ansi-color-context-region): Use defvar-local.
3694 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
3695 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
3696
36972013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3698
3699 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
3700
3701 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
3702
37032013-06-19 Tom Tromey <tromey@redhat.com>
3704
3705 * net/eww.el (eww-top-url): Remove.
3706 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
3707 (eww-render): Set new variables. Don't set eww-top-url.
3708 (eww-handle-link): Handle "prev", "home", and "contents".
3709 Downcase the rel text.
3710 (eww-top-url): Choose best top URL.
3711
37122013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3713
3714 * net/eww.el: Rewrite to implement form elements "by hand" instead of
3715 relying in widget.el. Using widget.el leads to too many
3716 user interface inconsistencies.
3717 (eww-self-insert): Implement entering commands in text fields.
3718 (eww-process-text-input): New function to make text input field editing
3719 work.
3720 (eww-submit): Rewrite to use the new-style form methods.
3721 (eww-select-display): Display the correct selected item.
3722 (eww-change-select): Implement changing the select value.
3723 (eww-toggle-checkbox): Implement radio/checkboxes.
3724 (eww-update-field): Fix compilation error.
3725 (eww-tag-textarea): Implement <textarea>.
3726
3727 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
3728 we don't shadow mode-specific bindings.
3729
3730 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
3731 nothing to push.
3732
3733 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
3734
37352013-06-19 Glenn Morris <rgm@gnu.org>
3736
3737 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
3738
37392013-06-19 Michael Albinus <michael.albinus@gmx.de>
3740
3741 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
3742 not needed.
3743
3744 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
3745
37462013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3747
3748 * net/browse-url.el (browse-url-browser-function):
3749 `eww-browse-url' has the right calling signature, `eww' does not.
3750
37512013-06-19 Glenn Morris <rgm@gnu.org>
3752
3753 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
3754 Only eval autoloaded macros.
3755 (byte-compile-autoload): Only give the macro warning for macros.
3756
3757 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
3758 (ps-underlined-faces): Declare.
3759
3760 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
3761 (speedbar-add-supported-extension): Declare.
3762
3763 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
3764 Don't include a date stamp in the header of the generated file;
3765 it leads to needless differences between output files.
3766
37672013-06-19 Michael Albinus <michael.albinus@gmx.de>
3768
3769 * net/secrets.el (secrets-struct-secret-content-type):
3770 Replace check of introspection data by a test call of "CreateItem".
3771 Some servers do not offer introspection.
3772
37732013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * electric.el (electric-pair-mode): Improve interaction with
3776 electric-layout-mode.
3777 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
3778 (electric-pair-syntax): Use text-mode-syntax-table in comments
3779 and strings.
3780 (electric-pair--insert): New function.
3781 (electric-pair-post-self-insert-function): Use it and
3782 electric--after-char-pos.
3783
37842013-06-19 Leo Liu <sdl.web@gmail.com>
3785
3786 * progmodes/octave.el (octave-help): Fix regexp.
3787
37882013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3789
3790 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
3791 (shr-table-horizontal-line): Allow nil as a value, and change the
3792 default.
3793 (shr-insert-table-ruler): Respect the nil value.
3794
37952013-06-18 Tom Tromey <tromey@barimba>
3796
3797 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3798 New defvars.
3799 (eww-open-file): New defun.
3800 (eww-render): Initialize new variables.
3801 (eww-display-html): Handle "link" and "a".
3802 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
3803 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
3804 (eww-back-url): Rename from eww-previous-url.
3805 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3806 New defuns.
3807
38082013-06-18 Dmitry Gutov <dgutov@yandex.ru>
3809
3810 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
3811 Distinguish ternary operator tokens from slash symbol and slash
3812 char literal.
3813
38142013-06-18 Juanma Barranquero <lekktu@gmail.com>
3815
3816 Convert symbol prettification into minor mode and global minor mode.
3817
3818 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
3819 `prog-prettify-symbols', and make a local defvar instead of defcustom.
3820 (prettify-symbols--keywords): Rename from
3821 `prog-prettify-symbols-alist' and make a local defvar.
3822 (prettify-symbols--compose-symbol): Rename from
3823 `prog--prettify-font-lock-compose-symbol'.
3824 (prettify-symbols--make-keywords): Rename from
3825 `prog-prettify-font-lock-symbols-keywords' and simplify.
3826 (prog-prettify-install): Remove.
3827 (prettify-symbols-mode): New minor mode, based on
3828 `prog-prettify-install'.
3829 (turn-on-prettify-symbols-mode): New function.
3830 (global-prettify-symbols-mode): New globalized minor mode.
3831
3832 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3833 * progmodes/cfengine.el (cfengine3-mode):
3834 * progmodes/perl-mode.el (perl-mode): Don't call
3835 `prog-prettify-install'; set `prettify-symbols-alist' instead.
3836
38372013-06-18 Juri Linkov <juri@jurta.org>
3838
3839 * files-x.el (modify-file-local-variable-message): New function.
3840 (modify-file-local-variable)
3841 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
3842 and call `modify-file-local-variable-message' when it's non-nil.
3843 (add-file-local-variable, delete-file-local-variable)
3844 (add-file-local-variable-prop-line)
3845 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
3846 and use it. (Bug#9820)
3847
38482013-06-18 Juri Linkov <juri@jurta.org>
3849
3850 * emulation/vi.el (vi-shell-op):
3851 * emulation/vip.el (vip-execute-com, ex-command):
3852 * emulation/viper-cmd.el (viper-exec-bang):
3853 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
3854 the call of `shell-command-on-region'. (Bug#14637)
3855
3856 * simple.el (shell-command-on-region): Doc fix.
3857
38582013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
3861 (bug#14633).
3862
38632013-06-18 Glenn Morris <rgm@gnu.org>
3864
3865 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
3866
3867 * newcomment.el (comment-search-forward, comment-search-backward):
3868 Doc fix. (Bug#14376)
3869
38702013-06-18 Juanma Barranquero <lekktu@gmail.com>
3871
3872 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
3873 (buffer-face-mode-invoke): Doc fix.
3874
38752013-06-18 Matthias Meulien <orontee@gmail.com>
3876
3877 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
3878 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
3879
38802013-06-18 Glenn Morris <rgm@gnu.org>
3881
3882 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
3883 Replace obsolete function generic-make-keywords with its expansion.
3884
3885 * progmodes/python.el (ffap-alist): Declare.
3886
3887 * textmodes/reftex.el (bibtex-mode-map): Declare.
3888
38892013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
3892 (package-unpack, package-unpack-single): Return the pkg-dir.
3893 (package-download-transaction): Use it to update package-alist.
3894
38952013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3896
3897 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
3898 possible choice.
3899
39002013-06-17 Juri Linkov <juri@jurta.org>
3901
3902 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
3903
39042013-06-17 Dmitry Gutov <dgutov@yandex.ru>
3905
3906 * emacs-lisp/package.el (package-load-descriptor):
3907 Remove `with-syntax-table' call, `read' doesn't need it.
3908 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
3909
39102013-06-17 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * startup.el (command-line): Expand package name returned by
3913 `package--description-file' (bug#14639).
3914
39152013-06-17 Dmitry Gutov <dgutov@yandex.ru>
3916
3917 * emacs-lisp/package.el (package-load-descriptor): Do not call
3918 `emacs-lisp-mode', just use its syntax table.
3919
39202013-06-17 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
3923 `font-lock-extra-managed-props' if any prettifying keyword is added.
3924 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
3925 (prog-mode): Use `setq-local'.
3926
39272013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * international/characters.el (standard-case-table): Set syntax of ?»
3930 and ?« to punctuation.
3931
39322013-06-16 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
3935 Save relevant match data before calling `syntax-ppss' (bug#14595).
3936
39372013-06-15 Juri Linkov <juri@jurta.org>
3938
3939 * files-x.el (modify-file-local-variable-prop-line): Add local
3940 variables to the end of the existing comment on the first line.
3941 Use `file-auto-mode-skip' to skip interpreter magic line,
3942 and also skip XML declaration.
3943
39442013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * startup.el (package--builtin-versions): New var.
3947 (package-subdirectory-regexp): Remove.
3948 (package--description-file): Hard code its value instead.
3949
3950 * emacs-lisp/package.el: Don't activate packages older than builtin.
3951 (package-obsolete-list): Rename from package-obsolete-alist, and make
3952 it into a simple list of package-desc.
3953 (package-strip-version): Remove.
3954 (package-built-in-p): Use package--builtin-versions.
3955 (package-mark-obsolete): Simplify.
3956 (package-process-define-package): Mark it obsolete if older than the
3957 builtin version.
3958 (package-handle-response): Use line-end-position.
3959 (package-read-archive-contents, package--download-one-archive):
3960 Simplify.
3961 (package--add-to-archive-contents): Skip if older than the builtin or
3962 installed version.
3963 (package-menu-describe-package): Fix last change.
3964 (package-list-unversioned): New var.
3965 (package-menu--generate): Use it.
3966
3967 * emacs-lisp/autoload.el: Manage package--builtin-versions.
3968 (autoload--insert-text, autoload--insert-cookie-text): New functions.
3969 (autoload-builtin-package-versions): New variable.
3970 (autoload-generate-file-autoloads): Use them.
3971 Remove the list of autoloaded functions/macros from the
3972 (autoload...) comments.
3973
3974 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
3975
39762013-06-15 Eli Zaretskii <eliz@gnu.org>
3977
3978 * simple.el (line-move-partial): Don't jump to the next screen
3979 line as soon as it becomes visible. Instead, continue enlarging
3980 the vscroll until the portion of a tall screen line that's left on
3981 display is about the height of the frame's default font.
3982 (Bug#14567)
3983
39842013-06-15 Glenn Morris <rgm@gnu.org>
3985
3986 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
3987 compilation-error-regexp-alist void, or local while let-bound.
3988
3989 * progmodes/make-mode.el (makefile-mode-syntax-table):
3990 Treat "=" as punctuation. (Bug#14614)
3991
39922013-06-15 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * help-fns.el (describe-variable):
3995 Add extra line for permanent-local variables.
3996
39972013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
3998
3999 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4000 Add export, import, library. (Bug#9164)
4001 (library): Set indent function.
4002
40032013-06-14 Glenn Morris <rgm@gnu.org>
4004
4005 * term/xterm.el (xterm--query):
4006 Stop after first matching handler. (Bug#14615)
4007
40082013-06-14 Ivan Kanis <ivan@kanis.fr>
4009
4010 Add support for dired in saveplace.
4011 * dired.el (dired-initial-position-hook): New variable.
4012 (dired-initial-position): Call hook to place cursor position.
4013 * saveplace.el (save-place-to-alist): Add dired position.
4014 (save-place-dired-hook): New function.
4015
40162013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
4019 through a symbol rather than letrec.
4020
4021 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
4022 (package-desc): Add `dir' field.
4023 (package-desc-full-name): New function.
4024 (package-load-descriptor): Combine the two arguments. Don't use `load'.
4025 (package-maybe-load-descriptor): Remove.
4026 (package-load-all-descriptors): Just call package-load-descriptor.
4027 (package--disabled-p): New function.
4028 (package-desc-vers, package-desc-doc): Remove aliases.
4029 (package--dir): Remove function.
4030 (package-activate): Check if a package is disabled.
4031 (package-process-define-package): New function, extracted from
4032 define-package.
4033 (define-package): Turn into a place holder.
4034 (package-unpack-single, package-tar-file-info):
4035 Use package--description-file.
4036 (package-compute-transaction): Use package--disabled-p.
4037 (package-download-transaction): Don't call
4038 package-maybe-load-descriptor since they're all loaded anyway.
4039 (package-install): Change argument to be a pkg-desc.
4040 (package-delete): Use a single pkg-desc argument.
4041 (describe-package-1): Use package-desc-dir instead of package--dir.
4042 Use package-desc property instead of package-symbol.
4043 (package-install-button-action): Adjust accordingly.
4044 (package--push): Rewrite.
4045 (package-menu--print-info): Adjust accordingly. Change the ID format
4046 to be a pkg-desc.
4047 (package-menu-describe-package, package-menu-get-status)
4048 (package-menu--find-upgrades, package-menu-mark-upgrades)
4049 (package-menu-execute, package-menu--name-predicate):
4050 Adjust accordingly.
4051 * startup.el (package--description-file): New function.
4052 (command-line): Use it.
4053 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4054 Use package-desc-version.
4055
4056 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
4057 (byte-compile-preprocess): Use it.
4058 (byte-compile-file-form-defalias): Try a bit harder to use macros we
4059 can't quite recognize.
4060 (byte-compile-add-to-list): Remove.
4061 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
4062 (cconv-closure-convert): Add assertion.
4063
4064 * emacs-lisp/map-ynp.el: Use lexical-binding.
4065 (map-y-or-n-p): Remove unused vars `tail' and `object'.
4066 Factor out some repeated code.
4067
40682013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * subr.el (with-eval-after-load): New macro.
4071 (eval-after-load): Allow form to be a function.
4072 take advantage of lexical-binding.
4073 (do-after-load-evaluation): Use dolist and adjust to new format.
4074 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
4075
40762013-06-13 Juri Linkov <juri@jurta.org>
4077
4078 * replace.el (perform-replace): Display "symbol " and other search
4079 modes from `isearch-message-prefix' in the *Help* buffer.
4080
4081 * isearch.el (isearch-query-replace): Add " symbol" and other
4082 possible search modes from `isearch-message-prefix' to the prompt.
4083 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
4084 when reading a regexp to collect.
4085
40862013-06-13 Juri Linkov <juri@jurta.org>
4087
4088 * isearch.el (word-search-regexp): Match whitespace if the search
4089 string begins or ends in whitespace. The LAX arg is applied to
4090 both ends of the search string. Use `regexp-quote' and explicit
4091 \< and \> instead of \b. Use \` and \' instead of ^ and $.
4092 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
4093 boundaries are replaced with symbol boundaries, and characters
4094 between symbols match non-word non-symbol syntax. (Bug#14602)
4095
40962013-06-13 Juri Linkov <juri@jurta.org>
4097
4098 * isearch.el (isearch-del-char): Don't exceed the length of
4099 `isearch-string' by the prefix arg. (Bug#14563)
4100
41012013-06-13 Juri Linkov <juri@jurta.org>
4102
4103 * isearch.el (isearch-yank-word, isearch-yank-line)
4104 (isearch-char-by-name, isearch-quote-char)
4105 (isearch-printing-char, isearch-process-search-char):
4106 Add optional count prefix arg. (Bug#14563)
4107
4108 * international/isearch-x.el
4109 (isearch-process-search-multibyte-characters):
4110 Add optional count prefix arg.
4111
41122013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4115 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
4116 lexical-binding.
4117
41182013-06-13 Vitalie Spinu <spinuvit@gmail.com>
4119
4120 * subr.el (set-temporary-overlay-map): Add on-exit argument.
4121
41222013-06-13 Glenn Morris <rgm@gnu.org>
4123
4124 * startup.el (tty-handle-args):
4125 Don't just discard "--" and anything after. (Bug#14608)
4126
4127 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
4128
41292013-06-13 Michael Albinus <michael.albinus@gmx.de>
4130
4131 Implement changes in Secret Service API. Make it backward compatible.
4132 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
4133 (secrets-create-item): Use it. Prefix properties with interface.
4134
41352013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
4136
4137 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
4138 (term-emulate-terminal): Respect term-suppress-hard-newline.
4139
41402013-06-13 E Sabof <esabof@gmail.com> (tiny change)
4141
4142 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4143 Only remove a `thumb-file' overlay. (Bug#14548)
4144
41452013-06-12 Grégoire Jadi <daimrod@gmail.com>
4146
4147 * mail/reporter.el (reporter-submit-bug-report):
4148 Handle missing package-name. (Bug#14600)
4149
41502013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4151
4152 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
4153 (reftex-citation-prompt, reftex-default-bibliography)
4154 (reftex-bib-or-thebib, reftex-get-bibfile-list)
4155 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4156 (reftex-bib-sort-author, reftex-bib-sort-year)
4157 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
4158 (reftex-extract-bib-entries-from-thebibliography)
4159 (reftex-get-bibkey-default, reftex-get-bib-names)
4160 (reftex-parse-bibtex-entry, reftex-get-bib-field)
4161 (reftex-format-bib-entry, reftex-parse-bibitem)
4162 (reftex-format-bibitem, reftex-do-citation)
4163 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
4164 (reftex-restrict-bib-matches, reftex-extract-bib-file)
4165 (reftex-insert-bib-matches, reftex-format-citation)
4166 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
4167 (reftex-create-bibtex-file): Add docstrings, mostly by converting
4168 existing comments into docstrings.
4169
41702013-06-12 Xue Fuqiao <xfq.free@gmail.com>
4171
4172 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
4173
41742013-06-12 Andreas Schwab <schwab@suse.de>
4175
4176 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
4177 for auto-save files.
4178
41792013-06-12 Glenn Morris <rgm@gnu.org>
4180
4181 * ido.el (ido-delete-ignored-files): Remove.
4182 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
4183 Go back to calling ido-ignore-item-p directly.
4184
41852013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
4186
4187 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
4188
4189 * ido.el (ido-delete-ignored-files): New function,
4190 split from ido-make-file-list-1.
4191 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
4192 (ido-make-file-list-1): Use ido-delete-ignored-files.
4193
41942013-06-12 Leo Liu <sdl.web@gmail.com>
4195
4196 * progmodes/octave.el (inferior-octave-startup)
4197 (inferior-octave-completion-table)
4198 (inferior-octave-track-window-width-change)
4199 (octave-eldoc-function-signatures, octave-help)
4200 (octave-find-definition): Use single quoted strings.
4201 (inferior-octave-startup-args): Change default value.
4202 (inferior-octave-startup): Do not hard code "-i" and
4203 "--no-line-editing".
4204 (inferior-octave-resync-dirs): Add optional arg NOERROR.
4205 (inferior-octave-directory-tracker): Use it.
4206 (octave-goto-function-definition): Robustify.
4207 (octave-help): Support highlighting operators in 'See also'.
4208 (octave-find-definition): Find subfunctions only in Octave mode.
4209
42102013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * help-fns.el (help-fns--compiler-macro): If the handler function is
4213 named, then put a link to it.
4214 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
4215 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
4216 (cl-typep): Use it.
4217 (cl-eval-when): Simplify debug spec.
4218 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
4219 compiler-macro function instead of setting `compiler-macro-file'.
4220
42212013-06-12 Xue Fuqiao <xfq.free@gmail.com>
4222
4223 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
4224 * vc/vc-hooks.el (vc-stay-local): Doc fix.
4225
42262013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4227 Daniel Hackney <dan@haxney.org>
4228
4229 First part of Daniel Hackney's patch to package.el.
4230 * emacs-lisp/package.el: Use defstruct.
4231 (package-desc): New, main struct.
4232 (package--bi-desc, package--ac-desc): New structs, used to describe the
4233 format in external files.
4234 (package-desc-vers): Replace with package-desc-version accessor.
4235 (package-desc-doc): Replace with package-desc-summary accessor.
4236 (package-activate-1): Remove `package' arg since the pkg-vec now
4237 includes the name.
4238 (define-package): Use package-desc-from-define.
4239 (package-unpack-single): Change file-name arg to be a symbol.
4240 (package--add-to-archive-contents): Use package-desc-create and new
4241 accessor functions to package--ac-desc.
4242 (package-buffer-info, package-tar-file-info): Return a package-desc.
4243 (package-install-from-buffer): Remove `type' argument. Change pkg-info
4244 arg to be a package-desc.
4245 (package-install-file): Adjust accordingly. Use \' to match EOS.
4246 (package--from-builtin): New function.
4247 (describe-package-1, package-menu--generate): Use it.
4248 (package--make-autoloads-and-compile): Change name arg to be a symbol.
4249 (package-generate-autoloads): Idem and return the name of the file.
4250 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4251 Change pkg-info arg to be a package-desc.
4252 Use package-make-ac-desc.
4253 (package-upload-file): Use \' to match EOS.
4254 * finder.el (finder-compile-keywords): Use package-make-builtin.
4255
42562013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * vc/vc.el (vc-deduce-fileset): Change error message.
4259 (vc-read-backend): New function.
4260 (vc-next-action): Use it.
4261
4262 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4263
4264 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
4265 (prolog-font-lock-keywords): Use regexp-opt instead.
4266 Don't manually highlight strings.
4267 (prolog-mode-variables): Simplify comment-start-skip.
4268 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
4269
4270 * emacs-lisp/generic.el (generic--normalise-comments)
4271 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
4272 (generic-mode-set-comments): Use them.
4273 (generic-bracket-support): Use setq-local.
4274 (generic-make-keywords-list): Declare obsolete.
4275
42762013-06-11 Glenn Morris <rgm@gnu.org>
4277
4278 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4279 Prettify after setting font-lock-defaults. (Bug#14574)
4280
42812013-06-11 Juanma Barranquero <lekktu@gmail.com>
4282
4283 * replace.el (query-replace, occur-read-regexp-defaults-function)
4284 (replace-search):
4285 * subr.el (declare-function, number-sequence, local-set-key)
4286 (substitute-key-definition, locate-user-emacs-file)
4287 (with-silent-modifications, split-string, eval-after-load):
4288 Fix typos, remove unneeded backslashes and reflow some docstrings.
4289
42902013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
4293 default for Elisp files.
4294
42952013-06-11 Glenn Morris <rgm@gnu.org>
4296
4297 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
4298 although define-derived-mode was doing this anyway. (Bug#14583)
4299
43002013-06-10 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4303 Fix make-variable-buffer-local call to refer to the correct variable.
4304
43052013-06-10 Aidan Gauland <aidalgol@amuri.net>
4306
4307 * eshell/em-term.el (eshell-visual-commands)
4308 (eshell-visual-subcommands, eshell-visual-options):
4309 Add summary line to docstrings. Add cross-references.
4310
43112013-06-10 Glenn Morris <rgm@gnu.org>
4312
4313 * epa.el (epa-read-file-name): New function. (Bug#14510)
4314 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
4315
43162013-06-09 Aidan Gauland <aidalgol@amuri.net>
4317
4318 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
4319 output redirection to be ignored with visual commands.
4320
43212013-06-09 Aidan Gauland <aidalgol@amuri.net>
4322
4323 * eshell/em-term.el (eshell-visual-command-p): New function.
4324 (eshell-term-initialize): Move long lambda to separate function
4325 eshell-visual-command-p.
4326 * eshell/em-dirs.el (eshell-dirs-initialise):
4327 * eshell/em-script.el (eshell-script-initialize):
4328 Add missing #' to lambda.
4329
43302013-06-08 Leo Liu <sdl.web@gmail.com>
4331
4332 * progmodes/octave.el (octave-add-log-current-defun): New function.
4333 (octave-mode): Set add-log-current-defun-function.
4334 (octave-goto-function-definition): Do not move point if not found.
4335 (octave-find-definition): Enhance to try subfunctions first.
4336
43372013-06-08 Glenn Morris <rgm@gnu.org>
4338
4339 * emacs-lisp/bytecomp.el (byte-compile-char-before)
4340 (byte-compile-backward-char, byte-compile-backward-word):
4341 Improve previous change, to handle non-explicit nil.
4342
43432013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
4346 (smie--opener/closer-at-point): New function.
4347 (smie--matching-block-data): Use it. Don't match from right after an
4348 opener or right before a closer. Obey smie-blink-matching-inners.
4349 Don't signal a mismatch for repeated inners like "switch..case..case".
4350
43512013-06-07 Leo Liu <sdl.web@gmail.com>
4352
4353 * progmodes/octave.el (octave-mode): Set comment-use-global-state
4354 to t. (Bug#14303)
4355 (octave-function-header-regexp): Fix. (Bug#14570)
4356 (octave-help-mode-finish-hook, octave-help-mode-finish):
4357 Remove. Just use temp-buffer-show-hook.
4358
4359 * newcomment.el (comment-search-backward): Revert last change.
4360 (Bug#14434)
4361
4362 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
4363
43642013-06-07 Eli Zaretskii <eliz@gnu.org>
4365
4366 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
4367 through xargs, to avoid failure due to MS-Windows limitations on
4368 command-line length.
4369
43702013-06-06 Glenn Morris <rgm@gnu.org>
4371
4372 * font-lock.el (lisp-font-lock-keywords-2):
4373 Treat user-error like error.
4374
4375 * emacs-lisp/bytecomp.el (byte-compile-char-before)
4376 (byte-compile-backward-char, byte-compile-backward-word):
4377 Handle explicit nil arguments. (Bug#14565)
4378
43792013-06-05 Alan Mackenzie <acm@muc.de>
4380
4381 * isearch.el (isearch-allow-prefix): New user option.
4382 (isearch-other-meta-char): Don't exit isearch when a prefix
4383 argument is typed whilst `isearch-allow-prefix' is non-nil.
4384 (Bug#9706)
4385
43862013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * autorevert.el (auto-revert-notify-handler): Use memq.
4389 Hide assertion failure.
4390
4391 * skeleton.el: Use cl-lib.
4392 (skeleton-further-elements): Use defvar-local.
4393 (skeleton-insert): Use cl-progv.
4394
43952013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4396
4397 * progmodes/prog-mode.el (prog-prettify-symbols)
4398 (prog-prettify-install): Update docstrings.
4399
44002013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * simple.el: Move all the prog-mode code to prog-mode.el.
4403 * progmodes/prog-mode.el: New file.
4404 * loadup.el: Add prog-mode.el.
4405
44062013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4407
4408 * simple.el (prog-prettify-symbols): Add version.
4409 (prog-prettify-install): Add convenience function to prettify symbols.
4410
4411 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
4412 (perl--augmented-font-lock-keywords-1)
4413 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
4414 variables and use it.
4415
4416 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4417 (cfengine3-mode): Remove unneeded variable and use it.
4418
4419 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4420 (lisp--augmented-font-lock-keywords-1)
4421 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
4422 Remove unneeded variables and use it.
4423
44242013-06-05 João Távora <joaotavora@gmail.com>
4425
4426 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
4427 to point when opening the connection. (Bug#14380)
4428
44292013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * subr.el (load-history-regexp, load-history-filename-element)
4432 (eval-after-load, after-load-functions, do-after-load-evaluation)
4433 (eval-next-after-load, display-delayed-warnings)
4434 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
4435 definition of save-match-data.
4436 (overriding-local-map): Remove accidental obsolescence declaration.
4437
4438 * emacs-lisp/edebug.el (edebug-result): Move before first use.
4439
44402013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
4441
4442 Generalize symbol prettify support to prog-mode and implement it
4443 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
4444 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
4445 (prog--prettify-font-lock-compose-symbol)
4446 (prog-prettify-font-lock-symbols-keywords): New variables and
4447 functions to support symbol prettification.
4448 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4449 (lisp--augmented-font-lock-keywords-1)
4450 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
4451 (lisp--prettify-symbols-alist): Implement prettify of lambda.
4452 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4453 (cfengine3--prettify-symbols-alist, cfengine3-mode):
4454 Implement prettify of -> => :: strings.
4455 * progmodes/perl-mode.el (perl-prettify-symbols)
4456 (perl--font-lock-compose-symbol)
4457 (perl--font-lock-symbols-keywords): Move to prog-mode.
4458 (perl--prettify-symbols-alist): Prettify -> => :: strings.
4459 (perl-font-lock-keywords-1)
4460 (perl-font-lock-keywords-2): Remove explicit prettify support.
4461 (perl--augmented-font-lock-keywords)
4462 (perl--augmented-font-lock-keywords-1)
4463 (perl--augmented-font-lock-keywords-2, perl-mode):
4464 Implement prettify support.
4465
44662013-06-05 Leo Liu <sdl.web@gmail.com>
4467
4468 Re-implement smie matching block highlight using
4469 show-paren-data-function. (Bug#14395)
4470 * emacs-lisp/smie.el (smie-matching-block-highlight)
4471 (smie--highlight-matching-block-overlay)
4472 (smie--highlight-matching-block-lastpos)
4473 (smie-highlight-matching-block)
4474 (smie-highlight-matching-block-mode): Remove.
4475 (smie--matching-block-data-cache): New variable.
4476 (smie--matching-block-data): New function.
4477 (smie-setup): Use smie--matching-block-data for
4478 show-paren-data-function.
4479
4480 * progmodes/octave.el (octave-mode-menu): Fix.
4481 (octave-find-definition): Skip garbage lines.
4482
44832013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 Fix compilation error with simultaneous dynamic+lexical scoping.
4486 Add warning when a defvar appears after the first let-binding.
4487 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
4488 (byte-compile-close-variables): Initialize it.
4489 (byte-compile--declare-var): New function.
4490 (byte-compile-file-form-defvar)
4491 (byte-compile-file-form-define-abbrev-table)
4492 (byte-compile-file-form-custom-declare-variable): Use it.
4493 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
4494 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
4495 (byte-compile-bind): Handle dynamic bindings that shadow
4496 lexical bindings.
4497 (byte-compile-unbind): Make arg non-optional.
4498 (byte-compile-let): Simplify.
4499 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
4500 (cconv--analyse-function, cconv-analyse-form): Populate it.
4501 Protect byte-compile-bound-variables to limit the scope of defvars.
4502 (cconv-analyse-form): Add missing rule for (defvar <foo>).
4503 Remove unneeded rule for `declare'.
4504
4505 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
4506 so as to avoid depending on cl-adjoin at run-time.
4507 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
4508
4509 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
4510 (macroexp--warn-and-return): Use it.
4511
45122013-06-05 Leo Liu <sdl.web@gmail.com>
4513
4514 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
4515
45162013-06-04 Leo Liu <sdl.web@gmail.com>
4517
4518 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
4519 (compilation-auto-jump): Suppress the "Mark set" message to give
4520 way to exit message.
4521
45222013-06-04 Alan Mackenzie <acm@muc.de>
4523
4524 Remove faulty optimisation from indentation calculation.
4525 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
4526 search limit based on 2000 characters back from indent-point.
4527
45282013-06-03 Tassilo Horn <tsdh@gnu.org>
4529
4530 * eshell/em-term.el (cl-lib): Require `cl-lib'.
4531
45322013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * emacs-lisp/lisp.el: Use lexical-binding.
4535 (lisp--local-variables-1, lisp--local-variables): New functions.
4536 (lisp--local-variables-completion-table): New var.
4537 (lisp-completion-at-point): Use it complete let-bound vars.
4538
4539 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
4540 eagerly (bug#14422).
4541
45422013-06-03 Michael Albinus <michael.albinus@gmx.de>
4543
4544 * autorevert.el (auto-revert-notify-enabled)
4545 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4546 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
4547 (auto-revert-notify-handler): Handle also gfilenotify.
4548
4549 * subr.el (file-notify-handle-event): New defun. Replacing ...
4550 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
4551 Remove.
4552
45532013-06-03 Juri Linkov <juri@jurta.org>
4554
4555 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
4556 `M-s h .'. (Bug#14427)
4557
4558 * hi-lock.el (highlight-symbol-at-point): New alias for the new
4559 command `hi-lock-face-symbol-at-point'.
4560 (hi-lock-face-symbol-at-point): New command.
4561 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
4562 (hi-lock-menu): Add `highlight-symbol-at-point'.
4563 (hi-lock-mode): Doc fix.
4564
4565 * isearch.el (isearch-forward-symbol-at-point): New command.
4566 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
4567 (isearch-highlight-regexp): Add a regexp which matches
4568 words/symbols for word/symbol mode.
4569
4570 * subr.el (find-tag-default-bounds): New function with the body
4571 mostly moved from `find-tag-default'.
4572 (find-tag-default): Move most code to `find-tag-default-bounds',
4573 call it and apply `buffer-substring-no-properties' afterwards.
4574
45752013-06-03 Tassilo Horn <tsdh@gnu.org>
4576
4577 * eshell/em-term.el (eshell-term-initialize):
4578 Use `cl-intersection' rather than `intersection'.
4579
45802013-06-02 Xue Fuqiao <xfq.free@gmail.com>
4581
4582 * vc/log-view.el: Doc fix.
4583 (log-view-mode-map): Copy keymap from `special-mode-map'.
4584
45852013-06-02 Eric Ludlam <zappo@gnu.org>
4586
4587 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
4588 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
4589 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
4590 (eieio-unbound, eieio-default-superclass)
4591 (eieio--define-field-accessors, method-static, method-before)
4592 (method-primary, method-after, method-num-lists)
4593 (method-generic-before, method-generic-primary)
4594 (method-generic-after, method-num-slots)
4595 (eieio-specialized-key-to-generic-key)
4596 (eieio--check-type, class-v, class-p)
4597 (eieio-class-name, define-obsolete-function-alias)
4598 (eieio-class-parents-fast, eieio-class-children-fast)
4599 (same-class-fast-p, class-constructor, generic-p)
4600 (generic-primary-only-p, generic-primary-only-one-p)
4601 (class-option-assoc, class-option, eieio-object-p)
4602 (class-abstract-p, class-method-invocation-order)
4603 (eieio-defclass-autoload-map, eieio-defclass-autoload)
4604 (eieio-class-un-autoload, eieio-defclass)
4605 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
4606 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
4607 (eieio--defgeneric-init-form, eieio-defgeneric-form)
4608 (eieio-defgeneric-reset-generic-form)
4609 (eieio-defgeneric-form-primary-only)
4610 (eieio-defgeneric-reset-generic-form-primary-only)
4611 (eieio-defgeneric-form-primary-only-one)
4612 (eieio-defgeneric-reset-generic-form-primary-only-one)
4613 (eieio-unbind-method-implementations)
4614 (eieio--defmethod, eieio--typep)
4615 (eieio-perform-slot-validation, eieio-validate-slot-value)
4616 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
4617 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
4618 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
4619 (eieio-slot-name-index, eieio-class-slot-name-index)
4620 (eieio-set-defaults, eieio-initarg-to-attribute)
4621 (eieio-attribute-to-initarg, eieio-c3-candidate)
4622 (eieio-c3-merge-lists, eieio-class-precedence-c3)
4623 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
4624 (eieio-class-precedence-list, eieio-generic-call-methodname)
4625 (eieio-generic-call-arglst, eieio-generic-call-key)
4626 (eieio-generic-call-next-method-list)
4627 (eieio-pre-method-execution-functions, eieio-generic-call)
4628 (eieio-generic-call-primary-only, eieiomt-method-list)
4629 (eieiomt-optimizing-obarray, eieiomt-install)
4630 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
4631 (eieio-generic-form, eieio-defmethod, make-obsolete)
4632 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
4633 (defclass): Remove `eval-and-compile' from macro.
4634 (call-next-method, shared-initialize): Instead of using
4635 `scoped-class' variable, use new eieio--scoped-class, and
4636 eieio--with-scoped-class.
4637 (initialize-instance): Rename local variable 'scoped-class' to
4638 'this-class' to remove ambiguitity from old global.
4639
4640 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
4641 eieio.el.
4642 (eieio--scoped-class-stack): New variable.
4643 (eieio--scoped-class): New fcn.
4644 (eieio--with-scoped-class): New scoping macro.
4645 (eieio-defclass): Use pushnew instead of add-to-list.
4646 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
4647 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
4648 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
4649 `scoped-class' variable, use new eieio--scoped-class, and
4650 eieio--with-scoped-class.
4651
4652 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
4653
46542013-06-02 Tassilo Horn <tsdh@gnu.org>
4655
4656 * eshell/esh-ext.el (eshell-external-command): Pass args to
4657 `eshell-find-interpreter'.
4658 (eshell-find-interpreter): Add new second parameter ARGS.
4659
4660 * eshell/em-script.el (eshell-script-initialize): Add second arg
4661 to the function added as MATCH to `eshell-interpreter-alist'.
4662
4663 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
4664 the function added as MATCH to `eshell-interpreter-alist'.
4665
4666 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
4667 (eshell-visual-options): New defcustom.
4668 (eshell-escape-control-x): Adapt docstring.
4669 (eshell-term-initialize): Test `eshell-visual-subcommands' and
4670 `eshell-visual-options' in addition to `eshell-visual-commands'.
4671 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
4672
46732013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
4674
4675 * progmodes/python.el (python-indent-block-enders): Add break,
4676 continue and raise keywords.
4677
46782013-06-01 Glenn Morris <rgm@gnu.org>
4679
4680 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
4681
4682 Plain (f)boundp silences compilation warnings since Emacs 22.1.
4683 * progmodes/cc-cmds.el (delete-forward-p):
4684 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
4685 * progmodes/cc-engine.el (buffer-syntactic-context):
4686 * progmodes/cc-fonts.el (face-property-instance):
4687 * progmodes/cc-mode.el (set-keymap-parents):
4688 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
4689 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
4690 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
4691 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
4692 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
4693
4694 * progmodes/cc-vars.el (other): Emacs has this widget since
4695 at least 21.1, so don't (re)define it.
4696
4697 * eshell/em-cmpl.el (eshell-cmpl-initialize):
4698 Replace the obsolete alias pcomplete-arg-quote-list.
4699
47002013-06-01 Leo Liu <sdl.web@gmail.com>
4701
4702 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
4703 punctuation syntax.
4704 (inferior-octave-minimal-columns)
4705 (inferior-octave-last-column-width): New variables.
4706 (inferior-octave-track-window-width-change): New function.
4707 (inferior-octave-mode): Adjust column width so that Octave output,
4708 for example from 'ls', can fit into the window nicely.
4709
47102013-05-31 Dmitry Gutov <dgutov@yandex.ru>
4711
4712 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4713 Highlight expansions inside regexp literals.
4714
47152013-05-31 Glenn Morris <rgm@gnu.org>
4716
4717 * obsolete/sym-comp.el (symbol-complete):
4718 Replace obsolete completion-annotate-function.
4719
4720 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
4721
47222013-05-31 Dmitry Gutov <dgutov@yandex.ru>
4723
4724 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4725 New function, checks if point is inside a literal that allows
4726 expression expansion.
4727 (ruby-syntax-propertize-expansion): Use it.
4728 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
4729 around the body.
4730
47312013-05-30 Juri Linkov <juri@jurta.org>
4732
4733 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
4734 to "\M-si".
4735 (isearch-invisible): New variable.
4736 (isearch-forward): Doc fix.
4737 (isearch-mode): Set `isearch-invisible'
4738 to the value of `search-invisible'.
4739 (isearch-toggle-case-fold): Doc fix.
4740 (isearch-toggle-invisible): New command.
4741 (isearch-query-replace): Let-bind `search-invisible'
4742 to the value of `isearch-invisible'.
4743 (isearch-search): Use `isearch-invisible' instead of
4744 `search-invisible'. Let-bind `search-invisible'
4745 to the value of `isearch-invisible'. (Bug#11378)
4746
47472013-05-30 Juri Linkov <juri@jurta.org>
4748
4749 * replace.el (perform-replace): Avoid `isearch-range-invisible'
4750 call when `query-flag' is nil and `search-invisible' is non-nil.
4751 (Bug#11746)
4752
47532013-05-30 Glenn Morris <rgm@gnu.org>
4754
4755 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
4756
4757 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
4758 (cc-require): Suppress spurious "noruntime" warnings.
4759 (cc-require-when-compile): Use fboundp, for sake of compiler.
4760
4761 * progmodes/cc-mode.el: Move load of cc-vars before that of
4762 cc-langs (which in turn loads cc-vars), to quieten compiler.
4763
47642013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * paren.el: Simplify the code.
4767 (show-paren-mode): Always start the timer.
4768 (show-paren--idle-timer): Rename from show-paren-idle-timer.
4769 (show-paren--overlay, show-paren--overlay-1): Rename from
4770 show-paren-overlay and show-paren-overlay-1, and initialize to an
4771 overlay rather than to nil.
4772 (show-paren-function): Misc cleanup and simplifications.
4773
47742013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * paren.el (show-paren-data-function): New hook.
4777 (show-paren--default): New function, extracted from show-paren-function.
4778 (show-paren-function): Use show-paren-data-function.
4779
47802013-05-30 Glenn Morris <rgm@gnu.org>
4781
4782 * ielm.el (ielm-map, ielm-complete-symbol):
4783 Use completion-at-point rather than obsolete functions.
4784 (inferior-emacs-lisp-mode): Doc fix.
4785 Set completion-at-point-functions, rather than
4786 comint-dynamic-complete-functions.
4787
4788 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
4789 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
4790 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
4791
4792 * image.el (image-animated-p): Tweak definition.
4793
4794 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
4795 (rlogin-process-connection-type): Tweak default. Add set-after.
4796 (rlogin-host): Doc fix.
4797 (rlogin): Tweak prompt.
4798 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
4799
4800 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
4801 * progmodes/tcl.el (inferior-tcl-mode-map):
4802 Use completion-at-point rather than obsolete alias.
4803
4804 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
4805
4806 * minibuffer.el (read-file-name-completion-ignore-case):
4807 Move before completion--in-region, for eager macro expansion.
4808
48092013-05-29 Juri Linkov <juri@jurta.org>
4810
4811 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
4812 for total count of matching lines. Add `global-matches' for total
4813 count of matches. Rename `matches' to `lines' for count of
4814 matching lines. Add `matches' for count of matches.
4815 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
4816 to `prev-line' for line number of prev match endpt.
4817 Increment `matches' for every match. Print the number of
4818 matching lines in the header.
4819 (occur-context-lines): Rename `lines' to `curr-line'.
4820 Rename `prev-lines' to `prev-line'. (Bug#14017)
4821
48222013-05-29 Juri Linkov <juri@jurta.org>
4823
4824 * replace.el (perform-replace): Add `skip-read-only-count',
4825 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
4826 Increment them for corresponding conditions and report the number
4827 of skipped occurrences in the final message. (Bug#11746)
4828 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4829 (replace-string, replace-regexp): Doc fix.
4830
48312013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * emacs-lisp/trace.el (trace--read-args): Provide a default.
4834
4835 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
4836 prog-mode-map (bug#14504).
4837
48382013-05-29 Leo Liu <sdl.web@gmail.com>
4839
4840 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
4841 (octave-help): Small simplification.
4842
4843 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
4844 off the highlight first.
4845
48462013-05-29 Glenn Morris <rgm@gnu.org>
4847
4848 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
4849 Handle idlwave-last-system-routine-info-cons-cell being nil.
4850
4851 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4852 (idlwave-write-paths): Simplify via with-temp-buffer.
4853
4854 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
4855 * emulation/cua-rect.el: Also load cua-base at run time.
4856
4857 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
4858 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
4859 (cperl-imenu-on-info): Require imenu.
4860
48612013-05-28 Alan Mackenzie <acm@muc.de>
4862
4863 Handle "capitalised keywords" correctly.
4864 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
4865
48662013-05-28 Aidan Gauland <aidalgol@amuri.net>
4867
4868 * eshell/em-unix.el: Add -r option to cp.
4869
48702013-05-28 Glenn Morris <rgm@gnu.org>
4871
4872 * vc/vc-arch.el (vc-exec-after): Declare.
4873 (vc-switches): Autoload.
4874 * vc/vc-bzr.el: No need to require vc when compiling.
4875 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
4876 (vc-resynch-buffer, vc-dir-refresh): Declare.
4877 (vc-setup-buffer, vc-switches): Autoload.
4878 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
4879 (vc-resynch-buffer): Declare.
4880 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
4881 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
4882 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
4883 (grep-read-regexp, grep-read-files, grep-expand-template)
4884 (vc-dir-refresh): Declare.
4885 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
4886 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
4887 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
4888 * vc/vc-mtn.el (vc-exec-after): Declare.
4889 (vc-switches): Autoload.
4890 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
4891 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
4892 (vc-file-tree-walk): Declare.
4893 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
4894 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
4895 (vc-tag-precondition, vc-rename-master): Autoload.
4896 * vc/vc-svn.el (vc-exec-after): Declare.
4897 (vc-switches, vc-setup-buffer): Autoload.
4898 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
4899 Autoload.
4900 (vc-resynch-buffer): Declare.
4901
4902 * obsolete/fast-lock.el (byte-compile-warnings):
4903 Don't warn about obsolete features in this obsolete file.
4904
4905 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
4906 Move definition before use.
4907
4908 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
4909 (dun-unix-verbs): Remove dun-zippy.
4910 (dun-zippy): Remove function.
4911
4912 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
4913
49142013-05-27 Juri Linkov <juri@jurta.org>
4915
4916 * replace.el (replace-search): New function with code moved out
4917 from `perform-replace'.
4918 (replace-highlight, replace-dehighlight): Move function definitions
4919 up closer to `replace-search'. (Bug#11746)
4920
49212013-05-27 Juri Linkov <juri@jurta.org>
4922
4923 * replace.el (perform-replace): Ignore invisible matches.
4924 In addition to checking `query-replace-skip-read-only', also
4925 filter out matches by calling `run-hook-with-args-until-failure'
4926 on `isearch-filter-predicates', and also check `search-invisible'
4927 for t or call `isearch-range-invisible'.
4928 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
4929
49302013-05-27 Juri Linkov <juri@jurta.org>
4931
4932 * isearch.el (isearch-filter-predicates): Rename from
4933 `isearch-filter-predicate'. Doc fix. (Bug#11378)
4934 (isearch-message-prefix): Display text from the property
4935 `isearch-message-prefix' of the currently active filters.
4936 (isearch-search): Don't compare `isearch-filter-predicate' with
4937 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
4938 on `isearch-filter-predicates'. Also check `search-invisible' for t
4939 or call `isearch-range-invisible'.
4940 (isearch-filter-visible): Make obsolete.
4941 (isearch-lazy-highlight-search):
4942 Call `run-hook-with-args-until-failure' on
4943 `isearch-filter-predicates' and use `isearch-range-invisible'.
4944
4945 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
4946 `isearch-filter-predicates' instead of `funcall'ing
4947 `isearch-filter-predicate'.
4948 (Info-mode): Set `Info-isearch-filter' to
4949 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
4950
4951 * dired-aux.el (dired-isearch-filter-predicate-orig):
4952 Remove variable.
4953 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4954 (dired-isearch-filenames-end): Add and remove
4955 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
4956 instead of changing the value of `isearch-filter-predicate'.
4957 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
4958 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
4959 Put property `isearch-message-prefix' to "filename " on
4960 `dired-isearch-filter-filenames'.
4961
4962 * wdired.el (wdired-change-to-wdired-mode):
4963 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
4964 locally instead of changing `isearch-filter-predicate'.
4965 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
4966
49672013-05-27 Dmitry Gutov <dgutov@yandex.ru>
4968
4969 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
4970 return the commit hash (Bug#14459). Also set the
4971 `vc-git-detached' property.
4972 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
4973 (vc-git-mode-line-string): Use the same help-echo format whether
4974 in detached mode or not, because we know the actual revision now.
4975 When in detached mode, shorten the revision to 7 chars.
4976
49772013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * emacs-lisp/easy-mmode.el (define-minor-mode):
4980 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
4981 mode hook and provide a docstring.
4982
49832013-05-27 Alan Mackenzie <acm@muc.de>
4984
4985 Remove spurious syntax-table text properties inserted by C-y.
4986 * progmodes/cc-mode.el (c-after-change): Also clear hard
4987 syntax-table property with value nil.
4988
49892013-05-27 Michael Albinus <michael.albinus@gmx.de>
4990
4991 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
4992 when reading the events; the buffer layout shall not be changed.
4993
49942013-05-27 Leo Liu <sdl.web@gmail.com>
4995
4996 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
4997 New variable.
4998 (inferior-octave-directory-tracker): Automatically re-sync
4999 default-directory.
5000 (octave-help): Improve handling of 'See also'.
5001
50022013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * doc-view.el: Minor naming convention tweaks.
5005 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
5006
5007 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
5008 even if there's no `display' property yet (bug#14435).
5009
50102013-05-25 Eli Zaretskii <eliz@gnu.org>
5011
5012 * subr.el (unmsys--file-name): Rename from reveal-filename.
5013
5014 * Makefile.in (custom-deps, finder-data, autoloads)
5015 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5016 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5017 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
5018
50192013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5020
5021 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
5022 error-completion on the first 2 args of condition-case (bug#14446).
5023 Don't burp at EOB.
5024
50252013-05-25 Leo Liu <sdl.web@gmail.com>
5026
5027 * comint.el (comint-previous-matching-input): Do not flood the
5028 *Messages* buffer with trivial messages.
5029
50302013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * progmodes/flymake.el (flymake-nop): Don't return a string.
5033 (flymake-set-at): Fix typo.
5034
5035 * simple.el (read--expression): New function, extracted from
5036 eval-expression. Set completion-at-point-functions (bug#14465).
5037 (eval-expression, eval-minibuffer): Use it.
5038
50392013-05-25 Xue Fuqiao <xfq.free@gmail.com>
5040
5041 * progmodes/flymake.el (flymake-save-buffer-in-file)
5042 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
5043 (flymake-selected-frame, flymake-log, flymake-ins-after)
5044 (flymake-set-at, flymake-get-buildfile-from-cache)
5045 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
5046 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
5047 Refine the doc string.
5048 (flymake-get-file-name-mode-and-masks): Reformat.
5049 (flymake-get-real-file-name-function): Fix a minor bug.
5050
50512013-05-24 Juri Linkov <juri@jurta.org>
5052
5053 * progmodes/grep.el (grep-mode-font-lock-keywords):
5054 Support =linenumber= format used by git-grep for lines with
5055 function names. (Bug#13549)
5056
50572013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * progmodes/octave.el (octave-smie-rules): Return nil rather than
5060 0 after a semi-colon; it works better for smie-auto-fill.
5061 (octave--indent-new-comment-line): New function.
5062 (octave-indent-new-comment-line): Use it (indirectly).
5063 (octave-mode): Don't disable smie-auto-fill. Use add-function to
5064 modify comment-line-break-function.
5065
5066 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
5067 (smie-setup): Use add-function to set it.
5068
50692013-05-24 Sam Steingold <sds@gnu.org>
5070
5071 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
5072 argument (before the `interactive' argument).
5073
50742013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * image-mode.el (image-mode-winprops): Add winprops to
5077 image-mode-winprops-alist before running
5078 image-mode-new-window-functions.
5079 * doc-view.el (doc-view-new-window-function): Don't delay
5080 doc-view-goto-page via timers (bug#14435).
5081
50822013-05-24 Tassilo Horn <tsdh@gnu.org>
5083
5084 * doc-view.el: Integrate with desktop.el. (Bug#14435)
5085 (doc-view-desktop-save-buffer): New function.
5086 (doc-view-restore-desktop-buffer): New function.
5087 (desktop-buffer-mode-handlers):
5088 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
5089 handler.
5090 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
5091 `desktop-save-buffer' function.
5092
50932013-05-24 Michael Albinus <michael.albinus@gmx.de>
5094
5095 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
5096 (tramp-gvfs-file-name-handler): Raise a user error when
5097 `tramp-gvfs-enabled' is nil.
5098 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
5099 Do not raise a user error when loading package. (Bug#14447)
5100
5101 * net/xesam.el: Move to obsolete/.
5102
51032013-05-24 Glenn Morris <rgm@gnu.org>
5104
5105 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
5106
5107 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
5108
5109 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
5110 (Info-find-node, Man-getpage-in-background): Declare.
5111
5112 * mail/unrmail.el (unrmail):
5113 Replace obsolete detect-coding-with-priority.
5114
5115 * net/socks.el (socks-split-string): Use this rather than split-string.
5116 (socks-nslookup-host): Update for above change.
5117 (dynamic-choice, s5-dynamic-choice-match)
5118 (s5-dynamic-choice-match-inline, s5-widget-value-create):
5119 Comment out unused code.
5120
5121 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
5122 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
5123 (gud-tooltip-echo-area): Make obsolete.
5124 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
5125
5126 * progmodes/js.el (js--optimize-arglist): Declare.
5127
5128 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
5129
5130 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
5131 (ediff-window-C): Declare.
5132
5133 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
5134 Tweak requires to silence compiler.
5135
5136 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
5137 (he-search-string, he-tried-table, he-expand-list)
5138 (he-init-string, he-string-member, he-substitute-string)
5139 (he-reset-string): Declare.
5140
5141 * obsolete/options.el (list-options): Use custom-variable-p,
5142 rather than obsolete alias.
5143
51442013-05-23 Sam Steingold <sds@gnu.org>
5145
5146 * simple.el (shell-command-on-region): Pass the `replace' argument
5147 down to `call-process-region' to comply with the doc as reported on
5148 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
5149
51502013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * emacs-lisp/smie.el (smie-indent-forward-token)
5153 (smie-indent-backward-token): Handle string tokens (bug#14381).
5154
51552013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5156
5157 * ielm.el (ielm-menu): New menu.
5158 (inferior-emacs-lisp-mode): Set comment-start.
5159
51602013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5161
5162 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
5163 Fix deactivate action.
5164
5165 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
5166 Add cleveref macros.
5167
5168 * lisp/textmodes/reftex-parse.el
5169 (reftex-locate-bibliography-files): Accept options for
5170 bibliography commands.
5171 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
5172 Add addbibresource. Basic Biblatex support.
5173
51742013-05-23 Michael Albinus <michael.albinus@gmx.de>
5175
5176 * net/tramp-gvfs.el (top):
5177 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5178 when loading package. (Bug#14447)
5179
51802013-05-23 Glenn Morris <rgm@gnu.org>
5181
5182 * progmodes/js.el: No need to load comint when compiling.
5183 (ring-insert, comint-send-string, comint-send-input)
5184 (comint-last-input-end, ido-chop): Declare.
5185
5186 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
5187 * vc/ediff-mult.el: Adjust requires.
5188 (ediff-directories-internal, ediff-directory-revisions-internal)
5189 (ediff-patch-file-internal): Declare.
5190 * vc/ediff-ptch.el: Adjust requires.
5191 (ediff-use-last-dir, ediff-buffers-internal): Declare.
5192 (ediff-find-file): Autoload.
5193 * vc/ediff-util.el: No need to load ediff when compiling.
5194 (ediff-regions-internal): Declare.
5195 * vc/ediff-wind.el: Adjust requires.
5196 (ediff-compute-toolbar-width): Define when compiling.
5197 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
5198 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
5199 (dired-get-filename, dired-get-marked-files)
5200 (ediff-last-dir-patch, ediff-patch-default-directory)
5201 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
5202 (ediff-patch-buffer-internal): Declare.
5203
5204 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
5205 (ispell-process, ispell-buffer-local-words, lm-summary)
5206 (lm-section-start, lm-section-end): Declare.
5207 (checkdoc-ispell-init): Simplify.
5208
5209 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
5210 (he-string-member, he-reset-string, he-substitute-string): Declare.
5211
5212 * eshell/em-ls.el: Adjust requires.
5213 (eshell-glob-regexp): Declare.
5214 * eshell/em-tramp.el: Adjust requires.
5215 (eshell-parse-command): Autoload.
5216 * eshell/em-xtra.el: Adjust requires.
5217 (eshell-parse-command): Autoload.
5218 * eshell/esh-ext.el: Adjust requires.
5219 (eshell-parse-command, eshell-close-handles): Autoload.
5220 * eshell/esh-io.el: Adjust requires.
5221 (eshell-output-filter): Autoload.
5222 * eshell/esh-util.el: No need to load tramp when compiling.
5223 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
5224 Declare.
5225 (eshell-parse-ange-ls): Require ange-ftp and tramp.
5226 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5227 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
5228 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
5229 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
5230 * eshell/esh-opt.el, eshell/esh-proc.el:
5231 * eshell/esh-var.el: Adjust requires.
5232 * eshell/eshell.el: Do not require esh-util twice.
5233 (eshell-add-input-to-history): Declare.
5234 (eshell-command): Check history module is active before using it.
5235
5236 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
5237
52382013-05-22 Leo Liu <sdl.web@gmail.com>
5239
5240 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
5241
52422013-05-22 Michael Albinus <michael.albinus@gmx.de>
5243
5244 * autorevert.el (auto-revert-notify-add-watch)
5245 (auto-revert-notify-handler): Add `attrib' for the inotify case,
5246 it indicates changes in file modification time.
5247
52482013-05-22 Glenn Morris <rgm@gnu.org>
5249
5250 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5251 Always delete the autoloaded function from the noruntime and
5252 unresolved functions lists.
5253
5254 * allout.el: No need to load epa, epg, overlay when compiling.
5255 (epg-context-set-passphrase-callback, epg-list-keys)
5256 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
5257 (epg-key-user-id-list): Declare.
5258
5259 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5260 (viper-set-parsing-style-toggling-macro)
5261 (viper-set-emacs-state-searchstyle-macros):
5262 Use called-interactively-p on Emacs.
5263 (viper-looking-back): Make it an obsolete alias. Update callers.
5264 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
5265 Use looking-back rather than viper-looking-back.
5266 (viper-tmp-insert-at-eob, viper-enlarge-region)
5267 (viper-read-string-with-history, viper-register-to-point)
5268 (viper-append-to-register, viper-change-state-to-vi)
5269 (viper-backward-char-carefully, viper-forward-char-carefully)
5270 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
5271 (viper-change-state-to-emacs): Declare.
5272 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
5273 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
5274 * emulation/viper-mous.el: Do not load viper-cmd.
5275 (viper-backward-char-carefully, viper-forward-char-carefully)
5276 (viper-forward-word, viper-adjust-window): Declare.
5277
5278 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
5279
5280 * progmodes/idlw-help.el (idlwave-help-fontify):
5281 Use called-interactively-p.
5282
5283 * term/w32console.el (w32-get-console-codepage)
5284 (w32-get-console-output-codepage): Declare.
5285
5286 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
5287 Remove unnecessary declarations.
5288 (dframe-message): Doc fix.
5289
5290 * info.el (dframe-select-attached-frame, dframe-current-frame):
5291 Declare.
5292
5293 * speedbar.el (speedbar-message): Make it an obsolete alias.
5294 Update all callers.
5295 (speedbar-with-attached-buffer)
5296 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
5297 (speedbar-with-writable): Use backquote.
5298 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
5299 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5300 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
5301 rather than speedbar- aliases.
5302 * mail/rmail.el: Load dframe rather than speedbar when compiling.
5303 (speedbar-make-specialized-keymap, speedbar-insert-button)
5304 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
5305 (speedbar-do-function-pointer): Declare.
5306 (rmail-speedbar-button, rmail-speedbar-find-file)
5307 (rmail-speedbar-move-message):
5308 Use dframe-with-attached-buffer rather than speedbar- alias.
5309 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
5310 (dframe-message, speedbar-make-specialized-keymap)
5311 (speedbar-add-expansion-list, speedbar-mode-functions-list)
5312 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
5313 (speedbar-insert-button, dframe-select-attached-frame)
5314 (dframe-maybee-jump-to-attached-frame)
5315 (speedbar-change-initial-expansion-list)
5316 (speedbar-previously-used-expansion-list-name): Declare.
5317 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
5318 Use dframe-message, dframe-with-attached-buffer rather than
5319 speedbar- aliases.
5320 (gud-sentinel): Silence compiler.
5321 * progmodes/vhdl-mode.el (speedbar-refresh)
5322 (speedbar-do-function-pointer, speedbar-add-supported-extension)
5323 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
5324 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
5325 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
5326 (speedbar-file-lists, speedbar-make-tag-line)
5327 (speedbar-line-directory, speedbar-goto-this-file)
5328 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
5329 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
5330 (speedbar-make-button, speedbar-reset-scanners)
5331 (speedbar-files-item-info, speedbar-line-text)
5332 (speedbar-find-file-in-frame, speedbar-set-timer)
5333 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
5334 (speedbar-with-writable): Do not (re)define it.
5335 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
5336 rather than speedbar- alias.
5337
53382013-05-21 Leo Liu <sdl.web@gmail.com>
5339
5340 * progmodes/octave.el (octave-mode-menu): Update and re-organize
5341 menu items.
5342 (octave-mode): Tweak fill-nobreak-predicate.
5343 (inferior-octave-startup): Check process to avoid infinite loop.
5344 (inferior-octave): Pop to buffer first to show abornmal process
5345 exit information.
5346
53472013-05-21 Glenn Morris <rgm@gnu.org>
5348
5349 * printing.el (pr-menu-bar): Define when compiling.
5350
53512013-05-21 Leo Liu <sdl.web@gmail.com>
5352
5353 * progmodes/octave.el (octave-auto-fill): Remove.
5354 (octave-indent-new-comment-line): Improve.
5355 (octave-mode): Use auto fill mode through
5356 comment-line-break-function and fill-nobreak-predicate.
5357 (octave-goto-function-definition): Support DEFUN_DLD.
5358 (octave-beginning-of-defun): Small tweak.
5359 (octave-help): Show parent directory.
5360
53612013-05-21 Glenn Morris <rgm@gnu.org>
5362
5363 * files.el (dired-unmark):
5364 * progmodes/gud.el (gdb-input): Update declarations.
5365
5366 * calculator.el (electric, ehelp): No need to load when compiling.
5367 (Electric-command-loop, electric-describe-mode): Declare.
5368
5369 * doc-view.el (doc-view-current-converter-processes): Move before use.
5370
5371 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5372 Move MODE-set-explicitly definition before use.
5373
5374 * international/mule-diag.el (mule-diag):
5375 Don't use obsolete window-system-version.
5376
5377 * mail/feedmail.el (smtpmail): No need to load when compiling.
5378 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
5379
5380 * mail/mail-utils.el (rfc822): No need to load when compiling.
5381 (rfc822-addresses): Autoload it.
5382 (mail-strip-quoted-names): Trivial simplification.
5383
5384 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
5385 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
5386
5387 * net/snmp-mode.el (tempo): Don't duplicate requires.
5388
5389 * progmodes/prolog.el (info): No need to load when compiling.
5390 (comint): Require before shell requires it.
5391 (Info-goto-node): Autoload it.
5392 (Info-follow-nearest-node): Declare.
5393 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
5394
5395 * textmodes/artist.el (picture-mode-exit): Declare.
5396
5397 * textmodes/reftex-parse.el (reftex-parse-from-file):
5398 Trivial rewrite so the compiler can parse it better.
5399
54002013-05-20 Leo Liu <sdl.web@gmail.com>
5401
5402 * progmodes/octave.el (octave-help-mode-map)
5403 (octave-help-mode-finish-hook): New variables.
5404 (octave-help-mode, octave-help-mode-finish): New functions.
5405 (octave-help): Use octave-help-mode.
5406
54072013-05-20 Glenn Morris <rgm@gnu.org>
5408
5409 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
5410
54112013-05-19 Dmitry Gutov <dgutov@yandex.ru>
5412
5413 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
5414 start at point, so that expansion starting right after opening
5415 slash in a regexp is recognized.
5416 (ruby-syntax-before-regexp-re): New defvar, extracted from
5417 ruby-syntax-propertize-function. Since the value of this regexp
5418 is looked up at runtime now, we should be able to turn
5419 `ruby-syntax-methods-before-regexp' into a defcustom later.
5420 (ruby-syntax-propertize-function): Split regexp matching into two
5421 parts, for opening and closing slashes. That allows us to skip
5422 over string interpolations and support multiline regexps.
5423 Don't call `ruby-syntax-propertize-expansions', instead use another rule
5424 for them, which calls `ruby-syntax-propertize-expansion'.
5425 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
5426 call to `ruby-syntax-propertize-function'.
5427 (ruby-syntax-propertize-expansion): Extracted from
5428 `ruby-syntax-propertize-expansions'. Handles one expansion.
5429 (ruby-syntax-propertize-percent-literal): Leave point right after
5430 the percent symbol, so that the expression expansion rule can
5431 propertize the contents.
5432 (ruby-syntax-propertize-heredoc): Leave point at bol following the
5433 heredoc openers.
5434 (ruby-syntax-propertize-expansions): Remove.
5435
54362013-05-18 Juri Linkov <juri@jurta.org>
5437
5438 * man.el (Man-default-man-entry): Remove `-' from the end
5439 of the default value. (Bug#14400)
5440
54412013-05-18 Glenn Morris <rgm@gnu.org>
5442
5443 * comint.el (comint-password-prompt-regexp):
5444 Allow "password for XXX" where XXX contains colons (eg https://...).
5445
54462013-05-18 Leo Liu <sdl.web@gmail.com>
5447
5448 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
5449 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5450 (octave-source-directories): Don't check process.
5451 (octave-source-directories, octave-find-definition): Doc fix.
5452
54532013-05-18 Glenn Morris <rgm@gnu.org>
5454
5455 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5456 Remove backspace/delete bindings. (Bug#14392)
5457
5458 * cus-dep.el (custom-make-dependencies): Sort the output.
5459 (custom-versions-load-alist): Convert comment to doc.
5460
54612013-05-17 Leo Liu <sdl.web@gmail.com>
5462
5463 * newcomment.el (comment-search-backward): Stricter in finding
5464 comment start. (Bug#14303)
5465
5466 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
5467 (octave-comment-start-skip): Properly anchored.
5468
54692013-05-17 Leo Liu <sdl.web@gmail.com>
5470
5471 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
5472 Clean up when turned off. (Bug#14395)
5473 (smie--highlight-matching-block-overlay): No longer buffer-local.
5474 (smie-highlight-matching-block): Adjust.
5475
54762013-05-17 Paul Eggert <eggert@cs.ucla.edu>
5477
5478 Doc string fix for "nanoseconds" (Bug#14406).
5479 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
5480 Fix doc string typo that had "nanoseconds" instead of "microseconds".
5481
54822013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5483
5484 * calc/calc-units.el (math-extract-units): Preserve powers
5485 of units.
5486
54872013-05-17 Leo Liu <sdl.web@gmail.com>
5488
5489 * subr.el (delete-consecutive-dups): New function.
5490 * ido.el (ido-set-matches-1): Use it.
5491 * progmodes/octave.el (inferior-octave-completion-table): Use it.
5492 * ido.el (ido-remove-consecutive-dups): Remove.
5493
54942013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5497 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
5498 regexp-opt's `words'.
5499
55002013-05-16 Leo Liu <sdl.web@gmail.com>
5501
5502 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
5503 (smie--highlight-matching-block-overlay)
5504 (smie--highlight-matching-block-lastpos)
5505 (smie--highlight-matching-block-timer): New variables.
5506 (smie-highlight-matching-block): New function.
5507 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
5508 (smie-setup): Conditionally enable smie-blink-matching-open.
5509
55102013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
5511
5512 Sync with upstream verilog-mode r840.
5513 * progmodes/verilog-mode.el (verilog-mode-version)
5514 (verilog-mode-release-date): Update.
5515 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
5516 (verilog-sig-tieoff): Fix string error on
5517 AUTORESET with colon define, bug594. Reported by Andrew Hou.
5518 (verilog-read-decls): Fix parameters confusing
5519 AUTOINST interfaces, bug565. Reported by Leith Johnson.
5520
55212013-05-16 Eli Zaretskii <eliz@gnu.org>
5522
5523 * subr.el (reveal-filename): New function.
5524
5525 * loadup.el: Compute Emacs executable versions on MS-Windows,
5526 where executables have the .exe extension. Add a hard link
5527 emacs-XX.YY.ZZ.exe on MS-Windows.
5528
5529 * Makefile.in (XARGS_LIMIT): New variable.
5530 (custom-deps, finder-data, autoloads)
5531 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5532 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5533 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
5534 (compile-main): Limit xargs according to $(XARGS_LIMIT).
5535
55362013-05-16 Leo Liu <sdl.web@gmail.com>
5537
5538 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
5539 (octave-mode-menu, octave-mode-map): Remove its uses.
5540
55412013-05-16 Reto Zimmermann <reto@gnu.org>
5542
5543 Sync with upstream vhdl mode v3.34.2.
5544 * progmodes/vhdl-mode.el: Use `push' throughout.
5545 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
5546 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
5547 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
5548 (vhdl-actual-generic-name): New option to derive actual generic name.
5549 (vhdl-port-paste-signals): Replace formal by actual generics.
5550 (vhdl-beautify): New name for old group vhdl-align. Update users.
5551 (vhdl-beautify-options): New option.
5552 (vhdl-last-input-event): New compat alias. Use throughout.
5553 (vhdl-goto-line): Replace user level function `goto-line'.
5554 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
5555 vhdl-fix-statement-buffer.
5556 (vhdl-create-mode-menu): Add some entries.
5557 (vhdl-align-region-groups): Respect vhdl-beautify-options.
5558 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
5559 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
5560 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
5561 to force statements on one line.
5562 (vhdl-remove-trailing-spaces-region):
5563 New, split from vhdl-remove-trailing-spaces.
5564 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
5565 Respect vhdl-beautify-options.
5566 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
5567 (vhdl-update-sensitivity-list): Not add with index if exists without.
5568 Not include array index with signal. Ignore keywords in comments.
5569 (vhdl-get-visible-signals): Regexp tweaks.
5570 (vhdl-template-component-inst): Handle empty library.
5571 (vhdl-template-type): Add template for 'enum' type.
5572 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
5573 Use vhdl-replace-string.
5574 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
5575 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
5576 (vhdl-speedbar-initialize): Update for above name change.
5577 (vhdl-compose-wire-components): Fix in handling of constants.
5578 (vhdl-error-regexp-emacs-alist): New variable.
5579 (vhdl-error-regexp-add-emacs): New function;
5580 adds support for new compile.el (Emacs 22+)
5581 (vhdl-generate-makefile-1): Change target order for single lib. units.
5582 Allow use of absolute file names.
5583
55842013-05-16 Leo Liu <sdl.web@gmail.com>
5585
5586 * simple.el (prog-indent-sexp): Indent enclosing defun.
5587
55882013-05-15 Glenn Morris <rgm@gnu.org>
5589
5590 * cus-start.el (show-trailing-whitespace): Move to editing basics.
5591 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
5592 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
5593 (whitespace-highlight): Move to whitespace group.
5594
5595 * comint.el (comint-source):
5596 * pcmpl-linux.el (pcmpl-linux):
5597 * shell.el (shell-faces):
5598 * eshell/esh-opt.el (eshell-opt):
5599 * international/ccl.el (ccl): Remove empty custom groups.
5600
5601 * completion.el (dynamic-completion-mode):
5602 * jit-lock.el (jit-lock-debug-mode):
5603 * minibuffer.el (completion-in-region-mode):
5604 * type-break.el (type-break-mode-line-message-mode)
5605 (type-break-query-mode):
5606 * emulation/tpu-edt.el (tpu-edt-mode):
5607 * progmodes/subword.el (global-subword-mode, global-superword-mode):
5608 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5609 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
5610
5611 * term/xterm.el (xterm): Change parent group to terminals.
5612
5613 * master.el (master): Remove empty custom group.
5614 (master-mode): Remove unused :group argument.
5615 * textmodes/refill.el (refill): Remove empty custom group.
5616 (refill-mode): Remove unused :group argument.
5617
5618 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
5619
5620 * cus-dep.el: Provide a feature.
5621 (custom-make-dependencies): Ignore dotfiles (dir-locals).
5622 Don't mistakenly ignore files whose basenames match a basename
5623 from preloaded-file-list (eg cedet/ede/simple.el).
5624 Add a fallback method for getting :group.
5625
56262013-05-15 Juri Linkov <juri@jurta.org>
5627
5628 * isearch.el (isearch-char-by-name): Rename from
5629 `isearch-insert-char-by-name'. Doc fix.
5630 (isearch-forward): Mention `isearch-char-by-name' in
5631 the docstring. (Bug#13348)
5632
5633 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
5634 `exit-minibuffer' instead of
5635 `isearch-nonincremental-exit-minibuffer'.
5636 (isearch-edit-string): Remove mention of
5637 `isearch-nonincremental-exit-minibuffer' from docstring.
5638 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
5639 (isearch-forward-exit-minibuffer)
5640 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
5641
56422013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * loadup.el: Just use unversioned DOC.
5645
5646 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
5647 literals as extending to EOB.
5648 (nxml-last-fontify-end): Remove unused variable.
5649 (nxml-after-change1): Use with-silent-modifications.
5650 (nxml-extend-after-change-region): Simplify.
5651 (nxml-extend-after-change-region1): Remove function.
5652 (nxml-after-change1): Don't adjust for dependent regions.
5653 (nxml-fontify-matcher): Simplify.
5654 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
5655 (xmltok-add-dependent): Remove function.
5656 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
5657 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
5658 (xmltok-scan-prolog-after-processing-instruction-open): Treat
5659 unclosed <[[, <?, comment, and other literals as extending to EOB.
5660 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
5661 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
5662 Remove functions.
5663 (rng-do-some-validation-1): Don't mark dependent regions.
5664 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
5665 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
5666 (nxml-clear-dependent-regions): Remove functions.
5667 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
5668 (nxml-ensure-scan-up-to-date):
5669 Don't clear&mark dependent regions.
5670
56712013-05-15 Leo Liu <sdl.web@gmail.com>
5672
5673 * progmodes/octave.el (octave-goto-function-definition):
5674 Improve and fix callers.
5675
56762013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
5679 the setter (bug#14387).
5680
5681 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
5682 surrounding group (bug#14402).
5683
56842013-05-14 Juri Linkov <juri@jurta.org>
5685
5686 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
5687 (Bug#14390)
5688
56892013-05-14 Glenn Morris <rgm@gnu.org>
5690
5691 * progmodes/f90.el (f90-imenu-generic-expression):
5692 Fix typo in 2013-05-08 change. (Bug#14402)
5693
56942013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5695
5696 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
5697 Remove signals for which replies are never received.
5698
56992013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5700
5701 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
5702 (gdb-handler-alist, gdb-handler-number): Remove variables.
5703 (gdb-handler-list): New variable.
5704 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
5705 (gdb-pending-handler-p, gdb-handle-reply)
5706 (gdb-remove-all-pending-triggers): New functions.
5707 (gdb-discard-unordered-replies): New defcustom.
5708 (gdb-handler): New defstruct.
5709 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
5710 instead of gdb-pending-triggers. Update docstring.
5711 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
5712 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
5713 (gdb-var-update-handler, def-gdb-auto-update-trigger)
5714 (def-gdb-auto-update-handler, gdb-get-changed-registers)
5715 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
5716 (gdb-frame-handler): Pending triggers are now automatically managed.
5717 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
5718 Remove argument.
5719 (gdb-input): Automatically handles pending triggers. Update docstring.
5720 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
5721 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
5722 Update comments.
5723 (gdb-done-or-error): Now use gdb-handle-reply.
5724
57252013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
5726
5727 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
5728 gdb-debug-log.
5729
57302013-05-14 Glenn Morris <rgm@gnu.org>
5731
5732 * subr.el (user-emacs-directory-warning): New option.
5733 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
5734
57352013-05-14 Leo Liu <sdl.web@gmail.com>
5736
5737 * progmodes/octave.el (octave-font-lock-keywords): Fix error
5738 during redisplay.
5739 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
5740 (octave-font-lock-texinfo-comment): Fix invalid search bound
5741 error: wrong side of point.
5742
57432013-05-14 Glenn Morris <rgm@gnu.org>
5744
5745 * progmodes/flymake.el (flymake-xml-program): New option.
5746 (flymake-xml-init): Use it.
5747
5748 * term/xterm.el: Provide a feature.
5749
5750 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
5751
57522013-05-13 Glenn Morris <rgm@gnu.org>
5753
5754 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
5755 Add compat aliases as a hack workaround. (Bug#14384)
5756
57572013-05-13 Leo Liu <sdl.web@gmail.com>
5758
5759 * progmodes/octave.el (octave-indent-comment): Fix indentation for
5760 ###, and %!.
5761 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
5762 C-M-q.
5763 (octave-comment-start-skip): Include %!.
5764 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
5765
57662013-05-12 Leo Liu <sdl.web@gmail.com>
5767
5768 * progmodes/octave.el (inferior-octave-startup): Store the value
5769 of __octave_srcdir__ for octave-source-directories.
5770 (inferior-octave-check-process): New function refactored out of
5771 inferior-octave-send-list-and-digest.
5772 (octave-source-directories)
5773 (octave-find-definition-filename-function): New variables.
5774 (octave-source-directories)
5775 (octave-find-definition-default-filename): New functions.
5776 (octave-find-definition): Improve to find functions implemented in C++.
5777
57782013-05-12 Glenn Morris <rgm@gnu.org>
5779
5780 * calendar/diary-lib.el (diary-outlook-format-1):
5781 Don't include dayname in the output. (Bug#14349)
5782
57832013-05-11 Glenn Morris <rgm@gnu.org>
5784
5785 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
5786
5787 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
5788 Treat cc-provide like provide.
5789
57902013-05-11 Kevin Ryde <user42@zip.com.au>
5791
5792 * cus-dep.el (custom-make-dependencies):
5793 Use generated-autoload-load-name for the sake of files such
5794 such cedet/semantic/bovine/c.el, where the base file name
5795 is not in load-path. (Bug#5277)
5796
57972013-05-11 Glenn Morris <rgm@gnu.org>
5798
5799 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
5800 Provide features.
5801
58022013-05-11 Leo Liu <sdl.web@gmail.com>
5803
5804 * progmodes/octave.el (octave-indent-comment): Improve.
5805 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5806 (octave-eldoc-function-signatures, octave-eldoc-function):
5807 New functions.
5808 (octave-mode, inferior-octave-mode): Add eldoc support.
5809
58102013-05-11 Richard Stallman <rms@gnu.org>
5811
5812 * epa.el (epa-decrypt-file): Take output file name as argument
5813 and read it using `interactive'.
5814
58152013-05-11 Leo Liu <sdl.web@gmail.com>
5816
5817 * progmodes/octave.el (octave-beginning-of-line)
5818 (octave-end-of-line): Check before using up-list because it jumps
5819 out of more syntactic contructs since moving to smie.
5820 (octave-indent-comment): New function.
5821 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
5822 (octave-begin-keywords, octave-end-keywords)
5823 (octave-reserved-words, octave-smie-bnf-table)
5824 (octave-smie-rules): Add new keywords from Octave 3.6.4.
5825
58262013-05-11 Glenn Morris <rgm@gnu.org>
5827
5828 * faces.el (internal-face-x-get-resource):
5829 * frame.el (ns-display-monitor-attributes-list):
5830 * calc/calc-aent.el (math-to-radians-2):
5831 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
5832 Fix declarations.
5833
5834 * calc/calc-menu.el: Make it loadable in isolation.
5835
5836 * net/eudcb-bbdb.el: Make it loadable without bbdb.
5837 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
5838 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
5839 (eudc-bbdb-query-internal): Require 'bbdb.
5840
5841 * lpr.el (lpr-headers-switches):
5842 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
5843
5844 * progmodes/sql.el (sql-login-params): Fix and improve :type.
5845
5846 * emulation/edt-mapper.el: In batch mode, error rather than hang.
5847
5848 * term.el (term-set-escape-char): Make it idempotent.
5849
58502013-05-10 Leo Liu <sdl.web@gmail.com>
5851
5852 * progmodes/octave.el (inferior-octave-completion-table):
5853 No longer a function and all uses changed. Use cache to speed up
5854 completion due to bug#11906.
5855 (octave-beginning-of-defun): Re-write to be more general.
5856
58572013-05-10 Glenn Morris <rgm@gnu.org>
5858
5859 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
5860
58612013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * comint.el (comint-redirect-send-command-to-process): Use :around
5864 rather than :override for comint-redirect-filter.
5865 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
5866 Call it instead of comint-redirect-original-filter-function (which
5867 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
5868
58692013-05-09 Jan Djärv <jan.h.d@swipnet.se>
5870
5871 * frame.el (display-monitor-attributes-list): Add NS case.
5872 (ns-display-monitor-attributes-list): Declare.
5873
58742013-05-09 Ulrich Mueller <ulm@gentoo.org>
5875
5876 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
5877
58782013-05-09 Glenn Morris <rgm@gnu.org>
5879
5880 * international/fontset.el (vertical-centering-font-regexp):
5881 Set standard-value.
5882
5883 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
5884
5885 * bookmark.el (bookmark-search-delay):
5886 * cus-start.el (vertical-centering-font-regexp):
5887 * ps-mule.el (ps-mule-font-info-database-default):
5888 * ps-print.el (ps-default-fg, ps-default-bg):
5889 * type-break.el (type-break-good-break-interval):
5890 * whitespace.el (whitespace-indentation-regexp)
5891 (whitespace-space-after-tab-regexp):
5892 * emacs-lisp/testcover.el (testcover-1value-functions)
5893 (testcover-noreturn-functions, testcover-progn-functions)
5894 (testcover-prog1-functions):
5895 * emulation/viper-init.el (viper-emacs-state-cursor-color):
5896 * eshell/em-glob.el (eshell-glob-translate-alist):
5897 * play/tetris.el (tetris-tty-colors):
5898 * progmodes/cpp.el (cpp-face-default-list):
5899 * progmodes/flymake.el (flymake-allowed-file-name-masks):
5900 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
5901 (idlwave-help-browser-generic-args):
5902 * progmodes/make-mode.el (makefile-special-targets-list):
5903 * progmodes/python.el (python-shell-virtualenv-path):
5904 * progmodes/verilog-mode.el (verilog-active-low-regexp)
5905 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
5906 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
5907 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
5908 * textmodes/reftex-vars.el (reftex-format-label-function):
5909 * textmodes/remember.el (remember-diary-file): Fix custom types.
5910
5911 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
5912 Add :version.
5913
59142013-05-09 Leo Liu <sdl.web@gmail.com>
5915
5916 * progmodes/octave.el (inferior-octave-completion-at-point):
5917 Restore file completion. (Bug#14300)
5918 (inferior-octave-startup): Fix incorrect highlighting for the
5919 first prompt.
5920
59212013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * progmodes/ruby-mode.el: First cut at SMIE support.
5924 (ruby-use-smie): New var.
5925 (ruby-smie-grammar): New constant.
5926 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
5927 (ruby-smie--forward-token, ruby-smie--backward-token)
5928 (ruby-smie-rules): New functions.
5929 (ruby-mode-variables): Setup SMIE if applicable.
5930
59312013-05-08 Eli Zaretskii <eliz@gnu.org>
5932
5933 * simple.el (line-move-visual): Signal beginning/end of buffer
5934 only if vertical-motion moved less than it was requested. Avoids
5935 silly incorrect error messages when there are display strings with
5936 multiple newlines at EOL.
5937
59382013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
5941 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
5942 (prolog-char-quote-workaround):
5943 * progmodes/cperl-mode.el (cperl-under-as-char):
5944 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
5945 Mark as obsolete.
5946 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
5947 their declaration.
5948 (vhdl-mode-syntax-table-init): Remove.
5949
5950 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
5951 last change.
5952
5953 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
5954 syntax for "_".
5955 (ld-script-font-lock-keywords):
5956 Change regexps to use things like \_< and \_>.
5957
5958 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
5959 Change all regexps to use things like \_< and \_>.
5960
5961 * progmodes/autoconf.el (autoconf-definition-regexp)
5962 (autoconf-font-lock-keywords, autoconf-current-defun-function):
5963 Handle a _ with symbol syntax.
5964 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
5965
5966 * progmodes/ada-mode.el (ada-mode-abbrev-table):
5967 Consolidate declaration.
5968 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
5969 the declaration.
5970 (ada-create-syntax-table): Remove.
5971 (ada-capitalize-word): Don't mess with the syntax of "_" since it
5972 already has the right syntax nowadays.
5973 (ada-goto-next-word): Don't change the syntax of "_".
5974
5975 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
5976 with-wrapper-hook.
5977
59782013-05-08 Sam Steingold <sds@gnu.org>
5979
5980 * thingatpt.el (thing-at-point): Accept optional second argument
5981 NO-PROPERTIES to strip the text properties from the return value.
5982 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
5983 to `thing-at-point' instead of stripping the properties ourselves.
5984 Also, when `thing-at-point' fails to find a url, prepend "http://"
5985 to the filename at point on the assumption that the user is
5986 pointing at something like gnu.org/gnu.
5987
59882013-05-08 Juanma Barranquero <lekktu@gmail.com>
5989
5990 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5991 * faces.el (crm-separator):
5992 Silence byte-compiler.
5993
5994 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
5995 (tool-bar-map): Remove unneeded defvars.
5996
59972013-05-08 Leo Liu <sdl.web@gmail.com>
5998
5999 Re-work a fix for bug#10994 based on Le Wang's patch.
6000 * ido.el (ido-remove-consecutive-dups): New helper.
6001 (ido-completing-read): Use it.
6002 (ido-chop): Revert fix for bug#10994.
6003
60042013-05-08 Adam Spiers <emacs@adamspiers.org>
6005
6006 * cus-edit.el (custom-save-variables):
6007 Pretty-print long values. (Bug#14187)
6008
60092013-05-08 Glenn Morris <rgm@gnu.org>
6010
6011 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
6012 (m4-mode-syntax-table): Init in the defvar.
6013 (m4-mode-abbrev-table): Let define-derived-mode define it.
6014
60152013-05-08 Tom Tromey <tromey@redhat.com>
6016
6017 * progmodes/m4-mode.el (m4-mode-syntax-table):
6018 Do not treat "_" as word constituent. (Bug#14167)
6019
60202013-05-07 Glenn Morris <rgm@gnu.org>
6021
6022 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
6023 Remove explicit eshell-isearch-cancel-map.
6024
6025 * progmodes/f90.el (f90-smart-end-names): New option.
6026 (f90-smart-end): Doc fix.
6027 (f90-end-block-optional-name): New constant.
6028 (f90-block-match): Respect f90-smart-end-names.
6029
60302013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * progmodes/octave.el (octave-smie-forward-token): Be more careful
6033 about implicit semi-colons (bug#14218).
6034
60352013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6036
6037 * frame.el (display-monitor-attributes-list)
6038 (frame-monitor-attributes): New functions.
6039
60402013-05-06 Leo Liu <sdl.web@gmail.com>
6041
6042 * progmodes/octave.el (octave-syntax-propertize-function): Change
6043 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
6044 (octave-font-lock-keywords): Use octave-operator-regexp.
6045 (octave-completion-at-point): Rename from
6046 octave-completion-at-point-function.
6047 (inferior-octave-directory-tracker): Robustify.
6048 (octave-text-functions): Remove and fix its uses. No such things
6049 any more.
6050
60512013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * emacs-lisp/trace.el (trace--display-buffer): New function.
6054 (trace-make-advice): Use it.
6055
60562013-05-06 Juri Linkov <juri@jurta.org>
6057
6058 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
6059 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
6060 Doc fix.
6061 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
6062 in the help string. (Bug#12985)
6063
60642013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6065
6066 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
6067
60682013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * progmodes/perl-mode.el: Add support for here documents.
6071 (perl-syntax-propertize-function): Match here-doc markers.
6072 (perl-syntax-propertize-special-constructs): Find their end.
6073 (perl-imenu-generic-expression): Use [:alnum:].
6074
6075 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
6076 (advice--add-function): Refresh the advice if already present
6077 (bug#14317).
6078
60792013-05-06 Ivan Andrus <darthandrus@gmail.com>
6080
6081 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
6082
60832013-05-06 Glenn Morris <rgm@gnu.org>
6084
6085 * w32-fns.el (w32-charset-info-alist): Declare.
6086
6087 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6088 of its defcustom properties.
6089 (eshell-cmpl-initialize): No need to load pcomplete.
6090
6091 * generic-x.el: No need to require comint when compiling.
6092
6093 * net/eudc-export.el: Make it loadable without bbdb.
6094 (top-level): Use require rather than load-library.
6095 (eudc-create-bbdb-record, eudc-bbdbify-phone)
6096 (eudc-batch-export-records-to-bbdb)
6097 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
6098 Require bbdb.
6099
61002013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
6103 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
6104 some tweaks, instead.
6105
61062013-05-05 Leo Liu <sdl.web@gmail.com>
6107
6108 * progmodes/octave.el (octave-font-lock-keywords)
6109 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
6110 (inferior-octave-send-list-and-digest): Improve error message.
6111 (octave-mode, inferior-octave-mode): Use setq-local.
6112 (octave-help): Set info-lookup-mode.
6113
61142013-05-05 Richard Stallman <rms@gnu.org>
6115
6116 * vc/compare-w.el (compare-windows-whitespace):
6117 Treat no-break space as whitespace.
6118
6119 * mail/rmailsum.el (rmail-summary-rmail-update):
6120 Detect empty summary and don't change selected message.
6121 (rmail-summary-goto-msg): Likewise.
6122
6123 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
6124 Doc fixes, rename args.
6125
61262013-05-05 Alan Mackenzie <acm@muc.de>
6127
6128 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
6129
61302013-05-05 Juri Linkov <juri@jurta.org>
6131
6132 * info.el (Info-read-subfile): Use (point-min) instead of (point)
6133 to not add the length of the summary segment to the return value.
6134 (Bug#14125)
6135
61362013-05-05 Leo Liu <sdl.web@gmail.com>
6137
6138 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
6139 (inferior-octave-output-filter): Remove.
6140 (octave-send-region, inferior-octave-startup): Fix callers.
6141 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
6142 (octave-binary-file-extensions): New user variable.
6143 (octave-find-definition): Confirm if opening binary files.
6144 (octave-help-file): Use octave-find-definition to get the binary
6145 confirmation.
6146 (octave-help): Adjust for octave-help-file change.
6147
61482013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
6151 Merge the two entries that handle function definitions.
6152 (pascal--syntax-propertize): New const.
6153 (pascal-mode): Use it. Use setq-local.
6154
61552013-05-04 Glenn Morris <rgm@gnu.org>
6156
6157 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
6158 (diary-from-outlook): Respect diary-from-outlook-function.
6159
61602013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
6163 Move the declaration from C.
6164 (read-minibuffer, eval-minibuffer): Move from C.
6165 (completion-setup-function): Avoid minibuffer-completion-contents.
6166
61672013-05-03 Leo Liu <sdl.web@gmail.com>
6168
6169 * progmodes/octave.el (octave-font-lock-keywords): Do not
6170 dehighlight 'end' in comments or strings.
6171 (octave-completing-read, octave-goto-function-definition):
6172 New helpers.
6173 (octave-help-buffer): New user variable.
6174 (octave-help-file, octave-help-function): New button types.
6175 (octave-help): New command and bind it to C-h ;.
6176 (octave-find-definition): New command and bind it to M-.
6177 (user-error): Alias to error if not defined.
6178
61792013-05-02 Leo Liu <sdl.web@gmail.com>
6180
6181 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
6182 for \. (bug#14332)
6183 (octave-font-lock-keywords): Include [ and {.
6184
61852013-05-02 Leo Liu <sdl.web@gmail.com>
6186
6187 * progmodes/octave.el (inferior-octave-startup-file): Change default.
6188 (inferior-octave): Remove calling comint-mode and return the buffer.
6189 (inferior-octave-startup): Cosmetic changes.
6190
61912013-05-02 Leo Liu <sdl.web@gmail.com>
6192
6193 * progmodes/octave.el (octave-syntax-propertize-function):
6194 Include the case when ' is at line beginning. (Bug#14336)
6195
61962013-05-02 Glenn Morris <rgm@gnu.org>
6197
6198 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
6199 * desktop.el (vc-dir-mode): Just autoload it here.
6200
62012013-05-02 Alan Mackenzie <acm@muc.de>
6202
6203 Eliminate variable c-standard-font-lock-fontify-region-function.
6204 * progmodes/cc-mode.el
6205 (c-standard-font-lock-fontify-region-function): Remove.
6206 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
6207
62082013-05-01 Leo Liu <sdl.web@gmail.com>
6209
6210 * progmodes/octave.el: Compatible with older emacs-24 releases.
6211 (inferior-octave-has-built-in-variables): Remove. Built-in
6212 variables were removed from Octave in 2007.
6213 (inferior-octave-startup): Fix uses.
6214 (comint-line-beginning-position): Remove compatibility code for
6215 emacs 21.
6216
62172013-05-01 Juri Linkov <juri@jurta.org>
6218
6219 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
6220
62212013-05-01 Juri Linkov <juri@jurta.org>
6222
6223 * comint.el (comint-previous-matching-input): Don't print message
6224 "History item: %d" when `isearch-mode' is active.
6225 (comint-history-isearch-message): Print message "History item: %d"
6226 when `comint-input-ring-index' is not empty and this function is
6227 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
6228
62292013-05-01 Leo Liu <sdl.web@gmail.com>
6230
6231 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
6232 definitions. Use completion-at-point to insert keywords.
6233 (octave-abbrev-start): Remove.
6234 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
6235
62362013-04-30 Leo Liu <sdl.web@gmail.com>
6237
6238 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
6239 change.
6240
62412013-04-30 Alan Mackenzie <acm@muc.de>
6242
6243 Handle arbitrarily long C++ member initialisation lists.
6244 * progmodes/cc-engine.el (c-back-over-member-initializers):
6245 new function.
6246 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
6247 (most) member init lists.
6248
62492013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6250
6251 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
6252 variable.
6253
62542013-04-30 Leo Liu <sdl.web@gmail.com>
6255
6256 * progmodes/octave.el (octave-variables): Remove. No builtin
6257 variables any more. All converted to functions.
6258 (octave-font-lock-keywords, octave-completion-at-point-function):
6259 Fix uses.
6260 (octave-font-lock-texinfo-comment): New user variable.
6261 (octave-texinfo-font-lock-keywords): New variable for texinfo
6262 comment block.
6263 (octave-function-comment-block): New face.
6264 (octave-font-lock-texinfo-comment): New function.
6265 (octave-mode): Font lock texinfo comment block.
6266
62672013-04-29 Leo Liu <sdl.web@gmail.com>
6268
6269 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
6270 indexing expression.
6271 (octave-continuation-string): Do not use \.
6272 (inferior-octave-complete-impossible): Remove.
6273 (inferior-octave-completion-table)
6274 (inferior-octave-completion-at-point): Remove its uses.
6275 (inferior-octave-startup): completion_matches was introduced to
6276 Octave in 1996 so safe to assume it.
6277 (octave-function-file-comment): Improve to follow how Octave does it.
6278 (octave-update-function-file-comment): Tweak.
6279
62802013-04-29 Leo Liu <sdl.web@gmail.com>
6281
6282 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
6283 (inferior-octave-startup): Remove inferior-octave-startup-hook.
6284 (octave-function-file-comment): Fix typo.
6285 (octave-sync-function-file-names): Use read-char-choice.
6286
62872013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
6288
6289 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
6290 to t for the less important warnings.
6291
62922013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6293
6294 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
6295
62962013-04-27 Glenn Morris <rgm@gnu.org>
6297
6298 * vc/log-view.el (log-view-current-entry):
6299 Treat "---" separator lines as part of the following rev. (Bug#14169)
6300
63012013-04-27 Juri Linkov <juri@jurta.org>
6302
6303 * subr.el (read-number): Doc fix about using it by interactive
6304 code letter `n'. (Bug#14254)
6305
63062013-04-27 Juri Linkov <juri@jurta.org>
6307
6308 * desktop.el (desktop-auto-save-timeout): New option.
6309 (desktop-file-checksum): New variable.
6310 (desktop-save): Add optional arg `auto-save' and don't auto-save
6311 if nothing changed.
6312 (desktop-auto-save-timer): New variable.
6313 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
6314 (after-init-hook): Call `desktop-auto-save-set-timer'.
6315 Suggested by Reuben Thomas <rrt@sc3d.org> in
6316 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
6317
63182013-04-27 Leo Liu <sdl.web@gmail.com>
6319
6320 * progmodes/octave.el (octave-function-file-p)
6321 (octave-skip-comment-forward, octave-function-file-comment)
6322 (octave-update-function-file-comment): New functions.
6323 (octave-mode-map): Bind C-c ; to
6324 octave-update-function-file-comment.
6325 (octave-mode-menu): Add octave-update-function-file-comment.
6326 (octave-mode, inferior-octave-mode): Fix doc-string.
6327 (octave-insert-defun): Conform to Octave's coding convention.
6328 (Bug#14285)
6329
6330 * files.el (basic-save-buffer): Don't let errors in
6331 before-save-hook prevent saving buffer.
6332
63332013-04-20 Roland Winkler <winkler@gnu.org>
6334
6335 * faces.el (read-face-name): Use completing-read if arg multiple
6336 is nil.
6337
63382013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
6339
6340 * ls-lisp.el (ls-lisp-insert-directory): If no files are
6341 displayed, move point to after the totals line.
6342 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
6343 for the details.
6344
63452013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * emacs-lisp/package.el (package-autoload-ensure-default-file):
6348 Add current dir to the load-path.
6349 (package-generate-autoloads): Don't rely on
6350 autoload-ensure-default-file.
6351
63522013-04-26 Reuben Thomas <rrt@sc3d.org>
6353
6354 * textmodes/remember.el (remember-store-in-files): Document that
6355 the file name format is passed to `format-time-string'.
6356
63572013-04-26 Leo Liu <sdl.web@gmail.com>
6358
6359 * progmodes/octave.el (octave-sync-function-file-names): New function.
6360 (octave-mode): Use it in before-save-hook.
6361
63622013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
6365 (bug#14274).
6366
6367 * progmodes/octave.el (octave-smie-forward-token): Properly skip
6368 \n and comment, even if it's not an implicit ; (bug#14218).
6369
63702013-04-26 Glenn Morris <rgm@gnu.org>
6371
6372 * subr.el (read-number): Once more use `read' rather than
6373 `string-to-number', to trap non-numeric input. (Bug#14254)
6374
63752013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
6376
6377 * emacs-lisp/syntax.el (syntax-propertize-multiline):
6378 Use `syntax-multiline' text property consistently instead of
6379 `font-lock-multiline'. (Bug#14237)
6380
63812013-04-26 Glenn Morris <rgm@gnu.org>
6382
6383 * emacs-lisp/shadow.el (list-load-path-shadows):
6384 No longer necessary to check for duplicate simple.el, since
6385 2012-07-07 change to init_lread to not include installation lisp
6386 directories in load-path when running uninstalled. (Bug#14270)
6387
63882013-04-26 Leo Liu <sdl.web@gmail.com>
6389
6390 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
6391 (octave-mode, inferior-octave-mode): Use setq-local.
6392 (octave-not-in-string-or-comment-p): Rename to
6393 octave-in-string-or-comment-p.
6394 (octave-in-comment-p, octave-in-string-p)
6395 (octave-in-string-or-comment-p): Replace defsubst with defun.
6396
63972013-04-25 Paul Eggert <eggert@cs.ucla.edu>
6398
6399 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
6400
64012013-04-25 Bastien Guerry <bzg@gnu.org>
6402
6403 * textmodes/remember.el (remember-data-directory)
6404 (remember-directory-file-name-format): Fix custom types.
6405
64062013-04-25 Leo Liu <sdl.web@gmail.com>
6407
6408 * progmodes/octave.el (octave-completion-at-point-function):
6409 Make use of inferior octave process.
6410 (octave-initialize-completions): Remove.
6411 (inferior-octave-completion-table): New function.
6412 (inferior-octave-completion-at-point): Use it.
6413 (octave-completion-alist): Remove.
6414
64152013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * progmodes/opascal.el: Use font-lock and syntax-propertize.
6418 (opascal-mode-syntax-table): New var.
6419 (opascal-literal-kind, opascal-is-literal-end)
6420 (opascal-literal-token-at): Rewrite.
6421 (opascal--literal-start-re, opascal-font-lock-keywords)
6422 (opascal--syntax-propertize): New constants.
6423 (opascal-font-lock-defaults): Adjust.
6424 (opascal-mode): Use them. Set comment-<foo> variables as well.
6425 (delphi-comment-face, opascal-comment-face, delphi-string-face)
6426 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
6427 (delphi-other-face, opascal-other-face): Remove face variables.
6428 (opascal-save-state): Remove macro.
6429 (opascal-fontifying-progress-step): Remove constant.
6430 (opascal--ignore-changes): Remove var.
6431 (opascal-set-token-property, opascal-parse-next-literal)
6432 (opascal-is-stable-literal, opascal-complete-literal)
6433 (opascal-is-literal-start, opascal-face-of)
6434 (opascal-parse-region, opascal-parse-region-until-stable)
6435 (opascal-fontify-region, opascal-after-change)
6436 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
6437 (opascal-debug-parse-region, opascal-debug-parse-window)
6438 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
6439 (opascal-debug-fontify-buffer): Remove.
6440 (opascal-debug-mode-map): Adjust accordingly.
6441
64422013-04-25 Leo Liu <sdl.web@gmail.com>
6443
6444 Merge octave-mod.el and octave-inf.el into octave.el with some
6445 cleanups.
6446 * progmodes/octave.el: New file renamed from octave-mod.el.
6447 * progmodes/octave-inf.el: Merged into octave.el.
6448 * progmodes/octave-mod.el: Renamed to octave.el.
6449
64502013-04-25 Tassilo Horn <tsdh@gnu.org>
6451
6452 * textmodes/reftex-vars.el
6453 (reftex-label-ignored-macros-and-environments): New defcustom.
6454
6455 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
6456
64572013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
6460 (smie-indent-keyword): Improve the check to ensure that the next
6461 comment is really on the same line.
6462 (smie-indent-comment): Don't align with a subsequent closer (or eob).
6463
6464 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
6465 semi-colons if the line is not otherwise empty (bug#14218).
6466
64672013-04-25 Glenn Morris <rgm@gnu.org>
6468
6469 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
6470
64712013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * progmodes/opascal.el (opascal-set-token-property): Rename from
6474 opascal-set-text-properties and only set `token' (bug#14134).
6475 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
6476 (opascal-literal-text-properties): Remove.
6477 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
6478 Adjust callers.
6479
64802013-04-24 Reuben Thomas <rrt@sc3d.org>
6481
6482 * textmodes/remember.el (remember-handler-functions): Add an
6483 option for a new handler `remember-store-in-files'.
6484 (remember-data-directory, remember-directory-file-name-format):
6485 New options.
6486 (remember-store-in-files): New function to store remember notes
6487 as separate files within a directory.
6488
64892013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
6490
6491 * progmodes/compile.el (compilation-next-error-function):
6492 Pass "formats" to compilation-find-file (bug#11777).
6493
64942013-04-24 Glenn Morris <rgm@gnu.org>
6495
6496 * vc/vc-bzr.el (vc-bzr-print-log):
6497 * vc/vc-hg.el (vc-hg-print-log):
6498 * vc/vc-svn.el (vc-svn-print-log):
6499 Fix START-REVISION with LIMIT != 1. (Bug#14168)
6500
6501 * vc/vc-bzr.el (vc-bzr-print-log):
6502 * vc/vc-cvs.el (vc-cvs-print-log):
6503 * vc/vc-git.el (vc-git-print-log):
6504 * vc/vc-hg.el (vc-hg-print-log):
6505 * vc/vc-mtn.el (vc-mtn-print-log):
6506 * vc/vc-rcs.el (vc-rcs-print-log):
6507 * vc/vc-sccs.el (vc-sccs-print-log):
6508 * vc/vc-svn.el (vc-svn-print-log):
6509 * vc/vc.el (vc-print-log-internal): Doc fixes.
6510
65112013-04-23 Glenn Morris <rgm@gnu.org>
6512
6513 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
6514 Remove venerable code attempting to avoid substitute-command-keys.
6515
65162013-04-23 Tassilo Horn <tsdh@gnu.org>
6517
6518 * textmodes/reftex-vars.el (reftex-label-regexps):
6519 Call `reftex-compile-variables' after changes to this variable.
6520
65212013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
6524 Use lexical-binding.
6525 (jit-lock-force-redisplay): Use markers, check buffer's continued
6526 existence and beware narrowed buffers.
6527 (jit-lock-fontify-now): Adjust call accordingly.
6528
65292013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
6532 to avoid misleading the user.
6533
65342013-04-22 Leo Liu <sdl.web@gmail.com>
6535
6536 * info-look.el: Prefer latex2e.info. (Bug#14240)
6537
65382013-04-22 Michael Albinus <michael.albinus@gmx.de>
6539
6540 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
6541
6542 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
6543 * net/tramp.el (tramp-call-process): ... here.
6544 (tramp-set-completion-function, tramp-parse-putty):
6545 * net/tramp-adb.el (tramp-adb-execute-adb-command):
6546 * net/tramp-gvfs.el (tramp-gvfs-send-command):
6547 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6548 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
6549 (tramp-call-local-coding-command): Use `tramp-call-process'
6550 instead of `tramp-compat-call-process'.
6551
6552 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
6553 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
6554 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
6555 (tramp-find-inline-compress): Improve traces.
6556 (tramp-maybe-send-script): Check for Perl binary.
6557 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
6558
65592013-04-22 Daiki Ueno <ueno@gnu.org>
6560
6561 * epg.el (epg-context-pinentry-mode): New function.
6562 (epg-context-set-pinentry-mode): New function.
6563 (epg--start): Pass --pinentry-mode option to gpg command.
6564
65652013-04-21 Xue Fuqiao <xfq.free@gmail.com>
6566
6567 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
6568 `comint-dynamic-complete' is obsolete since 24.1, replaced by
6569 `completion-at-point'. (Bug#13774)
6570
6571 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
6572 default key binding for `describe-distribution' has been moved to
6573 `C-h C-o'. (Bug#13970)
6574
65752013-04-21 Glenn Morris <rgm@gnu.org>
6576
6577 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
6578 Add doc strings.
6579 (vc-print-log): Clarify interactive prompt.
6580
65812013-04-20 Glenn Morris <rgm@gnu.org>
6582
6583 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6584 No longer include timestamp etc information.
6585
65862013-04-20 Roland Winkler <winkler@gnu.org>
6587
6588 * faces.el (read-face-name): Bug fix, return just one face if arg
6589 multiple is nil. (Bug#14209)
6590
65912013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
6594 (remove-function): Autoload.
6595
6596 * comint.el (comint-redirect-original-filter-function): Remove.
6597 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
6598 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
6599 (vc-cvs-annotate-command):
6600 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
6601 * progmodes/prolog.el (prolog-consult-compile):
6602 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
6603 Use add/remove-function instead.
6604 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
6605 (gud-tooltip-process-output, gud-tooltip-tips):
6606 Use add/remove-function instead.
6607 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
6608 (scheme-interaction-mode, exit-scheme-interaction-mode):
6609 Use add/remove-function instead.
6610
6611 * vc/vc-dispatcher.el: Use lexical-binding.
6612 (vc--process-sentinel): Rename from vc-process-sentinel.
6613 Change last arg to be the code to run. Don't use vc-previous-sentinel
6614 and vc-sentinel-commands any more.
6615 (vc-exec-after): Allow code to be a function. Use add/remove-function.
6616 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
6617
66182013-04-19 Masatake YAMATO <yamato@redhat.com>
6619
6620 * progmodes/sh-script.el (sh-imenu-generic-expression):
6621 Handle function names with a single character. (Bug#14111)
6622
66232013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
6624
6625 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
6626 for subroutines defined in an eval (bug#14182).
6627
66282013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6629
6630 * bookmark.el (bookmark-completing-read): Improve handling of empty
6631 string (bug#14176).
6632
66332013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
6636
66372013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
6638
6639 New faster Imenu implementation (bug#14058).
6640 * progmodes/python.el:
6641 (python-imenu-prev-index-position):
6642 (python-imenu-format-item-label-function)
6643 (python-imenu-format-parent-item-label-function)
6644 (python-imenu-format-parent-item-jump-label-function):
6645 New vars.
6646 (python-imenu-format-item-label)
6647 (python-imenu-format-parent-item-label)
6648 (python-imenu-format-parent-item-jump-label)
6649 (python-imenu--put-parent, python-imenu--build-tree)
6650 (python-imenu-create-index, python-imenu-create-flat-index)
6651 (python-util-popn): New functions.
6652 (python-mode): Set imenu-create-index-function to
6653 python-imenu-create-index.
6654
66552013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * winner.el (winner-active-region): Use region-active-p, activate-mark
6658 and deactivate-mark (bug#14225).
6659
6660 * simple.el (deactivate-mark): Don't inline it.
6661
66622013-04-18 Michael Albinus <michael.albinus@gmx.de>
6663
6664 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
6665
66662013-04-18 Tassilo Horn <tsdh@gnu.org>
6667
6668 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
6669 file extensions from the archive-mode entry in order to prefer
6670 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
6671
66722013-04-18 Leo Liu <sdl.web@gmail.com>
6673
6674 * bindings.el (help-event-list): Add ?\?.
6675
66762013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * subr.el (with-wrapper-hook): Declare obsolete.
6679 * simple.el (filter-buffer-substring-function): New hook.
6680 (filter-buffer-substring): Use it.
6681 (filter-buffer-substring-functions): Mark obsolete.
6682 * minibuffer.el (completion-in-region-function): New hook.
6683 (completion-in-region): Use it.
6684 (completion-in-region-functions): Mark obsolete.
6685 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
6686 * abbrev.el (abbrev-expand-function): New hook.
6687 (expand-abbrev): Use it.
6688 (abbrev-expand-functions): Mark obsolete.
6689 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
6690 and :filter-return.
6691
66922013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6693
6694 * progmodes/python.el (python-nav--syntactically): Fix cornercases
6695 and do not care about match data.
6696
66972013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
6700 completion tables when completing error conditions and
6701 `declare' arguments.
6702 (lisp-complete-symbol, field-complete): Mark as obsolete.
6703 (check-parens): Unmatched parens are user errors.
6704 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
6705
67062013-04-17 Michal Nazarewicz <mina86@mina86.com>
6707
6708 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
6709 command changed buffer (ie. `flyspell-pre-buffer' is not current
6710 buffer), which prevents making decisions based on invalid value of
6711 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
6712 cause an error when `flyspell-pre-point' was nil after switching
6713 buffers.
6714 (flyspell-post-command-hook): No longer needs to change buffers when
6715 checking pre-word. While at it remove unnecessary progn.
6716
67172013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
6718
6719 * textmodes/ispell.el (ispell-add-per-file-word-list):
6720 Fix `flyspell-correct-word-before-point' error when accepting
6721 words and `coment-padding' is an integer by using
6722 `comment-normalize-vars' (Bug #14214).
6723
67242013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6725
6726 New defun movement commands.
6727 * progmodes/python.el (python-nav--syntactically)
6728 (python-nav--forward-defun, python-nav-backward-defun)
6729 (python-nav-forward-defun): New functions.
6730
67312013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
6732
6733 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
6734 (python-syntax-context): Use named compiler-macro for backwards
6735 compatibility with Emacs 24.x.
6736
67372013-04-17 Leo Liu <sdl.web@gmail.com>
6738
6739 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
6740 octave-hide-process-buffer.
6741
67422013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
6745 (bug#14216).
6746
67472013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
6748
6749 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
6750 Fix adjustment of offset when receiving incomplete responses from GDB
6751 (bug#14129).
6752
67532013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
6756 python-mode-abbrev-table.
6757 (python-skeleton-define): Adjust accordingly.
6758 (python-mode-abbrev-table): New table that inherits from it so that
6759 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
6760
6761 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
6762 (abbrev-symbol): Use it.
6763 (abbrev--before-point): Use it since we already handle inheritance.
6764
67652013-04-16 Leo Liu <sdl.web@gmail.com>
6766
6767 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
6768 binding to info-lookup-symbol.
6769
67702013-04-16 Juanma Barranquero <lekktu@gmail.com>
6771
6772 * minibuffer.el (completion--twq-all):
6773 * term/ns-win.el (ns-initialize-window-system):
6774 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
6775
67762013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
6779 global bindings.
6780
6781 * doc-view.el (doc-view-start-process): Handle url-handler directories.
6782
67832013-04-15 Dmitry Gutov <dgutov@yandex.ru>
6784
6785 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
6786 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
6787 to nil.
6788 (ruby-end-of-defun): Remove the unused arg, change the docstring
6789 to reflect that this function is only used as the value of
6790 `end-of-defun-function'.
6791 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
6792 to reflect an earlier change that beginning/end-of-defun functions
6793 jump between methods in a class definition, as well as top-level
6794 functions.
6795
67962013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * minibuffer.el (minibuffer-complete): Don't just scroll
6799 a *Completions* that's been iconified.
6800 (minibuffer-force-complete): Make sure repetitions do cycle when going
6801 through completion-in-region -> minibuffer-complete.
6802
68032013-04-15 Alan Mackenzie <acm@muc.de>
6804
6805 Correct the placement of c-cpp-delimiters when there're #s not at
6806 col 0.
6807
6808 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
6809 place a submatch around the #.
6810 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
6811 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
6812 on the #, not BOL.
6813
68142013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * emacs-lisp/nadvice.el: Properly test names when adding advice.
6817 (advice--member-p): New arg `name'.
6818 (advice--add-function, advice-member-p): Use it (bug#14202).
6819
68202013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
6821
6822 Reformulate java imenu-generic-expression.
6823 The old expression contained ill formed regexps.
6824
6825 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
6826 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
6827 (cc-imenu-java-method-arg-regexp): New defconsts.
6828 (cc-imenu-java-build-type-args-regex): New defun.
6829 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
6830 handling of spaces in the regexp.
6831
68322013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6833
6834 * textmodes/ispell.el (ispell-command-loop): Remove
6835 flyspell highlight of a word when ispell accepts it (bug #14178).
6836
68372013-04-15 Michael Albinus <michael.albinus@gmx.de>
6838
6839 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
6840 uses code from the previous `ange-ftp-run-real-handler'.
6841 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
6842 only in case that function exist. This is needed for proper
6843 unloading of Tramp.
6844
68452013-04-15 Tassilo Horn <tsdh@gnu.org>
6846
6847 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
6848
6849 * textmodes/reftex.el (reftex-compile-variables): Use it.
6850
68512013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * files.el (normal-mode): Only use default major-mode if no other mode
6854 was specified.
6855
6856 * emacs-lisp/trace.el (trace-values): New function.
6857
6858 * files.el: Allow : in local variables (bug#14089).
6859 (hack-local-variable-regexp): New var.
6860 (hack-local-variables-prop-line, hack-local-variables): Use it.
6861
68622013-04-13 Roland Winkler <winkler@gnu.org>
6863
6864 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
6865 data before it gets modified by bibtex-beginning-of-entry.
6866
68672013-04-13 Roland Winkler <winkler@gnu.org>
6868
6869 * textmodes/bibtex.el (bibtex-url): Doc fix.
6870
68712013-04-13 Roland Winkler <winkler@gnu.org>
6872
6873 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
6874 does not visit a BibTeX file, exclude it from the list of buffers
6875 returned by bibtex-initialize.
6876
68772013-04-13 Stephen Berman <stephen.berman@gmx.net>
6878
6879 * window.el (split-window): Remove interactive form, since as a
6880 command this function is a special case of split-window-below.
6881 Correct doc string.
6882
68832013-04-12 Roland Winkler <winkler@gnu.org>
6884
6885 * faces.el (read-face-name): Do not override value of arg default.
6886 Allow single faces and strings as default values. Remove those
6887 elements from return value that are not faces.
6888 (describe-face): Simplify.
6889 (face-at-point): New optional args thing and multiple so that this
6890 function can provide the same functionality previously provided by
6891 read-face-name.
6892 (make-face-bold, make-face-unbold, make-face-italic)
6893 (make-face-unitalic, make-face-bold-italic, invert-face)
6894 (modify-face, read-face-and-attribute): Use face-at-point.
6895
6896 * cus-edit.el (customize-face, customize-face-other-window)
6897 * cus-theme.el (custom-theme-add-face)
6898 * face-remap.el (buffer-face-set)
6899 * facemenu.el (facemenu-set-face): Use face-at-point.
6900
69012013-04-12 Michael Albinus <michael.albinus@gmx.de>
6902
6903 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
6904
69052013-04-10 Tassilo Horn <tsdh@gnu.org>
6906
6907 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
6908 off leading { and trailing } from field values.
6909
69102013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * emacs-lisp/timer.el (timer--check): New function.
6913 (timer--time, timer-set-function, timer-event-handler): Use it.
6914 (timer-set-idle-time): Simplify.
6915 (timer--activate): CSE.
6916 (timer-event-handler): Give more info in error message.
6917 (internal-timer-start-idle): New function, moved from C.
6918
6919 * mpc.el (mpc-proc): Add `restart' argument.
6920 (mpc-proc-cmd): Use it.
6921 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
6922 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
6923 less often.
6924
69252013-04-10 Masatake YAMATO <yamato@redhat.com>
6926
6927 * progmodes/sh-script.el: Implement `sh-mode' own
6928 `add-log-current-defun-function' (bug#14112).
6929 (sh-current-defun-name): New function.
6930 (sh-mode): Use the function.
6931
69322013-04-09 Bastien Guerry <bzg@gnu.org>
6933
6934 * simple.el (choose-completion-string): Fix docstring (bug#14163).
6935
69362013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
6939
6940 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
6941 timer (bug#14156).
6942
69432013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
6944
6945 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
6946 declaration.
6947
69482013-04-07 Leo Liu <sdl.web@gmail.com>
6949
6950 * pcmpl-x.el: New file.
6951
69522013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
6953
6954 Do not set x-display-name until X connection is established.
6955 This is needed to prevent from weird situation described at
6956 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
6957 * frame.el (make-frame): Set x-display-name after call to
6958 window system initialization function, not before.
6959 * term/x-win.el (x-initialize-window-system): Add optional
6960 display argument and use it.
6961 * term/w32-win.el (w32-initialize-window-system):
6962 * term/ns-win.el (ns-initialize-window-system):
6963 * term/pc-win.el (msdos-initialize-window-system):
6964 Add compatible optional display argument.
6965
69662013-04-06 Eli Zaretskii <eliz@gnu.org>
6967
6968 * files.el (normal-backup-enable-predicate): On MS-Windows and
6969 MS-DOS compare truenames of temporary-file-directory and of the
6970 file, so that 8+3 aliases (usually found in $TEMP on Windows)
6971 don't fail comparison by compare-strings. Also, compare file
6972 names case-insensitively on MS-Windows and MS-DOS.
6973
69742013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
6977 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
6978
69792013-04-05 Dmitry Gutov <dgutov@yandex.ru>
6980
6981 * whitespace.el (whitespace-color-on, whitespace-color-off):
6982 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
6983
69842013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
6985
6986 * ispell.el (ispell-set-spellchecker-params):
6987 Really set `ispell-args' for all equivs.
6988
69892013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * ido.el (ido-completions): Use extra elements of ido-decorations
6992 (bug#14143).
6993 (ido-decorations): Update docstring.
6994
69952013-04-05 Michael Albinus <michael.albinus@gmx.de>
6996
6997 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6998 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
6999 nil during initialization, in order not to miss changes since the
7000 file was opened. (Bug#14140)
7001
70022013-04-05 Leo Liu <sdl.web@gmail.com>
7003
7004 * kmacro.el (kmacro-call-macro): Fix bug#14135.
7005
70062013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
7007
7008 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
7009
70102013-04-04 Glenn Morris <rgm@gnu.org>
7011
7012 * electric.el (electric-pair-inhibit-predicate): Add :version.
7013
70142013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
7017 when a package is required several times (bug#14082).
7018
70192013-04-04 Roland Winkler <winkler@gnu.org>
7020
7021 * faces.el (read-face-name): Behave as promised by the docstring.
7022 Assume that arg default is a list of faces.
7023 (describe-face): Call read-face-name with list of default faces.
7024
70252013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7026
7027 * bookmark.el: Fix deletion of bookmarks (bug#13972).
7028 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
7029 (bookmark-bmenu-execute-deletions): Only skip first line if it's
7030 the header.
7031 (bookmark-exit-hook-internal): Save even if list is empty.
7032
70332013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
7034
7035 * emacs-lisp/package.el (package-pinned-packages): New var.
7036 (package--add-to-archive-contents): Obey it (bug#14118).
7037
70382013-04-03 Alan Mackenzie <acm@muc.de>
7039
7040 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
7041 Also adapt to the new values of element 7 of a parse state.
7042
7043 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
7044 parameter `not-in-delimiter'. Handle being inside comment opener.
7045 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
7046 character in case we're typing a '*' after a '/'.
7047 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
7048 instead by passing the parameter to c-state-pp-to-literal.
7049
7050 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
7051 for elt. 7 of a parse state.
7052
70532013-04-01 Paul Eggert <eggert@cs.ucla.edu>
7054
7055 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
7056 * international/latin1-disp.el, international/mule-util.el:
7057 * language/cyril-util.el, language/european.el, language/ind-util.el:
7058 * language/lao-util.el, language/thai.el, language/tibet-util.el:
7059 * language/tibetan.el, language/viet-util.el:
7060 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
7061
70622013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
7065 (electric-pair-post-self-insert-function): Use it.
7066 (electric-pair-default-inhibit): New function, extracted from
7067 electric-pair-post-self-insert-function.
7068
70692013-03-31 Roland Winkler <winkler@gnu.org>
7070
7071 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
7072
70732013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
7076
70772013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
7078
7079 Un-indent after "pass" and "return" statements (Bug#13888)
7080 * progmodes/python.el (python-indent-block-enders): New var.
7081 (python-indent-calculate-indentation): Use it.
7082
70832013-03-30 Michael Albinus <michael.albinus@gmx.de>
7084
7085 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
7086 defun. Defining it as defalias could introduce too eager
7087 byte-compiler optimization. (Bug#14030)
7088
70892013-03-30 Chong Yidong <cyd@gnu.org>
7090
7091 * iswitchb.el (iswitchb-read-buffer): Fix typo.
7092
70932013-03-30 Leo Liu <sdl.web@gmail.com>
7094
7095 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
7096 (kmacro-execute-from-register): Pass the keyboard macro to
7097 kmacro-call-macro or repeating won't work correctly.
7098
70992013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
7100
7101 * progmodes/subword.el: Back to using `forward-symbol'.
7102
7103 * subr.el (forward-whitespace, forward-symbol)
7104 (forward-same-syntax): Move from thingatpt.el.
7105
71062013-03-29 Leo Liu <sdl.web@gmail.com>
7107
7108 * kmacro.el (kmacro-to-register): New command.
7109 (kmacro-execute-from-register): New function.
7110 (kmacro-keymap): Bind to 'x'. (Bug#14071)
7111
71122013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * mpc.el: Use defvar-local and setq-local.
7115 (mpc--proc-connect): Connection failures are not bugs.
7116 (mpc-mode-map): `follow-link' only applies to the buffer's content.
7117 (mpc-volume-map): Bind to the up-events.
7118
71192013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7120
7121 * progmodes/subword.el (superword-mode): Use `forward-sexp'
7122 instead of `forward-symbol'.
7123
71242013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
7127 (edebug--recursive-edit): Use it.
7128 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
7129 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
7130
71312013-03-28 Leo Liu <sdl.web@gmail.com>
7132
7133 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
7134
71352013-03-27 Eli Zaretskii <eliz@gnu.org>
7136
7137 * facemenu.el (list-colors-callback): New defvar.
7138 (list-colors-redisplay): New function.
7139 (list-colors-display): Install list-colors-redisplay as the
7140 revert-buffer-function. (Bug#14063)
7141
71422013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
7145 and suffixes don't overlap (bug#14061).
7146
7147 * case-table.el: Use lexical-binding.
7148 (case-table-get-table): New function.
7149 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
7150
71512013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7152
7153 * progmodes/subword.el: Add `superword-mode' to do word motion
7154 over symbol_words (parallels and leverages `subword-mode' which
7155 does word motion inside MixedCaseWords).
7156
71572013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
7158
7159 * eshell/em-unix.el: Move su and sudo to...
7160 * eshell/em-tramp.el: ...Eshell tramp module.
7161
71622013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
7165 Change return value to be a sexp. Delay `get-buffer' to after
7166 restoring the desktop (bug#13951).
7167
71682013-03-26 Leo Liu <sdl.web@gmail.com>
7169
7170 * register.el: Move semantic tag handling back to
7171 cedet/semantic/senator.el. (Bug#14052)
7172
71732013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
7176 into the prompt either (bug#13963).
7177
71782013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
7181 part of "(error-foo)".
7182
71832013-03-24 Juri Linkov <juri@jurta.org>
7184
7185 * replace.el (list-matching-lines-prefix-face): New defcustom.
7186 (occur-1): Pass `list-matching-lines-prefix-face' to the function
7187 `occur-engine' if `face-differs-from-default-p' returns t.
7188 (occur-engine): Add `,' inside backquote construct to evaluate
7189 `prefix-face'. Propertize the prefix with the `prefix-face' face.
7190 Pass `prefix-face' to the functions `occur-context-lines' and
7191 `occur-engine-add-prefix'.
7192 (occur-engine-add-prefix, occur-context-lines): Add optional arg
7193 `prefix-face' and propertize the prefix with `prefix-face'.
7194 (Bug#14017)
7195
71962013-03-24 Leo Liu <sdl.web@gmail.com>
7197
7198 * nxml/rng-valid.el (rng-validate-while-idle)
7199 (rng-validate-quick-while-idle): Guard against deleted buffer.
7200 (Bug#13999)
7201
7202 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
7203 is the last entry in kill-buffer-hook.
7204
7205 * files.el (kill-buffer-hook): Doc fix.
7206
72072013-03-23 Dmitry Gutov <dgutov@yandex.ru>
7208
7209 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
7210 Make it safe-local.
7211
7212 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
7213
72142013-03-23 Leo Liu <sdl.web@gmail.com>
7215
7216 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
7217 Remove.
7218
7219 * nxml/rng-valid.el (rng-validate-mode)
7220 (rng-after-change-function, rng-do-some-validation):
7221 * nxml/rng-maint.el (rng-validate-buffer):
7222 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
7223 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
7224 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
7225 (nxml-extend-after-change-region): Use with-silent-modifications.
7226
7227 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
7228 timer-idle-list.
7229
7230 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
7231 (rng-next-error-1, rng-previous-error-1): Do not let-bind
7232 timer-idle-list. (Bug#13999)
7233
72342013-03-23 Juri Linkov <juri@jurta.org>
7235
7236 * info.el (info-index-match): New face.
7237 (Info-index, Info-apropos-matches): Add a nested subgroup to the
7238 main pattern and add text properties with the new face to matches
7239 in index entries relative to the beginning of the index entry.
7240 (Bug#14015)
7241
72422013-03-21 Eric Ludlam <zappo@gnu.org>
7243
7244 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
7245 Inhibit read only while inserting objects.
7246
72472013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
7248
7249 * progmodes/cfengine.el: Update docs to mention
7250 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
7251 symbol motion. Remove "_" from the word syntax.
7252
72532013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
7254
7255 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
7256 syntax for both `cfengine2-mode' and `cfengine3-mode'.
7257
72582013-03-20 Juri Linkov <juri@jurta.org>
7259
7260 * info.el (Info-next-reference-or-link)
7261 (Info-prev-reference-or-link): New functions.
7262 (Info-next-reference, Info-prev-reference): Use them.
7263 (Info-try-follow-nearest-node): Handle footnote navigation.
7264 (Info-fontify-node): Fontify footnotes. (Bug#13989)
7265
72662013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
7269 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
7270
72712013-03-20 Paul Eggert <eggert@cs.ucla.edu>
7272
7273 Suppress unnecessary non-ASCII chatter during build process.
7274 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
7275 (batch-skkdic-convert): Suppress most of the chatter.
7276 It's not needed so much now that machines are faster,
7277 and its non-ASCII component was confusing; see Dmitry Gutov in
7278 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
7279
72802013-03-20 Leo Liu <sdl.web@gmail.com>
7281
7282 * ido.el (ido-chop): Fix bug#10994.
7283
72842013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7285
7286 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
7287 Remove vars.
7288 (whitespace-color-on, whitespace-color-off):
7289 Use `font-lock-fontify-buffer' (Bug#13817).
7290
72912013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
7294 remapping in mode-line.
7295 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
7296
72972013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7298
7299 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
7300 value for `whitespace-line' face (Bug#13875).
7301 (whitespace-font-lock-keywords): Change description.
7302 (whitespace-color-on): Don't save `font-lock-keywords' value, save
7303 the constructed keywords instead.
7304 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
7305
73062013-03-19 Leo Liu <sdl.web@gmail.com>
7307
7308 * progmodes/compile.el (compilation-display-error): New command.
7309 (compilation-mode-map, compilation-minor-mode-map): Bind it to
7310 C-o. (Bug#13992)
7311
73122013-03-18 Paul Eggert <eggert@cs.ucla.edu>
7313
7314 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
7315
73162013-03-18 Jan Djärv <jan.h.d@swipnet.se>
7317
7318 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
7319
73202013-03-18 Michael Albinus <michael.albinus@gmx.de>
7321
7322 * net/tramp-compat.el (tramp-compat-user-error): New defun.
7323
7324 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7325 * net/tramp-gvfs.el (top):
7326 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
7327 (tramp-handle-shell-command): Use it.
7328 (tramp-dissect-file-name): Raise an error when hostname is a
7329 method name, and neither method nor user is specified.
7330
7331 * net/trampver.el: Update release number.
7332
73332013-03-18 Leo Liu <sdl.web@gmail.com>
7334
7335 Make sure eldoc can be turned off properly.
7336 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
7337 eldoc-mode.
7338 (eldoc-display-message-p): Revert last change.
7339 (eldoc-display-message-no-interference-p)
7340 (eldoc-print-current-symbol-info): Tweak.
7341
73422013-03-18 Tassilo Horn <tsdh@gnu.org>
7343
7344 * doc-view.el (doc-view-new-window-function): Check the new window
7345 overlay's display property instead the char property of the
7346 buffer's first char. Use `with-selected-window' instead of
7347 `save-window-excursion' with `select-window'.
7348 (doc-view-document->bitmap): Check the current doc-view overlay's
7349 display property instead the char property of the buffer's first char.
7350
73512013-03-18 Paul Eggert <eggert@cs.ucla.edu>
7352
7353 Automate the build of ja-dic.el (Bug#13984).
7354 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
7355 from the input, rather than assume that it's been done for us by the
7356 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
7357 the current date into a ja-dic.el comment, as that complicates
7358 regression testing.
7359
73602013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7361
7362 * whitespace.el: Fix double evaluation.
7363 (whitespace-space, whitespace-hspace, whitespace-tab)
7364 (whitespace-newline, whitespace-trailing, whitespace-line)
7365 (whitespace-space-before-tab, whitespace-indentation)
7366 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
7367 obsolete defvars.
7368 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
7369 (whitespace-color-on): Use a single font-lock-add-keywords call.
7370 Fix double-evaluation of face variables.
7371
73722013-03-17 Michael Albinus <michael.albinus@gmx.de>
7373
7374 * net/tramp-adb.el (tramp-adb-parse-device-names):
7375 Use `start-process' instead of `call-process'. Otherwise, the
7376 function might be blocked under MS Windows. (Bug#13299)
7377
73782013-03-17 Leo Liu <sdl.web@gmail.com>
7379
7380 Extend eldoc to display info in the mode-line. (Bug#13978)
7381 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
7382 (eldoc-mode-line-string): New variable.
7383 (eldoc-minibuffer-message): New function.
7384 (eldoc-message-function): New variable.
7385 (eldoc-message): Use it.
7386 (eldoc-display-message-p)
7387 (eldoc-display-message-no-interference-p):
7388 Support eldoc-post-insert-mode.
7389
7390 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
7391 (eval-expression): Run it.
7392
73932013-03-17 Roland Winkler <winkler@gnu.org>
7394
7395 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
7396 strings in the list of return values.
7397
73982013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
7399
7400 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
7401 radix before checking for HMS forms.
7402
74032013-03-16 Leo Liu <sdl.web@gmail.com>
7404
7405 * progmodes/scheme.el: Add indentation and font-locking for λ.
7406 (Bug#13975)
7407
74082013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
7411 token before point (bug#13942).
7412
74132013-03-16 Leo Liu <sdl.web@gmail.com>
7414
7415 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
7416
74172013-03-16 Eli Zaretskii <eliz@gnu.org>
7418
7419 * startup.el (command-line-normalize-file-name): Fix handling of
7420 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
7421 <xfq.free@gmail.com> in
7422 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
7423
74242013-03-15 Michael Albinus <michael.albinus@gmx.de>
7425
7426 Sync with Tramp 2.2.7.
7427
7428 * net/trampver.el: Update release number.
7429
74302013-03-14 Tassilo Horn <tsdh@gnu.org>
7431
7432 * doc-view.el Fix bug#13887.
7433 (doc-view-insert-image): Don't modify overlay associated to
7434 non-live windows, and implement horizontal centering of image in
7435 case it's smaller than the window.
7436 (doc-view-new-window-function): Force redisplay of new windows on
7437 doc-view buffers.
7438
74392013-03-13 Karl Fogel <kfogel@red-bean.com>
7440
7441 * saveplace.el (save-place-alist-to-file): Don't sort
7442 `save-place-alist', just pretty-print it (bug#13882).
7443
74442013-03-13 Michael Albinus <michael.albinus@gmx.de>
7445
7446 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7447 Check whether `default-file-name-coding-system' is bound.
7448 It isn't in XEmacs.
7449
74502013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
7453 backquotes for `obsolete' (bug#13929).
7454
7455 * international/mule.el (find-auto-coding): Include file name in
7456 obsolescence warning (bug#13922).
7457
74582013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
7459
7460 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
7461 for CFEngine 3-specific indentation.
7462 (cfengine3-indent-line): Use it. Fix up category regex.
7463 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
7464
74652013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * type-break.el (type-break-file-name):
7468 * textmodes/remember.el (remember-data-file):
7469 * strokes.el (strokes-file):
7470 * shadowfile.el (shadow-initialize):
7471 * saveplace.el (save-place-file):
7472 * ps-bdf.el (bdf-cache-file):
7473 * progmodes/idlwave.el (idlwave-config-directory):
7474 * net/quickurl.el (quickurl-url-file):
7475 * international/kkc.el (kkc-init-file-name):
7476 * ido.el (ido-save-directory-list-file):
7477 * emulation/viper.el (viper-custom-file-name):
7478 * emulation/vip.el (vip-startup-file):
7479 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
7480 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
7481
74822013-03-12 Paul Eggert <eggert@cs.ucla.edu>
7483
7484 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
7485 * language/thai-word.el: Switch to UTF-8.
7486
7487See ChangeLog.16 for earlier changes.
7488
7489;; Local Variables:
7490;; coding: utf-8
7491;; End:
7492
7493 Copyright (C) 2011-2013 Free Software Foundation, Inc.
7494
7495 This file is part of GNU Emacs.
7496
7497 GNU Emacs is free software: you can redistribute it and/or modify
7498 it under the terms of the GNU General Public License as published by
7499 the Free Software Foundation, either version 3 of the License, or
7500 (at your option) any later version.
7501
7502 GNU Emacs is distributed in the hope that it will be useful,
7503 but WITHOUT ANY WARRANTY; without even the implied warranty of
7504 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7505 GNU General Public License for more details.
7506
7507 You should have received a copy of the GNU General Public License
7508 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.