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