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