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