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