]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
[gnu-emacs] / lisp / ChangeLog
1 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4 with more than one argument (bug#15538).
5
6 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7
8 * vc/pcvs.el: Use lexical-binding.
9 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
10 environment of `eval'.
11 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
12 than a list of expressions. Adjust callers.
13 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
14
15 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
16
17 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
18 case of the dot in a chained method call being on the following line.
19
20 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * electric.el (electric-indent-inhibit): New var.
23 (electric-indent-post-self-insert-function): Use it.
24 * progmodes/python.el (python-mode): Set it.
25
26 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
27 open braces.
28
29 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
30
31 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
32 (css-mode): Use electric-indent-chars.
33
34 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
35 (font-lock-beg, font-lock-end): Move before first use.
36 (nxml-mode): Use syntax-propertize-function.
37 (nxml-after-change, nxml-after-change1): Adjust accordingly.
38 (nxml-extend-after-change-region): Remove.
39 * nxml/xmltok.el: Use lexical-binding.
40 (xmltok-save): Use `declare'.
41 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
42 * nxml/nxml-util.el: Use lexical-binding.
43 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
44 Use `declare'.
45 * nxml/nxml-ns.el: Use lexical-binding.
46 (nxml-ns-save): Use `declare'.
47 (nxml-ns-prefixes-for): Avoid add-to-list.
48 * nxml/rng-match.el: Use lexical-binding.
49 (rng--ipattern): Use cl-defstruct.
50 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
51 (rng-cons-group-after, rng-subst-group-after)
52 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
53 Use closures instead of `(lambda...).
54
55 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
56
57 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
58 of BEG and END.
59
60 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
61 Use `tramp-handle-insert-file-contents'.
62 (tramp-gvfs-handle-insert-file-contents): Remove function.
63
64 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
65 Use `save-restriction' in order to keep markers.
66
67 * net/trampver.el: Update release number.
68
69 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * progmodes/compile.el (compilation-parse-errors):
72 Use compilation--put-prop.
73 (compilation--ensure-parse): Check compilation-multiline.
74
75 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
76
77 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
78 lexical-binding.
79
80 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
81
82 * progmodes/ruby-mode.el: Fix recently added tests.
83 (ruby-smie-grammar): Add - and +.
84 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
85 (ruby-smie--backward-id): New functions.
86 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
87 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
88 any more.
89
90 2013-10-07 Leo Liu <sdl.web@gmail.com>
91
92 * register.el (register-preview-delay)
93 (register-preview-functions): New variables.
94 (register-read-with-preview, register-preview)
95 (register-describe-oneline): New functions.
96 (point-to-register, window-configuration-to-register)
97 (frame-configuration-to-register, jump-to-register)
98 (number-to-register, view-register, insert-register)
99 (copy-to-register, append-to-register, prepend-to-register)
100 (copy-rectangle-to-register): Use register-read-with-preview to
101 read register. (Bug#15525)
102
103 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
104
105 * net/network-stream.el (network-stream-open-starttls): Don't add
106 --insecure if it's already present, because that gnutls-cli
107 rejects getting that parameter twice.
108
109 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
110
111 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
112 keyword, too.
113
114 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
115
116 * newcomment.el (comment-use-global-state): Change default value
117 to t, mark obsolete (Bug#15251).
118 (comment-beginning): In addition to `comment-to-syntax', check the
119 value of `comment-use-global-state'.
120
121 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
124 (ruby-comment-column): Follow the global default, by default.
125 (ruby-smie-grammar): Add assignment syntax.
126 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
127 open-paren, a comma, or a \.
128 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
129 and line continuations.
130 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
131 followed by implicit semi-colons. Add rule for string concatenation
132 and for indentation at BOB.
133 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
134
135 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
136 calling next-sexp, since next-token may have skipped chars which
137 next-sexp doesn't know should be skipped!
138
139 2013-10-05 Leo Liu <sdl.web@gmail.com>
140
141 * progmodes/octave.el (octave-send-region):
142 Call compilation-forget-errors.
143
144 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
145
146 * vc/vc-svn.el (vc-svn-find-admin-dir):
147 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
148 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
149 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
150 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
151
152 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
155
156 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * subr.el (read-passwd): Hide chars even when called within a context
159 where after-change-functions is disabled (bug#15501).
160 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
161 until we removed ourself from overriding-terminal-local-map.
162
163 2013-10-04 Leo Liu <sdl.web@gmail.com>
164
165 * progmodes/octave.el (inferior-octave-mode):
166 Call compilation-forget-errors.
167
168 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
169
170 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
171
172 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
173
174 * net/secrets.el (secrets-create-collection): Add optional
175 argument ALIAS. Use proper Label keyword. Append ALIAS as
176 dbus-call-method argument. (Bug#15516)
177
178 2013-10-04 Leo Liu <sdl.web@gmail.com>
179
180 * progmodes/octave.el (inferior-octave-error-regexp-alist)
181 (inferior-octave-compilation-font-lock-keywords): New variables.
182 (compilation-error-regexp-alist)
183 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
184 (inferior-octave-mode): Use compilation-shell-minor-mode.
185
186 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
187
188 * minibuffer.el (completion--replace): Be careful that `end' might be
189 a marker.
190
191 2013-10-03 Daiki Ueno <ueno@gnu.org>
192
193 Add support for package signature checking.
194 * emacs-lisp/package.el (url-http-file-exists-p)
195 (epg-make-context, epg-context-set-home-directory)
196 (epg-verify-string, epg-context-result-for)
197 (epg-signature-status, epg-signature-to-string)
198 (epg-check-configuration, epg-configuration)
199 (epg-import-keys-from-file): Declare.
200 (package-check-signature): New user option.
201 (package-unsigned-archives): New user option.
202 (package-desc): Add `signed' field.
203 (package-load-descriptor): Set `signed' field if .signed file exists.
204 (package--archive-file-exists-p): New function.
205 (package--check-signature): New function.
206 (package-install-from-archive): Check package signature.
207 (package--download-one-archive): Check archive signature.
208 (package-delete): Remove .signed file.
209 (package-import-keyring): New command.
210 (package-refresh-contents): Import default keyring.
211 (package-desc-status): Add "unsigned" status.
212 (describe-package-1, package-menu--print-info)
213 (package-menu-mark-delete, package-menu--find-upgrades)
214 (package-menu--status-predicate): Support "unsigned" status.
215
216 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
219 the new compilation scheme using the new byte-codes.
220
221 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
222 (byte-pophandler): New byte codes.
223 (byte-goto-ops): Adjust accordingly.
224 (byte-compile--use-old-handlers): New var.
225 (byte-compile-catch): Use new byte codes depending on
226 byte-compile--use-old-handlers.
227 (byte-compile-condition-case--old): Rename from
228 byte-compile-condition-case.
229 (byte-compile-condition-case--new): New function.
230 (byte-compile-condition-case): New function that dispatches depending
231 on byte-compile--use-old-handlers.
232 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
233 when we can.
234
235 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
236 Optimize under `condition-case' and `catch' if
237 byte-compile--use-old-handlers is nil.
238 (disassemble-offset): Handle new bytecodes.
239
240 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * subr.el (error): Use `declare'.
243 (decode-char, encode-char): Use advertised-calling-convention instead
244 of the docstring to discourage use of the `restriction' arg.
245
246 2013-10-03 Daiki Ueno <ueno@gnu.org>
247
248 * epg.el (epg-verify-file): Add a comment saying that it does not
249 notify verification error as a return value nor a signal.
250 (epg-verify-string): Ditto.
251
252 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
253
254 * progmodes/compile.el (compilation-start): Try globbing the arg to
255 `cd' (bug#15417).
256
257 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
258
259 Sync with Tramp 2.2.8.
260
261 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
262 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
263 * net/trampver.el: Update release number.
264
265 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
266
267 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
268 and default-process-coding-system for darwin only.
269
270 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
273
274 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
275
276 * vc/vc-git.el (vc-git-grep): Disable pager.
277
278 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
279
280 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
281 Use :url instead of :homepage, as per
282 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
283
284 * newcomment.el (comment-beginning): When `comment-use-syntax' is
285 non-nil, use `syntax-ppss' (Bug#15251).
286
287 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
288
289 * progmodes/octave.el (inferior-octave-startup-file):
290 Prefer ~/.emacs.d/init_octave.m.
291
292 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
293
294 * emacs-lisp/package.el (package-desc-from-define):
295 Accept additional arguments as plist, convert them to an alist and store
296 them in the `extras' slot.
297 (package-generate-description-file): Convert extras alist back to
298 plist and append to the `define-package' form arguments.
299 (package--alist-to-plist): New function.
300 (package--ac-desc): Add `extras' slot.
301 (package--add-to-archive-contents): Check if the archive-contents
302 vector is long enough, and if it is, pass its `extras' slot value
303 to `package-desc-create'.
304 (package-buffer-info): Call `lm-homepage', pass the returned value
305 to `package-desc-from-define'.
306 (describe-package-1): Render the homepage button (Bug#13291).
307
308 * emacs-lisp/package-x.el (package-upload-buffer-internal):
309 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
310
311 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
312
313 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
314 and default-process-coding-system to utf-8-unix (Bug#15402).
315
316 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
317
318 * subr.el (looking-back): Do not recommend using looking-back.
319
320 2013-09-28 Alan Mackenzie <acm@muc.de>
321
322 Fix indentation/fontification of Java enum with "implements".
323
324 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
325 regexp which matches "implements", etc., in Java.
326 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
327 specifier clauses coming after "enum".
328 * progmodes/cc-fonts.el (c-font-lock-declarations)
329 (c-font-lock-enum-tail): Check for extra specifier clauses coming
330 after "enum".
331
332 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
333
334 * faces.el (region): Change ns_selection_color to
335 ns_selection_fg_color, add ns_selection_bg_color.
336
337 2013-09-28 Leo Liu <sdl.web@gmail.com>
338
339 * progmodes/octave.el (inferior-octave-completion-table)
340 (inferior-octave-completion-at-point): Minor tweaks.
341
342 * textmodes/ispell.el (ispell-lookup-words): Rename from
343 lookup-words. (Bug#15460)
344 (lookup-words): Obsolete.
345 (ispell-complete-word, ispell-command-loop): All uses changed.
346
347 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
348
349 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
350 (octave-mode-menu): Add octave-send-buffer.
351 (octave-send-buffer): New function.
352
353 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
354
355 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
356 octave-lookfor.
357 (octave-mode-menu): Add octave-lookfor.
358 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
359 octave-lookfor.
360 (octave-lookfor): New function.
361
362 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * emacs-lisp/cl-macs.el:
365 (cl--loop-destr-temps): Remove.
366 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
367 its convention.
368 (cl--loop-set-iterator-function): New function.
369 (cl-loop): Adjust accordingly, so as not to use cl-subst.
370 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
371 Bind `it' with `let' instead of substituting it with `cl-subst'.
372 (cl--unused-var-p): New function.
373 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
374 Eliminate some unused variable warnings (bug#15326).
375
376 2013-09-27 Tassilo Horn <tsdh@gnu.org>
377
378 * doc-view.el (doc-view-scale-reset): Rename from
379 `doc-view-reset-zoom-level'.
380 (doc-view-scale-adjust): New command.
381 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
382 `doc-view-scale-adjust'.
383
384 2013-09-26 Tassilo Horn <tsdh@gnu.org>
385
386 * doc-view.el (doc-view-reset-zoom-level): New command.
387 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
388 zoom commands (bug#15466).
389
390 2013-09-26 Kenichi Handa <handa@gnu.org>
391
392 * international/quail.el (quail-help): Make it not a command.
393
394 2013-09-26 Leo Liu <sdl.web@gmail.com>
395
396 * minibuffer.el (completion-all-sorted-completions): Make args
397 optional as they are.
398
399 2013-09-25 Daniel Colascione <dancol@dancol.org>
400
401 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
402 specs are and that they're not evaluated.
403
404 2013-09-24 Sam Steingold <sds@gnu.org>
405
406 * midnight.el (clean-buffer-list-kill-regexps)
407 (clean-buffer-list-kill-buffer-names): Update for the new Man
408 buffer naming which includes the object name.
409
410 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * eshell/esh-cmd.el (eshell--sep-terms): New var.
413 (eshell-parse-command, eshell-parse-pipeline): Use it since
414 eshell-separate-commands requires a dynamic scoped var.
415 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
416
417 2013-09-23 Leo Liu <sdl.web@gmail.com>
418
419 * autoinsert.el (auto-insert-alist): Make the value of
420 lexical-binding match its file setting.
421
422 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
423
424 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
425
426 * autoarg.el (autoarg-kp-digit-argument):
427 * electric.el (Electric-command-loop):
428 * kmacro.el (kmacro-step-edit-insert):
429 Do not set universal-argument-num-events.
430
431 2013-09-22 Leo Liu <sdl.web@gmail.com>
432
433 * files.el (interpreter-mode-alist): Add octave.
434
435 2013-09-21 Alan Mackenzie <acm@muc.de>
436
437 C++: fontify identifier in declaration following "public:" correctly.
438 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
439 to match "public", etc.
440 (c-decl-prefix-re): Add ":" into the C++ value.
441 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
442 bit. Add a check for a ":" preceded by "public", etc.
443
444 2013-09-21 Eli Zaretskii <eliz@gnu.org>
445
446 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
447 recognized by GDB 7.5 and later.
448
449 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
450
451 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
452
453 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * subr.el (internal--call-interactively): New const.
456 (called-interactively-p): Use it (bug#3984).
457
458 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
459
460 * vc/pcvs.el (cvs-mode-ignore):
461 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
462 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
463
464 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
467 (eshell-ls-orig-insert-directory): Remove.
468 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
469 (eshell-ls-use-in-dired): Use advice-add/remove.
470 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
471 Add `orig-fun' arg for use in :around advice.
472 Make it check (redundantly) eshell-ls-use-in-dired.
473
474 2013-09-19 Glenn Morris <rgm@gnu.org>
475
476 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
477
478 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
479
480 * emacs-lisp/eieio.el (class-parent): Undo previous change.
481
482 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
483
484 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
485 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
486 (tramp-get-remote-python): New defuns.
487 (tramp-get-remote-uid-with-perl)
488 (tramp-get-remote-gid-with-perl): New defuns. Perl code
489 contributed by yary <not.com@gmail.com> (tiny change).
490 (tramp-get-remote-uid-with-python)
491 (tramp-get-remote-gid-with-python): New defuns. Python code
492 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
493 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
494
495 2013-09-19 Glenn Morris <rgm@gnu.org>
496
497 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
498
499 * eshell/em-unix.el (eshell-remove-entries):
500 Rename argument to avoid name-clash with global `top-level'.
501
502 * eshell/esh-proc.el (eshell-kill-process-function):
503 Remove eshell-reset-after-proc from eshell-kill-hook if present.
504 (eshell-reset-after-proc): Remove unused arg `proc'.
505
506 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
507 (directory-files-and-attributes): Mark unused arg.
508
509 * eshell/em-unix.el (eshell-remove-entries):
510 Remove unused arg `path'. Update callers.
511
512 * eshell/em-hist.el (eshell-hist-parse-arguments):
513 Remove unused arg `silent'. Update callers.
514
515 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
516 Fix (f)boundp mix-up.
517
518 * eshell/em-smart.el (eshell-smart-scroll-window)
519 (eshell-disable-after-change):
520 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
521
522 2013-09-18 Alan Mackenzie <acm@muc.de>
523
524 Fix fontification of type when followed by "const".
525 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
526 "known" types from fontification.
527
528 2013-09-18 Glenn Morris <rgm@gnu.org>
529
530 * emacs-lisp/chart.el (x-display-color-cells): Declare.
531 (chart-face-list): Drop Emacsen without display-color-p.
532
533 * net/eww.el (libxml-parse-html-region): Declare.
534 (eww-display-html): Explicit error if no libxml2 support.
535
536 * doc-view.el (doc-view-mode): Silence --without-x compilation.
537
538 * image.el (image-type-from-buffer, image-multi-frame-p):
539 Remove --without-x warning/error.
540
541 * mouse.el (mouse-yank-primary):
542 * term.el (term-mouse-paste):
543 Reorder to silence --without-x compilation.
544
545 * mpc.el (doc-view-mode): Silence --without-x compilation.
546
547 * mail/rmailmm.el (rmail-mime-set-bulk-data):
548 Silence --without-x compilation.
549
550 * progmodes/gud.el (gud-find-file, gud-mode):
551 Silence --without-x compilation.
552 (tooltip-mode): Declare.
553
554 * wdired.el (dired-backup-overwrite): Remove declaration.
555 (wdired-mode-map): Add doc string.
556
557 * custom.el (x-get-resource): Declare.
558
559 * eshell/em-glob.el (ange-cache):
560 * eshell/em-unix.el (ange-cache): Declare.
561
562 * faces.el (x-display-list, x-open-connection, x-get-resource):
563 Declare.
564
565 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
566 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
567 Declare.
568
569 * frame.el (x-display-grayscale-p, x-display-name): Declare.
570
571 * net/gnutls.el (gnutls-log-level): Declare.
572
573 * net/shr.el (image-size, image-animate): Declare.
574
575 * simple.el (font-info): Declare.
576
577 * subr.el (x-popup-dialog): Declare.
578
579 * term/common-win.el (x-select-enable-primary)
580 (x-last-selected-text-primary, x-last-selected-text-clipboard):
581 Declare.
582
583 * term/ns-win.el (x-handle-args): Declare.
584
585 * term/x-win.el (x-select-enable-clipboard): Declare.
586
587 * term/w32-win.el (create-default-fontset): Declare.
588
589 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
590 Declare.
591
592 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
593 (fit-frame-to-buffer): Explicit error if --without-x.
594 (mouse-autoselect-window-select): Silence compiler.
595
596 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
597
598 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
599 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
600 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
601 * eshell/esh-util.el (eshell-sublist):
602 Remove unused local variables.
603
604 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
605
606 * textmodes/two-column.el: Make 2C-split work for --without-x.
607 (scroll-bar-columns): Autoload.
608 (top-level): Require fringe when compiling.
609
610 2013-09-18 Leo Liu <sdl.web@gmail.com>
611
612 * subr.el (add-hook): Robustify to handle closure as well.
613
614 2013-09-17 Glenn Morris <rgm@gnu.org>
615
616 * simple.el (messages-buffer-mode-map): Unbind "g".
617
618 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * help-mode.el (help-mode-finish): Use derived-mode-p.
621 Remove obsolete highlighting.
622
623 * play/life.el (life-mode): Use define-derived-mode. Derive from
624 special-mode.
625 (life): Let-bind inhibit-read-only.
626 (life-setup): Avoid `setq'. Use `life-mode'.
627
628 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
629 which should not be needed any more.
630 (package-menu-refresh, package-menu-describe-package): Use user-error.
631
632 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
633 (eshell-post-rewrite-command-hook): Make obsolete.
634 (eshell-parse-command): Simplify.
635 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
636 (eshell--cmd): Declare.
637 (eshell-parse-pipeline): Remove unused var `final-p'.
638 Pass a dynvar to eshell-post-rewrite-command-hook.
639 Implement the new eshell-post-rewrite-command-function.
640 (eshell-invoke-directly): Remove unused arg `input'.
641 * eshell/esh-io.el (eshell-io-initialize):
642 Use eshell-post-rewrite-command-function (bug#15399).
643 (eshell--apply-redirections): Rename from eshell-apply-redirections;
644 adjust to new calling convention.
645 (eshell-create-handles): Rename args to avoid clashing with dynvar
646 `standard-output'.
647
648 2013-09-17 Glenn Morris <rgm@gnu.org>
649
650 * simple.el (messages-buffer-mode): New major mode.
651 (messages-buffer): New function.
652 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
653 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
654 (ert-run-test): Use `messages-buffer' function.
655 (ert--force-message-log-buffer-truncation): Ignore read-only.
656 * help.el (view-echo-area-messages): Use `messages-buffer' function.
657 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
658
659 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
662
663 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
664
665 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * icomplete.el (icomplete-in-buffer): New var.
668 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
669 vars and replace them with functions.
670 (icomplete-minibuffer-setup): Adjust accordingly.
671 (icomplete--completion-table, icomplete--completion-predicate)
672 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
673 New functions.
674 (icomplete-forward-completions, icomplete-backward-completions)
675 (icomplete-simple-completing-p, icomplete-exhibit)
676 (icomplete-completions): Use them.
677 (icomplete--in-region-buffer): New var.
678 (icomplete--in-region-setup): New function.
679 (icomplete-mode): Use it.
680
681 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
682 (bug#15379).
683 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
684 return args and options.
685 (eshell-eval-using-options): Use the new return value of
686 eshell--do-opts to set the options's vars in their scope.
687 (eshell--set-option): Rename from eshell-set-option.
688 Add arg `opt-vals'.
689 (eshell--process-option): Rename from eshell-process-option.
690 Add arg `opt-vals'.
691 (eshell--process-args): Use an `opt-vals' alist to store the options's
692 values during their processing and return them additionally to the
693 remaining args.
694
695 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
696
697 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
698 continuation character an operator, as far as indentation is
699 concerned (Bug#15369).
700
701 2013-09-15 Martin Rudalics <rudalics@gmx.at>
702
703 * window.el (window--state-put-2): Don't process buffer state
704 when buffer doesn't exist any more (Bug#15382).
705
706 2013-09-15 Glenn Morris <rgm@gnu.org>
707
708 * eshell/em-unix.el (eshell/rm):
709 Make -f ignore missing files. (Bug#15373)
710
711 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
712 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
713 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
714
715 2013-09-14 Glenn Morris <rgm@gnu.org>
716
717 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
718
719 2013-09-13 Glenn Morris <rgm@gnu.org>
720
721 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
722 (dired-guess-default): Make `file' available in the env. (Bug#15363)
723
724 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
725
726 * frame.el (x-focus-frame): Mark as declared in frame.c.
727
728 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * ls-lisp.el: Use advice-add.
731 (original-insert-directory): Remove.
732 (ls-lisp--insert-directory): Rename from insert-directory; add
733 `orig-fun' argument.
734 (insert-directory): Advise.
735
736 2013-09-13 Eli Zaretskii <eliz@gnu.org>
737
738 * term.el (term-emulate-terminal): Decode the command string
739 before passing it to term-command-hook. (Bug#15337)
740
741 2013-09-13 Glenn Morris <rgm@gnu.org>
742
743 * eshell/esh-util.el (ange-cache): Move declaration earlier.
744
745 * eshell/esh-ext.el (eshell-search-path): Declare.
746
747 * eshell/em-prompt.el (eshell/pwd): Autoload it.
748 Otherwise an error occurs if eshell-dirs module not loaded.
749
750 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
751
752 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
753
754 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
755 `tramp-check-proper-host'. Check for a valid method name.
756
757 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
758 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
759 * net/tramp-sh.el (tramp-maybe-open-connection):
760 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
761
762 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
763 also for hash values.
764
765 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * term/ns-win.el (parameters): Don't declare as dynamic.
768 (before-make-frame-hook): Don't add ineffective function.
769
770 * eshell/*.el: Use lexical-binding (bug#15231).
771
772 2013-09-12 Kenichi Handa <handa@gnu.org>
773
774 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
775
776 2013-09-12 Glenn Morris <rgm@gnu.org>
777
778 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
779 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
780
781 * subr.el (do-after-load-evaluation): Also give compiler warnings
782 when obsolete files are used (except by obsolete files).
783
784 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
785 in the status output, assume `filename' is the first. (Bug#15322)
786
787 * vc/vc.el (vc-deduce-fileset): Doc fix.
788
789 * calc/calc-help.el (Info-goto-node):
790 * progmodes/cperl-mode.el (Info-find-node):
791 * vc/ediff.el (Info-goto-node): Update declarations.
792
793 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
794
795 * vc/vc-bzr.el (vc-compilation-mode): Declare.
796 (vc-bzr-pull): Require vc-dispatcher.
797 * vc/vc-git.el (vc-compilation-mode): Declare.
798 (vc-git-pull): Require vc-dispatcher.
799
800 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
801
802 * progmodes/octave.el (help-button-action): Declare.
803
804 * shell.el (shell-directory-tracker): Output error as a message
805 rather than just returning it as a string.
806 (shell-process-pushd): Remove useless use of message.
807
808 * dframe.el (dframe-timer-fn):
809 * files.el (dir-locals-read-from-file):
810 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
811 (mpc-format):
812 * reveal.el (reveal-post-command):
813 * saveplace.el (load-save-place-alist-from-file):
814 * shell.el (shell-resync-dirs):
815 * w32-common-fns.el (x-get-selection-value):
816 * emacs-lisp/copyright.el (copyright-find-copyright):
817 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
818 * emulation/tpu-edt.el (tpu-copy-keyfile):
819 * play/bubbles.el (bubbles--mark-neighbourhood):
820 * progmodes/executable.el
821 (executable-make-buffer-file-executable-if-script-p):
822 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
823
824 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 Cleanup Eshell to rely less on dynamic scoping.
827 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
828 last-value, and ext-command here. Bind `args' closer to `body'.
829 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
830 (eshell--args): Declare new dynamic var.
831 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
832 last-value, and ext-command. Pass `args' to `body'.
833 (eshell-process-args): Bind eshell--args.
834 (eshell-set-option): Use eshell--args.
835 * eshell/eshell.el (eshell): Use derived-mode-p.
836 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
837 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
838 (eshell-glob-function): Declare.
839 * eshell/esh-util.el: Require cl-lib.
840 (eshell-read-hosts-file): Avoid add-to-list.
841 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
842 `err'.
843 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
844 Declare.
845 (eshell/diff): Remove unused var `err'.
846 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
847 `killflag'.
848 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
849 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
850 first use.
851 * eshell/em-glob.el (eshell-glob-matches, message-shown):
852 Move declaration before first use.
853 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
854 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
855 rely on cl-return.
856
857 2013-09-12 Glenn Morris <rgm@gnu.org>
858
859 * term/ns-win.el (global-map): Remove binding for ispell-next,
860 deleted 1999-05-29. (Bug#15357)
861
862 2013-09-11 Glenn Morris <rgm@gnu.org>
863
864 * echistory.el (electric-command-history): Remove call to deleted func.
865
866 * play/landmark.el (landmark-mode): Fix typos.
867
868 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
869 Check cvs-sort-ignore-file is bound.
870
871 * savehist.el: No need for cl when compiling on Emacs.
872
873 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
876 (bug#15338).
877 (eshell-self-insert-command, eshell-send-invisible):
878 Remove unused argument.
879 (eshell-handle-control-codes): Remove unused var `orig'.
880 Avoid delete-backward-char.
881
882 * files.el (set-auto-mode): Simplify a bit further.
883
884 2013-09-11 Glenn Morris <rgm@gnu.org>
885
886 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
887 (set-auto-mode): Don't regexp-quote elements.
888 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
889 * progmodes/cc-mode.el (interpreter-mode-alist):
890 * progmodes/ruby-mode.el (interpreter-mode-alist):
891 Revert previous change.
892
893 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * play/snake.el (snake-mode):
896 * play/mpuz.el (mpuz-mode):
897 * play/landmark.el (lm-mode):
898 * play/blackbox.el (blackbox-mode):
899 * play/5x5.el (5x5-mode):
900 * obsolete/options.el (Edit-options-mode):
901 * net/quickurl.el (quickurl-list-mode):
902 * net/newst-treeview.el (newsticker-treeview-mode):
903 * mail/rmailsum.el (rmail-summary-mode):
904 * mail/mspools.el (mspools-mode):
905 * locate.el (locate-mode):
906 * ibuffer.el (ibuffer-mode):
907 * emulation/ws-mode.el (wordstar-mode):
908 * emacs-lisp/debug.el (debugger-mode):
909 * array.el (array-mode):
910 * net/eudc.el (eudc-mode): Use define-derived-mode.
911 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
912 Move initialization into declaration.
913 (mairix-searches-mode): Use define-derived-mode.
914 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
915 (eudc-edit-hotlist): Use dolist.
916 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
917 (Man-mode): Use define-derived-mode.
918 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
919 (Info-edit-mode): Use define-derived-mode.
920 (Info-cease-edit): Use Info-mode.
921 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
922 into declaration.
923 (eshell-mode): Use define-derived-mode.
924 * chistory.el (command-history-mode-map): Rename from
925 command-history-map.
926 (command-history-mode): Use define-derived-mode.
927 (Command-history-setup): Remove function.
928 * calc/calc.el (calc-trail-mode-map): New var.
929 (calc-trail-mode): Use define-derived-mode.
930 (calc-trail-buffer): Set calc-main-buffer manually.
931 * bookmark.el (bookmark-insert-annotation): New function.
932 (bookmark-edit-annotation): Use it.
933 (bookmark-edit-annotation-mode): Make it a proper major mode.
934 (bookmark-send-edited-annotation): Use derived-mode-p.
935 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
936 closer to its ideal place. Use \' to match EOS.
937
938 * profiler.el (profiler-calltree-find): Use function-equal.
939
940 2013-09-10 Glenn Morris <rgm@gnu.org>
941
942 * files.el (interpreter-mode-alist): Convert to regexps.
943 (set-auto-mode): Adapt for this. (Bug#15306)
944 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
945 Comment out unused variable.
946 * progmodes/cc-mode.el (interpreter-mode-alist):
947 * progmodes/python.el (interpreter-mode-alist):
948 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
949 * progmodes/sh-script.el (sh-set-shell):
950 No longer use interpreter-mode-alist to get list of shells.
951
952 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
953
954 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * simple.el: Use set-temporary-overlay-map for universal-argument.
957 (universal-argument-map): Don't use default-bindings (bug#15317).
958 Bind switch-frame explicitly. Replace universal-argument-minus with
959 a conditional binding.
960 (universal-argument-num-events, saved-overriding-map): Remove.
961 (restore-overriding-map): Remove.
962 (universal-argument--mode): Rename from save&set-overriding-map,
963 and rewrite.
964 (universal-argument, universal-argument-more, negative-argument)
965 (digit-argument): Adjust accordingly.
966 (universal-argument-minus): Remove.
967 (universal-argument-other-key): Remove.
968
969 * subr.el (with-demoted-errors): Add `format' argument.
970
971 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
972
973 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
974 `tramp-cleanup-connection'.
975
976 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
977 parameters KEEP-DEBUG and KEEP-PASSWORD.
978
979 * net/tramp.el (tramp-file-name-handler):
980 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
981 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
982 (tramp-maybe-open-connection):
983 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
984 Use `tramp-cleanup-connection'.
985
986 * net/tramp-sh.el (tramp-maybe-open-connection):
987 Catch 'uname-changed inside the progress reporter.
988
989 2013-09-10 Glenn Morris <rgm@gnu.org>
990
991 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
992
993 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
994 returns "alternate access method" in mode (eg "-rw-r--r--.").
995
996 2013-09-08 Glenn Morris <rgm@gnu.org>
997
998 * saveplace.el (load-save-place-alist-from-file):
999 Demote errors. (Bug#15305)
1000
1001 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
1002
1003 Improve compatibility with older Emacsen, and XEmacs.
1004
1005 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1006 only if it is bound. It isn't for XEmacs.
1007 (with-tramp-progress-reporter): Do not let-bind `result'.
1008 This yields to scoping errors in XEmacs.
1009 (tramp-handle-make-auto-save-file-name): New function, moved from
1010 tramp-sh.el.
1011
1012 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1013 for `make-auto-save-file-name'.
1014 (tramp-adb--gnu-switches-to-ash):
1015 Use `tramp-compat-replace-regexp-in-string'.
1016
1017 * net/tramp-cache.el (tramp-cache-print): Call
1018 `substring-no-properties' only if it is bound. It isn't for XEmacs.
1019
1020 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1021 bound. It isn't for XEmacs.
1022
1023 * net/tramp-compat.el (tramp-compat-copy-file):
1024 Catch `wrong-number-of-arguments' error.
1025 (tramp-compat-replace-regexp-in-string): New defun.
1026
1027 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1028 for `make-auto-save-file-name'.
1029 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1030 `copy-file'.
1031 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1032 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1033 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1034
1035 * net/tramp-gw.el (tramp-gw-open-network-stream):
1036 Use `tramp-compat-replace-regexp-in-string'.
1037
1038 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1039 Call `tramp-handle-make-auto-save-file-name'.
1040 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1041 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1042 (tramp-sh-file-inotifywait-process-filter):
1043 Use `tramp-compat-replace-regexp-in-string'.
1044 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1045
1046 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1047 for `make-auto-save-file-name'.
1048 (tramp-smb-handle-copy-directory):
1049 Call `tramp-compat-replace-regexp-in-string'.
1050 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1051 (tramp-smb-handle-copy-file): Improve error message.
1052 (tramp-smb-handle-rename-file): Rename directly only in case
1053 `newname' does not exist yet. This is a restriction of smbclient.
1054 (tramp-smb-maybe-open-connection): Rerun the function only when
1055 `auth-sources' is non-nil.
1056
1057 2013-09-08 Kenichi Handa <handa@gnu.org>
1058
1059 * international/characters.el: Set category "^" (Combining) for
1060 more characters.
1061
1062 2013-09-07 Alan Mackenzie <acm@muc.de>
1063
1064 Correctly fontify Java class constructors.
1065 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1066 in Java Mode.
1067 (c-recognize-typeless-decls): Set the Java value to t.
1068 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1069 While handling a "(", add a check for, effectively, Java, and handle a
1070 "typeless" declaration there.
1071
1072 2013-09-07 Roland Winkler <winkler@gnu.org>
1073
1074 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1075 field subtitle for entry type book.
1076
1077 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * minibuffer.el: Make minibuffer-complete call completion-in-region
1080 rather than other way around.
1081 (completion--some, completion-pcm--find-all-completions):
1082 Don't delay signals when debugging.
1083 (minibuffer-completion-contents): Beware fields within the
1084 minibuffer contents.
1085 (completion-all-sorted-completions): Use defvar-local.
1086 (completion--do-completion, completion--cache-all-sorted-completions)
1087 (completion-all-sorted-completions, minibuffer-force-complete):
1088 Add args `beg' and `end'.
1089 (completion--in-region-1): New fun, extracted from minibuffer-complete.
1090 (minibuffer-complete): Use completion-in-region.
1091 (completion-complete-and-exit): New fun, extracted from
1092 minibuffer-complete-and-exit.
1093 (minibuffer-complete-and-exit): Use it.
1094 (completion--complete-and-exit): Rename from
1095 minibuffer--complete-and-exit.
1096 (completion-in-region--single-word): New function, extracted from
1097 minibuffer-complete-word.
1098 (minibuffer-complete-word): Use it.
1099 (display-completion-list): Make `common-substring' argument obsolete.
1100 (completion--in-region): Call completion--in-region-1 instead of
1101 minibuffer-complete.
1102 (completion-help-at-point): Pass boundaries to
1103 minibuffer-completion-help as args rather than via an overlay.
1104 (completion-pcm--string->pattern): Use `any-delim'.
1105 (completion-pcm--optimize-pattern): New function.
1106 (completion-pcm--pattern->regex): Handle `any-delim'.
1107 * icomplete.el (icomplete-forward-completions)
1108 (icomplete-backward-completions, icomplete-completions):
1109 Adjust calls to completion-all-sorted-completions and
1110 completion--cache-all-sorted-completions.
1111 (icomplete-with-completion-tables): Default to t.
1112 * emacs-lisp/crm.el (crm--current-element): Rename from
1113 crm--select-current-element. Don't put an overlay but return the
1114 boundaries instead.
1115 (crm--completion-command): Take two new args to bind to the boundaries.
1116 (crm-completion-help): Adjust accordingly.
1117 (crm-complete): Use completion-in-region.
1118 (crm-complete-word): Use completion-in-region--single-word.
1119 (crm-complete-and-exit): Use completion-complete-and-exit.
1120
1121 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1124 than dynamically.
1125
1126 2013-09-06 Juri Linkov <juri@jurta.org>
1127
1128 * info.el (Info-display-images-node): When image file doesn't exist
1129 display text version of the image if it's provided in the Info file.
1130 Otherwise, display the location of missing image from SRC attribute.
1131 Add help-echo text property from ALT attribute. (Bug#15279)
1132
1133 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1136 (edit-abbrevs-mode): Use define-derived-mode.
1137
1138 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1139 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1140 that it's defined.
1141 (epa-key-list-mode, epa-key-mode, epa-info-mode):
1142 Use define-derived-mode.
1143
1144 * epg.el (epg-start-encrypt): Minor CSE simplification.
1145
1146 2013-09-06 William Xu <william.xwl@gmail.com>
1147
1148 * arc-mode.el: Add support for 7za (bug#15264).
1149 (archive-7z-program): New var.
1150 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1151 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1152 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1153
1154 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1155
1156 Remove URL syntax.
1157
1158 * net/tramp.el (tramp-syntax, tramp-prefix-format)
1159 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1160 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1161 (tramp-postfix-host-format, tramp-file-name-regexp)
1162 (tramp-completion-file-name-regexp)
1163 (tramp-completion-dissect-file-name)
1164 (tramp-handle-substitute-in-file-name): Remove 'url case.
1165 (tramp-file-name-regexp-url)
1166 (tramp-completion-file-name-regexp-url): Remove constants.
1167
1168 2013-09-06 Glenn Morris <rgm@gnu.org>
1169
1170 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
1171
1172 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
1173
1174 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1175 keywords" below "here-doc beginnings" (Bug#15270).
1176
1177 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * subr.el (pop): Use `car-safe'.
1180 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1181 to detect unused `pop' return value.
1182
1183 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1184 var `block-regexp'.
1185 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1186 (python-fill-string): Remove unused var `marker'.
1187 (python-skeleton-add-menu-items): Remove unused var `items'.
1188
1189 * international/mule-cmds.el: Require CL.
1190 (find-coding-systems-for-charsets): Avoid add-to-list.
1191 (sanitize-coding-system-list): New function, extracted from
1192 select-safe-coding-system-interactively.
1193 (select-safe-coding-system-interactively): Use it.
1194 (read-input-method-name): Accept symbols for `default'.
1195
1196 * emacs-lisp/advice.el (defadvice): Add indent rule.
1197
1198 2013-09-05 Daniel Hackney <dan@haxney.org>
1199
1200 * dired-x.el:
1201 * net/ange-ftp.el:
1202 * net/browse-url.el:
1203 * net/dbus.el:
1204 * net/eudc.el:
1205 * net/eudcb-ldap.el:
1206 * net/eww.el:
1207 * net/imap.el:
1208 * printing.el:
1209 * vc/ediff-diff.el:
1210 * vc/ediff-init.el:
1211 * vc/ediff-merg.el:
1212 * vc/ediff-mult.el:
1213 * vc/ediff-util.el:
1214 * vc/ediff-wind.el:
1215 * vc/ediff.el:
1216 * vc/emerge.el:
1217 * vc/pcvs.el:
1218 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1219 byte compiler. Remove some unused let-bound variables.
1220
1221 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1224 a "ref-cell", since it gets better optimized (bug#14883).
1225
1226 2013-09-05 Glenn Morris <rgm@gnu.org>
1227
1228 * progmodes/cc-awk.el (c-forward-sws): Declare.
1229
1230 2013-09-04 Glenn Morris <rgm@gnu.org>
1231
1232 * generic-x.el [rul-generic-mode]: Require cc-mode.
1233 (c++-mode-syntax-table): Declare.
1234 (rul-generic-mode-syntax-table): Init in the defvar.
1235
1236 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1239 (vc-do-command, vc-set-async-update):
1240 * vc/vc-mtn.el (vc-mtn-dir-status):
1241 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1242 (vc-hg-pull, vc-hg-merge-branch):
1243 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1244 (vc-git-merge-branch):
1245 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1246 (vc-cvs-dir-status-files):
1247 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1248 (vc-bzr-dir-status-files):
1249 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1250 * vc/vc-annotate.el: Use lexical-binding.
1251 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1252 (vc-sentinel-movepoint): Declare.
1253 (vc-annotate): Don't use `goto-line'.
1254 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1255 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1256 (vc-sentinel-movepoint): Declare.
1257 * vc/vc-svn.el: Use lexical-binding.
1258 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1259 * vc/vc-sccs.el:
1260 * vc/vc-rcs.el: Use lexical-binding.
1261
1262 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1263 `deleted'. Don't drop errors silently.
1264
1265 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1266
1267 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
1268
1269 * vc/vc.el (vc-ignore): Rewrite.
1270 (vc-default-ignore): New function.
1271 (vc-default-ignore-completion-table): Use find-ignore-file.
1272
1273 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1274 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1275 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1276 Remove. Most code moved to vc.el.
1277
1278 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
1281 * net/tramp-smb.el (tramp-smb-get-file-entries):
1282 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1283 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1284
1285 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1286 Update call to it.
1287 (eww-change-select): Remove unused var `properties'.
1288 (eww-make-unique-file-name): Remove unused var `base'.
1289
1290 * finder.el (finder-compile-keywords): Don't mess with windows.
1291
1292 * calculator.el (calculator-funcall): Fix typo in last change.
1293
1294 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1295
1296 * emacs-lisp/package.el (package-activate-1): Don't let a missing
1297 <pkg>-autoloads.el file stop us.
1298
1299 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
1300 warnings, and factor out common code.
1301
1302 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
1303
1304 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
1305 two-character operators and whether the character preceding them
1306 changes their meaning (Bug#15208).
1307
1308 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1309
1310 Format code sent to Python shell for robustness.
1311 * progmodes/python.el (python-shell-buffer-substring):
1312 New function.
1313 (python-shell-send-region, python-shell-send-buffer): Use it.
1314
1315 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
1318 * net/tramp.el (tramp-user-error): ... here.
1319 (tramp-find-method, tramp-check-proper-host)
1320 (tramp-dissect-file-name, tramp-debug-message)
1321 (tramp-handle-shell-command):
1322 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1323 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
1324
1325 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
1326
1327 2013-09-02 Martin Rudalics <rudalics@gmx.at>
1328
1329 * avoid.el (mouse-avoidance-point-position)
1330 (mouse-avoidance-too-close-p): Handle case where posn-at-point
1331 returns nil.
1332
1333 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1334
1335 * progmodes/python.el (python-shell-completion-get-completions):
1336 Drop use of deleted `comint-last-prompt-overlay'.
1337 (python-nav-if-name-main): New command.
1338
1339 2013-09-01 Glenn Morris <rgm@gnu.org>
1340
1341 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1342 Avoid leading space in $wins. Otherwise the sed command used by
1343 eg compile-main ends up containing "/*.el". (Bug#15170)
1344
1345 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
1346
1347 2013-08-30 Glenn Morris <rgm@gnu.org>
1348
1349 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1350 Fix is-this-a-directory logic. (Bug#15220)
1351
1352 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * textmodes/css-mode.el: Use SMIE.
1355 (css-smie-grammar): New var.
1356 (css-smie--forward-token, css-smie--backward-token)
1357 (css-smie-rules): New functions.
1358 (css-mode): Use them.
1359 (css-navigation-syntax-table): Remove var.
1360 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
1361 (css-indent-calculate, css-indent-line): Remove functions.
1362
1363 Misc changes to reduce use of `(lambda...); and other cleanups.
1364 * cus-edit.el: Use lexical-binding.
1365 (customize-push-and-save, customize-apropos)
1366 (custom-buffer-create-internal): Use closures.
1367 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
1368 * progmodes/ada-xref.el: Use setq.
1369 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
1370 * dframe.el: Use lexical-binding.
1371 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
1372 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
1373 * descr-text.el: Use lexical-binding.
1374 (describe-text-widget, describe-text-sexp, describe-property-list):
1375 Use closures.
1376 * comint.el (comint-history-isearch-push-state): Use a closure.
1377 * calculator.el: Use lexical-binding.
1378 (calculator-number-to-string): Make it work with lexical-binding.
1379 (calculator-funcall): Same and use cl-letf.
1380
1381 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
1382 (lisp--company-doc-string, lisp--company-location): New functions.
1383 (lisp-completion-at-point): Use them to improve Company support.
1384
1385 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
1386 params of lambda expressions.
1387 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
1388 (ruby-smie--opening-pipe-p): New function.
1389 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
1390 symbols and matched |...| for formal params.
1391 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
1392 from being treated as hanging. Handle "rescue".
1393
1394 2013-08-29 Glenn Morris <rgm@gnu.org>
1395
1396 * progmodes/cc-engine.el (c-pull-open-brace):
1397 Move definition before use.
1398
1399 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
1402 are immutable. Don't use `unsafe' any more.
1403 (cl--defsubst-expand): Don't substitute at the same time as keeping
1404 a residual unused let-binding. Don't use `unsafe' any more.
1405
1406 2013-08-29 Glenn Morris <rgm@gnu.org>
1407
1408 * calendar/cal-china.el (calendar-chinese-year-cache):
1409 Recenter on 2015.
1410
1411 * nxml/nxml-util.el (nxml-debug-clear-inside):
1412 Use cl-loop rather than loop.
1413
1414 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
1415
1416 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
1417
1418 2013-08-28 Glenn Morris <rgm@gnu.org>
1419
1420 * progmodes/antlr-mode.el: No need to require cc-mode twice.
1421
1422 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
1423
1424 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
1425
1426 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * simple.el (repeat-complex-command--called-interactively-skip):
1429 New function.
1430 (repeat-complex-command): Use it (bug#14136).
1431
1432 * progmodes/cc-mode.el: Minor cleanup of var declarations.
1433 (c-define-abbrev-table): Add `doc' argument.
1434 (c-mode-abbrev-table, c++-mode-abbrev-table)
1435 (objc-mode-abbrev-table, java-mode-abbrev-table)
1436 (idl-mode-abbrev-table, pike-mode-abbrev-table)
1437 (awk-mode-abbrev-table): Use it.
1438 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
1439 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
1440 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
1441 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
1442 Move initialization into the declaration; and remove any
1443 autoload cookie.
1444
1445 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
1446 and dynamic let binding.
1447
1448 * vc/smerge-mode.el: Remove redundant :group args.
1449
1450 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
1451 to load-path.
1452
1453 2013-08-28 Juri Linkov <juri@jurta.org>
1454
1455 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
1456 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
1457 (isearch-other-meta-char): Handle an undefined shifted printing
1458 character by downshifting it. (Bug#15200)
1459
1460 2013-08-28 Juri Linkov <juri@jurta.org>
1461
1462 * isearch.el (isearch-search): Change regexp error message for
1463 non-regexp searches. (Bug#15166)
1464
1465 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1466
1467 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1468 for portability to hosts where /bin/sh has problems.
1469
1470 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
1473
1474 2013-08-27 Juri Linkov <juri@jurta.org>
1475
1476 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
1477 in the keyboard macro. (Bug#15126)
1478
1479 2013-08-27 Juri Linkov <juri@jurta.org>
1480
1481 * isearch.el (isearch-quote-char): Comment out converting unibyte
1482 to multibyte, thus syncing with its `quoted-insert' counterpart.
1483 (Bug#15166)
1484
1485 2013-08-27 Martin Rudalics <rudalics@gmx.at>
1486
1487 * window.el (display-buffer-use-some-window): Add missing
1488 argument in call of get-largest-window (Bug#15185).
1489 Reported by Stephen Leake.
1490
1491 2013-08-27 Glenn Morris <rgm@gnu.org>
1492
1493 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
1494
1495 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * progmodes/python.el (python-font-lock-keywords): Don't return nil
1498 from a matcher-function unless there's no more matches (bug#15161).
1499
1500 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
1501
1502 * minibuffer.el: Revert change from 2013-08-20.
1503
1504 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
1505 with text property `tramp-default', if appropriate.
1506 (tramp-check-proper-host): New defun.
1507 (tramp-dissect-file-name): Do not check hostname. Revert change
1508 of 2013-03-18.
1509 (tramp-backtrace): Make VEC-OR-PROC optional.
1510
1511 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1512 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1513 * net/tramp-sh.el (tramp-maybe-open-connection):
1514 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1515 Apply `tramp-check-proper-host'.
1516
1517 2013-08-26 Tassilo Horn <tsdh@gnu.org>
1518
1519 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
1520 lambda expression in order to have `describe-variable' display it.
1521
1522 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
1523
1524 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
1525 BUF can be optional. (Bug#15186)
1526
1527 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
1528
1529 * progmodes/flymake.el (flymake-get-real-file-name-function):
1530 Fix broken customization. (Bug#15184)
1531
1532 2013-08-25 Alan Mackenzie <acm@muc.de>
1533
1534 Improve indentation of bracelists defined by macros (without "=").
1535
1536 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
1537 expansion begins with "{", regard it as bracelist when it doesn't
1538 contain a ";".
1539
1540 Parse C++ inher-intro when there's a template split over 2 lines.
1541
1542 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
1543 rigorously the search for "class" etc. followed by ":".
1544
1545 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
1546 random languages a regexp which never matches rather than nil.
1547
1548 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
1549
1550 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
1551 (c-awk-regexp-one-line-possibly-open-char-list-re)
1552 (c-awk-one-line-possibly-open-regexp-re)
1553 (c-awk-one-line-non-syn-ws*-re): Remove.
1554 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
1555 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
1556 (c-awk-space*-unclosed-regexp-/-re): New constants.
1557 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
1558 aren't regexp delimiters.
1559
1560 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
1561 handling for a rare situation in AWK Mode involving unterminated
1562 strings/regexps.
1563
1564 2013-08-23 Glenn Morris <rgm@gnu.org>
1565
1566 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
1567
1568 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
1569
1570 * files.el (create-file-buffer): If the result would begin with
1571 spaces, prepend a "|" instead of removing them. (Bug#15162)
1572
1573 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
1576 text-properties (bug#15155).
1577
1578 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
1579 exist any more.
1580 (calc-keypad-redraw): Remove unused var `pad'.
1581 (calc-keypad-press): Remove unused var `menu'.
1582
1583 2013-08-23 Martin Rudalics <rudalics@gmx.at>
1584
1585 * window.el (display-buffer-pop-up-frame):
1586 Call pop-up-frame-function with BUFFER current so `make-frame' will
1587 use it as the new frame's buffer (Bug#15133).
1588
1589 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * calendar/timeclock.el: Minor cleanups.
1592 (timeclock-ask-before-exiting, timeclock-use-display-time):
1593 Use `symbol'.
1594 (timeclock-modeline-display): Define as alias before the
1595 actual definition.
1596 (timeclock-mode-line-display): Use define-minor-mode.
1597 (timeclock-day-list-template): Make it a function, add an argument.
1598 (timeclock-day-list-required, timeclock-day-list-length)
1599 (timeclock-day-list-debt, timeclock-day-list-span)
1600 (timeclock-day-list-break): Adjust calls accordingly.
1601
1602 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
1605 Use read--expression so that completion works again.
1606
1607 2013-08-21 Sam Steingold <sds@gnu.org>
1608
1609 Add rudimentary inferior shell interaction
1610 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
1611 (sh-set-shell): Reset it.
1612 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
1613 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
1614
1615 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * align.el: Use lexical-binding.
1618 (align-region): Simplify accordingly.
1619
1620 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
1621
1622 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
1623
1624 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
1625 `non-essential' up.
1626
1627 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
1628
1629 * net/tramp.el:
1630 * net/tramp-adb.el:
1631 * net/tramp-cmds.el:
1632 * net/tramp-ftp.el:
1633 * net/tramp-gvfs.el:
1634 * net/tramp-gw.el:
1635 * net/tramp-sh.el: Don't wrap external variable declarations by
1636 `eval-when-compile'.
1637
1638 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1639
1640 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
1641 now that Emacs supports ImageMagick animations.
1642
1643 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
1644
1645 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
1646 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
1647
1648 2013-08-16 Martin Rudalics <rudalics@gmx.at>
1649
1650 * window.el (mouse-autoselect-window-select): Do autoselect when
1651 mouse pointer is on margin.
1652
1653 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
1654
1655 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
1656
1657 2013-08-16 Glenn Morris <rgm@gnu.org>
1658
1659 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
1660 Handle "Remote Directory" response of some clients. (Bug#15058)
1661
1662 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
1663 Tweak warning. (Bug#14926)
1664
1665 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
1666 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
1667
1668 * image-mode.el (image-mode-map): Add menu items to reverse,
1669 increase, decrease, reset animation speed.
1670 (image--set-speed, image-increase-speed, image-decrease-speed)
1671 (image-reverse-speed, image-reset-speed): New functions.
1672 (image-mode-map): Add bindings for speed commands.
1673
1674 * image.el (image-animate-get-speed, image-animate-set-speed):
1675 New functions.
1676 (image-animate-timeout): Respect image :speed property.
1677
1678 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
1681 previous line (bug#15101).
1682 (debugger-eval-expression, debugger-record-expression):
1683 Use read--expression (bug#15102).
1684
1685 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
1686
1687 Remove byte compiler warnings, visible when compiling with
1688 `byte-compile-force-lexical-warnings' set to t.
1689
1690 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
1691 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
1692 (tramp-handle-unhandled-file-name-directory)
1693 (tramp-handle-file-notify-add-watch, tramp-action-login)
1694 (tramp-action-succeed, tramp-action-permission-denied)
1695 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
1696 arguments with "_".
1697
1698 * net/tramp-adb.el (tramp-adb-parse-device-names)
1699 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
1700 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
1701 (tramp-adb-handle-file-truename): Remove unused arguments.
1702
1703 * net/tramp-cache.el (tramp-flush-directory-property)
1704 (tramp-flush-connection-property, tramp-list-connections)
1705 (tramp-parse-connection-properties): Prefix unused arguments with "_".
1706
1707 * net/tramp-compat.el (tramp-compat-make-temp-file):
1708 Rename FILENAME to F.
1709
1710 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1711 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
1712 (tramp-zeroconf-parse-workstation-device-names)
1713 (tramp-zeroconf-parse-webdav-device-names)
1714 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
1715
1716 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1717 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
1718
1719 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
1720 arguments.
1721 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
1722 (tramp-sh-handle-insert-file-contents-literally)
1723 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
1724 with "_".
1725 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
1726 Remove unused variables.
1727
1728 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1729 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
1730 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
1731
1732 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
1733 Make them a defconst.
1734 (tramp-uuencode-region): Remove unused variable.
1735
1736 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
1737
1738 * frameset.el (frameset--prop-setter): New function.
1739 (frameset-prop): Add gv-setter declaration.
1740 (frameset-filter-minibuffer): Deal with the case that the minibuffer
1741 parameter was already set in FILTERED. Doc fix.
1742 (frameset--record-minibuffer-relationships): Allow saving a
1743 minibufferless frame without its corresponding minibuffer frame.
1744 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
1745 frame, if the frame id matches.
1746 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
1747 frames before orphaned ones.
1748 (frameset-restore): Warn about orphaned windows, instead of error out.
1749
1750 2013-08-14 Martin Rudalics <rudalics@gmx.at>
1751
1752 * window.el (window-make-atom): Don't overwrite parameter
1753 already present.
1754 (display-buffer-in-atom-window): Handle special case where we
1755 split an already atomic window.
1756 (window--major-non-side-window, display-buffer-in-side-window)
1757 (window--side-check): Ignore minibuffer window when walking
1758 window tree.
1759 (window-deletable-p): Return 'frame only if no other frame uses
1760 our minibuffer window.
1761 (record-window-buffer): Run buffer-list-update-hook.
1762 (split-window): Make sure window--check-frame won't destroy an
1763 existing atomic window in case the new window gets nested
1764 inside.
1765 (display-buffer-at-bottom): Ignore minibuffer window when
1766 walking window tree. Don't split a side window.
1767 (pop-to-buffer): Don't set-buffer here, the select-window call
1768 should do that.
1769 (mouse-autoselect-window-select): Autoselect only if we are in the
1770 text portion of the window.
1771
1772 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1773
1774 * net/shr.el (shr-parse-image-data): New function to grab both the
1775 data itself and the Content-Type.
1776 (shr-put-image): Use it.
1777
1778 * net/eww.el (eww-display-image): Ditto.
1779
1780 * image.el (image-content-type-suffixes): New variable.
1781
1782 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1783
1784 * progmodes/python.el (python-imenu--build-tree)
1785 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
1786
1787 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1788
1789 * simple.el (backward-word): Mention the optional argument.
1790
1791 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * frameset.el (frameset--make): Rename constructor from make-frameset.
1794 (frameset-p, frameset-valid-p): Don't autoload.
1795 (frameset-valid-p): Use normal accessors.
1796
1797 2013-08-13 Glenn Morris <rgm@gnu.org>
1798
1799 * progmodes/compile.el (compile-command): Tweak example in doc.
1800 * obsolete/scribe.el (scribe-mode):
1801 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
1802
1803 * mail/feedmail.el (feedmail-confirm-outgoing)
1804 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
1805
1806 * cus-start.el (truncate-partial-width-windows): Fix type.
1807
1808 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
1809
1810 * net/shr.el (shr-table-horizontal-line): Fix custom type.
1811
1812 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * emacs-lisp/timer.el (timer--time-setter): New function.
1815 (timer--time): Use it as gv-setter.
1816
1817 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
1818 setter is not a symbol.
1819
1820 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
1821
1822 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
1823 if sending fails. This makes debugging easier.
1824
1825 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
1828 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
1829 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
1830
1831 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1832
1833 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
1834
1835 2013-08-12 Glenn Morris <rgm@gnu.org>
1836
1837 * format.el (format-annotate-function):
1838 Handle read-only text properties in the source. (Bug#14887)
1839
1840 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841
1842 * net/eww.el (eww-display-html): Ignore coding system errors.
1843 One web site uses "utf-8lias" as the coding system.
1844
1845 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
1846
1847 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
1848
1849 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
1850
1851 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
1852 (tutorial--detailed-help): Remove unused local variables.
1853 (tutorial--save-tutorial-to): Use ignore-errors.
1854 (help-with-tutorial): Use looking-at-p.
1855
1856 * view.el (view-buffer-other-window, view-buffer-other-frame):
1857 Mark unused arguments.
1858
1859 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
1860 (woman-select-symbol-fonts, woman, woman-find-file)
1861 (woman-insert-file-contents, woman-non-underline-faces):
1862 Use string-match-p.
1863 (woman1-unquote): Move declaration.
1864
1865 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
1866 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
1867 argument. Remove unused local variable.
1868 (xml-parse-elem-type): Use string-match-p.
1869 (xml-substitute-numeric-entities): Use ignore-errors.
1870
1871 * calculator.el (calculator): Mark unused argument.
1872 (calculator-paste, calculator-quit, calculator-integer-p):
1873 Use ignore-errors.
1874 (calculator-string-to-number, calculator-decimal, calculator-exp)
1875 (calculator-op-or-exp): Use string-match-p.
1876
1877 * dired.el (dired-buffer-more-recently-used-p): Declare.
1878 (dired-insert-set-properties, dired-insert-old-subdirs):
1879 Use ignore-errors.
1880
1881 * dired-aux.el (dired-compress): Use ignore-errors.
1882 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
1883 (dired-do-async-shell-command, dired-do-shell-command)
1884 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
1885 (dired-insert-subdir-validate): Use string-match-p.
1886 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
1887 (dired-add-entry): Use string-match-p, looking-at-p.
1888 (dired-insert-subdir-newpos): Remove unused local variable.
1889
1890 * filenotify.el (file-notify-callback): Remove unused local variable.
1891
1892 * filesets.el (filesets-error): Mark unused argument.
1893 (filesets-which-command-p, filesets-filter-dir-names)
1894 (filesets-directory-files, filesets-get-external-viewer)
1895 (filesets-ingroup-get-data): Use string-match-p.
1896
1897 * find-file.el (ff-other-file-name, ff-other-file-name)
1898 (ff-find-the-other-file, ff-cc-hh-converter):
1899 Remove unused local variables.
1900 (ff-get-file-name): Use string-match-p.
1901 (ff-all-dirs-under): Use ignore-errors.
1902
1903 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
1904 (follow-select-if-visible): Remove unused local variable.
1905
1906 * forms.el (read-file-filter): Move declaration.
1907 (forms--make-format, forms--make-parser, forms-insert-record):
1908 Quote function with #'.
1909 (forms--update): Use string-match-p. Quote function with #'.
1910
1911 * help-mode.el (help-dir-local-var-def): Mark unused argument.
1912 (help-make-xrefs): Use looking-at-p.
1913 (help-xref-on-pp): Use looking-at-p, ignore-errors.
1914
1915 * ibuffer.el (ibuffer-ext-visible-p): Declare.
1916 (ibuffer-confirm-operation-on): Use string-match-p.
1917
1918 * msb.el (msb-item-handler, msb-dired-item-handler):
1919 Mark unused arguments.
1920
1921 * ses.el (ses-decode-cell-symbol)
1922 (ses-kill-override): Remove unused local variable.
1923 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
1924 (ses-load): Use ignore-errors, looking-at-p.
1925 (ses-jump-safe): Use ignore-errors.
1926 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
1927
1928 * tabify.el (untabify, tabify): Mark unused arguments.
1929
1930 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
1931 Mark unused argument.
1932 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
1933 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
1934
1935 * emacs-lisp/timer.el (timer--time): Define setter with
1936 gv-define-setter to avoid deprecation warning.
1937
1938 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
1939 (*record-cmpl-statistics-p*): Remove (was commented out).
1940 (cmpl-statistics-block): Remove (body was commented out).
1941 All callers changed.
1942 (add-completions-from-buffer, load-completions-from-file):
1943 Remove unused variables.
1944
1945 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
1946
1947 * filecache.el (file-cache-delete-file-list):
1948 Print message only when told so.
1949 (file-cache-files-matching): Use #' in mapconcat argument.
1950
1951 * ffap.el (ffap-url-at-point): Fix reference to variable
1952 thing-at-point-default-mail-uri-scheme.
1953
1954 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * subr.el (define-error): New function.
1957 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
1958 error-file-not-found and define with define-error.
1959 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
1960 and define with define-error.
1961 * userlock.el (file-locked, file-supersession):
1962 * simple.el (mark-inactive):
1963 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
1964 * progmodes/ada-mode.el (ada-mode-errors):
1965 * play/life.el (life-extinct):
1966 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
1967 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
1968 * nxml/rng-util.el (rng-error):
1969 * nxml/rng-uri.el (rng-uri-error):
1970 * nxml/rng-match.el (rng-compile-error):
1971 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
1972 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
1973 * nxml/nxml-rap.el (nxml-scan-error):
1974 * nxml/nxml-outln.el (nxml-outline-error):
1975 * net/soap-client.el (soap-error):
1976 * net/gnutls.el (gnutls-error):
1977 * net/ange-ftp.el (ftp-error):
1978 * mpc.el (mpc-proc-error):
1979 * json.el (json-error, json-readtable-error, json-unknown-keyword)
1980 (json-number-format, json-string-escape, json-string-format)
1981 (json-key-format, json-object-format):
1982 * jka-compr.el (compression-error):
1983 * international/quail.el (quail-error):
1984 * international/kkc.el (kkc-error):
1985 * emacs-lisp/ert.el (ert-test-failed):
1986 * calc/calc.el (calc-error, inexact-result, math-overflow)
1987 (math-underflow):
1988 * bookmark.el (bookmark-error-no-filename):
1989 * epg.el (epg-error): Define with define-error.
1990
1991 * time.el (display-time-event-handler)
1992 (display-time-next-load-average): Don't call sit-for since it seems
1993 unnecessary (bug#15045).
1994
1995 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
1996 Use #' instead of ' to quote functions.
1997 (checkdoc-output-mode): Use setq-local.
1998 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
1999 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2000 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2001 (checkdoc-ispell, checkdoc-ispell-current-buffer)
2002 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2003 (checkdoc-ispell-message-text, checkdoc-ispell-start)
2004 (checkdoc-ispell-continue, checkdoc-ispell-comments)
2005 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2006
2007 * ido.el (ido-completion-help): Fix up compiler warning.
2008
2009 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * frameset.el (frameset-p): Add autoload cookie.
2012 (frameset--jump-to-register): New function, based on code moved from
2013 register.el.
2014 (frameset-to-register): Move from register.el. Adapt to `registerv'.
2015
2016 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2017 (frameset-restore, frameset-save, frameset-session-filter-alist):
2018 Remove declarations.
2019 (register-alist): Doc fix.
2020 (frameset-to-register): Move to frameset.el.
2021 (jump-to-register, describe-register-1): Remove frameset-specific code.
2022
2023 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * allout-widgets.el (allout-widgets-pre-command-business)
2026 (allout-widgets-post-command-business)
2027 (allout-widgets-after-change-handler)
2028 (allout-decorate-item-and-context, allout-set-boundary-marker)
2029 (allout-body-modification-handler)
2030 (allout-graphics-modification-handler): Mark ignored arguments.
2031 (allout-widgets-post-command-business)
2032 (allout-widgets-exposure-change-processor)
2033 (allout-widgets-exposure-undo-processor)
2034 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2035 (allout-parse-item-at-point, allout-decorate-item-guides)
2036 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2037 * allout.el (epa-passphrase-callback-function): Declare.
2038 (allout-overlay-insert-in-front-handler)
2039 (allout-overlay-interior-modification-handler)
2040 (allout-isearch-end-handler, allout-chart-siblings)
2041 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2042 (allout-yank-processing, allout-process-exposed)
2043 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
2044 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
2045 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2046 (lisp-indent-defform): Mark ignored arguments.
2047 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
2048 (calculate-lisp-indent): Remove unused variables.
2049 * international/characters.el (indian-2-column, arabic-2-column)
2050 (tibetan): Mark ignored arguments.
2051 (use-cjk-char-width-table): Mark ignored arguments.
2052 Remove unused variables.
2053 * international/fontset.el (build-default-fontset-data)
2054 (x-compose-font-name, create-fontset-from-fontset-spec):
2055 Mark ignored arguments.
2056 (fontset-plain-name): Remove unused variables.
2057 * international/mule.el (charset-id, charset-bytes, generic-char-p)
2058 (keyboard-coding-system): Mark ignored arguments.
2059 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
2060 * help.el (resize-temp-buffer-window):
2061 * window.el (display-buffer-in-major-side-window)
2062 (display-buffer-in-side-window, display-buffer-in-previous-window):
2063 Remove unused variables.
2064 * isearch.el (isearch-forward-symbol):
2065 * version.el (emacs-bzr-version-bzr):
2066 * international/mule-cmds.el (current-language-environment):
2067 * term/common-win.el (x-handle-iconic, x-handle-geometry)
2068 (x-handle-display):
2069 * term/pc-win.el (x-list-fonts, x-display-planes)
2070 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2071 (x-server-version, x-display-screens, x-display-mm-height)
2072 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2073 (x-selection-owner-p, x-own-selection-internal)
2074 (x-disown-selection-internal, x-get-selection-internal)
2075 (msdos-initialize-window-system):
2076 * term/tty-colors.el (tty-color-alist, tty-color-clear):
2077 * term/x-win.el (x-handle-no-bitmap-icon):
2078 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2079 (vc-default-find-file-hook, vc-default-extra-menu):
2080 Mark ignored arguments.
2081
2082 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2085 break-condition in the context of the debugged code (bug#12685).
2086
2087 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
2088
2089 * comint.el:
2090 Do not use an overlay to highlight the last prompt. (Bug#14744)
2091 (comint-mode): Make comint-last-prompt buffer local.
2092 (comint-last-prompt): New variable.
2093 (comint-last-prompt-overlay): Remove. Superseded by
2094 comint-last-prompt.
2095 (comint-snapshot-last-prompt, comint-output-filter):
2096 Use comint-last-prompt.
2097
2098 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2099
2100 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
2101 (frameset-save): Check validity of the resulting frameset.
2102
2103 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2104
2105 * ido.el (ido-record-command): Add doc string.
2106
2107 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2108
2109 * frameset.el (frameset): Do not disable creation of the default
2110 frameset-p predicate. Doc fix.
2111 (frameset-valid-p): New function, copied from the old predicate-p.
2112 Add additional checks.
2113 (frameset-restore): Check with frameset-valid-p.
2114 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2115 (frameset-name, frameset-description, frameset-properties)
2116 (frameset-states): Add docstring.
2117 (frameset-session-filter-alist, frameset-persistent-filter-alist)
2118 (frameset-filter-alist): Doc fixes.
2119
2120 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * frameset.el (frameset-p, frameset-prop): Doc fixes.
2123
2124 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2127 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2128 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2129 (byte-compile-normal-call): Remove obsolescence check.
2130
2131 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2132
2133 * frameset.el (frameset-restore): Doc fix.
2134
2135 * register.el (frameset-frame-id, frameset-frame-with-id)
2136 (frameset-p, frameset-restore, frameset-save): Declare.
2137 (register-alist): Document framesets.
2138 (frameset-session-filter-alist): Declare.
2139 (frameset-to-register): New function.
2140 (jump-to-register): Implement jumping to framesets. Doc fix.
2141 (describe-register-1): Describe framesets.
2142
2143 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2144
2145 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
2146
2147 * desktop.el (desktop-save-frameset): Use new frameset-save args.
2148 Use lexical-binding.
2149
2150 * frameset.el (frameset): Use type vector, not list (incompatible
2151 change). Do not declare a new constructor, use the default one.
2152 Upgrade suggested properties `app', `name' and `desc' to slots `app',
2153 `name' and `description', respectively, and add read-only slot
2154 `timestamp'. Doc fixes.
2155 (frameset-copy, frameset-persistent-filter-alist)
2156 (frameset-filter-alist, frameset-switch-to-gui-p)
2157 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2158 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2159 (frameset-filter-iconified, frameset-keep-original-display-p):
2160 Doc fixes.
2161 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2162 Rename from frameset-filter-(save|restore)-param. All callers changed.
2163 Doc fix.
2164 (frameset-p): Adapt to change to vector and be more thorough.
2165 Change arg name to OBJECT. Doc fix.
2166 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
2167 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2168 All callers changed.
2169 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2170 All callers changed.
2171 (frameset--record-minibuffer-relationships): Rename from
2172 frameset--process-minibuffer-frames. All callers changed.
2173 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2174 Use new default constructor (again). Doc fix.
2175 (frameset--find-frame-if): Rename from `frameset--find-frame.
2176 All callers changed.
2177 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2178 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2179 Doc fix.
2180 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2181 PARAMETERS and WINDOW-STATE, respectively.
2182 (frameset-restore): Add new keyword argument PREDICATE.
2183 Reset frameset--target-display to nil. Doc fix.
2184
2185 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2188 (bat-mode): Use it.
2189 (bat-mode-syntax-table): Mark \n as end-of-comment.
2190 (bat-font-lock-keywords): Remove comment rule.
2191
2192 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
2193 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
2194
2195 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2196 (byte-compile-callargs-warn): Use `push'.
2197 (byte-compile-arglist-warn): Ignore higher-order "calls".
2198 (byte-compile-file-form-autoload): Use `pcase'.
2199 (byte-compile-function-form): If quoting a symbol, check that it exists.
2200
2201 2013-08-07 Eli Zaretskii <eliz@gnu.org>
2202
2203 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2204 and add a few popular commands found in batch files.
2205 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2206 (dos-mode): Doc fixes.
2207
2208 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2211 (dos-mode): Use setq-local. Add space after "rem".
2212 (dos-mode-syntax-table): Don't use "w" for symbol chars.
2213 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2214
2215 2013-08-07 Arni Magnusson <arnima@hafro.is>
2216
2217 * progmodes/dos.el: New file.
2218 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2219 dos-mode.
2220
2221 2013-08-06 Glenn Morris <rgm@gnu.org>
2222
2223 * calendar/calendar.el: Add new faces, and day-header-array.
2224 (calendar-weekday-header, calendar-weekend-header)
2225 (calendar-month-header): New faces.
2226 (calendar-day-header-construct): New function.
2227 (calendar-day-header-width): Also :set calendar-day-header-array.
2228 (calendar-american-month-header, calendar-european-month-header)
2229 (calendar-iso-month-header): Use calendar- faces.
2230 (calendar-generate-month):
2231 Use calendar-day-header-array for day headers; apply faces to them.
2232 (calendar-mode): Check calendar-font-lock-keywords non-nil.
2233 (calendar-abbrev-construct): Add optional maxlen argument.
2234 (calendar-day-name-array): Doc fix.
2235 (calendar-day-name-array, calendar-abbrev-length)
2236 (calendar-day-abbrev-array):
2237 Also :set calendar-day-header-array, and maybe redraw.
2238 (calendar-day-header-array): New option. (Bug#15007)
2239 (calendar-font-lock-keywords): Set to nil and make obsolete.
2240 (calendar-day-name): Add option to use header array.
2241
2242 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2243
2244 * net/shr.el (shr-render-td): Remove debugging.
2245 (shr-render-td): Make width computation consistent by defaulting
2246 all zero-width columns to 10 characters. This may not be optimal,
2247 but it's at least consistent.
2248 (shr-make-table-1): Redo last change to fix the real problem in
2249 colspan handling.
2250
2251 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2252
2253 * files.el (cache-long-line-scans):
2254 Make obsolete alias to `cache-long-scans'.
2255
2256 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
2257
2258 * frameset.el (frameset, frameset-filter-alist)
2259 (frameset-filter-params, frameset-save, frameset--reuse-frame)
2260 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2261 (frameset-compute-pos): Rename from frameset--compute-pos,
2262 and add docstring.
2263 (frameset-move-onscreen): Use frameset-compute-pos.
2264 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2265
2266 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2267 Fix typos in docstrings.
2268
2269 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2270
2271 * frame.el (get-other-frame): Tiny cleanup.
2272
2273 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
2274
2275 * vc/vc.el (vc-default-ignore-completion-table):
2276 Silence byte-compiler warning.
2277
2278 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2279 slot , which can indeed be nil.
2280 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2281 Move entry for `left' from persistent to live filter alist.
2282 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2283 Doc fixes.
2284 (frameset-filter-params): When restoring a frame, copy items added to
2285 `filtered', to avoid unwittingly modifying the original parameters.
2286 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
2287 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2288
2289 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2290 to use looking-at-p instead of looking-at. (Bug#15028)
2291
2292 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 Revert introduction of isearch-filter-predicates (bug#14714).
2295 Rely on add-function instead.
2296 * isearch.el (isearch-filter-predicates): Rename it back to
2297 isearch-filter-predicate.
2298 (isearch-message-prefix): Use advice-function-mapc and advice
2299 properties to get the isearch-message-prefix.
2300 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2301 instead of run-hook-with-args-until-failure.
2302 (isearch-filter-visible): Not obsolete any more.
2303 * loadup.el: Preload nadvice.
2304 * replace.el (perform-replace): Revert to funcall
2305 instead of run-hook-with-args-until-failure.
2306 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
2307 * dired-aux.el (dired-isearch-filenames-mode): Rename from
2308 dired-isearch-filenames-toggle; make it into a proper minor mode.
2309 Use add/remove-function.
2310 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
2311 Call the minor-mode rather than add/remove-hook.
2312 (dired-isearch-filter-filenames):
2313 Remove isearch-message-prefix property.
2314 * info.el (Info--search-loop): New function, extracted from Info-search.
2315 Funcall isearch-filter-predicate instead of
2316 run-hook-with-args-until-failure isearch-filter-predicates.
2317 (Info-search): Use it.
2318 (Info-mode): Use isearch-filter-predicate instead of
2319 isearch-filter-predicates.
2320
2321 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2322
2323 Do not call to `selected-window' where it is assumed by default.
2324 Affected functions are `window-minibuffer-p', `window-dedicated-p',
2325 `window-hscroll', `window-width', `window-height', `window-buffer',
2326 `window-frame', `window-start', `window-point', `next-window'
2327 and `window-display-table'.
2328 * abbrev.el (abbrev--default-expand):
2329 * bs.el (bs--show-with-configuration):
2330 * buff-menu.el (Buffer-menu-mouse-select):
2331 * calc/calc.el (calc):
2332 * calendar/calendar.el (calendar-generate-window):
2333 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
2334 (diary-make-entry):
2335 * comint.el (send-invisible, comint-dynamic-complete-filename)
2336 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
2337 * completion.el (complete):
2338 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
2339 * disp-table.el (describe-current-display-table):
2340 * doc-view.el (doc-view-insert-image):
2341 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
2342 * ehelp.el (with-electric-help):
2343 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2344 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
2345 * emacs-lisp/helper.el (Helper-help-scroller):
2346 * emulation/cua-base.el (cua--post-command-handler-1):
2347 * eshell/esh-mode.el (eshell-output-filter):
2348 * ffap.el (ffap-gnus-wrapper):
2349 * help-macro.el (make-help-screen):
2350 * hilit-chg.el (highlight-compare-buffers):
2351 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
2352 * hl-line.el (global-hl-line-highlight):
2353 * icomplete.el (icomplete-simple-completing-p):
2354 * isearch.el (isearch-done):
2355 * jit-lock.el (jit-lock-stealth-fontify):
2356 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
2357 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
2358 * mpc.el (mpc-tagbrowser, mpc):
2359 * net/rcirc.el (rcirc-any-buffer):
2360 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
2361 * play/landmark.el (landmark-max-width, landmark-max-height):
2362 * play/zone.el (zone):
2363 * progmodes/compile.el (compilation-goto-locus):
2364 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
2365 * progmodes/etags.el (find-tag-other-window):
2366 * progmodes/fortran.el (fortran-column-ruler):
2367 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2368 * progmodes/verilog-mode.el (verilog-point-text):
2369 * reposition.el (reposition-window):
2370 * rot13.el (toggle-rot13-mode):
2371 * server.el (server-switch-buffer):
2372 * shell.el (shell-dynamic-complete-command)
2373 (shell-dynamic-complete-environment-variable):
2374 * simple.el (insert-buffer, set-selective-display)
2375 (delete-completion-window):
2376 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
2377 (speedbar-recenter):
2378 * startup.el (fancy-splash-head):
2379 * textmodes/ispell.el (ispell-command-loop):
2380 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
2381 * tutorial.el (help-with-tutorial):
2382 * vc/add-log.el (add-change-log-entry):
2383 * vc/compare-w.el (compare-windows):
2384 * vc/ediff-help.el (ediff-indent-help-message):
2385 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
2386 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
2387 (ediff-setup-control-frame):
2388 * vc/emerge.el (emerge-position-region):
2389 * vc/pcvs-util.el (cvs-bury-buffer):
2390 * window.el (walk-windows, mouse-autoselect-window-select):
2391 * winner.el (winner-set-conf, winner-undo): Related users changed.
2392
2393 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
2394
2395 * frameset.el (frameset--set-id): Doc fix.
2396 (frameset-frame-id, frameset-frame-id-equal-p)
2397 (frameset-locate-frame-id): New functions.
2398 (frameset--process-minibuffer-frames, frameset--reuse-frame)
2399 (frameset-restore): Use them.
2400
2401 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2402
2403 Do not call to `selected-frame' where it is assumed by default.
2404 Affected functions are `raise-frame', `redraw-frame',
2405 `frame-first-window', `frame-terminal' and `delete-frame'.
2406 * calendar/appt.el (appt-disp-window):
2407 * epg.el (epg-wait-for-completion):
2408 * follow.el (follow-delete-other-windows-and-split)
2409 (follow-avoid-tail-recenter):
2410 * international/mule.el (set-terminal-coding-system):
2411 * mail/rmail.el (rmail-mail-return):
2412 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2413 * progmodes/f90.el (f90-add-imenu-menu):
2414 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
2415 * server.el (server-switch-buffer):
2416 * simple.el (delete-completion-window):
2417 * talk.el (talk):
2418 * term/xterm.el (terminal-init-xterm-modify-other-keys)
2419 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
2420 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
2421 * vc/ediff.el (ediff-documentation): Related users changed.
2422 * frame.el (selected-terminal): Remove the leftover.
2423
2424 2013-08-05 Glenn Morris <rgm@gnu.org>
2425
2426 * calendar/calendar.el (calendar-generate-month):
2427 Fix for calendar-column-width != 1 + calendar-day-digit-width.
2428 (calendar-generate-month, calendar-font-lock-keywords):
2429 Fix for calendar-day-header-width > length of any day name.
2430
2431 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
2432
2433 * desktop.el (desktop-clear): Use new name of sort predicate.
2434
2435 * frameset.el (frameset): Add docstring. Move :version property to its
2436 own `version' slot.
2437 (frameset-copy): Rename from copy-frameset.
2438 (frameset-p): Check more thoroughly.
2439 (frameset-prop): Do not check for :version, which is no longer a prop.
2440 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2441 Use new :never value instead of t.
2442 (frameset-filter-alist): Expand and clarify docstring.
2443 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
2444 (frameset-filter-minibuffer, frameset-filter-save-param)
2445 (frameset-filter-restore-param, frameset-filter-iconified):
2446 Add pointer to docstring of frameset-filter-alist.
2447 (frameset-filter-params): Rename filter values to be more meaningful:
2448 :never instead of t, and reverse the meanings of :save and :restore.
2449 (frameset--process-minibuffer-frames): Clarify error message.
2450 (frameset-save): Avoid unnecessary and confusing call to framep.
2451 Use new BOA constructor for framesets.
2452 (frameset--reuse-list): Doc fix.
2453 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
2454 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
2455 (frameset-minibufferless-first-p): Doc fix.
2456 Rename from frameset-sort-frames-for-deletion.
2457 (frameset-restore): Doc fixes. Use new function names.
2458 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2459
2460 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
2461
2462 * desktop.el (desktop-restore-forces-onscreen)
2463 (desktop-restore-reuses-frames): Document :keyword constant values.
2464 (desktop-filter-parameters-alist): Remove, now identical to
2465 frameset-filter-alist.
2466 (desktop--filter-tty*): Remove, moved to frameset.el.
2467 (desktop-save-frameset, desktop-restore-frameset):
2468 Do not pass :filters argument.
2469
2470 * frameset.el (frameset-live-filter-alist)
2471 (frameset-persistent-filter-alist): New variables.
2472 (frameset-filter-alist): Use them. Add autoload cookie.
2473 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
2474 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
2475 `frameset--id' (it's supposed to be internal to frameset.el).
2476 (frameset--process-minibuffer-frames): Ditto. Doc fix.
2477 (frameset--initial-params): New function.
2478 (frameset--get-frame): Use it. Doc fix.
2479 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
2480 Accept :all, not 'all.
2481 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
2482 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
2483 with fbound symbols. Fix frame id matching, and remove matching ids if
2484 the frame being restored is deleted. Obey :delete.
2485
2486 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * subr.el (macrop): New function.
2489 (text-clone--maintaining): New var.
2490 (text-clone--maintain): Rename from text-clone-maintain. Use it
2491 instead of inhibit-modification-hooks.
2492
2493 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
2494 a proxy, so as handle autoloads and redefinitions of the target.
2495 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
2496
2497 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
2498 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
2499 (pcase--mutually-exclusive-p): New function.
2500 (pcase--split-consp): Use it.
2501 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
2502 mutually exclusive with the current predicate.
2503
2504 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
2505 (edebug-macrop): Remove. Use `macrop' instead.
2506 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
2507 (ad-macro-p):
2508 * eshell/esh-cmd.el (eshell-macrop):
2509 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
2510
2511 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
2514 (advice-mapc): New function, using it.
2515 (advice-function-member-p): New function.
2516 (advice--normalize): Store the cdr in advice--saved-rewrite since
2517 that's the part that will be changed.
2518 (advice--symbol-function): New function.
2519 (advice-remove): Handle removal before the function is defined.
2520 Adjust to new advice--saved-rewrite.
2521 (advice-member-p): Use advice-function-member-p and
2522 advice--symbol-function.
2523
2524 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
2525
2526 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
2527 (frameset-filter-minibuffer): Doc fix.
2528 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
2529 (frameset--set-id, frameset--process-minibuffer-frames)
2530 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
2531 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
2532
2533 * desktop.el (desktop-clear): Only delete frames when called
2534 interactively and desktop-restore-frames is non-nil. Doc fix.
2535 (desktop-read): Set desktop-saved-frameset to nil.
2536
2537 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
2538
2539 * vc/vc.el (vc-ignore): Rewrite.
2540 (vc-default-ignore-completion-table):
2541 (vc--read-lines):
2542 (vc--add-line, vc--remove-regexp): New functions.
2543
2544 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
2545 (vc-svn-ignore-completion-table): New function.
2546
2547 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
2548 (vc-hg-ignore-completion-table):
2549 (vc-hg-find-ignore-file): New functions.
2550
2551 * vc/vc-git.el (vc-git-ignore): Rewrite.
2552 (vc-git-ignore-completion-table):
2553 (vc-git-find-ignore-file): New functions.
2554
2555 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
2556
2557 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
2558 (vc-bzr-ignore-completion-table):
2559 (vc-bzr-find-ignore-file): New functions.
2560
2561 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
2562
2563 * frameset.el (frameset-prop): New function and setter.
2564 (frameset-save): Do not modify frame list passed by the caller.
2565
2566 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
2569
2570 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
2573 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
2574
2575 * custom.el (custom-initialize-default, custom-initialize-set)
2576 (custom-initialize-reset, custom-initialize-changed): Affect the
2577 toplevel-default-value (bug#6275, bug#14586).
2578 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
2579 for bug#6275.
2580
2581 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2584 Add cl-def* expressions.
2585
2586 * frameset.el (frameset-filter-params): Fix order of arguments.
2587
2588 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
2589
2590 Move code related to saving frames to frameset.el.
2591 * desktop.el: Require frameset.
2592 (desktop-restore-frames): Doc fix.
2593 (desktop-restore-reuses-frames): Rename from
2594 desktop-restoring-reuses-frames.
2595 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
2596 (desktop-clear): Clear frames too.
2597 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
2598 (desktop--filter-tty*, desktop-save, desktop-read):
2599 Use frameset functions.
2600 (desktop-before-saving-frames-functions, desktop--filter-*-color)
2601 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2602 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
2603 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
2604 (desktop--process-minibuffer-frames, desktop-save-frames)
2605 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
2606 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
2607 (desktop--sort-states, desktop-restoring-frames-p)
2608 (desktop-restore-frames): Remove. Most code moved to frameset.el.
2609 (desktop-restoring-frameset-p, desktop-restore-frameset)
2610 (desktop--check-dont-save, desktop-save-frameset): New functions.
2611 (desktop--app-id): New constant.
2612 (desktop-first-buffer, desktop-buffer-ok-count)
2613 (desktop-buffer-fail-count): Move before first use.
2614 * frameset.el: New file.
2615
2616 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * files.el: Use lexical-binding.
2619 (dir-locals-read-from-file): Remove unused `err' variable.
2620 (hack-dir-local-variables--warned-coding): New var.
2621 (hack-dir-local-variables): Use it to avoid repeated warnings.
2622 (make-backup-file-name--default-function): New function.
2623 (make-backup-file-name-function): Use it as default.
2624 (buffer-stale--default-function): New function.
2625 (buffer-stale-function): Use it as default.
2626 (revert-buffer-insert-file-contents--default-function): New function.
2627 (revert-buffer-insert-file-contents-function): Use it as default.
2628 (insert-directory): Avoid add-to-list.
2629
2630 * autorevert.el (auto-revert-handler): Simplify.
2631 Use buffer-stale--default-function.
2632
2633 2013-08-01 Tassilo Horn <tsdh@gnu.org>
2634
2635 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
2636
2637 * whitespace.el (whitespace-ensure-local-variables): New function.
2638 (whitespace-cleanup-region): Call it.
2639 (whitespace-turn-on): Call it.
2640
2641 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
2642
2643 Complete file name handlers.
2644
2645 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2646 (tramp-handle-verify-visited-file-modtime)
2647 (tramp-handle-file-notify-rm-watch): New functions.
2648 (tramp-call-process): Do not bind `default-directory'.
2649
2650 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2651 Order alphabetically.
2652 [access-file, add-name-to-file, dired-call-process]:
2653 [dired-compress-file, file-acl, file-notify-rm-watch]:
2654 [file-ownership-preserved-p, file-selinux-context]:
2655 [make-directory-internal, make-symbolic-link, set-file-acl]:
2656 [set-file-selinux-context, set-visited-file-modtime]:
2657 [verify-visited-file-modtime]: Add handler.
2658 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
2659
2660 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2661 [file-notify-add-watch, file-notify-rm-watch]:
2662 [set-file-times, set-visited-file-modtime]:
2663 [verify-visited-file-modtime]: Add handler.
2664 (with-tramp-gvfs-error-message)
2665 (tramp-gvfs-handle-set-visited-file-modtime)
2666 (tramp-gvfs-fuse-file-name): Remove.
2667 (tramp-gvfs-handle-file-notify-add-watch)
2668 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
2669 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
2670
2671 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2672 Order alphabetically.
2673 [file-notify-rm-watch ]: Use default Tramp handler.
2674 [executable-find]: Remove private handler.
2675 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
2676 `default-directory'.
2677 (tramp-sh-handle-executable-find)
2678 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
2679 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2680 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
2681 Do not use `format' in `tramp-message'.
2682
2683 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
2684 [file-notify-rm-watch, set-visited-file-modtime]:
2685 [verify-visited-file-modtime]: Add handler.
2686 (tramp-smb-call-winexe): Do not bind `default-directory'.
2687
2688 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
2689
2690 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
2691
2692 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
2693
2694 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
2695 use it.
2696 (log-view-diff-changeset): Same.
2697 (log-view-diff-common): Call backend command `previous-revision'
2698 to find out the previous revision, in both cases. Swap the
2699 variables `to' and `fr', so that `fr' usually refers to the
2700 earlier revision (Bug#14989).
2701
2702 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
2703
2704 * ibuf-ext.el (ibuffer-filter-by-filename):
2705 Make it work with dired buffers too.
2706
2707 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2708
2709 * emacs-lisp/re-builder.el (reb-color-display-p):
2710 * files.el (save-buffers-kill-terminal):
2711 * net/browse-url.el (browse-url):
2712 * server.el (server-save-buffers-kill-terminal):
2713 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
2714 Prefer nil to selected-frame for the first arg of frame-parameter.
2715
2716 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
2717
2718 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2719
2720 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
2721
2722 * minibuffer.el (completion--twq-all): Try and preserve each
2723 completion's case choice (bug#14907).
2724
2725 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2726
2727 * net/network-stream.el (open-network-stream): Mention the new
2728 :nogreeting parameter.
2729 (network-stream-open-starttls): Use the :nogreeting parameter
2730 (bug#14938).
2731
2732 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
2733
2734 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
2735 more natural than popping.
2736
2737 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
2738 (shr-urlify): Highlight under mouse.
2739
2740 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2741
2742 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
2743
2744 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
2745
2746 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
2747 buffer for output.
2748
2749 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
2750 point-min==1. Fix search string. Fix parentheses missing.
2751
2752 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
2753 assume point-min==1. Fix search string. Fix parentheses missing.
2754
2755 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
2756
2757 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
2758 buffer for output.
2759
2760 2013-07-29 Eli Zaretskii <eliz@gnu.org>
2761
2762 * frame.el (frame-notice-user-settings): Avoid inflooping when the
2763 initial frame is minibuffer-less. (Bug#14841)
2764
2765 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
2768 option.
2769
2770 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2771 (tramp-maybe-open-connection): Use it.
2772
2773 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
2774
2775 * desktop.el (desktop--make-frame): Include `minibuffer' in the
2776 minimal set of parameters passed when creating a frame, because
2777 the minibuffer status of a frame cannot be changed later.
2778
2779 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
2780
2781 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
2782 replace-regexp-in-string and inadvertent omissions in previous change.
2783 (todo-filter-items): Ensure only file names are comma-separated in
2784 name of filtered items buffer.
2785
2786 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
2787
2788 * desktop.el: Optionally force offscreen frames back onscreen.
2789 (desktop-restoring-reuses-frames): New option.
2790 (desktop--compute-pos, desktop--move-onscreen): New functions.
2791 (desktop--make-frame): Use desktop--move-onscreen.
2792
2793 2013-07-27 Alan Mackenzie <acm@muc.de>
2794
2795 Fontify a Java generic method as a function.
2796 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
2797 value to t.
2798
2799 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
2800
2801 * calendar/todo-mode.el: Add command to rename todo files.
2802 (todo-rename-file): New command.
2803 (todo-key-bindings-t): Add key binding for it. Change the
2804 bindings of todo-filter-regexp-items(-multifile) to use `x'
2805 instead of `r', since the latter is better suited to the new
2806 renaming command.
2807
2808 2013-07-27 Alan Mackenzie <acm@muc.de>
2809
2810 Make Java try-with-resources statement parse properly.
2811 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
2812 (c-block-stmt-1-2-key): New language constants/variables.
2813 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2814 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
2815 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
2816 with c-block-stmt-1-2-key.
2817
2818 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
2819
2820 * desktop.el (desktop--make-frame): Apply most frame parameters after
2821 creating the frame to force (partially or totally) offscreen frames to
2822 be restored as such.
2823
2824 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
2825
2826 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
2827 (Bug#14948)
2828
2829 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
2832 `base' arg of backtrace-frame.
2833
2834 2013-07-26 Eli Zaretskii <eliz@gnu.org>
2835
2836 * simple.el (list-processes): Doc fix.
2837
2838 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * desktop.el (desktop--select-frame):
2841 Try harder to reuse existing frames.
2842
2843 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
2846 (edebug-eval): Use backtrace-eval.
2847 (edebug--display, edebug--recursive-edit): Don't let-bind the
2848 edebug-outer-* vars that keep track of variables we locally let-bind.
2849 (edebug-outside-excursion): Don't restore outside values of locally
2850 let-bound vars.
2851 (edebug--display): Use user-error.
2852 (cl-lexical-debug, cl-debug-env): Remove.
2853
2854 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
2855
2856 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
2857 are restored to be sure that they are visible before deleting any
2858 remaining ones.
2859
2860 2013-07-26 Matthias Meulien <orontee@gmail.com>
2861
2862 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
2863 vc-print-root-log. (Bug#14948)
2864
2865 2013-07-26 Richard Stallman <rms@gnu.org>
2866
2867 Add aliases for encrypting mail.
2868 * epa.el (epa-mail-aliases): New option.
2869 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
2870 Bind inhibit-read-only so read-only text doesn't ruin everything.
2871 (epa-mail-default-recipients): New subroutine broken out.
2872 Handle epa-mail-aliases.
2873
2874 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 Add support for lexical variables to the debugger's `e' command.
2877 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
2878 vars, except for debugger-outer-match-data.
2879 (debugger-frame-number): Move check for "on a function call" from
2880 callers into it. Add `skip-base' argument.
2881 (debugger-frame, debugger-frame-clear): Simplify accordingly.
2882 (debugger-env-macro): Only reset the state stored in non-variables,
2883 i.e. current-buffer and match-data.
2884 (debugger-eval-expression): Rewrite using backtrace-eval.
2885 * subr.el (internal--called-interactively-p--get-frame): Remove.
2886 (called-interactively-p):
2887 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
2888 `base' arg of backtrace-frame instead.
2889
2890 2013-07-26 Glenn Morris <rgm@gnu.org>
2891
2892 * align.el (align-regexp): Doc fix. (Bug#14857)
2893 (align-region): Explicit error if subexpression missing/does not match.
2894
2895 * simple.el (global-visual-line-mode):
2896 Do not duplicate the mode lighter. (Bug#14858)
2897
2898 2013-07-25 Martin Rudalics <rudalics@gmx.at>
2899
2900 * window.el (display-buffer): In display-buffer bind
2901 split-window-keep-point to t, bug#14829.
2902
2903 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
2904
2905 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
2906 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
2907 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
2908 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2909 Change accordingly.
2910 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2911 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
2912
2913 2013-07-25 Glenn Morris <rgm@gnu.org>
2914
2915 * dired-x.el (dired-mark-extension): Convert comment to doc string.
2916
2917 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
2918
2919 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
2920 parameter to modify-frame-parameters if the value has not changed;
2921 this is a workaround for bug#14949.
2922 (desktop--make-frame): On cl-delete-if call, check parameter name,
2923 not full parameter.
2924
2925 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2926
2927 * vc/vc.el (vc-ignore): New function.
2928
2929 * vc/vc-svn.el (vc-svn-ignore): New function.
2930
2931 * vc/vc-hg.el (vc-hg-ignore): New function.
2932
2933 * vc/vc-git.el (vc-git-ignore): New function.
2934
2935 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
2936 (vc-dir-ignore): New function.
2937
2938 * vc/vc-cvs.el (vc-cvs-ignore): New function.
2939 (cvs-append-to-ignore): Move here from pcvs.el.
2940
2941 * vc/vc-bzr.el (vc-bzr-ignore): New function.
2942
2943 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
2944
2945 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
2948 (desktop-restore-frames): Warn when deleting an existing frame failed.
2949
2950 2013-07-24 Glenn Morris <rgm@gnu.org>
2951
2952 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
2953
2954 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * filenotify.el (file-notify-supported-p):
2957 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2958 Remove functions.
2959
2960 * autorevert.el (auto-revert-use-notify):
2961 (auto-revert-notify-add-watch):
2962 * net/tramp.el (tramp-file-name-for-operation):
2963 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2964 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2965 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2966 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2967 Remove `file-notify-supported-p' entry.
2968
2969 2013-07-24 Glenn Morris <rgm@gnu.org>
2970
2971 * printing.el: Replace all uses of deleted ps-windows-system,
2972 ps-lp-system, ps-flatten-list with lpr- versions.
2973
2974 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
2977 checked with memq (bug#14935).
2978
2979 * files.el (revert-buffer-function): Use a non-nil default.
2980 (revert-buffer-preserve-modes): Declare var to
2981 provide access to the `preserve-modes' argument.
2982 (revert-buffer): Let-bind it.
2983 (revert-buffer--default): New function, extracted from revert-buffer.
2984
2985 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * lpr.el: Signal print errors more prominently.
2988 (print-region-function): Don't default to nil.
2989 (lpr-print-region): New function, extracted from print-region-1.
2990 Check lpr's return value and signal an error in case of problem.
2991 (print-region-1): Use it.
2992 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
2993 versions instead.
2994 (ps-printer-name): Default to nil.
2995 (ps-printer-name-option): Default to lpr-printer-switch.
2996 (ps-print-region-function): Don't default to nil.
2997 (ps-postscript-code-directory): Simplify default.
2998 (ps-do-despool): Use lpr-print-region to properly check the outcome.
2999 (ps-string-list, ps-eval-switch, ps-flatten-list)
3000 (ps-flatten-list-1): Remove.
3001 (ps-multibyte-buffer): Avoid setq.
3002 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3003 (print-region-function, ps-print-region-function): Don't set them here.
3004
3005 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
3006
3007 * ido.el (ido-fractionp):
3008 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3009 (ido-max-file-prompt-width, ido-unc-hosts-cache)
3010 (ido-max-directory-size, ido-max-dir-file-cache)
3011 (ido-decorations): Doc fix.
3012
3013 * ansi-color.el: Fix old URL.
3014
3015 2013-07-23 Michael R. Mauger <michael@mauger.com>
3016
3017 * progmodes/sql.el Version 3.3
3018 (sql-product-alist): Improve oracle :prompt-cont-regexp.
3019 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3020 (sql-interactive-remove-continuation-prompt): Rewrite, use
3021 functions above. Fix continuation prompt and complete output line
3022 handling.
3023 (sql-redirect-one, sql-execute): Use `read-only-mode' on
3024 redirected output buffer.
3025 (sql-mode): Restore deleted code (Bug#13591).
3026
3027 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3030
3031 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
3032
3033 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3034
3035 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3036 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3037 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3038
3039 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * desktop.el (desktop-clear): Simplify; remove useless checks
3042 against invalid buffer names.
3043 (desktop-list*): Use cl-list*.
3044 (desktop-buffer-info, desktop-create-buffer): Simplify.
3045
3046 2013-07-23 Leo Liu <sdl.web@gmail.com>
3047
3048 * bookmark.el (bookmark-make-record): Restore NAME as a default
3049 value. (Bug#14933)
3050
3051 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * emacs-lisp/autoload.el (autoload--setup-output): New function,
3054 extracted from autoload--insert-text.
3055 (autoload--insert-text): Remove.
3056 (autoload--print-cookie-text): New function, extracted from
3057 autoload--insert-cookie-text.
3058 (autoload--insert-cookie-text): Remove.
3059 (autoload-generate-file-autoloads): Adjust calls accordingly.
3060
3061 * winner.el (winner-hook-installed-p): Remove.
3062 (winner-mode): Simplify accordingly.
3063
3064 * subr.el (add-to-list): Fix compiler-macro when `append' is
3065 not constant. Don't use `cl-member' for the base case.
3066
3067 * progmodes/subword.el: Fix boundary case (bug#13758).
3068 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
3069 own group.
3070 (subword-backward-regexp): Make it a constant.
3071 (subword-forward-internal): Don't treat a trailing capital as the
3072 beginning of a word.
3073
3074 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3075
3076 * emacs-lisp/package.el (package-menu-mode): Don't modify the
3077 global value of tabulated-list-revert-hook (bug#14930).
3078
3079 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * desktop.el: Require 'cl-lib.
3082 (desktop-before-saving-frames-functions): New hook.
3083 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3084 for frames being saved. Rename from desktop--save-minibuffer-frames.
3085 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
3086 Do not save frames with non-nil `desktop-dont-save' parameter.
3087 Filter out deleted frames.
3088 (desktop--find-frame): Use cl-find-if.
3089 (desktop--select-frame): Use cl-(first|second|third) to access values
3090 of desktop-mini.
3091 (desktop--make-frame): Use cl-delete-if.
3092 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3093 (desktop-restore-frames): Use cl-(first|second|third) to access values
3094 of desktop-mini. Look for visible frame at the end, not while
3095 restoring frames.
3096
3097 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3098 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3099 Use string-match-p, looking-at-p (bug#14927).
3100
3101 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * desktop.el (desktop-saved-frame-states):
3104 Rename from desktop--saved-states; all users changed.
3105 (desktop-save-frames): Rename from desktop--save-frames.
3106 Do not save state to desktop file.
3107 (desktop-save): Save desktop-saved-frame-states to desktop file
3108 and reset to nil.
3109 (desktop-restoring-frames-p): New function.
3110 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
3111 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
3112 buffer-lists when restoring frames. Suggested by Martin Rudalics.
3113
3114 * desktop.el: Correctly restore iconified frames.
3115 (desktop--filter-iconified-position): New function.
3116 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3117
3118 2013-07-20 Glenn Morris <rgm@gnu.org>
3119
3120 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3121 Let `message' do the formatting.
3122 (def-gdb-preempt-display-buffer): Add explicit format.
3123
3124 * image-dired.el (image-dired-track-original-file):
3125 Use with-current-buffer.
3126 (image-dired-track-thumbnail): Use with-current-buffer.
3127 Avoid changing point of wrong window.
3128
3129 * image-dired.el (image-dired-track-original-file):
3130 Avoid changing point of wrong window. (Bug#14909)
3131
3132 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
3133
3134 * progmodes/gdb-mi.el (gdb-done-or-error):
3135 Guard against "%" in gdb output. (Bug#14127)
3136
3137 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
3138
3139 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3140 (Bug#14826)
3141
3142 * international/mule.el (coding-system-iso-2022-flags): Fix last
3143 change.
3144
3145 2013-07-20 Kenichi Handa <handa@gnu.org>
3146
3147 * international/mule.el (coding-system-iso-2022-flags):
3148 Add `8-bit-level-4'. (Bug#8522)
3149
3150 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3151
3152 * net/shr.el (shr-mouse-browse-url): New command and keystroke
3153 (bug#14815).
3154
3155 * net/eww.el (eww-process-text-input): Allow inputting when the
3156 point is at the start of the line, as the properties aren't
3157 front-sticky.
3158
3159 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3160 degenerate widths.
3161
3162 2013-07-19 Richard Stallman <rms@gnu.org>
3163
3164 * epa.el (epa-popup-info-window): Doc fix.
3165
3166 * subr.el (split-string): New arg TRIM.
3167
3168 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
3169
3170 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3171 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3172
3173 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
3174
3175 * filenotify.el (file-notify--library): Rename from
3176 `file-notify-support'. Do not autoload. Adapt all uses.
3177 (file-notify-supported-p): New defun.
3178
3179 * autorevert.el (auto-revert-use-notify):
3180 Use `file-notify-supported-p' instead of `file-notify-support'.
3181 Adapt docstring.
3182 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3183
3184 * net/tramp.el (tramp-file-name-for-operation):
3185 Add `file-notify-supported-p'.
3186
3187 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3188 New defun.
3189 (tramp-sh-file-name-handler-alist): Add it as handler for
3190 `file-notify-supported-p '.
3191
3192 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3193 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3194 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3195 Add `ignore' as handler for `file-notify-*' functions.
3196
3197 2013-07-17 Eli Zaretskii <eliz@gnu.org>
3198
3199 * simple.el (line-move-partial, line-move): Don't start vscroll or
3200 scroll-up if the current line is not taller than the window.
3201 (Bug#14881)
3202
3203 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
3204
3205 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3206 highlight question marks in the method names as strings.
3207 (ruby-block-beg-keywords): Inline.
3208 (ruby-font-lock-keyword-beg-re): Extract from
3209 `ruby-font-lock-keywords'.
3210
3211 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
3212
3213 * frame.el (blink-cursor-blinks): New defcustom.
3214 (blink-cursor-blinks-done): New defvar.
3215 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3216 (blink-cursor-timer-function): Check if number of blinks has been
3217 done on X and NS.
3218 (blink-cursor-suspend, blink-cursor-check): New defuns.
3219
3220 2013-07-15 Glenn Morris <rgm@gnu.org>
3221
3222 * edmacro.el (edmacro-format-keys): Fix previous change.
3223
3224 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
3225
3226 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3227 The hack didn't work outside English locales anyway.
3228
3229 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
3230
3231 * simple.el (define-alternatives): Rename from alternatives-define,
3232 per RMS' suggestion.
3233
3234 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * desktop.el (desktop-restore-frames): Change default to t.
3237 (desktop-restore-in-current-display): Now offer more options.
3238 (desktop-restoring-reuses-frames): New customization option.
3239 (desktop--saved-states): Doc fix.
3240 (desktop-filter-parameters-alist): New variable, renamed and expanded
3241 from desktop--excluded-frame-parameters.
3242 (desktop--target-display): New variable.
3243 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3244 (desktop--filter-tty*, desktop--filter-*-color)
3245 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3246 (desktop--filter-save-desktop-parm)
3247 (desktop-restore-in-original-display-p): New functions.
3248 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3249 (desktop--save-minibuffer-frames): New function, inspired by a similar
3250 function from Martin Rudalics.
3251 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3252 (desktop--restore-in-this-display-p): Remove.
3253 (desktop--find-frame): Rename from desktop--find-frame-in-display
3254 and add predicate argument.
3255 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3256 (desktop--reuse-list): New variable.
3257 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3258 New functions.
3259 (desktop--restore-frames): Add support for "minibuffer-special" frames.
3260
3261 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
3262
3263 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3264
3265 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
3266
3267 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3268 Highlight conversion methods on Kernel.
3269
3270 2013-07-13 Alan Mackenzie <acm@muc.de>
3271
3272 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3273 and comment it out. This out-commenting enables certain C++
3274 declarations to be parsed correctly.
3275
3276 2013-07-13 Eli Zaretskii <eliz@gnu.org>
3277
3278 * international/mule.el (define-coding-system): Doc fix.
3279
3280 * simple.el (default-font-height): Don't call font-info if the
3281 frame's default font didn't change since the frame was created.
3282 (Bug#14838)
3283
3284 2013-07-13 Leo Liu <sdl.web@gmail.com>
3285
3286 * ido.el (ido-read-file-name): Guard against non-symbol value.
3287
3288 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3289
3290 * progmodes/python.el (python-imenu--build-tree): Fix corner case
3291 in nested defuns.
3292
3293 2013-07-13 Leo Liu <sdl.web@gmail.com>
3294
3295 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3296 ido-set-matches call. (Bug#6852)
3297
3298 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
3299
3300 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3301 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3302 Ruby 2.0.
3303 (ruby-font-lock-keywords): Distinguish calls to functions with
3304 module-like names from module references. Highlight character
3305 literals.
3306
3307 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
3308
3309 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
3310 (gdb-send): Handle continued commands. (Bug#14847)
3311
3312 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * desktop.el (desktop--v2s): Remove unused local variable.
3315 (desktop-save-buffer): Make defvar-local; adjust docstring.
3316 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
3317 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
3318
3319 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
3320
3321 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
3322
3323 2013-07-12 Eli Zaretskii <eliz@gnu.org>
3324
3325 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
3326 (Bug#14842)
3327
3328 2013-07-12 Glenn Morris <rgm@gnu.org>
3329
3330 * doc-view.el: Require cl-lib at runtime too.
3331 (doc-view-remove-if): Remove.
3332 (doc-view-search-next-match, doc-view-search-previous-match):
3333 Use cl-remove-if.
3334
3335 * edmacro.el: Require cl-lib at runtime too.
3336 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
3337 (edmacro-mismatch, edmacro-subseq): Remove.
3338
3339 * shadowfile.el: Require cl-lib.
3340 (shadow-remove-if): Remove.
3341 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
3342 Use cl-remove-if.
3343
3344 * wid-edit.el: Require cl-lib.
3345 (widget-choose): Use cl-remove-if.
3346 (widget-remove-if): Remove.
3347
3348 * progmodes/ebrowse.el: Require cl-lib at runtime too.
3349 (ebrowse-delete-if-not): Remove.
3350 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
3351 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
3352 Use cl-delete-if-not.
3353
3354 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
3355
3356 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
3357 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
3358
3359 2013-07-12 Leo Liu <sdl.web@gmail.com>
3360
3361 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
3362
3363 2013-07-11 Glenn Morris <rgm@gnu.org>
3364
3365 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
3366 (edebug-gensym-index, edebug-gensym):
3367 Remove reimplementation of cl-gensym.
3368 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
3369
3370 * thumbs.el: Require cl-lib at run-time too.
3371 (thumbs-gensym-counter, thumbs-gensym):
3372 Remove reimplementation of cl-gensym.
3373 (thumbs-temp-file): Use cl-gensym.
3374
3375 * emacs-lisp/ert.el: Require cl-lib at runtime too.
3376 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
3377 (ert--intersection, ert--set-difference, ert--set-difference-eq)
3378 (ert--union, ert--gensym-counter, ert--gensym-counter)
3379 (ert--coerce-to-vector, ert--remove*, ert--string-position)
3380 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
3381 (ert-make-test-unbound, ert--expand-should-1)
3382 (ert--expand-should, ert--should-error-handle-error)
3383 (should-error, ert--explain-equal-rec)
3384 (ert--plist-difference-explanation, ert-select-tests)
3385 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
3386 Use cl-lib functions rather than reimplementations.
3387
3388 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
3389
3390 * net/tramp.el (tramp-methods): Extend docstring.
3391 (tramp-connection-timeout): New defcustom.
3392 (tramp-error-with-buffer): Reset timestamp only when appropriate.
3393 (with-tramp-progress-reporter): Simplify.
3394 (tramp-process-actions): Improve messages.
3395
3396 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3397 * net/tramp-sh.el (tramp-maybe-open-connection):
3398 Use `tramp-connection-timeout'.
3399 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
3400 (Bug#14808)
3401
3402 2013-07-11 Leo Liu <sdl.web@gmail.com>
3403
3404 * ido.el (ido-read-file-name): Conform to the requirements of
3405 read-file-name. (Bug#11861)
3406 (ido-read-directory-name): Conform to the requirements of
3407 read-directory-name.
3408
3409 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
3410
3411 * subr.el (delay-warning): New function.
3412
3413 2013-07-10 Eli Zaretskii <eliz@gnu.org>
3414
3415 * simple.el (default-line-height): New function.
3416 (line-move-partial, line-move): Use it instead of computing the
3417 line height inline.
3418 (line-move-partial): Always compute ROWH. If the last line is
3419 partially-visible, but its text is completely visible, allow
3420 cursor to enter such a partially-visible line.
3421
3422 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
3423
3424 Improve error messages. (Bug#14808)
3425
3426 * net/tramp.el (tramp-current-connection): New defvar, moved from
3427 tramp-sh.el.
3428 (tramp-message-show-progress-reporter-message): Remove, not
3429 needed anymore.
3430 (tramp-error-with-buffer): Show message in minibuffer.
3431 Discard input before waiting. Reset connection timestamp.
3432 (with-tramp-progress-reporter): Improve messages.
3433 (tramp-process-actions): Use progress reporter. Delete process in
3434 case of error. Improve messages.
3435
3436 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
3437 Call `tramp-error-with-buffer' with vector and buffer.
3438 (tramp-current-connection): Remove.
3439 (tramp-maybe-open-connection): The car of
3440 `tramp-current-connection' are the first 3 slots of the vector.
3441
3442 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
3443
3444 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
3445 inside continued strings.
3446
3447 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
3448
3449 Timestamp fixes for undo (Bug#14824).
3450 * files.el (clear-visited-file-modtime): Move here from fileio.c.
3451
3452 2013-07-10 Leo Liu <sdl.web@gmail.com>
3453
3454 * files.el (require-final-newline): Allow safe local value.
3455 (Bug#14834)
3456
3457 2013-07-09 Leo Liu <sdl.web@gmail.com>
3458
3459 * ido.el (ido-read-directory-name): Handle fallback.
3460 (ido-read-file-name): Update DIR to ido-current-directory.
3461 (Bug#1516)
3462 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
3463
3464 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
3465
3466 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
3467 "autoload". Remove "warn lower camel case" section, previously
3468 commented out. Highlight negation char. Do not highlight the
3469 target in singleton method definitions.
3470
3471 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * faces.el (tty-setup-hook): Declare the hook.
3474
3475 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
3476 and detect when a guard/pred depends on local vars (bug#14773).
3477 (pcase--u1): Adjust caller.
3478
3479 2013-07-08 Eli Zaretskii <eliz@gnu.org>
3480
3481 * simple.el (line-move-partial, line-move): Account for
3482 line-spacing.
3483 (line-move-partial): Avoid setting vscroll when the last
3484 partially-visible line in window is of default height.
3485
3486 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3487
3488 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
3489 been used a while.
3490
3491 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
3492
3493 * subr.el (read-quoted-char): Remove unused local variable `char'.
3494
3495 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
3496
3497 * ediff.el (ediff-version): Version update.
3498 (ediff-files-command, ediff3-files-command, ediff-merge-command)
3499 (ediff-merge-with-ancestor-command, ediff-directories-command)
3500 (ediff-directories3-command, ediff-merge-directories-command)
3501 (ediff-merge-directories-with-ancestor-command): New functions.
3502 All are command-line interfaces to ediff: to facilitate calling
3503 Emacs with the appropriate ediff functions invoked.
3504
3505 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
3506 (viper-save-kill-buffer): Check if buffer is modified.
3507
3508 * viper.el (viper-version): Version update.
3509 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
3510
3511 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
3514 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
3515 (viper-intercept-ESC-key): Simplify.
3516 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
3517 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
3518 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
3519 (viper-setup-ESC-to-escape): New functions.
3520 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
3521 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
3522
3523 2013-07-07 Eli Zaretskii <eliz@gnu.org>
3524
3525 * simple.el (default-font-height, window-screen-lines):
3526 New functions.
3527 (line-move, line-move-partial): Use them instead of
3528 frame-char-height and window-text-height. This makes scrolling
3529 text smoother when the buffer's default face uses a font that is
3530 different from the frame's default font.
3531
3532 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
3533
3534 * files.el (write-file): Do not display confirm dialog for NS,
3535 it does its own dialog, which can't be cancelled (Bug#14578).
3536
3537 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3538
3539 * simple.el (line-move-partial): Adjust the row returned by
3540 posn-at-point for the current window-vscroll. (Bug#14567)
3541
3542 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
3543
3544 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
3545 (tramp-sh-file-inotifywait-process-filter): Handle file names with
3546 spaces.
3547
3548 2013-07-06 Martin Rudalics <rudalics@gmx.at>
3549
3550 * window.el (window-state-put-stale-windows): New variable.
3551 (window--state-put-2): Save list of windows without matching buffer.
3552 (window-state-put): Remove "bufferless" windows if possible.
3553
3554 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
3555
3556 * simple.el (alternatives-define): Remove leftover :group keyword.
3557 Tweak docstring.
3558
3559 2013-07-06 Leo Liu <sdl.web@gmail.com>
3560
3561 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
3562 (ido-enable-virtual-buffers): New variable.
3563 (ido-buffer-internal, ido-toggle-virtual-buffers)
3564 (ido-make-buffer-list): Use it.
3565 (ido-exhibit): Support turning on and off virtual buffers
3566 automatically.
3567
3568 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * simple.el (alternatives-define): New macro.
3571
3572 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * subr.el (read-quoted-char): Use read-key.
3575 (sit-for): Let read-event decode tty input (bug#14782).
3576
3577 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
3578
3579 * calendar/todo-mode.el: Add handling of file deletion, both by
3580 mode command and externally. Fix various related bugs.
3581 Clarify Commentary and improve some documentation strings and code.
3582 (todo-delete-file): New command.
3583 (todo-check-file): New function.
3584 (todo-show): Handle external deletion of the file we're trying to
3585 show (bug#14688). Replace called-interactively-p by an optional
3586 prefix argument to avoid problematic interaction with catch form
3587 when byte compiled (bug#14702).
3588 (todo-quit): Handle external deletion of the archive's todo file.
3589 Make sure the buffer that was visiting the archive file is still
3590 live before trying to bury it.
3591 (todo-category-completions): Handle external deletion of any
3592 category completion files.
3593 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
3594 of todo files, in case of external deletion.
3595 (todo-add-file): Replace unnecessary setq by let-binding.
3596 (todo-find-archive): Check whether there are any archives.
3597 Replace unnecessary setq by let-binding.
3598 (todo-archive-done-item): Use find-file-noselect to get the
3599 archive buffer whether or not the archive already exists.
3600 Remove superfluous code. Use file size instead of buffer-file-name to
3601 check if the archive is new; if it is, update list of archives.
3602 (todo-default-todo-file): Allow nil to be a valid value for when
3603 there are no todo files.
3604 (todo-reevaluate-default-file-defcustom): Use corrected definition
3605 of todo-default-todo-file.
3606 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
3607 (todo-delete-category, todo-show-categories-table)
3608 (todo-category-number): Clarify comment.
3609 (todo-filter-items): Clarify documentation string.
3610 (todo-show-current-file, todo-display-as-todo-file)
3611 (todo-reset-and-enable-done-separator): Tweak documentation string.
3612 (todo-done-separator): Make separator length window-width, since
3613 bug#2749 is now fixed.
3614
3615 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
3616
3617 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3618 Support both "gvfs-monitor-dir" and "inotifywait".
3619 (tramp-sh-file-inotifywait-process-filter): Rename from
3620 `tramp-sh-file-notify-process-filter'.
3621 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3622 (tramp-get-remote-gvfs-monitor-dir): New defuns.
3623
3624 2013-07-05 Leo Liu <sdl.web@gmail.com>
3625
3626 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
3627
3628 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3629
3630 * frame.el (display-pixel-height, display-pixel-width)
3631 (display-mm-height, display-mm-width): Mention behavior on
3632 multi-monitor setups in docstrings.
3633 (w32-display-monitor-attributes-list): Declare function.
3634 (display-monitor-attributes-list): Use it.
3635
3636 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
3637
3638 * filenotify.el: New package.
3639
3640 * autorevert.el (top): Require filenotify.el.
3641 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
3642 instead.
3643 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3644 (auto-revert-notify-handler): Use `file-notify-*' functions.
3645
3646 * subr.el (file-notify-handle-event): Move function to filenotify.el.
3647
3648 * net/tramp.el (tramp-file-name-for-operation):
3649 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
3650
3651 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3652 for `file-notify-add-watch' and `file-notify-rm-watch'.
3653 (tramp-process-sentinel): Improve trace.
3654 (tramp-sh-handle-file-notify-add-watch)
3655 (tramp-sh-file-notify-process-filter)
3656 (tramp-sh-handle-file-notify-rm-watch)
3657 (tramp-get-remote-inotifywait): New defuns.
3658
3659 2013-07-03 Juri Linkov <juri@jurta.org>
3660
3661 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
3662 call of `occur-read-primary-args' to interactive spec.
3663
3664 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
3665 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
3666
3667 2013-07-03 Matthias Meulien <orontee@gmail.com>
3668
3669 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
3670 `Buffer-menu-multi-occur'. Add it to the menu.
3671 (Buffer-menu-mode): Document it in docstring.
3672 (Buffer-menu-multi-occur): New command. (Bug#14673)
3673
3674 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3675
3676 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3677 keywords and built-ins.
3678
3679 2013-07-03 Glenn Morris <rgm@gnu.org>
3680
3681 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
3682
3683 Make info-xref checks case-sensitive by default
3684 * info.el (Info-find-node, Info-find-in-tag-table)
3685 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
3686 Add option for exact case matching of nodes.
3687 * info-xref.el (info-xref): New custom group.
3688 (info-xref-case-fold): New option.
3689 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
3690
3691 2013-07-03 Leo Liu <sdl.web@gmail.com>
3692
3693 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
3694
3695 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3696
3697 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
3698 middle of block statement initially, lower the depth. Remove
3699 FIXME comment, not longer valid. Remove middle of block statement
3700 detection, no need to do that anymore since we've been using
3701 `ruby-parse-region' here.
3702
3703 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
3704
3705 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
3706
3707 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3708
3709 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
3710
3711 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
3714 (desktop-restore-in-current-display): New customization option.
3715 (desktop--excluded-frame-parameters): Add `font'.
3716 (desktop--save-frames): Rename from desktop--save-windows.
3717 (desktop--restore-in-this-display-p): New function.
3718 (desktop--make-full-frame): Remove unwanted width/height from
3719 full(width|height) frames.
3720 (desktop--restore-frames): Rename from desktop--restore-windows.
3721 Obey desktop-restore-current-display. Do not delete old frames or
3722 select a new frame unless we were able to restore at least one frame.
3723
3724 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
3725
3726 * files.el (find-file-noselect): Simplify conditional expression.
3727
3728 * remember.el (remember-append-to-file):
3729 Don't mix `find-buffer-visiting' and `get-file-buffer'.
3730
3731 Add `remember-notes' function to store random notes across Emacs
3732 restarts.
3733 * remember.el (remember-data-file): Add :set callback to affect
3734 notes buffer (if any).
3735 (remember-notes): New command.
3736 (remember-notes-buffer-name, bury-remember-notes-on-kill):
3737 New defcustoms for the `remember-notes' function.
3738 (remember-notes-save-and-bury-buffer): New command.
3739 (remember-notes-mode-map): New variable.
3740 (remember-mode): New minor mode.
3741 (remember-notes--kill-buffer-query): New function.
3742 * startup.el (initial-buffer-choice): Add notes to custom type.
3743
3744 2013-06-30 Eli Zaretskii <eliz@gnu.org>
3745
3746 * bindings.el (right-char, left-char): Don't call sit-for, this is
3747 no longer needed. Use arithmetic comparison only for numerical
3748 arguments.
3749
3750 * international/mule-cmds.el (select-safe-coding-system):
3751 Handle the case of FROM being a string correctly. (Bug#14755)
3752
3753 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3754
3755 * net/shr.el (shr-make-table-1): Add a sanity check that allows
3756 progression on degenerate tables.
3757 (shr-rescale-image): ImageMagick animated images currently don't work.
3758
3759 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
3760
3761 Some fixes and improvements for desktop frame restoration.
3762 It is still experimental and disabled by default.
3763 * desktop.el (desktop--save-windows): Put the selected frame at
3764 the head of the list.
3765 (desktop--make-full-frame): New function.
3766 (desktop--restore-windows): Try to re-select the frame that was
3767 selected upon saving. Do not abort if some frames fail to restore,
3768 just show an error message and continue. Set up maximized frames
3769 so they have default non-maximized dimensions.
3770
3771 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
3772
3773 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3774 Don't start heredoc inside a string or comment.
3775
3776 2013-06-29 Eli Zaretskii <eliz@gnu.org>
3777
3778 * bindings.el (visual-order-cursor-movement): New defcustom.
3779 (right-char, left-char): Provide visual-order cursor motion by
3780 calling move-point-visually. Update the doc strings.
3781
3782 2013-06-28 Kenichi Handa <handa@gnu.org>
3783
3784 * international/mule.el (define-coding-system): New coding system
3785 properties :inhibit-null-byte-detection,
3786 :inhibit-iso-escape-detection, and :prefer-utf-8.
3787 (set-buffer-file-coding-system): If :charset-list property of
3788 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
3789 appropriate for setting.
3790
3791 * international/mule-cmds.el (select-safe-coding-system):
3792 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
3793 multibyte characters, return utf-8 (or one of its siblings).
3794
3795 * international/mule-conf.el (prefer-utf-8): New coding system.
3796 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
3797 files.
3798
3799 2013-06-28 Ivan Kanis <ivan@kanis.fr>
3800
3801 * net/shr.el (shr-render-region): New function.
3802
3803 * net/eww.el: Autoload `eww-browse-url'.
3804
3805 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
3806
3807 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3808 Adapt to `package-desc-version' being a list.
3809 Use `package--ac-desc-version' to retrieve version from a package
3810 archive element.
3811
3812 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
3813
3814 New experimental feature to save&restore window and frame setup.
3815 * desktop.el (desktop-save-windows): New defcustom.
3816 (desktop--saved-states): New var.
3817 (desktop--excluded-frame-parameters): New defconst.
3818 (desktop--filter-frame-parms, desktop--find-frame-in-display)
3819 (desktop--restore-windows, desktop--save-windows): New functions.
3820 (desktop-save): Call `desktop--save-windows'.
3821 (desktop-read): Call `desktop--restore-windows'.
3822
3823 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3824
3825 * net/shr.el (add-face-text-property): Remove compat definition.
3826
3827 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
3828
3829 * info.el (Info-try-follow-nearest-node): Move search for footnote
3830 above search for node name to prevent missing a footnote (bug#14717).
3831
3832 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
3833
3834 * obsolete/otodo-mode.el: Add obsolescence info to file header.
3835
3836 2013-06-27 Leo Liu <sdl.web@gmail.com>
3837
3838 * net/eww.el (eww-read-bookmarks): Check file size.
3839
3840 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3841
3842 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
3843 advice--pending if newdef is nil or an autoload (bug#13820).
3844 (advice-mapc): New function.
3845
3846 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3847
3848 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
3849 probably.
3850 (eww-mode-map): Add a menu bar.
3851 (eww-add-bookmark): New command.
3852 (eww-bookmark-mode): New mode and commands.
3853 (eww-add-bookmark): Remove newlines from the title.
3854 (eww-bookmark-browse): Don't bug out if it's the only window.
3855
3856 2013-06-26 Glenn Morris <rgm@gnu.org>
3857
3858 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
3859 (hfy-size): Handle ttys. (Bug#14668)
3860
3861 * info-xref.el: Update for Texinfo 5 change in *note format.
3862 (info-xref-node-re, info-xref-note-re): New constants.
3863 (info-xref-check-buffer): Use info-xref-note-re.
3864
3865 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
3868
3869 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
3870 nil terminate the loop (bug#14718).
3871
3872 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
3874 * net/eww.el: Rework history traversal. When going forward/back,
3875 put these actions into the history, too, so that they can be
3876 replayed.
3877 (eww-render): Move the history reset to the correct buffer.
3878
3879 2013-06-25 Juri Linkov <juri@jurta.org>
3880
3881 * files-x.el (modify-dir-local-variable): Change the header comment
3882 in the file with directory local variables. (Bug#14692)
3883
3884 * files-x.el (read-file-local-variable-value): Add `default'.
3885 (Bug#14710)
3886
3887 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3888
3889 * net/eww.el (eww-make-unique-file-name): Create a unique file
3890 name before saving to entering `y' accidentally asynchronously.
3891
3892 2013-06-25 Ivan Kanis <ivan@kanis.fr>
3893
3894 * net/eww.el (eww-download): New command and keystroke.
3895
3896 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3897
3898 * net/eww.el (eww-copy-page-url): Change name of command.
3899
3900 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
3901 be more consistent with Info and dired.
3902
3903 * net/eww.el (eww-mode-map): Ditto.
3904
3905 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
3908 packages from archives.
3909 (package-archive-contents): Change format; include obsolete packages.
3910 (package-desc): Use `dir' to mark builtin packages.
3911 (package--from-builtin): Set the `dir' field to `builtin'.
3912 (generated-autoload-file, version-control): Declare.
3913 (package-compute-transaction): Change first arg and return value to be
3914 lists of package-descs. Adjust to new package-archive-contents format.
3915 (package--add-to-archive-contents): Adjust to new
3916 package-archive-contents format.
3917 (package-download-transaction): Arg is now a list of package-descs.
3918 (package-install): If `pkg' is a package name, pass it as
3919 a requirement, so it is subject to the usual (e.g. disabled) checks.
3920 (describe-package): Accept package-desc as well.
3921 (describe-package-1): Describe a specific package-desc. Add links to
3922 other package-descs for the same package name.
3923 (package-menu-describe-package): Pass the actual package-desc.
3924 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
3925 works correctly.
3926 (package-desc-status): New function.
3927 (package-menu--refresh): New function, extracted
3928 from package-menu--generate.
3929 (package-menu--generate): Use it.
3930 (package-delete): Update package-alist.
3931 (package-menu-execute): Don't call package-initialize.
3932
3933 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
3934 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
3935 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
3936 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
3937 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
3938 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
3939
3940 2013-06-25 Martin Rudalics <rudalics@gmx.at>
3941
3942 * window.el (window--state-get-1): Workaround for bug#14527.
3943 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
3944
3945 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3946
3947 * net/eww.el (eww-back-url): Implement the history by stashing all
3948 the data into a list.
3949 (eww-forward-url): Allow going forward in the history, too.
3950
3951 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
3954 for values and use read--expression for expressions (bug#14710).
3955 (read-file-local-variable): Avoid setq.
3956 (read-file-local-variable-mode): Use minor-mode-list.
3957
3958 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3959
3960 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
3961 for DOI URLs.
3962
3963 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3964
3965 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
3966 Update imenu-support when dialect changes.
3967
3968 2013-06-25 Leo Liu <sdl.web@gmail.com>
3969
3970 * ido.el (ido-read-internal): Allow forward slash on windows.
3971
3972 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3973
3974 * net/eww.el (eww): Start of strings is \\`, not ^.
3975
3976 2013-06-24 Ivan Kanis <ivan@kanis.fr>
3977
3978 * net/shr.el (shr-browse-url): Fix interactive spec.
3979
3980 * net/eww.el (eww): Add a trailing slash to domain names.
3981
3982 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
3983
3984 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
3985
3986 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3987
3988 * net/shr.el (shr-browse-url): Use an external browser if given a
3989 prefix.
3990
3991 * net/eww.el (eww-external-browser): Move to shr.
3992
3993 2013-06-24 Ivan Kanis <ivan@kanis.fr>
3994
3995 * net/eww.el (eww): Work more correctly for file: URLs.
3996 (eww-detect-charset): Allow quoted charsets.
3997 (eww-yank-page-url): New command and keystroke.
3998
3999 2013-06-24 Daiki Ueno <ueno@gnu.org>
4000
4001 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4002 file name of gpg executable.
4003 (epg-context-program): New function.
4004 (epg-context-home-directory): New function.
4005 (epg-context-set-program): New function.
4006 (epg-context-set-home-directory): New function.
4007 (epg--start): Use `epg-context-program' instead of
4008 'epg-gpg-program'.
4009 (epg--list-keys-1): Likewise.
4010
4011 2013-06-24 Leo Liu <sdl.web@gmail.com>
4012
4013 * ido.el (ido-read-internal): Fix bug#14620.
4014
4015 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4016
4017 * faces.el (face-documentation): Simplify.
4018 (read-face-attribute, tty-find-type, x-resolve-font-name):
4019 Use `string-match-p'.
4020 (list-faces-display): Use `string-match-p'. Simplify.
4021 (face-spec-recalc): Check face to avoid face alias loops.
4022 (read-color): Use `string-match-p' and non-capturing parenthesis.
4023
4024 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4025
4026 * net/shr.el (shr-rescale-image): Use the new
4027 :max-width/:max-height functionality.
4028
4029 2013-06-23 Ivan Kanis <ivan@kanis.fr>
4030
4031 * net/eww.el (eww-search-prefix): New variable.
4032 (eww): Use it.
4033 (eww-external-browser): New variable.
4034 (eww-mode-map): New keystroke.
4035 (eww-browse-with-external-browser): New command.
4036
4037 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4038
4039 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4040
4041 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4042 Don't skip aligning the next header field when padding is 0;
4043 otherwise, field width is not respected unless the title is as
4044 wide as the field.
4045
4046 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * emacs-lisp/package.el (package-el-version): Remove.
4049 (package-process-define-package): Fix inf-loop.
4050 (package-install): Allow symbols as arguments again.
4051
4052 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4053
4054 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4055 add some more keyword-like methods.
4056 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4057
4058 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * bs.el (bs-buffer-show-mark): Make defvar-local.
4061 (bs-mode): Use setq-local.
4062
4063 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4064 (emacs-lock--try-unlocking): Make defvar-local.
4065
4066 2013-06-22 Glenn Morris <rgm@gnu.org>
4067
4068 * play/cookie1.el (cookie-apropos): Minor simplification.
4069
4070 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4071
4072 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4073
4074 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4075 `regexp-opt', it breaks the build during dumping.
4076
4077 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
4078
4079 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4080 Highlight keyword-like methods on Kernel and Module with
4081 font-lock-builtin-face.
4082 (auto-mode-alist): Consolidate different entries into one regexp
4083 and add more *file-s.
4084
4085 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
4086
4087 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4088
4089 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4090 (diary-entry): Use it in the action of this button type instead of
4091 diary-goto-entry.
4092
4093 * calendar/todo-mode.el: New version.
4094 (todo-add-category): Append new category to end of file and give
4095 it the highest number, instead of putting it at the beginning and
4096 giving it 0. Incorporate noninteractive functionality.
4097 (todo-forward-category): Adapt to 1-based category numbering.
4098 Allow skipping over archived categories.
4099 (todo-backward-category): Derive from todo-forward-category.
4100 (todo-backward-item, todo-forward-item): Make noninteractive and
4101 delegate interactive part to new commands. Make sensitive to done items.
4102 (todo-categories): Make value an alist of category names and
4103 vectors of item counts.
4104 (todo-category-beg): Make a defconst.
4105 (todo-category-number): Use 1 instead of 0 as initial value.
4106 (todo-category-select): Make sensitive to overlays, optional item
4107 highlighting and done items.
4108 (todo-delete-item): Make sensitive to overlays and marked and done items.
4109 (todo-edit-item): Make sensitive to overlays and editing of
4110 date/time header optional. Add format checks.
4111 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
4112 no-op if point is not on an item. Advertise using todo-edit-quit.
4113 (todo-edit-mode): Make sensitive to new format, font-locking, and
4114 multiple todo files.
4115 (todo-insert-item, todo-insert-item-here): Derive from
4116 todo-basic-insert-item and extend functionality.
4117 (todo-item-end, todo-item-start): Make sensitive to done items.
4118 (todo-item-string): Don't return text properties. Restore point.
4119 (todo-jump-to-category): Make sensitive to multiple todo files and
4120 todo archives. Use extended category completion.
4121 (todo-lower-item, todo-raise-item): Rename to *-priority and
4122 derive from todo-set-item-priority.
4123 (todo-mode): Derive from special-mode. Make sensitive to new
4124 format, font-locking and multiple todo files. Make read-only.
4125 (todo-mode-map): Don't suppress digit keys, so they can supply
4126 prefix arguments. Add many new key bindings.
4127 (todo-prefix): Insert as an overlay instead of file text.
4128 Change semantics from diary date expression to purely visual mark.
4129 (todo-print): Rename to todo-print-buffer. Make buffer display
4130 features printable. Remove option to restrict number of items
4131 printed. Add option to print to file.
4132 (todo-print-function): Rename to todo-print-buffer-function.
4133 (todo-quit): Extend to handle exiting new todo modes.
4134 (todo-remove-item): Make sensitive to overlays.
4135 (todo-save): Extend to buffers of filtered items.
4136 (todo-show): Make sensitive to done items, multiple todo files and
4137 new todo modes. Offer to convert legacy todo file before creating
4138 first new todo file.
4139 (todo-show-priorities): Rename to todo-top-priorities.
4140 Change semantics of value 0.
4141 (todo-top-priorities): Rename to todo-filter-top-priorities,
4142 derive from todo-filter-items and extend functionality.
4143 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4144 and extend functionality to other types of filtered items.
4145 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4146 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4147 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4148 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4149 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4150 (todo-edit-mode-hook, todo-entry-prefix-function)
4151 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4152 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4153 (todo-initials, todo-insert-threshold, todo-item-string-start)
4154 (todo-line-string, todo-menu, todo-mode-hook)
4155 (todo-more-important-p, todo-previous-answer, todo-previous-line)
4156 (todo-print-priorities, todo-remove-separator)
4157 (todo-save-top-priorities-too, todo-string-count-lines)
4158 (todo-string-multiline-p, todo-time-string-format)
4159 (todo-tmp-buffer-name): Remove.
4160 (todo-add-file, todo-archive-done-item, todo-choose-archive)
4161 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4162 (todo-edit-category-diary-inclusion)
4163 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4164 (todo-edit-file, todo-edit-item-date-day)
4165 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4166 (todo-edit-item-date-month, todo-edit-item-date-to-today)
4167 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4168 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4169 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4170 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4171 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4172 (todo-filter-top-priorities-multifile, todo-find-archive)
4173 (todo-find-filtered-items-file, todo-go-to-source-item)
4174 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4175 (todo-jump-to-archive-category, todo-lower-category)
4176 (todo-mark-category, todo-marked-item-p, todo-merge-category)
4177 (todo-move-category, todo-move-item, todo-next-button)
4178 (todo-next-item, todo-padded-string, todo-powerset)
4179 (todo-previous-button, todo-previous-item)
4180 (todo-print-buffer-to-file, todo-raise-category)
4181 (todo-rename-category, todo-repair-categories-sexp, todo-search)
4182 (todo-set-category-number, todo-set-item-priority)
4183 (todo-set-top-priorities-in-category)
4184 (todo-set-top-priorities-in-file, todo-show-categories-table)
4185 (todo-sort-categories-alphabetically-or-numerically)
4186 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4187 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4188 (todo-toggle-item-header, todo-toggle-item-highlighting)
4189 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4190 (todo-toggle-view-done-items, todo-toggle-view-done-only)
4191 (todo-unarchive-items, todo-unmark-category): New commands.
4192 (todo-absolute-file-name, todo-add-to-buffer-list)
4193 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4194 (todo-basic-insert-item, todo-category-completions)
4195 (todo-category-number, todo-category-string-matcher-1)
4196 (todo-category-string-matcher-2, todo-check-filtered-items-file)
4197 (todo-check-format, todo-clear-matches)
4198 (todo-comment-string-matcher, todo-convert-legacy-date-time)
4199 (todo-current-category, todo-date-string-matcher)
4200 (todo-define-insertion-command, todo-diary-expired-matcher)
4201 (todo-diary-goto-entry, todo-diary-item-p)
4202 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4203 (todo-display-categories, todo-display-sorted, todo-done-item-p)
4204 (todo-done-item-section-p, todo-done-separator)
4205 (todo-done-string-matcher, todo-files, todo-filter-items)
4206 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4207 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4208 (todo-insert-category-line, todo-insert-item-from-calendar)
4209 (todo-insert-sort-button, todo-insert-with-overlays)
4210 (todo-insertion-command-name, todo-insertion-key-bindings)
4211 (todo-label-to-key, todo-longest-category-name-length)
4212 (todo-make-categories-list, todo-mode-external-set)
4213 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4214 (todo-modes-set-3, todo-multiple-filter-files)
4215 (todo-nondiary-marker-matcher, todo-prefix-overlays)
4216 (todo-read-category, todo-read-date, todo-read-dayname)
4217 (todo-read-file-name, todo-read-time)
4218 (todo-reevaluate-category-completions-files-defcustom)
4219 (todo-reevaluate-default-file-defcustom)
4220 (todo-reevaluate-filelist-defcustoms)
4221 (todo-reevaluate-filter-files-defcustom)
4222 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4223 (todo-reset-done-separator, todo-reset-done-separator-string)
4224 (todo-reset-done-string, todo-reset-global-current-todo-file)
4225 (todo-reset-highlight-item, todo-reset-nondiary-marker)
4226 (todo-reset-prefix, todo-set-categories)
4227 (todo-set-date-from-calendar, todo-set-show-current-file)
4228 (todo-set-top-priorities, todo-short-file-name)
4229 (todo-show-current-file, todo-sort, todo-time-string-matcher)
4230 (todo-total-item-counts, todo-update-buffer-list)
4231 (todo-update-categories-display, todo-update-categories-sexp)
4232 (todo-update-count, todo-validate-name, todo-y-or-n-p):
4233 New functions.
4234 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4235 New major modes.
4236 (todo-categories, todo-display, todo-edit, todo-faces)
4237 (todo-filtered): New defgroups.
4238 (todo-archived-only, todo-button, todo-category-string, todo-date)
4239 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4240 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4241 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4242 (todo-add-item-if-new-category, todo-always-add-time-string)
4243 (todo-categories-align, todo-categories-archived-label)
4244 (todo-categories-category-label, todo-categories-diary-label)
4245 (todo-categories-done-label, todo-categories-number-separator)
4246 (todo-categories-todo-label, todo-categories-totals-label)
4247 (todo-category-completions-files, todo-completion-ignore-case)
4248 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4249 (todo-done-separator-string, todo-done-string)
4250 (todo-files-function, todo-filter-done-items, todo-filter-files)
4251 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4252 (todo-initial-category, todo-initial-file, todo-item-mark)
4253 (todo-legacy-date-time-regexp, todo-mode-line-function)
4254 (todo-nondiary-marker, todo-number-prefix)
4255 (todo-print-buffer-function, todo-show-current-file)
4256 (todo-show-done-only, todo-show-first, todo-show-with-done)
4257 (todo-skip-archived-categories, todo-top-priorities-overrides)
4258 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4259 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4260 New defcustoms.
4261 (todo-category-done, todo-date-pattern, todo-date-string-start)
4262 (todo-diary-items-buffer, todo-done-string-start)
4263 (todo-filtered-items-buffer, todo-item-start)
4264 (todo-month-abbrev-array, todo-month-name-array)
4265 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4266 (todo-top-priorities-buffer): New defconsts.
4267 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4268 (todo-categories-with-marks, todo-category-string-face)
4269 (todo-comment-face, todo-comment-string, todo-current-todo-file)
4270 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4271 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4272 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4273 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4274 (todo-font-lock-keywords, todo-global-current-todo-file)
4275 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4276 (todo-insertion-commands-args)
4277 (todo-insertion-commands-args-genlist)
4278 (todo-insertion-commands-names, todo-insertion-map)
4279 (todo-key-bindings-t, todo-key-bindings-t+a)
4280 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4281 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4282 (todo-nondiary-face, todo-print-buffer, todo-time-face)
4283 (todo-visited): New variables.
4284
4285 2013-06-21 Glenn Morris <rgm@gnu.org>
4286
4287 * play/cookie1.el (cookie-apropos): Add optional display argument.
4288 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4289 (psychoanalyze-pinhead): Use cookie-doctor.
4290
4291 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4292
4293 * emacs-lisp/package.el (tar-get-file-descriptor)
4294 (tar--extract): Declare.
4295
4296 2013-06-21 Eduard Wiebe <usenet@pusto.de>
4297
4298 Extend flymake's warning predicate to be a function (bug#14217).
4299 * progmodes/flymake.el (flymake-warning-predicate): New.
4300 (flymake-parse-line): Use it.
4301 (flymake-warning-re): Make obsolete alias to
4302 `flymake-warning-predicate'.
4303
4304 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * emacs-lisp/package.el (package-alist): Include obsolete packages.
4307 (package-obsolete-list): Remove.
4308 (package-activate): Remove min-version argument. Add `force' argument.
4309 Adjust to new package-alist format.
4310 (package-mark-obsolete): Remove.
4311 (package-unpack): Force reload of the package's autoloads.
4312 (package-installed-p): Check builtins if the installed package is not
4313 recent enough.
4314 (package-initialize): Don't reset package-obsolete-list.
4315 Don't specify which package version to activate.
4316 (package-process-define-package, describe-package-1)
4317 (package-menu--generate): Adjust to new package-alist format.
4318
4319 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4320
4321 * allout-widgets.el (allout-widgets-mode-off)
4322 (allout-widgets-mode-on, allout-widgets-pre-command-business)
4323 (allout-widgets-post-command-business)
4324 (allout-widgets-after-copy-or-kill-function)
4325 (allout-widgets-after-undo-function, allout-test-range-overlaps)
4326 (allout-decorate-item-and-context)
4327 (allout-graphics-modification-handler): Fix typos in docstrings.
4328 (allout-get-or-create-parent-widget): Use `looking-at-p'.
4329
4330 * cmuscheme.el (scheme-start-file): Doc fix.
4331 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
4332 (scheme-input-filter): Use `string-match-p'.
4333
4334 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
4335
4336 * dired-x.el: Use Dired consistently in docstrings.
4337
4338 * dired.el: Use Dired consistently in docstrings.
4339 (dired-readin, dired-mode): Use `setq-local'.
4340 (dired-switches-alist): Make defvar-local.
4341 (dired-buffers-for-dir): Use `zerop'.
4342 (dired-safe-switches-p, dired-switches-escape-p)
4343 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
4344 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
4345 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
4346 (dired-goto-next-nontrivial-file): Use `string-match-p'.
4347 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
4348 (dired-toggle-marks, dired-mark-files-containing-regexp)
4349 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
4350 (dired-flag-auto-save-files, dired-flag-backup-files):
4351 Use `looking-at-p'.
4352 (dired-mark-files-regexp, dired-build-subdir-alist):
4353 Use `string-match-p', `looking-at-p'.
4354
4355 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
4356 (direct-print-region-helper): Use `string-match-p'.
4357
4358 2013-06-21 Leo Liu <sdl.web@gmail.com>
4359
4360 * comint.el (comint-redirect-results-list-from-process):
4361 Fix infinite loop.
4362
4363 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4364
4365 * net/eww.el (eww-update-header-line-format): Quote % characters.
4366
4367 2013-06-21 Glenn Morris <rgm@gnu.org>
4368
4369 * play/cookie1.el (cookie): New custom group.
4370 (cookie-file): New option.
4371 (cookie-check-file): New function.
4372 (cookie): Make it interactive. Make start and end messages optional.
4373 Interactively, display the result. Default to cookie-file.
4374 (cookie-insert): Default to cookie-file.
4375 (cookie-snarf): Make start and end messages optional.
4376 Default to cookie-file. Use with-temp-buffer.
4377 (cookie-read): Rename from read-cookie.
4378 Make start and end messages optional. Default to cookie-file.
4379 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
4380 Do not autoload it.
4381 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
4382 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
4383
4384 2013-06-21 Leo Liu <sdl.web@gmail.com>
4385
4386 * progmodes/octave.el (octave-mode): Backward compatibility fix.
4387
4388 2013-06-21 Glenn Morris <rgm@gnu.org>
4389
4390 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
4391
4392 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4393 Daniel Hackney <dan@haxney.org>
4394
4395 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
4396 Consolidate the single-file vs tarball code.
4397 (package-desc-suffix): New function.
4398 (package-desc-full-name): Don't bother inlining it.
4399 (package-load-descriptor): Return the new package-desc.
4400 (package-mark-obsolete): Remove unused arg `package'.
4401 (package-unpack): Make it work for single files as well.
4402 Make it update package-alist.
4403 (package--make-autoloads-and-stuff): Rename from
4404 package--make-autoloads-and-compile. Don't compile any more.
4405 (package--compile): New function.
4406 (package-generate-description-file): New function, extracted from
4407 package-unpack-single.
4408 (package-unpack-single): Remove.
4409 (package--with-work-buffer): Add indentation and debugging info.
4410 (package-download-single): Remove.
4411 (package-install-from-archive): Rename from package-download-tar, make
4412 it take a pkg-desc, and make it work for single files as well.
4413 (package-download-transaction): Simplify.
4414 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
4415 external tar program.
4416 (package-install-from-buffer): Remove `pkg-desc' argument.
4417 Use package-tar-file-info for tar-mode buffers.
4418 (package-install-file): Simplify accordingly.
4419 (package-archive-base): Change to take a pkg-desc.
4420 * tar-mode.el (tar--check-descriptor): New function, extracted from
4421 tar-get-descriptor.
4422 (tar-get-descriptor): Use it.
4423 (tar-get-file-descriptor): New function.
4424 (tar--extract): New function, extracted from tar-extract.
4425 (tar--extract): Use it.
4426 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
4427 case the summary uses non-ascii. Adjust to new calling convention of
4428 package-tar-file-info.
4429
4430 2013-06-21 Leo Liu <sdl.web@gmail.com>
4431
4432 * comint.el (comint-redirect-results-list-from-process):
4433 Fix random delay. (Bug#14681)
4434
4435 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * profiler.el (profiler-format-number): Use log, not log10.
4438
4439 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4440
4441 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
4442
4443 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4444
4445 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
4446 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
4447 yet available.
4448 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
4449 (AUTOGENEL): ... here.
4450 * emacs-lisp/cl-macs.el (cl--sublis): New function.
4451 (cl--defsubst-expand): Use it.
4452
4453 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
4454
4455 * subr.el (log10): Move here from C code, and declare as obsolete.
4456 All uses of (log10 X) replaced with (log X 10).
4457
4458 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
4461 Declare with `defvar-local'.
4462 (tabulated-list-use-header-line, tabulated-list-entries)
4463 (tabulated-list-padding, tabulated-list-printer)
4464 (tabulated-list-sort-key): Declare with `defvar-local'.
4465 (tabulated-list-init-header, tabulated-list-print-fake-header):
4466 Use `setq-local'.
4467
4468 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
4469
4470 * arc-mode.el (archive-mode): Add `archive-write-file' to
4471 `write-contents-functions' also for remote files. (Bug#14652)
4472
4473 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * cus-edit.el (custom-commands): Fix typos.
4476 (custom-display): Fix tooltip text.
4477 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
4478 Fix typos in docstrings.
4479 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
4480 (custom-unlispify-menu-entry, custom-magic-value-create)
4481 (custom-add-see-also, custom-group-value-create): Use ?\s.
4482 (custom-guess-type, customize-apropos, editable-field)
4483 (custom-face-value-create): Use `string-match-p'.
4484 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
4485
4486 * custom.el (custom-load-symbol): Use `string-match-p'.
4487
4488 * ansi-color.el: Convert to lexical binding.
4489 (ansi-colors): Fix URL.
4490 (ansi-color-context, ansi-color-context-region): Use defvar-local.
4491 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
4492 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
4493
4494 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4495
4496 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
4497
4498 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
4499
4500 2013-06-19 Tom Tromey <tromey@redhat.com>
4501
4502 * net/eww.el (eww-top-url): Remove.
4503 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
4504 (eww-render): Set new variables. Don't set eww-top-url.
4505 (eww-handle-link): Handle "prev", "home", and "contents".
4506 Downcase the rel text.
4507 (eww-top-url): Choose best top URL.
4508
4509 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4510
4511 * net/eww.el: Rewrite to implement form elements "by hand" instead of
4512 relying in widget.el. Using widget.el leads to too many
4513 user interface inconsistencies.
4514 (eww-self-insert): Implement entering commands in text fields.
4515 (eww-process-text-input): New function to make text input field editing
4516 work.
4517 (eww-submit): Rewrite to use the new-style form methods.
4518 (eww-select-display): Display the correct selected item.
4519 (eww-change-select): Implement changing the select value.
4520 (eww-toggle-checkbox): Implement radio/checkboxes.
4521 (eww-update-field): Fix compilation error.
4522 (eww-tag-textarea): Implement <textarea>.
4523
4524 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
4525 we don't shadow mode-specific bindings.
4526
4527 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
4528 nothing to push.
4529
4530 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
4531
4532 2013-06-19 Glenn Morris <rgm@gnu.org>
4533
4534 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
4535
4536 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
4537
4538 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
4539 not needed.
4540
4541 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
4542
4543 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4544
4545 * net/browse-url.el (browse-url-browser-function):
4546 `eww-browse-url' has the right calling signature, `eww' does not.
4547
4548 2013-06-19 Glenn Morris <rgm@gnu.org>
4549
4550 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4551 Only eval autoloaded macros.
4552 (byte-compile-autoload): Only give the macro warning for macros.
4553
4554 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
4555 (ps-underlined-faces): Declare.
4556
4557 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
4558 (speedbar-add-supported-extension): Declare.
4559
4560 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
4561 Don't include a date stamp in the header of the generated file;
4562 it leads to needless differences between output files.
4563
4564 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * net/secrets.el (secrets-struct-secret-content-type):
4567 Replace check of introspection data by a test call of "CreateItem".
4568 Some servers do not offer introspection.
4569
4570 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * electric.el (electric-pair-mode): Improve interaction with
4573 electric-layout-mode.
4574 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
4575 (electric-pair-syntax): Use text-mode-syntax-table in comments
4576 and strings.
4577 (electric-pair--insert): New function.
4578 (electric-pair-post-self-insert-function): Use it and
4579 electric--after-char-pos.
4580
4581 2013-06-19 Leo Liu <sdl.web@gmail.com>
4582
4583 * progmodes/octave.el (octave-help): Fix regexp.
4584
4585 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4586
4587 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
4588 (shr-table-horizontal-line): Allow nil as a value, and change the
4589 default.
4590 (shr-insert-table-ruler): Respect the nil value.
4591
4592 2013-06-18 Tom Tromey <tromey@barimba>
4593
4594 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4595 New defvars.
4596 (eww-open-file): New defun.
4597 (eww-render): Initialize new variables.
4598 (eww-display-html): Handle "link" and "a".
4599 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
4600 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
4601 (eww-back-url): Rename from eww-previous-url.
4602 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4603 New defuns.
4604
4605 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
4606
4607 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
4608 Distinguish ternary operator tokens from slash symbol and slash
4609 char literal.
4610
4611 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
4612
4613 Convert symbol prettification into minor mode and global minor mode.
4614
4615 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
4616 `prog-prettify-symbols', and make a local defvar instead of defcustom.
4617 (prettify-symbols--keywords): Rename from
4618 `prog-prettify-symbols-alist' and make a local defvar.
4619 (prettify-symbols--compose-symbol): Rename from
4620 `prog--prettify-font-lock-compose-symbol'.
4621 (prettify-symbols--make-keywords): Rename from
4622 `prog-prettify-font-lock-symbols-keywords' and simplify.
4623 (prog-prettify-install): Remove.
4624 (prettify-symbols-mode): New minor mode, based on
4625 `prog-prettify-install'.
4626 (turn-on-prettify-symbols-mode): New function.
4627 (global-prettify-symbols-mode): New globalized minor mode.
4628
4629 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4630 * progmodes/cfengine.el (cfengine3-mode):
4631 * progmodes/perl-mode.el (perl-mode): Don't call
4632 `prog-prettify-install'; set `prettify-symbols-alist' instead.
4633
4634 2013-06-18 Juri Linkov <juri@jurta.org>
4635
4636 * files-x.el (modify-file-local-variable-message): New function.
4637 (modify-file-local-variable)
4638 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
4639 and call `modify-file-local-variable-message' when it's non-nil.
4640 (add-file-local-variable, delete-file-local-variable)
4641 (add-file-local-variable-prop-line)
4642 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
4643 and use it. (Bug#9820)
4644
4645 2013-06-18 Juri Linkov <juri@jurta.org>
4646
4647 * emulation/vi.el (vi-shell-op):
4648 * emulation/vip.el (vip-execute-com, ex-command):
4649 * emulation/viper-cmd.el (viper-exec-bang):
4650 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
4651 the call of `shell-command-on-region'. (Bug#14637)
4652
4653 * simple.el (shell-command-on-region): Doc fix.
4654
4655 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
4658 (bug#14633).
4659
4660 2013-06-18 Glenn Morris <rgm@gnu.org>
4661
4662 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
4663
4664 * newcomment.el (comment-search-forward, comment-search-backward):
4665 Doc fix. (Bug#14376)
4666
4667 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
4668
4669 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
4670 (buffer-face-mode-invoke): Doc fix.
4671
4672 2013-06-18 Matthias Meulien <orontee@gmail.com>
4673
4674 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
4675 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
4676
4677 2013-06-18 Glenn Morris <rgm@gnu.org>
4678
4679 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
4680 Replace obsolete function generic-make-keywords with its expansion.
4681
4682 * progmodes/python.el (ffap-alist): Declare.
4683
4684 * textmodes/reftex.el (bibtex-mode-map): Declare.
4685
4686 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
4689 (package-unpack, package-unpack-single): Return the pkg-dir.
4690 (package-download-transaction): Use it to update package-alist.
4691
4692 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4693
4694 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
4695 possible choice.
4696
4697 2013-06-17 Juri Linkov <juri@jurta.org>
4698
4699 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
4700
4701 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4702
4703 * emacs-lisp/package.el (package-load-descriptor):
4704 Remove `with-syntax-table' call, `read' doesn't need it.
4705 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
4706
4707 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
4708
4709 * startup.el (command-line): Expand package name returned by
4710 `package--description-file' (bug#14639).
4711
4712 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4713
4714 * emacs-lisp/package.el (package-load-descriptor): Do not call
4715 `emacs-lisp-mode', just use its syntax table.
4716
4717 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
4720 `font-lock-extra-managed-props' if any prettifying keyword is added.
4721 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
4722 (prog-mode): Use `setq-local'.
4723
4724 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * international/characters.el (standard-case-table): Set syntax of ?»
4727 and ?« to punctuation.
4728
4729 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
4730
4731 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
4732 Save relevant match data before calling `syntax-ppss' (bug#14595).
4733
4734 2013-06-15 Juri Linkov <juri@jurta.org>
4735
4736 * files-x.el (modify-file-local-variable-prop-line): Add local
4737 variables to the end of the existing comment on the first line.
4738 Use `file-auto-mode-skip' to skip interpreter magic line,
4739 and also skip XML declaration.
4740
4741 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * startup.el (package--builtin-versions): New var.
4744 (package-subdirectory-regexp): Remove.
4745 (package--description-file): Hard code its value instead.
4746
4747 * emacs-lisp/package.el: Don't activate packages older than builtin.
4748 (package-obsolete-list): Rename from package-obsolete-alist, and make
4749 it into a simple list of package-desc.
4750 (package-strip-version): Remove.
4751 (package-built-in-p): Use package--builtin-versions.
4752 (package-mark-obsolete): Simplify.
4753 (package-process-define-package): Mark it obsolete if older than the
4754 builtin version.
4755 (package-handle-response): Use line-end-position.
4756 (package-read-archive-contents, package--download-one-archive):
4757 Simplify.
4758 (package--add-to-archive-contents): Skip if older than the builtin or
4759 installed version.
4760 (package-menu-describe-package): Fix last change.
4761 (package-list-unversioned): New var.
4762 (package-menu--generate): Use it.
4763
4764 * emacs-lisp/autoload.el: Manage package--builtin-versions.
4765 (autoload--insert-text, autoload--insert-cookie-text): New functions.
4766 (autoload-builtin-package-versions): New variable.
4767 (autoload-generate-file-autoloads): Use them.
4768 Remove the list of autoloaded functions/macros from the
4769 (autoload...) comments.
4770
4771 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
4772
4773 2013-06-15 Eli Zaretskii <eliz@gnu.org>
4774
4775 * simple.el (line-move-partial): Don't jump to the next screen
4776 line as soon as it becomes visible. Instead, continue enlarging
4777 the vscroll until the portion of a tall screen line that's left on
4778 display is about the height of the frame's default font.
4779 (Bug#14567)
4780
4781 2013-06-15 Glenn Morris <rgm@gnu.org>
4782
4783 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
4784 compilation-error-regexp-alist void, or local while let-bound.
4785
4786 * progmodes/make-mode.el (makefile-mode-syntax-table):
4787 Treat "=" as punctuation. (Bug#14614)
4788
4789 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
4790
4791 * help-fns.el (describe-variable):
4792 Add extra line for permanent-local variables.
4793
4794 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
4795
4796 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4797 Add export, import, library. (Bug#9164)
4798 (library): Set indent function.
4799
4800 2013-06-14 Glenn Morris <rgm@gnu.org>
4801
4802 * term/xterm.el (xterm--query):
4803 Stop after first matching handler. (Bug#14615)
4804
4805 2013-06-14 Ivan Kanis <ivan@kanis.fr>
4806
4807 Add support for dired in saveplace.
4808 * dired.el (dired-initial-position-hook): New variable.
4809 (dired-initial-position): Call hook to place cursor position.
4810 * saveplace.el (save-place-to-alist): Add dired position.
4811 (save-place-dired-hook): New function.
4812
4813 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
4816 through a symbol rather than letrec.
4817
4818 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
4819 (package-desc): Add `dir' field.
4820 (package-desc-full-name): New function.
4821 (package-load-descriptor): Combine the two arguments. Don't use `load'.
4822 (package-maybe-load-descriptor): Remove.
4823 (package-load-all-descriptors): Just call package-load-descriptor.
4824 (package--disabled-p): New function.
4825 (package-desc-vers, package-desc-doc): Remove aliases.
4826 (package--dir): Remove function.
4827 (package-activate): Check if a package is disabled.
4828 (package-process-define-package): New function, extracted from
4829 define-package.
4830 (define-package): Turn into a place holder.
4831 (package-unpack-single, package-tar-file-info):
4832 Use package--description-file.
4833 (package-compute-transaction): Use package--disabled-p.
4834 (package-download-transaction): Don't call
4835 package-maybe-load-descriptor since they're all loaded anyway.
4836 (package-install): Change argument to be a pkg-desc.
4837 (package-delete): Use a single pkg-desc argument.
4838 (describe-package-1): Use package-desc-dir instead of package--dir.
4839 Use package-desc property instead of package-symbol.
4840 (package-install-button-action): Adjust accordingly.
4841 (package--push): Rewrite.
4842 (package-menu--print-info): Adjust accordingly. Change the ID format
4843 to be a pkg-desc.
4844 (package-menu-describe-package, package-menu-get-status)
4845 (package-menu--find-upgrades, package-menu-mark-upgrades)
4846 (package-menu-execute, package-menu--name-predicate):
4847 Adjust accordingly.
4848 * startup.el (package--description-file): New function.
4849 (command-line): Use it.
4850 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4851 Use package-desc-version.
4852
4853 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
4854 (byte-compile-preprocess): Use it.
4855 (byte-compile-file-form-defalias): Try a bit harder to use macros we
4856 can't quite recognize.
4857 (byte-compile-add-to-list): Remove.
4858 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
4859 (cconv-closure-convert): Add assertion.
4860
4861 * emacs-lisp/map-ynp.el: Use lexical-binding.
4862 (map-y-or-n-p): Remove unused vars `tail' and `object'.
4863 Factor out some repeated code.
4864
4865 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * subr.el (with-eval-after-load): New macro.
4868 (eval-after-load): Allow form to be a function.
4869 take advantage of lexical-binding.
4870 (do-after-load-evaluation): Use dolist and adjust to new format.
4871 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
4872
4873 2013-06-13 Juri Linkov <juri@jurta.org>
4874
4875 * replace.el (perform-replace): Display "symbol " and other search
4876 modes from `isearch-message-prefix' in the *Help* buffer.
4877
4878 * isearch.el (isearch-query-replace): Add " symbol" and other
4879 possible search modes from `isearch-message-prefix' to the prompt.
4880 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
4881 when reading a regexp to collect.
4882
4883 2013-06-13 Juri Linkov <juri@jurta.org>
4884
4885 * isearch.el (word-search-regexp): Match whitespace if the search
4886 string begins or ends in whitespace. The LAX arg is applied to
4887 both ends of the search string. Use `regexp-quote' and explicit
4888 \< and \> instead of \b. Use \` and \' instead of ^ and $.
4889 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
4890 boundaries are replaced with symbol boundaries, and characters
4891 between symbols match non-word non-symbol syntax. (Bug#14602)
4892
4893 2013-06-13 Juri Linkov <juri@jurta.org>
4894
4895 * isearch.el (isearch-del-char): Don't exceed the length of
4896 `isearch-string' by the prefix arg. (Bug#14563)
4897
4898 2013-06-13 Juri Linkov <juri@jurta.org>
4899
4900 * isearch.el (isearch-yank-word, isearch-yank-line)
4901 (isearch-char-by-name, isearch-quote-char)
4902 (isearch-printing-char, isearch-process-search-char):
4903 Add optional count prefix arg. (Bug#14563)
4904
4905 * international/isearch-x.el
4906 (isearch-process-search-multibyte-characters):
4907 Add optional count prefix arg.
4908
4909 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4912 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
4913 lexical-binding.
4914
4915 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
4916
4917 * subr.el (set-temporary-overlay-map): Add on-exit argument.
4918
4919 2013-06-13 Glenn Morris <rgm@gnu.org>
4920
4921 * startup.el (tty-handle-args):
4922 Don't just discard "--" and anything after. (Bug#14608)
4923
4924 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
4925
4926 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
4927
4928 Implement changes in Secret Service API. Make it backward compatible.
4929 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
4930 (secrets-create-item): Use it. Prefix properties with interface.
4931
4932 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
4933
4934 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
4935 (term-emulate-terminal): Respect term-suppress-hard-newline.
4936
4937 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
4938
4939 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4940 Only remove a `thumb-file' overlay. (Bug#14548)
4941
4942 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
4943
4944 * mail/reporter.el (reporter-submit-bug-report):
4945 Handle missing package-name. (Bug#14600)
4946
4947 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4948
4949 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
4950 (reftex-citation-prompt, reftex-default-bibliography)
4951 (reftex-bib-or-thebib, reftex-get-bibfile-list)
4952 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4953 (reftex-bib-sort-author, reftex-bib-sort-year)
4954 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
4955 (reftex-extract-bib-entries-from-thebibliography)
4956 (reftex-get-bibkey-default, reftex-get-bib-names)
4957 (reftex-parse-bibtex-entry, reftex-get-bib-field)
4958 (reftex-format-bib-entry, reftex-parse-bibitem)
4959 (reftex-format-bibitem, reftex-do-citation)
4960 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
4961 (reftex-restrict-bib-matches, reftex-extract-bib-file)
4962 (reftex-insert-bib-matches, reftex-format-citation)
4963 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
4964 (reftex-create-bibtex-file): Add docstrings, mostly by converting
4965 existing comments into docstrings.
4966
4967 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
4968
4969 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
4970
4971 2013-06-12 Andreas Schwab <schwab@suse.de>
4972
4973 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
4974 for auto-save files.
4975
4976 2013-06-12 Glenn Morris <rgm@gnu.org>
4977
4978 * ido.el (ido-delete-ignored-files): Remove.
4979 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
4980 Go back to calling ido-ignore-item-p directly.
4981
4982 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
4983
4984 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
4985
4986 * ido.el (ido-delete-ignored-files): New function,
4987 split from ido-make-file-list-1.
4988 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
4989 (ido-make-file-list-1): Use ido-delete-ignored-files.
4990
4991 2013-06-12 Leo Liu <sdl.web@gmail.com>
4992
4993 * progmodes/octave.el (inferior-octave-startup)
4994 (inferior-octave-completion-table)
4995 (inferior-octave-track-window-width-change)
4996 (octave-eldoc-function-signatures, octave-help)
4997 (octave-find-definition): Use single quoted strings.
4998 (inferior-octave-startup-args): Change default value.
4999 (inferior-octave-startup): Do not hard code "-i" and
5000 "--no-line-editing".
5001 (inferior-octave-resync-dirs): Add optional arg NOERROR.
5002 (inferior-octave-directory-tracker): Use it.
5003 (octave-goto-function-definition): Robustify.
5004 (octave-help): Support highlighting operators in 'See also'.
5005 (octave-find-definition): Find subfunctions only in Octave mode.
5006
5007 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * help-fns.el (help-fns--compiler-macro): If the handler function is
5010 named, then put a link to it.
5011 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5012 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5013 (cl-typep): Use it.
5014 (cl-eval-when): Simplify debug spec.
5015 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
5016 compiler-macro function instead of setting `compiler-macro-file'.
5017
5018 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5019
5020 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5021 * vc/vc-hooks.el (vc-stay-local): Doc fix.
5022
5023 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5024 Daniel Hackney <dan@haxney.org>
5025
5026 First part of Daniel Hackney's patch to package.el.
5027 * emacs-lisp/package.el: Use defstruct.
5028 (package-desc): New, main struct.
5029 (package--bi-desc, package--ac-desc): New structs, used to describe the
5030 format in external files.
5031 (package-desc-vers): Replace with package-desc-version accessor.
5032 (package-desc-doc): Replace with package-desc-summary accessor.
5033 (package-activate-1): Remove `package' arg since the pkg-vec now
5034 includes the name.
5035 (define-package): Use package-desc-from-define.
5036 (package-unpack-single): Change file-name arg to be a symbol.
5037 (package--add-to-archive-contents): Use package-desc-create and new
5038 accessor functions to package--ac-desc.
5039 (package-buffer-info, package-tar-file-info): Return a package-desc.
5040 (package-install-from-buffer): Remove `type' argument. Change pkg-info
5041 arg to be a package-desc.
5042 (package-install-file): Adjust accordingly. Use \' to match EOS.
5043 (package--from-builtin): New function.
5044 (describe-package-1, package-menu--generate): Use it.
5045 (package--make-autoloads-and-compile): Change name arg to be a symbol.
5046 (package-generate-autoloads): Idem and return the name of the file.
5047 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5048 Change pkg-info arg to be a package-desc.
5049 Use package-make-ac-desc.
5050 (package-upload-file): Use \' to match EOS.
5051 * finder.el (finder-compile-keywords): Use package-make-builtin.
5052
5053 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * vc/vc.el (vc-deduce-fileset): Change error message.
5056 (vc-read-backend): New function.
5057 (vc-next-action): Use it.
5058
5059 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5060
5061 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5062 (prolog-font-lock-keywords): Use regexp-opt instead.
5063 Don't manually highlight strings.
5064 (prolog-mode-variables): Simplify comment-start-skip.
5065 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
5066
5067 * emacs-lisp/generic.el (generic--normalise-comments)
5068 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5069 (generic-mode-set-comments): Use them.
5070 (generic-bracket-support): Use setq-local.
5071 (generic-make-keywords-list): Declare obsolete.
5072
5073 2013-06-11 Glenn Morris <rgm@gnu.org>
5074
5075 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5076 Prettify after setting font-lock-defaults. (Bug#14574)
5077
5078 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * replace.el (query-replace, occur-read-regexp-defaults-function)
5081 (replace-search):
5082 * subr.el (declare-function, number-sequence, local-set-key)
5083 (substitute-key-definition, locate-user-emacs-file)
5084 (with-silent-modifications, split-string, eval-after-load):
5085 Fix typos, remove unneeded backslashes and reflow some docstrings.
5086
5087 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5090 default for Elisp files.
5091
5092 2013-06-11 Glenn Morris <rgm@gnu.org>
5093
5094 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5095 although define-derived-mode was doing this anyway. (Bug#14583)
5096
5097 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
5098
5099 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5100 Fix make-variable-buffer-local call to refer to the correct variable.
5101
5102 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
5103
5104 * eshell/em-term.el (eshell-visual-commands)
5105 (eshell-visual-subcommands, eshell-visual-options):
5106 Add summary line to docstrings. Add cross-references.
5107
5108 2013-06-10 Glenn Morris <rgm@gnu.org>
5109
5110 * epa.el (epa-read-file-name): New function. (Bug#14510)
5111 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
5112
5113 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5114
5115 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5116 output redirection to be ignored with visual commands.
5117
5118 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5119
5120 * eshell/em-term.el (eshell-visual-command-p): New function.
5121 (eshell-term-initialize): Move long lambda to separate function
5122 eshell-visual-command-p.
5123 * eshell/em-dirs.el (eshell-dirs-initialise):
5124 * eshell/em-script.el (eshell-script-initialize):
5125 Add missing #' to lambda.
5126
5127 2013-06-08 Leo Liu <sdl.web@gmail.com>
5128
5129 * progmodes/octave.el (octave-add-log-current-defun): New function.
5130 (octave-mode): Set add-log-current-defun-function.
5131 (octave-goto-function-definition): Do not move point if not found.
5132 (octave-find-definition): Enhance to try subfunctions first.
5133
5134 2013-06-08 Glenn Morris <rgm@gnu.org>
5135
5136 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5137 (byte-compile-backward-char, byte-compile-backward-word):
5138 Improve previous change, to handle non-explicit nil.
5139
5140 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5143 (smie--opener/closer-at-point): New function.
5144 (smie--matching-block-data): Use it. Don't match from right after an
5145 opener or right before a closer. Obey smie-blink-matching-inners.
5146 Don't signal a mismatch for repeated inners like "switch..case..case".
5147
5148 2013-06-07 Leo Liu <sdl.web@gmail.com>
5149
5150 * progmodes/octave.el (octave-mode): Set comment-use-global-state
5151 to t. (Bug#14303)
5152 (octave-function-header-regexp): Fix. (Bug#14570)
5153 (octave-help-mode-finish-hook, octave-help-mode-finish):
5154 Remove. Just use temp-buffer-show-hook.
5155
5156 * newcomment.el (comment-search-backward): Revert last change.
5157 (Bug#14434)
5158
5159 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5160
5161 2013-06-07 Eli Zaretskii <eliz@gnu.org>
5162
5163 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5164 through xargs, to avoid failure due to MS-Windows limitations on
5165 command-line length.
5166
5167 2013-06-06 Glenn Morris <rgm@gnu.org>
5168
5169 * font-lock.el (lisp-font-lock-keywords-2):
5170 Treat user-error like error.
5171
5172 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5173 (byte-compile-backward-char, byte-compile-backward-word):
5174 Handle explicit nil arguments. (Bug#14565)
5175
5176 2013-06-05 Alan Mackenzie <acm@muc.de>
5177
5178 * isearch.el (isearch-allow-prefix): New user option.
5179 (isearch-other-meta-char): Don't exit isearch when a prefix
5180 argument is typed whilst `isearch-allow-prefix' is non-nil.
5181 (Bug#9706)
5182
5183 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * autorevert.el (auto-revert-notify-handler): Use memq.
5186 Hide assertion failure.
5187
5188 * skeleton.el: Use cl-lib.
5189 (skeleton-further-elements): Use defvar-local.
5190 (skeleton-insert): Use cl-progv.
5191
5192 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5193
5194 * progmodes/prog-mode.el (prog-prettify-symbols)
5195 (prog-prettify-install): Update docstrings.
5196
5197 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * simple.el: Move all the prog-mode code to prog-mode.el.
5200 * progmodes/prog-mode.el: New file.
5201 * loadup.el: Add prog-mode.el.
5202
5203 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5204
5205 * simple.el (prog-prettify-symbols): Add version.
5206 (prog-prettify-install): Add convenience function to prettify symbols.
5207
5208 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5209 (perl--augmented-font-lock-keywords-1)
5210 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5211 variables and use it.
5212
5213 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5214 (cfengine3-mode): Remove unneeded variable and use it.
5215
5216 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5217 (lisp--augmented-font-lock-keywords-1)
5218 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5219 Remove unneeded variables and use it.
5220
5221 2013-06-05 João Távora <joaotavora@gmail.com>
5222
5223 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
5224 to point when opening the connection. (Bug#14380)
5225
5226 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * subr.el (load-history-regexp, load-history-filename-element)
5229 (eval-after-load, after-load-functions, do-after-load-evaluation)
5230 (eval-next-after-load, display-delayed-warnings)
5231 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5232 definition of save-match-data.
5233 (overriding-local-map): Remove accidental obsolescence declaration.
5234
5235 * emacs-lisp/edebug.el (edebug-result): Move before first use.
5236
5237 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5238
5239 Generalize symbol prettify support to prog-mode and implement it
5240 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5241 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5242 (prog--prettify-font-lock-compose-symbol)
5243 (prog-prettify-font-lock-symbols-keywords): New variables and
5244 functions to support symbol prettification.
5245 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5246 (lisp--augmented-font-lock-keywords-1)
5247 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5248 (lisp--prettify-symbols-alist): Implement prettify of lambda.
5249 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5250 (cfengine3--prettify-symbols-alist, cfengine3-mode):
5251 Implement prettify of -> => :: strings.
5252 * progmodes/perl-mode.el (perl-prettify-symbols)
5253 (perl--font-lock-compose-symbol)
5254 (perl--font-lock-symbols-keywords): Move to prog-mode.
5255 (perl--prettify-symbols-alist): Prettify -> => :: strings.
5256 (perl-font-lock-keywords-1)
5257 (perl-font-lock-keywords-2): Remove explicit prettify support.
5258 (perl--augmented-font-lock-keywords)
5259 (perl--augmented-font-lock-keywords-1)
5260 (perl--augmented-font-lock-keywords-2, perl-mode):
5261 Implement prettify support.
5262
5263 2013-06-05 Leo Liu <sdl.web@gmail.com>
5264
5265 Re-implement smie matching block highlight using
5266 show-paren-data-function. (Bug#14395)
5267 * emacs-lisp/smie.el (smie-matching-block-highlight)
5268 (smie--highlight-matching-block-overlay)
5269 (smie--highlight-matching-block-lastpos)
5270 (smie-highlight-matching-block)
5271 (smie-highlight-matching-block-mode): Remove.
5272 (smie--matching-block-data-cache): New variable.
5273 (smie--matching-block-data): New function.
5274 (smie-setup): Use smie--matching-block-data for
5275 show-paren-data-function.
5276
5277 * progmodes/octave.el (octave-mode-menu): Fix.
5278 (octave-find-definition): Skip garbage lines.
5279
5280 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 Fix compilation error with simultaneous dynamic+lexical scoping.
5283 Add warning when a defvar appears after the first let-binding.
5284 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5285 (byte-compile-close-variables): Initialize it.
5286 (byte-compile--declare-var): New function.
5287 (byte-compile-file-form-defvar)
5288 (byte-compile-file-form-define-abbrev-table)
5289 (byte-compile-file-form-custom-declare-variable): Use it.
5290 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
5291 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5292 (byte-compile-bind): Handle dynamic bindings that shadow
5293 lexical bindings.
5294 (byte-compile-unbind): Make arg non-optional.
5295 (byte-compile-let): Simplify.
5296 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5297 (cconv--analyse-function, cconv-analyse-form): Populate it.
5298 Protect byte-compile-bound-variables to limit the scope of defvars.
5299 (cconv-analyse-form): Add missing rule for (defvar <foo>).
5300 Remove unneeded rule for `declare'.
5301
5302 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5303 so as to avoid depending on cl-adjoin at run-time.
5304 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
5305
5306 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
5307 (macroexp--warn-and-return): Use it.
5308
5309 2013-06-05 Leo Liu <sdl.web@gmail.com>
5310
5311 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
5312
5313 2013-06-04 Leo Liu <sdl.web@gmail.com>
5314
5315 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
5316 (compilation-auto-jump): Suppress the "Mark set" message to give
5317 way to exit message.
5318
5319 2013-06-04 Alan Mackenzie <acm@muc.de>
5320
5321 Remove faulty optimisation from indentation calculation.
5322 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
5323 search limit based on 2000 characters back from indent-point.
5324
5325 2013-06-03 Tassilo Horn <tsdh@gnu.org>
5326
5327 * eshell/em-term.el (cl-lib): Require `cl-lib'.
5328
5329 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * emacs-lisp/lisp.el: Use lexical-binding.
5332 (lisp--local-variables-1, lisp--local-variables): New functions.
5333 (lisp--local-variables-completion-table): New var.
5334 (lisp-completion-at-point): Use it complete let-bound vars.
5335
5336 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
5337 eagerly (bug#14422).
5338
5339 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
5340
5341 * autorevert.el (auto-revert-notify-enabled)
5342 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5343 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
5344 (auto-revert-notify-handler): Handle also gfilenotify.
5345
5346 * subr.el (file-notify-handle-event): New defun. Replacing ...
5347 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
5348 Remove.
5349
5350 2013-06-03 Juri Linkov <juri@jurta.org>
5351
5352 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
5353 `M-s h .'. (Bug#14427)
5354
5355 * hi-lock.el (highlight-symbol-at-point): New alias for the new
5356 command `hi-lock-face-symbol-at-point'.
5357 (hi-lock-face-symbol-at-point): New command.
5358 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
5359 (hi-lock-menu): Add `highlight-symbol-at-point'.
5360 (hi-lock-mode): Doc fix.
5361
5362 * isearch.el (isearch-forward-symbol-at-point): New command.
5363 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
5364 (isearch-highlight-regexp): Add a regexp which matches
5365 words/symbols for word/symbol mode.
5366
5367 * subr.el (find-tag-default-bounds): New function with the body
5368 mostly moved from `find-tag-default'.
5369 (find-tag-default): Move most code to `find-tag-default-bounds',
5370 call it and apply `buffer-substring-no-properties' afterwards.
5371
5372 2013-06-03 Tassilo Horn <tsdh@gnu.org>
5373
5374 * eshell/em-term.el (eshell-term-initialize):
5375 Use `cl-intersection' rather than `intersection'.
5376
5377 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
5378
5379 * vc/log-view.el: Doc fix.
5380 (log-view-mode-map): Copy keymap from `special-mode-map'.
5381
5382 2013-06-02 Eric Ludlam <zappo@gnu.org>
5383
5384 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
5385 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
5386 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
5387 (eieio-unbound, eieio-default-superclass)
5388 (eieio--define-field-accessors, method-static, method-before)
5389 (method-primary, method-after, method-num-lists)
5390 (method-generic-before, method-generic-primary)
5391 (method-generic-after, method-num-slots)
5392 (eieio-specialized-key-to-generic-key)
5393 (eieio--check-type, class-v, class-p)
5394 (eieio-class-name, define-obsolete-function-alias)
5395 (eieio-class-parents-fast, eieio-class-children-fast)
5396 (same-class-fast-p, class-constructor, generic-p)
5397 (generic-primary-only-p, generic-primary-only-one-p)
5398 (class-option-assoc, class-option, eieio-object-p)
5399 (class-abstract-p, class-method-invocation-order)
5400 (eieio-defclass-autoload-map, eieio-defclass-autoload)
5401 (eieio-class-un-autoload, eieio-defclass)
5402 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
5403 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
5404 (eieio--defgeneric-init-form, eieio-defgeneric-form)
5405 (eieio-defgeneric-reset-generic-form)
5406 (eieio-defgeneric-form-primary-only)
5407 (eieio-defgeneric-reset-generic-form-primary-only)
5408 (eieio-defgeneric-form-primary-only-one)
5409 (eieio-defgeneric-reset-generic-form-primary-only-one)
5410 (eieio-unbind-method-implementations)
5411 (eieio--defmethod, eieio--typep)
5412 (eieio-perform-slot-validation, eieio-validate-slot-value)
5413 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
5414 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
5415 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
5416 (eieio-slot-name-index, eieio-class-slot-name-index)
5417 (eieio-set-defaults, eieio-initarg-to-attribute)
5418 (eieio-attribute-to-initarg, eieio-c3-candidate)
5419 (eieio-c3-merge-lists, eieio-class-precedence-c3)
5420 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
5421 (eieio-class-precedence-list, eieio-generic-call-methodname)
5422 (eieio-generic-call-arglst, eieio-generic-call-key)
5423 (eieio-generic-call-next-method-list)
5424 (eieio-pre-method-execution-functions, eieio-generic-call)
5425 (eieio-generic-call-primary-only, eieiomt-method-list)
5426 (eieiomt-optimizing-obarray, eieiomt-install)
5427 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
5428 (eieio-generic-form, eieio-defmethod, make-obsolete)
5429 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
5430 (defclass): Remove `eval-and-compile' from macro.
5431 (call-next-method, shared-initialize): Instead of using
5432 `scoped-class' variable, use new eieio--scoped-class, and
5433 eieio--with-scoped-class.
5434 (initialize-instance): Rename local variable 'scoped-class' to
5435 'this-class' to remove ambiguitity from old global.
5436
5437 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
5438 eieio.el.
5439 (eieio--scoped-class-stack): New variable.
5440 (eieio--scoped-class): New fcn.
5441 (eieio--with-scoped-class): New scoping macro.
5442 (eieio-defclass): Use pushnew instead of add-to-list.
5443 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
5444 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
5445 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
5446 `scoped-class' variable, use new eieio--scoped-class, and
5447 eieio--with-scoped-class.
5448
5449 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
5450
5451 2013-06-02 Tassilo Horn <tsdh@gnu.org>
5452
5453 * eshell/esh-ext.el (eshell-external-command): Pass args to
5454 `eshell-find-interpreter'.
5455 (eshell-find-interpreter): Add new second parameter ARGS.
5456
5457 * eshell/em-script.el (eshell-script-initialize): Add second arg
5458 to the function added as MATCH to `eshell-interpreter-alist'.
5459
5460 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
5461 the function added as MATCH to `eshell-interpreter-alist'.
5462
5463 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
5464 (eshell-visual-options): New defcustom.
5465 (eshell-escape-control-x): Adapt docstring.
5466 (eshell-term-initialize): Test `eshell-visual-subcommands' and
5467 `eshell-visual-options' in addition to `eshell-visual-commands'.
5468 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
5469
5470 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
5471
5472 * progmodes/python.el (python-indent-block-enders): Add break,
5473 continue and raise keywords.
5474
5475 2013-06-01 Glenn Morris <rgm@gnu.org>
5476
5477 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
5478
5479 Plain (f)boundp silences compilation warnings since Emacs 22.1.
5480 * progmodes/cc-cmds.el (delete-forward-p):
5481 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
5482 * progmodes/cc-engine.el (buffer-syntactic-context):
5483 * progmodes/cc-fonts.el (face-property-instance):
5484 * progmodes/cc-mode.el (set-keymap-parents):
5485 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
5486 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
5487 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
5488 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
5489 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
5490
5491 * progmodes/cc-vars.el (other): Emacs has this widget since
5492 at least 21.1, so don't (re)define it.
5493
5494 * eshell/em-cmpl.el (eshell-cmpl-initialize):
5495 Replace the obsolete alias pcomplete-arg-quote-list.
5496
5497 2013-06-01 Leo Liu <sdl.web@gmail.com>
5498
5499 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
5500 punctuation syntax.
5501 (inferior-octave-minimal-columns)
5502 (inferior-octave-last-column-width): New variables.
5503 (inferior-octave-track-window-width-change): New function.
5504 (inferior-octave-mode): Adjust column width so that Octave output,
5505 for example from 'ls', can fit into the window nicely.
5506
5507 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5508
5509 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5510 Highlight expansions inside regexp literals.
5511
5512 2013-05-31 Glenn Morris <rgm@gnu.org>
5513
5514 * obsolete/sym-comp.el (symbol-complete):
5515 Replace obsolete completion-annotate-function.
5516
5517 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
5518
5519 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5520
5521 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5522 New function, checks if point is inside a literal that allows
5523 expression expansion.
5524 (ruby-syntax-propertize-expansion): Use it.
5525 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
5526 around the body.
5527
5528 2013-05-30 Juri Linkov <juri@jurta.org>
5529
5530 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
5531 to "\M-si".
5532 (isearch-invisible): New variable.
5533 (isearch-forward): Doc fix.
5534 (isearch-mode): Set `isearch-invisible'
5535 to the value of `search-invisible'.
5536 (isearch-toggle-case-fold): Doc fix.
5537 (isearch-toggle-invisible): New command.
5538 (isearch-query-replace): Let-bind `search-invisible'
5539 to the value of `isearch-invisible'.
5540 (isearch-search): Use `isearch-invisible' instead of
5541 `search-invisible'. Let-bind `search-invisible'
5542 to the value of `isearch-invisible'. (Bug#11378)
5543
5544 2013-05-30 Juri Linkov <juri@jurta.org>
5545
5546 * replace.el (perform-replace): Avoid `isearch-range-invisible'
5547 call when `query-flag' is nil and `search-invisible' is non-nil.
5548 (Bug#11746)
5549
5550 2013-05-30 Glenn Morris <rgm@gnu.org>
5551
5552 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
5553
5554 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
5555 (cc-require): Suppress spurious "noruntime" warnings.
5556 (cc-require-when-compile): Use fboundp, for sake of compiler.
5557
5558 * progmodes/cc-mode.el: Move load of cc-vars before that of
5559 cc-langs (which in turn loads cc-vars), to quieten compiler.
5560
5561 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * paren.el: Simplify the code.
5564 (show-paren-mode): Always start the timer.
5565 (show-paren--idle-timer): Rename from show-paren-idle-timer.
5566 (show-paren--overlay, show-paren--overlay-1): Rename from
5567 show-paren-overlay and show-paren-overlay-1, and initialize to an
5568 overlay rather than to nil.
5569 (show-paren-function): Misc cleanup and simplifications.
5570
5571 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * paren.el (show-paren-data-function): New hook.
5574 (show-paren--default): New function, extracted from show-paren-function.
5575 (show-paren-function): Use show-paren-data-function.
5576
5577 2013-05-30 Glenn Morris <rgm@gnu.org>
5578
5579 * ielm.el (ielm-map, ielm-complete-symbol):
5580 Use completion-at-point rather than obsolete functions.
5581 (inferior-emacs-lisp-mode): Doc fix.
5582 Set completion-at-point-functions, rather than
5583 comint-dynamic-complete-functions.
5584
5585 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
5586 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
5587 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
5588
5589 * image.el (image-animated-p): Tweak definition.
5590
5591 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
5592 (rlogin-process-connection-type): Tweak default. Add set-after.
5593 (rlogin-host): Doc fix.
5594 (rlogin): Tweak prompt.
5595 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
5596
5597 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
5598 * progmodes/tcl.el (inferior-tcl-mode-map):
5599 Use completion-at-point rather than obsolete alias.
5600
5601 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
5602
5603 * minibuffer.el (read-file-name-completion-ignore-case):
5604 Move before completion--in-region, for eager macro expansion.
5605
5606 2013-05-29 Juri Linkov <juri@jurta.org>
5607
5608 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
5609 for total count of matching lines. Add `global-matches' for total
5610 count of matches. Rename `matches' to `lines' for count of
5611 matching lines. Add `matches' for count of matches.
5612 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
5613 to `prev-line' for line number of prev match endpt.
5614 Increment `matches' for every match. Print the number of
5615 matching lines in the header.
5616 (occur-context-lines): Rename `lines' to `curr-line'.
5617 Rename `prev-lines' to `prev-line'. (Bug#14017)
5618
5619 2013-05-29 Juri Linkov <juri@jurta.org>
5620
5621 * replace.el (perform-replace): Add `skip-read-only-count',
5622 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5623 Increment them for corresponding conditions and report the number
5624 of skipped occurrences in the final message. (Bug#11746)
5625 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5626 (replace-string, replace-regexp): Doc fix.
5627
5628 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * emacs-lisp/trace.el (trace--read-args): Provide a default.
5631
5632 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
5633 prog-mode-map (bug#14504).
5634
5635 2013-05-29 Leo Liu <sdl.web@gmail.com>
5636
5637 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
5638 (octave-help): Small simplification.
5639
5640 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
5641 off the highlight first.
5642
5643 2013-05-29 Glenn Morris <rgm@gnu.org>
5644
5645 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
5646 Handle idlwave-last-system-routine-info-cons-cell being nil.
5647
5648 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5649 (idlwave-write-paths): Simplify via with-temp-buffer.
5650
5651 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
5652 * emulation/cua-rect.el: Also load cua-base at run time.
5653
5654 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
5655 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
5656 (cperl-imenu-on-info): Require imenu.
5657
5658 2013-05-28 Alan Mackenzie <acm@muc.de>
5659
5660 Handle "capitalised keywords" correctly.
5661 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
5662
5663 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
5664
5665 * eshell/em-unix.el: Add -r option to cp.
5666
5667 2013-05-28 Glenn Morris <rgm@gnu.org>
5668
5669 * vc/vc-arch.el (vc-exec-after): Declare.
5670 (vc-switches): Autoload.
5671 * vc/vc-bzr.el: No need to require vc when compiling.
5672 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
5673 (vc-resynch-buffer, vc-dir-refresh): Declare.
5674 (vc-setup-buffer, vc-switches): Autoload.
5675 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
5676 (vc-resynch-buffer): Declare.
5677 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
5678 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
5679 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
5680 (grep-read-regexp, grep-read-files, grep-expand-template)
5681 (vc-dir-refresh): Declare.
5682 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
5683 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
5684 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
5685 * vc/vc-mtn.el (vc-exec-after): Declare.
5686 (vc-switches): Autoload.
5687 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
5688 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
5689 (vc-file-tree-walk): Declare.
5690 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
5691 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
5692 (vc-tag-precondition, vc-rename-master): Autoload.
5693 * vc/vc-svn.el (vc-exec-after): Declare.
5694 (vc-switches, vc-setup-buffer): Autoload.
5695 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
5696 Autoload.
5697 (vc-resynch-buffer): Declare.
5698
5699 * obsolete/fast-lock.el (byte-compile-warnings):
5700 Don't warn about obsolete features in this obsolete file.
5701
5702 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
5703 Move definition before use.
5704
5705 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
5706 (dun-unix-verbs): Remove dun-zippy.
5707 (dun-zippy): Remove function.
5708
5709 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5710
5711 2013-05-27 Juri Linkov <juri@jurta.org>
5712
5713 * replace.el (replace-search): New function with code moved out
5714 from `perform-replace'.
5715 (replace-highlight, replace-dehighlight): Move function definitions
5716 up closer to `replace-search'. (Bug#11746)
5717
5718 2013-05-27 Juri Linkov <juri@jurta.org>
5719
5720 * replace.el (perform-replace): Ignore invisible matches.
5721 In addition to checking `query-replace-skip-read-only', also
5722 filter out matches by calling `run-hook-with-args-until-failure'
5723 on `isearch-filter-predicates', and also check `search-invisible'
5724 for t or call `isearch-range-invisible'.
5725 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
5726
5727 2013-05-27 Juri Linkov <juri@jurta.org>
5728
5729 * isearch.el (isearch-filter-predicates): Rename from
5730 `isearch-filter-predicate'. Doc fix. (Bug#11378)
5731 (isearch-message-prefix): Display text from the property
5732 `isearch-message-prefix' of the currently active filters.
5733 (isearch-search): Don't compare `isearch-filter-predicate' with
5734 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
5735 on `isearch-filter-predicates'. Also check `search-invisible' for t
5736 or call `isearch-range-invisible'.
5737 (isearch-filter-visible): Make obsolete.
5738 (isearch-lazy-highlight-search):
5739 Call `run-hook-with-args-until-failure' on
5740 `isearch-filter-predicates' and use `isearch-range-invisible'.
5741
5742 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
5743 `isearch-filter-predicates' instead of `funcall'ing
5744 `isearch-filter-predicate'.
5745 (Info-mode): Set `Info-isearch-filter' to
5746 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
5747
5748 * dired-aux.el (dired-isearch-filter-predicate-orig):
5749 Remove variable.
5750 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5751 (dired-isearch-filenames-end): Add and remove
5752 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
5753 instead of changing the value of `isearch-filter-predicate'.
5754 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
5755 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
5756 Put property `isearch-message-prefix' to "filename " on
5757 `dired-isearch-filter-filenames'.
5758
5759 * wdired.el (wdired-change-to-wdired-mode):
5760 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
5761 locally instead of changing `isearch-filter-predicate'.
5762 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
5763
5764 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
5765
5766 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
5767 return the commit hash (Bug#14459). Also set the
5768 `vc-git-detached' property.
5769 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
5770 (vc-git-mode-line-string): Use the same help-echo format whether
5771 in detached mode or not, because we know the actual revision now.
5772 When in detached mode, shorten the revision to 7 chars.
5773
5774 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * emacs-lisp/easy-mmode.el (define-minor-mode):
5777 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
5778 mode hook and provide a docstring.
5779
5780 2013-05-27 Alan Mackenzie <acm@muc.de>
5781
5782 Remove spurious syntax-table text properties inserted by C-y.
5783 * progmodes/cc-mode.el (c-after-change): Also clear hard
5784 syntax-table property with value nil.
5785
5786 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
5787
5788 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
5789 when reading the events; the buffer layout shall not be changed.
5790
5791 2013-05-27 Leo Liu <sdl.web@gmail.com>
5792
5793 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
5794 New variable.
5795 (inferior-octave-directory-tracker): Automatically re-sync
5796 default-directory.
5797 (octave-help): Improve handling of 'See also'.
5798
5799 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * doc-view.el: Minor naming convention tweaks.
5802 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
5803
5804 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
5805 even if there's no `display' property yet (bug#14435).
5806
5807 2013-05-25 Eli Zaretskii <eliz@gnu.org>
5808
5809 * subr.el (unmsys--file-name): Rename from reveal-filename.
5810
5811 * Makefile.in (custom-deps, finder-data, autoloads)
5812 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5813 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5814 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
5815
5816 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
5819 error-completion on the first 2 args of condition-case (bug#14446).
5820 Don't burp at EOB.
5821
5822 2013-05-25 Leo Liu <sdl.web@gmail.com>
5823
5824 * comint.el (comint-previous-matching-input): Do not flood the
5825 *Messages* buffer with trivial messages.
5826
5827 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * progmodes/flymake.el (flymake-nop): Don't return a string.
5830 (flymake-set-at): Fix typo.
5831
5832 * simple.el (read--expression): New function, extracted from
5833 eval-expression. Set completion-at-point-functions (bug#14465).
5834 (eval-expression, eval-minibuffer): Use it.
5835
5836 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
5837
5838 * progmodes/flymake.el (flymake-save-buffer-in-file)
5839 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
5840 (flymake-selected-frame, flymake-log, flymake-ins-after)
5841 (flymake-set-at, flymake-get-buildfile-from-cache)
5842 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
5843 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
5844 Refine the doc string.
5845 (flymake-get-file-name-mode-and-masks): Reformat.
5846 (flymake-get-real-file-name-function): Fix a minor bug.
5847
5848 2013-05-24 Juri Linkov <juri@jurta.org>
5849
5850 * progmodes/grep.el (grep-mode-font-lock-keywords):
5851 Support =linenumber= format used by git-grep for lines with
5852 function names. (Bug#13549)
5853
5854 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * progmodes/octave.el (octave-smie-rules): Return nil rather than
5857 0 after a semi-colon; it works better for smie-auto-fill.
5858 (octave--indent-new-comment-line): New function.
5859 (octave-indent-new-comment-line): Use it (indirectly).
5860 (octave-mode): Don't disable smie-auto-fill. Use add-function to
5861 modify comment-line-break-function.
5862
5863 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
5864 (smie-setup): Use add-function to set it.
5865
5866 2013-05-24 Sam Steingold <sds@gnu.org>
5867
5868 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
5869 argument (before the `interactive' argument).
5870
5871 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * image-mode.el (image-mode-winprops): Add winprops to
5874 image-mode-winprops-alist before running
5875 image-mode-new-window-functions.
5876 * doc-view.el (doc-view-new-window-function): Don't delay
5877 doc-view-goto-page via timers (bug#14435).
5878
5879 2013-05-24 Tassilo Horn <tsdh@gnu.org>
5880
5881 * doc-view.el: Integrate with desktop.el. (Bug#14435)
5882 (doc-view-desktop-save-buffer): New function.
5883 (doc-view-restore-desktop-buffer): New function.
5884 (desktop-buffer-mode-handlers):
5885 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
5886 handler.
5887 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
5888 `desktop-save-buffer' function.
5889
5890 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
5891
5892 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
5893 (tramp-gvfs-file-name-handler): Raise a user error when
5894 `tramp-gvfs-enabled' is nil.
5895 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
5896 Do not raise a user error when loading package. (Bug#14447)
5897
5898 * net/xesam.el: Move to obsolete/.
5899
5900 2013-05-24 Glenn Morris <rgm@gnu.org>
5901
5902 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
5903
5904 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
5905
5906 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
5907 (Info-find-node, Man-getpage-in-background): Declare.
5908
5909 * mail/unrmail.el (unrmail):
5910 Replace obsolete detect-coding-with-priority.
5911
5912 * net/socks.el (socks-split-string): Use this rather than split-string.
5913 (socks-nslookup-host): Update for above change.
5914 (dynamic-choice, s5-dynamic-choice-match)
5915 (s5-dynamic-choice-match-inline, s5-widget-value-create):
5916 Comment out unused code.
5917
5918 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
5919 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
5920 (gud-tooltip-echo-area): Make obsolete.
5921 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
5922
5923 * progmodes/js.el (js--optimize-arglist): Declare.
5924
5925 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
5926
5927 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
5928 (ediff-window-C): Declare.
5929
5930 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
5931 Tweak requires to silence compiler.
5932
5933 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
5934 (he-search-string, he-tried-table, he-expand-list)
5935 (he-init-string, he-string-member, he-substitute-string)
5936 (he-reset-string): Declare.
5937
5938 * obsolete/options.el (list-options): Use custom-variable-p,
5939 rather than obsolete alias.
5940
5941 2013-05-23 Sam Steingold <sds@gnu.org>
5942
5943 * simple.el (shell-command-on-region): Pass the `replace' argument
5944 down to `call-process-region' to comply with the doc as reported on
5945 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
5946
5947 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * emacs-lisp/smie.el (smie-indent-forward-token)
5950 (smie-indent-backward-token): Handle string tokens (bug#14381).
5951
5952 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5953
5954 * ielm.el (ielm-menu): New menu.
5955 (inferior-emacs-lisp-mode): Set comment-start.
5956
5957 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5958
5959 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
5960 Fix deactivate action.
5961
5962 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
5963 Add cleveref macros.
5964
5965 * lisp/textmodes/reftex-parse.el
5966 (reftex-locate-bibliography-files): Accept options for
5967 bibliography commands.
5968 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
5969 Add addbibresource. Basic Biblatex support.
5970
5971 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
5972
5973 * net/tramp-gvfs.el (top):
5974 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5975 when loading package. (Bug#14447)
5976
5977 2013-05-23 Glenn Morris <rgm@gnu.org>
5978
5979 * progmodes/js.el: No need to load comint when compiling.
5980 (ring-insert, comint-send-string, comint-send-input)
5981 (comint-last-input-end, ido-chop): Declare.
5982
5983 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
5984 * vc/ediff-mult.el: Adjust requires.
5985 (ediff-directories-internal, ediff-directory-revisions-internal)
5986 (ediff-patch-file-internal): Declare.
5987 * vc/ediff-ptch.el: Adjust requires.
5988 (ediff-use-last-dir, ediff-buffers-internal): Declare.
5989 (ediff-find-file): Autoload.
5990 * vc/ediff-util.el: No need to load ediff when compiling.
5991 (ediff-regions-internal): Declare.
5992 * vc/ediff-wind.el: Adjust requires.
5993 (ediff-compute-toolbar-width): Define when compiling.
5994 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
5995 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
5996 (dired-get-filename, dired-get-marked-files)
5997 (ediff-last-dir-patch, ediff-patch-default-directory)
5998 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
5999 (ediff-patch-buffer-internal): Declare.
6000
6001 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6002 (ispell-process, ispell-buffer-local-words, lm-summary)
6003 (lm-section-start, lm-section-end): Declare.
6004 (checkdoc-ispell-init): Simplify.
6005
6006 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6007 (he-string-member, he-reset-string, he-substitute-string): Declare.
6008
6009 * eshell/em-ls.el: Adjust requires.
6010 (eshell-glob-regexp): Declare.
6011 * eshell/em-tramp.el: Adjust requires.
6012 (eshell-parse-command): Autoload.
6013 * eshell/em-xtra.el: Adjust requires.
6014 (eshell-parse-command): Autoload.
6015 * eshell/esh-ext.el: Adjust requires.
6016 (eshell-parse-command, eshell-close-handles): Autoload.
6017 * eshell/esh-io.el: Adjust requires.
6018 (eshell-output-filter): Autoload.
6019 * eshell/esh-util.el: No need to load tramp when compiling.
6020 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6021 Declare.
6022 (eshell-parse-ange-ls): Require ange-ftp and tramp.
6023 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6024 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6025 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6026 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6027 * eshell/esh-opt.el, eshell/esh-proc.el:
6028 * eshell/esh-var.el: Adjust requires.
6029 * eshell/eshell.el: Do not require esh-util twice.
6030 (eshell-add-input-to-history): Declare.
6031 (eshell-command): Check history module is active before using it.
6032
6033 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6034
6035 2013-05-22 Leo Liu <sdl.web@gmail.com>
6036
6037 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6038
6039 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
6040
6041 * autorevert.el (auto-revert-notify-add-watch)
6042 (auto-revert-notify-handler): Add `attrib' for the inotify case,
6043 it indicates changes in file modification time.
6044
6045 2013-05-22 Glenn Morris <rgm@gnu.org>
6046
6047 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6048 Always delete the autoloaded function from the noruntime and
6049 unresolved functions lists.
6050
6051 * allout.el: No need to load epa, epg, overlay when compiling.
6052 (epg-context-set-passphrase-callback, epg-list-keys)
6053 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6054 (epg-key-user-id-list): Declare.
6055
6056 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6057 (viper-set-parsing-style-toggling-macro)
6058 (viper-set-emacs-state-searchstyle-macros):
6059 Use called-interactively-p on Emacs.
6060 (viper-looking-back): Make it an obsolete alias. Update callers.
6061 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6062 Use looking-back rather than viper-looking-back.
6063 (viper-tmp-insert-at-eob, viper-enlarge-region)
6064 (viper-read-string-with-history, viper-register-to-point)
6065 (viper-append-to-register, viper-change-state-to-vi)
6066 (viper-backward-char-carefully, viper-forward-char-carefully)
6067 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6068 (viper-change-state-to-emacs): Declare.
6069 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6070 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6071 * emulation/viper-mous.el: Do not load viper-cmd.
6072 (viper-backward-char-carefully, viper-forward-char-carefully)
6073 (viper-forward-word, viper-adjust-window): Declare.
6074
6075 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6076
6077 * progmodes/idlw-help.el (idlwave-help-fontify):
6078 Use called-interactively-p.
6079
6080 * term/w32console.el (w32-get-console-codepage)
6081 (w32-get-console-output-codepage): Declare.
6082
6083 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6084 Remove unnecessary declarations.
6085 (dframe-message): Doc fix.
6086
6087 * info.el (dframe-select-attached-frame, dframe-current-frame):
6088 Declare.
6089
6090 * speedbar.el (speedbar-message): Make it an obsolete alias.
6091 Update all callers.
6092 (speedbar-with-attached-buffer)
6093 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6094 (speedbar-with-writable): Use backquote.
6095 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6096 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6097 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6098 rather than speedbar- aliases.
6099 * mail/rmail.el: Load dframe rather than speedbar when compiling.
6100 (speedbar-make-specialized-keymap, speedbar-insert-button)
6101 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6102 (speedbar-do-function-pointer): Declare.
6103 (rmail-speedbar-button, rmail-speedbar-find-file)
6104 (rmail-speedbar-move-message):
6105 Use dframe-with-attached-buffer rather than speedbar- alias.
6106 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6107 (dframe-message, speedbar-make-specialized-keymap)
6108 (speedbar-add-expansion-list, speedbar-mode-functions-list)
6109 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6110 (speedbar-insert-button, dframe-select-attached-frame)
6111 (dframe-maybee-jump-to-attached-frame)
6112 (speedbar-change-initial-expansion-list)
6113 (speedbar-previously-used-expansion-list-name): Declare.
6114 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6115 Use dframe-message, dframe-with-attached-buffer rather than
6116 speedbar- aliases.
6117 (gud-sentinel): Silence compiler.
6118 * progmodes/vhdl-mode.el (speedbar-refresh)
6119 (speedbar-do-function-pointer, speedbar-add-supported-extension)
6120 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6121 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6122 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6123 (speedbar-file-lists, speedbar-make-tag-line)
6124 (speedbar-line-directory, speedbar-goto-this-file)
6125 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6126 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6127 (speedbar-make-button, speedbar-reset-scanners)
6128 (speedbar-files-item-info, speedbar-line-text)
6129 (speedbar-find-file-in-frame, speedbar-set-timer)
6130 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6131 (speedbar-with-writable): Do not (re)define it.
6132 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6133 rather than speedbar- alias.
6134
6135 2013-05-21 Leo Liu <sdl.web@gmail.com>
6136
6137 * progmodes/octave.el (octave-mode-menu): Update and re-organize
6138 menu items.
6139 (octave-mode): Tweak fill-nobreak-predicate.
6140 (inferior-octave-startup): Check process to avoid infinite loop.
6141 (inferior-octave): Pop to buffer first to show abornmal process
6142 exit information.
6143
6144 2013-05-21 Glenn Morris <rgm@gnu.org>
6145
6146 * printing.el (pr-menu-bar): Define when compiling.
6147
6148 2013-05-21 Leo Liu <sdl.web@gmail.com>
6149
6150 * progmodes/octave.el (octave-auto-fill): Remove.
6151 (octave-indent-new-comment-line): Improve.
6152 (octave-mode): Use auto fill mode through
6153 comment-line-break-function and fill-nobreak-predicate.
6154 (octave-goto-function-definition): Support DEFUN_DLD.
6155 (octave-beginning-of-defun): Small tweak.
6156 (octave-help): Show parent directory.
6157
6158 2013-05-21 Glenn Morris <rgm@gnu.org>
6159
6160 * files.el (dired-unmark):
6161 * progmodes/gud.el (gdb-input): Update declarations.
6162
6163 * calculator.el (electric, ehelp): No need to load when compiling.
6164 (Electric-command-loop, electric-describe-mode): Declare.
6165
6166 * doc-view.el (doc-view-current-converter-processes): Move before use.
6167
6168 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6169 Move MODE-set-explicitly definition before use.
6170
6171 * international/mule-diag.el (mule-diag):
6172 Don't use obsolete window-system-version.
6173
6174 * mail/feedmail.el (smtpmail): No need to load when compiling.
6175 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6176
6177 * mail/mail-utils.el (rfc822): No need to load when compiling.
6178 (rfc822-addresses): Autoload it.
6179 (mail-strip-quoted-names): Trivial simplification.
6180
6181 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6182 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6183
6184 * net/snmp-mode.el (tempo): Don't duplicate requires.
6185
6186 * progmodes/prolog.el (info): No need to load when compiling.
6187 (comint): Require before shell requires it.
6188 (Info-goto-node): Autoload it.
6189 (Info-follow-nearest-node): Declare.
6190 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6191
6192 * textmodes/artist.el (picture-mode-exit): Declare.
6193
6194 * textmodes/reftex-parse.el (reftex-parse-from-file):
6195 Trivial rewrite so the compiler can parse it better.
6196
6197 2013-05-20 Leo Liu <sdl.web@gmail.com>
6198
6199 * progmodes/octave.el (octave-help-mode-map)
6200 (octave-help-mode-finish-hook): New variables.
6201 (octave-help-mode, octave-help-mode-finish): New functions.
6202 (octave-help): Use octave-help-mode.
6203
6204 2013-05-20 Glenn Morris <rgm@gnu.org>
6205
6206 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
6207
6208 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
6209
6210 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6211 start at point, so that expansion starting right after opening
6212 slash in a regexp is recognized.
6213 (ruby-syntax-before-regexp-re): New defvar, extracted from
6214 ruby-syntax-propertize-function. Since the value of this regexp
6215 is looked up at runtime now, we should be able to turn
6216 `ruby-syntax-methods-before-regexp' into a defcustom later.
6217 (ruby-syntax-propertize-function): Split regexp matching into two
6218 parts, for opening and closing slashes. That allows us to skip
6219 over string interpolations and support multiline regexps.
6220 Don't call `ruby-syntax-propertize-expansions', instead use another rule
6221 for them, which calls `ruby-syntax-propertize-expansion'.
6222 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6223 call to `ruby-syntax-propertize-function'.
6224 (ruby-syntax-propertize-expansion): Extracted from
6225 `ruby-syntax-propertize-expansions'. Handles one expansion.
6226 (ruby-syntax-propertize-percent-literal): Leave point right after
6227 the percent symbol, so that the expression expansion rule can
6228 propertize the contents.
6229 (ruby-syntax-propertize-heredoc): Leave point at bol following the
6230 heredoc openers.
6231 (ruby-syntax-propertize-expansions): Remove.
6232
6233 2013-05-18 Juri Linkov <juri@jurta.org>
6234
6235 * man.el (Man-default-man-entry): Remove `-' from the end
6236 of the default value. (Bug#14400)
6237
6238 2013-05-18 Glenn Morris <rgm@gnu.org>
6239
6240 * comint.el (comint-password-prompt-regexp):
6241 Allow "password for XXX" where XXX contains colons (eg https://...).
6242
6243 2013-05-18 Leo Liu <sdl.web@gmail.com>
6244
6245 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
6246 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
6247 (octave-source-directories): Don't check process.
6248 (octave-source-directories, octave-find-definition): Doc fix.
6249
6250 2013-05-18 Glenn Morris <rgm@gnu.org>
6251
6252 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6253 Remove backspace/delete bindings. (Bug#14392)
6254
6255 * cus-dep.el (custom-make-dependencies): Sort the output.
6256 (custom-versions-load-alist): Convert comment to doc.
6257
6258 2013-05-17 Leo Liu <sdl.web@gmail.com>
6259
6260 * newcomment.el (comment-search-backward): Stricter in finding
6261 comment start. (Bug#14303)
6262
6263 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6264 (octave-comment-start-skip): Properly anchored.
6265
6266 2013-05-17 Leo Liu <sdl.web@gmail.com>
6267
6268 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6269 Clean up when turned off. (Bug#14395)
6270 (smie--highlight-matching-block-overlay): No longer buffer-local.
6271 (smie-highlight-matching-block): Adjust.
6272
6273 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
6274
6275 Doc string fix for "nanoseconds" (Bug#14406).
6276 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6277 Fix doc string typo that had "nanoseconds" instead of "microseconds".
6278
6279 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
6280
6281 * calc/calc-units.el (math-extract-units): Preserve powers
6282 of units.
6283
6284 2013-05-17 Leo Liu <sdl.web@gmail.com>
6285
6286 * subr.el (delete-consecutive-dups): New function.
6287 * ido.el (ido-set-matches-1): Use it.
6288 * progmodes/octave.el (inferior-octave-completion-table): Use it.
6289 * ido.el (ido-remove-consecutive-dups): Remove.
6290
6291 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6294 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6295 regexp-opt's `words'.
6296
6297 2013-05-16 Leo Liu <sdl.web@gmail.com>
6298
6299 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6300 (smie--highlight-matching-block-overlay)
6301 (smie--highlight-matching-block-lastpos)
6302 (smie--highlight-matching-block-timer): New variables.
6303 (smie-highlight-matching-block): New function.
6304 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
6305 (smie-setup): Conditionally enable smie-blink-matching-open.
6306
6307 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
6308
6309 Sync with upstream verilog-mode r840.
6310 * progmodes/verilog-mode.el (verilog-mode-version)
6311 (verilog-mode-release-date): Update.
6312 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
6313 (verilog-sig-tieoff): Fix string error on
6314 AUTORESET with colon define, bug594. Reported by Andrew Hou.
6315 (verilog-read-decls): Fix parameters confusing
6316 AUTOINST interfaces, bug565. Reported by Leith Johnson.
6317
6318 2013-05-16 Eli Zaretskii <eliz@gnu.org>
6319
6320 * subr.el (reveal-filename): New function.
6321
6322 * loadup.el: Compute Emacs executable versions on MS-Windows,
6323 where executables have the .exe extension. Add a hard link
6324 emacs-XX.YY.ZZ.exe on MS-Windows.
6325
6326 * Makefile.in (XARGS_LIMIT): New variable.
6327 (custom-deps, finder-data, autoloads)
6328 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6329 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6330 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
6331 (compile-main): Limit xargs according to $(XARGS_LIMIT).
6332
6333 2013-05-16 Leo Liu <sdl.web@gmail.com>
6334
6335 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
6336 (octave-mode-menu, octave-mode-map): Remove its uses.
6337
6338 2013-05-16 Reto Zimmermann <reto@gnu.org>
6339
6340 Sync with upstream vhdl mode v3.34.2.
6341 * progmodes/vhdl-mode.el: Use `push' throughout.
6342 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
6343 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
6344 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
6345 (vhdl-actual-generic-name): New option to derive actual generic name.
6346 (vhdl-port-paste-signals): Replace formal by actual generics.
6347 (vhdl-beautify): New name for old group vhdl-align. Update users.
6348 (vhdl-beautify-options): New option.
6349 (vhdl-last-input-event): New compat alias. Use throughout.
6350 (vhdl-goto-line): Replace user level function `goto-line'.
6351 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
6352 vhdl-fix-statement-buffer.
6353 (vhdl-create-mode-menu): Add some entries.
6354 (vhdl-align-region-groups): Respect vhdl-beautify-options.
6355 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
6356 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
6357 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
6358 to force statements on one line.
6359 (vhdl-remove-trailing-spaces-region):
6360 New, split from vhdl-remove-trailing-spaces.
6361 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
6362 Respect vhdl-beautify-options.
6363 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
6364 (vhdl-update-sensitivity-list): Not add with index if exists without.
6365 Not include array index with signal. Ignore keywords in comments.
6366 (vhdl-get-visible-signals): Regexp tweaks.
6367 (vhdl-template-component-inst): Handle empty library.
6368 (vhdl-template-type): Add template for 'enum' type.
6369 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
6370 Use vhdl-replace-string.
6371 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
6372 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
6373 (vhdl-speedbar-initialize): Update for above name change.
6374 (vhdl-compose-wire-components): Fix in handling of constants.
6375 (vhdl-error-regexp-emacs-alist): New variable.
6376 (vhdl-error-regexp-add-emacs): New function;
6377 adds support for new compile.el (Emacs 22+)
6378 (vhdl-generate-makefile-1): Change target order for single lib. units.
6379 Allow use of absolute file names.
6380
6381 2013-05-16 Leo Liu <sdl.web@gmail.com>
6382
6383 * simple.el (prog-indent-sexp): Indent enclosing defun.
6384
6385 2013-05-15 Glenn Morris <rgm@gnu.org>
6386
6387 * cus-start.el (show-trailing-whitespace): Move to editing basics.
6388 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
6389 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
6390 (whitespace-highlight): Move to whitespace group.
6391
6392 * comint.el (comint-source):
6393 * pcmpl-linux.el (pcmpl-linux):
6394 * shell.el (shell-faces):
6395 * eshell/esh-opt.el (eshell-opt):
6396 * international/ccl.el (ccl): Remove empty custom groups.
6397
6398 * completion.el (dynamic-completion-mode):
6399 * jit-lock.el (jit-lock-debug-mode):
6400 * minibuffer.el (completion-in-region-mode):
6401 * type-break.el (type-break-mode-line-message-mode)
6402 (type-break-query-mode):
6403 * emulation/tpu-edt.el (tpu-edt-mode):
6404 * progmodes/subword.el (global-subword-mode, global-superword-mode):
6405 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6406 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
6407
6408 * term/xterm.el (xterm): Change parent group to terminals.
6409
6410 * master.el (master): Remove empty custom group.
6411 (master-mode): Remove unused :group argument.
6412 * textmodes/refill.el (refill): Remove empty custom group.
6413 (refill-mode): Remove unused :group argument.
6414
6415 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
6416
6417 * cus-dep.el: Provide a feature.
6418 (custom-make-dependencies): Ignore dotfiles (dir-locals).
6419 Don't mistakenly ignore files whose basenames match a basename
6420 from preloaded-file-list (eg cedet/ede/simple.el).
6421 Add a fallback method for getting :group.
6422
6423 2013-05-15 Juri Linkov <juri@jurta.org>
6424
6425 * isearch.el (isearch-char-by-name): Rename from
6426 `isearch-insert-char-by-name'. Doc fix.
6427 (isearch-forward): Mention `isearch-char-by-name' in
6428 the docstring. (Bug#13348)
6429
6430 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
6431 `exit-minibuffer' instead of
6432 `isearch-nonincremental-exit-minibuffer'.
6433 (isearch-edit-string): Remove mention of
6434 `isearch-nonincremental-exit-minibuffer' from docstring.
6435 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
6436 (isearch-forward-exit-minibuffer)
6437 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
6438
6439 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * loadup.el: Just use unversioned DOC.
6442
6443 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
6444 literals as extending to EOB.
6445 (nxml-last-fontify-end): Remove unused variable.
6446 (nxml-after-change1): Use with-silent-modifications.
6447 (nxml-extend-after-change-region): Simplify.
6448 (nxml-extend-after-change-region1): Remove function.
6449 (nxml-after-change1): Don't adjust for dependent regions.
6450 (nxml-fontify-matcher): Simplify.
6451 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
6452 (xmltok-add-dependent): Remove function.
6453 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
6454 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
6455 (xmltok-scan-prolog-after-processing-instruction-open): Treat
6456 unclosed <[[, <?, comment, and other literals as extending to EOB.
6457 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
6458 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
6459 Remove functions.
6460 (rng-do-some-validation-1): Don't mark dependent regions.
6461 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
6462 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
6463 (nxml-clear-dependent-regions): Remove functions.
6464 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
6465 (nxml-ensure-scan-up-to-date):
6466 Don't clear&mark dependent regions.
6467
6468 2013-05-15 Leo Liu <sdl.web@gmail.com>
6469
6470 * progmodes/octave.el (octave-goto-function-definition):
6471 Improve and fix callers.
6472
6473 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
6476 the setter (bug#14387).
6477
6478 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
6479 surrounding group (bug#14402).
6480
6481 2013-05-14 Juri Linkov <juri@jurta.org>
6482
6483 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
6484 (Bug#14390)
6485
6486 2013-05-14 Glenn Morris <rgm@gnu.org>
6487
6488 * progmodes/f90.el (f90-imenu-generic-expression):
6489 Fix typo in 2013-05-08 change. (Bug#14402)
6490
6491 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6492
6493 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
6494 Remove signals for which replies are never received.
6495
6496 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6497
6498 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
6499 (gdb-handler-alist, gdb-handler-number): Remove variables.
6500 (gdb-handler-list): New variable.
6501 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
6502 (gdb-pending-handler-p, gdb-handle-reply)
6503 (gdb-remove-all-pending-triggers): New functions.
6504 (gdb-discard-unordered-replies): New defcustom.
6505 (gdb-handler): New defstruct.
6506 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
6507 instead of gdb-pending-triggers. Update docstring.
6508 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
6509 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
6510 (gdb-var-update-handler, def-gdb-auto-update-trigger)
6511 (def-gdb-auto-update-handler, gdb-get-changed-registers)
6512 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
6513 (gdb-frame-handler): Pending triggers are now automatically managed.
6514 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
6515 Remove argument.
6516 (gdb-input): Automatically handles pending triggers. Update docstring.
6517 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
6518 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
6519 Update comments.
6520 (gdb-done-or-error): Now use gdb-handle-reply.
6521
6522 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6523
6524 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
6525 gdb-debug-log.
6526
6527 2013-05-14 Glenn Morris <rgm@gnu.org>
6528
6529 * subr.el (user-emacs-directory-warning): New option.
6530 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
6531
6532 2013-05-14 Leo Liu <sdl.web@gmail.com>
6533
6534 * progmodes/octave.el (octave-font-lock-keywords): Fix error
6535 during redisplay.
6536 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6537 (octave-font-lock-texinfo-comment): Fix invalid search bound
6538 error: wrong side of point.
6539
6540 2013-05-14 Glenn Morris <rgm@gnu.org>
6541
6542 * progmodes/flymake.el (flymake-xml-program): New option.
6543 (flymake-xml-init): Use it.
6544
6545 * term/xterm.el: Provide a feature.
6546
6547 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
6548
6549 2013-05-13 Glenn Morris <rgm@gnu.org>
6550
6551 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
6552 Add compat aliases as a hack workaround. (Bug#14384)
6553
6554 2013-05-13 Leo Liu <sdl.web@gmail.com>
6555
6556 * progmodes/octave.el (octave-indent-comment): Fix indentation for
6557 ###, and %!.
6558 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
6559 C-M-q.
6560 (octave-comment-start-skip): Include %!.
6561 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
6562
6563 2013-05-12 Leo Liu <sdl.web@gmail.com>
6564
6565 * progmodes/octave.el (inferior-octave-startup): Store the value
6566 of __octave_srcdir__ for octave-source-directories.
6567 (inferior-octave-check-process): New function refactored out of
6568 inferior-octave-send-list-and-digest.
6569 (octave-source-directories)
6570 (octave-find-definition-filename-function): New variables.
6571 (octave-source-directories)
6572 (octave-find-definition-default-filename): New functions.
6573 (octave-find-definition): Improve to find functions implemented in C++.
6574
6575 2013-05-12 Glenn Morris <rgm@gnu.org>
6576
6577 * calendar/diary-lib.el (diary-outlook-format-1):
6578 Don't include dayname in the output. (Bug#14349)
6579
6580 2013-05-11 Glenn Morris <rgm@gnu.org>
6581
6582 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
6583
6584 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
6585 Treat cc-provide like provide.
6586
6587 2013-05-11 Kevin Ryde <user42@zip.com.au>
6588
6589 * cus-dep.el (custom-make-dependencies):
6590 Use generated-autoload-load-name for the sake of files such
6591 such cedet/semantic/bovine/c.el, where the base file name
6592 is not in load-path. (Bug#5277)
6593
6594 2013-05-11 Glenn Morris <rgm@gnu.org>
6595
6596 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
6597 Provide features.
6598
6599 2013-05-11 Leo Liu <sdl.web@gmail.com>
6600
6601 * progmodes/octave.el (octave-indent-comment): Improve.
6602 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
6603 (octave-eldoc-function-signatures, octave-eldoc-function):
6604 New functions.
6605 (octave-mode, inferior-octave-mode): Add eldoc support.
6606
6607 2013-05-11 Richard Stallman <rms@gnu.org>
6608
6609 * epa.el (epa-decrypt-file): Take output file name as argument
6610 and read it using `interactive'.
6611
6612 2013-05-11 Leo Liu <sdl.web@gmail.com>
6613
6614 * progmodes/octave.el (octave-beginning-of-line)
6615 (octave-end-of-line): Check before using up-list because it jumps
6616 out of more syntactic contructs since moving to smie.
6617 (octave-indent-comment): New function.
6618 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6619 (octave-begin-keywords, octave-end-keywords)
6620 (octave-reserved-words, octave-smie-bnf-table)
6621 (octave-smie-rules): Add new keywords from Octave 3.6.4.
6622
6623 2013-05-11 Glenn Morris <rgm@gnu.org>
6624
6625 * faces.el (internal-face-x-get-resource):
6626 * frame.el (ns-display-monitor-attributes-list):
6627 * calc/calc-aent.el (math-to-radians-2):
6628 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
6629 Fix declarations.
6630
6631 * calc/calc-menu.el: Make it loadable in isolation.
6632
6633 * net/eudcb-bbdb.el: Make it loadable without bbdb.
6634 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
6635 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
6636 (eudc-bbdb-query-internal): Require 'bbdb.
6637
6638 * lpr.el (lpr-headers-switches):
6639 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
6640
6641 * progmodes/sql.el (sql-login-params): Fix and improve :type.
6642
6643 * emulation/edt-mapper.el: In batch mode, error rather than hang.
6644
6645 * term.el (term-set-escape-char): Make it idempotent.
6646
6647 2013-05-10 Leo Liu <sdl.web@gmail.com>
6648
6649 * progmodes/octave.el (inferior-octave-completion-table):
6650 No longer a function and all uses changed. Use cache to speed up
6651 completion due to bug#11906.
6652 (octave-beginning-of-defun): Re-write to be more general.
6653
6654 2013-05-10 Glenn Morris <rgm@gnu.org>
6655
6656 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
6657
6658 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * comint.el (comint-redirect-send-command-to-process): Use :around
6661 rather than :override for comint-redirect-filter.
6662 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
6663 Call it instead of comint-redirect-original-filter-function (which
6664 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
6665
6666 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
6667
6668 * frame.el (display-monitor-attributes-list): Add NS case.
6669 (ns-display-monitor-attributes-list): Declare.
6670
6671 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
6672
6673 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
6674
6675 2013-05-09 Glenn Morris <rgm@gnu.org>
6676
6677 * international/fontset.el (vertical-centering-font-regexp):
6678 Set standard-value.
6679
6680 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
6681
6682 * bookmark.el (bookmark-search-delay):
6683 * cus-start.el (vertical-centering-font-regexp):
6684 * ps-mule.el (ps-mule-font-info-database-default):
6685 * ps-print.el (ps-default-fg, ps-default-bg):
6686 * type-break.el (type-break-good-break-interval):
6687 * whitespace.el (whitespace-indentation-regexp)
6688 (whitespace-space-after-tab-regexp):
6689 * emacs-lisp/testcover.el (testcover-1value-functions)
6690 (testcover-noreturn-functions, testcover-progn-functions)
6691 (testcover-prog1-functions):
6692 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6693 * eshell/em-glob.el (eshell-glob-translate-alist):
6694 * play/tetris.el (tetris-tty-colors):
6695 * progmodes/cpp.el (cpp-face-default-list):
6696 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6697 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
6698 (idlwave-help-browser-generic-args):
6699 * progmodes/make-mode.el (makefile-special-targets-list):
6700 * progmodes/python.el (python-shell-virtualenv-path):
6701 * progmodes/verilog-mode.el (verilog-active-low-regexp)
6702 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
6703 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
6704 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6705 * textmodes/reftex-vars.el (reftex-format-label-function):
6706 * textmodes/remember.el (remember-diary-file): Fix custom types.
6707
6708 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
6709 Add :version.
6710
6711 2013-05-09 Leo Liu <sdl.web@gmail.com>
6712
6713 * progmodes/octave.el (inferior-octave-completion-at-point):
6714 Restore file completion. (Bug#14300)
6715 (inferior-octave-startup): Fix incorrect highlighting for the
6716 first prompt.
6717
6718 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * progmodes/ruby-mode.el: First cut at SMIE support.
6721 (ruby-use-smie): New var.
6722 (ruby-smie-grammar): New constant.
6723 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
6724 (ruby-smie--forward-token, ruby-smie--backward-token)
6725 (ruby-smie-rules): New functions.
6726 (ruby-mode-variables): Setup SMIE if applicable.
6727
6728 2013-05-08 Eli Zaretskii <eliz@gnu.org>
6729
6730 * simple.el (line-move-visual): Signal beginning/end of buffer
6731 only if vertical-motion moved less than it was requested. Avoids
6732 silly incorrect error messages when there are display strings with
6733 multiple newlines at EOL.
6734
6735 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
6738 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
6739 (prolog-char-quote-workaround):
6740 * progmodes/cperl-mode.el (cperl-under-as-char):
6741 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
6742 Mark as obsolete.
6743 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
6744 their declaration.
6745 (vhdl-mode-syntax-table-init): Remove.
6746
6747 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
6748 last change.
6749
6750 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
6751 syntax for "_".
6752 (ld-script-font-lock-keywords):
6753 Change regexps to use things like \_< and \_>.
6754
6755 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
6756 Change all regexps to use things like \_< and \_>.
6757
6758 * progmodes/autoconf.el (autoconf-definition-regexp)
6759 (autoconf-font-lock-keywords, autoconf-current-defun-function):
6760 Handle a _ with symbol syntax.
6761 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
6762
6763 * progmodes/ada-mode.el (ada-mode-abbrev-table):
6764 Consolidate declaration.
6765 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
6766 the declaration.
6767 (ada-create-syntax-table): Remove.
6768 (ada-capitalize-word): Don't mess with the syntax of "_" since it
6769 already has the right syntax nowadays.
6770 (ada-goto-next-word): Don't change the syntax of "_".
6771
6772 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
6773 with-wrapper-hook.
6774
6775 2013-05-08 Sam Steingold <sds@gnu.org>
6776
6777 * thingatpt.el (thing-at-point): Accept optional second argument
6778 NO-PROPERTIES to strip the text properties from the return value.
6779 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
6780 to `thing-at-point' instead of stripping the properties ourselves.
6781 Also, when `thing-at-point' fails to find a url, prepend "http://"
6782 to the filename at point on the assumption that the user is
6783 pointing at something like gnu.org/gnu.
6784
6785 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
6786
6787 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6788 * faces.el (crm-separator):
6789 Silence byte-compiler.
6790
6791 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
6792 (tool-bar-map): Remove unneeded defvars.
6793
6794 2013-05-08 Leo Liu <sdl.web@gmail.com>
6795
6796 Re-work a fix for bug#10994 based on Le Wang's patch.
6797 * ido.el (ido-remove-consecutive-dups): New helper.
6798 (ido-completing-read): Use it.
6799 (ido-chop): Revert fix for bug#10994.
6800
6801 2013-05-08 Adam Spiers <emacs@adamspiers.org>
6802
6803 * cus-edit.el (custom-save-variables):
6804 Pretty-print long values. (Bug#14187)
6805
6806 2013-05-08 Glenn Morris <rgm@gnu.org>
6807
6808 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
6809 (m4-mode-syntax-table): Init in the defvar.
6810 (m4-mode-abbrev-table): Let define-derived-mode define it.
6811
6812 2013-05-08 Tom Tromey <tromey@redhat.com>
6813
6814 * progmodes/m4-mode.el (m4-mode-syntax-table):
6815 Do not treat "_" as word constituent. (Bug#14167)
6816
6817 2013-05-07 Glenn Morris <rgm@gnu.org>
6818
6819 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
6820 Remove explicit eshell-isearch-cancel-map.
6821
6822 * progmodes/f90.el (f90-smart-end-names): New option.
6823 (f90-smart-end): Doc fix.
6824 (f90-end-block-optional-name): New constant.
6825 (f90-block-match): Respect f90-smart-end-names.
6826
6827 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * progmodes/octave.el (octave-smie-forward-token): Be more careful
6830 about implicit semi-colons (bug#14218).
6831
6832 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6833
6834 * frame.el (display-monitor-attributes-list)
6835 (frame-monitor-attributes): New functions.
6836
6837 2013-05-06 Leo Liu <sdl.web@gmail.com>
6838
6839 * progmodes/octave.el (octave-syntax-propertize-function): Change
6840 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
6841 (octave-font-lock-keywords): Use octave-operator-regexp.
6842 (octave-completion-at-point): Rename from
6843 octave-completion-at-point-function.
6844 (inferior-octave-directory-tracker): Robustify.
6845 (octave-text-functions): Remove and fix its uses. No such things
6846 any more.
6847
6848 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * emacs-lisp/trace.el (trace--display-buffer): New function.
6851 (trace-make-advice): Use it.
6852
6853 2013-05-06 Juri Linkov <juri@jurta.org>
6854
6855 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
6856 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
6857 Doc fix.
6858 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
6859 in the help string. (Bug#12985)
6860
6861 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6862
6863 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
6864
6865 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * progmodes/perl-mode.el: Add support for here documents.
6868 (perl-syntax-propertize-function): Match here-doc markers.
6869 (perl-syntax-propertize-special-constructs): Find their end.
6870 (perl-imenu-generic-expression): Use [:alnum:].
6871
6872 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
6873 (advice--add-function): Refresh the advice if already present
6874 (bug#14317).
6875
6876 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
6877
6878 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
6879
6880 2013-05-06 Glenn Morris <rgm@gnu.org>
6881
6882 * w32-fns.el (w32-charset-info-alist): Declare.
6883
6884 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6885 of its defcustom properties.
6886 (eshell-cmpl-initialize): No need to load pcomplete.
6887
6888 * generic-x.el: No need to require comint when compiling.
6889
6890 * net/eudc-export.el: Make it loadable without bbdb.
6891 (top-level): Use require rather than load-library.
6892 (eudc-create-bbdb-record, eudc-bbdbify-phone)
6893 (eudc-batch-export-records-to-bbdb)
6894 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
6895 Require bbdb.
6896
6897 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
6900 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
6901 some tweaks, instead.
6902
6903 2013-05-05 Leo Liu <sdl.web@gmail.com>
6904
6905 * progmodes/octave.el (octave-font-lock-keywords)
6906 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
6907 (inferior-octave-send-list-and-digest): Improve error message.
6908 (octave-mode, inferior-octave-mode): Use setq-local.
6909 (octave-help): Set info-lookup-mode.
6910
6911 2013-05-05 Richard Stallman <rms@gnu.org>
6912
6913 * vc/compare-w.el (compare-windows-whitespace):
6914 Treat no-break space as whitespace.
6915
6916 * mail/rmailsum.el (rmail-summary-rmail-update):
6917 Detect empty summary and don't change selected message.
6918 (rmail-summary-goto-msg): Likewise.
6919
6920 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
6921 Doc fixes, rename args.
6922
6923 2013-05-05 Alan Mackenzie <acm@muc.de>
6924
6925 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
6926
6927 2013-05-05 Juri Linkov <juri@jurta.org>
6928
6929 * info.el (Info-read-subfile): Use (point-min) instead of (point)
6930 to not add the length of the summary segment to the return value.
6931 (Bug#14125)
6932
6933 2013-05-05 Leo Liu <sdl.web@gmail.com>
6934
6935 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
6936 (inferior-octave-output-filter): Remove.
6937 (octave-send-region, inferior-octave-startup): Fix callers.
6938 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
6939 (octave-binary-file-extensions): New user variable.
6940 (octave-find-definition): Confirm if opening binary files.
6941 (octave-help-file): Use octave-find-definition to get the binary
6942 confirmation.
6943 (octave-help): Adjust for octave-help-file change.
6944
6945 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
6948 Merge the two entries that handle function definitions.
6949 (pascal--syntax-propertize): New const.
6950 (pascal-mode): Use it. Use setq-local.
6951
6952 2013-05-04 Glenn Morris <rgm@gnu.org>
6953
6954 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
6955 (diary-from-outlook): Respect diary-from-outlook-function.
6956
6957 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
6960 Move the declaration from C.
6961 (read-minibuffer, eval-minibuffer): Move from C.
6962 (completion-setup-function): Avoid minibuffer-completion-contents.
6963
6964 2013-05-03 Leo Liu <sdl.web@gmail.com>
6965
6966 * progmodes/octave.el (octave-font-lock-keywords): Do not
6967 dehighlight 'end' in comments or strings.
6968 (octave-completing-read, octave-goto-function-definition):
6969 New helpers.
6970 (octave-help-buffer): New user variable.
6971 (octave-help-file, octave-help-function): New button types.
6972 (octave-help): New command and bind it to C-h ;.
6973 (octave-find-definition): New command and bind it to M-.
6974 (user-error): Alias to error if not defined.
6975
6976 2013-05-02 Leo Liu <sdl.web@gmail.com>
6977
6978 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
6979 for \. (bug#14332)
6980 (octave-font-lock-keywords): Include [ and {.
6981
6982 2013-05-02 Leo Liu <sdl.web@gmail.com>
6983
6984 * progmodes/octave.el (inferior-octave-startup-file): Change default.
6985 (inferior-octave): Remove calling comint-mode and return the buffer.
6986 (inferior-octave-startup): Cosmetic changes.
6987
6988 2013-05-02 Leo Liu <sdl.web@gmail.com>
6989
6990 * progmodes/octave.el (octave-syntax-propertize-function):
6991 Include the case when ' is at line beginning. (Bug#14336)
6992
6993 2013-05-02 Glenn Morris <rgm@gnu.org>
6994
6995 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
6996 * desktop.el (vc-dir-mode): Just autoload it here.
6997
6998 2013-05-02 Alan Mackenzie <acm@muc.de>
6999
7000 Eliminate variable c-standard-font-lock-fontify-region-function.
7001 * progmodes/cc-mode.el
7002 (c-standard-font-lock-fontify-region-function): Remove.
7003 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7004
7005 2013-05-01 Leo Liu <sdl.web@gmail.com>
7006
7007 * progmodes/octave.el: Compatible with older emacs-24 releases.
7008 (inferior-octave-has-built-in-variables): Remove. Built-in
7009 variables were removed from Octave in 2007.
7010 (inferior-octave-startup): Fix uses.
7011 (comint-line-beginning-position): Remove compatibility code for
7012 emacs 21.
7013
7014 2013-05-01 Juri Linkov <juri@jurta.org>
7015
7016 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
7017
7018 2013-05-01 Juri Linkov <juri@jurta.org>
7019
7020 * comint.el (comint-previous-matching-input): Don't print message
7021 "History item: %d" when `isearch-mode' is active.
7022 (comint-history-isearch-message): Print message "History item: %d"
7023 when `comint-input-ring-index' is not empty and this function is
7024 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
7025
7026 2013-05-01 Leo Liu <sdl.web@gmail.com>
7027
7028 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7029 definitions. Use completion-at-point to insert keywords.
7030 (octave-abbrev-start): Remove.
7031 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7032
7033 2013-04-30 Leo Liu <sdl.web@gmail.com>
7034
7035 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7036 change.
7037
7038 2013-04-30 Alan Mackenzie <acm@muc.de>
7039
7040 Handle arbitrarily long C++ member initialisation lists.
7041 * progmodes/cc-engine.el (c-back-over-member-initializers):
7042 new function.
7043 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7044 (most) member init lists.
7045
7046 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7047
7048 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7049 variable.
7050
7051 2013-04-30 Leo Liu <sdl.web@gmail.com>
7052
7053 * progmodes/octave.el (octave-variables): Remove. No builtin
7054 variables any more. All converted to functions.
7055 (octave-font-lock-keywords, octave-completion-at-point-function):
7056 Fix uses.
7057 (octave-font-lock-texinfo-comment): New user variable.
7058 (octave-texinfo-font-lock-keywords): New variable for texinfo
7059 comment block.
7060 (octave-function-comment-block): New face.
7061 (octave-font-lock-texinfo-comment): New function.
7062 (octave-mode): Font lock texinfo comment block.
7063
7064 2013-04-29 Leo Liu <sdl.web@gmail.com>
7065
7066 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7067 indexing expression.
7068 (octave-continuation-string): Do not use \.
7069 (inferior-octave-complete-impossible): Remove.
7070 (inferior-octave-completion-table)
7071 (inferior-octave-completion-at-point): Remove its uses.
7072 (inferior-octave-startup): completion_matches was introduced to
7073 Octave in 1996 so safe to assume it.
7074 (octave-function-file-comment): Improve to follow how Octave does it.
7075 (octave-update-function-file-comment): Tweak.
7076
7077 2013-04-29 Leo Liu <sdl.web@gmail.com>
7078
7079 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7080 (inferior-octave-startup): Remove inferior-octave-startup-hook.
7081 (octave-function-file-comment): Fix typo.
7082 (octave-sync-function-file-names): Use read-char-choice.
7083
7084 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
7085
7086 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7087 to t for the less important warnings.
7088
7089 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
7090
7091 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
7092
7093 2013-04-27 Glenn Morris <rgm@gnu.org>
7094
7095 * vc/log-view.el (log-view-current-entry):
7096 Treat "---" separator lines as part of the following rev. (Bug#14169)
7097
7098 2013-04-27 Juri Linkov <juri@jurta.org>
7099
7100 * subr.el (read-number): Doc fix about using it by interactive
7101 code letter `n'. (Bug#14254)
7102
7103 2013-04-27 Juri Linkov <juri@jurta.org>
7104
7105 * desktop.el (desktop-auto-save-timeout): New option.
7106 (desktop-file-checksum): New variable.
7107 (desktop-save): Add optional arg `auto-save' and don't auto-save
7108 if nothing changed.
7109 (desktop-auto-save-timer): New variable.
7110 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7111 (after-init-hook): Call `desktop-auto-save-set-timer'.
7112 Suggested by Reuben Thomas <rrt@sc3d.org> in
7113 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7114
7115 2013-04-27 Leo Liu <sdl.web@gmail.com>
7116
7117 * progmodes/octave.el (octave-function-file-p)
7118 (octave-skip-comment-forward, octave-function-file-comment)
7119 (octave-update-function-file-comment): New functions.
7120 (octave-mode-map): Bind C-c ; to
7121 octave-update-function-file-comment.
7122 (octave-mode-menu): Add octave-update-function-file-comment.
7123 (octave-mode, inferior-octave-mode): Fix doc-string.
7124 (octave-insert-defun): Conform to Octave's coding convention.
7125 (Bug#14285)
7126
7127 * files.el (basic-save-buffer): Don't let errors in
7128 before-save-hook prevent saving buffer.
7129
7130 2013-04-20 Roland Winkler <winkler@gnu.org>
7131
7132 * faces.el (read-face-name): Use completing-read if arg multiple
7133 is nil.
7134
7135 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
7136
7137 * ls-lisp.el (ls-lisp-insert-directory): If no files are
7138 displayed, move point to after the totals line.
7139 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
7140 for the details.
7141
7142 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * emacs-lisp/package.el (package-autoload-ensure-default-file):
7145 Add current dir to the load-path.
7146 (package-generate-autoloads): Don't rely on
7147 autoload-ensure-default-file.
7148
7149 2013-04-26 Reuben Thomas <rrt@sc3d.org>
7150
7151 * textmodes/remember.el (remember-store-in-files): Document that
7152 the file name format is passed to `format-time-string'.
7153
7154 2013-04-26 Leo Liu <sdl.web@gmail.com>
7155
7156 * progmodes/octave.el (octave-sync-function-file-names): New function.
7157 (octave-mode): Use it in before-save-hook.
7158
7159 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7162 (bug#14274).
7163
7164 * progmodes/octave.el (octave-smie-forward-token): Properly skip
7165 \n and comment, even if it's not an implicit ; (bug#14218).
7166
7167 2013-04-26 Glenn Morris <rgm@gnu.org>
7168
7169 * subr.el (read-number): Once more use `read' rather than
7170 `string-to-number', to trap non-numeric input. (Bug#14254)
7171
7172 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
7173
7174 * emacs-lisp/syntax.el (syntax-propertize-multiline):
7175 Use `syntax-multiline' text property consistently instead of
7176 `font-lock-multiline'. (Bug#14237)
7177
7178 2013-04-26 Glenn Morris <rgm@gnu.org>
7179
7180 * emacs-lisp/shadow.el (list-load-path-shadows):
7181 No longer necessary to check for duplicate simple.el, since
7182 2012-07-07 change to init_lread to not include installation lisp
7183 directories in load-path when running uninstalled. (Bug#14270)
7184
7185 2013-04-26 Leo Liu <sdl.web@gmail.com>
7186
7187 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7188 (octave-mode, inferior-octave-mode): Use setq-local.
7189 (octave-not-in-string-or-comment-p): Rename to
7190 octave-in-string-or-comment-p.
7191 (octave-in-comment-p, octave-in-string-p)
7192 (octave-in-string-or-comment-p): Replace defsubst with defun.
7193
7194 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
7195
7196 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7197
7198 2013-04-25 Bastien Guerry <bzg@gnu.org>
7199
7200 * textmodes/remember.el (remember-data-directory)
7201 (remember-directory-file-name-format): Fix custom types.
7202
7203 2013-04-25 Leo Liu <sdl.web@gmail.com>
7204
7205 * progmodes/octave.el (octave-completion-at-point-function):
7206 Make use of inferior octave process.
7207 (octave-initialize-completions): Remove.
7208 (inferior-octave-completion-table): New function.
7209 (inferior-octave-completion-at-point): Use it.
7210 (octave-completion-alist): Remove.
7211
7212 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * progmodes/opascal.el: Use font-lock and syntax-propertize.
7215 (opascal-mode-syntax-table): New var.
7216 (opascal-literal-kind, opascal-is-literal-end)
7217 (opascal-literal-token-at): Rewrite.
7218 (opascal--literal-start-re, opascal-font-lock-keywords)
7219 (opascal--syntax-propertize): New constants.
7220 (opascal-font-lock-defaults): Adjust.
7221 (opascal-mode): Use them. Set comment-<foo> variables as well.
7222 (delphi-comment-face, opascal-comment-face, delphi-string-face)
7223 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7224 (delphi-other-face, opascal-other-face): Remove face variables.
7225 (opascal-save-state): Remove macro.
7226 (opascal-fontifying-progress-step): Remove constant.
7227 (opascal--ignore-changes): Remove var.
7228 (opascal-set-token-property, opascal-parse-next-literal)
7229 (opascal-is-stable-literal, opascal-complete-literal)
7230 (opascal-is-literal-start, opascal-face-of)
7231 (opascal-parse-region, opascal-parse-region-until-stable)
7232 (opascal-fontify-region, opascal-after-change)
7233 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7234 (opascal-debug-parse-region, opascal-debug-parse-window)
7235 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7236 (opascal-debug-fontify-buffer): Remove.
7237 (opascal-debug-mode-map): Adjust accordingly.
7238
7239 2013-04-25 Leo Liu <sdl.web@gmail.com>
7240
7241 Merge octave-mod.el and octave-inf.el into octave.el with some
7242 cleanups.
7243 * progmodes/octave.el: New file renamed from octave-mod.el.
7244 * progmodes/octave-inf.el: Merged into octave.el.
7245 * progmodes/octave-mod.el: Renamed to octave.el.
7246
7247 2013-04-25 Tassilo Horn <tsdh@gnu.org>
7248
7249 * textmodes/reftex-vars.el
7250 (reftex-label-ignored-macros-and-environments): New defcustom.
7251
7252 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7253
7254 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7257 (smie-indent-keyword): Improve the check to ensure that the next
7258 comment is really on the same line.
7259 (smie-indent-comment): Don't align with a subsequent closer (or eob).
7260
7261 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7262 semi-colons if the line is not otherwise empty (bug#14218).
7263
7264 2013-04-25 Glenn Morris <rgm@gnu.org>
7265
7266 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7267
7268 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * progmodes/opascal.el (opascal-set-token-property): Rename from
7271 opascal-set-text-properties and only set `token' (bug#14134).
7272 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7273 (opascal-literal-text-properties): Remove.
7274 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7275 Adjust callers.
7276
7277 2013-04-24 Reuben Thomas <rrt@sc3d.org>
7278
7279 * textmodes/remember.el (remember-handler-functions): Add an
7280 option for a new handler `remember-store-in-files'.
7281 (remember-data-directory, remember-directory-file-name-format):
7282 New options.
7283 (remember-store-in-files): New function to store remember notes
7284 as separate files within a directory.
7285
7286 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
7287
7288 * progmodes/compile.el (compilation-next-error-function):
7289 Pass "formats" to compilation-find-file (bug#11777).
7290
7291 2013-04-24 Glenn Morris <rgm@gnu.org>
7292
7293 * vc/vc-bzr.el (vc-bzr-print-log):
7294 * vc/vc-hg.el (vc-hg-print-log):
7295 * vc/vc-svn.el (vc-svn-print-log):
7296 Fix START-REVISION with LIMIT != 1. (Bug#14168)
7297
7298 * vc/vc-bzr.el (vc-bzr-print-log):
7299 * vc/vc-cvs.el (vc-cvs-print-log):
7300 * vc/vc-git.el (vc-git-print-log):
7301 * vc/vc-hg.el (vc-hg-print-log):
7302 * vc/vc-mtn.el (vc-mtn-print-log):
7303 * vc/vc-rcs.el (vc-rcs-print-log):
7304 * vc/vc-sccs.el (vc-sccs-print-log):
7305 * vc/vc-svn.el (vc-svn-print-log):
7306 * vc/vc.el (vc-print-log-internal): Doc fixes.
7307
7308 2013-04-23 Glenn Morris <rgm@gnu.org>
7309
7310 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
7311 Remove venerable code attempting to avoid substitute-command-keys.
7312
7313 2013-04-23 Tassilo Horn <tsdh@gnu.org>
7314
7315 * textmodes/reftex-vars.el (reftex-label-regexps):
7316 Call `reftex-compile-variables' after changes to this variable.
7317
7318 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7319
7320 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
7321 Use lexical-binding.
7322 (jit-lock-force-redisplay): Use markers, check buffer's continued
7323 existence and beware narrowed buffers.
7324 (jit-lock-fontify-now): Adjust call accordingly.
7325
7326 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
7329 to avoid misleading the user.
7330
7331 2013-04-22 Leo Liu <sdl.web@gmail.com>
7332
7333 * info-look.el: Prefer latex2e.info. (Bug#14240)
7334
7335 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
7336
7337 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
7338
7339 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
7340 * net/tramp.el (tramp-call-process): ... here.
7341 (tramp-set-completion-function, tramp-parse-putty):
7342 * net/tramp-adb.el (tramp-adb-execute-adb-command):
7343 * net/tramp-gvfs.el (tramp-gvfs-send-command):
7344 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7345 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
7346 (tramp-call-local-coding-command): Use `tramp-call-process'
7347 instead of `tramp-compat-call-process'.
7348
7349 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
7350 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
7351 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7352 (tramp-find-inline-compress): Improve traces.
7353 (tramp-maybe-send-script): Check for Perl binary.
7354 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
7355
7356 2013-04-22 Daiki Ueno <ueno@gnu.org>
7357
7358 * epg.el (epg-context-pinentry-mode): New function.
7359 (epg-context-set-pinentry-mode): New function.
7360 (epg--start): Pass --pinentry-mode option to gpg command.
7361
7362 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
7363
7364 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
7365 `comint-dynamic-complete' is obsolete since 24.1, replaced by
7366 `completion-at-point'. (Bug#13774)
7367
7368 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
7369 default key binding for `describe-distribution' has been moved to
7370 `C-h C-o'. (Bug#13970)
7371
7372 2013-04-21 Glenn Morris <rgm@gnu.org>
7373
7374 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
7375 Add doc strings.
7376 (vc-print-log): Clarify interactive prompt.
7377
7378 2013-04-20 Glenn Morris <rgm@gnu.org>
7379
7380 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7381 No longer include timestamp etc information.
7382
7383 2013-04-20 Roland Winkler <winkler@gnu.org>
7384
7385 * faces.el (read-face-name): Bug fix, return just one face if arg
7386 multiple is nil. (Bug#14209)
7387
7388 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
7391 (remove-function): Autoload.
7392
7393 * comint.el (comint-redirect-original-filter-function): Remove.
7394 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
7395 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
7396 (vc-cvs-annotate-command):
7397 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
7398 * progmodes/prolog.el (prolog-consult-compile):
7399 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
7400 Use add/remove-function instead.
7401 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
7402 (gud-tooltip-process-output, gud-tooltip-tips):
7403 Use add/remove-function instead.
7404 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
7405 (scheme-interaction-mode, exit-scheme-interaction-mode):
7406 Use add/remove-function instead.
7407
7408 * vc/vc-dispatcher.el: Use lexical-binding.
7409 (vc--process-sentinel): Rename from vc-process-sentinel.
7410 Change last arg to be the code to run. Don't use vc-previous-sentinel
7411 and vc-sentinel-commands any more.
7412 (vc-exec-after): Allow code to be a function. Use add/remove-function.
7413 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
7414
7415 2013-04-19 Masatake YAMATO <yamato@redhat.com>
7416
7417 * progmodes/sh-script.el (sh-imenu-generic-expression):
7418 Handle function names with a single character. (Bug#14111)
7419
7420 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
7421
7422 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
7423 for subroutines defined in an eval (bug#14182).
7424
7425 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7426
7427 * bookmark.el (bookmark-completing-read): Improve handling of empty
7428 string (bug#14176).
7429
7430 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
7433
7434 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
7435
7436 New faster Imenu implementation (bug#14058).
7437 * progmodes/python.el:
7438 (python-imenu-prev-index-position):
7439 (python-imenu-format-item-label-function)
7440 (python-imenu-format-parent-item-label-function)
7441 (python-imenu-format-parent-item-jump-label-function):
7442 New vars.
7443 (python-imenu-format-item-label)
7444 (python-imenu-format-parent-item-label)
7445 (python-imenu-format-parent-item-jump-label)
7446 (python-imenu--put-parent, python-imenu--build-tree)
7447 (python-imenu-create-index, python-imenu-create-flat-index)
7448 (python-util-popn): New functions.
7449 (python-mode): Set imenu-create-index-function to
7450 python-imenu-create-index.
7451
7452 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * winner.el (winner-active-region): Use region-active-p, activate-mark
7455 and deactivate-mark (bug#14225).
7456
7457 * simple.el (deactivate-mark): Don't inline it.
7458
7459 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
7460
7461 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
7462
7463 2013-04-18 Tassilo Horn <tsdh@gnu.org>
7464
7465 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
7466 file extensions from the archive-mode entry in order to prefer
7467 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
7468
7469 2013-04-18 Leo Liu <sdl.web@gmail.com>
7470
7471 * bindings.el (help-event-list): Add ?\?.
7472
7473 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * subr.el (with-wrapper-hook): Declare obsolete.
7476 * simple.el (filter-buffer-substring-function): New hook.
7477 (filter-buffer-substring): Use it.
7478 (filter-buffer-substring-functions): Mark obsolete.
7479 * minibuffer.el (completion-in-region-function): New hook.
7480 (completion-in-region): Use it.
7481 (completion-in-region-functions): Mark obsolete.
7482 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
7483 * abbrev.el (abbrev-expand-function): New hook.
7484 (expand-abbrev): Use it.
7485 (abbrev-expand-functions): Mark obsolete.
7486 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
7487 and :filter-return.
7488
7489 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7490
7491 * progmodes/python.el (python-nav--syntactically): Fix cornercases
7492 and do not care about match data.
7493
7494 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
7497 completion tables when completing error conditions and
7498 `declare' arguments.
7499 (lisp-complete-symbol, field-complete): Mark as obsolete.
7500 (check-parens): Unmatched parens are user errors.
7501 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
7502
7503 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
7504
7505 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
7506 command changed buffer (ie. `flyspell-pre-buffer' is not current
7507 buffer), which prevents making decisions based on invalid value of
7508 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
7509 cause an error when `flyspell-pre-point' was nil after switching
7510 buffers.
7511 (flyspell-post-command-hook): No longer needs to change buffers when
7512 checking pre-word. While at it remove unnecessary progn.
7513
7514 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
7515
7516 * textmodes/ispell.el (ispell-add-per-file-word-list):
7517 Fix `flyspell-correct-word-before-point' error when accepting
7518 words and `coment-padding' is an integer by using
7519 `comment-normalize-vars' (Bug #14214).
7520
7521 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7522
7523 New defun movement commands.
7524 * progmodes/python.el (python-nav--syntactically)
7525 (python-nav--forward-defun, python-nav-backward-defun)
7526 (python-nav-forward-defun): New functions.
7527
7528 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7529
7530 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
7531 (python-syntax-context): Use named compiler-macro for backwards
7532 compatibility with Emacs 24.x.
7533
7534 2013-04-17 Leo Liu <sdl.web@gmail.com>
7535
7536 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
7537 octave-hide-process-buffer.
7538
7539 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7540
7541 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
7542 (bug#14216).
7543
7544 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
7545
7546 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
7547 Fix adjustment of offset when receiving incomplete responses from GDB
7548 (bug#14129).
7549
7550 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7551
7552 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
7553 python-mode-abbrev-table.
7554 (python-skeleton-define): Adjust accordingly.
7555 (python-mode-abbrev-table): New table that inherits from it so that
7556 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
7557
7558 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
7559 (abbrev-symbol): Use it.
7560 (abbrev--before-point): Use it since we already handle inheritance.
7561
7562 2013-04-16 Leo Liu <sdl.web@gmail.com>
7563
7564 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
7565 binding to info-lookup-symbol.
7566
7567 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
7568
7569 * minibuffer.el (completion--twq-all):
7570 * term/ns-win.el (ns-initialize-window-system):
7571 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
7572
7573 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
7576 global bindings.
7577
7578 * doc-view.el (doc-view-start-process): Handle url-handler directories.
7579
7580 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
7581
7582 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
7583 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
7584 to nil.
7585 (ruby-end-of-defun): Remove the unused arg, change the docstring
7586 to reflect that this function is only used as the value of
7587 `end-of-defun-function'.
7588 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
7589 to reflect an earlier change that beginning/end-of-defun functions
7590 jump between methods in a class definition, as well as top-level
7591 functions.
7592
7593 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * minibuffer.el (minibuffer-complete): Don't just scroll
7596 a *Completions* that's been iconified.
7597 (minibuffer-force-complete): Make sure repetitions do cycle when going
7598 through completion-in-region -> minibuffer-complete.
7599
7600 2013-04-15 Alan Mackenzie <acm@muc.de>
7601
7602 Correct the placement of c-cpp-delimiters when there're #s not at
7603 col 0.
7604
7605 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7606 place a submatch around the #.
7607 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
7608 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
7609 on the #, not BOL.
7610
7611 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * emacs-lisp/nadvice.el: Properly test names when adding advice.
7614 (advice--member-p): New arg `name'.
7615 (advice--add-function, advice-member-p): Use it (bug#14202).
7616
7617 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
7618
7619 Reformulate java imenu-generic-expression.
7620 The old expression contained ill formed regexps.
7621
7622 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
7623 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
7624 (cc-imenu-java-method-arg-regexp): New defconsts.
7625 (cc-imenu-java-build-type-args-regex): New defun.
7626 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
7627 handling of spaces in the regexp.
7628
7629 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7630
7631 * textmodes/ispell.el (ispell-command-loop): Remove
7632 flyspell highlight of a word when ispell accepts it (bug #14178).
7633
7634 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
7635
7636 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
7637 uses code from the previous `ange-ftp-run-real-handler'.
7638 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
7639 only in case that function exist. This is needed for proper
7640 unloading of Tramp.
7641
7642 2013-04-15 Tassilo Horn <tsdh@gnu.org>
7643
7644 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
7645
7646 * textmodes/reftex.el (reftex-compile-variables): Use it.
7647
7648 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * files.el (normal-mode): Only use default major-mode if no other mode
7651 was specified.
7652
7653 * emacs-lisp/trace.el (trace-values): New function.
7654
7655 * files.el: Allow : in local variables (bug#14089).
7656 (hack-local-variable-regexp): New var.
7657 (hack-local-variables-prop-line, hack-local-variables): Use it.
7658
7659 2013-04-13 Roland Winkler <winkler@gnu.org>
7660
7661 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
7662 data before it gets modified by bibtex-beginning-of-entry.
7663
7664 2013-04-13 Roland Winkler <winkler@gnu.org>
7665
7666 * textmodes/bibtex.el (bibtex-url): Doc fix.
7667
7668 2013-04-13 Roland Winkler <winkler@gnu.org>
7669
7670 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
7671 does not visit a BibTeX file, exclude it from the list of buffers
7672 returned by bibtex-initialize.
7673
7674 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
7675
7676 * window.el (split-window): Remove interactive form, since as a
7677 command this function is a special case of split-window-below.
7678 Correct doc string.
7679
7680 2013-04-12 Roland Winkler <winkler@gnu.org>
7681
7682 * faces.el (read-face-name): Do not override value of arg default.
7683 Allow single faces and strings as default values. Remove those
7684 elements from return value that are not faces.
7685 (describe-face): Simplify.
7686 (face-at-point): New optional args thing and multiple so that this
7687 function can provide the same functionality previously provided by
7688 read-face-name.
7689 (make-face-bold, make-face-unbold, make-face-italic)
7690 (make-face-unitalic, make-face-bold-italic, invert-face)
7691 (modify-face, read-face-and-attribute): Use face-at-point.
7692
7693 * cus-edit.el (customize-face, customize-face-other-window)
7694 * cus-theme.el (custom-theme-add-face)
7695 * face-remap.el (buffer-face-set)
7696 * facemenu.el (facemenu-set-face): Use face-at-point.
7697
7698 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
7699
7700 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
7701
7702 2013-04-10 Tassilo Horn <tsdh@gnu.org>
7703
7704 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
7705 off leading { and trailing } from field values.
7706
7707 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * emacs-lisp/timer.el (timer--check): New function.
7710 (timer--time, timer-set-function, timer-event-handler): Use it.
7711 (timer-set-idle-time): Simplify.
7712 (timer--activate): CSE.
7713 (timer-event-handler): Give more info in error message.
7714 (internal-timer-start-idle): New function, moved from C.
7715
7716 * mpc.el (mpc-proc): Add `restart' argument.
7717 (mpc-proc-cmd): Use it.
7718 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
7719 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
7720 less often.
7721
7722 2013-04-10 Masatake YAMATO <yamato@redhat.com>
7723
7724 * progmodes/sh-script.el: Implement `sh-mode' own
7725 `add-log-current-defun-function' (bug#14112).
7726 (sh-current-defun-name): New function.
7727 (sh-mode): Use the function.
7728
7729 2013-04-09 Bastien Guerry <bzg@gnu.org>
7730
7731 * simple.el (choose-completion-string): Fix docstring (bug#14163).
7732
7733 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
7736
7737 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
7738 timer (bug#14156).
7739
7740 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
7741
7742 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
7743 declaration.
7744
7745 2013-04-07 Leo Liu <sdl.web@gmail.com>
7746
7747 * pcmpl-x.el: New file.
7748
7749 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
7750
7751 Do not set x-display-name until X connection is established.
7752 This is needed to prevent from weird situation described at
7753 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
7754 * frame.el (make-frame): Set x-display-name after call to
7755 window system initialization function, not before.
7756 * term/x-win.el (x-initialize-window-system): Add optional
7757 display argument and use it.
7758 * term/w32-win.el (w32-initialize-window-system):
7759 * term/ns-win.el (ns-initialize-window-system):
7760 * term/pc-win.el (msdos-initialize-window-system):
7761 Add compatible optional display argument.
7762
7763 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7764
7765 * files.el (normal-backup-enable-predicate): On MS-Windows and
7766 MS-DOS compare truenames of temporary-file-directory and of the
7767 file, so that 8+3 aliases (usually found in $TEMP on Windows)
7768 don't fail comparison by compare-strings. Also, compare file
7769 names case-insensitively on MS-Windows and MS-DOS.
7770
7771 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
7774 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
7775
7776 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
7777
7778 * whitespace.el (whitespace-color-on, whitespace-color-off):
7779 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
7780
7781 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7782
7783 * ispell.el (ispell-set-spellchecker-params):
7784 Really set `ispell-args' for all equivs.
7785
7786 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * ido.el (ido-completions): Use extra elements of ido-decorations
7789 (bug#14143).
7790 (ido-decorations): Update docstring.
7791
7792 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
7793
7794 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7795 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
7796 nil during initialization, in order not to miss changes since the
7797 file was opened. (Bug#14140)
7798
7799 2013-04-05 Leo Liu <sdl.web@gmail.com>
7800
7801 * kmacro.el (kmacro-call-macro): Fix bug#14135.
7802
7803 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
7804
7805 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
7806
7807 2013-04-04 Glenn Morris <rgm@gnu.org>
7808
7809 * electric.el (electric-pair-inhibit-predicate): Add :version.
7810
7811 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
7814 when a package is required several times (bug#14082).
7815
7816 2013-04-04 Roland Winkler <winkler@gnu.org>
7817
7818 * faces.el (read-face-name): Behave as promised by the docstring.
7819 Assume that arg default is a list of faces.
7820 (describe-face): Call read-face-name with list of default faces.
7821
7822 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7823
7824 * bookmark.el: Fix deletion of bookmarks (bug#13972).
7825 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
7826 (bookmark-bmenu-execute-deletions): Only skip first line if it's
7827 the header.
7828 (bookmark-exit-hook-internal): Save even if list is empty.
7829
7830 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
7831
7832 * emacs-lisp/package.el (package-pinned-packages): New var.
7833 (package--add-to-archive-contents): Obey it (bug#14118).
7834
7835 2013-04-03 Alan Mackenzie <acm@muc.de>
7836
7837 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
7838 Also adapt to the new values of element 7 of a parse state.
7839
7840 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
7841 parameter `not-in-delimiter'. Handle being inside comment opener.
7842 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
7843 character in case we're typing a '*' after a '/'.
7844 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
7845 instead by passing the parameter to c-state-pp-to-literal.
7846
7847 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
7848 for elt. 7 of a parse state.
7849
7850 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
7851
7852 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
7853 * international/latin1-disp.el, international/mule-util.el:
7854 * language/cyril-util.el, language/european.el, language/ind-util.el:
7855 * language/lao-util.el, language/thai.el, language/tibet-util.el:
7856 * language/tibetan.el, language/viet-util.el:
7857 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
7858
7859 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
7862 (electric-pair-post-self-insert-function): Use it.
7863 (electric-pair-default-inhibit): New function, extracted from
7864 electric-pair-post-self-insert-function.
7865
7866 2013-03-31 Roland Winkler <winkler@gnu.org>
7867
7868 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
7869
7870 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
7873
7874 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
7875
7876 Un-indent after "pass" and "return" statements (Bug#13888)
7877 * progmodes/python.el (python-indent-block-enders): New var.
7878 (python-indent-calculate-indentation): Use it.
7879
7880 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
7881
7882 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
7883 defun. Defining it as defalias could introduce too eager
7884 byte-compiler optimization. (Bug#14030)
7885
7886 2013-03-30 Chong Yidong <cyd@gnu.org>
7887
7888 * iswitchb.el (iswitchb-read-buffer): Fix typo.
7889
7890 2013-03-30 Leo Liu <sdl.web@gmail.com>
7891
7892 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
7893 (kmacro-execute-from-register): Pass the keyboard macro to
7894 kmacro-call-macro or repeating won't work correctly.
7895
7896 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
7897
7898 * progmodes/subword.el: Back to using `forward-symbol'.
7899
7900 * subr.el (forward-whitespace, forward-symbol)
7901 (forward-same-syntax): Move from thingatpt.el.
7902
7903 2013-03-29 Leo Liu <sdl.web@gmail.com>
7904
7905 * kmacro.el (kmacro-to-register): New command.
7906 (kmacro-execute-from-register): New function.
7907 (kmacro-keymap): Bind to 'x'. (Bug#14071)
7908
7909 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7910
7911 * mpc.el: Use defvar-local and setq-local.
7912 (mpc--proc-connect): Connection failures are not bugs.
7913 (mpc-mode-map): `follow-link' only applies to the buffer's content.
7914 (mpc-volume-map): Bind to the up-events.
7915
7916 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7917
7918 * progmodes/subword.el (superword-mode): Use `forward-sexp'
7919 instead of `forward-symbol'.
7920
7921 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
7924 (edebug--recursive-edit): Use it.
7925 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
7926 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
7927
7928 2013-03-28 Leo Liu <sdl.web@gmail.com>
7929
7930 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
7931
7932 2013-03-27 Eli Zaretskii <eliz@gnu.org>
7933
7934 * facemenu.el (list-colors-callback): New defvar.
7935 (list-colors-redisplay): New function.
7936 (list-colors-display): Install list-colors-redisplay as the
7937 revert-buffer-function. (Bug#14063)
7938
7939 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
7942 and suffixes don't overlap (bug#14061).
7943
7944 * case-table.el: Use lexical-binding.
7945 (case-table-get-table): New function.
7946 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
7947
7948 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7949
7950 * progmodes/subword.el: Add `superword-mode' to do word motion
7951 over symbol_words (parallels and leverages `subword-mode' which
7952 does word motion inside MixedCaseWords).
7953
7954 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
7955
7956 * eshell/em-unix.el: Move su and sudo to...
7957 * eshell/em-tramp.el: ...Eshell tramp module.
7958
7959 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
7962 Change return value to be a sexp. Delay `get-buffer' to after
7963 restoring the desktop (bug#13951).
7964
7965 2013-03-26 Leo Liu <sdl.web@gmail.com>
7966
7967 * register.el: Move semantic tag handling back to
7968 cedet/semantic/senator.el. (Bug#14052)
7969
7970 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
7973 into the prompt either (bug#13963).
7974
7975 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
7978 part of "(error-foo)".
7979
7980 2013-03-24 Juri Linkov <juri@jurta.org>
7981
7982 * replace.el (list-matching-lines-prefix-face): New defcustom.
7983 (occur-1): Pass `list-matching-lines-prefix-face' to the function
7984 `occur-engine' if `face-differs-from-default-p' returns t.
7985 (occur-engine): Add `,' inside backquote construct to evaluate
7986 `prefix-face'. Propertize the prefix with the `prefix-face' face.
7987 Pass `prefix-face' to the functions `occur-context-lines' and
7988 `occur-engine-add-prefix'.
7989 (occur-engine-add-prefix, occur-context-lines): Add optional arg
7990 `prefix-face' and propertize the prefix with `prefix-face'.
7991 (Bug#14017)
7992
7993 2013-03-24 Leo Liu <sdl.web@gmail.com>
7994
7995 * nxml/rng-valid.el (rng-validate-while-idle)
7996 (rng-validate-quick-while-idle): Guard against deleted buffer.
7997 (Bug#13999)
7998
7999 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8000 is the last entry in kill-buffer-hook.
8001
8002 * files.el (kill-buffer-hook): Doc fix.
8003
8004 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
8005
8006 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8007 Make it safe-local.
8008
8009 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8010
8011 2013-03-23 Leo Liu <sdl.web@gmail.com>
8012
8013 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8014 Remove.
8015
8016 * nxml/rng-valid.el (rng-validate-mode)
8017 (rng-after-change-function, rng-do-some-validation):
8018 * nxml/rng-maint.el (rng-validate-buffer):
8019 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8020 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8021 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8022 (nxml-extend-after-change-region): Use with-silent-modifications.
8023
8024 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8025 timer-idle-list.
8026
8027 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8028 (rng-next-error-1, rng-previous-error-1): Do not let-bind
8029 timer-idle-list. (Bug#13999)
8030
8031 2013-03-23 Juri Linkov <juri@jurta.org>
8032
8033 * info.el (info-index-match): New face.
8034 (Info-index, Info-apropos-matches): Add a nested subgroup to the
8035 main pattern and add text properties with the new face to matches
8036 in index entries relative to the beginning of the index entry.
8037 (Bug#14015)
8038
8039 2013-03-21 Eric Ludlam <zappo@gnu.org>
8040
8041 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8042 Inhibit read only while inserting objects.
8043
8044 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
8045
8046 * progmodes/cfengine.el: Update docs to mention
8047 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
8048 symbol motion. Remove "_" from the word syntax.
8049
8050 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
8051
8052 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8053 syntax for both `cfengine2-mode' and `cfengine3-mode'.
8054
8055 2013-03-20 Juri Linkov <juri@jurta.org>
8056
8057 * info.el (Info-next-reference-or-link)
8058 (Info-prev-reference-or-link): New functions.
8059 (Info-next-reference, Info-prev-reference): Use them.
8060 (Info-try-follow-nearest-node): Handle footnote navigation.
8061 (Info-fontify-node): Fontify footnotes. (Bug#13989)
8062
8063 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8066 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8067
8068 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
8069
8070 Suppress unnecessary non-ASCII chatter during build process.
8071 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8072 (batch-skkdic-convert): Suppress most of the chatter.
8073 It's not needed so much now that machines are faster,
8074 and its non-ASCII component was confusing; see Dmitry Gutov in
8075 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8076
8077 2013-03-20 Leo Liu <sdl.web@gmail.com>
8078
8079 * ido.el (ido-chop): Fix bug#10994.
8080
8081 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8082
8083 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8084 Remove vars.
8085 (whitespace-color-on, whitespace-color-off):
8086 Use `font-lock-fontify-buffer' (Bug#13817).
8087
8088 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8091 remapping in mode-line.
8092 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8093
8094 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8095
8096 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8097 value for `whitespace-line' face (Bug#13875).
8098 (whitespace-font-lock-keywords): Change description.
8099 (whitespace-color-on): Don't save `font-lock-keywords' value, save
8100 the constructed keywords instead.
8101 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
8102
8103 2013-03-19 Leo Liu <sdl.web@gmail.com>
8104
8105 * progmodes/compile.el (compilation-display-error): New command.
8106 (compilation-mode-map, compilation-minor-mode-map): Bind it to
8107 C-o. (Bug#13992)
8108
8109 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8110
8111 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8112
8113 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
8114
8115 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8116
8117 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
8118
8119 * net/tramp-compat.el (tramp-compat-user-error): New defun.
8120
8121 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8122 * net/tramp-gvfs.el (top):
8123 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8124 (tramp-handle-shell-command): Use it.
8125 (tramp-dissect-file-name): Raise an error when hostname is a
8126 method name, and neither method nor user is specified.
8127
8128 * net/trampver.el: Update release number.
8129
8130 2013-03-18 Leo Liu <sdl.web@gmail.com>
8131
8132 Make sure eldoc can be turned off properly.
8133 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8134 eldoc-mode.
8135 (eldoc-display-message-p): Revert last change.
8136 (eldoc-display-message-no-interference-p)
8137 (eldoc-print-current-symbol-info): Tweak.
8138
8139 2013-03-18 Tassilo Horn <tsdh@gnu.org>
8140
8141 * doc-view.el (doc-view-new-window-function): Check the new window
8142 overlay's display property instead the char property of the
8143 buffer's first char. Use `with-selected-window' instead of
8144 `save-window-excursion' with `select-window'.
8145 (doc-view-document->bitmap): Check the current doc-view overlay's
8146 display property instead the char property of the buffer's first char.
8147
8148 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8149
8150 Automate the build of ja-dic.el (Bug#13984).
8151 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8152 from the input, rather than assume that it's been done for us by the
8153 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
8154 the current date into a ja-dic.el comment, as that complicates
8155 regression testing.
8156
8157 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * whitespace.el: Fix double evaluation.
8160 (whitespace-space, whitespace-hspace, whitespace-tab)
8161 (whitespace-newline, whitespace-trailing, whitespace-line)
8162 (whitespace-space-before-tab, whitespace-indentation)
8163 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8164 obsolete defvars.
8165 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8166 (whitespace-color-on): Use a single font-lock-add-keywords call.
8167 Fix double-evaluation of face variables.
8168
8169 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
8170
8171 * net/tramp-adb.el (tramp-adb-parse-device-names):
8172 Use `start-process' instead of `call-process'. Otherwise, the
8173 function might be blocked under MS Windows. (Bug#13299)
8174
8175 2013-03-17 Leo Liu <sdl.web@gmail.com>
8176
8177 Extend eldoc to display info in the mode-line. (Bug#13978)
8178 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8179 (eldoc-mode-line-string): New variable.
8180 (eldoc-minibuffer-message): New function.
8181 (eldoc-message-function): New variable.
8182 (eldoc-message): Use it.
8183 (eldoc-display-message-p)
8184 (eldoc-display-message-no-interference-p):
8185 Support eldoc-post-insert-mode.
8186
8187 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8188 (eval-expression): Run it.
8189
8190 2013-03-17 Roland Winkler <winkler@gnu.org>
8191
8192 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8193 strings in the list of return values.
8194
8195 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8196
8197 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8198 radix before checking for HMS forms.
8199
8200 2013-03-16 Leo Liu <sdl.web@gmail.com>
8201
8202 * progmodes/scheme.el: Add indentation and font-locking for λ.
8203 (Bug#13975)
8204
8205 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8208 token before point (bug#13942).
8209
8210 2013-03-16 Leo Liu <sdl.web@gmail.com>
8211
8212 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
8213
8214 2013-03-16 Eli Zaretskii <eliz@gnu.org>
8215
8216 * startup.el (command-line-normalize-file-name): Fix handling of
8217 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
8218 <xfq.free@gmail.com> in
8219 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8220
8221 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
8222
8223 Sync with Tramp 2.2.7.
8224
8225 * net/trampver.el: Update release number.
8226
8227 2013-03-14 Tassilo Horn <tsdh@gnu.org>
8228
8229 * doc-view.el Fix bug#13887.
8230 (doc-view-insert-image): Don't modify overlay associated to
8231 non-live windows, and implement horizontal centering of image in
8232 case it's smaller than the window.
8233 (doc-view-new-window-function): Force redisplay of new windows on
8234 doc-view buffers.
8235
8236 2013-03-13 Karl Fogel <kfogel@red-bean.com>
8237
8238 * saveplace.el (save-place-alist-to-file): Don't sort
8239 `save-place-alist', just pretty-print it (bug#13882).
8240
8241 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
8242
8243 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8244 Check whether `default-file-name-coding-system' is bound.
8245 It isn't in XEmacs.
8246
8247 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8250 backquotes for `obsolete' (bug#13929).
8251
8252 * international/mule.el (find-auto-coding): Include file name in
8253 obsolescence warning (bug#13922).
8254
8255 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8256
8257 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8258 for CFEngine 3-specific indentation.
8259 (cfengine3-indent-line): Use it. Fix up category regex.
8260 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8261
8262 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8263
8264 * type-break.el (type-break-file-name):
8265 * textmodes/remember.el (remember-data-file):
8266 * strokes.el (strokes-file):
8267 * shadowfile.el (shadow-initialize):
8268 * saveplace.el (save-place-file):
8269 * ps-bdf.el (bdf-cache-file):
8270 * progmodes/idlwave.el (idlwave-config-directory):
8271 * net/quickurl.el (quickurl-url-file):
8272 * international/kkc.el (kkc-init-file-name):
8273 * ido.el (ido-save-directory-list-file):
8274 * emulation/viper.el (viper-custom-file-name):
8275 * emulation/vip.el (vip-startup-file):
8276 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8277 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8278
8279 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
8280
8281 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8282 * language/thai-word.el: Switch to UTF-8.
8283
8284 See ChangeLog.16 for earlier changes.
8285
8286 ;; Local Variables:
8287 ;; coding: utf-8
8288 ;; End:
8289
8290 Copyright (C) 2011-2013 Free Software Foundation, Inc.
8291
8292 This file is part of GNU Emacs.
8293
8294 GNU Emacs is free software: you can redistribute it and/or modify
8295 it under the terms of the GNU General Public License as published by
8296 the Free Software Foundation, either version 3 of the License, or
8297 (at your option) any later version.
8298
8299 GNU Emacs is distributed in the hope that it will be useful,
8300 but WITHOUT ANY WARRANTY; without even the implied warranty of
8301 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8302 GNU General Public License for more details.
8303
8304 You should have received a copy of the GNU General Public License
8305 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.