* progmodes/octave.el (inferior-octave-mode): Call
[bpt/emacs.git] / lisp / ChangeLog
1 2013-10-04 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/octave.el (inferior-octave-mode): Call
4 compilation-forget-errors.
5
6 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7
8 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
9
10 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
11
12 * net/secrets.el (secrets-create-collection): Add optional
13 argument ALIAS. Use proper Label keyword. Append ALIAS as
14 dbus-call-method argument. (Bug#15516)
15
16 2013-10-04 Leo Liu <sdl.web@gmail.com>
17
18 * progmodes/octave.el (inferior-octave-error-regexp-alist)
19 (inferior-octave-compilation-font-lock-keywords): New variables.
20 (compilation-error-regexp-alist)
21 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
22 (inferior-octave-mode): Use compilation-shell-minor-mode.
23
24 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
25
26 * minibuffer.el (completion--replace): Be careful that `end' might be
27 a marker.
28
29 2013-10-03 Daiki Ueno <ueno@gnu.org>
30
31 Add support for package signature checking.
32 * emacs-lisp/package.el (url-http-file-exists-p)
33 (epg-make-context, epg-context-set-home-directory)
34 (epg-verify-string, epg-context-result-for)
35 (epg-signature-status, epg-signature-to-string)
36 (epg-check-configuration, epg-configuration)
37 (epg-import-keys-from-file): Declare.
38 (package-check-signature): New user option.
39 (package-unsigned-archives): New user option.
40 (package-desc): Add `signed' field.
41 (package-load-descriptor): Set `signed' field if .signed file exists.
42 (package--archive-file-exists-p): New function.
43 (package--check-signature): New function.
44 (package-install-from-archive): Check package signature.
45 (package--download-one-archive): Check archive signature.
46 (package-delete): Remove .signed file.
47 (package-import-keyring): New command.
48 (package-refresh-contents): Import default keyring.
49 (package-desc-status): Add "unsigned" status.
50 (describe-package-1, package-menu--print-info)
51 (package-menu-mark-delete, package-menu--find-upgrades)
52 (package-menu--status-predicate): Support "unsigned" status.
53
54 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
57 the new compilation scheme using the new byte-codes.
58
59 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
60 (byte-pophandler): New byte codes.
61 (byte-goto-ops): Adjust accordingly.
62 (byte-compile--use-old-handlers): New var.
63 (byte-compile-catch): Use new byte codes depending on
64 byte-compile--use-old-handlers.
65 (byte-compile-condition-case--old): Rename from
66 byte-compile-condition-case.
67 (byte-compile-condition-case--new): New function.
68 (byte-compile-condition-case): New function that dispatches depending
69 on byte-compile--use-old-handlers.
70 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
71 when we can.
72
73 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
74 Optimize under `condition-case' and `catch' if
75 byte-compile--use-old-handlers is nil.
76 (disassemble-offset): Handle new bytecodes.
77
78 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * subr.el (error): Use `declare'.
81 (decode-char, encode-char): Use advertised-calling-convention instead
82 of the docstring to discourage use of the `restriction' arg.
83
84 2013-10-03 Daiki Ueno <ueno@gnu.org>
85
86 * epg.el (epg-verify-file): Add a comment saying that it does not
87 notify verification error as a return value nor a signal.
88 (epg-verify-string): Ditto.
89
90 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
91
92 * progmodes/compile.el (compilation-start): Try globbing the arg to
93 `cd' (bug#15417).
94
95 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
96
97 Sync with Tramp 2.2.8.
98
99 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
100 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
101 * net/trampver.el: Update release number.
102
103 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
104
105 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
106 and default-process-coding-system for darwin only.
107
108 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
111
112 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
113
114 * vc/vc-git.el (vc-git-grep): Disable pager.
115
116 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
117
118 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
119 Use :url instead of :homepage, as per
120 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
121
122 * newcomment.el (comment-beginning): When `comment-use-syntax' is
123 non-nil, use `syntax-ppss' (Bug#15251).
124
125 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
126
127 * progmodes/octave.el (inferior-octave-startup-file):
128 Prefer ~/.emacs.d/init_octave.m.
129
130 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
131
132 * emacs-lisp/package.el (package-desc-from-define):
133 Accept additional arguments as plist, convert them to an alist and store
134 them in the `extras' slot.
135 (package-generate-description-file): Convert extras alist back to
136 plist and append to the `define-package' form arguments.
137 (package--alist-to-plist): New function.
138 (package--ac-desc): Add `extras' slot.
139 (package--add-to-archive-contents): Check if the archive-contents
140 vector is long enough, and if it is, pass its `extras' slot value
141 to `package-desc-create'.
142 (package-buffer-info): Call `lm-homepage', pass the returned value
143 to `package-desc-from-define'.
144 (describe-package-1): Render the homepage button (Bug#13291).
145
146 * emacs-lisp/package-x.el (package-upload-buffer-internal):
147 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
148
149 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
150
151 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
152 and default-process-coding-system to utf-8-unix (Bug#15402).
153
154 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
155
156 * subr.el (looking-back): Do not recommend using looking-back.
157
158 2013-09-28 Alan Mackenzie <acm@muc.de>
159
160 Fix indentation/fontification of Java enum with "implements".
161
162 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
163 regexp which matches "implements", etc., in Java.
164 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
165 specifier clauses coming after "enum".
166 * progmodes/cc-fonts.el (c-font-lock-declarations)
167 (c-font-lock-enum-tail): Check for extra specifier clauses coming
168 after "enum".
169
170 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
171
172 * faces.el (region): Change ns_selection_color to
173 ns_selection_fg_color, add ns_selection_bg_color.
174
175 2013-09-28 Leo Liu <sdl.web@gmail.com>
176
177 * progmodes/octave.el (inferior-octave-completion-table)
178 (inferior-octave-completion-at-point): Minor tweaks.
179
180 * textmodes/ispell.el (ispell-lookup-words): Rename from
181 lookup-words. (Bug#15460)
182 (lookup-words): Obsolete.
183 (ispell-complete-word, ispell-command-loop): All uses changed.
184
185 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
186
187 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
188 (octave-mode-menu): Add octave-send-buffer.
189 (octave-send-buffer): New function.
190
191 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
192
193 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
194 octave-lookfor.
195 (octave-mode-menu): Add octave-lookfor.
196 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
197 octave-lookfor.
198 (octave-lookfor): New function.
199
200 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * emacs-lisp/cl-macs.el:
203 (cl--loop-destr-temps): Remove.
204 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
205 its convention.
206 (cl--loop-set-iterator-function): New function.
207 (cl-loop): Adjust accordingly, so as not to use cl-subst.
208 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
209 Bind `it' with `let' instead of substituting it with `cl-subst'.
210 (cl--unused-var-p): New function.
211 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
212 Eliminate some unused variable warnings (bug#15326).
213
214 2013-09-27 Tassilo Horn <tsdh@gnu.org>
215
216 * doc-view.el (doc-view-scale-reset): Rename from
217 `doc-view-reset-zoom-level'.
218 (doc-view-scale-adjust): New command.
219 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
220 `doc-view-scale-adjust'.
221
222 2013-09-26 Tassilo Horn <tsdh@gnu.org>
223
224 * doc-view.el (doc-view-reset-zoom-level): New command.
225 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
226 zoom commands (bug#15466).
227
228 2013-09-26 Kenichi Handa <handa@gnu.org>
229
230 * international/quail.el (quail-help): Make it not a command.
231
232 2013-09-26 Leo Liu <sdl.web@gmail.com>
233
234 * minibuffer.el (completion-all-sorted-completions): Make args
235 optional as they are.
236
237 2013-09-25 Daniel Colascione <dancol@dancol.org>
238
239 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
240 specs are and that they're not evaluated.
241
242 2013-09-24 Sam Steingold <sds@gnu.org>
243
244 * midnight.el (clean-buffer-list-kill-regexps)
245 (clean-buffer-list-kill-buffer-names): Update for the new Man
246 buffer naming which includes the object name.
247
248 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * eshell/esh-cmd.el (eshell--sep-terms): New var.
251 (eshell-parse-command, eshell-parse-pipeline): Use it since
252 eshell-separate-commands requires a dynamic scoped var.
253 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
254
255 2013-09-23 Leo Liu <sdl.web@gmail.com>
256
257 * autoinsert.el (auto-insert-alist): Make the value of
258 lexical-binding match its file setting.
259
260 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
261
262 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
263
264 * autoarg.el (autoarg-kp-digit-argument):
265 * electric.el (Electric-command-loop):
266 * kmacro.el (kmacro-step-edit-insert):
267 Do not set universal-argument-num-events.
268
269 2013-09-22 Leo Liu <sdl.web@gmail.com>
270
271 * files.el (interpreter-mode-alist): Add octave.
272
273 2013-09-21 Alan Mackenzie <acm@muc.de>
274
275 C++: fontify identifier in declaration following "public:" correctly.
276 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
277 to match "public", etc.
278 (c-decl-prefix-re): Add ":" into the C++ value.
279 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
280 bit. Add a check for a ":" preceded by "public", etc.
281
282 2013-09-21 Eli Zaretskii <eliz@gnu.org>
283
284 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
285 recognized by GDB 7.5 and later.
286
287 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
288
289 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
290
291 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * subr.el (internal--call-interactively): New const.
294 (called-interactively-p): Use it (bug#3984).
295
296 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
297
298 * vc/pcvs.el (cvs-mode-ignore):
299 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
300 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
301
302 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
305 (eshell-ls-orig-insert-directory): Remove.
306 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
307 (eshell-ls-use-in-dired): Use advice-add/remove.
308 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
309 Add `orig-fun' arg for use in :around advice.
310 Make it check (redundantly) eshell-ls-use-in-dired.
311
312 2013-09-19 Glenn Morris <rgm@gnu.org>
313
314 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
315
316 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
317
318 * emacs-lisp/eieio.el (class-parent): Undo previous change.
319
320 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
321
322 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
323 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
324 (tramp-get-remote-python): New defuns.
325 (tramp-get-remote-uid-with-perl)
326 (tramp-get-remote-gid-with-perl): New defuns. Perl code
327 contributed by yary <not.com@gmail.com> (tiny change).
328 (tramp-get-remote-uid-with-python)
329 (tramp-get-remote-gid-with-python): New defuns. Python code
330 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
331 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
332
333 2013-09-19 Glenn Morris <rgm@gnu.org>
334
335 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
336
337 * eshell/em-unix.el (eshell-remove-entries):
338 Rename argument to avoid name-clash with global `top-level'.
339
340 * eshell/esh-proc.el (eshell-kill-process-function):
341 Remove eshell-reset-after-proc from eshell-kill-hook if present.
342 (eshell-reset-after-proc): Remove unused arg `proc'.
343
344 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
345 (directory-files-and-attributes): Mark unused arg.
346
347 * eshell/em-unix.el (eshell-remove-entries):
348 Remove unused arg `path'. Update callers.
349
350 * eshell/em-hist.el (eshell-hist-parse-arguments):
351 Remove unused arg `silent'. Update callers.
352
353 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
354 Fix (f)boundp mix-up.
355
356 * eshell/em-smart.el (eshell-smart-scroll-window)
357 (eshell-disable-after-change):
358 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
359
360 2013-09-18 Alan Mackenzie <acm@muc.de>
361
362 Fix fontification of type when followed by "const".
363 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
364 "known" types from fontification.
365
366 2013-09-18 Glenn Morris <rgm@gnu.org>
367
368 * emacs-lisp/chart.el (x-display-color-cells): Declare.
369 (chart-face-list): Drop Emacsen without display-color-p.
370
371 * net/eww.el (libxml-parse-html-region): Declare.
372 (eww-display-html): Explicit error if no libxml2 support.
373
374 * doc-view.el (doc-view-mode): Silence --without-x compilation.
375
376 * image.el (image-type-from-buffer, image-multi-frame-p):
377 Remove --without-x warning/error.
378
379 * mouse.el (mouse-yank-primary):
380 * term.el (term-mouse-paste):
381 Reorder to silence --without-x compilation.
382
383 * mpc.el (doc-view-mode): Silence --without-x compilation.
384
385 * mail/rmailmm.el (rmail-mime-set-bulk-data):
386 Silence --without-x compilation.
387
388 * progmodes/gud.el (gud-find-file, gud-mode):
389 Silence --without-x compilation.
390 (tooltip-mode): Declare.
391
392 * wdired.el (dired-backup-overwrite): Remove declaration.
393 (wdired-mode-map): Add doc string.
394
395 * custom.el (x-get-resource): Declare.
396
397 * eshell/em-glob.el (ange-cache):
398 * eshell/em-unix.el (ange-cache): Declare.
399
400 * faces.el (x-display-list, x-open-connection, x-get-resource):
401 Declare.
402
403 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
404 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
405 Declare.
406
407 * frame.el (x-display-grayscale-p, x-display-name): Declare.
408
409 * net/gnutls.el (gnutls-log-level): Declare.
410
411 * net/shr.el (image-size, image-animate): Declare.
412
413 * simple.el (font-info): Declare.
414
415 * subr.el (x-popup-dialog): Declare.
416
417 * term/common-win.el (x-select-enable-primary)
418 (x-last-selected-text-primary, x-last-selected-text-clipboard):
419 Declare.
420
421 * term/ns-win.el (x-handle-args): Declare.
422
423 * term/x-win.el (x-select-enable-clipboard): Declare.
424
425 * term/w32-win.el (create-default-fontset): Declare.
426
427 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
428 Declare.
429
430 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
431 (fit-frame-to-buffer): Explicit error if --without-x.
432 (mouse-autoselect-window-select): Silence compiler.
433
434 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
435
436 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
437 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
438 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
439 * eshell/esh-util.el (eshell-sublist):
440 Remove unused local variables.
441
442 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
443
444 * textmodes/two-column.el: Make 2C-split work for --without-x.
445 (scroll-bar-columns): Autoload.
446 (top-level): Require fringe when compiling.
447
448 2013-09-18 Leo Liu <sdl.web@gmail.com>
449
450 * subr.el (add-hook): Robustify to handle closure as well.
451
452 2013-09-17 Glenn Morris <rgm@gnu.org>
453
454 * simple.el (messages-buffer-mode-map): Unbind "g".
455
456 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * help-mode.el (help-mode-finish): Use derived-mode-p.
459 Remove obsolete highlighting.
460
461 * play/life.el (life-mode): Use define-derived-mode. Derive from
462 special-mode.
463 (life): Let-bind inhibit-read-only.
464 (life-setup): Avoid `setq'. Use `life-mode'.
465
466 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
467 which should not be needed any more.
468 (package-menu-refresh, package-menu-describe-package): Use user-error.
469
470 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
471 (eshell-post-rewrite-command-hook): Make obsolete.
472 (eshell-parse-command): Simplify.
473 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
474 (eshell--cmd): Declare.
475 (eshell-parse-pipeline): Remove unused var `final-p'.
476 Pass a dynvar to eshell-post-rewrite-command-hook.
477 Implement the new eshell-post-rewrite-command-function.
478 (eshell-invoke-directly): Remove unused arg `input'.
479 * eshell/esh-io.el (eshell-io-initialize):
480 Use eshell-post-rewrite-command-function (bug#15399).
481 (eshell--apply-redirections): Rename from eshell-apply-redirections;
482 adjust to new calling convention.
483 (eshell-create-handles): Rename args to avoid clashing with dynvar
484 `standard-output'.
485
486 2013-09-17 Glenn Morris <rgm@gnu.org>
487
488 * simple.el (messages-buffer-mode): New major mode.
489 (messages-buffer): New function.
490 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
491 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
492 (ert-run-test): Use `messages-buffer' function.
493 (ert--force-message-log-buffer-truncation): Ignore read-only.
494 * help.el (view-echo-area-messages): Use `messages-buffer' function.
495 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
496
497 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
500
501 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
502
503 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * icomplete.el (icomplete-in-buffer): New var.
506 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
507 vars and replace them with functions.
508 (icomplete-minibuffer-setup): Adjust accordingly.
509 (icomplete--completion-table, icomplete--completion-predicate)
510 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
511 New functions.
512 (icomplete-forward-completions, icomplete-backward-completions)
513 (icomplete-simple-completing-p, icomplete-exhibit)
514 (icomplete-completions): Use them.
515 (icomplete--in-region-buffer): New var.
516 (icomplete--in-region-setup): New function.
517 (icomplete-mode): Use it.
518
519 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
520 (bug#15379).
521 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
522 return args and options.
523 (eshell-eval-using-options): Use the new return value of
524 eshell--do-opts to set the options's vars in their scope.
525 (eshell--set-option): Rename from eshell-set-option.
526 Add arg `opt-vals'.
527 (eshell--process-option): Rename from eshell-process-option.
528 Add arg `opt-vals'.
529 (eshell--process-args): Use an `opt-vals' alist to store the options's
530 values during their processing and return them additionally to the
531 remaining args.
532
533 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
534
535 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
536 continuation character an operator, as far as indentation is
537 concerned (Bug#15369).
538
539 2013-09-15 Martin Rudalics <rudalics@gmx.at>
540
541 * window.el (window--state-put-2): Don't process buffer state
542 when buffer doesn't exist any more (Bug#15382).
543
544 2013-09-15 Glenn Morris <rgm@gnu.org>
545
546 * eshell/em-unix.el (eshell/rm):
547 Make -f ignore missing files. (Bug#15373)
548
549 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
550 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
551 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
552
553 2013-09-14 Glenn Morris <rgm@gnu.org>
554
555 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
556
557 2013-09-13 Glenn Morris <rgm@gnu.org>
558
559 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
560 (dired-guess-default): Make `file' available in the env. (Bug#15363)
561
562 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
563
564 * frame.el (x-focus-frame): Mark as declared in frame.c.
565
566 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * ls-lisp.el: Use advice-add.
569 (original-insert-directory): Remove.
570 (ls-lisp--insert-directory): Rename from insert-directory; add
571 `orig-fun' argument.
572 (insert-directory): Advise.
573
574 2013-09-13 Eli Zaretskii <eliz@gnu.org>
575
576 * term.el (term-emulate-terminal): Decode the command string
577 before passing it to term-command-hook. (Bug#15337)
578
579 2013-09-13 Glenn Morris <rgm@gnu.org>
580
581 * eshell/esh-util.el (ange-cache): Move declaration earlier.
582
583 * eshell/esh-ext.el (eshell-search-path): Declare.
584
585 * eshell/em-prompt.el (eshell/pwd): Autoload it.
586 Otherwise an error occurs if eshell-dirs module not loaded.
587
588 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
589
590 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
591
592 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
593 `tramp-check-proper-host'. Check for a valid method name.
594
595 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
596 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
597 * net/tramp-sh.el (tramp-maybe-open-connection):
598 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
599
600 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
601 also for hash values.
602
603 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * term/ns-win.el (parameters): Don't declare as dynamic.
606 (before-make-frame-hook): Don't add ineffective function.
607
608 * eshell/*.el: Use lexical-binding (bug#15231).
609
610 2013-09-12 Kenichi Handa <handa@gnu.org>
611
612 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
613
614 2013-09-12 Glenn Morris <rgm@gnu.org>
615
616 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
617 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
618
619 * subr.el (do-after-load-evaluation): Also give compiler warnings
620 when obsolete files are used (except by obsolete files).
621
622 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
623 in the status output, assume `filename' is the first. (Bug#15322)
624
625 * vc/vc.el (vc-deduce-fileset): Doc fix.
626
627 * calc/calc-help.el (Info-goto-node):
628 * progmodes/cperl-mode.el (Info-find-node):
629 * vc/ediff.el (Info-goto-node): Update declarations.
630
631 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
632
633 * vc/vc-bzr.el (vc-compilation-mode): Declare.
634 (vc-bzr-pull): Require vc-dispatcher.
635 * vc/vc-git.el (vc-compilation-mode): Declare.
636 (vc-git-pull): Require vc-dispatcher.
637
638 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
639
640 * progmodes/octave.el (help-button-action): Declare.
641
642 * shell.el (shell-directory-tracker): Output error as a message
643 rather than just returning it as a string.
644 (shell-process-pushd): Remove useless use of message.
645
646 * dframe.el (dframe-timer-fn):
647 * files.el (dir-locals-read-from-file):
648 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
649 (mpc-format):
650 * reveal.el (reveal-post-command):
651 * saveplace.el (load-save-place-alist-from-file):
652 * shell.el (shell-resync-dirs):
653 * w32-common-fns.el (x-get-selection-value):
654 * emacs-lisp/copyright.el (copyright-find-copyright):
655 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
656 * emulation/tpu-edt.el (tpu-copy-keyfile):
657 * play/bubbles.el (bubbles--mark-neighbourhood):
658 * progmodes/executable.el
659 (executable-make-buffer-file-executable-if-script-p):
660 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
661
662 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 Cleanup Eshell to rely less on dynamic scoping.
665 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
666 last-value, and ext-command here. Bind `args' closer to `body'.
667 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
668 (eshell--args): Declare new dynamic var.
669 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
670 last-value, and ext-command. Pass `args' to `body'.
671 (eshell-process-args): Bind eshell--args.
672 (eshell-set-option): Use eshell--args.
673 * eshell/eshell.el (eshell): Use derived-mode-p.
674 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
675 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
676 (eshell-glob-function): Declare.
677 * eshell/esh-util.el: Require cl-lib.
678 (eshell-read-hosts-file): Avoid add-to-list.
679 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
680 `err'.
681 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
682 Declare.
683 (eshell/diff): Remove unused var `err'.
684 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
685 `killflag'.
686 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
687 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
688 first use.
689 * eshell/em-glob.el (eshell-glob-matches, message-shown):
690 Move declaration before first use.
691 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
692 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
693 rely on cl-return.
694
695 2013-09-12 Glenn Morris <rgm@gnu.org>
696
697 * term/ns-win.el (global-map): Remove binding for ispell-next,
698 deleted 1999-05-29. (Bug#15357)
699
700 2013-09-11 Glenn Morris <rgm@gnu.org>
701
702 * echistory.el (electric-command-history): Remove call to deleted func.
703
704 * play/landmark.el (landmark-mode): Fix typos.
705
706 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
707 Check cvs-sort-ignore-file is bound.
708
709 * savehist.el: No need for cl when compiling on Emacs.
710
711 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
714 (bug#15338).
715 (eshell-self-insert-command, eshell-send-invisible):
716 Remove unused argument.
717 (eshell-handle-control-codes): Remove unused var `orig'.
718 Avoid delete-backward-char.
719
720 * files.el (set-auto-mode): Simplify a bit further.
721
722 2013-09-11 Glenn Morris <rgm@gnu.org>
723
724 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
725 (set-auto-mode): Don't regexp-quote elements.
726 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
727 * progmodes/cc-mode.el (interpreter-mode-alist):
728 * progmodes/ruby-mode.el (interpreter-mode-alist):
729 Revert previous change.
730
731 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * play/snake.el (snake-mode):
734 * play/mpuz.el (mpuz-mode):
735 * play/landmark.el (lm-mode):
736 * play/blackbox.el (blackbox-mode):
737 * play/5x5.el (5x5-mode):
738 * obsolete/options.el (Edit-options-mode):
739 * net/quickurl.el (quickurl-list-mode):
740 * net/newst-treeview.el (newsticker-treeview-mode):
741 * mail/rmailsum.el (rmail-summary-mode):
742 * mail/mspools.el (mspools-mode):
743 * locate.el (locate-mode):
744 * ibuffer.el (ibuffer-mode):
745 * emulation/ws-mode.el (wordstar-mode):
746 * emacs-lisp/debug.el (debugger-mode):
747 * array.el (array-mode):
748 * net/eudc.el (eudc-mode): Use define-derived-mode.
749 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
750 Move initialization into declaration.
751 (mairix-searches-mode): Use define-derived-mode.
752 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
753 (eudc-edit-hotlist): Use dolist.
754 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
755 (Man-mode): Use define-derived-mode.
756 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
757 (Info-edit-mode): Use define-derived-mode.
758 (Info-cease-edit): Use Info-mode.
759 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
760 into declaration.
761 (eshell-mode): Use define-derived-mode.
762 * chistory.el (command-history-mode-map): Rename from
763 command-history-map.
764 (command-history-mode): Use define-derived-mode.
765 (Command-history-setup): Remove function.
766 * calc/calc.el (calc-trail-mode-map): New var.
767 (calc-trail-mode): Use define-derived-mode.
768 (calc-trail-buffer): Set calc-main-buffer manually.
769 * bookmark.el (bookmark-insert-annotation): New function.
770 (bookmark-edit-annotation): Use it.
771 (bookmark-edit-annotation-mode): Make it a proper major mode.
772 (bookmark-send-edited-annotation): Use derived-mode-p.
773 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
774 closer to its ideal place. Use \' to match EOS.
775
776 * profiler.el (profiler-calltree-find): Use function-equal.
777
778 2013-09-10 Glenn Morris <rgm@gnu.org>
779
780 * files.el (interpreter-mode-alist): Convert to regexps.
781 (set-auto-mode): Adapt for this. (Bug#15306)
782 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
783 Comment out unused variable.
784 * progmodes/cc-mode.el (interpreter-mode-alist):
785 * progmodes/python.el (interpreter-mode-alist):
786 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
787 * progmodes/sh-script.el (sh-set-shell):
788 No longer use interpreter-mode-alist to get list of shells.
789
790 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
791
792 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * simple.el: Use set-temporary-overlay-map for universal-argument.
795 (universal-argument-map): Don't use default-bindings (bug#15317).
796 Bind switch-frame explicitly. Replace universal-argument-minus with
797 a conditional binding.
798 (universal-argument-num-events, saved-overriding-map): Remove.
799 (restore-overriding-map): Remove.
800 (universal-argument--mode): Rename from save&set-overriding-map,
801 and rewrite.
802 (universal-argument, universal-argument-more, negative-argument)
803 (digit-argument): Adjust accordingly.
804 (universal-argument-minus): Remove.
805 (universal-argument-other-key): Remove.
806
807 * subr.el (with-demoted-errors): Add `format' argument.
808
809 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
810
811 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
812 `tramp-cleanup-connection'.
813
814 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
815 parameters KEEP-DEBUG and KEEP-PASSWORD.
816
817 * net/tramp.el (tramp-file-name-handler):
818 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
819 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
820 (tramp-maybe-open-connection):
821 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
822 Use `tramp-cleanup-connection'.
823
824 * net/tramp-sh.el (tramp-maybe-open-connection):
825 Catch 'uname-changed inside the progress reporter.
826
827 2013-09-10 Glenn Morris <rgm@gnu.org>
828
829 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
830
831 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
832 returns "alternate access method" in mode (eg "-rw-r--r--.").
833
834 2013-09-08 Glenn Morris <rgm@gnu.org>
835
836 * saveplace.el (load-save-place-alist-from-file):
837 Demote errors. (Bug#15305)
838
839 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
840
841 Improve compatibility with older Emacsen, and XEmacs.
842
843 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
844 only if it is bound. It isn't for XEmacs.
845 (with-tramp-progress-reporter): Do not let-bind `result'.
846 This yields to scoping errors in XEmacs.
847 (tramp-handle-make-auto-save-file-name): New function, moved from
848 tramp-sh.el.
849
850 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
851 for `make-auto-save-file-name'.
852 (tramp-adb--gnu-switches-to-ash):
853 Use `tramp-compat-replace-regexp-in-string'.
854
855 * net/tramp-cache.el (tramp-cache-print): Call
856 `substring-no-properties' only if it is bound. It isn't for XEmacs.
857
858 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
859 bound. It isn't for XEmacs.
860
861 * net/tramp-compat.el (tramp-compat-copy-file):
862 Catch `wrong-number-of-arguments' error.
863 (tramp-compat-replace-regexp-in-string): New defun.
864
865 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
866 for `make-auto-save-file-name'.
867 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
868 `copy-file'.
869 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
870 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
871 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
872
873 * net/tramp-gw.el (tramp-gw-open-network-stream):
874 Use `tramp-compat-replace-regexp-in-string'.
875
876 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
877 Call `tramp-handle-make-auto-save-file-name'.
878 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
879 (tramp-sh-file-gvfs-monitor-dir-process-filter)
880 (tramp-sh-file-inotifywait-process-filter):
881 Use `tramp-compat-replace-regexp-in-string'.
882 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
883
884 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
885 for `make-auto-save-file-name'.
886 (tramp-smb-handle-copy-directory):
887 Call `tramp-compat-replace-regexp-in-string'.
888 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
889 (tramp-smb-handle-copy-file): Improve error message.
890 (tramp-smb-handle-rename-file): Rename directly only in case
891 `newname' does not exist yet. This is a restriction of smbclient.
892 (tramp-smb-maybe-open-connection): Rerun the function only when
893 `auth-sources' is non-nil.
894
895 2013-09-08 Kenichi Handa <handa@gnu.org>
896
897 * international/characters.el: Set category "^" (Combining) for
898 more characters.
899
900 2013-09-07 Alan Mackenzie <acm@muc.de>
901
902 Correctly fontify Java class constructors.
903 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
904 in Java Mode.
905 (c-recognize-typeless-decls): Set the Java value to t.
906 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
907 While handling a "(", add a check for, effectively, Java, and handle a
908 "typeless" declaration there.
909
910 2013-09-07 Roland Winkler <winkler@gnu.org>
911
912 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
913 field subtitle for entry type book.
914
915 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * minibuffer.el: Make minibuffer-complete call completion-in-region
918 rather than other way around.
919 (completion--some, completion-pcm--find-all-completions):
920 Don't delay signals when debugging.
921 (minibuffer-completion-contents): Beware fields within the
922 minibuffer contents.
923 (completion-all-sorted-completions): Use defvar-local.
924 (completion--do-completion, completion--cache-all-sorted-completions)
925 (completion-all-sorted-completions, minibuffer-force-complete):
926 Add args `beg' and `end'.
927 (completion--in-region-1): New fun, extracted from minibuffer-complete.
928 (minibuffer-complete): Use completion-in-region.
929 (completion-complete-and-exit): New fun, extracted from
930 minibuffer-complete-and-exit.
931 (minibuffer-complete-and-exit): Use it.
932 (completion--complete-and-exit): Rename from
933 minibuffer--complete-and-exit.
934 (completion-in-region--single-word): New function, extracted from
935 minibuffer-complete-word.
936 (minibuffer-complete-word): Use it.
937 (display-completion-list): Make `common-substring' argument obsolete.
938 (completion--in-region): Call completion--in-region-1 instead of
939 minibuffer-complete.
940 (completion-help-at-point): Pass boundaries to
941 minibuffer-completion-help as args rather than via an overlay.
942 (completion-pcm--string->pattern): Use `any-delim'.
943 (completion-pcm--optimize-pattern): New function.
944 (completion-pcm--pattern->regex): Handle `any-delim'.
945 * icomplete.el (icomplete-forward-completions)
946 (icomplete-backward-completions, icomplete-completions):
947 Adjust calls to completion-all-sorted-completions and
948 completion--cache-all-sorted-completions.
949 (icomplete-with-completion-tables): Default to t.
950 * emacs-lisp/crm.el (crm--current-element): Rename from
951 crm--select-current-element. Don't put an overlay but return the
952 boundaries instead.
953 (crm--completion-command): Take two new args to bind to the boundaries.
954 (crm-completion-help): Adjust accordingly.
955 (crm-complete): Use completion-in-region.
956 (crm-complete-word): Use completion-in-region--single-word.
957 (crm-complete-and-exit): Use completion-complete-and-exit.
958
959 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
962 than dynamically.
963
964 2013-09-06 Juri Linkov <juri@jurta.org>
965
966 * info.el (Info-display-images-node): When image file doesn't exist
967 display text version of the image if it's provided in the Info file.
968 Otherwise, display the location of missing image from SRC attribute.
969 Add help-echo text property from ALT attribute. (Bug#15279)
970
971 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
974 (edit-abbrevs-mode): Use define-derived-mode.
975
976 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
977 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
978 that it's defined.
979 (epa-key-list-mode, epa-key-mode, epa-info-mode):
980 Use define-derived-mode.
981
982 * epg.el (epg-start-encrypt): Minor CSE simplification.
983
984 2013-09-06 William Xu <william.xwl@gmail.com>
985
986 * arc-mode.el: Add support for 7za (bug#15264).
987 (archive-7z-program): New var.
988 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
989 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
990 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
991
992 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
993
994 Remove URL syntax.
995
996 * net/tramp.el (tramp-syntax, tramp-prefix-format)
997 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
998 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
999 (tramp-postfix-host-format, tramp-file-name-regexp)
1000 (tramp-completion-file-name-regexp)
1001 (tramp-completion-dissect-file-name)
1002 (tramp-handle-substitute-in-file-name): Remove 'url case.
1003 (tramp-file-name-regexp-url)
1004 (tramp-completion-file-name-regexp-url): Remove constants.
1005
1006 2013-09-06 Glenn Morris <rgm@gnu.org>
1007
1008 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
1009
1010 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
1011
1012 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1013 keywords" below "here-doc beginnings" (Bug#15270).
1014
1015 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * subr.el (pop): Use `car-safe'.
1018 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1019 to detect unused `pop' return value.
1020
1021 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1022 var `block-regexp'.
1023 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1024 (python-fill-string): Remove unused var `marker'.
1025 (python-skeleton-add-menu-items): Remove unused var `items'.
1026
1027 * international/mule-cmds.el: Require CL.
1028 (find-coding-systems-for-charsets): Avoid add-to-list.
1029 (sanitize-coding-system-list): New function, extracted from
1030 select-safe-coding-system-interactively.
1031 (select-safe-coding-system-interactively): Use it.
1032 (read-input-method-name): Accept symbols for `default'.
1033
1034 * emacs-lisp/advice.el (defadvice): Add indent rule.
1035
1036 2013-09-05 Daniel Hackney <dan@haxney.org>
1037
1038 * dired-x.el:
1039 * net/ange-ftp.el:
1040 * net/browse-url.el:
1041 * net/dbus.el:
1042 * net/eudc.el:
1043 * net/eudcb-ldap.el:
1044 * net/eww.el:
1045 * net/imap.el:
1046 * printing.el:
1047 * vc/ediff-diff.el:
1048 * vc/ediff-init.el:
1049 * vc/ediff-merg.el:
1050 * vc/ediff-mult.el:
1051 * vc/ediff-util.el:
1052 * vc/ediff-wind.el:
1053 * vc/ediff.el:
1054 * vc/emerge.el:
1055 * vc/pcvs.el:
1056 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1057 byte compiler. Remove some unused let-bound variables.
1058
1059 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1062 a "ref-cell", since it gets better optimized (bug#14883).
1063
1064 2013-09-05 Glenn Morris <rgm@gnu.org>
1065
1066 * progmodes/cc-awk.el (c-forward-sws): Declare.
1067
1068 2013-09-04 Glenn Morris <rgm@gnu.org>
1069
1070 * generic-x.el [rul-generic-mode]: Require cc-mode.
1071 (c++-mode-syntax-table): Declare.
1072 (rul-generic-mode-syntax-table): Init in the defvar.
1073
1074 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1077 (vc-do-command, vc-set-async-update):
1078 * vc/vc-mtn.el (vc-mtn-dir-status):
1079 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1080 (vc-hg-pull, vc-hg-merge-branch):
1081 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1082 (vc-git-merge-branch):
1083 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1084 (vc-cvs-dir-status-files):
1085 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1086 (vc-bzr-dir-status-files):
1087 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1088 * vc/vc-annotate.el: Use lexical-binding.
1089 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1090 (vc-sentinel-movepoint): Declare.
1091 (vc-annotate): Don't use `goto-line'.
1092 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1093 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1094 (vc-sentinel-movepoint): Declare.
1095 * vc/vc-svn.el: Use lexical-binding.
1096 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1097 * vc/vc-sccs.el:
1098 * vc/vc-rcs.el: Use lexical-binding.
1099
1100 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1101 `deleted'. Don't drop errors silently.
1102
1103 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1104
1105 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
1106
1107 * vc/vc.el (vc-ignore): Rewrite.
1108 (vc-default-ignore): New function.
1109 (vc-default-ignore-completion-table): Use find-ignore-file.
1110
1111 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1112 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1113 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1114 Remove. Most code moved to vc.el.
1115
1116 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
1119 * net/tramp-smb.el (tramp-smb-get-file-entries):
1120 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1121 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1122
1123 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1124 Update call to it.
1125 (eww-change-select): Remove unused var `properties'.
1126 (eww-make-unique-file-name): Remove unused var `base'.
1127
1128 * finder.el (finder-compile-keywords): Don't mess with windows.
1129
1130 * calculator.el (calculator-funcall): Fix typo in last change.
1131
1132 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1133
1134 * emacs-lisp/package.el (package-activate-1): Don't let a missing
1135 <pkg>-autoloads.el file stop us.
1136
1137 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
1138 warnings, and factor out common code.
1139
1140 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
1141
1142 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
1143 two-character operators and whether the character preceding them
1144 changes their meaning (Bug#15208).
1145
1146 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1147
1148 Format code sent to Python shell for robustness.
1149 * progmodes/python.el (python-shell-buffer-substring):
1150 New function.
1151 (python-shell-send-region, python-shell-send-buffer): Use it.
1152
1153 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
1154
1155 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
1156 * net/tramp.el (tramp-user-error): ... here.
1157 (tramp-find-method, tramp-check-proper-host)
1158 (tramp-dissect-file-name, tramp-debug-message)
1159 (tramp-handle-shell-command):
1160 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1161 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
1162
1163 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
1164
1165 2013-09-02 Martin Rudalics <rudalics@gmx.at>
1166
1167 * avoid.el (mouse-avoidance-point-position)
1168 (mouse-avoidance-too-close-p): Handle case where posn-at-point
1169 returns nil.
1170
1171 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1172
1173 * progmodes/python.el (python-shell-completion-get-completions):
1174 Drop use of deleted `comint-last-prompt-overlay'.
1175 (python-nav-if-name-main): New command.
1176
1177 2013-09-01 Glenn Morris <rgm@gnu.org>
1178
1179 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1180 Avoid leading space in $wins. Otherwise the sed command used by
1181 eg compile-main ends up containing "/*.el". (Bug#15170)
1182
1183 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
1184
1185 2013-08-30 Glenn Morris <rgm@gnu.org>
1186
1187 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1188 Fix is-this-a-directory logic. (Bug#15220)
1189
1190 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * textmodes/css-mode.el: Use SMIE.
1193 (css-smie-grammar): New var.
1194 (css-smie--forward-token, css-smie--backward-token)
1195 (css-smie-rules): New functions.
1196 (css-mode): Use them.
1197 (css-navigation-syntax-table): Remove var.
1198 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
1199 (css-indent-calculate, css-indent-line): Remove functions.
1200
1201 Misc changes to reduce use of `(lambda...); and other cleanups.
1202 * cus-edit.el: Use lexical-binding.
1203 (customize-push-and-save, customize-apropos)
1204 (custom-buffer-create-internal): Use closures.
1205 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
1206 * progmodes/ada-xref.el: Use setq.
1207 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
1208 * dframe.el: Use lexical-binding.
1209 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
1210 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
1211 * descr-text.el: Use lexical-binding.
1212 (describe-text-widget, describe-text-sexp, describe-property-list):
1213 Use closures.
1214 * comint.el (comint-history-isearch-push-state): Use a closure.
1215 * calculator.el: Use lexical-binding.
1216 (calculator-number-to-string): Make it work with lexical-binding.
1217 (calculator-funcall): Same and use cl-letf.
1218
1219 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
1220 (lisp--company-doc-string, lisp--company-location): New functions.
1221 (lisp-completion-at-point): Use them to improve Company support.
1222
1223 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
1224 params of lambda expressions.
1225 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
1226 (ruby-smie--opening-pipe-p): New function.
1227 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
1228 symbols and matched |...| for formal params.
1229 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
1230 from being treated as hanging. Handle "rescue".
1231
1232 2013-08-29 Glenn Morris <rgm@gnu.org>
1233
1234 * progmodes/cc-engine.el (c-pull-open-brace):
1235 Move definition before use.
1236
1237 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
1240 are immutable. Don't use `unsafe' any more.
1241 (cl--defsubst-expand): Don't substitute at the same time as keeping
1242 a residual unused let-binding. Don't use `unsafe' any more.
1243
1244 2013-08-29 Glenn Morris <rgm@gnu.org>
1245
1246 * calendar/cal-china.el (calendar-chinese-year-cache):
1247 Recenter on 2015.
1248
1249 * nxml/nxml-util.el (nxml-debug-clear-inside):
1250 Use cl-loop rather than loop.
1251
1252 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
1253
1254 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
1255
1256 2013-08-28 Glenn Morris <rgm@gnu.org>
1257
1258 * progmodes/antlr-mode.el: No need to require cc-mode twice.
1259
1260 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
1261
1262 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
1263
1264 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * simple.el (repeat-complex-command--called-interactively-skip):
1267 New function.
1268 (repeat-complex-command): Use it (bug#14136).
1269
1270 * progmodes/cc-mode.el: Minor cleanup of var declarations.
1271 (c-define-abbrev-table): Add `doc' argument.
1272 (c-mode-abbrev-table, c++-mode-abbrev-table)
1273 (objc-mode-abbrev-table, java-mode-abbrev-table)
1274 (idl-mode-abbrev-table, pike-mode-abbrev-table)
1275 (awk-mode-abbrev-table): Use it.
1276 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
1277 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
1278 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
1279 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
1280 Move initialization into the declaration; and remove any
1281 autoload cookie.
1282
1283 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
1284 and dynamic let binding.
1285
1286 * vc/smerge-mode.el: Remove redundant :group args.
1287
1288 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
1289 to load-path.
1290
1291 2013-08-28 Juri Linkov <juri@jurta.org>
1292
1293 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
1294 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
1295 (isearch-other-meta-char): Handle an undefined shifted printing
1296 character by downshifting it. (Bug#15200)
1297
1298 2013-08-28 Juri Linkov <juri@jurta.org>
1299
1300 * isearch.el (isearch-search): Change regexp error message for
1301 non-regexp searches. (Bug#15166)
1302
1303 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1304
1305 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1306 for portability to hosts where /bin/sh has problems.
1307
1308 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
1311
1312 2013-08-27 Juri Linkov <juri@jurta.org>
1313
1314 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
1315 in the keyboard macro. (Bug#15126)
1316
1317 2013-08-27 Juri Linkov <juri@jurta.org>
1318
1319 * isearch.el (isearch-quote-char): Comment out converting unibyte
1320 to multibyte, thus syncing with its `quoted-insert' counterpart.
1321 (Bug#15166)
1322
1323 2013-08-27 Martin Rudalics <rudalics@gmx.at>
1324
1325 * window.el (display-buffer-use-some-window): Add missing
1326 argument in call of get-largest-window (Bug#15185).
1327 Reported by Stephen Leake.
1328
1329 2013-08-27 Glenn Morris <rgm@gnu.org>
1330
1331 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
1332
1333 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * progmodes/python.el (python-font-lock-keywords): Don't return nil
1336 from a matcher-function unless there's no more matches (bug#15161).
1337
1338 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
1339
1340 * minibuffer.el: Revert change from 2013-08-20.
1341
1342 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
1343 with text property `tramp-default', if appropriate.
1344 (tramp-check-proper-host): New defun.
1345 (tramp-dissect-file-name): Do not check hostname. Revert change
1346 of 2013-03-18.
1347 (tramp-backtrace): Make VEC-OR-PROC optional.
1348
1349 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1350 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1351 * net/tramp-sh.el (tramp-maybe-open-connection):
1352 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1353 Apply `tramp-check-proper-host'.
1354
1355 2013-08-26 Tassilo Horn <tsdh@gnu.org>
1356
1357 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
1358 lambda expression in order to have `describe-variable' display it.
1359
1360 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
1361
1362 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
1363 BUF can be optional. (Bug#15186)
1364
1365 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
1366
1367 * progmodes/flymake.el (flymake-get-real-file-name-function):
1368 Fix broken customization. (Bug#15184)
1369
1370 2013-08-25 Alan Mackenzie <acm@muc.de>
1371
1372 Improve indentation of bracelists defined by macros (without "=").
1373
1374 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
1375 expansion begins with "{", regard it as bracelist when it doesn't
1376 contain a ";".
1377
1378 Parse C++ inher-intro when there's a template split over 2 lines.
1379
1380 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
1381 rigorously the search for "class" etc. followed by ":".
1382
1383 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
1384 random languages a regexp which never matches rather than nil.
1385
1386 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
1387
1388 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
1389 (c-awk-regexp-one-line-possibly-open-char-list-re)
1390 (c-awk-one-line-possibly-open-regexp-re)
1391 (c-awk-one-line-non-syn-ws*-re): Remove.
1392 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
1393 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
1394 (c-awk-space*-unclosed-regexp-/-re): New constants.
1395 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
1396 aren't regexp delimiters.
1397
1398 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
1399 handling for a rare situation in AWK Mode involving unterminated
1400 strings/regexps.
1401
1402 2013-08-23 Glenn Morris <rgm@gnu.org>
1403
1404 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
1405
1406 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
1407
1408 * files.el (create-file-buffer): If the result would begin with
1409 spaces, prepend a "|" instead of removing them. (Bug#15162)
1410
1411 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
1414 text-properties (bug#15155).
1415
1416 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
1417 exist any more.
1418 (calc-keypad-redraw): Remove unused var `pad'.
1419 (calc-keypad-press): Remove unused var `menu'.
1420
1421 2013-08-23 Martin Rudalics <rudalics@gmx.at>
1422
1423 * window.el (display-buffer-pop-up-frame):
1424 Call pop-up-frame-function with BUFFER current so `make-frame' will
1425 use it as the new frame's buffer (Bug#15133).
1426
1427 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * calendar/timeclock.el: Minor cleanups.
1430 (timeclock-ask-before-exiting, timeclock-use-display-time):
1431 Use `symbol'.
1432 (timeclock-modeline-display): Define as alias before the
1433 actual definition.
1434 (timeclock-mode-line-display): Use define-minor-mode.
1435 (timeclock-day-list-template): Make it a function, add an argument.
1436 (timeclock-day-list-required, timeclock-day-list-length)
1437 (timeclock-day-list-debt, timeclock-day-list-span)
1438 (timeclock-day-list-break): Adjust calls accordingly.
1439
1440 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
1443 Use read--expression so that completion works again.
1444
1445 2013-08-21 Sam Steingold <sds@gnu.org>
1446
1447 Add rudimentary inferior shell interaction
1448 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
1449 (sh-set-shell): Reset it.
1450 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
1451 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
1452
1453 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * align.el: Use lexical-binding.
1456 (align-region): Simplify accordingly.
1457
1458 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
1461
1462 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
1463 `non-essential' up.
1464
1465 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
1466
1467 * net/tramp.el:
1468 * net/tramp-adb.el:
1469 * net/tramp-cmds.el:
1470 * net/tramp-ftp.el:
1471 * net/tramp-gvfs.el:
1472 * net/tramp-gw.el:
1473 * net/tramp-sh.el: Don't wrap external variable declarations by
1474 `eval-when-compile'.
1475
1476 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1477
1478 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
1479 now that Emacs supports ImageMagick animations.
1480
1481 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
1482
1483 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
1484 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
1485
1486 2013-08-16 Martin Rudalics <rudalics@gmx.at>
1487
1488 * window.el (mouse-autoselect-window-select): Do autoselect when
1489 mouse pointer is on margin.
1490
1491 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
1492
1493 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
1494
1495 2013-08-16 Glenn Morris <rgm@gnu.org>
1496
1497 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
1498 Handle "Remote Directory" response of some clients. (Bug#15058)
1499
1500 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
1501 Tweak warning. (Bug#14926)
1502
1503 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
1504 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
1505
1506 * image-mode.el (image-mode-map): Add menu items to reverse,
1507 increase, decrease, reset animation speed.
1508 (image--set-speed, image-increase-speed, image-decrease-speed)
1509 (image-reverse-speed, image-reset-speed): New functions.
1510 (image-mode-map): Add bindings for speed commands.
1511
1512 * image.el (image-animate-get-speed, image-animate-set-speed):
1513 New functions.
1514 (image-animate-timeout): Respect image :speed property.
1515
1516 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
1519 previous line (bug#15101).
1520 (debugger-eval-expression, debugger-record-expression):
1521 Use read--expression (bug#15102).
1522
1523 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
1524
1525 Remove byte compiler warnings, visible when compiling with
1526 `byte-compile-force-lexical-warnings' set to t.
1527
1528 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
1529 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
1530 (tramp-handle-unhandled-file-name-directory)
1531 (tramp-handle-file-notify-add-watch, tramp-action-login)
1532 (tramp-action-succeed, tramp-action-permission-denied)
1533 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
1534 arguments with "_".
1535
1536 * net/tramp-adb.el (tramp-adb-parse-device-names)
1537 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
1538 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
1539 (tramp-adb-handle-file-truename): Remove unused arguments.
1540
1541 * net/tramp-cache.el (tramp-flush-directory-property)
1542 (tramp-flush-connection-property, tramp-list-connections)
1543 (tramp-parse-connection-properties): Prefix unused arguments with "_".
1544
1545 * net/tramp-compat.el (tramp-compat-make-temp-file):
1546 Rename FILENAME to F.
1547
1548 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1549 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
1550 (tramp-zeroconf-parse-workstation-device-names)
1551 (tramp-zeroconf-parse-webdav-device-names)
1552 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
1553
1554 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1555 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
1556
1557 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
1558 arguments.
1559 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
1560 (tramp-sh-handle-insert-file-contents-literally)
1561 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
1562 with "_".
1563 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
1564 Remove unused variables.
1565
1566 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1567 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
1568 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
1569
1570 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
1571 Make them a defconst.
1572 (tramp-uuencode-region): Remove unused variable.
1573
1574 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
1575
1576 * frameset.el (frameset--prop-setter): New function.
1577 (frameset-prop): Add gv-setter declaration.
1578 (frameset-filter-minibuffer): Deal with the case that the minibuffer
1579 parameter was already set in FILTERED. Doc fix.
1580 (frameset--record-minibuffer-relationships): Allow saving a
1581 minibufferless frame without its corresponding minibuffer frame.
1582 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
1583 frame, if the frame id matches.
1584 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
1585 frames before orphaned ones.
1586 (frameset-restore): Warn about orphaned windows, instead of error out.
1587
1588 2013-08-14 Martin Rudalics <rudalics@gmx.at>
1589
1590 * window.el (window-make-atom): Don't overwrite parameter
1591 already present.
1592 (display-buffer-in-atom-window): Handle special case where we
1593 split an already atomic window.
1594 (window--major-non-side-window, display-buffer-in-side-window)
1595 (window--side-check): Ignore minibuffer window when walking
1596 window tree.
1597 (window-deletable-p): Return 'frame only if no other frame uses
1598 our minibuffer window.
1599 (record-window-buffer): Run buffer-list-update-hook.
1600 (split-window): Make sure window--check-frame won't destroy an
1601 existing atomic window in case the new window gets nested
1602 inside.
1603 (display-buffer-at-bottom): Ignore minibuffer window when
1604 walking window tree. Don't split a side window.
1605 (pop-to-buffer): Don't set-buffer here, the select-window call
1606 should do that.
1607 (mouse-autoselect-window-select): Autoselect only if we are in the
1608 text portion of the window.
1609
1610 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1611
1612 * net/shr.el (shr-parse-image-data): New function to grab both the
1613 data itself and the Content-Type.
1614 (shr-put-image): Use it.
1615
1616 * net/eww.el (eww-display-image): Ditto.
1617
1618 * image.el (image-content-type-suffixes): New variable.
1619
1620 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1621
1622 * progmodes/python.el (python-imenu--build-tree)
1623 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
1624
1625 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1626
1627 * simple.el (backward-word): Mention the optional argument.
1628
1629 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * frameset.el (frameset--make): Rename constructor from make-frameset.
1632 (frameset-p, frameset-valid-p): Don't autoload.
1633 (frameset-valid-p): Use normal accessors.
1634
1635 2013-08-13 Glenn Morris <rgm@gnu.org>
1636
1637 * progmodes/compile.el (compile-command): Tweak example in doc.
1638 * obsolete/scribe.el (scribe-mode):
1639 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
1640
1641 * mail/feedmail.el (feedmail-confirm-outgoing)
1642 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
1643
1644 * cus-start.el (truncate-partial-width-windows): Fix type.
1645
1646 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
1647
1648 * net/shr.el (shr-table-horizontal-line): Fix custom type.
1649
1650 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * emacs-lisp/timer.el (timer--time-setter): New function.
1653 (timer--time): Use it as gv-setter.
1654
1655 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
1656 setter is not a symbol.
1657
1658 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
1659
1660 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
1661 if sending fails. This makes debugging easier.
1662
1663 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
1666 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
1667 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
1668
1669 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1670
1671 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
1672
1673 2013-08-12 Glenn Morris <rgm@gnu.org>
1674
1675 * format.el (format-annotate-function):
1676 Handle read-only text properties in the source. (Bug#14887)
1677
1678 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1679
1680 * net/eww.el (eww-display-html): Ignore coding system errors.
1681 One web site uses "utf-8lias" as the coding system.
1682
1683 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
1684
1685 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
1686
1687 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
1688
1689 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
1690 (tutorial--detailed-help): Remove unused local variables.
1691 (tutorial--save-tutorial-to): Use ignore-errors.
1692 (help-with-tutorial): Use looking-at-p.
1693
1694 * view.el (view-buffer-other-window, view-buffer-other-frame):
1695 Mark unused arguments.
1696
1697 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
1698 (woman-select-symbol-fonts, woman, woman-find-file)
1699 (woman-insert-file-contents, woman-non-underline-faces):
1700 Use string-match-p.
1701 (woman1-unquote): Move declaration.
1702
1703 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
1704 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
1705 argument. Remove unused local variable.
1706 (xml-parse-elem-type): Use string-match-p.
1707 (xml-substitute-numeric-entities): Use ignore-errors.
1708
1709 * calculator.el (calculator): Mark unused argument.
1710 (calculator-paste, calculator-quit, calculator-integer-p):
1711 Use ignore-errors.
1712 (calculator-string-to-number, calculator-decimal, calculator-exp)
1713 (calculator-op-or-exp): Use string-match-p.
1714
1715 * dired.el (dired-buffer-more-recently-used-p): Declare.
1716 (dired-insert-set-properties, dired-insert-old-subdirs):
1717 Use ignore-errors.
1718
1719 * dired-aux.el (dired-compress): Use ignore-errors.
1720 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
1721 (dired-do-async-shell-command, dired-do-shell-command)
1722 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
1723 (dired-insert-subdir-validate): Use string-match-p.
1724 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
1725 (dired-add-entry): Use string-match-p, looking-at-p.
1726 (dired-insert-subdir-newpos): Remove unused local variable.
1727
1728 * filenotify.el (file-notify-callback): Remove unused local variable.
1729
1730 * filesets.el (filesets-error): Mark unused argument.
1731 (filesets-which-command-p, filesets-filter-dir-names)
1732 (filesets-directory-files, filesets-get-external-viewer)
1733 (filesets-ingroup-get-data): Use string-match-p.
1734
1735 * find-file.el (ff-other-file-name, ff-other-file-name)
1736 (ff-find-the-other-file, ff-cc-hh-converter):
1737 Remove unused local variables.
1738 (ff-get-file-name): Use string-match-p.
1739 (ff-all-dirs-under): Use ignore-errors.
1740
1741 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
1742 (follow-select-if-visible): Remove unused local variable.
1743
1744 * forms.el (read-file-filter): Move declaration.
1745 (forms--make-format, forms--make-parser, forms-insert-record):
1746 Quote function with #'.
1747 (forms--update): Use string-match-p. Quote function with #'.
1748
1749 * help-mode.el (help-dir-local-var-def): Mark unused argument.
1750 (help-make-xrefs): Use looking-at-p.
1751 (help-xref-on-pp): Use looking-at-p, ignore-errors.
1752
1753 * ibuffer.el (ibuffer-ext-visible-p): Declare.
1754 (ibuffer-confirm-operation-on): Use string-match-p.
1755
1756 * msb.el (msb-item-handler, msb-dired-item-handler):
1757 Mark unused arguments.
1758
1759 * ses.el (ses-decode-cell-symbol)
1760 (ses-kill-override): Remove unused local variable.
1761 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
1762 (ses-load): Use ignore-errors, looking-at-p.
1763 (ses-jump-safe): Use ignore-errors.
1764 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
1765
1766 * tabify.el (untabify, tabify): Mark unused arguments.
1767
1768 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
1769 Mark unused argument.
1770 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
1771 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
1772
1773 * emacs-lisp/timer.el (timer--time): Define setter with
1774 gv-define-setter to avoid deprecation warning.
1775
1776 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
1777 (*record-cmpl-statistics-p*): Remove (was commented out).
1778 (cmpl-statistics-block): Remove (body was commented out).
1779 All callers changed.
1780 (add-completions-from-buffer, load-completions-from-file):
1781 Remove unused variables.
1782
1783 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
1784
1785 * filecache.el (file-cache-delete-file-list):
1786 Print message only when told so.
1787 (file-cache-files-matching): Use #' in mapconcat argument.
1788
1789 * ffap.el (ffap-url-at-point): Fix reference to variable
1790 thing-at-point-default-mail-uri-scheme.
1791
1792 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * subr.el (define-error): New function.
1795 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
1796 error-file-not-found and define with define-error.
1797 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
1798 and define with define-error.
1799 * userlock.el (file-locked, file-supersession):
1800 * simple.el (mark-inactive):
1801 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
1802 * progmodes/ada-mode.el (ada-mode-errors):
1803 * play/life.el (life-extinct):
1804 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
1805 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
1806 * nxml/rng-util.el (rng-error):
1807 * nxml/rng-uri.el (rng-uri-error):
1808 * nxml/rng-match.el (rng-compile-error):
1809 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
1810 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
1811 * nxml/nxml-rap.el (nxml-scan-error):
1812 * nxml/nxml-outln.el (nxml-outline-error):
1813 * net/soap-client.el (soap-error):
1814 * net/gnutls.el (gnutls-error):
1815 * net/ange-ftp.el (ftp-error):
1816 * mpc.el (mpc-proc-error):
1817 * json.el (json-error, json-readtable-error, json-unknown-keyword)
1818 (json-number-format, json-string-escape, json-string-format)
1819 (json-key-format, json-object-format):
1820 * jka-compr.el (compression-error):
1821 * international/quail.el (quail-error):
1822 * international/kkc.el (kkc-error):
1823 * emacs-lisp/ert.el (ert-test-failed):
1824 * calc/calc.el (calc-error, inexact-result, math-overflow)
1825 (math-underflow):
1826 * bookmark.el (bookmark-error-no-filename):
1827 * epg.el (epg-error): Define with define-error.
1828
1829 * time.el (display-time-event-handler)
1830 (display-time-next-load-average): Don't call sit-for since it seems
1831 unnecessary (bug#15045).
1832
1833 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
1834 Use #' instead of ' to quote functions.
1835 (checkdoc-output-mode): Use setq-local.
1836 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
1837 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
1838 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
1839 (checkdoc-ispell, checkdoc-ispell-current-buffer)
1840 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
1841 (checkdoc-ispell-message-text, checkdoc-ispell-start)
1842 (checkdoc-ispell-continue, checkdoc-ispell-comments)
1843 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
1844
1845 * ido.el (ido-completion-help): Fix up compiler warning.
1846
1847 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
1848
1849 * frameset.el (frameset-p): Add autoload cookie.
1850 (frameset--jump-to-register): New function, based on code moved from
1851 register.el.
1852 (frameset-to-register): Move from register.el. Adapt to `registerv'.
1853
1854 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
1855 (frameset-restore, frameset-save, frameset-session-filter-alist):
1856 Remove declarations.
1857 (register-alist): Doc fix.
1858 (frameset-to-register): Move to frameset.el.
1859 (jump-to-register, describe-register-1): Remove frameset-specific code.
1860
1861 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * allout-widgets.el (allout-widgets-pre-command-business)
1864 (allout-widgets-post-command-business)
1865 (allout-widgets-after-change-handler)
1866 (allout-decorate-item-and-context, allout-set-boundary-marker)
1867 (allout-body-modification-handler)
1868 (allout-graphics-modification-handler): Mark ignored arguments.
1869 (allout-widgets-post-command-business)
1870 (allout-widgets-exposure-change-processor)
1871 (allout-widgets-exposure-undo-processor)
1872 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
1873 (allout-parse-item-at-point, allout-decorate-item-guides)
1874 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
1875 * allout.el (epa-passphrase-callback-function): Declare.
1876 (allout-overlay-insert-in-front-handler)
1877 (allout-overlay-interior-modification-handler)
1878 (allout-isearch-end-handler, allout-chart-siblings)
1879 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
1880 (allout-yank-processing, allout-process-exposed)
1881 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
1882 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
1883 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
1884 (lisp-indent-defform): Mark ignored arguments.
1885 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
1886 (calculate-lisp-indent): Remove unused variables.
1887 * international/characters.el (indian-2-column, arabic-2-column)
1888 (tibetan): Mark ignored arguments.
1889 (use-cjk-char-width-table): Mark ignored arguments.
1890 Remove unused variables.
1891 * international/fontset.el (build-default-fontset-data)
1892 (x-compose-font-name, create-fontset-from-fontset-spec):
1893 Mark ignored arguments.
1894 (fontset-plain-name): Remove unused variables.
1895 * international/mule.el (charset-id, charset-bytes, generic-char-p)
1896 (keyboard-coding-system): Mark ignored arguments.
1897 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
1898 * help.el (resize-temp-buffer-window):
1899 * window.el (display-buffer-in-major-side-window)
1900 (display-buffer-in-side-window, display-buffer-in-previous-window):
1901 Remove unused variables.
1902 * isearch.el (isearch-forward-symbol):
1903 * version.el (emacs-bzr-version-bzr):
1904 * international/mule-cmds.el (current-language-environment):
1905 * term/common-win.el (x-handle-iconic, x-handle-geometry)
1906 (x-handle-display):
1907 * term/pc-win.el (x-list-fonts, x-display-planes)
1908 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
1909 (x-server-version, x-display-screens, x-display-mm-height)
1910 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
1911 (x-selection-owner-p, x-own-selection-internal)
1912 (x-disown-selection-internal, x-get-selection-internal)
1913 (msdos-initialize-window-system):
1914 * term/tty-colors.el (tty-color-alist, tty-color-clear):
1915 * term/x-win.el (x-handle-no-bitmap-icon):
1916 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
1917 (vc-default-find-file-hook, vc-default-extra-menu):
1918 Mark ignored arguments.
1919
1920 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
1923 break-condition in the context of the debugged code (bug#12685).
1924
1925 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
1926
1927 * comint.el:
1928 Do not use an overlay to highlight the last prompt. (Bug#14744)
1929 (comint-mode): Make comint-last-prompt buffer local.
1930 (comint-last-prompt): New variable.
1931 (comint-last-prompt-overlay): Remove. Superseded by
1932 comint-last-prompt.
1933 (comint-snapshot-last-prompt, comint-output-filter):
1934 Use comint-last-prompt.
1935
1936 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
1937
1938 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
1939 (frameset-save): Check validity of the resulting frameset.
1940
1941 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
1942
1943 * ido.el (ido-record-command): Add doc string.
1944
1945 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
1946
1947 * frameset.el (frameset): Do not disable creation of the default
1948 frameset-p predicate. Doc fix.
1949 (frameset-valid-p): New function, copied from the old predicate-p.
1950 Add additional checks.
1951 (frameset-restore): Check with frameset-valid-p.
1952 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
1953 (frameset-name, frameset-description, frameset-properties)
1954 (frameset-states): Add docstring.
1955 (frameset-session-filter-alist, frameset-persistent-filter-alist)
1956 (frameset-filter-alist): Doc fixes.
1957
1958 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * frameset.el (frameset-p, frameset-prop): Doc fixes.
1961
1962 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
1965 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
1966 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
1967 (byte-compile-normal-call): Remove obsolescence check.
1968
1969 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
1970
1971 * frameset.el (frameset-restore): Doc fix.
1972
1973 * register.el (frameset-frame-id, frameset-frame-with-id)
1974 (frameset-p, frameset-restore, frameset-save): Declare.
1975 (register-alist): Document framesets.
1976 (frameset-session-filter-alist): Declare.
1977 (frameset-to-register): New function.
1978 (jump-to-register): Implement jumping to framesets. Doc fix.
1979 (describe-register-1): Describe framesets.
1980
1981 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
1982
1983 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * desktop.el (desktop-save-frameset): Use new frameset-save args.
1986 Use lexical-binding.
1987
1988 * frameset.el (frameset): Use type vector, not list (incompatible
1989 change). Do not declare a new constructor, use the default one.
1990 Upgrade suggested properties `app', `name' and `desc' to slots `app',
1991 `name' and `description', respectively, and add read-only slot
1992 `timestamp'. Doc fixes.
1993 (frameset-copy, frameset-persistent-filter-alist)
1994 (frameset-filter-alist, frameset-switch-to-gui-p)
1995 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
1996 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
1997 (frameset-filter-iconified, frameset-keep-original-display-p):
1998 Doc fixes.
1999 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2000 Rename from frameset-filter-(save|restore)-param. All callers changed.
2001 Doc fix.
2002 (frameset-p): Adapt to change to vector and be more thorough.
2003 Change arg name to OBJECT. Doc fix.
2004 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
2005 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2006 All callers changed.
2007 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2008 All callers changed.
2009 (frameset--record-minibuffer-relationships): Rename from
2010 frameset--process-minibuffer-frames. All callers changed.
2011 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2012 Use new default constructor (again). Doc fix.
2013 (frameset--find-frame-if): Rename from `frameset--find-frame.
2014 All callers changed.
2015 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2016 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2017 Doc fix.
2018 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2019 PARAMETERS and WINDOW-STATE, respectively.
2020 (frameset-restore): Add new keyword argument PREDICATE.
2021 Reset frameset--target-display to nil. Doc fix.
2022
2023 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2026 (bat-mode): Use it.
2027 (bat-mode-syntax-table): Mark \n as end-of-comment.
2028 (bat-font-lock-keywords): Remove comment rule.
2029
2030 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
2031 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
2032
2033 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2034 (byte-compile-callargs-warn): Use `push'.
2035 (byte-compile-arglist-warn): Ignore higher-order "calls".
2036 (byte-compile-file-form-autoload): Use `pcase'.
2037 (byte-compile-function-form): If quoting a symbol, check that it exists.
2038
2039 2013-08-07 Eli Zaretskii <eliz@gnu.org>
2040
2041 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2042 and add a few popular commands found in batch files.
2043 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2044 (dos-mode): Doc fixes.
2045
2046 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2049 (dos-mode): Use setq-local. Add space after "rem".
2050 (dos-mode-syntax-table): Don't use "w" for symbol chars.
2051 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2052
2053 2013-08-07 Arni Magnusson <arnima@hafro.is>
2054
2055 * progmodes/dos.el: New file.
2056 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2057 dos-mode.
2058
2059 2013-08-06 Glenn Morris <rgm@gnu.org>
2060
2061 * calendar/calendar.el: Add new faces, and day-header-array.
2062 (calendar-weekday-header, calendar-weekend-header)
2063 (calendar-month-header): New faces.
2064 (calendar-day-header-construct): New function.
2065 (calendar-day-header-width): Also :set calendar-day-header-array.
2066 (calendar-american-month-header, calendar-european-month-header)
2067 (calendar-iso-month-header): Use calendar- faces.
2068 (calendar-generate-month):
2069 Use calendar-day-header-array for day headers; apply faces to them.
2070 (calendar-mode): Check calendar-font-lock-keywords non-nil.
2071 (calendar-abbrev-construct): Add optional maxlen argument.
2072 (calendar-day-name-array): Doc fix.
2073 (calendar-day-name-array, calendar-abbrev-length)
2074 (calendar-day-abbrev-array):
2075 Also :set calendar-day-header-array, and maybe redraw.
2076 (calendar-day-header-array): New option. (Bug#15007)
2077 (calendar-font-lock-keywords): Set to nil and make obsolete.
2078 (calendar-day-name): Add option to use header array.
2079
2080 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2081
2082 * net/shr.el (shr-render-td): Remove debugging.
2083 (shr-render-td): Make width computation consistent by defaulting
2084 all zero-width columns to 10 characters. This may not be optimal,
2085 but it's at least consistent.
2086 (shr-make-table-1): Redo last change to fix the real problem in
2087 colspan handling.
2088
2089 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2090
2091 * files.el (cache-long-line-scans):
2092 Make obsolete alias to `cache-long-scans'.
2093
2094 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
2095
2096 * frameset.el (frameset, frameset-filter-alist)
2097 (frameset-filter-params, frameset-save, frameset--reuse-frame)
2098 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2099 (frameset-compute-pos): Rename from frameset--compute-pos,
2100 and add docstring.
2101 (frameset-move-onscreen): Use frameset-compute-pos.
2102 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2103
2104 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2105 Fix typos in docstrings.
2106
2107 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2108
2109 * frame.el (get-other-frame): Tiny cleanup.
2110
2111 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * vc/vc.el (vc-default-ignore-completion-table):
2114 Silence byte-compiler warning.
2115
2116 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2117 slot , which can indeed be nil.
2118 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2119 Move entry for `left' from persistent to live filter alist.
2120 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2121 Doc fixes.
2122 (frameset-filter-params): When restoring a frame, copy items added to
2123 `filtered', to avoid unwittingly modifying the original parameters.
2124 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
2125 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2126
2127 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2128 to use looking-at-p instead of looking-at. (Bug#15028)
2129
2130 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 Revert introduction of isearch-filter-predicates (bug#14714).
2133 Rely on add-function instead.
2134 * isearch.el (isearch-filter-predicates): Rename it back to
2135 isearch-filter-predicate.
2136 (isearch-message-prefix): Use advice-function-mapc and advice
2137 properties to get the isearch-message-prefix.
2138 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2139 instead of run-hook-with-args-until-failure.
2140 (isearch-filter-visible): Not obsolete any more.
2141 * loadup.el: Preload nadvice.
2142 * replace.el (perform-replace): Revert to funcall
2143 instead of run-hook-with-args-until-failure.
2144 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
2145 * dired-aux.el (dired-isearch-filenames-mode): Rename from
2146 dired-isearch-filenames-toggle; make it into a proper minor mode.
2147 Use add/remove-function.
2148 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
2149 Call the minor-mode rather than add/remove-hook.
2150 (dired-isearch-filter-filenames):
2151 Remove isearch-message-prefix property.
2152 * info.el (Info--search-loop): New function, extracted from Info-search.
2153 Funcall isearch-filter-predicate instead of
2154 run-hook-with-args-until-failure isearch-filter-predicates.
2155 (Info-search): Use it.
2156 (Info-mode): Use isearch-filter-predicate instead of
2157 isearch-filter-predicates.
2158
2159 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2160
2161 Do not call to `selected-window' where it is assumed by default.
2162 Affected functions are `window-minibuffer-p', `window-dedicated-p',
2163 `window-hscroll', `window-width', `window-height', `window-buffer',
2164 `window-frame', `window-start', `window-point', `next-window'
2165 and `window-display-table'.
2166 * abbrev.el (abbrev--default-expand):
2167 * bs.el (bs--show-with-configuration):
2168 * buff-menu.el (Buffer-menu-mouse-select):
2169 * calc/calc.el (calc):
2170 * calendar/calendar.el (calendar-generate-window):
2171 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
2172 (diary-make-entry):
2173 * comint.el (send-invisible, comint-dynamic-complete-filename)
2174 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
2175 * completion.el (complete):
2176 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
2177 * disp-table.el (describe-current-display-table):
2178 * doc-view.el (doc-view-insert-image):
2179 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
2180 * ehelp.el (with-electric-help):
2181 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2182 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
2183 * emacs-lisp/helper.el (Helper-help-scroller):
2184 * emulation/cua-base.el (cua--post-command-handler-1):
2185 * eshell/esh-mode.el (eshell-output-filter):
2186 * ffap.el (ffap-gnus-wrapper):
2187 * help-macro.el (make-help-screen):
2188 * hilit-chg.el (highlight-compare-buffers):
2189 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
2190 * hl-line.el (global-hl-line-highlight):
2191 * icomplete.el (icomplete-simple-completing-p):
2192 * isearch.el (isearch-done):
2193 * jit-lock.el (jit-lock-stealth-fontify):
2194 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
2195 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
2196 * mpc.el (mpc-tagbrowser, mpc):
2197 * net/rcirc.el (rcirc-any-buffer):
2198 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
2199 * play/landmark.el (landmark-max-width, landmark-max-height):
2200 * play/zone.el (zone):
2201 * progmodes/compile.el (compilation-goto-locus):
2202 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
2203 * progmodes/etags.el (find-tag-other-window):
2204 * progmodes/fortran.el (fortran-column-ruler):
2205 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2206 * progmodes/verilog-mode.el (verilog-point-text):
2207 * reposition.el (reposition-window):
2208 * rot13.el (toggle-rot13-mode):
2209 * server.el (server-switch-buffer):
2210 * shell.el (shell-dynamic-complete-command)
2211 (shell-dynamic-complete-environment-variable):
2212 * simple.el (insert-buffer, set-selective-display)
2213 (delete-completion-window):
2214 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
2215 (speedbar-recenter):
2216 * startup.el (fancy-splash-head):
2217 * textmodes/ispell.el (ispell-command-loop):
2218 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
2219 * tutorial.el (help-with-tutorial):
2220 * vc/add-log.el (add-change-log-entry):
2221 * vc/compare-w.el (compare-windows):
2222 * vc/ediff-help.el (ediff-indent-help-message):
2223 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
2224 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
2225 (ediff-setup-control-frame):
2226 * vc/emerge.el (emerge-position-region):
2227 * vc/pcvs-util.el (cvs-bury-buffer):
2228 * window.el (walk-windows, mouse-autoselect-window-select):
2229 * winner.el (winner-set-conf, winner-undo): Related users changed.
2230
2231 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * frameset.el (frameset--set-id): Doc fix.
2234 (frameset-frame-id, frameset-frame-id-equal-p)
2235 (frameset-locate-frame-id): New functions.
2236 (frameset--process-minibuffer-frames, frameset--reuse-frame)
2237 (frameset-restore): Use them.
2238
2239 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2240
2241 Do not call to `selected-frame' where it is assumed by default.
2242 Affected functions are `raise-frame', `redraw-frame',
2243 `frame-first-window', `frame-terminal' and `delete-frame'.
2244 * calendar/appt.el (appt-disp-window):
2245 * epg.el (epg-wait-for-completion):
2246 * follow.el (follow-delete-other-windows-and-split)
2247 (follow-avoid-tail-recenter):
2248 * international/mule.el (set-terminal-coding-system):
2249 * mail/rmail.el (rmail-mail-return):
2250 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2251 * progmodes/f90.el (f90-add-imenu-menu):
2252 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
2253 * server.el (server-switch-buffer):
2254 * simple.el (delete-completion-window):
2255 * talk.el (talk):
2256 * term/xterm.el (terminal-init-xterm-modify-other-keys)
2257 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
2258 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
2259 * vc/ediff.el (ediff-documentation): Related users changed.
2260 * frame.el (selected-terminal): Remove the leftover.
2261
2262 2013-08-05 Glenn Morris <rgm@gnu.org>
2263
2264 * calendar/calendar.el (calendar-generate-month):
2265 Fix for calendar-column-width != 1 + calendar-day-digit-width.
2266 (calendar-generate-month, calendar-font-lock-keywords):
2267 Fix for calendar-day-header-width > length of any day name.
2268
2269 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * desktop.el (desktop-clear): Use new name of sort predicate.
2272
2273 * frameset.el (frameset): Add docstring. Move :version property to its
2274 own `version' slot.
2275 (frameset-copy): Rename from copy-frameset.
2276 (frameset-p): Check more thoroughly.
2277 (frameset-prop): Do not check for :version, which is no longer a prop.
2278 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2279 Use new :never value instead of t.
2280 (frameset-filter-alist): Expand and clarify docstring.
2281 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
2282 (frameset-filter-minibuffer, frameset-filter-save-param)
2283 (frameset-filter-restore-param, frameset-filter-iconified):
2284 Add pointer to docstring of frameset-filter-alist.
2285 (frameset-filter-params): Rename filter values to be more meaningful:
2286 :never instead of t, and reverse the meanings of :save and :restore.
2287 (frameset--process-minibuffer-frames): Clarify error message.
2288 (frameset-save): Avoid unnecessary and confusing call to framep.
2289 Use new BOA constructor for framesets.
2290 (frameset--reuse-list): Doc fix.
2291 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
2292 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
2293 (frameset-minibufferless-first-p): Doc fix.
2294 Rename from frameset-sort-frames-for-deletion.
2295 (frameset-restore): Doc fixes. Use new function names.
2296 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2297
2298 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
2299
2300 * desktop.el (desktop-restore-forces-onscreen)
2301 (desktop-restore-reuses-frames): Document :keyword constant values.
2302 (desktop-filter-parameters-alist): Remove, now identical to
2303 frameset-filter-alist.
2304 (desktop--filter-tty*): Remove, moved to frameset.el.
2305 (desktop-save-frameset, desktop-restore-frameset):
2306 Do not pass :filters argument.
2307
2308 * frameset.el (frameset-live-filter-alist)
2309 (frameset-persistent-filter-alist): New variables.
2310 (frameset-filter-alist): Use them. Add autoload cookie.
2311 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
2312 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
2313 `frameset--id' (it's supposed to be internal to frameset.el).
2314 (frameset--process-minibuffer-frames): Ditto. Doc fix.
2315 (frameset--initial-params): New function.
2316 (frameset--get-frame): Use it. Doc fix.
2317 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
2318 Accept :all, not 'all.
2319 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
2320 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
2321 with fbound symbols. Fix frame id matching, and remove matching ids if
2322 the frame being restored is deleted. Obey :delete.
2323
2324 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * subr.el (macrop): New function.
2327 (text-clone--maintaining): New var.
2328 (text-clone--maintain): Rename from text-clone-maintain. Use it
2329 instead of inhibit-modification-hooks.
2330
2331 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
2332 a proxy, so as handle autoloads and redefinitions of the target.
2333 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
2334
2335 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
2336 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
2337 (pcase--mutually-exclusive-p): New function.
2338 (pcase--split-consp): Use it.
2339 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
2340 mutually exclusive with the current predicate.
2341
2342 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
2343 (edebug-macrop): Remove. Use `macrop' instead.
2344 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
2345 (ad-macro-p):
2346 * eshell/esh-cmd.el (eshell-macrop):
2347 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
2348
2349 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
2352 (advice-mapc): New function, using it.
2353 (advice-function-member-p): New function.
2354 (advice--normalize): Store the cdr in advice--saved-rewrite since
2355 that's the part that will be changed.
2356 (advice--symbol-function): New function.
2357 (advice-remove): Handle removal before the function is defined.
2358 Adjust to new advice--saved-rewrite.
2359 (advice-member-p): Use advice-function-member-p and
2360 advice--symbol-function.
2361
2362 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
2365 (frameset-filter-minibuffer): Doc fix.
2366 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
2367 (frameset--set-id, frameset--process-minibuffer-frames)
2368 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
2369 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
2370
2371 * desktop.el (desktop-clear): Only delete frames when called
2372 interactively and desktop-restore-frames is non-nil. Doc fix.
2373 (desktop-read): Set desktop-saved-frameset to nil.
2374
2375 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
2376
2377 * vc/vc.el (vc-ignore): Rewrite.
2378 (vc-default-ignore-completion-table):
2379 (vc--read-lines):
2380 (vc--add-line, vc--remove-regexp): New functions.
2381
2382 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
2383 (vc-svn-ignore-completion-table): New function.
2384
2385 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
2386 (vc-hg-ignore-completion-table):
2387 (vc-hg-find-ignore-file): New functions.
2388
2389 * vc/vc-git.el (vc-git-ignore): Rewrite.
2390 (vc-git-ignore-completion-table):
2391 (vc-git-find-ignore-file): New functions.
2392
2393 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
2394
2395 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
2396 (vc-bzr-ignore-completion-table):
2397 (vc-bzr-find-ignore-file): New functions.
2398
2399 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
2400
2401 * frameset.el (frameset-prop): New function and setter.
2402 (frameset-save): Do not modify frame list passed by the caller.
2403
2404 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
2407
2408 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
2411 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
2412
2413 * custom.el (custom-initialize-default, custom-initialize-set)
2414 (custom-initialize-reset, custom-initialize-changed): Affect the
2415 toplevel-default-value (bug#6275, bug#14586).
2416 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
2417 for bug#6275.
2418
2419 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
2420
2421 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2422 Add cl-def* expressions.
2423
2424 * frameset.el (frameset-filter-params): Fix order of arguments.
2425
2426 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
2427
2428 Move code related to saving frames to frameset.el.
2429 * desktop.el: Require frameset.
2430 (desktop-restore-frames): Doc fix.
2431 (desktop-restore-reuses-frames): Rename from
2432 desktop-restoring-reuses-frames.
2433 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
2434 (desktop-clear): Clear frames too.
2435 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
2436 (desktop--filter-tty*, desktop-save, desktop-read):
2437 Use frameset functions.
2438 (desktop-before-saving-frames-functions, desktop--filter-*-color)
2439 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2440 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
2441 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
2442 (desktop--process-minibuffer-frames, desktop-save-frames)
2443 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
2444 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
2445 (desktop--sort-states, desktop-restoring-frames-p)
2446 (desktop-restore-frames): Remove. Most code moved to frameset.el.
2447 (desktop-restoring-frameset-p, desktop-restore-frameset)
2448 (desktop--check-dont-save, desktop-save-frameset): New functions.
2449 (desktop--app-id): New constant.
2450 (desktop-first-buffer, desktop-buffer-ok-count)
2451 (desktop-buffer-fail-count): Move before first use.
2452 * frameset.el: New file.
2453
2454 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * files.el: Use lexical-binding.
2457 (dir-locals-read-from-file): Remove unused `err' variable.
2458 (hack-dir-local-variables--warned-coding): New var.
2459 (hack-dir-local-variables): Use it to avoid repeated warnings.
2460 (make-backup-file-name--default-function): New function.
2461 (make-backup-file-name-function): Use it as default.
2462 (buffer-stale--default-function): New function.
2463 (buffer-stale-function): Use it as default.
2464 (revert-buffer-insert-file-contents--default-function): New function.
2465 (revert-buffer-insert-file-contents-function): Use it as default.
2466 (insert-directory): Avoid add-to-list.
2467
2468 * autorevert.el (auto-revert-handler): Simplify.
2469 Use buffer-stale--default-function.
2470
2471 2013-08-01 Tassilo Horn <tsdh@gnu.org>
2472
2473 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
2474
2475 * whitespace.el (whitespace-ensure-local-variables): New function.
2476 (whitespace-cleanup-region): Call it.
2477 (whitespace-turn-on): Call it.
2478
2479 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
2480
2481 Complete file name handlers.
2482
2483 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2484 (tramp-handle-verify-visited-file-modtime)
2485 (tramp-handle-file-notify-rm-watch): New functions.
2486 (tramp-call-process): Do not bind `default-directory'.
2487
2488 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2489 Order alphabetically.
2490 [access-file, add-name-to-file, dired-call-process]:
2491 [dired-compress-file, file-acl, file-notify-rm-watch]:
2492 [file-ownership-preserved-p, file-selinux-context]:
2493 [make-directory-internal, make-symbolic-link, set-file-acl]:
2494 [set-file-selinux-context, set-visited-file-modtime]:
2495 [verify-visited-file-modtime]: Add handler.
2496 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
2497
2498 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2499 [file-notify-add-watch, file-notify-rm-watch]:
2500 [set-file-times, set-visited-file-modtime]:
2501 [verify-visited-file-modtime]: Add handler.
2502 (with-tramp-gvfs-error-message)
2503 (tramp-gvfs-handle-set-visited-file-modtime)
2504 (tramp-gvfs-fuse-file-name): Remove.
2505 (tramp-gvfs-handle-file-notify-add-watch)
2506 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
2507 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
2508
2509 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2510 Order alphabetically.
2511 [file-notify-rm-watch ]: Use default Tramp handler.
2512 [executable-find]: Remove private handler.
2513 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
2514 `default-directory'.
2515 (tramp-sh-handle-executable-find)
2516 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
2517 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2518 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
2519 Do not use `format' in `tramp-message'.
2520
2521 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
2522 [file-notify-rm-watch, set-visited-file-modtime]:
2523 [verify-visited-file-modtime]: Add handler.
2524 (tramp-smb-call-winexe): Do not bind `default-directory'.
2525
2526 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
2527
2528 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
2529
2530 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
2531
2532 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
2533 use it.
2534 (log-view-diff-changeset): Same.
2535 (log-view-diff-common): Call backend command `previous-revision'
2536 to find out the previous revision, in both cases. Swap the
2537 variables `to' and `fr', so that `fr' usually refers to the
2538 earlier revision (Bug#14989).
2539
2540 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
2541
2542 * ibuf-ext.el (ibuffer-filter-by-filename):
2543 Make it work with dired buffers too.
2544
2545 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2546
2547 * emacs-lisp/re-builder.el (reb-color-display-p):
2548 * files.el (save-buffers-kill-terminal):
2549 * net/browse-url.el (browse-url):
2550 * server.el (server-save-buffers-kill-terminal):
2551 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
2552 Prefer nil to selected-frame for the first arg of frame-parameter.
2553
2554 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
2555
2556 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2557
2558 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
2559
2560 * minibuffer.el (completion--twq-all): Try and preserve each
2561 completion's case choice (bug#14907).
2562
2563 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2564
2565 * net/network-stream.el (open-network-stream): Mention the new
2566 :nogreeting parameter.
2567 (network-stream-open-starttls): Use the :nogreeting parameter
2568 (bug#14938).
2569
2570 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
2571
2572 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
2573 more natural than popping.
2574
2575 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
2576 (shr-urlify): Highlight under mouse.
2577
2578 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2579
2580 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
2581
2582 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
2583
2584 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
2585 buffer for output.
2586
2587 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
2588 point-min==1. Fix search string. Fix parentheses missing.
2589
2590 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
2591 assume point-min==1. Fix search string. Fix parentheses missing.
2592
2593 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
2594
2595 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
2596 buffer for output.
2597
2598 2013-07-29 Eli Zaretskii <eliz@gnu.org>
2599
2600 * frame.el (frame-notice-user-settings): Avoid inflooping when the
2601 initial frame is minibuffer-less. (Bug#14841)
2602
2603 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
2606 option.
2607
2608 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2609 (tramp-maybe-open-connection): Use it.
2610
2611 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * desktop.el (desktop--make-frame): Include `minibuffer' in the
2614 minimal set of parameters passed when creating a frame, because
2615 the minibuffer status of a frame cannot be changed later.
2616
2617 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
2618
2619 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
2620 replace-regexp-in-string and inadvertent omissions in previous change.
2621 (todo-filter-items): Ensure only file names are comma-separated in
2622 name of filtered items buffer.
2623
2624 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * desktop.el: Optionally force offscreen frames back onscreen.
2627 (desktop-restoring-reuses-frames): New option.
2628 (desktop--compute-pos, desktop--move-onscreen): New functions.
2629 (desktop--make-frame): Use desktop--move-onscreen.
2630
2631 2013-07-27 Alan Mackenzie <acm@muc.de>
2632
2633 Fontify a Java generic method as a function.
2634 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
2635 value to t.
2636
2637 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
2638
2639 * calendar/todo-mode.el: Add command to rename todo files.
2640 (todo-rename-file): New command.
2641 (todo-key-bindings-t): Add key binding for it. Change the
2642 bindings of todo-filter-regexp-items(-multifile) to use `x'
2643 instead of `r', since the latter is better suited to the new
2644 renaming command.
2645
2646 2013-07-27 Alan Mackenzie <acm@muc.de>
2647
2648 Make Java try-with-resources statement parse properly.
2649 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
2650 (c-block-stmt-1-2-key): New language constants/variables.
2651 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2652 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
2653 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
2654 with c-block-stmt-1-2-key.
2655
2656 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
2657
2658 * desktop.el (desktop--make-frame): Apply most frame parameters after
2659 creating the frame to force (partially or totally) offscreen frames to
2660 be restored as such.
2661
2662 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
2663
2664 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
2665 (Bug#14948)
2666
2667 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
2670 `base' arg of backtrace-frame.
2671
2672 2013-07-26 Eli Zaretskii <eliz@gnu.org>
2673
2674 * simple.el (list-processes): Doc fix.
2675
2676 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
2677
2678 * desktop.el (desktop--select-frame):
2679 Try harder to reuse existing frames.
2680
2681 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
2684 (edebug-eval): Use backtrace-eval.
2685 (edebug--display, edebug--recursive-edit): Don't let-bind the
2686 edebug-outer-* vars that keep track of variables we locally let-bind.
2687 (edebug-outside-excursion): Don't restore outside values of locally
2688 let-bound vars.
2689 (edebug--display): Use user-error.
2690 (cl-lexical-debug, cl-debug-env): Remove.
2691
2692 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
2693
2694 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
2695 are restored to be sure that they are visible before deleting any
2696 remaining ones.
2697
2698 2013-07-26 Matthias Meulien <orontee@gmail.com>
2699
2700 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
2701 vc-print-root-log. (Bug#14948)
2702
2703 2013-07-26 Richard Stallman <rms@gnu.org>
2704
2705 Add aliases for encrypting mail.
2706 * epa.el (epa-mail-aliases): New option.
2707 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
2708 Bind inhibit-read-only so read-only text doesn't ruin everything.
2709 (epa-mail-default-recipients): New subroutine broken out.
2710 Handle epa-mail-aliases.
2711
2712 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 Add support for lexical variables to the debugger's `e' command.
2715 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
2716 vars, except for debugger-outer-match-data.
2717 (debugger-frame-number): Move check for "on a function call" from
2718 callers into it. Add `skip-base' argument.
2719 (debugger-frame, debugger-frame-clear): Simplify accordingly.
2720 (debugger-env-macro): Only reset the state stored in non-variables,
2721 i.e. current-buffer and match-data.
2722 (debugger-eval-expression): Rewrite using backtrace-eval.
2723 * subr.el (internal--called-interactively-p--get-frame): Remove.
2724 (called-interactively-p):
2725 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
2726 `base' arg of backtrace-frame instead.
2727
2728 2013-07-26 Glenn Morris <rgm@gnu.org>
2729
2730 * align.el (align-regexp): Doc fix. (Bug#14857)
2731 (align-region): Explicit error if subexpression missing/does not match.
2732
2733 * simple.el (global-visual-line-mode):
2734 Do not duplicate the mode lighter. (Bug#14858)
2735
2736 2013-07-25 Martin Rudalics <rudalics@gmx.at>
2737
2738 * window.el (display-buffer): In display-buffer bind
2739 split-window-keep-point to t, bug#14829.
2740
2741 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
2744 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
2745 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
2746 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2747 Change accordingly.
2748 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2749 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
2750
2751 2013-07-25 Glenn Morris <rgm@gnu.org>
2752
2753 * dired-x.el (dired-mark-extension): Convert comment to doc string.
2754
2755 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
2756
2757 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
2758 parameter to modify-frame-parameters if the value has not changed;
2759 this is a workaround for bug#14949.
2760 (desktop--make-frame): On cl-delete-if call, check parameter name,
2761 not full parameter.
2762
2763 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2764
2765 * vc/vc.el (vc-ignore): New function.
2766
2767 * vc/vc-svn.el (vc-svn-ignore): New function.
2768
2769 * vc/vc-hg.el (vc-hg-ignore): New function.
2770
2771 * vc/vc-git.el (vc-git-ignore): New function.
2772
2773 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
2774 (vc-dir-ignore): New function.
2775
2776 * vc/vc-cvs.el (vc-cvs-ignore): New function.
2777 (cvs-append-to-ignore): Move here from pcvs.el.
2778
2779 * vc/vc-bzr.el (vc-bzr-ignore): New function.
2780
2781 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
2782
2783 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
2784
2785 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
2786 (desktop-restore-frames): Warn when deleting an existing frame failed.
2787
2788 2013-07-24 Glenn Morris <rgm@gnu.org>
2789
2790 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
2791
2792 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
2793
2794 * filenotify.el (file-notify-supported-p):
2795 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2796 Remove functions.
2797
2798 * autorevert.el (auto-revert-use-notify):
2799 (auto-revert-notify-add-watch):
2800 * net/tramp.el (tramp-file-name-for-operation):
2801 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2802 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2803 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2804 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2805 Remove `file-notify-supported-p' entry.
2806
2807 2013-07-24 Glenn Morris <rgm@gnu.org>
2808
2809 * printing.el: Replace all uses of deleted ps-windows-system,
2810 ps-lp-system, ps-flatten-list with lpr- versions.
2811
2812 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
2815 checked with memq (bug#14935).
2816
2817 * files.el (revert-buffer-function): Use a non-nil default.
2818 (revert-buffer-preserve-modes): Declare var to
2819 provide access to the `preserve-modes' argument.
2820 (revert-buffer): Let-bind it.
2821 (revert-buffer--default): New function, extracted from revert-buffer.
2822
2823 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * lpr.el: Signal print errors more prominently.
2826 (print-region-function): Don't default to nil.
2827 (lpr-print-region): New function, extracted from print-region-1.
2828 Check lpr's return value and signal an error in case of problem.
2829 (print-region-1): Use it.
2830 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
2831 versions instead.
2832 (ps-printer-name): Default to nil.
2833 (ps-printer-name-option): Default to lpr-printer-switch.
2834 (ps-print-region-function): Don't default to nil.
2835 (ps-postscript-code-directory): Simplify default.
2836 (ps-do-despool): Use lpr-print-region to properly check the outcome.
2837 (ps-string-list, ps-eval-switch, ps-flatten-list)
2838 (ps-flatten-list-1): Remove.
2839 (ps-multibyte-buffer): Avoid setq.
2840 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
2841 (print-region-function, ps-print-region-function): Don't set them here.
2842
2843 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
2844
2845 * ido.el (ido-fractionp):
2846 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
2847 (ido-max-file-prompt-width, ido-unc-hosts-cache)
2848 (ido-max-directory-size, ido-max-dir-file-cache)
2849 (ido-decorations): Doc fix.
2850
2851 * ansi-color.el: Fix old URL.
2852
2853 2013-07-23 Michael R. Mauger <michael@mauger.com>
2854
2855 * progmodes/sql.el Version 3.3
2856 (sql-product-alist): Improve oracle :prompt-cont-regexp.
2857 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
2858 (sql-interactive-remove-continuation-prompt): Rewrite, use
2859 functions above. Fix continuation prompt and complete output line
2860 handling.
2861 (sql-redirect-one, sql-execute): Use `read-only-mode' on
2862 redirected output buffer.
2863 (sql-mode): Restore deleted code (Bug#13591).
2864
2865 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
2866
2867 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
2868
2869 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
2870
2871 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
2872
2873 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2874 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2875 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
2876
2877 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
2878
2879 * desktop.el (desktop-clear): Simplify; remove useless checks
2880 against invalid buffer names.
2881 (desktop-list*): Use cl-list*.
2882 (desktop-buffer-info, desktop-create-buffer): Simplify.
2883
2884 2013-07-23 Leo Liu <sdl.web@gmail.com>
2885
2886 * bookmark.el (bookmark-make-record): Restore NAME as a default
2887 value. (Bug#14933)
2888
2889 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * emacs-lisp/autoload.el (autoload--setup-output): New function,
2892 extracted from autoload--insert-text.
2893 (autoload--insert-text): Remove.
2894 (autoload--print-cookie-text): New function, extracted from
2895 autoload--insert-cookie-text.
2896 (autoload--insert-cookie-text): Remove.
2897 (autoload-generate-file-autoloads): Adjust calls accordingly.
2898
2899 * winner.el (winner-hook-installed-p): Remove.
2900 (winner-mode): Simplify accordingly.
2901
2902 * subr.el (add-to-list): Fix compiler-macro when `append' is
2903 not constant. Don't use `cl-member' for the base case.
2904
2905 * progmodes/subword.el: Fix boundary case (bug#13758).
2906 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
2907 own group.
2908 (subword-backward-regexp): Make it a constant.
2909 (subword-forward-internal): Don't treat a trailing capital as the
2910 beginning of a word.
2911
2912 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2913
2914 * emacs-lisp/package.el (package-menu-mode): Don't modify the
2915 global value of tabulated-list-revert-hook (bug#14930).
2916
2917 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
2918
2919 * desktop.el: Require 'cl-lib.
2920 (desktop-before-saving-frames-functions): New hook.
2921 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
2922 for frames being saved. Rename from desktop--save-minibuffer-frames.
2923 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
2924 Do not save frames with non-nil `desktop-dont-save' parameter.
2925 Filter out deleted frames.
2926 (desktop--find-frame): Use cl-find-if.
2927 (desktop--select-frame): Use cl-(first|second|third) to access values
2928 of desktop-mini.
2929 (desktop--make-frame): Use cl-delete-if.
2930 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
2931 (desktop-restore-frames): Use cl-(first|second|third) to access values
2932 of desktop-mini. Look for visible frame at the end, not while
2933 restoring frames.
2934
2935 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
2936 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
2937 Use string-match-p, looking-at-p (bug#14927).
2938
2939 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * desktop.el (desktop-saved-frame-states):
2942 Rename from desktop--saved-states; all users changed.
2943 (desktop-save-frames): Rename from desktop--save-frames.
2944 Do not save state to desktop file.
2945 (desktop-save): Save desktop-saved-frame-states to desktop file
2946 and reset to nil.
2947 (desktop-restoring-frames-p): New function.
2948 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
2949 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
2950 buffer-lists when restoring frames. Suggested by Martin Rudalics.
2951
2952 * desktop.el: Correctly restore iconified frames.
2953 (desktop--filter-iconified-position): New function.
2954 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
2955
2956 2013-07-20 Glenn Morris <rgm@gnu.org>
2957
2958 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
2959 Let `message' do the formatting.
2960 (def-gdb-preempt-display-buffer): Add explicit format.
2961
2962 * image-dired.el (image-dired-track-original-file):
2963 Use with-current-buffer.
2964 (image-dired-track-thumbnail): Use with-current-buffer.
2965 Avoid changing point of wrong window.
2966
2967 * image-dired.el (image-dired-track-original-file):
2968 Avoid changing point of wrong window. (Bug#14909)
2969
2970 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
2971
2972 * progmodes/gdb-mi.el (gdb-done-or-error):
2973 Guard against "%" in gdb output. (Bug#14127)
2974
2975 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
2976
2977 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
2978 (Bug#14826)
2979
2980 * international/mule.el (coding-system-iso-2022-flags): Fix last
2981 change.
2982
2983 2013-07-20 Kenichi Handa <handa@gnu.org>
2984
2985 * international/mule.el (coding-system-iso-2022-flags):
2986 Add `8-bit-level-4'. (Bug#8522)
2987
2988 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2989
2990 * net/shr.el (shr-mouse-browse-url): New command and keystroke
2991 (bug#14815).
2992
2993 * net/eww.el (eww-process-text-input): Allow inputting when the
2994 point is at the start of the line, as the properties aren't
2995 front-sticky.
2996
2997 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
2998 degenerate widths.
2999
3000 2013-07-19 Richard Stallman <rms@gnu.org>
3001
3002 * epa.el (epa-popup-info-window): Doc fix.
3003
3004 * subr.el (split-string): New arg TRIM.
3005
3006 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
3007
3008 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3009 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3010
3011 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * filenotify.el (file-notify--library): Rename from
3014 `file-notify-support'. Do not autoload. Adapt all uses.
3015 (file-notify-supported-p): New defun.
3016
3017 * autorevert.el (auto-revert-use-notify):
3018 Use `file-notify-supported-p' instead of `file-notify-support'.
3019 Adapt docstring.
3020 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3021
3022 * net/tramp.el (tramp-file-name-for-operation):
3023 Add `file-notify-supported-p'.
3024
3025 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3026 New defun.
3027 (tramp-sh-file-name-handler-alist): Add it as handler for
3028 `file-notify-supported-p '.
3029
3030 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3031 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3032 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3033 Add `ignore' as handler for `file-notify-*' functions.
3034
3035 2013-07-17 Eli Zaretskii <eliz@gnu.org>
3036
3037 * simple.el (line-move-partial, line-move): Don't start vscroll or
3038 scroll-up if the current line is not taller than the window.
3039 (Bug#14881)
3040
3041 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
3042
3043 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3044 highlight question marks in the method names as strings.
3045 (ruby-block-beg-keywords): Inline.
3046 (ruby-font-lock-keyword-beg-re): Extract from
3047 `ruby-font-lock-keywords'.
3048
3049 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
3050
3051 * frame.el (blink-cursor-blinks): New defcustom.
3052 (blink-cursor-blinks-done): New defvar.
3053 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3054 (blink-cursor-timer-function): Check if number of blinks has been
3055 done on X and NS.
3056 (blink-cursor-suspend, blink-cursor-check): New defuns.
3057
3058 2013-07-15 Glenn Morris <rgm@gnu.org>
3059
3060 * edmacro.el (edmacro-format-keys): Fix previous change.
3061
3062 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
3063
3064 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3065 The hack didn't work outside English locales anyway.
3066
3067 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
3068
3069 * simple.el (define-alternatives): Rename from alternatives-define,
3070 per RMS' suggestion.
3071
3072 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
3073
3074 * desktop.el (desktop-restore-frames): Change default to t.
3075 (desktop-restore-in-current-display): Now offer more options.
3076 (desktop-restoring-reuses-frames): New customization option.
3077 (desktop--saved-states): Doc fix.
3078 (desktop-filter-parameters-alist): New variable, renamed and expanded
3079 from desktop--excluded-frame-parameters.
3080 (desktop--target-display): New variable.
3081 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3082 (desktop--filter-tty*, desktop--filter-*-color)
3083 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3084 (desktop--filter-save-desktop-parm)
3085 (desktop-restore-in-original-display-p): New functions.
3086 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3087 (desktop--save-minibuffer-frames): New function, inspired by a similar
3088 function from Martin Rudalics.
3089 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3090 (desktop--restore-in-this-display-p): Remove.
3091 (desktop--find-frame): Rename from desktop--find-frame-in-display
3092 and add predicate argument.
3093 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3094 (desktop--reuse-list): New variable.
3095 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3096 New functions.
3097 (desktop--restore-frames): Add support for "minibuffer-special" frames.
3098
3099 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
3100
3101 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3102
3103 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
3104
3105 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3106 Highlight conversion methods on Kernel.
3107
3108 2013-07-13 Alan Mackenzie <acm@muc.de>
3109
3110 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3111 and comment it out. This out-commenting enables certain C++
3112 declarations to be parsed correctly.
3113
3114 2013-07-13 Eli Zaretskii <eliz@gnu.org>
3115
3116 * international/mule.el (define-coding-system): Doc fix.
3117
3118 * simple.el (default-font-height): Don't call font-info if the
3119 frame's default font didn't change since the frame was created.
3120 (Bug#14838)
3121
3122 2013-07-13 Leo Liu <sdl.web@gmail.com>
3123
3124 * ido.el (ido-read-file-name): Guard against non-symbol value.
3125
3126 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3127
3128 * progmodes/python.el (python-imenu--build-tree): Fix corner case
3129 in nested defuns.
3130
3131 2013-07-13 Leo Liu <sdl.web@gmail.com>
3132
3133 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3134 ido-set-matches call. (Bug#6852)
3135
3136 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
3137
3138 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3139 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3140 Ruby 2.0.
3141 (ruby-font-lock-keywords): Distinguish calls to functions with
3142 module-like names from module references. Highlight character
3143 literals.
3144
3145 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
3146
3147 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
3148 (gdb-send): Handle continued commands. (Bug#14847)
3149
3150 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * desktop.el (desktop--v2s): Remove unused local variable.
3153 (desktop-save-buffer): Make defvar-local; adjust docstring.
3154 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
3155 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
3156
3157 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
3158
3159 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
3160
3161 2013-07-12 Eli Zaretskii <eliz@gnu.org>
3162
3163 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
3164 (Bug#14842)
3165
3166 2013-07-12 Glenn Morris <rgm@gnu.org>
3167
3168 * doc-view.el: Require cl-lib at runtime too.
3169 (doc-view-remove-if): Remove.
3170 (doc-view-search-next-match, doc-view-search-previous-match):
3171 Use cl-remove-if.
3172
3173 * edmacro.el: Require cl-lib at runtime too.
3174 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
3175 (edmacro-mismatch, edmacro-subseq): Remove.
3176
3177 * shadowfile.el: Require cl-lib.
3178 (shadow-remove-if): Remove.
3179 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
3180 Use cl-remove-if.
3181
3182 * wid-edit.el: Require cl-lib.
3183 (widget-choose): Use cl-remove-if.
3184 (widget-remove-if): Remove.
3185
3186 * progmodes/ebrowse.el: Require cl-lib at runtime too.
3187 (ebrowse-delete-if-not): Remove.
3188 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
3189 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
3190 Use cl-delete-if-not.
3191
3192 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
3193
3194 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
3195 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
3196
3197 2013-07-12 Leo Liu <sdl.web@gmail.com>
3198
3199 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
3200
3201 2013-07-11 Glenn Morris <rgm@gnu.org>
3202
3203 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
3204 (edebug-gensym-index, edebug-gensym):
3205 Remove reimplementation of cl-gensym.
3206 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
3207
3208 * thumbs.el: Require cl-lib at run-time too.
3209 (thumbs-gensym-counter, thumbs-gensym):
3210 Remove reimplementation of cl-gensym.
3211 (thumbs-temp-file): Use cl-gensym.
3212
3213 * emacs-lisp/ert.el: Require cl-lib at runtime too.
3214 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
3215 (ert--intersection, ert--set-difference, ert--set-difference-eq)
3216 (ert--union, ert--gensym-counter, ert--gensym-counter)
3217 (ert--coerce-to-vector, ert--remove*, ert--string-position)
3218 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
3219 (ert-make-test-unbound, ert--expand-should-1)
3220 (ert--expand-should, ert--should-error-handle-error)
3221 (should-error, ert--explain-equal-rec)
3222 (ert--plist-difference-explanation, ert-select-tests)
3223 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
3224 Use cl-lib functions rather than reimplementations.
3225
3226 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
3227
3228 * net/tramp.el (tramp-methods): Extend docstring.
3229 (tramp-connection-timeout): New defcustom.
3230 (tramp-error-with-buffer): Reset timestamp only when appropriate.
3231 (with-tramp-progress-reporter): Simplify.
3232 (tramp-process-actions): Improve messages.
3233
3234 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3235 * net/tramp-sh.el (tramp-maybe-open-connection):
3236 Use `tramp-connection-timeout'.
3237 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
3238 (Bug#14808)
3239
3240 2013-07-11 Leo Liu <sdl.web@gmail.com>
3241
3242 * ido.el (ido-read-file-name): Conform to the requirements of
3243 read-file-name. (Bug#11861)
3244 (ido-read-directory-name): Conform to the requirements of
3245 read-directory-name.
3246
3247 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
3248
3249 * subr.el (delay-warning): New function.
3250
3251 2013-07-10 Eli Zaretskii <eliz@gnu.org>
3252
3253 * simple.el (default-line-height): New function.
3254 (line-move-partial, line-move): Use it instead of computing the
3255 line height inline.
3256 (line-move-partial): Always compute ROWH. If the last line is
3257 partially-visible, but its text is completely visible, allow
3258 cursor to enter such a partially-visible line.
3259
3260 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
3261
3262 Improve error messages. (Bug#14808)
3263
3264 * net/tramp.el (tramp-current-connection): New defvar, moved from
3265 tramp-sh.el.
3266 (tramp-message-show-progress-reporter-message): Remove, not
3267 needed anymore.
3268 (tramp-error-with-buffer): Show message in minibuffer.
3269 Discard input before waiting. Reset connection timestamp.
3270 (with-tramp-progress-reporter): Improve messages.
3271 (tramp-process-actions): Use progress reporter. Delete process in
3272 case of error. Improve messages.
3273
3274 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
3275 Call `tramp-error-with-buffer' with vector and buffer.
3276 (tramp-current-connection): Remove.
3277 (tramp-maybe-open-connection): The car of
3278 `tramp-current-connection' are the first 3 slots of the vector.
3279
3280 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
3281
3282 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
3283 inside continued strings.
3284
3285 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
3286
3287 Timestamp fixes for undo (Bug#14824).
3288 * files.el (clear-visited-file-modtime): Move here from fileio.c.
3289
3290 2013-07-10 Leo Liu <sdl.web@gmail.com>
3291
3292 * files.el (require-final-newline): Allow safe local value.
3293 (Bug#14834)
3294
3295 2013-07-09 Leo Liu <sdl.web@gmail.com>
3296
3297 * ido.el (ido-read-directory-name): Handle fallback.
3298 (ido-read-file-name): Update DIR to ido-current-directory.
3299 (Bug#1516)
3300 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
3301
3302 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
3303
3304 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
3305 "autoload". Remove "warn lower camel case" section, previously
3306 commented out. Highlight negation char. Do not highlight the
3307 target in singleton method definitions.
3308
3309 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * faces.el (tty-setup-hook): Declare the hook.
3312
3313 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
3314 and detect when a guard/pred depends on local vars (bug#14773).
3315 (pcase--u1): Adjust caller.
3316
3317 2013-07-08 Eli Zaretskii <eliz@gnu.org>
3318
3319 * simple.el (line-move-partial, line-move): Account for
3320 line-spacing.
3321 (line-move-partial): Avoid setting vscroll when the last
3322 partially-visible line in window is of default height.
3323
3324 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3325
3326 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
3327 been used a while.
3328
3329 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
3330
3331 * subr.el (read-quoted-char): Remove unused local variable `char'.
3332
3333 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
3334
3335 * ediff.el (ediff-version): Version update.
3336 (ediff-files-command, ediff3-files-command, ediff-merge-command)
3337 (ediff-merge-with-ancestor-command, ediff-directories-command)
3338 (ediff-directories3-command, ediff-merge-directories-command)
3339 (ediff-merge-directories-with-ancestor-command): New functions.
3340 All are command-line interfaces to ediff: to facilitate calling
3341 Emacs with the appropriate ediff functions invoked.
3342
3343 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
3344 (viper-save-kill-buffer): Check if buffer is modified.
3345
3346 * viper.el (viper-version): Version update.
3347 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
3348
3349 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
3352 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
3353 (viper-intercept-ESC-key): Simplify.
3354 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
3355 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
3356 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
3357 (viper-setup-ESC-to-escape): New functions.
3358 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
3359 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
3360
3361 2013-07-07 Eli Zaretskii <eliz@gnu.org>
3362
3363 * simple.el (default-font-height, window-screen-lines):
3364 New functions.
3365 (line-move, line-move-partial): Use them instead of
3366 frame-char-height and window-text-height. This makes scrolling
3367 text smoother when the buffer's default face uses a font that is
3368 different from the frame's default font.
3369
3370 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
3371
3372 * files.el (write-file): Do not display confirm dialog for NS,
3373 it does its own dialog, which can't be cancelled (Bug#14578).
3374
3375 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3376
3377 * simple.el (line-move-partial): Adjust the row returned by
3378 posn-at-point for the current window-vscroll. (Bug#14567)
3379
3380 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
3381
3382 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
3383 (tramp-sh-file-inotifywait-process-filter): Handle file names with
3384 spaces.
3385
3386 2013-07-06 Martin Rudalics <rudalics@gmx.at>
3387
3388 * window.el (window-state-put-stale-windows): New variable.
3389 (window--state-put-2): Save list of windows without matching buffer.
3390 (window-state-put): Remove "bufferless" windows if possible.
3391
3392 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * simple.el (alternatives-define): Remove leftover :group keyword.
3395 Tweak docstring.
3396
3397 2013-07-06 Leo Liu <sdl.web@gmail.com>
3398
3399 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
3400 (ido-enable-virtual-buffers): New variable.
3401 (ido-buffer-internal, ido-toggle-virtual-buffers)
3402 (ido-make-buffer-list): Use it.
3403 (ido-exhibit): Support turning on and off virtual buffers
3404 automatically.
3405
3406 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
3407
3408 * simple.el (alternatives-define): New macro.
3409
3410 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * subr.el (read-quoted-char): Use read-key.
3413 (sit-for): Let read-event decode tty input (bug#14782).
3414
3415 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
3416
3417 * calendar/todo-mode.el: Add handling of file deletion, both by
3418 mode command and externally. Fix various related bugs.
3419 Clarify Commentary and improve some documentation strings and code.
3420 (todo-delete-file): New command.
3421 (todo-check-file): New function.
3422 (todo-show): Handle external deletion of the file we're trying to
3423 show (bug#14688). Replace called-interactively-p by an optional
3424 prefix argument to avoid problematic interaction with catch form
3425 when byte compiled (bug#14702).
3426 (todo-quit): Handle external deletion of the archive's todo file.
3427 Make sure the buffer that was visiting the archive file is still
3428 live before trying to bury it.
3429 (todo-category-completions): Handle external deletion of any
3430 category completion files.
3431 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
3432 of todo files, in case of external deletion.
3433 (todo-add-file): Replace unnecessary setq by let-binding.
3434 (todo-find-archive): Check whether there are any archives.
3435 Replace unnecessary setq by let-binding.
3436 (todo-archive-done-item): Use find-file-noselect to get the
3437 archive buffer whether or not the archive already exists.
3438 Remove superfluous code. Use file size instead of buffer-file-name to
3439 check if the archive is new; if it is, update list of archives.
3440 (todo-default-todo-file): Allow nil to be a valid value for when
3441 there are no todo files.
3442 (todo-reevaluate-default-file-defcustom): Use corrected definition
3443 of todo-default-todo-file.
3444 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
3445 (todo-delete-category, todo-show-categories-table)
3446 (todo-category-number): Clarify comment.
3447 (todo-filter-items): Clarify documentation string.
3448 (todo-show-current-file, todo-display-as-todo-file)
3449 (todo-reset-and-enable-done-separator): Tweak documentation string.
3450 (todo-done-separator): Make separator length window-width, since
3451 bug#2749 is now fixed.
3452
3453 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
3454
3455 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3456 Support both "gvfs-monitor-dir" and "inotifywait".
3457 (tramp-sh-file-inotifywait-process-filter): Rename from
3458 `tramp-sh-file-notify-process-filter'.
3459 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3460 (tramp-get-remote-gvfs-monitor-dir): New defuns.
3461
3462 2013-07-05 Leo Liu <sdl.web@gmail.com>
3463
3464 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
3465
3466 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3467
3468 * frame.el (display-pixel-height, display-pixel-width)
3469 (display-mm-height, display-mm-width): Mention behavior on
3470 multi-monitor setups in docstrings.
3471 (w32-display-monitor-attributes-list): Declare function.
3472 (display-monitor-attributes-list): Use it.
3473
3474 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
3475
3476 * filenotify.el: New package.
3477
3478 * autorevert.el (top): Require filenotify.el.
3479 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
3480 instead.
3481 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3482 (auto-revert-notify-handler): Use `file-notify-*' functions.
3483
3484 * subr.el (file-notify-handle-event): Move function to filenotify.el.
3485
3486 * net/tramp.el (tramp-file-name-for-operation):
3487 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
3488
3489 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3490 for `file-notify-add-watch' and `file-notify-rm-watch'.
3491 (tramp-process-sentinel): Improve trace.
3492 (tramp-sh-handle-file-notify-add-watch)
3493 (tramp-sh-file-notify-process-filter)
3494 (tramp-sh-handle-file-notify-rm-watch)
3495 (tramp-get-remote-inotifywait): New defuns.
3496
3497 2013-07-03 Juri Linkov <juri@jurta.org>
3498
3499 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
3500 call of `occur-read-primary-args' to interactive spec.
3501
3502 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
3503 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
3504
3505 2013-07-03 Matthias Meulien <orontee@gmail.com>
3506
3507 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
3508 `Buffer-menu-multi-occur'. Add it to the menu.
3509 (Buffer-menu-mode): Document it in docstring.
3510 (Buffer-menu-multi-occur): New command. (Bug#14673)
3511
3512 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3513
3514 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3515 keywords and built-ins.
3516
3517 2013-07-03 Glenn Morris <rgm@gnu.org>
3518
3519 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
3520
3521 Make info-xref checks case-sensitive by default
3522 * info.el (Info-find-node, Info-find-in-tag-table)
3523 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
3524 Add option for exact case matching of nodes.
3525 * info-xref.el (info-xref): New custom group.
3526 (info-xref-case-fold): New option.
3527 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
3528
3529 2013-07-03 Leo Liu <sdl.web@gmail.com>
3530
3531 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
3532
3533 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3534
3535 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
3536 middle of block statement initially, lower the depth. Remove
3537 FIXME comment, not longer valid. Remove middle of block statement
3538 detection, no need to do that anymore since we've been using
3539 `ruby-parse-region' here.
3540
3541 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
3542
3543 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
3544
3545 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3546
3547 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
3548
3549 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
3550
3551 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
3552 (desktop-restore-in-current-display): New customization option.
3553 (desktop--excluded-frame-parameters): Add `font'.
3554 (desktop--save-frames): Rename from desktop--save-windows.
3555 (desktop--restore-in-this-display-p): New function.
3556 (desktop--make-full-frame): Remove unwanted width/height from
3557 full(width|height) frames.
3558 (desktop--restore-frames): Rename from desktop--restore-windows.
3559 Obey desktop-restore-current-display. Do not delete old frames or
3560 select a new frame unless we were able to restore at least one frame.
3561
3562 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
3563
3564 * files.el (find-file-noselect): Simplify conditional expression.
3565
3566 * remember.el (remember-append-to-file):
3567 Don't mix `find-buffer-visiting' and `get-file-buffer'.
3568
3569 Add `remember-notes' function to store random notes across Emacs
3570 restarts.
3571 * remember.el (remember-data-file): Add :set callback to affect
3572 notes buffer (if any).
3573 (remember-notes): New command.
3574 (remember-notes-buffer-name, bury-remember-notes-on-kill):
3575 New defcustoms for the `remember-notes' function.
3576 (remember-notes-save-and-bury-buffer): New command.
3577 (remember-notes-mode-map): New variable.
3578 (remember-mode): New minor mode.
3579 (remember-notes--kill-buffer-query): New function.
3580 * startup.el (initial-buffer-choice): Add notes to custom type.
3581
3582 2013-06-30 Eli Zaretskii <eliz@gnu.org>
3583
3584 * bindings.el (right-char, left-char): Don't call sit-for, this is
3585 no longer needed. Use arithmetic comparison only for numerical
3586 arguments.
3587
3588 * international/mule-cmds.el (select-safe-coding-system):
3589 Handle the case of FROM being a string correctly. (Bug#14755)
3590
3591 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3592
3593 * net/shr.el (shr-make-table-1): Add a sanity check that allows
3594 progression on degenerate tables.
3595 (shr-rescale-image): ImageMagick animated images currently don't work.
3596
3597 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
3598
3599 Some fixes and improvements for desktop frame restoration.
3600 It is still experimental and disabled by default.
3601 * desktop.el (desktop--save-windows): Put the selected frame at
3602 the head of the list.
3603 (desktop--make-full-frame): New function.
3604 (desktop--restore-windows): Try to re-select the frame that was
3605 selected upon saving. Do not abort if some frames fail to restore,
3606 just show an error message and continue. Set up maximized frames
3607 so they have default non-maximized dimensions.
3608
3609 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
3610
3611 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3612 Don't start heredoc inside a string or comment.
3613
3614 2013-06-29 Eli Zaretskii <eliz@gnu.org>
3615
3616 * bindings.el (visual-order-cursor-movement): New defcustom.
3617 (right-char, left-char): Provide visual-order cursor motion by
3618 calling move-point-visually. Update the doc strings.
3619
3620 2013-06-28 Kenichi Handa <handa@gnu.org>
3621
3622 * international/mule.el (define-coding-system): New coding system
3623 properties :inhibit-null-byte-detection,
3624 :inhibit-iso-escape-detection, and :prefer-utf-8.
3625 (set-buffer-file-coding-system): If :charset-list property of
3626 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
3627 appropriate for setting.
3628
3629 * international/mule-cmds.el (select-safe-coding-system):
3630 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
3631 multibyte characters, return utf-8 (or one of its siblings).
3632
3633 * international/mule-conf.el (prefer-utf-8): New coding system.
3634 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
3635 files.
3636
3637 2013-06-28 Ivan Kanis <ivan@kanis.fr>
3638
3639 * net/shr.el (shr-render-region): New function.
3640
3641 * net/eww.el: Autoload `eww-browse-url'.
3642
3643 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
3644
3645 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3646 Adapt to `package-desc-version' being a list.
3647 Use `package--ac-desc-version' to retrieve version from a package
3648 archive element.
3649
3650 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
3651
3652 New experimental feature to save&restore window and frame setup.
3653 * desktop.el (desktop-save-windows): New defcustom.
3654 (desktop--saved-states): New var.
3655 (desktop--excluded-frame-parameters): New defconst.
3656 (desktop--filter-frame-parms, desktop--find-frame-in-display)
3657 (desktop--restore-windows, desktop--save-windows): New functions.
3658 (desktop-save): Call `desktop--save-windows'.
3659 (desktop-read): Call `desktop--restore-windows'.
3660
3661 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3662
3663 * net/shr.el (add-face-text-property): Remove compat definition.
3664
3665 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
3666
3667 * info.el (Info-try-follow-nearest-node): Move search for footnote
3668 above search for node name to prevent missing a footnote (bug#14717).
3669
3670 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
3671
3672 * obsolete/otodo-mode.el: Add obsolescence info to file header.
3673
3674 2013-06-27 Leo Liu <sdl.web@gmail.com>
3675
3676 * net/eww.el (eww-read-bookmarks): Check file size.
3677
3678 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
3681 advice--pending if newdef is nil or an autoload (bug#13820).
3682 (advice-mapc): New function.
3683
3684 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3685
3686 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
3687 probably.
3688 (eww-mode-map): Add a menu bar.
3689 (eww-add-bookmark): New command.
3690 (eww-bookmark-mode): New mode and commands.
3691 (eww-add-bookmark): Remove newlines from the title.
3692 (eww-bookmark-browse): Don't bug out if it's the only window.
3693
3694 2013-06-26 Glenn Morris <rgm@gnu.org>
3695
3696 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
3697 (hfy-size): Handle ttys. (Bug#14668)
3698
3699 * info-xref.el: Update for Texinfo 5 change in *note format.
3700 (info-xref-node-re, info-xref-note-re): New constants.
3701 (info-xref-check-buffer): Use info-xref-note-re.
3702
3703 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
3706
3707 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
3708 nil terminate the loop (bug#14718).
3709
3710 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3711
3712 * net/eww.el: Rework history traversal. When going forward/back,
3713 put these actions into the history, too, so that they can be
3714 replayed.
3715 (eww-render): Move the history reset to the correct buffer.
3716
3717 2013-06-25 Juri Linkov <juri@jurta.org>
3718
3719 * files-x.el (modify-dir-local-variable): Change the header comment
3720 in the file with directory local variables. (Bug#14692)
3721
3722 * files-x.el (read-file-local-variable-value): Add `default'.
3723 (Bug#14710)
3724
3725 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3726
3727 * net/eww.el (eww-make-unique-file-name): Create a unique file
3728 name before saving to entering `y' accidentally asynchronously.
3729
3730 2013-06-25 Ivan Kanis <ivan@kanis.fr>
3731
3732 * net/eww.el (eww-download): New command and keystroke.
3733
3734 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3735
3736 * net/eww.el (eww-copy-page-url): Change name of command.
3737
3738 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
3739 be more consistent with Info and dired.
3740
3741 * net/eww.el (eww-mode-map): Ditto.
3742
3743 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
3746 packages from archives.
3747 (package-archive-contents): Change format; include obsolete packages.
3748 (package-desc): Use `dir' to mark builtin packages.
3749 (package--from-builtin): Set the `dir' field to `builtin'.
3750 (generated-autoload-file, version-control): Declare.
3751 (package-compute-transaction): Change first arg and return value to be
3752 lists of package-descs. Adjust to new package-archive-contents format.
3753 (package--add-to-archive-contents): Adjust to new
3754 package-archive-contents format.
3755 (package-download-transaction): Arg is now a list of package-descs.
3756 (package-install): If `pkg' is a package name, pass it as
3757 a requirement, so it is subject to the usual (e.g. disabled) checks.
3758 (describe-package): Accept package-desc as well.
3759 (describe-package-1): Describe a specific package-desc. Add links to
3760 other package-descs for the same package name.
3761 (package-menu-describe-package): Pass the actual package-desc.
3762 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
3763 works correctly.
3764 (package-desc-status): New function.
3765 (package-menu--refresh): New function, extracted
3766 from package-menu--generate.
3767 (package-menu--generate): Use it.
3768 (package-delete): Update package-alist.
3769 (package-menu-execute): Don't call package-initialize.
3770
3771 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
3772 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
3773 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
3774 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
3775 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
3776 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
3777
3778 2013-06-25 Martin Rudalics <rudalics@gmx.at>
3779
3780 * window.el (window--state-get-1): Workaround for bug#14527.
3781 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
3782
3783 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3784
3785 * net/eww.el (eww-back-url): Implement the history by stashing all
3786 the data into a list.
3787 (eww-forward-url): Allow going forward in the history, too.
3788
3789 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
3792 for values and use read--expression for expressions (bug#14710).
3793 (read-file-local-variable): Avoid setq.
3794 (read-file-local-variable-mode): Use minor-mode-list.
3795
3796 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3797
3798 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
3799 for DOI URLs.
3800
3801 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3802
3803 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
3804 Update imenu-support when dialect changes.
3805
3806 2013-06-25 Leo Liu <sdl.web@gmail.com>
3807
3808 * ido.el (ido-read-internal): Allow forward slash on windows.
3809
3810 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3811
3812 * net/eww.el (eww): Start of strings is \\`, not ^.
3813
3814 2013-06-24 Ivan Kanis <ivan@kanis.fr>
3815
3816 * net/shr.el (shr-browse-url): Fix interactive spec.
3817
3818 * net/eww.el (eww): Add a trailing slash to domain names.
3819
3820 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
3823
3824 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3825
3826 * net/shr.el (shr-browse-url): Use an external browser if given a
3827 prefix.
3828
3829 * net/eww.el (eww-external-browser): Move to shr.
3830
3831 2013-06-24 Ivan Kanis <ivan@kanis.fr>
3832
3833 * net/eww.el (eww): Work more correctly for file: URLs.
3834 (eww-detect-charset): Allow quoted charsets.
3835 (eww-yank-page-url): New command and keystroke.
3836
3837 2013-06-24 Daiki Ueno <ueno@gnu.org>
3838
3839 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
3840 file name of gpg executable.
3841 (epg-context-program): New function.
3842 (epg-context-home-directory): New function.
3843 (epg-context-set-program): New function.
3844 (epg-context-set-home-directory): New function.
3845 (epg--start): Use `epg-context-program' instead of
3846 'epg-gpg-program'.
3847 (epg--list-keys-1): Likewise.
3848
3849 2013-06-24 Leo Liu <sdl.web@gmail.com>
3850
3851 * ido.el (ido-read-internal): Fix bug#14620.
3852
3853 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
3854
3855 * faces.el (face-documentation): Simplify.
3856 (read-face-attribute, tty-find-type, x-resolve-font-name):
3857 Use `string-match-p'.
3858 (list-faces-display): Use `string-match-p'. Simplify.
3859 (face-spec-recalc): Check face to avoid face alias loops.
3860 (read-color): Use `string-match-p' and non-capturing parenthesis.
3861
3862 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3863
3864 * net/shr.el (shr-rescale-image): Use the new
3865 :max-width/:max-height functionality.
3866
3867 2013-06-23 Ivan Kanis <ivan@kanis.fr>
3868
3869 * net/eww.el (eww-search-prefix): New variable.
3870 (eww): Use it.
3871 (eww-external-browser): New variable.
3872 (eww-mode-map): New keystroke.
3873 (eww-browse-with-external-browser): New command.
3874
3875 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
3876
3877 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
3878
3879 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3880 Don't skip aligning the next header field when padding is 0;
3881 otherwise, field width is not respected unless the title is as
3882 wide as the field.
3883
3884 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * emacs-lisp/package.el (package-el-version): Remove.
3887 (package-process-define-package): Fix inf-loop.
3888 (package-install): Allow symbols as arguments again.
3889
3890 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3891
3892 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
3893 add some more keyword-like methods.
3894 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
3895
3896 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
3897
3898 * bs.el (bs-buffer-show-mark): Make defvar-local.
3899 (bs-mode): Use setq-local.
3900
3901 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
3902 (emacs-lock--try-unlocking): Make defvar-local.
3903
3904 2013-06-22 Glenn Morris <rgm@gnu.org>
3905
3906 * play/cookie1.el (cookie-apropos): Minor simplification.
3907
3908 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
3909
3910 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3911
3912 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
3913 `regexp-opt', it breaks the build during dumping.
3914
3915 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
3916
3917 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3918 Highlight keyword-like methods on Kernel and Module with
3919 font-lock-builtin-face.
3920 (auto-mode-alist): Consolidate different entries into one regexp
3921 and add more *file-s.
3922
3923 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
3924
3925 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
3926
3927 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
3928 (diary-entry): Use it in the action of this button type instead of
3929 diary-goto-entry.
3930
3931 * calendar/todo-mode.el: New version.
3932 (todo-add-category): Append new category to end of file and give
3933 it the highest number, instead of putting it at the beginning and
3934 giving it 0. Incorporate noninteractive functionality.
3935 (todo-forward-category): Adapt to 1-based category numbering.
3936 Allow skipping over archived categories.
3937 (todo-backward-category): Derive from todo-forward-category.
3938 (todo-backward-item, todo-forward-item): Make noninteractive and
3939 delegate interactive part to new commands. Make sensitive to done items.
3940 (todo-categories): Make value an alist of category names and
3941 vectors of item counts.
3942 (todo-category-beg): Make a defconst.
3943 (todo-category-number): Use 1 instead of 0 as initial value.
3944 (todo-category-select): Make sensitive to overlays, optional item
3945 highlighting and done items.
3946 (todo-delete-item): Make sensitive to overlays and marked and done items.
3947 (todo-edit-item): Make sensitive to overlays and editing of
3948 date/time header optional. Add format checks.
3949 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
3950 no-op if point is not on an item. Advertise using todo-edit-quit.
3951 (todo-edit-mode): Make sensitive to new format, font-locking, and
3952 multiple todo files.
3953 (todo-insert-item, todo-insert-item-here): Derive from
3954 todo-basic-insert-item and extend functionality.
3955 (todo-item-end, todo-item-start): Make sensitive to done items.
3956 (todo-item-string): Don't return text properties. Restore point.
3957 (todo-jump-to-category): Make sensitive to multiple todo files and
3958 todo archives. Use extended category completion.
3959 (todo-lower-item, todo-raise-item): Rename to *-priority and
3960 derive from todo-set-item-priority.
3961 (todo-mode): Derive from special-mode. Make sensitive to new
3962 format, font-locking and multiple todo files. Make read-only.
3963 (todo-mode-map): Don't suppress digit keys, so they can supply
3964 prefix arguments. Add many new key bindings.
3965 (todo-prefix): Insert as an overlay instead of file text.
3966 Change semantics from diary date expression to purely visual mark.
3967 (todo-print): Rename to todo-print-buffer. Make buffer display
3968 features printable. Remove option to restrict number of items
3969 printed. Add option to print to file.
3970 (todo-print-function): Rename to todo-print-buffer-function.
3971 (todo-quit): Extend to handle exiting new todo modes.
3972 (todo-remove-item): Make sensitive to overlays.
3973 (todo-save): Extend to buffers of filtered items.
3974 (todo-show): Make sensitive to done items, multiple todo files and
3975 new todo modes. Offer to convert legacy todo file before creating
3976 first new todo file.
3977 (todo-show-priorities): Rename to todo-top-priorities.
3978 Change semantics of value 0.
3979 (todo-top-priorities): Rename to todo-filter-top-priorities,
3980 derive from todo-filter-items and extend functionality.
3981 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
3982 and extend functionality to other types of filtered items.
3983 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
3984 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
3985 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
3986 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
3987 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
3988 (todo-edit-mode-hook, todo-entry-prefix-function)
3989 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
3990 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
3991 (todo-initials, todo-insert-threshold, todo-item-string-start)
3992 (todo-line-string, todo-menu, todo-mode-hook)
3993 (todo-more-important-p, todo-previous-answer, todo-previous-line)
3994 (todo-print-priorities, todo-remove-separator)
3995 (todo-save-top-priorities-too, todo-string-count-lines)
3996 (todo-string-multiline-p, todo-time-string-format)
3997 (todo-tmp-buffer-name): Remove.
3998 (todo-add-file, todo-archive-done-item, todo-choose-archive)
3999 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4000 (todo-edit-category-diary-inclusion)
4001 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4002 (todo-edit-file, todo-edit-item-date-day)
4003 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4004 (todo-edit-item-date-month, todo-edit-item-date-to-today)
4005 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4006 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4007 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4008 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4009 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4010 (todo-filter-top-priorities-multifile, todo-find-archive)
4011 (todo-find-filtered-items-file, todo-go-to-source-item)
4012 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4013 (todo-jump-to-archive-category, todo-lower-category)
4014 (todo-mark-category, todo-marked-item-p, todo-merge-category)
4015 (todo-move-category, todo-move-item, todo-next-button)
4016 (todo-next-item, todo-padded-string, todo-powerset)
4017 (todo-previous-button, todo-previous-item)
4018 (todo-print-buffer-to-file, todo-raise-category)
4019 (todo-rename-category, todo-repair-categories-sexp, todo-search)
4020 (todo-set-category-number, todo-set-item-priority)
4021 (todo-set-top-priorities-in-category)
4022 (todo-set-top-priorities-in-file, todo-show-categories-table)
4023 (todo-sort-categories-alphabetically-or-numerically)
4024 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4025 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4026 (todo-toggle-item-header, todo-toggle-item-highlighting)
4027 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4028 (todo-toggle-view-done-items, todo-toggle-view-done-only)
4029 (todo-unarchive-items, todo-unmark-category): New commands.
4030 (todo-absolute-file-name, todo-add-to-buffer-list)
4031 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4032 (todo-basic-insert-item, todo-category-completions)
4033 (todo-category-number, todo-category-string-matcher-1)
4034 (todo-category-string-matcher-2, todo-check-filtered-items-file)
4035 (todo-check-format, todo-clear-matches)
4036 (todo-comment-string-matcher, todo-convert-legacy-date-time)
4037 (todo-current-category, todo-date-string-matcher)
4038 (todo-define-insertion-command, todo-diary-expired-matcher)
4039 (todo-diary-goto-entry, todo-diary-item-p)
4040 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4041 (todo-display-categories, todo-display-sorted, todo-done-item-p)
4042 (todo-done-item-section-p, todo-done-separator)
4043 (todo-done-string-matcher, todo-files, todo-filter-items)
4044 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4045 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4046 (todo-insert-category-line, todo-insert-item-from-calendar)
4047 (todo-insert-sort-button, todo-insert-with-overlays)
4048 (todo-insertion-command-name, todo-insertion-key-bindings)
4049 (todo-label-to-key, todo-longest-category-name-length)
4050 (todo-make-categories-list, todo-mode-external-set)
4051 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4052 (todo-modes-set-3, todo-multiple-filter-files)
4053 (todo-nondiary-marker-matcher, todo-prefix-overlays)
4054 (todo-read-category, todo-read-date, todo-read-dayname)
4055 (todo-read-file-name, todo-read-time)
4056 (todo-reevaluate-category-completions-files-defcustom)
4057 (todo-reevaluate-default-file-defcustom)
4058 (todo-reevaluate-filelist-defcustoms)
4059 (todo-reevaluate-filter-files-defcustom)
4060 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4061 (todo-reset-done-separator, todo-reset-done-separator-string)
4062 (todo-reset-done-string, todo-reset-global-current-todo-file)
4063 (todo-reset-highlight-item, todo-reset-nondiary-marker)
4064 (todo-reset-prefix, todo-set-categories)
4065 (todo-set-date-from-calendar, todo-set-show-current-file)
4066 (todo-set-top-priorities, todo-short-file-name)
4067 (todo-show-current-file, todo-sort, todo-time-string-matcher)
4068 (todo-total-item-counts, todo-update-buffer-list)
4069 (todo-update-categories-display, todo-update-categories-sexp)
4070 (todo-update-count, todo-validate-name, todo-y-or-n-p):
4071 New functions.
4072 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4073 New major modes.
4074 (todo-categories, todo-display, todo-edit, todo-faces)
4075 (todo-filtered): New defgroups.
4076 (todo-archived-only, todo-button, todo-category-string, todo-date)
4077 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4078 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4079 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4080 (todo-add-item-if-new-category, todo-always-add-time-string)
4081 (todo-categories-align, todo-categories-archived-label)
4082 (todo-categories-category-label, todo-categories-diary-label)
4083 (todo-categories-done-label, todo-categories-number-separator)
4084 (todo-categories-todo-label, todo-categories-totals-label)
4085 (todo-category-completions-files, todo-completion-ignore-case)
4086 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4087 (todo-done-separator-string, todo-done-string)
4088 (todo-files-function, todo-filter-done-items, todo-filter-files)
4089 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4090 (todo-initial-category, todo-initial-file, todo-item-mark)
4091 (todo-legacy-date-time-regexp, todo-mode-line-function)
4092 (todo-nondiary-marker, todo-number-prefix)
4093 (todo-print-buffer-function, todo-show-current-file)
4094 (todo-show-done-only, todo-show-first, todo-show-with-done)
4095 (todo-skip-archived-categories, todo-top-priorities-overrides)
4096 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4097 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4098 New defcustoms.
4099 (todo-category-done, todo-date-pattern, todo-date-string-start)
4100 (todo-diary-items-buffer, todo-done-string-start)
4101 (todo-filtered-items-buffer, todo-item-start)
4102 (todo-month-abbrev-array, todo-month-name-array)
4103 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4104 (todo-top-priorities-buffer): New defconsts.
4105 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4106 (todo-categories-with-marks, todo-category-string-face)
4107 (todo-comment-face, todo-comment-string, todo-current-todo-file)
4108 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4109 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4110 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4111 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4112 (todo-font-lock-keywords, todo-global-current-todo-file)
4113 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4114 (todo-insertion-commands-args)
4115 (todo-insertion-commands-args-genlist)
4116 (todo-insertion-commands-names, todo-insertion-map)
4117 (todo-key-bindings-t, todo-key-bindings-t+a)
4118 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4119 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4120 (todo-nondiary-face, todo-print-buffer, todo-time-face)
4121 (todo-visited): New variables.
4122
4123 2013-06-21 Glenn Morris <rgm@gnu.org>
4124
4125 * play/cookie1.el (cookie-apropos): Add optional display argument.
4126 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4127 (psychoanalyze-pinhead): Use cookie-doctor.
4128
4129 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * emacs-lisp/package.el (tar-get-file-descriptor)
4132 (tar--extract): Declare.
4133
4134 2013-06-21 Eduard Wiebe <usenet@pusto.de>
4135
4136 Extend flymake's warning predicate to be a function (bug#14217).
4137 * progmodes/flymake.el (flymake-warning-predicate): New.
4138 (flymake-parse-line): Use it.
4139 (flymake-warning-re): Make obsolete alias to
4140 `flymake-warning-predicate'.
4141
4142 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * emacs-lisp/package.el (package-alist): Include obsolete packages.
4145 (package-obsolete-list): Remove.
4146 (package-activate): Remove min-version argument. Add `force' argument.
4147 Adjust to new package-alist format.
4148 (package-mark-obsolete): Remove.
4149 (package-unpack): Force reload of the package's autoloads.
4150 (package-installed-p): Check builtins if the installed package is not
4151 recent enough.
4152 (package-initialize): Don't reset package-obsolete-list.
4153 Don't specify which package version to activate.
4154 (package-process-define-package, describe-package-1)
4155 (package-menu--generate): Adjust to new package-alist format.
4156
4157 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * allout-widgets.el (allout-widgets-mode-off)
4160 (allout-widgets-mode-on, allout-widgets-pre-command-business)
4161 (allout-widgets-post-command-business)
4162 (allout-widgets-after-copy-or-kill-function)
4163 (allout-widgets-after-undo-function, allout-test-range-overlaps)
4164 (allout-decorate-item-and-context)
4165 (allout-graphics-modification-handler): Fix typos in docstrings.
4166 (allout-get-or-create-parent-widget): Use `looking-at-p'.
4167
4168 * cmuscheme.el (scheme-start-file): Doc fix.
4169 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
4170 (scheme-input-filter): Use `string-match-p'.
4171
4172 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
4173
4174 * dired-x.el: Use Dired consistently in docstrings.
4175
4176 * dired.el: Use Dired consistently in docstrings.
4177 (dired-readin, dired-mode): Use `setq-local'.
4178 (dired-switches-alist): Make defvar-local.
4179 (dired-buffers-for-dir): Use `zerop'.
4180 (dired-safe-switches-p, dired-switches-escape-p)
4181 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
4182 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
4183 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
4184 (dired-goto-next-nontrivial-file): Use `string-match-p'.
4185 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
4186 (dired-toggle-marks, dired-mark-files-containing-regexp)
4187 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
4188 (dired-flag-auto-save-files, dired-flag-backup-files):
4189 Use `looking-at-p'.
4190 (dired-mark-files-regexp, dired-build-subdir-alist):
4191 Use `string-match-p', `looking-at-p'.
4192
4193 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
4194 (direct-print-region-helper): Use `string-match-p'.
4195
4196 2013-06-21 Leo Liu <sdl.web@gmail.com>
4197
4198 * comint.el (comint-redirect-results-list-from-process):
4199 Fix infinite loop.
4200
4201 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4202
4203 * net/eww.el (eww-update-header-line-format): Quote % characters.
4204
4205 2013-06-21 Glenn Morris <rgm@gnu.org>
4206
4207 * play/cookie1.el (cookie): New custom group.
4208 (cookie-file): New option.
4209 (cookie-check-file): New function.
4210 (cookie): Make it interactive. Make start and end messages optional.
4211 Interactively, display the result. Default to cookie-file.
4212 (cookie-insert): Default to cookie-file.
4213 (cookie-snarf): Make start and end messages optional.
4214 Default to cookie-file. Use with-temp-buffer.
4215 (cookie-read): Rename from read-cookie.
4216 Make start and end messages optional. Default to cookie-file.
4217 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
4218 Do not autoload it.
4219 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
4220 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
4221
4222 2013-06-21 Leo Liu <sdl.web@gmail.com>
4223
4224 * progmodes/octave.el (octave-mode): Backward compatibility fix.
4225
4226 2013-06-21 Glenn Morris <rgm@gnu.org>
4227
4228 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
4229
4230 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4231 Daniel Hackney <dan@haxney.org>
4232
4233 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
4234 Consolidate the single-file vs tarball code.
4235 (package-desc-suffix): New function.
4236 (package-desc-full-name): Don't bother inlining it.
4237 (package-load-descriptor): Return the new package-desc.
4238 (package-mark-obsolete): Remove unused arg `package'.
4239 (package-unpack): Make it work for single files as well.
4240 Make it update package-alist.
4241 (package--make-autoloads-and-stuff): Rename from
4242 package--make-autoloads-and-compile. Don't compile any more.
4243 (package--compile): New function.
4244 (package-generate-description-file): New function, extracted from
4245 package-unpack-single.
4246 (package-unpack-single): Remove.
4247 (package--with-work-buffer): Add indentation and debugging info.
4248 (package-download-single): Remove.
4249 (package-install-from-archive): Rename from package-download-tar, make
4250 it take a pkg-desc, and make it work for single files as well.
4251 (package-download-transaction): Simplify.
4252 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
4253 external tar program.
4254 (package-install-from-buffer): Remove `pkg-desc' argument.
4255 Use package-tar-file-info for tar-mode buffers.
4256 (package-install-file): Simplify accordingly.
4257 (package-archive-base): Change to take a pkg-desc.
4258 * tar-mode.el (tar--check-descriptor): New function, extracted from
4259 tar-get-descriptor.
4260 (tar-get-descriptor): Use it.
4261 (tar-get-file-descriptor): New function.
4262 (tar--extract): New function, extracted from tar-extract.
4263 (tar--extract): Use it.
4264 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
4265 case the summary uses non-ascii. Adjust to new calling convention of
4266 package-tar-file-info.
4267
4268 2013-06-21 Leo Liu <sdl.web@gmail.com>
4269
4270 * comint.el (comint-redirect-results-list-from-process):
4271 Fix random delay. (Bug#14681)
4272
4273 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4274
4275 * profiler.el (profiler-format-number): Use log, not log10.
4276
4277 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4278
4279 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
4280
4281 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
4284 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
4285 yet available.
4286 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
4287 (AUTOGENEL): ... here.
4288 * emacs-lisp/cl-macs.el (cl--sublis): New function.
4289 (cl--defsubst-expand): Use it.
4290
4291 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
4292
4293 * subr.el (log10): Move here from C code, and declare as obsolete.
4294 All uses of (log10 X) replaced with (log X 10).
4295
4296 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
4299 Declare with `defvar-local'.
4300 (tabulated-list-use-header-line, tabulated-list-entries)
4301 (tabulated-list-padding, tabulated-list-printer)
4302 (tabulated-list-sort-key): Declare with `defvar-local'.
4303 (tabulated-list-init-header, tabulated-list-print-fake-header):
4304 Use `setq-local'.
4305
4306 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
4307
4308 * arc-mode.el (archive-mode): Add `archive-write-file' to
4309 `write-contents-functions' also for remote files. (Bug#14652)
4310
4311 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * cus-edit.el (custom-commands): Fix typos.
4314 (custom-display): Fix tooltip text.
4315 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
4316 Fix typos in docstrings.
4317 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
4318 (custom-unlispify-menu-entry, custom-magic-value-create)
4319 (custom-add-see-also, custom-group-value-create): Use ?\s.
4320 (custom-guess-type, customize-apropos, editable-field)
4321 (custom-face-value-create): Use `string-match-p'.
4322 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
4323
4324 * custom.el (custom-load-symbol): Use `string-match-p'.
4325
4326 * ansi-color.el: Convert to lexical binding.
4327 (ansi-colors): Fix URL.
4328 (ansi-color-context, ansi-color-context-region): Use defvar-local.
4329 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
4330 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
4331
4332 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4333
4334 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
4335
4336 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
4337
4338 2013-06-19 Tom Tromey <tromey@redhat.com>
4339
4340 * net/eww.el (eww-top-url): Remove.
4341 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
4342 (eww-render): Set new variables. Don't set eww-top-url.
4343 (eww-handle-link): Handle "prev", "home", and "contents".
4344 Downcase the rel text.
4345 (eww-top-url): Choose best top URL.
4346
4347 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4348
4349 * net/eww.el: Rewrite to implement form elements "by hand" instead of
4350 relying in widget.el. Using widget.el leads to too many
4351 user interface inconsistencies.
4352 (eww-self-insert): Implement entering commands in text fields.
4353 (eww-process-text-input): New function to make text input field editing
4354 work.
4355 (eww-submit): Rewrite to use the new-style form methods.
4356 (eww-select-display): Display the correct selected item.
4357 (eww-change-select): Implement changing the select value.
4358 (eww-toggle-checkbox): Implement radio/checkboxes.
4359 (eww-update-field): Fix compilation error.
4360 (eww-tag-textarea): Implement <textarea>.
4361
4362 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
4363 we don't shadow mode-specific bindings.
4364
4365 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
4366 nothing to push.
4367
4368 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
4369
4370 2013-06-19 Glenn Morris <rgm@gnu.org>
4371
4372 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
4373
4374 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
4375
4376 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
4377 not needed.
4378
4379 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
4380
4381 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4382
4383 * net/browse-url.el (browse-url-browser-function):
4384 `eww-browse-url' has the right calling signature, `eww' does not.
4385
4386 2013-06-19 Glenn Morris <rgm@gnu.org>
4387
4388 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4389 Only eval autoloaded macros.
4390 (byte-compile-autoload): Only give the macro warning for macros.
4391
4392 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
4393 (ps-underlined-faces): Declare.
4394
4395 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
4396 (speedbar-add-supported-extension): Declare.
4397
4398 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
4399 Don't include a date stamp in the header of the generated file;
4400 it leads to needless differences between output files.
4401
4402 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
4403
4404 * net/secrets.el (secrets-struct-secret-content-type):
4405 Replace check of introspection data by a test call of "CreateItem".
4406 Some servers do not offer introspection.
4407
4408 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * electric.el (electric-pair-mode): Improve interaction with
4411 electric-layout-mode.
4412 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
4413 (electric-pair-syntax): Use text-mode-syntax-table in comments
4414 and strings.
4415 (electric-pair--insert): New function.
4416 (electric-pair-post-self-insert-function): Use it and
4417 electric--after-char-pos.
4418
4419 2013-06-19 Leo Liu <sdl.web@gmail.com>
4420
4421 * progmodes/octave.el (octave-help): Fix regexp.
4422
4423 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4424
4425 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
4426 (shr-table-horizontal-line): Allow nil as a value, and change the
4427 default.
4428 (shr-insert-table-ruler): Respect the nil value.
4429
4430 2013-06-18 Tom Tromey <tromey@barimba>
4431
4432 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4433 New defvars.
4434 (eww-open-file): New defun.
4435 (eww-render): Initialize new variables.
4436 (eww-display-html): Handle "link" and "a".
4437 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
4438 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
4439 (eww-back-url): Rename from eww-previous-url.
4440 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4441 New defuns.
4442
4443 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
4444
4445 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
4446 Distinguish ternary operator tokens from slash symbol and slash
4447 char literal.
4448
4449 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
4450
4451 Convert symbol prettification into minor mode and global minor mode.
4452
4453 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
4454 `prog-prettify-symbols', and make a local defvar instead of defcustom.
4455 (prettify-symbols--keywords): Rename from
4456 `prog-prettify-symbols-alist' and make a local defvar.
4457 (prettify-symbols--compose-symbol): Rename from
4458 `prog--prettify-font-lock-compose-symbol'.
4459 (prettify-symbols--make-keywords): Rename from
4460 `prog-prettify-font-lock-symbols-keywords' and simplify.
4461 (prog-prettify-install): Remove.
4462 (prettify-symbols-mode): New minor mode, based on
4463 `prog-prettify-install'.
4464 (turn-on-prettify-symbols-mode): New function.
4465 (global-prettify-symbols-mode): New globalized minor mode.
4466
4467 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4468 * progmodes/cfengine.el (cfengine3-mode):
4469 * progmodes/perl-mode.el (perl-mode): Don't call
4470 `prog-prettify-install'; set `prettify-symbols-alist' instead.
4471
4472 2013-06-18 Juri Linkov <juri@jurta.org>
4473
4474 * files-x.el (modify-file-local-variable-message): New function.
4475 (modify-file-local-variable)
4476 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
4477 and call `modify-file-local-variable-message' when it's non-nil.
4478 (add-file-local-variable, delete-file-local-variable)
4479 (add-file-local-variable-prop-line)
4480 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
4481 and use it. (Bug#9820)
4482
4483 2013-06-18 Juri Linkov <juri@jurta.org>
4484
4485 * emulation/vi.el (vi-shell-op):
4486 * emulation/vip.el (vip-execute-com, ex-command):
4487 * emulation/viper-cmd.el (viper-exec-bang):
4488 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
4489 the call of `shell-command-on-region'. (Bug#14637)
4490
4491 * simple.el (shell-command-on-region): Doc fix.
4492
4493 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
4496 (bug#14633).
4497
4498 2013-06-18 Glenn Morris <rgm@gnu.org>
4499
4500 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
4501
4502 * newcomment.el (comment-search-forward, comment-search-backward):
4503 Doc fix. (Bug#14376)
4504
4505 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
4506
4507 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
4508 (buffer-face-mode-invoke): Doc fix.
4509
4510 2013-06-18 Matthias Meulien <orontee@gmail.com>
4511
4512 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
4513 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
4514
4515 2013-06-18 Glenn Morris <rgm@gnu.org>
4516
4517 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
4518 Replace obsolete function generic-make-keywords with its expansion.
4519
4520 * progmodes/python.el (ffap-alist): Declare.
4521
4522 * textmodes/reftex.el (bibtex-mode-map): Declare.
4523
4524 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
4527 (package-unpack, package-unpack-single): Return the pkg-dir.
4528 (package-download-transaction): Use it to update package-alist.
4529
4530 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4531
4532 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
4533 possible choice.
4534
4535 2013-06-17 Juri Linkov <juri@jurta.org>
4536
4537 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
4538
4539 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4540
4541 * emacs-lisp/package.el (package-load-descriptor):
4542 Remove `with-syntax-table' call, `read' doesn't need it.
4543 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
4544
4545 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
4546
4547 * startup.el (command-line): Expand package name returned by
4548 `package--description-file' (bug#14639).
4549
4550 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4551
4552 * emacs-lisp/package.el (package-load-descriptor): Do not call
4553 `emacs-lisp-mode', just use its syntax table.
4554
4555 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
4556
4557 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
4558 `font-lock-extra-managed-props' if any prettifying keyword is added.
4559 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
4560 (prog-mode): Use `setq-local'.
4561
4562 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * international/characters.el (standard-case-table): Set syntax of ?»
4565 and ?« to punctuation.
4566
4567 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
4568
4569 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
4570 Save relevant match data before calling `syntax-ppss' (bug#14595).
4571
4572 2013-06-15 Juri Linkov <juri@jurta.org>
4573
4574 * files-x.el (modify-file-local-variable-prop-line): Add local
4575 variables to the end of the existing comment on the first line.
4576 Use `file-auto-mode-skip' to skip interpreter magic line,
4577 and also skip XML declaration.
4578
4579 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * startup.el (package--builtin-versions): New var.
4582 (package-subdirectory-regexp): Remove.
4583 (package--description-file): Hard code its value instead.
4584
4585 * emacs-lisp/package.el: Don't activate packages older than builtin.
4586 (package-obsolete-list): Rename from package-obsolete-alist, and make
4587 it into a simple list of package-desc.
4588 (package-strip-version): Remove.
4589 (package-built-in-p): Use package--builtin-versions.
4590 (package-mark-obsolete): Simplify.
4591 (package-process-define-package): Mark it obsolete if older than the
4592 builtin version.
4593 (package-handle-response): Use line-end-position.
4594 (package-read-archive-contents, package--download-one-archive):
4595 Simplify.
4596 (package--add-to-archive-contents): Skip if older than the builtin or
4597 installed version.
4598 (package-menu-describe-package): Fix last change.
4599 (package-list-unversioned): New var.
4600 (package-menu--generate): Use it.
4601
4602 * emacs-lisp/autoload.el: Manage package--builtin-versions.
4603 (autoload--insert-text, autoload--insert-cookie-text): New functions.
4604 (autoload-builtin-package-versions): New variable.
4605 (autoload-generate-file-autoloads): Use them.
4606 Remove the list of autoloaded functions/macros from the
4607 (autoload...) comments.
4608
4609 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
4610
4611 2013-06-15 Eli Zaretskii <eliz@gnu.org>
4612
4613 * simple.el (line-move-partial): Don't jump to the next screen
4614 line as soon as it becomes visible. Instead, continue enlarging
4615 the vscroll until the portion of a tall screen line that's left on
4616 display is about the height of the frame's default font.
4617 (Bug#14567)
4618
4619 2013-06-15 Glenn Morris <rgm@gnu.org>
4620
4621 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
4622 compilation-error-regexp-alist void, or local while let-bound.
4623
4624 * progmodes/make-mode.el (makefile-mode-syntax-table):
4625 Treat "=" as punctuation. (Bug#14614)
4626
4627 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * help-fns.el (describe-variable):
4630 Add extra line for permanent-local variables.
4631
4632 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
4633
4634 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4635 Add export, import, library. (Bug#9164)
4636 (library): Set indent function.
4637
4638 2013-06-14 Glenn Morris <rgm@gnu.org>
4639
4640 * term/xterm.el (xterm--query):
4641 Stop after first matching handler. (Bug#14615)
4642
4643 2013-06-14 Ivan Kanis <ivan@kanis.fr>
4644
4645 Add support for dired in saveplace.
4646 * dired.el (dired-initial-position-hook): New variable.
4647 (dired-initial-position): Call hook to place cursor position.
4648 * saveplace.el (save-place-to-alist): Add dired position.
4649 (save-place-dired-hook): New function.
4650
4651 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
4654 through a symbol rather than letrec.
4655
4656 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
4657 (package-desc): Add `dir' field.
4658 (package-desc-full-name): New function.
4659 (package-load-descriptor): Combine the two arguments. Don't use `load'.
4660 (package-maybe-load-descriptor): Remove.
4661 (package-load-all-descriptors): Just call package-load-descriptor.
4662 (package--disabled-p): New function.
4663 (package-desc-vers, package-desc-doc): Remove aliases.
4664 (package--dir): Remove function.
4665 (package-activate): Check if a package is disabled.
4666 (package-process-define-package): New function, extracted from
4667 define-package.
4668 (define-package): Turn into a place holder.
4669 (package-unpack-single, package-tar-file-info):
4670 Use package--description-file.
4671 (package-compute-transaction): Use package--disabled-p.
4672 (package-download-transaction): Don't call
4673 package-maybe-load-descriptor since they're all loaded anyway.
4674 (package-install): Change argument to be a pkg-desc.
4675 (package-delete): Use a single pkg-desc argument.
4676 (describe-package-1): Use package-desc-dir instead of package--dir.
4677 Use package-desc property instead of package-symbol.
4678 (package-install-button-action): Adjust accordingly.
4679 (package--push): Rewrite.
4680 (package-menu--print-info): Adjust accordingly. Change the ID format
4681 to be a pkg-desc.
4682 (package-menu-describe-package, package-menu-get-status)
4683 (package-menu--find-upgrades, package-menu-mark-upgrades)
4684 (package-menu-execute, package-menu--name-predicate):
4685 Adjust accordingly.
4686 * startup.el (package--description-file): New function.
4687 (command-line): Use it.
4688 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4689 Use package-desc-version.
4690
4691 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
4692 (byte-compile-preprocess): Use it.
4693 (byte-compile-file-form-defalias): Try a bit harder to use macros we
4694 can't quite recognize.
4695 (byte-compile-add-to-list): Remove.
4696 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
4697 (cconv-closure-convert): Add assertion.
4698
4699 * emacs-lisp/map-ynp.el: Use lexical-binding.
4700 (map-y-or-n-p): Remove unused vars `tail' and `object'.
4701 Factor out some repeated code.
4702
4703 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * subr.el (with-eval-after-load): New macro.
4706 (eval-after-load): Allow form to be a function.
4707 take advantage of lexical-binding.
4708 (do-after-load-evaluation): Use dolist and adjust to new format.
4709 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
4710
4711 2013-06-13 Juri Linkov <juri@jurta.org>
4712
4713 * replace.el (perform-replace): Display "symbol " and other search
4714 modes from `isearch-message-prefix' in the *Help* buffer.
4715
4716 * isearch.el (isearch-query-replace): Add " symbol" and other
4717 possible search modes from `isearch-message-prefix' to the prompt.
4718 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
4719 when reading a regexp to collect.
4720
4721 2013-06-13 Juri Linkov <juri@jurta.org>
4722
4723 * isearch.el (word-search-regexp): Match whitespace if the search
4724 string begins or ends in whitespace. The LAX arg is applied to
4725 both ends of the search string. Use `regexp-quote' and explicit
4726 \< and \> instead of \b. Use \` and \' instead of ^ and $.
4727 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
4728 boundaries are replaced with symbol boundaries, and characters
4729 between symbols match non-word non-symbol syntax. (Bug#14602)
4730
4731 2013-06-13 Juri Linkov <juri@jurta.org>
4732
4733 * isearch.el (isearch-del-char): Don't exceed the length of
4734 `isearch-string' by the prefix arg. (Bug#14563)
4735
4736 2013-06-13 Juri Linkov <juri@jurta.org>
4737
4738 * isearch.el (isearch-yank-word, isearch-yank-line)
4739 (isearch-char-by-name, isearch-quote-char)
4740 (isearch-printing-char, isearch-process-search-char):
4741 Add optional count prefix arg. (Bug#14563)
4742
4743 * international/isearch-x.el
4744 (isearch-process-search-multibyte-characters):
4745 Add optional count prefix arg.
4746
4747 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4750 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
4751 lexical-binding.
4752
4753 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
4754
4755 * subr.el (set-temporary-overlay-map): Add on-exit argument.
4756
4757 2013-06-13 Glenn Morris <rgm@gnu.org>
4758
4759 * startup.el (tty-handle-args):
4760 Don't just discard "--" and anything after. (Bug#14608)
4761
4762 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
4763
4764 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
4765
4766 Implement changes in Secret Service API. Make it backward compatible.
4767 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
4768 (secrets-create-item): Use it. Prefix properties with interface.
4769
4770 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
4771
4772 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
4773 (term-emulate-terminal): Respect term-suppress-hard-newline.
4774
4775 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
4776
4777 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4778 Only remove a `thumb-file' overlay. (Bug#14548)
4779
4780 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
4781
4782 * mail/reporter.el (reporter-submit-bug-report):
4783 Handle missing package-name. (Bug#14600)
4784
4785 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4786
4787 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
4788 (reftex-citation-prompt, reftex-default-bibliography)
4789 (reftex-bib-or-thebib, reftex-get-bibfile-list)
4790 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4791 (reftex-bib-sort-author, reftex-bib-sort-year)
4792 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
4793 (reftex-extract-bib-entries-from-thebibliography)
4794 (reftex-get-bibkey-default, reftex-get-bib-names)
4795 (reftex-parse-bibtex-entry, reftex-get-bib-field)
4796 (reftex-format-bib-entry, reftex-parse-bibitem)
4797 (reftex-format-bibitem, reftex-do-citation)
4798 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
4799 (reftex-restrict-bib-matches, reftex-extract-bib-file)
4800 (reftex-insert-bib-matches, reftex-format-citation)
4801 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
4802 (reftex-create-bibtex-file): Add docstrings, mostly by converting
4803 existing comments into docstrings.
4804
4805 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
4806
4807 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
4808
4809 2013-06-12 Andreas Schwab <schwab@suse.de>
4810
4811 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
4812 for auto-save files.
4813
4814 2013-06-12 Glenn Morris <rgm@gnu.org>
4815
4816 * ido.el (ido-delete-ignored-files): Remove.
4817 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
4818 Go back to calling ido-ignore-item-p directly.
4819
4820 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
4821
4822 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
4823
4824 * ido.el (ido-delete-ignored-files): New function,
4825 split from ido-make-file-list-1.
4826 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
4827 (ido-make-file-list-1): Use ido-delete-ignored-files.
4828
4829 2013-06-12 Leo Liu <sdl.web@gmail.com>
4830
4831 * progmodes/octave.el (inferior-octave-startup)
4832 (inferior-octave-completion-table)
4833 (inferior-octave-track-window-width-change)
4834 (octave-eldoc-function-signatures, octave-help)
4835 (octave-find-definition): Use single quoted strings.
4836 (inferior-octave-startup-args): Change default value.
4837 (inferior-octave-startup): Do not hard code "-i" and
4838 "--no-line-editing".
4839 (inferior-octave-resync-dirs): Add optional arg NOERROR.
4840 (inferior-octave-directory-tracker): Use it.
4841 (octave-goto-function-definition): Robustify.
4842 (octave-help): Support highlighting operators in 'See also'.
4843 (octave-find-definition): Find subfunctions only in Octave mode.
4844
4845 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * help-fns.el (help-fns--compiler-macro): If the handler function is
4848 named, then put a link to it.
4849 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
4850 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
4851 (cl-typep): Use it.
4852 (cl-eval-when): Simplify debug spec.
4853 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
4854 compiler-macro function instead of setting `compiler-macro-file'.
4855
4856 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
4857
4858 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
4859 * vc/vc-hooks.el (vc-stay-local): Doc fix.
4860
4861 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4862 Daniel Hackney <dan@haxney.org>
4863
4864 First part of Daniel Hackney's patch to package.el.
4865 * emacs-lisp/package.el: Use defstruct.
4866 (package-desc): New, main struct.
4867 (package--bi-desc, package--ac-desc): New structs, used to describe the
4868 format in external files.
4869 (package-desc-vers): Replace with package-desc-version accessor.
4870 (package-desc-doc): Replace with package-desc-summary accessor.
4871 (package-activate-1): Remove `package' arg since the pkg-vec now
4872 includes the name.
4873 (define-package): Use package-desc-from-define.
4874 (package-unpack-single): Change file-name arg to be a symbol.
4875 (package--add-to-archive-contents): Use package-desc-create and new
4876 accessor functions to package--ac-desc.
4877 (package-buffer-info, package-tar-file-info): Return a package-desc.
4878 (package-install-from-buffer): Remove `type' argument. Change pkg-info
4879 arg to be a package-desc.
4880 (package-install-file): Adjust accordingly. Use \' to match EOS.
4881 (package--from-builtin): New function.
4882 (describe-package-1, package-menu--generate): Use it.
4883 (package--make-autoloads-and-compile): Change name arg to be a symbol.
4884 (package-generate-autoloads): Idem and return the name of the file.
4885 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4886 Change pkg-info arg to be a package-desc.
4887 Use package-make-ac-desc.
4888 (package-upload-file): Use \' to match EOS.
4889 * finder.el (finder-compile-keywords): Use package-make-builtin.
4890
4891 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * vc/vc.el (vc-deduce-fileset): Change error message.
4894 (vc-read-backend): New function.
4895 (vc-next-action): Use it.
4896
4897 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4898
4899 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
4900 (prolog-font-lock-keywords): Use regexp-opt instead.
4901 Don't manually highlight strings.
4902 (prolog-mode-variables): Simplify comment-start-skip.
4903 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
4904
4905 * emacs-lisp/generic.el (generic--normalise-comments)
4906 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
4907 (generic-mode-set-comments): Use them.
4908 (generic-bracket-support): Use setq-local.
4909 (generic-make-keywords-list): Declare obsolete.
4910
4911 2013-06-11 Glenn Morris <rgm@gnu.org>
4912
4913 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4914 Prettify after setting font-lock-defaults. (Bug#14574)
4915
4916 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
4917
4918 * replace.el (query-replace, occur-read-regexp-defaults-function)
4919 (replace-search):
4920 * subr.el (declare-function, number-sequence, local-set-key)
4921 (substitute-key-definition, locate-user-emacs-file)
4922 (with-silent-modifications, split-string, eval-after-load):
4923 Fix typos, remove unneeded backslashes and reflow some docstrings.
4924
4925 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
4928 default for Elisp files.
4929
4930 2013-06-11 Glenn Morris <rgm@gnu.org>
4931
4932 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
4933 although define-derived-mode was doing this anyway. (Bug#14583)
4934
4935 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
4936
4937 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4938 Fix make-variable-buffer-local call to refer to the correct variable.
4939
4940 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
4941
4942 * eshell/em-term.el (eshell-visual-commands)
4943 (eshell-visual-subcommands, eshell-visual-options):
4944 Add summary line to docstrings. Add cross-references.
4945
4946 2013-06-10 Glenn Morris <rgm@gnu.org>
4947
4948 * epa.el (epa-read-file-name): New function. (Bug#14510)
4949 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
4950
4951 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
4952
4953 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
4954 output redirection to be ignored with visual commands.
4955
4956 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
4957
4958 * eshell/em-term.el (eshell-visual-command-p): New function.
4959 (eshell-term-initialize): Move long lambda to separate function
4960 eshell-visual-command-p.
4961 * eshell/em-dirs.el (eshell-dirs-initialise):
4962 * eshell/em-script.el (eshell-script-initialize):
4963 Add missing #' to lambda.
4964
4965 2013-06-08 Leo Liu <sdl.web@gmail.com>
4966
4967 * progmodes/octave.el (octave-add-log-current-defun): New function.
4968 (octave-mode): Set add-log-current-defun-function.
4969 (octave-goto-function-definition): Do not move point if not found.
4970 (octave-find-definition): Enhance to try subfunctions first.
4971
4972 2013-06-08 Glenn Morris <rgm@gnu.org>
4973
4974 * emacs-lisp/bytecomp.el (byte-compile-char-before)
4975 (byte-compile-backward-char, byte-compile-backward-word):
4976 Improve previous change, to handle non-explicit nil.
4977
4978 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
4981 (smie--opener/closer-at-point): New function.
4982 (smie--matching-block-data): Use it. Don't match from right after an
4983 opener or right before a closer. Obey smie-blink-matching-inners.
4984 Don't signal a mismatch for repeated inners like "switch..case..case".
4985
4986 2013-06-07 Leo Liu <sdl.web@gmail.com>
4987
4988 * progmodes/octave.el (octave-mode): Set comment-use-global-state
4989 to t. (Bug#14303)
4990 (octave-function-header-regexp): Fix. (Bug#14570)
4991 (octave-help-mode-finish-hook, octave-help-mode-finish):
4992 Remove. Just use temp-buffer-show-hook.
4993
4994 * newcomment.el (comment-search-backward): Revert last change.
4995 (Bug#14434)
4996
4997 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
4998
4999 2013-06-07 Eli Zaretskii <eliz@gnu.org>
5000
5001 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5002 through xargs, to avoid failure due to MS-Windows limitations on
5003 command-line length.
5004
5005 2013-06-06 Glenn Morris <rgm@gnu.org>
5006
5007 * font-lock.el (lisp-font-lock-keywords-2):
5008 Treat user-error like error.
5009
5010 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5011 (byte-compile-backward-char, byte-compile-backward-word):
5012 Handle explicit nil arguments. (Bug#14565)
5013
5014 2013-06-05 Alan Mackenzie <acm@muc.de>
5015
5016 * isearch.el (isearch-allow-prefix): New user option.
5017 (isearch-other-meta-char): Don't exit isearch when a prefix
5018 argument is typed whilst `isearch-allow-prefix' is non-nil.
5019 (Bug#9706)
5020
5021 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * autorevert.el (auto-revert-notify-handler): Use memq.
5024 Hide assertion failure.
5025
5026 * skeleton.el: Use cl-lib.
5027 (skeleton-further-elements): Use defvar-local.
5028 (skeleton-insert): Use cl-progv.
5029
5030 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5031
5032 * progmodes/prog-mode.el (prog-prettify-symbols)
5033 (prog-prettify-install): Update docstrings.
5034
5035 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * simple.el: Move all the prog-mode code to prog-mode.el.
5038 * progmodes/prog-mode.el: New file.
5039 * loadup.el: Add prog-mode.el.
5040
5041 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5042
5043 * simple.el (prog-prettify-symbols): Add version.
5044 (prog-prettify-install): Add convenience function to prettify symbols.
5045
5046 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5047 (perl--augmented-font-lock-keywords-1)
5048 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5049 variables and use it.
5050
5051 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5052 (cfengine3-mode): Remove unneeded variable and use it.
5053
5054 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5055 (lisp--augmented-font-lock-keywords-1)
5056 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5057 Remove unneeded variables and use it.
5058
5059 2013-06-05 João Távora <joaotavora@gmail.com>
5060
5061 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
5062 to point when opening the connection. (Bug#14380)
5063
5064 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * subr.el (load-history-regexp, load-history-filename-element)
5067 (eval-after-load, after-load-functions, do-after-load-evaluation)
5068 (eval-next-after-load, display-delayed-warnings)
5069 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5070 definition of save-match-data.
5071 (overriding-local-map): Remove accidental obsolescence declaration.
5072
5073 * emacs-lisp/edebug.el (edebug-result): Move before first use.
5074
5075 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5076
5077 Generalize symbol prettify support to prog-mode and implement it
5078 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5079 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5080 (prog--prettify-font-lock-compose-symbol)
5081 (prog-prettify-font-lock-symbols-keywords): New variables and
5082 functions to support symbol prettification.
5083 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5084 (lisp--augmented-font-lock-keywords-1)
5085 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5086 (lisp--prettify-symbols-alist): Implement prettify of lambda.
5087 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5088 (cfengine3--prettify-symbols-alist, cfengine3-mode):
5089 Implement prettify of -> => :: strings.
5090 * progmodes/perl-mode.el (perl-prettify-symbols)
5091 (perl--font-lock-compose-symbol)
5092 (perl--font-lock-symbols-keywords): Move to prog-mode.
5093 (perl--prettify-symbols-alist): Prettify -> => :: strings.
5094 (perl-font-lock-keywords-1)
5095 (perl-font-lock-keywords-2): Remove explicit prettify support.
5096 (perl--augmented-font-lock-keywords)
5097 (perl--augmented-font-lock-keywords-1)
5098 (perl--augmented-font-lock-keywords-2, perl-mode):
5099 Implement prettify support.
5100
5101 2013-06-05 Leo Liu <sdl.web@gmail.com>
5102
5103 Re-implement smie matching block highlight using
5104 show-paren-data-function. (Bug#14395)
5105 * emacs-lisp/smie.el (smie-matching-block-highlight)
5106 (smie--highlight-matching-block-overlay)
5107 (smie--highlight-matching-block-lastpos)
5108 (smie-highlight-matching-block)
5109 (smie-highlight-matching-block-mode): Remove.
5110 (smie--matching-block-data-cache): New variable.
5111 (smie--matching-block-data): New function.
5112 (smie-setup): Use smie--matching-block-data for
5113 show-paren-data-function.
5114
5115 * progmodes/octave.el (octave-mode-menu): Fix.
5116 (octave-find-definition): Skip garbage lines.
5117
5118 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 Fix compilation error with simultaneous dynamic+lexical scoping.
5121 Add warning when a defvar appears after the first let-binding.
5122 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5123 (byte-compile-close-variables): Initialize it.
5124 (byte-compile--declare-var): New function.
5125 (byte-compile-file-form-defvar)
5126 (byte-compile-file-form-define-abbrev-table)
5127 (byte-compile-file-form-custom-declare-variable): Use it.
5128 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
5129 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5130 (byte-compile-bind): Handle dynamic bindings that shadow
5131 lexical bindings.
5132 (byte-compile-unbind): Make arg non-optional.
5133 (byte-compile-let): Simplify.
5134 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5135 (cconv--analyse-function, cconv-analyse-form): Populate it.
5136 Protect byte-compile-bound-variables to limit the scope of defvars.
5137 (cconv-analyse-form): Add missing rule for (defvar <foo>).
5138 Remove unneeded rule for `declare'.
5139
5140 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5141 so as to avoid depending on cl-adjoin at run-time.
5142 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
5143
5144 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
5145 (macroexp--warn-and-return): Use it.
5146
5147 2013-06-05 Leo Liu <sdl.web@gmail.com>
5148
5149 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
5150
5151 2013-06-04 Leo Liu <sdl.web@gmail.com>
5152
5153 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
5154 (compilation-auto-jump): Suppress the "Mark set" message to give
5155 way to exit message.
5156
5157 2013-06-04 Alan Mackenzie <acm@muc.de>
5158
5159 Remove faulty optimisation from indentation calculation.
5160 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
5161 search limit based on 2000 characters back from indent-point.
5162
5163 2013-06-03 Tassilo Horn <tsdh@gnu.org>
5164
5165 * eshell/em-term.el (cl-lib): Require `cl-lib'.
5166
5167 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * emacs-lisp/lisp.el: Use lexical-binding.
5170 (lisp--local-variables-1, lisp--local-variables): New functions.
5171 (lisp--local-variables-completion-table): New var.
5172 (lisp-completion-at-point): Use it complete let-bound vars.
5173
5174 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
5175 eagerly (bug#14422).
5176
5177 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
5178
5179 * autorevert.el (auto-revert-notify-enabled)
5180 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5181 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
5182 (auto-revert-notify-handler): Handle also gfilenotify.
5183
5184 * subr.el (file-notify-handle-event): New defun. Replacing ...
5185 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
5186 Remove.
5187
5188 2013-06-03 Juri Linkov <juri@jurta.org>
5189
5190 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
5191 `M-s h .'. (Bug#14427)
5192
5193 * hi-lock.el (highlight-symbol-at-point): New alias for the new
5194 command `hi-lock-face-symbol-at-point'.
5195 (hi-lock-face-symbol-at-point): New command.
5196 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
5197 (hi-lock-menu): Add `highlight-symbol-at-point'.
5198 (hi-lock-mode): Doc fix.
5199
5200 * isearch.el (isearch-forward-symbol-at-point): New command.
5201 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
5202 (isearch-highlight-regexp): Add a regexp which matches
5203 words/symbols for word/symbol mode.
5204
5205 * subr.el (find-tag-default-bounds): New function with the body
5206 mostly moved from `find-tag-default'.
5207 (find-tag-default): Move most code to `find-tag-default-bounds',
5208 call it and apply `buffer-substring-no-properties' afterwards.
5209
5210 2013-06-03 Tassilo Horn <tsdh@gnu.org>
5211
5212 * eshell/em-term.el (eshell-term-initialize):
5213 Use `cl-intersection' rather than `intersection'.
5214
5215 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
5216
5217 * vc/log-view.el: Doc fix.
5218 (log-view-mode-map): Copy keymap from `special-mode-map'.
5219
5220 2013-06-02 Eric Ludlam <zappo@gnu.org>
5221
5222 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
5223 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
5224 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
5225 (eieio-unbound, eieio-default-superclass)
5226 (eieio--define-field-accessors, method-static, method-before)
5227 (method-primary, method-after, method-num-lists)
5228 (method-generic-before, method-generic-primary)
5229 (method-generic-after, method-num-slots)
5230 (eieio-specialized-key-to-generic-key)
5231 (eieio--check-type, class-v, class-p)
5232 (eieio-class-name, define-obsolete-function-alias)
5233 (eieio-class-parents-fast, eieio-class-children-fast)
5234 (same-class-fast-p, class-constructor, generic-p)
5235 (generic-primary-only-p, generic-primary-only-one-p)
5236 (class-option-assoc, class-option, eieio-object-p)
5237 (class-abstract-p, class-method-invocation-order)
5238 (eieio-defclass-autoload-map, eieio-defclass-autoload)
5239 (eieio-class-un-autoload, eieio-defclass)
5240 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
5241 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
5242 (eieio--defgeneric-init-form, eieio-defgeneric-form)
5243 (eieio-defgeneric-reset-generic-form)
5244 (eieio-defgeneric-form-primary-only)
5245 (eieio-defgeneric-reset-generic-form-primary-only)
5246 (eieio-defgeneric-form-primary-only-one)
5247 (eieio-defgeneric-reset-generic-form-primary-only-one)
5248 (eieio-unbind-method-implementations)
5249 (eieio--defmethod, eieio--typep)
5250 (eieio-perform-slot-validation, eieio-validate-slot-value)
5251 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
5252 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
5253 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
5254 (eieio-slot-name-index, eieio-class-slot-name-index)
5255 (eieio-set-defaults, eieio-initarg-to-attribute)
5256 (eieio-attribute-to-initarg, eieio-c3-candidate)
5257 (eieio-c3-merge-lists, eieio-class-precedence-c3)
5258 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
5259 (eieio-class-precedence-list, eieio-generic-call-methodname)
5260 (eieio-generic-call-arglst, eieio-generic-call-key)
5261 (eieio-generic-call-next-method-list)
5262 (eieio-pre-method-execution-functions, eieio-generic-call)
5263 (eieio-generic-call-primary-only, eieiomt-method-list)
5264 (eieiomt-optimizing-obarray, eieiomt-install)
5265 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
5266 (eieio-generic-form, eieio-defmethod, make-obsolete)
5267 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
5268 (defclass): Remove `eval-and-compile' from macro.
5269 (call-next-method, shared-initialize): Instead of using
5270 `scoped-class' variable, use new eieio--scoped-class, and
5271 eieio--with-scoped-class.
5272 (initialize-instance): Rename local variable 'scoped-class' to
5273 'this-class' to remove ambiguitity from old global.
5274
5275 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
5276 eieio.el.
5277 (eieio--scoped-class-stack): New variable.
5278 (eieio--scoped-class): New fcn.
5279 (eieio--with-scoped-class): New scoping macro.
5280 (eieio-defclass): Use pushnew instead of add-to-list.
5281 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
5282 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
5283 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
5284 `scoped-class' variable, use new eieio--scoped-class, and
5285 eieio--with-scoped-class.
5286
5287 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
5288
5289 2013-06-02 Tassilo Horn <tsdh@gnu.org>
5290
5291 * eshell/esh-ext.el (eshell-external-command): Pass args to
5292 `eshell-find-interpreter'.
5293 (eshell-find-interpreter): Add new second parameter ARGS.
5294
5295 * eshell/em-script.el (eshell-script-initialize): Add second arg
5296 to the function added as MATCH to `eshell-interpreter-alist'.
5297
5298 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
5299 the function added as MATCH to `eshell-interpreter-alist'.
5300
5301 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
5302 (eshell-visual-options): New defcustom.
5303 (eshell-escape-control-x): Adapt docstring.
5304 (eshell-term-initialize): Test `eshell-visual-subcommands' and
5305 `eshell-visual-options' in addition to `eshell-visual-commands'.
5306 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
5307
5308 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
5309
5310 * progmodes/python.el (python-indent-block-enders): Add break,
5311 continue and raise keywords.
5312
5313 2013-06-01 Glenn Morris <rgm@gnu.org>
5314
5315 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
5316
5317 Plain (f)boundp silences compilation warnings since Emacs 22.1.
5318 * progmodes/cc-cmds.el (delete-forward-p):
5319 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
5320 * progmodes/cc-engine.el (buffer-syntactic-context):
5321 * progmodes/cc-fonts.el (face-property-instance):
5322 * progmodes/cc-mode.el (set-keymap-parents):
5323 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
5324 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
5325 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
5326 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
5327 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
5328
5329 * progmodes/cc-vars.el (other): Emacs has this widget since
5330 at least 21.1, so don't (re)define it.
5331
5332 * eshell/em-cmpl.el (eshell-cmpl-initialize):
5333 Replace the obsolete alias pcomplete-arg-quote-list.
5334
5335 2013-06-01 Leo Liu <sdl.web@gmail.com>
5336
5337 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
5338 punctuation syntax.
5339 (inferior-octave-minimal-columns)
5340 (inferior-octave-last-column-width): New variables.
5341 (inferior-octave-track-window-width-change): New function.
5342 (inferior-octave-mode): Adjust column width so that Octave output,
5343 for example from 'ls', can fit into the window nicely.
5344
5345 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5346
5347 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5348 Highlight expansions inside regexp literals.
5349
5350 2013-05-31 Glenn Morris <rgm@gnu.org>
5351
5352 * obsolete/sym-comp.el (symbol-complete):
5353 Replace obsolete completion-annotate-function.
5354
5355 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
5356
5357 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5358
5359 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5360 New function, checks if point is inside a literal that allows
5361 expression expansion.
5362 (ruby-syntax-propertize-expansion): Use it.
5363 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
5364 around the body.
5365
5366 2013-05-30 Juri Linkov <juri@jurta.org>
5367
5368 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
5369 to "\M-si".
5370 (isearch-invisible): New variable.
5371 (isearch-forward): Doc fix.
5372 (isearch-mode): Set `isearch-invisible'
5373 to the value of `search-invisible'.
5374 (isearch-toggle-case-fold): Doc fix.
5375 (isearch-toggle-invisible): New command.
5376 (isearch-query-replace): Let-bind `search-invisible'
5377 to the value of `isearch-invisible'.
5378 (isearch-search): Use `isearch-invisible' instead of
5379 `search-invisible'. Let-bind `search-invisible'
5380 to the value of `isearch-invisible'. (Bug#11378)
5381
5382 2013-05-30 Juri Linkov <juri@jurta.org>
5383
5384 * replace.el (perform-replace): Avoid `isearch-range-invisible'
5385 call when `query-flag' is nil and `search-invisible' is non-nil.
5386 (Bug#11746)
5387
5388 2013-05-30 Glenn Morris <rgm@gnu.org>
5389
5390 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
5391
5392 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
5393 (cc-require): Suppress spurious "noruntime" warnings.
5394 (cc-require-when-compile): Use fboundp, for sake of compiler.
5395
5396 * progmodes/cc-mode.el: Move load of cc-vars before that of
5397 cc-langs (which in turn loads cc-vars), to quieten compiler.
5398
5399 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * paren.el: Simplify the code.
5402 (show-paren-mode): Always start the timer.
5403 (show-paren--idle-timer): Rename from show-paren-idle-timer.
5404 (show-paren--overlay, show-paren--overlay-1): Rename from
5405 show-paren-overlay and show-paren-overlay-1, and initialize to an
5406 overlay rather than to nil.
5407 (show-paren-function): Misc cleanup and simplifications.
5408
5409 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * paren.el (show-paren-data-function): New hook.
5412 (show-paren--default): New function, extracted from show-paren-function.
5413 (show-paren-function): Use show-paren-data-function.
5414
5415 2013-05-30 Glenn Morris <rgm@gnu.org>
5416
5417 * ielm.el (ielm-map, ielm-complete-symbol):
5418 Use completion-at-point rather than obsolete functions.
5419 (inferior-emacs-lisp-mode): Doc fix.
5420 Set completion-at-point-functions, rather than
5421 comint-dynamic-complete-functions.
5422
5423 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
5424 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
5425 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
5426
5427 * image.el (image-animated-p): Tweak definition.
5428
5429 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
5430 (rlogin-process-connection-type): Tweak default. Add set-after.
5431 (rlogin-host): Doc fix.
5432 (rlogin): Tweak prompt.
5433 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
5434
5435 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
5436 * progmodes/tcl.el (inferior-tcl-mode-map):
5437 Use completion-at-point rather than obsolete alias.
5438
5439 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
5440
5441 * minibuffer.el (read-file-name-completion-ignore-case):
5442 Move before completion--in-region, for eager macro expansion.
5443
5444 2013-05-29 Juri Linkov <juri@jurta.org>
5445
5446 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
5447 for total count of matching lines. Add `global-matches' for total
5448 count of matches. Rename `matches' to `lines' for count of
5449 matching lines. Add `matches' for count of matches.
5450 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
5451 to `prev-line' for line number of prev match endpt.
5452 Increment `matches' for every match. Print the number of
5453 matching lines in the header.
5454 (occur-context-lines): Rename `lines' to `curr-line'.
5455 Rename `prev-lines' to `prev-line'. (Bug#14017)
5456
5457 2013-05-29 Juri Linkov <juri@jurta.org>
5458
5459 * replace.el (perform-replace): Add `skip-read-only-count',
5460 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5461 Increment them for corresponding conditions and report the number
5462 of skipped occurrences in the final message. (Bug#11746)
5463 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5464 (replace-string, replace-regexp): Doc fix.
5465
5466 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * emacs-lisp/trace.el (trace--read-args): Provide a default.
5469
5470 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
5471 prog-mode-map (bug#14504).
5472
5473 2013-05-29 Leo Liu <sdl.web@gmail.com>
5474
5475 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
5476 (octave-help): Small simplification.
5477
5478 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
5479 off the highlight first.
5480
5481 2013-05-29 Glenn Morris <rgm@gnu.org>
5482
5483 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
5484 Handle idlwave-last-system-routine-info-cons-cell being nil.
5485
5486 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5487 (idlwave-write-paths): Simplify via with-temp-buffer.
5488
5489 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
5490 * emulation/cua-rect.el: Also load cua-base at run time.
5491
5492 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
5493 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
5494 (cperl-imenu-on-info): Require imenu.
5495
5496 2013-05-28 Alan Mackenzie <acm@muc.de>
5497
5498 Handle "capitalised keywords" correctly.
5499 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
5500
5501 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
5502
5503 * eshell/em-unix.el: Add -r option to cp.
5504
5505 2013-05-28 Glenn Morris <rgm@gnu.org>
5506
5507 * vc/vc-arch.el (vc-exec-after): Declare.
5508 (vc-switches): Autoload.
5509 * vc/vc-bzr.el: No need to require vc when compiling.
5510 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
5511 (vc-resynch-buffer, vc-dir-refresh): Declare.
5512 (vc-setup-buffer, vc-switches): Autoload.
5513 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
5514 (vc-resynch-buffer): Declare.
5515 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
5516 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
5517 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
5518 (grep-read-regexp, grep-read-files, grep-expand-template)
5519 (vc-dir-refresh): Declare.
5520 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
5521 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
5522 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
5523 * vc/vc-mtn.el (vc-exec-after): Declare.
5524 (vc-switches): Autoload.
5525 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
5526 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
5527 (vc-file-tree-walk): Declare.
5528 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
5529 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
5530 (vc-tag-precondition, vc-rename-master): Autoload.
5531 * vc/vc-svn.el (vc-exec-after): Declare.
5532 (vc-switches, vc-setup-buffer): Autoload.
5533 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
5534 Autoload.
5535 (vc-resynch-buffer): Declare.
5536
5537 * obsolete/fast-lock.el (byte-compile-warnings):
5538 Don't warn about obsolete features in this obsolete file.
5539
5540 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
5541 Move definition before use.
5542
5543 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
5544 (dun-unix-verbs): Remove dun-zippy.
5545 (dun-zippy): Remove function.
5546
5547 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5548
5549 2013-05-27 Juri Linkov <juri@jurta.org>
5550
5551 * replace.el (replace-search): New function with code moved out
5552 from `perform-replace'.
5553 (replace-highlight, replace-dehighlight): Move function definitions
5554 up closer to `replace-search'. (Bug#11746)
5555
5556 2013-05-27 Juri Linkov <juri@jurta.org>
5557
5558 * replace.el (perform-replace): Ignore invisible matches.
5559 In addition to checking `query-replace-skip-read-only', also
5560 filter out matches by calling `run-hook-with-args-until-failure'
5561 on `isearch-filter-predicates', and also check `search-invisible'
5562 for t or call `isearch-range-invisible'.
5563 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
5564
5565 2013-05-27 Juri Linkov <juri@jurta.org>
5566
5567 * isearch.el (isearch-filter-predicates): Rename from
5568 `isearch-filter-predicate'. Doc fix. (Bug#11378)
5569 (isearch-message-prefix): Display text from the property
5570 `isearch-message-prefix' of the currently active filters.
5571 (isearch-search): Don't compare `isearch-filter-predicate' with
5572 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
5573 on `isearch-filter-predicates'. Also check `search-invisible' for t
5574 or call `isearch-range-invisible'.
5575 (isearch-filter-visible): Make obsolete.
5576 (isearch-lazy-highlight-search):
5577 Call `run-hook-with-args-until-failure' on
5578 `isearch-filter-predicates' and use `isearch-range-invisible'.
5579
5580 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
5581 `isearch-filter-predicates' instead of `funcall'ing
5582 `isearch-filter-predicate'.
5583 (Info-mode): Set `Info-isearch-filter' to
5584 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
5585
5586 * dired-aux.el (dired-isearch-filter-predicate-orig):
5587 Remove variable.
5588 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5589 (dired-isearch-filenames-end): Add and remove
5590 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
5591 instead of changing the value of `isearch-filter-predicate'.
5592 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
5593 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
5594 Put property `isearch-message-prefix' to "filename " on
5595 `dired-isearch-filter-filenames'.
5596
5597 * wdired.el (wdired-change-to-wdired-mode):
5598 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
5599 locally instead of changing `isearch-filter-predicate'.
5600 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
5601
5602 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
5603
5604 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
5605 return the commit hash (Bug#14459). Also set the
5606 `vc-git-detached' property.
5607 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
5608 (vc-git-mode-line-string): Use the same help-echo format whether
5609 in detached mode or not, because we know the actual revision now.
5610 When in detached mode, shorten the revision to 7 chars.
5611
5612 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * emacs-lisp/easy-mmode.el (define-minor-mode):
5615 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
5616 mode hook and provide a docstring.
5617
5618 2013-05-27 Alan Mackenzie <acm@muc.de>
5619
5620 Remove spurious syntax-table text properties inserted by C-y.
5621 * progmodes/cc-mode.el (c-after-change): Also clear hard
5622 syntax-table property with value nil.
5623
5624 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
5625
5626 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
5627 when reading the events; the buffer layout shall not be changed.
5628
5629 2013-05-27 Leo Liu <sdl.web@gmail.com>
5630
5631 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
5632 New variable.
5633 (inferior-octave-directory-tracker): Automatically re-sync
5634 default-directory.
5635 (octave-help): Improve handling of 'See also'.
5636
5637 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * doc-view.el: Minor naming convention tweaks.
5640 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
5641
5642 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
5643 even if there's no `display' property yet (bug#14435).
5644
5645 2013-05-25 Eli Zaretskii <eliz@gnu.org>
5646
5647 * subr.el (unmsys--file-name): Rename from reveal-filename.
5648
5649 * Makefile.in (custom-deps, finder-data, autoloads)
5650 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5651 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5652 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
5653
5654 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
5657 error-completion on the first 2 args of condition-case (bug#14446).
5658 Don't burp at EOB.
5659
5660 2013-05-25 Leo Liu <sdl.web@gmail.com>
5661
5662 * comint.el (comint-previous-matching-input): Do not flood the
5663 *Messages* buffer with trivial messages.
5664
5665 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * progmodes/flymake.el (flymake-nop): Don't return a string.
5668 (flymake-set-at): Fix typo.
5669
5670 * simple.el (read--expression): New function, extracted from
5671 eval-expression. Set completion-at-point-functions (bug#14465).
5672 (eval-expression, eval-minibuffer): Use it.
5673
5674 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
5675
5676 * progmodes/flymake.el (flymake-save-buffer-in-file)
5677 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
5678 (flymake-selected-frame, flymake-log, flymake-ins-after)
5679 (flymake-set-at, flymake-get-buildfile-from-cache)
5680 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
5681 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
5682 Refine the doc string.
5683 (flymake-get-file-name-mode-and-masks): Reformat.
5684 (flymake-get-real-file-name-function): Fix a minor bug.
5685
5686 2013-05-24 Juri Linkov <juri@jurta.org>
5687
5688 * progmodes/grep.el (grep-mode-font-lock-keywords):
5689 Support =linenumber= format used by git-grep for lines with
5690 function names. (Bug#13549)
5691
5692 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * progmodes/octave.el (octave-smie-rules): Return nil rather than
5695 0 after a semi-colon; it works better for smie-auto-fill.
5696 (octave--indent-new-comment-line): New function.
5697 (octave-indent-new-comment-line): Use it (indirectly).
5698 (octave-mode): Don't disable smie-auto-fill. Use add-function to
5699 modify comment-line-break-function.
5700
5701 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
5702 (smie-setup): Use add-function to set it.
5703
5704 2013-05-24 Sam Steingold <sds@gnu.org>
5705
5706 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
5707 argument (before the `interactive' argument).
5708
5709 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * image-mode.el (image-mode-winprops): Add winprops to
5712 image-mode-winprops-alist before running
5713 image-mode-new-window-functions.
5714 * doc-view.el (doc-view-new-window-function): Don't delay
5715 doc-view-goto-page via timers (bug#14435).
5716
5717 2013-05-24 Tassilo Horn <tsdh@gnu.org>
5718
5719 * doc-view.el: Integrate with desktop.el. (Bug#14435)
5720 (doc-view-desktop-save-buffer): New function.
5721 (doc-view-restore-desktop-buffer): New function.
5722 (desktop-buffer-mode-handlers):
5723 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
5724 handler.
5725 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
5726 `desktop-save-buffer' function.
5727
5728 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
5729
5730 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
5731 (tramp-gvfs-file-name-handler): Raise a user error when
5732 `tramp-gvfs-enabled' is nil.
5733 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
5734 Do not raise a user error when loading package. (Bug#14447)
5735
5736 * net/xesam.el: Move to obsolete/.
5737
5738 2013-05-24 Glenn Morris <rgm@gnu.org>
5739
5740 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
5741
5742 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
5743
5744 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
5745 (Info-find-node, Man-getpage-in-background): Declare.
5746
5747 * mail/unrmail.el (unrmail):
5748 Replace obsolete detect-coding-with-priority.
5749
5750 * net/socks.el (socks-split-string): Use this rather than split-string.
5751 (socks-nslookup-host): Update for above change.
5752 (dynamic-choice, s5-dynamic-choice-match)
5753 (s5-dynamic-choice-match-inline, s5-widget-value-create):
5754 Comment out unused code.
5755
5756 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
5757 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
5758 (gud-tooltip-echo-area): Make obsolete.
5759 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
5760
5761 * progmodes/js.el (js--optimize-arglist): Declare.
5762
5763 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
5764
5765 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
5766 (ediff-window-C): Declare.
5767
5768 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
5769 Tweak requires to silence compiler.
5770
5771 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
5772 (he-search-string, he-tried-table, he-expand-list)
5773 (he-init-string, he-string-member, he-substitute-string)
5774 (he-reset-string): Declare.
5775
5776 * obsolete/options.el (list-options): Use custom-variable-p,
5777 rather than obsolete alias.
5778
5779 2013-05-23 Sam Steingold <sds@gnu.org>
5780
5781 * simple.el (shell-command-on-region): Pass the `replace' argument
5782 down to `call-process-region' to comply with the doc as reported on
5783 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
5784
5785 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * emacs-lisp/smie.el (smie-indent-forward-token)
5788 (smie-indent-backward-token): Handle string tokens (bug#14381).
5789
5790 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5791
5792 * ielm.el (ielm-menu): New menu.
5793 (inferior-emacs-lisp-mode): Set comment-start.
5794
5795 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5796
5797 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
5798 Fix deactivate action.
5799
5800 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
5801 Add cleveref macros.
5802
5803 * lisp/textmodes/reftex-parse.el
5804 (reftex-locate-bibliography-files): Accept options for
5805 bibliography commands.
5806 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
5807 Add addbibresource. Basic Biblatex support.
5808
5809 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
5810
5811 * net/tramp-gvfs.el (top):
5812 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5813 when loading package. (Bug#14447)
5814
5815 2013-05-23 Glenn Morris <rgm@gnu.org>
5816
5817 * progmodes/js.el: No need to load comint when compiling.
5818 (ring-insert, comint-send-string, comint-send-input)
5819 (comint-last-input-end, ido-chop): Declare.
5820
5821 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
5822 * vc/ediff-mult.el: Adjust requires.
5823 (ediff-directories-internal, ediff-directory-revisions-internal)
5824 (ediff-patch-file-internal): Declare.
5825 * vc/ediff-ptch.el: Adjust requires.
5826 (ediff-use-last-dir, ediff-buffers-internal): Declare.
5827 (ediff-find-file): Autoload.
5828 * vc/ediff-util.el: No need to load ediff when compiling.
5829 (ediff-regions-internal): Declare.
5830 * vc/ediff-wind.el: Adjust requires.
5831 (ediff-compute-toolbar-width): Define when compiling.
5832 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
5833 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
5834 (dired-get-filename, dired-get-marked-files)
5835 (ediff-last-dir-patch, ediff-patch-default-directory)
5836 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
5837 (ediff-patch-buffer-internal): Declare.
5838
5839 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
5840 (ispell-process, ispell-buffer-local-words, lm-summary)
5841 (lm-section-start, lm-section-end): Declare.
5842 (checkdoc-ispell-init): Simplify.
5843
5844 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
5845 (he-string-member, he-reset-string, he-substitute-string): Declare.
5846
5847 * eshell/em-ls.el: Adjust requires.
5848 (eshell-glob-regexp): Declare.
5849 * eshell/em-tramp.el: Adjust requires.
5850 (eshell-parse-command): Autoload.
5851 * eshell/em-xtra.el: Adjust requires.
5852 (eshell-parse-command): Autoload.
5853 * eshell/esh-ext.el: Adjust requires.
5854 (eshell-parse-command, eshell-close-handles): Autoload.
5855 * eshell/esh-io.el: Adjust requires.
5856 (eshell-output-filter): Autoload.
5857 * eshell/esh-util.el: No need to load tramp when compiling.
5858 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
5859 Declare.
5860 (eshell-parse-ange-ls): Require ange-ftp and tramp.
5861 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5862 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
5863 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
5864 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
5865 * eshell/esh-opt.el, eshell/esh-proc.el:
5866 * eshell/esh-var.el: Adjust requires.
5867 * eshell/eshell.el: Do not require esh-util twice.
5868 (eshell-add-input-to-history): Declare.
5869 (eshell-command): Check history module is active before using it.
5870
5871 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
5872
5873 2013-05-22 Leo Liu <sdl.web@gmail.com>
5874
5875 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
5876
5877 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
5878
5879 * autorevert.el (auto-revert-notify-add-watch)
5880 (auto-revert-notify-handler): Add `attrib' for the inotify case,
5881 it indicates changes in file modification time.
5882
5883 2013-05-22 Glenn Morris <rgm@gnu.org>
5884
5885 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5886 Always delete the autoloaded function from the noruntime and
5887 unresolved functions lists.
5888
5889 * allout.el: No need to load epa, epg, overlay when compiling.
5890 (epg-context-set-passphrase-callback, epg-list-keys)
5891 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
5892 (epg-key-user-id-list): Declare.
5893
5894 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5895 (viper-set-parsing-style-toggling-macro)
5896 (viper-set-emacs-state-searchstyle-macros):
5897 Use called-interactively-p on Emacs.
5898 (viper-looking-back): Make it an obsolete alias. Update callers.
5899 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
5900 Use looking-back rather than viper-looking-back.
5901 (viper-tmp-insert-at-eob, viper-enlarge-region)
5902 (viper-read-string-with-history, viper-register-to-point)
5903 (viper-append-to-register, viper-change-state-to-vi)
5904 (viper-backward-char-carefully, viper-forward-char-carefully)
5905 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
5906 (viper-change-state-to-emacs): Declare.
5907 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
5908 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
5909 * emulation/viper-mous.el: Do not load viper-cmd.
5910 (viper-backward-char-carefully, viper-forward-char-carefully)
5911 (viper-forward-word, viper-adjust-window): Declare.
5912
5913 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
5914
5915 * progmodes/idlw-help.el (idlwave-help-fontify):
5916 Use called-interactively-p.
5917
5918 * term/w32console.el (w32-get-console-codepage)
5919 (w32-get-console-output-codepage): Declare.
5920
5921 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
5922 Remove unnecessary declarations.
5923 (dframe-message): Doc fix.
5924
5925 * info.el (dframe-select-attached-frame, dframe-current-frame):
5926 Declare.
5927
5928 * speedbar.el (speedbar-message): Make it an obsolete alias.
5929 Update all callers.
5930 (speedbar-with-attached-buffer)
5931 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
5932 (speedbar-with-writable): Use backquote.
5933 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
5934 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5935 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
5936 rather than speedbar- aliases.
5937 * mail/rmail.el: Load dframe rather than speedbar when compiling.
5938 (speedbar-make-specialized-keymap, speedbar-insert-button)
5939 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
5940 (speedbar-do-function-pointer): Declare.
5941 (rmail-speedbar-button, rmail-speedbar-find-file)
5942 (rmail-speedbar-move-message):
5943 Use dframe-with-attached-buffer rather than speedbar- alias.
5944 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
5945 (dframe-message, speedbar-make-specialized-keymap)
5946 (speedbar-add-expansion-list, speedbar-mode-functions-list)
5947 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
5948 (speedbar-insert-button, dframe-select-attached-frame)
5949 (dframe-maybee-jump-to-attached-frame)
5950 (speedbar-change-initial-expansion-list)
5951 (speedbar-previously-used-expansion-list-name): Declare.
5952 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
5953 Use dframe-message, dframe-with-attached-buffer rather than
5954 speedbar- aliases.
5955 (gud-sentinel): Silence compiler.
5956 * progmodes/vhdl-mode.el (speedbar-refresh)
5957 (speedbar-do-function-pointer, speedbar-add-supported-extension)
5958 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
5959 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
5960 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
5961 (speedbar-file-lists, speedbar-make-tag-line)
5962 (speedbar-line-directory, speedbar-goto-this-file)
5963 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
5964 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
5965 (speedbar-make-button, speedbar-reset-scanners)
5966 (speedbar-files-item-info, speedbar-line-text)
5967 (speedbar-find-file-in-frame, speedbar-set-timer)
5968 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
5969 (speedbar-with-writable): Do not (re)define it.
5970 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
5971 rather than speedbar- alias.
5972
5973 2013-05-21 Leo Liu <sdl.web@gmail.com>
5974
5975 * progmodes/octave.el (octave-mode-menu): Update and re-organize
5976 menu items.
5977 (octave-mode): Tweak fill-nobreak-predicate.
5978 (inferior-octave-startup): Check process to avoid infinite loop.
5979 (inferior-octave): Pop to buffer first to show abornmal process
5980 exit information.
5981
5982 2013-05-21 Glenn Morris <rgm@gnu.org>
5983
5984 * printing.el (pr-menu-bar): Define when compiling.
5985
5986 2013-05-21 Leo Liu <sdl.web@gmail.com>
5987
5988 * progmodes/octave.el (octave-auto-fill): Remove.
5989 (octave-indent-new-comment-line): Improve.
5990 (octave-mode): Use auto fill mode through
5991 comment-line-break-function and fill-nobreak-predicate.
5992 (octave-goto-function-definition): Support DEFUN_DLD.
5993 (octave-beginning-of-defun): Small tweak.
5994 (octave-help): Show parent directory.
5995
5996 2013-05-21 Glenn Morris <rgm@gnu.org>
5997
5998 * files.el (dired-unmark):
5999 * progmodes/gud.el (gdb-input): Update declarations.
6000
6001 * calculator.el (electric, ehelp): No need to load when compiling.
6002 (Electric-command-loop, electric-describe-mode): Declare.
6003
6004 * doc-view.el (doc-view-current-converter-processes): Move before use.
6005
6006 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6007 Move MODE-set-explicitly definition before use.
6008
6009 * international/mule-diag.el (mule-diag):
6010 Don't use obsolete window-system-version.
6011
6012 * mail/feedmail.el (smtpmail): No need to load when compiling.
6013 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6014
6015 * mail/mail-utils.el (rfc822): No need to load when compiling.
6016 (rfc822-addresses): Autoload it.
6017 (mail-strip-quoted-names): Trivial simplification.
6018
6019 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6020 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6021
6022 * net/snmp-mode.el (tempo): Don't duplicate requires.
6023
6024 * progmodes/prolog.el (info): No need to load when compiling.
6025 (comint): Require before shell requires it.
6026 (Info-goto-node): Autoload it.
6027 (Info-follow-nearest-node): Declare.
6028 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6029
6030 * textmodes/artist.el (picture-mode-exit): Declare.
6031
6032 * textmodes/reftex-parse.el (reftex-parse-from-file):
6033 Trivial rewrite so the compiler can parse it better.
6034
6035 2013-05-20 Leo Liu <sdl.web@gmail.com>
6036
6037 * progmodes/octave.el (octave-help-mode-map)
6038 (octave-help-mode-finish-hook): New variables.
6039 (octave-help-mode, octave-help-mode-finish): New functions.
6040 (octave-help): Use octave-help-mode.
6041
6042 2013-05-20 Glenn Morris <rgm@gnu.org>
6043
6044 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
6045
6046 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
6047
6048 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6049 start at point, so that expansion starting right after opening
6050 slash in a regexp is recognized.
6051 (ruby-syntax-before-regexp-re): New defvar, extracted from
6052 ruby-syntax-propertize-function. Since the value of this regexp
6053 is looked up at runtime now, we should be able to turn
6054 `ruby-syntax-methods-before-regexp' into a defcustom later.
6055 (ruby-syntax-propertize-function): Split regexp matching into two
6056 parts, for opening and closing slashes. That allows us to skip
6057 over string interpolations and support multiline regexps.
6058 Don't call `ruby-syntax-propertize-expansions', instead use another rule
6059 for them, which calls `ruby-syntax-propertize-expansion'.
6060 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6061 call to `ruby-syntax-propertize-function'.
6062 (ruby-syntax-propertize-expansion): Extracted from
6063 `ruby-syntax-propertize-expansions'. Handles one expansion.
6064 (ruby-syntax-propertize-percent-literal): Leave point right after
6065 the percent symbol, so that the expression expansion rule can
6066 propertize the contents.
6067 (ruby-syntax-propertize-heredoc): Leave point at bol following the
6068 heredoc openers.
6069 (ruby-syntax-propertize-expansions): Remove.
6070
6071 2013-05-18 Juri Linkov <juri@jurta.org>
6072
6073 * man.el (Man-default-man-entry): Remove `-' from the end
6074 of the default value. (Bug#14400)
6075
6076 2013-05-18 Glenn Morris <rgm@gnu.org>
6077
6078 * comint.el (comint-password-prompt-regexp):
6079 Allow "password for XXX" where XXX contains colons (eg https://...).
6080
6081 2013-05-18 Leo Liu <sdl.web@gmail.com>
6082
6083 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
6084 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
6085 (octave-source-directories): Don't check process.
6086 (octave-source-directories, octave-find-definition): Doc fix.
6087
6088 2013-05-18 Glenn Morris <rgm@gnu.org>
6089
6090 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6091 Remove backspace/delete bindings. (Bug#14392)
6092
6093 * cus-dep.el (custom-make-dependencies): Sort the output.
6094 (custom-versions-load-alist): Convert comment to doc.
6095
6096 2013-05-17 Leo Liu <sdl.web@gmail.com>
6097
6098 * newcomment.el (comment-search-backward): Stricter in finding
6099 comment start. (Bug#14303)
6100
6101 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6102 (octave-comment-start-skip): Properly anchored.
6103
6104 2013-05-17 Leo Liu <sdl.web@gmail.com>
6105
6106 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6107 Clean up when turned off. (Bug#14395)
6108 (smie--highlight-matching-block-overlay): No longer buffer-local.
6109 (smie-highlight-matching-block): Adjust.
6110
6111 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
6112
6113 Doc string fix for "nanoseconds" (Bug#14406).
6114 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6115 Fix doc string typo that had "nanoseconds" instead of "microseconds".
6116
6117 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
6118
6119 * calc/calc-units.el (math-extract-units): Preserve powers
6120 of units.
6121
6122 2013-05-17 Leo Liu <sdl.web@gmail.com>
6123
6124 * subr.el (delete-consecutive-dups): New function.
6125 * ido.el (ido-set-matches-1): Use it.
6126 * progmodes/octave.el (inferior-octave-completion-table): Use it.
6127 * ido.el (ido-remove-consecutive-dups): Remove.
6128
6129 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6132 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6133 regexp-opt's `words'.
6134
6135 2013-05-16 Leo Liu <sdl.web@gmail.com>
6136
6137 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6138 (smie--highlight-matching-block-overlay)
6139 (smie--highlight-matching-block-lastpos)
6140 (smie--highlight-matching-block-timer): New variables.
6141 (smie-highlight-matching-block): New function.
6142 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
6143 (smie-setup): Conditionally enable smie-blink-matching-open.
6144
6145 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
6146
6147 Sync with upstream verilog-mode r840.
6148 * progmodes/verilog-mode.el (verilog-mode-version)
6149 (verilog-mode-release-date): Update.
6150 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
6151 (verilog-sig-tieoff): Fix string error on
6152 AUTORESET with colon define, bug594. Reported by Andrew Hou.
6153 (verilog-read-decls): Fix parameters confusing
6154 AUTOINST interfaces, bug565. Reported by Leith Johnson.
6155
6156 2013-05-16 Eli Zaretskii <eliz@gnu.org>
6157
6158 * subr.el (reveal-filename): New function.
6159
6160 * loadup.el: Compute Emacs executable versions on MS-Windows,
6161 where executables have the .exe extension. Add a hard link
6162 emacs-XX.YY.ZZ.exe on MS-Windows.
6163
6164 * Makefile.in (XARGS_LIMIT): New variable.
6165 (custom-deps, finder-data, autoloads)
6166 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6167 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6168 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
6169 (compile-main): Limit xargs according to $(XARGS_LIMIT).
6170
6171 2013-05-16 Leo Liu <sdl.web@gmail.com>
6172
6173 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
6174 (octave-mode-menu, octave-mode-map): Remove its uses.
6175
6176 2013-05-16 Reto Zimmermann <reto@gnu.org>
6177
6178 Sync with upstream vhdl mode v3.34.2.
6179 * progmodes/vhdl-mode.el: Use `push' throughout.
6180 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
6181 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
6182 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
6183 (vhdl-actual-generic-name): New option to derive actual generic name.
6184 (vhdl-port-paste-signals): Replace formal by actual generics.
6185 (vhdl-beautify): New name for old group vhdl-align. Update users.
6186 (vhdl-beautify-options): New option.
6187 (vhdl-last-input-event): New compat alias. Use throughout.
6188 (vhdl-goto-line): Replace user level function `goto-line'.
6189 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
6190 vhdl-fix-statement-buffer.
6191 (vhdl-create-mode-menu): Add some entries.
6192 (vhdl-align-region-groups): Respect vhdl-beautify-options.
6193 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
6194 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
6195 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
6196 to force statements on one line.
6197 (vhdl-remove-trailing-spaces-region):
6198 New, split from vhdl-remove-trailing-spaces.
6199 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
6200 Respect vhdl-beautify-options.
6201 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
6202 (vhdl-update-sensitivity-list): Not add with index if exists without.
6203 Not include array index with signal. Ignore keywords in comments.
6204 (vhdl-get-visible-signals): Regexp tweaks.
6205 (vhdl-template-component-inst): Handle empty library.
6206 (vhdl-template-type): Add template for 'enum' type.
6207 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
6208 Use vhdl-replace-string.
6209 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
6210 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
6211 (vhdl-speedbar-initialize): Update for above name change.
6212 (vhdl-compose-wire-components): Fix in handling of constants.
6213 (vhdl-error-regexp-emacs-alist): New variable.
6214 (vhdl-error-regexp-add-emacs): New function;
6215 adds support for new compile.el (Emacs 22+)
6216 (vhdl-generate-makefile-1): Change target order for single lib. units.
6217 Allow use of absolute file names.
6218
6219 2013-05-16 Leo Liu <sdl.web@gmail.com>
6220
6221 * simple.el (prog-indent-sexp): Indent enclosing defun.
6222
6223 2013-05-15 Glenn Morris <rgm@gnu.org>
6224
6225 * cus-start.el (show-trailing-whitespace): Move to editing basics.
6226 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
6227 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
6228 (whitespace-highlight): Move to whitespace group.
6229
6230 * comint.el (comint-source):
6231 * pcmpl-linux.el (pcmpl-linux):
6232 * shell.el (shell-faces):
6233 * eshell/esh-opt.el (eshell-opt):
6234 * international/ccl.el (ccl): Remove empty custom groups.
6235
6236 * completion.el (dynamic-completion-mode):
6237 * jit-lock.el (jit-lock-debug-mode):
6238 * minibuffer.el (completion-in-region-mode):
6239 * type-break.el (type-break-mode-line-message-mode)
6240 (type-break-query-mode):
6241 * emulation/tpu-edt.el (tpu-edt-mode):
6242 * progmodes/subword.el (global-subword-mode, global-superword-mode):
6243 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6244 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
6245
6246 * term/xterm.el (xterm): Change parent group to terminals.
6247
6248 * master.el (master): Remove empty custom group.
6249 (master-mode): Remove unused :group argument.
6250 * textmodes/refill.el (refill): Remove empty custom group.
6251 (refill-mode): Remove unused :group argument.
6252
6253 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
6254
6255 * cus-dep.el: Provide a feature.
6256 (custom-make-dependencies): Ignore dotfiles (dir-locals).
6257 Don't mistakenly ignore files whose basenames match a basename
6258 from preloaded-file-list (eg cedet/ede/simple.el).
6259 Add a fallback method for getting :group.
6260
6261 2013-05-15 Juri Linkov <juri@jurta.org>
6262
6263 * isearch.el (isearch-char-by-name): Rename from
6264 `isearch-insert-char-by-name'. Doc fix.
6265 (isearch-forward): Mention `isearch-char-by-name' in
6266 the docstring. (Bug#13348)
6267
6268 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
6269 `exit-minibuffer' instead of
6270 `isearch-nonincremental-exit-minibuffer'.
6271 (isearch-edit-string): Remove mention of
6272 `isearch-nonincremental-exit-minibuffer' from docstring.
6273 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
6274 (isearch-forward-exit-minibuffer)
6275 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
6276
6277 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * loadup.el: Just use unversioned DOC.
6280
6281 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
6282 literals as extending to EOB.
6283 (nxml-last-fontify-end): Remove unused variable.
6284 (nxml-after-change1): Use with-silent-modifications.
6285 (nxml-extend-after-change-region): Simplify.
6286 (nxml-extend-after-change-region1): Remove function.
6287 (nxml-after-change1): Don't adjust for dependent regions.
6288 (nxml-fontify-matcher): Simplify.
6289 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
6290 (xmltok-add-dependent): Remove function.
6291 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
6292 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
6293 (xmltok-scan-prolog-after-processing-instruction-open): Treat
6294 unclosed <[[, <?, comment, and other literals as extending to EOB.
6295 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
6296 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
6297 Remove functions.
6298 (rng-do-some-validation-1): Don't mark dependent regions.
6299 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
6300 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
6301 (nxml-clear-dependent-regions): Remove functions.
6302 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
6303 (nxml-ensure-scan-up-to-date):
6304 Don't clear&mark dependent regions.
6305
6306 2013-05-15 Leo Liu <sdl.web@gmail.com>
6307
6308 * progmodes/octave.el (octave-goto-function-definition):
6309 Improve and fix callers.
6310
6311 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
6314 the setter (bug#14387).
6315
6316 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
6317 surrounding group (bug#14402).
6318
6319 2013-05-14 Juri Linkov <juri@jurta.org>
6320
6321 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
6322 (Bug#14390)
6323
6324 2013-05-14 Glenn Morris <rgm@gnu.org>
6325
6326 * progmodes/f90.el (f90-imenu-generic-expression):
6327 Fix typo in 2013-05-08 change. (Bug#14402)
6328
6329 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6330
6331 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
6332 Remove signals for which replies are never received.
6333
6334 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6335
6336 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
6337 (gdb-handler-alist, gdb-handler-number): Remove variables.
6338 (gdb-handler-list): New variable.
6339 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
6340 (gdb-pending-handler-p, gdb-handle-reply)
6341 (gdb-remove-all-pending-triggers): New functions.
6342 (gdb-discard-unordered-replies): New defcustom.
6343 (gdb-handler): New defstruct.
6344 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
6345 instead of gdb-pending-triggers. Update docstring.
6346 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
6347 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
6348 (gdb-var-update-handler, def-gdb-auto-update-trigger)
6349 (def-gdb-auto-update-handler, gdb-get-changed-registers)
6350 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
6351 (gdb-frame-handler): Pending triggers are now automatically managed.
6352 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
6353 Remove argument.
6354 (gdb-input): Automatically handles pending triggers. Update docstring.
6355 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
6356 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
6357 Update comments.
6358 (gdb-done-or-error): Now use gdb-handle-reply.
6359
6360 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6361
6362 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
6363 gdb-debug-log.
6364
6365 2013-05-14 Glenn Morris <rgm@gnu.org>
6366
6367 * subr.el (user-emacs-directory-warning): New option.
6368 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
6369
6370 2013-05-14 Leo Liu <sdl.web@gmail.com>
6371
6372 * progmodes/octave.el (octave-font-lock-keywords): Fix error
6373 during redisplay.
6374 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6375 (octave-font-lock-texinfo-comment): Fix invalid search bound
6376 error: wrong side of point.
6377
6378 2013-05-14 Glenn Morris <rgm@gnu.org>
6379
6380 * progmodes/flymake.el (flymake-xml-program): New option.
6381 (flymake-xml-init): Use it.
6382
6383 * term/xterm.el: Provide a feature.
6384
6385 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
6386
6387 2013-05-13 Glenn Morris <rgm@gnu.org>
6388
6389 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
6390 Add compat aliases as a hack workaround. (Bug#14384)
6391
6392 2013-05-13 Leo Liu <sdl.web@gmail.com>
6393
6394 * progmodes/octave.el (octave-indent-comment): Fix indentation for
6395 ###, and %!.
6396 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
6397 C-M-q.
6398 (octave-comment-start-skip): Include %!.
6399 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
6400
6401 2013-05-12 Leo Liu <sdl.web@gmail.com>
6402
6403 * progmodes/octave.el (inferior-octave-startup): Store the value
6404 of __octave_srcdir__ for octave-source-directories.
6405 (inferior-octave-check-process): New function refactored out of
6406 inferior-octave-send-list-and-digest.
6407 (octave-source-directories)
6408 (octave-find-definition-filename-function): New variables.
6409 (octave-source-directories)
6410 (octave-find-definition-default-filename): New functions.
6411 (octave-find-definition): Improve to find functions implemented in C++.
6412
6413 2013-05-12 Glenn Morris <rgm@gnu.org>
6414
6415 * calendar/diary-lib.el (diary-outlook-format-1):
6416 Don't include dayname in the output. (Bug#14349)
6417
6418 2013-05-11 Glenn Morris <rgm@gnu.org>
6419
6420 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
6421
6422 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
6423 Treat cc-provide like provide.
6424
6425 2013-05-11 Kevin Ryde <user42@zip.com.au>
6426
6427 * cus-dep.el (custom-make-dependencies):
6428 Use generated-autoload-load-name for the sake of files such
6429 such cedet/semantic/bovine/c.el, where the base file name
6430 is not in load-path. (Bug#5277)
6431
6432 2013-05-11 Glenn Morris <rgm@gnu.org>
6433
6434 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
6435 Provide features.
6436
6437 2013-05-11 Leo Liu <sdl.web@gmail.com>
6438
6439 * progmodes/octave.el (octave-indent-comment): Improve.
6440 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
6441 (octave-eldoc-function-signatures, octave-eldoc-function):
6442 New functions.
6443 (octave-mode, inferior-octave-mode): Add eldoc support.
6444
6445 2013-05-11 Richard Stallman <rms@gnu.org>
6446
6447 * epa.el (epa-decrypt-file): Take output file name as argument
6448 and read it using `interactive'.
6449
6450 2013-05-11 Leo Liu <sdl.web@gmail.com>
6451
6452 * progmodes/octave.el (octave-beginning-of-line)
6453 (octave-end-of-line): Check before using up-list because it jumps
6454 out of more syntactic contructs since moving to smie.
6455 (octave-indent-comment): New function.
6456 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6457 (octave-begin-keywords, octave-end-keywords)
6458 (octave-reserved-words, octave-smie-bnf-table)
6459 (octave-smie-rules): Add new keywords from Octave 3.6.4.
6460
6461 2013-05-11 Glenn Morris <rgm@gnu.org>
6462
6463 * faces.el (internal-face-x-get-resource):
6464 * frame.el (ns-display-monitor-attributes-list):
6465 * calc/calc-aent.el (math-to-radians-2):
6466 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
6467 Fix declarations.
6468
6469 * calc/calc-menu.el: Make it loadable in isolation.
6470
6471 * net/eudcb-bbdb.el: Make it loadable without bbdb.
6472 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
6473 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
6474 (eudc-bbdb-query-internal): Require 'bbdb.
6475
6476 * lpr.el (lpr-headers-switches):
6477 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
6478
6479 * progmodes/sql.el (sql-login-params): Fix and improve :type.
6480
6481 * emulation/edt-mapper.el: In batch mode, error rather than hang.
6482
6483 * term.el (term-set-escape-char): Make it idempotent.
6484
6485 2013-05-10 Leo Liu <sdl.web@gmail.com>
6486
6487 * progmodes/octave.el (inferior-octave-completion-table):
6488 No longer a function and all uses changed. Use cache to speed up
6489 completion due to bug#11906.
6490 (octave-beginning-of-defun): Re-write to be more general.
6491
6492 2013-05-10 Glenn Morris <rgm@gnu.org>
6493
6494 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
6495
6496 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * comint.el (comint-redirect-send-command-to-process): Use :around
6499 rather than :override for comint-redirect-filter.
6500 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
6501 Call it instead of comint-redirect-original-filter-function (which
6502 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
6503
6504 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
6505
6506 * frame.el (display-monitor-attributes-list): Add NS case.
6507 (ns-display-monitor-attributes-list): Declare.
6508
6509 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
6510
6511 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
6512
6513 2013-05-09 Glenn Morris <rgm@gnu.org>
6514
6515 * international/fontset.el (vertical-centering-font-regexp):
6516 Set standard-value.
6517
6518 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
6519
6520 * bookmark.el (bookmark-search-delay):
6521 * cus-start.el (vertical-centering-font-regexp):
6522 * ps-mule.el (ps-mule-font-info-database-default):
6523 * ps-print.el (ps-default-fg, ps-default-bg):
6524 * type-break.el (type-break-good-break-interval):
6525 * whitespace.el (whitespace-indentation-regexp)
6526 (whitespace-space-after-tab-regexp):
6527 * emacs-lisp/testcover.el (testcover-1value-functions)
6528 (testcover-noreturn-functions, testcover-progn-functions)
6529 (testcover-prog1-functions):
6530 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6531 * eshell/em-glob.el (eshell-glob-translate-alist):
6532 * play/tetris.el (tetris-tty-colors):
6533 * progmodes/cpp.el (cpp-face-default-list):
6534 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6535 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
6536 (idlwave-help-browser-generic-args):
6537 * progmodes/make-mode.el (makefile-special-targets-list):
6538 * progmodes/python.el (python-shell-virtualenv-path):
6539 * progmodes/verilog-mode.el (verilog-active-low-regexp)
6540 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
6541 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
6542 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6543 * textmodes/reftex-vars.el (reftex-format-label-function):
6544 * textmodes/remember.el (remember-diary-file): Fix custom types.
6545
6546 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
6547 Add :version.
6548
6549 2013-05-09 Leo Liu <sdl.web@gmail.com>
6550
6551 * progmodes/octave.el (inferior-octave-completion-at-point):
6552 Restore file completion. (Bug#14300)
6553 (inferior-octave-startup): Fix incorrect highlighting for the
6554 first prompt.
6555
6556 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * progmodes/ruby-mode.el: First cut at SMIE support.
6559 (ruby-use-smie): New var.
6560 (ruby-smie-grammar): New constant.
6561 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
6562 (ruby-smie--forward-token, ruby-smie--backward-token)
6563 (ruby-smie-rules): New functions.
6564 (ruby-mode-variables): Setup SMIE if applicable.
6565
6566 2013-05-08 Eli Zaretskii <eliz@gnu.org>
6567
6568 * simple.el (line-move-visual): Signal beginning/end of buffer
6569 only if vertical-motion moved less than it was requested. Avoids
6570 silly incorrect error messages when there are display strings with
6571 multiple newlines at EOL.
6572
6573 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
6576 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
6577 (prolog-char-quote-workaround):
6578 * progmodes/cperl-mode.el (cperl-under-as-char):
6579 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
6580 Mark as obsolete.
6581 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
6582 their declaration.
6583 (vhdl-mode-syntax-table-init): Remove.
6584
6585 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
6586 last change.
6587
6588 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
6589 syntax for "_".
6590 (ld-script-font-lock-keywords):
6591 Change regexps to use things like \_< and \_>.
6592
6593 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
6594 Change all regexps to use things like \_< and \_>.
6595
6596 * progmodes/autoconf.el (autoconf-definition-regexp)
6597 (autoconf-font-lock-keywords, autoconf-current-defun-function):
6598 Handle a _ with symbol syntax.
6599 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
6600
6601 * progmodes/ada-mode.el (ada-mode-abbrev-table):
6602 Consolidate declaration.
6603 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
6604 the declaration.
6605 (ada-create-syntax-table): Remove.
6606 (ada-capitalize-word): Don't mess with the syntax of "_" since it
6607 already has the right syntax nowadays.
6608 (ada-goto-next-word): Don't change the syntax of "_".
6609
6610 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
6611 with-wrapper-hook.
6612
6613 2013-05-08 Sam Steingold <sds@gnu.org>
6614
6615 * thingatpt.el (thing-at-point): Accept optional second argument
6616 NO-PROPERTIES to strip the text properties from the return value.
6617 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
6618 to `thing-at-point' instead of stripping the properties ourselves.
6619 Also, when `thing-at-point' fails to find a url, prepend "http://"
6620 to the filename at point on the assumption that the user is
6621 pointing at something like gnu.org/gnu.
6622
6623 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
6624
6625 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6626 * faces.el (crm-separator):
6627 Silence byte-compiler.
6628
6629 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
6630 (tool-bar-map): Remove unneeded defvars.
6631
6632 2013-05-08 Leo Liu <sdl.web@gmail.com>
6633
6634 Re-work a fix for bug#10994 based on Le Wang's patch.
6635 * ido.el (ido-remove-consecutive-dups): New helper.
6636 (ido-completing-read): Use it.
6637 (ido-chop): Revert fix for bug#10994.
6638
6639 2013-05-08 Adam Spiers <emacs@adamspiers.org>
6640
6641 * cus-edit.el (custom-save-variables):
6642 Pretty-print long values. (Bug#14187)
6643
6644 2013-05-08 Glenn Morris <rgm@gnu.org>
6645
6646 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
6647 (m4-mode-syntax-table): Init in the defvar.
6648 (m4-mode-abbrev-table): Let define-derived-mode define it.
6649
6650 2013-05-08 Tom Tromey <tromey@redhat.com>
6651
6652 * progmodes/m4-mode.el (m4-mode-syntax-table):
6653 Do not treat "_" as word constituent. (Bug#14167)
6654
6655 2013-05-07 Glenn Morris <rgm@gnu.org>
6656
6657 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
6658 Remove explicit eshell-isearch-cancel-map.
6659
6660 * progmodes/f90.el (f90-smart-end-names): New option.
6661 (f90-smart-end): Doc fix.
6662 (f90-end-block-optional-name): New constant.
6663 (f90-block-match): Respect f90-smart-end-names.
6664
6665 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * progmodes/octave.el (octave-smie-forward-token): Be more careful
6668 about implicit semi-colons (bug#14218).
6669
6670 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6671
6672 * frame.el (display-monitor-attributes-list)
6673 (frame-monitor-attributes): New functions.
6674
6675 2013-05-06 Leo Liu <sdl.web@gmail.com>
6676
6677 * progmodes/octave.el (octave-syntax-propertize-function): Change
6678 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
6679 (octave-font-lock-keywords): Use octave-operator-regexp.
6680 (octave-completion-at-point): Rename from
6681 octave-completion-at-point-function.
6682 (inferior-octave-directory-tracker): Robustify.
6683 (octave-text-functions): Remove and fix its uses. No such things
6684 any more.
6685
6686 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * emacs-lisp/trace.el (trace--display-buffer): New function.
6689 (trace-make-advice): Use it.
6690
6691 2013-05-06 Juri Linkov <juri@jurta.org>
6692
6693 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
6694 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
6695 Doc fix.
6696 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
6697 in the help string. (Bug#12985)
6698
6699 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6700
6701 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
6702
6703 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * progmodes/perl-mode.el: Add support for here documents.
6706 (perl-syntax-propertize-function): Match here-doc markers.
6707 (perl-syntax-propertize-special-constructs): Find their end.
6708 (perl-imenu-generic-expression): Use [:alnum:].
6709
6710 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
6711 (advice--add-function): Refresh the advice if already present
6712 (bug#14317).
6713
6714 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
6715
6716 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
6717
6718 2013-05-06 Glenn Morris <rgm@gnu.org>
6719
6720 * w32-fns.el (w32-charset-info-alist): Declare.
6721
6722 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6723 of its defcustom properties.
6724 (eshell-cmpl-initialize): No need to load pcomplete.
6725
6726 * generic-x.el: No need to require comint when compiling.
6727
6728 * net/eudc-export.el: Make it loadable without bbdb.
6729 (top-level): Use require rather than load-library.
6730 (eudc-create-bbdb-record, eudc-bbdbify-phone)
6731 (eudc-batch-export-records-to-bbdb)
6732 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
6733 Require bbdb.
6734
6735 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
6738 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
6739 some tweaks, instead.
6740
6741 2013-05-05 Leo Liu <sdl.web@gmail.com>
6742
6743 * progmodes/octave.el (octave-font-lock-keywords)
6744 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
6745 (inferior-octave-send-list-and-digest): Improve error message.
6746 (octave-mode, inferior-octave-mode): Use setq-local.
6747 (octave-help): Set info-lookup-mode.
6748
6749 2013-05-05 Richard Stallman <rms@gnu.org>
6750
6751 * vc/compare-w.el (compare-windows-whitespace):
6752 Treat no-break space as whitespace.
6753
6754 * mail/rmailsum.el (rmail-summary-rmail-update):
6755 Detect empty summary and don't change selected message.
6756 (rmail-summary-goto-msg): Likewise.
6757
6758 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
6759 Doc fixes, rename args.
6760
6761 2013-05-05 Alan Mackenzie <acm@muc.de>
6762
6763 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
6764
6765 2013-05-05 Juri Linkov <juri@jurta.org>
6766
6767 * info.el (Info-read-subfile): Use (point-min) instead of (point)
6768 to not add the length of the summary segment to the return value.
6769 (Bug#14125)
6770
6771 2013-05-05 Leo Liu <sdl.web@gmail.com>
6772
6773 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
6774 (inferior-octave-output-filter): Remove.
6775 (octave-send-region, inferior-octave-startup): Fix callers.
6776 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
6777 (octave-binary-file-extensions): New user variable.
6778 (octave-find-definition): Confirm if opening binary files.
6779 (octave-help-file): Use octave-find-definition to get the binary
6780 confirmation.
6781 (octave-help): Adjust for octave-help-file change.
6782
6783 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6784
6785 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
6786 Merge the two entries that handle function definitions.
6787 (pascal--syntax-propertize): New const.
6788 (pascal-mode): Use it. Use setq-local.
6789
6790 2013-05-04 Glenn Morris <rgm@gnu.org>
6791
6792 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
6793 (diary-from-outlook): Respect diary-from-outlook-function.
6794
6795 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
6798 Move the declaration from C.
6799 (read-minibuffer, eval-minibuffer): Move from C.
6800 (completion-setup-function): Avoid minibuffer-completion-contents.
6801
6802 2013-05-03 Leo Liu <sdl.web@gmail.com>
6803
6804 * progmodes/octave.el (octave-font-lock-keywords): Do not
6805 dehighlight 'end' in comments or strings.
6806 (octave-completing-read, octave-goto-function-definition):
6807 New helpers.
6808 (octave-help-buffer): New user variable.
6809 (octave-help-file, octave-help-function): New button types.
6810 (octave-help): New command and bind it to C-h ;.
6811 (octave-find-definition): New command and bind it to M-.
6812 (user-error): Alias to error if not defined.
6813
6814 2013-05-02 Leo Liu <sdl.web@gmail.com>
6815
6816 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
6817 for \. (bug#14332)
6818 (octave-font-lock-keywords): Include [ and {.
6819
6820 2013-05-02 Leo Liu <sdl.web@gmail.com>
6821
6822 * progmodes/octave.el (inferior-octave-startup-file): Change default.
6823 (inferior-octave): Remove calling comint-mode and return the buffer.
6824 (inferior-octave-startup): Cosmetic changes.
6825
6826 2013-05-02 Leo Liu <sdl.web@gmail.com>
6827
6828 * progmodes/octave.el (octave-syntax-propertize-function):
6829 Include the case when ' is at line beginning. (Bug#14336)
6830
6831 2013-05-02 Glenn Morris <rgm@gnu.org>
6832
6833 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
6834 * desktop.el (vc-dir-mode): Just autoload it here.
6835
6836 2013-05-02 Alan Mackenzie <acm@muc.de>
6837
6838 Eliminate variable c-standard-font-lock-fontify-region-function.
6839 * progmodes/cc-mode.el
6840 (c-standard-font-lock-fontify-region-function): Remove.
6841 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
6842
6843 2013-05-01 Leo Liu <sdl.web@gmail.com>
6844
6845 * progmodes/octave.el: Compatible with older emacs-24 releases.
6846 (inferior-octave-has-built-in-variables): Remove. Built-in
6847 variables were removed from Octave in 2007.
6848 (inferior-octave-startup): Fix uses.
6849 (comint-line-beginning-position): Remove compatibility code for
6850 emacs 21.
6851
6852 2013-05-01 Juri Linkov <juri@jurta.org>
6853
6854 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
6855
6856 2013-05-01 Juri Linkov <juri@jurta.org>
6857
6858 * comint.el (comint-previous-matching-input): Don't print message
6859 "History item: %d" when `isearch-mode' is active.
6860 (comint-history-isearch-message): Print message "History item: %d"
6861 when `comint-input-ring-index' is not empty and this function is
6862 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
6863
6864 2013-05-01 Leo Liu <sdl.web@gmail.com>
6865
6866 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
6867 definitions. Use completion-at-point to insert keywords.
6868 (octave-abbrev-start): Remove.
6869 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
6870
6871 2013-04-30 Leo Liu <sdl.web@gmail.com>
6872
6873 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
6874 change.
6875
6876 2013-04-30 Alan Mackenzie <acm@muc.de>
6877
6878 Handle arbitrarily long C++ member initialisation lists.
6879 * progmodes/cc-engine.el (c-back-over-member-initializers):
6880 new function.
6881 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
6882 (most) member init lists.
6883
6884 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6885
6886 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
6887 variable.
6888
6889 2013-04-30 Leo Liu <sdl.web@gmail.com>
6890
6891 * progmodes/octave.el (octave-variables): Remove. No builtin
6892 variables any more. All converted to functions.
6893 (octave-font-lock-keywords, octave-completion-at-point-function):
6894 Fix uses.
6895 (octave-font-lock-texinfo-comment): New user variable.
6896 (octave-texinfo-font-lock-keywords): New variable for texinfo
6897 comment block.
6898 (octave-function-comment-block): New face.
6899 (octave-font-lock-texinfo-comment): New function.
6900 (octave-mode): Font lock texinfo comment block.
6901
6902 2013-04-29 Leo Liu <sdl.web@gmail.com>
6903
6904 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
6905 indexing expression.
6906 (octave-continuation-string): Do not use \.
6907 (inferior-octave-complete-impossible): Remove.
6908 (inferior-octave-completion-table)
6909 (inferior-octave-completion-at-point): Remove its uses.
6910 (inferior-octave-startup): completion_matches was introduced to
6911 Octave in 1996 so safe to assume it.
6912 (octave-function-file-comment): Improve to follow how Octave does it.
6913 (octave-update-function-file-comment): Tweak.
6914
6915 2013-04-29 Leo Liu <sdl.web@gmail.com>
6916
6917 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
6918 (inferior-octave-startup): Remove inferior-octave-startup-hook.
6919 (octave-function-file-comment): Fix typo.
6920 (octave-sync-function-file-names): Use read-char-choice.
6921
6922 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
6923
6924 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
6925 to t for the less important warnings.
6926
6927 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6928
6929 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
6930
6931 2013-04-27 Glenn Morris <rgm@gnu.org>
6932
6933 * vc/log-view.el (log-view-current-entry):
6934 Treat "---" separator lines as part of the following rev. (Bug#14169)
6935
6936 2013-04-27 Juri Linkov <juri@jurta.org>
6937
6938 * subr.el (read-number): Doc fix about using it by interactive
6939 code letter `n'. (Bug#14254)
6940
6941 2013-04-27 Juri Linkov <juri@jurta.org>
6942
6943 * desktop.el (desktop-auto-save-timeout): New option.
6944 (desktop-file-checksum): New variable.
6945 (desktop-save): Add optional arg `auto-save' and don't auto-save
6946 if nothing changed.
6947 (desktop-auto-save-timer): New variable.
6948 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
6949 (after-init-hook): Call `desktop-auto-save-set-timer'.
6950 Suggested by Reuben Thomas <rrt@sc3d.org> in
6951 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
6952
6953 2013-04-27 Leo Liu <sdl.web@gmail.com>
6954
6955 * progmodes/octave.el (octave-function-file-p)
6956 (octave-skip-comment-forward, octave-function-file-comment)
6957 (octave-update-function-file-comment): New functions.
6958 (octave-mode-map): Bind C-c ; to
6959 octave-update-function-file-comment.
6960 (octave-mode-menu): Add octave-update-function-file-comment.
6961 (octave-mode, inferior-octave-mode): Fix doc-string.
6962 (octave-insert-defun): Conform to Octave's coding convention.
6963 (Bug#14285)
6964
6965 * files.el (basic-save-buffer): Don't let errors in
6966 before-save-hook prevent saving buffer.
6967
6968 2013-04-20 Roland Winkler <winkler@gnu.org>
6969
6970 * faces.el (read-face-name): Use completing-read if arg multiple
6971 is nil.
6972
6973 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
6974
6975 * ls-lisp.el (ls-lisp-insert-directory): If no files are
6976 displayed, move point to after the totals line.
6977 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
6978 for the details.
6979
6980 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * emacs-lisp/package.el (package-autoload-ensure-default-file):
6983 Add current dir to the load-path.
6984 (package-generate-autoloads): Don't rely on
6985 autoload-ensure-default-file.
6986
6987 2013-04-26 Reuben Thomas <rrt@sc3d.org>
6988
6989 * textmodes/remember.el (remember-store-in-files): Document that
6990 the file name format is passed to `format-time-string'.
6991
6992 2013-04-26 Leo Liu <sdl.web@gmail.com>
6993
6994 * progmodes/octave.el (octave-sync-function-file-names): New function.
6995 (octave-mode): Use it in before-save-hook.
6996
6997 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7000 (bug#14274).
7001
7002 * progmodes/octave.el (octave-smie-forward-token): Properly skip
7003 \n and comment, even if it's not an implicit ; (bug#14218).
7004
7005 2013-04-26 Glenn Morris <rgm@gnu.org>
7006
7007 * subr.el (read-number): Once more use `read' rather than
7008 `string-to-number', to trap non-numeric input. (Bug#14254)
7009
7010 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
7011
7012 * emacs-lisp/syntax.el (syntax-propertize-multiline):
7013 Use `syntax-multiline' text property consistently instead of
7014 `font-lock-multiline'. (Bug#14237)
7015
7016 2013-04-26 Glenn Morris <rgm@gnu.org>
7017
7018 * emacs-lisp/shadow.el (list-load-path-shadows):
7019 No longer necessary to check for duplicate simple.el, since
7020 2012-07-07 change to init_lread to not include installation lisp
7021 directories in load-path when running uninstalled. (Bug#14270)
7022
7023 2013-04-26 Leo Liu <sdl.web@gmail.com>
7024
7025 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7026 (octave-mode, inferior-octave-mode): Use setq-local.
7027 (octave-not-in-string-or-comment-p): Rename to
7028 octave-in-string-or-comment-p.
7029 (octave-in-comment-p, octave-in-string-p)
7030 (octave-in-string-or-comment-p): Replace defsubst with defun.
7031
7032 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
7033
7034 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7035
7036 2013-04-25 Bastien Guerry <bzg@gnu.org>
7037
7038 * textmodes/remember.el (remember-data-directory)
7039 (remember-directory-file-name-format): Fix custom types.
7040
7041 2013-04-25 Leo Liu <sdl.web@gmail.com>
7042
7043 * progmodes/octave.el (octave-completion-at-point-function):
7044 Make use of inferior octave process.
7045 (octave-initialize-completions): Remove.
7046 (inferior-octave-completion-table): New function.
7047 (inferior-octave-completion-at-point): Use it.
7048 (octave-completion-alist): Remove.
7049
7050 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * progmodes/opascal.el: Use font-lock and syntax-propertize.
7053 (opascal-mode-syntax-table): New var.
7054 (opascal-literal-kind, opascal-is-literal-end)
7055 (opascal-literal-token-at): Rewrite.
7056 (opascal--literal-start-re, opascal-font-lock-keywords)
7057 (opascal--syntax-propertize): New constants.
7058 (opascal-font-lock-defaults): Adjust.
7059 (opascal-mode): Use them. Set comment-<foo> variables as well.
7060 (delphi-comment-face, opascal-comment-face, delphi-string-face)
7061 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7062 (delphi-other-face, opascal-other-face): Remove face variables.
7063 (opascal-save-state): Remove macro.
7064 (opascal-fontifying-progress-step): Remove constant.
7065 (opascal--ignore-changes): Remove var.
7066 (opascal-set-token-property, opascal-parse-next-literal)
7067 (opascal-is-stable-literal, opascal-complete-literal)
7068 (opascal-is-literal-start, opascal-face-of)
7069 (opascal-parse-region, opascal-parse-region-until-stable)
7070 (opascal-fontify-region, opascal-after-change)
7071 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7072 (opascal-debug-parse-region, opascal-debug-parse-window)
7073 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7074 (opascal-debug-fontify-buffer): Remove.
7075 (opascal-debug-mode-map): Adjust accordingly.
7076
7077 2013-04-25 Leo Liu <sdl.web@gmail.com>
7078
7079 Merge octave-mod.el and octave-inf.el into octave.el with some
7080 cleanups.
7081 * progmodes/octave.el: New file renamed from octave-mod.el.
7082 * progmodes/octave-inf.el: Merged into octave.el.
7083 * progmodes/octave-mod.el: Renamed to octave.el.
7084
7085 2013-04-25 Tassilo Horn <tsdh@gnu.org>
7086
7087 * textmodes/reftex-vars.el
7088 (reftex-label-ignored-macros-and-environments): New defcustom.
7089
7090 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7091
7092 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7095 (smie-indent-keyword): Improve the check to ensure that the next
7096 comment is really on the same line.
7097 (smie-indent-comment): Don't align with a subsequent closer (or eob).
7098
7099 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7100 semi-colons if the line is not otherwise empty (bug#14218).
7101
7102 2013-04-25 Glenn Morris <rgm@gnu.org>
7103
7104 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7105
7106 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * progmodes/opascal.el (opascal-set-token-property): Rename from
7109 opascal-set-text-properties and only set `token' (bug#14134).
7110 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7111 (opascal-literal-text-properties): Remove.
7112 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7113 Adjust callers.
7114
7115 2013-04-24 Reuben Thomas <rrt@sc3d.org>
7116
7117 * textmodes/remember.el (remember-handler-functions): Add an
7118 option for a new handler `remember-store-in-files'.
7119 (remember-data-directory, remember-directory-file-name-format):
7120 New options.
7121 (remember-store-in-files): New function to store remember notes
7122 as separate files within a directory.
7123
7124 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
7125
7126 * progmodes/compile.el (compilation-next-error-function):
7127 Pass "formats" to compilation-find-file (bug#11777).
7128
7129 2013-04-24 Glenn Morris <rgm@gnu.org>
7130
7131 * vc/vc-bzr.el (vc-bzr-print-log):
7132 * vc/vc-hg.el (vc-hg-print-log):
7133 * vc/vc-svn.el (vc-svn-print-log):
7134 Fix START-REVISION with LIMIT != 1. (Bug#14168)
7135
7136 * vc/vc-bzr.el (vc-bzr-print-log):
7137 * vc/vc-cvs.el (vc-cvs-print-log):
7138 * vc/vc-git.el (vc-git-print-log):
7139 * vc/vc-hg.el (vc-hg-print-log):
7140 * vc/vc-mtn.el (vc-mtn-print-log):
7141 * vc/vc-rcs.el (vc-rcs-print-log):
7142 * vc/vc-sccs.el (vc-sccs-print-log):
7143 * vc/vc-svn.el (vc-svn-print-log):
7144 * vc/vc.el (vc-print-log-internal): Doc fixes.
7145
7146 2013-04-23 Glenn Morris <rgm@gnu.org>
7147
7148 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
7149 Remove venerable code attempting to avoid substitute-command-keys.
7150
7151 2013-04-23 Tassilo Horn <tsdh@gnu.org>
7152
7153 * textmodes/reftex-vars.el (reftex-label-regexps):
7154 Call `reftex-compile-variables' after changes to this variable.
7155
7156 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
7159 Use lexical-binding.
7160 (jit-lock-force-redisplay): Use markers, check buffer's continued
7161 existence and beware narrowed buffers.
7162 (jit-lock-fontify-now): Adjust call accordingly.
7163
7164 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
7167 to avoid misleading the user.
7168
7169 2013-04-22 Leo Liu <sdl.web@gmail.com>
7170
7171 * info-look.el: Prefer latex2e.info. (Bug#14240)
7172
7173 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
7174
7175 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
7176
7177 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
7178 * net/tramp.el (tramp-call-process): ... here.
7179 (tramp-set-completion-function, tramp-parse-putty):
7180 * net/tramp-adb.el (tramp-adb-execute-adb-command):
7181 * net/tramp-gvfs.el (tramp-gvfs-send-command):
7182 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7183 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
7184 (tramp-call-local-coding-command): Use `tramp-call-process'
7185 instead of `tramp-compat-call-process'.
7186
7187 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
7188 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
7189 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7190 (tramp-find-inline-compress): Improve traces.
7191 (tramp-maybe-send-script): Check for Perl binary.
7192 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
7193
7194 2013-04-22 Daiki Ueno <ueno@gnu.org>
7195
7196 * epg.el (epg-context-pinentry-mode): New function.
7197 (epg-context-set-pinentry-mode): New function.
7198 (epg--start): Pass --pinentry-mode option to gpg command.
7199
7200 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
7201
7202 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
7203 `comint-dynamic-complete' is obsolete since 24.1, replaced by
7204 `completion-at-point'. (Bug#13774)
7205
7206 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
7207 default key binding for `describe-distribution' has been moved to
7208 `C-h C-o'. (Bug#13970)
7209
7210 2013-04-21 Glenn Morris <rgm@gnu.org>
7211
7212 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
7213 Add doc strings.
7214 (vc-print-log): Clarify interactive prompt.
7215
7216 2013-04-20 Glenn Morris <rgm@gnu.org>
7217
7218 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7219 No longer include timestamp etc information.
7220
7221 2013-04-20 Roland Winkler <winkler@gnu.org>
7222
7223 * faces.el (read-face-name): Bug fix, return just one face if arg
7224 multiple is nil. (Bug#14209)
7225
7226 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
7229 (remove-function): Autoload.
7230
7231 * comint.el (comint-redirect-original-filter-function): Remove.
7232 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
7233 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
7234 (vc-cvs-annotate-command):
7235 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
7236 * progmodes/prolog.el (prolog-consult-compile):
7237 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
7238 Use add/remove-function instead.
7239 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
7240 (gud-tooltip-process-output, gud-tooltip-tips):
7241 Use add/remove-function instead.
7242 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
7243 (scheme-interaction-mode, exit-scheme-interaction-mode):
7244 Use add/remove-function instead.
7245
7246 * vc/vc-dispatcher.el: Use lexical-binding.
7247 (vc--process-sentinel): Rename from vc-process-sentinel.
7248 Change last arg to be the code to run. Don't use vc-previous-sentinel
7249 and vc-sentinel-commands any more.
7250 (vc-exec-after): Allow code to be a function. Use add/remove-function.
7251 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
7252
7253 2013-04-19 Masatake YAMATO <yamato@redhat.com>
7254
7255 * progmodes/sh-script.el (sh-imenu-generic-expression):
7256 Handle function names with a single character. (Bug#14111)
7257
7258 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
7259
7260 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
7261 for subroutines defined in an eval (bug#14182).
7262
7263 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7264
7265 * bookmark.el (bookmark-completing-read): Improve handling of empty
7266 string (bug#14176).
7267
7268 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
7271
7272 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
7273
7274 New faster Imenu implementation (bug#14058).
7275 * progmodes/python.el:
7276 (python-imenu-prev-index-position):
7277 (python-imenu-format-item-label-function)
7278 (python-imenu-format-parent-item-label-function)
7279 (python-imenu-format-parent-item-jump-label-function):
7280 New vars.
7281 (python-imenu-format-item-label)
7282 (python-imenu-format-parent-item-label)
7283 (python-imenu-format-parent-item-jump-label)
7284 (python-imenu--put-parent, python-imenu--build-tree)
7285 (python-imenu-create-index, python-imenu-create-flat-index)
7286 (python-util-popn): New functions.
7287 (python-mode): Set imenu-create-index-function to
7288 python-imenu-create-index.
7289
7290 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 * winner.el (winner-active-region): Use region-active-p, activate-mark
7293 and deactivate-mark (bug#14225).
7294
7295 * simple.el (deactivate-mark): Don't inline it.
7296
7297 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
7298
7299 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
7300
7301 2013-04-18 Tassilo Horn <tsdh@gnu.org>
7302
7303 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
7304 file extensions from the archive-mode entry in order to prefer
7305 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
7306
7307 2013-04-18 Leo Liu <sdl.web@gmail.com>
7308
7309 * bindings.el (help-event-list): Add ?\?.
7310
7311 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * subr.el (with-wrapper-hook): Declare obsolete.
7314 * simple.el (filter-buffer-substring-function): New hook.
7315 (filter-buffer-substring): Use it.
7316 (filter-buffer-substring-functions): Mark obsolete.
7317 * minibuffer.el (completion-in-region-function): New hook.
7318 (completion-in-region): Use it.
7319 (completion-in-region-functions): Mark obsolete.
7320 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
7321 * abbrev.el (abbrev-expand-function): New hook.
7322 (expand-abbrev): Use it.
7323 (abbrev-expand-functions): Mark obsolete.
7324 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
7325 and :filter-return.
7326
7327 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7328
7329 * progmodes/python.el (python-nav--syntactically): Fix cornercases
7330 and do not care about match data.
7331
7332 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
7335 completion tables when completing error conditions and
7336 `declare' arguments.
7337 (lisp-complete-symbol, field-complete): Mark as obsolete.
7338 (check-parens): Unmatched parens are user errors.
7339 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
7340
7341 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
7342
7343 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
7344 command changed buffer (ie. `flyspell-pre-buffer' is not current
7345 buffer), which prevents making decisions based on invalid value of
7346 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
7347 cause an error when `flyspell-pre-point' was nil after switching
7348 buffers.
7349 (flyspell-post-command-hook): No longer needs to change buffers when
7350 checking pre-word. While at it remove unnecessary progn.
7351
7352 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
7353
7354 * textmodes/ispell.el (ispell-add-per-file-word-list):
7355 Fix `flyspell-correct-word-before-point' error when accepting
7356 words and `coment-padding' is an integer by using
7357 `comment-normalize-vars' (Bug #14214).
7358
7359 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7360
7361 New defun movement commands.
7362 * progmodes/python.el (python-nav--syntactically)
7363 (python-nav--forward-defun, python-nav-backward-defun)
7364 (python-nav-forward-defun): New functions.
7365
7366 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7367
7368 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
7369 (python-syntax-context): Use named compiler-macro for backwards
7370 compatibility with Emacs 24.x.
7371
7372 2013-04-17 Leo Liu <sdl.web@gmail.com>
7373
7374 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
7375 octave-hide-process-buffer.
7376
7377 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
7380 (bug#14216).
7381
7382 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
7383
7384 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
7385 Fix adjustment of offset when receiving incomplete responses from GDB
7386 (bug#14129).
7387
7388 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
7391 python-mode-abbrev-table.
7392 (python-skeleton-define): Adjust accordingly.
7393 (python-mode-abbrev-table): New table that inherits from it so that
7394 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
7395
7396 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
7397 (abbrev-symbol): Use it.
7398 (abbrev--before-point): Use it since we already handle inheritance.
7399
7400 2013-04-16 Leo Liu <sdl.web@gmail.com>
7401
7402 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
7403 binding to info-lookup-symbol.
7404
7405 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
7406
7407 * minibuffer.el (completion--twq-all):
7408 * term/ns-win.el (ns-initialize-window-system):
7409 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
7410
7411 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
7414 global bindings.
7415
7416 * doc-view.el (doc-view-start-process): Handle url-handler directories.
7417
7418 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
7419
7420 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
7421 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
7422 to nil.
7423 (ruby-end-of-defun): Remove the unused arg, change the docstring
7424 to reflect that this function is only used as the value of
7425 `end-of-defun-function'.
7426 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
7427 to reflect an earlier change that beginning/end-of-defun functions
7428 jump between methods in a class definition, as well as top-level
7429 functions.
7430
7431 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * minibuffer.el (minibuffer-complete): Don't just scroll
7434 a *Completions* that's been iconified.
7435 (minibuffer-force-complete): Make sure repetitions do cycle when going
7436 through completion-in-region -> minibuffer-complete.
7437
7438 2013-04-15 Alan Mackenzie <acm@muc.de>
7439
7440 Correct the placement of c-cpp-delimiters when there're #s not at
7441 col 0.
7442
7443 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7444 place a submatch around the #.
7445 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
7446 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
7447 on the #, not BOL.
7448
7449 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * emacs-lisp/nadvice.el: Properly test names when adding advice.
7452 (advice--member-p): New arg `name'.
7453 (advice--add-function, advice-member-p): Use it (bug#14202).
7454
7455 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
7456
7457 Reformulate java imenu-generic-expression.
7458 The old expression contained ill formed regexps.
7459
7460 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
7461 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
7462 (cc-imenu-java-method-arg-regexp): New defconsts.
7463 (cc-imenu-java-build-type-args-regex): New defun.
7464 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
7465 handling of spaces in the regexp.
7466
7467 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7468
7469 * textmodes/ispell.el (ispell-command-loop): Remove
7470 flyspell highlight of a word when ispell accepts it (bug #14178).
7471
7472 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
7473
7474 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
7475 uses code from the previous `ange-ftp-run-real-handler'.
7476 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
7477 only in case that function exist. This is needed for proper
7478 unloading of Tramp.
7479
7480 2013-04-15 Tassilo Horn <tsdh@gnu.org>
7481
7482 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
7483
7484 * textmodes/reftex.el (reftex-compile-variables): Use it.
7485
7486 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * files.el (normal-mode): Only use default major-mode if no other mode
7489 was specified.
7490
7491 * emacs-lisp/trace.el (trace-values): New function.
7492
7493 * files.el: Allow : in local variables (bug#14089).
7494 (hack-local-variable-regexp): New var.
7495 (hack-local-variables-prop-line, hack-local-variables): Use it.
7496
7497 2013-04-13 Roland Winkler <winkler@gnu.org>
7498
7499 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
7500 data before it gets modified by bibtex-beginning-of-entry.
7501
7502 2013-04-13 Roland Winkler <winkler@gnu.org>
7503
7504 * textmodes/bibtex.el (bibtex-url): Doc fix.
7505
7506 2013-04-13 Roland Winkler <winkler@gnu.org>
7507
7508 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
7509 does not visit a BibTeX file, exclude it from the list of buffers
7510 returned by bibtex-initialize.
7511
7512 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
7513
7514 * window.el (split-window): Remove interactive form, since as a
7515 command this function is a special case of split-window-below.
7516 Correct doc string.
7517
7518 2013-04-12 Roland Winkler <winkler@gnu.org>
7519
7520 * faces.el (read-face-name): Do not override value of arg default.
7521 Allow single faces and strings as default values. Remove those
7522 elements from return value that are not faces.
7523 (describe-face): Simplify.
7524 (face-at-point): New optional args thing and multiple so that this
7525 function can provide the same functionality previously provided by
7526 read-face-name.
7527 (make-face-bold, make-face-unbold, make-face-italic)
7528 (make-face-unitalic, make-face-bold-italic, invert-face)
7529 (modify-face, read-face-and-attribute): Use face-at-point.
7530
7531 * cus-edit.el (customize-face, customize-face-other-window)
7532 * cus-theme.el (custom-theme-add-face)
7533 * face-remap.el (buffer-face-set)
7534 * facemenu.el (facemenu-set-face): Use face-at-point.
7535
7536 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
7537
7538 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
7539
7540 2013-04-10 Tassilo Horn <tsdh@gnu.org>
7541
7542 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
7543 off leading { and trailing } from field values.
7544
7545 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * emacs-lisp/timer.el (timer--check): New function.
7548 (timer--time, timer-set-function, timer-event-handler): Use it.
7549 (timer-set-idle-time): Simplify.
7550 (timer--activate): CSE.
7551 (timer-event-handler): Give more info in error message.
7552 (internal-timer-start-idle): New function, moved from C.
7553
7554 * mpc.el (mpc-proc): Add `restart' argument.
7555 (mpc-proc-cmd): Use it.
7556 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
7557 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
7558 less often.
7559
7560 2013-04-10 Masatake YAMATO <yamato@redhat.com>
7561
7562 * progmodes/sh-script.el: Implement `sh-mode' own
7563 `add-log-current-defun-function' (bug#14112).
7564 (sh-current-defun-name): New function.
7565 (sh-mode): Use the function.
7566
7567 2013-04-09 Bastien Guerry <bzg@gnu.org>
7568
7569 * simple.el (choose-completion-string): Fix docstring (bug#14163).
7570
7571 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7572
7573 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
7574
7575 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
7576 timer (bug#14156).
7577
7578 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
7579
7580 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
7581 declaration.
7582
7583 2013-04-07 Leo Liu <sdl.web@gmail.com>
7584
7585 * pcmpl-x.el: New file.
7586
7587 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
7588
7589 Do not set x-display-name until X connection is established.
7590 This is needed to prevent from weird situation described at
7591 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
7592 * frame.el (make-frame): Set x-display-name after call to
7593 window system initialization function, not before.
7594 * term/x-win.el (x-initialize-window-system): Add optional
7595 display argument and use it.
7596 * term/w32-win.el (w32-initialize-window-system):
7597 * term/ns-win.el (ns-initialize-window-system):
7598 * term/pc-win.el (msdos-initialize-window-system):
7599 Add compatible optional display argument.
7600
7601 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7602
7603 * files.el (normal-backup-enable-predicate): On MS-Windows and
7604 MS-DOS compare truenames of temporary-file-directory and of the
7605 file, so that 8+3 aliases (usually found in $TEMP on Windows)
7606 don't fail comparison by compare-strings. Also, compare file
7607 names case-insensitively on MS-Windows and MS-DOS.
7608
7609 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
7612 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
7613
7614 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
7615
7616 * whitespace.el (whitespace-color-on, whitespace-color-off):
7617 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
7618
7619 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7620
7621 * ispell.el (ispell-set-spellchecker-params):
7622 Really set `ispell-args' for all equivs.
7623
7624 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7625
7626 * ido.el (ido-completions): Use extra elements of ido-decorations
7627 (bug#14143).
7628 (ido-decorations): Update docstring.
7629
7630 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
7631
7632 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7633 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
7634 nil during initialization, in order not to miss changes since the
7635 file was opened. (Bug#14140)
7636
7637 2013-04-05 Leo Liu <sdl.web@gmail.com>
7638
7639 * kmacro.el (kmacro-call-macro): Fix bug#14135.
7640
7641 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
7642
7643 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
7644
7645 2013-04-04 Glenn Morris <rgm@gnu.org>
7646
7647 * electric.el (electric-pair-inhibit-predicate): Add :version.
7648
7649 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
7652 when a package is required several times (bug#14082).
7653
7654 2013-04-04 Roland Winkler <winkler@gnu.org>
7655
7656 * faces.el (read-face-name): Behave as promised by the docstring.
7657 Assume that arg default is a list of faces.
7658 (describe-face): Call read-face-name with list of default faces.
7659
7660 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7661
7662 * bookmark.el: Fix deletion of bookmarks (bug#13972).
7663 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
7664 (bookmark-bmenu-execute-deletions): Only skip first line if it's
7665 the header.
7666 (bookmark-exit-hook-internal): Save even if list is empty.
7667
7668 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
7669
7670 * emacs-lisp/package.el (package-pinned-packages): New var.
7671 (package--add-to-archive-contents): Obey it (bug#14118).
7672
7673 2013-04-03 Alan Mackenzie <acm@muc.de>
7674
7675 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
7676 Also adapt to the new values of element 7 of a parse state.
7677
7678 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
7679 parameter `not-in-delimiter'. Handle being inside comment opener.
7680 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
7681 character in case we're typing a '*' after a '/'.
7682 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
7683 instead by passing the parameter to c-state-pp-to-literal.
7684
7685 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
7686 for elt. 7 of a parse state.
7687
7688 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
7689
7690 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
7691 * international/latin1-disp.el, international/mule-util.el:
7692 * language/cyril-util.el, language/european.el, language/ind-util.el:
7693 * language/lao-util.el, language/thai.el, language/tibet-util.el:
7694 * language/tibetan.el, language/viet-util.el:
7695 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
7696
7697 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
7700 (electric-pair-post-self-insert-function): Use it.
7701 (electric-pair-default-inhibit): New function, extracted from
7702 electric-pair-post-self-insert-function.
7703
7704 2013-03-31 Roland Winkler <winkler@gnu.org>
7705
7706 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
7707
7708 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
7711
7712 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
7713
7714 Un-indent after "pass" and "return" statements (Bug#13888)
7715 * progmodes/python.el (python-indent-block-enders): New var.
7716 (python-indent-calculate-indentation): Use it.
7717
7718 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
7719
7720 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
7721 defun. Defining it as defalias could introduce too eager
7722 byte-compiler optimization. (Bug#14030)
7723
7724 2013-03-30 Chong Yidong <cyd@gnu.org>
7725
7726 * iswitchb.el (iswitchb-read-buffer): Fix typo.
7727
7728 2013-03-30 Leo Liu <sdl.web@gmail.com>
7729
7730 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
7731 (kmacro-execute-from-register): Pass the keyboard macro to
7732 kmacro-call-macro or repeating won't work correctly.
7733
7734 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
7735
7736 * progmodes/subword.el: Back to using `forward-symbol'.
7737
7738 * subr.el (forward-whitespace, forward-symbol)
7739 (forward-same-syntax): Move from thingatpt.el.
7740
7741 2013-03-29 Leo Liu <sdl.web@gmail.com>
7742
7743 * kmacro.el (kmacro-to-register): New command.
7744 (kmacro-execute-from-register): New function.
7745 (kmacro-keymap): Bind to 'x'. (Bug#14071)
7746
7747 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * mpc.el: Use defvar-local and setq-local.
7750 (mpc--proc-connect): Connection failures are not bugs.
7751 (mpc-mode-map): `follow-link' only applies to the buffer's content.
7752 (mpc-volume-map): Bind to the up-events.
7753
7754 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7755
7756 * progmodes/subword.el (superword-mode): Use `forward-sexp'
7757 instead of `forward-symbol'.
7758
7759 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
7762 (edebug--recursive-edit): Use it.
7763 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
7764 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
7765
7766 2013-03-28 Leo Liu <sdl.web@gmail.com>
7767
7768 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
7769
7770 2013-03-27 Eli Zaretskii <eliz@gnu.org>
7771
7772 * facemenu.el (list-colors-callback): New defvar.
7773 (list-colors-redisplay): New function.
7774 (list-colors-display): Install list-colors-redisplay as the
7775 revert-buffer-function. (Bug#14063)
7776
7777 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
7780 and suffixes don't overlap (bug#14061).
7781
7782 * case-table.el: Use lexical-binding.
7783 (case-table-get-table): New function.
7784 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
7785
7786 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7787
7788 * progmodes/subword.el: Add `superword-mode' to do word motion
7789 over symbol_words (parallels and leverages `subword-mode' which
7790 does word motion inside MixedCaseWords).
7791
7792 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
7793
7794 * eshell/em-unix.el: Move su and sudo to...
7795 * eshell/em-tramp.el: ...Eshell tramp module.
7796
7797 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
7800 Change return value to be a sexp. Delay `get-buffer' to after
7801 restoring the desktop (bug#13951).
7802
7803 2013-03-26 Leo Liu <sdl.web@gmail.com>
7804
7805 * register.el: Move semantic tag handling back to
7806 cedet/semantic/senator.el. (Bug#14052)
7807
7808 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
7811 into the prompt either (bug#13963).
7812
7813 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
7816 part of "(error-foo)".
7817
7818 2013-03-24 Juri Linkov <juri@jurta.org>
7819
7820 * replace.el (list-matching-lines-prefix-face): New defcustom.
7821 (occur-1): Pass `list-matching-lines-prefix-face' to the function
7822 `occur-engine' if `face-differs-from-default-p' returns t.
7823 (occur-engine): Add `,' inside backquote construct to evaluate
7824 `prefix-face'. Propertize the prefix with the `prefix-face' face.
7825 Pass `prefix-face' to the functions `occur-context-lines' and
7826 `occur-engine-add-prefix'.
7827 (occur-engine-add-prefix, occur-context-lines): Add optional arg
7828 `prefix-face' and propertize the prefix with `prefix-face'.
7829 (Bug#14017)
7830
7831 2013-03-24 Leo Liu <sdl.web@gmail.com>
7832
7833 * nxml/rng-valid.el (rng-validate-while-idle)
7834 (rng-validate-quick-while-idle): Guard against deleted buffer.
7835 (Bug#13999)
7836
7837 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
7838 is the last entry in kill-buffer-hook.
7839
7840 * files.el (kill-buffer-hook): Doc fix.
7841
7842 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
7843
7844 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
7845 Make it safe-local.
7846
7847 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
7848
7849 2013-03-23 Leo Liu <sdl.web@gmail.com>
7850
7851 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
7852 Remove.
7853
7854 * nxml/rng-valid.el (rng-validate-mode)
7855 (rng-after-change-function, rng-do-some-validation):
7856 * nxml/rng-maint.el (rng-validate-buffer):
7857 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
7858 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
7859 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
7860 (nxml-extend-after-change-region): Use with-silent-modifications.
7861
7862 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
7863 timer-idle-list.
7864
7865 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
7866 (rng-next-error-1, rng-previous-error-1): Do not let-bind
7867 timer-idle-list. (Bug#13999)
7868
7869 2013-03-23 Juri Linkov <juri@jurta.org>
7870
7871 * info.el (info-index-match): New face.
7872 (Info-index, Info-apropos-matches): Add a nested subgroup to the
7873 main pattern and add text properties with the new face to matches
7874 in index entries relative to the beginning of the index entry.
7875 (Bug#14015)
7876
7877 2013-03-21 Eric Ludlam <zappo@gnu.org>
7878
7879 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
7880 Inhibit read only while inserting objects.
7881
7882 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
7883
7884 * progmodes/cfengine.el: Update docs to mention
7885 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
7886 symbol motion. Remove "_" from the word syntax.
7887
7888 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
7889
7890 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
7891 syntax for both `cfengine2-mode' and `cfengine3-mode'.
7892
7893 2013-03-20 Juri Linkov <juri@jurta.org>
7894
7895 * info.el (Info-next-reference-or-link)
7896 (Info-prev-reference-or-link): New functions.
7897 (Info-next-reference, Info-prev-reference): Use them.
7898 (Info-try-follow-nearest-node): Handle footnote navigation.
7899 (Info-fontify-node): Fontify footnotes. (Bug#13989)
7900
7901 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
7904 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
7905
7906 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
7907
7908 Suppress unnecessary non-ASCII chatter during build process.
7909 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
7910 (batch-skkdic-convert): Suppress most of the chatter.
7911 It's not needed so much now that machines are faster,
7912 and its non-ASCII component was confusing; see Dmitry Gutov in
7913 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
7914
7915 2013-03-20 Leo Liu <sdl.web@gmail.com>
7916
7917 * ido.el (ido-chop): Fix bug#10994.
7918
7919 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7920
7921 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
7922 Remove vars.
7923 (whitespace-color-on, whitespace-color-off):
7924 Use `font-lock-fontify-buffer' (Bug#13817).
7925
7926 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
7929 remapping in mode-line.
7930 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
7931
7932 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7933
7934 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
7935 value for `whitespace-line' face (Bug#13875).
7936 (whitespace-font-lock-keywords): Change description.
7937 (whitespace-color-on): Don't save `font-lock-keywords' value, save
7938 the constructed keywords instead.
7939 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
7940
7941 2013-03-19 Leo Liu <sdl.web@gmail.com>
7942
7943 * progmodes/compile.el (compilation-display-error): New command.
7944 (compilation-mode-map, compilation-minor-mode-map): Bind it to
7945 C-o. (Bug#13992)
7946
7947 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
7948
7949 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
7950
7951 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
7952
7953 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
7954
7955 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * net/tramp-compat.el (tramp-compat-user-error): New defun.
7958
7959 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7960 * net/tramp-gvfs.el (top):
7961 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
7962 (tramp-handle-shell-command): Use it.
7963 (tramp-dissect-file-name): Raise an error when hostname is a
7964 method name, and neither method nor user is specified.
7965
7966 * net/trampver.el: Update release number.
7967
7968 2013-03-18 Leo Liu <sdl.web@gmail.com>
7969
7970 Make sure eldoc can be turned off properly.
7971 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
7972 eldoc-mode.
7973 (eldoc-display-message-p): Revert last change.
7974 (eldoc-display-message-no-interference-p)
7975 (eldoc-print-current-symbol-info): Tweak.
7976
7977 2013-03-18 Tassilo Horn <tsdh@gnu.org>
7978
7979 * doc-view.el (doc-view-new-window-function): Check the new window
7980 overlay's display property instead the char property of the
7981 buffer's first char. Use `with-selected-window' instead of
7982 `save-window-excursion' with `select-window'.
7983 (doc-view-document->bitmap): Check the current doc-view overlay's
7984 display property instead the char property of the buffer's first char.
7985
7986 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
7987
7988 Automate the build of ja-dic.el (Bug#13984).
7989 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
7990 from the input, rather than assume that it's been done for us by the
7991 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
7992 the current date into a ja-dic.el comment, as that complicates
7993 regression testing.
7994
7995 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * whitespace.el: Fix double evaluation.
7998 (whitespace-space, whitespace-hspace, whitespace-tab)
7999 (whitespace-newline, whitespace-trailing, whitespace-line)
8000 (whitespace-space-before-tab, whitespace-indentation)
8001 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8002 obsolete defvars.
8003 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8004 (whitespace-color-on): Use a single font-lock-add-keywords call.
8005 Fix double-evaluation of face variables.
8006
8007 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
8008
8009 * net/tramp-adb.el (tramp-adb-parse-device-names):
8010 Use `start-process' instead of `call-process'. Otherwise, the
8011 function might be blocked under MS Windows. (Bug#13299)
8012
8013 2013-03-17 Leo Liu <sdl.web@gmail.com>
8014
8015 Extend eldoc to display info in the mode-line. (Bug#13978)
8016 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8017 (eldoc-mode-line-string): New variable.
8018 (eldoc-minibuffer-message): New function.
8019 (eldoc-message-function): New variable.
8020 (eldoc-message): Use it.
8021 (eldoc-display-message-p)
8022 (eldoc-display-message-no-interference-p):
8023 Support eldoc-post-insert-mode.
8024
8025 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8026 (eval-expression): Run it.
8027
8028 2013-03-17 Roland Winkler <winkler@gnu.org>
8029
8030 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8031 strings in the list of return values.
8032
8033 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8034
8035 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8036 radix before checking for HMS forms.
8037
8038 2013-03-16 Leo Liu <sdl.web@gmail.com>
8039
8040 * progmodes/scheme.el: Add indentation and font-locking for λ.
8041 (Bug#13975)
8042
8043 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8046 token before point (bug#13942).
8047
8048 2013-03-16 Leo Liu <sdl.web@gmail.com>
8049
8050 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
8051
8052 2013-03-16 Eli Zaretskii <eliz@gnu.org>
8053
8054 * startup.el (command-line-normalize-file-name): Fix handling of
8055 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
8056 <xfq.free@gmail.com> in
8057 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8058
8059 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
8060
8061 Sync with Tramp 2.2.7.
8062
8063 * net/trampver.el: Update release number.
8064
8065 2013-03-14 Tassilo Horn <tsdh@gnu.org>
8066
8067 * doc-view.el Fix bug#13887.
8068 (doc-view-insert-image): Don't modify overlay associated to
8069 non-live windows, and implement horizontal centering of image in
8070 case it's smaller than the window.
8071 (doc-view-new-window-function): Force redisplay of new windows on
8072 doc-view buffers.
8073
8074 2013-03-13 Karl Fogel <kfogel@red-bean.com>
8075
8076 * saveplace.el (save-place-alist-to-file): Don't sort
8077 `save-place-alist', just pretty-print it (bug#13882).
8078
8079 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
8080
8081 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8082 Check whether `default-file-name-coding-system' is bound.
8083 It isn't in XEmacs.
8084
8085 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8088 backquotes for `obsolete' (bug#13929).
8089
8090 * international/mule.el (find-auto-coding): Include file name in
8091 obsolescence warning (bug#13922).
8092
8093 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8094
8095 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8096 for CFEngine 3-specific indentation.
8097 (cfengine3-indent-line): Use it. Fix up category regex.
8098 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8099
8100 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * type-break.el (type-break-file-name):
8103 * textmodes/remember.el (remember-data-file):
8104 * strokes.el (strokes-file):
8105 * shadowfile.el (shadow-initialize):
8106 * saveplace.el (save-place-file):
8107 * ps-bdf.el (bdf-cache-file):
8108 * progmodes/idlwave.el (idlwave-config-directory):
8109 * net/quickurl.el (quickurl-url-file):
8110 * international/kkc.el (kkc-init-file-name):
8111 * ido.el (ido-save-directory-list-file):
8112 * emulation/viper.el (viper-custom-file-name):
8113 * emulation/vip.el (vip-startup-file):
8114 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8115 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8116
8117 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
8118
8119 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8120 * language/thai-word.el: Switch to UTF-8.
8121
8122 See ChangeLog.16 for earlier changes.
8123
8124 ;; Local Variables:
8125 ;; coding: utf-8
8126 ;; End:
8127
8128 Copyright (C) 2011-2013 Free Software Foundation, Inc.
8129
8130 This file is part of GNU Emacs.
8131
8132 GNU Emacs is free software: you can redistribute it and/or modify
8133 it under the terms of the GNU General Public License as published by
8134 the Free Software Foundation, either version 3 of the License, or
8135 (at your option) any later version.
8136
8137 GNU Emacs is distributed in the hope that it will be useful,
8138 but WITHOUT ANY WARRANTY; without even the implied warranty of
8139 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8140 GNU General Public License for more details.
8141
8142 You should have received a copy of the GNU General Public License
8143 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.