Documentation for focus-in,out hooks (tiny change)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c27924b7
IS
12013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
2
e1b01c7f
IS
3 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4 to set buffer-read-only to t, never to nil. (Bug#15938)
5
c27924b7
IS
6 * textmodes/tex-mode.el (latex-noindent-environments):
7 Add safe-local-variable property. (Bug#15936)
8
17e0445b
GM
92013-11-23 Glenn Morris <rgm@gnu.org>
10
92f78ea3
GM
11 * textmodes/enriched.el (enriched-mode): Doc fix.
12 * emacs-lisp/authors.el (authors-renamed-files-alist):
13 Add enriched.doc -> enriched.txt.
14
17e0445b
GM
15 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
16
965bb23a
LL
172013-11-22 Leo Liu <sdl.web@gmail.com>
18
19 * progmodes/octave.el (inferior-octave-startup): Spit out error
20 message.
21
d19ffd64
BB
222013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
23
24 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
25 Improve docstring.
15ba2182
BB
26 Add :version.
27 (ruby-encoding-magic-comment-style): Add :version.
d19ffd64 28
7a7567d2
LL
292013-11-22 Leo Liu <sdl.web@gmail.com>
30
31 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
32 (Bug#15076)
8c09f64b
LL
33 (octave-help-mode): Adapt to change to help-mode-finish to use
34 derived-mode-p on 2013-09-17.
35 (inferior-octave-prompt): Also match octave-gui.
2cc18f93 36 (octave-kill-process): Don't ask twice. (Bug#10564)
7a7567d2 37
724bc265
LL
382013-11-22 Leo Liu <sdl.web@gmail.com>
39
40 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
41 (inferior-octave-startup, inferior-octave-check-process)
42 (inferior-octave-track-window-width-change)
43 (octave-completion-at-point, octave-eldoc-function): Use it.
44 (octave-kill-process): Provide confirmation. (Bug#10564)
45
38637cca
LL
462013-11-21 Leo Liu <sdl.web@gmail.com>
47
48 * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix
49 obsolete variable comment-use-global-state.
50
06e752b4
RS
512013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
52
53 * progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
54 `octave-source-file'.
55 (octave-source-file): New function. (Bug#15935)
56
604ede6c
TZ
572013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
58
59 * net/eww.el (eww-local-regex): New variable.
60 (eww): Use it to detect localhost and similar.
61
b6ffa04a
LL
622013-11-21 Leo Liu <sdl.web@gmail.com>
63
64 Add completion for command `ag'.
2021a200
LL
65 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
66 (pcomplete/ag): New function.
67 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
b6ffa04a 68
d1a6bccc
SM
692013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
72 (bug#14646).
73 (make-obsolete): Remove interactive spec.
74
2df10228
GM
752013-11-21 Glenn Morris <rgm@gnu.org>
76
77 * startup.el (command-line-1): Use path-separator with -L.
78
86fd16b6
TZ
792013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
80
81 * emacs-lisp/package.el (describe-package-1): Add package archive
82 to shown fields.
83
7a12a42b
BB
842013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
85
86 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
87 Change default to "# encoding: %s" to differentiate it from the
88 default Ruby encoding comment template.
89
dc7e8c17 902013-11-20 era eriksson <era+emacsbugs@iki.fi>
91
92 * ses.el (ses-mode): Doc fix. (Bug#14748)
93
f0cfa5fe
LL
942013-11-20 Leo Liu <sdl.web@gmail.com>
95
96 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
97
826dc7b6
DN
982013-11-19 Dan Nicolaescu <dann@gnu.org>
99
100 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
101 when rebase or bisect are in progress.
102
a6e3a5d5
XF
1032013-11-19 Xue Fuqiao <xfq.free@gmail.com>
104
105 * filenotify.el (file-notify-add-watch): Doc fix.
106
f130cb76
LL
1072013-11-19 Leo Liu <sdl.web@gmail.com>
108
e0855d7d
LL
109 * obsolete/rcompile.el: Mark obsolete.
110
f130cb76 111 * progmodes/compile.el (compilation-start)
d1a6bccc
SM
112 (compilation-goto-locus, compilation-find-file):
113 Pass no-display-ok and handle nil value from display-buffer.
f130cb76
LL
114 (Bug#13594)
115
116 * window.el (display-buffer-alist, display-buffer): Document the
117 new parameter no-display-ok.
118
1f35d401
SM
1192013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
120
25158c76
SM
121 * electric.el (electric-indent-mode-map): Remove.
122 (electric-indent-mode): Change the global-map instead (bug#15915).
123
124 * textmodes/text-mode.el (paragraph-indent-minor-mode):
125 Use add-function.
1f35d401 126
9bc67baa
SM
1272013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
128
986545b5
SM
129 * emacs-lisp/nadvice.el (remove-function): Align with
130 add-function's behavior.
131
9bc67baa
SM
132 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
133 (gdb--string-regexp): New constant.
134 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
135 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
136 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
137 submatch 1.
138 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
139 Adjust use accordingly.
140 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
141
56cd894e
AS
1422013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
143
144 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
145 interpolation curlies (Bug#15914).
146
014690de
JB
1472013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
148
149 * calc/calc.el (calc-context-sensitive-enter): New variable.
150 (calc-enter): Use `calc-context-sensitive-enter'.
151
7e26a6c3
TZ
1522013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
153
154 * progmodes/cfengine.el: Version bump.
155 (cfengine-cf-promises): New defcustom to locate cf-promises.
156 (cfengine3-vartypes): Add new "data" type.
157 (cfengine3--current-word): New function to get current name-like
158 word or its bounds.
159 (cfengine3--current-function): New function to look up a CFEngine
160 function's definition.
161 (cfengine3-format-function-docstring): New function.
162 (cfengine3-make-syntax-cache): New function.
163 (cfengine3-documentation-function): New function: ElDoc glue.
164 (cfengine3-completion-function): New function: completion glue.
165 (cfengine3-mode): Set `compile-command',
166 `eldoc-documentation-function', and add to
167 `completion-at-point-functions'.
168
355204dd
MA
1692013-11-16 Michael Albinus <michael.albinus@gmx.de>
170
171 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
172 `tramp-current-connection'.
173
43cebc23
DG
1742013-11-15 Dmitry Gutov <dgutov@yandex.ru>
175
176 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
177 nil/self/true/false with "end of symbol".
178
a3fed6ff
BB
1792013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
180
181 * subr.el (version-regexp-alist): Fix a typo.
182
e675b3e4
MA
1832013-11-15 Michael Albinus <michael.albinus@gmx.de>
184
185 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
186 "en_US.utf8" and "LC_CTYPE" to "".
187 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
188 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
189
a1f03e89
LL
1902013-11-15 Leo Liu <sdl.web@gmail.com>
191
192 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
193
5d9d9451
SM
1942013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
195
58362662
CS
196 * progmodes/gud.el (ctl-x-map):
197 Remove C-x SPC binding. (Bug#12342)
5d9d9451
SM
198 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
199
6c1bf086
BB
2002013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
201
0d5363c4
BB
202 * subr.el (version-regexp-alist):
203 Recognize hg, svn and darcs versions as snapshot versions.
204
6c1bf086
BB
205 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
206 Add the ability to always insert an utf-8 encoding comment.
99f5d074 207 Fix and simplify coding comment update logic.
6c1bf086 208
2f7e72f8
MA
2092013-11-14 Michael Albinus <michael.albinus@gmx.de>
210
211 * net/tramp-gvfs.el (top): Run init code only when
212 `tramp-gvfs-enabled' is not nil.
213 (tramp-gvfs-enabled): Check also :system bus.
214
0f137a73
SM
2152013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 Sync with upstream verilog-mode revision 78e66ba.
218 * progmodes/verilog-mode.el (verilog-end-of-defun)
219 (verilog-type-completion, verilog-get-list): Remove unused funcs.
220 (verilog-get-end-of-defun): Remove unused argument.
221 (verilog-comment-depth): Remove unused local `e'.
222 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
223 Don't pass arg to verilog-get-end-of-defun.
224
1c276bdd
GM
2252013-11-14 Glenn Morris <rgm@gnu.org>
226
227 * obsolete/assoc.el (aget): Prefix dynamic variable.
228
229 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
230
ff6ec81d
SM
2312013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * widget.el, hfy-cmap.el: Remove bogus package version number.
234
75f777b6
GM
2352013-11-13 Glenn Morris <rgm@gnu.org>
236
1d43dba1
GM
237 * replace.el (replace-eval-replacement):
238 Try to give more helpful error message. (Bug#15836)
239
ff4b7bd5
GM
240 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
241 (archive-7z-update): Avoid custom type mismatches.
242
75f777b6
GM
243 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
244
11151a06
MA
2452013-11-13 Michael Albinus <michael.albinus@gmx.de>
246
e675b3e4 247 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11151a06
MA
248 address can be empty.
249
250 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
251 Accept nil SWITCHES.
252 (tramp-gvfs-handle-write-region): Implement APPEND.
253
7b08f97e
DG
2542013-11-12 Dmitry Gutov <dgutov@yandex.ru>
255
256 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
ff6ec81d
SM
257 binary "|" operator and closing block args delimiter.
258 Remove FIXME comment referring to Ruby 1.8-only syntax.
7b08f97e
DG
259 (ruby-smie--implicit-semi-p): Not after "|" operator.
260 (ruby-smie--closing-pipe-p): New function.
261 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
262 (ruby-smie-rules): Indent after "|".
263
f201cf3a
GM
2642013-11-12 Glenn Morris <rgm@gnu.org>
265
266 * ps-print.el (ps-face-attribute-list):
267 Handle anonymous faces. (Bug#15827)
268
e6f759f9
MR
2692013-11-12 Martin Rudalics <rudalics@gmx.at>
270
271 * window.el (display-buffer-other-frame): Fix doc-string.
272 (Bug#15868)
273
ecda65d4
SM
2742013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * subr.el (force-mode-line-update): Delete, move to buffer.c.
277
7ce8fcc3
MA
2782013-11-11 Michael Albinus <michael.albinus@gmx.de>
279
280 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
281 (tramp-sh-handle-file-local-copy): Don't write a message when
282 saving temporary files.
283
284 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
285 both directories are remote.
286 (tramp-smb-handle-directory-files): Do not return double entries.
287 Do not expand full file names.
288 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
289 (tramp-smb-handle-write-region): Implement APPEND.
290 (tramp-smb-get-stat-capability): Fix a stupid bug.
291
7818df11
SM
2922013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
295
608c2085
NT
2962013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
297
298 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
299 throwing error over malformed let/let* (bug#15814).
300
122a7e46
SM
3012013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * iswitchb.el (iswitchb-mode): Mark obsolete.
304
766284d9
GM
3052013-11-11 Glenn Morris <rgm@gnu.org>
306
307 * international/uni-bidi.el, international/uni-category.el:
308 * international/uni-name.el, international/uni-numeric.el:
309 Regenerate for Unicode 6.3.0.
310
7072a4e9
MA
3112013-11-10 Michael Albinus <michael.albinus@gmx.de>
312
313 * net/tramp.el (tramp-methods):
314 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
315 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
316
c9df215b
AS
3172013-11-09 Andreas Schwab <schwab@linux-m68k.org>
318
608c2085
NT
319 * progmodes/sh-script.el (sh-font-lock-keywords-var):
320 Force highlighting text after Summary keyword in doc face for rpm.
c9df215b 321
fa47d796
DG
3222013-11-09 Dmitry Gutov <dgutov@yandex.ru>
323
324 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
608c2085 325 available and the word has no wildcards, append one to the grep pattern.
fa47d796
DG
326 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
327 (ispell-complete-word): Call `ispell-lookup-words' with the value
328 independent of `ispell-look-p'.
329
1629a329
DG
3302013-11-08 Dmitry Gutov <dgutov@yandex.ru>
331
332 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
333 Not after "||".
334 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
335 their parent.
336
ad16897c
SM
3372013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
340 (ruby-font-lock-keywords): Use backquote.
341
ffa2df72
DG
3422013-11-08 Dmitry Gutov <dgutov@yandex.ru>
343
344 * progmodes/ruby-mode.el (ruby-smie--forward-token)
345 (ruby-smie--backward-token): Only consider full-string matches.
346
5b97b4c0
JD
3472013-11-08 Jan Djärv <jan.h.d@swipnet.se>
348
349 * faces.el (describe-face): Add distant-foreground.
350
71731c03
BB
3512013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
352
ad16897c
SM
353 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
354 Use `ruby-encoding-magic-comment-style' to control the
71731c03
BB
355 style of the auto-inserted encoding comment.
356
da3b328d
DG
3572013-11-08 Dmitry Gutov <dgutov@yandex.ru>
358
ad16897c
SM
359 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
360 Use `smie-backward-sexp' with token argument.
da3b328d 361
1606c2d3
MA
3622013-11-08 Michael Albinus <michael.albinus@gmx.de>
363
364 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
365 Remove instrumentation code.
366
b0f4c320
GM
3672013-11-08 Glenn Morris <rgm@gnu.org>
368
369 * progmodes/autoconf.el (autoconf-mode):
370 Tweak comment-start-skip. (Bug#15822)
371
43668fb1
SM
3722013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
375 at bobp (bug#15826).
376 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
377
daddb3fd
DH
3782013-11-08 Darren Hoo <darren.hoo@gmail.com>
379
380 * man.el (Man-start-calling): New macro, extracted from
381 Man-getpage-in-background.
382 (Man-getpage-in-background): Use it.
383 (Man-update-manpage): New command.
384 (Man-mode-map): Bind it.
385
1f923923
DG
3862013-11-08 Dmitry Gutov <dgutov@yandex.ru>
387
388 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
389 of "and", "or", "&&" and "||".
390 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
391 argument. Prohibit opening curly brace because it could only be a
392 block opener in that position.
daddb3fd
DH
393 (ruby-smie--forward-token, ruby-smie--backward-token):
394 Separate "|" from "&" or "*" going after it. That can happen in block
1f923923
DG
395 arguments.
396 (ruby-smie--indent-to-stmt): New function, seeks the end of
397 previous statement or beginning of buffer.
398 (ruby-smie-rules): Use it.
399 (ruby-smie-rules): Check if there's a ":" before a curly block
400 opener candidate; if there is, it's a hash.
401
3220d527
SM
4022013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
405 (cl--block-wrapper): Fix last accidental change.
406
1eb1f9e0
MA
4072013-11-07 Michael Albinus <michael.albinus@gmx.de>
408
409 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
410 Instrument, in order to hunt failure on hydra.
411
e6e4db3c
NT
4122013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
413
414 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
415 malformed bindings form (bug#15814).
416
b420ccfc
DG
4172013-11-07 Dmitry Gutov <dgutov@yandex.ru>
418
419 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1d1c86da
DG
420 "." compared to " @ ". This incidentally fixes some indentation
421 examples with "do".
e6e4db3c 422 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1d1c86da
DG
423 (ruby-smie-grammar): New tokens: "and" and "or".
424 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
425 Exclude "and" and "or". Remove "do" in order to work around token
426 priorities.
427 (ruby-smie-rules): Add all infix tokens. Handle the case of
428 beginning-of-buffer.
b420ccfc 429
6b4ac03e
GM
4302013-11-06 Glenn Morris <rgm@gnu.org>
431
432 * Makefile.in (setwins_almost, setwins_for_subdirs):
433 Avoid accidental matches.
434
5ca114d1
SM
4352013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * menu-bar.el (popup-menu): Use key-binding.
438
f72552bd
EZ
4392013-11-06 Eli Zaretskii <eliz@gnu.org>
440
441 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
442 menus, support also the menus produced by minor modes.
443 (Bug#15817)
444
5d5c701e
LL
4452013-11-06 Leo Liu <sdl.web@gmail.com>
446
447 * thingatpt.el (thing-at-point-looking-at): Add optional arg
448 DISTANCE to bound the search. All uses changed. (Bug#15808)
449
0a8b75e2
GM
4502013-11-06 Glenn Morris <rgm@gnu.org>
451
452 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
65de43ad
GM
453 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
454 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
0a8b75e2 455
a35287ea
SM
4562013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
457
feca4e2d
SM
458 * electric.el (electric-indent-just-newline): New command.
459 (electric-indent-mode-map): New keymap.
460 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
461 Re-add :group which weren't redundant.
462
a35287ea
SM
463 * electric.el (electric-indent-local-mode): New minor mode.
464 (electric-indent-functions-without-reindent): New var.
465 (electric-indent-post-self-insert-function): Use it.
466 * emacs-lisp/gv.el (buffer-local-value): Add setter.
467
375761b2
EZ
4682013-11-05 Eli Zaretskii <eliz@gnu.org>
469
9a6ad735
EZ
470 * international/quail.el (quail-help): Be more explicit about the
471 meaning of the labels shown on the keys. (Bug#15800)
472
375761b2
EZ
473 * startup.el (normal-top-level): Load the subdirs.el files before
474 setting the locale environment. (Bug#15805)
475
520a6e4a
SM
4762013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
477
0acfafef
SM
478 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
479 via arguments so as to get the right ones (bug#15418).
480
520a6e4a
SM
481 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
482
15826261
MA
4832013-11-05 Michael Albinus <michael.albinus@gmx.de>
484
485 Fix problems found while writing a test suite.
486
487 * net/tramp-compat.el (tramp-compat-load): New defun.
488 * net/tramp.el (tramp-handle-load): Use it.
489
490 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
491 "(numberp ok-if-already-exists)" correctly.
492
d35f31a4
XF
4932013-11-05 Xue Fuqiao <xfq.free@gmail.com>
494
495 * international/characters.el (glyphless-char-display-control):
496 Add usage note.
497
ae93bc74
BB
4982013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
499
520a6e4a
SM
500 * progmodes/python.el (python-mode):
501 * progmodes/scheme.el (scheme-mode):
502 * progmodes/prolog.el (prolog-mode):
503 * progmodes/ruby-mode.el (ruby-mode):
504 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
505 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
ae93bc74 506
0ade65b5
SM
5072013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
508
a0d5f7a4
SM
509 * rect.el (rectangle--highlight-for-redisplay):
510 * emacs-lisp/smie.el (smie--next-indent-change):
511 Use buffer-chars-modified-tick.
512
c93f3f5c
SM
513 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
514
0ade65b5
SM
515 * electric.el (electric-indent-post-self-insert-function):
516 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
517
ef9dd188
HE
5182013-11-04 Helmut Eller <eller.helmut@gmail.com>
519
520 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
521
306e7308
NT
5222013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
523
524 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
525 (bug#15786).
526
e5afbcac
SM
5272013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
528
1d01ad41
SM
529 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
530
e5afbcac
SM
531 * progmodes/python.el: Fix up last change.
532 (python-shell--save-temp-file): New function.
533 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
534 `string' comes from the current buffer.
535 (python-shell-send-string-no-output): Remove `msg' arg.
536 (python--use-fake-loc): New var.
537 (python-shell-buffer-substring): Obey it. Try to compensate for the
538 extra coding line added by python-shell--save-temp-file.
539 (python-shell-send-region): Use python-shell--save-temp-file and
540 python-shell-send-file directly. Add `nomain' argument.
541 (python-shell-send-buffer): Use python-shell-send-region.
542 (python-electric-pair-string-delimiter): New function.
543 (python-mode): Use it.
544
d0065ff1
EZ
5452013-11-04 Eli Zaretskii <eliz@gnu.org>
546
547 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
548 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
549 environment and decoding all of the default-directory's to here
550 from command-line.
551 (command-line): Decode also argv[0].
552
553 * loadup.el: Error out if default-directory is a multibyte string
554 when we are dumping.
555
556 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
557
7397c587
TZ
5582013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
559
560 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
561 (package-menu--print-info, package-menu--archive-predicate):
562 Add Archive column to package list.
7397c587 563
b27cc9fc
MA
5642013-11-04 Michael Albinus <michael.albinus@gmx.de>
565
566 Fix problems found while writing a test suite.
567
568 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
569 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
570 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
571 to nil when running original file name handler. Otherwise,
572 there are problems with constructs like "$$FOO".
573
574 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
575 for `localname'.
576
d8c4f18a
BB
5772013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
578
7b530552
BB
579 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
580
581 * subr.el (version<, version<=, version=):
582 Update docstrings with information for snapshot versions.
583
d8c4f18a
BB
584 * helpers.el: New library for misc helper functions.
585 (hash-table-keys): New function returning a list of hash keys.
586 (hash-table-values): New function returning a list of hash values.
587
dca01b09
DG
5882013-11-04 Dmitry Gutov <dgutov@yandex.ru>
589
590 * progmodes/ruby-mode.el (ruby-smie--forward-token)
591 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
592
0a749fa0
MN
5932013-11-04 Michal Nazarewicz <mina86@mina86.com>
594
595 * textmodes/fill.el (fill-single-char-nobreak-p): New function
596 checking whether point is after a 1-letter word.
597
5982013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
599
600 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
601 Don't infloop when expanding region over `multiline' syntax-type that
602 begins a line (bug#15778).
603
4aca7145
SM
6042013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
607 Make it into a proper minor mode.
608 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
609 (rectangle-mark-mode-map): New keymap.
610 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
611
a0833f62
GM
6122013-11-04 Glenn Morris <rgm@gnu.org>
613
614 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
615
e61845c1
SM
6162013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
619 (ruby-smie-rules): Use smie-rule-parent instead.
620
621 * emacs-lisp/smie.el (smie-rule-parent): Always call
622 smie-indent-virtual rather than only for hanging tokens.
623 (smie--next-indent-change): New helper command.
624
62942f89
GM
6252013-11-03 Glenn Morris <rgm@gnu.org>
626
627 * Makefile.in (abs_srcdir): Remove.
628 (emacs): Unset EMACSLOADPATH.
629
b0b9e592
GM
6302013-11-02 Glenn Morris <rgm@gnu.org>
631
18ba6a33 632 * Makefile.in (EMACS): Use a relative filename.
8061810d 633 (abs_top_builddir): Remove.
18ba6a33
GM
634 (custom-deps, finder-data, autoloads): Use --chdir.
635
6a8b929e
GM
636 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
637
c617f3d0
GM
638 Use relative filenames in TAGS files.
639 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
640 (lisptagsfiles4, TAGS): Use relative file names.
641 (TAGS-LISP): Remove.
642 (maintainer-clean): No more TAGS-LISP file.
643
b0b9e592
GM
644 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
645 (lisptagsfiles4): Use absolute filenames again.
646 (TAGS, TAGS-LISP): Not everything needs to run in one line.
647 Remove all *loaddefs files, not just the first. Remove esh-groups.
648 (maintainer-clean): Delete TAGS, TAGS-LISP.
649
d1c0ea6a
BB
6502013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
651
e61845c1
SM
652 * emacs-lisp/package.el (package-version-join):
653 Recognize snapshot versions.
d1c0ea6a 654
684d71c6
BB
6552013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
656
657 * subr.el (version-regexp-alist): Add support for snapshot versions.
658
3d42b968
DG
6592013-11-02 Dmitry Gutov <dgutov@yandex.ru>
660
e61845c1
SM
661 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
662 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
663 skip over our direct parent if it's an assignment token..
664 (ruby-smie-rules): Use it.
665
7ffd3721
DG
6662013-11-02 Dmitry Gutov <dgutov@yandex.ru>
667
668 * progmodes/ruby-mode.el Use `syntax-propertize-function'
669 unconditionally. Remove now unnecessary forward declarations.
670 Remove XEmacs-specific setup.
671 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
672 (ruby-font-lock-syntactic-keywords)
673 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
674 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
675 (ruby-here-doc-end-syntax): Remove.
676 (ruby-mode): Don't check whether `syntax-propertize-rules' is
677 defined as function.
678
a3996a2e
BB
6792013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
680
681 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
682
6f9260e8
BB
6832013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
684
685 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
686 table and abbrev table, `define-derived-mode' does that for us
687 anyway.
688
6014de84
GM
6892013-11-01 Glenn Morris <rgm@gnu.org>
690
691 * Makefile.in: Remove manual mh-e dependencies (writing .elc
692 files is atomic for some time, so no parallel compilation issues).
693
3c334c14
JD
6942013-11-01 Jan Djärv <jan.h.d@swipnet.se>
695
696 * faces.el (face-x-resources): Add :distant-foreground.
697 (region): Use :distant-foreground for gtk and ns.
698
9bc236c8
TH
6992013-11-01 Tassilo Horn <tsdh@gnu.org>
700
5246583b 701 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
702 BibTeX.
703 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
704 (reftex-locate-bibliography-files): Us it.
705
d14c81ee
CB
7062013-11-01 Claudio Bley <claudio.bley@googlemail.com>
707
0e7690de
CB
708 * image.el (image-type-header-regexps): Fix the 'pbm' part to
709 allow comments in pbm files.
710
d14c81ee
CB
711 * term/w32-win.el (dynamic-library-alist): Support newer versions
712 of libjpeg starting with v7: look only for the DLL from the
713 version against which Emacs was built.
ac1bf374 714 Support versions of libpng beyond 1.4.x.
019c8218 715 Support libtiff v4.x.
d14c81ee 716
983d0df5
BB
7172013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
718
719 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
720 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
721 Add property :safe.
722 (ruby-deep-arglist): Add property :type.
723
47f58d85
GM
7242013-10-31 Glenn Morris <rgm@gnu.org>
725
726 * Makefile.in (custom-deps, finder-data): No need to setq the target
727 variables, we are in the right directory and the defaults work fine.
728
4f85b479
GM
7292013-10-30 Glenn Morris <rgm@gnu.org>
730
ca7dd4cd
GM
731 * Makefile.in (autoloads): Do not use abs_lisp.
732
4f85b479
GM
733 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
734 `newline' does not respect `standard-output', so use `princ'.
735
cf59e41c
AA
7362013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
737
738 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
739 * buff-menu.el (Buffer-menu--unmark): New function.
740 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
741
74cf04fb
GM
7422013-10-30 Glenn Morris <rgm@gnu.org>
743
b040b60e
GM
744 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
745
f53d3815
GM
746 * emacs-lisp/package.el (lm-homepage): Declare.
747
5413d873
GM
748 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
749 Fix doc typos.
750
cecedb36
GM
751 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
752
74cf04fb
GM
753 * Makefile.in (finder-data, autoloads, update-subdirs)
754 (compile-main, compile-clean, compile-always, bootstrap-clean):
755 Check return value of cd.
756 (compile-calc): Remove.
757
195ee2f0
SM
7582013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
759
ae4002ce
SM
760 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
761
762 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
763 (byte-compile-and-folded): New function.
764 (=, <, >, <=, >=): Use it.
765
766 * dos-w32.el (minibuffer-history-case-insensitive-variables)
767 (path-separator, null-device, buffer-file-coding-system)
768 (lpr-headers-switches): Check system-type before modifying them.
769 (find-buffer-file-type-coding-system): Mark obsolete.
770 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
771 find-file-not-found-set-buffer-file-coding-system.
772 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
773 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
774 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
775 (w32-direct-print-region-helper, w32-direct-print-region-function)
776 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
777 * startup.el (normal-top-level-add-subdirs-to-load-path):
778 * ps-print.el (ps-print-region-function):
779 * lpr.el (print-region-function): Use new name.
780
53b39e89
SM
781 * subr.el (custom-declare-variable-early): Remove function.
782 (custom-declare-variable-list): Remove var.
783 (error, user-error): Remove `while' loop.
784 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
785 (user-emacs-directory-warning, locate-user-emacs-file):
786 Move to files.el.
787 * simple.el (read-quoted-char-radix, read-quoted-char):
788 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
789 Move from subr.el.
790 * custom.el (custom-declare-variable-list): Don't process
791 custom-declare-variable-list.
792
195ee2f0
SM
793 * progmodes/python.el (python-shell-get-buffer): New function.
794 (python-shell-get-process): Use it.
795 (python-shell-send-string): Always use utf-8 and add a cookie to tell
796 Python which encoding was used. Don't split-string since we only care
797 about the first line. Return the temp-file, if applicable.
798 (python-shell-send-region): Tell compile.el how to turn locations in
799 the temp-file into locations in the source buffer.
800
7e3561ee
SM
8012013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
802
4c9797cb
SM
803 * subr.el (undefined): Add missing behavior from the C code for
804 unbound keys.
805
3472b6c6
SM
806 * rect.el: Use lexical-binding. Add new rectangular region support.
807 (rectangle-mark): New command.
808 (rectangle--region): New var.
809 (deactivate-mark-hook): Reset rectangle--region.
810 (rectangle--extract-region, rectangle--insert-for-yank)
811 (rectangle--highlight-for-redisplay)
812 (rectangle--unhighlight-for-redisplay): New functions.
813 (region-extract-function, redisplay-unhighlight-region-function)
814 (redisplay-highlight-region-function): Use them to handle
815 rectangular region.
816 * simple.el (region-extract-function): New var.
817 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
818 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
819 (kill-region): Replace obsolete `yank-handler' arg with `region'.
820 (copy-region-as-kill, kill-ring-save): Add `region' argument.
821 (redisplay-unhighlight-region-function)
822 (redisplay-highlight-region-function): New vars.
823 (redisplay--update-region-highlight): New function.
824 (pre-redisplay-function): Use it.
825 (exchange-point-and-mark): Don't deactivate the mark before
826 reactivate-it anyway.
827 * comint.el (comint-kill-region): Remove yank-handler argument.
828 * delsel.el (delete-backward-char, backward-delete-char-untabify)
829 (delete-char): Remove property, since it's now part of their
830 default behavior.
831 (self-insert-iso): Remove property since this command doesn't exist.
832
7e3561ee
SM
833 * emacs-lisp/package.el (package--download-one-archive)
834 (describe-package-1): Don't query the user about final newline.
835
b9bef71f
DC
8362013-10-29 Daniel Colascione <dancol@dancol.org>
837
838 * net/tramp.el (tramp-methods): Document new functionality.
839 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
840 tramp-hostname-checker if method provides one instead of scanning
841 argument list for "%h" to decide hostname acceptability.
842
4efc33f0
MA
8432013-10-28 Michael Albinus <michael.albinus@gmx.de>
844
845 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
846 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
847 Handle COPY-CONTENTS. (Bug#15737)
848
ed42a877
DU
8492013-10-28 Daiki Ueno <ueno@gnu.org>
850
851 * epa-file.el
7e3561ee
SM
852 (epa-file-cache-passphrase-for-symmetric-encryption):
853 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 854
18c9f8a2
XF
8552013-10-27 Xue Fuqiao <xfq.free@gmail.com>
856
7a4bc7be
XF
857 * image.el (defimage):
858 (image-load-path): Doc fixes.
18c9f8a2 859
b1e8e010
AM
8602013-10-27 Alan Mackenzie <acm@muc.de>
861
862 Indent statements in macros following "##" correctly.
7e3561ee
SM
863 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
864 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 865
73d40d1e 8662013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
867
868 * linum.el (linum-update-window): Fix boundary test (bug#13446).
869
c8c605ac
DG
8702013-10-27 Dmitry Gutov <dgutov@yandex.ru>
871
872 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
873 after `=' is probably a new expression.
874
ca7e59d4
RS
8752013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
876
877 * man.el (man-imenu-title): New option.
878 (Man-mode-map): Add menu. (Bug#15722)
879 (Man-mode): Add imenu to menu.
880
bae91342
DG
8812013-10-26 Dmitry Gutov <dgutov@yandex.ru>
882
883 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
884 specific in what the first arg can be: a non-keyword word,
885 string/regexp/percent literal opener, opening paren, or unary
886 operator followed directly by word.
887
eb89dc14
SM
8882013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
891 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
892 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
893 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
894 Remove vars, they do not apply any more.
895 (prolog-mode-abbrev-table): Remove redundant declaration.
896 (prolog-upper-case-string, prolog-lower-case-string): Remove.
897 (prolog-use-smie): Remove.
898 (prolog-smie-rules): Add indentation rule for the if-then-else layout
899 supported by prolog-electric-if-then-else-flag.
900 (prolog-mode-variables, prolog-menu): Use setq-local.
901 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
902 Remove binding to `Backspace' since this key doesn't exist anyway.
903 Remove bindings for electric self-inserting keys.
904 (prog-mode): Assume it's defined.
905 (prolog-post-self-insert): New function.
906 (prolog-mode): Use it.
907 (prolog-indent-line, prolog-indent-level)
908 (prolog-find-indent-of-matching-paren)
909 (prolog-indentation-level-of-line, prolog-goto-comment-column)
910 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
911 (prolog-goto-next-paren, prolog-in-string-or-comment)
912 (prolog-tokenize, prolog-inside-mline-comment)
913 (prolog-find-start-of-mline-comment): Remove functions.
914 (prolog-find-unmatched-paren, prolog-clause-end)
915 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
916 (prolog-electric--if-then-else): Rename from
917 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
918 (prolog-tokenize-searchkey): Remove const.
919 (prolog-clause-info): Use forward-sexp.
920 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
921 (prolog-electric-if-then-else): Remove commands.
922 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
923 for use in post-self-insert-hook.
924 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
925 for use in post-self-insert-hook.
926 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
927 for use in post-self-insert-hook.
928 (prolog-electric--underscore): Rename from prolog-electric--underscore;
929 adapt it for use in post-self-insert-hook.
930
3dab0a83
MA
9312013-10-25 Michael Albinus <michael.albinus@gmx.de>
932
933 * emacs-lisp/ert.el (ert-run-tests-interactively):
934 Use `completing-read'. (Bug#9756)
935
fbfd0e1d
EZ
9362013-10-25 Eli Zaretskii <eliz@gnu.org>
937
938 * simple.el (line-move): Call line-move-1 instead of
939 line-move-visual when the current window hscroll is zero, but
940 temporary-goal-column indicates we will need to hscroll as result
941 of the movement. (Bug#15712)
942
963ce636
DG
9432013-10-25 Dmitry Gutov <dgutov@yandex.ru>
944
945 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
946 capitalization. Use :visible instead of :active.
947 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
948 commands that are used with SMIE.
949 (ruby-do-end-to-brace): Insert space after `{'.
950
a0be396a
JA
9512013-10-25 John Anthony <john@jo.hnanthony.com>
952
f73754c9
JA
953 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
954
955 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 956
f5bf77df
GM
9572013-10-25 Glenn Morris <rgm@gnu.org>
958
959 * vc/vc.el (vc-print-log): Don't use a working revision unless
960 one was explicitly specified. (Bug#15322)
961
37241f62
SM
9622013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * subr.el (add-to-list): Preserve return value in compiler-macro
965 (bug#15692).
966
6408a65d
RS
9672013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
968
969 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
970 result. Ask user to retry using '-all' flag. (Bug#15701)
971
71e3276b
SM
9722013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * emacs-lisp/smie.el: New smie-config system.
975 (smie-config): New defcustom.
976 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
977 (smie-config-guess, smie-config-save): New commands.
978 (smie-config--mode-local, smie-config--buffer-local)
979 (smie-config--trace, smie-config--modefuns): New vars.
980 (smie-config--advice, smie-config--mode-hook)
981 (smie-config--setter, smie-config-local, smie-config--get-trace)
982 (smie-config--guess-value, smie-config--guess): New functions.
983 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
984 text properties. Treat "string fence" syntax like string syntax.
985
986 * progmodes/sh-script.el (sh-use-smie): Change default.
987 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
988 (sh-var-value): Simplify by CSE.
989 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
990 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
991 is used.
992 (sh-guess-basic-offset): Use cl-incf.
993 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
994
60db713e
HE
9952013-10-24 Helmut Eller <eller.helmut@gmail.com>
996
997 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
998 (bug#15699).
999
8b251df6
GM
10002013-10-24 Glenn Morris <rgm@gnu.org>
1001
1002 * Makefile.in (abs_top_srcdir): Remove.
1003 (update-subdirs): Use relative path to update-subdirs.
1004
6be0e22b
EZ
10052013-10-24 Eli Zaretskii <eliz@gnu.org>
1006
1007 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1008 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
1009 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1010 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 1011
50b5b857
MA
10122013-10-24 Michael Albinus <michael.albinus@gmx.de>
1013
1014 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1015 (ert-test-skipped): New error.
1016 (ert-skip, ert-stats-skipped): New defuns.
1017 (ert--skip-unless): New macro.
1018 (ert-test-skipped): New struct.
1019 (ert--run-test-debugger, ert-test-result-type-p)
1020 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1021 (ert--stats-set-test-and-result, ert-char-for-test-result)
1022 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 1023 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 1024 Handle skipped tests. (Bug#9803)
50b5b857 1025
6f317c2f
GM
10262013-10-24 Glenn Morris <rgm@gnu.org>
1027
e43817c1
GM
1028 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1029
6f317c2f
GM
1030 * Makefile.in (abs_top_srcdir): New, set by configure.
1031 (update-subdirs): Correct build-aux location.
1032
369bbf71
DG
10332013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1034
8297b2cf
DG
1035 * vc/vc.el (vc-print-root-log): Always set `default-directory'
1036 value, whether we could auto-deduce `backend', or not.
1037
369bbf71
DG
1038 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1039 with parameters" example. Simplify the "is it block or is it
1040 hash" check, but also make it more thorough.
1041
d5f1282f
MF
10422013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
1043
1044 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
1045
bc4aaa31
SM
10462013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1047
03d44565
SM
1048 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1049 { if it is hanging.
1050
bc4aaa31
SM
1051 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1052 :before ";".
1053
f493ff19
JB
10542013-10-23 Jed Brown <jed@59A2.org> (tiny change)
1055
1056 * progmodes/compile.el (compilation-directory-matcher)
1057 (compilation-page-delimiter):
1058 Support GNU Make-4.0 directory quoting. (Bug#15678)
1059
c744a3b9
LL
10602013-10-23 Leo Liu <sdl.web@gmail.com>
1061
1062 * ido.el (ido-tidy): Handle read-only text.
1063
b8e3b0a9
GM
10642013-10-23 Glenn Morris <rgm@gnu.org>
1065
1066 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1067 (emacs, compile, compile-always):
1068 Quote entities that might contain whitespace.
1069 (custom-deps, finder-data, autoloads): Use abs_lisp.
1070 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1071 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1072 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1073
ee4282cd
DG
10742013-10-23 Dmitry Gutov <dgutov@yandex.ru>
1075
bc4aaa31
SM
1076 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1077 Use `following-char'.
7790a270 1078
ee4282cd 10792013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
1080
1081 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1082 * progmodes/ruby-mode.el (ruby-smie-rules):
1083 Remove corresponding workaround. Fix indentation rule of ";" so it
1084 also applies when ";" is the parent.
1085
d40a46d7
XF
10862013-10-22 Xue Fuqiao <xfq.free@gmail.com>
1087
1088 * frame.el (display-screens, display-pixel-height)
1089 (display-pixel-width, display-mm-width, display-backing-store)
1090 (display-save-under, display-planes, display-color-cells)
7790a270
SM
1091 (display-visual-class, display-monitor-attributes-list):
1092 Mention the optional ‘display’ argument in doc strings.
d40a46d7 1093
a0f143c9
MG
10942013-10-22 Michael Gauland <mikelygee@amuri.net>
1095
1096 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1097 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
1098
18cacc39
DG
10992013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1100
1101 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1102 TODO. Add "." after " @ ".
1103 (ruby-smie--at-dot-call): New function. Checks if point at method
1104 call with explicit target.
1105 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1106 to the method name tokens when it precedes them.
1107 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1108 (ruby-smie-rules): Add rule for indentation before and after "."
1109 token.
1110
df74c4be
SM
11112013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1112
c6dab55f
SM
1113 * textmodes/remember.el (remember-diary-extract-entries):
1114 Avoid add-to-list.
1115
df74c4be
SM
1116 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1117 an instruction.
1118
8c1ae481
DG
11192013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1120
cfef16c0
DG
1121 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1122 (ruby-smie--implicit-semi-p): Add new operator chars.
1123
8c1ae481
DG
1124 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1125 `smie-down-list'.
1126 (ruby-smie--args-separator-p): Check that there's no newline
1127 between method call and its arguments.
1128
87756ca9
AM
11292013-10-20 Alan Mackenzie <acm@muc.de>
1130
1131 Allow comma separated lists after Java "implements".
1132
df74c4be
SM
1133 * progmodes/cc-engine.el (c-backward-over-enum-header):
1134 Parse commas.
87756ca9
AM
1135 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1136 from a "disallowed" list in enum fontification.
1137
c25f8957
JB
11382013-10-20 Johan Bockgård <bojohan@gnu.org>
1139
df74c4be 1140 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 1141
c25f8957
JB
1142 * progmodes/verilog-mode.el (verilog-mode): Don't set
1143 comment-indent-function globally.
1144
aca5fcdc
JD
11452013-10-20 Jan Djärv <jan.h.d@swipnet.se>
1146
5f161884
JD
1147 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1148 Move Info menu item creation to ns-win.el.
1149
1150 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1151 in menu bar.
1152
aca5fcdc
JD
1153 * menu-bar.el: Move GNUStep specific menus...
1154
1155 * term/ns-win.el (ns-initialize-window-system): ... to here.
1156
914b7f98
SM
11572013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * simple.el (newline): Only run post-self-insert-hook when
1160 called interactively.
1161
846ffe77
JB
11622013-10-19 Johan Bockgård <bojohan@gnu.org>
1163
1164 * icomplete.el (icomplete-with-completion-tables): Add :version.
1165
033f22dd
AM
11662013-10-19 Alan Mackenzie <acm@muc.de>
1167
1168 Fix fontification bugs with constructors and const.
1169
1170 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1171 CASE 2) Remove the check for the absence of a suffix construct
1172 after a function declaration with only types (no identifiers) in
1173 the parentheses. Also, accept a function declaration with just a
1174 type inside the parentheses, if this type can be positively
1175 recognised as such, or if a prefix keyword like "explicit" nails
1176 down the construct as a declaration.
1177
58ce0cfc
EZ
11782013-10-19 Eli Zaretskii <eliz@gnu.org>
1179
1180 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1181 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1182 the problem whereby selecting a menu item that leads to a
1183 minibuffer prompt moves the cursor out of the minibuffer window,
1184 making it hard to type at the prompt. Suggested by Stefan Monnier
1185 <monnier@iro.umontreal.ca>.
1186
50e28e7d
JD
11872013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1188
1189 * menu-bar.el: Don't make Services menu.
1190
7deed4bf
RS
11912013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1192
1193 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1194 (ffap-alist): Use ffap-c++-mode for c++-mode.
1195 (ffap-c++-path): New variable.
1196 (ffap-c++-mode): New function.
1197
7bcb455b
JVJ
11982013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1199
1200 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1201
f0ff1cd5
MA
12022013-10-18 Michael Albinus <michael.albinus@gmx.de>
1203
1204 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1205 introduced on 2013-09-08, which results in an infinite loop
1206 requesting a password.
1207
d64da4b7
GM
12082013-10-18 Glenn Morris <rgm@gnu.org>
1209
1210 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1211
ea89ff08
WS
12122013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1213
1214 Sync with upstream verilog-mode revision 1a6ecec7.
1215 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1216 (verilog-mode-release-date): Remove.
1217 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1218 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1219 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1220 (verilog-auto-tieoff-ignore-regexp)
1221 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1222 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1223 (verilog-signals-with, verilog-dir-cache-preserving)
1224 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1225 Doc fixes.
1226 (verilog-case-fold): New option, to control case folding in
1227 regexp searches, bug597.
1228 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1229 (verilog-string-match-fold, verilog-in-paren-count)
1230 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1231 (verilog-at-close-struct-p): New functions.
1232 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1233 (verilog-forward-sexp, verilog-set-auto-endcomments):
1234 (verilog-leap-to-case-head): Handle "unique0" case.
1235 (verilog-in-constraint-re): New constant.
1236 (verilog-keywords, verilog-type-font-keywords):
1237 Add some SystemVerilog 1800-2012 keywords.
1238 (verilog-label-be): Remove unimplemented argument, bug669.
1239 (verilog-batch-execute-func): When batch expanding clear
1240 create-lockfiles to prevent spurious user locks when a file ends
1241 up not changing.
1242 (verilog-calculate-indent, verilog-calc-1)
1243 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1244 (verilog-do-indent): Fix indentation of nested constraints
1245 and structures.
1246 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1247 (verilog-auto-inst-param): Use verilog-string-match-fold.
1248 (verilog-read-inst-module-matcher):
1249 Fix AUTOINST on gate primitives with #1.
1250 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1251 Reads all user-defined typed variables.
1252 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1253 (verilog-signals-matching-regexp)
1254 (verilog-signals-not-matching-regexp, verilog-auto):
1255 Respect verilog-case-fold.
1256 (verilog-diff-report): Fix line count.
1257 (verilog-auto-assign-modport): Remove unused local `modi'.
1258 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1259 better handle multidimensional arrays.
1260 Fix packed array ports misadding bit index in AUTOINST, bug637.
1261 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1262 to not double-declare existing outputs and inputs, respectively.
1263 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1264 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1265 (verilog-sk-uvm-component): New skeleton.
1266 (verilog-submit-bug-report): Add verilog-case-fold,
1267 remove verilog-mode-release-date.
1268
ef566920
BR
12692013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1270
1271 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1272 as before.
1273
29df8a0b
RT
12742013-10-18 Reuben Thomas <rrt@sc3d.org>
1275
1276 * textmodes/remember.el (remember): set buffer-offer-save in
1277 remember buffers (bug#13566).
1278
04a19a79
DC
12792013-10-18 Daniel Colascione <dancol@dancol.org>
1280
1281 When evaluating forms in ielm, direct standard output to ielm
1282 buffer. Add new ielm-return-for-effect command. Remove trailing
1283 whitespace throughout.
1284
1285 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1286 (ielm-return-for-effect): New command.
1287 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
1288 (ielm-eval-input): Accept optional `for-effect' parameter.
1289 Bind `standard-output' to stream we create using
04a19a79
DC
1290 `ielm-standard-output-impl'. Suppress printing result when
1291 `for-effect'.
1292 (ielm-standard-output-impl): New function.
1293 (inferior-emacs-lisp-mode): Explain new features in documentation.
1294
4c1f03ef
MA
12952013-10-17 Michael Albinus <michael.albinus@gmx.de>
1296
1297 Code cleanup.
1298
1299 * net/tramp.el (tramp-debug-message): Do not check for connection
1300 buffer.
1301 (tramp-message): Use "vector" connection property.
1302
1303 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1304 (tramp-equal-remote, tramp-eshell-directory-change)
1305 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1306 (tramp-adb-handle-rename-file)
1307 * net/tramp-cmds.el (tramp-list-remote-buffers)
1308 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1309 * net/tramp-compat.el (tramp-compat-process-running-p)
1310 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1311 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1312 (tramp-gvfs-handle-rename-file)
1313 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1314 (tramp-set-file-uid-gid)
1315 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1316 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1317 of `file-remote-p'.
1318
1319 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1320 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1321 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1322 (tramp-gw-open-network-stream): Suppress unrelated traces.
1323
1324 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1325 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1326 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1327 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1328 connection property.
1329
1330 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 1331 persistency file.
4c1f03ef
MA
1332
1333 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1334 Refactor common code. Improve debug message.
1335 (tramp-maybe-open-connection)
1336 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1337 connection buffer too early.
1338
1339 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1340 from `tramp-smb-actions-with-acl'.
1341 (tramp-smb-actions-set-acl): New defconst.
1342 (tramp-smb-handle-copy-directory)
1343 (tramp-smb-action-get-acl): New defun, renamed from
1344 `tramp-smb-action-with-acl'.
1345 (tramp-smb-action-set-acl): New defun.
1346 (tramp-smb-handle-set-file-acl): Rewrite.
1347
642eb8b6
GM
13482013-10-17 Glenn Morris <rgm@gnu.org>
1349
1350 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1351
85527ff3
SM
13522013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1353
921c1d62
SM
1354 * skeleton.el (skeleton-newline): Remove.
1355 (skeleton-internal-1): Use (insert "\n") instead.
1356
e333fb10
SM
1357 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1358 let-bindings.
1359
85527ff3
SM
1360 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1361 forward-sexp-function while we redo its job (bug#15613).
1362
c8722a97
JB
13632013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1364
1365 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1366 represented by lists.
1367
7a550bbb
GM
13682013-10-16 Glenn Morris <rgm@gnu.org>
1369
1370 * tmm.el (tmm--history): New dynamic variable.
1371 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1372
f19da8ad
MA
13732013-10-16 Michael Albinus <michael.albinus@gmx.de>
1374
1375 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1376 (tramp-smb-errors): Add error messages.
1377 (tramp-smb-actions-with-acl): New defconst.
1378 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1379 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1380 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1381 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1382 (tramp-smb-get-stat-capability): Fix tests.
1383
a24b9961
DK
13842013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1385
1386 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1387 (bug#15580).
1388
62ad85e6
GM
13892013-10-16 Glenn Morris <rgm@gnu.org>
1390
0283d6b0
GM
1391 * ansi-color.el (ansi-color-drop-regexp):
1392 Add 1J, 1K, 2K. (Bug#15617)
1393
012e2f9f
GM
1394 * files.el (hack-local-variables--warned-lexical): New.
1395 (hack-local-variables):
1396 Warn about misplaced lexical-binding. (Bug#15616)
1397
62ad85e6
GM
1398 * net/eww.el (eww-render): Always set eww-current-url,
1399 and update header line. (Bug#15622)
1400 (eww-display-html): ... Rather than just doing it here.
1401
6456c0ea
EZ
14022013-10-15 Eli Zaretskii <eliz@gnu.org>
1403
1404 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1405 menu navigations commands.
1406
c2de5588
DK
14072013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1408
1409 * progmodes/subword.el (subword-capitalize): Be careful when
1410 the search for [[:alpha:]] fails (bug#15580).
1411
ccd4a783
EZ
14122013-10-14 Eli Zaretskii <eliz@gnu.org>
1413
1414 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1415 to commands that scroll the menu.
1416
1eda1d8d
DG
14172013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1418
c2de5588
DK
1419 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1420 Handle methods ending with `?' and `!'.
1eda1d8d 1421
e70181b8
AM
14222013-10-14 Akinori MUSHA <knu@iDaemons.org>
1423
1424 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1425 `japanese-cp932' to `cp932' to fix the problem where saving a
1426 source file written in Shift_JIS twice would end up having
1427 `coding: japanese-cp932' which Ruby could not recognize.
1428 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1429 in `ruby-encoding-map'.
1430 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1431 doesn't need to be explicitly declared in magic comment.
1432 (ruby-encoding-map): Add type declaration for better customize UI.
1433
9148ee92
GM
14342013-10-13 Glenn Morris <rgm@gnu.org>
1435
a5d38e34
GM
1436 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1437 Occur buffers are read-only. http://bugs.debian.org/720775
1438
9148ee92
GM
1439 * emacs-lisp/authors.el (authors-fixed-entries):
1440 Comment out old alpha stuff.
1441
a9ba094b
DG
14422013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1443
1444 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1445 to `after-save-hook' instead of `before-save-hook'.
1446 (ruby-mode-set-encoding): Use the value of coding system used to
1447 write the file. Call `basic-save-buffer-1' after modifying the
1448 buffer.
1449
7a068717
AM
14502013-10-13 Alan Mackenzie <acm@muc.de>
1451
1452 Fix indentation/fontification of Java enum with
1453 "implements"/generic.
1454
c2de5588
DK
1455 * progmodes/cc-engine.el (c-backward-over-enum-header):
1456 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
1457 (c-inside-bracelist-p): Uses new function above.
1458 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1459 function above.
1460 (c-font-lock-enum-tail): Uses new function above.
1461
85b64f02
KH
14622013-10-13 Kenichi Handa <handa@gnu.org>
1463
1464 * international/mule-cmds.el (select-safe-coding-system): Remove a
1465 superfluous condition in chekcing whether a coding system is safe
1466 or not.
1467
fc7f501b
OK
14682013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1469
1470 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1471
fdcb2049
AP
14722013-10-13 Andreas Politz <politza@hochschule-trier.de>
1473
1474 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1475
8c106d17
GM
14762013-10-13 Glenn Morris <rgm@gnu.org>
1477
feab892d
GM
1478 * menu-bar.el (menu-bar-update-buffers):
1479 Unify Buffers menu prompt string. (Bug#15576)
1480
b22d0686
GM
1481 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1482
8c106d17
GM
1483 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1484 Add some entries.
1485 (authors-fixed-entries): Use accented form of name.
1486
1b12c797
SM
14872013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1488
650fa7bf 1489 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 1490 method calls (bug#15594).
650fa7bf
SM
1491 (ruby-smie--args-separator-p): New function.
1492 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1493 recognize paren-free method calls.
1494
1b12c797
SM
1495 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1496 internals of universal-argument.
1497
029619c8
EZ
14982013-10-11 Eli Zaretskii <eliz@gnu.org>
1499
1500 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
1501 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1502 dropped menu on second mouse click on the menu bar.
029619c8 1503
dd070019
SM
15042013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1507 (explicit-shell-file-name): Declare.
1508 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1509 (sh-completion-at-point-function): New function.
1510 (sh-mode): Use it.
1511 (sh-smie--keyword-p): Remove unused argument.
1512 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1513 vars.
1514 (sh-set-shell): Always setup SMIE, even if we use the
1515 old indentation code.
1516
0922b826
DG
15172013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1518
b68e2926
DG
1519 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1520 cases of ? and =.
1521 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1522 predicate would return nil are almost non-existent.
1523 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1524
0922b826
DG
1525 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1526 cache also after commands that modify the buffer but don't move
1527 point.
1528
ee041f2d
SM
15292013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * env.el (substitute-env-in-file-name): New function.
1532 (substitute-env-vars): Extend the meaning of the optional arg.
1533
a5dab159
EZ
15342013-10-10 Eli Zaretskii <eliz@gnu.org>
1535
1536 * term/w32-win.el (dynamic-library-alist): Define separate lists
1537 of GIF DLLs for versions before and after 5.0.0 of giflib.
1538 (Bug#15531)
1539
db138698
JT
15402013-10-10 João Távora <joaotavora@gmail.com>
1541
1542 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1543 not locked, use last revision and current source as
1544 defaults. (Bug#15569)
1545
2f6e161e
MY
15462013-10-10 Masatake YAMATO <yamato@redhat.com>
1547
1548 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1549 menu-bar is hidden.
1550
6c8413fc
MR
15512013-10-10 Martin Rudalics <rudalics@gmx.at>
1552
1553 * window.el (pop-to-buffer-same-window): Fix doc-string.
1554 (Bug#15492)
1555
20832de0
SM
15562013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1559
c6e8ae77
AC
15602013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1561
1562 * calendar/icalendar.el (icalendar-import-file):
1563 Fix interactive spec. (Bug#15482)
1564
9db13baf
GM
15652013-10-10 Glenn Morris <rgm@gnu.org>
1566
9271e90e
GM
1567 * desktop.el (desktop-save): Default to saving in .emacs.d,
1568 since PWD is no longer in desktop-path by default. (Bug#15319)
1569
9db13baf
GM
1570 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1571 now that text mode has a menu with the same entry.
1572 (menu-bar-text-mode-auto-fill): Remove now unused func.
1573 * textmodes/text-mode.el (text-mode-map):
1574 Use auto-fill help text from menu-bar.el.
1575
a0be396a 15762013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
1577
1578 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1579
2edcd3c7
JL
15802013-10-09 Juri Linkov <juri@jurta.org>
1581
1582 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1583 instead of this-command-keys. Add universal-argument-more and
1584 universal-argument-minus to the list of prefix commands. (Bug#15568)
1585
574411d0
GM
15862013-10-09 Glenn Morris <rgm@gnu.org>
1587
14afa541
GM
1588 * vc/vc-svn.el (vc-svn-create-repo):
1589 Expand paths in file://... url. (Bug#15446)
1590
574411d0
GM
1591 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1592 Add some entries.
1593 (authors): Remove unused local variables.
1594
79804536
SM
15952013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * profiler.el: Create a more coherent calltree from partial backtraces.
1598 (profiler-format): Hide the tail with `invisible' so that C-s can still
1599 find the hidden elements.
1600 (profiler-calltree-depth): Don't recurse so enthusiastically.
1601 (profiler-function-equal): New hash-table-test.
1602 (profiler-calltree-build-unified): New function.
1603 (profiler-calltree-build): Use it.
1604 (profiler-report-make-name-part): Indent the calltree less.
1605 (profiler-report-mode): Add visibility specs for profiler-format.
1606 (profiler-report-expand-entry, profiler-report-toggle-entry):
1607 Expand the whole subtree when provided with a prefix arg.
1608
238150c8
DG
16092013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1610
1611 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1612 iuwu-mod token.
1613 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1614 hanging iuwu-mod token.
1615 (ruby-smie--forward-token): Do not include a dot after a token in
1616 that token.
1617 (ruby-smie--backward-token): Likewise.
1618
b0949cc4
JL
16192013-10-08 Juri Linkov <juri@jurta.org>
1620
1621 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1622 to isearch-other-control-char.
1623 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1624 and isearch-post-command-hook to post-command-hook.
1625 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1626 and isearch-post-command-hook from post-command-hook.
1627 (isearch-unread-key-sequence)
1628 (isearch-reread-key-sequence-naturally)
1629 (isearch-lookup-scroll-key, isearch-other-control-char)
1630 (isearch-other-meta-char): Remove functions.
1631 (isearch-pre-command-hook, isearch-post-command-hook):
1632 New functions based on isearch-other-meta-char rewritten
1633 relying on the new behavior of overriding-terminal-local-map
1634 that does not replace the local keymaps any more. (Bug#15200)
1635
4ed77415
EZ
16362013-10-08 Eli Zaretskii <eliz@gnu.org>
1637
1638 Support menus on text-mode terminals.
1639 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1640 functionality.
1641
1642 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1643
c2de5588
DK
1644 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1645 Move here from mouse.el.
4ed77415
EZ
1646 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1647 and arrow keys.
1648 (tty-menu-navigation-map): New map for TTY menu navigation.
1649
1650 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1651
1652 * frame.el (display-mouse-p): Report text-mode mouse as available
1653 on w32.
1654 (display-popup-menus-p): Report availability if mouse is
1655 available; don't condition on window-system.
1656
1657 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1658 (tty-menu-selected-face): New faces.
1659
b7d5bd82
TL
16602013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1661
06286513
SM
1662 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1663 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1664 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1665 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1666 New constants.
1667 (lisp-mode-variables): New `elisp' argument.
1668 (emacs-lisp-mode): Use it.
1669 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1670 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1671
b7d5bd82
TL
1672 * indent.el: Use lexical-binding.
1673 (indent-region): Add progress reporter.
1674 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1675 last step.
1676 (indent--next-tab-stop): New function to implement this behavior.
1677 (tab-to-tab-stop, move-to-tab-stop): Use it.
1678
16792013-10-08 Teemu Likonen <tlikonen@iki.fi>
1680
1681 * indent.el (indent-rigidly--current-indentation): New function.
1682 (indent-rigidly-map): New var.
1683 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1684
5ea75d23
BG
16852013-10-08 Bastien Guerry <bzg@gnu.org>
1686
1687 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1688
cc5da1ec
SM
16892013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1690
8ffa1a0b
SM
1691 * progmodes/perl-mode.el: Use lexical-binding.
1692 Remove redundant :group args.
1693 (perl-nochange): Change default to be closer to other major modes's
1694 standard behavior.
1695 (perl-indent-line): Don't consider text on current line as a
1696 valid beginning of function from which to indent.
1697
f2223371
SM
1698 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1699 with more than one argument (bug#15538).
1700
44256060
SM
1701 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1702
cc5da1ec
SM
1703 * vc/pcvs.el: Use lexical-binding.
1704 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1705 environment of `eval'.
1706 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1707 than a list of expressions. Adjust callers.
1708 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1709
0ea1599d
DG
17102013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1711
1712 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 1713 case of the dot in a chained method call being on the following line.
0ea1599d 1714
da3e5ebb
SM
17152013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1716
2abb4e65
SM
1717 * electric.el (electric-indent-inhibit): New var.
1718 (electric-indent-post-self-insert-function): Use it.
1719 * progmodes/python.el (python-mode): Set it.
1720
d2e0e795
SM
1721 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1722 open braces.
1723
1724 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1725
bdc6b4c8
SM
1726 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1727 (css-mode): Use electric-indent-chars.
1728
da3e5ebb
SM
1729 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1730 (font-lock-beg, font-lock-end): Move before first use.
1731 (nxml-mode): Use syntax-propertize-function.
1732 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1733 (nxml-extend-after-change-region): Remove.
1734 * nxml/xmltok.el: Use lexical-binding.
1735 (xmltok-save): Use `declare'.
1736 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1737 * nxml/nxml-util.el: Use lexical-binding.
1738 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1739 Use `declare'.
1740 * nxml/nxml-ns.el: Use lexical-binding.
1741 (nxml-ns-save): Use `declare'.
1742 (nxml-ns-prefixes-for): Avoid add-to-list.
1743 * nxml/rng-match.el: Use lexical-binding.
1744 (rng--ipattern): Use cl-defstruct.
1745 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1746 (rng-cons-group-after, rng-subst-group-after)
1747 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1748 Use closures instead of `(lambda...).
1749
f8f91d5d
MA
17502013-10-07 Michael Albinus <michael.albinus@gmx.de>
1751
1752 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1753 of BEG and END.
1754
da3e5ebb
SM
1755 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1756 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
1757 (tramp-gvfs-handle-insert-file-contents): Remove function.
1758
da3e5ebb
SM
1759 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1760 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
1761
1762 * net/trampver.el: Update release number.
1763
7ccae3b1
SM
17642013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1765
55ca2c0d
SM
1766 * progmodes/compile.el (compilation-parse-errors):
1767 Use compilation--put-prop.
1768 (compilation--ensure-parse): Check compilation-multiline.
1769
731fc3ae
SM
1770 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1771
da3e5ebb
SM
1772 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1773 lexical-binding.
a5833280 1774
2e7ba2c2
SM
1775 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1776
7ccae3b1
SM
1777 * progmodes/ruby-mode.el: Fix recently added tests.
1778 (ruby-smie-grammar): Add - and +.
1779 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1780 (ruby-smie--backward-id): New functions.
1781 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1782 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1783 any more.
1784
85698d63
LL
17852013-10-07 Leo Liu <sdl.web@gmail.com>
1786
1787 * register.el (register-preview-delay)
1788 (register-preview-functions): New variables.
1789 (register-read-with-preview, register-preview)
1790 (register-describe-oneline): New functions.
1791 (point-to-register, window-configuration-to-register)
1792 (frame-configuration-to-register, jump-to-register)
1793 (number-to-register, view-register, insert-register)
1794 (copy-to-register, append-to-register, prepend-to-register)
1795 (copy-rectangle-to-register): Use register-read-with-preview to
1796 read register. (Bug#15525)
1797
3986af6c
DS
17982013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1799
1800 * net/network-stream.el (network-stream-open-starttls): Don't add
1801 --insecure if it's already present, because that gnutls-cli
1802 rejects getting that parameter twice.
1803
5cd9cda9
DG
18042013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1805
1806 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1807 keyword, too.
1808
da9ea6d9
DG
18092013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1810
1811 * newcomment.el (comment-use-global-state): Change default value
1812 to t, mark obsolete (Bug#15251).
1813 (comment-beginning): In addition to `comment-to-syntax', check the
1814 value of `comment-use-global-state'.
1815
34d1a133
SM
18162013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1819 (ruby-comment-column): Follow the global default, by default.
1820 (ruby-smie-grammar): Add assignment syntax.
1821 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1822 open-paren, a comma, or a \.
1823 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1824 and line continuations.
1825 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1826 followed by implicit semi-colons. Add rule for string concatenation
1827 and for indentation at BOB.
1828 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1829
1830 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1831 calling next-sexp, since next-token may have skipped chars which
1832 next-sexp doesn't know should be skipped!
1833
6f6ab820
LL
18342013-10-05 Leo Liu <sdl.web@gmail.com>
1835
34d1a133
SM
1836 * progmodes/octave.el (octave-send-region):
1837 Call compilation-forget-errors.
6f6ab820 1838
34ca0f4c
XF
18392013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1840
1841 * vc/vc-svn.el (vc-svn-find-admin-dir):
1842 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1843 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1844 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1845 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1846
a27c1b72
SM
18472013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1850
258ab3bc
SM
18512013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * subr.el (read-passwd): Hide chars even when called within a context
1854 where after-change-functions is disabled (bug#15501).
1855 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1856 until we removed ourself from overriding-terminal-local-map.
1857
939fb29c
LL
18582013-10-04 Leo Liu <sdl.web@gmail.com>
1859
258ab3bc
SM
1860 * progmodes/octave.el (inferior-octave-mode):
1861 Call compilation-forget-errors.
939fb29c 1862
63bd7f35
XF
18632013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1864
1865 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1866
9e6229fa
MA
18672013-10-04 Michael Albinus <michael.albinus@gmx.de>
1868
1869 * net/secrets.el (secrets-create-collection): Add optional
1870 argument ALIAS. Use proper Label keyword. Append ALIAS as
1871 dbus-call-method argument. (Bug#15516)
1872
1dab32a3
LL
18732013-10-04 Leo Liu <sdl.web@gmail.com>
1874
1875 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1876 (inferior-octave-compilation-font-lock-keywords): New variables.
1877 (compilation-error-regexp-alist)
1878 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1879 (inferior-octave-mode): Use compilation-shell-minor-mode.
1880
6cad7ba3
JS
18812013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1882
1883 * minibuffer.el (completion--replace): Be careful that `end' might be
1884 a marker.
1885
acbadd00
DU
18862013-10-03 Daiki Ueno <ueno@gnu.org>
1887
1888 Add support for package signature checking.
1889 * emacs-lisp/package.el (url-http-file-exists-p)
1890 (epg-make-context, epg-context-set-home-directory)
1891 (epg-verify-string, epg-context-result-for)
1892 (epg-signature-status, epg-signature-to-string)
1893 (epg-check-configuration, epg-configuration)
1894 (epg-import-keys-from-file): Declare.
1895 (package-check-signature): New user option.
1896 (package-unsigned-archives): New user option.
1897 (package-desc): Add `signed' field.
1898 (package-load-descriptor): Set `signed' field if .signed file exists.
1899 (package--archive-file-exists-p): New function.
1900 (package--check-signature): New function.
1901 (package-install-from-archive): Check package signature.
1902 (package--download-one-archive): Check archive signature.
1903 (package-delete): Remove .signed file.
1904 (package-import-keyring): New command.
1905 (package-refresh-contents): Import default keyring.
1906 (package-desc-status): Add "unsigned" status.
1907 (describe-package-1, package-menu--print-info)
1908 (package-menu-mark-delete, package-menu--find-upgrades)
1909 (package-menu--status-predicate): Support "unsigned" status.
1910
adf2aa61
SM
19112013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1914 the new compilation scheme using the new byte-codes.
1915
1916 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1917 (byte-pophandler): New byte codes.
1918 (byte-goto-ops): Adjust accordingly.
1919 (byte-compile--use-old-handlers): New var.
1920 (byte-compile-catch): Use new byte codes depending on
1921 byte-compile--use-old-handlers.
1922 (byte-compile-condition-case--old): Rename from
1923 byte-compile-condition-case.
1924 (byte-compile-condition-case--new): New function.
1925 (byte-compile-condition-case): New function that dispatches depending
1926 on byte-compile--use-old-handlers.
1927 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1928 when we can.
1929
1930 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1931 Optimize under `condition-case' and `catch' if
1932 byte-compile--use-old-handlers is nil.
1933 (disassemble-offset): Handle new bytecodes.
1934
328a8179
SM
19352013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * subr.el (error): Use `declare'.
1938 (decode-char, encode-char): Use advertised-calling-convention instead
1939 of the docstring to discourage use of the `restriction' arg.
1940
15a1e936
DU
19412013-10-03 Daiki Ueno <ueno@gnu.org>
1942
1943 * epg.el (epg-verify-file): Add a comment saying that it does not
1944 notify verification error as a return value nor a signal.
1945 (epg-verify-string): Ditto.
1946
376f862a
KR
19472013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1948
1949 * progmodes/compile.el (compilation-start): Try globbing the arg to
1950 `cd' (bug#15417).
1951
a2f93a5f
MA
19522013-10-02 Michael Albinus <michael.albinus@gmx.de>
1953
1954 Sync with Tramp 2.2.8.
1955
1956 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1957 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1958 * net/trampver.el: Update release number.
1959
0daa0804
JD
19602013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1961
1962 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1963 and default-process-coding-system for darwin only.
1964
abd1ae34
SM
19652013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1968
be4e325d
MH
19692013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1970
1971 * vc/vc-git.el (vc-git-grep): Disable pager.
1972
e9155c4a
DG
19732013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1974
494e898b
DG
1975 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1976 Use :url instead of :homepage, as per
1977 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1978
e9155c4a
DG
1979 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1980 non-nil, use `syntax-ppss' (Bug#15251).
1981
481a8e0f
RS
19822013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1983
be4e325d
MH
1984 * progmodes/octave.el (inferior-octave-startup-file):
1985 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 1986
056453c6
DG
19872013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1988
be4e325d
MH
1989 * emacs-lisp/package.el (package-desc-from-define):
1990 Accept additional arguments as plist, convert them to an alist and store
1991 them in the `extras' slot.
056453c6
DG
1992 (package-generate-description-file): Convert extras alist back to
1993 plist and append to the `define-package' form arguments.
1994 (package--alist-to-plist): New function.
1995 (package--ac-desc): Add `extras' slot.
1996 (package--add-to-archive-contents): Check if the archive-contents
1997 vector is long enough, and if it is, pass its `extras' slot value
1998 to `package-desc-create'.
1999 (package-buffer-info): Call `lm-homepage', pass the returned value
2000 to `package-desc-from-define'.
2001 (describe-package-1): Render the homepage button (Bug#13291).
2002
be4e325d
MH
2003 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2004 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 2005
832966e5
JD
20062013-09-29 Jan Djärv <jan.h.d@swipnet.se>
2007
2008 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2009 and default-process-coding-system to utf-8-unix (Bug#15402).
2010
6cfe977d
XF
20112013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2012
2013 * subr.el (looking-back): Do not recommend using looking-back.
2014
38de11bd
AM
20152013-09-28 Alan Mackenzie <acm@muc.de>
2016
2017 Fix indentation/fontification of Java enum with "implements".
2018
2019 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2020 regexp which matches "implements", etc., in Java.
2021 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2022 specifier clauses coming after "enum".
2023 * progmodes/cc-fonts.el (c-font-lock-declarations)
2024 (c-font-lock-enum-tail): Check for extra specifier clauses coming
2025 after "enum".
2026
1610938f
JD
20272013-09-28 Jan Djärv <jan.h.d@swipnet.se>
2028
2029 * faces.el (region): Change ns_selection_color to
2030 ns_selection_fg_color, add ns_selection_bg_color.
2031
e090f499
LL
20322013-09-28 Leo Liu <sdl.web@gmail.com>
2033
4d2e94d1
LL
2034 * progmodes/octave.el (inferior-octave-completion-table)
2035 (inferior-octave-completion-at-point): Minor tweaks.
2036
e090f499
LL
2037 * textmodes/ispell.el (ispell-lookup-words): Rename from
2038 lookup-words. (Bug#15460)
2039 (lookup-words): Obsolete.
2040 (ispell-complete-word, ispell-command-loop): All uses changed.
2041
7e138a62
RS
20422013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2043
2044 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2045 (octave-mode-menu): Add octave-send-buffer.
2046 (octave-send-buffer): New function.
2047
5af5ed08
RS
20482013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2049
2050 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2051 octave-lookfor.
2052 (octave-mode-menu): Add octave-lookfor.
2053 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2054 octave-lookfor.
2055 (octave-lookfor): New function.
2056
3b7b2692
SM
20572013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * emacs-lisp/cl-macs.el:
2060 (cl--loop-destr-temps): Remove.
2061 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2062 its convention.
2063 (cl--loop-set-iterator-function): New function.
2064 (cl-loop): Adjust accordingly, so as not to use cl-subst.
2065 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2066 Bind `it' with `let' instead of substituting it with `cl-subst'.
2067 (cl--unused-var-p): New function.
2068 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2069 Eliminate some unused variable warnings (bug#15326).
2070
529fb53f
TH
20712013-09-27 Tassilo Horn <tsdh@gnu.org>
2072
2073 * doc-view.el (doc-view-scale-reset): Rename from
2074 `doc-view-reset-zoom-level'.
2075 (doc-view-scale-adjust): New command.
2076 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2077 `doc-view-scale-adjust'.
2078
0550c95a
TH
20792013-09-26 Tassilo Horn <tsdh@gnu.org>
2080
2081 * doc-view.el (doc-view-reset-zoom-level): New command.
2082 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2083 zoom commands (bug#15466).
2084
6950f152
KH
20852013-09-26 Kenichi Handa <handa@gnu.org>
2086
2087 * international/quail.el (quail-help): Make it not a command.
2088
39587580
LL
20892013-09-26 Leo Liu <sdl.web@gmail.com>
2090
2091 * minibuffer.el (completion-all-sorted-completions): Make args
2092 optional as they are.
2093
00578659
DC
20942013-09-25 Daniel Colascione <dancol@dancol.org>
2095
2096 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2097 specs are and that they're not evaluated.
2098
0c173878
SS
20992013-09-24 Sam Steingold <sds@gnu.org>
2100
2101 * midnight.el (clean-buffer-list-kill-regexps)
2102 (clean-buffer-list-kill-buffer-names): Update for the new Man
2103 buffer naming which includes the object name.
2104
84998447
SM
21052013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * eshell/esh-cmd.el (eshell--sep-terms): New var.
2108 (eshell-parse-command, eshell-parse-pipeline): Use it since
2109 eshell-separate-commands requires a dynamic scoped var.
2110 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2111
33215353
LL
21122013-09-23 Leo Liu <sdl.web@gmail.com>
2113
2114 * autoinsert.el (auto-insert-alist): Make the value of
2115 lexical-binding match its file setting.
2116
57b16162
JB
21172013-09-23 Juanma Barranquero <lekktu@gmail.com>
2118
c8af4e67
JB
2119 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2120
57b16162
JB
2121 * autoarg.el (autoarg-kp-digit-argument):
2122 * electric.el (Electric-command-loop):
2123 * kmacro.el (kmacro-step-edit-insert):
2124 Do not set universal-argument-num-events.
2125
7186ba60
LL
21262013-09-22 Leo Liu <sdl.web@gmail.com>
2127
2128 * files.el (interpreter-mode-alist): Add octave.
2129
ece15004
AM
21302013-09-21 Alan Mackenzie <acm@muc.de>
2131
2132 C++: fontify identifier in declaration following "public:" correctly.
2133 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2134 to match "public", etc.
2135 (c-decl-prefix-re): Add ":" into the C++ value.
2136 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2137 bit. Add a check for a ":" preceded by "public", etc.
2138
75d83e22
EZ
21392013-09-21 Eli Zaretskii <eliz@gnu.org>
2140
2141 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2142 recognized by GDB 7.5 and later.
2143
d052d3bd
XF
21442013-09-21 Xue Fuqiao <xfq.free@gmail.com>
2145
2146 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2147
31dca772
R
21482013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * subr.el (internal--call-interactively): New const.
2151 (called-interactively-p): Use it (bug#3984).
2152
98ccf24e
XF
21532013-09-20 Xue Fuqiao <xfq.free@gmail.com>
2154
2155 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
2156 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2157 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 2158
c39cc7d1
SM
21592013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
2162 (eshell-ls-orig-insert-directory): Remove.
2163 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
2164 (eshell-ls-use-in-dired): Use advice-add/remove.
2165 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2166 Add `orig-fun' arg for use in :around advice.
2167 Make it check (redundantly) eshell-ls-use-in-dired.
2168
9a0289a2
GM
21692013-09-19 Glenn Morris <rgm@gnu.org>
2170
a2c501b8
GM
2171 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2172
c440407a
GM
2173 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2174
9a0289a2
GM
2175 * emacs-lisp/eieio.el (class-parent): Undo previous change.
2176
85e05915
MA
21772013-09-19 Michael Albinus <michael.albinus@gmx.de>
2178
2179 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2180 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2181 (tramp-get-remote-python): New defuns.
2182 (tramp-get-remote-uid-with-perl)
2183 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2184 contributed by yary <not.com@gmail.com> (tiny change).
2185 (tramp-get-remote-uid-with-python)
2186 (tramp-get-remote-gid-with-python): New defuns. Python code
2187 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2188 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2189
ce503312
GM
21902013-09-19 Glenn Morris <rgm@gnu.org>
2191
f7544773
GM
2192 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2193
72fd2877
GM
2194 * eshell/em-unix.el (eshell-remove-entries):
2195 Rename argument to avoid name-clash with global `top-level'.
2196
336b5a56
GM
2197 * eshell/esh-proc.el (eshell-kill-process-function):
2198 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2199 (eshell-reset-after-proc): Remove unused arg `proc'.
2200
57a3a53d
GM
2201 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2202 (directory-files-and-attributes): Mark unused arg.
2203
3261d4af
GM
2204 * eshell/em-unix.el (eshell-remove-entries):
2205 Remove unused arg `path'. Update callers.
2206
8e51b5d0
GM
2207 * eshell/em-hist.el (eshell-hist-parse-arguments):
2208 Remove unused arg `silent'. Update callers.
2209
ce503312
GM
2210 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2211 Fix (f)boundp mix-up.
2212
2213 * eshell/em-smart.el (eshell-smart-scroll-window)
2214 (eshell-disable-after-change):
336b5a56 2215 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 2216
ee3ce8a7
AM
22172013-09-18 Alan Mackenzie <acm@muc.de>
2218
2219 Fix fontification of type when followed by "const".
2220 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2221 "known" types from fontification.
2222
ec9177ba
GM
22232013-09-18 Glenn Morris <rgm@gnu.org>
2224
7bb3e768
GM
2225 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2226 (chart-face-list): Drop Emacsen without display-color-p.
2227
5148da15
GM
2228 * net/eww.el (libxml-parse-html-region): Declare.
2229 (eww-display-html): Explicit error if no libxml2 support.
2230
2f68e157
GM
2231 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2232
9019d095
GM
2233 * image.el (image-type-from-buffer, image-multi-frame-p):
2234 Remove --without-x warning/error.
67645389 2235
5f30349b 2236 * mouse.el (mouse-yank-primary):
45069b2e 2237 * term.el (term-mouse-paste):
5f30349b
GM
2238 Reorder to silence --without-x compilation.
2239
cd8edbbe
GM
2240 * mpc.el (doc-view-mode): Silence --without-x compilation.
2241
8a78544e
GM
2242 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2243 Silence --without-x compilation.
2244
12679bfd
GM
2245 * progmodes/gud.el (gud-find-file, gud-mode):
2246 Silence --without-x compilation.
2247 (tooltip-mode): Declare.
30810a05 2248
f0047cb9
GM
2249 * wdired.el (dired-backup-overwrite): Remove declaration.
2250 (wdired-mode-map): Add doc string.
2251
e740f9d2
GM
2252 * custom.el (x-get-resource): Declare.
2253
92d77c89
GM
2254 * eshell/em-glob.el (ange-cache):
2255 * eshell/em-unix.el (ange-cache): Declare.
2256
76e69577
GM
2257 * faces.el (x-display-list, x-open-connection, x-get-resource):
2258 Declare.
7e58af4b
GM
2259
2260 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2261 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2262 Declare.
76e69577 2263
4bd4c0af 2264 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 2265
ffb82dbd
GM
2266 * net/gnutls.el (gnutls-log-level): Declare.
2267
986ed135
GM
2268 * net/shr.el (image-size, image-animate): Declare.
2269
e740f9d2
GM
2270 * simple.el (font-info): Declare.
2271
d2f3e9f8
GM
2272 * subr.el (x-popup-dialog): Declare.
2273
047a1a4c
GM
2274 * term/common-win.el (x-select-enable-primary)
2275 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2276 Declare.
2277
f4a1d572
GM
2278 * term/ns-win.el (x-handle-args): Declare.
2279
e843de77
GM
2280 * term/x-win.el (x-select-enable-clipboard): Declare.
2281
5fa89513
GM
2282 * term/w32-win.el (create-default-fontset): Declare.
2283
38702b5b
GM
2284 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2285 Declare.
2286
e740f9d2
GM
2287 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2288 (fit-frame-to-buffer): Explicit error if --without-x.
2289 (mouse-autoselect-window-select): Silence compiler.
2290
49a053fc
GM
2291 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2292
2293 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2294 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2295 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 2296 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
2297 Remove unused local variables.
2298
2299 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2300
ec9177ba
GM
2301 * textmodes/two-column.el: Make 2C-split work for --without-x.
2302 (scroll-bar-columns): Autoload.
2303 (top-level): Require fringe when compiling.
2304
9f25cb77
LL
23052013-09-18 Leo Liu <sdl.web@gmail.com>
2306
2307 * subr.el (add-hook): Robustify to handle closure as well.
2308
2b42da98
GM
23092013-09-17 Glenn Morris <rgm@gnu.org>
2310
2311 * simple.el (messages-buffer-mode-map): Unbind "g".
2312
e8b66a6a
SM
23132013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2314
9c0ad4f7
SM
2315 * help-mode.el (help-mode-finish): Use derived-mode-p.
2316 Remove obsolete highlighting.
2317
7a806dfb
SM
2318 * play/life.el (life-mode): Use define-derived-mode. Derive from
2319 special-mode.
2320 (life): Let-bind inhibit-read-only.
2321 (life-setup): Avoid `setq'. Use `life-mode'.
2322
96dbf5a8
SM
2323 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2324 which should not be needed any more.
2325 (package-menu-refresh, package-menu-describe-package): Use user-error.
2326
e8b66a6a
SM
2327 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2328 (eshell-post-rewrite-command-hook): Make obsolete.
2329 (eshell-parse-command): Simplify.
2330 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2331 (eshell--cmd): Declare.
2332 (eshell-parse-pipeline): Remove unused var `final-p'.
2333 Pass a dynvar to eshell-post-rewrite-command-hook.
2334 Implement the new eshell-post-rewrite-command-function.
2335 (eshell-invoke-directly): Remove unused arg `input'.
2336 * eshell/esh-io.el (eshell-io-initialize):
2337 Use eshell-post-rewrite-command-function (bug#15399).
2338 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2339 adjust to new calling convention.
2340 (eshell-create-handles): Rename args to avoid clashing with dynvar
2341 `standard-output'.
2342
90582f05
GM
23432013-09-17 Glenn Morris <rgm@gnu.org>
2344
2345 * simple.el (messages-buffer-mode): New major mode.
2346 (messages-buffer): New function.
2347 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2348 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 2349 (ert-run-test): Use `messages-buffer' function.
90582f05 2350 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
2351 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2352 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 2353
39eb0cb5 23542013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
2355
2356 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2357
1f1e06e2
SM
2358 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2359
70568a90
SM
23602013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2361
504a0381
SM
2362 * icomplete.el (icomplete-in-buffer): New var.
2363 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2364 vars and replace them with functions.
2365 (icomplete-minibuffer-setup): Adjust accordingly.
2366 (icomplete--completion-table, icomplete--completion-predicate)
2367 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2368 New functions.
2369 (icomplete-forward-completions, icomplete-backward-completions)
2370 (icomplete-simple-completing-p, icomplete-exhibit)
2371 (icomplete-completions): Use them.
2372 (icomplete--in-region-buffer): New var.
2373 (icomplete--in-region-setup): New function.
2374 (icomplete-mode): Use it.
2375
70568a90
SM
2376 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2377 (bug#15379).
2378 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2379 return args and options.
2380 (eshell-eval-using-options): Use the new return value of
2381 eshell--do-opts to set the options's vars in their scope.
2382 (eshell--set-option): Rename from eshell-set-option.
2383 Add arg `opt-vals'.
2384 (eshell--process-option): Rename from eshell-process-option.
2385 Add arg `opt-vals'.
2386 (eshell--process-args): Use an `opt-vals' alist to store the options's
2387 values during their processing and return them additionally to the
2388 remaining args.
2389
578c21bc
DG
23902013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2391
2392 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2393 continuation character an operator, as far as indentation is
2394 concerned (Bug#15369).
2395
c089653d
MR
23962013-09-15 Martin Rudalics <rudalics@gmx.at>
2397
2398 * window.el (window--state-put-2): Don't process buffer state
2399 when buffer doesn't exist any more (Bug#15382).
2400
1e53bb4b
GM
24012013-09-15 Glenn Morris <rgm@gnu.org>
2402
30753242
GM
2403 * eshell/em-unix.el (eshell/rm):
2404 Make -f ignore missing files. (Bug#15373)
2405
1e53bb4b
GM
2406 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2407 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2408 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2409
0d8863b3
GM
24102013-09-14 Glenn Morris <rgm@gnu.org>
2411
2412 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2413
d3fc6549
GM
24142013-09-13 Glenn Morris <rgm@gnu.org>
2415
2416 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2417 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2418
fcd42c11
DA
24192013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2420
2421 * frame.el (x-focus-frame): Mark as declared in frame.c.
2422
7830899f
SM
24232013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * ls-lisp.el: Use advice-add.
2426 (original-insert-directory): Remove.
2427 (ls-lisp--insert-directory): Rename from insert-directory; add
2428 `orig-fun' argument.
2429 (insert-directory): Advise.
2430
84387cd2
EZ
24312013-09-13 Eli Zaretskii <eliz@gnu.org>
2432
2433 * term.el (term-emulate-terminal): Decode the command string
2434 before passing it to term-command-hook. (Bug#15337)
2435
35ffc6ba
GM
24362013-09-13 Glenn Morris <rgm@gnu.org>
2437
5c3f9bcc
GM
2438 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2439
2ada368a
GM
2440 * eshell/esh-ext.el (eshell-search-path): Declare.
2441
fcef2e13
GM
2442 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2443 Otherwise an error occurs if eshell-dirs module not loaded.
2444
35ffc6ba
GM
2445 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2446
35c3d36e
MA
24472013-09-13 Michael Albinus <michael.albinus@gmx.de>
2448
2449 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2450 `tramp-check-proper-host'. Check for a valid method name.
2451
2452 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2453 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2454 * net/tramp-sh.el (tramp-maybe-open-connection):
2455 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2456
2457 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2458 also for hash values.
2459
ae5e4c48
SM
24602013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2461
379add74
SM
2462 * term/ns-win.el (parameters): Don't declare as dynamic.
2463 (before-make-frame-hook): Don't add ineffective function.
2464
ae5e4c48
SM
2465 * eshell/*.el: Use lexical-binding (bug#15231).
2466
b5623270
KH
24672013-09-12 Kenichi Handa <handa@gnu.org>
2468
ae5e4c48 2469 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 2470
30213927
GM
24712013-09-12 Glenn Morris <rgm@gnu.org>
2472
be94d713 2473 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 2474 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 2475
44915370
GM
2476 * subr.el (do-after-load-evaluation): Also give compiler warnings
2477 when obsolete files are used (except by obsolete files).
2478
a6ae021f
GM
2479 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2480 in the status output, assume `filename' is the first. (Bug#15322)
2481
40e64f0c
GM
2482 * vc/vc.el (vc-deduce-fileset): Doc fix.
2483
16d9f896
GM
2484 * calc/calc-help.el (Info-goto-node):
2485 * progmodes/cperl-mode.el (Info-find-node):
2486 * vc/ediff.el (Info-goto-node): Update declarations.
2487
dea01c6e
GM
2488 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2489
759880bf 2490 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
2491 (vc-bzr-pull): Require vc-dispatcher.
2492 * vc/vc-git.el (vc-compilation-mode): Declare.
2493 (vc-git-pull): Require vc-dispatcher.
2494
08d66420
GM
2495 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2496
30b626e9
GM
2497 * progmodes/octave.el (help-button-action): Declare.
2498
8c05cb10
GM
2499 * shell.el (shell-directory-tracker): Output error as a message
2500 rather than just returning it as a string.
2501 (shell-process-pushd): Remove useless use of message.
2502
30213927
GM
2503 * dframe.el (dframe-timer-fn):
2504 * files.el (dir-locals-read-from-file):
2505 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2506 (mpc-format):
2507 * reveal.el (reveal-post-command):
2508 * saveplace.el (load-save-place-alist-from-file):
2509 * shell.el (shell-resync-dirs):
2510 * w32-common-fns.el (x-get-selection-value):
2511 * emacs-lisp/copyright.el (copyright-find-copyright):
2512 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2513 * emulation/tpu-edt.el (tpu-copy-keyfile):
2514 * play/bubbles.el (bubbles--mark-neighbourhood):
2515 * progmodes/executable.el
2516 (executable-make-buffer-file-executable-if-script-p):
2517 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2518
d3b049e6
SM
25192013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2520
170266d0
SM
2521 Cleanup Eshell to rely less on dynamic scoping.
2522 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2523 last-value, and ext-command here. Bind `args' closer to `body'.
2524 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2525 (eshell--args): Declare new dynamic var.
2526 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2527 last-value, and ext-command. Pass `args' to `body'.
2528 (eshell-process-args): Bind eshell--args.
2529 (eshell-set-option): Use eshell--args.
2530 * eshell/eshell.el (eshell): Use derived-mode-p.
2531 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2532 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2533 (eshell-glob-function): Declare.
2534 * eshell/esh-util.el: Require cl-lib.
2535 (eshell-read-hosts-file): Avoid add-to-list.
2536 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2537 `err'.
2538 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2539 Declare.
2540 (eshell/diff): Remove unused var `err'.
2541 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2542 `killflag'.
2543 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2544 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2545 first use.
2546 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2547 Move declaration before first use.
2548 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
2549 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2550 rely on cl-return.
2551
56834f3b
GM
25522013-09-12 Glenn Morris <rgm@gnu.org>
2553
2554 * term/ns-win.el (global-map): Remove binding for ispell-next,
2555 deleted 1999-05-29. (Bug#15357)
2556
5c91a2b8
GM
25572013-09-11 Glenn Morris <rgm@gnu.org>
2558
da712f22
GM
2559 * echistory.el (electric-command-history): Remove call to deleted func.
2560
512e4cdc
GM
2561 * play/landmark.el (landmark-mode): Fix typos.
2562
d3506ca5
GM
2563 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2564 Check cvs-sort-ignore-file is bound.
2565
5c91a2b8
GM
2566 * savehist.el: No need for cl when compiling on Emacs.
2567
feeff482
SM
25682013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2569
656bd483
SM
2570 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2571 (bug#15338).
d3b049e6
SM
2572 (eshell-self-insert-command, eshell-send-invisible):
2573 Remove unused argument.
656bd483
SM
2574 (eshell-handle-control-codes): Remove unused var `orig'.
2575 Avoid delete-backward-char.
2576
feeff482
SM
2577 * files.el (set-auto-mode): Simplify a bit further.
2578
2a08047a
GM
25792013-09-11 Glenn Morris <rgm@gnu.org>
2580
2581 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2582 (set-auto-mode): Don't regexp-quote elements.
2583 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2584 * progmodes/cc-mode.el (interpreter-mode-alist):
2585 * progmodes/ruby-mode.el (interpreter-mode-alist):
2586 Revert previous change.
2587
34675540
SM
25882013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2589
1b3b87df
SM
2590 * play/snake.el (snake-mode):
2591 * play/mpuz.el (mpuz-mode):
2592 * play/landmark.el (lm-mode):
2593 * play/blackbox.el (blackbox-mode):
2594 * play/5x5.el (5x5-mode):
2595 * obsolete/options.el (Edit-options-mode):
2596 * net/quickurl.el (quickurl-list-mode):
2597 * net/newst-treeview.el (newsticker-treeview-mode):
2598 * mail/rmailsum.el (rmail-summary-mode):
2599 * mail/mspools.el (mspools-mode):
2600 * locate.el (locate-mode):
2601 * ibuffer.el (ibuffer-mode):
2602 * emulation/ws-mode.el (wordstar-mode):
2603 * emacs-lisp/debug.el (debugger-mode):
2604 * array.el (array-mode):
2605 * net/eudc.el (eudc-mode): Use define-derived-mode.
2606 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2607 Move initialization into declaration.
2608 (mairix-searches-mode): Use define-derived-mode.
2609 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2610 (eudc-edit-hotlist): Use dolist.
2611 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2612 (Man-mode): Use define-derived-mode.
2613 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2614 (Info-edit-mode): Use define-derived-mode.
2615 (Info-cease-edit): Use Info-mode.
2616 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2617 into declaration.
2618 (eshell-mode): Use define-derived-mode.
2619 * chistory.el (command-history-mode-map): Rename from
2620 command-history-map.
2621 (command-history-mode): Use define-derived-mode.
da712f22 2622 (Command-history-setup): Remove function.
1b3b87df
SM
2623 * calc/calc.el (calc-trail-mode-map): New var.
2624 (calc-trail-mode): Use define-derived-mode.
2625 (calc-trail-buffer): Set calc-main-buffer manually.
2626 * bookmark.el (bookmark-insert-annotation): New function.
2627 (bookmark-edit-annotation): Use it.
2628 (bookmark-edit-annotation-mode): Make it a proper major mode.
2629 (bookmark-send-edited-annotation): Use derived-mode-p.
2630 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2631 closer to its ideal place. Use \' to match EOS.
2632
34675540
SM
2633 * profiler.el (profiler-calltree-find): Use function-equal.
2634
6a5c15d9
GM
26352013-09-10 Glenn Morris <rgm@gnu.org>
2636
1af4c220
GM
2637 * files.el (interpreter-mode-alist): Convert to regexps.
2638 (set-auto-mode): Adapt for this. (Bug#15306)
2639 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2640 Comment out unused variable.
2641 * progmodes/cc-mode.el (interpreter-mode-alist):
2642 * progmodes/python.el (interpreter-mode-alist):
2643 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2644 * progmodes/sh-script.el (sh-set-shell):
2645 No longer use interpreter-mode-alist to get list of shells.
2646
6a5c15d9
GM
2647 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2648
8c27f5ff
SM
26492013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2650
02ef6c1a 2651 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 2652 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
2653 Bind switch-frame explicitly. Replace universal-argument-minus with
2654 a conditional binding.
2655 (universal-argument-num-events, saved-overriding-map): Remove.
2656 (restore-overriding-map): Remove.
2657 (universal-argument--mode): Rename from save&set-overriding-map,
2658 and rewrite.
2659 (universal-argument, universal-argument-more, negative-argument)
2660 (digit-argument): Adjust accordingly.
2661 (universal-argument-minus): Remove.
2662 (universal-argument-other-key): Remove.
2663
8c27f5ff
SM
2664 * subr.el (with-demoted-errors): Add `format' argument.
2665
6480194c
MA
26662013-09-10 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2669 `tramp-cleanup-connection'.
2670
2671 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2672 parameters KEEP-DEBUG and KEEP-PASSWORD.
2673
2674 * net/tramp.el (tramp-file-name-handler):
2675 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2676 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2677 (tramp-maybe-open-connection):
8c27f5ff
SM
2678 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2679 Use `tramp-cleanup-connection'.
6480194c 2680
8c27f5ff
SM
2681 * net/tramp-sh.el (tramp-maybe-open-connection):
2682 Catch 'uname-changed inside the progress reporter.
6480194c 2683
e5e916d8
GM
26842013-09-10 Glenn Morris <rgm@gnu.org>
2685
9a2c9b47
GM
2686 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2687
e5e916d8
GM
2688 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2689 returns "alternate access method" in mode (eg "-rw-r--r--.").
2690
144e38fe
GM
26912013-09-08 Glenn Morris <rgm@gnu.org>
2692
2693 * saveplace.el (load-save-place-alist-from-file):
2694 Demote errors. (Bug#15305)
2695
af9ff9e8
MA
26962013-09-08 Michael Albinus <michael.albinus@gmx.de>
2697
2698 Improve compatibility with older Emacsen, and XEmacs.
2699
2700 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2701 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
2702 (with-tramp-progress-reporter): Do not let-bind `result'.
2703 This yields to scoping errors in XEmacs.
af9ff9e8
MA
2704 (tramp-handle-make-auto-save-file-name): New function, moved from
2705 tramp-sh.el.
2706
2707 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2708 for `make-auto-save-file-name'.
8c27f5ff
SM
2709 (tramp-adb--gnu-switches-to-ash):
2710 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2711
2712 * net/tramp-cache.el (tramp-cache-print): Call
2713 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2714
2715 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2716 bound. It isn't for XEmacs.
2717
8c27f5ff
SM
2718 * net/tramp-compat.el (tramp-compat-copy-file):
2719 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
2720 (tramp-compat-replace-regexp-in-string): New defun.
2721
2722 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2723 for `make-auto-save-file-name'.
2724 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2725 `copy-file'.
2726 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2727 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2728 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2729
8c27f5ff
SM
2730 * net/tramp-gw.el (tramp-gw-open-network-stream):
2731 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 2732
8c27f5ff
SM
2733 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2734 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
2735 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2736 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
2737 (tramp-sh-file-inotifywait-process-filter):
2738 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2739 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2740
2741 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2742 for `make-auto-save-file-name'.
8c27f5ff
SM
2743 (tramp-smb-handle-copy-directory):
2744 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2745 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2746 (tramp-smb-handle-copy-file): Improve error message.
2747 (tramp-smb-handle-rename-file): Rename directly only in case
2748 `newname' does not exist yet. This is a restriction of smbclient.
2749 (tramp-smb-maybe-open-connection): Rerun the function only when
2750 `auth-sources' is non-nil.
2751
0ca754d0
KH
27522013-09-08 Kenichi Handa <handa@gnu.org>
2753
2754 * international/characters.el: Set category "^" (Combining) for
2755 more characters.
2756
e8dd0787
AM
27572013-09-07 Alan Mackenzie <acm@muc.de>
2758
2759 Correctly fontify Java class constructors.
2760 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2761 in Java Mode.
2762 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
2763 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2764 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
2765 "typeless" declaration there.
2766
f2f248e7
RW
27672013-09-07 Roland Winkler <winkler@gnu.org>
2768
2769 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2770 field subtitle for entry type book.
2771
67982e2b
SM
27722013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * minibuffer.el: Make minibuffer-complete call completion-in-region
2775 rather than other way around.
2776 (completion--some, completion-pcm--find-all-completions):
2777 Don't delay signals when debugging.
2778 (minibuffer-completion-contents): Beware fields within the
2779 minibuffer contents.
2780 (completion-all-sorted-completions): Use defvar-local.
2781 (completion--do-completion, completion--cache-all-sorted-completions)
2782 (completion-all-sorted-completions, minibuffer-force-complete):
2783 Add args `beg' and `end'.
2784 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2785 (minibuffer-complete): Use completion-in-region.
2786 (completion-complete-and-exit): New fun, extracted from
2787 minibuffer-complete-and-exit.
2788 (minibuffer-complete-and-exit): Use it.
2789 (completion--complete-and-exit): Rename from
2790 minibuffer--complete-and-exit.
2791 (completion-in-region--single-word): New function, extracted from
2792 minibuffer-complete-word.
2793 (minibuffer-complete-word): Use it.
2794 (display-completion-list): Make `common-substring' argument obsolete.
2795 (completion--in-region): Call completion--in-region-1 instead of
2796 minibuffer-complete.
2797 (completion-help-at-point): Pass boundaries to
2798 minibuffer-completion-help as args rather than via an overlay.
2799 (completion-pcm--string->pattern): Use `any-delim'.
2800 (completion-pcm--optimize-pattern): New function.
2801 (completion-pcm--pattern->regex): Handle `any-delim'.
2802 * icomplete.el (icomplete-forward-completions)
2803 (icomplete-backward-completions, icomplete-completions):
2804 Adjust calls to completion-all-sorted-completions and
2805 completion--cache-all-sorted-completions.
2806 (icomplete-with-completion-tables): Default to t.
2807 * emacs-lisp/crm.el (crm--current-element): Rename from
2808 crm--select-current-element. Don't put an overlay but return the
2809 boundaries instead.
2810 (crm--completion-command): Take two new args to bind to the boundaries.
2811 (crm-completion-help): Adjust accordingly.
2812 (crm-complete): Use completion-in-region.
2813 (crm-complete-word): Use completion-in-region--single-word.
2814 (crm-complete-and-exit): Use completion-complete-and-exit.
2815
e17d94a5
SM
28162013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2819 than dynamically.
2820
96727100
JL
28212013-09-06 Juri Linkov <juri@jurta.org>
2822
2823 * info.el (Info-display-images-node): When image file doesn't exist
2824 display text version of the image if it's provided in the Info file.
2825 Otherwise, display the location of missing image from SRC attribute.
2826 Add help-echo text property from ALT attribute. (Bug#15279)
2827
86cf7329
SM
28282013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2831 (edit-abbrevs-mode): Use define-derived-mode.
2832
2833 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2834 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2835 that it's defined.
2836 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2837 Use define-derived-mode.
2838
2839 * epg.el (epg-start-encrypt): Minor CSE simplification.
2840
816244a2
WX
28412013-09-06 William Xu <william.xwl@gmail.com>
2842
2843 * arc-mode.el: Add support for 7za (bug#15264).
2844 (archive-7z-program): New var.
2845 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2846 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2847 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2848
1486fa31
MA
28492013-09-06 Michael Albinus <michael.albinus@gmx.de>
2850
2851 Remove URL syntax.
2852
2853 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2854 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2855 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2856 (tramp-postfix-host-format, tramp-file-name-regexp)
2857 (tramp-completion-file-name-regexp)
2858 (tramp-completion-dissect-file-name)
2859 (tramp-handle-substitute-in-file-name): Remove 'url case.
2860 (tramp-file-name-regexp-url)
2861 (tramp-completion-file-name-regexp-url): Remove constants.
2862
39785324
GM
28632013-09-06 Glenn Morris <rgm@gnu.org>
2864
2865 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2866
1f896cb7
DG
28672013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2868
2869 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2870 keywords" below "here-doc beginnings" (Bug#15270).
2871
c0458e0b
SM
28722013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * subr.el (pop): Use `car-safe'.
2875 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2876 to detect unused `pop' return value.
2877
2878 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2879 var `block-regexp'.
2880 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2881 (python-fill-string): Remove unused var `marker'.
2882 (python-skeleton-add-menu-items): Remove unused var `items'.
2883
2884 * international/mule-cmds.el: Require CL.
2885 (find-coding-systems-for-charsets): Avoid add-to-list.
2886 (sanitize-coding-system-list): New function, extracted from
2887 select-safe-coding-system-interactively.
2888 (select-safe-coding-system-interactively): Use it.
2889 (read-input-method-name): Accept symbols for `default'.
2890
2891 * emacs-lisp/advice.el (defadvice): Add indent rule.
2892
6c42fc3e
DH
28932013-09-05 Daniel Hackney <dan@haxney.org>
2894
2895 * dired-x.el:
2896 * net/ange-ftp.el:
2897 * net/browse-url.el:
2898 * net/dbus.el:
2899 * net/eudc.el:
2900 * net/eudcb-ldap.el:
2901 * net/eww.el:
2902 * net/imap.el:
2903 * printing.el:
2904 * vc/ediff-diff.el:
2905 * vc/ediff-init.el:
2906 * vc/ediff-merg.el:
2907 * vc/ediff-mult.el:
2908 * vc/ediff-util.el:
2909 * vc/ediff-wind.el:
2910 * vc/ediff.el:
2911 * vc/emerge.el:
2912 * vc/pcvs.el:
2913 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2914 byte compiler. Remove some unused let-bound variables.
2915
4c528aab
SM
29162013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2919 a "ref-cell", since it gets better optimized (bug#14883).
2920
bd15c390
GM
29212013-09-05 Glenn Morris <rgm@gnu.org>
2922
2923 * progmodes/cc-awk.el (c-forward-sws): Declare.
2924
1c3ac2e5
GM
29252013-09-04 Glenn Morris <rgm@gnu.org>
2926
2927 * generic-x.el [rul-generic-mode]: Require cc-mode.
2928 (c++-mode-syntax-table): Declare.
2929 (rul-generic-mode-syntax-table): Init in the defvar.
2930
52b1cc79
SM
29312013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2932
c828af56
SM
2933 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2934 (vc-do-command, vc-set-async-update):
2935 * vc/vc-mtn.el (vc-mtn-dir-status):
2936 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2937 (vc-hg-pull, vc-hg-merge-branch):
2938 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2939 (vc-git-merge-branch):
2940 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2941 (vc-cvs-dir-status-files):
2942 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2943 (vc-bzr-dir-status-files):
2944 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2945 * vc/vc-annotate.el: Use lexical-binding.
2946 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2947 (vc-sentinel-movepoint): Declare.
2948 (vc-annotate): Don't use `goto-line'.
2949 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2950 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2951 (vc-sentinel-movepoint): Declare.
2952 * vc/vc-svn.el: Use lexical-binding.
2953 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2954 * vc/vc-sccs.el:
2955 * vc/vc-rcs.el: Use lexical-binding.
2956
abae272c
SM
2957 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2958 `deleted'. Don't drop errors silently.
2959
52b1cc79
SM
2960 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2961
63191d9f
XF
29622013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2963
2964 * vc/vc.el (vc-ignore): Rewrite.
2965 (vc-default-ignore): New function.
2966 (vc-default-ignore-completion-table): Use find-ignore-file.
2967
2968 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2969 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2970 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2971 Remove. Most code moved to vc.el.
2972
9d3f707c
SM
29732013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2974
abae272c 2975 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
2976 * net/tramp-smb.el (tramp-smb-get-file-entries):
2977 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2978 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2979
fde38d49
SM
2980 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2981 Update call to it.
2982 (eww-change-select): Remove unused var `properties'.
2983 (eww-make-unique-file-name): Remove unused var `base'.
2984
2985 * finder.el (finder-compile-keywords): Don't mess with windows.
2986
84032db7
SM
2987 * calculator.el (calculator-funcall): Fix typo in last change.
2988
724f5e41
SM
2989 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2990
14b511d4
SM
2991 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2992 <pkg>-autoloads.el file stop us.
2993
9d3f707c 2994 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 2995 warnings, and factor out common code.
9d3f707c 2996
88527bc0
DG
29972013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2998
2999 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3000 two-character operators and whether the character preceding them
3001 changes their meaning (Bug#15208).
3002
96edb677
FEG
30032013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3004
3005 Format code sent to Python shell for robustness.
9d3f707c
SM
3006 * progmodes/python.el (python-shell-buffer-substring):
3007 New function.
96edb677
FEG
3008 (python-shell-send-region, python-shell-send-buffer): Use it.
3009
95beaef3
MA
30102013-09-02 Michael Albinus <michael.albinus@gmx.de>
3011
3012 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3013 * net/tramp.el (tramp-user-error): ... here.
3014 (tramp-find-method, tramp-check-proper-host)
3015 (tramp-dissect-file-name, tramp-debug-message)
3016 (tramp-handle-shell-command):
3017 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3018 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3019
3020 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3021
f167c27b
MR
30222013-09-02 Martin Rudalics <rudalics@gmx.at>
3023
3024 * avoid.el (mouse-avoidance-point-position)
3025 (mouse-avoidance-too-close-p): Handle case where posn-at-point
3026 returns nil.
3027
cd16c5f1
FEG
30282013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
3029
3030 * progmodes/python.el (python-shell-completion-get-completions):
3031 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 3032 (python-nav-if-name-main): New command.
cd16c5f1 3033
e73c3a0d
GM
30342013-09-01 Glenn Morris <rgm@gnu.org>
3035
f8ccce03
GM
3036 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3037 Avoid leading space in $wins. Otherwise the sed command used by
3038 eg compile-main ends up containing "/*.el". (Bug#15170)
3039
e73c3a0d
GM
3040 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
3041
415f808e
GM
30422013-08-30 Glenn Morris <rgm@gnu.org>
3043
3044 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3045 Fix is-this-a-directory logic. (Bug#15220)
3046
f069bba8
SM
30472013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3048
112798c1
SM
3049 * textmodes/css-mode.el: Use SMIE.
3050 (css-smie-grammar): New var.
3051 (css-smie--forward-token, css-smie--backward-token)
3052 (css-smie-rules): New functions.
3053 (css-mode): Use them.
3054 (css-navigation-syntax-table): Remove var.
3055 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3056 (css-indent-calculate, css-indent-line): Remove functions.
3057
3058 Misc changes to reduce use of `(lambda...); and other cleanups.
3059 * cus-edit.el: Use lexical-binding.
3060 (customize-push-and-save, customize-apropos)
3061 (custom-buffer-create-internal): Use closures.
3062 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3063 * progmodes/ada-xref.el: Use setq.
3064 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3065 * dframe.el: Use lexical-binding.
3066 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
3067 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3068 * descr-text.el: Use lexical-binding.
3069 (describe-text-widget, describe-text-sexp, describe-property-list):
3070 Use closures.
3071 * comint.el (comint-history-isearch-push-state): Use a closure.
3072 * calculator.el: Use lexical-binding.
3073 (calculator-number-to-string): Make it work with lexical-binding.
3074 (calculator-funcall): Same and use cl-letf.
3075
2da4c3ab
SM
3076 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3077 (lisp--company-doc-string, lisp--company-location): New functions.
3078 (lisp-completion-at-point): Use them to improve Company support.
3079
f069bba8
SM
3080 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3081 params of lambda expressions.
3082 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3083 (ruby-smie--opening-pipe-p): New function.
3084 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3085 symbols and matched |...| for formal params.
3086 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3087 from being treated as hanging. Handle "rescue".
3088
6758b6a8
GM
30892013-08-29 Glenn Morris <rgm@gnu.org>
3090
3091 * progmodes/cc-engine.el (c-pull-open-brace):
3092 Move definition before use.
3093
e8dfd197
SM
30942013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3097 are immutable. Don't use `unsafe' any more.
3098 (cl--defsubst-expand): Don't substitute at the same time as keeping
3099 a residual unused let-binding. Don't use `unsafe' any more.
3100
cc585c96
GM
31012013-08-29 Glenn Morris <rgm@gnu.org>
3102
ba579ea6
GM
3103 * calendar/cal-china.el (calendar-chinese-year-cache):
3104 Recenter on 2015.
3105
8201a87e
GM
3106 * nxml/nxml-util.el (nxml-debug-clear-inside):
3107 Use cl-loop rather than loop.
3108
6ee877c7
GM
3109 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3110
cc585c96
GM
3111 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3112
27be8d39
GM
31132013-08-28 Glenn Morris <rgm@gnu.org>
3114
397440a1
GM
3115 * progmodes/antlr-mode.el: No need to require cc-mode twice.
3116
2bb762d4
GM
3117 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3118
27be8d39
GM
3119 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3120
2d69b99e
SM
31212013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3122
f663baa7
SM
3123 * simple.el (repeat-complex-command--called-interactively-skip):
3124 New function.
3125 (repeat-complex-command): Use it (bug#14136).
3126
dd4f8b74
SM
3127 * progmodes/cc-mode.el: Minor cleanup of var declarations.
3128 (c-define-abbrev-table): Add `doc' argument.
3129 (c-mode-abbrev-table, c++-mode-abbrev-table)
3130 (objc-mode-abbrev-table, java-mode-abbrev-table)
3131 (idl-mode-abbrev-table, pike-mode-abbrev-table)
3132 (awk-mode-abbrev-table): Use it.
3133 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3134 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3135 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3136 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3137 Move initialization into the declaration; and remove any
3138 autoload cookie.
3139
b58969f7
SM
3140 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3141 and dynamic let binding.
3142
4021d6a6
SM
3143 * vc/smerge-mode.el: Remove redundant :group args.
3144
2d69b99e
SM
3145 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3146 to load-path.
3147
274919fd
JL
31482013-08-28 Juri Linkov <juri@jurta.org>
3149
3150 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3151 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3152 (isearch-other-meta-char): Handle an undefined shifted printing
3153 character by downshifting it. (Bug#15200)
3154
121f8c95
JL
31552013-08-28 Juri Linkov <juri@jurta.org>
3156
3157 * isearch.el (isearch-search): Change regexp error message for
3158 non-regexp searches. (Bug#15166)
3159
50b13cde
PE
31602013-08-28 Paul Eggert <eggert@cs.ucla.edu>
3161
3162 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3163 for portability to hosts where /bin/sh has problems.
3164
95888bca
SM
31652013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3168
bbe558f1
JL
31692013-08-27 Juri Linkov <juri@jurta.org>
3170
3171 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3172 in the keyboard macro. (Bug#15126)
3173
26f98a7d
JL
31742013-08-27 Juri Linkov <juri@jurta.org>
3175
3176 * isearch.el (isearch-quote-char): Comment out converting unibyte
3177 to multibyte, thus syncing with its `quoted-insert' counterpart.
3178 (Bug#15166)
3179
7c97d35e
MR
31802013-08-27 Martin Rudalics <rudalics@gmx.at>
3181
3182 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
3183 argument in call of get-largest-window (Bug#15185).
3184 Reported by Stephen Leake.
7c97d35e 3185
a0b5606e 31862013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
3187
3188 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3189
9e89d835
SM
31902013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3193 from a matcher-function unless there's no more matches (bug#15161).
3194
78fc2530
MA
31952013-08-26 Michael Albinus <michael.albinus@gmx.de>
3196
3197 * minibuffer.el: Revert change from 2013-08-20.
3198
3199 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3200 with text property `tramp-default', if appropriate.
3201 (tramp-check-proper-host): New defun.
3202 (tramp-dissect-file-name): Do not check hostname. Revert change
3203 of 2013-03-18.
3204 (tramp-backtrace): Make VEC-OR-PROC optional.
3205
3206 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3207 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3208 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
3209 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3210 Apply `tramp-check-proper-host'.
78fc2530 3211
edca97cd
TH
32122013-08-26 Tassilo Horn <tsdh@gnu.org>
3213
3214 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3215 lambda expression in order to have `describe-variable' display it.
3216
df54bcbd
MA
32172013-08-26 Michael Albinus <michael.albinus@gmx.de>
3218
3219 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3220 BUF can be optional. (Bug#15186)
3221
eed99101
XF
32222013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3223
3224 * progmodes/flymake.el (flymake-get-real-file-name-function):
3225 Fix broken customization. (Bug#15184)
3226
b5eb9035
AM
32272013-08-25 Alan Mackenzie <acm@muc.de>
3228
8a51e842
AM
3229 Improve indentation of bracelists defined by macros (without "=").
3230
3231 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3232 expansion begins with "{", regard it as bracelist when it doesn't
3233 contain a ";".
3234
869455d4
AM
3235 Parse C++ inher-intro when there's a template split over 2 lines.
3236
3237 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3238 rigorously the search for "class" etc. followed by ":".
3239
3240 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3241 random languages a regexp which never matches rather than nil.
3242
b5eb9035
AM
3243 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3244
3245 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3246 (c-awk-regexp-one-line-possibly-open-char-list-re)
3247 (c-awk-one-line-possibly-open-regexp-re)
3248 (c-awk-one-line-non-syn-ws*-re): Remove.
3249 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3250 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3251 (c-awk-space*-unclosed-regexp-/-re): New constants.
3252 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3253 aren't regexp delimiters.
3254
3255 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3256 handling for a rare situation in AWK Mode involving unterminated
3257 strings/regexps.
3258
61611d54
GM
32592013-08-23 Glenn Morris <rgm@gnu.org>
3260
2d85dc34
GM
3261 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3262
cb8d2612
GM
3263 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3264
bb35f42f
GM
3265 * files.el (create-file-buffer): If the result would begin with
3266 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 3267
b9808e77
SM
32682013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3269
e3a66363
SM
3270 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3271 text-properties (bug#15155).
3272
b9808e77
SM
3273 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3274 exist any more.
3275 (calc-keypad-redraw): Remove unused var `pad'.
3276 (calc-keypad-press): Remove unused var `menu'.
3277
7fd5f65e
MR
32782013-08-23 Martin Rudalics <rudalics@gmx.at>
3279
b9808e77
SM
3280 * window.el (display-buffer-pop-up-frame):
3281 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
3282 use it as the new frame's buffer (Bug#15133).
3283
8352b530
SM
32842013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * calendar/timeclock.el: Minor cleanups.
3287 (timeclock-ask-before-exiting, timeclock-use-display-time):
3288 Use `symbol'.
3289 (timeclock-modeline-display): Define as alias before the
3290 actual definition.
3291 (timeclock-mode-line-display): Use define-minor-mode.
3292 (timeclock-day-list-template): Make it a function, add an argument.
3293 (timeclock-day-list-required, timeclock-day-list-length)
3294 (timeclock-day-list-debt, timeclock-day-list-span)
3295 (timeclock-day-list-break): Adjust calls accordingly.
3296
9f7b1925
SM
32972013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3300 Use read--expression so that completion works again.
3301
6e50e983
SS
33022013-08-21 Sam Steingold <sds@gnu.org>
3303
3304 Add rudimentary inferior shell interaction
3305 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3306 (sh-set-shell): Reset it.
9f7b1925
SM
3307 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3308 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 3309
dbb0d350
SM
33102013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * align.el: Use lexical-binding.
3313 (align-region): Simplify accordingly.
3314
c88586a9
MA
33152013-08-20 Michael Albinus <michael.albinus@gmx.de>
3316
3317 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3318
3319 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3320 `non-essential' up.
3321
f95527c8
MA
33222013-08-17 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * net/tramp.el:
3325 * net/tramp-adb.el:
3326 * net/tramp-cmds.el:
3327 * net/tramp-ftp.el:
3328 * net/tramp-gvfs.el:
3329 * net/tramp-gw.el:
3330 * net/tramp-sh.el: Don't wrap external variable declarations by
3331 `eval-when-compile'.
3332
4b5fe4ee
LMI
33332013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3334
3335 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3336 now that Emacs supports ImageMagick animations.
3337
13c366c9
MA
33382013-08-16 Michael Albinus <michael.albinus@gmx.de>
3339
3340 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3341 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3342
3dfc5cd6
MR
33432013-08-16 Martin Rudalics <rudalics@gmx.at>
3344
3345 * window.el (mouse-autoselect-window-select): Do autoselect when
3346 mouse pointer is on margin.
3347
4bbb4381
WP
33482013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3349
3350 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3351
3a2ddc2d
GM
33522013-08-16 Glenn Morris <rgm@gnu.org>
3353
e8bedf5a
GM
3354 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3355 Handle "Remote Directory" response of some clients. (Bug#15058)
3356
58c4682f
GM
3357 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3358 Tweak warning. (Bug#14926)
3359
57953f49
GM
3360 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3361 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3362
3a2ddc2d
GM
3363 * image-mode.el (image-mode-map): Add menu items to reverse,
3364 increase, decrease, reset animation speed.
3365 (image--set-speed, image-increase-speed, image-decrease-speed)
3366 (image-reverse-speed, image-reset-speed): New functions.
3367 (image-mode-map): Add bindings for speed commands.
3368
3369 * image.el (image-animate-get-speed, image-animate-set-speed):
3370 New functions.
3371 (image-animate-timeout): Respect image :speed property.
3372
10fa0ed3
SM
33732013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3376 previous line (bug#15101).
3377 (debugger-eval-expression, debugger-record-expression):
3378 Use read--expression (bug#15102).
3379
5d89d9d2
MA
33802013-08-15 Michael Albinus <michael.albinus@gmx.de>
3381
3382 Remove byte compiler warnings, visible when compiling with
3383 `byte-compile-force-lexical-warnings' set to t.
3384
3385 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3386 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3387 (tramp-handle-unhandled-file-name-directory)
3388 (tramp-handle-file-notify-add-watch, tramp-action-login)
3389 (tramp-action-succeed, tramp-action-permission-denied)
3390 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3391 arguments with "_".
3392
3393 * net/tramp-adb.el (tramp-adb-parse-device-names)
3394 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3395 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3396 (tramp-adb-handle-file-truename): Remove unused arguments.
3397
3398 * net/tramp-cache.el (tramp-flush-directory-property)
3399 (tramp-flush-connection-property, tramp-list-connections)
3400 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3401
10fa0ed3
SM
3402 * net/tramp-compat.el (tramp-compat-make-temp-file):
3403 Rename FILENAME to F.
5d89d9d2
MA
3404
3405 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3406 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3407 (tramp-zeroconf-parse-workstation-device-names)
3408 (tramp-zeroconf-parse-webdav-device-names)
3409 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3410
3411 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3412 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3413
3414 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3415 arguments.
3416 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3417 (tramp-sh-handle-insert-file-contents-literally)
3418 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3419 with "_".
3420 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3421 Remove unused variables.
3422
3423 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3424 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3425 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3426
3427 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3428 Make them a defconst.
3429 (tramp-uuencode-region): Remove unused variable.
3430
62f33bae
JB
34312013-08-14 Juanma Barranquero <lekktu@gmail.com>
3432
3433 * frameset.el (frameset--prop-setter): New function.
3434 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
3435 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3436 parameter was already set in FILTERED. Doc fix.
3437 (frameset--record-minibuffer-relationships): Allow saving a
3438 minibufferless frame without its corresponding minibuffer frame.
3439 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3440 frame, if the frame id matches.
3441 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3442 frames before orphaned ones.
3443 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 3444
c660a885
MR
34452013-08-14 Martin Rudalics <rudalics@gmx.at>
3446
3447 * window.el (window-make-atom): Don't overwrite parameter
3448 already present.
3449 (display-buffer-in-atom-window): Handle special case where we
3450 split an already atomic window.
3451 (window--major-non-side-window, display-buffer-in-side-window)
3452 (window--side-check): Ignore minibuffer window when walking
3453 window tree.
3454 (window-deletable-p): Return 'frame only if no other frame uses
3455 our minibuffer window.
3456 (record-window-buffer): Run buffer-list-update-hook.
3457 (split-window): Make sure window--check-frame won't destroy an
3458 existing atomic window in case the new window gets nested
3459 inside.
3460 (display-buffer-at-bottom): Ignore minibuffer window when
3461 walking window tree. Don't split a side window.
3462 (pop-to-buffer): Don't set-buffer here, the select-window call
3463 should do that.
3464 (mouse-autoselect-window-select): Autoselect only if we are in the
3465 text portion of the window.
3466
8259030d
LMI
34672013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3468
21c58ae2
LMI
3469 * net/shr.el (shr-parse-image-data): New function to grab both the
3470 data itself and the Content-Type.
3471 (shr-put-image): Use it.
3472
3473 * net/eww.el (eww-display-image): Ditto.
3474
8259030d
LMI
3475 * image.el (image-content-type-suffixes): New variable.
3476
ad756449
FEG
34772013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3478
3479 * progmodes/python.el (python-imenu--build-tree)
3480 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3481
f73f4ce6
XF
34822013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3483
3484 * simple.el (backward-word): Mention the optional argument.
3485
1f585e65
SM
34862013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3487
3488 * frameset.el (frameset--make): Rename constructor from make-frameset.
3489 (frameset-p, frameset-valid-p): Don't autoload.
3490 (frameset-valid-p): Use normal accessors.
3491
af1c6c84
GM
34922013-08-13 Glenn Morris <rgm@gnu.org>
3493
55e47f95
GM
3494 * progmodes/compile.el (compile-command): Tweak example in doc.
3495 * obsolete/scribe.el (scribe-mode):
3496 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3497
f0024d8c
GM
3498 * mail/feedmail.el (feedmail-confirm-outgoing)
3499 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3500
3501 * cus-start.el (truncate-partial-width-windows): Fix type.
3502
3503 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3504
af1c6c84
GM
3505 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3506
5514cc4c
SM
35072013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * emacs-lisp/timer.el (timer--time-setter): New function.
3510 (timer--time): Use it as gv-setter.
3511
3512 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3513 setter is not a symbol.
3514
7997a2f1
GJ
35152013-08-12 Grégoire Jadi <daimrod@gmail.com>
3516
3517 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3518 if sending fails. This makes debugging easier.
3519
01f1a9ab
JB
35202013-08-12 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3523 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3524 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3525
594a4307
EZ
35262013-08-12 Eli Zaretskii <eliz@gnu.org>
3527
3528 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3529
7a22490f 35302013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
3531
3532 * format.el (format-annotate-function):
3533 Handle read-only text properties in the source. (Bug#14887)
3534
3e41a054
LMI
35352013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3536
5514cc4c
SM
3537 * net/eww.el (eww-display-html): Ignore coding system errors.
3538 One web site uses "utf-8lias" as the coding system.
3e41a054 3539
7ec326db
JB
35402013-08-11 Juanma Barranquero <lekktu@gmail.com>
3541
3542 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3543
5660113b
JB
35442013-08-10 Juanma Barranquero <lekktu@gmail.com>
3545
9a4ebc74
JB
3546 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3547 (tutorial--detailed-help): Remove unused local variables.
3548 (tutorial--save-tutorial-to): Use ignore-errors.
3549 (help-with-tutorial): Use looking-at-p.
3550
3551 * view.el (view-buffer-other-window, view-buffer-other-frame):
3552 Mark unused arguments.
3553
3554 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3555 (woman-select-symbol-fonts, woman, woman-find-file)
3556 (woman-insert-file-contents, woman-non-underline-faces):
3557 Use string-match-p.
3558 (woman1-unquote): Move declaration.
3559
3560 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3561 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3562 argument. Remove unused local variable.
3563 (xml-parse-elem-type): Use string-match-p.
3564 (xml-substitute-numeric-entities): Use ignore-errors.
3565
45fdb482
JB
3566 * calculator.el (calculator): Mark unused argument.
3567 (calculator-paste, calculator-quit, calculator-integer-p):
3568 Use ignore-errors.
3569 (calculator-string-to-number, calculator-decimal, calculator-exp)
3570 (calculator-op-or-exp): Use string-match-p.
3571
3572 * dired.el (dired-buffer-more-recently-used-p): Declare.
3573 (dired-insert-set-properties, dired-insert-old-subdirs):
3574 Use ignore-errors.
3575
3576 * dired-aux.el (dired-compress): Use ignore-errors.
3577 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3578 (dired-do-async-shell-command, dired-do-shell-command)
3579 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3580 (dired-insert-subdir-validate): Use string-match-p.
3581 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3582 (dired-add-entry): Use string-match-p, looking-at-p.
3583 (dired-insert-subdir-newpos): Remove unused local variable.
3584
3585 * filenotify.el (file-notify-callback): Remove unused local variable.
3586
3587 * filesets.el (filesets-error): Mark unused argument.
3588 (filesets-which-command-p, filesets-filter-dir-names)
3589 (filesets-directory-files, filesets-get-external-viewer)
3590 (filesets-ingroup-get-data): Use string-match-p.
3591
3592 * find-file.el (ff-other-file-name, ff-other-file-name)
3593 (ff-find-the-other-file, ff-cc-hh-converter):
3594 Remove unused local variables.
3595 (ff-get-file-name): Use string-match-p.
3596 (ff-all-dirs-under): Use ignore-errors.
3597
3598 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3599 (follow-select-if-visible): Remove unused local variable.
3600
3601 * forms.el (read-file-filter): Move declaration.
3602 (forms--make-format, forms--make-parser, forms-insert-record):
3603 Quote function with #'.
3604 (forms--update): Use string-match-p. Quote function with #'.
3605
3606 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3607 (help-make-xrefs): Use looking-at-p.
3608 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3609
3610 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3611 (ibuffer-confirm-operation-on): Use string-match-p.
3612
3613 * msb.el (msb-item-handler, msb-dired-item-handler):
3614 Mark unused arguments.
3615
3616 * ses.el (ses-decode-cell-symbol)
3617 (ses-kill-override): Remove unused local variable.
3618 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3619 (ses-load): Use ignore-errors, looking-at-p.
3620 (ses-jump-safe): Use ignore-errors.
3621 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3622
3623 * tabify.el (untabify, tabify): Mark unused arguments.
3624
3625 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3626 Mark unused argument.
3627 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3628 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3629
c880af52
JB
3630 * emacs-lisp/timer.el (timer--time): Define setter with
3631 gv-define-setter to avoid deprecation warning.
3632
5660113b 3633 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 3634 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
3635 (cmpl-statistics-block): Remove (body was commented out).
3636 All callers changed.
3637 (add-completions-from-buffer, load-completions-from-file):
3638 Remove unused variables.
3639
156aab80
JB
36402013-08-09 Juanma Barranquero <lekktu@gmail.com>
3641
5c5dee78
JB
3642 * filecache.el (file-cache-delete-file-list):
3643 Print message only when told so.
3644 (file-cache-files-matching): Use #' in mapconcat argument.
3645
156aab80
JB
3646 * ffap.el (ffap-url-at-point): Fix reference to variable
3647 thing-at-point-default-mail-uri-scheme.
3648
ad9dcd70
SM
36492013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3650
54bd972f
SM
3651 * subr.el (define-error): New function.
3652 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3653 error-file-not-found and define with define-error.
3654 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3655 and define with define-error.
3656 * userlock.el (file-locked, file-supersession):
3657 * simple.el (mark-inactive):
3658 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3659 * progmodes/ada-mode.el (ada-mode-errors):
3660 * play/life.el (life-extinct):
3661 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3662 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3663 * nxml/rng-util.el (rng-error):
3664 * nxml/rng-uri.el (rng-uri-error):
3665 * nxml/rng-match.el (rng-compile-error):
3666 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3667 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3668 * nxml/nxml-rap.el (nxml-scan-error):
3669 * nxml/nxml-outln.el (nxml-outline-error):
3670 * net/soap-client.el (soap-error):
3671 * net/gnutls.el (gnutls-error):
3672 * net/ange-ftp.el (ftp-error):
3673 * mpc.el (mpc-proc-error):
3674 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3675 (json-number-format, json-string-escape, json-string-format)
3676 (json-key-format, json-object-format):
3677 * jka-compr.el (compression-error):
3678 * international/quail.el (quail-error):
3679 * international/kkc.el (kkc-error):
3680 * emacs-lisp/ert.el (ert-test-failed):
3681 * calc/calc.el (calc-error, inexact-result, math-overflow)
3682 (math-underflow):
3683 * bookmark.el (bookmark-error-no-filename):
3684 * epg.el (epg-error): Define with define-error.
3685
0ea9e53a
SM
3686 * time.el (display-time-event-handler)
3687 (display-time-next-load-average): Don't call sit-for since it seems
3688 unnecessary (bug#15045).
3689
b0429158
SM
3690 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3691 Use #' instead of ' to quote functions.
3692 (checkdoc-output-mode): Use setq-local.
3693 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3694 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3695 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3696 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3697 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3698 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3699 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3700 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3701
ad9dcd70
SM
3702 * ido.el (ido-completion-help): Fix up compiler warning.
3703
77187e6f
JB
37042013-08-09 Juanma Barranquero <lekktu@gmail.com>
3705
3706 * frameset.el (frameset-p): Add autoload cookie.
3707 (frameset--jump-to-register): New function, based on code moved from
3708 register.el.
3709 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3710
3711 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3712 (frameset-restore, frameset-save, frameset-session-filter-alist):
3713 Remove declarations.
3714 (register-alist): Doc fix.
3715 (frameset-to-register): Move to frameset.el.
3716 (jump-to-register, describe-register-1): Remove frameset-specific code.
3717
9d3aa82c
JB
37182013-08-08 Juanma Barranquero <lekktu@gmail.com>
3719
3720 * allout-widgets.el (allout-widgets-pre-command-business)
3721 (allout-widgets-post-command-business)
3722 (allout-widgets-after-change-handler)
3723 (allout-decorate-item-and-context, allout-set-boundary-marker)
3724 (allout-body-modification-handler)
3725 (allout-graphics-modification-handler): Mark ignored arguments.
3726 (allout-widgets-post-command-business)
3727 (allout-widgets-exposure-change-processor)
3728 (allout-widgets-exposure-undo-processor)
3729 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3730 (allout-parse-item-at-point, allout-decorate-item-guides)
3731 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3732 * allout.el (epa-passphrase-callback-function): Declare.
3733 (allout-overlay-insert-in-front-handler)
3734 (allout-overlay-interior-modification-handler)
3735 (allout-isearch-end-handler, allout-chart-siblings)
3736 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3737 (allout-yank-processing, allout-process-exposed)
3738 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 3739 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
3740 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3741 (lisp-indent-defform): Mark ignored arguments.
3742 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3743 (calculate-lisp-indent): Remove unused variables.
3744 * international/characters.el (indian-2-column, arabic-2-column)
3745 (tibetan): Mark ignored arguments.
3746 (use-cjk-char-width-table): Mark ignored arguments.
3747 Remove unused variables.
3748 * international/fontset.el (build-default-fontset-data)
3749 (x-compose-font-name, create-fontset-from-fontset-spec):
3750 Mark ignored arguments.
3751 (fontset-plain-name): Remove unused variables.
3752 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3753 (keyboard-coding-system): Mark ignored arguments.
3754 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3755 * help.el (resize-temp-buffer-window):
3756 * window.el (display-buffer-in-major-side-window)
3757 (display-buffer-in-side-window, display-buffer-in-previous-window):
3758 Remove unused variables.
3759 * isearch.el (isearch-forward-symbol):
3760 * version.el (emacs-bzr-version-bzr):
3761 * international/mule-cmds.el (current-language-environment):
3762 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3763 (x-handle-display):
3764 * term/pc-win.el (x-list-fonts, x-display-planes)
3765 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3766 (x-server-version, x-display-screens, x-display-mm-height)
3767 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3768 (x-selection-owner-p, x-own-selection-internal)
3769 (x-disown-selection-internal, x-get-selection-internal)
3770 (msdos-initialize-window-system):
3771 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3772 * term/x-win.el (x-handle-no-bitmap-icon):
3773 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3774 (vc-default-find-file-hook, vc-default-extra-menu):
3775 Mark ignored arguments.
3776
0ca3f70e
SM
37772013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3780 break-condition in the context of the debugged code (bug#12685).
3781
74c5d24c
CS
37822013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3783
3784 * comint.el:
3785 Do not use an overlay to highlight the last prompt. (Bug#14744)
3786 (comint-mode): Make comint-last-prompt buffer local.
3787 (comint-last-prompt): New variable.
3788 (comint-last-prompt-overlay): Remove. Superseded by
3789 comint-last-prompt.
0ca3f70e
SM
3790 (comint-snapshot-last-prompt, comint-output-filter):
3791 Use comint-last-prompt.
74c5d24c 3792
c03c02ee
JB
37932013-08-08 Juanma Barranquero <lekktu@gmail.com>
3794
a3738d20 3795 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
3796 (frameset-save): Check validity of the resulting frameset.
3797
04263d23
XF
37982013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3799
3800 * ido.el (ido-record-command): Add doc string.
3801
76c5e5ab
JB
38022013-08-08 Juanma Barranquero <lekktu@gmail.com>
3803
3804 * frameset.el (frameset): Do not disable creation of the default
3805 frameset-p predicate. Doc fix.
3806 (frameset-valid-p): New function, copied from the old predicate-p.
3807 Add additional checks.
3808 (frameset-restore): Check with frameset-valid-p.
3809 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3810 (frameset-name, frameset-description, frameset-properties)
3811 (frameset-states): Add docstring.
f9dbf1cb
JB
3812 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3813 (frameset-filter-alist): Doc fixes.
76c5e5ab 3814
bd0c3c0b
JB
38152013-08-08 Juanma Barranquero <lekktu@gmail.com>
3816
3817 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3818
c735544c
SM
38192013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3822 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3823 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3824 (byte-compile-normal-call): Remove obsolescence check.
3825
2805a651
JB
38262013-08-08 Juanma Barranquero <lekktu@gmail.com>
3827
3677ffeb
JB
3828 * frameset.el (frameset-restore): Doc fix.
3829
2805a651
JB
3830 * register.el (frameset-frame-id, frameset-frame-with-id)
3831 (frameset-p, frameset-restore, frameset-save): Declare.
3832 (register-alist): Document framesets.
3833 (frameset-session-filter-alist): Declare.
3834 (frameset-to-register): New function.
3835 (jump-to-register): Implement jumping to framesets. Doc fix.
3836 (describe-register-1): Describe framesets.
3837
3838 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3839
a912c016
JB
38402013-08-07 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3843 Use lexical-binding.
3844
3845 * frameset.el (frameset): Use type vector, not list (incompatible
3846 change). Do not declare a new constructor, use the default one.
3847 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3848 `name' and `description', respectively, and add read-only slot
3849 `timestamp'. Doc fixes.
3850 (frameset-copy, frameset-persistent-filter-alist)
3851 (frameset-filter-alist, frameset-switch-to-gui-p)
3852 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3853 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3854 (frameset-filter-iconified, frameset-keep-original-display-p):
3855 Doc fixes.
3856 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3857 Rename from frameset-filter-(save|restore)-param. All callers changed.
3858 Doc fix.
3859 (frameset-p): Adapt to change to vector and be more thorough.
3860 Change arg name to OBJECT. Doc fix.
3861 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3862 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3863 All callers changed.
3864 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3865 All callers changed.
3866 (frameset--record-minibuffer-relationships): Rename from
3867 frameset--process-minibuffer-frames. All callers changed.
3868 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3869 Use new default constructor (again). Doc fix.
3870 (frameset--find-frame-if): Rename from `frameset--find-frame.
3871 All callers changed.
3872 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3873 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3874 Doc fix.
3875 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3876 PARAMETERS and WINDOW-STATE, respectively.
3877 (frameset-restore): Add new keyword argument PREDICATE.
3878 Reset frameset--target-display to nil. Doc fix.
3879
bb41480a
SM
38802013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3881
f001e98e
SM
3882 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3883 (bat-mode): Use it.
3884 (bat-mode-syntax-table): Mark \n as end-of-comment.
3885 (bat-font-lock-keywords): Remove comment rule.
3886
7679edb1
SM
3887 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3888 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3889
bb41480a
SM
3890 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3891 (byte-compile-callargs-warn): Use `push'.
3892 (byte-compile-arglist-warn): Ignore higher-order "calls".
3893 (byte-compile-file-form-autoload): Use `pcase'.
3894 (byte-compile-function-form): If quoting a symbol, check that it exists.
3895
cdc1ebb9
EZ
38962013-08-07 Eli Zaretskii <eliz@gnu.org>
3897
3898 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3899 and add a few popular commands found in batch files.
3900 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3901 (dos-mode): Doc fixes.
3902
312b1740
SM
39032013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3906 (dos-mode): Use setq-local. Add space after "rem".
3907 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3908 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3909
400a3178
AM
39102013-08-07 Arni Magnusson <arnima@hafro.is>
3911
3912 * progmodes/dos.el: New file.
3913 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3914 dos-mode.
3915
3b5c03d3
GM
39162013-08-06 Glenn Morris <rgm@gnu.org>
3917
3918 * calendar/calendar.el: Add new faces, and day-header-array.
3919 (calendar-weekday-header, calendar-weekend-header)
3920 (calendar-month-header): New faces.
3921 (calendar-day-header-construct): New function.
3922 (calendar-day-header-width): Also :set calendar-day-header-array.
3923 (calendar-american-month-header, calendar-european-month-header)
3924 (calendar-iso-month-header): Use calendar- faces.
3925 (calendar-generate-month):
3926 Use calendar-day-header-array for day headers; apply faces to them.
3927 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3928 (calendar-abbrev-construct): Add optional maxlen argument.
3929 (calendar-day-name-array): Doc fix.
3930 (calendar-day-name-array, calendar-abbrev-length)
3931 (calendar-day-abbrev-array):
3932 Also :set calendar-day-header-array, and maybe redraw.
3933 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 3934 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
3935 (calendar-day-name): Add option to use header array.
3936
ec6a2d7a
LMI
39372013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938
3939 * net/shr.el (shr-render-td): Remove debugging.
3940 (shr-render-td): Make width computation consistent by defaulting
3941 all zero-width columns to 10 characters. This may not be optimal,
3942 but it's at least consistent.
2122cb6d
LMI
3943 (shr-make-table-1): Redo last change to fix the real problem in
3944 colspan handling.
ec6a2d7a 3945
ed4fd9c5
DA
39462013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3947
0ca3f70e
SM
3948 * files.el (cache-long-line-scans):
3949 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 3950
64e22afe
JB
39512013-08-06 Juanma Barranquero <lekktu@gmail.com>
3952
024b38fc
JB
3953 * frameset.el (frameset, frameset-filter-alist)
3954 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3955 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3956 (frameset-compute-pos): Rename from frameset--compute-pos,
3957 and add docstring.
3958 (frameset-move-onscreen): Use frameset-compute-pos.
3959 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3960
64e22afe
JB
3961 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3962 Fix typos in docstrings.
3963
c8c2aca8
DA
39642013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3965
3966 * frame.el (get-other-frame): Tiny cleanup.
3967
1d237bba
JB
39682013-08-06 Juanma Barranquero <lekktu@gmail.com>
3969
8951efef
JB
3970 * vc/vc.el (vc-default-ignore-completion-table):
3971 Silence byte-compiler warning.
3972
307764cc
JB
3973 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3974 slot , which can indeed be nil.
3975 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3976 Move entry for `left' from persistent to live filter alist.
3977 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3978 Doc fixes.
3979 (frameset-filter-params): When restoring a frame, copy items added to
3980 `filtered', to avoid unwittingly modifying the original parameters.
3981 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3982 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3983
1d237bba
JB
3984 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3985 to use looking-at-p instead of looking-at. (Bug#15028)
3986
dc6c0eda
SM
39872013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 Revert introduction of isearch-filter-predicates (bug#14714).
3990 Rely on add-function instead.
3991 * isearch.el (isearch-filter-predicates): Rename it back to
3992 isearch-filter-predicate.
3993 (isearch-message-prefix): Use advice-function-mapc and advice
3994 properties to get the isearch-message-prefix.
3995 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3996 instead of run-hook-with-args-until-failure.
3997 (isearch-filter-visible): Not obsolete any more.
3998 * loadup.el: Preload nadvice.
3999 * replace.el (perform-replace): Revert to funcall
4000 instead of run-hook-with-args-until-failure.
4001 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4002 * dired-aux.el (dired-isearch-filenames-mode): Rename from
4003 dired-isearch-filenames-toggle; make it into a proper minor mode.
4004 Use add/remove-function.
4005 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4006 Call the minor-mode rather than add/remove-hook.
4007 (dired-isearch-filter-filenames):
4008 Remove isearch-message-prefix property.
4009 * info.el (Info--search-loop): New function, extracted from Info-search.
4010 Funcall isearch-filter-predicate instead of
4011 run-hook-with-args-until-failure isearch-filter-predicates.
4012 (Info-search): Use it.
4013 (Info-mode): Use isearch-filter-predicate instead of
4014 isearch-filter-predicates.
4015
290d5b58
DA
40162013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4017
4018 Do not call to `selected-window' where it is assumed by default.
4019 Affected functions are `window-minibuffer-p', `window-dedicated-p',
4020 `window-hscroll', `window-width', `window-height', `window-buffer',
4021 `window-frame', `window-start', `window-point', `next-window'
4022 and `window-display-table'.
4023 * abbrev.el (abbrev--default-expand):
4024 * bs.el (bs--show-with-configuration):
4025 * buff-menu.el (Buffer-menu-mouse-select):
4026 * calc/calc.el (calc):
4027 * calendar/calendar.el (calendar-generate-window):
4028 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4029 (diary-make-entry):
4030 * comint.el (send-invisible, comint-dynamic-complete-filename)
4031 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4032 * completion.el (complete):
4033 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4034 * disp-table.el (describe-current-display-table):
4035 * doc-view.el (doc-view-insert-image):
4036 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4037 * ehelp.el (with-electric-help):
4038 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4039 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4040 * emacs-lisp/helper.el (Helper-help-scroller):
4041 * emulation/cua-base.el (cua--post-command-handler-1):
4042 * eshell/esh-mode.el (eshell-output-filter):
4043 * ffap.el (ffap-gnus-wrapper):
4044 * help-macro.el (make-help-screen):
4045 * hilit-chg.el (highlight-compare-buffers):
4046 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4047 * hl-line.el (global-hl-line-highlight):
4048 * icomplete.el (icomplete-simple-completing-p):
4049 * isearch.el (isearch-done):
4050 * jit-lock.el (jit-lock-stealth-fontify):
4051 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4052 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4053 * mpc.el (mpc-tagbrowser, mpc):
4054 * net/rcirc.el (rcirc-any-buffer):
4055 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4056 * play/landmark.el (landmark-max-width, landmark-max-height):
4057 * play/zone.el (zone):
4058 * progmodes/compile.el (compilation-goto-locus):
4059 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4060 * progmodes/etags.el (find-tag-other-window):
4061 * progmodes/fortran.el (fortran-column-ruler):
4062 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4063 * progmodes/verilog-mode.el (verilog-point-text):
4064 * reposition.el (reposition-window):
4065 * rot13.el (toggle-rot13-mode):
4066 * server.el (server-switch-buffer):
4067 * shell.el (shell-dynamic-complete-command)
4068 (shell-dynamic-complete-environment-variable):
4069 * simple.el (insert-buffer, set-selective-display)
4070 (delete-completion-window):
4071 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4072 (speedbar-recenter):
4073 * startup.el (fancy-splash-head):
4074 * textmodes/ispell.el (ispell-command-loop):
4075 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4076 * tutorial.el (help-with-tutorial):
4077 * vc/add-log.el (add-change-log-entry):
4078 * vc/compare-w.el (compare-windows):
4079 * vc/ediff-help.el (ediff-indent-help-message):
4080 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4081 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4082 (ediff-setup-control-frame):
4083 * vc/emerge.el (emerge-position-region):
4084 * vc/pcvs-util.el (cvs-bury-buffer):
4085 * window.el (walk-windows, mouse-autoselect-window-select):
4086 * winner.el (winner-set-conf, winner-undo): Related users changed.
4087
38276e01
JB
40882013-08-05 Juanma Barranquero <lekktu@gmail.com>
4089
4090 * frameset.el (frameset--set-id): Doc fix.
4091 (frameset-frame-id, frameset-frame-id-equal-p)
4092 (frameset-locate-frame-id): New functions.
4093 (frameset--process-minibuffer-frames, frameset--reuse-frame)
4094 (frameset-restore): Use them.
4095
12b4c0ea
DA
40962013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4097
4098 Do not call to `selected-frame' where it is assumed by default.
4099 Affected functions are `raise-frame', `redraw-frame',
4100 `frame-first-window', `frame-terminal' and `delete-frame'.
4101 * calendar/appt.el (appt-disp-window):
4102 * epg.el (epg-wait-for-completion):
4103 * follow.el (follow-delete-other-windows-and-split)
4104 (follow-avoid-tail-recenter):
4105 * international/mule.el (set-terminal-coding-system):
4106 * mail/rmail.el (rmail-mail-return):
4107 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4108 * progmodes/f90.el (f90-add-imenu-menu):
4109 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4110 * server.el (server-switch-buffer):
4111 * simple.el (delete-completion-window):
4112 * talk.el (talk):
4113 * term/xterm.el (terminal-init-xterm-modify-other-keys)
4114 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4115 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4116 * vc/ediff.el (ediff-documentation): Related users changed.
4117 * frame.el (selected-terminal): Remove the leftover.
4118
17f25e76
GM
41192013-08-05 Glenn Morris <rgm@gnu.org>
4120
4121 * calendar/calendar.el (calendar-generate-month):
4122 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
4123 (calendar-generate-month, calendar-font-lock-keywords):
4124 Fix for calendar-day-header-width > length of any day name.
17f25e76 4125
063233c3
JB
41262013-08-05 Juanma Barranquero <lekktu@gmail.com>
4127
4128 * desktop.el (desktop-clear): Use new name of sort predicate.
4129
4130 * frameset.el (frameset): Add docstring. Move :version property to its
4131 own `version' slot.
4132 (frameset-copy): Rename from copy-frameset.
4133 (frameset-p): Check more thoroughly.
4134 (frameset-prop): Do not check for :version, which is no longer a prop.
4135 (frameset-live-filter-alist, frameset-persistent-filter-alist):
4136 Use new :never value instead of t.
4137 (frameset-filter-alist): Expand and clarify docstring.
4138 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4139 (frameset-filter-minibuffer, frameset-filter-save-param)
4140 (frameset-filter-restore-param, frameset-filter-iconified):
4141 Add pointer to docstring of frameset-filter-alist.
4142 (frameset-filter-params): Rename filter values to be more meaningful:
4143 :never instead of t, and reverse the meanings of :save and :restore.
4144 (frameset--process-minibuffer-frames): Clarify error message.
4145 (frameset-save): Avoid unnecessary and confusing call to framep.
4146 Use new BOA constructor for framesets.
4147 (frameset--reuse-list): Doc fix.
4148 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
4149 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4150 (frameset-minibufferless-first-p): Doc fix.
4151 Rename from frameset-sort-frames-for-deletion.
4152 (frameset-restore): Doc fixes. Use new function names.
4153 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4154
d5671a82
JB
41552013-08-04 Juanma Barranquero <lekktu@gmail.com>
4156
4157 * desktop.el (desktop-restore-forces-onscreen)
4158 (desktop-restore-reuses-frames): Document :keyword constant values.
4159 (desktop-filter-parameters-alist): Remove, now identical to
4160 frameset-filter-alist.
4161 (desktop--filter-tty*): Remove, moved to frameset.el.
4162 (desktop-save-frameset, desktop-restore-frameset):
4163 Do not pass :filters argument.
4164
4165 * frameset.el (frameset-live-filter-alist)
4166 (frameset-persistent-filter-alist): New variables.
4167 (frameset-filter-alist): Use them. Add autoload cookie.
4168 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4169 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4170 `frameset--id' (it's supposed to be internal to frameset.el).
4171 (frameset--process-minibuffer-frames): Ditto. Doc fix.
4172 (frameset--initial-params): New function.
4173 (frameset--get-frame): Use it. Doc fix.
4174 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4175 Accept :all, not 'all.
4176 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4177 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
4178 with fbound symbols. Fix frame id matching, and remove matching ids if
4179 the frame being restored is deleted. Obey :delete.
4180
671d5c16
SM
41812013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * subr.el (macrop): New function.
4184 (text-clone--maintaining): New var.
4185 (text-clone--maintain): Rename from text-clone-maintain. Use it
4186 instead of inhibit-modification-hooks.
4187
4188 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4189 a proxy, so as handle autoloads and redefinitions of the target.
4190 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4191
4192 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4193 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4194 (pcase--mutually-exclusive-p): New function.
4195 (pcase--split-consp): Use it.
4196 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4197 mutually exclusive with the current predicate.
4198
4199 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4200 (edebug-macrop): Remove. Use `macrop' instead.
4201 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4202 (ad-macro-p):
4203 * eshell/esh-cmd.el (eshell-macrop):
4204 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4205
1d44e9dc
SM
42062013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4209 (advice-mapc): New function, using it.
4210 (advice-function-member-p): New function.
4211 (advice--normalize): Store the cdr in advice--saved-rewrite since
4212 that's the part that will be changed.
4213 (advice--symbol-function): New function.
4214 (advice-remove): Handle removal before the function is defined.
4215 Adjust to new advice--saved-rewrite.
4216 (advice-member-p): Use advice-function-member-p and
4217 advice--symbol-function.
4218
5414a283
JB
42192013-08-04 Juanma Barranquero <lekktu@gmail.com>
4220
51d30f2c
JB
4221 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4222 (frameset-filter-minibuffer): Doc fix.
4223 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
4224 (frameset--set-id, frameset--process-minibuffer-frames)
4225 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4226 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 4227
5414a283
JB
4228 * desktop.el (desktop-clear): Only delete frames when called
4229 interactively and desktop-restore-frames is non-nil. Doc fix.
4230 (desktop-read): Set desktop-saved-frameset to nil.
4231
ab419665
XF
42322013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4233
4234 * vc/vc.el (vc-ignore): Rewrite.
4235 (vc-default-ignore-completion-table):
4236 (vc--read-lines):
4237 (vc--add-line, vc--remove-regexp): New functions.
4238
4239 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4240 (vc-svn-ignore-completion-table): New function.
4241
4242 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4243 (vc-hg-ignore-completion-table):
4244 (vc-hg-find-ignore-file): New functions.
4245
4246 * vc/vc-git.el (vc-git-ignore): Rewrite.
4247 (vc-git-ignore-completion-table):
4248 (vc-git-find-ignore-file): New functions.
4249
4250 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4251
4252 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4253 (vc-bzr-ignore-completion-table):
4254 (vc-bzr-find-ignore-file): New functions.
4255
2613dea2
JB
42562013-08-03 Juanma Barranquero <lekktu@gmail.com>
4257
4258 * frameset.el (frameset-prop): New function and setter.
4259 (frameset-save): Do not modify frame list passed by the caller.
4260
9c959872
SM
42612013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4264
a104f656
SM
42652013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4266
70122acf
SM
4267 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4268 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4269
a104f656
SM
4270 * custom.el (custom-initialize-default, custom-initialize-set)
4271 (custom-initialize-reset, custom-initialize-changed): Affect the
4272 toplevel-default-value (bug#6275, bug#14586).
4273 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4274 for bug#6275.
4275
f078d570
JB
42762013-08-02 Juanma Barranquero <lekktu@gmail.com>
4277
185e3b5a
JB
4278 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4279 Add cl-def* expressions.
4280
f078d570
JB
4281 * frameset.el (frameset-filter-params): Fix order of arguments.
4282
9421876d
JB
42832013-08-02 Juanma Barranquero <lekktu@gmail.com>
4284
4285 Move code related to saving frames to frameset.el.
4286 * desktop.el: Require frameset.
4287 (desktop-restore-frames): Doc fix.
4288 (desktop-restore-reuses-frames): Rename from
4289 desktop-restoring-reuses-frames.
4290 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4291 (desktop-clear): Clear frames too.
4292 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4293 (desktop--filter-tty*, desktop-save, desktop-read):
4294 Use frameset functions.
4295 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4296 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4297 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4298 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4299 (desktop--process-minibuffer-frames, desktop-save-frames)
4300 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4301 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4302 (desktop--sort-states, desktop-restoring-frames-p)
4303 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4304 (desktop-restoring-frameset-p, desktop-restore-frameset)
4305 (desktop--check-dont-save, desktop-save-frameset): New functions.
4306 (desktop--app-id): New constant.
4307 (desktop-first-buffer, desktop-buffer-ok-count)
4308 (desktop-buffer-fail-count): Move before first use.
4309 * frameset.el: New file.
4310
76dc5996
SM
43112013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * files.el: Use lexical-binding.
4314 (dir-locals-read-from-file): Remove unused `err' variable.
4315 (hack-dir-local-variables--warned-coding): New var.
4316 (hack-dir-local-variables): Use it to avoid repeated warnings.
4317 (make-backup-file-name--default-function): New function.
4318 (make-backup-file-name-function): Use it as default.
4319 (buffer-stale--default-function): New function.
4320 (buffer-stale-function): Use it as default.
4321 (revert-buffer-insert-file-contents--default-function): New function.
4322 (revert-buffer-insert-file-contents-function): Use it as default.
4323 (insert-directory): Avoid add-to-list.
4324
4325 * autorevert.el (auto-revert-handler): Simplify.
4326 Use buffer-stale--default-function.
4327
06d36e2b
TH
43282013-08-01 Tassilo Horn <tsdh@gnu.org>
4329
5f648ab4
TH
4330 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4331
06d36e2b
TH
4332 * whitespace.el (whitespace-ensure-local-variables): New function.
4333 (whitespace-cleanup-region): Call it.
4334 (whitespace-turn-on): Call it.
4335
a43dc424
MA
43362013-08-01 Michael Albinus <michael.albinus@gmx.de>
4337
4338 Complete file name handlers.
4339
4340 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4341 (tramp-handle-verify-visited-file-modtime)
4342 (tramp-handle-file-notify-rm-watch): New functions.
4343 (tramp-call-process): Do not bind `default-directory'.
4344
44e18199
JB
4345 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4346 Order alphabetically.
a43dc424
MA
4347 [access-file, add-name-to-file, dired-call-process]:
4348 [dired-compress-file, file-acl, file-notify-rm-watch]:
4349 [file-ownership-preserved-p, file-selinux-context]:
4350 [make-directory-internal, make-symbolic-link, set-file-acl]:
4351 [set-file-selinux-context, set-visited-file-modtime]:
4352 [verify-visited-file-modtime]: Add handler.
4353 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4354
4355 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4356 [file-notify-add-watch, file-notify-rm-watch]:
4357 [set-file-times, set-visited-file-modtime]:
4358 [verify-visited-file-modtime]: Add handler.
4359 (with-tramp-gvfs-error-message)
4360 (tramp-gvfs-handle-set-visited-file-modtime)
4361 (tramp-gvfs-fuse-file-name): Remove.
4362 (tramp-gvfs-handle-file-notify-add-watch)
4363 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4364 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4365
44e18199
JB
4366 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4367 Order alphabetically.
a43dc424
MA
4368 [file-notify-rm-watch ]: Use default Tramp handler.
4369 [executable-find]: Remove private handler.
4370 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4371 `default-directory'.
4372 (tramp-sh-handle-executable-find)
4373 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4374 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4375 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4376 Do not use `format' in `tramp-message'.
4377
4378 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4379 [file-notify-rm-watch, set-visited-file-modtime]:
4380 [verify-visited-file-modtime]: Add handler.
4381 (tramp-smb-call-winexe): Do not bind `default-directory'.
4382
7188b515
XF
43832013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4384
4385 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4386
2412ee1a
DG
43872013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4388
4389 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4390 use it.
4391 (log-view-diff-changeset): Same.
4392 (log-view-diff-common): Call backend command `previous-revision'
4393 to find out the previous revision, in both cases. Swap the
4394 variables `to' and `fr', so that `fr' usually refers to the
4395 earlier revision (Bug#14989).
4396
5002a754
KRC
43972013-07-31 Kan-Ru Chen <kanru@kanru.info>
4398
4399 * ibuf-ext.el (ibuffer-filter-by-filename):
4400 Make it work with dired buffers too.
4401
44e18199 44022013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
4403
4404 * emacs-lisp/re-builder.el (reb-color-display-p):
4405 * files.el (save-buffers-kill-terminal):
4406 * net/browse-url.el (browse-url):
4407 * server.el (server-save-buffers-kill-terminal):
4408 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4409 Prefer nil to selected-frame for the first arg of frame-parameter.
4410
aeca3fbb
XF
44112013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4412
4413 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4414
158bc55c
SB
44152013-07-30 Stephen Berman <stephen.berman@gmx.net>
4416
4417 * minibuffer.el (completion--twq-all): Try and preserve each
4418 completion's case choice (bug#14907).
4419
d50fceab
LMI
44202013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4421
ac38e731
LMI
4422 * net/network-stream.el (open-network-stream): Mention the new
4423 :nogreeting parameter.
4424 (network-stream-open-starttls): Use the :nogreeting parameter
4425 (bug#14938).
4426
1211de50
LMI
4427 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4428
997798bf
LMI
4429 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4430 more natural than popping.
4431
d50fceab 4432 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 4433 (shr-urlify): Highlight under mouse.
d50fceab 4434
5c09de04
XF
44352013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4436
207d1d04
XF
4437 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4438
4439 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4440
5c09de04
XF
4441 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4442 buffer for output.
4443
3cd51eaa
XF
4444 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4445 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 4446
44e18199 4447 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 4448 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
4449
4450 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4451
4452 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4453 buffer for output.
4454
35a89bdd
EZ
44552013-07-29 Eli Zaretskii <eliz@gnu.org>
4456
4457 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4458 initial frame is minibuffer-less. (Bug#14841)
4459
78822e94
MA
44602013-07-29 Michael Albinus <michael.albinus@gmx.de>
4461
4462 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4463 option.
4464
4465 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4466 (tramp-maybe-open-connection): Use it.
4467
9503c190
JB
44682013-07-28 Juanma Barranquero <lekktu@gmail.com>
4469
4470 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4471 minimal set of parameters passed when creating a frame, because
4472 the minibuffer status of a frame cannot be changed later.
4473
d5a845b4
SB
44742013-07-28 Stephen Berman <stephen.berman@gmx.net>
4475
4476 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4477 replace-regexp-in-string and inadvertent omissions in previous change.
4478 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 4479 name of filtered items buffer.
d5a845b4 4480
ddeffb17
JB
44812013-07-28 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * desktop.el: Optionally force offscreen frames back onscreen.
4484 (desktop-restoring-reuses-frames): New option.
4485 (desktop--compute-pos, desktop--move-onscreen): New functions.
4486 (desktop--make-frame): Use desktop--move-onscreen.
4487
f5950f7a
AM
44882013-07-27 Alan Mackenzie <acm@muc.de>
4489
4490 Fontify a Java generic method as a function.
4491 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4492 value to t.
4493
ae43b66a
SB
44942013-07-27 Stephen Berman <stephen.berman@gmx.net>
4495
4496 * calendar/todo-mode.el: Add command to rename todo files.
4497 (todo-rename-file): New command.
4498 (todo-key-bindings-t): Add key binding for it. Change the
4499 bindings of todo-filter-regexp-items(-multifile) to use `x'
4500 instead of `r', since the latter is better suited to the new
4501 renaming command.
4502
5ab78d3d
AM
45032013-07-27 Alan Mackenzie <acm@muc.de>
4504
4505 Make Java try-with-resources statement parse properly.
4506 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4507 (c-block-stmt-1-2-key): New language constants/variables.
4508 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4509 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4510 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 4511 with c-block-stmt-1-2-key.
5ab78d3d 4512
d85c4d50
JB
45132013-07-27 Juanma Barranquero <lekktu@gmail.com>
4514
4515 * desktop.el (desktop--make-frame): Apply most frame parameters after
4516 creating the frame to force (partially or totally) offscreen frames to
4517 be restored as such.
4518
e4c467f9
XF
45192013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4520
4521 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 4522 (Bug#14948)
e4c467f9 4523
7ced0d04
SM
45242013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4527 `base' arg of backtrace-frame.
4528
fec92060
EZ
45292013-07-26 Eli Zaretskii <eliz@gnu.org>
4530
4531 * simple.el (list-processes): Doc fix.
4532
d58d31fb
JB
45332013-07-26 Juanma Barranquero <lekktu@gmail.com>
4534
4535 * desktop.el (desktop--select-frame):
d85c4d50 4536 Try harder to reuse existing frames.
d58d31fb 4537
53ff3e77
SM
45382013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4539
4540 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4541 (edebug-eval): Use backtrace-eval.
4542 (edebug--display, edebug--recursive-edit): Don't let-bind the
4543 edebug-outer-* vars that keep track of variables we locally let-bind.
4544 (edebug-outside-excursion): Don't restore outside values of locally
4545 let-bound vars.
4546 (edebug--display): Use user-error.
4547 (cl-lexical-debug, cl-debug-env): Remove.
4548
045f7a53
JB
45492013-07-26 Juanma Barranquero <lekktu@gmail.com>
4550
4551 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4552 are restored to be sure that they are visible before deleting any
4553 remaining ones.
4554
59070b32
MM
45552013-07-26 Matthias Meulien <orontee@gmail.com>
4556
742a3501
XF
4557 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4558 vc-print-root-log. (Bug#14948)
59070b32 4559
b1fb3596
RS
45602013-07-26 Richard Stallman <rms@gnu.org>
4561
4562 Add aliases for encrypting mail.
4563 * epa.el (epa-mail-aliases): New option.
4564 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4565 Bind inhibit-read-only so read-only text doesn't ruin everything.
4566 (epa-mail-default-recipients): New subroutine broken out.
4567 Handle epa-mail-aliases.
4568
56ea7291
SM
45692013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 Add support for lexical variables to the debugger's `e' command.
4572 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4573 vars, except for debugger-outer-match-data.
4574 (debugger-frame-number): Move check for "on a function call" from
4575 callers into it. Add `skip-base' argument.
4576 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4577 (debugger-env-macro): Only reset the state stored in non-variables,
4578 i.e. current-buffer and match-data.
4579 (debugger-eval-expression): Rewrite using backtrace-eval.
4580 * subr.el (internal--called-interactively-p--get-frame): Remove.
4581 (called-interactively-p):
4582 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4583 `base' arg of backtrace-frame instead.
4584
15ac32d5
GM
45852013-07-26 Glenn Morris <rgm@gnu.org>
4586
8358a09d
GM
4587 * align.el (align-regexp): Doc fix. (Bug#14857)
4588 (align-region): Explicit error if subexpression missing/does not match.
4589
15ac32d5
GM
4590 * simple.el (global-visual-line-mode):
4591 Do not duplicate the mode lighter. (Bug#14858)
4592
f47ad11b
MR
45932013-07-25 Martin Rudalics <rudalics@gmx.at>
4594
4595 * window.el (display-buffer): In display-buffer bind
4596 split-window-keep-point to t, bug#14829.
4597
02530987
JB
45982013-07-25 Juanma Barranquero <lekktu@gmail.com>
4599
4600 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4601 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4602 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4603 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4604 Change accordingly.
f63ebeb5
JB
4605 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4606 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 4607
6ccb9cab 46082013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 4609
6ccb9cab 4610 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 4611
cb3a56d2
JB
46122013-07-25 Juanma Barranquero <lekktu@gmail.com>
4613
4614 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4615 parameter to modify-frame-parameters if the value has not changed;
4616 this is a workaround for bug#14949.
4617 (desktop--make-frame): On cl-delete-if call, check parameter name,
4618 not full parameter.
4619
7aa7fff0
XF
46202013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4621
4622 * vc/vc.el (vc-ignore): New function.
4623
4624 * vc/vc-svn.el (vc-svn-ignore): New function.
4625
4626 * vc/vc-hg.el (vc-hg-ignore): New function.
4627
4628 * vc/vc-git.el (vc-git-ignore): New function.
4629
4630 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4631 (vc-dir-ignore): New function.
4632
4633 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 4634 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
4635
4636 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4637
4638 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4639
889acc5c
JB
46402013-07-24 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4643 (desktop-restore-frames): Warn when deleting an existing frame failed.
4644
86c40970
GM
46452013-07-24 Glenn Morris <rgm@gnu.org>
4646
4647 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4648
d5d3c58a
MA
46492013-07-24 Michael Albinus <michael.albinus@gmx.de>
4650
4651 * filenotify.el (file-notify-supported-p):
4652 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4653 Remove functions.
4654
4655 * autorevert.el (auto-revert-use-notify):
4656 (auto-revert-notify-add-watch):
4657 * net/tramp.el (tramp-file-name-for-operation):
4658 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4659 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4660 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4661 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4662 Remove `file-notify-supported-p' entry.
4663
d100084b
GM
46642013-07-24 Glenn Morris <rgm@gnu.org>
4665
4666 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 4667 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 4668
ac93e56b
SM
46692013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4670
249eea30
SM
4671 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4672 checked with memq (bug#14935).
4673
ac93e56b
SM
4674 * files.el (revert-buffer-function): Use a non-nil default.
4675 (revert-buffer-preserve-modes): Declare var to
4676 provide access to the `preserve-modes' argument.
4677 (revert-buffer): Let-bind it.
4678 (revert-buffer--default): New function, extracted from revert-buffer.
4679
2cdeb903
SM
46802013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * lpr.el: Signal print errors more prominently.
4683 (print-region-function): Don't default to nil.
4684 (lpr-print-region): New function, extracted from print-region-1.
4685 Check lpr's return value and signal an error in case of problem.
4686 (print-region-1): Use it.
4687 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4688 versions instead.
4689 (ps-printer-name): Default to nil.
4690 (ps-printer-name-option): Default to lpr-printer-switch.
4691 (ps-print-region-function): Don't default to nil.
4692 (ps-postscript-code-directory): Simplify default.
4693 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4694 (ps-string-list, ps-eval-switch, ps-flatten-list)
4695 (ps-flatten-list-1): Remove.
4696 (ps-multibyte-buffer): Avoid setq.
4697 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4698 (print-region-function, ps-print-region-function): Don't set them here.
4699
73600831
XF
47002013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4701
0e55c076
XF
4702 * ido.el (ido-fractionp):
4703 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4704 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4705 (ido-max-directory-size, ido-max-dir-file-cache)
4706 (ido-decorations): Doc fix.
4707
73600831
XF
4708 * ansi-color.el: Fix old URL.
4709
3d012865
MM
47102013-07-23 Michael R. Mauger <michael@mauger.com>
4711
e903c210 4712 * progmodes/sql.el: Version 3.3
3d012865
MM
4713 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4714 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4715 (sql-interactive-remove-continuation-prompt): Rewrite, use
4716 functions above. Fix continuation prompt and complete output line
4717 handling.
4718 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4719 redirected output buffer.
4720 (sql-mode): Restore deleted code (Bug#13591).
4721
da77a2e2
JB
47222013-07-23 Juanma Barranquero <lekktu@gmail.com>
4723
4724 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4725
80ff0c71
MA
47262013-07-23 Michael Albinus <michael.albinus@gmx.de>
4727
4728 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4729
4730 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4731 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4732 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4733
b61d71e4
JB
47342013-07-23 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * desktop.el (desktop-clear): Simplify; remove useless checks
4737 against invalid buffer names.
4738 (desktop-list*): Use cl-list*.
4739 (desktop-buffer-info, desktop-create-buffer): Simplify.
4740
c3512092
LL
47412013-07-23 Leo Liu <sdl.web@gmail.com>
4742
4743 * bookmark.el (bookmark-make-record): Restore NAME as a default
4744 value. (Bug#14933)
4745
0ac26976
SM
47462013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4747
7d22ce18
SM
4748 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4749 extracted from autoload--insert-text.
4750 (autoload--insert-text): Remove.
4751 (autoload--print-cookie-text): New function, extracted from
4752 autoload--insert-cookie-text.
4753 (autoload--insert-cookie-text): Remove.
4754 (autoload-generate-file-autoloads): Adjust calls accordingly.
4755
9b2607e8
SM
4756 * winner.el (winner-hook-installed-p): Remove.
4757 (winner-mode): Simplify accordingly.
4758
c43a8618
SM
4759 * subr.el (add-to-list): Fix compiler-macro when `append' is
4760 not constant. Don't use `cl-member' for the base case.
4761
0ac26976
SM
4762 * progmodes/subword.el: Fix boundary case (bug#13758).
4763 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4764 own group.
4765 (subword-backward-regexp): Make it a constant.
4766 (subword-forward-internal): Don't treat a trailing capital as the
4767 beginning of a word.
4768
6874724a
AR
47692013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4770
4771 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4772 global value of tabulated-list-revert-hook (bug#14930).
4773
70f1b5e8
JB
47742013-07-22 Juanma Barranquero <lekktu@gmail.com>
4775
a1c80d9d
JB
4776 * desktop.el: Require 'cl-lib.
4777 (desktop-before-saving-frames-functions): New hook.
4778 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4779 for frames being saved. Rename from desktop--save-minibuffer-frames.
4780 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
4781 Do not save frames with non-nil `desktop-dont-save' parameter.
4782 Filter out deleted frames.
a1c80d9d
JB
4783 (desktop--find-frame): Use cl-find-if.
4784 (desktop--select-frame): Use cl-(first|second|third) to access values
4785 of desktop-mini.
4786 (desktop--make-frame): Use cl-delete-if.
4787 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4788 (desktop-restore-frames): Use cl-(first|second|third) to access values
4789 of desktop-mini. Look for visible frame at the end, not while
4790 restoring frames.
4791
70f1b5e8
JB
4792 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4793 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4794 Use string-match-p, looking-at-p (bug#14927).
4795
728dc3cc
JB
47962013-07-21 Juanma Barranquero <lekktu@gmail.com>
4797
56bc453c
JB
4798 * desktop.el (desktop-saved-frame-states):
4799 Rename from desktop--saved-states; all users changed.
4800 (desktop-save-frames): Rename from desktop--save-frames.
4801 Do not save state to desktop file.
4802 (desktop-save): Save desktop-saved-frame-states to desktop file
4803 and reset to nil.
4804 (desktop-restoring-frames-p): New function.
4805 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4806 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4807 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4808
728dc3cc
JB
4809 * desktop.el: Correctly restore iconified frames.
4810 (desktop--filter-iconified-position): New function.
4811 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4812
862f1c9c
GM
48132013-07-20 Glenn Morris <rgm@gnu.org>
4814
c4074c9f
GM
4815 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4816 Let `message' do the formatting.
4817 (def-gdb-preempt-display-buffer): Add explicit format.
4818
d828e5f9
GM
4819 * image-dired.el (image-dired-track-original-file):
4820 Use with-current-buffer.
4821 (image-dired-track-thumbnail): Use with-current-buffer.
4822 Avoid changing point of wrong window.
4823
862f1c9c
GM
4824 * image-dired.el (image-dired-track-original-file):
4825 Avoid changing point of wrong window. (Bug#14909)
4826
f0398ec1 48272013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
4828
4829 * progmodes/gdb-mi.el (gdb-done-or-error):
4830 Guard against "%" in gdb output. (Bug#14127)
4831
1451928f
AS
48322013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4833
763a086d
JB
4834 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4835 (Bug#14826)
f7a03897 4836
1451928f
AS
4837 * international/mule.el (coding-system-iso-2022-flags): Fix last
4838 change.
4839
99107004
KH
48402013-07-20 Kenichi Handa <handa@gnu.org>
4841
763a086d
JB
4842 * international/mule.el (coding-system-iso-2022-flags):
4843 Add `8-bit-level-4'. (Bug#8522)
99107004 4844
48494e06
LMI
48452013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4846
8ba8eec5
LMI
4847 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4848 (bug#14815).
4849
dfbc66e3
LMI
4850 * net/eww.el (eww-process-text-input): Allow inputting when the
4851 point is at the start of the line, as the properties aren't
4852 front-sticky.
4853
48494e06
LMI
4854 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4855 degenerate widths.
4856
77c92cb9
RS
48572013-07-19 Richard Stallman <rms@gnu.org>
4858
aec7da77
RS
4859 * epa.el (epa-popup-info-window): Doc fix.
4860
77c92cb9
RS
4861 * subr.el (split-string): New arg TRIM.
4862
945c5bb1
JB
48632013-07-18 Juanma Barranquero <lekktu@gmail.com>
4864
4865 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4866 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4867
e06ec67f
MA
48682013-07-18 Michael Albinus <michael.albinus@gmx.de>
4869
c7064f05 4870 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
4871 `file-notify-support'. Do not autoload. Adapt all uses.
4872 (file-notify-supported-p): New defun.
4873
c7064f05
JB
4874 * autorevert.el (auto-revert-use-notify):
4875 Use `file-notify-supported-p' instead of `file-notify-support'.
4876 Adapt docstring.
e06ec67f
MA
4877 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4878
4879 * net/tramp.el (tramp-file-name-for-operation):
4880 Add `file-notify-supported-p'.
4881
4882 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4883 New defun.
4884 (tramp-sh-file-name-handler-alist): Add it as handler for
4885 `file-notify-supported-p '.
4886
4887 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4888 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4889 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4890 Add `ignore' as handler for `file-notify-*' functions.
4891
5dc8a629
EZ
48922013-07-17 Eli Zaretskii <eliz@gnu.org>
4893
4894 * simple.el (line-move-partial, line-move): Don't start vscroll or
4895 scroll-up if the current line is not taller than the window.
4896 (Bug#14881)
4897
77aea2fb
DG
48982013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4899
4900 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4901 highlight question marks in the method names as strings.
ac72c08d
DG
4902 (ruby-block-beg-keywords): Inline.
4903 (ruby-font-lock-keyword-beg-re): Extract from
4904 `ruby-font-lock-keywords'.
77aea2fb 4905
18c26d81
JD
49062013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4907
4908 * frame.el (blink-cursor-blinks): New defcustom.
4909 (blink-cursor-blinks-done): New defvar.
4910 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4911 (blink-cursor-timer-function): Check if number of blinks has been
4912 done on X and NS.
4913 (blink-cursor-suspend, blink-cursor-check): New defuns.
4914
da48522e
GM
49152013-07-15 Glenn Morris <rgm@gnu.org>
4916
4917 * edmacro.el (edmacro-format-keys): Fix previous change.
4918
0463c1ef
PE
49192013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4920
4921 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4922 The hack didn't work outside English locales anyway.
4923
b43f6451
JB
49242013-07-15 Juanma Barranquero <lekktu@gmail.com>
4925
4926 * simple.el (define-alternatives): Rename from alternatives-define,
4927 per RMS' suggestion.
4928
b958c0ad
JB
49292013-07-14 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * desktop.el (desktop-restore-frames): Change default to t.
4932 (desktop-restore-in-current-display): Now offer more options.
4933 (desktop-restoring-reuses-frames): New customization option.
4934 (desktop--saved-states): Doc fix.
4935 (desktop-filter-parameters-alist): New variable, renamed and expanded
4936 from desktop--excluded-frame-parameters.
4937 (desktop--target-display): New variable.
4938 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4939 (desktop--filter-tty*, desktop--filter-*-color)
4940 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4941 (desktop--filter-save-desktop-parm)
4942 (desktop-restore-in-original-display-p): New functions.
4943 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4944 (desktop--save-minibuffer-frames): New function, inspired by a similar
4945 function from Martin Rudalics.
4946 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4947 (desktop--restore-in-this-display-p): Remove.
4948 (desktop--find-frame): Rename from desktop--find-frame-in-display
4949 and add predicate argument.
4950 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4951 (desktop--reuse-list): New variable.
4952 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4953 New functions.
4954 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4955
f6dd8b36
MA
49562013-07-14 Michael Albinus <michael.albinus@gmx.de>
4957
4958 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4959
2ce3c565
DG
49602013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4961
763a086d
JB
4962 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4963 Highlight conversion methods on Kernel.
2ce3c565 4964
2cdb7698
AM
49652013-07-13 Alan Mackenzie <acm@muc.de>
4966
4967 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4968 and comment it out. This out-commenting enables certain C++
4969 declarations to be parsed correctly.
4970
1a67b811
EZ
49712013-07-13 Eli Zaretskii <eliz@gnu.org>
4972
1b796d6b
EZ
4973 * international/mule.el (define-coding-system): Doc fix.
4974
1a67b811
EZ
4975 * simple.el (default-font-height): Don't call font-info if the
4976 frame's default font didn't change since the frame was created.
4977 (Bug#14838)
4978
58fbe886
LL
49792013-07-13 Leo Liu <sdl.web@gmail.com>
4980
4981 * ido.el (ido-read-file-name): Guard against non-symbol value.
4982
1f0480d4
FEG
49832013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4984
4985 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4986 in nested defuns.
4987
97ead0e5
LL
49882013-07-13 Leo Liu <sdl.web@gmail.com>
4989
4990 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4991 ido-set-matches call. (Bug#6852)
4992
0880a952
DG
49932013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4994
4995 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4996 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4997 Ruby 2.0.
4998 (ruby-font-lock-keywords): Distinguish calls to functions with
4999 module-like names from module references. Highlight character
5000 literals.
5001
a7d8babb
SDJ
50022013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
5003
5004 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 5005 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 5006
acfcc8c5
JB
50072013-07-12 Juanma Barranquero <lekktu@gmail.com>
5008
5009 * desktop.el (desktop--v2s): Remove unused local variable.
5010 (desktop-save-buffer): Make defvar-local; adjust docstring.
5011 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5012 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5013
051f2775
AS
50142013-07-12 Andreas Schwab <schwab@linux-m68k.org>
5015
5016 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5017
f24e7572
GM
50182013-07-12 Eli Zaretskii <eliz@gnu.org>
5019
5020 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5021 (Bug#14842)
5022
539a920c
GM
50232013-07-12 Glenn Morris <rgm@gnu.org>
5024
5025 * doc-view.el: Require cl-lib at runtime too.
5026 (doc-view-remove-if): Remove.
5027 (doc-view-search-next-match, doc-view-search-previous-match):
5028 Use cl-remove-if.
5029
5030 * edmacro.el: Require cl-lib at runtime too.
5031 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5032 (edmacro-mismatch, edmacro-subseq): Remove.
5033
5034 * shadowfile.el: Require cl-lib.
5035 (shadow-remove-if): Remove.
5036 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5037 Use cl-remove-if.
5038
5039 * wid-edit.el: Require cl-lib.
5040 (widget-choose): Use cl-remove-if.
5041 (widget-remove-if): Remove.
5042
5043 * progmodes/ebrowse.el: Require cl-lib at runtime too.
5044 (ebrowse-delete-if-not): Remove.
5045 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5046 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5047 Use cl-delete-if-not.
5048
1048af7c
JB
50492013-07-12 Juanma Barranquero <lekktu@gmail.com>
5050
5051 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5052 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5053
6c0674ee
LL
50542013-07-12 Leo Liu <sdl.web@gmail.com>
5055
5056 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
5057
a19b3c2d
GM
50582013-07-11 Glenn Morris <rgm@gnu.org>
5059
4582a01c
GM
5060 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5061 (edebug-gensym-index, edebug-gensym):
5062 Remove reimplementation of cl-gensym.
5063 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5064
5065 * thumbs.el: Require cl-lib at run-time too.
5066 (thumbs-gensym-counter, thumbs-gensym):
5067 Remove reimplementation of cl-gensym.
5068 (thumbs-temp-file): Use cl-gensym.
5069
a19b3c2d
GM
5070 * emacs-lisp/ert.el: Require cl-lib at runtime too.
5071 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5072 (ert--intersection, ert--set-difference, ert--set-difference-eq)
5073 (ert--union, ert--gensym-counter, ert--gensym-counter)
5074 (ert--coerce-to-vector, ert--remove*, ert--string-position)
5075 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5076 (ert-make-test-unbound, ert--expand-should-1)
5077 (ert--expand-should, ert--should-error-handle-error)
5078 (should-error, ert--explain-equal-rec)
5079 (ert--plist-difference-explanation, ert-select-tests)
5080 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5081 Use cl-lib functions rather than reimplementations.
5082
88f6a933
MA
50832013-07-11 Michael Albinus <michael.albinus@gmx.de>
5084
5085 * net/tramp.el (tramp-methods): Extend docstring.
5086 (tramp-connection-timeout): New defcustom.
5087 (tramp-error-with-buffer): Reset timestamp only when appropriate.
5088 (with-tramp-progress-reporter): Simplify.
5089 (tramp-process-actions): Improve messages.
5090
5091 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5092 * net/tramp-sh.el (tramp-maybe-open-connection):
5093 Use `tramp-connection-timeout'.
5094 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5095 (Bug#14808)
5096
a43d577e
LL
50972013-07-11 Leo Liu <sdl.web@gmail.com>
5098
5099 * ido.el (ido-read-file-name): Conform to the requirements of
5100 read-file-name. (Bug#11861)
5101 (ido-read-directory-name): Conform to the requirements of
5102 read-directory-name.
5103
d77974bf
JB
51042013-07-11 Juanma Barranquero <lekktu@gmail.com>
5105
5106 * subr.el (delay-warning): New function.
5107
35cb8a3e
EZ
51082013-07-10 Eli Zaretskii <eliz@gnu.org>
5109
5110 * simple.el (default-line-height): New function.
5111 (line-move-partial, line-move): Use it instead of computing the
5112 line height inline.
5113 (line-move-partial): Always compute ROWH. If the last line is
5114 partially-visible, but its text is completely visible, allow
5115 cursor to enter such a partially-visible line.
5116
525c5c77
MA
51172013-07-10 Michael Albinus <michael.albinus@gmx.de>
5118
5119 Improve error messages. (Bug#14808)
5120
5121 * net/tramp.el (tramp-current-connection): New defvar, moved from
5122 tramp-sh.el.
0ac26976 5123 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 5124 needed anymore.
0ac26976
SM
5125 (tramp-error-with-buffer): Show message in minibuffer.
5126 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
5127 (with-tramp-progress-reporter): Improve messages.
5128 (tramp-process-actions): Use progress reporter. Delete process in
5129 case of error. Improve messages.
5130
763a086d
JB
5131 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5132 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 5133 (tramp-current-connection): Remove.
525c5c77
MA
5134 (tramp-maybe-open-connection): The car of
5135 `tramp-current-connection' are the first 3 slots of the vector.
5136
c7a4d368
TZ
51372013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
5138
5139 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5140 inside continued strings.
5141
954b166e
PE
51422013-07-10 Paul Eggert <eggert@cs.ucla.edu>
5143
5144 Timestamp fixes for undo (Bug#14824).
5145 * files.el (clear-visited-file-modtime): Move here from fileio.c.
5146
56973319
LL
51472013-07-10 Leo Liu <sdl.web@gmail.com>
5148
5149 * files.el (require-final-newline): Allow safe local value.
5150 (Bug#14834)
5151
5550a72c
LL
51522013-07-09 Leo Liu <sdl.web@gmail.com>
5153
5154 * ido.el (ido-read-directory-name): Handle fallback.
5155 (ido-read-file-name): Update DIR to ido-current-directory.
5156 (Bug#1516)
c28b9050 5157 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 5158
70c46b28
DG
51592013-07-09 Dmitry Gutov <dgutov@yandex.ru>
5160
5161 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5162 "autoload". Remove "warn lower camel case" section, previously
5163 commented out. Highlight negation char. Do not highlight the
5164 target in singleton method definitions.
5165
0b64b838
SM
51662013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5167
7fd72e2c
SM
5168 * faces.el (tty-setup-hook): Declare the hook.
5169
0b64b838
SM
5170 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5171 and detect when a guard/pred depends on local vars (bug#14773).
5172 (pcase--u1): Adjust caller.
5173
ab49d60b
EZ
51742013-07-08 Eli Zaretskii <eliz@gnu.org>
5175
5176 * simple.el (line-move-partial, line-move): Account for
5177 line-spacing.
701d79aa
EZ
5178 (line-move-partial): Avoid setting vscroll when the last
5179 partially-visible line in window is of default height.
ab49d60b 5180
2d756ae0
LMI
51812013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5182
5183 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5184 been used a while.
5185
ed095bd7
JB
51862013-07-07 Juanma Barranquero <lekktu@gmail.com>
5187
5188 * subr.el (read-quoted-char): Remove unused local variable `char'.
5189
f1e6674b
MK
51902013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5191
584ee3fc
GM
5192 * ediff.el (ediff-version): Version update.
5193 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5194 (ediff-merge-with-ancestor-command, ediff-directories-command)
5195 (ediff-directories3-command, ediff-merge-directories-command)
5196 (ediff-merge-directories-with-ancestor-command): New functions.
5197 All are command-line interfaces to ediff: to facilitate calling
5198 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
5199
5200 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5201 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 5202
584ee3fc
GM
5203 * viper.el (viper-version): Version update.
5204 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 5205
584ee3fc
GM
52062013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5209 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5210 (viper-intercept-ESC-key): Simplify.
5211 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5212 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5213 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5214 (viper-setup-ESC-to-escape): New functions.
5215 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5216 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 5217
9aff9b38
EZ
52182013-07-07 Eli Zaretskii <eliz@gnu.org>
5219
5165d44a
JB
5220 * simple.el (default-font-height, window-screen-lines):
5221 New functions.
9aff9b38
EZ
5222 (line-move, line-move-partial): Use them instead of
5223 frame-char-height and window-text-height. This makes scrolling
5224 text smoother when the buffer's default face uses a font that is
5225 different from the frame's default font.
5226
1afb1d07
JD
52272013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5228
5229 * files.el (write-file): Do not display confirm dialog for NS,
5230 it does its own dialog, which can't be cancelled (Bug#14578).
5231
23de972a
EZ
52322013-07-06 Eli Zaretskii <eliz@gnu.org>
5233
5234 * simple.el (line-move-partial): Adjust the row returned by
5235 posn-at-point for the current window-vscroll. (Bug#14567)
5236
54a42486
MA
52372013-07-06 Michael Albinus <michael.albinus@gmx.de>
5238
5239 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5240 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5241 spaces.
5242
34ada5f4
MR
52432013-07-06 Martin Rudalics <rudalics@gmx.at>
5244
5245 * window.el (window-state-put-stale-windows): New variable.
5246 (window--state-put-2): Save list of windows without matching buffer.
5247 (window-state-put): Remove "bufferless" windows if possible.
5248
11e03d89
JB
52492013-07-06 Juanma Barranquero <lekktu@gmail.com>
5250
5251 * simple.el (alternatives-define): Remove leftover :group keyword.
5252 Tweak docstring.
5253
3504a4be
LL
52542013-07-06 Leo Liu <sdl.web@gmail.com>
5255
5256 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5257 (ido-enable-virtual-buffers): New variable.
5258 (ido-buffer-internal, ido-toggle-virtual-buffers)
5259 (ido-make-buffer-list): Use it.
5260 (ido-exhibit): Support turning on and off virtual buffers
5261 automatically.
5262
61e56e2c
JB
52632013-07-06 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * simple.el (alternatives-define): New macro.
5266
321e1a9c
SM
52672013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * subr.el (read-quoted-char): Use read-key.
5270 (sit-for): Let read-event decode tty input (bug#14782).
5271
d610f6dd
SB
52722013-07-05 Stephen Berman <stephen.berman@gmx.net>
5273
5274 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
5275 mode command and externally. Fix various related bugs.
5276 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
5277 (todo-delete-file): New command.
5278 (todo-check-file): New function.
5279 (todo-show): Handle external deletion of the file we're trying to
5280 show (bug#14688). Replace called-interactively-p by an optional
5281 prefix argument to avoid problematic interaction with catch form
5282 when byte compiled (bug#14702).
5283 (todo-quit): Handle external deletion of the archive's todo file.
5284 Make sure the buffer that was visiting the archive file is still
5285 live before trying to bury it.
5286 (todo-category-completions): Handle external deletion of any
5287 category completion files.
5288 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5289 of todo files, in case of external deletion.
5290 (todo-add-file): Replace unnecessary setq by let-binding.
5291 (todo-find-archive): Check whether there are any archives.
5292 Replace unnecessary setq by let-binding.
5293 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
5294 archive buffer whether or not the archive already exists.
5295 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
5296 check if the archive is new; if it is, update list of archives.
5297 (todo-default-todo-file): Allow nil to be a valid value for when
5298 there are no todo files.
5299 (todo-reevaluate-default-file-defcustom): Use corrected definition
5300 of todo-default-todo-file.
5301 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5302 (todo-delete-category, todo-show-categories-table)
5303 (todo-category-number): Clarify comment.
5304 (todo-filter-items): Clarify documentation string.
5305 (todo-show-current-file, todo-display-as-todo-file)
5306 (todo-reset-and-enable-done-separator): Tweak documentation string.
5307 (todo-done-separator): Make separator length window-width, since
5308 bug#2749 is now fixed.
5309
ddbdfd6f
MA
53102013-07-05 Michael Albinus <michael.albinus@gmx.de>
5311
321e1a9c
SM
5312 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5313 Support both "gvfs-monitor-dir" and "inotifywait".
5314 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
5315 `tramp-sh-file-notify-process-filter'.
5316 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5317 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5318
96eb829a
LL
53192013-07-05 Leo Liu <sdl.web@gmail.com>
5320
5321 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5322
cf13177e
YM
53232013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5324
5325 * frame.el (display-pixel-height, display-pixel-width)
5326 (display-mm-height, display-mm-width): Mention behavior on
5327 multi-monitor setups in docstrings.
5328 (w32-display-monitor-attributes-list): Declare function.
5329 (display-monitor-attributes-list): Use it.
5330
864c58ca
MA
53312013-07-04 Michael Albinus <michael.albinus@gmx.de>
5332
5333 * filenotify.el: New package.
5334
5335 * autorevert.el (top): Require filenotify.el.
5336 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5337 instead.
5338 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5339 (auto-revert-notify-handler): Use `file-notify-*' functions.
5340
5341 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5342
321e1a9c
SM
5343 * net/tramp.el (tramp-file-name-for-operation):
5344 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
5345
5346 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5347 for `file-notify-add-watch' and `file-notify-rm-watch'.
5348 (tramp-process-sentinel): Improve trace.
5349 (tramp-sh-handle-file-notify-add-watch)
5350 (tramp-sh-file-notify-process-filter)
5351 (tramp-sh-handle-file-notify-rm-watch)
5352 (tramp-get-remote-inotifywait): New defuns.
5353
96673afe
JL
53542013-07-03 Juri Linkov <juri@jurta.org>
5355
5356 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5357 call of `occur-read-primary-args' to interactive spec.
5358
5359 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5360 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5361
924494f4
MM
53622013-07-03 Matthias Meulien <orontee@gmail.com>
5363
5364 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5365 `Buffer-menu-multi-occur'. Add it to the menu.
5366 (Buffer-menu-mode): Document it in docstring.
5367 (Buffer-menu-multi-occur): New command. (Bug#14673)
5368
56f75efc
DG
53692013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5370
5371 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5372 keywords and built-ins.
5373
9b057d61
GM
53742013-07-03 Glenn Morris <rgm@gnu.org>
5375
208dee4d
GM
5376 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5377
9b057d61
GM
5378 Make info-xref checks case-sensitive by default
5379 * info.el (Info-find-node, Info-find-in-tag-table)
5380 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5381 Add option for exact case matching of nodes.
5382 * info-xref.el (info-xref): New custom group.
5383 (info-xref-case-fold): New option.
5384 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5385
e01aa29c
LL
53862013-07-03 Leo Liu <sdl.web@gmail.com>
5387
5388 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5389
3086ca2e
DG
53902013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5391
5392 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5393 middle of block statement initially, lower the depth. Remove
5394 FIXME comment, not longer valid. Remove middle of block statement
5395 detection, no need to do that anymore since we've been using
5396 `ruby-parse-region' here.
5397
a3b49114
JD
53982013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5399
5400 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5401
08e5c823 54022013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
5403
5404 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5405
2addf922
JB
54062013-07-01 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5409 (desktop-restore-in-current-display): New customization option.
5410 (desktop--excluded-frame-parameters): Add `font'.
5411 (desktop--save-frames): Rename from desktop--save-windows.
5412 (desktop--restore-in-this-display-p): New function.
5413 (desktop--make-full-frame): Remove unwanted width/height from
5414 full(width|height) frames.
5415 (desktop--restore-frames): Rename from desktop--restore-windows.
5416 Obey desktop-restore-current-display. Do not delete old frames or
5417 select a new frame unless we were able to restore at least one frame.
5418
ef099a94
MN
54192013-06-30 Michal Nazarewicz <mina86@mina86.com>
5420
5421 * files.el (find-file-noselect): Simplify conditional expression.
5422
5423 * remember.el (remember-append-to-file):
5424 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5425
5426 Add `remember-notes' function to store random notes across Emacs
5427 restarts.
5428 * remember.el (remember-data-file): Add :set callback to affect
5429 notes buffer (if any).
5430 (remember-notes): New command.
5431 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5432 New defcustoms for the `remember-notes' function.
5433 (remember-notes-save-and-bury-buffer): New command.
5434 (remember-notes-mode-map): New variable.
5435 (remember-mode): New minor mode.
5436 (remember-notes--kill-buffer-query): New function.
5437 * startup.el (initial-buffer-choice): Add notes to custom type.
5438
0865d506
EZ
54392013-06-30 Eli Zaretskii <eliz@gnu.org>
5440
0ba54312
EZ
5441 * bindings.el (right-char, left-char): Don't call sit-for, this is
5442 no longer needed. Use arithmetic comparison only for numerical
5443 arguments.
5444
ef099a94
MN
5445 * international/mule-cmds.el (select-safe-coding-system):
5446 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 5447
2fae38e5
LMI
54482013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5451 progression on degenerate tables.
ef099a94 5452 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 5453
a47cbd64
JB
54542013-06-30 Juanma Barranquero <lekktu@gmail.com>
5455
5456 Some fixes and improvements for desktop frame restoration.
5457 It is still experimental and disabled by default.
5458 * desktop.el (desktop--save-windows): Put the selected frame at
5459 the head of the list.
5460 (desktop--make-full-frame): New function.
5461 (desktop--restore-windows): Try to re-select the frame that was
5462 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
5463 just show an error message and continue. Set up maximized frames
5464 so they have default non-maximized dimensions.
a47cbd64 5465
6dbafa30
DG
54662013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5467
ef099a94
MN
5468 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5469 Don't start heredoc inside a string or comment.
6dbafa30 5470
4c672a0f
EZ
54712013-06-29 Eli Zaretskii <eliz@gnu.org>
5472
5473 * bindings.el (visual-order-cursor-movement): New defcustom.
5474 (right-char, left-char): Provide visual-order cursor motion by
5475 calling move-point-visually. Update the doc strings.
5476
50960f36
KH
54772013-06-28 Kenichi Handa <handa@gnu.org>
5478
5479 * international/mule.el (define-coding-system): New coding system
5480 properties :inhibit-null-byte-detection,
5481 :inhibit-iso-escape-detection, and :prefer-utf-8.
5482 (set-buffer-file-coding-system): If :charset-list property of
5483 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5484 appropriate for setting.
5485
c1ea3abf
JB
5486 * international/mule-cmds.el (select-safe-coding-system):
5487 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5488 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
5489
5490 * international/mule-conf.el (prefer-utf-8): New coding system.
5491 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5492 files.
5493
75dbaf9d
IK
54942013-06-28 Ivan Kanis <ivan@kanis.fr>
5495
eadb6068
IK
5496 * net/shr.el (shr-render-region): New function.
5497
75dbaf9d
IK
5498 * net/eww.el: Autoload `eww-browse-url'.
5499
9ea5cf9f
DG
55002013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5501
c1ea3abf
JB
5502 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5503 Adapt to `package-desc-version' being a list.
5504 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
5505 archive element.
5506
39c0e36f
JB
55072013-06-27 Juanma Barranquero <lekktu@gmail.com>
5508
5509 New experimental feature to save&restore window and frame setup.
5510 * desktop.el (desktop-save-windows): New defcustom.
5511 (desktop--saved-states): New var.
5512 (desktop--excluded-frame-parameters): New defconst.
5513 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5514 (desktop--restore-windows, desktop--save-windows): New functions.
5515 (desktop-save): Call `desktop--save-windows'.
5516 (desktop-read): Call `desktop--restore-windows'.
5517
7f13406b
LMI
55182013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5519
ef099a94 5520 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 5521
1e072639
SB
55222013-06-27 Stephen Berman <stephen.berman@gmx.net>
5523
5524 * info.el (Info-try-follow-nearest-node): Move search for footnote
5525 above search for node name to prevent missing a footnote (bug#14717).
5526
f3e2cbde
SB
55272013-06-27 Stephen Berman <stephen.berman@gmx.net>
5528
5529 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5530
99906aa0
LL
55312013-06-27 Leo Liu <sdl.web@gmail.com>
5532
5533 * net/eww.el (eww-read-bookmarks): Check file size.
5534
539f75f4
SM
55352013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5538 advice--pending if newdef is nil or an autoload (bug#13820).
5539 (advice-mapc): New function.
5540
843571cb
LMI
55412013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5542
5543 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5544 probably.
23a75d7f 5545 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
5546 (eww-add-bookmark): New command.
5547 (eww-bookmark-mode): New mode and commands.
a285ce99 5548 (eww-add-bookmark): Remove newlines from the title.
47fd571b 5549 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 5550
f2136e1e
GM
55512013-06-26 Glenn Morris <rgm@gnu.org>
5552
eab35f39
GM
5553 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5554 (hfy-size): Handle ttys. (Bug#14668)
5555
f2136e1e
GM
5556 * info-xref.el: Update for Texinfo 5 change in *note format.
5557 (info-xref-node-re, info-xref-note-re): New constants.
5558 (info-xref-check-buffer): Use info-xref-note-re.
5559
a49ff80c
SM
55602013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5561
a343d218
SM
5562 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5563
a49ff80c
SM
5564 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5565 nil terminate the loop (bug#14718).
5566
8308f184
LMI
55672013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5568
5569 * net/eww.el: Rework history traversal. When going forward/back,
5570 put these actions into the history, too, so that they can be
5571 replayed.
26bf2b82 5572 (eww-render): Move the history reset to the correct buffer.
8308f184 5573
ec64c273
JL
55742013-06-25 Juri Linkov <juri@jurta.org>
5575
5576 * files-x.el (modify-dir-local-variable): Change the header comment
5577 in the file with directory local variables. (Bug#14692)
5578
e080a9d7
JL
5579 * files-x.el (read-file-local-variable-value): Add `default'.
5580 (Bug#14710)
5581
bfbc93a1
IK
55822013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5583
5584 * net/eww.el (eww-make-unique-file-name): Create a unique file
5585 name before saving to entering `y' accidentally asynchronously.
5586
55872013-06-25 Ivan Kanis <ivan@kanis.fr>
5588
5589 * net/eww.el (eww-download): New command and keystroke.
5590
16f74f10
LMI
55912013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5592
a49ff80c 5593 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
5594
5595 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5596 be more consistent with Info and dired.
5597
5598 * net/eww.el (eww-mode-map): Ditto.
5599
12059709
SM
56002013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5601
5602 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5603 packages from archives.
5604 (package-archive-contents): Change format; include obsolete packages.
5605 (package-desc): Use `dir' to mark builtin packages.
5606 (package--from-builtin): Set the `dir' field to `builtin'.
5607 (generated-autoload-file, version-control): Declare.
5608 (package-compute-transaction): Change first arg and return value to be
5609 lists of package-descs. Adjust to new package-archive-contents format.
5610 (package--add-to-archive-contents): Adjust to new
5611 package-archive-contents format.
5612 (package-download-transaction): Arg is now a list of package-descs.
5613 (package-install): If `pkg' is a package name, pass it as
5614 a requirement, so it is subject to the usual (e.g. disabled) checks.
5615 (describe-package): Accept package-desc as well.
5616 (describe-package-1): Describe a specific package-desc. Add links to
5617 other package-descs for the same package name.
5618 (package-menu-describe-package): Pass the actual package-desc.
5619 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5620 works correctly.
5621 (package-desc-status): New function.
5622 (package-menu--refresh): New function, extracted
5623 from package-menu--generate.
5624 (package-menu--generate): Use it.
5625 (package-delete): Update package-alist.
5626 (package-menu-execute): Don't call package-initialize.
5627
5628 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5629 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5630 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5631 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5632 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5633 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5634
8bbdea0f
MR
56352013-06-25 Martin Rudalics <rudalics@gmx.at>
5636
5637 * window.el (window--state-get-1): Workaround for bug#14527.
5638 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5639
e82b0991
LMI
56402013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5641
5642 * net/eww.el (eww-back-url): Implement the history by stashing all
5643 the data into a list.
d3f0f918 5644 (eww-forward-url): Allow going forward in the history, too.
e82b0991 5645
c763842b
SM
56462013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5647
5648 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5649 for values and use read--expression for expressions (bug#14710).
5650 (read-file-local-variable): Avoid setq.
5651 (read-file-local-variable-mode): Use minor-mode-list.
5652
bceff189
RW
56532013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5654
864c58ca 5655 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
5656 for DOI URLs.
5657
45f431c6
RW
56582013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5659
864c58ca 5660 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
5661 Update imenu-support when dialect changes.
5662
f42d8237
LL
56632013-06-25 Leo Liu <sdl.web@gmail.com>
5664
5665 * ido.el (ido-read-internal): Allow forward slash on windows.
5666
be549ce6
LMI
56672013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5668
5669 * net/eww.el (eww): Start of strings is \\`, not ^.
5670
71d4c19d
IK
56712013-06-24 Ivan Kanis <ivan@kanis.fr>
5672
5196f88a
IK
5673 * net/shr.el (shr-browse-url): Fix interactive spec.
5674
71d4c19d
IK
5675 * net/eww.el (eww): Add a trailing slash to domain names.
5676
ae36ca55
JB
56772013-06-24 Juanma Barranquero <lekktu@gmail.com>
5678
5679 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5680
0ebd92a3
LMI
56812013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5682
bdaa086b
LMI
5683 * net/shr.el (shr-browse-url): Use an external browser if given a
5684 prefix.
5685
c763842b 5686 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 5687
b89fc156
IK
56882013-06-24 Ivan Kanis <ivan@kanis.fr>
5689
5690 * net/eww.el (eww): Work more correctly for file: URLs.
5691 (eww-detect-charset): Allow quoted charsets.
5692 (eww-yank-page-url): New command and keystroke.
5693
18eb4bca
DU
56942013-06-24 Daiki Ueno <ueno@gnu.org>
5695
5696 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5697 file name of gpg executable.
5698 (epg-context-program): New function.
5699 (epg-context-home-directory): New function.
5700 (epg-context-set-program): New function.
5701 (epg-context-set-home-directory): New function.
5702 (epg--start): Use `epg-context-program' instead of
5703 'epg-gpg-program'.
5704 (epg--list-keys-1): Likewise.
5705
6c6268c8
LL
57062013-06-24 Leo Liu <sdl.web@gmail.com>
5707
5708 * ido.el (ido-read-internal): Fix bug#14620.
5709
5e400cb3
JB
57102013-06-23 Juanma Barranquero <lekktu@gmail.com>
5711
5712 * faces.el (face-documentation): Simplify.
5713 (read-face-attribute, tty-find-type, x-resolve-font-name):
5714 Use `string-match-p'.
5715 (list-faces-display): Use `string-match-p'. Simplify.
5716 (face-spec-recalc): Check face to avoid face alias loops.
5717 (read-color): Use `string-match-p' and non-capturing parenthesis.
5718
f3f9606c
LMI
57192013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5720
5721 * net/shr.el (shr-rescale-image): Use the new
5722 :max-width/:max-height functionality.
5723
a3ca09b9
IK
57242013-06-23 Ivan Kanis <ivan@kanis.fr>
5725
5726 * net/eww.el (eww-search-prefix): New variable.
5727 (eww): Use it.
f865b474
IK
5728 (eww-external-browser): New variable.
5729 (eww-mode-map): New keystroke.
5730 (eww-browse-with-external-browser): New command.
a3ca09b9 5731
e854cfc7
IK
5732 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5733
18bb9e21
JB
57342013-06-23 Juanma Barranquero <lekktu@gmail.com>
5735
5736 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5737 Don't skip aligning the next header field when padding is 0;
5738 otherwise, field width is not respected unless the title is as
5739 wide as the field.
5740
5b165ade
SM
57412013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * emacs-lisp/package.el (package-el-version): Remove.
5744 (package-process-define-package): Fix inf-loop.
5745 (package-install): Allow symbols as arguments again.
5746
12adebe9
DG
57472013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5748
5749 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5750 add some more keyword-like methods.
5751 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5752
388573ee
JB
57532013-06-22 Juanma Barranquero <lekktu@gmail.com>
5754
5755 * bs.el (bs-buffer-show-mark): Make defvar-local.
5756 (bs-mode): Use setq-local.
5757
5758 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5759 (emacs-lock--try-unlocking): Make defvar-local.
5760
4582a01c 57612013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 5762
2663dd23
GM
5763 * play/cookie1.el (cookie-apropos): Minor simplification.
5764
3d94f3ad
GM
5765 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5766
f72e2fdb
DG
57672013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5768
5769 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5770 `regexp-opt', it breaks the build during dumping.
5771
73eab938
DG
57722013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5773
c763842b
SM
5774 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5775 Highlight keyword-like methods on Kernel and Module with
73eab938 5776 font-lock-builtin-face.
5cf8176d
DG
5777 (auto-mode-alist): Consolidate different entries into one regexp
5778 and add more *file-s.
73eab938 5779
d26255f6
SB
57802013-06-21 Stephen Berman <stephen.berman@gmx.net>
5781
5782 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5783
5784 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5785 (diary-entry): Use it in the action of this button type instead of
5786 diary-goto-entry.
5787
5788 * calendar/todo-mode.el: New version.
5789 (todo-add-category): Append new category to end of file and give
5790 it the highest number, instead of putting it at the beginning and
5791 giving it 0. Incorporate noninteractive functionality.
5792 (todo-forward-category): Adapt to 1-based category numbering.
5793 Allow skipping over archived categories.
5794 (todo-backward-category): Derive from todo-forward-category.
5795 (todo-backward-item, todo-forward-item): Make noninteractive and
5796 delegate interactive part to new commands. Make sensitive to done items.
5797 (todo-categories): Make value an alist of category names and
5798 vectors of item counts.
5799 (todo-category-beg): Make a defconst.
5800 (todo-category-number): Use 1 instead of 0 as initial value.
5801 (todo-category-select): Make sensitive to overlays, optional item
5802 highlighting and done items.
5803 (todo-delete-item): Make sensitive to overlays and marked and done items.
5804 (todo-edit-item): Make sensitive to overlays and editing of
5805 date/time header optional. Add format checks.
5806 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5807 no-op if point is not on an item. Advertise using todo-edit-quit.
5808 (todo-edit-mode): Make sensitive to new format, font-locking, and
5809 multiple todo files.
5810 (todo-insert-item, todo-insert-item-here): Derive from
5811 todo-basic-insert-item and extend functionality.
5812 (todo-item-end, todo-item-start): Make sensitive to done items.
5813 (todo-item-string): Don't return text properties. Restore point.
5814 (todo-jump-to-category): Make sensitive to multiple todo files and
5815 todo archives. Use extended category completion.
5816 (todo-lower-item, todo-raise-item): Rename to *-priority and
5817 derive from todo-set-item-priority.
5818 (todo-mode): Derive from special-mode. Make sensitive to new
5819 format, font-locking and multiple todo files. Make read-only.
5820 (todo-mode-map): Don't suppress digit keys, so they can supply
5821 prefix arguments. Add many new key bindings.
5822 (todo-prefix): Insert as an overlay instead of file text.
5823 Change semantics from diary date expression to purely visual mark.
5824 (todo-print): Rename to todo-print-buffer. Make buffer display
5825 features printable. Remove option to restrict number of items
5826 printed. Add option to print to file.
5827 (todo-print-function): Rename to todo-print-buffer-function.
5828 (todo-quit): Extend to handle exiting new todo modes.
5829 (todo-remove-item): Make sensitive to overlays.
5830 (todo-save): Extend to buffers of filtered items.
5831 (todo-show): Make sensitive to done items, multiple todo files and
5832 new todo modes. Offer to convert legacy todo file before creating
5833 first new todo file.
5834 (todo-show-priorities): Rename to todo-top-priorities.
5835 Change semantics of value 0.
5836 (todo-top-priorities): Rename to todo-filter-top-priorities,
5837 derive from todo-filter-items and extend functionality.
5838 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5839 and extend functionality to other types of filtered items.
5840 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5841 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5842 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5843 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5844 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5845 (todo-edit-mode-hook, todo-entry-prefix-function)
5846 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5847 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5848 (todo-initials, todo-insert-threshold, todo-item-string-start)
5849 (todo-line-string, todo-menu, todo-mode-hook)
5850 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5851 (todo-print-priorities, todo-remove-separator)
5852 (todo-save-top-priorities-too, todo-string-count-lines)
5853 (todo-string-multiline-p, todo-time-string-format)
5854 (todo-tmp-buffer-name): Remove.
5855 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5856 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5857 (todo-edit-category-diary-inclusion)
5858 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5859 (todo-edit-file, todo-edit-item-date-day)
5860 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5861 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5862 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5863 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5864 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5865 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5866 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5867 (todo-filter-top-priorities-multifile, todo-find-archive)
5868 (todo-find-filtered-items-file, todo-go-to-source-item)
5869 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5870 (todo-jump-to-archive-category, todo-lower-category)
5871 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5872 (todo-move-category, todo-move-item, todo-next-button)
5873 (todo-next-item, todo-padded-string, todo-powerset)
5874 (todo-previous-button, todo-previous-item)
5875 (todo-print-buffer-to-file, todo-raise-category)
5876 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5877 (todo-set-category-number, todo-set-item-priority)
5878 (todo-set-top-priorities-in-category)
5879 (todo-set-top-priorities-in-file, todo-show-categories-table)
5880 (todo-sort-categories-alphabetically-or-numerically)
5881 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5882 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5883 (todo-toggle-item-header, todo-toggle-item-highlighting)
5884 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5885 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5886 (todo-unarchive-items, todo-unmark-category): New commands.
5887 (todo-absolute-file-name, todo-add-to-buffer-list)
5888 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5889 (todo-basic-insert-item, todo-category-completions)
5890 (todo-category-number, todo-category-string-matcher-1)
5891 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5892 (todo-check-format, todo-clear-matches)
5893 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5894 (todo-current-category, todo-date-string-matcher)
5895 (todo-define-insertion-command, todo-diary-expired-matcher)
5896 (todo-diary-goto-entry, todo-diary-item-p)
5897 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5898 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5899 (todo-done-item-section-p, todo-done-separator)
5900 (todo-done-string-matcher, todo-files, todo-filter-items)
5901 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5902 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5903 (todo-insert-category-line, todo-insert-item-from-calendar)
5904 (todo-insert-sort-button, todo-insert-with-overlays)
5905 (todo-insertion-command-name, todo-insertion-key-bindings)
5906 (todo-label-to-key, todo-longest-category-name-length)
5907 (todo-make-categories-list, todo-mode-external-set)
5908 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5909 (todo-modes-set-3, todo-multiple-filter-files)
5910 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5911 (todo-read-category, todo-read-date, todo-read-dayname)
5912 (todo-read-file-name, todo-read-time)
5913 (todo-reevaluate-category-completions-files-defcustom)
5914 (todo-reevaluate-default-file-defcustom)
5915 (todo-reevaluate-filelist-defcustoms)
5916 (todo-reevaluate-filter-files-defcustom)
5917 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5918 (todo-reset-done-separator, todo-reset-done-separator-string)
5919 (todo-reset-done-string, todo-reset-global-current-todo-file)
5920 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5921 (todo-reset-prefix, todo-set-categories)
5922 (todo-set-date-from-calendar, todo-set-show-current-file)
5923 (todo-set-top-priorities, todo-short-file-name)
5924 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5925 (todo-total-item-counts, todo-update-buffer-list)
5926 (todo-update-categories-display, todo-update-categories-sexp)
5927 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5928 New functions.
5929 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5930 New major modes.
5931 (todo-categories, todo-display, todo-edit, todo-faces)
5932 (todo-filtered): New defgroups.
5933 (todo-archived-only, todo-button, todo-category-string, todo-date)
5934 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5935 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5936 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5937 (todo-add-item-if-new-category, todo-always-add-time-string)
5938 (todo-categories-align, todo-categories-archived-label)
5939 (todo-categories-category-label, todo-categories-diary-label)
5940 (todo-categories-done-label, todo-categories-number-separator)
5941 (todo-categories-todo-label, todo-categories-totals-label)
5942 (todo-category-completions-files, todo-completion-ignore-case)
5943 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5944 (todo-done-separator-string, todo-done-string)
5945 (todo-files-function, todo-filter-done-items, todo-filter-files)
5946 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5947 (todo-initial-category, todo-initial-file, todo-item-mark)
5948 (todo-legacy-date-time-regexp, todo-mode-line-function)
5949 (todo-nondiary-marker, todo-number-prefix)
5950 (todo-print-buffer-function, todo-show-current-file)
5951 (todo-show-done-only, todo-show-first, todo-show-with-done)
5952 (todo-skip-archived-categories, todo-top-priorities-overrides)
5953 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5954 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5955 New defcustoms.
5956 (todo-category-done, todo-date-pattern, todo-date-string-start)
5957 (todo-diary-items-buffer, todo-done-string-start)
5958 (todo-filtered-items-buffer, todo-item-start)
5959 (todo-month-abbrev-array, todo-month-name-array)
5960 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5961 (todo-top-priorities-buffer): New defconsts.
5962 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5963 (todo-categories-with-marks, todo-category-string-face)
5964 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5965 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5966 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5967 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5968 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5969 (todo-font-lock-keywords, todo-global-current-todo-file)
5970 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5971 (todo-insertion-commands-args)
5972 (todo-insertion-commands-args-genlist)
5973 (todo-insertion-commands-names, todo-insertion-map)
5974 (todo-key-bindings-t, todo-key-bindings-t+a)
5975 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5976 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5977 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5978 (todo-visited): New variables.
5979
cad5d1cb
GM
59802013-06-21 Glenn Morris <rgm@gnu.org>
5981
5982 * play/cookie1.el (cookie-apropos): Add optional display argument.
5983 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5984 (psychoanalyze-pinhead): Use cookie-doctor.
5985
9e277302
JB
59862013-06-21 Juanma Barranquero <lekktu@gmail.com>
5987
5988 * emacs-lisp/package.el (tar-get-file-descriptor)
5989 (tar--extract): Declare.
5990
c5b0993e
EW
59912013-06-21 Eduard Wiebe <usenet@pusto.de>
5992
5993 Extend flymake's warning predicate to be a function (bug#14217).
5994 * progmodes/flymake.el (flymake-warning-predicate): New.
5995 (flymake-parse-line): Use it.
5996 (flymake-warning-re): Make obsolete alias to
5997 `flymake-warning-predicate'.
5998
a7d2d465
SM
59992013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * emacs-lisp/package.el (package-alist): Include obsolete packages.
6002 (package-obsolete-list): Remove.
6003 (package-activate): Remove min-version argument. Add `force' argument.
6004 Adjust to new package-alist format.
6005 (package-mark-obsolete): Remove.
6006 (package-unpack): Force reload of the package's autoloads.
6007 (package-installed-p): Check builtins if the installed package is not
6008 recent enough.
6009 (package-initialize): Don't reset package-obsolete-list.
6010 Don't specify which package version to activate.
6011 (package-process-define-package, describe-package-1)
6012 (package-menu--generate): Adjust to new package-alist format.
6013
cedf5c9d
JB
60142013-06-21 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * allout-widgets.el (allout-widgets-mode-off)
6017 (allout-widgets-mode-on, allout-widgets-pre-command-business)
6018 (allout-widgets-post-command-business)
6019 (allout-widgets-after-copy-or-kill-function)
6020 (allout-widgets-after-undo-function, allout-test-range-overlaps)
6021 (allout-decorate-item-and-context)
6022 (allout-graphics-modification-handler): Fix typos in docstrings.
6023 (allout-get-or-create-parent-widget): Use `looking-at-p'.
6024
6025 * cmuscheme.el (scheme-start-file): Doc fix.
6026 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6027 (scheme-input-filter): Use `string-match-p'.
6028
6029 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6030
6031 * dired-x.el: Use Dired consistently in docstrings.
6032
6033 * dired.el: Use Dired consistently in docstrings.
6034 (dired-readin, dired-mode): Use `setq-local'.
6035 (dired-switches-alist): Make defvar-local.
6036 (dired-buffers-for-dir): Use `zerop'.
6037 (dired-safe-switches-p, dired-switches-escape-p)
6038 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6039 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6040 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6041 (dired-goto-next-nontrivial-file): Use `string-match-p'.
6042 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6043 (dired-toggle-marks, dired-mark-files-containing-regexp)
6044 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6045 (dired-flag-auto-save-files, dired-flag-backup-files):
6046 Use `looking-at-p'.
6047 (dired-mark-files-regexp, dired-build-subdir-alist):
6048 Use `string-match-p', `looking-at-p'.
6049
6050 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6051 (direct-print-region-helper): Use `string-match-p'.
6052
aed838b5
LL
60532013-06-21 Leo Liu <sdl.web@gmail.com>
6054
cedf5c9d
JB
6055 * comint.el (comint-redirect-results-list-from-process):
6056 Fix infinite loop.
aed838b5 6057
d80a808f
LMI
60582013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
6060 * net/eww.el (eww-update-header-line-format): Quote % characters.
6061
e7a526e3
GM
60622013-06-21 Glenn Morris <rgm@gnu.org>
6063
6064 * play/cookie1.el (cookie): New custom group.
6065 (cookie-file): New option.
6066 (cookie-check-file): New function.
6067 (cookie): Make it interactive. Make start and end messages optional.
6068 Interactively, display the result. Default to cookie-file.
6069 (cookie-insert): Default to cookie-file.
6070 (cookie-snarf): Make start and end messages optional.
6071 Default to cookie-file. Use with-temp-buffer.
6072 (cookie-read): Rename from read-cookie.
6073 Make start and end messages optional. Default to cookie-file.
6074 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 6075 Do not autoload it.
e7a526e3
GM
6076 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6077 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6078
62efb35e
LL
60792013-06-21 Leo Liu <sdl.web@gmail.com>
6080
6081 * progmodes/octave.el (octave-mode): Backward compatibility fix.
6082
21e3f963
GM
60832013-06-21 Glenn Morris <rgm@gnu.org>
6084
6085 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6086
fd846ab4
SM
60872013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6088 Daniel Hackney <dan@haxney.org>
6089
6090 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6091 Consolidate the single-file vs tarball code.
6092 (package-desc-suffix): New function.
6093 (package-desc-full-name): Don't bother inlining it.
6094 (package-load-descriptor): Return the new package-desc.
6095 (package-mark-obsolete): Remove unused arg `package'.
6096 (package-unpack): Make it work for single files as well.
6097 Make it update package-alist.
6098 (package--make-autoloads-and-stuff): Rename from
6099 package--make-autoloads-and-compile. Don't compile any more.
6100 (package--compile): New function.
6101 (package-generate-description-file): New function, extracted from
6102 package-unpack-single.
6103 (package-unpack-single): Remove.
6104 (package--with-work-buffer): Add indentation and debugging info.
6105 (package-download-single): Remove.
6106 (package-install-from-archive): Rename from package-download-tar, make
6107 it take a pkg-desc, and make it work for single files as well.
6108 (package-download-transaction): Simplify.
6109 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
6110 external tar program.
6111 (package-install-from-buffer): Remove `pkg-desc' argument.
6112 Use package-tar-file-info for tar-mode buffers.
6113 (package-install-file): Simplify accordingly.
6114 (package-archive-base): Change to take a pkg-desc.
6115 * tar-mode.el (tar--check-descriptor): New function, extracted from
6116 tar-get-descriptor.
6117 (tar-get-descriptor): Use it.
6118 (tar-get-file-descriptor): New function.
6119 (tar--extract): New function, extracted from tar-extract.
6120 (tar--extract): Use it.
6121 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6122 case the summary uses non-ascii. Adjust to new calling convention of
6123 package-tar-file-info.
6124
b7deae5e
LL
61252013-06-21 Leo Liu <sdl.web@gmail.com>
6126
fd846ab4
SM
6127 * comint.el (comint-redirect-results-list-from-process):
6128 Fix random delay. (Bug#14681)
b7deae5e 6129
7a65a0b2
JB
61302013-06-21 Juanma Barranquero <lekktu@gmail.com>
6131
6132 * profiler.el (profiler-format-number): Use log, not log10.
6133
1493c2af
JB
61342013-06-20 Juanma Barranquero <lekktu@gmail.com>
6135
6136 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6137
aff6371e
SM
61382013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6141 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6142 yet available.
6143 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6144 (AUTOGENEL): ... here.
6145 * emacs-lisp/cl-macs.el (cl--sublis): New function.
6146 (cl--defsubst-expand): Use it.
6147
89561f72
PE
61482013-06-20 Paul Eggert <eggert@cs.ucla.edu>
6149
6150 * subr.el (log10): Move here from C code, and declare as obsolete.
6151 All uses of (log10 X) replaced with (log X 10).
6152
47199123
JB
61532013-06-20 Juanma Barranquero <lekktu@gmail.com>
6154
6155 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6156 Declare with `defvar-local'.
6157 (tabulated-list-use-header-line, tabulated-list-entries)
6158 (tabulated-list-padding, tabulated-list-printer)
6159 (tabulated-list-sort-key): Declare with `defvar-local'.
6160 (tabulated-list-init-header, tabulated-list-print-fake-header):
6161 Use `setq-local'.
6162
4a172eab
MA
61632013-06-20 Michael Albinus <michael.albinus@gmx.de>
6164
47199123
JB
6165 * arc-mode.el (archive-mode): Add `archive-write-file' to
6166 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 6167
5fc0acc0
JB
61682013-06-20 Juanma Barranquero <lekktu@gmail.com>
6169
d5b27848
JB
6170 * cus-edit.el (custom-commands): Fix typos.
6171 (custom-display): Fix tooltip text.
6172 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6173 Fix typos in docstrings.
6174 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6175 (custom-unlispify-menu-entry, custom-magic-value-create)
6176 (custom-add-see-also, custom-group-value-create): Use ?\s.
6177 (custom-guess-type, customize-apropos, editable-field)
6178 (custom-face-value-create): Use `string-match-p'.
6179 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6180
6181 * custom.el (custom-load-symbol): Use `string-match-p'.
6182
a5c581d8
JB
6183 * ansi-color.el: Convert to lexical binding.
6184 (ansi-colors): Fix URL.
6185 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6186 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6187 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6188
970ad972
G
61892013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6190
6191 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6192
6193 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6194
61952013-06-19 Tom Tromey <tromey@redhat.com>
6196
6197 * net/eww.el (eww-top-url): Remove.
6198 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6199 (eww-render): Set new variables. Don't set eww-top-url.
6200 (eww-handle-link): Handle "prev", "home", and "contents".
6201 Downcase the rel text.
6202 (eww-top-url): Choose best top URL.
6203
62042013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6205
6206 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6207 relying in widget.el. Using widget.el leads to too many
6208 user interface inconsistencies.
6209 (eww-self-insert): Implement entering commands in text fields.
6210 (eww-process-text-input): New function to make text input field editing
6211 work.
6212 (eww-submit): Rewrite to use the new-style form methods.
6213 (eww-select-display): Display the correct selected item.
6214 (eww-change-select): Implement changing the select value.
6215 (eww-toggle-checkbox): Implement radio/checkboxes.
6216 (eww-update-field): Fix compilation error.
6217 (eww-tag-textarea): Implement <textarea>.
6218
6219 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6220 we don't shadow mode-specific bindings.
6221
6222 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6223 nothing to push.
6224
6225 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6226
4582a01c 62272013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
6228
6229 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6230
15b263dc
MA
62312013-06-19 Michael Albinus <michael.albinus@gmx.de>
6232
6233 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6234 not needed.
6235
6236 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6237
8f5297f7
LMI
62382013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6239
6240 * net/browse-url.el (browse-url-browser-function):
6241 `eww-browse-url' has the right calling signature, `eww' does not.
6242
011c4552
GM
62432013-06-19 Glenn Morris <rgm@gnu.org>
6244
2285bd27
GM
6245 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6246 Only eval autoloaded macros.
6247 (byte-compile-autoload): Only give the macro warning for macros.
6248
1d653303
GM
6249 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6250 (ps-underlined-faces): Declare.
6251
bdd779ec
GM
6252 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6253 (speedbar-add-supported-extension): Declare.
6254
011c4552
GM
6255 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6256 Don't include a date stamp in the header of the generated file;
6257 it leads to needless differences between output files.
6258
e59dfb0e
MA
62592013-06-19 Michael Albinus <michael.albinus@gmx.de>
6260
c763842b
SM
6261 * net/secrets.el (secrets-struct-secret-content-type):
6262 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 6263 Some servers do not offer introspection.
e59dfb0e 6264
102626e2
SM
62652013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * electric.el (electric-pair-mode): Improve interaction with
6268 electric-layout-mode.
6269 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6270 (electric-pair-syntax): Use text-mode-syntax-table in comments
6271 and strings.
6272 (electric-pair--insert): New function.
6273 (electric-pair-post-self-insert-function): Use it and
6274 electric--after-char-pos.
6275
ad528125
LL
62762013-06-19 Leo Liu <sdl.web@gmail.com>
6277
6278 * progmodes/octave.el (octave-help): Fix regexp.
6279
924d6997
G
62802013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6281
6282 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6283 (shr-table-horizontal-line): Allow nil as a value, and change the
6284 default.
6285 (shr-insert-table-ruler): Respect the nil value.
6286
62872013-06-18 Tom Tromey <tromey@barimba>
6288
6289 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6290 New defvars.
6291 (eww-open-file): New defun.
6292 (eww-render): Initialize new variables.
6293 (eww-display-html): Handle "link" and "a".
6294 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6295 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6296 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
6297 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6298 New defuns.
924d6997 6299
d1bbba4f
DG
63002013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6301
6302 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6303 Distinguish ternary operator tokens from slash symbol and slash
6304 char literal.
6305
14dd22d2
JB
63062013-06-18 Juanma Barranquero <lekktu@gmail.com>
6307
6308 Convert symbol prettification into minor mode and global minor mode.
6309
6310 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6311 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6312 (prettify-symbols--keywords): Rename from
6313 `prog-prettify-symbols-alist' and make a local defvar.
6314 (prettify-symbols--compose-symbol): Rename from
6315 `prog--prettify-font-lock-compose-symbol'.
6316 (prettify-symbols--make-keywords): Rename from
6317 `prog-prettify-font-lock-symbols-keywords' and simplify.
6318 (prog-prettify-install): Remove.
6319 (prettify-symbols-mode): New minor mode, based on
6320 `prog-prettify-install'.
6321 (turn-on-prettify-symbols-mode): New function.
6322 (global-prettify-symbols-mode): New globalized minor mode.
6323
6324 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6325 * progmodes/cfengine.el (cfengine3-mode):
6326 * progmodes/perl-mode.el (perl-mode): Don't call
6327 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6328
292c880c
JL
63292013-06-18 Juri Linkov <juri@jurta.org>
6330
6331 * files-x.el (modify-file-local-variable-message): New function.
6332 (modify-file-local-variable)
6333 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6334 and call `modify-file-local-variable-message' when it's non-nil.
6335 (add-file-local-variable, delete-file-local-variable)
6336 (add-file-local-variable-prop-line)
6337 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6338 and use it. (Bug#9820)
6339
0950aa27
JL
63402013-06-18 Juri Linkov <juri@jurta.org>
6341
6342 * emulation/vi.el (vi-shell-op):
6343 * emulation/vip.el (vip-execute-com, ex-command):
6344 * emulation/viper-cmd.el (viper-exec-bang):
6345 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6346 the call of `shell-command-on-region'. (Bug#14637)
6347
6348 * simple.el (shell-command-on-region): Doc fix.
6349
8fbcca16
SM
63502013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6353 (bug#14633).
6354
dd7426ea
GM
63552013-06-18 Glenn Morris <rgm@gnu.org>
6356
4ba54f7d
GM
6357 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6358
dd7426ea
GM
6359 * newcomment.el (comment-search-forward, comment-search-backward):
6360 Doc fix. (Bug#14376)
6361
58aa805b
JB
63622013-06-18 Juanma Barranquero <lekktu@gmail.com>
6363
6364 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6365 (buffer-face-mode-invoke): Doc fix.
6366
9a08a617
MM
63672013-06-18 Matthias Meulien <orontee@gmail.com>
6368
6369 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 6370 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 6371
f2f426ca
GM
63722013-06-18 Glenn Morris <rgm@gnu.org>
6373
9445f99b
GM
6374 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6375 Replace obsolete function generic-make-keywords with its expansion.
6376
e0df2d14
GM
6377 * progmodes/python.el (ffap-alist): Declare.
6378
f2f426ca
GM
6379 * textmodes/reftex.el (bibtex-mode-map): Declare.
6380
f7f9a720
SM
63812013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6384 (package-unpack, package-unpack-single): Return the pkg-dir.
6385 (package-download-transaction): Use it to update package-alist.
6386
57ff04e0
LMI
63872013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6388
6389 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6390 possible choice.
6391
c048c022
JL
63922013-06-17 Juri Linkov <juri@jurta.org>
6393
6394 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6395
b5bcaee5
DG
63962013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6397
a020afb9
JB
6398 * emacs-lisp/package.el (package-load-descriptor):
6399 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
6400 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6401
551e07e5
JB
64022013-06-17 Juanma Barranquero <lekktu@gmail.com>
6403
6404 * startup.el (command-line): Expand package name returned by
6405 `package--description-file' (bug#14639).
6406
d363bffb
DG
64072013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6408
6409 * emacs-lisp/package.el (package-load-descriptor): Do not call
6410 `emacs-lisp-mode', just use its syntax table.
6411
f612933b
JB
64122013-06-17 Juanma Barranquero <lekktu@gmail.com>
6413
6414 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6415 `font-lock-extra-managed-props' if any prettifying keyword is added.
6416 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6417 (prog-mode): Use `setq-local'.
6418
db3b7db5
SM
64192013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * international/characters.el (standard-case-table): Set syntax of ?»
6422 and ?« to punctuation.
6423
f3d674df
JB
64242013-06-16 Juanma Barranquero <lekktu@gmail.com>
6425
6426 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6427 Save relevant match data before calling `syntax-ppss' (bug#14595).
6428
31489a32
JL
64292013-06-15 Juri Linkov <juri@jurta.org>
6430
6431 * files-x.el (modify-file-local-variable-prop-line): Add local
6432 variables to the end of the existing comment on the first line.
6433 Use `file-auto-mode-skip' to skip interpreter magic line,
6434 and also skip XML declaration.
6435
66bd25ab
SM
64362013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * startup.el (package--builtin-versions): New var.
6439 (package-subdirectory-regexp): Remove.
6440 (package--description-file): Hard code its value instead.
6441
6442 * emacs-lisp/package.el: Don't activate packages older than builtin.
6443 (package-obsolete-list): Rename from package-obsolete-alist, and make
6444 it into a simple list of package-desc.
6445 (package-strip-version): Remove.
6446 (package-built-in-p): Use package--builtin-versions.
6447 (package-mark-obsolete): Simplify.
6448 (package-process-define-package): Mark it obsolete if older than the
6449 builtin version.
6450 (package-handle-response): Use line-end-position.
6451 (package-read-archive-contents, package--download-one-archive):
6452 Simplify.
6453 (package--add-to-archive-contents): Skip if older than the builtin or
6454 installed version.
6455 (package-menu-describe-package): Fix last change.
6456 (package-list-unversioned): New var.
6457 (package-menu--generate): Use it.
6458
6459 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6460 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6461 (autoload-builtin-package-versions): New variable.
6462 (autoload-generate-file-autoloads): Use them.
6463 Remove the list of autoloaded functions/macros from the
6464 (autoload...) comments.
6465
6466 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6467
9583ec36
EZ
64682013-06-15 Eli Zaretskii <eliz@gnu.org>
6469
6470 * simple.el (line-move-partial): Don't jump to the next screen
6471 line as soon as it becomes visible. Instead, continue enlarging
6472 the vscroll until the portion of a tall screen line that's left on
6473 display is about the height of the frame's default font.
6474 (Bug#14567)
6475
f0100d8a
GM
64762013-06-15 Glenn Morris <rgm@gnu.org>
6477
b86a85ca
GM
6478 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6479 compilation-error-regexp-alist void, or local while let-bound.
6480
f0100d8a
GM
6481 * progmodes/make-mode.el (makefile-mode-syntax-table):
6482 Treat "=" as punctuation. (Bug#14614)
6483
05e7ce90
JB
64842013-06-15 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * help-fns.el (describe-variable):
6487 Add extra line for permanent-local variables.
6488
12e5e86e
SH
64892013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6490
6491 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6492 Add export, import, library. (Bug#9164)
6493 (library): Set indent function.
6494
230dcbaf
GM
64952013-06-14 Glenn Morris <rgm@gnu.org>
6496
6497 * term/xterm.el (xterm--query):
6498 Stop after first matching handler. (Bug#14615)
6499
e36b2d20 65002013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
6501
6502 Add support for dired in saveplace.
6503 * dired.el (dired-initial-position-hook): New variable.
6504 (dired-initial-position): Call hook to place cursor position.
6505 * saveplace.el (save-place-to-alist): Add dired position.
6506 (save-place-dired-hook): New function.
6507
0b31660d
SM
65082013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6509
bf1e6ae8
SM
6510 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6511 through a symbol rather than letrec.
6512
1b8dff23
SM
6513 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6514 (package-desc): Add `dir' field.
6515 (package-desc-full-name): New function.
6516 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6517 (package-maybe-load-descriptor): Remove.
6518 (package-load-all-descriptors): Just call package-load-descriptor.
6519 (package--disabled-p): New function.
6520 (package-desc-vers, package-desc-doc): Remove aliases.
6521 (package--dir): Remove function.
6522 (package-activate): Check if a package is disabled.
6523 (package-process-define-package): New function, extracted from
6524 define-package.
6525 (define-package): Turn into a place holder.
6526 (package-unpack-single, package-tar-file-info):
6527 Use package--description-file.
6528 (package-compute-transaction): Use package--disabled-p.
6529 (package-download-transaction): Don't call
6530 package-maybe-load-descriptor since they're all loaded anyway.
6531 (package-install): Change argument to be a pkg-desc.
6532 (package-delete): Use a single pkg-desc argument.
6533 (describe-package-1): Use package-desc-dir instead of package--dir.
6534 Use package-desc property instead of package-symbol.
6535 (package-install-button-action): Adjust accordingly.
6536 (package--push): Rewrite.
6537 (package-menu--print-info): Adjust accordingly. Change the ID format
6538 to be a pkg-desc.
6539 (package-menu-describe-package, package-menu-get-status)
6540 (package-menu--find-upgrades, package-menu-mark-upgrades)
6541 (package-menu-execute, package-menu--name-predicate):
6542 Adjust accordingly.
6543 * startup.el (package--description-file): New function.
6544 (command-line): Use it.
6545 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6546 Use package-desc-version.
6547
0b31660d
SM
6548 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6549 (byte-compile-preprocess): Use it.
6550 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6551 can't quite recognize.
6552 (byte-compile-add-to-list): Remove.
6553 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6554 (cconv-closure-convert): Add assertion.
6555
6556 * emacs-lisp/map-ynp.el: Use lexical-binding.
6557 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6558 Factor out some repeated code.
6559
de0503df
SM
65602013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * subr.el (with-eval-after-load): New macro.
6563 (eval-after-load): Allow form to be a function.
6564 take advantage of lexical-binding.
6565 (do-after-load-evaluation): Use dolist and adjust to new format.
6566 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6567
bc5c8c5a
JL
65682013-06-13 Juri Linkov <juri@jurta.org>
6569
6570 * replace.el (perform-replace): Display "symbol " and other search
6571 modes from `isearch-message-prefix' in the *Help* buffer.
6572
6573 * isearch.el (isearch-query-replace): Add " symbol" and other
6574 possible search modes from `isearch-message-prefix' to the prompt.
6575 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6576 when reading a regexp to collect.
6577
a22289f7
JL
65782013-06-13 Juri Linkov <juri@jurta.org>
6579
6580 * isearch.el (word-search-regexp): Match whitespace if the search
6581 string begins or ends in whitespace. The LAX arg is applied to
6582 both ends of the search string. Use `regexp-quote' and explicit
6583 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6584 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6585 boundaries are replaced with symbol boundaries, and characters
6586 between symbols match non-word non-symbol syntax. (Bug#14602)
6587
cb89acab
JL
65882013-06-13 Juri Linkov <juri@jurta.org>
6589
6590 * isearch.el (isearch-del-char): Don't exceed the length of
6591 `isearch-string' by the prefix arg. (Bug#14563)
6592
6e8cfc81
JL
65932013-06-13 Juri Linkov <juri@jurta.org>
6594
6595 * isearch.el (isearch-yank-word, isearch-yank-line)
6596 (isearch-char-by-name, isearch-quote-char)
6597 (isearch-printing-char, isearch-process-search-char):
6598 Add optional count prefix arg. (Bug#14563)
6599
6600 * international/isearch-x.el
6601 (isearch-process-search-multibyte-characters):
6602 Add optional count prefix arg.
6603
c23d55f4
VS
66042013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6607 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6608 lexical-binding.
6609
66102013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6611
6612 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6613
ba947bc4
GM
66142013-06-13 Glenn Morris <rgm@gnu.org>
6615
8baeb37a
GM
6616 * startup.el (tty-handle-args):
6617 Don't just discard "--" and anything after. (Bug#14608)
6618
ba947bc4
GM
6619 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6620
9abefce4
MA
66212013-06-13 Michael Albinus <michael.albinus@gmx.de>
6622
6623 Implement changes in Secret Service API. Make it backward compatible.
6624 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6625 (secrets-create-item): Use it. Prefix properties with interface.
6626
5755011f
MH
66272013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6628
6629 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6630 (term-emulate-terminal): Respect term-suppress-hard-newline.
6631
1261d2da
S
66322013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6633
6634 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6635 Only remove a `thumb-file' overlay. (Bug#14548)
6636
868490bb
GJ
66372013-06-12 Grégoire Jadi <daimrod@gmail.com>
6638
6639 * mail/reporter.el (reporter-submit-bug-report):
6640 Handle missing package-name. (Bug#14600)
6641
79d7167f
TH
66422013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6643
6644 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6645 (reftex-citation-prompt, reftex-default-bibliography)
6646 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6647 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6648 (reftex-bib-sort-author, reftex-bib-sort-year)
6649 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6650 (reftex-extract-bib-entries-from-thebibliography)
6651 (reftex-get-bibkey-default, reftex-get-bib-names)
6652 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6653 (reftex-format-bib-entry, reftex-parse-bibitem)
6654 (reftex-format-bibitem, reftex-do-citation)
6655 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6656 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6657 (reftex-insert-bib-matches, reftex-format-citation)
6658 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6659 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6660 existing comments into docstrings.
6661
5f9dbd7a
XF
66622013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6663
6664 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6665
94df41ab
AS
66662013-06-12 Andreas Schwab <schwab@suse.de>
6667
6668 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6669 for auto-save files.
6670
a7f3fecc
GM
66712013-06-12 Glenn Morris <rgm@gnu.org>
6672
001809f6
GM
6673 * ido.el (ido-delete-ignored-files): Remove.
6674 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6675 Go back to calling ido-ignore-item-p directly.
a7f3fecc 6676
834b5ded
EL
66772013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6678
08c73ed2
EL
6679 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6680
834b5ded
EL
6681 * ido.el (ido-delete-ignored-files): New function,
6682 split from ido-make-file-list-1.
6683 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6684 (ido-make-file-list-1): Use ido-delete-ignored-files.
6685
daabf15a
LL
66862013-06-12 Leo Liu <sdl.web@gmail.com>
6687
6688 * progmodes/octave.el (inferior-octave-startup)
6689 (inferior-octave-completion-table)
6690 (inferior-octave-track-window-width-change)
6691 (octave-eldoc-function-signatures, octave-help)
6692 (octave-find-definition): Use single quoted strings.
6693 (inferior-octave-startup-args): Change default value.
6694 (inferior-octave-startup): Do not hard code "-i" and
6695 "--no-line-editing".
6696 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6697 (inferior-octave-directory-tracker): Use it.
6698 (octave-goto-function-definition): Robustify.
6699 (octave-help): Support highlighting operators in 'See also'.
6700 (octave-find-definition): Find subfunctions only in Octave mode.
6701
cf4e5178
SM
67022013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * help-fns.el (help-fns--compiler-macro): If the handler function is
6705 named, then put a link to it.
6706 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6707 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6708 (cl-typep): Use it.
6709 (cl-eval-when): Simplify debug spec.
6710 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6711 compiler-macro function instead of setting `compiler-macro-file'.
6712
99c81280 67132013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
6714
6715 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6716 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6717
f56be016
SM
67182013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6719 Daniel Hackney <dan@haxney.org>
6720
6721 First part of Daniel Hackney's patch to package.el.
6722 * emacs-lisp/package.el: Use defstruct.
6723 (package-desc): New, main struct.
6724 (package--bi-desc, package--ac-desc): New structs, used to describe the
6725 format in external files.
6726 (package-desc-vers): Replace with package-desc-version accessor.
6727 (package-desc-doc): Replace with package-desc-summary accessor.
6728 (package-activate-1): Remove `package' arg since the pkg-vec now
6729 includes the name.
6730 (define-package): Use package-desc-from-define.
6731 (package-unpack-single): Change file-name arg to be a symbol.
6732 (package--add-to-archive-contents): Use package-desc-create and new
6733 accessor functions to package--ac-desc.
6734 (package-buffer-info, package-tar-file-info): Return a package-desc.
6735 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6736 arg to be a package-desc.
6737 (package-install-file): Adjust accordingly. Use \' to match EOS.
6738 (package--from-builtin): New function.
6739 (describe-package-1, package-menu--generate): Use it.
6740 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6741 (package-generate-autoloads): Idem and return the name of the file.
6742 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6743 Change pkg-info arg to be a package-desc.
6744 Use package-make-ac-desc.
6745 (package-upload-file): Use \' to match EOS.
6746 * finder.el (finder-compile-keywords): Use package-make-builtin.
6747
31119d63
SM
67482013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6749
931a2762
SM
6750 * vc/vc.el (vc-deduce-fileset): Change error message.
6751 (vc-read-backend): New function.
6752 (vc-next-action): Use it.
6753
5a3eb0c6
SM
6754 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6755
e3eb1bb7
SM
6756 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6757 (prolog-font-lock-keywords): Use regexp-opt instead.
6758 Don't manually highlight strings.
6759 (prolog-mode-variables): Simplify comment-start-skip.
6760 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6761
31119d63
SM
6762 * emacs-lisp/generic.el (generic--normalise-comments)
6763 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6764 (generic-mode-set-comments): Use them.
6765 (generic-bracket-support): Use setq-local.
6766 (generic-make-keywords-list): Declare obsolete.
6767
7de135d0
GM
67682013-06-11 Glenn Morris <rgm@gnu.org>
6769
6770 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6771 Prettify after setting font-lock-defaults. (Bug#14574)
6772
fa6bc6fd
JB
67732013-06-11 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * replace.el (query-replace, occur-read-regexp-defaults-function)
6776 (replace-search):
6777 * subr.el (declare-function, number-sequence, local-set-key)
6778 (substitute-key-definition, locate-user-emacs-file)
6779 (with-silent-modifications, split-string, eval-after-load):
6780 Fix typos, remove unneeded backslashes and reflow some docstrings.
6781
cf1f9b9a
SM
67822013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6785 default for Elisp files.
6786
56602a4b
GM
67872013-06-11 Glenn Morris <rgm@gnu.org>
6788
6789 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6790 although define-derived-mode was doing this anyway. (Bug#14583)
6791
30ae0b2c
JB
67922013-06-10 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6795 Fix make-variable-buffer-local call to refer to the correct variable.
6796
fa472906
AG
67972013-06-10 Aidan Gauland <aidalgol@amuri.net>
6798
6799 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
6800 (eshell-visual-subcommands, eshell-visual-options):
6801 Add summary line to docstrings. Add cross-references.
fa472906 6802
ff4871b9
GM
68032013-06-10 Glenn Morris <rgm@gnu.org>
6804
6805 * epa.el (epa-read-file-name): New function. (Bug#14510)
6806 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6807
04fcf1b0
AG
68082013-06-09 Aidan Gauland <aidalgol@amuri.net>
6809
6810 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6811 output redirection to be ignored with visual commands.
6812
88b00caa
AG
68132013-06-09 Aidan Gauland <aidalgol@amuri.net>
6814
6815 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
6816 (eshell-term-initialize): Move long lambda to separate function
6817 eshell-visual-command-p.
e7b41c4c
JB
6818 * eshell/em-dirs.el (eshell-dirs-initialise):
6819 * eshell/em-script.el (eshell-script-initialize):
6820 Add missing #' to lambda.
88b00caa 6821
fda74125
LL
68222013-06-08 Leo Liu <sdl.web@gmail.com>
6823
6824 * progmodes/octave.el (octave-add-log-current-defun): New function.
6825 (octave-mode): Set add-log-current-defun-function.
6826 (octave-goto-function-definition): Do not move point if not found.
6827 (octave-find-definition): Enhance to try subfunctions first.
6828
467f3b33
GM
68292013-06-08 Glenn Morris <rgm@gnu.org>
6830
6831 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6832 (byte-compile-backward-char, byte-compile-backward-word):
6833 Improve previous change, to handle non-explicit nil.
6834
544badc3
SM
68352013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6838 (smie--opener/closer-at-point): New function.
6839 (smie--matching-block-data): Use it. Don't match from right after an
6840 opener or right before a closer. Obey smie-blink-matching-inners.
6841 Don't signal a mismatch for repeated inners like "switch..case..case".
6842
a175bf33
LL
68432013-06-07 Leo Liu <sdl.web@gmail.com>
6844
6845 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6846 to t. (Bug#14303)
ce8209d4
LL
6847 (octave-function-header-regexp): Fix. (Bug#14570)
6848 (octave-help-mode-finish-hook, octave-help-mode-finish):
6849 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
6850
6851 * newcomment.el (comment-search-backward): Revert last change.
6852 (Bug#14434)
6853
6854 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6855
a822acff
EZ
68562013-06-07 Eli Zaretskii <eliz@gnu.org>
6857
6858 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6859 through xargs, to avoid failure due to MS-Windows limitations on
6860 command-line length.
6861
961166f5
GM
68622013-06-06 Glenn Morris <rgm@gnu.org>
6863
d0341459
GM
6864 * font-lock.el (lisp-font-lock-keywords-2):
6865 Treat user-error like error.
6866
961166f5
GM
6867 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6868 (byte-compile-backward-char, byte-compile-backward-word):
6869 Handle explicit nil arguments. (Bug#14565)
6870
80fa505f
AM
68712013-06-05 Alan Mackenzie <acm@muc.de>
6872
6873 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 6874 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 6875 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 6876 (Bug#9706)
80fa505f 6877
fccdc796
SM
68782013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * autorevert.el (auto-revert-notify-handler): Use memq.
6881 Hide assertion failure.
6882
6883 * skeleton.el: Use cl-lib.
6884 (skeleton-further-elements): Use defvar-local.
6885 (skeleton-insert): Use cl-progv.
6886
9bfff84b
TZ
68872013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6888
6889 * progmodes/prog-mode.el (prog-prettify-symbols)
6890 (prog-prettify-install): Update docstrings.
6891
55577e7c
SM
68922013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * simple.el: Move all the prog-mode code to prog-mode.el.
6895 * progmodes/prog-mode.el: New file.
6896 * loadup.el: Add prog-mode.el.
6897
8fc57765
TZ
68982013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6899
6900 * simple.el (prog-prettify-symbols): Add version.
6901 (prog-prettify-install): Add convenience function to prettify symbols.
6902
6903 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6904 (perl--augmented-font-lock-keywords-1)
6905 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6906 variables and use it.
6907
6908 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6909 (cfengine3-mode): Remove unneeded variable and use it.
6910
6911 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6912 (lisp--augmented-font-lock-keywords-1)
6913 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6914 Remove unneeded variables and use it.
6915
650645d5 69162013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
6917
6918 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 6919 to point when opening the connection. (Bug#14380)
28f5da6d 6920
781b4af6
SM
69212013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * subr.el (load-history-regexp, load-history-filename-element)
6924 (eval-after-load, after-load-functions, do-after-load-evaluation)
6925 (eval-next-after-load, display-delayed-warnings)
6926 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6927 definition of save-match-data.
6928 (overriding-local-map): Remove accidental obsolescence declaration.
6929
6930 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6931
3ca0d0b4
TZ
69322013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6933
6934 Generalize symbol prettify support to prog-mode and implement it
6935 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6936 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6937 (prog--prettify-font-lock-compose-symbol)
6938 (prog-prettify-font-lock-symbols-keywords): New variables and
6939 functions to support symbol prettification.
6940 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6941 (lisp--augmented-font-lock-keywords-1)
6942 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6943 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6944 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
6945 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6946 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
6947 * progmodes/perl-mode.el (perl-prettify-symbols)
6948 (perl--font-lock-compose-symbol)
6949 (perl--font-lock-symbols-keywords): Move to prog-mode.
6950 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6951 (perl-font-lock-keywords-1)
6952 (perl-font-lock-keywords-2): Remove explicit prettify support.
6953 (perl--augmented-font-lock-keywords)
6954 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
6955 (perl--augmented-font-lock-keywords-2, perl-mode):
6956 Implement prettify support.
3ca0d0b4 6957
976cb066
LL
69582013-06-05 Leo Liu <sdl.web@gmail.com>
6959
6960 Re-implement smie matching block highlight using
6961 show-paren-data-function. (Bug#14395)
6962 * emacs-lisp/smie.el (smie-matching-block-highlight)
6963 (smie--highlight-matching-block-overlay)
6964 (smie--highlight-matching-block-lastpos)
6965 (smie-highlight-matching-block)
6966 (smie-highlight-matching-block-mode): Remove.
6967 (smie--matching-block-data-cache): New variable.
6968 (smie--matching-block-data): New function.
6969 (smie-setup): Use smie--matching-block-data for
6970 show-paren-data-function.
6971
6972 * progmodes/octave.el (octave-mode-menu): Fix.
6973 (octave-find-definition): Skip garbage lines.
6974
208d0342
SM
69752013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 Fix compilation error with simultaneous dynamic+lexical scoping.
6978 Add warning when a defvar appears after the first let-binding.
6979 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6980 (byte-compile-close-variables): Initialize it.
6981 (byte-compile--declare-var): New function.
6982 (byte-compile-file-form-defvar)
6983 (byte-compile-file-form-define-abbrev-table)
6984 (byte-compile-file-form-custom-declare-variable): Use it.
6985 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6986 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6987 (byte-compile-bind): Handle dynamic bindings that shadow
6988 lexical bindings.
6989 (byte-compile-unbind): Make arg non-optional.
6990 (byte-compile-let): Simplify.
6991 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6992 (cconv--analyse-function, cconv-analyse-form): Populate it.
6993 Protect byte-compile-bound-variables to limit the scope of defvars.
6994 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6995 Remove unneeded rule for `declare'.
6996
6997 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6998 so as to avoid depending on cl-adjoin at run-time.
6999 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7000
7001 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7002 (macroexp--warn-and-return): Use it.
7003
1ac2891e
GM
70042013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * lisp/subr.el: Convert to lexical binding.
7007 (overriding-local-map): Make obsolete.
7008 (add-to-list): Doc fix. Add compiler macro.
7009 (read-key): Swap values of local maps.
7010
2587b005
LL
70112013-06-05 Leo Liu <sdl.web@gmail.com>
7012
7013 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7014
f1da3c88
LL
70152013-06-04 Leo Liu <sdl.web@gmail.com>
7016
7017 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7018 (compilation-auto-jump): Suppress the "Mark set" message to give
7019 way to exit message.
7020
3caa391f
AM
70212013-06-04 Alan Mackenzie <acm@muc.de>
7022
7023 Remove faulty optimisation from indentation calculation.
7024 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7025 search limit based on 2000 characters back from indent-point.
7026
068922a2
TH
70272013-06-03 Tassilo Horn <tsdh@gnu.org>
7028
7029 * eshell/em-term.el (cl-lib): Require `cl-lib'.
7030
1f8fdd53
SM
70312013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7032
bbcc4d97
SM
7033 * emacs-lisp/lisp.el: Use lexical-binding.
7034 (lisp--local-variables-1, lisp--local-variables): New functions.
7035 (lisp--local-variables-completion-table): New var.
208d0342 7036 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 7037
1f8fdd53
SM
7038 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7039 eagerly (bug#14422).
7040
c9628c79
MA
70412013-06-03 Michael Albinus <michael.albinus@gmx.de>
7042
7043 * autorevert.el (auto-revert-notify-enabled)
7044 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7045 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7046 (auto-revert-notify-handler): Handle also gfilenotify.
7047
e7b41c4c 7048 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 7049 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 7050 Remove.
c9628c79 7051
e5e4a942
JL
70522013-06-03 Juri Linkov <juri@jurta.org>
7053
7054 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7055 `M-s h .'. (Bug#14427)
7056
7057 * hi-lock.el (highlight-symbol-at-point): New alias for the new
7058 command `hi-lock-face-symbol-at-point'.
7059 (hi-lock-face-symbol-at-point): New command.
7060 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7061 (hi-lock-menu): Add `highlight-symbol-at-point'.
7062 (hi-lock-mode): Doc fix.
7063
7064 * isearch.el (isearch-forward-symbol-at-point): New command.
7065 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7066 (isearch-highlight-regexp): Add a regexp which matches
7067 words/symbols for word/symbol mode.
7068
7069 * subr.el (find-tag-default-bounds): New function with the body
7070 mostly moved from `find-tag-default'.
7071 (find-tag-default): Move most code to `find-tag-default-bounds',
7072 call it and apply `buffer-substring-no-properties' afterwards.
7073
26b3353a
TH
70742013-06-03 Tassilo Horn <tsdh@gnu.org>
7075
781b4af6
SM
7076 * eshell/em-term.el (eshell-term-initialize):
7077 Use `cl-intersection' rather than `intersection'.
26b3353a 7078
51b60f53
XF
70792013-06-02 Xue Fuqiao <xfq.free@gmail.com>
7080
fe054b63 7081 * vc/log-view.el: Doc fix.
d3ffe17c 7082 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 7083
a0eb10b3 70842013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
7085
7086 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7087 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7088 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7089 (eieio-unbound, eieio-default-superclass)
7090 (eieio--define-field-accessors, method-static, method-before)
7091 (method-primary, method-after, method-num-lists)
7092 (method-generic-before, method-generic-primary)
7093 (method-generic-after, method-num-slots)
7094 (eieio-specialized-key-to-generic-key)
7095 (eieio--check-type, class-v, class-p)
7096 (eieio-class-name, define-obsolete-function-alias)
7097 (eieio-class-parents-fast, eieio-class-children-fast)
7098 (same-class-fast-p, class-constructor, generic-p)
7099 (generic-primary-only-p, generic-primary-only-one-p)
7100 (class-option-assoc, class-option, eieio-object-p)
7101 (class-abstract-p, class-method-invocation-order)
7102 (eieio-defclass-autoload-map, eieio-defclass-autoload)
7103 (eieio-class-un-autoload, eieio-defclass)
7104 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7105 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7106 (eieio--defgeneric-init-form, eieio-defgeneric-form)
7107 (eieio-defgeneric-reset-generic-form)
7108 (eieio-defgeneric-form-primary-only)
7109 (eieio-defgeneric-reset-generic-form-primary-only)
7110 (eieio-defgeneric-form-primary-only-one)
7111 (eieio-defgeneric-reset-generic-form-primary-only-one)
7112 (eieio-unbind-method-implementations)
7113 (eieio--defmethod, eieio--typep)
7114 (eieio-perform-slot-validation, eieio-validate-slot-value)
7115 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7116 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7117 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7118 (eieio-slot-name-index, eieio-class-slot-name-index)
7119 (eieio-set-defaults, eieio-initarg-to-attribute)
7120 (eieio-attribute-to-initarg, eieio-c3-candidate)
7121 (eieio-c3-merge-lists, eieio-class-precedence-c3)
7122 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7123 (eieio-class-precedence-list, eieio-generic-call-methodname)
7124 (eieio-generic-call-arglst, eieio-generic-call-key)
7125 (eieio-generic-call-next-method-list)
7126 (eieio-pre-method-execution-functions, eieio-generic-call)
7127 (eieio-generic-call-primary-only, eieiomt-method-list)
7128 (eieiomt-optimizing-obarray, eieiomt-install)
7129 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7130 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 7131 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
7132 (defclass): Remove `eval-and-compile' from macro.
7133 (call-next-method, shared-initialize): Instead of using
7134 `scoped-class' variable, use new eieio--scoped-class, and
7135 eieio--with-scoped-class.
7136 (initialize-instance): Rename local variable 'scoped-class' to
7137 'this-class' to remove ambiguitity from old global.
7138
7139 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
7140 eieio.el.
4f405069
JB
7141 (eieio--scoped-class-stack): New variable.
7142 (eieio--scoped-class): New fcn.
890f7890
DE
7143 (eieio--with-scoped-class): New scoping macro.
7144 (eieio-defclass): Use pushnew instead of add-to-list.
7145 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7146 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7147 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7148 `scoped-class' variable, use new eieio--scoped-class, and
7149 eieio--with-scoped-class.
7150
7151 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7152
d105b0e2
TH
71532013-06-02 Tassilo Horn <tsdh@gnu.org>
7154
7155 * eshell/esh-ext.el (eshell-external-command): Pass args to
7156 `eshell-find-interpreter'.
7157 (eshell-find-interpreter): Add new second parameter ARGS.
7158
7159 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 7160 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
7161
7162 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 7163 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
7164
7165 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7166 (eshell-visual-options): New defcustom.
7167 (eshell-escape-control-x): Adapt docstring.
7168 (eshell-term-initialize): Test `eshell-visual-subcommands' and
7169 `eshell-visual-options' in addition to `eshell-visual-commands'.
7170 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7171
f46305c8 71722013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
7173
7174 * progmodes/python.el (python-indent-block-enders): Add break,
7175 continue and raise keywords.
7176
d870df21
GM
71772013-06-01 Glenn Morris <rgm@gnu.org>
7178
9133b82e
GM
7179 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7180
02c992ec 7181 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
7182 * progmodes/cc-cmds.el (delete-forward-p):
7183 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7184 * progmodes/cc-engine.el (buffer-syntactic-context):
7185 * progmodes/cc-fonts.el (face-property-instance):
7186 * progmodes/cc-mode.el (set-keymap-parents):
7187 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7188 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7189 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
7190 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7191 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 7192
31e7b090
GM
7193 * progmodes/cc-vars.el (other): Emacs has this widget since
7194 at least 21.1, so don't (re)define it.
7195
d870df21
GM
7196 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7197 Replace the obsolete alias pcomplete-arg-quote-list.
7198
c75c93c7
LL
71992013-06-01 Leo Liu <sdl.web@gmail.com>
7200
7201 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7202 punctuation syntax.
7203 (inferior-octave-minimal-columns)
7204 (inferior-octave-last-column-width): New variables.
7205 (inferior-octave-track-window-width-change): New function.
7206 (inferior-octave-mode): Adjust column width so that Octave output,
7207 for example from 'ls', can fit into the window nicely.
7208
973d1e12
DG
72092013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7210
7211 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7212 Highlight expansions inside regexp literals.
7213
0888c286
GM
72142013-05-31 Glenn Morris <rgm@gnu.org>
7215
e26aac1f
GM
7216 * obsolete/sym-comp.el (symbol-complete):
7217 Replace obsolete completion-annotate-function.
7218
0888c286
GM
7219 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7220
19bb8e62
DG
72212013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7222
781b4af6
SM
7223 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7224 New function, checks if point is inside a literal that allows
19bb8e62
DG
7225 expression expansion.
7226 (ruby-syntax-propertize-expansion): Use it.
7227 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7228 around the body.
7229
01dea85f
JL
72302013-05-30 Juri Linkov <juri@jurta.org>
7231
7232 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7233 to "\M-si".
7234 (isearch-invisible): New variable.
7235 (isearch-forward): Doc fix.
7236 (isearch-mode): Set `isearch-invisible'
7237 to the value of `search-invisible'.
7238 (isearch-toggle-case-fold): Doc fix.
7239 (isearch-toggle-invisible): New command.
7240 (isearch-query-replace): Let-bind `search-invisible'
7241 to the value of `isearch-invisible'.
7242 (isearch-search): Use `isearch-invisible' instead of
7243 `search-invisible'. Let-bind `search-invisible'
7244 to the value of `isearch-invisible'. (Bug#11378)
7245
ab1bdce5
JL
72462013-05-30 Juri Linkov <juri@jurta.org>
7247
7248 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7249 call when `query-flag' is nil and `search-invisible' is non-nil.
7250 (Bug#11746)
7251
d6d236e2
GM
72522013-05-30 Glenn Morris <rgm@gnu.org>
7253
8accd027
GM
7254 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7255
2a8bed1c
GM
7256 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7257 (cc-require): Suppress spurious "noruntime" warnings.
7258 (cc-require-when-compile): Use fboundp, for sake of compiler.
7259
d6d236e2
GM
7260 * progmodes/cc-mode.el: Move load of cc-vars before that of
7261 cc-langs (which in turn loads cc-vars), to quieten compiler.
7262
9190b35b
SM
72632013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * paren.el: Simplify the code.
7266 (show-paren-mode): Always start the timer.
7267 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7268 (show-paren--overlay, show-paren--overlay-1): Rename from
7269 show-paren-overlay and show-paren-overlay-1, and initialize to an
7270 overlay rather than to nil.
7271 (show-paren-function): Misc cleanup and simplifications.
7272
4f8d1cf6
SM
72732013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * paren.el (show-paren-data-function): New hook.
7276 (show-paren--default): New function, extracted from show-paren-function.
7277 (show-paren-function): Use show-paren-data-function.
7278
02d844b5
GM
72792013-05-30 Glenn Morris <rgm@gnu.org>
7280
d209d4a9
GM
7281 * ielm.el (ielm-map, ielm-complete-symbol):
7282 Use completion-at-point rather than obsolete functions.
7283 (inferior-emacs-lisp-mode): Doc fix.
7284 Set completion-at-point-functions, rather than
7285 comint-dynamic-complete-functions.
7286
2082faa6
GM
7287 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7288 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7289 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7290
dd8620de
GM
7291 * image.el (image-animated-p): Tweak definition.
7292
ceca95b1
GM
7293 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7294 (rlogin-process-connection-type): Tweak default. Add set-after.
7295 (rlogin-host): Doc fix.
7296 (rlogin): Tweak prompt.
7297 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7298
ee9f1acc
GM
7299 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7300 * progmodes/tcl.el (inferior-tcl-mode-map):
7301 Use completion-at-point rather than obsolete alias.
7302
45ce222e
GM
7303 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7304
02d844b5
GM
7305 * minibuffer.el (read-file-name-completion-ignore-case):
7306 Move before completion--in-region, for eager macro expansion.
7307
ac44d6c1
JL
73082013-05-29 Juri Linkov <juri@jurta.org>
7309
7310 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7311 for total count of matching lines. Add `global-matches' for total
7312 count of matches. Rename `matches' to `lines' for count of
7313 matching lines. Add `matches' for count of matches.
7314 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7315 to `prev-line' for line number of prev match endpt.
7316 Increment `matches' for every match. Print the number of
7317 matching lines in the header.
7318 (occur-context-lines): Rename `lines' to `curr-line'.
7319 Rename `prev-lines' to `prev-line'. (Bug#14017)
7320
3c9c9d38
JL
73212013-05-29 Juri Linkov <juri@jurta.org>
7322
7323 * replace.el (perform-replace): Add `skip-read-only-count',
7324 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7325 Increment them for corresponding conditions and report the number
7326 of skipped occurrences in the final message. (Bug#11746)
7327 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7328 (replace-string, replace-regexp): Doc fix.
7329
33e249a2
SM
73302013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7331
8e399682
SM
7332 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7333
33e249a2 7334 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 7335 prog-mode-map (bug#14504).
33e249a2 7336
f236dd84
LL
73372013-05-29 Leo Liu <sdl.web@gmail.com>
7338
7339 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7340 (octave-help): Small simplification.
7341
7342 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7343 off the highlight first.
7344
3694d13f
GM
73452013-05-29 Glenn Morris <rgm@gnu.org>
7346
03983bdc
GM
7347 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7348 Handle idlwave-last-system-routine-info-cons-cell being nil.
7349
bc74a74a
GM
7350 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7351 (idlwave-write-paths): Simplify via with-temp-buffer.
7352
8b394200
GM
7353 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7354 * emulation/cua-rect.el: Also load cua-base at run time.
7355
3694d13f
GM
7356 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7357 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7358 (cperl-imenu-on-info): Require imenu.
7359
336d7284
AM
73602013-05-28 Alan Mackenzie <acm@muc.de>
7361
7362 Handle "capitalised keywords" correctly.
33e249a2 7363 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 7364
cb29c582
AG
73652013-05-28 Aidan Gauland <aidalgol@amuri.net>
7366
781b4af6 7367 * eshell/em-unix.el: Add -r option to cp.
cb29c582 7368
690e44b2
GM
73692013-05-28 Glenn Morris <rgm@gnu.org>
7370
e658d75c
GM
7371 * vc/vc-arch.el (vc-exec-after): Declare.
7372 (vc-switches): Autoload.
7373 * vc/vc-bzr.el: No need to require vc when compiling.
7374 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7375 (vc-resynch-buffer, vc-dir-refresh): Declare.
7376 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
7377 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7378 (vc-resynch-buffer): Declare.
7379 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 7380 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
7381 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7382 (grep-read-regexp, grep-read-files, grep-expand-template)
7383 (vc-dir-refresh): Declare.
7384 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7385 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7386 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
7387 * vc/vc-mtn.el (vc-exec-after): Declare.
7388 (vc-switches): Autoload.
7389 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7390 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7391 (vc-file-tree-walk): Declare.
712b9732
GM
7392 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7393 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7394 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
7395 * vc/vc-svn.el (vc-exec-after): Declare.
7396 (vc-switches, vc-setup-buffer): Autoload.
7397 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7398 Autoload.
7399 (vc-resynch-buffer): Declare.
7400
98e87fb3
GM
7401 * obsolete/fast-lock.el (byte-compile-warnings):
7402 Don't warn about obsolete features in this obsolete file.
7403
f5379553
GM
7404 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7405 Move definition before use.
7406
7a20ef83
GM
7407 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7408 (dun-unix-verbs): Remove dun-zippy.
7409 (dun-zippy): Remove function.
7410
690e44b2
GM
7411 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7412
3a52ccf7
JL
74132013-05-27 Juri Linkov <juri@jurta.org>
7414
7415 * replace.el (replace-search): New function with code moved out
7416 from `perform-replace'.
7417 (replace-highlight, replace-dehighlight): Move function definitions
7418 up closer to `replace-search'. (Bug#11746)
7419
d289938a
JL
74202013-05-27 Juri Linkov <juri@jurta.org>
7421
7422 * replace.el (perform-replace): Ignore invisible matches.
7423 In addition to checking `query-replace-skip-read-only', also
7424 filter out matches by calling `run-hook-with-args-until-failure'
7425 on `isearch-filter-predicates', and also check `search-invisible'
7426 for t or call `isearch-range-invisible'.
7427 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7428
66fc57e3
JL
74292013-05-27 Juri Linkov <juri@jurta.org>
7430
7431 * isearch.el (isearch-filter-predicates): Rename from
7432 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7433 (isearch-message-prefix): Display text from the property
7434 `isearch-message-prefix' of the currently active filters.
7435 (isearch-search): Don't compare `isearch-filter-predicate' with
7436 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7437 on `isearch-filter-predicates'. Also check `search-invisible' for t
7438 or call `isearch-range-invisible'.
7439 (isearch-filter-visible): Make obsolete.
7440 (isearch-lazy-highlight-search):
7441 Call `run-hook-with-args-until-failure' on
7442 `isearch-filter-predicates' and use `isearch-range-invisible'.
7443
7444 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7445 `isearch-filter-predicates' instead of `funcall'ing
7446 `isearch-filter-predicate'.
7447 (Info-mode): Set `Info-isearch-filter' to
7448 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7449
7450 * dired-aux.el (dired-isearch-filter-predicate-orig):
7451 Remove variable.
7452 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7453 (dired-isearch-filenames-end): Add and remove
7454 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7455 instead of changing the value of `isearch-filter-predicate'.
7456 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7457 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7458 Put property `isearch-message-prefix' to "filename " on
7459 `dired-isearch-filter-filenames'.
7460
7461 * wdired.el (wdired-change-to-wdired-mode):
7462 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7463 locally instead of changing `isearch-filter-predicate'.
7464 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7465
f1a60a0f
DG
74662013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7467
7468 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7469 return the commit hash (Bug#14459). Also set the
7470 `vc-git-detached' property.
7471 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7472 (vc-git-mode-line-string): Use the same help-echo format whether
7473 in detached mode or not, because we know the actual revision now.
7474 When in detached mode, shorten the revision to 7 chars.
7475
7f17cc40
SM
74762013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * emacs-lisp/easy-mmode.el (define-minor-mode):
7479 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7480 mode hook and provide a docstring.
7481
25c8401c
AM
74822013-05-27 Alan Mackenzie <acm@muc.de>
7483
7484 Remove spurious syntax-table text properties inserted by C-y.
7485 * progmodes/cc-mode.el (c-after-change): Also clear hard
7486 syntax-table property with value nil.
7487
dde84790
MA
74882013-05-27 Michael Albinus <michael.albinus@gmx.de>
7489
7490 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7491 when reading the events; the buffer layout shall not be changed.
7492
837fd9af
LL
74932013-05-27 Leo Liu <sdl.web@gmail.com>
7494
7495 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7496 New variable.
7497 (inferior-octave-directory-tracker): Automatically re-sync
7498 default-directory.
7499 (octave-help): Improve handling of 'See also'.
7500
4fd996b3
SM
75012013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7502
416f1802
SM
7503 * doc-view.el: Minor naming convention tweaks.
7504 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7505
4fd996b3
SM
7506 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7507 even if there's no `display' property yet (bug#14435).
7508
a052ef3b
EZ
75092013-05-25 Eli Zaretskii <eliz@gnu.org>
7510
4fd996b3 7511 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
7512
7513 * Makefile.in (custom-deps, finder-data, autoloads)
7514 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7515 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7516 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7517
c9023370
SM
75182013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7521 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 7522 Don't burp at EOB.
c9023370 7523
24d699fa
LL
75242013-05-25 Leo Liu <sdl.web@gmail.com>
7525
7526 * comint.el (comint-previous-matching-input): Do not flood the
7527 *Messages* buffer with trivial messages.
7528
17e5c0cc
SM
75292013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * progmodes/flymake.el (flymake-nop): Don't return a string.
7532 (flymake-set-at): Fix typo.
7533
7534 * simple.el (read--expression): New function, extracted from
7535 eval-expression. Set completion-at-point-functions (bug#14465).
7536 (eval-expression, eval-minibuffer): Use it.
7537
5d028165
XF
75382013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7539
7540 * progmodes/flymake.el (flymake-save-buffer-in-file)
7541 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7542 (flymake-selected-frame, flymake-log, flymake-ins-after)
7543 (flymake-set-at, flymake-get-buildfile-from-cache)
7544 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7545 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7546 Refine the doc string.
7547 (flymake-get-file-name-mode-and-masks): Reformat.
7548 (flymake-get-real-file-name-function): Fix a minor bug.
7549
7a1d7ba7
JL
75502013-05-24 Juri Linkov <juri@jurta.org>
7551
7552 * progmodes/grep.el (grep-mode-font-lock-keywords):
7553 Support =linenumber= format used by git-grep for lines with
7554 function names. (Bug#13549)
7555
650cff3d
SM
75562013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7559 0 after a semi-colon; it works better for smie-auto-fill.
7560 (octave--indent-new-comment-line): New function.
7561 (octave-indent-new-comment-line): Use it (indirectly).
7562 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7563 modify comment-line-break-function.
7564
7565 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7566 (smie-setup): Use add-function to set it.
7567
9631677d
SS
75682013-05-24 Sam Steingold <sds@gnu.org>
7569
7570 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7571 argument (before the `interactive' argument).
7572
50105835
SM
75732013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * image-mode.el (image-mode-winprops): Add winprops to
7576 image-mode-winprops-alist before running
7577 image-mode-new-window-functions.
7578 * doc-view.el (doc-view-new-window-function): Don't delay
7579 doc-view-goto-page via timers (bug#14435).
7580
57b9823e
TH
75812013-05-24 Tassilo Horn <tsdh@gnu.org>
7582
7583 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7584 (doc-view-desktop-save-buffer): New function.
7585 (doc-view-restore-desktop-buffer): New function.
50105835
SM
7586 (desktop-buffer-mode-handlers):
7587 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
7588 handler.
7589 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7590 `desktop-save-buffer' function.
7591
91aafa16
MA
75922013-05-24 Michael Albinus <michael.albinus@gmx.de>
7593
7594 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7595 (tramp-gvfs-file-name-handler): Raise a user error when
7596 `tramp-gvfs-enabled' is nil.
7597 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7598 Do not raise a user error when loading package. (Bug#14447)
7599
ec076379
MA
7600 * net/xesam.el: Move to obsolete/.
7601
db785726
GM
76022013-05-24 Glenn Morris <rgm@gnu.org>
7603
af5c7606
GM
7604 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7605
e5d1916a
GM
7606 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7607
ded62b08
GM
7608 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7609 (Info-find-node, Man-getpage-in-background): Declare.
7610
9e614a3f
GM
7611 * mail/unrmail.el (unrmail):
7612 Replace obsolete detect-coding-with-priority.
7613
892f8ca3
GM
7614 * net/socks.el (socks-split-string): Use this rather than split-string.
7615 (socks-nslookup-host): Update for above change.
7616 (dynamic-choice, s5-dynamic-choice-match)
7617 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7618 Comment out unused code.
7619
3c291973
GM
7620 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7621 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7622 (gud-tooltip-echo-area): Make obsolete.
7623 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7624
43cc956b
GM
7625 * progmodes/js.el (js--optimize-arglist): Declare.
7626
dab49a3b
GM
7627 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7628
36b9d085
GM
7629 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7630 (ediff-window-C): Declare.
7631
e354ae76
GM
7632 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7633 Tweak requires to silence compiler.
7634
b8e57bf4
GM
7635 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7636 (he-search-string, he-tried-table, he-expand-list)
7637 (he-init-string, he-string-member, he-substitute-string)
7638 (he-reset-string): Declare.
7639
db785726
GM
7640 * obsolete/options.el (list-options): Use custom-variable-p,
7641 rather than obsolete alias.
7642
b3531901
SS
76432013-05-23 Sam Steingold <sds@gnu.org>
7644
7645 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 7646 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
7647 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7648
bdda4c66
SM
76492013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * emacs-lisp/smie.el (smie-indent-forward-token)
7652 (smie-indent-backward-token): Handle string tokens (bug#14381).
7653
c43d45f9
TH
76542013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7655
fe1eb856
RS
7656 * ielm.el (ielm-menu): New menu.
7657 (inferior-emacs-lisp-mode): Set comment-start.
96172128 7658
fe1eb856
RS
76592013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7660
7661 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7662 Fix deactivate action.
7663
7664 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7665 Add cleveref macros.
074dd971 7666
c43d45f9
TH
7667 * lisp/textmodes/reftex-parse.el
7668 (reftex-locate-bibliography-files): Accept options for
7669 bibliography commands.
7670 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7671 Add addbibresource. Basic Biblatex support.
7672
7764286e
MA
76732013-05-23 Michael Albinus <michael.albinus@gmx.de>
7674
7675 * net/tramp-gvfs.el (top):
7676 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7677 when loading package. (Bug#14447)
7678
d361bc10
GM
76792013-05-23 Glenn Morris <rgm@gnu.org>
7680
8fa23984
GM
7681 * progmodes/js.el: No need to load comint when compiling.
7682 (ring-insert, comint-send-string, comint-send-input)
7683 (comint-last-input-end, ido-chop): Declare.
7684
a5c7df1a
GM
7685 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7686 * vc/ediff-mult.el: Adjust requires.
7687 (ediff-directories-internal, ediff-directory-revisions-internal)
7688 (ediff-patch-file-internal): Declare.
7689 * vc/ediff-ptch.el: Adjust requires.
7690 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7691 (ediff-find-file): Autoload.
7692 * vc/ediff-util.el: No need to load ediff when compiling.
7693 (ediff-regions-internal): Declare.
7694 * vc/ediff-wind.el: Adjust requires.
7695 (ediff-compute-toolbar-width): Define when compiling.
7696 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7697 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7698 (dired-get-filename, dired-get-marked-files)
7699 (ediff-last-dir-patch, ediff-patch-default-directory)
7700 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7701 (ediff-patch-buffer-internal): Declare.
7702
e2aec513
GM
7703 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7704 (ispell-process, ispell-buffer-local-words, lm-summary)
7705 (lm-section-start, lm-section-end): Declare.
7706 (checkdoc-ispell-init): Simplify.
7707
e68bbd7c
GM
7708 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7709 (he-string-member, he-reset-string, he-substitute-string): Declare.
7710
7efe0991
GM
7711 * eshell/em-ls.el: Adjust requires.
7712 (eshell-glob-regexp): Declare.
f87b1284
GM
7713 * eshell/em-tramp.el: Adjust requires.
7714 (eshell-parse-command): Autoload.
7715 * eshell/em-xtra.el: Adjust requires.
7716 (eshell-parse-command): Autoload.
7717 * eshell/esh-ext.el: Adjust requires.
7718 (eshell-parse-command, eshell-close-handles): Autoload.
7719 * eshell/esh-io.el: Adjust requires.
7720 (eshell-output-filter): Autoload.
7721 * eshell/esh-util.el: No need to load tramp when compiling.
7722 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7723 Declare.
7724 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7725 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7726 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7727 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7728 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7729 * eshell/esh-opt.el, eshell/esh-proc.el:
7730 * eshell/esh-var.el: Adjust requires.
7731 * eshell/eshell.el: Do not require esh-util twice.
7732 (eshell-add-input-to-history): Declare.
7733 (eshell-command): Check history module is active before using it.
7734
d361bc10
GM
7735 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7736
85d090a9
LL
77372013-05-22 Leo Liu <sdl.web@gmail.com>
7738
7739 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7740
5d0acd9d
MA
77412013-05-22 Michael Albinus <michael.albinus@gmx.de>
7742
7743 * autorevert.el (auto-revert-notify-add-watch)
7744 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7745 it indicates changes in file modification time.
7746
0cdffd7d
GM
77472013-05-22 Glenn Morris <rgm@gnu.org>
7748
ca5995ec
GM
7749 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7750 Always delete the autoloaded function from the noruntime and
7751 unresolved functions lists.
7752
6450907e
GM
7753 * allout.el: No need to load epa, epg, overlay when compiling.
7754 (epg-context-set-passphrase-callback, epg-list-keys)
7755 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7756 (epg-key-user-id-list): Declare.
7757
9c6906f6
GM
7758 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7759 (viper-set-parsing-style-toggling-macro)
7760 (viper-set-emacs-state-searchstyle-macros):
7761 Use called-interactively-p on Emacs.
7762 (viper-looking-back): Make it an obsolete alias. Update callers.
7763 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7764 Use looking-back rather than viper-looking-back.
7765 (viper-tmp-insert-at-eob, viper-enlarge-region)
7766 (viper-read-string-with-history, viper-register-to-point)
7767 (viper-append-to-register, viper-change-state-to-vi)
7768 (viper-backward-char-carefully, viper-forward-char-carefully)
7769 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7770 (viper-change-state-to-emacs): Declare.
7771 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7772 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7773 * emulation/viper-mous.el: Do not load viper-cmd.
7774 (viper-backward-char-carefully, viper-forward-char-carefully)
7775 (viper-forward-word, viper-adjust-window): Declare.
7776
5f70c169
GM
7777 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7778
b1b7f300
GM
7779 * progmodes/idlw-help.el (idlwave-help-fontify):
7780 Use called-interactively-p.
7781
f6ebbb46
GM
7782 * term/w32console.el (w32-get-console-codepage)
7783 (w32-get-console-output-codepage): Declare.
7784
0cdffd7d
GM
7785 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7786 Remove unnecessary declarations.
7787 (dframe-message): Doc fix.
7788
7789 * info.el (dframe-select-attached-frame, dframe-current-frame):
7790 Declare.
7791
7792 * speedbar.el (speedbar-message): Make it an obsolete alias.
7793 Update all callers.
7794 (speedbar-with-attached-buffer)
7795 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7796 (speedbar-with-writable): Use backquote.
7797 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7798 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7799 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7800 rather than speedbar- aliases.
7801 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7802 (speedbar-make-specialized-keymap, speedbar-insert-button)
7803 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7804 (speedbar-do-function-pointer): Declare.
7805 (rmail-speedbar-button, rmail-speedbar-find-file)
7806 (rmail-speedbar-move-message):
7807 Use dframe-with-attached-buffer rather than speedbar- alias.
7808 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7809 (dframe-message, speedbar-make-specialized-keymap)
7810 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7811 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7812 (speedbar-insert-button, dframe-select-attached-frame)
7813 (dframe-maybee-jump-to-attached-frame)
7814 (speedbar-change-initial-expansion-list)
7815 (speedbar-previously-used-expansion-list-name): Declare.
7816 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7817 Use dframe-message, dframe-with-attached-buffer rather than
7818 speedbar- aliases.
7819 (gud-sentinel): Silence compiler.
7820 * progmodes/vhdl-mode.el (speedbar-refresh)
7821 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7822 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7823 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7824 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7825 (speedbar-file-lists, speedbar-make-tag-line)
7826 (speedbar-line-directory, speedbar-goto-this-file)
7827 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7828 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7829 (speedbar-make-button, speedbar-reset-scanners)
7830 (speedbar-files-item-info, speedbar-line-text)
7831 (speedbar-find-file-in-frame, speedbar-set-timer)
7832 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7833 (speedbar-with-writable): Do not (re)define it.
7834 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7835 rather than speedbar- alias.
7836
ee44b62a
LL
78372013-05-21 Leo Liu <sdl.web@gmail.com>
7838
7839 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7840 menu items.
7841 (octave-mode): Tweak fill-nobreak-predicate.
7842 (inferior-octave-startup): Check process to avoid infinite loop.
7843 (inferior-octave): Pop to buffer first to show abornmal process
7844 exit information.
7845
640f050f
GM
78462013-05-21 Glenn Morris <rgm@gnu.org>
7847
79458038
GM
7848 * printing.el (pr-menu-bar): Define when compiling.
7849
9cc3e83f
LL
78502013-05-21 Leo Liu <sdl.web@gmail.com>
7851
7852 * progmodes/octave.el (octave-auto-fill): Remove.
7853 (octave-indent-new-comment-line): Improve.
7854 (octave-mode): Use auto fill mode through
4f405069 7855 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 7856 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 7857 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
7858 (octave-help): Show parent directory.
7859
f440830d
GM
78602013-05-21 Glenn Morris <rgm@gnu.org>
7861
7862 * files.el (dired-unmark):
7863 * progmodes/gud.el (gdb-input): Update declarations.
7864
7865 * calculator.el (electric, ehelp): No need to load when compiling.
7866 (Electric-command-loop, electric-describe-mode): Declare.
7867
7868 * doc-view.el (doc-view-current-converter-processes): Move before use.
7869
7870 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7871 Move MODE-set-explicitly definition before use.
7872
7873 * international/mule-diag.el (mule-diag):
7874 Don't use obsolete window-system-version.
7875
7876 * mail/feedmail.el (smtpmail): No need to load when compiling.
7877 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7878
7879 * mail/mail-utils.el (rfc822): No need to load when compiling.
7880 (rfc822-addresses): Autoload it.
7881 (mail-strip-quoted-names): Trivial simplification.
7882
7883 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7884 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7885
7886 * net/snmp-mode.el (tempo): Don't duplicate requires.
7887
7888 * progmodes/prolog.el (info): No need to load when compiling.
7889 (comint): Require before shell requires it.
7890 (Info-goto-node): Autoload it.
7891 (Info-follow-nearest-node): Declare.
7892 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7893
7894 * textmodes/artist.el (picture-mode-exit): Declare.
7895
7896 * textmodes/reftex-parse.el (reftex-parse-from-file):
7897 Trivial rewrite so the compiler can parse it better.
7898
b4da2cbb
LL
78992013-05-20 Leo Liu <sdl.web@gmail.com>
7900
7901 * progmodes/octave.el (octave-help-mode-map)
7902 (octave-help-mode-finish-hook): New variables.
7903 (octave-help-mode, octave-help-mode-finish): New functions.
7904 (octave-help): Use octave-help-mode.
7905
33c0f65b
GM
79062013-05-20 Glenn Morris <rgm@gnu.org>
7907
7908 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7909
1a0a0a8a
DG
79102013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7911
7912 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7913 start at point, so that expansion starting right after opening
7914 slash in a regexp is recognized.
7915 (ruby-syntax-before-regexp-re): New defvar, extracted from
7916 ruby-syntax-propertize-function. Since the value of this regexp
7917 is looked up at runtime now, we should be able to turn
7918 `ruby-syntax-methods-before-regexp' into a defcustom later.
7919 (ruby-syntax-propertize-function): Split regexp matching into two
7920 parts, for opening and closing slashes. That allows us to skip
7921 over string interpolations and support multiline regexps.
7922 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7923 for them, which calls `ruby-syntax-propertize-expansion'.
7924 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7925 call to `ruby-syntax-propertize-function'.
7926 (ruby-syntax-propertize-expansion): Extracted from
7927 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
7928 (ruby-syntax-propertize-percent-literal): Leave point right after
7929 the percent symbol, so that the expression expansion rule can
7930 propertize the contents.
462388b6
DG
7931 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7932 heredoc openers.
7933 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 7934
c1a6c0a4
JL
79352013-05-18 Juri Linkov <juri@jurta.org>
7936
7937 * man.el (Man-default-man-entry): Remove `-' from the end
7938 of the default value. (Bug#14400)
7939
8051fccd
GM
79402013-05-18 Glenn Morris <rgm@gnu.org>
7941
7942 * comint.el (comint-password-prompt-regexp):
7943 Allow "password for XXX" where XXX contains colons (eg https://...).
7944
5e80b74f
LL
79452013-05-18 Leo Liu <sdl.web@gmail.com>
7946
7947 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 7948 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
7949 (octave-source-directories): Don't check process.
7950 (octave-source-directories, octave-find-definition): Doc fix.
7951
521a54c5
GM
79522013-05-18 Glenn Morris <rgm@gnu.org>
7953
86a94b05
GM
7954 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7955 Remove backspace/delete bindings. (Bug#14392)
7956
521a54c5
GM
7957 * cus-dep.el (custom-make-dependencies): Sort the output.
7958 (custom-versions-load-alist): Convert comment to doc.
7959
42caeb89
LL
79602013-05-17 Leo Liu <sdl.web@gmail.com>
7961
7962 * newcomment.el (comment-search-backward): Stricter in finding
7963 comment start. (Bug#14303)
7964
7965 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7966 (octave-comment-start-skip): Properly anchored.
7967
e219dd97
LL
79682013-05-17 Leo Liu <sdl.web@gmail.com>
7969
fe1eb856
RS
7970 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7971 Clean up when turned off. (Bug#14395)
e219dd97
LL
7972 (smie--highlight-matching-block-overlay): No longer buffer-local.
7973 (smie-highlight-matching-block): Adjust.
7974
dc5dcb4b
PE
79752013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7976
7977 Doc string fix for "nanoseconds" (Bug#14406).
7978 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7979 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7980
1db165f0
JB
79812013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7982
7983 * calc/calc-units.el (math-extract-units): Preserve powers
7984 of units.
7985
c7a8fcac
LL
79862013-05-17 Leo Liu <sdl.web@gmail.com>
7987
7988 * subr.el (delete-consecutive-dups): New function.
7989 * ido.el (ido-set-matches-1): Use it.
7990 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7991 * ido.el (ido-remove-consecutive-dups): Remove.
7992
f678b18a
SM
79932013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7996 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7997 regexp-opt's `words'.
7998
ebfe68e8
LL
79992013-05-16 Leo Liu <sdl.web@gmail.com>
8000
8001 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8002 (smie--highlight-matching-block-overlay)
8003 (smie--highlight-matching-block-lastpos)
8004 (smie--highlight-matching-block-timer): New variables.
8005 (smie-highlight-matching-block): New function.
8006 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
8007 (smie-setup): Conditionally enable smie-blink-matching-open.
8008
bc8bc17d
WS
80092013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
8010
8011 Sync with upstream verilog-mode r840.
8012 * progmodes/verilog-mode.el (verilog-mode-version)
8013 (verilog-mode-release-date): Update.
8014 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8015 (verilog-sig-tieoff): Fix string error on
8016 AUTORESET with colon define, bug594. Reported by Andrew Hou.
8017 (verilog-read-decls): Fix parameters confusing
8018 AUTOINST interfaces, bug565. Reported by Leith Johnson.
8019
df065a0b
EZ
80202013-05-16 Eli Zaretskii <eliz@gnu.org>
8021
8022 * subr.el (reveal-filename): New function.
8023
8024 * loadup.el: Compute Emacs executable versions on MS-Windows,
8025 where executables have the .exe extension. Add a hard link
8026 emacs-XX.YY.ZZ.exe on MS-Windows.
8027
8028 * Makefile.in (XARGS_LIMIT): New variable.
8029 (custom-deps, finder-data, autoloads)
8030 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8031 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8032 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8033 (compile-main): Limit xargs according to $(XARGS_LIMIT).
8034
2d4bf34b
LL
80352013-05-16 Leo Liu <sdl.web@gmail.com>
8036
8037 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8038 (octave-mode-menu, octave-mode-map): Remove its uses.
8039
6b9c2d85
RZ
80402013-05-16 Reto Zimmermann <reto@gnu.org>
8041
8042 Sync with upstream vhdl mode v3.34.2.
8043 * progmodes/vhdl-mode.el: Use `push' throughout.
8044 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8045 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8046 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
8047 (vhdl-actual-generic-name): New option to derive actual generic name.
8048 (vhdl-port-paste-signals): Replace formal by actual generics.
8049 (vhdl-beautify): New name for old group vhdl-align. Update users.
8050 (vhdl-beautify-options): New option.
8051 (vhdl-last-input-event): New compat alias. Use throughout.
8052 (vhdl-goto-line): Replace user level function `goto-line'.
8053 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8054 vhdl-fix-statement-buffer.
8055 (vhdl-create-mode-menu): Add some entries.
8056 (vhdl-align-region-groups): Respect vhdl-beautify-options.
8057 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8058 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8059 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8060 to force statements on one line.
8061 (vhdl-remove-trailing-spaces-region):
8062 New, split from vhdl-remove-trailing-spaces.
8063 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8064 Respect vhdl-beautify-options.
8065 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8066 (vhdl-update-sensitivity-list): Not add with index if exists without.
8067 Not include array index with signal. Ignore keywords in comments.
8068 (vhdl-get-visible-signals): Regexp tweaks.
8069 (vhdl-template-component-inst): Handle empty library.
8070 (vhdl-template-type): Add template for 'enum' type.
8071 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8072 Use vhdl-replace-string.
8073 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8074 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8075 (vhdl-speedbar-initialize): Update for above name change.
8076 (vhdl-compose-wire-components): Fix in handling of constants.
8077 (vhdl-error-regexp-emacs-alist): New variable.
8078 (vhdl-error-regexp-add-emacs): New function;
8079 adds support for new compile.el (Emacs 22+)
8080 (vhdl-generate-makefile-1): Change target order for single lib. units.
8081 Allow use of absolute file names.
8082
9df4ec5e
LL
80832013-05-16 Leo Liu <sdl.web@gmail.com>
8084
8085 * simple.el (prog-indent-sexp): Indent enclosing defun.
8086
f5ba00a6
GM
80872013-05-15 Glenn Morris <rgm@gnu.org>
8088
ed8be7ff
GM
8089 * cus-start.el (show-trailing-whitespace): Move to editing basics.
8090 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8091 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8092 (whitespace-highlight): Move to whitespace group.
8093
8094 * comint.el (comint-source):
8095 * pcmpl-linux.el (pcmpl-linux):
8096 * shell.el (shell-faces):
8097 * eshell/esh-opt.el (eshell-opt):
8098 * international/ccl.el (ccl): Remove empty custom groups.
8099
8100 * completion.el (dynamic-completion-mode):
8101 * jit-lock.el (jit-lock-debug-mode):
8102 * minibuffer.el (completion-in-region-mode):
8103 * type-break.el (type-break-mode-line-message-mode)
8104 (type-break-query-mode):
8105 * emulation/tpu-edt.el (tpu-edt-mode):
8106 * progmodes/subword.el (global-subword-mode, global-superword-mode):
8107 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8108 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8109
8110 * term/xterm.el (xterm): Change parent group to terminals.
8111
8112 * master.el (master): Remove empty custom group.
8113 (master-mode): Remove unused :group argument.
8114 * textmodes/refill.el (refill): Remove empty custom group.
8115 (refill-mode): Remove unused :group argument.
8116
8117 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8118
82a7c41b
GM
8119 * cus-dep.el: Provide a feature.
8120 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
8121 Don't mistakenly ignore files whose basenames match a basename
8122 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 8123 Add a fallback method for getting :group.
f5ba00a6 8124
6d65486d
JL
81252013-05-15 Juri Linkov <juri@jurta.org>
8126
da547b32
JL
8127 * isearch.el (isearch-char-by-name): Rename from
8128 `isearch-insert-char-by-name'. Doc fix.
8129 (isearch-forward): Mention `isearch-char-by-name' in
8130 the docstring. (Bug#13348)
8131
6d65486d
JL
8132 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8133 `exit-minibuffer' instead of
8134 `isearch-nonincremental-exit-minibuffer'.
8135 (isearch-edit-string): Remove mention of
8136 `isearch-nonincremental-exit-minibuffer' from docstring.
8137 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8138 (isearch-forward-exit-minibuffer)
8139 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
8140
c9990474
SM
81412013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8142
6e911150
SM
8143 * loadup.el: Just use unversioned DOC.
8144
c9990474
SM
8145 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8146 literals as extending to EOB.
8147 (nxml-last-fontify-end): Remove unused variable.
8148 (nxml-after-change1): Use with-silent-modifications.
8149 (nxml-extend-after-change-region): Simplify.
8150 (nxml-extend-after-change-region1): Remove function.
8151 (nxml-after-change1): Don't adjust for dependent regions.
8152 (nxml-fontify-matcher): Simplify.
8153 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8154 (xmltok-add-dependent): Remove function.
8155 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8156 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8157 (xmltok-scan-prolog-after-processing-instruction-open): Treat
8158 unclosed <[[, <?, comment, and other literals as extending to EOB.
8159 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8160 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8161 Remove functions.
8162 (rng-do-some-validation-1): Don't mark dependent regions.
8163 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8164 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8165 (nxml-clear-dependent-regions): Remove functions.
8166 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8167 (nxml-ensure-scan-up-to-date):
8168 Don't clear&mark dependent regions.
8169
e3772e98
LL
81702013-05-15 Leo Liu <sdl.web@gmail.com>
8171
c9990474
SM
8172 * progmodes/octave.el (octave-goto-function-definition):
8173 Improve and fix callers.
e3772e98 8174
5ac2eb34
SM
81752013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8176
c46c57b0
SM
8177 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8178 the setter (bug#14387).
8179
5ac2eb34
SM
8180 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8181 surrounding group (bug#14402).
8182
180ed218
JL
81832013-05-14 Juri Linkov <juri@jurta.org>
8184
8185 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8186 (Bug#14390)
8187
0ac0fecb
GM
81882013-05-14 Glenn Morris <rgm@gnu.org>
8189
8190 * progmodes/f90.el (f90-imenu-generic-expression):
8191 Fix typo in 2013-05-08 change. (Bug#14402)
8192
2e78e6a7
JPG
81932013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8194
5ac2eb34
SM
8195 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8196 Remove signals for which replies are never received.
2e78e6a7 8197
53267cca
JPG
81982013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8199
8200 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8201 (gdb-handler-alist, gdb-handler-number): Remove variables.
8202 (gdb-handler-list): New variable.
8203 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8204 (gdb-pending-handler-p, gdb-handle-reply)
8205 (gdb-remove-all-pending-triggers): New functions.
8206 (gdb-discard-unordered-replies): New defcustom.
8207 (gdb-handler): New defstruct.
8208 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8209 instead of gdb-pending-triggers. Update docstring.
8210 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8211 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8212 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8213 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8214 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8215 (gdb-frame-handler): Pending triggers are now automatically managed.
8216 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8217 Remove argument.
8218 (gdb-input): Automatically handles pending triggers. Update docstring.
8219 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8220 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8221 Update comments.
8222 (gdb-done-or-error): Now use gdb-handle-reply.
8223
d04ce803
JPG
82242013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8225
8226 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8227 gdb-debug-log.
8228
0114073a
GM
82292013-05-14 Glenn Morris <rgm@gnu.org>
8230
8231 * subr.el (user-emacs-directory-warning): New option.
8232 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8233
4d25fd7e
LL
82342013-05-14 Leo Liu <sdl.web@gmail.com>
8235
8236 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8237 during redisplay.
8238 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
8239 (octave-font-lock-texinfo-comment): Fix invalid search bound
8240 error: wrong side of point.
4d25fd7e 8241
27c8b6eb
GM
82422013-05-14 Glenn Morris <rgm@gnu.org>
8243
61aaeb01
GM
8244 * progmodes/flymake.el (flymake-xml-program): New option.
8245 (flymake-xml-init): Use it.
8246
5bf90bc5
GM
8247 * term/xterm.el: Provide a feature.
8248
8249 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 8250
f4c7dfd2
GM
82512013-05-13 Glenn Morris <rgm@gnu.org>
8252
8253 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8254 Add compat aliases as a hack workaround. (Bug#14384)
8255
2aeb3a1d
LL
82562013-05-13 Leo Liu <sdl.web@gmail.com>
8257
b0e069c2
LL
8258 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8259 ###, and %!.
f5a9432f
LL
8260 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8261 C-M-q.
b0e069c2
LL
8262 (octave-comment-start-skip): Include %!.
8263 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 8264
30ea8374
LL
82652013-05-12 Leo Liu <sdl.web@gmail.com>
8266
8267 * progmodes/octave.el (inferior-octave-startup): Store the value
8268 of __octave_srcdir__ for octave-source-directories.
8269 (inferior-octave-check-process): New function refactored out of
8270 inferior-octave-send-list-and-digest.
8271 (octave-source-directories)
8272 (octave-find-definition-filename-function): New variables.
8273 (octave-source-directories)
8274 (octave-find-definition-default-filename): New functions.
8275 (octave-find-definition): Improve to find functions implemented in C++.
8276
472a3834
GM
82772013-05-12 Glenn Morris <rgm@gnu.org>
8278
8279 * calendar/diary-lib.el (diary-outlook-format-1):
8280 Don't include dayname in the output. (Bug#14349)
8281
3191b52f
GM
82822013-05-11 Glenn Morris <rgm@gnu.org>
8283
0060ac73
GM
8284 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8285
3191b52f
GM
8286 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8287 Treat cc-provide like provide.
8288
e065ba74
KR
82892013-05-11 Kevin Ryde <user42@zip.com.au>
8290
8291 * cus-dep.el (custom-make-dependencies):
8292 Use generated-autoload-load-name for the sake of files such
8293 such cedet/semantic/bovine/c.el, where the base file name
8294 is not in load-path. (Bug#5277)
8295
36f84c37
GM
82962013-05-11 Glenn Morris <rgm@gnu.org>
8297
8298 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8299 Provide features.
8300
c8730c3a
LL
83012013-05-11 Leo Liu <sdl.web@gmail.com>
8302
8303 * progmodes/octave.el (octave-indent-comment): Improve.
8304 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
8305 (octave-eldoc-function-signatures, octave-eldoc-function):
8306 New functions.
c8730c3a
LL
8307 (octave-mode, inferior-octave-mode): Add eldoc support.
8308
212e29f2
RS
83092013-05-11 Richard Stallman <rms@gnu.org>
8310
8311 * epa.el (epa-decrypt-file): Take output file name as argument
8312 and read it using `interactive'.
8313
083fe0d7
LL
83142013-05-11 Leo Liu <sdl.web@gmail.com>
8315
8316 * progmodes/octave.el (octave-beginning-of-line)
8317 (octave-end-of-line): Check before using up-list because it jumps
8318 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
8319 (octave-indent-comment): New function.
8320 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
8321 (octave-begin-keywords, octave-end-keywords)
8322 (octave-reserved-words, octave-smie-bnf-table)
8323 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 8324
8582e4c4
GM
83252013-05-11 Glenn Morris <rgm@gnu.org>
8326
f20def1f
GM
8327 * faces.el (internal-face-x-get-resource):
8328 * frame.el (ns-display-monitor-attributes-list):
d78abe37 8329 * calc/calc-aent.el (math-to-radians-2):
f20def1f 8330 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 8331 Fix declarations.
f20def1f 8332
445f95e2
GM
8333 * calc/calc-menu.el: Make it loadable in isolation.
8334
8335 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8336 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8337 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8338 (eudc-bbdb-query-internal): Require 'bbdb.
8339
99fb2756
GM
8340 * lpr.el (lpr-headers-switches):
8341 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8342
8343 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8344
0da7ad96
GM
8345 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8346
8582e4c4
GM
8347 * term.el (term-set-escape-char): Make it idempotent.
8348
f71c50d0
LL
83492013-05-10 Leo Liu <sdl.web@gmail.com>
8350
5ac2eb34
SM
8351 * progmodes/octave.el (inferior-octave-completion-table):
8352 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
8353 completion due to bug#11906.
8354 (octave-beginning-of-defun): Re-write to be more general.
8355
d5837773
GM
83562013-05-10 Glenn Morris <rgm@gnu.org>
8357
8358 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8359
027c0f75
SM
83602013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * comint.el (comint-redirect-send-command-to-process): Use :around
8363 rather than :override for comint-redirect-filter.
8364 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8365 Call it instead of comint-redirect-original-filter-function (which
8366 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8367
4465bfb4
JD
83682013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8369
8370 * frame.el (display-monitor-attributes-list): Add NS case.
8371 (ns-display-monitor-attributes-list): Declare.
8372
2d809ffa 83732013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
8374
8375 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8376
e54eeb9b
GM
83772013-05-09 Glenn Morris <rgm@gnu.org>
8378
56cd351d
GM
8379 * international/fontset.el (vertical-centering-font-regexp):
8380 Set standard-value.
8381
d84b6108
GM
8382 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8383
a931698a
GM
8384 * bookmark.el (bookmark-search-delay):
8385 * cus-start.el (vertical-centering-font-regexp):
8386 * ps-mule.el (ps-mule-font-info-database-default):
8387 * ps-print.el (ps-default-fg, ps-default-bg):
8388 * type-break.el (type-break-good-break-interval):
8389 * whitespace.el (whitespace-indentation-regexp)
8390 (whitespace-space-after-tab-regexp):
8391 * emacs-lisp/testcover.el (testcover-1value-functions)
8392 (testcover-noreturn-functions, testcover-progn-functions)
8393 (testcover-prog1-functions):
8394 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8395 * eshell/em-glob.el (eshell-glob-translate-alist):
8396 * play/tetris.el (tetris-tty-colors):
8397 * progmodes/cpp.el (cpp-face-default-list):
8398 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8399 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8400 (idlwave-help-browser-generic-args):
8401 * progmodes/make-mode.el (makefile-special-targets-list):
8402 * progmodes/python.el (python-shell-virtualenv-path):
8403 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8404 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8405 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8406 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8407 * textmodes/reftex-vars.el (reftex-format-label-function):
8408 * textmodes/remember.el (remember-diary-file): Fix custom types.
8409
e54eeb9b
GM
8410 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8411 Add :version.
8412
455851dd
LL
84132013-05-09 Leo Liu <sdl.web@gmail.com>
8414
8415 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 8416 Restore file completion. (Bug#14300)
455851dd
LL
8417 (inferior-octave-startup): Fix incorrect highlighting for the
8418 first prompt.
8419
a9e4425b
SM
84202013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * progmodes/ruby-mode.el: First cut at SMIE support.
8423 (ruby-use-smie): New var.
8424 (ruby-smie-grammar): New constant.
8425 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8426 (ruby-smie--forward-token, ruby-smie--backward-token)
8427 (ruby-smie-rules): New functions.
8428 (ruby-mode-variables): Setup SMIE if applicable.
8429
060ca408
EZ
84302013-05-08 Eli Zaretskii <eliz@gnu.org>
8431
8432 * simple.el (line-move-visual): Signal beginning/end of buffer
8433 only if vertical-motion moved less than it was requested. Avoids
8434 silly incorrect error messages when there are display strings with
8435 multiple newlines at EOL.
8436
1d5963cc
SM
84372013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8440 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8441 (prolog-char-quote-workaround):
8442 * progmodes/cperl-mode.el (cperl-under-as-char):
8443 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
8444 Mark as obsolete.
8445 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
8446 their declaration.
8447 (vhdl-mode-syntax-table-init): Remove.
8448
c9990474
SM
8449 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8450 last change.
1d5963cc
SM
8451
8452 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8453 syntax for "_".
8454 (ld-script-font-lock-keywords):
8455 Change regexps to use things like \_< and \_>.
8456
8457 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8458 Change all regexps to use things like \_< and \_>.
8459
8460 * progmodes/autoconf.el (autoconf-definition-regexp)
8461 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8462 Handle a _ with symbol syntax.
8463 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8464
c9990474
SM
8465 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8466 Consolidate declaration.
1d5963cc
SM
8467 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8468 the declaration.
8469 (ada-create-syntax-table): Remove.
8470 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8471 already has the right syntax nowadays.
8472 (ada-goto-next-word): Don't change the syntax of "_".
8473
8474 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8475 with-wrapper-hook.
8476
72d3cfca
SS
84772013-05-08 Sam Steingold <sds@gnu.org>
8478
8479 * thingatpt.el (thing-at-point): Accept optional second argument
8480 NO-PROPERTIES to strip the text properties from the return value.
8481 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8482 to `thing-at-point' instead of stripping the properties ourselves.
8483 Also, when `thing-at-point' fails to find a url, prepend "http://"
8484 to the filename at point on the assumption that the user is
8485 pointing at something like gnu.org/gnu.
8486
5cb15713
JB
84872013-05-08 Juanma Barranquero <lekktu@gmail.com>
8488
8489 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8490 * faces.el (crm-separator):
8491 Silence byte-compiler.
8492
8493 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8494 (tool-bar-map): Remove unneeded defvars.
8495
ea78b95b
LL
84962013-05-08 Leo Liu <sdl.web@gmail.com>
8497
8498 Re-work a fix for bug#10994 based on Le Wang's patch.
8499 * ido.el (ido-remove-consecutive-dups): New helper.
8500 (ido-completing-read): Use it.
8501 (ido-chop): Revert fix for bug#10994.
8502
dc7466df
AS
85032013-05-08 Adam Spiers <emacs@adamspiers.org>
8504
8505 * cus-edit.el (custom-save-variables):
8506 Pretty-print long values. (Bug#14187)
8507
9ecf672a
GM
85082013-05-08 Glenn Morris <rgm@gnu.org>
8509
8510 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8511 (m4-mode-syntax-table): Init in the defvar.
8512 (m4-mode-abbrev-table): Let define-derived-mode define it.
8513
3f555be8
TT
85142013-05-08 Tom Tromey <tromey@redhat.com>
8515
8516 * progmodes/m4-mode.el (m4-mode-syntax-table):
8517 Do not treat "_" as word constituent. (Bug#14167)
8518
7cc8ae06
GM
85192013-05-07 Glenn Morris <rgm@gnu.org>
8520
4f58bc06
GM
8521 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8522 Remove explicit eshell-isearch-cancel-map.
8523
7cc8ae06
GM
8524 * progmodes/f90.el (f90-smart-end-names): New option.
8525 (f90-smart-end): Doc fix.
8526 (f90-end-block-optional-name): New constant.
8527 (f90-block-match): Respect f90-smart-end-names.
8528
ceb57e59
SM
85292013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8532 about implicit semi-colons (bug#14218).
8533
4e3f9230
YM
85342013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8535
8536 * frame.el (display-monitor-attributes-list)
8537 (frame-monitor-attributes): New functions.
8538
203a5572
LL
85392013-05-06 Leo Liu <sdl.web@gmail.com>
8540
8541 * progmodes/octave.el (octave-syntax-propertize-function): Change
8542 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8543 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 8544 (octave-completion-at-point): Rename from
203a5572
LL
8545 octave-completion-at-point-function.
8546 (inferior-octave-directory-tracker): Robustify.
8547 (octave-text-functions): Remove and fix its uses. No such things
8548 any more.
8549
ee6cff99
SM
85502013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * emacs-lisp/trace.el (trace--display-buffer): New function.
8553 (trace-make-advice): Use it.
8554
32985194
JL
85552013-05-06 Juri Linkov <juri@jurta.org>
8556
8557 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8558 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8559 Doc fix.
8560 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8561 in the help string. (Bug#12985)
8562
a1c700de
KD
85632013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8564
8565 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8566
c67c0839
SM
85672013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8568
323885fd
SM
8569 * progmodes/perl-mode.el: Add support for here documents.
8570 (perl-syntax-propertize-function): Match here-doc markers.
8571 (perl-syntax-propertize-special-constructs): Find their end.
8572 (perl-imenu-generic-expression): Use [:alnum:].
8573
c67c0839
SM
8574 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8575 (advice--add-function): Refresh the advice if already present
8576 (bug#14317).
8577
d491e7a8
IA
85782013-05-06 Ivan Andrus <darthandrus@gmail.com>
8579
8580 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8581
ddf9925e
GM
85822013-05-06 Glenn Morris <rgm@gnu.org>
8583
7cc3af27
GM
8584 * w32-fns.el (w32-charset-info-alist): Declare.
8585
16e343d6
GM
8586 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8587 of its defcustom properties.
8588 (eshell-cmpl-initialize): No need to load pcomplete.
8589
7d889a47
GM
8590 * generic-x.el: No need to require comint when compiling.
8591
ddf9925e
GM
8592 * net/eudc-export.el: Make it loadable without bbdb.
8593 (top-level): Use require rather than load-library.
8594 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8595 (eudc-batch-export-records-to-bbdb)
8596 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8597 Require bbdb.
8598
1e2c18df
SM
85992013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8602 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8603 some tweaks, instead.
8604
02502a5f
LL
86052013-05-05 Leo Liu <sdl.web@gmail.com>
8606
8607 * progmodes/octave.el (octave-font-lock-keywords)
8608 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8609 (inferior-octave-send-list-and-digest): Improve error message.
8610 (octave-mode, inferior-octave-mode): Use setq-local.
8611 (octave-help): Set info-lookup-mode.
8612
0dc04f42
RS
86132013-05-05 Richard Stallman <rms@gnu.org>
8614
6c54491c
RS
8615 * vc/compare-w.el (compare-windows-whitespace):
8616 Treat no-break space as whitespace.
8617
0dc04f42
RS
8618 * mail/rmailsum.el (rmail-summary-rmail-update):
8619 Detect empty summary and don't change selected message.
8620 (rmail-summary-goto-msg): Likewise.
8621
df8f35df
RS
8622 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8623 Doc fixes, rename args.
8624
5356e1a3
AM
86252013-05-05 Alan Mackenzie <acm@muc.de>
8626
8627 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8628
d44014cb
JL
86292013-05-05 Juri Linkov <juri@jurta.org>
8630
8631 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8632 to not add the length of the summary segment to the return value.
8633 (Bug#14125)
8634
c129b51f
LL
86352013-05-05 Leo Liu <sdl.web@gmail.com>
8636
8637 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8638 (inferior-octave-output-filter): Remove.
8639 (octave-send-region, inferior-octave-startup): Fix callers.
8640 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8641 (octave-binary-file-extensions): New user variable.
8642 (octave-find-definition): Confirm if opening binary files.
8643 (octave-help-file): Use octave-find-definition to get the binary
8644 confirmation.
8645 (octave-help): Adjust for octave-help-file change.
8646
aa7dab97
SM
86472013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8650 Merge the two entries that handle function definitions.
8651 (pascal--syntax-propertize): New const.
8652 (pascal-mode): Use it. Use setq-local.
8653
fd3a9a6b
GM
86542013-05-04 Glenn Morris <rgm@gnu.org>
8655
8656 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8657 (diary-from-outlook): Respect diary-from-outlook-function.
8658
30c7e542
SM
86592013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8662 Move the declaration from C.
8663 (read-minibuffer, eval-minibuffer): Move from C.
8664 (completion-setup-function): Avoid minibuffer-completion-contents.
8665
b54f978b
LL
86662013-05-03 Leo Liu <sdl.web@gmail.com>
8667
8668 * progmodes/octave.el (octave-font-lock-keywords): Do not
8669 dehighlight 'end' in comments or strings.
30c7e542
SM
8670 (octave-completing-read, octave-goto-function-definition):
8671 New helpers.
d4d0f9b3
LL
8672 (octave-help-buffer): New user variable.
8673 (octave-help-file, octave-help-function): New button types.
8674 (octave-help): New command and bind it to C-h ;.
8675 (octave-find-definition): New command and bind it to M-.
d74a1581 8676 (user-error): Alias to error if not defined.
b54f978b 8677
27135018
LL
86782013-05-02 Leo Liu <sdl.web@gmail.com>
8679
8680 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8681 for \. (bug#14332)
8682 (octave-font-lock-keywords): Include [ and {.
8683
0d634d3a
LL
86842013-05-02 Leo Liu <sdl.web@gmail.com>
8685
8686 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8687 (inferior-octave): Remove calling comint-mode and return the buffer.
8688 (inferior-octave-startup): Cosmetic changes.
8689
b4c8295e
LL
86902013-05-02 Leo Liu <sdl.web@gmail.com>
8691
30c7e542
SM
8692 * progmodes/octave.el (octave-syntax-propertize-function):
8693 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 8694
f12ad6ec
GM
86952013-05-02 Glenn Morris <rgm@gnu.org>
8696
8697 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8698 * desktop.el (vc-dir-mode): Just autoload it here.
8699
30cac1e0
AM
87002013-05-02 Alan Mackenzie <acm@muc.de>
8701
8702 Eliminate variable c-standard-font-lock-fontify-region-function.
8703 * progmodes/cc-mode.el
8704 (c-standard-font-lock-fontify-region-function): Remove.
8705 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8706
d8ef28b1
LL
87072013-05-01 Leo Liu <sdl.web@gmail.com>
8708
2640d52e 8709 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 8710 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 8711 variables were removed from Octave in 2007.
d8ef28b1
LL
8712 (inferior-octave-startup): Fix uses.
8713 (comint-line-beginning-position): Remove compatibility code for
8714 emacs 21.
8715
ac63ec89
JL
87162013-05-01 Juri Linkov <juri@jurta.org>
8717
8718 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8719
9e9be37c
JL
87202013-05-01 Juri Linkov <juri@jurta.org>
8721
8722 * comint.el (comint-previous-matching-input): Don't print message
8723 "History item: %d" when `isearch-mode' is active.
8724 (comint-history-isearch-message): Print message "History item: %d"
8725 when `comint-input-ring-index' is not empty and this function is
8726 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8727
9b92c13b
LL
87282013-05-01 Leo Liu <sdl.web@gmail.com>
8729
8730 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8731 definitions. Use completion-at-point to insert keywords.
8732 (octave-abbrev-start): Remove.
8733 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8734
b12d33d7
LL
87352013-04-30 Leo Liu <sdl.web@gmail.com>
8736
8737 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8738 change.
8739
3d1c39fa
AM
87402013-04-30 Alan Mackenzie <acm@muc.de>
8741
8742 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
8743 * progmodes/cc-engine.el (c-back-over-member-initializers):
8744 new function.
3d1c39fa
AM
8745 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8746 (most) member init lists.
8747
5147fc17
RS
87482013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8749
8750 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8751 variable.
8752
5b78d7fc
LL
87532013-04-30 Leo Liu <sdl.web@gmail.com>
8754
8755 * progmodes/octave.el (octave-variables): Remove. No builtin
8756 variables any more. All converted to functions.
8757 (octave-font-lock-keywords, octave-completion-at-point-function):
8758 Fix uses.
8759 (octave-font-lock-texinfo-comment): New user variable.
8760 (octave-texinfo-font-lock-keywords): New variable for texinfo
8761 comment block.
8762 (octave-function-comment-block): New face.
8763 (octave-font-lock-texinfo-comment): New function.
8764 (octave-mode): Font lock texinfo comment block.
8765
38d8527b
LL
87662013-04-29 Leo Liu <sdl.web@gmail.com>
8767
8768 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8769 indexing expression.
8770 (octave-continuation-string): Do not use \.
8771 (inferior-octave-complete-impossible): Remove.
8772 (inferior-octave-completion-table)
8773 (inferior-octave-completion-at-point): Remove its uses.
8774 (inferior-octave-startup): completion_matches was introduced to
8775 Octave in 1996 so safe to assume it.
8776 (octave-function-file-comment): Improve to follow how Octave does it.
8777 (octave-update-function-file-comment): Tweak.
8778
2ec12cb0
LL
87792013-04-29 Leo Liu <sdl.web@gmail.com>
8780
8781 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8782 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8783 (octave-function-file-comment): Fix typo.
8784 (octave-sync-function-file-names): Use read-char-choice.
8785
6eaed048
JB
87862013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8787
8788 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8789 to t for the less important warnings.
8790
3ffa2d4f
DH
87912013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8792
8793 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8794
685c9501
GM
87952013-04-27 Glenn Morris <rgm@gnu.org>
8796
8797 * vc/log-view.el (log-view-current-entry):
8798 Treat "---" separator lines as part of the following rev. (Bug#14169)
8799
0208ede7
JL
88002013-04-27 Juri Linkov <juri@jurta.org>
8801
8802 * subr.el (read-number): Doc fix about using it by interactive
8803 code letter `n'. (Bug#14254)
8804
5db9dace
JL
88052013-04-27 Juri Linkov <juri@jurta.org>
8806
8807 * desktop.el (desktop-auto-save-timeout): New option.
8808 (desktop-file-checksum): New variable.
8809 (desktop-save): Add optional arg `auto-save' and don't auto-save
8810 if nothing changed.
8811 (desktop-auto-save-timer): New variable.
8812 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8813 (after-init-hook): Call `desktop-auto-save-set-timer'.
8814 Suggested by Reuben Thomas <rrt@sc3d.org> in
8815 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8816
b7260dd4
LL
88172013-04-27 Leo Liu <sdl.web@gmail.com>
8818
8819 * progmodes/octave.el (octave-function-file-p)
8820 (octave-skip-comment-forward, octave-function-file-comment)
8821 (octave-update-function-file-comment): New functions.
8822 (octave-mode-map): Bind C-c ; to
8823 octave-update-function-file-comment.
8824 (octave-mode-menu): Add octave-update-function-file-comment.
8825 (octave-mode, inferior-octave-mode): Fix doc-string.
8826 (octave-insert-defun): Conform to Octave's coding convention.
8827 (Bug#14285)
8828
8829 * files.el (basic-save-buffer): Don't let errors in
8830 before-save-hook prevent saving buffer.
8831
c46da669
RW
88322013-04-20 Roland Winkler <winkler@gnu.org>
8833
8834 * faces.el (read-face-name): Use completing-read if arg multiple
8835 is nil.
8836
a81ee1eb
IL
88372013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8838
8839 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
8840 displayed, move point to after the totals line.
8841 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
8842 for the details.
8843
4fac34ce
SM
88442013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8847 Add current dir to the load-path.
8848 (package-generate-autoloads): Don't rely on
8849 autoload-ensure-default-file.
8850
f6bfc063
RT
88512013-04-26 Reuben Thomas <rrt@sc3d.org>
8852
d40ab5cf
BG
8853 * textmodes/remember.el (remember-store-in-files): Document that
8854 the file name format is passed to `format-time-string'.
f6bfc063 8855
e55d3b04
LL
88562013-04-26 Leo Liu <sdl.web@gmail.com>
8857
8858 * progmodes/octave.el (octave-sync-function-file-names): New function.
8859 (octave-mode): Use it in before-save-hook.
8860
e53052d3
SM
88612013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8862
140ef50c
SM
8863 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8864 (bug#14274).
8865
e53052d3
SM
8866 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8867 \n and comment, even if it's not an implicit ; (bug#14218).
8868
af80458d 88692013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
8870
8871 * subr.el (read-number): Once more use `read' rather than
8872 `string-to-number', to trap non-numeric input. (Bug#14254)
8873
af80458d 88742013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
8875
8876 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8877 Use `syntax-multiline' text property consistently instead of
8a621d53 8878 `font-lock-multiline'. (Bug#14237)
70203c2e 8879
e6ea1f6c
GM
88802013-04-26 Glenn Morris <rgm@gnu.org>
8881
8882 * emacs-lisp/shadow.el (list-load-path-shadows):
8883 No longer necessary to check for duplicate simple.el, since
8884 2012-07-07 change to init_lread to not include installation lisp
8885 directories in load-path when running uninstalled. (Bug#14270)
8886
070ccca4
LL
88872013-04-26 Leo Liu <sdl.web@gmail.com>
8888
8889 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8890 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 8891 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
8892 octave-in-string-or-comment-p.
8893 (octave-in-comment-p, octave-in-string-p)
8894 (octave-in-string-or-comment-p): Replace defsubst with defun.
8895
9d1c5fb6
PE
88962013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8897
8898 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8899
c034abda
BG
89002013-04-25 Bastien Guerry <bzg@gnu.org>
8901
8902 * textmodes/remember.el (remember-data-directory)
8903 (remember-directory-file-name-format): Fix custom types.
8904
584ea277
LL
89052013-04-25 Leo Liu <sdl.web@gmail.com>
8906
e53052d3
SM
8907 * progmodes/octave.el (octave-completion-at-point-function):
8908 Make use of inferior octave process.
584ea277
LL
8909 (octave-initialize-completions): Remove.
8910 (inferior-octave-completion-table): New function.
8911 (inferior-octave-completion-at-point): Use it.
8912 (octave-completion-alist): Remove.
8913
1693b06a
SM
89142013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8917 (opascal-mode-syntax-table): New var.
8918 (opascal-literal-kind, opascal-is-literal-end)
8919 (opascal-literal-token-at): Rewrite.
8920 (opascal--literal-start-re, opascal-font-lock-keywords)
8921 (opascal--syntax-propertize): New constants.
8922 (opascal-font-lock-defaults): Adjust.
8923 (opascal-mode): Use them. Set comment-<foo> variables as well.
8924 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8925 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8926 (delphi-other-face, opascal-other-face): Remove face variables.
8927 (opascal-save-state): Remove macro.
8928 (opascal-fontifying-progress-step): Remove constant.
8929 (opascal--ignore-changes): Remove var.
8930 (opascal-set-token-property, opascal-parse-next-literal)
8931 (opascal-is-stable-literal, opascal-complete-literal)
8932 (opascal-is-literal-start, opascal-face-of)
8933 (opascal-parse-region, opascal-parse-region-until-stable)
8934 (opascal-fontify-region, opascal-after-change)
8935 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8936 (opascal-debug-parse-region, opascal-debug-parse-window)
8937 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8938 (opascal-debug-fontify-buffer): Remove.
8939 (opascal-debug-mode-map): Adjust accordingly.
8940
be64c05d
LL
89412013-04-25 Leo Liu <sdl.web@gmail.com>
8942
8943 Merge octave-mod.el and octave-inf.el into octave.el with some
8944 cleanups.
8945 * progmodes/octave.el: New file renamed from octave-mod.el.
8946 * progmodes/octave-inf.el: Merged into octave.el.
8947 * progmodes/octave-mod.el: Renamed to octave.el.
8948
d79d37bd
TH
89492013-04-25 Tassilo Horn <tsdh@gnu.org>
8950
8951 * textmodes/reftex-vars.el
8952 (reftex-label-ignored-macros-and-environments): New defcustom.
8953
8954 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8955
ced3fc5d
SM
89562013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8959 (smie-indent-keyword): Improve the check to ensure that the next
8960 comment is really on the same line.
8961 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8962
8963 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8964 semi-colons if the line is not otherwise empty (bug#14218).
8965
1c141dad
GM
89662013-04-25 Glenn Morris <rgm@gnu.org>
8967
8968 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8969
5058062a
SM
89702013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * progmodes/opascal.el (opascal-set-token-property): Rename from
8973 opascal-set-text-properties and only set `token' (bug#14134).
8974 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8975 (opascal-literal-text-properties): Remove.
8976 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8977 Adjust callers.
8978
5db9dace 89792013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
8980
8981 * textmodes/remember.el (remember-handler-functions): Add an
8982 option for a new handler `remember-store-in-files'.
8983 (remember-data-directory, remember-directory-file-name-format):
8984 New options.
8985 (remember-store-in-files): New function to store remember notes
8986 as separate files within a directory.
8987
4391916c
MH
89882013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8989
8990 * progmodes/compile.el (compilation-next-error-function):
8991 Pass "formats" to compilation-find-file (bug#11777).
8992
bb7cdf58
GM
89932013-04-24 Glenn Morris <rgm@gnu.org>
8994
3b8fe752 8995 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
8996 * vc/vc-hg.el (vc-hg-print-log):
8997 * vc/vc-svn.el (vc-svn-print-log):
8998 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8999
bb7cdf58
GM
9000 * vc/vc-bzr.el (vc-bzr-print-log):
9001 * vc/vc-cvs.el (vc-cvs-print-log):
9002 * vc/vc-git.el (vc-git-print-log):
9003 * vc/vc-hg.el (vc-hg-print-log):
9004 * vc/vc-mtn.el (vc-mtn-print-log):
9005 * vc/vc-rcs.el (vc-rcs-print-log):
9006 * vc/vc-sccs.el (vc-sccs-print-log):
9007 * vc/vc-svn.el (vc-svn-print-log):
9008 * vc/vc.el (vc-print-log-internal): Doc fixes.
9009
b46a056e
GM
90102013-04-23 Glenn Morris <rgm@gnu.org>
9011
9012 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9013 Remove venerable code attempting to avoid substitute-command-keys.
9014
0aecf718
TH
90152013-04-23 Tassilo Horn <tsdh@gnu.org>
9016
4391916c
MH
9017 * textmodes/reftex-vars.el (reftex-label-regexps):
9018 Call `reftex-compile-variables' after changes to this variable.
0aecf718 9019
117f94cf
SM
90202013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9021
4391916c 9022 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
9023 Use lexical-binding.
9024 (jit-lock-force-redisplay): Use markers, check buffer's continued
9025 existence and beware narrowed buffers.
9026 (jit-lock-fontify-now): Adjust call accordingly.
9027
1d829c64
SM
90282013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9029
9030 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9031 to avoid misleading the user.
9032
72d548a9
LL
90332013-04-22 Leo Liu <sdl.web@gmail.com>
9034
9035 * info-look.el: Prefer latex2e.info. (Bug#14240)
9036
d0853629
MA
90372013-04-22 Michael Albinus <michael.albinus@gmx.de>
9038
9039 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
9040
9041 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 9042 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
9043 (tramp-set-completion-function, tramp-parse-putty):
9044 * net/tramp-adb.el (tramp-adb-execute-adb-command):
9045 * net/tramp-gvfs.el (tramp-gvfs-send-command):
9046 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9047 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9048 (tramp-call-local-coding-command): Use `tramp-call-process'
9049 instead of `tramp-compat-call-process'.
9050
9051 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9052 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9053 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 9054 (tramp-find-inline-compress): Improve traces.
d0853629
MA
9055 (tramp-maybe-send-script): Check for Perl binary.
9056 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9057
38cc0210
DU
90582013-04-22 Daiki Ueno <ueno@gnu.org>
9059
9060 * epg.el (epg-context-pinentry-mode): New function.
9061 (epg-context-set-pinentry-mode): New function.
9062 (epg--start): Pass --pinentry-mode option to gpg command.
9063
cc641ee1
XF
90642013-04-21 Xue Fuqiao <xfq.free@gmail.com>
9065
02d844b5 9066 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 9067 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 9068 `completion-at-point'. (Bug#13774)
5d4e5c31 9069
cc641ee1
XF
9070 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9071 default key binding for `describe-distribution' has been moved to
9072 `C-h C-o'. (Bug#13970)
9073
1b42ee43
GM
90742013-04-21 Glenn Morris <rgm@gnu.org>
9075
9076 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9077 Add doc strings.
9078 (vc-print-log): Clarify interactive prompt.
9079
a6d63d97
GM
90802013-04-20 Glenn Morris <rgm@gnu.org>
9081
9082 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9083 No longer include timestamp etc information.
9084
d7f5c16f
RW
90852013-04-20 Roland Winkler <winkler@gnu.org>
9086
9087 * faces.el (read-face-name): Bug fix, return just one face if arg
9088 multiple is nil. (Bug#14209)
9089
bcd7a0a4
SM
90902013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9093 (remove-function): Autoload.
9094
9095 * comint.el (comint-redirect-original-filter-function): Remove.
9096 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
9097 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9098 (vc-cvs-annotate-command):
bcd7a0a4
SM
9099 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9100 * progmodes/prolog.el (prolog-consult-compile):
9101 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9102 Use add/remove-function instead.
9103 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9104 (gud-tooltip-process-output, gud-tooltip-tips):
9105 Use add/remove-function instead.
9106 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9107 (scheme-interaction-mode, exit-scheme-interaction-mode):
9108 Use add/remove-function instead.
9109
9110 * vc/vc-dispatcher.el: Use lexical-binding.
9111 (vc--process-sentinel): Rename from vc-process-sentinel.
9112 Change last arg to be the code to run. Don't use vc-previous-sentinel
9113 and vc-sentinel-commands any more.
9114 (vc-exec-after): Allow code to be a function. Use add/remove-function.
9115 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9116
e36b2d20 91172013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 9118
bcd7a0a4 9119 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 9120 Handle function names with a single character. (Bug#14111)
4d3268ba 9121
781b4af6 91222013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
9123
9124 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9125 for subroutines defined in an eval (bug#14182).
9126
7d688336
TV
91272013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9128
9129 * bookmark.el (bookmark-completing-read): Improve handling of empty
9130 string (bug#14176).
9131
31dcede0
SM
91322013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9133
9134 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9135
adc31213
FEG
91362013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
9137
9138 New faster Imenu implementation (bug#14058).
9139 * progmodes/python.el:
9140 (python-imenu-prev-index-position):
9141 (python-imenu-format-item-label-function)
9142 (python-imenu-format-parent-item-label-function)
9143 (python-imenu-format-parent-item-jump-label-function):
9144 New vars.
9145 (python-imenu-format-item-label)
9146 (python-imenu-format-parent-item-label)
9147 (python-imenu-format-parent-item-jump-label)
9148 (python-imenu--put-parent, python-imenu--build-tree)
9149 (python-imenu-create-index, python-imenu-create-flat-index)
9150 (python-util-popn): New functions.
9151 (python-mode): Set imenu-create-index-function to
9152 python-imenu-create-index.
9153
cdca8255
SM
91542013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * winner.el (winner-active-region): Use region-active-p, activate-mark
9157 and deactivate-mark (bug#14225).
9158
9159 * simple.el (deactivate-mark): Don't inline it.
9160
beb42340
MA
91612013-04-18 Michael Albinus <michael.albinus@gmx.de>
9162
9163 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9164
fc7f4d7e
TH
91652013-04-18 Tassilo Horn <tsdh@gnu.org>
9166
9167 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9168 file extensions from the archive-mode entry in order to prefer
9169 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9170
29f47822
LL
91712013-04-18 Leo Liu <sdl.web@gmail.com>
9172
9173 * bindings.el (help-event-list): Add ?\?.
9174
d36ed1c8
SM
91752013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * subr.el (with-wrapper-hook): Declare obsolete.
9178 * simple.el (filter-buffer-substring-function): New hook.
9179 (filter-buffer-substring): Use it.
9180 (filter-buffer-substring-functions): Mark obsolete.
9181 * minibuffer.el (completion-in-region-function): New hook.
9182 (completion-in-region): Use it.
9183 (completion-in-region-functions): Mark obsolete.
9184 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9185 * abbrev.el (abbrev-expand-function): New hook.
9186 (expand-abbrev): Use it.
9187 (abbrev-expand-functions): Mark obsolete.
9188 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9189 and :filter-return.
9190
04754d36
FEG
91912013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9192
9193 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9194 and do not care about match data.
9195
dd8791e9
SM
91962013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9199 completion tables when completing error conditions and
9200 `declare' arguments.
9201 (lisp-complete-symbol, field-complete): Mark as obsolete.
9202 (check-parens): Unmatched parens are user errors.
9203 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9204
ffe54a13
AM
92052013-04-17 Michal Nazarewicz <mina86@mina86.com>
9206
dd8791e9
SM
9207 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9208 command changed buffer (ie. `flyspell-pre-buffer' is not current
9209 buffer), which prevents making decisions based on invalid value of
9210 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9211 cause an error when `flyspell-pre-point' was nil after switching
9212 buffers.
9213 (flyspell-post-command-hook): No longer needs to change buffers when
9214 checking pre-word. While at it remove unnecessary progn.
ffe54a13 9215
ec7e39f2
AM
92162013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9217
9218 * textmodes/ispell.el (ispell-add-per-file-word-list):
9219 Fix `flyspell-correct-word-before-point' error when accepting
9220 words and `coment-padding' is an integer by using
9221 `comment-normalize-vars' (Bug #14214).
9222
083850a6
FEG
92232013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9224
9225 New defun movement commands.
9226 * progmodes/python.el (python-nav--syntactically)
9227 (python-nav--forward-defun, python-nav-backward-defun)
9228 (python-nav-forward-defun): New functions.
9229
619ed6e1
FEG
92302013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9231
9232 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9233 (python-syntax-context): Use named compiler-macro for backwards
9234 compatibility with Emacs 24.x.
9235
7a1beb6c
LL
92362013-04-17 Leo Liu <sdl.web@gmail.com>
9237
9238 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9239 octave-hide-process-buffer.
9240
2d3fa3e5
SM
92412013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9244 (bug#14216).
9245
7ce5be54
JPG
92462013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9247
9248 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9249 Fix adjustment of offset when receiving incomplete responses from GDB
9250 (bug#14129).
9251
351edece
SM
92522013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9255 python-mode-abbrev-table.
9256 (python-skeleton-define): Adjust accordingly.
9257 (python-mode-abbrev-table): New table that inherits from it so that
9258 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9259
9260 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9261 (abbrev-symbol): Use it.
9262 (abbrev--before-point): Use it since we already handle inheritance.
9263
613f9481
LL
92642013-04-16 Leo Liu <sdl.web@gmail.com>
9265
9266 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9267 binding to info-lookup-symbol.
9268
51646b62
JB
92692013-04-16 Juanma Barranquero <lekktu@gmail.com>
9270
9271 * minibuffer.el (completion--twq-all):
9272 * term/ns-win.el (ns-initialize-window-system):
9273 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9274
efb3f01d
SM
92752013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9276
36c0a301
SM
9277 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9278 global bindings.
9279
efb3f01d
SM
9280 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9281
fb549d64
DG
92822013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9283
9284 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9285 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9286 to nil.
9287 (ruby-end-of-defun): Remove the unused arg, change the docstring
9288 to reflect that this function is only used as the value of
9289 `end-of-defun-function'.
9290 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9291 to reflect an earlier change that beginning/end-of-defun functions
9292 jump between methods in a class definition, as well as top-level
9293 functions.
9294
21e8fe2f
SM
92952013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * minibuffer.el (minibuffer-complete): Don't just scroll
9298 a *Completions* that's been iconified.
9299 (minibuffer-force-complete): Make sure repetitions do cycle when going
9300 through completion-in-region -> minibuffer-complete.
9301
20e527d0
AM
93022013-04-15 Alan Mackenzie <acm@muc.de>
9303
9304 Correct the placement of c-cpp-delimiters when there're #s not at
9305 col 0.
9306
9307 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9308 place a submatch around the #.
21e8fe2f
SM
9309 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9310 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
9311 on the #, not BOL.
9312
dabefae5
SM
93132013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9316 (advice--member-p): New arg `name'.
9317 (advice--add-function, advice-member-p): Use it (bug#14202).
9318
85c9ab64
AM
93192013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9320
9321 Reformulate java imenu-generic-expression.
9322 The old expression contained ill formed regexps.
9323
9324 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9325 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9326 (cc-imenu-java-method-arg-regexp): New defconsts.
9327 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 9328 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
9329 handling of spaces in the regexp.
9330
0f821d99
AM
93312013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9332
9333 * textmodes/ispell.el (ispell-command-loop): Remove
9334 flyspell highlight of a word when ispell accepts it (bug #14178).
9335
eb922adf
MA
93362013-04-15 Michael Albinus <michael.albinus@gmx.de>
9337
9338 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9339 uses code from the previous `ange-ftp-run-real-handler'.
9340 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9341 only in case that function exist. This is needed for proper
9342 unloading of Tramp.
9343
4d9a0979
TH
93442013-04-15 Tassilo Horn <tsdh@gnu.org>
9345
9346 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9347
9348 * textmodes/reftex.el (reftex-compile-variables): Use it.
9349
a829b0dc
SM
93502013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9351
91e8293c
SM
9352 * files.el (normal-mode): Only use default major-mode if no other mode
9353 was specified.
9354
830aed4d
SM
9355 * emacs-lisp/trace.el (trace-values): New function.
9356
a829b0dc
SM
9357 * files.el: Allow : in local variables (bug#14089).
9358 (hack-local-variable-regexp): New var.
9359 (hack-local-variables-prop-line, hack-local-variables): Use it.
9360
7ae9f0fb
RW
93612013-04-13 Roland Winkler <winkler@gnu.org>
9362
9363 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9364 data before it gets modified by bibtex-beginning-of-entry.
9365
6646e848
RW
93662013-04-13 Roland Winkler <winkler@gnu.org>
9367
9368 * textmodes/bibtex.el (bibtex-url): Doc fix.
9369
93702013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
9371
9372 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9373 does not visit a BibTeX file, exclude it from the list of buffers
9374 returned by bibtex-initialize.
9375
0aa3616e
SB
93762013-04-13 Stephen Berman <stephen.berman@gmx.net>
9377
9378 * window.el (split-window): Remove interactive form, since as a
9379 command this function is a special case of split-window-below.
9380 Correct doc string.
9381
011cddd6
RW
93822013-04-12 Roland Winkler <winkler@gnu.org>
9383
9384 * faces.el (read-face-name): Do not override value of arg default.
9385 Allow single faces and strings as default values. Remove those
9386 elements from return value that are not faces.
9387 (describe-face): Simplify.
9388 (face-at-point): New optional args thing and multiple so that this
9389 function can provide the same functionality previously provided by
9390 read-face-name.
9391 (make-face-bold, make-face-unbold, make-face-italic)
9392 (make-face-unitalic, make-face-bold-italic, invert-face)
9393 (modify-face, read-face-and-attribute): Use face-at-point.
9394
9395 * cus-edit.el (customize-face, customize-face-other-window)
9396 * cus-theme.el (custom-theme-add-face)
9397 * face-remap.el (buffer-face-set)
9398 * facemenu.el (facemenu-set-face): Use face-at-point.
9399
f24e0036
MA
94002013-04-12 Michael Albinus <michael.albinus@gmx.de>
9401
9402 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9403
da3cda2d
TH
94042013-04-10 Tassilo Horn <tsdh@gnu.org>
9405
9406 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9407 off leading { and trailing } from field values.
9408
15e54145
SM
94092013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9410
78ce603d
SM
9411 * emacs-lisp/timer.el (timer--check): New function.
9412 (timer--time, timer-set-function, timer-event-handler): Use it.
9413 (timer-set-idle-time): Simplify.
9414 (timer--activate): CSE.
9415 (timer-event-handler): Give more info in error message.
9416 (internal-timer-start-idle): New function, moved from C.
9417
15e54145
SM
9418 * mpc.el (mpc-proc): Add `restart' argument.
9419 (mpc-proc-cmd): Use it.
9420 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9421 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9422 less often.
9423
7144c627
MY
94242013-04-10 Masatake YAMATO <yamato@redhat.com>
9425
9426 * progmodes/sh-script.el: Implement `sh-mode' own
9427 `add-log-current-defun-function' (bug#14112).
9428 (sh-current-defun-name): New function.
9429 (sh-mode): Use the function.
9430
b39792eb
BG
94312013-04-09 Bastien Guerry <bzg@gnu.org>
9432
9433 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9434
8acdeb71
SM
94352013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9436
6fcdab68
SM
9437 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9438
8acdeb71
SM
9439 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9440 timer (bug#14156).
9441
e3e7b504
NF
94422013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9443
9444 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9445 declaration.
9446
201bb296
LL
94472013-04-07 Leo Liu <sdl.web@gmail.com>
9448
9449 * pcmpl-x.el: New file.
9450
ebb19708
DA
94512013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9452
9453 Do not set x-display-name until X connection is established.
9454 This is needed to prevent from weird situation described at
9455 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9456 * frame.el (make-frame): Set x-display-name after call to
9457 window system initialization function, not before.
9458 * term/x-win.el (x-initialize-window-system): Add optional
9459 display argument and use it.
9460 * term/w32-win.el (w32-initialize-window-system):
9461 * term/ns-win.el (ns-initialize-window-system):
9462 * term/pc-win.el (msdos-initialize-window-system):
9463 Add compatible optional display argument.
9464
33bb237a
EZ
94652013-04-06 Eli Zaretskii <eliz@gnu.org>
9466
9467 * files.el (normal-backup-enable-predicate): On MS-Windows and
9468 MS-DOS compare truenames of temporary-file-directory and of the
9469 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9470 don't fail comparison by compare-strings. Also, compare file
9471 names case-insensitively on MS-Windows and MS-DOS.
9472
134abf1f
SM
94732013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9476 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9477
d695cb94
DG
94782013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9479
e3e7b504
NF
9480 * whitespace.el (whitespace-color-on, whitespace-color-off):
9481 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 9482
f4ad7ea1 94832013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
9484
9485 * ispell.el (ispell-set-spellchecker-params):
9486 Really set `ispell-args' for all equivs.
9487
632556e4
SM
94882013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * ido.el (ido-completions): Use extra elements of ido-decorations
9491 (bug#14143).
9492 (ido-decorations): Update docstring.
9493
2a417372
MA
94942013-04-05 Michael Albinus <michael.albinus@gmx.de>
9495
9496 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9497 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9498 nil during initialization, in order not to miss changes since the
9499 file was opened. (Bug#14140)
9500
fc164b0c
LL
95012013-04-05 Leo Liu <sdl.web@gmail.com>
9502
9503 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9504
0ccecc08
JB
95052013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9506
9507 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9508
51af1aa2
GM
95092013-04-04 Glenn Morris <rgm@gnu.org>
9510
9511 * electric.el (electric-pair-inhibit-predicate): Add :version.
9512
b208ebc6
SM
95132013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9516 when a package is required several times (bug#14082).
9517
f3d3eaf0
RW
95182013-04-04 Roland Winkler <winkler@gnu.org>
9519
9520 * faces.el (read-face-name): Behave as promised by the docstring.
9521 Assume that arg default is a list of faces.
9522 (describe-face): Call read-face-name with list of default faces.
9523
2575da50
TV
95242013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9525
9526 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9527 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9528 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9529 the header.
9530 (bookmark-exit-hook-internal): Save even if list is empty.
9531
397703b4
YH
95322013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9533
9534 * emacs-lisp/package.el (package-pinned-packages): New var.
9535 (package--add-to-archive-contents): Obey it (bug#14118).
9536
691e26ae
AM
95372013-04-03 Alan Mackenzie <acm@muc.de>
9538
8a621d53
JB
9539 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9540 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
9541
9542 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9543 parameter `not-in-delimiter'. Handle being inside comment opener.
9544 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9545 character in case we're typing a '*' after a '/'.
9546 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9547 instead by passing the parameter to c-state-pp-to-literal.
9548
9549 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9550 for elt. 7 of a parse state.
9551
4b725a70
PE
95522013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9553
9554 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9555 * international/latin1-disp.el, international/mule-util.el:
9556 * language/cyril-util.el, language/european.el, language/ind-util.el:
9557 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9558 * language/tibetan.el, language/viet-util.el:
9559 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9560
15c579f0
SM
95612013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9564 (electric-pair-post-self-insert-function): Use it.
9565 (electric-pair-default-inhibit): New function, extracted from
9566 electric-pair-post-self-insert-function.
9567
a77e2924
RW
95682013-03-31 Roland Winkler <winkler@gnu.org>
9569
9570 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9571
2bd8a4a8
SM
95722013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9575
8d3655be 95762013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
9577
9578 Un-indent after "pass" and "return" statements (Bug#13888)
9579 * progmodes/python.el (python-indent-block-enders): New var.
9580 (python-indent-calculate-indentation): Use it.
9581
8d3655be 95822013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
9583
9584 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9585 defun. Defining it as defalias could introduce too eager
9586 byte-compiler optimization. (Bug#14030)
9587
8d3655be 95882013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
9589
9590 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9591
0b1619da
LL
95922013-03-30 Leo Liu <sdl.web@gmail.com>
9593
9594 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9595 (kmacro-execute-from-register): Pass the keyboard macro to
9596 kmacro-call-macro or repeating won't work correctly.
9597
0b938190
TZ
95982013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9599
9600 * progmodes/subword.el: Back to using `forward-symbol'.
9601
9602 * subr.el (forward-whitespace, forward-symbol)
9603 (forward-same-syntax): Move from thingatpt.el.
9604
35710234
LL
96052013-03-29 Leo Liu <sdl.web@gmail.com>
9606
9607 * kmacro.el (kmacro-to-register): New command.
9608 (kmacro-execute-from-register): New function.
9609 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9610
efc0bb73
SM
96112013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * mpc.el: Use defvar-local and setq-local.
9614 (mpc--proc-connect): Connection failures are not bugs.
9615 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9616 (mpc-volume-map): Bind to the up-events.
9617
75a2f981
TZ
96182013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9619
9620 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9621 instead of `forward-symbol'.
9622
17c781d1
SM
96232013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9626 (edebug--recursive-edit): Use it.
9627 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9628 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9629
f67bfbcf
LL
96302013-03-28 Leo Liu <sdl.web@gmail.com>
9631
9632 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9633
b59f639d
EZ
96342013-03-27 Eli Zaretskii <eliz@gnu.org>
9635
9636 * facemenu.el (list-colors-callback): New defvar.
9637 (list-colors-redisplay): New function.
9638 (list-colors-display): Install list-colors-redisplay as the
9639 revert-buffer-function. (Bug#14063)
9640
f557c1b1
SM
96412013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9642
b1da2957
SM
9643 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9644 and suffixes don't overlap (bug#14061).
9645
f557c1b1
SM
9646 * case-table.el: Use lexical-binding.
9647 (case-table-get-table): New function.
9648 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9649
002668e1
TZ
96502013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9651
9652 * progmodes/subword.el: Add `superword-mode' to do word motion
9653 over symbol_words (parallels and leverages `subword-mode' which
9654 does word motion inside MixedCaseWords).
9655
73572c72
AG
96562013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9657
78b8f320 9658 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 9659 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 9660
69b2c07e
SM
96612013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9664 Change return value to be a sexp. Delay `get-buffer' to after
9665 restoring the desktop (bug#13951).
9666
08bb5ee2
LL
96672013-03-26 Leo Liu <sdl.web@gmail.com>
9668
9669 * register.el: Move semantic tag handling back to
9670 cedet/semantic/senator.el. (Bug#14052)
9671
8d4c974e
SM
96722013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9675 into the prompt either (bug#13963).
9676
b234d92c
SM
96772013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9680 part of "(error-foo)".
9681
ddfa3cb4
JL
96822013-03-24 Juri Linkov <juri@jurta.org>
9683
9684 * replace.el (list-matching-lines-prefix-face): New defcustom.
9685 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9686 `occur-engine' if `face-differs-from-default-p' returns t.
9687 (occur-engine): Add `,' inside backquote construct to evaluate
9688 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9689 Pass `prefix-face' to the functions `occur-context-lines' and
9690 `occur-engine-add-prefix'.
9691 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9692 `prefix-face' and propertize the prefix with `prefix-face'.
9693 (Bug#14017)
9694
7b0e2f85
LL
96952013-03-24 Leo Liu <sdl.web@gmail.com>
9696
9697 * nxml/rng-valid.el (rng-validate-while-idle)
9698 (rng-validate-quick-while-idle): Guard against deleted buffer.
9699 (Bug#13999)
9700
9701 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9702 is the last entry in kill-buffer-hook.
9703
9704 * files.el (kill-buffer-hook): Doc fix.
9705
b3082f49
DG
97062013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9707
b234d92c
SM
9708 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9709 Make it safe-local.
bde73d27 9710
b3082f49
DG
9711 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9712
a320a2db
LL
97132013-03-23 Leo Liu <sdl.web@gmail.com>
9714
7e74b0fb
LL
9715 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9716 Remove.
9717
9718 * nxml/rng-valid.el (rng-validate-mode)
9719 (rng-after-change-function, rng-do-some-validation):
9720 * nxml/rng-maint.el (rng-validate-buffer):
9721 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9722 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9723 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9724 (nxml-extend-after-change-region): Use with-silent-modifications.
9725
a320a2db
LL
9726 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9727 timer-idle-list.
9728
9729 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9730 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9731 timer-idle-list. (Bug#13999)
9732
e38e6780
JL
97332013-03-23 Juri Linkov <juri@jurta.org>
9734
9735 * info.el (info-index-match): New face.
9736 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9737 main pattern and add text properties with the new face to matches
9738 in index entries relative to the beginning of the index entry.
9739 (Bug#14015)
9740
e8cc7880
DE
97412013-03-21 Eric Ludlam <zappo@gnu.org>
9742
9743 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9744 Inhibit read only while inserting objects.
9745
9bb0d822
TZ
97462013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9747
9748 * progmodes/cfengine.el: Update docs to mention
9749 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9750 symbol motion. Remove "_" from the word syntax.
9751
aa703640
TZ
97522013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9753
9754 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9755 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9756
afff09d0
JL
97572013-03-20 Juri Linkov <juri@jurta.org>
9758
9759 * info.el (Info-next-reference-or-link)
9760 (Info-prev-reference-or-link): New functions.
9761 (Info-next-reference, Info-prev-reference): Use them.
9762 (Info-try-follow-nearest-node): Handle footnote navigation.
9763 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9764
9a1ff164
SM
97652013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9768 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9769
2667d15d
PE
97702013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9771
9772 Suppress unnecessary non-ASCII chatter during build process.
9773 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9774 (batch-skkdic-convert): Suppress most of the chatter.
9775 It's not needed so much now that machines are faster,
9776 and its non-ASCII component was confusing; see Dmitry Gutov in
9777 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9778
438b0579
LL
97792013-03-20 Leo Liu <sdl.web@gmail.com>
9780
9781 * ido.el (ido-chop): Fix bug#10994.
9782
c128ab07
DG
97832013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9784
9785 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9786 Remove vars.
9a1ff164
SM
9787 (whitespace-color-on, whitespace-color-off):
9788 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 9789
0e6008c5
SM
97902013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9793 remapping in mode-line.
9794 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9795
627b52b0
DG
97962013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9797
9798 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9799 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
9800 (whitespace-font-lock-keywords): Change description.
9801 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9802 the constructed keywords instead.
9803 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 9804
50c3a20b
LL
98052013-03-19 Leo Liu <sdl.web@gmail.com>
9806
9807 * progmodes/compile.el (compilation-display-error): New command.
9808 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9809 C-o. (Bug#13992)
9810
2aa2157b
PE
98112013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9812
9813 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9814
e477dbfa
JD
98152013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9816
9817 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9818
64ab82d1
MA
98192013-03-18 Michael Albinus <michael.albinus@gmx.de>
9820
9821 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9822
9823 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9824 * net/tramp-gvfs.el (top):
9825 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9826 (tramp-handle-shell-command): Use it.
9827 (tramp-dissect-file-name): Raise an error when hostname is a
9828 method name, and neither method nor user is specified.
9829
9830 * net/trampver.el: Update release number.
9831
33cef733
LL
98322013-03-18 Leo Liu <sdl.web@gmail.com>
9833
9834 Make sure eldoc can be turned off properly.
9835 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9836 eldoc-mode.
9837 (eldoc-display-message-p): Revert last change.
9838 (eldoc-display-message-no-interference-p)
9839 (eldoc-print-current-symbol-info): Tweak.
9840
2167b7b2
TH
98412013-03-18 Tassilo Horn <tsdh@gnu.org>
9842
9843 * doc-view.el (doc-view-new-window-function): Check the new window
9844 overlay's display property instead the char property of the
9845 buffer's first char. Use `with-selected-window' instead of
9846 `save-window-excursion' with `select-window'.
9847 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 9848 display property instead the char property of the buffer's first char.
2167b7b2 9849
982efbcd
PE
98502013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9851
9852 Automate the build of ja-dic.el (Bug#13984).
9853 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9854 from the input, rather than assume that it's been done for us by the
9855 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9856 the current date into a ja-dic.el comment, as that complicates
9857 regression testing.
9858
2fcc7665
SM
98592013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * whitespace.el: Fix double evaluation.
9862 (whitespace-space, whitespace-hspace, whitespace-tab)
9863 (whitespace-newline, whitespace-trailing, whitespace-line)
9864 (whitespace-space-before-tab, whitespace-indentation)
9865 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9866 obsolete defvars.
9867 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9868 (whitespace-color-on): Use a single font-lock-add-keywords call.
9869 Fix double-evaluation of face variables.
9870
67c0a6e6
MA
98712013-03-17 Michael Albinus <michael.albinus@gmx.de>
9872
2fcc7665
SM
9873 * net/tramp-adb.el (tramp-adb-parse-device-names):
9874 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 9875 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 9876
69489f1d
LL
98772013-03-17 Leo Liu <sdl.web@gmail.com>
9878
9879 Extend eldoc to display info in the mode-line. (Bug#13978)
9880 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9881 (eldoc-mode-line-string): New variable.
9882 (eldoc-minibuffer-message): New function.
9883 (eldoc-message-function): New variable.
9884 (eldoc-message): Use it.
9885 (eldoc-display-message-p)
2fcc7665
SM
9886 (eldoc-display-message-no-interference-p):
9887 Support eldoc-post-insert-mode.
69489f1d
LL
9888
9889 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9890 (eval-expression): Run it.
9891
9c44569e
RW
98922013-03-17 Roland Winkler <winkler@gnu.org>
9893
9894 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9895 strings in the list of return values.
9896
327f1f6f
JB
98972013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9898
9899 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9900 radix before checking for HMS forms.
9901
67ed8fcd
LL
99022013-03-16 Leo Liu <sdl.web@gmail.com>
9903
9904 * progmodes/scheme.el: Add indentation and font-locking for λ.
9905 (Bug#13975)
9906
78be8b64 99072013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
9908
9909 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9910 token before point (bug#13942).
9911
78be8b64 99122013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 9913
95b43468 9914 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 9915
98e775e6
EZ
99162013-03-16 Eli Zaretskii <eliz@gnu.org>
9917
9918 * startup.el (command-line-normalize-file-name): Fix handling of
9919 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9920 <xfq.free@gmail.com> in
9921 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9922
2edd6029
MA
99232013-03-15 Michael Albinus <michael.albinus@gmx.de>
9924
9925 Sync with Tramp 2.2.7.
9926
9927 * net/trampver.el: Update release number.
9928
d35f5864
TH
99292013-03-14 Tassilo Horn <tsdh@gnu.org>
9930
e903c210 9931 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
9932 (doc-view-insert-image): Don't modify overlay associated to
9933 non-live windows, and implement horizontal centering of image in
9934 case it's smaller than the window.
9935 (doc-view-new-window-function): Force redisplay of new windows on
9936 doc-view buffers.
d35f5864 9937
1c4a85ed
KF
99382013-03-13 Karl Fogel <kfogel@red-bean.com>
9939
9940 * saveplace.el (save-place-alist-to-file): Don't sort
9941 `save-place-alist', just pretty-print it (bug#13882).
9942
85b66a21
MA
99432013-03-13 Michael Albinus <michael.albinus@gmx.de>
9944
a020afb9
JB
9945 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9946 Check whether `default-file-name-coding-system' is bound.
9947 It isn't in XEmacs.
85b66a21 9948
175600da
SM
99492013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9950
e7f7cb1a
SM
9951 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9952 backquotes for `obsolete' (bug#13929).
9953
175600da
SM
9954 * international/mule.el (find-auto-coding): Include file name in
9955 obsolescence warning (bug#13922).
9956
ca68a22e
TZ
99572013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9958
9959 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9960 for CFEngine 3-specific indentation.
9961 (cfengine3-indent-line): Use it. Fix up category regex.
9962 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9963
940e5099
SM
99642013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 * type-break.el (type-break-file-name):
9967 * textmodes/remember.el (remember-data-file):
9968 * strokes.el (strokes-file):
9969 * shadowfile.el (shadow-initialize):
9970 * saveplace.el (save-place-file):
9971 * ps-bdf.el (bdf-cache-file):
9972 * progmodes/idlwave.el (idlwave-config-directory):
9973 * net/quickurl.el (quickurl-url-file):
9974 * international/kkc.el (kkc-init-file-name):
9975 * ido.el (ido-save-directory-list-file):
9976 * emulation/viper.el (viper-custom-file-name):
9977 * emulation/vip.el (vip-startup-file):
9978 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9979 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9980
cc725808
PE
99812013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9982
9983 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9984 * language/thai-word.el: Switch to UTF-8.
9985
a020afb9 9986See ChangeLog.16 for earlier changes.
e3d51b27
MR
9987
9988;; Local Variables:
9989;; coding: utf-8
e3d51b27
MR
9990;; End:
9991
ab422c4d 9992 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
9993
9994 This file is part of GNU Emacs.
9995
9996 GNU Emacs is free software: you can redistribute it and/or modify
9997 it under the terms of the GNU General Public License as published by
9998 the Free Software Foundation, either version 3 of the License, or
9999 (at your option) any later version.
10000
10001 GNU Emacs is distributed in the hope that it will be useful,
10002 but WITHOUT ANY WARRANTY; without even the implied warranty of
10003 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10004 GNU General Public License for more details.
10005
10006 You should have received a copy of the GNU General Public License
10007 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.