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