* indent/ruby.rb: Fix a factual error.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3986af6c
DS
12013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2
3 * net/network-stream.el (network-stream-open-starttls): Don't add
4 --insecure if it's already present, because that gnutls-cli
5 rejects getting that parameter twice.
6
5cd9cda9
DG
72013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8
9 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
10 keyword, too.
11
da9ea6d9
DG
122013-10-05 Dmitry Gutov <dgutov@yandex.ru>
13
14 * newcomment.el (comment-use-global-state): Change default value
15 to t, mark obsolete (Bug#15251).
16 (comment-beginning): In addition to `comment-to-syntax', check the
17 value of `comment-use-global-state'.
18
34d1a133
SM
192013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
22 (ruby-comment-column): Follow the global default, by default.
23 (ruby-smie-grammar): Add assignment syntax.
24 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
25 open-paren, a comma, or a \.
26 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
27 and line continuations.
28 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
29 followed by implicit semi-colons. Add rule for string concatenation
30 and for indentation at BOB.
31 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
32
33 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
34 calling next-sexp, since next-token may have skipped chars which
35 next-sexp doesn't know should be skipped!
36
6f6ab820
LL
372013-10-05 Leo Liu <sdl.web@gmail.com>
38
34d1a133
SM
39 * progmodes/octave.el (octave-send-region):
40 Call compilation-forget-errors.
6f6ab820 41
34ca0f4c
XF
422013-10-04 Xue Fuqiao <xfq.free@gmail.com>
43
44 * vc/vc-svn.el (vc-svn-find-admin-dir):
45 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
46 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
47 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
48 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
49
a27c1b72
SM
502013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
53
258ab3bc
SM
542013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * subr.el (read-passwd): Hide chars even when called within a context
57 where after-change-functions is disabled (bug#15501).
58 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
59 until we removed ourself from overriding-terminal-local-map.
60
939fb29c
LL
612013-10-04 Leo Liu <sdl.web@gmail.com>
62
258ab3bc
SM
63 * progmodes/octave.el (inferior-octave-mode):
64 Call compilation-forget-errors.
939fb29c 65
63bd7f35
XF
662013-10-04 Xue Fuqiao <xfq.free@gmail.com>
67
68 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
69
9e6229fa
MA
702013-10-04 Michael Albinus <michael.albinus@gmx.de>
71
72 * net/secrets.el (secrets-create-collection): Add optional
73 argument ALIAS. Use proper Label keyword. Append ALIAS as
74 dbus-call-method argument. (Bug#15516)
75
1dab32a3
LL
762013-10-04 Leo Liu <sdl.web@gmail.com>
77
78 * progmodes/octave.el (inferior-octave-error-regexp-alist)
79 (inferior-octave-compilation-font-lock-keywords): New variables.
80 (compilation-error-regexp-alist)
81 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
82 (inferior-octave-mode): Use compilation-shell-minor-mode.
83
6cad7ba3
JS
842013-10-04 Jorgen Schaefer <forcer@forcix.cx>
85
86 * minibuffer.el (completion--replace): Be careful that `end' might be
87 a marker.
88
acbadd00
DU
892013-10-03 Daiki Ueno <ueno@gnu.org>
90
91 Add support for package signature checking.
92 * emacs-lisp/package.el (url-http-file-exists-p)
93 (epg-make-context, epg-context-set-home-directory)
94 (epg-verify-string, epg-context-result-for)
95 (epg-signature-status, epg-signature-to-string)
96 (epg-check-configuration, epg-configuration)
97 (epg-import-keys-from-file): Declare.
98 (package-check-signature): New user option.
99 (package-unsigned-archives): New user option.
100 (package-desc): Add `signed' field.
101 (package-load-descriptor): Set `signed' field if .signed file exists.
102 (package--archive-file-exists-p): New function.
103 (package--check-signature): New function.
104 (package-install-from-archive): Check package signature.
105 (package--download-one-archive): Check archive signature.
106 (package-delete): Remove .signed file.
107 (package-import-keyring): New command.
108 (package-refresh-contents): Import default keyring.
109 (package-desc-status): Add "unsigned" status.
110 (describe-package-1, package-menu--print-info)
111 (package-menu-mark-delete, package-menu--find-upgrades)
112 (package-menu--status-predicate): Support "unsigned" status.
113
adf2aa61
SM
1142013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
117 the new compilation scheme using the new byte-codes.
118
119 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
120 (byte-pophandler): New byte codes.
121 (byte-goto-ops): Adjust accordingly.
122 (byte-compile--use-old-handlers): New var.
123 (byte-compile-catch): Use new byte codes depending on
124 byte-compile--use-old-handlers.
125 (byte-compile-condition-case--old): Rename from
126 byte-compile-condition-case.
127 (byte-compile-condition-case--new): New function.
128 (byte-compile-condition-case): New function that dispatches depending
129 on byte-compile--use-old-handlers.
130 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
131 when we can.
132
133 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
134 Optimize under `condition-case' and `catch' if
135 byte-compile--use-old-handlers is nil.
136 (disassemble-offset): Handle new bytecodes.
137
328a8179
SM
1382013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * subr.el (error): Use `declare'.
141 (decode-char, encode-char): Use advertised-calling-convention instead
142 of the docstring to discourage use of the `restriction' arg.
143
15a1e936
DU
1442013-10-03 Daiki Ueno <ueno@gnu.org>
145
146 * epg.el (epg-verify-file): Add a comment saying that it does not
147 notify verification error as a return value nor a signal.
148 (epg-verify-string): Ditto.
149
376f862a
KR
1502013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
151
152 * progmodes/compile.el (compilation-start): Try globbing the arg to
153 `cd' (bug#15417).
154
a2f93a5f
MA
1552013-10-02 Michael Albinus <michael.albinus@gmx.de>
156
157 Sync with Tramp 2.2.8.
158
159 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
160 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
161 * net/trampver.el: Update release number.
162
0daa0804
JD
1632013-10-01 Jan Djärv <jan.h.d@swipnet.se>
164
165 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
166 and default-process-coding-system for darwin only.
167
abd1ae34
SM
1682013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
171
be4e325d
MH
1722013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
173
174 * vc/vc-git.el (vc-git-grep): Disable pager.
175
e9155c4a
DG
1762013-10-01 Dmitry Gutov <dgutov@yandex.ru>
177
494e898b
DG
178 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
179 Use :url instead of :homepage, as per
180 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
181
e9155c4a
DG
182 * newcomment.el (comment-beginning): When `comment-use-syntax' is
183 non-nil, use `syntax-ppss' (Bug#15251).
184
481a8e0f
RS
1852013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
186
be4e325d
MH
187 * progmodes/octave.el (inferior-octave-startup-file):
188 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 189
056453c6
DG
1902013-09-29 Dmitry Gutov <dgutov@yandex.ru>
191
be4e325d
MH
192 * emacs-lisp/package.el (package-desc-from-define):
193 Accept additional arguments as plist, convert them to an alist and store
194 them in the `extras' slot.
056453c6
DG
195 (package-generate-description-file): Convert extras alist back to
196 plist and append to the `define-package' form arguments.
197 (package--alist-to-plist): New function.
198 (package--ac-desc): Add `extras' slot.
199 (package--add-to-archive-contents): Check if the archive-contents
200 vector is long enough, and if it is, pass its `extras' slot value
201 to `package-desc-create'.
202 (package-buffer-info): Call `lm-homepage', pass the returned value
203 to `package-desc-from-define'.
204 (describe-package-1): Render the homepage button (Bug#13291).
205
be4e325d
MH
206 * emacs-lisp/package-x.el (package-upload-buffer-internal):
207 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 208
832966e5
JD
2092013-09-29 Jan Djärv <jan.h.d@swipnet.se>
210
211 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
212 and default-process-coding-system to utf-8-unix (Bug#15402).
213
6cfe977d
XF
2142013-09-29 Xue Fuqiao <xfq.free@gmail.com>
215
216 * subr.el (looking-back): Do not recommend using looking-back.
217
38de11bd
AM
2182013-09-28 Alan Mackenzie <acm@muc.de>
219
220 Fix indentation/fontification of Java enum with "implements".
221
222 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
223 regexp which matches "implements", etc., in Java.
224 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
225 specifier clauses coming after "enum".
226 * progmodes/cc-fonts.el (c-font-lock-declarations)
227 (c-font-lock-enum-tail): Check for extra specifier clauses coming
228 after "enum".
229
1610938f
JD
2302013-09-28 Jan Djärv <jan.h.d@swipnet.se>
231
232 * faces.el (region): Change ns_selection_color to
233 ns_selection_fg_color, add ns_selection_bg_color.
234
e090f499
LL
2352013-09-28 Leo Liu <sdl.web@gmail.com>
236
4d2e94d1
LL
237 * progmodes/octave.el (inferior-octave-completion-table)
238 (inferior-octave-completion-at-point): Minor tweaks.
239
e090f499
LL
240 * textmodes/ispell.el (ispell-lookup-words): Rename from
241 lookup-words. (Bug#15460)
242 (lookup-words): Obsolete.
243 (ispell-complete-word, ispell-command-loop): All uses changed.
244
7e138a62
RS
2452013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
246
247 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
248 (octave-mode-menu): Add octave-send-buffer.
249 (octave-send-buffer): New function.
250
5af5ed08
RS
2512013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
252
253 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
254 octave-lookfor.
255 (octave-mode-menu): Add octave-lookfor.
256 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
257 octave-lookfor.
258 (octave-lookfor): New function.
259
3b7b2692
SM
2602013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * emacs-lisp/cl-macs.el:
263 (cl--loop-destr-temps): Remove.
264 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
265 its convention.
266 (cl--loop-set-iterator-function): New function.
267 (cl-loop): Adjust accordingly, so as not to use cl-subst.
268 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
269 Bind `it' with `let' instead of substituting it with `cl-subst'.
270 (cl--unused-var-p): New function.
271 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
272 Eliminate some unused variable warnings (bug#15326).
273
529fb53f
TH
2742013-09-27 Tassilo Horn <tsdh@gnu.org>
275
276 * doc-view.el (doc-view-scale-reset): Rename from
277 `doc-view-reset-zoom-level'.
278 (doc-view-scale-adjust): New command.
279 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
280 `doc-view-scale-adjust'.
281
0550c95a
TH
2822013-09-26 Tassilo Horn <tsdh@gnu.org>
283
284 * doc-view.el (doc-view-reset-zoom-level): New command.
285 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
286 zoom commands (bug#15466).
287
6950f152
KH
2882013-09-26 Kenichi Handa <handa@gnu.org>
289
290 * international/quail.el (quail-help): Make it not a command.
291
39587580
LL
2922013-09-26 Leo Liu <sdl.web@gmail.com>
293
294 * minibuffer.el (completion-all-sorted-completions): Make args
295 optional as they are.
296
00578659
DC
2972013-09-25 Daniel Colascione <dancol@dancol.org>
298
299 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
300 specs are and that they're not evaluated.
301
0c173878
SS
3022013-09-24 Sam Steingold <sds@gnu.org>
303
304 * midnight.el (clean-buffer-list-kill-regexps)
305 (clean-buffer-list-kill-buffer-names): Update for the new Man
306 buffer naming which includes the object name.
307
84998447
SM
3082013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * eshell/esh-cmd.el (eshell--sep-terms): New var.
311 (eshell-parse-command, eshell-parse-pipeline): Use it since
312 eshell-separate-commands requires a dynamic scoped var.
313 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
314
33215353
LL
3152013-09-23 Leo Liu <sdl.web@gmail.com>
316
317 * autoinsert.el (auto-insert-alist): Make the value of
318 lexical-binding match its file setting.
319
57b16162
JB
3202013-09-23 Juanma Barranquero <lekktu@gmail.com>
321
c8af4e67
JB
322 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
323
57b16162
JB
324 * autoarg.el (autoarg-kp-digit-argument):
325 * electric.el (Electric-command-loop):
326 * kmacro.el (kmacro-step-edit-insert):
327 Do not set universal-argument-num-events.
328
7186ba60
LL
3292013-09-22 Leo Liu <sdl.web@gmail.com>
330
331 * files.el (interpreter-mode-alist): Add octave.
332
ece15004
AM
3332013-09-21 Alan Mackenzie <acm@muc.de>
334
335 C++: fontify identifier in declaration following "public:" correctly.
336 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
337 to match "public", etc.
338 (c-decl-prefix-re): Add ":" into the C++ value.
339 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
340 bit. Add a check for a ":" preceded by "public", etc.
341
75d83e22
EZ
3422013-09-21 Eli Zaretskii <eliz@gnu.org>
343
344 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
345 recognized by GDB 7.5 and later.
346
d052d3bd
XF
3472013-09-21 Xue Fuqiao <xfq.free@gmail.com>
348
349 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
350
31dca772
R
3512013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * subr.el (internal--call-interactively): New const.
354 (called-interactively-p): Use it (bug#3984).
355
98ccf24e
XF
3562013-09-20 Xue Fuqiao <xfq.free@gmail.com>
357
358 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
359 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
360 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 361
c39cc7d1
SM
3622013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
365 (eshell-ls-orig-insert-directory): Remove.
366 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
367 (eshell-ls-use-in-dired): Use advice-add/remove.
368 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
369 Add `orig-fun' arg for use in :around advice.
370 Make it check (redundantly) eshell-ls-use-in-dired.
371
9a0289a2
GM
3722013-09-19 Glenn Morris <rgm@gnu.org>
373
a2c501b8
GM
374 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
375
c440407a
GM
376 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
377
9a0289a2
GM
378 * emacs-lisp/eieio.el (class-parent): Undo previous change.
379
85e05915
MA
3802013-09-19 Michael Albinus <michael.albinus@gmx.de>
381
382 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
383 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
384 (tramp-get-remote-python): New defuns.
385 (tramp-get-remote-uid-with-perl)
386 (tramp-get-remote-gid-with-perl): New defuns. Perl code
387 contributed by yary <not.com@gmail.com> (tiny change).
388 (tramp-get-remote-uid-with-python)
389 (tramp-get-remote-gid-with-python): New defuns. Python code
390 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
391 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
392
ce503312
GM
3932013-09-19 Glenn Morris <rgm@gnu.org>
394
f7544773
GM
395 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
396
72fd2877
GM
397 * eshell/em-unix.el (eshell-remove-entries):
398 Rename argument to avoid name-clash with global `top-level'.
399
336b5a56
GM
400 * eshell/esh-proc.el (eshell-kill-process-function):
401 Remove eshell-reset-after-proc from eshell-kill-hook if present.
402 (eshell-reset-after-proc): Remove unused arg `proc'.
403
57a3a53d
GM
404 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
405 (directory-files-and-attributes): Mark unused arg.
406
3261d4af
GM
407 * eshell/em-unix.el (eshell-remove-entries):
408 Remove unused arg `path'. Update callers.
409
8e51b5d0
GM
410 * eshell/em-hist.el (eshell-hist-parse-arguments):
411 Remove unused arg `silent'. Update callers.
412
ce503312
GM
413 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
414 Fix (f)boundp mix-up.
415
416 * eshell/em-smart.el (eshell-smart-scroll-window)
417 (eshell-disable-after-change):
336b5a56 418 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 419
ee3ce8a7
AM
4202013-09-18 Alan Mackenzie <acm@muc.de>
421
422 Fix fontification of type when followed by "const".
423 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
424 "known" types from fontification.
425
ec9177ba
GM
4262013-09-18 Glenn Morris <rgm@gnu.org>
427
7bb3e768
GM
428 * emacs-lisp/chart.el (x-display-color-cells): Declare.
429 (chart-face-list): Drop Emacsen without display-color-p.
430
5148da15
GM
431 * net/eww.el (libxml-parse-html-region): Declare.
432 (eww-display-html): Explicit error if no libxml2 support.
433
2f68e157
GM
434 * doc-view.el (doc-view-mode): Silence --without-x compilation.
435
9019d095
GM
436 * image.el (image-type-from-buffer, image-multi-frame-p):
437 Remove --without-x warning/error.
67645389 438
5f30349b 439 * mouse.el (mouse-yank-primary):
45069b2e 440 * term.el (term-mouse-paste):
5f30349b
GM
441 Reorder to silence --without-x compilation.
442
cd8edbbe
GM
443 * mpc.el (doc-view-mode): Silence --without-x compilation.
444
8a78544e
GM
445 * mail/rmailmm.el (rmail-mime-set-bulk-data):
446 Silence --without-x compilation.
447
12679bfd
GM
448 * progmodes/gud.el (gud-find-file, gud-mode):
449 Silence --without-x compilation.
450 (tooltip-mode): Declare.
30810a05 451
f0047cb9
GM
452 * wdired.el (dired-backup-overwrite): Remove declaration.
453 (wdired-mode-map): Add doc string.
454
e740f9d2
GM
455 * custom.el (x-get-resource): Declare.
456
92d77c89
GM
457 * eshell/em-glob.el (ange-cache):
458 * eshell/em-unix.el (ange-cache): Declare.
459
76e69577
GM
460 * faces.el (x-display-list, x-open-connection, x-get-resource):
461 Declare.
7e58af4b
GM
462
463 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
464 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
465 Declare.
76e69577 466
4bd4c0af 467 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 468
ffb82dbd
GM
469 * net/gnutls.el (gnutls-log-level): Declare.
470
986ed135
GM
471 * net/shr.el (image-size, image-animate): Declare.
472
e740f9d2
GM
473 * simple.el (font-info): Declare.
474
d2f3e9f8
GM
475 * subr.el (x-popup-dialog): Declare.
476
047a1a4c
GM
477 * term/common-win.el (x-select-enable-primary)
478 (x-last-selected-text-primary, x-last-selected-text-clipboard):
479 Declare.
480
f4a1d572
GM
481 * term/ns-win.el (x-handle-args): Declare.
482
e843de77
GM
483 * term/x-win.el (x-select-enable-clipboard): Declare.
484
5fa89513
GM
485 * term/w32-win.el (create-default-fontset): Declare.
486
38702b5b
GM
487 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
488 Declare.
489
e740f9d2
GM
490 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
491 (fit-frame-to-buffer): Explicit error if --without-x.
492 (mouse-autoselect-window-select): Silence compiler.
493
49a053fc
GM
494 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
495
496 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
497 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
498 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 499 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
500 Remove unused local variables.
501
502 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
503
ec9177ba
GM
504 * textmodes/two-column.el: Make 2C-split work for --without-x.
505 (scroll-bar-columns): Autoload.
506 (top-level): Require fringe when compiling.
507
9f25cb77
LL
5082013-09-18 Leo Liu <sdl.web@gmail.com>
509
510 * subr.el (add-hook): Robustify to handle closure as well.
511
2b42da98
GM
5122013-09-17 Glenn Morris <rgm@gnu.org>
513
514 * simple.el (messages-buffer-mode-map): Unbind "g".
515
e8b66a6a
SM
5162013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
517
9c0ad4f7
SM
518 * help-mode.el (help-mode-finish): Use derived-mode-p.
519 Remove obsolete highlighting.
520
7a806dfb
SM
521 * play/life.el (life-mode): Use define-derived-mode. Derive from
522 special-mode.
523 (life): Let-bind inhibit-read-only.
524 (life-setup): Avoid `setq'. Use `life-mode'.
525
96dbf5a8
SM
526 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
527 which should not be needed any more.
528 (package-menu-refresh, package-menu-describe-package): Use user-error.
529
e8b66a6a
SM
530 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
531 (eshell-post-rewrite-command-hook): Make obsolete.
532 (eshell-parse-command): Simplify.
533 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
534 (eshell--cmd): Declare.
535 (eshell-parse-pipeline): Remove unused var `final-p'.
536 Pass a dynvar to eshell-post-rewrite-command-hook.
537 Implement the new eshell-post-rewrite-command-function.
538 (eshell-invoke-directly): Remove unused arg `input'.
539 * eshell/esh-io.el (eshell-io-initialize):
540 Use eshell-post-rewrite-command-function (bug#15399).
541 (eshell--apply-redirections): Rename from eshell-apply-redirections;
542 adjust to new calling convention.
543 (eshell-create-handles): Rename args to avoid clashing with dynvar
544 `standard-output'.
545
90582f05
GM
5462013-09-17 Glenn Morris <rgm@gnu.org>
547
548 * simple.el (messages-buffer-mode): New major mode.
549 (messages-buffer): New function.
550 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
551 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 552 (ert-run-test): Use `messages-buffer' function.
90582f05 553 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
554 * help.el (view-echo-area-messages): Use `messages-buffer' function.
555 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 556
39eb0cb5 5572013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
558
559 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
560
1f1e06e2
SM
561 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
562
70568a90
SM
5632013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
564
504a0381
SM
565 * icomplete.el (icomplete-in-buffer): New var.
566 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
567 vars and replace them with functions.
568 (icomplete-minibuffer-setup): Adjust accordingly.
569 (icomplete--completion-table, icomplete--completion-predicate)
570 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
571 New functions.
572 (icomplete-forward-completions, icomplete-backward-completions)
573 (icomplete-simple-completing-p, icomplete-exhibit)
574 (icomplete-completions): Use them.
575 (icomplete--in-region-buffer): New var.
576 (icomplete--in-region-setup): New function.
577 (icomplete-mode): Use it.
578
70568a90
SM
579 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
580 (bug#15379).
581 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
582 return args and options.
583 (eshell-eval-using-options): Use the new return value of
584 eshell--do-opts to set the options's vars in their scope.
585 (eshell--set-option): Rename from eshell-set-option.
586 Add arg `opt-vals'.
587 (eshell--process-option): Rename from eshell-process-option.
588 Add arg `opt-vals'.
589 (eshell--process-args): Use an `opt-vals' alist to store the options's
590 values during their processing and return them additionally to the
591 remaining args.
592
578c21bc
DG
5932013-09-15 Dmitry Gutov <dgutov@yandex.ru>
594
595 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
596 continuation character an operator, as far as indentation is
597 concerned (Bug#15369).
598
c089653d
MR
5992013-09-15 Martin Rudalics <rudalics@gmx.at>
600
601 * window.el (window--state-put-2): Don't process buffer state
602 when buffer doesn't exist any more (Bug#15382).
603
1e53bb4b
GM
6042013-09-15 Glenn Morris <rgm@gnu.org>
605
30753242
GM
606 * eshell/em-unix.el (eshell/rm):
607 Make -f ignore missing files. (Bug#15373)
608
1e53bb4b
GM
609 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
610 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
611 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
612
0d8863b3
GM
6132013-09-14 Glenn Morris <rgm@gnu.org>
614
615 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
616
d3fc6549
GM
6172013-09-13 Glenn Morris <rgm@gnu.org>
618
619 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
620 (dired-guess-default): Make `file' available in the env. (Bug#15363)
621
fcd42c11
DA
6222013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
623
624 * frame.el (x-focus-frame): Mark as declared in frame.c.
625
7830899f
SM
6262013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * ls-lisp.el: Use advice-add.
629 (original-insert-directory): Remove.
630 (ls-lisp--insert-directory): Rename from insert-directory; add
631 `orig-fun' argument.
632 (insert-directory): Advise.
633
84387cd2
EZ
6342013-09-13 Eli Zaretskii <eliz@gnu.org>
635
636 * term.el (term-emulate-terminal): Decode the command string
637 before passing it to term-command-hook. (Bug#15337)
638
35ffc6ba
GM
6392013-09-13 Glenn Morris <rgm@gnu.org>
640
5c3f9bcc
GM
641 * eshell/esh-util.el (ange-cache): Move declaration earlier.
642
2ada368a
GM
643 * eshell/esh-ext.el (eshell-search-path): Declare.
644
fcef2e13
GM
645 * eshell/em-prompt.el (eshell/pwd): Autoload it.
646 Otherwise an error occurs if eshell-dirs module not loaded.
647
35ffc6ba
GM
648 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
649
35c3d36e
MA
6502013-09-13 Michael Albinus <michael.albinus@gmx.de>
651
652 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
653 `tramp-check-proper-host'. Check for a valid method name.
654
655 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
656 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
657 * net/tramp-sh.el (tramp-maybe-open-connection):
658 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
659
660 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
661 also for hash values.
662
ae5e4c48
SM
6632013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
664
379add74
SM
665 * term/ns-win.el (parameters): Don't declare as dynamic.
666 (before-make-frame-hook): Don't add ineffective function.
667
ae5e4c48
SM
668 * eshell/*.el: Use lexical-binding (bug#15231).
669
b5623270
KH
6702013-09-12 Kenichi Handa <handa@gnu.org>
671
ae5e4c48 672 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 673
30213927
GM
6742013-09-12 Glenn Morris <rgm@gnu.org>
675
be94d713 676 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 677 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 678
44915370
GM
679 * subr.el (do-after-load-evaluation): Also give compiler warnings
680 when obsolete files are used (except by obsolete files).
681
a6ae021f
GM
682 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
683 in the status output, assume `filename' is the first. (Bug#15322)
684
40e64f0c
GM
685 * vc/vc.el (vc-deduce-fileset): Doc fix.
686
16d9f896
GM
687 * calc/calc-help.el (Info-goto-node):
688 * progmodes/cperl-mode.el (Info-find-node):
689 * vc/ediff.el (Info-goto-node): Update declarations.
690
dea01c6e
GM
691 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
692
759880bf 693 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
694 (vc-bzr-pull): Require vc-dispatcher.
695 * vc/vc-git.el (vc-compilation-mode): Declare.
696 (vc-git-pull): Require vc-dispatcher.
697
08d66420
GM
698 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
699
30b626e9
GM
700 * progmodes/octave.el (help-button-action): Declare.
701
8c05cb10
GM
702 * shell.el (shell-directory-tracker): Output error as a message
703 rather than just returning it as a string.
704 (shell-process-pushd): Remove useless use of message.
705
30213927
GM
706 * dframe.el (dframe-timer-fn):
707 * files.el (dir-locals-read-from-file):
708 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
709 (mpc-format):
710 * reveal.el (reveal-post-command):
711 * saveplace.el (load-save-place-alist-from-file):
712 * shell.el (shell-resync-dirs):
713 * w32-common-fns.el (x-get-selection-value):
714 * emacs-lisp/copyright.el (copyright-find-copyright):
715 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
716 * emulation/tpu-edt.el (tpu-copy-keyfile):
717 * play/bubbles.el (bubbles--mark-neighbourhood):
718 * progmodes/executable.el
719 (executable-make-buffer-file-executable-if-script-p):
720 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
721
d3b049e6
SM
7222013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
723
170266d0
SM
724 Cleanup Eshell to rely less on dynamic scoping.
725 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
726 last-value, and ext-command here. Bind `args' closer to `body'.
727 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
728 (eshell--args): Declare new dynamic var.
729 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
730 last-value, and ext-command. Pass `args' to `body'.
731 (eshell-process-args): Bind eshell--args.
732 (eshell-set-option): Use eshell--args.
733 * eshell/eshell.el (eshell): Use derived-mode-p.
734 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
735 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
736 (eshell-glob-function): Declare.
737 * eshell/esh-util.el: Require cl-lib.
738 (eshell-read-hosts-file): Avoid add-to-list.
739 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
740 `err'.
741 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
742 Declare.
743 (eshell/diff): Remove unused var `err'.
744 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
745 `killflag'.
746 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
747 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
748 first use.
749 * eshell/em-glob.el (eshell-glob-matches, message-shown):
750 Move declaration before first use.
751 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
752 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
753 rely on cl-return.
754
56834f3b
GM
7552013-09-12 Glenn Morris <rgm@gnu.org>
756
757 * term/ns-win.el (global-map): Remove binding for ispell-next,
758 deleted 1999-05-29. (Bug#15357)
759
5c91a2b8
GM
7602013-09-11 Glenn Morris <rgm@gnu.org>
761
da712f22
GM
762 * echistory.el (electric-command-history): Remove call to deleted func.
763
512e4cdc
GM
764 * play/landmark.el (landmark-mode): Fix typos.
765
d3506ca5
GM
766 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
767 Check cvs-sort-ignore-file is bound.
768
5c91a2b8
GM
769 * savehist.el: No need for cl when compiling on Emacs.
770
feeff482
SM
7712013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
772
656bd483
SM
773 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
774 (bug#15338).
d3b049e6
SM
775 (eshell-self-insert-command, eshell-send-invisible):
776 Remove unused argument.
656bd483
SM
777 (eshell-handle-control-codes): Remove unused var `orig'.
778 Avoid delete-backward-char.
779
feeff482
SM
780 * files.el (set-auto-mode): Simplify a bit further.
781
2a08047a
GM
7822013-09-11 Glenn Morris <rgm@gnu.org>
783
784 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
785 (set-auto-mode): Don't regexp-quote elements.
786 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
787 * progmodes/cc-mode.el (interpreter-mode-alist):
788 * progmodes/ruby-mode.el (interpreter-mode-alist):
789 Revert previous change.
790
34675540
SM
7912013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
792
1b3b87df
SM
793 * play/snake.el (snake-mode):
794 * play/mpuz.el (mpuz-mode):
795 * play/landmark.el (lm-mode):
796 * play/blackbox.el (blackbox-mode):
797 * play/5x5.el (5x5-mode):
798 * obsolete/options.el (Edit-options-mode):
799 * net/quickurl.el (quickurl-list-mode):
800 * net/newst-treeview.el (newsticker-treeview-mode):
801 * mail/rmailsum.el (rmail-summary-mode):
802 * mail/mspools.el (mspools-mode):
803 * locate.el (locate-mode):
804 * ibuffer.el (ibuffer-mode):
805 * emulation/ws-mode.el (wordstar-mode):
806 * emacs-lisp/debug.el (debugger-mode):
807 * array.el (array-mode):
808 * net/eudc.el (eudc-mode): Use define-derived-mode.
809 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
810 Move initialization into declaration.
811 (mairix-searches-mode): Use define-derived-mode.
812 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
813 (eudc-edit-hotlist): Use dolist.
814 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
815 (Man-mode): Use define-derived-mode.
816 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
817 (Info-edit-mode): Use define-derived-mode.
818 (Info-cease-edit): Use Info-mode.
819 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
820 into declaration.
821 (eshell-mode): Use define-derived-mode.
822 * chistory.el (command-history-mode-map): Rename from
823 command-history-map.
824 (command-history-mode): Use define-derived-mode.
da712f22 825 (Command-history-setup): Remove function.
1b3b87df
SM
826 * calc/calc.el (calc-trail-mode-map): New var.
827 (calc-trail-mode): Use define-derived-mode.
828 (calc-trail-buffer): Set calc-main-buffer manually.
829 * bookmark.el (bookmark-insert-annotation): New function.
830 (bookmark-edit-annotation): Use it.
831 (bookmark-edit-annotation-mode): Make it a proper major mode.
832 (bookmark-send-edited-annotation): Use derived-mode-p.
833 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
834 closer to its ideal place. Use \' to match EOS.
835
34675540
SM
836 * profiler.el (profiler-calltree-find): Use function-equal.
837
6a5c15d9
GM
8382013-09-10 Glenn Morris <rgm@gnu.org>
839
1af4c220
GM
840 * files.el (interpreter-mode-alist): Convert to regexps.
841 (set-auto-mode): Adapt for this. (Bug#15306)
842 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
843 Comment out unused variable.
844 * progmodes/cc-mode.el (interpreter-mode-alist):
845 * progmodes/python.el (interpreter-mode-alist):
846 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
847 * progmodes/sh-script.el (sh-set-shell):
848 No longer use interpreter-mode-alist to get list of shells.
849
6a5c15d9
GM
850 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
851
8c27f5ff
SM
8522013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
853
02ef6c1a 854 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 855 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
856 Bind switch-frame explicitly. Replace universal-argument-minus with
857 a conditional binding.
858 (universal-argument-num-events, saved-overriding-map): Remove.
859 (restore-overriding-map): Remove.
860 (universal-argument--mode): Rename from save&set-overriding-map,
861 and rewrite.
862 (universal-argument, universal-argument-more, negative-argument)
863 (digit-argument): Adjust accordingly.
864 (universal-argument-minus): Remove.
865 (universal-argument-other-key): Remove.
866
8c27f5ff
SM
867 * subr.el (with-demoted-errors): Add `format' argument.
868
6480194c
MA
8692013-09-10 Michael Albinus <michael.albinus@gmx.de>
870
871 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
872 `tramp-cleanup-connection'.
873
874 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
875 parameters KEEP-DEBUG and KEEP-PASSWORD.
876
877 * net/tramp.el (tramp-file-name-handler):
878 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
879 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
880 (tramp-maybe-open-connection):
8c27f5ff
SM
881 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
882 Use `tramp-cleanup-connection'.
6480194c 883
8c27f5ff
SM
884 * net/tramp-sh.el (tramp-maybe-open-connection):
885 Catch 'uname-changed inside the progress reporter.
6480194c 886
e5e916d8
GM
8872013-09-10 Glenn Morris <rgm@gnu.org>
888
9a2c9b47
GM
889 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
890
e5e916d8
GM
891 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
892 returns "alternate access method" in mode (eg "-rw-r--r--.").
893
144e38fe
GM
8942013-09-08 Glenn Morris <rgm@gnu.org>
895
896 * saveplace.el (load-save-place-alist-from-file):
897 Demote errors. (Bug#15305)
898
af9ff9e8
MA
8992013-09-08 Michael Albinus <michael.albinus@gmx.de>
900
901 Improve compatibility with older Emacsen, and XEmacs.
902
903 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
904 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
905 (with-tramp-progress-reporter): Do not let-bind `result'.
906 This yields to scoping errors in XEmacs.
af9ff9e8
MA
907 (tramp-handle-make-auto-save-file-name): New function, moved from
908 tramp-sh.el.
909
910 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
911 for `make-auto-save-file-name'.
8c27f5ff
SM
912 (tramp-adb--gnu-switches-to-ash):
913 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
914
915 * net/tramp-cache.el (tramp-cache-print): Call
916 `substring-no-properties' only if it is bound. It isn't for XEmacs.
917
918 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
919 bound. It isn't for XEmacs.
920
8c27f5ff
SM
921 * net/tramp-compat.el (tramp-compat-copy-file):
922 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
923 (tramp-compat-replace-regexp-in-string): New defun.
924
925 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
926 for `make-auto-save-file-name'.
927 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
928 `copy-file'.
929 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
930 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
931 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
932
8c27f5ff
SM
933 * net/tramp-gw.el (tramp-gw-open-network-stream):
934 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 935
8c27f5ff
SM
936 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
937 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
938 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
939 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
940 (tramp-sh-file-inotifywait-process-filter):
941 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
942 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
943
944 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
945 for `make-auto-save-file-name'.
8c27f5ff
SM
946 (tramp-smb-handle-copy-directory):
947 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
948 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
949 (tramp-smb-handle-copy-file): Improve error message.
950 (tramp-smb-handle-rename-file): Rename directly only in case
951 `newname' does not exist yet. This is a restriction of smbclient.
952 (tramp-smb-maybe-open-connection): Rerun the function only when
953 `auth-sources' is non-nil.
954
0ca754d0
KH
9552013-09-08 Kenichi Handa <handa@gnu.org>
956
957 * international/characters.el: Set category "^" (Combining) for
958 more characters.
959
e8dd0787
AM
9602013-09-07 Alan Mackenzie <acm@muc.de>
961
962 Correctly fontify Java class constructors.
963 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
964 in Java Mode.
965 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
966 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
967 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
968 "typeless" declaration there.
969
f2f248e7
RW
9702013-09-07 Roland Winkler <winkler@gnu.org>
971
972 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
973 field subtitle for entry type book.
974
67982e2b
SM
9752013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * minibuffer.el: Make minibuffer-complete call completion-in-region
978 rather than other way around.
979 (completion--some, completion-pcm--find-all-completions):
980 Don't delay signals when debugging.
981 (minibuffer-completion-contents): Beware fields within the
982 minibuffer contents.
983 (completion-all-sorted-completions): Use defvar-local.
984 (completion--do-completion, completion--cache-all-sorted-completions)
985 (completion-all-sorted-completions, minibuffer-force-complete):
986 Add args `beg' and `end'.
987 (completion--in-region-1): New fun, extracted from minibuffer-complete.
988 (minibuffer-complete): Use completion-in-region.
989 (completion-complete-and-exit): New fun, extracted from
990 minibuffer-complete-and-exit.
991 (minibuffer-complete-and-exit): Use it.
992 (completion--complete-and-exit): Rename from
993 minibuffer--complete-and-exit.
994 (completion-in-region--single-word): New function, extracted from
995 minibuffer-complete-word.
996 (minibuffer-complete-word): Use it.
997 (display-completion-list): Make `common-substring' argument obsolete.
998 (completion--in-region): Call completion--in-region-1 instead of
999 minibuffer-complete.
1000 (completion-help-at-point): Pass boundaries to
1001 minibuffer-completion-help as args rather than via an overlay.
1002 (completion-pcm--string->pattern): Use `any-delim'.
1003 (completion-pcm--optimize-pattern): New function.
1004 (completion-pcm--pattern->regex): Handle `any-delim'.
1005 * icomplete.el (icomplete-forward-completions)
1006 (icomplete-backward-completions, icomplete-completions):
1007 Adjust calls to completion-all-sorted-completions and
1008 completion--cache-all-sorted-completions.
1009 (icomplete-with-completion-tables): Default to t.
1010 * emacs-lisp/crm.el (crm--current-element): Rename from
1011 crm--select-current-element. Don't put an overlay but return the
1012 boundaries instead.
1013 (crm--completion-command): Take two new args to bind to the boundaries.
1014 (crm-completion-help): Adjust accordingly.
1015 (crm-complete): Use completion-in-region.
1016 (crm-complete-word): Use completion-in-region--single-word.
1017 (crm-complete-and-exit): Use completion-complete-and-exit.
1018
e17d94a5
SM
10192013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1022 than dynamically.
1023
96727100
JL
10242013-09-06 Juri Linkov <juri@jurta.org>
1025
1026 * info.el (Info-display-images-node): When image file doesn't exist
1027 display text version of the image if it's provided in the Info file.
1028 Otherwise, display the location of missing image from SRC attribute.
1029 Add help-echo text property from ALT attribute. (Bug#15279)
1030
86cf7329
SM
10312013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1034 (edit-abbrevs-mode): Use define-derived-mode.
1035
1036 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1037 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1038 that it's defined.
1039 (epa-key-list-mode, epa-key-mode, epa-info-mode):
1040 Use define-derived-mode.
1041
1042 * epg.el (epg-start-encrypt): Minor CSE simplification.
1043
816244a2
WX
10442013-09-06 William Xu <william.xwl@gmail.com>
1045
1046 * arc-mode.el: Add support for 7za (bug#15264).
1047 (archive-7z-program): New var.
1048 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1049 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1050 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1051
1486fa31
MA
10522013-09-06 Michael Albinus <michael.albinus@gmx.de>
1053
1054 Remove URL syntax.
1055
1056 * net/tramp.el (tramp-syntax, tramp-prefix-format)
1057 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1058 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1059 (tramp-postfix-host-format, tramp-file-name-regexp)
1060 (tramp-completion-file-name-regexp)
1061 (tramp-completion-dissect-file-name)
1062 (tramp-handle-substitute-in-file-name): Remove 'url case.
1063 (tramp-file-name-regexp-url)
1064 (tramp-completion-file-name-regexp-url): Remove constants.
1065
39785324
GM
10662013-09-06 Glenn Morris <rgm@gnu.org>
1067
1068 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
1069
1f896cb7
DG
10702013-09-05 Dmitry Gutov <dgutov@yandex.ru>
1071
1072 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1073 keywords" below "here-doc beginnings" (Bug#15270).
1074
c0458e0b
SM
10752013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * subr.el (pop): Use `car-safe'.
1078 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1079 to detect unused `pop' return value.
1080
1081 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1082 var `block-regexp'.
1083 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1084 (python-fill-string): Remove unused var `marker'.
1085 (python-skeleton-add-menu-items): Remove unused var `items'.
1086
1087 * international/mule-cmds.el: Require CL.
1088 (find-coding-systems-for-charsets): Avoid add-to-list.
1089 (sanitize-coding-system-list): New function, extracted from
1090 select-safe-coding-system-interactively.
1091 (select-safe-coding-system-interactively): Use it.
1092 (read-input-method-name): Accept symbols for `default'.
1093
1094 * emacs-lisp/advice.el (defadvice): Add indent rule.
1095
6c42fc3e
DH
10962013-09-05 Daniel Hackney <dan@haxney.org>
1097
1098 * dired-x.el:
1099 * net/ange-ftp.el:
1100 * net/browse-url.el:
1101 * net/dbus.el:
1102 * net/eudc.el:
1103 * net/eudcb-ldap.el:
1104 * net/eww.el:
1105 * net/imap.el:
1106 * printing.el:
1107 * vc/ediff-diff.el:
1108 * vc/ediff-init.el:
1109 * vc/ediff-merg.el:
1110 * vc/ediff-mult.el:
1111 * vc/ediff-util.el:
1112 * vc/ediff-wind.el:
1113 * vc/ediff.el:
1114 * vc/emerge.el:
1115 * vc/pcvs.el:
1116 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1117 byte compiler. Remove some unused let-bound variables.
1118
4c528aab
SM
11192013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1122 a "ref-cell", since it gets better optimized (bug#14883).
1123
bd15c390
GM
11242013-09-05 Glenn Morris <rgm@gnu.org>
1125
1126 * progmodes/cc-awk.el (c-forward-sws): Declare.
1127
1c3ac2e5
GM
11282013-09-04 Glenn Morris <rgm@gnu.org>
1129
1130 * generic-x.el [rul-generic-mode]: Require cc-mode.
1131 (c++-mode-syntax-table): Declare.
1132 (rul-generic-mode-syntax-table): Init in the defvar.
1133
52b1cc79
SM
11342013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1135
c828af56
SM
1136 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1137 (vc-do-command, vc-set-async-update):
1138 * vc/vc-mtn.el (vc-mtn-dir-status):
1139 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1140 (vc-hg-pull, vc-hg-merge-branch):
1141 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1142 (vc-git-merge-branch):
1143 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1144 (vc-cvs-dir-status-files):
1145 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1146 (vc-bzr-dir-status-files):
1147 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1148 * vc/vc-annotate.el: Use lexical-binding.
1149 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1150 (vc-sentinel-movepoint): Declare.
1151 (vc-annotate): Don't use `goto-line'.
1152 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1153 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1154 (vc-sentinel-movepoint): Declare.
1155 * vc/vc-svn.el: Use lexical-binding.
1156 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1157 * vc/vc-sccs.el:
1158 * vc/vc-rcs.el: Use lexical-binding.
1159
abae272c
SM
1160 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1161 `deleted'. Don't drop errors silently.
1162
52b1cc79
SM
1163 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1164
63191d9f
XF
11652013-09-04 Xue Fuqiao <xfq.free@gmail.com>
1166
1167 * vc/vc.el (vc-ignore): Rewrite.
1168 (vc-default-ignore): New function.
1169 (vc-default-ignore-completion-table): Use find-ignore-file.
1170
1171 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1172 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1173 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1174 Remove. Most code moved to vc.el.
1175
9d3f707c
SM
11762013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1177
abae272c 1178 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
1179 * net/tramp-smb.el (tramp-smb-get-file-entries):
1180 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1181 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1182
fde38d49
SM
1183 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1184 Update call to it.
1185 (eww-change-select): Remove unused var `properties'.
1186 (eww-make-unique-file-name): Remove unused var `base'.
1187
1188 * finder.el (finder-compile-keywords): Don't mess with windows.
1189
84032db7
SM
1190 * calculator.el (calculator-funcall): Fix typo in last change.
1191
724f5e41
SM
1192 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1193
14b511d4
SM
1194 * emacs-lisp/package.el (package-activate-1): Don't let a missing
1195 <pkg>-autoloads.el file stop us.
1196
9d3f707c 1197 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 1198 warnings, and factor out common code.
9d3f707c 1199
88527bc0
DG
12002013-09-03 Dmitry Gutov <dgutov@yandex.ru>
1201
1202 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
1203 two-character operators and whether the character preceding them
1204 changes their meaning (Bug#15208).
1205
96edb677
FEG
12062013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1207
1208 Format code sent to Python shell for robustness.
9d3f707c
SM
1209 * progmodes/python.el (python-shell-buffer-substring):
1210 New function.
96edb677
FEG
1211 (python-shell-send-region, python-shell-send-buffer): Use it.
1212
95beaef3
MA
12132013-09-02 Michael Albinus <michael.albinus@gmx.de>
1214
1215 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
1216 * net/tramp.el (tramp-user-error): ... here.
1217 (tramp-find-method, tramp-check-proper-host)
1218 (tramp-dissect-file-name, tramp-debug-message)
1219 (tramp-handle-shell-command):
1220 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1221 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
1222
1223 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
1224
f167c27b
MR
12252013-09-02 Martin Rudalics <rudalics@gmx.at>
1226
1227 * avoid.el (mouse-avoidance-point-position)
1228 (mouse-avoidance-too-close-p): Handle case where posn-at-point
1229 returns nil.
1230
cd16c5f1
FEG
12312013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1232
1233 * progmodes/python.el (python-shell-completion-get-completions):
1234 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 1235 (python-nav-if-name-main): New command.
cd16c5f1 1236
e73c3a0d
GM
12372013-09-01 Glenn Morris <rgm@gnu.org>
1238
f8ccce03
GM
1239 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1240 Avoid leading space in $wins. Otherwise the sed command used by
1241 eg compile-main ends up containing "/*.el". (Bug#15170)
1242
e73c3a0d
GM
1243 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
1244
415f808e
GM
12452013-08-30 Glenn Morris <rgm@gnu.org>
1246
1247 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1248 Fix is-this-a-directory logic. (Bug#15220)
1249
f069bba8
SM
12502013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1251
112798c1
SM
1252 * textmodes/css-mode.el: Use SMIE.
1253 (css-smie-grammar): New var.
1254 (css-smie--forward-token, css-smie--backward-token)
1255 (css-smie-rules): New functions.
1256 (css-mode): Use them.
1257 (css-navigation-syntax-table): Remove var.
1258 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
1259 (css-indent-calculate, css-indent-line): Remove functions.
1260
1261 Misc changes to reduce use of `(lambda...); and other cleanups.
1262 * cus-edit.el: Use lexical-binding.
1263 (customize-push-and-save, customize-apropos)
1264 (custom-buffer-create-internal): Use closures.
1265 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
1266 * progmodes/ada-xref.el: Use setq.
1267 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
1268 * dframe.el: Use lexical-binding.
1269 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
1270 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
1271 * descr-text.el: Use lexical-binding.
1272 (describe-text-widget, describe-text-sexp, describe-property-list):
1273 Use closures.
1274 * comint.el (comint-history-isearch-push-state): Use a closure.
1275 * calculator.el: Use lexical-binding.
1276 (calculator-number-to-string): Make it work with lexical-binding.
1277 (calculator-funcall): Same and use cl-letf.
1278
2da4c3ab
SM
1279 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
1280 (lisp--company-doc-string, lisp--company-location): New functions.
1281 (lisp-completion-at-point): Use them to improve Company support.
1282
f069bba8
SM
1283 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
1284 params of lambda expressions.
1285 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
1286 (ruby-smie--opening-pipe-p): New function.
1287 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
1288 symbols and matched |...| for formal params.
1289 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
1290 from being treated as hanging. Handle "rescue".
1291
6758b6a8
GM
12922013-08-29 Glenn Morris <rgm@gnu.org>
1293
1294 * progmodes/cc-engine.el (c-pull-open-brace):
1295 Move definition before use.
1296
e8dfd197
SM
12972013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
1300 are immutable. Don't use `unsafe' any more.
1301 (cl--defsubst-expand): Don't substitute at the same time as keeping
1302 a residual unused let-binding. Don't use `unsafe' any more.
1303
cc585c96
GM
13042013-08-29 Glenn Morris <rgm@gnu.org>
1305
ba579ea6
GM
1306 * calendar/cal-china.el (calendar-chinese-year-cache):
1307 Recenter on 2015.
1308
8201a87e
GM
1309 * nxml/nxml-util.el (nxml-debug-clear-inside):
1310 Use cl-loop rather than loop.
1311
6ee877c7
GM
1312 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
1313
cc585c96
GM
1314 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
1315
27be8d39
GM
13162013-08-28 Glenn Morris <rgm@gnu.org>
1317
397440a1
GM
1318 * progmodes/antlr-mode.el: No need to require cc-mode twice.
1319
2bb762d4
GM
1320 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
1321
27be8d39
GM
1322 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
1323
2d69b99e
SM
13242013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1325
f663baa7
SM
1326 * simple.el (repeat-complex-command--called-interactively-skip):
1327 New function.
1328 (repeat-complex-command): Use it (bug#14136).
1329
dd4f8b74
SM
1330 * progmodes/cc-mode.el: Minor cleanup of var declarations.
1331 (c-define-abbrev-table): Add `doc' argument.
1332 (c-mode-abbrev-table, c++-mode-abbrev-table)
1333 (objc-mode-abbrev-table, java-mode-abbrev-table)
1334 (idl-mode-abbrev-table, pike-mode-abbrev-table)
1335 (awk-mode-abbrev-table): Use it.
1336 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
1337 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
1338 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
1339 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
1340 Move initialization into the declaration; and remove any
1341 autoload cookie.
1342
b58969f7
SM
1343 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
1344 and dynamic let binding.
1345
4021d6a6
SM
1346 * vc/smerge-mode.el: Remove redundant :group args.
1347
2d69b99e
SM
1348 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
1349 to load-path.
1350
274919fd
JL
13512013-08-28 Juri Linkov <juri@jurta.org>
1352
1353 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
1354 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
1355 (isearch-other-meta-char): Handle an undefined shifted printing
1356 character by downshifting it. (Bug#15200)
1357
121f8c95
JL
13582013-08-28 Juri Linkov <juri@jurta.org>
1359
1360 * isearch.el (isearch-search): Change regexp error message for
1361 non-regexp searches. (Bug#15166)
1362
50b13cde
PE
13632013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1364
1365 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1366 for portability to hosts where /bin/sh has problems.
1367
95888bca
SM
13682013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
1371
bbe558f1
JL
13722013-08-27 Juri Linkov <juri@jurta.org>
1373
1374 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
1375 in the keyboard macro. (Bug#15126)
1376
26f98a7d
JL
13772013-08-27 Juri Linkov <juri@jurta.org>
1378
1379 * isearch.el (isearch-quote-char): Comment out converting unibyte
1380 to multibyte, thus syncing with its `quoted-insert' counterpart.
1381 (Bug#15166)
1382
7c97d35e
MR
13832013-08-27 Martin Rudalics <rudalics@gmx.at>
1384
1385 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
1386 argument in call of get-largest-window (Bug#15185).
1387 Reported by Stephen Leake.
7c97d35e 1388
a0b5606e 13892013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
1390
1391 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
1392
9e89d835
SM
13932013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * progmodes/python.el (python-font-lock-keywords): Don't return nil
1396 from a matcher-function unless there's no more matches (bug#15161).
1397
78fc2530
MA
13982013-08-26 Michael Albinus <michael.albinus@gmx.de>
1399
1400 * minibuffer.el: Revert change from 2013-08-20.
1401
1402 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
1403 with text property `tramp-default', if appropriate.
1404 (tramp-check-proper-host): New defun.
1405 (tramp-dissect-file-name): Do not check hostname. Revert change
1406 of 2013-03-18.
1407 (tramp-backtrace): Make VEC-OR-PROC optional.
1408
1409 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1410 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1411 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
1412 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1413 Apply `tramp-check-proper-host'.
78fc2530 1414
edca97cd
TH
14152013-08-26 Tassilo Horn <tsdh@gnu.org>
1416
1417 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
1418 lambda expression in order to have `describe-variable' display it.
1419
df54bcbd
MA
14202013-08-26 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
1423 BUF can be optional. (Bug#15186)
1424
eed99101
XF
14252013-08-25 Xue Fuqiao <xfq.free@gmail.com>
1426
1427 * progmodes/flymake.el (flymake-get-real-file-name-function):
1428 Fix broken customization. (Bug#15184)
1429
b5eb9035
AM
14302013-08-25 Alan Mackenzie <acm@muc.de>
1431
8a51e842
AM
1432 Improve indentation of bracelists defined by macros (without "=").
1433
1434 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
1435 expansion begins with "{", regard it as bracelist when it doesn't
1436 contain a ";".
1437
869455d4
AM
1438 Parse C++ inher-intro when there's a template split over 2 lines.
1439
1440 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
1441 rigorously the search for "class" etc. followed by ":".
1442
1443 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
1444 random languages a regexp which never matches rather than nil.
1445
b5eb9035
AM
1446 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
1447
1448 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
1449 (c-awk-regexp-one-line-possibly-open-char-list-re)
1450 (c-awk-one-line-possibly-open-regexp-re)
1451 (c-awk-one-line-non-syn-ws*-re): Remove.
1452 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
1453 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
1454 (c-awk-space*-unclosed-regexp-/-re): New constants.
1455 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
1456 aren't regexp delimiters.
1457
1458 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
1459 handling for a rare situation in AWK Mode involving unterminated
1460 strings/regexps.
1461
61611d54
GM
14622013-08-23 Glenn Morris <rgm@gnu.org>
1463
2d85dc34
GM
1464 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
1465
cb8d2612
GM
1466 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
1467
bb35f42f
GM
1468 * files.el (create-file-buffer): If the result would begin with
1469 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 1470
b9808e77
SM
14712013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1472
e3a66363
SM
1473 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
1474 text-properties (bug#15155).
1475
b9808e77
SM
1476 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
1477 exist any more.
1478 (calc-keypad-redraw): Remove unused var `pad'.
1479 (calc-keypad-press): Remove unused var `menu'.
1480
7fd5f65e
MR
14812013-08-23 Martin Rudalics <rudalics@gmx.at>
1482
b9808e77
SM
1483 * window.el (display-buffer-pop-up-frame):
1484 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
1485 use it as the new frame's buffer (Bug#15133).
1486
8352b530
SM
14872013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * calendar/timeclock.el: Minor cleanups.
1490 (timeclock-ask-before-exiting, timeclock-use-display-time):
1491 Use `symbol'.
1492 (timeclock-modeline-display): Define as alias before the
1493 actual definition.
1494 (timeclock-mode-line-display): Use define-minor-mode.
1495 (timeclock-day-list-template): Make it a function, add an argument.
1496 (timeclock-day-list-required, timeclock-day-list-length)
1497 (timeclock-day-list-debt, timeclock-day-list-span)
1498 (timeclock-day-list-break): Adjust calls accordingly.
1499
9f7b1925
SM
15002013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
1503 Use read--expression so that completion works again.
1504
6e50e983
SS
15052013-08-21 Sam Steingold <sds@gnu.org>
1506
1507 Add rudimentary inferior shell interaction
1508 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
1509 (sh-set-shell): Reset it.
9f7b1925
SM
1510 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
1511 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 1512
dbb0d350
SM
15132013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * align.el: Use lexical-binding.
1516 (align-region): Simplify accordingly.
1517
c88586a9
MA
15182013-08-20 Michael Albinus <michael.albinus@gmx.de>
1519
1520 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
1521
1522 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
1523 `non-essential' up.
1524
f95527c8
MA
15252013-08-17 Michael Albinus <michael.albinus@gmx.de>
1526
1527 * net/tramp.el:
1528 * net/tramp-adb.el:
1529 * net/tramp-cmds.el:
1530 * net/tramp-ftp.el:
1531 * net/tramp-gvfs.el:
1532 * net/tramp-gw.el:
1533 * net/tramp-sh.el: Don't wrap external variable declarations by
1534 `eval-when-compile'.
1535
4b5fe4ee
LMI
15362013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1537
1538 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
1539 now that Emacs supports ImageMagick animations.
1540
13c366c9
MA
15412013-08-16 Michael Albinus <michael.albinus@gmx.de>
1542
1543 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
1544 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
1545
3dfc5cd6
MR
15462013-08-16 Martin Rudalics <rudalics@gmx.at>
1547
1548 * window.el (mouse-autoselect-window-select): Do autoselect when
1549 mouse pointer is on margin.
1550
4bbb4381
WP
15512013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
1552
1553 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
1554
3a2ddc2d
GM
15552013-08-16 Glenn Morris <rgm@gnu.org>
1556
e8bedf5a
GM
1557 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
1558 Handle "Remote Directory" response of some clients. (Bug#15058)
1559
58c4682f
GM
1560 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
1561 Tweak warning. (Bug#14926)
1562
57953f49
GM
1563 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
1564 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
1565
3a2ddc2d
GM
1566 * image-mode.el (image-mode-map): Add menu items to reverse,
1567 increase, decrease, reset animation speed.
1568 (image--set-speed, image-increase-speed, image-decrease-speed)
1569 (image-reverse-speed, image-reset-speed): New functions.
1570 (image-mode-map): Add bindings for speed commands.
1571
1572 * image.el (image-animate-get-speed, image-animate-set-speed):
1573 New functions.
1574 (image-animate-timeout): Respect image :speed property.
1575
10fa0ed3
SM
15762013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
1579 previous line (bug#15101).
1580 (debugger-eval-expression, debugger-record-expression):
1581 Use read--expression (bug#15102).
1582
5d89d9d2
MA
15832013-08-15 Michael Albinus <michael.albinus@gmx.de>
1584
1585 Remove byte compiler warnings, visible when compiling with
1586 `byte-compile-force-lexical-warnings' set to t.
1587
1588 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
1589 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
1590 (tramp-handle-unhandled-file-name-directory)
1591 (tramp-handle-file-notify-add-watch, tramp-action-login)
1592 (tramp-action-succeed, tramp-action-permission-denied)
1593 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
1594 arguments with "_".
1595
1596 * net/tramp-adb.el (tramp-adb-parse-device-names)
1597 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
1598 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
1599 (tramp-adb-handle-file-truename): Remove unused arguments.
1600
1601 * net/tramp-cache.el (tramp-flush-directory-property)
1602 (tramp-flush-connection-property, tramp-list-connections)
1603 (tramp-parse-connection-properties): Prefix unused arguments with "_".
1604
10fa0ed3
SM
1605 * net/tramp-compat.el (tramp-compat-make-temp-file):
1606 Rename FILENAME to F.
5d89d9d2
MA
1607
1608 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1609 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
1610 (tramp-zeroconf-parse-workstation-device-names)
1611 (tramp-zeroconf-parse-webdav-device-names)
1612 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
1613
1614 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1615 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
1616
1617 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
1618 arguments.
1619 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
1620 (tramp-sh-handle-insert-file-contents-literally)
1621 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
1622 with "_".
1623 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
1624 Remove unused variables.
1625
1626 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1627 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
1628 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
1629
1630 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
1631 Make them a defconst.
1632 (tramp-uuencode-region): Remove unused variable.
1633
62f33bae
JB
16342013-08-14 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * frameset.el (frameset--prop-setter): New function.
1637 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
1638 (frameset-filter-minibuffer): Deal with the case that the minibuffer
1639 parameter was already set in FILTERED. Doc fix.
1640 (frameset--record-minibuffer-relationships): Allow saving a
1641 minibufferless frame without its corresponding minibuffer frame.
1642 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
1643 frame, if the frame id matches.
1644 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
1645 frames before orphaned ones.
1646 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 1647
c660a885
MR
16482013-08-14 Martin Rudalics <rudalics@gmx.at>
1649
1650 * window.el (window-make-atom): Don't overwrite parameter
1651 already present.
1652 (display-buffer-in-atom-window): Handle special case where we
1653 split an already atomic window.
1654 (window--major-non-side-window, display-buffer-in-side-window)
1655 (window--side-check): Ignore minibuffer window when walking
1656 window tree.
1657 (window-deletable-p): Return 'frame only if no other frame uses
1658 our minibuffer window.
1659 (record-window-buffer): Run buffer-list-update-hook.
1660 (split-window): Make sure window--check-frame won't destroy an
1661 existing atomic window in case the new window gets nested
1662 inside.
1663 (display-buffer-at-bottom): Ignore minibuffer window when
1664 walking window tree. Don't split a side window.
1665 (pop-to-buffer): Don't set-buffer here, the select-window call
1666 should do that.
1667 (mouse-autoselect-window-select): Autoselect only if we are in the
1668 text portion of the window.
1669
8259030d
LMI
16702013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1671
21c58ae2
LMI
1672 * net/shr.el (shr-parse-image-data): New function to grab both the
1673 data itself and the Content-Type.
1674 (shr-put-image): Use it.
1675
1676 * net/eww.el (eww-display-image): Ditto.
1677
8259030d
LMI
1678 * image.el (image-content-type-suffixes): New variable.
1679
ad756449
FEG
16802013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1681
1682 * progmodes/python.el (python-imenu--build-tree)
1683 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
1684
f73f4ce6
XF
16852013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1686
1687 * simple.el (backward-word): Mention the optional argument.
1688
1f585e65
SM
16892013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * frameset.el (frameset--make): Rename constructor from make-frameset.
1692 (frameset-p, frameset-valid-p): Don't autoload.
1693 (frameset-valid-p): Use normal accessors.
1694
af1c6c84
GM
16952013-08-13 Glenn Morris <rgm@gnu.org>
1696
55e47f95
GM
1697 * progmodes/compile.el (compile-command): Tweak example in doc.
1698 * obsolete/scribe.el (scribe-mode):
1699 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
1700
f0024d8c
GM
1701 * mail/feedmail.el (feedmail-confirm-outgoing)
1702 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
1703
1704 * cus-start.el (truncate-partial-width-windows): Fix type.
1705
1706 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
1707
af1c6c84
GM
1708 * net/shr.el (shr-table-horizontal-line): Fix custom type.
1709
5514cc4c
SM
17102013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * emacs-lisp/timer.el (timer--time-setter): New function.
1713 (timer--time): Use it as gv-setter.
1714
1715 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
1716 setter is not a symbol.
1717
7997a2f1
GJ
17182013-08-12 Grégoire Jadi <daimrod@gmail.com>
1719
1720 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
1721 if sending fails. This makes debugging easier.
1722
01f1a9ab
JB
17232013-08-12 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
1726 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
1727 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
1728
594a4307
EZ
17292013-08-12 Eli Zaretskii <eliz@gnu.org>
1730
1731 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
1732
7a22490f 17332013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
1734
1735 * format.el (format-annotate-function):
1736 Handle read-only text properties in the source. (Bug#14887)
1737
3e41a054
LMI
17382013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1739
5514cc4c
SM
1740 * net/eww.el (eww-display-html): Ignore coding system errors.
1741 One web site uses "utf-8lias" as the coding system.
3e41a054 1742
7ec326db
JB
17432013-08-11 Juanma Barranquero <lekktu@gmail.com>
1744
1745 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
1746
5660113b
JB
17472013-08-10 Juanma Barranquero <lekktu@gmail.com>
1748
9a4ebc74
JB
1749 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
1750 (tutorial--detailed-help): Remove unused local variables.
1751 (tutorial--save-tutorial-to): Use ignore-errors.
1752 (help-with-tutorial): Use looking-at-p.
1753
1754 * view.el (view-buffer-other-window, view-buffer-other-frame):
1755 Mark unused arguments.
1756
1757 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
1758 (woman-select-symbol-fonts, woman, woman-find-file)
1759 (woman-insert-file-contents, woman-non-underline-faces):
1760 Use string-match-p.
1761 (woman1-unquote): Move declaration.
1762
1763 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
1764 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
1765 argument. Remove unused local variable.
1766 (xml-parse-elem-type): Use string-match-p.
1767 (xml-substitute-numeric-entities): Use ignore-errors.
1768
45fdb482
JB
1769 * calculator.el (calculator): Mark unused argument.
1770 (calculator-paste, calculator-quit, calculator-integer-p):
1771 Use ignore-errors.
1772 (calculator-string-to-number, calculator-decimal, calculator-exp)
1773 (calculator-op-or-exp): Use string-match-p.
1774
1775 * dired.el (dired-buffer-more-recently-used-p): Declare.
1776 (dired-insert-set-properties, dired-insert-old-subdirs):
1777 Use ignore-errors.
1778
1779 * dired-aux.el (dired-compress): Use ignore-errors.
1780 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
1781 (dired-do-async-shell-command, dired-do-shell-command)
1782 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
1783 (dired-insert-subdir-validate): Use string-match-p.
1784 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
1785 (dired-add-entry): Use string-match-p, looking-at-p.
1786 (dired-insert-subdir-newpos): Remove unused local variable.
1787
1788 * filenotify.el (file-notify-callback): Remove unused local variable.
1789
1790 * filesets.el (filesets-error): Mark unused argument.
1791 (filesets-which-command-p, filesets-filter-dir-names)
1792 (filesets-directory-files, filesets-get-external-viewer)
1793 (filesets-ingroup-get-data): Use string-match-p.
1794
1795 * find-file.el (ff-other-file-name, ff-other-file-name)
1796 (ff-find-the-other-file, ff-cc-hh-converter):
1797 Remove unused local variables.
1798 (ff-get-file-name): Use string-match-p.
1799 (ff-all-dirs-under): Use ignore-errors.
1800
1801 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
1802 (follow-select-if-visible): Remove unused local variable.
1803
1804 * forms.el (read-file-filter): Move declaration.
1805 (forms--make-format, forms--make-parser, forms-insert-record):
1806 Quote function with #'.
1807 (forms--update): Use string-match-p. Quote function with #'.
1808
1809 * help-mode.el (help-dir-local-var-def): Mark unused argument.
1810 (help-make-xrefs): Use looking-at-p.
1811 (help-xref-on-pp): Use looking-at-p, ignore-errors.
1812
1813 * ibuffer.el (ibuffer-ext-visible-p): Declare.
1814 (ibuffer-confirm-operation-on): Use string-match-p.
1815
1816 * msb.el (msb-item-handler, msb-dired-item-handler):
1817 Mark unused arguments.
1818
1819 * ses.el (ses-decode-cell-symbol)
1820 (ses-kill-override): Remove unused local variable.
1821 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
1822 (ses-load): Use ignore-errors, looking-at-p.
1823 (ses-jump-safe): Use ignore-errors.
1824 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
1825
1826 * tabify.el (untabify, tabify): Mark unused arguments.
1827
1828 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
1829 Mark unused argument.
1830 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
1831 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
1832
c880af52
JB
1833 * emacs-lisp/timer.el (timer--time): Define setter with
1834 gv-define-setter to avoid deprecation warning.
1835
5660113b 1836 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 1837 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
1838 (cmpl-statistics-block): Remove (body was commented out).
1839 All callers changed.
1840 (add-completions-from-buffer, load-completions-from-file):
1841 Remove unused variables.
1842
156aab80
JB
18432013-08-09 Juanma Barranquero <lekktu@gmail.com>
1844
5c5dee78
JB
1845 * filecache.el (file-cache-delete-file-list):
1846 Print message only when told so.
1847 (file-cache-files-matching): Use #' in mapconcat argument.
1848
156aab80
JB
1849 * ffap.el (ffap-url-at-point): Fix reference to variable
1850 thing-at-point-default-mail-uri-scheme.
1851
ad9dcd70
SM
18522013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1853
54bd972f
SM
1854 * subr.el (define-error): New function.
1855 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
1856 error-file-not-found and define with define-error.
1857 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
1858 and define with define-error.
1859 * userlock.el (file-locked, file-supersession):
1860 * simple.el (mark-inactive):
1861 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
1862 * progmodes/ada-mode.el (ada-mode-errors):
1863 * play/life.el (life-extinct):
1864 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
1865 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
1866 * nxml/rng-util.el (rng-error):
1867 * nxml/rng-uri.el (rng-uri-error):
1868 * nxml/rng-match.el (rng-compile-error):
1869 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
1870 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
1871 * nxml/nxml-rap.el (nxml-scan-error):
1872 * nxml/nxml-outln.el (nxml-outline-error):
1873 * net/soap-client.el (soap-error):
1874 * net/gnutls.el (gnutls-error):
1875 * net/ange-ftp.el (ftp-error):
1876 * mpc.el (mpc-proc-error):
1877 * json.el (json-error, json-readtable-error, json-unknown-keyword)
1878 (json-number-format, json-string-escape, json-string-format)
1879 (json-key-format, json-object-format):
1880 * jka-compr.el (compression-error):
1881 * international/quail.el (quail-error):
1882 * international/kkc.el (kkc-error):
1883 * emacs-lisp/ert.el (ert-test-failed):
1884 * calc/calc.el (calc-error, inexact-result, math-overflow)
1885 (math-underflow):
1886 * bookmark.el (bookmark-error-no-filename):
1887 * epg.el (epg-error): Define with define-error.
1888
0ea9e53a
SM
1889 * time.el (display-time-event-handler)
1890 (display-time-next-load-average): Don't call sit-for since it seems
1891 unnecessary (bug#15045).
1892
b0429158
SM
1893 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
1894 Use #' instead of ' to quote functions.
1895 (checkdoc-output-mode): Use setq-local.
1896 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
1897 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
1898 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
1899 (checkdoc-ispell, checkdoc-ispell-current-buffer)
1900 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
1901 (checkdoc-ispell-message-text, checkdoc-ispell-start)
1902 (checkdoc-ispell-continue, checkdoc-ispell-comments)
1903 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
1904
ad9dcd70
SM
1905 * ido.el (ido-completion-help): Fix up compiler warning.
1906
77187e6f
JB
19072013-08-09 Juanma Barranquero <lekktu@gmail.com>
1908
1909 * frameset.el (frameset-p): Add autoload cookie.
1910 (frameset--jump-to-register): New function, based on code moved from
1911 register.el.
1912 (frameset-to-register): Move from register.el. Adapt to `registerv'.
1913
1914 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
1915 (frameset-restore, frameset-save, frameset-session-filter-alist):
1916 Remove declarations.
1917 (register-alist): Doc fix.
1918 (frameset-to-register): Move to frameset.el.
1919 (jump-to-register, describe-register-1): Remove frameset-specific code.
1920
9d3aa82c
JB
19212013-08-08 Juanma Barranquero <lekktu@gmail.com>
1922
1923 * allout-widgets.el (allout-widgets-pre-command-business)
1924 (allout-widgets-post-command-business)
1925 (allout-widgets-after-change-handler)
1926 (allout-decorate-item-and-context, allout-set-boundary-marker)
1927 (allout-body-modification-handler)
1928 (allout-graphics-modification-handler): Mark ignored arguments.
1929 (allout-widgets-post-command-business)
1930 (allout-widgets-exposure-change-processor)
1931 (allout-widgets-exposure-undo-processor)
1932 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
1933 (allout-parse-item-at-point, allout-decorate-item-guides)
1934 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
1935 * allout.el (epa-passphrase-callback-function): Declare.
1936 (allout-overlay-insert-in-front-handler)
1937 (allout-overlay-interior-modification-handler)
1938 (allout-isearch-end-handler, allout-chart-siblings)
1939 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
1940 (allout-yank-processing, allout-process-exposed)
1941 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 1942 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
1943 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
1944 (lisp-indent-defform): Mark ignored arguments.
1945 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
1946 (calculate-lisp-indent): Remove unused variables.
1947 * international/characters.el (indian-2-column, arabic-2-column)
1948 (tibetan): Mark ignored arguments.
1949 (use-cjk-char-width-table): Mark ignored arguments.
1950 Remove unused variables.
1951 * international/fontset.el (build-default-fontset-data)
1952 (x-compose-font-name, create-fontset-from-fontset-spec):
1953 Mark ignored arguments.
1954 (fontset-plain-name): Remove unused variables.
1955 * international/mule.el (charset-id, charset-bytes, generic-char-p)
1956 (keyboard-coding-system): Mark ignored arguments.
1957 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
1958 * help.el (resize-temp-buffer-window):
1959 * window.el (display-buffer-in-major-side-window)
1960 (display-buffer-in-side-window, display-buffer-in-previous-window):
1961 Remove unused variables.
1962 * isearch.el (isearch-forward-symbol):
1963 * version.el (emacs-bzr-version-bzr):
1964 * international/mule-cmds.el (current-language-environment):
1965 * term/common-win.el (x-handle-iconic, x-handle-geometry)
1966 (x-handle-display):
1967 * term/pc-win.el (x-list-fonts, x-display-planes)
1968 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
1969 (x-server-version, x-display-screens, x-display-mm-height)
1970 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
1971 (x-selection-owner-p, x-own-selection-internal)
1972 (x-disown-selection-internal, x-get-selection-internal)
1973 (msdos-initialize-window-system):
1974 * term/tty-colors.el (tty-color-alist, tty-color-clear):
1975 * term/x-win.el (x-handle-no-bitmap-icon):
1976 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
1977 (vc-default-find-file-hook, vc-default-extra-menu):
1978 Mark ignored arguments.
1979
0ca3f70e
SM
19802013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
1983 break-condition in the context of the debugged code (bug#12685).
1984
74c5d24c
CS
19852013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
1986
1987 * comint.el:
1988 Do not use an overlay to highlight the last prompt. (Bug#14744)
1989 (comint-mode): Make comint-last-prompt buffer local.
1990 (comint-last-prompt): New variable.
1991 (comint-last-prompt-overlay): Remove. Superseded by
1992 comint-last-prompt.
0ca3f70e
SM
1993 (comint-snapshot-last-prompt, comint-output-filter):
1994 Use comint-last-prompt.
74c5d24c 1995
c03c02ee
JB
19962013-08-08 Juanma Barranquero <lekktu@gmail.com>
1997
a3738d20 1998 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
1999 (frameset-save): Check validity of the resulting frameset.
2000
04263d23
XF
20012013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2002
2003 * ido.el (ido-record-command): Add doc string.
2004
76c5e5ab
JB
20052013-08-08 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * frameset.el (frameset): Do not disable creation of the default
2008 frameset-p predicate. Doc fix.
2009 (frameset-valid-p): New function, copied from the old predicate-p.
2010 Add additional checks.
2011 (frameset-restore): Check with frameset-valid-p.
2012 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2013 (frameset-name, frameset-description, frameset-properties)
2014 (frameset-states): Add docstring.
f9dbf1cb
JB
2015 (frameset-session-filter-alist, frameset-persistent-filter-alist)
2016 (frameset-filter-alist): Doc fixes.
76c5e5ab 2017
bd0c3c0b
JB
20182013-08-08 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * frameset.el (frameset-p, frameset-prop): Doc fixes.
2021
c735544c
SM
20222013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2025 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2026 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2027 (byte-compile-normal-call): Remove obsolescence check.
2028
2805a651
JB
20292013-08-08 Juanma Barranquero <lekktu@gmail.com>
2030
3677ffeb
JB
2031 * frameset.el (frameset-restore): Doc fix.
2032
2805a651
JB
2033 * register.el (frameset-frame-id, frameset-frame-with-id)
2034 (frameset-p, frameset-restore, frameset-save): Declare.
2035 (register-alist): Document framesets.
2036 (frameset-session-filter-alist): Declare.
2037 (frameset-to-register): New function.
2038 (jump-to-register): Implement jumping to framesets. Doc fix.
2039 (describe-register-1): Describe framesets.
2040
2041 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2042
a912c016
JB
20432013-08-07 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * desktop.el (desktop-save-frameset): Use new frameset-save args.
2046 Use lexical-binding.
2047
2048 * frameset.el (frameset): Use type vector, not list (incompatible
2049 change). Do not declare a new constructor, use the default one.
2050 Upgrade suggested properties `app', `name' and `desc' to slots `app',
2051 `name' and `description', respectively, and add read-only slot
2052 `timestamp'. Doc fixes.
2053 (frameset-copy, frameset-persistent-filter-alist)
2054 (frameset-filter-alist, frameset-switch-to-gui-p)
2055 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2056 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2057 (frameset-filter-iconified, frameset-keep-original-display-p):
2058 Doc fixes.
2059 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2060 Rename from frameset-filter-(save|restore)-param. All callers changed.
2061 Doc fix.
2062 (frameset-p): Adapt to change to vector and be more thorough.
2063 Change arg name to OBJECT. Doc fix.
2064 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
2065 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2066 All callers changed.
2067 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2068 All callers changed.
2069 (frameset--record-minibuffer-relationships): Rename from
2070 frameset--process-minibuffer-frames. All callers changed.
2071 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2072 Use new default constructor (again). Doc fix.
2073 (frameset--find-frame-if): Rename from `frameset--find-frame.
2074 All callers changed.
2075 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2076 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2077 Doc fix.
2078 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2079 PARAMETERS and WINDOW-STATE, respectively.
2080 (frameset-restore): Add new keyword argument PREDICATE.
2081 Reset frameset--target-display to nil. Doc fix.
2082
bb41480a
SM
20832013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2084
f001e98e
SM
2085 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2086 (bat-mode): Use it.
2087 (bat-mode-syntax-table): Mark \n as end-of-comment.
2088 (bat-font-lock-keywords): Remove comment rule.
2089
7679edb1
SM
2090 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
2091 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
2092
bb41480a
SM
2093 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2094 (byte-compile-callargs-warn): Use `push'.
2095 (byte-compile-arglist-warn): Ignore higher-order "calls".
2096 (byte-compile-file-form-autoload): Use `pcase'.
2097 (byte-compile-function-form): If quoting a symbol, check that it exists.
2098
cdc1ebb9
EZ
20992013-08-07 Eli Zaretskii <eliz@gnu.org>
2100
2101 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2102 and add a few popular commands found in batch files.
2103 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2104 (dos-mode): Doc fixes.
2105
312b1740
SM
21062013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2109 (dos-mode): Use setq-local. Add space after "rem".
2110 (dos-mode-syntax-table): Don't use "w" for symbol chars.
2111 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2112
400a3178
AM
21132013-08-07 Arni Magnusson <arnima@hafro.is>
2114
2115 * progmodes/dos.el: New file.
2116 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2117 dos-mode.
2118
3b5c03d3
GM
21192013-08-06 Glenn Morris <rgm@gnu.org>
2120
2121 * calendar/calendar.el: Add new faces, and day-header-array.
2122 (calendar-weekday-header, calendar-weekend-header)
2123 (calendar-month-header): New faces.
2124 (calendar-day-header-construct): New function.
2125 (calendar-day-header-width): Also :set calendar-day-header-array.
2126 (calendar-american-month-header, calendar-european-month-header)
2127 (calendar-iso-month-header): Use calendar- faces.
2128 (calendar-generate-month):
2129 Use calendar-day-header-array for day headers; apply faces to them.
2130 (calendar-mode): Check calendar-font-lock-keywords non-nil.
2131 (calendar-abbrev-construct): Add optional maxlen argument.
2132 (calendar-day-name-array): Doc fix.
2133 (calendar-day-name-array, calendar-abbrev-length)
2134 (calendar-day-abbrev-array):
2135 Also :set calendar-day-header-array, and maybe redraw.
2136 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 2137 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
2138 (calendar-day-name): Add option to use header array.
2139
ec6a2d7a
LMI
21402013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2141
2142 * net/shr.el (shr-render-td): Remove debugging.
2143 (shr-render-td): Make width computation consistent by defaulting
2144 all zero-width columns to 10 characters. This may not be optimal,
2145 but it's at least consistent.
2122cb6d
LMI
2146 (shr-make-table-1): Redo last change to fix the real problem in
2147 colspan handling.
ec6a2d7a 2148
ed4fd9c5
DA
21492013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2150
0ca3f70e
SM
2151 * files.el (cache-long-line-scans):
2152 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 2153
64e22afe
JB
21542013-08-06 Juanma Barranquero <lekktu@gmail.com>
2155
024b38fc
JB
2156 * frameset.el (frameset, frameset-filter-alist)
2157 (frameset-filter-params, frameset-save, frameset--reuse-frame)
2158 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2159 (frameset-compute-pos): Rename from frameset--compute-pos,
2160 and add docstring.
2161 (frameset-move-onscreen): Use frameset-compute-pos.
2162 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2163
64e22afe
JB
2164 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2165 Fix typos in docstrings.
2166
c8c2aca8
DA
21672013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2168
2169 * frame.el (get-other-frame): Tiny cleanup.
2170
1d237bba
JB
21712013-08-06 Juanma Barranquero <lekktu@gmail.com>
2172
8951efef
JB
2173 * vc/vc.el (vc-default-ignore-completion-table):
2174 Silence byte-compiler warning.
2175
307764cc
JB
2176 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2177 slot , which can indeed be nil.
2178 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2179 Move entry for `left' from persistent to live filter alist.
2180 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2181 Doc fixes.
2182 (frameset-filter-params): When restoring a frame, copy items added to
2183 `filtered', to avoid unwittingly modifying the original parameters.
2184 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
2185 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2186
1d237bba
JB
2187 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2188 to use looking-at-p instead of looking-at. (Bug#15028)
2189
dc6c0eda
SM
21902013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 Revert introduction of isearch-filter-predicates (bug#14714).
2193 Rely on add-function instead.
2194 * isearch.el (isearch-filter-predicates): Rename it back to
2195 isearch-filter-predicate.
2196 (isearch-message-prefix): Use advice-function-mapc and advice
2197 properties to get the isearch-message-prefix.
2198 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2199 instead of run-hook-with-args-until-failure.
2200 (isearch-filter-visible): Not obsolete any more.
2201 * loadup.el: Preload nadvice.
2202 * replace.el (perform-replace): Revert to funcall
2203 instead of run-hook-with-args-until-failure.
2204 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
2205 * dired-aux.el (dired-isearch-filenames-mode): Rename from
2206 dired-isearch-filenames-toggle; make it into a proper minor mode.
2207 Use add/remove-function.
2208 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
2209 Call the minor-mode rather than add/remove-hook.
2210 (dired-isearch-filter-filenames):
2211 Remove isearch-message-prefix property.
2212 * info.el (Info--search-loop): New function, extracted from Info-search.
2213 Funcall isearch-filter-predicate instead of
2214 run-hook-with-args-until-failure isearch-filter-predicates.
2215 (Info-search): Use it.
2216 (Info-mode): Use isearch-filter-predicate instead of
2217 isearch-filter-predicates.
2218
290d5b58
DA
22192013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2220
2221 Do not call to `selected-window' where it is assumed by default.
2222 Affected functions are `window-minibuffer-p', `window-dedicated-p',
2223 `window-hscroll', `window-width', `window-height', `window-buffer',
2224 `window-frame', `window-start', `window-point', `next-window'
2225 and `window-display-table'.
2226 * abbrev.el (abbrev--default-expand):
2227 * bs.el (bs--show-with-configuration):
2228 * buff-menu.el (Buffer-menu-mouse-select):
2229 * calc/calc.el (calc):
2230 * calendar/calendar.el (calendar-generate-window):
2231 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
2232 (diary-make-entry):
2233 * comint.el (send-invisible, comint-dynamic-complete-filename)
2234 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
2235 * completion.el (complete):
2236 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
2237 * disp-table.el (describe-current-display-table):
2238 * doc-view.el (doc-view-insert-image):
2239 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
2240 * ehelp.el (with-electric-help):
2241 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2242 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
2243 * emacs-lisp/helper.el (Helper-help-scroller):
2244 * emulation/cua-base.el (cua--post-command-handler-1):
2245 * eshell/esh-mode.el (eshell-output-filter):
2246 * ffap.el (ffap-gnus-wrapper):
2247 * help-macro.el (make-help-screen):
2248 * hilit-chg.el (highlight-compare-buffers):
2249 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
2250 * hl-line.el (global-hl-line-highlight):
2251 * icomplete.el (icomplete-simple-completing-p):
2252 * isearch.el (isearch-done):
2253 * jit-lock.el (jit-lock-stealth-fontify):
2254 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
2255 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
2256 * mpc.el (mpc-tagbrowser, mpc):
2257 * net/rcirc.el (rcirc-any-buffer):
2258 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
2259 * play/landmark.el (landmark-max-width, landmark-max-height):
2260 * play/zone.el (zone):
2261 * progmodes/compile.el (compilation-goto-locus):
2262 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
2263 * progmodes/etags.el (find-tag-other-window):
2264 * progmodes/fortran.el (fortran-column-ruler):
2265 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2266 * progmodes/verilog-mode.el (verilog-point-text):
2267 * reposition.el (reposition-window):
2268 * rot13.el (toggle-rot13-mode):
2269 * server.el (server-switch-buffer):
2270 * shell.el (shell-dynamic-complete-command)
2271 (shell-dynamic-complete-environment-variable):
2272 * simple.el (insert-buffer, set-selective-display)
2273 (delete-completion-window):
2274 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
2275 (speedbar-recenter):
2276 * startup.el (fancy-splash-head):
2277 * textmodes/ispell.el (ispell-command-loop):
2278 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
2279 * tutorial.el (help-with-tutorial):
2280 * vc/add-log.el (add-change-log-entry):
2281 * vc/compare-w.el (compare-windows):
2282 * vc/ediff-help.el (ediff-indent-help-message):
2283 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
2284 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
2285 (ediff-setup-control-frame):
2286 * vc/emerge.el (emerge-position-region):
2287 * vc/pcvs-util.el (cvs-bury-buffer):
2288 * window.el (walk-windows, mouse-autoselect-window-select):
2289 * winner.el (winner-set-conf, winner-undo): Related users changed.
2290
38276e01
JB
22912013-08-05 Juanma Barranquero <lekktu@gmail.com>
2292
2293 * frameset.el (frameset--set-id): Doc fix.
2294 (frameset-frame-id, frameset-frame-id-equal-p)
2295 (frameset-locate-frame-id): New functions.
2296 (frameset--process-minibuffer-frames, frameset--reuse-frame)
2297 (frameset-restore): Use them.
2298
12b4c0ea
DA
22992013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2300
2301 Do not call to `selected-frame' where it is assumed by default.
2302 Affected functions are `raise-frame', `redraw-frame',
2303 `frame-first-window', `frame-terminal' and `delete-frame'.
2304 * calendar/appt.el (appt-disp-window):
2305 * epg.el (epg-wait-for-completion):
2306 * follow.el (follow-delete-other-windows-and-split)
2307 (follow-avoid-tail-recenter):
2308 * international/mule.el (set-terminal-coding-system):
2309 * mail/rmail.el (rmail-mail-return):
2310 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2311 * progmodes/f90.el (f90-add-imenu-menu):
2312 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
2313 * server.el (server-switch-buffer):
2314 * simple.el (delete-completion-window):
2315 * talk.el (talk):
2316 * term/xterm.el (terminal-init-xterm-modify-other-keys)
2317 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
2318 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
2319 * vc/ediff.el (ediff-documentation): Related users changed.
2320 * frame.el (selected-terminal): Remove the leftover.
2321
17f25e76
GM
23222013-08-05 Glenn Morris <rgm@gnu.org>
2323
2324 * calendar/calendar.el (calendar-generate-month):
2325 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
2326 (calendar-generate-month, calendar-font-lock-keywords):
2327 Fix for calendar-day-header-width > length of any day name.
17f25e76 2328
063233c3
JB
23292013-08-05 Juanma Barranquero <lekktu@gmail.com>
2330
2331 * desktop.el (desktop-clear): Use new name of sort predicate.
2332
2333 * frameset.el (frameset): Add docstring. Move :version property to its
2334 own `version' slot.
2335 (frameset-copy): Rename from copy-frameset.
2336 (frameset-p): Check more thoroughly.
2337 (frameset-prop): Do not check for :version, which is no longer a prop.
2338 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2339 Use new :never value instead of t.
2340 (frameset-filter-alist): Expand and clarify docstring.
2341 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
2342 (frameset-filter-minibuffer, frameset-filter-save-param)
2343 (frameset-filter-restore-param, frameset-filter-iconified):
2344 Add pointer to docstring of frameset-filter-alist.
2345 (frameset-filter-params): Rename filter values to be more meaningful:
2346 :never instead of t, and reverse the meanings of :save and :restore.
2347 (frameset--process-minibuffer-frames): Clarify error message.
2348 (frameset-save): Avoid unnecessary and confusing call to framep.
2349 Use new BOA constructor for framesets.
2350 (frameset--reuse-list): Doc fix.
2351 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
2352 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
2353 (frameset-minibufferless-first-p): Doc fix.
2354 Rename from frameset-sort-frames-for-deletion.
2355 (frameset-restore): Doc fixes. Use new function names.
2356 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2357
d5671a82
JB
23582013-08-04 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * desktop.el (desktop-restore-forces-onscreen)
2361 (desktop-restore-reuses-frames): Document :keyword constant values.
2362 (desktop-filter-parameters-alist): Remove, now identical to
2363 frameset-filter-alist.
2364 (desktop--filter-tty*): Remove, moved to frameset.el.
2365 (desktop-save-frameset, desktop-restore-frameset):
2366 Do not pass :filters argument.
2367
2368 * frameset.el (frameset-live-filter-alist)
2369 (frameset-persistent-filter-alist): New variables.
2370 (frameset-filter-alist): Use them. Add autoload cookie.
2371 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
2372 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
2373 `frameset--id' (it's supposed to be internal to frameset.el).
2374 (frameset--process-minibuffer-frames): Ditto. Doc fix.
2375 (frameset--initial-params): New function.
2376 (frameset--get-frame): Use it. Doc fix.
2377 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
2378 Accept :all, not 'all.
2379 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
2380 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
2381 with fbound symbols. Fix frame id matching, and remove matching ids if
2382 the frame being restored is deleted. Obey :delete.
2383
671d5c16
SM
23842013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * subr.el (macrop): New function.
2387 (text-clone--maintaining): New var.
2388 (text-clone--maintain): Rename from text-clone-maintain. Use it
2389 instead of inhibit-modification-hooks.
2390
2391 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
2392 a proxy, so as handle autoloads and redefinitions of the target.
2393 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
2394
2395 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
2396 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
2397 (pcase--mutually-exclusive-p): New function.
2398 (pcase--split-consp): Use it.
2399 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
2400 mutually exclusive with the current predicate.
2401
2402 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
2403 (edebug-macrop): Remove. Use `macrop' instead.
2404 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
2405 (ad-macro-p):
2406 * eshell/esh-cmd.el (eshell-macrop):
2407 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
2408
1d44e9dc
SM
24092013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
2412 (advice-mapc): New function, using it.
2413 (advice-function-member-p): New function.
2414 (advice--normalize): Store the cdr in advice--saved-rewrite since
2415 that's the part that will be changed.
2416 (advice--symbol-function): New function.
2417 (advice-remove): Handle removal before the function is defined.
2418 Adjust to new advice--saved-rewrite.
2419 (advice-member-p): Use advice-function-member-p and
2420 advice--symbol-function.
2421
5414a283
JB
24222013-08-04 Juanma Barranquero <lekktu@gmail.com>
2423
51d30f2c
JB
2424 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
2425 (frameset-filter-minibuffer): Doc fix.
2426 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
2427 (frameset--set-id, frameset--process-minibuffer-frames)
2428 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
2429 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 2430
5414a283
JB
2431 * desktop.el (desktop-clear): Only delete frames when called
2432 interactively and desktop-restore-frames is non-nil. Doc fix.
2433 (desktop-read): Set desktop-saved-frameset to nil.
2434
ab419665
XF
24352013-08-04 Xue Fuqiao <xfq.free@gmail.com>
2436
2437 * vc/vc.el (vc-ignore): Rewrite.
2438 (vc-default-ignore-completion-table):
2439 (vc--read-lines):
2440 (vc--add-line, vc--remove-regexp): New functions.
2441
2442 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
2443 (vc-svn-ignore-completion-table): New function.
2444
2445 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
2446 (vc-hg-ignore-completion-table):
2447 (vc-hg-find-ignore-file): New functions.
2448
2449 * vc/vc-git.el (vc-git-ignore): Rewrite.
2450 (vc-git-ignore-completion-table):
2451 (vc-git-find-ignore-file): New functions.
2452
2453 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
2454
2455 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
2456 (vc-bzr-ignore-completion-table):
2457 (vc-bzr-find-ignore-file): New functions.
2458
2613dea2
JB
24592013-08-03 Juanma Barranquero <lekktu@gmail.com>
2460
2461 * frameset.el (frameset-prop): New function and setter.
2462 (frameset-save): Do not modify frame list passed by the caller.
2463
9c959872
SM
24642013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
2467
a104f656
SM
24682013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2469
70122acf
SM
2470 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
2471 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
2472
a104f656
SM
2473 * custom.el (custom-initialize-default, custom-initialize-set)
2474 (custom-initialize-reset, custom-initialize-changed): Affect the
2475 toplevel-default-value (bug#6275, bug#14586).
2476 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
2477 for bug#6275.
2478
f078d570
JB
24792013-08-02 Juanma Barranquero <lekktu@gmail.com>
2480
185e3b5a
JB
2481 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2482 Add cl-def* expressions.
2483
f078d570
JB
2484 * frameset.el (frameset-filter-params): Fix order of arguments.
2485
9421876d
JB
24862013-08-02 Juanma Barranquero <lekktu@gmail.com>
2487
2488 Move code related to saving frames to frameset.el.
2489 * desktop.el: Require frameset.
2490 (desktop-restore-frames): Doc fix.
2491 (desktop-restore-reuses-frames): Rename from
2492 desktop-restoring-reuses-frames.
2493 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
2494 (desktop-clear): Clear frames too.
2495 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
2496 (desktop--filter-tty*, desktop-save, desktop-read):
2497 Use frameset functions.
2498 (desktop-before-saving-frames-functions, desktop--filter-*-color)
2499 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2500 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
2501 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
2502 (desktop--process-minibuffer-frames, desktop-save-frames)
2503 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
2504 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
2505 (desktop--sort-states, desktop-restoring-frames-p)
2506 (desktop-restore-frames): Remove. Most code moved to frameset.el.
2507 (desktop-restoring-frameset-p, desktop-restore-frameset)
2508 (desktop--check-dont-save, desktop-save-frameset): New functions.
2509 (desktop--app-id): New constant.
2510 (desktop-first-buffer, desktop-buffer-ok-count)
2511 (desktop-buffer-fail-count): Move before first use.
2512 * frameset.el: New file.
2513
76dc5996
SM
25142013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * files.el: Use lexical-binding.
2517 (dir-locals-read-from-file): Remove unused `err' variable.
2518 (hack-dir-local-variables--warned-coding): New var.
2519 (hack-dir-local-variables): Use it to avoid repeated warnings.
2520 (make-backup-file-name--default-function): New function.
2521 (make-backup-file-name-function): Use it as default.
2522 (buffer-stale--default-function): New function.
2523 (buffer-stale-function): Use it as default.
2524 (revert-buffer-insert-file-contents--default-function): New function.
2525 (revert-buffer-insert-file-contents-function): Use it as default.
2526 (insert-directory): Avoid add-to-list.
2527
2528 * autorevert.el (auto-revert-handler): Simplify.
2529 Use buffer-stale--default-function.
2530
06d36e2b
TH
25312013-08-01 Tassilo Horn <tsdh@gnu.org>
2532
5f648ab4
TH
2533 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
2534
06d36e2b
TH
2535 * whitespace.el (whitespace-ensure-local-variables): New function.
2536 (whitespace-cleanup-region): Call it.
2537 (whitespace-turn-on): Call it.
2538
a43dc424
MA
25392013-08-01 Michael Albinus <michael.albinus@gmx.de>
2540
2541 Complete file name handlers.
2542
2543 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2544 (tramp-handle-verify-visited-file-modtime)
2545 (tramp-handle-file-notify-rm-watch): New functions.
2546 (tramp-call-process): Do not bind `default-directory'.
2547
44e18199
JB
2548 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2549 Order alphabetically.
a43dc424
MA
2550 [access-file, add-name-to-file, dired-call-process]:
2551 [dired-compress-file, file-acl, file-notify-rm-watch]:
2552 [file-ownership-preserved-p, file-selinux-context]:
2553 [make-directory-internal, make-symbolic-link, set-file-acl]:
2554 [set-file-selinux-context, set-visited-file-modtime]:
2555 [verify-visited-file-modtime]: Add handler.
2556 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
2557
2558 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2559 [file-notify-add-watch, file-notify-rm-watch]:
2560 [set-file-times, set-visited-file-modtime]:
2561 [verify-visited-file-modtime]: Add handler.
2562 (with-tramp-gvfs-error-message)
2563 (tramp-gvfs-handle-set-visited-file-modtime)
2564 (tramp-gvfs-fuse-file-name): Remove.
2565 (tramp-gvfs-handle-file-notify-add-watch)
2566 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
2567 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
2568
44e18199
JB
2569 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2570 Order alphabetically.
a43dc424
MA
2571 [file-notify-rm-watch ]: Use default Tramp handler.
2572 [executable-find]: Remove private handler.
2573 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
2574 `default-directory'.
2575 (tramp-sh-handle-executable-find)
2576 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
2577 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2578 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
2579 Do not use `format' in `tramp-message'.
2580
2581 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
2582 [file-notify-rm-watch, set-visited-file-modtime]:
2583 [verify-visited-file-modtime]: Add handler.
2584 (tramp-smb-call-winexe): Do not bind `default-directory'.
2585
7188b515
XF
25862013-08-01 Xue Fuqiao <xfq.free@gmail.com>
2587
2588 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
2589
2412ee1a
DG
25902013-07-31 Dmitry Gutov <dgutov@yandex.ru>
2591
2592 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
2593 use it.
2594 (log-view-diff-changeset): Same.
2595 (log-view-diff-common): Call backend command `previous-revision'
2596 to find out the previous revision, in both cases. Swap the
2597 variables `to' and `fr', so that `fr' usually refers to the
2598 earlier revision (Bug#14989).
2599
5002a754
KRC
26002013-07-31 Kan-Ru Chen <kanru@kanru.info>
2601
2602 * ibuf-ext.el (ibuffer-filter-by-filename):
2603 Make it work with dired buffers too.
2604
44e18199 26052013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
2606
2607 * emacs-lisp/re-builder.el (reb-color-display-p):
2608 * files.el (save-buffers-kill-terminal):
2609 * net/browse-url.el (browse-url):
2610 * server.el (server-save-buffers-kill-terminal):
2611 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
2612 Prefer nil to selected-frame for the first arg of frame-parameter.
2613
aeca3fbb
XF
26142013-07-31 Xue Fuqiao <xfq.free@gmail.com>
2615
2616 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2617
158bc55c
SB
26182013-07-30 Stephen Berman <stephen.berman@gmx.net>
2619
2620 * minibuffer.el (completion--twq-all): Try and preserve each
2621 completion's case choice (bug#14907).
2622
d50fceab
LMI
26232013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2624
ac38e731
LMI
2625 * net/network-stream.el (open-network-stream): Mention the new
2626 :nogreeting parameter.
2627 (network-stream-open-starttls): Use the :nogreeting parameter
2628 (bug#14938).
2629
1211de50
LMI
2630 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
2631
997798bf
LMI
2632 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
2633 more natural than popping.
2634
d50fceab 2635 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 2636 (shr-urlify): Highlight under mouse.
d50fceab 2637
5c09de04
XF
26382013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2639
207d1d04
XF
2640 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
2641
2642 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
2643
5c09de04
XF
2644 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
2645 buffer for output.
2646
3cd51eaa
XF
2647 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
2648 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 2649
44e18199 2650 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 2651 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
2652
2653 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
2654
2655 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
2656 buffer for output.
2657
35a89bdd
EZ
26582013-07-29 Eli Zaretskii <eliz@gnu.org>
2659
2660 * frame.el (frame-notice-user-settings): Avoid inflooping when the
2661 initial frame is minibuffer-less. (Bug#14841)
2662
78822e94
MA
26632013-07-29 Michael Albinus <michael.albinus@gmx.de>
2664
2665 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
2666 option.
2667
2668 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2669 (tramp-maybe-open-connection): Use it.
2670
9503c190
JB
26712013-07-28 Juanma Barranquero <lekktu@gmail.com>
2672
2673 * desktop.el (desktop--make-frame): Include `minibuffer' in the
2674 minimal set of parameters passed when creating a frame, because
2675 the minibuffer status of a frame cannot be changed later.
2676
d5a845b4
SB
26772013-07-28 Stephen Berman <stephen.berman@gmx.net>
2678
2679 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
2680 replace-regexp-in-string and inadvertent omissions in previous change.
2681 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 2682 name of filtered items buffer.
d5a845b4 2683
ddeffb17
JB
26842013-07-28 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * desktop.el: Optionally force offscreen frames back onscreen.
2687 (desktop-restoring-reuses-frames): New option.
2688 (desktop--compute-pos, desktop--move-onscreen): New functions.
2689 (desktop--make-frame): Use desktop--move-onscreen.
2690
f5950f7a
AM
26912013-07-27 Alan Mackenzie <acm@muc.de>
2692
2693 Fontify a Java generic method as a function.
2694 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
2695 value to t.
2696
ae43b66a
SB
26972013-07-27 Stephen Berman <stephen.berman@gmx.net>
2698
2699 * calendar/todo-mode.el: Add command to rename todo files.
2700 (todo-rename-file): New command.
2701 (todo-key-bindings-t): Add key binding for it. Change the
2702 bindings of todo-filter-regexp-items(-multifile) to use `x'
2703 instead of `r', since the latter is better suited to the new
2704 renaming command.
2705
5ab78d3d
AM
27062013-07-27 Alan Mackenzie <acm@muc.de>
2707
2708 Make Java try-with-resources statement parse properly.
2709 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
2710 (c-block-stmt-1-2-key): New language constants/variables.
2711 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2712 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
2713 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 2714 with c-block-stmt-1-2-key.
5ab78d3d 2715
d85c4d50
JB
27162013-07-27 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * desktop.el (desktop--make-frame): Apply most frame parameters after
2719 creating the frame to force (partially or totally) offscreen frames to
2720 be restored as such.
2721
e4c467f9
XF
27222013-07-26 Xue Fuqiao <xfq.free@gmail.com>
2723
2724 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 2725 (Bug#14948)
e4c467f9 2726
7ced0d04
SM
27272013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
2730 `base' arg of backtrace-frame.
2731
fec92060
EZ
27322013-07-26 Eli Zaretskii <eliz@gnu.org>
2733
2734 * simple.el (list-processes): Doc fix.
2735
d58d31fb
JB
27362013-07-26 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * desktop.el (desktop--select-frame):
d85c4d50 2739 Try harder to reuse existing frames.
d58d31fb 2740
53ff3e77
SM
27412013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
2744 (edebug-eval): Use backtrace-eval.
2745 (edebug--display, edebug--recursive-edit): Don't let-bind the
2746 edebug-outer-* vars that keep track of variables we locally let-bind.
2747 (edebug-outside-excursion): Don't restore outside values of locally
2748 let-bound vars.
2749 (edebug--display): Use user-error.
2750 (cl-lexical-debug, cl-debug-env): Remove.
2751
045f7a53
JB
27522013-07-26 Juanma Barranquero <lekktu@gmail.com>
2753
2754 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
2755 are restored to be sure that they are visible before deleting any
2756 remaining ones.
2757
59070b32
MM
27582013-07-26 Matthias Meulien <orontee@gmail.com>
2759
742a3501
XF
2760 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
2761 vc-print-root-log. (Bug#14948)
59070b32 2762
b1fb3596
RS
27632013-07-26 Richard Stallman <rms@gnu.org>
2764
2765 Add aliases for encrypting mail.
2766 * epa.el (epa-mail-aliases): New option.
2767 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
2768 Bind inhibit-read-only so read-only text doesn't ruin everything.
2769 (epa-mail-default-recipients): New subroutine broken out.
2770 Handle epa-mail-aliases.
2771
56ea7291
SM
27722013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 Add support for lexical variables to the debugger's `e' command.
2775 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
2776 vars, except for debugger-outer-match-data.
2777 (debugger-frame-number): Move check for "on a function call" from
2778 callers into it. Add `skip-base' argument.
2779 (debugger-frame, debugger-frame-clear): Simplify accordingly.
2780 (debugger-env-macro): Only reset the state stored in non-variables,
2781 i.e. current-buffer and match-data.
2782 (debugger-eval-expression): Rewrite using backtrace-eval.
2783 * subr.el (internal--called-interactively-p--get-frame): Remove.
2784 (called-interactively-p):
2785 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
2786 `base' arg of backtrace-frame instead.
2787
15ac32d5
GM
27882013-07-26 Glenn Morris <rgm@gnu.org>
2789
8358a09d
GM
2790 * align.el (align-regexp): Doc fix. (Bug#14857)
2791 (align-region): Explicit error if subexpression missing/does not match.
2792
15ac32d5
GM
2793 * simple.el (global-visual-line-mode):
2794 Do not duplicate the mode lighter. (Bug#14858)
2795
f47ad11b
MR
27962013-07-25 Martin Rudalics <rudalics@gmx.at>
2797
2798 * window.el (display-buffer): In display-buffer bind
2799 split-window-keep-point to t, bug#14829.
2800
02530987
JB
28012013-07-25 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
2804 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
2805 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
2806 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2807 Change accordingly.
f63ebeb5
JB
2808 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2809 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 2810
6ccb9cab 28112013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 2812
6ccb9cab 2813 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 2814
cb3a56d2
JB
28152013-07-25 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
2818 parameter to modify-frame-parameters if the value has not changed;
2819 this is a workaround for bug#14949.
2820 (desktop--make-frame): On cl-delete-if call, check parameter name,
2821 not full parameter.
2822
7aa7fff0
XF
28232013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2824
2825 * vc/vc.el (vc-ignore): New function.
2826
2827 * vc/vc-svn.el (vc-svn-ignore): New function.
2828
2829 * vc/vc-hg.el (vc-hg-ignore): New function.
2830
2831 * vc/vc-git.el (vc-git-ignore): New function.
2832
2833 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
2834 (vc-dir-ignore): New function.
2835
2836 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 2837 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
2838
2839 * vc/vc-bzr.el (vc-bzr-ignore): New function.
2840
2841 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
2842
889acc5c
JB
28432013-07-24 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
2846 (desktop-restore-frames): Warn when deleting an existing frame failed.
2847
86c40970
GM
28482013-07-24 Glenn Morris <rgm@gnu.org>
2849
2850 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
2851
d5d3c58a
MA
28522013-07-24 Michael Albinus <michael.albinus@gmx.de>
2853
2854 * filenotify.el (file-notify-supported-p):
2855 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2856 Remove functions.
2857
2858 * autorevert.el (auto-revert-use-notify):
2859 (auto-revert-notify-add-watch):
2860 * net/tramp.el (tramp-file-name-for-operation):
2861 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2862 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2863 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2864 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2865 Remove `file-notify-supported-p' entry.
2866
d100084b
GM
28672013-07-24 Glenn Morris <rgm@gnu.org>
2868
2869 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 2870 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 2871
ac93e56b
SM
28722013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2873
249eea30
SM
2874 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
2875 checked with memq (bug#14935).
2876
ac93e56b
SM
2877 * files.el (revert-buffer-function): Use a non-nil default.
2878 (revert-buffer-preserve-modes): Declare var to
2879 provide access to the `preserve-modes' argument.
2880 (revert-buffer): Let-bind it.
2881 (revert-buffer--default): New function, extracted from revert-buffer.
2882
2cdeb903
SM
28832013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * lpr.el: Signal print errors more prominently.
2886 (print-region-function): Don't default to nil.
2887 (lpr-print-region): New function, extracted from print-region-1.
2888 Check lpr's return value and signal an error in case of problem.
2889 (print-region-1): Use it.
2890 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
2891 versions instead.
2892 (ps-printer-name): Default to nil.
2893 (ps-printer-name-option): Default to lpr-printer-switch.
2894 (ps-print-region-function): Don't default to nil.
2895 (ps-postscript-code-directory): Simplify default.
2896 (ps-do-despool): Use lpr-print-region to properly check the outcome.
2897 (ps-string-list, ps-eval-switch, ps-flatten-list)
2898 (ps-flatten-list-1): Remove.
2899 (ps-multibyte-buffer): Avoid setq.
2900 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
2901 (print-region-function, ps-print-region-function): Don't set them here.
2902
73600831
XF
29032013-07-24 Xue Fuqiao <xfq.free@gmail.com>
2904
0e55c076
XF
2905 * ido.el (ido-fractionp):
2906 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
2907 (ido-max-file-prompt-width, ido-unc-hosts-cache)
2908 (ido-max-directory-size, ido-max-dir-file-cache)
2909 (ido-decorations): Doc fix.
2910
73600831
XF
2911 * ansi-color.el: Fix old URL.
2912
3d012865
MM
29132013-07-23 Michael R. Mauger <michael@mauger.com>
2914
2915 * progmodes/sql.el Version 3.3
2916 (sql-product-alist): Improve oracle :prompt-cont-regexp.
2917 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
2918 (sql-interactive-remove-continuation-prompt): Rewrite, use
2919 functions above. Fix continuation prompt and complete output line
2920 handling.
2921 (sql-redirect-one, sql-execute): Use `read-only-mode' on
2922 redirected output buffer.
2923 (sql-mode): Restore deleted code (Bug#13591).
2924
da77a2e2
JB
29252013-07-23 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
2928
80ff0c71
MA
29292013-07-23 Michael Albinus <michael.albinus@gmx.de>
2930
2931 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
2932
2933 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2934 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2935 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
2936
b61d71e4
JB
29372013-07-23 Juanma Barranquero <lekktu@gmail.com>
2938
2939 * desktop.el (desktop-clear): Simplify; remove useless checks
2940 against invalid buffer names.
2941 (desktop-list*): Use cl-list*.
2942 (desktop-buffer-info, desktop-create-buffer): Simplify.
2943
c3512092
LL
29442013-07-23 Leo Liu <sdl.web@gmail.com>
2945
2946 * bookmark.el (bookmark-make-record): Restore NAME as a default
2947 value. (Bug#14933)
2948
0ac26976
SM
29492013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2950
7d22ce18
SM
2951 * emacs-lisp/autoload.el (autoload--setup-output): New function,
2952 extracted from autoload--insert-text.
2953 (autoload--insert-text): Remove.
2954 (autoload--print-cookie-text): New function, extracted from
2955 autoload--insert-cookie-text.
2956 (autoload--insert-cookie-text): Remove.
2957 (autoload-generate-file-autoloads): Adjust calls accordingly.
2958
9b2607e8
SM
2959 * winner.el (winner-hook-installed-p): Remove.
2960 (winner-mode): Simplify accordingly.
2961
c43a8618
SM
2962 * subr.el (add-to-list): Fix compiler-macro when `append' is
2963 not constant. Don't use `cl-member' for the base case.
2964
0ac26976
SM
2965 * progmodes/subword.el: Fix boundary case (bug#13758).
2966 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
2967 own group.
2968 (subword-backward-regexp): Make it a constant.
2969 (subword-forward-internal): Don't treat a trailing capital as the
2970 beginning of a word.
2971
6874724a
AR
29722013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2973
2974 * emacs-lisp/package.el (package-menu-mode): Don't modify the
2975 global value of tabulated-list-revert-hook (bug#14930).
2976
70f1b5e8
JB
29772013-07-22 Juanma Barranquero <lekktu@gmail.com>
2978
a1c80d9d
JB
2979 * desktop.el: Require 'cl-lib.
2980 (desktop-before-saving-frames-functions): New hook.
2981 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
2982 for frames being saved. Rename from desktop--save-minibuffer-frames.
2983 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
2984 Do not save frames with non-nil `desktop-dont-save' parameter.
2985 Filter out deleted frames.
a1c80d9d
JB
2986 (desktop--find-frame): Use cl-find-if.
2987 (desktop--select-frame): Use cl-(first|second|third) to access values
2988 of desktop-mini.
2989 (desktop--make-frame): Use cl-delete-if.
2990 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
2991 (desktop-restore-frames): Use cl-(first|second|third) to access values
2992 of desktop-mini. Look for visible frame at the end, not while
2993 restoring frames.
2994
70f1b5e8
JB
2995 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
2996 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
2997 Use string-match-p, looking-at-p (bug#14927).
2998
728dc3cc
JB
29992013-07-21 Juanma Barranquero <lekktu@gmail.com>
3000
56bc453c
JB
3001 * desktop.el (desktop-saved-frame-states):
3002 Rename from desktop--saved-states; all users changed.
3003 (desktop-save-frames): Rename from desktop--save-frames.
3004 Do not save state to desktop file.
3005 (desktop-save): Save desktop-saved-frame-states to desktop file
3006 and reset to nil.
3007 (desktop-restoring-frames-p): New function.
3008 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
3009 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
3010 buffer-lists when restoring frames. Suggested by Martin Rudalics.
3011
728dc3cc
JB
3012 * desktop.el: Correctly restore iconified frames.
3013 (desktop--filter-iconified-position): New function.
3014 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3015
862f1c9c
GM
30162013-07-20 Glenn Morris <rgm@gnu.org>
3017
c4074c9f
GM
3018 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3019 Let `message' do the formatting.
3020 (def-gdb-preempt-display-buffer): Add explicit format.
3021
d828e5f9
GM
3022 * image-dired.el (image-dired-track-original-file):
3023 Use with-current-buffer.
3024 (image-dired-track-thumbnail): Use with-current-buffer.
3025 Avoid changing point of wrong window.
3026
862f1c9c
GM
3027 * image-dired.el (image-dired-track-original-file):
3028 Avoid changing point of wrong window. (Bug#14909)
3029
f0398ec1 30302013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
3031
3032 * progmodes/gdb-mi.el (gdb-done-or-error):
3033 Guard against "%" in gdb output. (Bug#14127)
3034
1451928f
AS
30352013-07-20 Andreas Schwab <schwab@linux-m68k.org>
3036
763a086d
JB
3037 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3038 (Bug#14826)
f7a03897 3039
1451928f
AS
3040 * international/mule.el (coding-system-iso-2022-flags): Fix last
3041 change.
3042
99107004
KH
30432013-07-20 Kenichi Handa <handa@gnu.org>
3044
763a086d
JB
3045 * international/mule.el (coding-system-iso-2022-flags):
3046 Add `8-bit-level-4'. (Bug#8522)
99107004 3047
48494e06
LMI
30482013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3049
8ba8eec5
LMI
3050 * net/shr.el (shr-mouse-browse-url): New command and keystroke
3051 (bug#14815).
3052
dfbc66e3
LMI
3053 * net/eww.el (eww-process-text-input): Allow inputting when the
3054 point is at the start of the line, as the properties aren't
3055 front-sticky.
3056
48494e06
LMI
3057 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3058 degenerate widths.
3059
77c92cb9
RS
30602013-07-19 Richard Stallman <rms@gnu.org>
3061
aec7da77
RS
3062 * epa.el (epa-popup-info-window): Doc fix.
3063
77c92cb9
RS
3064 * subr.el (split-string): New arg TRIM.
3065
945c5bb1
JB
30662013-07-18 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3069 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3070
e06ec67f
MA
30712013-07-18 Michael Albinus <michael.albinus@gmx.de>
3072
c7064f05 3073 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
3074 `file-notify-support'. Do not autoload. Adapt all uses.
3075 (file-notify-supported-p): New defun.
3076
c7064f05
JB
3077 * autorevert.el (auto-revert-use-notify):
3078 Use `file-notify-supported-p' instead of `file-notify-support'.
3079 Adapt docstring.
e06ec67f
MA
3080 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3081
3082 * net/tramp.el (tramp-file-name-for-operation):
3083 Add `file-notify-supported-p'.
3084
3085 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3086 New defun.
3087 (tramp-sh-file-name-handler-alist): Add it as handler for
3088 `file-notify-supported-p '.
3089
3090 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3091 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3092 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3093 Add `ignore' as handler for `file-notify-*' functions.
3094
5dc8a629
EZ
30952013-07-17 Eli Zaretskii <eliz@gnu.org>
3096
3097 * simple.el (line-move-partial, line-move): Don't start vscroll or
3098 scroll-up if the current line is not taller than the window.
3099 (Bug#14881)
3100
77aea2fb
DG
31012013-07-16 Dmitry Gutov <dgutov@yandex.ru>
3102
3103 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3104 highlight question marks in the method names as strings.
ac72c08d
DG
3105 (ruby-block-beg-keywords): Inline.
3106 (ruby-font-lock-keyword-beg-re): Extract from
3107 `ruby-font-lock-keywords'.
77aea2fb 3108
18c26d81
JD
31092013-07-16 Jan Djärv <jan.h.d@swipnet.se>
3110
3111 * frame.el (blink-cursor-blinks): New defcustom.
3112 (blink-cursor-blinks-done): New defvar.
3113 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3114 (blink-cursor-timer-function): Check if number of blinks has been
3115 done on X and NS.
3116 (blink-cursor-suspend, blink-cursor-check): New defuns.
3117
da48522e
GM
31182013-07-15 Glenn Morris <rgm@gnu.org>
3119
3120 * edmacro.el (edmacro-format-keys): Fix previous change.
3121
0463c1ef
PE
31222013-07-15 Paul Eggert <eggert@cs.ucla.edu>
3123
3124 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3125 The hack didn't work outside English locales anyway.
3126
b43f6451
JB
31272013-07-15 Juanma Barranquero <lekktu@gmail.com>
3128
3129 * simple.el (define-alternatives): Rename from alternatives-define,
3130 per RMS' suggestion.
3131
b958c0ad
JB
31322013-07-14 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * desktop.el (desktop-restore-frames): Change default to t.
3135 (desktop-restore-in-current-display): Now offer more options.
3136 (desktop-restoring-reuses-frames): New customization option.
3137 (desktop--saved-states): Doc fix.
3138 (desktop-filter-parameters-alist): New variable, renamed and expanded
3139 from desktop--excluded-frame-parameters.
3140 (desktop--target-display): New variable.
3141 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3142 (desktop--filter-tty*, desktop--filter-*-color)
3143 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3144 (desktop--filter-save-desktop-parm)
3145 (desktop-restore-in-original-display-p): New functions.
3146 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3147 (desktop--save-minibuffer-frames): New function, inspired by a similar
3148 function from Martin Rudalics.
3149 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3150 (desktop--restore-in-this-display-p): Remove.
3151 (desktop--find-frame): Rename from desktop--find-frame-in-display
3152 and add predicate argument.
3153 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3154 (desktop--reuse-list): New variable.
3155 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3156 New functions.
3157 (desktop--restore-frames): Add support for "minibuffer-special" frames.
3158
f6dd8b36
MA
31592013-07-14 Michael Albinus <michael.albinus@gmx.de>
3160
3161 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3162
2ce3c565
DG
31632013-07-13 Dmitry Gutov <dgutov@yandex.ru>
3164
763a086d
JB
3165 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3166 Highlight conversion methods on Kernel.
2ce3c565 3167
2cdb7698
AM
31682013-07-13 Alan Mackenzie <acm@muc.de>
3169
3170 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3171 and comment it out. This out-commenting enables certain C++
3172 declarations to be parsed correctly.
3173
1a67b811
EZ
31742013-07-13 Eli Zaretskii <eliz@gnu.org>
3175
1b796d6b
EZ
3176 * international/mule.el (define-coding-system): Doc fix.
3177
1a67b811
EZ
3178 * simple.el (default-font-height): Don't call font-info if the
3179 frame's default font didn't change since the frame was created.
3180 (Bug#14838)
3181
58fbe886
LL
31822013-07-13 Leo Liu <sdl.web@gmail.com>
3183
3184 * ido.el (ido-read-file-name): Guard against non-symbol value.
3185
1f0480d4
FEG
31862013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3187
3188 * progmodes/python.el (python-imenu--build-tree): Fix corner case
3189 in nested defuns.
3190
97ead0e5
LL
31912013-07-13 Leo Liu <sdl.web@gmail.com>
3192
3193 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3194 ido-set-matches call. (Bug#6852)
3195
0880a952
DG
31962013-07-12 Dmitry Gutov <dgutov@yandex.ru>
3197
3198 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3199 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3200 Ruby 2.0.
3201 (ruby-font-lock-keywords): Distinguish calls to functions with
3202 module-like names from module references. Highlight character
3203 literals.
3204
a7d8babb
SDJ
32052013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
3206
3207 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 3208 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 3209
acfcc8c5
JB
32102013-07-12 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * desktop.el (desktop--v2s): Remove unused local variable.
3213 (desktop-save-buffer): Make defvar-local; adjust docstring.
3214 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
3215 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
3216
051f2775
AS
32172013-07-12 Andreas Schwab <schwab@linux-m68k.org>
3218
3219 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
3220
f24e7572
GM
32212013-07-12 Eli Zaretskii <eliz@gnu.org>
3222
3223 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
3224 (Bug#14842)
3225
539a920c
GM
32262013-07-12 Glenn Morris <rgm@gnu.org>
3227
3228 * doc-view.el: Require cl-lib at runtime too.
3229 (doc-view-remove-if): Remove.
3230 (doc-view-search-next-match, doc-view-search-previous-match):
3231 Use cl-remove-if.
3232
3233 * edmacro.el: Require cl-lib at runtime too.
3234 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
3235 (edmacro-mismatch, edmacro-subseq): Remove.
3236
3237 * shadowfile.el: Require cl-lib.
3238 (shadow-remove-if): Remove.
3239 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
3240 Use cl-remove-if.
3241
3242 * wid-edit.el: Require cl-lib.
3243 (widget-choose): Use cl-remove-if.
3244 (widget-remove-if): Remove.
3245
3246 * progmodes/ebrowse.el: Require cl-lib at runtime too.
3247 (ebrowse-delete-if-not): Remove.
3248 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
3249 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
3250 Use cl-delete-if-not.
3251
1048af7c
JB
32522013-07-12 Juanma Barranquero <lekktu@gmail.com>
3253
3254 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
3255 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
3256
6c0674ee
LL
32572013-07-12 Leo Liu <sdl.web@gmail.com>
3258
3259 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
3260
a19b3c2d
GM
32612013-07-11 Glenn Morris <rgm@gnu.org>
3262
4582a01c
GM
3263 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
3264 (edebug-gensym-index, edebug-gensym):
3265 Remove reimplementation of cl-gensym.
3266 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
3267
3268 * thumbs.el: Require cl-lib at run-time too.
3269 (thumbs-gensym-counter, thumbs-gensym):
3270 Remove reimplementation of cl-gensym.
3271 (thumbs-temp-file): Use cl-gensym.
3272
a19b3c2d
GM
3273 * emacs-lisp/ert.el: Require cl-lib at runtime too.
3274 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
3275 (ert--intersection, ert--set-difference, ert--set-difference-eq)
3276 (ert--union, ert--gensym-counter, ert--gensym-counter)
3277 (ert--coerce-to-vector, ert--remove*, ert--string-position)
3278 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
3279 (ert-make-test-unbound, ert--expand-should-1)
3280 (ert--expand-should, ert--should-error-handle-error)
3281 (should-error, ert--explain-equal-rec)
3282 (ert--plist-difference-explanation, ert-select-tests)
3283 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
3284 Use cl-lib functions rather than reimplementations.
3285
88f6a933
MA
32862013-07-11 Michael Albinus <michael.albinus@gmx.de>
3287
3288 * net/tramp.el (tramp-methods): Extend docstring.
3289 (tramp-connection-timeout): New defcustom.
3290 (tramp-error-with-buffer): Reset timestamp only when appropriate.
3291 (with-tramp-progress-reporter): Simplify.
3292 (tramp-process-actions): Improve messages.
3293
3294 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3295 * net/tramp-sh.el (tramp-maybe-open-connection):
3296 Use `tramp-connection-timeout'.
3297 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
3298 (Bug#14808)
3299
a43d577e
LL
33002013-07-11 Leo Liu <sdl.web@gmail.com>
3301
3302 * ido.el (ido-read-file-name): Conform to the requirements of
3303 read-file-name. (Bug#11861)
3304 (ido-read-directory-name): Conform to the requirements of
3305 read-directory-name.
3306
d77974bf
JB
33072013-07-11 Juanma Barranquero <lekktu@gmail.com>
3308
3309 * subr.el (delay-warning): New function.
3310
35cb8a3e
EZ
33112013-07-10 Eli Zaretskii <eliz@gnu.org>
3312
3313 * simple.el (default-line-height): New function.
3314 (line-move-partial, line-move): Use it instead of computing the
3315 line height inline.
3316 (line-move-partial): Always compute ROWH. If the last line is
3317 partially-visible, but its text is completely visible, allow
3318 cursor to enter such a partially-visible line.
3319
525c5c77
MA
33202013-07-10 Michael Albinus <michael.albinus@gmx.de>
3321
3322 Improve error messages. (Bug#14808)
3323
3324 * net/tramp.el (tramp-current-connection): New defvar, moved from
3325 tramp-sh.el.
0ac26976 3326 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 3327 needed anymore.
0ac26976
SM
3328 (tramp-error-with-buffer): Show message in minibuffer.
3329 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
3330 (with-tramp-progress-reporter): Improve messages.
3331 (tramp-process-actions): Use progress reporter. Delete process in
3332 case of error. Improve messages.
3333
763a086d
JB
3334 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
3335 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 3336 (tramp-current-connection): Remove.
525c5c77
MA
3337 (tramp-maybe-open-connection): The car of
3338 `tramp-current-connection' are the first 3 slots of the vector.
3339
c7a4d368
TZ
33402013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
3341
3342 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
3343 inside continued strings.
3344
954b166e
PE
33452013-07-10 Paul Eggert <eggert@cs.ucla.edu>
3346
3347 Timestamp fixes for undo (Bug#14824).
3348 * files.el (clear-visited-file-modtime): Move here from fileio.c.
3349
56973319
LL
33502013-07-10 Leo Liu <sdl.web@gmail.com>
3351
3352 * files.el (require-final-newline): Allow safe local value.
3353 (Bug#14834)
3354
5550a72c
LL
33552013-07-09 Leo Liu <sdl.web@gmail.com>
3356
3357 * ido.el (ido-read-directory-name): Handle fallback.
3358 (ido-read-file-name): Update DIR to ido-current-directory.
3359 (Bug#1516)
c28b9050 3360 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 3361
70c46b28
DG
33622013-07-09 Dmitry Gutov <dgutov@yandex.ru>
3363
3364 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
3365 "autoload". Remove "warn lower camel case" section, previously
3366 commented out. Highlight negation char. Do not highlight the
3367 target in singleton method definitions.
3368
0b64b838
SM
33692013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3370
7fd72e2c
SM
3371 * faces.el (tty-setup-hook): Declare the hook.
3372
0b64b838
SM
3373 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
3374 and detect when a guard/pred depends on local vars (bug#14773).
3375 (pcase--u1): Adjust caller.
3376
ab49d60b
EZ
33772013-07-08 Eli Zaretskii <eliz@gnu.org>
3378
3379 * simple.el (line-move-partial, line-move): Account for
3380 line-spacing.
701d79aa
EZ
3381 (line-move-partial): Avoid setting vscroll when the last
3382 partially-visible line in window is of default height.
ab49d60b 3383
2d756ae0
LMI
33842013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385
3386 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
3387 been used a while.
3388
ed095bd7
JB
33892013-07-07 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * subr.el (read-quoted-char): Remove unused local variable `char'.
3392
f1e6674b
MK
33932013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
3394
584ee3fc
GM
3395 * ediff.el (ediff-version): Version update.
3396 (ediff-files-command, ediff3-files-command, ediff-merge-command)
3397 (ediff-merge-with-ancestor-command, ediff-directories-command)
3398 (ediff-directories3-command, ediff-merge-directories-command)
3399 (ediff-merge-directories-with-ancestor-command): New functions.
3400 All are command-line interfaces to ediff: to facilitate calling
3401 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
3402
3403 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
3404 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 3405
584ee3fc
GM
3406 * viper.el (viper-version): Version update.
3407 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 3408
584ee3fc
GM
34092013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
3412 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
3413 (viper-intercept-ESC-key): Simplify.
3414 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
3415 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
3416 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
3417 (viper-setup-ESC-to-escape): New functions.
3418 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
3419 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 3420
9aff9b38
EZ
34212013-07-07 Eli Zaretskii <eliz@gnu.org>
3422
5165d44a
JB
3423 * simple.el (default-font-height, window-screen-lines):
3424 New functions.
9aff9b38
EZ
3425 (line-move, line-move-partial): Use them instead of
3426 frame-char-height and window-text-height. This makes scrolling
3427 text smoother when the buffer's default face uses a font that is
3428 different from the frame's default font.
3429
1afb1d07
JD
34302013-07-06 Jan Djärv <jan.h.d@swipnet.se>
3431
3432 * files.el (write-file): Do not display confirm dialog for NS,
3433 it does its own dialog, which can't be cancelled (Bug#14578).
3434
23de972a
EZ
34352013-07-06 Eli Zaretskii <eliz@gnu.org>
3436
3437 * simple.el (line-move-partial): Adjust the row returned by
3438 posn-at-point for the current window-vscroll. (Bug#14567)
3439
54a42486
MA
34402013-07-06 Michael Albinus <michael.albinus@gmx.de>
3441
3442 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
3443 (tramp-sh-file-inotifywait-process-filter): Handle file names with
3444 spaces.
3445
34ada5f4
MR
34462013-07-06 Martin Rudalics <rudalics@gmx.at>
3447
3448 * window.el (window-state-put-stale-windows): New variable.
3449 (window--state-put-2): Save list of windows without matching buffer.
3450 (window-state-put): Remove "bufferless" windows if possible.
3451
11e03d89
JB
34522013-07-06 Juanma Barranquero <lekktu@gmail.com>
3453
3454 * simple.el (alternatives-define): Remove leftover :group keyword.
3455 Tweak docstring.
3456
3504a4be
LL
34572013-07-06 Leo Liu <sdl.web@gmail.com>
3458
3459 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
3460 (ido-enable-virtual-buffers): New variable.
3461 (ido-buffer-internal, ido-toggle-virtual-buffers)
3462 (ido-make-buffer-list): Use it.
3463 (ido-exhibit): Support turning on and off virtual buffers
3464 automatically.
3465
61e56e2c
JB
34662013-07-06 Juanma Barranquero <lekktu@gmail.com>
3467
3468 * simple.el (alternatives-define): New macro.
3469
321e1a9c
SM
34702013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * subr.el (read-quoted-char): Use read-key.
3473 (sit-for): Let read-event decode tty input (bug#14782).
3474
d610f6dd
SB
34752013-07-05 Stephen Berman <stephen.berman@gmx.net>
3476
3477 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
3478 mode command and externally. Fix various related bugs.
3479 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
3480 (todo-delete-file): New command.
3481 (todo-check-file): New function.
3482 (todo-show): Handle external deletion of the file we're trying to
3483 show (bug#14688). Replace called-interactively-p by an optional
3484 prefix argument to avoid problematic interaction with catch form
3485 when byte compiled (bug#14702).
3486 (todo-quit): Handle external deletion of the archive's todo file.
3487 Make sure the buffer that was visiting the archive file is still
3488 live before trying to bury it.
3489 (todo-category-completions): Handle external deletion of any
3490 category completion files.
3491 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
3492 of todo files, in case of external deletion.
3493 (todo-add-file): Replace unnecessary setq by let-binding.
3494 (todo-find-archive): Check whether there are any archives.
3495 Replace unnecessary setq by let-binding.
3496 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
3497 archive buffer whether or not the archive already exists.
3498 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
3499 check if the archive is new; if it is, update list of archives.
3500 (todo-default-todo-file): Allow nil to be a valid value for when
3501 there are no todo files.
3502 (todo-reevaluate-default-file-defcustom): Use corrected definition
3503 of todo-default-todo-file.
3504 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
3505 (todo-delete-category, todo-show-categories-table)
3506 (todo-category-number): Clarify comment.
3507 (todo-filter-items): Clarify documentation string.
3508 (todo-show-current-file, todo-display-as-todo-file)
3509 (todo-reset-and-enable-done-separator): Tweak documentation string.
3510 (todo-done-separator): Make separator length window-width, since
3511 bug#2749 is now fixed.
3512
ddbdfd6f
MA
35132013-07-05 Michael Albinus <michael.albinus@gmx.de>
3514
321e1a9c
SM
3515 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3516 Support both "gvfs-monitor-dir" and "inotifywait".
3517 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
3518 `tramp-sh-file-notify-process-filter'.
3519 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3520 (tramp-get-remote-gvfs-monitor-dir): New defuns.
3521
96eb829a
LL
35222013-07-05 Leo Liu <sdl.web@gmail.com>
3523
3524 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
3525
cf13177e
YM
35262013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3527
3528 * frame.el (display-pixel-height, display-pixel-width)
3529 (display-mm-height, display-mm-width): Mention behavior on
3530 multi-monitor setups in docstrings.
3531 (w32-display-monitor-attributes-list): Declare function.
3532 (display-monitor-attributes-list): Use it.
3533
864c58ca
MA
35342013-07-04 Michael Albinus <michael.albinus@gmx.de>
3535
3536 * filenotify.el: New package.
3537
3538 * autorevert.el (top): Require filenotify.el.
3539 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
3540 instead.
3541 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3542 (auto-revert-notify-handler): Use `file-notify-*' functions.
3543
3544 * subr.el (file-notify-handle-event): Move function to filenotify.el.
3545
321e1a9c
SM
3546 * net/tramp.el (tramp-file-name-for-operation):
3547 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
3548
3549 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3550 for `file-notify-add-watch' and `file-notify-rm-watch'.
3551 (tramp-process-sentinel): Improve trace.
3552 (tramp-sh-handle-file-notify-add-watch)
3553 (tramp-sh-file-notify-process-filter)
3554 (tramp-sh-handle-file-notify-rm-watch)
3555 (tramp-get-remote-inotifywait): New defuns.
3556
96673afe
JL
35572013-07-03 Juri Linkov <juri@jurta.org>
3558
3559 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
3560 call of `occur-read-primary-args' to interactive spec.
3561
3562 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
3563 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
3564
924494f4
MM
35652013-07-03 Matthias Meulien <orontee@gmail.com>
3566
3567 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
3568 `Buffer-menu-multi-occur'. Add it to the menu.
3569 (Buffer-menu-mode): Document it in docstring.
3570 (Buffer-menu-multi-occur): New command. (Bug#14673)
3571
56f75efc
DG
35722013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3573
3574 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3575 keywords and built-ins.
3576
9b057d61
GM
35772013-07-03 Glenn Morris <rgm@gnu.org>
3578
208dee4d
GM
3579 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
3580
9b057d61
GM
3581 Make info-xref checks case-sensitive by default
3582 * info.el (Info-find-node, Info-find-in-tag-table)
3583 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
3584 Add option for exact case matching of nodes.
3585 * info-xref.el (info-xref): New custom group.
3586 (info-xref-case-fold): New option.
3587 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
3588
e01aa29c
LL
35892013-07-03 Leo Liu <sdl.web@gmail.com>
3590
3591 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
3592
3086ca2e
DG
35932013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3594
3595 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
3596 middle of block statement initially, lower the depth. Remove
3597 FIXME comment, not longer valid. Remove middle of block statement
3598 detection, no need to do that anymore since we've been using
3599 `ruby-parse-region' here.
3600
a3b49114
JD
36012013-07-02 Jan Djärv <jan.h.d@swipnet.se>
3602
3603 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
3604
08e5c823 36052013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
3606
3607 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
3608
2addf922
JB
36092013-07-01 Juanma Barranquero <lekktu@gmail.com>
3610
3611 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
3612 (desktop-restore-in-current-display): New customization option.
3613 (desktop--excluded-frame-parameters): Add `font'.
3614 (desktop--save-frames): Rename from desktop--save-windows.
3615 (desktop--restore-in-this-display-p): New function.
3616 (desktop--make-full-frame): Remove unwanted width/height from
3617 full(width|height) frames.
3618 (desktop--restore-frames): Rename from desktop--restore-windows.
3619 Obey desktop-restore-current-display. Do not delete old frames or
3620 select a new frame unless we were able to restore at least one frame.
3621
ef099a94
MN
36222013-06-30 Michal Nazarewicz <mina86@mina86.com>
3623
3624 * files.el (find-file-noselect): Simplify conditional expression.
3625
3626 * remember.el (remember-append-to-file):
3627 Don't mix `find-buffer-visiting' and `get-file-buffer'.
3628
3629 Add `remember-notes' function to store random notes across Emacs
3630 restarts.
3631 * remember.el (remember-data-file): Add :set callback to affect
3632 notes buffer (if any).
3633 (remember-notes): New command.
3634 (remember-notes-buffer-name, bury-remember-notes-on-kill):
3635 New defcustoms for the `remember-notes' function.
3636 (remember-notes-save-and-bury-buffer): New command.
3637 (remember-notes-mode-map): New variable.
3638 (remember-mode): New minor mode.
3639 (remember-notes--kill-buffer-query): New function.
3640 * startup.el (initial-buffer-choice): Add notes to custom type.
3641
0865d506
EZ
36422013-06-30 Eli Zaretskii <eliz@gnu.org>
3643
0ba54312
EZ
3644 * bindings.el (right-char, left-char): Don't call sit-for, this is
3645 no longer needed. Use arithmetic comparison only for numerical
3646 arguments.
3647
ef099a94
MN
3648 * international/mule-cmds.el (select-safe-coding-system):
3649 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 3650
2fae38e5
LMI
36512013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3652
3653 * net/shr.el (shr-make-table-1): Add a sanity check that allows
3654 progression on degenerate tables.
ef099a94 3655 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 3656
a47cbd64
JB
36572013-06-30 Juanma Barranquero <lekktu@gmail.com>
3658
3659 Some fixes and improvements for desktop frame restoration.
3660 It is still experimental and disabled by default.
3661 * desktop.el (desktop--save-windows): Put the selected frame at
3662 the head of the list.
3663 (desktop--make-full-frame): New function.
3664 (desktop--restore-windows): Try to re-select the frame that was
3665 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
3666 just show an error message and continue. Set up maximized frames
3667 so they have default non-maximized dimensions.
a47cbd64 3668
6dbafa30
DG
36692013-06-30 Dmitry Gutov <dgutov@yandex.ru>
3670
ef099a94
MN
3671 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3672 Don't start heredoc inside a string or comment.
6dbafa30 3673
4c672a0f
EZ
36742013-06-29 Eli Zaretskii <eliz@gnu.org>
3675
3676 * bindings.el (visual-order-cursor-movement): New defcustom.
3677 (right-char, left-char): Provide visual-order cursor motion by
3678 calling move-point-visually. Update the doc strings.
3679
50960f36
KH
36802013-06-28 Kenichi Handa <handa@gnu.org>
3681
3682 * international/mule.el (define-coding-system): New coding system
3683 properties :inhibit-null-byte-detection,
3684 :inhibit-iso-escape-detection, and :prefer-utf-8.
3685 (set-buffer-file-coding-system): If :charset-list property of
3686 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
3687 appropriate for setting.
3688
c1ea3abf
JB
3689 * international/mule-cmds.el (select-safe-coding-system):
3690 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
3691 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
3692
3693 * international/mule-conf.el (prefer-utf-8): New coding system.
3694 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
3695 files.
3696
75dbaf9d
IK
36972013-06-28 Ivan Kanis <ivan@kanis.fr>
3698
eadb6068
IK
3699 * net/shr.el (shr-render-region): New function.
3700
75dbaf9d
IK
3701 * net/eww.el: Autoload `eww-browse-url'.
3702
9ea5cf9f
DG
37032013-06-27 Dmitry Gutov <dgutov@yandex.ru>
3704
c1ea3abf
JB
3705 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3706 Adapt to `package-desc-version' being a list.
3707 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
3708 archive element.
3709
39c0e36f
JB
37102013-06-27 Juanma Barranquero <lekktu@gmail.com>
3711
3712 New experimental feature to save&restore window and frame setup.
3713 * desktop.el (desktop-save-windows): New defcustom.
3714 (desktop--saved-states): New var.
3715 (desktop--excluded-frame-parameters): New defconst.
3716 (desktop--filter-frame-parms, desktop--find-frame-in-display)
3717 (desktop--restore-windows, desktop--save-windows): New functions.
3718 (desktop-save): Call `desktop--save-windows'.
3719 (desktop-read): Call `desktop--restore-windows'.
3720
7f13406b
LMI
37212013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3722
ef099a94 3723 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 3724
1e072639
SB
37252013-06-27 Stephen Berman <stephen.berman@gmx.net>
3726
3727 * info.el (Info-try-follow-nearest-node): Move search for footnote
3728 above search for node name to prevent missing a footnote (bug#14717).
3729
f3e2cbde
SB
37302013-06-27 Stephen Berman <stephen.berman@gmx.net>
3731
3732 * obsolete/otodo-mode.el: Add obsolescence info to file header.
3733
99906aa0
LL
37342013-06-27 Leo Liu <sdl.web@gmail.com>
3735
3736 * net/eww.el (eww-read-bookmarks): Check file size.
3737
539f75f4
SM
37382013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
3741 advice--pending if newdef is nil or an autoload (bug#13820).
3742 (advice-mapc): New function.
3743
843571cb
LMI
37442013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3745
3746 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
3747 probably.
23a75d7f 3748 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
3749 (eww-add-bookmark): New command.
3750 (eww-bookmark-mode): New mode and commands.
a285ce99 3751 (eww-add-bookmark): Remove newlines from the title.
47fd571b 3752 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 3753
f2136e1e
GM
37542013-06-26 Glenn Morris <rgm@gnu.org>
3755
eab35f39
GM
3756 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
3757 (hfy-size): Handle ttys. (Bug#14668)
3758
f2136e1e
GM
3759 * info-xref.el: Update for Texinfo 5 change in *note format.
3760 (info-xref-node-re, info-xref-note-re): New constants.
3761 (info-xref-check-buffer): Use info-xref-note-re.
3762
a49ff80c
SM
37632013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3764
a343d218
SM
3765 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
3766
a49ff80c
SM
3767 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
3768 nil terminate the loop (bug#14718).
3769
8308f184
LMI
37702013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3771
3772 * net/eww.el: Rework history traversal. When going forward/back,
3773 put these actions into the history, too, so that they can be
3774 replayed.
26bf2b82 3775 (eww-render): Move the history reset to the correct buffer.
8308f184 3776
ec64c273
JL
37772013-06-25 Juri Linkov <juri@jurta.org>
3778
3779 * files-x.el (modify-dir-local-variable): Change the header comment
3780 in the file with directory local variables. (Bug#14692)
3781
e080a9d7
JL
3782 * files-x.el (read-file-local-variable-value): Add `default'.
3783 (Bug#14710)
3784
bfbc93a1
IK
37852013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3786
3787 * net/eww.el (eww-make-unique-file-name): Create a unique file
3788 name before saving to entering `y' accidentally asynchronously.
3789
37902013-06-25 Ivan Kanis <ivan@kanis.fr>
3791
3792 * net/eww.el (eww-download): New command and keystroke.
3793
16f74f10
LMI
37942013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3795
a49ff80c 3796 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
3797
3798 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
3799 be more consistent with Info and dired.
3800
3801 * net/eww.el (eww-mode-map): Ditto.
3802
12059709
SM
38032013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
3806 packages from archives.
3807 (package-archive-contents): Change format; include obsolete packages.
3808 (package-desc): Use `dir' to mark builtin packages.
3809 (package--from-builtin): Set the `dir' field to `builtin'.
3810 (generated-autoload-file, version-control): Declare.
3811 (package-compute-transaction): Change first arg and return value to be
3812 lists of package-descs. Adjust to new package-archive-contents format.
3813 (package--add-to-archive-contents): Adjust to new
3814 package-archive-contents format.
3815 (package-download-transaction): Arg is now a list of package-descs.
3816 (package-install): If `pkg' is a package name, pass it as
3817 a requirement, so it is subject to the usual (e.g. disabled) checks.
3818 (describe-package): Accept package-desc as well.
3819 (describe-package-1): Describe a specific package-desc. Add links to
3820 other package-descs for the same package name.
3821 (package-menu-describe-package): Pass the actual package-desc.
3822 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
3823 works correctly.
3824 (package-desc-status): New function.
3825 (package-menu--refresh): New function, extracted
3826 from package-menu--generate.
3827 (package-menu--generate): Use it.
3828 (package-delete): Update package-alist.
3829 (package-menu-execute): Don't call package-initialize.
3830
3831 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
3832 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
3833 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
3834 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
3835 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
3836 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
3837
8bbdea0f
MR
38382013-06-25 Martin Rudalics <rudalics@gmx.at>
3839
3840 * window.el (window--state-get-1): Workaround for bug#14527.
3841 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
3842
e82b0991
LMI
38432013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3844
3845 * net/eww.el (eww-back-url): Implement the history by stashing all
3846 the data into a list.
d3f0f918 3847 (eww-forward-url): Allow going forward in the history, too.
e82b0991 3848
c763842b
SM
38492013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
3852 for values and use read--expression for expressions (bug#14710).
3853 (read-file-local-variable): Avoid setq.
3854 (read-file-local-variable-mode): Use minor-mode-list.
3855
bceff189
RW
38562013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3857
864c58ca 3858 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
3859 for DOI URLs.
3860
45f431c6
RW
38612013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3862
864c58ca 3863 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
3864 Update imenu-support when dialect changes.
3865
f42d8237
LL
38662013-06-25 Leo Liu <sdl.web@gmail.com>
3867
3868 * ido.el (ido-read-internal): Allow forward slash on windows.
3869
be549ce6
LMI
38702013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3871
3872 * net/eww.el (eww): Start of strings is \\`, not ^.
3873
71d4c19d
IK
38742013-06-24 Ivan Kanis <ivan@kanis.fr>
3875
5196f88a
IK
3876 * net/shr.el (shr-browse-url): Fix interactive spec.
3877
71d4c19d
IK
3878 * net/eww.el (eww): Add a trailing slash to domain names.
3879
ae36ca55
JB
38802013-06-24 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
3883
0ebd92a3
LMI
38842013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3885
bdaa086b
LMI
3886 * net/shr.el (shr-browse-url): Use an external browser if given a
3887 prefix.
3888
c763842b 3889 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 3890
b89fc156
IK
38912013-06-24 Ivan Kanis <ivan@kanis.fr>
3892
3893 * net/eww.el (eww): Work more correctly for file: URLs.
3894 (eww-detect-charset): Allow quoted charsets.
3895 (eww-yank-page-url): New command and keystroke.
3896
18eb4bca
DU
38972013-06-24 Daiki Ueno <ueno@gnu.org>
3898
3899 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
3900 file name of gpg executable.
3901 (epg-context-program): New function.
3902 (epg-context-home-directory): New function.
3903 (epg-context-set-program): New function.
3904 (epg-context-set-home-directory): New function.
3905 (epg--start): Use `epg-context-program' instead of
3906 'epg-gpg-program'.
3907 (epg--list-keys-1): Likewise.
3908
6c6268c8
LL
39092013-06-24 Leo Liu <sdl.web@gmail.com>
3910
3911 * ido.el (ido-read-internal): Fix bug#14620.
3912
5e400cb3
JB
39132013-06-23 Juanma Barranquero <lekktu@gmail.com>
3914
3915 * faces.el (face-documentation): Simplify.
3916 (read-face-attribute, tty-find-type, x-resolve-font-name):
3917 Use `string-match-p'.
3918 (list-faces-display): Use `string-match-p'. Simplify.
3919 (face-spec-recalc): Check face to avoid face alias loops.
3920 (read-color): Use `string-match-p' and non-capturing parenthesis.
3921
f3f9606c
LMI
39222013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3923
3924 * net/shr.el (shr-rescale-image): Use the new
3925 :max-width/:max-height functionality.
3926
a3ca09b9
IK
39272013-06-23 Ivan Kanis <ivan@kanis.fr>
3928
3929 * net/eww.el (eww-search-prefix): New variable.
3930 (eww): Use it.
f865b474
IK
3931 (eww-external-browser): New variable.
3932 (eww-mode-map): New keystroke.
3933 (eww-browse-with-external-browser): New command.
a3ca09b9 3934
e854cfc7
IK
3935 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
3936
18bb9e21
JB
39372013-06-23 Juanma Barranquero <lekktu@gmail.com>
3938
3939 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3940 Don't skip aligning the next header field when padding is 0;
3941 otherwise, field width is not respected unless the title is as
3942 wide as the field.
3943
5b165ade
SM
39442013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * emacs-lisp/package.el (package-el-version): Remove.
3947 (package-process-define-package): Fix inf-loop.
3948 (package-install): Allow symbols as arguments again.
3949
12adebe9
DG
39502013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3951
3952 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
3953 add some more keyword-like methods.
3954 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
3955
388573ee
JB
39562013-06-22 Juanma Barranquero <lekktu@gmail.com>
3957
3958 * bs.el (bs-buffer-show-mark): Make defvar-local.
3959 (bs-mode): Use setq-local.
3960
3961 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
3962 (emacs-lock--try-unlocking): Make defvar-local.
3963
4582a01c 39642013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 3965
2663dd23
GM
3966 * play/cookie1.el (cookie-apropos): Minor simplification.
3967
3d94f3ad
GM
3968 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
3969
f72e2fdb
DG
39702013-06-22 Dmitry Gutov <dgutov@yandex.ru>
3971
3972 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
3973 `regexp-opt', it breaks the build during dumping.
3974
73eab938
DG
39752013-06-21 Dmitry Gutov <dgutov@yandex.ru>
3976
c763842b
SM
3977 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3978 Highlight keyword-like methods on Kernel and Module with
73eab938 3979 font-lock-builtin-face.
5cf8176d
DG
3980 (auto-mode-alist): Consolidate different entries into one regexp
3981 and add more *file-s.
73eab938 3982
d26255f6
SB
39832013-06-21 Stephen Berman <stephen.berman@gmx.net>
3984
3985 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
3986
3987 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
3988 (diary-entry): Use it in the action of this button type instead of
3989 diary-goto-entry.
3990
3991 * calendar/todo-mode.el: New version.
3992 (todo-add-category): Append new category to end of file and give
3993 it the highest number, instead of putting it at the beginning and
3994 giving it 0. Incorporate noninteractive functionality.
3995 (todo-forward-category): Adapt to 1-based category numbering.
3996 Allow skipping over archived categories.
3997 (todo-backward-category): Derive from todo-forward-category.
3998 (todo-backward-item, todo-forward-item): Make noninteractive and
3999 delegate interactive part to new commands. Make sensitive to done items.
4000 (todo-categories): Make value an alist of category names and
4001 vectors of item counts.
4002 (todo-category-beg): Make a defconst.
4003 (todo-category-number): Use 1 instead of 0 as initial value.
4004 (todo-category-select): Make sensitive to overlays, optional item
4005 highlighting and done items.
4006 (todo-delete-item): Make sensitive to overlays and marked and done items.
4007 (todo-edit-item): Make sensitive to overlays and editing of
4008 date/time header optional. Add format checks.
4009 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
4010 no-op if point is not on an item. Advertise using todo-edit-quit.
4011 (todo-edit-mode): Make sensitive to new format, font-locking, and
4012 multiple todo files.
4013 (todo-insert-item, todo-insert-item-here): Derive from
4014 todo-basic-insert-item and extend functionality.
4015 (todo-item-end, todo-item-start): Make sensitive to done items.
4016 (todo-item-string): Don't return text properties. Restore point.
4017 (todo-jump-to-category): Make sensitive to multiple todo files and
4018 todo archives. Use extended category completion.
4019 (todo-lower-item, todo-raise-item): Rename to *-priority and
4020 derive from todo-set-item-priority.
4021 (todo-mode): Derive from special-mode. Make sensitive to new
4022 format, font-locking and multiple todo files. Make read-only.
4023 (todo-mode-map): Don't suppress digit keys, so they can supply
4024 prefix arguments. Add many new key bindings.
4025 (todo-prefix): Insert as an overlay instead of file text.
4026 Change semantics from diary date expression to purely visual mark.
4027 (todo-print): Rename to todo-print-buffer. Make buffer display
4028 features printable. Remove option to restrict number of items
4029 printed. Add option to print to file.
4030 (todo-print-function): Rename to todo-print-buffer-function.
4031 (todo-quit): Extend to handle exiting new todo modes.
4032 (todo-remove-item): Make sensitive to overlays.
4033 (todo-save): Extend to buffers of filtered items.
4034 (todo-show): Make sensitive to done items, multiple todo files and
4035 new todo modes. Offer to convert legacy todo file before creating
4036 first new todo file.
4037 (todo-show-priorities): Rename to todo-top-priorities.
4038 Change semantics of value 0.
4039 (todo-top-priorities): Rename to todo-filter-top-priorities,
4040 derive from todo-filter-items and extend functionality.
4041 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4042 and extend functionality to other types of filtered items.
4043 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4044 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4045 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4046 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4047 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4048 (todo-edit-mode-hook, todo-entry-prefix-function)
4049 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4050 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4051 (todo-initials, todo-insert-threshold, todo-item-string-start)
4052 (todo-line-string, todo-menu, todo-mode-hook)
4053 (todo-more-important-p, todo-previous-answer, todo-previous-line)
4054 (todo-print-priorities, todo-remove-separator)
4055 (todo-save-top-priorities-too, todo-string-count-lines)
4056 (todo-string-multiline-p, todo-time-string-format)
4057 (todo-tmp-buffer-name): Remove.
4058 (todo-add-file, todo-archive-done-item, todo-choose-archive)
4059 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4060 (todo-edit-category-diary-inclusion)
4061 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4062 (todo-edit-file, todo-edit-item-date-day)
4063 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4064 (todo-edit-item-date-month, todo-edit-item-date-to-today)
4065 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4066 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4067 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4068 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4069 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4070 (todo-filter-top-priorities-multifile, todo-find-archive)
4071 (todo-find-filtered-items-file, todo-go-to-source-item)
4072 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4073 (todo-jump-to-archive-category, todo-lower-category)
4074 (todo-mark-category, todo-marked-item-p, todo-merge-category)
4075 (todo-move-category, todo-move-item, todo-next-button)
4076 (todo-next-item, todo-padded-string, todo-powerset)
4077 (todo-previous-button, todo-previous-item)
4078 (todo-print-buffer-to-file, todo-raise-category)
4079 (todo-rename-category, todo-repair-categories-sexp, todo-search)
4080 (todo-set-category-number, todo-set-item-priority)
4081 (todo-set-top-priorities-in-category)
4082 (todo-set-top-priorities-in-file, todo-show-categories-table)
4083 (todo-sort-categories-alphabetically-or-numerically)
4084 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4085 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4086 (todo-toggle-item-header, todo-toggle-item-highlighting)
4087 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4088 (todo-toggle-view-done-items, todo-toggle-view-done-only)
4089 (todo-unarchive-items, todo-unmark-category): New commands.
4090 (todo-absolute-file-name, todo-add-to-buffer-list)
4091 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4092 (todo-basic-insert-item, todo-category-completions)
4093 (todo-category-number, todo-category-string-matcher-1)
4094 (todo-category-string-matcher-2, todo-check-filtered-items-file)
4095 (todo-check-format, todo-clear-matches)
4096 (todo-comment-string-matcher, todo-convert-legacy-date-time)
4097 (todo-current-category, todo-date-string-matcher)
4098 (todo-define-insertion-command, todo-diary-expired-matcher)
4099 (todo-diary-goto-entry, todo-diary-item-p)
4100 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4101 (todo-display-categories, todo-display-sorted, todo-done-item-p)
4102 (todo-done-item-section-p, todo-done-separator)
4103 (todo-done-string-matcher, todo-files, todo-filter-items)
4104 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4105 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4106 (todo-insert-category-line, todo-insert-item-from-calendar)
4107 (todo-insert-sort-button, todo-insert-with-overlays)
4108 (todo-insertion-command-name, todo-insertion-key-bindings)
4109 (todo-label-to-key, todo-longest-category-name-length)
4110 (todo-make-categories-list, todo-mode-external-set)
4111 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4112 (todo-modes-set-3, todo-multiple-filter-files)
4113 (todo-nondiary-marker-matcher, todo-prefix-overlays)
4114 (todo-read-category, todo-read-date, todo-read-dayname)
4115 (todo-read-file-name, todo-read-time)
4116 (todo-reevaluate-category-completions-files-defcustom)
4117 (todo-reevaluate-default-file-defcustom)
4118 (todo-reevaluate-filelist-defcustoms)
4119 (todo-reevaluate-filter-files-defcustom)
4120 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4121 (todo-reset-done-separator, todo-reset-done-separator-string)
4122 (todo-reset-done-string, todo-reset-global-current-todo-file)
4123 (todo-reset-highlight-item, todo-reset-nondiary-marker)
4124 (todo-reset-prefix, todo-set-categories)
4125 (todo-set-date-from-calendar, todo-set-show-current-file)
4126 (todo-set-top-priorities, todo-short-file-name)
4127 (todo-show-current-file, todo-sort, todo-time-string-matcher)
4128 (todo-total-item-counts, todo-update-buffer-list)
4129 (todo-update-categories-display, todo-update-categories-sexp)
4130 (todo-update-count, todo-validate-name, todo-y-or-n-p):
4131 New functions.
4132 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4133 New major modes.
4134 (todo-categories, todo-display, todo-edit, todo-faces)
4135 (todo-filtered): New defgroups.
4136 (todo-archived-only, todo-button, todo-category-string, todo-date)
4137 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4138 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4139 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4140 (todo-add-item-if-new-category, todo-always-add-time-string)
4141 (todo-categories-align, todo-categories-archived-label)
4142 (todo-categories-category-label, todo-categories-diary-label)
4143 (todo-categories-done-label, todo-categories-number-separator)
4144 (todo-categories-todo-label, todo-categories-totals-label)
4145 (todo-category-completions-files, todo-completion-ignore-case)
4146 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4147 (todo-done-separator-string, todo-done-string)
4148 (todo-files-function, todo-filter-done-items, todo-filter-files)
4149 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4150 (todo-initial-category, todo-initial-file, todo-item-mark)
4151 (todo-legacy-date-time-regexp, todo-mode-line-function)
4152 (todo-nondiary-marker, todo-number-prefix)
4153 (todo-print-buffer-function, todo-show-current-file)
4154 (todo-show-done-only, todo-show-first, todo-show-with-done)
4155 (todo-skip-archived-categories, todo-top-priorities-overrides)
4156 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4157 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4158 New defcustoms.
4159 (todo-category-done, todo-date-pattern, todo-date-string-start)
4160 (todo-diary-items-buffer, todo-done-string-start)
4161 (todo-filtered-items-buffer, todo-item-start)
4162 (todo-month-abbrev-array, todo-month-name-array)
4163 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4164 (todo-top-priorities-buffer): New defconsts.
4165 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4166 (todo-categories-with-marks, todo-category-string-face)
4167 (todo-comment-face, todo-comment-string, todo-current-todo-file)
4168 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4169 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4170 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4171 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4172 (todo-font-lock-keywords, todo-global-current-todo-file)
4173 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4174 (todo-insertion-commands-args)
4175 (todo-insertion-commands-args-genlist)
4176 (todo-insertion-commands-names, todo-insertion-map)
4177 (todo-key-bindings-t, todo-key-bindings-t+a)
4178 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4179 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4180 (todo-nondiary-face, todo-print-buffer, todo-time-face)
4181 (todo-visited): New variables.
4182
cad5d1cb
GM
41832013-06-21 Glenn Morris <rgm@gnu.org>
4184
4185 * play/cookie1.el (cookie-apropos): Add optional display argument.
4186 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4187 (psychoanalyze-pinhead): Use cookie-doctor.
4188
9e277302
JB
41892013-06-21 Juanma Barranquero <lekktu@gmail.com>
4190
4191 * emacs-lisp/package.el (tar-get-file-descriptor)
4192 (tar--extract): Declare.
4193
c5b0993e
EW
41942013-06-21 Eduard Wiebe <usenet@pusto.de>
4195
4196 Extend flymake's warning predicate to be a function (bug#14217).
4197 * progmodes/flymake.el (flymake-warning-predicate): New.
4198 (flymake-parse-line): Use it.
4199 (flymake-warning-re): Make obsolete alias to
4200 `flymake-warning-predicate'.
4201
a7d2d465
SM
42022013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * emacs-lisp/package.el (package-alist): Include obsolete packages.
4205 (package-obsolete-list): Remove.
4206 (package-activate): Remove min-version argument. Add `force' argument.
4207 Adjust to new package-alist format.
4208 (package-mark-obsolete): Remove.
4209 (package-unpack): Force reload of the package's autoloads.
4210 (package-installed-p): Check builtins if the installed package is not
4211 recent enough.
4212 (package-initialize): Don't reset package-obsolete-list.
4213 Don't specify which package version to activate.
4214 (package-process-define-package, describe-package-1)
4215 (package-menu--generate): Adjust to new package-alist format.
4216
cedf5c9d
JB
42172013-06-21 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * allout-widgets.el (allout-widgets-mode-off)
4220 (allout-widgets-mode-on, allout-widgets-pre-command-business)
4221 (allout-widgets-post-command-business)
4222 (allout-widgets-after-copy-or-kill-function)
4223 (allout-widgets-after-undo-function, allout-test-range-overlaps)
4224 (allout-decorate-item-and-context)
4225 (allout-graphics-modification-handler): Fix typos in docstrings.
4226 (allout-get-or-create-parent-widget): Use `looking-at-p'.
4227
4228 * cmuscheme.el (scheme-start-file): Doc fix.
4229 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
4230 (scheme-input-filter): Use `string-match-p'.
4231
4232 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
4233
4234 * dired-x.el: Use Dired consistently in docstrings.
4235
4236 * dired.el: Use Dired consistently in docstrings.
4237 (dired-readin, dired-mode): Use `setq-local'.
4238 (dired-switches-alist): Make defvar-local.
4239 (dired-buffers-for-dir): Use `zerop'.
4240 (dired-safe-switches-p, dired-switches-escape-p)
4241 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
4242 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
4243 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
4244 (dired-goto-next-nontrivial-file): Use `string-match-p'.
4245 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
4246 (dired-toggle-marks, dired-mark-files-containing-regexp)
4247 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
4248 (dired-flag-auto-save-files, dired-flag-backup-files):
4249 Use `looking-at-p'.
4250 (dired-mark-files-regexp, dired-build-subdir-alist):
4251 Use `string-match-p', `looking-at-p'.
4252
4253 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
4254 (direct-print-region-helper): Use `string-match-p'.
4255
aed838b5
LL
42562013-06-21 Leo Liu <sdl.web@gmail.com>
4257
cedf5c9d
JB
4258 * comint.el (comint-redirect-results-list-from-process):
4259 Fix infinite loop.
aed838b5 4260
d80a808f
LMI
42612013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4262
4263 * net/eww.el (eww-update-header-line-format): Quote % characters.
4264
e7a526e3
GM
42652013-06-21 Glenn Morris <rgm@gnu.org>
4266
4267 * play/cookie1.el (cookie): New custom group.
4268 (cookie-file): New option.
4269 (cookie-check-file): New function.
4270 (cookie): Make it interactive. Make start and end messages optional.
4271 Interactively, display the result. Default to cookie-file.
4272 (cookie-insert): Default to cookie-file.
4273 (cookie-snarf): Make start and end messages optional.
4274 Default to cookie-file. Use with-temp-buffer.
4275 (cookie-read): Rename from read-cookie.
4276 Make start and end messages optional. Default to cookie-file.
4277 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 4278 Do not autoload it.
e7a526e3
GM
4279 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
4280 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
4281
62efb35e
LL
42822013-06-21 Leo Liu <sdl.web@gmail.com>
4283
4284 * progmodes/octave.el (octave-mode): Backward compatibility fix.
4285
21e3f963
GM
42862013-06-21 Glenn Morris <rgm@gnu.org>
4287
4288 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
4289
fd846ab4
SM
42902013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4291 Daniel Hackney <dan@haxney.org>
4292
4293 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
4294 Consolidate the single-file vs tarball code.
4295 (package-desc-suffix): New function.
4296 (package-desc-full-name): Don't bother inlining it.
4297 (package-load-descriptor): Return the new package-desc.
4298 (package-mark-obsolete): Remove unused arg `package'.
4299 (package-unpack): Make it work for single files as well.
4300 Make it update package-alist.
4301 (package--make-autoloads-and-stuff): Rename from
4302 package--make-autoloads-and-compile. Don't compile any more.
4303 (package--compile): New function.
4304 (package-generate-description-file): New function, extracted from
4305 package-unpack-single.
4306 (package-unpack-single): Remove.
4307 (package--with-work-buffer): Add indentation and debugging info.
4308 (package-download-single): Remove.
4309 (package-install-from-archive): Rename from package-download-tar, make
4310 it take a pkg-desc, and make it work for single files as well.
4311 (package-download-transaction): Simplify.
4312 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
4313 external tar program.
4314 (package-install-from-buffer): Remove `pkg-desc' argument.
4315 Use package-tar-file-info for tar-mode buffers.
4316 (package-install-file): Simplify accordingly.
4317 (package-archive-base): Change to take a pkg-desc.
4318 * tar-mode.el (tar--check-descriptor): New function, extracted from
4319 tar-get-descriptor.
4320 (tar-get-descriptor): Use it.
4321 (tar-get-file-descriptor): New function.
4322 (tar--extract): New function, extracted from tar-extract.
4323 (tar--extract): Use it.
4324 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
4325 case the summary uses non-ascii. Adjust to new calling convention of
4326 package-tar-file-info.
4327
b7deae5e
LL
43282013-06-21 Leo Liu <sdl.web@gmail.com>
4329
fd846ab4
SM
4330 * comint.el (comint-redirect-results-list-from-process):
4331 Fix random delay. (Bug#14681)
b7deae5e 4332
7a65a0b2
JB
43332013-06-21 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * profiler.el (profiler-format-number): Use log, not log10.
4336
1493c2af
JB
43372013-06-20 Juanma Barranquero <lekktu@gmail.com>
4338
4339 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
4340
aff6371e
SM
43412013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
4344 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
4345 yet available.
4346 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
4347 (AUTOGENEL): ... here.
4348 * emacs-lisp/cl-macs.el (cl--sublis): New function.
4349 (cl--defsubst-expand): Use it.
4350
89561f72
PE
43512013-06-20 Paul Eggert <eggert@cs.ucla.edu>
4352
4353 * subr.el (log10): Move here from C code, and declare as obsolete.
4354 All uses of (log10 X) replaced with (log X 10).
4355
47199123
JB
43562013-06-20 Juanma Barranquero <lekktu@gmail.com>
4357
4358 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
4359 Declare with `defvar-local'.
4360 (tabulated-list-use-header-line, tabulated-list-entries)
4361 (tabulated-list-padding, tabulated-list-printer)
4362 (tabulated-list-sort-key): Declare with `defvar-local'.
4363 (tabulated-list-init-header, tabulated-list-print-fake-header):
4364 Use `setq-local'.
4365
4a172eab
MA
43662013-06-20 Michael Albinus <michael.albinus@gmx.de>
4367
47199123
JB
4368 * arc-mode.el (archive-mode): Add `archive-write-file' to
4369 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 4370
5fc0acc0
JB
43712013-06-20 Juanma Barranquero <lekktu@gmail.com>
4372
d5b27848
JB
4373 * cus-edit.el (custom-commands): Fix typos.
4374 (custom-display): Fix tooltip text.
4375 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
4376 Fix typos in docstrings.
4377 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
4378 (custom-unlispify-menu-entry, custom-magic-value-create)
4379 (custom-add-see-also, custom-group-value-create): Use ?\s.
4380 (custom-guess-type, customize-apropos, editable-field)
4381 (custom-face-value-create): Use `string-match-p'.
4382 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
4383
4384 * custom.el (custom-load-symbol): Use `string-match-p'.
4385
a5c581d8
JB
4386 * ansi-color.el: Convert to lexical binding.
4387 (ansi-colors): Fix URL.
4388 (ansi-color-context, ansi-color-context-region): Use defvar-local.
4389 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
4390 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
4391
970ad972
G
43922013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4393
4394 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
4395
4396 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
4397
43982013-06-19 Tom Tromey <tromey@redhat.com>
4399
4400 * net/eww.el (eww-top-url): Remove.
4401 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
4402 (eww-render): Set new variables. Don't set eww-top-url.
4403 (eww-handle-link): Handle "prev", "home", and "contents".
4404 Downcase the rel text.
4405 (eww-top-url): Choose best top URL.
4406
44072013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4408
4409 * net/eww.el: Rewrite to implement form elements "by hand" instead of
4410 relying in widget.el. Using widget.el leads to too many
4411 user interface inconsistencies.
4412 (eww-self-insert): Implement entering commands in text fields.
4413 (eww-process-text-input): New function to make text input field editing
4414 work.
4415 (eww-submit): Rewrite to use the new-style form methods.
4416 (eww-select-display): Display the correct selected item.
4417 (eww-change-select): Implement changing the select value.
4418 (eww-toggle-checkbox): Implement radio/checkboxes.
4419 (eww-update-field): Fix compilation error.
4420 (eww-tag-textarea): Implement <textarea>.
4421
4422 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
4423 we don't shadow mode-specific bindings.
4424
4425 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
4426 nothing to push.
4427
4428 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
4429
4582a01c 44302013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
4431
4432 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
4433
15b263dc
MA
44342013-06-19 Michael Albinus <michael.albinus@gmx.de>
4435
4436 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
4437 not needed.
4438
4439 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
4440
8f5297f7
LMI
44412013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4442
4443 * net/browse-url.el (browse-url-browser-function):
4444 `eww-browse-url' has the right calling signature, `eww' does not.
4445
011c4552
GM
44462013-06-19 Glenn Morris <rgm@gnu.org>
4447
2285bd27
GM
4448 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4449 Only eval autoloaded macros.
4450 (byte-compile-autoload): Only give the macro warning for macros.
4451
1d653303
GM
4452 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
4453 (ps-underlined-faces): Declare.
4454
bdd779ec
GM
4455 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
4456 (speedbar-add-supported-extension): Declare.
4457
011c4552
GM
4458 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
4459 Don't include a date stamp in the header of the generated file;
4460 it leads to needless differences between output files.
4461
e59dfb0e
MA
44622013-06-19 Michael Albinus <michael.albinus@gmx.de>
4463
c763842b
SM
4464 * net/secrets.el (secrets-struct-secret-content-type):
4465 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 4466 Some servers do not offer introspection.
e59dfb0e 4467
102626e2
SM
44682013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * electric.el (electric-pair-mode): Improve interaction with
4471 electric-layout-mode.
4472 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
4473 (electric-pair-syntax): Use text-mode-syntax-table in comments
4474 and strings.
4475 (electric-pair--insert): New function.
4476 (electric-pair-post-self-insert-function): Use it and
4477 electric--after-char-pos.
4478
ad528125
LL
44792013-06-19 Leo Liu <sdl.web@gmail.com>
4480
4481 * progmodes/octave.el (octave-help): Fix regexp.
4482
924d6997
G
44832013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4484
4485 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
4486 (shr-table-horizontal-line): Allow nil as a value, and change the
4487 default.
4488 (shr-insert-table-ruler): Respect the nil value.
4489
44902013-06-18 Tom Tromey <tromey@barimba>
4491
4492 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4493 New defvars.
4494 (eww-open-file): New defun.
4495 (eww-render): Initialize new variables.
4496 (eww-display-html): Handle "link" and "a".
4497 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
4498 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
4499 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
4500 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4501 New defuns.
924d6997 4502
d1bbba4f
DG
45032013-06-18 Dmitry Gutov <dgutov@yandex.ru>
4504
4505 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
4506 Distinguish ternary operator tokens from slash symbol and slash
4507 char literal.
4508
14dd22d2
JB
45092013-06-18 Juanma Barranquero <lekktu@gmail.com>
4510
4511 Convert symbol prettification into minor mode and global minor mode.
4512
4513 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
4514 `prog-prettify-symbols', and make a local defvar instead of defcustom.
4515 (prettify-symbols--keywords): Rename from
4516 `prog-prettify-symbols-alist' and make a local defvar.
4517 (prettify-symbols--compose-symbol): Rename from
4518 `prog--prettify-font-lock-compose-symbol'.
4519 (prettify-symbols--make-keywords): Rename from
4520 `prog-prettify-font-lock-symbols-keywords' and simplify.
4521 (prog-prettify-install): Remove.
4522 (prettify-symbols-mode): New minor mode, based on
4523 `prog-prettify-install'.
4524 (turn-on-prettify-symbols-mode): New function.
4525 (global-prettify-symbols-mode): New globalized minor mode.
4526
4527 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4528 * progmodes/cfengine.el (cfengine3-mode):
4529 * progmodes/perl-mode.el (perl-mode): Don't call
4530 `prog-prettify-install'; set `prettify-symbols-alist' instead.
4531
292c880c
JL
45322013-06-18 Juri Linkov <juri@jurta.org>
4533
4534 * files-x.el (modify-file-local-variable-message): New function.
4535 (modify-file-local-variable)
4536 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
4537 and call `modify-file-local-variable-message' when it's non-nil.
4538 (add-file-local-variable, delete-file-local-variable)
4539 (add-file-local-variable-prop-line)
4540 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
4541 and use it. (Bug#9820)
4542
0950aa27
JL
45432013-06-18 Juri Linkov <juri@jurta.org>
4544
4545 * emulation/vi.el (vi-shell-op):
4546 * emulation/vip.el (vip-execute-com, ex-command):
4547 * emulation/viper-cmd.el (viper-exec-bang):
4548 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
4549 the call of `shell-command-on-region'. (Bug#14637)
4550
4551 * simple.el (shell-command-on-region): Doc fix.
4552
8fbcca16
SM
45532013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
4556 (bug#14633).
4557
dd7426ea
GM
45582013-06-18 Glenn Morris <rgm@gnu.org>
4559
4ba54f7d
GM
4560 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
4561
dd7426ea
GM
4562 * newcomment.el (comment-search-forward, comment-search-backward):
4563 Doc fix. (Bug#14376)
4564
58aa805b
JB
45652013-06-18 Juanma Barranquero <lekktu@gmail.com>
4566
4567 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
4568 (buffer-face-mode-invoke): Doc fix.
4569
9a08a617
MM
45702013-06-18 Matthias Meulien <orontee@gmail.com>
4571
4572 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 4573 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 4574
f2f426ca
GM
45752013-06-18 Glenn Morris <rgm@gnu.org>
4576
9445f99b
GM
4577 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
4578 Replace obsolete function generic-make-keywords with its expansion.
4579
e0df2d14
GM
4580 * progmodes/python.el (ffap-alist): Declare.
4581
f2f426ca
GM
4582 * textmodes/reftex.el (bibtex-mode-map): Declare.
4583
f7f9a720
SM
45842013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
4587 (package-unpack, package-unpack-single): Return the pkg-dir.
4588 (package-download-transaction): Use it to update package-alist.
4589
57ff04e0
LMI
45902013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4591
4592 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
4593 possible choice.
4594
c048c022
JL
45952013-06-17 Juri Linkov <juri@jurta.org>
4596
4597 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
4598
b5bcaee5
DG
45992013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4600
a020afb9
JB
4601 * emacs-lisp/package.el (package-load-descriptor):
4602 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
4603 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
4604
551e07e5
JB
46052013-06-17 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * startup.el (command-line): Expand package name returned by
4608 `package--description-file' (bug#14639).
4609
d363bffb
DG
46102013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4611
4612 * emacs-lisp/package.el (package-load-descriptor): Do not call
4613 `emacs-lisp-mode', just use its syntax table.
4614
f612933b
JB
46152013-06-17 Juanma Barranquero <lekktu@gmail.com>
4616
4617 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
4618 `font-lock-extra-managed-props' if any prettifying keyword is added.
4619 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
4620 (prog-mode): Use `setq-local'.
4621
db3b7db5
SM
46222013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * international/characters.el (standard-case-table): Set syntax of ?»
4625 and ?« to punctuation.
4626
f3d674df
JB
46272013-06-16 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
4630 Save relevant match data before calling `syntax-ppss' (bug#14595).
4631
31489a32
JL
46322013-06-15 Juri Linkov <juri@jurta.org>
4633
4634 * files-x.el (modify-file-local-variable-prop-line): Add local
4635 variables to the end of the existing comment on the first line.
4636 Use `file-auto-mode-skip' to skip interpreter magic line,
4637 and also skip XML declaration.
4638
66bd25ab
SM
46392013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * startup.el (package--builtin-versions): New var.
4642 (package-subdirectory-regexp): Remove.
4643 (package--description-file): Hard code its value instead.
4644
4645 * emacs-lisp/package.el: Don't activate packages older than builtin.
4646 (package-obsolete-list): Rename from package-obsolete-alist, and make
4647 it into a simple list of package-desc.
4648 (package-strip-version): Remove.
4649 (package-built-in-p): Use package--builtin-versions.
4650 (package-mark-obsolete): Simplify.
4651 (package-process-define-package): Mark it obsolete if older than the
4652 builtin version.
4653 (package-handle-response): Use line-end-position.
4654 (package-read-archive-contents, package--download-one-archive):
4655 Simplify.
4656 (package--add-to-archive-contents): Skip if older than the builtin or
4657 installed version.
4658 (package-menu-describe-package): Fix last change.
4659 (package-list-unversioned): New var.
4660 (package-menu--generate): Use it.
4661
4662 * emacs-lisp/autoload.el: Manage package--builtin-versions.
4663 (autoload--insert-text, autoload--insert-cookie-text): New functions.
4664 (autoload-builtin-package-versions): New variable.
4665 (autoload-generate-file-autoloads): Use them.
4666 Remove the list of autoloaded functions/macros from the
4667 (autoload...) comments.
4668
4669 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
4670
9583ec36
EZ
46712013-06-15 Eli Zaretskii <eliz@gnu.org>
4672
4673 * simple.el (line-move-partial): Don't jump to the next screen
4674 line as soon as it becomes visible. Instead, continue enlarging
4675 the vscroll until the portion of a tall screen line that's left on
4676 display is about the height of the frame's default font.
4677 (Bug#14567)
4678
f0100d8a
GM
46792013-06-15 Glenn Morris <rgm@gnu.org>
4680
b86a85ca
GM
4681 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
4682 compilation-error-regexp-alist void, or local while let-bound.
4683
f0100d8a
GM
4684 * progmodes/make-mode.el (makefile-mode-syntax-table):
4685 Treat "=" as punctuation. (Bug#14614)
4686
05e7ce90
JB
46872013-06-15 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * help-fns.el (describe-variable):
4690 Add extra line for permanent-local variables.
4691
12e5e86e
SH
46922013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
4693
4694 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4695 Add export, import, library. (Bug#9164)
4696 (library): Set indent function.
4697
230dcbaf
GM
46982013-06-14 Glenn Morris <rgm@gnu.org>
4699
4700 * term/xterm.el (xterm--query):
4701 Stop after first matching handler. (Bug#14615)
4702
e36b2d20 47032013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
4704
4705 Add support for dired in saveplace.
4706 * dired.el (dired-initial-position-hook): New variable.
4707 (dired-initial-position): Call hook to place cursor position.
4708 * saveplace.el (save-place-to-alist): Add dired position.
4709 (save-place-dired-hook): New function.
4710
0b31660d
SM
47112013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4712
bf1e6ae8
SM
4713 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
4714 through a symbol rather than letrec.
4715
1b8dff23
SM
4716 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
4717 (package-desc): Add `dir' field.
4718 (package-desc-full-name): New function.
4719 (package-load-descriptor): Combine the two arguments. Don't use `load'.
4720 (package-maybe-load-descriptor): Remove.
4721 (package-load-all-descriptors): Just call package-load-descriptor.
4722 (package--disabled-p): New function.
4723 (package-desc-vers, package-desc-doc): Remove aliases.
4724 (package--dir): Remove function.
4725 (package-activate): Check if a package is disabled.
4726 (package-process-define-package): New function, extracted from
4727 define-package.
4728 (define-package): Turn into a place holder.
4729 (package-unpack-single, package-tar-file-info):
4730 Use package--description-file.
4731 (package-compute-transaction): Use package--disabled-p.
4732 (package-download-transaction): Don't call
4733 package-maybe-load-descriptor since they're all loaded anyway.
4734 (package-install): Change argument to be a pkg-desc.
4735 (package-delete): Use a single pkg-desc argument.
4736 (describe-package-1): Use package-desc-dir instead of package--dir.
4737 Use package-desc property instead of package-symbol.
4738 (package-install-button-action): Adjust accordingly.
4739 (package--push): Rewrite.
4740 (package-menu--print-info): Adjust accordingly. Change the ID format
4741 to be a pkg-desc.
4742 (package-menu-describe-package, package-menu-get-status)
4743 (package-menu--find-upgrades, package-menu-mark-upgrades)
4744 (package-menu-execute, package-menu--name-predicate):
4745 Adjust accordingly.
4746 * startup.el (package--description-file): New function.
4747 (command-line): Use it.
4748 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4749 Use package-desc-version.
4750
0b31660d
SM
4751 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
4752 (byte-compile-preprocess): Use it.
4753 (byte-compile-file-form-defalias): Try a bit harder to use macros we
4754 can't quite recognize.
4755 (byte-compile-add-to-list): Remove.
4756 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
4757 (cconv-closure-convert): Add assertion.
4758
4759 * emacs-lisp/map-ynp.el: Use lexical-binding.
4760 (map-y-or-n-p): Remove unused vars `tail' and `object'.
4761 Factor out some repeated code.
4762
de0503df
SM
47632013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * subr.el (with-eval-after-load): New macro.
4766 (eval-after-load): Allow form to be a function.
4767 take advantage of lexical-binding.
4768 (do-after-load-evaluation): Use dolist and adjust to new format.
4769 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
4770
bc5c8c5a
JL
47712013-06-13 Juri Linkov <juri@jurta.org>
4772
4773 * replace.el (perform-replace): Display "symbol " and other search
4774 modes from `isearch-message-prefix' in the *Help* buffer.
4775
4776 * isearch.el (isearch-query-replace): Add " symbol" and other
4777 possible search modes from `isearch-message-prefix' to the prompt.
4778 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
4779 when reading a regexp to collect.
4780
a22289f7
JL
47812013-06-13 Juri Linkov <juri@jurta.org>
4782
4783 * isearch.el (word-search-regexp): Match whitespace if the search
4784 string begins or ends in whitespace. The LAX arg is applied to
4785 both ends of the search string. Use `regexp-quote' and explicit
4786 \< and \> instead of \b. Use \` and \' instead of ^ and $.
4787 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
4788 boundaries are replaced with symbol boundaries, and characters
4789 between symbols match non-word non-symbol syntax. (Bug#14602)
4790
cb89acab
JL
47912013-06-13 Juri Linkov <juri@jurta.org>
4792
4793 * isearch.el (isearch-del-char): Don't exceed the length of
4794 `isearch-string' by the prefix arg. (Bug#14563)
4795
6e8cfc81
JL
47962013-06-13 Juri Linkov <juri@jurta.org>
4797
4798 * isearch.el (isearch-yank-word, isearch-yank-line)
4799 (isearch-char-by-name, isearch-quote-char)
4800 (isearch-printing-char, isearch-process-search-char):
4801 Add optional count prefix arg. (Bug#14563)
4802
4803 * international/isearch-x.el
4804 (isearch-process-search-multibyte-characters):
4805 Add optional count prefix arg.
4806
c23d55f4
VS
48072013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4810 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
4811 lexical-binding.
4812
48132013-06-13 Vitalie Spinu <spinuvit@gmail.com>
4814
4815 * subr.el (set-temporary-overlay-map): Add on-exit argument.
4816
ba947bc4
GM
48172013-06-13 Glenn Morris <rgm@gnu.org>
4818
8baeb37a
GM
4819 * startup.el (tty-handle-args):
4820 Don't just discard "--" and anything after. (Bug#14608)
4821
ba947bc4
GM
4822 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
4823
9abefce4
MA
48242013-06-13 Michael Albinus <michael.albinus@gmx.de>
4825
4826 Implement changes in Secret Service API. Make it backward compatible.
4827 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
4828 (secrets-create-item): Use it. Prefix properties with interface.
4829
5755011f
MH
48302013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
4831
4832 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
4833 (term-emulate-terminal): Respect term-suppress-hard-newline.
4834
1261d2da
S
48352013-06-13 E Sabof <esabof@gmail.com> (tiny change)
4836
4837 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4838 Only remove a `thumb-file' overlay. (Bug#14548)
4839
868490bb
GJ
48402013-06-12 Grégoire Jadi <daimrod@gmail.com>
4841
4842 * mail/reporter.el (reporter-submit-bug-report):
4843 Handle missing package-name. (Bug#14600)
4844
79d7167f
TH
48452013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4846
4847 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
4848 (reftex-citation-prompt, reftex-default-bibliography)
4849 (reftex-bib-or-thebib, reftex-get-bibfile-list)
4850 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4851 (reftex-bib-sort-author, reftex-bib-sort-year)
4852 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
4853 (reftex-extract-bib-entries-from-thebibliography)
4854 (reftex-get-bibkey-default, reftex-get-bib-names)
4855 (reftex-parse-bibtex-entry, reftex-get-bib-field)
4856 (reftex-format-bib-entry, reftex-parse-bibitem)
4857 (reftex-format-bibitem, reftex-do-citation)
4858 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
4859 (reftex-restrict-bib-matches, reftex-extract-bib-file)
4860 (reftex-insert-bib-matches, reftex-format-citation)
4861 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
4862 (reftex-create-bibtex-file): Add docstrings, mostly by converting
4863 existing comments into docstrings.
4864
5f9dbd7a
XF
48652013-06-12 Xue Fuqiao <xfq.free@gmail.com>
4866
4867 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
4868
94df41ab
AS
48692013-06-12 Andreas Schwab <schwab@suse.de>
4870
4871 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
4872 for auto-save files.
4873
a7f3fecc
GM
48742013-06-12 Glenn Morris <rgm@gnu.org>
4875
001809f6
GM
4876 * ido.el (ido-delete-ignored-files): Remove.
4877 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
4878 Go back to calling ido-ignore-item-p directly.
a7f3fecc 4879
834b5ded
EL
48802013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
4881
08c73ed2
EL
4882 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
4883
834b5ded
EL
4884 * ido.el (ido-delete-ignored-files): New function,
4885 split from ido-make-file-list-1.
4886 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
4887 (ido-make-file-list-1): Use ido-delete-ignored-files.
4888
daabf15a
LL
48892013-06-12 Leo Liu <sdl.web@gmail.com>
4890
4891 * progmodes/octave.el (inferior-octave-startup)
4892 (inferior-octave-completion-table)
4893 (inferior-octave-track-window-width-change)
4894 (octave-eldoc-function-signatures, octave-help)
4895 (octave-find-definition): Use single quoted strings.
4896 (inferior-octave-startup-args): Change default value.
4897 (inferior-octave-startup): Do not hard code "-i" and
4898 "--no-line-editing".
4899 (inferior-octave-resync-dirs): Add optional arg NOERROR.
4900 (inferior-octave-directory-tracker): Use it.
4901 (octave-goto-function-definition): Robustify.
4902 (octave-help): Support highlighting operators in 'See also'.
4903 (octave-find-definition): Find subfunctions only in Octave mode.
4904
cf4e5178
SM
49052013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * help-fns.el (help-fns--compiler-macro): If the handler function is
4908 named, then put a link to it.
4909 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
4910 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
4911 (cl-typep): Use it.
4912 (cl-eval-when): Simplify debug spec.
4913 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
4914 compiler-macro function instead of setting `compiler-macro-file'.
4915
99c81280 49162013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
4917
4918 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
4919 * vc/vc-hooks.el (vc-stay-local): Doc fix.
4920
f56be016
SM
49212013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4922 Daniel Hackney <dan@haxney.org>
4923
4924 First part of Daniel Hackney's patch to package.el.
4925 * emacs-lisp/package.el: Use defstruct.
4926 (package-desc): New, main struct.
4927 (package--bi-desc, package--ac-desc): New structs, used to describe the
4928 format in external files.
4929 (package-desc-vers): Replace with package-desc-version accessor.
4930 (package-desc-doc): Replace with package-desc-summary accessor.
4931 (package-activate-1): Remove `package' arg since the pkg-vec now
4932 includes the name.
4933 (define-package): Use package-desc-from-define.
4934 (package-unpack-single): Change file-name arg to be a symbol.
4935 (package--add-to-archive-contents): Use package-desc-create and new
4936 accessor functions to package--ac-desc.
4937 (package-buffer-info, package-tar-file-info): Return a package-desc.
4938 (package-install-from-buffer): Remove `type' argument. Change pkg-info
4939 arg to be a package-desc.
4940 (package-install-file): Adjust accordingly. Use \' to match EOS.
4941 (package--from-builtin): New function.
4942 (describe-package-1, package-menu--generate): Use it.
4943 (package--make-autoloads-and-compile): Change name arg to be a symbol.
4944 (package-generate-autoloads): Idem and return the name of the file.
4945 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4946 Change pkg-info arg to be a package-desc.
4947 Use package-make-ac-desc.
4948 (package-upload-file): Use \' to match EOS.
4949 * finder.el (finder-compile-keywords): Use package-make-builtin.
4950
31119d63
SM
49512013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4952
931a2762
SM
4953 * vc/vc.el (vc-deduce-fileset): Change error message.
4954 (vc-read-backend): New function.
4955 (vc-next-action): Use it.
4956
5a3eb0c6
SM
4957 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4958
e3eb1bb7
SM
4959 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
4960 (prolog-font-lock-keywords): Use regexp-opt instead.
4961 Don't manually highlight strings.
4962 (prolog-mode-variables): Simplify comment-start-skip.
4963 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
4964
31119d63
SM
4965 * emacs-lisp/generic.el (generic--normalise-comments)
4966 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
4967 (generic-mode-set-comments): Use them.
4968 (generic-bracket-support): Use setq-local.
4969 (generic-make-keywords-list): Declare obsolete.
4970
7de135d0
GM
49712013-06-11 Glenn Morris <rgm@gnu.org>
4972
4973 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4974 Prettify after setting font-lock-defaults. (Bug#14574)
4975
fa6bc6fd
JB
49762013-06-11 Juanma Barranquero <lekktu@gmail.com>
4977
4978 * replace.el (query-replace, occur-read-regexp-defaults-function)
4979 (replace-search):
4980 * subr.el (declare-function, number-sequence, local-set-key)
4981 (substitute-key-definition, locate-user-emacs-file)
4982 (with-silent-modifications, split-string, eval-after-load):
4983 Fix typos, remove unneeded backslashes and reflow some docstrings.
4984
cf1f9b9a
SM
49852013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
4988 default for Elisp files.
4989
56602a4b
GM
49902013-06-11 Glenn Morris <rgm@gnu.org>
4991
4992 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
4993 although define-derived-mode was doing this anyway. (Bug#14583)
4994
30ae0b2c
JB
49952013-06-10 Juanma Barranquero <lekktu@gmail.com>
4996
4997 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4998 Fix make-variable-buffer-local call to refer to the correct variable.
4999
fa472906
AG
50002013-06-10 Aidan Gauland <aidalgol@amuri.net>
5001
5002 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
5003 (eshell-visual-subcommands, eshell-visual-options):
5004 Add summary line to docstrings. Add cross-references.
fa472906 5005
ff4871b9
GM
50062013-06-10 Glenn Morris <rgm@gnu.org>
5007
5008 * epa.el (epa-read-file-name): New function. (Bug#14510)
5009 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
5010
04fcf1b0
AG
50112013-06-09 Aidan Gauland <aidalgol@amuri.net>
5012
5013 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5014 output redirection to be ignored with visual commands.
5015
88b00caa
AG
50162013-06-09 Aidan Gauland <aidalgol@amuri.net>
5017
5018 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
5019 (eshell-term-initialize): Move long lambda to separate function
5020 eshell-visual-command-p.
e7b41c4c
JB
5021 * eshell/em-dirs.el (eshell-dirs-initialise):
5022 * eshell/em-script.el (eshell-script-initialize):
5023 Add missing #' to lambda.
88b00caa 5024
fda74125
LL
50252013-06-08 Leo Liu <sdl.web@gmail.com>
5026
5027 * progmodes/octave.el (octave-add-log-current-defun): New function.
5028 (octave-mode): Set add-log-current-defun-function.
5029 (octave-goto-function-definition): Do not move point if not found.
5030 (octave-find-definition): Enhance to try subfunctions first.
5031
467f3b33
GM
50322013-06-08 Glenn Morris <rgm@gnu.org>
5033
5034 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5035 (byte-compile-backward-char, byte-compile-backward-word):
5036 Improve previous change, to handle non-explicit nil.
5037
544badc3
SM
50382013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5041 (smie--opener/closer-at-point): New function.
5042 (smie--matching-block-data): Use it. Don't match from right after an
5043 opener or right before a closer. Obey smie-blink-matching-inners.
5044 Don't signal a mismatch for repeated inners like "switch..case..case".
5045
a175bf33
LL
50462013-06-07 Leo Liu <sdl.web@gmail.com>
5047
5048 * progmodes/octave.el (octave-mode): Set comment-use-global-state
5049 to t. (Bug#14303)
ce8209d4
LL
5050 (octave-function-header-regexp): Fix. (Bug#14570)
5051 (octave-help-mode-finish-hook, octave-help-mode-finish):
5052 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
5053
5054 * newcomment.el (comment-search-backward): Revert last change.
5055 (Bug#14434)
5056
5057 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5058
a822acff
EZ
50592013-06-07 Eli Zaretskii <eliz@gnu.org>
5060
5061 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5062 through xargs, to avoid failure due to MS-Windows limitations on
5063 command-line length.
5064
961166f5
GM
50652013-06-06 Glenn Morris <rgm@gnu.org>
5066
d0341459
GM
5067 * font-lock.el (lisp-font-lock-keywords-2):
5068 Treat user-error like error.
5069
961166f5
GM
5070 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5071 (byte-compile-backward-char, byte-compile-backward-word):
5072 Handle explicit nil arguments. (Bug#14565)
5073
80fa505f
AM
50742013-06-05 Alan Mackenzie <acm@muc.de>
5075
5076 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 5077 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 5078 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 5079 (Bug#9706)
80fa505f 5080
fccdc796
SM
50812013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * autorevert.el (auto-revert-notify-handler): Use memq.
5084 Hide assertion failure.
5085
5086 * skeleton.el: Use cl-lib.
5087 (skeleton-further-elements): Use defvar-local.
5088 (skeleton-insert): Use cl-progv.
5089
9bfff84b
TZ
50902013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5091
5092 * progmodes/prog-mode.el (prog-prettify-symbols)
5093 (prog-prettify-install): Update docstrings.
5094
55577e7c
SM
50952013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * simple.el: Move all the prog-mode code to prog-mode.el.
5098 * progmodes/prog-mode.el: New file.
5099 * loadup.el: Add prog-mode.el.
5100
8fc57765
TZ
51012013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5102
5103 * simple.el (prog-prettify-symbols): Add version.
5104 (prog-prettify-install): Add convenience function to prettify symbols.
5105
5106 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5107 (perl--augmented-font-lock-keywords-1)
5108 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5109 variables and use it.
5110
5111 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5112 (cfengine3-mode): Remove unneeded variable and use it.
5113
5114 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5115 (lisp--augmented-font-lock-keywords-1)
5116 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5117 Remove unneeded variables and use it.
5118
650645d5 51192013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
5120
5121 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 5122 to point when opening the connection. (Bug#14380)
28f5da6d 5123
781b4af6
SM
51242013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * subr.el (load-history-regexp, load-history-filename-element)
5127 (eval-after-load, after-load-functions, do-after-load-evaluation)
5128 (eval-next-after-load, display-delayed-warnings)
5129 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5130 definition of save-match-data.
5131 (overriding-local-map): Remove accidental obsolescence declaration.
5132
5133 * emacs-lisp/edebug.el (edebug-result): Move before first use.
5134
3ca0d0b4
TZ
51352013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5136
5137 Generalize symbol prettify support to prog-mode and implement it
5138 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5139 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5140 (prog--prettify-font-lock-compose-symbol)
5141 (prog-prettify-font-lock-symbols-keywords): New variables and
5142 functions to support symbol prettification.
5143 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5144 (lisp--augmented-font-lock-keywords-1)
5145 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5146 (lisp--prettify-symbols-alist): Implement prettify of lambda.
5147 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
5148 (cfengine3--prettify-symbols-alist, cfengine3-mode):
5149 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
5150 * progmodes/perl-mode.el (perl-prettify-symbols)
5151 (perl--font-lock-compose-symbol)
5152 (perl--font-lock-symbols-keywords): Move to prog-mode.
5153 (perl--prettify-symbols-alist): Prettify -> => :: strings.
5154 (perl-font-lock-keywords-1)
5155 (perl-font-lock-keywords-2): Remove explicit prettify support.
5156 (perl--augmented-font-lock-keywords)
5157 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
5158 (perl--augmented-font-lock-keywords-2, perl-mode):
5159 Implement prettify support.
3ca0d0b4 5160
976cb066
LL
51612013-06-05 Leo Liu <sdl.web@gmail.com>
5162
5163 Re-implement smie matching block highlight using
5164 show-paren-data-function. (Bug#14395)
5165 * emacs-lisp/smie.el (smie-matching-block-highlight)
5166 (smie--highlight-matching-block-overlay)
5167 (smie--highlight-matching-block-lastpos)
5168 (smie-highlight-matching-block)
5169 (smie-highlight-matching-block-mode): Remove.
5170 (smie--matching-block-data-cache): New variable.
5171 (smie--matching-block-data): New function.
5172 (smie-setup): Use smie--matching-block-data for
5173 show-paren-data-function.
5174
5175 * progmodes/octave.el (octave-mode-menu): Fix.
5176 (octave-find-definition): Skip garbage lines.
5177
208d0342
SM
51782013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 Fix compilation error with simultaneous dynamic+lexical scoping.
5181 Add warning when a defvar appears after the first let-binding.
5182 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5183 (byte-compile-close-variables): Initialize it.
5184 (byte-compile--declare-var): New function.
5185 (byte-compile-file-form-defvar)
5186 (byte-compile-file-form-define-abbrev-table)
5187 (byte-compile-file-form-custom-declare-variable): Use it.
5188 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
5189 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5190 (byte-compile-bind): Handle dynamic bindings that shadow
5191 lexical bindings.
5192 (byte-compile-unbind): Make arg non-optional.
5193 (byte-compile-let): Simplify.
5194 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5195 (cconv--analyse-function, cconv-analyse-form): Populate it.
5196 Protect byte-compile-bound-variables to limit the scope of defvars.
5197 (cconv-analyse-form): Add missing rule for (defvar <foo>).
5198 Remove unneeded rule for `declare'.
5199
5200 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5201 so as to avoid depending on cl-adjoin at run-time.
5202 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
5203
5204 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
5205 (macroexp--warn-and-return): Use it.
5206
2587b005
LL
52072013-06-05 Leo Liu <sdl.web@gmail.com>
5208
5209 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
5210
f1da3c88
LL
52112013-06-04 Leo Liu <sdl.web@gmail.com>
5212
5213 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
5214 (compilation-auto-jump): Suppress the "Mark set" message to give
5215 way to exit message.
5216
3caa391f
AM
52172013-06-04 Alan Mackenzie <acm@muc.de>
5218
5219 Remove faulty optimisation from indentation calculation.
5220 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
5221 search limit based on 2000 characters back from indent-point.
5222
068922a2
TH
52232013-06-03 Tassilo Horn <tsdh@gnu.org>
5224
5225 * eshell/em-term.el (cl-lib): Require `cl-lib'.
5226
1f8fdd53
SM
52272013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5228
bbcc4d97
SM
5229 * emacs-lisp/lisp.el: Use lexical-binding.
5230 (lisp--local-variables-1, lisp--local-variables): New functions.
5231 (lisp--local-variables-completion-table): New var.
208d0342 5232 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 5233
1f8fdd53
SM
5234 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
5235 eagerly (bug#14422).
5236
c9628c79
MA
52372013-06-03 Michael Albinus <michael.albinus@gmx.de>
5238
5239 * autorevert.el (auto-revert-notify-enabled)
5240 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5241 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
5242 (auto-revert-notify-handler): Handle also gfilenotify.
5243
e7b41c4c 5244 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 5245 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 5246 Remove.
c9628c79 5247
e5e4a942
JL
52482013-06-03 Juri Linkov <juri@jurta.org>
5249
5250 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
5251 `M-s h .'. (Bug#14427)
5252
5253 * hi-lock.el (highlight-symbol-at-point): New alias for the new
5254 command `hi-lock-face-symbol-at-point'.
5255 (hi-lock-face-symbol-at-point): New command.
5256 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
5257 (hi-lock-menu): Add `highlight-symbol-at-point'.
5258 (hi-lock-mode): Doc fix.
5259
5260 * isearch.el (isearch-forward-symbol-at-point): New command.
5261 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
5262 (isearch-highlight-regexp): Add a regexp which matches
5263 words/symbols for word/symbol mode.
5264
5265 * subr.el (find-tag-default-bounds): New function with the body
5266 mostly moved from `find-tag-default'.
5267 (find-tag-default): Move most code to `find-tag-default-bounds',
5268 call it and apply `buffer-substring-no-properties' afterwards.
5269
26b3353a
TH
52702013-06-03 Tassilo Horn <tsdh@gnu.org>
5271
781b4af6
SM
5272 * eshell/em-term.el (eshell-term-initialize):
5273 Use `cl-intersection' rather than `intersection'.
26b3353a 5274
51b60f53
XF
52752013-06-02 Xue Fuqiao <xfq.free@gmail.com>
5276
fe054b63 5277 * vc/log-view.el: Doc fix.
d3ffe17c 5278 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 5279
a0eb10b3 52802013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
5281
5282 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
5283 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
5284 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
5285 (eieio-unbound, eieio-default-superclass)
5286 (eieio--define-field-accessors, method-static, method-before)
5287 (method-primary, method-after, method-num-lists)
5288 (method-generic-before, method-generic-primary)
5289 (method-generic-after, method-num-slots)
5290 (eieio-specialized-key-to-generic-key)
5291 (eieio--check-type, class-v, class-p)
5292 (eieio-class-name, define-obsolete-function-alias)
5293 (eieio-class-parents-fast, eieio-class-children-fast)
5294 (same-class-fast-p, class-constructor, generic-p)
5295 (generic-primary-only-p, generic-primary-only-one-p)
5296 (class-option-assoc, class-option, eieio-object-p)
5297 (class-abstract-p, class-method-invocation-order)
5298 (eieio-defclass-autoload-map, eieio-defclass-autoload)
5299 (eieio-class-un-autoload, eieio-defclass)
5300 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
5301 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
5302 (eieio--defgeneric-init-form, eieio-defgeneric-form)
5303 (eieio-defgeneric-reset-generic-form)
5304 (eieio-defgeneric-form-primary-only)
5305 (eieio-defgeneric-reset-generic-form-primary-only)
5306 (eieio-defgeneric-form-primary-only-one)
5307 (eieio-defgeneric-reset-generic-form-primary-only-one)
5308 (eieio-unbind-method-implementations)
5309 (eieio--defmethod, eieio--typep)
5310 (eieio-perform-slot-validation, eieio-validate-slot-value)
5311 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
5312 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
5313 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
5314 (eieio-slot-name-index, eieio-class-slot-name-index)
5315 (eieio-set-defaults, eieio-initarg-to-attribute)
5316 (eieio-attribute-to-initarg, eieio-c3-candidate)
5317 (eieio-c3-merge-lists, eieio-class-precedence-c3)
5318 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
5319 (eieio-class-precedence-list, eieio-generic-call-methodname)
5320 (eieio-generic-call-arglst, eieio-generic-call-key)
5321 (eieio-generic-call-next-method-list)
5322 (eieio-pre-method-execution-functions, eieio-generic-call)
5323 (eieio-generic-call-primary-only, eieiomt-method-list)
5324 (eieiomt-optimizing-obarray, eieiomt-install)
5325 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
5326 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 5327 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
5328 (defclass): Remove `eval-and-compile' from macro.
5329 (call-next-method, shared-initialize): Instead of using
5330 `scoped-class' variable, use new eieio--scoped-class, and
5331 eieio--with-scoped-class.
5332 (initialize-instance): Rename local variable 'scoped-class' to
5333 'this-class' to remove ambiguitity from old global.
5334
5335 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
5336 eieio.el.
4f405069
JB
5337 (eieio--scoped-class-stack): New variable.
5338 (eieio--scoped-class): New fcn.
890f7890
DE
5339 (eieio--with-scoped-class): New scoping macro.
5340 (eieio-defclass): Use pushnew instead of add-to-list.
5341 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
5342 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
5343 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
5344 `scoped-class' variable, use new eieio--scoped-class, and
5345 eieio--with-scoped-class.
5346
5347 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
5348
d105b0e2
TH
53492013-06-02 Tassilo Horn <tsdh@gnu.org>
5350
5351 * eshell/esh-ext.el (eshell-external-command): Pass args to
5352 `eshell-find-interpreter'.
5353 (eshell-find-interpreter): Add new second parameter ARGS.
5354
5355 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 5356 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
5357
5358 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 5359 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
5360
5361 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
5362 (eshell-visual-options): New defcustom.
5363 (eshell-escape-control-x): Adapt docstring.
5364 (eshell-term-initialize): Test `eshell-visual-subcommands' and
5365 `eshell-visual-options' in addition to `eshell-visual-commands'.
5366 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
5367
f46305c8 53682013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
5369
5370 * progmodes/python.el (python-indent-block-enders): Add break,
5371 continue and raise keywords.
5372
d870df21
GM
53732013-06-01 Glenn Morris <rgm@gnu.org>
5374
9133b82e
GM
5375 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
5376
02c992ec 5377 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
5378 * progmodes/cc-cmds.el (delete-forward-p):
5379 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
5380 * progmodes/cc-engine.el (buffer-syntactic-context):
5381 * progmodes/cc-fonts.el (face-property-instance):
5382 * progmodes/cc-mode.el (set-keymap-parents):
5383 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
5384 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
5385 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
5386 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
5387 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 5388
31e7b090
GM
5389 * progmodes/cc-vars.el (other): Emacs has this widget since
5390 at least 21.1, so don't (re)define it.
5391
d870df21
GM
5392 * eshell/em-cmpl.el (eshell-cmpl-initialize):
5393 Replace the obsolete alias pcomplete-arg-quote-list.
5394
c75c93c7
LL
53952013-06-01 Leo Liu <sdl.web@gmail.com>
5396
5397 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
5398 punctuation syntax.
5399 (inferior-octave-minimal-columns)
5400 (inferior-octave-last-column-width): New variables.
5401 (inferior-octave-track-window-width-change): New function.
5402 (inferior-octave-mode): Adjust column width so that Octave output,
5403 for example from 'ls', can fit into the window nicely.
5404
973d1e12
DG
54052013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5406
5407 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5408 Highlight expansions inside regexp literals.
5409
0888c286
GM
54102013-05-31 Glenn Morris <rgm@gnu.org>
5411
e26aac1f
GM
5412 * obsolete/sym-comp.el (symbol-complete):
5413 Replace obsolete completion-annotate-function.
5414
0888c286
GM
5415 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
5416
19bb8e62
DG
54172013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5418
781b4af6
SM
5419 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5420 New function, checks if point is inside a literal that allows
19bb8e62
DG
5421 expression expansion.
5422 (ruby-syntax-propertize-expansion): Use it.
5423 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
5424 around the body.
5425
01dea85f
JL
54262013-05-30 Juri Linkov <juri@jurta.org>
5427
5428 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
5429 to "\M-si".
5430 (isearch-invisible): New variable.
5431 (isearch-forward): Doc fix.
5432 (isearch-mode): Set `isearch-invisible'
5433 to the value of `search-invisible'.
5434 (isearch-toggle-case-fold): Doc fix.
5435 (isearch-toggle-invisible): New command.
5436 (isearch-query-replace): Let-bind `search-invisible'
5437 to the value of `isearch-invisible'.
5438 (isearch-search): Use `isearch-invisible' instead of
5439 `search-invisible'. Let-bind `search-invisible'
5440 to the value of `isearch-invisible'. (Bug#11378)
5441
ab1bdce5
JL
54422013-05-30 Juri Linkov <juri@jurta.org>
5443
5444 * replace.el (perform-replace): Avoid `isearch-range-invisible'
5445 call when `query-flag' is nil and `search-invisible' is non-nil.
5446 (Bug#11746)
5447
d6d236e2
GM
54482013-05-30 Glenn Morris <rgm@gnu.org>
5449
8accd027
GM
5450 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
5451
2a8bed1c
GM
5452 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
5453 (cc-require): Suppress spurious "noruntime" warnings.
5454 (cc-require-when-compile): Use fboundp, for sake of compiler.
5455
d6d236e2
GM
5456 * progmodes/cc-mode.el: Move load of cc-vars before that of
5457 cc-langs (which in turn loads cc-vars), to quieten compiler.
5458
9190b35b
SM
54592013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * paren.el: Simplify the code.
5462 (show-paren-mode): Always start the timer.
5463 (show-paren--idle-timer): Rename from show-paren-idle-timer.
5464 (show-paren--overlay, show-paren--overlay-1): Rename from
5465 show-paren-overlay and show-paren-overlay-1, and initialize to an
5466 overlay rather than to nil.
5467 (show-paren-function): Misc cleanup and simplifications.
5468
4f8d1cf6
SM
54692013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * paren.el (show-paren-data-function): New hook.
5472 (show-paren--default): New function, extracted from show-paren-function.
5473 (show-paren-function): Use show-paren-data-function.
5474
02d844b5
GM
54752013-05-30 Glenn Morris <rgm@gnu.org>
5476
d209d4a9
GM
5477 * ielm.el (ielm-map, ielm-complete-symbol):
5478 Use completion-at-point rather than obsolete functions.
5479 (inferior-emacs-lisp-mode): Doc fix.
5480 Set completion-at-point-functions, rather than
5481 comint-dynamic-complete-functions.
5482
2082faa6
GM
5483 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
5484 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
5485 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
5486
dd8620de
GM
5487 * image.el (image-animated-p): Tweak definition.
5488
ceca95b1
GM
5489 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
5490 (rlogin-process-connection-type): Tweak default. Add set-after.
5491 (rlogin-host): Doc fix.
5492 (rlogin): Tweak prompt.
5493 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
5494
ee9f1acc
GM
5495 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
5496 * progmodes/tcl.el (inferior-tcl-mode-map):
5497 Use completion-at-point rather than obsolete alias.
5498
45ce222e
GM
5499 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
5500
02d844b5
GM
5501 * minibuffer.el (read-file-name-completion-ignore-case):
5502 Move before completion--in-region, for eager macro expansion.
5503
ac44d6c1
JL
55042013-05-29 Juri Linkov <juri@jurta.org>
5505
5506 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
5507 for total count of matching lines. Add `global-matches' for total
5508 count of matches. Rename `matches' to `lines' for count of
5509 matching lines. Add `matches' for count of matches.
5510 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
5511 to `prev-line' for line number of prev match endpt.
5512 Increment `matches' for every match. Print the number of
5513 matching lines in the header.
5514 (occur-context-lines): Rename `lines' to `curr-line'.
5515 Rename `prev-lines' to `prev-line'. (Bug#14017)
5516
3c9c9d38
JL
55172013-05-29 Juri Linkov <juri@jurta.org>
5518
5519 * replace.el (perform-replace): Add `skip-read-only-count',
5520 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5521 Increment them for corresponding conditions and report the number
5522 of skipped occurrences in the final message. (Bug#11746)
5523 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5524 (replace-string, replace-regexp): Doc fix.
5525
33e249a2
SM
55262013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5527
8e399682
SM
5528 * emacs-lisp/trace.el (trace--read-args): Provide a default.
5529
33e249a2 5530 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 5531 prog-mode-map (bug#14504).
33e249a2 5532
f236dd84
LL
55332013-05-29 Leo Liu <sdl.web@gmail.com>
5534
5535 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
5536 (octave-help): Small simplification.
5537
5538 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
5539 off the highlight first.
5540
3694d13f
GM
55412013-05-29 Glenn Morris <rgm@gnu.org>
5542
03983bdc
GM
5543 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
5544 Handle idlwave-last-system-routine-info-cons-cell being nil.
5545
bc74a74a
GM
5546 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5547 (idlwave-write-paths): Simplify via with-temp-buffer.
5548
8b394200
GM
5549 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
5550 * emulation/cua-rect.el: Also load cua-base at run time.
5551
3694d13f
GM
5552 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
5553 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
5554 (cperl-imenu-on-info): Require imenu.
5555
336d7284
AM
55562013-05-28 Alan Mackenzie <acm@muc.de>
5557
5558 Handle "capitalised keywords" correctly.
33e249a2 5559 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 5560
cb29c582
AG
55612013-05-28 Aidan Gauland <aidalgol@amuri.net>
5562
781b4af6 5563 * eshell/em-unix.el: Add -r option to cp.
cb29c582 5564
690e44b2
GM
55652013-05-28 Glenn Morris <rgm@gnu.org>
5566
e658d75c
GM
5567 * vc/vc-arch.el (vc-exec-after): Declare.
5568 (vc-switches): Autoload.
5569 * vc/vc-bzr.el: No need to require vc when compiling.
5570 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
5571 (vc-resynch-buffer, vc-dir-refresh): Declare.
5572 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
5573 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
5574 (vc-resynch-buffer): Declare.
5575 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 5576 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
5577 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
5578 (grep-read-regexp, grep-read-files, grep-expand-template)
5579 (vc-dir-refresh): Declare.
5580 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
5581 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
5582 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
5583 * vc/vc-mtn.el (vc-exec-after): Declare.
5584 (vc-switches): Autoload.
5585 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
5586 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
5587 (vc-file-tree-walk): Declare.
712b9732
GM
5588 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
5589 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
5590 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
5591 * vc/vc-svn.el (vc-exec-after): Declare.
5592 (vc-switches, vc-setup-buffer): Autoload.
5593 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
5594 Autoload.
5595 (vc-resynch-buffer): Declare.
5596
98e87fb3
GM
5597 * obsolete/fast-lock.el (byte-compile-warnings):
5598 Don't warn about obsolete features in this obsolete file.
5599
f5379553
GM
5600 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
5601 Move definition before use.
5602
7a20ef83
GM
5603 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
5604 (dun-unix-verbs): Remove dun-zippy.
5605 (dun-zippy): Remove function.
5606
690e44b2
GM
5607 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5608
3a52ccf7
JL
56092013-05-27 Juri Linkov <juri@jurta.org>
5610
5611 * replace.el (replace-search): New function with code moved out
5612 from `perform-replace'.
5613 (replace-highlight, replace-dehighlight): Move function definitions
5614 up closer to `replace-search'. (Bug#11746)
5615
d289938a
JL
56162013-05-27 Juri Linkov <juri@jurta.org>
5617
5618 * replace.el (perform-replace): Ignore invisible matches.
5619 In addition to checking `query-replace-skip-read-only', also
5620 filter out matches by calling `run-hook-with-args-until-failure'
5621 on `isearch-filter-predicates', and also check `search-invisible'
5622 for t or call `isearch-range-invisible'.
5623 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
5624
66fc57e3
JL
56252013-05-27 Juri Linkov <juri@jurta.org>
5626
5627 * isearch.el (isearch-filter-predicates): Rename from
5628 `isearch-filter-predicate'. Doc fix. (Bug#11378)
5629 (isearch-message-prefix): Display text from the property
5630 `isearch-message-prefix' of the currently active filters.
5631 (isearch-search): Don't compare `isearch-filter-predicate' with
5632 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
5633 on `isearch-filter-predicates'. Also check `search-invisible' for t
5634 or call `isearch-range-invisible'.
5635 (isearch-filter-visible): Make obsolete.
5636 (isearch-lazy-highlight-search):
5637 Call `run-hook-with-args-until-failure' on
5638 `isearch-filter-predicates' and use `isearch-range-invisible'.
5639
5640 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
5641 `isearch-filter-predicates' instead of `funcall'ing
5642 `isearch-filter-predicate'.
5643 (Info-mode): Set `Info-isearch-filter' to
5644 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
5645
5646 * dired-aux.el (dired-isearch-filter-predicate-orig):
5647 Remove variable.
5648 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5649 (dired-isearch-filenames-end): Add and remove
5650 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
5651 instead of changing the value of `isearch-filter-predicate'.
5652 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
5653 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
5654 Put property `isearch-message-prefix' to "filename " on
5655 `dired-isearch-filter-filenames'.
5656
5657 * wdired.el (wdired-change-to-wdired-mode):
5658 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
5659 locally instead of changing `isearch-filter-predicate'.
5660 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
5661
f1a60a0f
DG
56622013-05-27 Dmitry Gutov <dgutov@yandex.ru>
5663
5664 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
5665 return the commit hash (Bug#14459). Also set the
5666 `vc-git-detached' property.
5667 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
5668 (vc-git-mode-line-string): Use the same help-echo format whether
5669 in detached mode or not, because we know the actual revision now.
5670 When in detached mode, shorten the revision to 7 chars.
5671
7f17cc40
SM
56722013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * emacs-lisp/easy-mmode.el (define-minor-mode):
5675 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
5676 mode hook and provide a docstring.
5677
25c8401c
AM
56782013-05-27 Alan Mackenzie <acm@muc.de>
5679
5680 Remove spurious syntax-table text properties inserted by C-y.
5681 * progmodes/cc-mode.el (c-after-change): Also clear hard
5682 syntax-table property with value nil.
5683
dde84790
MA
56842013-05-27 Michael Albinus <michael.albinus@gmx.de>
5685
5686 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
5687 when reading the events; the buffer layout shall not be changed.
5688
837fd9af
LL
56892013-05-27 Leo Liu <sdl.web@gmail.com>
5690
5691 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
5692 New variable.
5693 (inferior-octave-directory-tracker): Automatically re-sync
5694 default-directory.
5695 (octave-help): Improve handling of 'See also'.
5696
4fd996b3
SM
56972013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5698
416f1802
SM
5699 * doc-view.el: Minor naming convention tweaks.
5700 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
5701
4fd996b3
SM
5702 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
5703 even if there's no `display' property yet (bug#14435).
5704
a052ef3b
EZ
57052013-05-25 Eli Zaretskii <eliz@gnu.org>
5706
4fd996b3 5707 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
5708
5709 * Makefile.in (custom-deps, finder-data, autoloads)
5710 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5711 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5712 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
5713
c9023370
SM
57142013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
5717 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 5718 Don't burp at EOB.
c9023370 5719
24d699fa
LL
57202013-05-25 Leo Liu <sdl.web@gmail.com>
5721
5722 * comint.el (comint-previous-matching-input): Do not flood the
5723 *Messages* buffer with trivial messages.
5724
17e5c0cc
SM
57252013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * progmodes/flymake.el (flymake-nop): Don't return a string.
5728 (flymake-set-at): Fix typo.
5729
5730 * simple.el (read--expression): New function, extracted from
5731 eval-expression. Set completion-at-point-functions (bug#14465).
5732 (eval-expression, eval-minibuffer): Use it.
5733
5d028165
XF
57342013-05-25 Xue Fuqiao <xfq.free@gmail.com>
5735
5736 * progmodes/flymake.el (flymake-save-buffer-in-file)
5737 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
5738 (flymake-selected-frame, flymake-log, flymake-ins-after)
5739 (flymake-set-at, flymake-get-buildfile-from-cache)
5740 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
5741 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
5742 Refine the doc string.
5743 (flymake-get-file-name-mode-and-masks): Reformat.
5744 (flymake-get-real-file-name-function): Fix a minor bug.
5745
7a1d7ba7
JL
57462013-05-24 Juri Linkov <juri@jurta.org>
5747
5748 * progmodes/grep.el (grep-mode-font-lock-keywords):
5749 Support =linenumber= format used by git-grep for lines with
5750 function names. (Bug#13549)
5751
650cff3d
SM
57522013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5754 * progmodes/octave.el (octave-smie-rules): Return nil rather than
5755 0 after a semi-colon; it works better for smie-auto-fill.
5756 (octave--indent-new-comment-line): New function.
5757 (octave-indent-new-comment-line): Use it (indirectly).
5758 (octave-mode): Don't disable smie-auto-fill. Use add-function to
5759 modify comment-line-break-function.
5760
5761 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
5762 (smie-setup): Use add-function to set it.
5763
9631677d
SS
57642013-05-24 Sam Steingold <sds@gnu.org>
5765
5766 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
5767 argument (before the `interactive' argument).
5768
50105835
SM
57692013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * image-mode.el (image-mode-winprops): Add winprops to
5772 image-mode-winprops-alist before running
5773 image-mode-new-window-functions.
5774 * doc-view.el (doc-view-new-window-function): Don't delay
5775 doc-view-goto-page via timers (bug#14435).
5776
57b9823e
TH
57772013-05-24 Tassilo Horn <tsdh@gnu.org>
5778
5779 * doc-view.el: Integrate with desktop.el. (Bug#14435)
5780 (doc-view-desktop-save-buffer): New function.
5781 (doc-view-restore-desktop-buffer): New function.
50105835
SM
5782 (desktop-buffer-mode-handlers):
5783 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
5784 handler.
5785 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
5786 `desktop-save-buffer' function.
5787
91aafa16
MA
57882013-05-24 Michael Albinus <michael.albinus@gmx.de>
5789
5790 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
5791 (tramp-gvfs-file-name-handler): Raise a user error when
5792 `tramp-gvfs-enabled' is nil.
5793 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
5794 Do not raise a user error when loading package. (Bug#14447)
5795
ec076379
MA
5796 * net/xesam.el: Move to obsolete/.
5797
db785726
GM
57982013-05-24 Glenn Morris <rgm@gnu.org>
5799
af5c7606
GM
5800 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
5801
e5d1916a
GM
5802 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
5803
ded62b08
GM
5804 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
5805 (Info-find-node, Man-getpage-in-background): Declare.
5806
9e614a3f
GM
5807 * mail/unrmail.el (unrmail):
5808 Replace obsolete detect-coding-with-priority.
5809
892f8ca3
GM
5810 * net/socks.el (socks-split-string): Use this rather than split-string.
5811 (socks-nslookup-host): Update for above change.
5812 (dynamic-choice, s5-dynamic-choice-match)
5813 (s5-dynamic-choice-match-inline, s5-widget-value-create):
5814 Comment out unused code.
5815
3c291973
GM
5816 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
5817 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
5818 (gud-tooltip-echo-area): Make obsolete.
5819 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
5820
43cc956b
GM
5821 * progmodes/js.el (js--optimize-arglist): Declare.
5822
dab49a3b
GM
5823 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
5824
36b9d085
GM
5825 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
5826 (ediff-window-C): Declare.
5827
e354ae76
GM
5828 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
5829 Tweak requires to silence compiler.
5830
b8e57bf4
GM
5831 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
5832 (he-search-string, he-tried-table, he-expand-list)
5833 (he-init-string, he-string-member, he-substitute-string)
5834 (he-reset-string): Declare.
5835
db785726
GM
5836 * obsolete/options.el (list-options): Use custom-variable-p,
5837 rather than obsolete alias.
5838
b3531901
SS
58392013-05-23 Sam Steingold <sds@gnu.org>
5840
5841 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 5842 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
5843 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
5844
bdda4c66
SM
58452013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * emacs-lisp/smie.el (smie-indent-forward-token)
5848 (smie-indent-backward-token): Handle string tokens (bug#14381).
5849
c43d45f9
TH
58502013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5851
fe1eb856
RS
5852 * ielm.el (ielm-menu): New menu.
5853 (inferior-emacs-lisp-mode): Set comment-start.
96172128 5854
fe1eb856
RS
58552013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5856
5857 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
5858 Fix deactivate action.
5859
5860 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
5861 Add cleveref macros.
074dd971 5862
c43d45f9
TH
5863 * lisp/textmodes/reftex-parse.el
5864 (reftex-locate-bibliography-files): Accept options for
5865 bibliography commands.
5866 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
5867 Add addbibresource. Basic Biblatex support.
5868
7764286e
MA
58692013-05-23 Michael Albinus <michael.albinus@gmx.de>
5870
5871 * net/tramp-gvfs.el (top):
5872 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5873 when loading package. (Bug#14447)
5874
d361bc10
GM
58752013-05-23 Glenn Morris <rgm@gnu.org>
5876
8fa23984
GM
5877 * progmodes/js.el: No need to load comint when compiling.
5878 (ring-insert, comint-send-string, comint-send-input)
5879 (comint-last-input-end, ido-chop): Declare.
5880
a5c7df1a
GM
5881 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
5882 * vc/ediff-mult.el: Adjust requires.
5883 (ediff-directories-internal, ediff-directory-revisions-internal)
5884 (ediff-patch-file-internal): Declare.
5885 * vc/ediff-ptch.el: Adjust requires.
5886 (ediff-use-last-dir, ediff-buffers-internal): Declare.
5887 (ediff-find-file): Autoload.
5888 * vc/ediff-util.el: No need to load ediff when compiling.
5889 (ediff-regions-internal): Declare.
5890 * vc/ediff-wind.el: Adjust requires.
5891 (ediff-compute-toolbar-width): Define when compiling.
5892 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
5893 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
5894 (dired-get-filename, dired-get-marked-files)
5895 (ediff-last-dir-patch, ediff-patch-default-directory)
5896 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
5897 (ediff-patch-buffer-internal): Declare.
5898
e2aec513
GM
5899 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
5900 (ispell-process, ispell-buffer-local-words, lm-summary)
5901 (lm-section-start, lm-section-end): Declare.
5902 (checkdoc-ispell-init): Simplify.
5903
e68bbd7c
GM
5904 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
5905 (he-string-member, he-reset-string, he-substitute-string): Declare.
5906
7efe0991
GM
5907 * eshell/em-ls.el: Adjust requires.
5908 (eshell-glob-regexp): Declare.
f87b1284
GM
5909 * eshell/em-tramp.el: Adjust requires.
5910 (eshell-parse-command): Autoload.
5911 * eshell/em-xtra.el: Adjust requires.
5912 (eshell-parse-command): Autoload.
5913 * eshell/esh-ext.el: Adjust requires.
5914 (eshell-parse-command, eshell-close-handles): Autoload.
5915 * eshell/esh-io.el: Adjust requires.
5916 (eshell-output-filter): Autoload.
5917 * eshell/esh-util.el: No need to load tramp when compiling.
5918 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
5919 Declare.
5920 (eshell-parse-ange-ls): Require ange-ftp and tramp.
5921 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5922 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
5923 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
5924 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
5925 * eshell/esh-opt.el, eshell/esh-proc.el:
5926 * eshell/esh-var.el: Adjust requires.
5927 * eshell/eshell.el: Do not require esh-util twice.
5928 (eshell-add-input-to-history): Declare.
5929 (eshell-command): Check history module is active before using it.
5930
d361bc10
GM
5931 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
5932
85d090a9
LL
59332013-05-22 Leo Liu <sdl.web@gmail.com>
5934
5935 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
5936
5d0acd9d
MA
59372013-05-22 Michael Albinus <michael.albinus@gmx.de>
5938
5939 * autorevert.el (auto-revert-notify-add-watch)
5940 (auto-revert-notify-handler): Add `attrib' for the inotify case,
5941 it indicates changes in file modification time.
5942
0cdffd7d
GM
59432013-05-22 Glenn Morris <rgm@gnu.org>
5944
ca5995ec
GM
5945 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5946 Always delete the autoloaded function from the noruntime and
5947 unresolved functions lists.
5948
6450907e
GM
5949 * allout.el: No need to load epa, epg, overlay when compiling.
5950 (epg-context-set-passphrase-callback, epg-list-keys)
5951 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
5952 (epg-key-user-id-list): Declare.
5953
9c6906f6
GM
5954 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5955 (viper-set-parsing-style-toggling-macro)
5956 (viper-set-emacs-state-searchstyle-macros):
5957 Use called-interactively-p on Emacs.
5958 (viper-looking-back): Make it an obsolete alias. Update callers.
5959 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
5960 Use looking-back rather than viper-looking-back.
5961 (viper-tmp-insert-at-eob, viper-enlarge-region)
5962 (viper-read-string-with-history, viper-register-to-point)
5963 (viper-append-to-register, viper-change-state-to-vi)
5964 (viper-backward-char-carefully, viper-forward-char-carefully)
5965 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
5966 (viper-change-state-to-emacs): Declare.
5967 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
5968 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
5969 * emulation/viper-mous.el: Do not load viper-cmd.
5970 (viper-backward-char-carefully, viper-forward-char-carefully)
5971 (viper-forward-word, viper-adjust-window): Declare.
5972
5f70c169
GM
5973 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
5974
b1b7f300
GM
5975 * progmodes/idlw-help.el (idlwave-help-fontify):
5976 Use called-interactively-p.
5977
f6ebbb46
GM
5978 * term/w32console.el (w32-get-console-codepage)
5979 (w32-get-console-output-codepage): Declare.
5980
0cdffd7d
GM
5981 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
5982 Remove unnecessary declarations.
5983 (dframe-message): Doc fix.
5984
5985 * info.el (dframe-select-attached-frame, dframe-current-frame):
5986 Declare.
5987
5988 * speedbar.el (speedbar-message): Make it an obsolete alias.
5989 Update all callers.
5990 (speedbar-with-attached-buffer)
5991 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
5992 (speedbar-with-writable): Use backquote.
5993 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
5994 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5995 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
5996 rather than speedbar- aliases.
5997 * mail/rmail.el: Load dframe rather than speedbar when compiling.
5998 (speedbar-make-specialized-keymap, speedbar-insert-button)
5999 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6000 (speedbar-do-function-pointer): Declare.
6001 (rmail-speedbar-button, rmail-speedbar-find-file)
6002 (rmail-speedbar-move-message):
6003 Use dframe-with-attached-buffer rather than speedbar- alias.
6004 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6005 (dframe-message, speedbar-make-specialized-keymap)
6006 (speedbar-add-expansion-list, speedbar-mode-functions-list)
6007 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6008 (speedbar-insert-button, dframe-select-attached-frame)
6009 (dframe-maybee-jump-to-attached-frame)
6010 (speedbar-change-initial-expansion-list)
6011 (speedbar-previously-used-expansion-list-name): Declare.
6012 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6013 Use dframe-message, dframe-with-attached-buffer rather than
6014 speedbar- aliases.
6015 (gud-sentinel): Silence compiler.
6016 * progmodes/vhdl-mode.el (speedbar-refresh)
6017 (speedbar-do-function-pointer, speedbar-add-supported-extension)
6018 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6019 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6020 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6021 (speedbar-file-lists, speedbar-make-tag-line)
6022 (speedbar-line-directory, speedbar-goto-this-file)
6023 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6024 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6025 (speedbar-make-button, speedbar-reset-scanners)
6026 (speedbar-files-item-info, speedbar-line-text)
6027 (speedbar-find-file-in-frame, speedbar-set-timer)
6028 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6029 (speedbar-with-writable): Do not (re)define it.
6030 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6031 rather than speedbar- alias.
6032
ee44b62a
LL
60332013-05-21 Leo Liu <sdl.web@gmail.com>
6034
6035 * progmodes/octave.el (octave-mode-menu): Update and re-organize
6036 menu items.
6037 (octave-mode): Tweak fill-nobreak-predicate.
6038 (inferior-octave-startup): Check process to avoid infinite loop.
6039 (inferior-octave): Pop to buffer first to show abornmal process
6040 exit information.
6041
640f050f
GM
60422013-05-21 Glenn Morris <rgm@gnu.org>
6043
79458038
GM
6044 * printing.el (pr-menu-bar): Define when compiling.
6045
9cc3e83f
LL
60462013-05-21 Leo Liu <sdl.web@gmail.com>
6047
6048 * progmodes/octave.el (octave-auto-fill): Remove.
6049 (octave-indent-new-comment-line): Improve.
6050 (octave-mode): Use auto fill mode through
4f405069 6051 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 6052 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 6053 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
6054 (octave-help): Show parent directory.
6055
f440830d
GM
60562013-05-21 Glenn Morris <rgm@gnu.org>
6057
6058 * files.el (dired-unmark):
6059 * progmodes/gud.el (gdb-input): Update declarations.
6060
6061 * calculator.el (electric, ehelp): No need to load when compiling.
6062 (Electric-command-loop, electric-describe-mode): Declare.
6063
6064 * doc-view.el (doc-view-current-converter-processes): Move before use.
6065
6066 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6067 Move MODE-set-explicitly definition before use.
6068
6069 * international/mule-diag.el (mule-diag):
6070 Don't use obsolete window-system-version.
6071
6072 * mail/feedmail.el (smtpmail): No need to load when compiling.
6073 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6074
6075 * mail/mail-utils.el (rfc822): No need to load when compiling.
6076 (rfc822-addresses): Autoload it.
6077 (mail-strip-quoted-names): Trivial simplification.
6078
6079 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6080 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6081
6082 * net/snmp-mode.el (tempo): Don't duplicate requires.
6083
6084 * progmodes/prolog.el (info): No need to load when compiling.
6085 (comint): Require before shell requires it.
6086 (Info-goto-node): Autoload it.
6087 (Info-follow-nearest-node): Declare.
6088 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6089
6090 * textmodes/artist.el (picture-mode-exit): Declare.
6091
6092 * textmodes/reftex-parse.el (reftex-parse-from-file):
6093 Trivial rewrite so the compiler can parse it better.
6094
b4da2cbb
LL
60952013-05-20 Leo Liu <sdl.web@gmail.com>
6096
6097 * progmodes/octave.el (octave-help-mode-map)
6098 (octave-help-mode-finish-hook): New variables.
6099 (octave-help-mode, octave-help-mode-finish): New functions.
6100 (octave-help): Use octave-help-mode.
6101
33c0f65b
GM
61022013-05-20 Glenn Morris <rgm@gnu.org>
6103
6104 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
6105
1a0a0a8a
DG
61062013-05-19 Dmitry Gutov <dgutov@yandex.ru>
6107
6108 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6109 start at point, so that expansion starting right after opening
6110 slash in a regexp is recognized.
6111 (ruby-syntax-before-regexp-re): New defvar, extracted from
6112 ruby-syntax-propertize-function. Since the value of this regexp
6113 is looked up at runtime now, we should be able to turn
6114 `ruby-syntax-methods-before-regexp' into a defcustom later.
6115 (ruby-syntax-propertize-function): Split regexp matching into two
6116 parts, for opening and closing slashes. That allows us to skip
6117 over string interpolations and support multiline regexps.
6118 Don't call `ruby-syntax-propertize-expansions', instead use another rule
6119 for them, which calls `ruby-syntax-propertize-expansion'.
6120 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6121 call to `ruby-syntax-propertize-function'.
6122 (ruby-syntax-propertize-expansion): Extracted from
6123 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
6124 (ruby-syntax-propertize-percent-literal): Leave point right after
6125 the percent symbol, so that the expression expansion rule can
6126 propertize the contents.
462388b6
DG
6127 (ruby-syntax-propertize-heredoc): Leave point at bol following the
6128 heredoc openers.
6129 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 6130
c1a6c0a4
JL
61312013-05-18 Juri Linkov <juri@jurta.org>
6132
6133 * man.el (Man-default-man-entry): Remove `-' from the end
6134 of the default value. (Bug#14400)
6135
8051fccd
GM
61362013-05-18 Glenn Morris <rgm@gnu.org>
6137
6138 * comint.el (comint-password-prompt-regexp):
6139 Allow "password for XXX" where XXX contains colons (eg https://...).
6140
5e80b74f
LL
61412013-05-18 Leo Liu <sdl.web@gmail.com>
6142
6143 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 6144 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
6145 (octave-source-directories): Don't check process.
6146 (octave-source-directories, octave-find-definition): Doc fix.
6147
521a54c5
GM
61482013-05-18 Glenn Morris <rgm@gnu.org>
6149
86a94b05
GM
6150 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6151 Remove backspace/delete bindings. (Bug#14392)
6152
521a54c5
GM
6153 * cus-dep.el (custom-make-dependencies): Sort the output.
6154 (custom-versions-load-alist): Convert comment to doc.
6155
42caeb89
LL
61562013-05-17 Leo Liu <sdl.web@gmail.com>
6157
6158 * newcomment.el (comment-search-backward): Stricter in finding
6159 comment start. (Bug#14303)
6160
6161 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6162 (octave-comment-start-skip): Properly anchored.
6163
e219dd97
LL
61642013-05-17 Leo Liu <sdl.web@gmail.com>
6165
fe1eb856
RS
6166 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6167 Clean up when turned off. (Bug#14395)
e219dd97
LL
6168 (smie--highlight-matching-block-overlay): No longer buffer-local.
6169 (smie-highlight-matching-block): Adjust.
6170
dc5dcb4b
PE
61712013-05-17 Paul Eggert <eggert@cs.ucla.edu>
6172
6173 Doc string fix for "nanoseconds" (Bug#14406).
6174 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6175 Fix doc string typo that had "nanoseconds" instead of "microseconds".
6176
1db165f0
JB
61772013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
6178
6179 * calc/calc-units.el (math-extract-units): Preserve powers
6180 of units.
6181
c7a8fcac
LL
61822013-05-17 Leo Liu <sdl.web@gmail.com>
6183
6184 * subr.el (delete-consecutive-dups): New function.
6185 * ido.el (ido-set-matches-1): Use it.
6186 * progmodes/octave.el (inferior-octave-completion-table): Use it.
6187 * ido.el (ido-remove-consecutive-dups): Remove.
6188
f678b18a
SM
61892013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6190
6191 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6192 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6193 regexp-opt's `words'.
6194
ebfe68e8
LL
61952013-05-16 Leo Liu <sdl.web@gmail.com>
6196
6197 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6198 (smie--highlight-matching-block-overlay)
6199 (smie--highlight-matching-block-lastpos)
6200 (smie--highlight-matching-block-timer): New variables.
6201 (smie-highlight-matching-block): New function.
6202 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
6203 (smie-setup): Conditionally enable smie-blink-matching-open.
6204
bc8bc17d
WS
62052013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
6206
6207 Sync with upstream verilog-mode r840.
6208 * progmodes/verilog-mode.el (verilog-mode-version)
6209 (verilog-mode-release-date): Update.
6210 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
6211 (verilog-sig-tieoff): Fix string error on
6212 AUTORESET with colon define, bug594. Reported by Andrew Hou.
6213 (verilog-read-decls): Fix parameters confusing
6214 AUTOINST interfaces, bug565. Reported by Leith Johnson.
6215
df065a0b
EZ
62162013-05-16 Eli Zaretskii <eliz@gnu.org>
6217
6218 * subr.el (reveal-filename): New function.
6219
6220 * loadup.el: Compute Emacs executable versions on MS-Windows,
6221 where executables have the .exe extension. Add a hard link
6222 emacs-XX.YY.ZZ.exe on MS-Windows.
6223
6224 * Makefile.in (XARGS_LIMIT): New variable.
6225 (custom-deps, finder-data, autoloads)
6226 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6227 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6228 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
6229 (compile-main): Limit xargs according to $(XARGS_LIMIT).
6230
2d4bf34b
LL
62312013-05-16 Leo Liu <sdl.web@gmail.com>
6232
6233 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
6234 (octave-mode-menu, octave-mode-map): Remove its uses.
6235
6b9c2d85
RZ
62362013-05-16 Reto Zimmermann <reto@gnu.org>
6237
6238 Sync with upstream vhdl mode v3.34.2.
6239 * progmodes/vhdl-mode.el: Use `push' throughout.
6240 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
6241 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
6242 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
6243 (vhdl-actual-generic-name): New option to derive actual generic name.
6244 (vhdl-port-paste-signals): Replace formal by actual generics.
6245 (vhdl-beautify): New name for old group vhdl-align. Update users.
6246 (vhdl-beautify-options): New option.
6247 (vhdl-last-input-event): New compat alias. Use throughout.
6248 (vhdl-goto-line): Replace user level function `goto-line'.
6249 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
6250 vhdl-fix-statement-buffer.
6251 (vhdl-create-mode-menu): Add some entries.
6252 (vhdl-align-region-groups): Respect vhdl-beautify-options.
6253 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
6254 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
6255 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
6256 to force statements on one line.
6257 (vhdl-remove-trailing-spaces-region):
6258 New, split from vhdl-remove-trailing-spaces.
6259 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
6260 Respect vhdl-beautify-options.
6261 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
6262 (vhdl-update-sensitivity-list): Not add with index if exists without.
6263 Not include array index with signal. Ignore keywords in comments.
6264 (vhdl-get-visible-signals): Regexp tweaks.
6265 (vhdl-template-component-inst): Handle empty library.
6266 (vhdl-template-type): Add template for 'enum' type.
6267 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
6268 Use vhdl-replace-string.
6269 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
6270 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
6271 (vhdl-speedbar-initialize): Update for above name change.
6272 (vhdl-compose-wire-components): Fix in handling of constants.
6273 (vhdl-error-regexp-emacs-alist): New variable.
6274 (vhdl-error-regexp-add-emacs): New function;
6275 adds support for new compile.el (Emacs 22+)
6276 (vhdl-generate-makefile-1): Change target order for single lib. units.
6277 Allow use of absolute file names.
6278
9df4ec5e
LL
62792013-05-16 Leo Liu <sdl.web@gmail.com>
6280
6281 * simple.el (prog-indent-sexp): Indent enclosing defun.
6282
f5ba00a6
GM
62832013-05-15 Glenn Morris <rgm@gnu.org>
6284
ed8be7ff
GM
6285 * cus-start.el (show-trailing-whitespace): Move to editing basics.
6286 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
6287 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
6288 (whitespace-highlight): Move to whitespace group.
6289
6290 * comint.el (comint-source):
6291 * pcmpl-linux.el (pcmpl-linux):
6292 * shell.el (shell-faces):
6293 * eshell/esh-opt.el (eshell-opt):
6294 * international/ccl.el (ccl): Remove empty custom groups.
6295
6296 * completion.el (dynamic-completion-mode):
6297 * jit-lock.el (jit-lock-debug-mode):
6298 * minibuffer.el (completion-in-region-mode):
6299 * type-break.el (type-break-mode-line-message-mode)
6300 (type-break-query-mode):
6301 * emulation/tpu-edt.el (tpu-edt-mode):
6302 * progmodes/subword.el (global-subword-mode, global-superword-mode):
6303 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6304 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
6305
6306 * term/xterm.el (xterm): Change parent group to terminals.
6307
6308 * master.el (master): Remove empty custom group.
6309 (master-mode): Remove unused :group argument.
6310 * textmodes/refill.el (refill): Remove empty custom group.
6311 (refill-mode): Remove unused :group argument.
6312
6313 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
6314
82a7c41b
GM
6315 * cus-dep.el: Provide a feature.
6316 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
6317 Don't mistakenly ignore files whose basenames match a basename
6318 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 6319 Add a fallback method for getting :group.
f5ba00a6 6320
6d65486d
JL
63212013-05-15 Juri Linkov <juri@jurta.org>
6322
da547b32
JL
6323 * isearch.el (isearch-char-by-name): Rename from
6324 `isearch-insert-char-by-name'. Doc fix.
6325 (isearch-forward): Mention `isearch-char-by-name' in
6326 the docstring. (Bug#13348)
6327
6d65486d
JL
6328 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
6329 `exit-minibuffer' instead of
6330 `isearch-nonincremental-exit-minibuffer'.
6331 (isearch-edit-string): Remove mention of
6332 `isearch-nonincremental-exit-minibuffer' from docstring.
6333 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
6334 (isearch-forward-exit-minibuffer)
6335 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
6336
c9990474
SM
63372013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6e911150
SM
6339 * loadup.el: Just use unversioned DOC.
6340
c9990474
SM
6341 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
6342 literals as extending to EOB.
6343 (nxml-last-fontify-end): Remove unused variable.
6344 (nxml-after-change1): Use with-silent-modifications.
6345 (nxml-extend-after-change-region): Simplify.
6346 (nxml-extend-after-change-region1): Remove function.
6347 (nxml-after-change1): Don't adjust for dependent regions.
6348 (nxml-fontify-matcher): Simplify.
6349 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
6350 (xmltok-add-dependent): Remove function.
6351 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
6352 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
6353 (xmltok-scan-prolog-after-processing-instruction-open): Treat
6354 unclosed <[[, <?, comment, and other literals as extending to EOB.
6355 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
6356 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
6357 Remove functions.
6358 (rng-do-some-validation-1): Don't mark dependent regions.
6359 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
6360 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
6361 (nxml-clear-dependent-regions): Remove functions.
6362 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
6363 (nxml-ensure-scan-up-to-date):
6364 Don't clear&mark dependent regions.
6365
e3772e98
LL
63662013-05-15 Leo Liu <sdl.web@gmail.com>
6367
c9990474
SM
6368 * progmodes/octave.el (octave-goto-function-definition):
6369 Improve and fix callers.
e3772e98 6370
5ac2eb34
SM
63712013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6372
c46c57b0
SM
6373 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
6374 the setter (bug#14387).
6375
5ac2eb34
SM
6376 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
6377 surrounding group (bug#14402).
6378
180ed218
JL
63792013-05-14 Juri Linkov <juri@jurta.org>
6380
6381 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
6382 (Bug#14390)
6383
0ac0fecb
GM
63842013-05-14 Glenn Morris <rgm@gnu.org>
6385
6386 * progmodes/f90.el (f90-imenu-generic-expression):
6387 Fix typo in 2013-05-08 change. (Bug#14402)
6388
2e78e6a7
JPG
63892013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6390
5ac2eb34
SM
6391 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
6392 Remove signals for which replies are never received.
2e78e6a7 6393
53267cca
JPG
63942013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6395
6396 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
6397 (gdb-handler-alist, gdb-handler-number): Remove variables.
6398 (gdb-handler-list): New variable.
6399 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
6400 (gdb-pending-handler-p, gdb-handle-reply)
6401 (gdb-remove-all-pending-triggers): New functions.
6402 (gdb-discard-unordered-replies): New defcustom.
6403 (gdb-handler): New defstruct.
6404 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
6405 instead of gdb-pending-triggers. Update docstring.
6406 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
6407 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
6408 (gdb-var-update-handler, def-gdb-auto-update-trigger)
6409 (def-gdb-auto-update-handler, gdb-get-changed-registers)
6410 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
6411 (gdb-frame-handler): Pending triggers are now automatically managed.
6412 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
6413 Remove argument.
6414 (gdb-input): Automatically handles pending triggers. Update docstring.
6415 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
6416 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
6417 Update comments.
6418 (gdb-done-or-error): Now use gdb-handle-reply.
6419
d04ce803
JPG
64202013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6421
6422 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
6423 gdb-debug-log.
6424
0114073a
GM
64252013-05-14 Glenn Morris <rgm@gnu.org>
6426
6427 * subr.el (user-emacs-directory-warning): New option.
6428 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
6429
4d25fd7e
LL
64302013-05-14 Leo Liu <sdl.web@gmail.com>
6431
6432 * progmodes/octave.el (octave-font-lock-keywords): Fix error
6433 during redisplay.
6434 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
6435 (octave-font-lock-texinfo-comment): Fix invalid search bound
6436 error: wrong side of point.
4d25fd7e 6437
27c8b6eb
GM
64382013-05-14 Glenn Morris <rgm@gnu.org>
6439
61aaeb01
GM
6440 * progmodes/flymake.el (flymake-xml-program): New option.
6441 (flymake-xml-init): Use it.
6442
5bf90bc5
GM
6443 * term/xterm.el: Provide a feature.
6444
6445 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 6446
f4c7dfd2
GM
64472013-05-13 Glenn Morris <rgm@gnu.org>
6448
6449 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
6450 Add compat aliases as a hack workaround. (Bug#14384)
6451
2aeb3a1d
LL
64522013-05-13 Leo Liu <sdl.web@gmail.com>
6453
b0e069c2
LL
6454 * progmodes/octave.el (octave-indent-comment): Fix indentation for
6455 ###, and %!.
f5a9432f
LL
6456 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
6457 C-M-q.
b0e069c2
LL
6458 (octave-comment-start-skip): Include %!.
6459 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 6460
30ea8374
LL
64612013-05-12 Leo Liu <sdl.web@gmail.com>
6462
6463 * progmodes/octave.el (inferior-octave-startup): Store the value
6464 of __octave_srcdir__ for octave-source-directories.
6465 (inferior-octave-check-process): New function refactored out of
6466 inferior-octave-send-list-and-digest.
6467 (octave-source-directories)
6468 (octave-find-definition-filename-function): New variables.
6469 (octave-source-directories)
6470 (octave-find-definition-default-filename): New functions.
6471 (octave-find-definition): Improve to find functions implemented in C++.
6472
472a3834
GM
64732013-05-12 Glenn Morris <rgm@gnu.org>
6474
6475 * calendar/diary-lib.el (diary-outlook-format-1):
6476 Don't include dayname in the output. (Bug#14349)
6477
3191b52f
GM
64782013-05-11 Glenn Morris <rgm@gnu.org>
6479
0060ac73
GM
6480 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
6481
3191b52f
GM
6482 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
6483 Treat cc-provide like provide.
6484
e065ba74
KR
64852013-05-11 Kevin Ryde <user42@zip.com.au>
6486
6487 * cus-dep.el (custom-make-dependencies):
6488 Use generated-autoload-load-name for the sake of files such
6489 such cedet/semantic/bovine/c.el, where the base file name
6490 is not in load-path. (Bug#5277)
6491
36f84c37
GM
64922013-05-11 Glenn Morris <rgm@gnu.org>
6493
6494 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
6495 Provide features.
6496
c8730c3a
LL
64972013-05-11 Leo Liu <sdl.web@gmail.com>
6498
6499 * progmodes/octave.el (octave-indent-comment): Improve.
6500 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
6501 (octave-eldoc-function-signatures, octave-eldoc-function):
6502 New functions.
c8730c3a
LL
6503 (octave-mode, inferior-octave-mode): Add eldoc support.
6504
212e29f2
RS
65052013-05-11 Richard Stallman <rms@gnu.org>
6506
6507 * epa.el (epa-decrypt-file): Take output file name as argument
6508 and read it using `interactive'.
6509
083fe0d7
LL
65102013-05-11 Leo Liu <sdl.web@gmail.com>
6511
6512 * progmodes/octave.el (octave-beginning-of-line)
6513 (octave-end-of-line): Check before using up-list because it jumps
6514 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
6515 (octave-indent-comment): New function.
6516 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
6517 (octave-begin-keywords, octave-end-keywords)
6518 (octave-reserved-words, octave-smie-bnf-table)
6519 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 6520
8582e4c4
GM
65212013-05-11 Glenn Morris <rgm@gnu.org>
6522
f20def1f
GM
6523 * faces.el (internal-face-x-get-resource):
6524 * frame.el (ns-display-monitor-attributes-list):
d78abe37 6525 * calc/calc-aent.el (math-to-radians-2):
f20def1f 6526 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 6527 Fix declarations.
f20def1f 6528
445f95e2
GM
6529 * calc/calc-menu.el: Make it loadable in isolation.
6530
6531 * net/eudcb-bbdb.el: Make it loadable without bbdb.
6532 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
6533 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
6534 (eudc-bbdb-query-internal): Require 'bbdb.
6535
99fb2756
GM
6536 * lpr.el (lpr-headers-switches):
6537 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
6538
6539 * progmodes/sql.el (sql-login-params): Fix and improve :type.
6540
0da7ad96
GM
6541 * emulation/edt-mapper.el: In batch mode, error rather than hang.
6542
8582e4c4
GM
6543 * term.el (term-set-escape-char): Make it idempotent.
6544
f71c50d0
LL
65452013-05-10 Leo Liu <sdl.web@gmail.com>
6546
5ac2eb34
SM
6547 * progmodes/octave.el (inferior-octave-completion-table):
6548 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
6549 completion due to bug#11906.
6550 (octave-beginning-of-defun): Re-write to be more general.
6551
d5837773
GM
65522013-05-10 Glenn Morris <rgm@gnu.org>
6553
6554 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
6555
027c0f75
SM
65562013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * comint.el (comint-redirect-send-command-to-process): Use :around
6559 rather than :override for comint-redirect-filter.
6560 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
6561 Call it instead of comint-redirect-original-filter-function (which
6562 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
6563
4465bfb4
JD
65642013-05-09 Jan Djärv <jan.h.d@swipnet.se>
6565
6566 * frame.el (display-monitor-attributes-list): Add NS case.
6567 (ns-display-monitor-attributes-list): Declare.
6568
2d809ffa 65692013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
6570
6571 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
6572
e54eeb9b
GM
65732013-05-09 Glenn Morris <rgm@gnu.org>
6574
56cd351d
GM
6575 * international/fontset.el (vertical-centering-font-regexp):
6576 Set standard-value.
6577
d84b6108
GM
6578 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
6579
a931698a
GM
6580 * bookmark.el (bookmark-search-delay):
6581 * cus-start.el (vertical-centering-font-regexp):
6582 * ps-mule.el (ps-mule-font-info-database-default):
6583 * ps-print.el (ps-default-fg, ps-default-bg):
6584 * type-break.el (type-break-good-break-interval):
6585 * whitespace.el (whitespace-indentation-regexp)
6586 (whitespace-space-after-tab-regexp):
6587 * emacs-lisp/testcover.el (testcover-1value-functions)
6588 (testcover-noreturn-functions, testcover-progn-functions)
6589 (testcover-prog1-functions):
6590 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6591 * eshell/em-glob.el (eshell-glob-translate-alist):
6592 * play/tetris.el (tetris-tty-colors):
6593 * progmodes/cpp.el (cpp-face-default-list):
6594 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6595 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
6596 (idlwave-help-browser-generic-args):
6597 * progmodes/make-mode.el (makefile-special-targets-list):
6598 * progmodes/python.el (python-shell-virtualenv-path):
6599 * progmodes/verilog-mode.el (verilog-active-low-regexp)
6600 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
6601 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
6602 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6603 * textmodes/reftex-vars.el (reftex-format-label-function):
6604 * textmodes/remember.el (remember-diary-file): Fix custom types.
6605
e54eeb9b
GM
6606 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
6607 Add :version.
6608
455851dd
LL
66092013-05-09 Leo Liu <sdl.web@gmail.com>
6610
6611 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 6612 Restore file completion. (Bug#14300)
455851dd
LL
6613 (inferior-octave-startup): Fix incorrect highlighting for the
6614 first prompt.
6615
a9e4425b
SM
66162013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * progmodes/ruby-mode.el: First cut at SMIE support.
6619 (ruby-use-smie): New var.
6620 (ruby-smie-grammar): New constant.
6621 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
6622 (ruby-smie--forward-token, ruby-smie--backward-token)
6623 (ruby-smie-rules): New functions.
6624 (ruby-mode-variables): Setup SMIE if applicable.
6625
060ca408
EZ
66262013-05-08 Eli Zaretskii <eliz@gnu.org>
6627
6628 * simple.el (line-move-visual): Signal beginning/end of buffer
6629 only if vertical-motion moved less than it was requested. Avoids
6630 silly incorrect error messages when there are display strings with
6631 multiple newlines at EOL.
6632
1d5963cc
SM
66332013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
6636 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
6637 (prolog-char-quote-workaround):
6638 * progmodes/cperl-mode.el (cperl-under-as-char):
6639 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
6640 Mark as obsolete.
6641 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
6642 their declaration.
6643 (vhdl-mode-syntax-table-init): Remove.
6644
c9990474
SM
6645 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
6646 last change.
1d5963cc
SM
6647
6648 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
6649 syntax for "_".
6650 (ld-script-font-lock-keywords):
6651 Change regexps to use things like \_< and \_>.
6652
6653 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
6654 Change all regexps to use things like \_< and \_>.
6655
6656 * progmodes/autoconf.el (autoconf-definition-regexp)
6657 (autoconf-font-lock-keywords, autoconf-current-defun-function):
6658 Handle a _ with symbol syntax.
6659 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
6660
c9990474
SM
6661 * progmodes/ada-mode.el (ada-mode-abbrev-table):
6662 Consolidate declaration.
1d5963cc
SM
6663 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
6664 the declaration.
6665 (ada-create-syntax-table): Remove.
6666 (ada-capitalize-word): Don't mess with the syntax of "_" since it
6667 already has the right syntax nowadays.
6668 (ada-goto-next-word): Don't change the syntax of "_".
6669
6670 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
6671 with-wrapper-hook.
6672
72d3cfca
SS
66732013-05-08 Sam Steingold <sds@gnu.org>
6674
6675 * thingatpt.el (thing-at-point): Accept optional second argument
6676 NO-PROPERTIES to strip the text properties from the return value.
6677 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
6678 to `thing-at-point' instead of stripping the properties ourselves.
6679 Also, when `thing-at-point' fails to find a url, prepend "http://"
6680 to the filename at point on the assumption that the user is
6681 pointing at something like gnu.org/gnu.
6682
5cb15713
JB
66832013-05-08 Juanma Barranquero <lekktu@gmail.com>
6684
6685 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6686 * faces.el (crm-separator):
6687 Silence byte-compiler.
6688
6689 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
6690 (tool-bar-map): Remove unneeded defvars.
6691
ea78b95b
LL
66922013-05-08 Leo Liu <sdl.web@gmail.com>
6693
6694 Re-work a fix for bug#10994 based on Le Wang's patch.
6695 * ido.el (ido-remove-consecutive-dups): New helper.
6696 (ido-completing-read): Use it.
6697 (ido-chop): Revert fix for bug#10994.
6698
dc7466df
AS
66992013-05-08 Adam Spiers <emacs@adamspiers.org>
6700
6701 * cus-edit.el (custom-save-variables):
6702 Pretty-print long values. (Bug#14187)
6703
9ecf672a
GM
67042013-05-08 Glenn Morris <rgm@gnu.org>
6705
6706 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
6707 (m4-mode-syntax-table): Init in the defvar.
6708 (m4-mode-abbrev-table): Let define-derived-mode define it.
6709
3f555be8
TT
67102013-05-08 Tom Tromey <tromey@redhat.com>
6711
6712 * progmodes/m4-mode.el (m4-mode-syntax-table):
6713 Do not treat "_" as word constituent. (Bug#14167)
6714
7cc8ae06
GM
67152013-05-07 Glenn Morris <rgm@gnu.org>
6716
4f58bc06
GM
6717 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
6718 Remove explicit eshell-isearch-cancel-map.
6719
7cc8ae06
GM
6720 * progmodes/f90.el (f90-smart-end-names): New option.
6721 (f90-smart-end): Doc fix.
6722 (f90-end-block-optional-name): New constant.
6723 (f90-block-match): Respect f90-smart-end-names.
6724
ceb57e59
SM
67252013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * progmodes/octave.el (octave-smie-forward-token): Be more careful
6728 about implicit semi-colons (bug#14218).
6729
4e3f9230
YM
67302013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6731
6732 * frame.el (display-monitor-attributes-list)
6733 (frame-monitor-attributes): New functions.
6734
203a5572
LL
67352013-05-06 Leo Liu <sdl.web@gmail.com>
6736
6737 * progmodes/octave.el (octave-syntax-propertize-function): Change
6738 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
6739 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 6740 (octave-completion-at-point): Rename from
203a5572
LL
6741 octave-completion-at-point-function.
6742 (inferior-octave-directory-tracker): Robustify.
6743 (octave-text-functions): Remove and fix its uses. No such things
6744 any more.
6745
ee6cff99
SM
67462013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * emacs-lisp/trace.el (trace--display-buffer): New function.
6749 (trace-make-advice): Use it.
6750
32985194
JL
67512013-05-06 Juri Linkov <juri@jurta.org>
6752
6753 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
6754 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
6755 Doc fix.
6756 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
6757 in the help string. (Bug#12985)
6758
a1c700de
KD
67592013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6760
6761 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
6762
c67c0839
SM
67632013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6764
323885fd
SM
6765 * progmodes/perl-mode.el: Add support for here documents.
6766 (perl-syntax-propertize-function): Match here-doc markers.
6767 (perl-syntax-propertize-special-constructs): Find their end.
6768 (perl-imenu-generic-expression): Use [:alnum:].
6769
c67c0839
SM
6770 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
6771 (advice--add-function): Refresh the advice if already present
6772 (bug#14317).
6773
d491e7a8
IA
67742013-05-06 Ivan Andrus <darthandrus@gmail.com>
6775
6776 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
6777
ddf9925e
GM
67782013-05-06 Glenn Morris <rgm@gnu.org>
6779
7cc3af27
GM
6780 * w32-fns.el (w32-charset-info-alist): Declare.
6781
16e343d6
GM
6782 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6783 of its defcustom properties.
6784 (eshell-cmpl-initialize): No need to load pcomplete.
6785
7d889a47
GM
6786 * generic-x.el: No need to require comint when compiling.
6787
ddf9925e
GM
6788 * net/eudc-export.el: Make it loadable without bbdb.
6789 (top-level): Use require rather than load-library.
6790 (eudc-create-bbdb-record, eudc-bbdbify-phone)
6791 (eudc-batch-export-records-to-bbdb)
6792 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
6793 Require bbdb.
6794
1e2c18df
SM
67952013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
6798 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
6799 some tweaks, instead.
6800
02502a5f
LL
68012013-05-05 Leo Liu <sdl.web@gmail.com>
6802
6803 * progmodes/octave.el (octave-font-lock-keywords)
6804 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
6805 (inferior-octave-send-list-and-digest): Improve error message.
6806 (octave-mode, inferior-octave-mode): Use setq-local.
6807 (octave-help): Set info-lookup-mode.
6808
0dc04f42
RS
68092013-05-05 Richard Stallman <rms@gnu.org>
6810
6c54491c
RS
6811 * vc/compare-w.el (compare-windows-whitespace):
6812 Treat no-break space as whitespace.
6813
0dc04f42
RS
6814 * mail/rmailsum.el (rmail-summary-rmail-update):
6815 Detect empty summary and don't change selected message.
6816 (rmail-summary-goto-msg): Likewise.
6817
df8f35df
RS
6818 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
6819 Doc fixes, rename args.
6820
5356e1a3
AM
68212013-05-05 Alan Mackenzie <acm@muc.de>
6822
6823 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
6824
d44014cb
JL
68252013-05-05 Juri Linkov <juri@jurta.org>
6826
6827 * info.el (Info-read-subfile): Use (point-min) instead of (point)
6828 to not add the length of the summary segment to the return value.
6829 (Bug#14125)
6830
c129b51f
LL
68312013-05-05 Leo Liu <sdl.web@gmail.com>
6832
6833 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
6834 (inferior-octave-output-filter): Remove.
6835 (octave-send-region, inferior-octave-startup): Fix callers.
6836 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
6837 (octave-binary-file-extensions): New user variable.
6838 (octave-find-definition): Confirm if opening binary files.
6839 (octave-help-file): Use octave-find-definition to get the binary
6840 confirmation.
6841 (octave-help): Adjust for octave-help-file change.
6842
aa7dab97
SM
68432013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
6846 Merge the two entries that handle function definitions.
6847 (pascal--syntax-propertize): New const.
6848 (pascal-mode): Use it. Use setq-local.
6849
fd3a9a6b
GM
68502013-05-04 Glenn Morris <rgm@gnu.org>
6851
6852 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
6853 (diary-from-outlook): Respect diary-from-outlook-function.
6854
30c7e542
SM
68552013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
6858 Move the declaration from C.
6859 (read-minibuffer, eval-minibuffer): Move from C.
6860 (completion-setup-function): Avoid minibuffer-completion-contents.
6861
b54f978b
LL
68622013-05-03 Leo Liu <sdl.web@gmail.com>
6863
6864 * progmodes/octave.el (octave-font-lock-keywords): Do not
6865 dehighlight 'end' in comments or strings.
30c7e542
SM
6866 (octave-completing-read, octave-goto-function-definition):
6867 New helpers.
d4d0f9b3
LL
6868 (octave-help-buffer): New user variable.
6869 (octave-help-file, octave-help-function): New button types.
6870 (octave-help): New command and bind it to C-h ;.
6871 (octave-find-definition): New command and bind it to M-.
d74a1581 6872 (user-error): Alias to error if not defined.
b54f978b 6873
27135018
LL
68742013-05-02 Leo Liu <sdl.web@gmail.com>
6875
6876 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
6877 for \. (bug#14332)
6878 (octave-font-lock-keywords): Include [ and {.
6879
0d634d3a
LL
68802013-05-02 Leo Liu <sdl.web@gmail.com>
6881
6882 * progmodes/octave.el (inferior-octave-startup-file): Change default.
6883 (inferior-octave): Remove calling comint-mode and return the buffer.
6884 (inferior-octave-startup): Cosmetic changes.
6885
b4c8295e
LL
68862013-05-02 Leo Liu <sdl.web@gmail.com>
6887
30c7e542
SM
6888 * progmodes/octave.el (octave-syntax-propertize-function):
6889 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 6890
f12ad6ec
GM
68912013-05-02 Glenn Morris <rgm@gnu.org>
6892
6893 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
6894 * desktop.el (vc-dir-mode): Just autoload it here.
6895
30cac1e0
AM
68962013-05-02 Alan Mackenzie <acm@muc.de>
6897
6898 Eliminate variable c-standard-font-lock-fontify-region-function.
6899 * progmodes/cc-mode.el
6900 (c-standard-font-lock-fontify-region-function): Remove.
6901 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
6902
d8ef28b1
LL
69032013-05-01 Leo Liu <sdl.web@gmail.com>
6904
2640d52e 6905 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 6906 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 6907 variables were removed from Octave in 2007.
d8ef28b1
LL
6908 (inferior-octave-startup): Fix uses.
6909 (comint-line-beginning-position): Remove compatibility code for
6910 emacs 21.
6911
ac63ec89
JL
69122013-05-01 Juri Linkov <juri@jurta.org>
6913
6914 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
6915
9e9be37c
JL
69162013-05-01 Juri Linkov <juri@jurta.org>
6917
6918 * comint.el (comint-previous-matching-input): Don't print message
6919 "History item: %d" when `isearch-mode' is active.
6920 (comint-history-isearch-message): Print message "History item: %d"
6921 when `comint-input-ring-index' is not empty and this function is
6922 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
6923
9b92c13b
LL
69242013-05-01 Leo Liu <sdl.web@gmail.com>
6925
6926 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
6927 definitions. Use completion-at-point to insert keywords.
6928 (octave-abbrev-start): Remove.
6929 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
6930
b12d33d7
LL
69312013-04-30 Leo Liu <sdl.web@gmail.com>
6932
6933 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
6934 change.
6935
3d1c39fa
AM
69362013-04-30 Alan Mackenzie <acm@muc.de>
6937
6938 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
6939 * progmodes/cc-engine.el (c-back-over-member-initializers):
6940 new function.
3d1c39fa
AM
6941 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
6942 (most) member init lists.
6943
5147fc17
RS
69442013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6945
6946 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
6947 variable.
6948
5b78d7fc
LL
69492013-04-30 Leo Liu <sdl.web@gmail.com>
6950
6951 * progmodes/octave.el (octave-variables): Remove. No builtin
6952 variables any more. All converted to functions.
6953 (octave-font-lock-keywords, octave-completion-at-point-function):
6954 Fix uses.
6955 (octave-font-lock-texinfo-comment): New user variable.
6956 (octave-texinfo-font-lock-keywords): New variable for texinfo
6957 comment block.
6958 (octave-function-comment-block): New face.
6959 (octave-font-lock-texinfo-comment): New function.
6960 (octave-mode): Font lock texinfo comment block.
6961
38d8527b
LL
69622013-04-29 Leo Liu <sdl.web@gmail.com>
6963
6964 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
6965 indexing expression.
6966 (octave-continuation-string): Do not use \.
6967 (inferior-octave-complete-impossible): Remove.
6968 (inferior-octave-completion-table)
6969 (inferior-octave-completion-at-point): Remove its uses.
6970 (inferior-octave-startup): completion_matches was introduced to
6971 Octave in 1996 so safe to assume it.
6972 (octave-function-file-comment): Improve to follow how Octave does it.
6973 (octave-update-function-file-comment): Tweak.
6974
2ec12cb0
LL
69752013-04-29 Leo Liu <sdl.web@gmail.com>
6976
6977 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
6978 (inferior-octave-startup): Remove inferior-octave-startup-hook.
6979 (octave-function-file-comment): Fix typo.
6980 (octave-sync-function-file-names): Use read-char-choice.
6981
6eaed048
JB
69822013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
6983
6984 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
6985 to t for the less important warnings.
6986
3ffa2d4f
DH
69872013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6988
6989 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
6990
685c9501
GM
69912013-04-27 Glenn Morris <rgm@gnu.org>
6992
6993 * vc/log-view.el (log-view-current-entry):
6994 Treat "---" separator lines as part of the following rev. (Bug#14169)
6995
0208ede7
JL
69962013-04-27 Juri Linkov <juri@jurta.org>
6997
6998 * subr.el (read-number): Doc fix about using it by interactive
6999 code letter `n'. (Bug#14254)
7000
5db9dace
JL
70012013-04-27 Juri Linkov <juri@jurta.org>
7002
7003 * desktop.el (desktop-auto-save-timeout): New option.
7004 (desktop-file-checksum): New variable.
7005 (desktop-save): Add optional arg `auto-save' and don't auto-save
7006 if nothing changed.
7007 (desktop-auto-save-timer): New variable.
7008 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7009 (after-init-hook): Call `desktop-auto-save-set-timer'.
7010 Suggested by Reuben Thomas <rrt@sc3d.org> in
7011 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7012
b7260dd4
LL
70132013-04-27 Leo Liu <sdl.web@gmail.com>
7014
7015 * progmodes/octave.el (octave-function-file-p)
7016 (octave-skip-comment-forward, octave-function-file-comment)
7017 (octave-update-function-file-comment): New functions.
7018 (octave-mode-map): Bind C-c ; to
7019 octave-update-function-file-comment.
7020 (octave-mode-menu): Add octave-update-function-file-comment.
7021 (octave-mode, inferior-octave-mode): Fix doc-string.
7022 (octave-insert-defun): Conform to Octave's coding convention.
7023 (Bug#14285)
7024
7025 * files.el (basic-save-buffer): Don't let errors in
7026 before-save-hook prevent saving buffer.
7027
c46da669
RW
70282013-04-20 Roland Winkler <winkler@gnu.org>
7029
7030 * faces.el (read-face-name): Use completing-read if arg multiple
7031 is nil.
7032
a81ee1eb
IL
70332013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
7034
7035 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
7036 displayed, move point to after the totals line.
7037 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
7038 for the details.
7039
4fac34ce
SM
70402013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * emacs-lisp/package.el (package-autoload-ensure-default-file):
7043 Add current dir to the load-path.
7044 (package-generate-autoloads): Don't rely on
7045 autoload-ensure-default-file.
7046
f6bfc063
RT
70472013-04-26 Reuben Thomas <rrt@sc3d.org>
7048
d40ab5cf
BG
7049 * textmodes/remember.el (remember-store-in-files): Document that
7050 the file name format is passed to `format-time-string'.
f6bfc063 7051
e55d3b04
LL
70522013-04-26 Leo Liu <sdl.web@gmail.com>
7053
7054 * progmodes/octave.el (octave-sync-function-file-names): New function.
7055 (octave-mode): Use it in before-save-hook.
7056
e53052d3
SM
70572013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7058
140ef50c
SM
7059 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7060 (bug#14274).
7061
e53052d3
SM
7062 * progmodes/octave.el (octave-smie-forward-token): Properly skip
7063 \n and comment, even if it's not an implicit ; (bug#14218).
7064
af80458d 70652013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
7066
7067 * subr.el (read-number): Once more use `read' rather than
7068 `string-to-number', to trap non-numeric input. (Bug#14254)
7069
af80458d 70702013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
7071
7072 * emacs-lisp/syntax.el (syntax-propertize-multiline):
7073 Use `syntax-multiline' text property consistently instead of
8a621d53 7074 `font-lock-multiline'. (Bug#14237)
70203c2e 7075
e6ea1f6c
GM
70762013-04-26 Glenn Morris <rgm@gnu.org>
7077
7078 * emacs-lisp/shadow.el (list-load-path-shadows):
7079 No longer necessary to check for duplicate simple.el, since
7080 2012-07-07 change to init_lread to not include installation lisp
7081 directories in load-path when running uninstalled. (Bug#14270)
7082
070ccca4
LL
70832013-04-26 Leo Liu <sdl.web@gmail.com>
7084
7085 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7086 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 7087 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
7088 octave-in-string-or-comment-p.
7089 (octave-in-comment-p, octave-in-string-p)
7090 (octave-in-string-or-comment-p): Replace defsubst with defun.
7091
9d1c5fb6
PE
70922013-04-25 Paul Eggert <eggert@cs.ucla.edu>
7093
7094 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7095
c034abda
BG
70962013-04-25 Bastien Guerry <bzg@gnu.org>
7097
7098 * textmodes/remember.el (remember-data-directory)
7099 (remember-directory-file-name-format): Fix custom types.
7100
584ea277
LL
71012013-04-25 Leo Liu <sdl.web@gmail.com>
7102
e53052d3
SM
7103 * progmodes/octave.el (octave-completion-at-point-function):
7104 Make use of inferior octave process.
584ea277
LL
7105 (octave-initialize-completions): Remove.
7106 (inferior-octave-completion-table): New function.
7107 (inferior-octave-completion-at-point): Use it.
7108 (octave-completion-alist): Remove.
7109
1693b06a
SM
71102013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * progmodes/opascal.el: Use font-lock and syntax-propertize.
7113 (opascal-mode-syntax-table): New var.
7114 (opascal-literal-kind, opascal-is-literal-end)
7115 (opascal-literal-token-at): Rewrite.
7116 (opascal--literal-start-re, opascal-font-lock-keywords)
7117 (opascal--syntax-propertize): New constants.
7118 (opascal-font-lock-defaults): Adjust.
7119 (opascal-mode): Use them. Set comment-<foo> variables as well.
7120 (delphi-comment-face, opascal-comment-face, delphi-string-face)
7121 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7122 (delphi-other-face, opascal-other-face): Remove face variables.
7123 (opascal-save-state): Remove macro.
7124 (opascal-fontifying-progress-step): Remove constant.
7125 (opascal--ignore-changes): Remove var.
7126 (opascal-set-token-property, opascal-parse-next-literal)
7127 (opascal-is-stable-literal, opascal-complete-literal)
7128 (opascal-is-literal-start, opascal-face-of)
7129 (opascal-parse-region, opascal-parse-region-until-stable)
7130 (opascal-fontify-region, opascal-after-change)
7131 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7132 (opascal-debug-parse-region, opascal-debug-parse-window)
7133 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7134 (opascal-debug-fontify-buffer): Remove.
7135 (opascal-debug-mode-map): Adjust accordingly.
7136
be64c05d
LL
71372013-04-25 Leo Liu <sdl.web@gmail.com>
7138
7139 Merge octave-mod.el and octave-inf.el into octave.el with some
7140 cleanups.
7141 * progmodes/octave.el: New file renamed from octave-mod.el.
7142 * progmodes/octave-inf.el: Merged into octave.el.
7143 * progmodes/octave-mod.el: Renamed to octave.el.
7144
d79d37bd
TH
71452013-04-25 Tassilo Horn <tsdh@gnu.org>
7146
7147 * textmodes/reftex-vars.el
7148 (reftex-label-ignored-macros-and-environments): New defcustom.
7149
7150 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7151
ced3fc5d
SM
71522013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7153
7154 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7155 (smie-indent-keyword): Improve the check to ensure that the next
7156 comment is really on the same line.
7157 (smie-indent-comment): Don't align with a subsequent closer (or eob).
7158
7159 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7160 semi-colons if the line is not otherwise empty (bug#14218).
7161
1c141dad
GM
71622013-04-25 Glenn Morris <rgm@gnu.org>
7163
7164 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7165
5058062a
SM
71662013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * progmodes/opascal.el (opascal-set-token-property): Rename from
7169 opascal-set-text-properties and only set `token' (bug#14134).
7170 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7171 (opascal-literal-text-properties): Remove.
7172 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7173 Adjust callers.
7174
5db9dace 71752013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
7176
7177 * textmodes/remember.el (remember-handler-functions): Add an
7178 option for a new handler `remember-store-in-files'.
7179 (remember-data-directory, remember-directory-file-name-format):
7180 New options.
7181 (remember-store-in-files): New function to store remember notes
7182 as separate files within a directory.
7183
4391916c
MH
71842013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
7185
7186 * progmodes/compile.el (compilation-next-error-function):
7187 Pass "formats" to compilation-find-file (bug#11777).
7188
bb7cdf58
GM
71892013-04-24 Glenn Morris <rgm@gnu.org>
7190
3b8fe752 7191 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
7192 * vc/vc-hg.el (vc-hg-print-log):
7193 * vc/vc-svn.el (vc-svn-print-log):
7194 Fix START-REVISION with LIMIT != 1. (Bug#14168)
7195
bb7cdf58
GM
7196 * vc/vc-bzr.el (vc-bzr-print-log):
7197 * vc/vc-cvs.el (vc-cvs-print-log):
7198 * vc/vc-git.el (vc-git-print-log):
7199 * vc/vc-hg.el (vc-hg-print-log):
7200 * vc/vc-mtn.el (vc-mtn-print-log):
7201 * vc/vc-rcs.el (vc-rcs-print-log):
7202 * vc/vc-sccs.el (vc-sccs-print-log):
7203 * vc/vc-svn.el (vc-svn-print-log):
7204 * vc/vc.el (vc-print-log-internal): Doc fixes.
7205
b46a056e
GM
72062013-04-23 Glenn Morris <rgm@gnu.org>
7207
7208 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
7209 Remove venerable code attempting to avoid substitute-command-keys.
7210
0aecf718
TH
72112013-04-23 Tassilo Horn <tsdh@gnu.org>
7212
4391916c
MH
7213 * textmodes/reftex-vars.el (reftex-label-regexps):
7214 Call `reftex-compile-variables' after changes to this variable.
0aecf718 7215
117f94cf
SM
72162013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7217
4391916c 7218 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
7219 Use lexical-binding.
7220 (jit-lock-force-redisplay): Use markers, check buffer's continued
7221 existence and beware narrowed buffers.
7222 (jit-lock-fontify-now): Adjust call accordingly.
7223
1d829c64
SM
72242013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
7227 to avoid misleading the user.
7228
72d548a9
LL
72292013-04-22 Leo Liu <sdl.web@gmail.com>
7230
7231 * info-look.el: Prefer latex2e.info. (Bug#14240)
7232
d0853629
MA
72332013-04-22 Michael Albinus <michael.albinus@gmx.de>
7234
7235 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
7236
7237 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 7238 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
7239 (tramp-set-completion-function, tramp-parse-putty):
7240 * net/tramp-adb.el (tramp-adb-execute-adb-command):
7241 * net/tramp-gvfs.el (tramp-gvfs-send-command):
7242 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7243 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
7244 (tramp-call-local-coding-command): Use `tramp-call-process'
7245 instead of `tramp-compat-call-process'.
7246
7247 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
7248 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
7249 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 7250 (tramp-find-inline-compress): Improve traces.
d0853629
MA
7251 (tramp-maybe-send-script): Check for Perl binary.
7252 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
7253
38cc0210
DU
72542013-04-22 Daiki Ueno <ueno@gnu.org>
7255
7256 * epg.el (epg-context-pinentry-mode): New function.
7257 (epg-context-set-pinentry-mode): New function.
7258 (epg--start): Pass --pinentry-mode option to gpg command.
7259
cc641ee1
XF
72602013-04-21 Xue Fuqiao <xfq.free@gmail.com>
7261
02d844b5 7262 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 7263 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 7264 `completion-at-point'. (Bug#13774)
5d4e5c31 7265
cc641ee1
XF
7266 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
7267 default key binding for `describe-distribution' has been moved to
7268 `C-h C-o'. (Bug#13970)
7269
1b42ee43
GM
72702013-04-21 Glenn Morris <rgm@gnu.org>
7271
7272 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
7273 Add doc strings.
7274 (vc-print-log): Clarify interactive prompt.
7275
a6d63d97
GM
72762013-04-20 Glenn Morris <rgm@gnu.org>
7277
7278 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7279 No longer include timestamp etc information.
7280
d7f5c16f
RW
72812013-04-20 Roland Winkler <winkler@gnu.org>
7282
7283 * faces.el (read-face-name): Bug fix, return just one face if arg
7284 multiple is nil. (Bug#14209)
7285
bcd7a0a4
SM
72862013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7287
7288 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
7289 (remove-function): Autoload.
7290
7291 * comint.el (comint-redirect-original-filter-function): Remove.
7292 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
7293 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
7294 (vc-cvs-annotate-command):
bcd7a0a4
SM
7295 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
7296 * progmodes/prolog.el (prolog-consult-compile):
7297 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
7298 Use add/remove-function instead.
7299 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
7300 (gud-tooltip-process-output, gud-tooltip-tips):
7301 Use add/remove-function instead.
7302 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
7303 (scheme-interaction-mode, exit-scheme-interaction-mode):
7304 Use add/remove-function instead.
7305
7306 * vc/vc-dispatcher.el: Use lexical-binding.
7307 (vc--process-sentinel): Rename from vc-process-sentinel.
7308 Change last arg to be the code to run. Don't use vc-previous-sentinel
7309 and vc-sentinel-commands any more.
7310 (vc-exec-after): Allow code to be a function. Use add/remove-function.
7311 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
7312
e36b2d20 73132013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 7314
bcd7a0a4 7315 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 7316 Handle function names with a single character. (Bug#14111)
4d3268ba 7317
781b4af6 73182013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
7319
7320 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
7321 for subroutines defined in an eval (bug#14182).
7322
7d688336
TV
73232013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7324
7325 * bookmark.el (bookmark-completing-read): Improve handling of empty
7326 string (bug#14176).
7327
31dcede0
SM
73282013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
7331
adc31213
FEG
73322013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
7333
7334 New faster Imenu implementation (bug#14058).
7335 * progmodes/python.el:
7336 (python-imenu-prev-index-position):
7337 (python-imenu-format-item-label-function)
7338 (python-imenu-format-parent-item-label-function)
7339 (python-imenu-format-parent-item-jump-label-function):
7340 New vars.
7341 (python-imenu-format-item-label)
7342 (python-imenu-format-parent-item-label)
7343 (python-imenu-format-parent-item-jump-label)
7344 (python-imenu--put-parent, python-imenu--build-tree)
7345 (python-imenu-create-index, python-imenu-create-flat-index)
7346 (python-util-popn): New functions.
7347 (python-mode): Set imenu-create-index-function to
7348 python-imenu-create-index.
7349
cdca8255
SM
73502013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * winner.el (winner-active-region): Use region-active-p, activate-mark
7353 and deactivate-mark (bug#14225).
7354
7355 * simple.el (deactivate-mark): Don't inline it.
7356
beb42340
MA
73572013-04-18 Michael Albinus <michael.albinus@gmx.de>
7358
7359 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
7360
fc7f4d7e
TH
73612013-04-18 Tassilo Horn <tsdh@gnu.org>
7362
7363 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
7364 file extensions from the archive-mode entry in order to prefer
7365 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
7366
29f47822
LL
73672013-04-18 Leo Liu <sdl.web@gmail.com>
7368
7369 * bindings.el (help-event-list): Add ?\?.
7370
d36ed1c8
SM
73712013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * subr.el (with-wrapper-hook): Declare obsolete.
7374 * simple.el (filter-buffer-substring-function): New hook.
7375 (filter-buffer-substring): Use it.
7376 (filter-buffer-substring-functions): Mark obsolete.
7377 * minibuffer.el (completion-in-region-function): New hook.
7378 (completion-in-region): Use it.
7379 (completion-in-region-functions): Mark obsolete.
7380 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
7381 * abbrev.el (abbrev-expand-function): New hook.
7382 (expand-abbrev): Use it.
7383 (abbrev-expand-functions): Mark obsolete.
7384 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
7385 and :filter-return.
7386
04754d36
FEG
73872013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7388
7389 * progmodes/python.el (python-nav--syntactically): Fix cornercases
7390 and do not care about match data.
7391
dd8791e9
SM
73922013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
7395 completion tables when completing error conditions and
7396 `declare' arguments.
7397 (lisp-complete-symbol, field-complete): Mark as obsolete.
7398 (check-parens): Unmatched parens are user errors.
7399 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
7400
ffe54a13
AM
74012013-04-17 Michal Nazarewicz <mina86@mina86.com>
7402
dd8791e9
SM
7403 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
7404 command changed buffer (ie. `flyspell-pre-buffer' is not current
7405 buffer), which prevents making decisions based on invalid value of
7406 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
7407 cause an error when `flyspell-pre-point' was nil after switching
7408 buffers.
7409 (flyspell-post-command-hook): No longer needs to change buffers when
7410 checking pre-word. While at it remove unnecessary progn.
ffe54a13 7411
ec7e39f2
AM
74122013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
7413
7414 * textmodes/ispell.el (ispell-add-per-file-word-list):
7415 Fix `flyspell-correct-word-before-point' error when accepting
7416 words and `coment-padding' is an integer by using
7417 `comment-normalize-vars' (Bug #14214).
7418
083850a6
FEG
74192013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7420
7421 New defun movement commands.
7422 * progmodes/python.el (python-nav--syntactically)
7423 (python-nav--forward-defun, python-nav-backward-defun)
7424 (python-nav-forward-defun): New functions.
7425
619ed6e1
FEG
74262013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7427
7428 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
7429 (python-syntax-context): Use named compiler-macro for backwards
7430 compatibility with Emacs 24.x.
7431
7a1beb6c
LL
74322013-04-17 Leo Liu <sdl.web@gmail.com>
7433
7434 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
7435 octave-hide-process-buffer.
7436
2d3fa3e5
SM
74372013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
7440 (bug#14216).
7441
7ce5be54
JPG
74422013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
7443
7444 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
7445 Fix adjustment of offset when receiving incomplete responses from GDB
7446 (bug#14129).
7447
351edece
SM
74482013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
7451 python-mode-abbrev-table.
7452 (python-skeleton-define): Adjust accordingly.
7453 (python-mode-abbrev-table): New table that inherits from it so that
7454 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
7455
7456 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
7457 (abbrev-symbol): Use it.
7458 (abbrev--before-point): Use it since we already handle inheritance.
7459
613f9481
LL
74602013-04-16 Leo Liu <sdl.web@gmail.com>
7461
7462 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
7463 binding to info-lookup-symbol.
7464
51646b62
JB
74652013-04-16 Juanma Barranquero <lekktu@gmail.com>
7466
7467 * minibuffer.el (completion--twq-all):
7468 * term/ns-win.el (ns-initialize-window-system):
7469 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
7470
efb3f01d
SM
74712013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7472
36c0a301
SM
7473 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
7474 global bindings.
7475
efb3f01d
SM
7476 * doc-view.el (doc-view-start-process): Handle url-handler directories.
7477
fb549d64
DG
74782013-04-15 Dmitry Gutov <dgutov@yandex.ru>
7479
7480 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
7481 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
7482 to nil.
7483 (ruby-end-of-defun): Remove the unused arg, change the docstring
7484 to reflect that this function is only used as the value of
7485 `end-of-defun-function'.
7486 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
7487 to reflect an earlier change that beginning/end-of-defun functions
7488 jump between methods in a class definition, as well as top-level
7489 functions.
7490
21e8fe2f
SM
74912013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * minibuffer.el (minibuffer-complete): Don't just scroll
7494 a *Completions* that's been iconified.
7495 (minibuffer-force-complete): Make sure repetitions do cycle when going
7496 through completion-in-region -> minibuffer-complete.
7497
20e527d0
AM
74982013-04-15 Alan Mackenzie <acm@muc.de>
7499
7500 Correct the placement of c-cpp-delimiters when there're #s not at
7501 col 0.
7502
7503 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7504 place a submatch around the #.
21e8fe2f
SM
7505 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
7506 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
7507 on the #, not BOL.
7508
dabefae5
SM
75092013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * emacs-lisp/nadvice.el: Properly test names when adding advice.
7512 (advice--member-p): New arg `name'.
7513 (advice--add-function, advice-member-p): Use it (bug#14202).
7514
85c9ab64
AM
75152013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
7516
7517 Reformulate java imenu-generic-expression.
7518 The old expression contained ill formed regexps.
7519
7520 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
7521 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
7522 (cc-imenu-java-method-arg-regexp): New defconsts.
7523 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 7524 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
7525 handling of spaces in the regexp.
7526
0f821d99
AM
75272013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7528
7529 * textmodes/ispell.el (ispell-command-loop): Remove
7530 flyspell highlight of a word when ispell accepts it (bug #14178).
7531
eb922adf
MA
75322013-04-15 Michael Albinus <michael.albinus@gmx.de>
7533
7534 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
7535 uses code from the previous `ange-ftp-run-real-handler'.
7536 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
7537 only in case that function exist. This is needed for proper
7538 unloading of Tramp.
7539
4d9a0979
TH
75402013-04-15 Tassilo Horn <tsdh@gnu.org>
7541
7542 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
7543
7544 * textmodes/reftex.el (reftex-compile-variables): Use it.
7545
a829b0dc
SM
75462013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7547
91e8293c
SM
7548 * files.el (normal-mode): Only use default major-mode if no other mode
7549 was specified.
7550
830aed4d
SM
7551 * emacs-lisp/trace.el (trace-values): New function.
7552
a829b0dc
SM
7553 * files.el: Allow : in local variables (bug#14089).
7554 (hack-local-variable-regexp): New var.
7555 (hack-local-variables-prop-line, hack-local-variables): Use it.
7556
7ae9f0fb
RW
75572013-04-13 Roland Winkler <winkler@gnu.org>
7558
7559 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
7560 data before it gets modified by bibtex-beginning-of-entry.
7561
6646e848
RW
75622013-04-13 Roland Winkler <winkler@gnu.org>
7563
7564 * textmodes/bibtex.el (bibtex-url): Doc fix.
7565
75662013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
7567
7568 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
7569 does not visit a BibTeX file, exclude it from the list of buffers
7570 returned by bibtex-initialize.
7571
0aa3616e
SB
75722013-04-13 Stephen Berman <stephen.berman@gmx.net>
7573
7574 * window.el (split-window): Remove interactive form, since as a
7575 command this function is a special case of split-window-below.
7576 Correct doc string.
7577
011cddd6
RW
75782013-04-12 Roland Winkler <winkler@gnu.org>
7579
7580 * faces.el (read-face-name): Do not override value of arg default.
7581 Allow single faces and strings as default values. Remove those
7582 elements from return value that are not faces.
7583 (describe-face): Simplify.
7584 (face-at-point): New optional args thing and multiple so that this
7585 function can provide the same functionality previously provided by
7586 read-face-name.
7587 (make-face-bold, make-face-unbold, make-face-italic)
7588 (make-face-unitalic, make-face-bold-italic, invert-face)
7589 (modify-face, read-face-and-attribute): Use face-at-point.
7590
7591 * cus-edit.el (customize-face, customize-face-other-window)
7592 * cus-theme.el (custom-theme-add-face)
7593 * face-remap.el (buffer-face-set)
7594 * facemenu.el (facemenu-set-face): Use face-at-point.
7595
f24e0036
MA
75962013-04-12 Michael Albinus <michael.albinus@gmx.de>
7597
7598 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
7599
da3cda2d
TH
76002013-04-10 Tassilo Horn <tsdh@gnu.org>
7601
7602 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
7603 off leading { and trailing } from field values.
7604
15e54145
SM
76052013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7606
78ce603d
SM
7607 * emacs-lisp/timer.el (timer--check): New function.
7608 (timer--time, timer-set-function, timer-event-handler): Use it.
7609 (timer-set-idle-time): Simplify.
7610 (timer--activate): CSE.
7611 (timer-event-handler): Give more info in error message.
7612 (internal-timer-start-idle): New function, moved from C.
7613
15e54145
SM
7614 * mpc.el (mpc-proc): Add `restart' argument.
7615 (mpc-proc-cmd): Use it.
7616 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
7617 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
7618 less often.
7619
7144c627
MY
76202013-04-10 Masatake YAMATO <yamato@redhat.com>
7621
7622 * progmodes/sh-script.el: Implement `sh-mode' own
7623 `add-log-current-defun-function' (bug#14112).
7624 (sh-current-defun-name): New function.
7625 (sh-mode): Use the function.
7626
b39792eb
BG
76272013-04-09 Bastien Guerry <bzg@gnu.org>
7628
7629 * simple.el (choose-completion-string): Fix docstring (bug#14163).
7630
8acdeb71
SM
76312013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7632
6fcdab68
SM
7633 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
7634
8acdeb71
SM
7635 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
7636 timer (bug#14156).
7637
e3e7b504
NF
76382013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
7639
7640 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
7641 declaration.
7642
201bb296
LL
76432013-04-07 Leo Liu <sdl.web@gmail.com>
7644
7645 * pcmpl-x.el: New file.
7646
ebb19708
DA
76472013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
7648
7649 Do not set x-display-name until X connection is established.
7650 This is needed to prevent from weird situation described at
7651 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
7652 * frame.el (make-frame): Set x-display-name after call to
7653 window system initialization function, not before.
7654 * term/x-win.el (x-initialize-window-system): Add optional
7655 display argument and use it.
7656 * term/w32-win.el (w32-initialize-window-system):
7657 * term/ns-win.el (ns-initialize-window-system):
7658 * term/pc-win.el (msdos-initialize-window-system):
7659 Add compatible optional display argument.
7660
33bb237a
EZ
76612013-04-06 Eli Zaretskii <eliz@gnu.org>
7662
7663 * files.el (normal-backup-enable-predicate): On MS-Windows and
7664 MS-DOS compare truenames of temporary-file-directory and of the
7665 file, so that 8+3 aliases (usually found in $TEMP on Windows)
7666 don't fail comparison by compare-strings. Also, compare file
7667 names case-insensitively on MS-Windows and MS-DOS.
7668
134abf1f
SM
76692013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
7672 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
7673
d695cb94
DG
76742013-04-05 Dmitry Gutov <dgutov@yandex.ru>
7675
e3e7b504
NF
7676 * whitespace.el (whitespace-color-on, whitespace-color-off):
7677 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 7678
f4ad7ea1 76792013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
7680
7681 * ispell.el (ispell-set-spellchecker-params):
7682 Really set `ispell-args' for all equivs.
7683
632556e4
SM
76842013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * ido.el (ido-completions): Use extra elements of ido-decorations
7687 (bug#14143).
7688 (ido-decorations): Update docstring.
7689
2a417372
MA
76902013-04-05 Michael Albinus <michael.albinus@gmx.de>
7691
7692 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7693 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
7694 nil during initialization, in order not to miss changes since the
7695 file was opened. (Bug#14140)
7696
fc164b0c
LL
76972013-04-05 Leo Liu <sdl.web@gmail.com>
7698
7699 * kmacro.el (kmacro-call-macro): Fix bug#14135.
7700
0ccecc08
JB
77012013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
7702
7703 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
7704
51af1aa2
GM
77052013-04-04 Glenn Morris <rgm@gnu.org>
7706
7707 * electric.el (electric-pair-inhibit-predicate): Add :version.
7708
b208ebc6
SM
77092013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
7712 when a package is required several times (bug#14082).
7713
f3d3eaf0
RW
77142013-04-04 Roland Winkler <winkler@gnu.org>
7715
7716 * faces.el (read-face-name): Behave as promised by the docstring.
7717 Assume that arg default is a list of faces.
7718 (describe-face): Call read-face-name with list of default faces.
7719
2575da50
TV
77202013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7721
7722 * bookmark.el: Fix deletion of bookmarks (bug#13972).
7723 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
7724 (bookmark-bmenu-execute-deletions): Only skip first line if it's
7725 the header.
7726 (bookmark-exit-hook-internal): Save even if list is empty.
7727
397703b4
YH
77282013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
7729
7730 * emacs-lisp/package.el (package-pinned-packages): New var.
7731 (package--add-to-archive-contents): Obey it (bug#14118).
7732
691e26ae
AM
77332013-04-03 Alan Mackenzie <acm@muc.de>
7734
8a621d53
JB
7735 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
7736 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
7737
7738 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
7739 parameter `not-in-delimiter'. Handle being inside comment opener.
7740 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
7741 character in case we're typing a '*' after a '/'.
7742 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
7743 instead by passing the parameter to c-state-pp-to-literal.
7744
7745 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
7746 for elt. 7 of a parse state.
7747
4b725a70
PE
77482013-04-01 Paul Eggert <eggert@cs.ucla.edu>
7749
7750 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
7751 * international/latin1-disp.el, international/mule-util.el:
7752 * language/cyril-util.el, language/european.el, language/ind-util.el:
7753 * language/lao-util.el, language/thai.el, language/tibet-util.el:
7754 * language/tibetan.el, language/viet-util.el:
7755 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
7756
15c579f0
SM
77572013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
7760 (electric-pair-post-self-insert-function): Use it.
7761 (electric-pair-default-inhibit): New function, extracted from
7762 electric-pair-post-self-insert-function.
7763
a77e2924
RW
77642013-03-31 Roland Winkler <winkler@gnu.org>
7765
7766 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
7767
2bd8a4a8
SM
77682013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
7771
8d3655be 77722013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
7773
7774 Un-indent after "pass" and "return" statements (Bug#13888)
7775 * progmodes/python.el (python-indent-block-enders): New var.
7776 (python-indent-calculate-indentation): Use it.
7777
8d3655be 77782013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
7779
7780 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
7781 defun. Defining it as defalias could introduce too eager
7782 byte-compiler optimization. (Bug#14030)
7783
8d3655be 77842013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
7785
7786 * iswitchb.el (iswitchb-read-buffer): Fix typo.
7787
0b1619da
LL
77882013-03-30 Leo Liu <sdl.web@gmail.com>
7789
7790 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
7791 (kmacro-execute-from-register): Pass the keyboard macro to
7792 kmacro-call-macro or repeating won't work correctly.
7793
0b938190
TZ
77942013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
7795
7796 * progmodes/subword.el: Back to using `forward-symbol'.
7797
7798 * subr.el (forward-whitespace, forward-symbol)
7799 (forward-same-syntax): Move from thingatpt.el.
7800
35710234
LL
78012013-03-29 Leo Liu <sdl.web@gmail.com>
7802
7803 * kmacro.el (kmacro-to-register): New command.
7804 (kmacro-execute-from-register): New function.
7805 (kmacro-keymap): Bind to 'x'. (Bug#14071)
7806
efc0bb73
SM
78072013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * mpc.el: Use defvar-local and setq-local.
7810 (mpc--proc-connect): Connection failures are not bugs.
7811 (mpc-mode-map): `follow-link' only applies to the buffer's content.
7812 (mpc-volume-map): Bind to the up-events.
7813
75a2f981
TZ
78142013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7815
7816 * progmodes/subword.el (superword-mode): Use `forward-sexp'
7817 instead of `forward-symbol'.
7818
17c781d1
SM
78192013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
7822 (edebug--recursive-edit): Use it.
7823 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
7824 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
7825
f67bfbcf
LL
78262013-03-28 Leo Liu <sdl.web@gmail.com>
7827
7828 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
7829
b59f639d
EZ
78302013-03-27 Eli Zaretskii <eliz@gnu.org>
7831
7832 * facemenu.el (list-colors-callback): New defvar.
7833 (list-colors-redisplay): New function.
7834 (list-colors-display): Install list-colors-redisplay as the
7835 revert-buffer-function. (Bug#14063)
7836
f557c1b1
SM
78372013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7838
b1da2957
SM
7839 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
7840 and suffixes don't overlap (bug#14061).
7841
f557c1b1
SM
7842 * case-table.el: Use lexical-binding.
7843 (case-table-get-table): New function.
7844 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
7845
002668e1
TZ
78462013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7847
7848 * progmodes/subword.el: Add `superword-mode' to do word motion
7849 over symbol_words (parallels and leverages `subword-mode' which
7850 does word motion inside MixedCaseWords).
7851
73572c72
AG
78522013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
7853
78b8f320 7854 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 7855 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 7856
69b2c07e
SM
78572013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
7860 Change return value to be a sexp. Delay `get-buffer' to after
7861 restoring the desktop (bug#13951).
7862
08bb5ee2
LL
78632013-03-26 Leo Liu <sdl.web@gmail.com>
7864
7865 * register.el: Move semantic tag handling back to
7866 cedet/semantic/senator.el. (Bug#14052)
7867
8d4c974e
SM
78682013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
7871 into the prompt either (bug#13963).
7872
b234d92c
SM
78732013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
7876 part of "(error-foo)".
7877
ddfa3cb4
JL
78782013-03-24 Juri Linkov <juri@jurta.org>
7879
7880 * replace.el (list-matching-lines-prefix-face): New defcustom.
7881 (occur-1): Pass `list-matching-lines-prefix-face' to the function
7882 `occur-engine' if `face-differs-from-default-p' returns t.
7883 (occur-engine): Add `,' inside backquote construct to evaluate
7884 `prefix-face'. Propertize the prefix with the `prefix-face' face.
7885 Pass `prefix-face' to the functions `occur-context-lines' and
7886 `occur-engine-add-prefix'.
7887 (occur-engine-add-prefix, occur-context-lines): Add optional arg
7888 `prefix-face' and propertize the prefix with `prefix-face'.
7889 (Bug#14017)
7890
7b0e2f85
LL
78912013-03-24 Leo Liu <sdl.web@gmail.com>
7892
7893 * nxml/rng-valid.el (rng-validate-while-idle)
7894 (rng-validate-quick-while-idle): Guard against deleted buffer.
7895 (Bug#13999)
7896
7897 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
7898 is the last entry in kill-buffer-hook.
7899
7900 * files.el (kill-buffer-hook): Doc fix.
7901
b3082f49
DG
79022013-03-23 Dmitry Gutov <dgutov@yandex.ru>
7903
b234d92c
SM
7904 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
7905 Make it safe-local.
bde73d27 7906
b3082f49
DG
7907 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
7908
a320a2db
LL
79092013-03-23 Leo Liu <sdl.web@gmail.com>
7910
7e74b0fb
LL
7911 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
7912 Remove.
7913
7914 * nxml/rng-valid.el (rng-validate-mode)
7915 (rng-after-change-function, rng-do-some-validation):
7916 * nxml/rng-maint.el (rng-validate-buffer):
7917 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
7918 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
7919 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
7920 (nxml-extend-after-change-region): Use with-silent-modifications.
7921
a320a2db
LL
7922 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
7923 timer-idle-list.
7924
7925 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
7926 (rng-next-error-1, rng-previous-error-1): Do not let-bind
7927 timer-idle-list. (Bug#13999)
7928
e38e6780
JL
79292013-03-23 Juri Linkov <juri@jurta.org>
7930
7931 * info.el (info-index-match): New face.
7932 (Info-index, Info-apropos-matches): Add a nested subgroup to the
7933 main pattern and add text properties with the new face to matches
7934 in index entries relative to the beginning of the index entry.
7935 (Bug#14015)
7936
e8cc7880
DE
79372013-03-21 Eric Ludlam <zappo@gnu.org>
7938
7939 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
7940 Inhibit read only while inserting objects.
7941
9bb0d822
TZ
79422013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
7943
7944 * progmodes/cfengine.el: Update docs to mention
7945 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
7946 symbol motion. Remove "_" from the word syntax.
7947
aa703640
TZ
79482013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
7949
7950 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
7951 syntax for both `cfengine2-mode' and `cfengine3-mode'.
7952
afff09d0
JL
79532013-03-20 Juri Linkov <juri@jurta.org>
7954
7955 * info.el (Info-next-reference-or-link)
7956 (Info-prev-reference-or-link): New functions.
7957 (Info-next-reference, Info-prev-reference): Use them.
7958 (Info-try-follow-nearest-node): Handle footnote navigation.
7959 (Info-fontify-node): Fontify footnotes. (Bug#13989)
7960
9a1ff164
SM
79612013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
7964 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
7965
2667d15d
PE
79662013-03-20 Paul Eggert <eggert@cs.ucla.edu>
7967
7968 Suppress unnecessary non-ASCII chatter during build process.
7969 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
7970 (batch-skkdic-convert): Suppress most of the chatter.
7971 It's not needed so much now that machines are faster,
7972 and its non-ASCII component was confusing; see Dmitry Gutov in
7973 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
7974
438b0579
LL
79752013-03-20 Leo Liu <sdl.web@gmail.com>
7976
7977 * ido.el (ido-chop): Fix bug#10994.
7978
c128ab07
DG
79792013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7980
7981 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
7982 Remove vars.
9a1ff164
SM
7983 (whitespace-color-on, whitespace-color-off):
7984 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 7985
0e6008c5
SM
79862013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
7989 remapping in mode-line.
7990 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
7991
627b52b0
DG
79922013-03-19 Dmitry Gutov <dgutov@yandex.ru>
7993
7994 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
7995 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
7996 (whitespace-font-lock-keywords): Change description.
7997 (whitespace-color-on): Don't save `font-lock-keywords' value, save
7998 the constructed keywords instead.
7999 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 8000
50c3a20b
LL
80012013-03-19 Leo Liu <sdl.web@gmail.com>
8002
8003 * progmodes/compile.el (compilation-display-error): New command.
8004 (compilation-mode-map, compilation-minor-mode-map): Bind it to
8005 C-o. (Bug#13992)
8006
2aa2157b
PE
80072013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8008
8009 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8010
e477dbfa
JD
80112013-03-18 Jan Djärv <jan.h.d@swipnet.se>
8012
8013 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8014
64ab82d1
MA
80152013-03-18 Michael Albinus <michael.albinus@gmx.de>
8016
8017 * net/tramp-compat.el (tramp-compat-user-error): New defun.
8018
8019 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8020 * net/tramp-gvfs.el (top):
8021 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8022 (tramp-handle-shell-command): Use it.
8023 (tramp-dissect-file-name): Raise an error when hostname is a
8024 method name, and neither method nor user is specified.
8025
8026 * net/trampver.el: Update release number.
8027
33cef733
LL
80282013-03-18 Leo Liu <sdl.web@gmail.com>
8029
8030 Make sure eldoc can be turned off properly.
8031 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8032 eldoc-mode.
8033 (eldoc-display-message-p): Revert last change.
8034 (eldoc-display-message-no-interference-p)
8035 (eldoc-print-current-symbol-info): Tweak.
8036
2167b7b2
TH
80372013-03-18 Tassilo Horn <tsdh@gnu.org>
8038
8039 * doc-view.el (doc-view-new-window-function): Check the new window
8040 overlay's display property instead the char property of the
8041 buffer's first char. Use `with-selected-window' instead of
8042 `save-window-excursion' with `select-window'.
8043 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 8044 display property instead the char property of the buffer's first char.
2167b7b2 8045
982efbcd
PE
80462013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8047
8048 Automate the build of ja-dic.el (Bug#13984).
8049 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8050 from the input, rather than assume that it's been done for us by the
8051 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
8052 the current date into a ja-dic.el comment, as that complicates
8053 regression testing.
8054
2fcc7665
SM
80552013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * whitespace.el: Fix double evaluation.
8058 (whitespace-space, whitespace-hspace, whitespace-tab)
8059 (whitespace-newline, whitespace-trailing, whitespace-line)
8060 (whitespace-space-before-tab, whitespace-indentation)
8061 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8062 obsolete defvars.
8063 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8064 (whitespace-color-on): Use a single font-lock-add-keywords call.
8065 Fix double-evaluation of face variables.
8066
67c0a6e6
MA
80672013-03-17 Michael Albinus <michael.albinus@gmx.de>
8068
2fcc7665
SM
8069 * net/tramp-adb.el (tramp-adb-parse-device-names):
8070 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 8071 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 8072
69489f1d
LL
80732013-03-17 Leo Liu <sdl.web@gmail.com>
8074
8075 Extend eldoc to display info in the mode-line. (Bug#13978)
8076 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8077 (eldoc-mode-line-string): New variable.
8078 (eldoc-minibuffer-message): New function.
8079 (eldoc-message-function): New variable.
8080 (eldoc-message): Use it.
8081 (eldoc-display-message-p)
2fcc7665
SM
8082 (eldoc-display-message-no-interference-p):
8083 Support eldoc-post-insert-mode.
69489f1d
LL
8084
8085 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8086 (eval-expression): Run it.
8087
9c44569e
RW
80882013-03-17 Roland Winkler <winkler@gnu.org>
8089
8090 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8091 strings in the list of return values.
8092
327f1f6f
JB
80932013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8094
8095 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8096 radix before checking for HMS forms.
8097
67ed8fcd
LL
80982013-03-16 Leo Liu <sdl.web@gmail.com>
8099
8100 * progmodes/scheme.el: Add indentation and font-locking for λ.
8101 (Bug#13975)
8102
78be8b64 81032013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
8104
8105 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8106 token before point (bug#13942).
8107
78be8b64 81082013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 8109
95b43468 8110 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 8111
98e775e6
EZ
81122013-03-16 Eli Zaretskii <eliz@gnu.org>
8113
8114 * startup.el (command-line-normalize-file-name): Fix handling of
8115 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
8116 <xfq.free@gmail.com> in
8117 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8118
2edd6029
MA
81192013-03-15 Michael Albinus <michael.albinus@gmx.de>
8120
8121 Sync with Tramp 2.2.7.
8122
8123 * net/trampver.el: Update release number.
8124
d35f5864
TH
81252013-03-14 Tassilo Horn <tsdh@gnu.org>
8126
f35ffe5e
TH
8127 * doc-view.el Fix bug#13887.
8128 (doc-view-insert-image): Don't modify overlay associated to
8129 non-live windows, and implement horizontal centering of image in
8130 case it's smaller than the window.
8131 (doc-view-new-window-function): Force redisplay of new windows on
8132 doc-view buffers.
d35f5864 8133
1c4a85ed
KF
81342013-03-13 Karl Fogel <kfogel@red-bean.com>
8135
8136 * saveplace.el (save-place-alist-to-file): Don't sort
8137 `save-place-alist', just pretty-print it (bug#13882).
8138
85b66a21
MA
81392013-03-13 Michael Albinus <michael.albinus@gmx.de>
8140
a020afb9
JB
8141 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8142 Check whether `default-file-name-coding-system' is bound.
8143 It isn't in XEmacs.
85b66a21 8144
175600da
SM
81452013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8146
e7f7cb1a
SM
8147 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8148 backquotes for `obsolete' (bug#13929).
8149
175600da
SM
8150 * international/mule.el (find-auto-coding): Include file name in
8151 obsolescence warning (bug#13922).
8152
ca68a22e
TZ
81532013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8154
8155 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8156 for CFEngine 3-specific indentation.
8157 (cfengine3-indent-line): Use it. Fix up category regex.
8158 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8159
940e5099
SM
81602013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * type-break.el (type-break-file-name):
8163 * textmodes/remember.el (remember-data-file):
8164 * strokes.el (strokes-file):
8165 * shadowfile.el (shadow-initialize):
8166 * saveplace.el (save-place-file):
8167 * ps-bdf.el (bdf-cache-file):
8168 * progmodes/idlwave.el (idlwave-config-directory):
8169 * net/quickurl.el (quickurl-url-file):
8170 * international/kkc.el (kkc-init-file-name):
8171 * ido.el (ido-save-directory-list-file):
8172 * emulation/viper.el (viper-custom-file-name):
8173 * emulation/vip.el (vip-startup-file):
8174 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8175 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8176
cc725808
PE
81772013-03-12 Paul Eggert <eggert@cs.ucla.edu>
8178
8179 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8180 * language/thai-word.el: Switch to UTF-8.
8181
a020afb9 8182See ChangeLog.16 for earlier changes.
e3d51b27
MR
8183
8184;; Local Variables:
8185;; coding: utf-8
e3d51b27
MR
8186;; End:
8187
ab422c4d 8188 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
8189
8190 This file is part of GNU Emacs.
8191
8192 GNU Emacs is free software: you can redistribute it and/or modify
8193 it under the terms of the GNU General Public License as published by
8194 the Free Software Foundation, either version 3 of the License, or
8195 (at your option) any later version.
8196
8197 GNU Emacs is distributed in the hope that it will be useful,
8198 but WITHOUT ANY WARRANTY; without even the implied warranty of
8199 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8200 GNU General Public License for more details.
8201
8202 You should have received a copy of the GNU General Public License
8203 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.