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