* automated/tramp-tests.el (tramp-test29-utf8): Comment last test
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e675b3e4
MA
12013-11-15 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4 "en_US.utf8" and "LC_CTYPE" to "".
5 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7
a1f03e89
LL
82013-11-15 Leo Liu <sdl.web@gmail.com>
9
10 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
11
5d9d9451
SM
122013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13
58362662
CS
14 * progmodes/gud.el (ctl-x-map):
15 Remove C-x SPC binding. (Bug#12342)
5d9d9451
SM
16 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
17
6c1bf086
BB
182013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
19
0d5363c4
BB
20 * subr.el (version-regexp-alist):
21 Recognize hg, svn and darcs versions as snapshot versions.
22
6c1bf086
BB
23 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
24 Add the ability to always insert an utf-8 encoding comment.
99f5d074 25 Fix and simplify coding comment update logic.
6c1bf086 26
2f7e72f8
MA
272013-11-14 Michael Albinus <michael.albinus@gmx.de>
28
29 * net/tramp-gvfs.el (top): Run init code only when
30 `tramp-gvfs-enabled' is not nil.
31 (tramp-gvfs-enabled): Check also :system bus.
32
0f137a73
SM
332013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 Sync with upstream verilog-mode revision 78e66ba.
36 * progmodes/verilog-mode.el (verilog-end-of-defun)
37 (verilog-type-completion, verilog-get-list): Remove unused funcs.
38 (verilog-get-end-of-defun): Remove unused argument.
39 (verilog-comment-depth): Remove unused local `e'.
40 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
41 Don't pass arg to verilog-get-end-of-defun.
42
1c276bdd
GM
432013-11-14 Glenn Morris <rgm@gnu.org>
44
45 * obsolete/assoc.el (aget): Prefix dynamic variable.
46
47 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
48
ff6ec81d
SM
492013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * widget.el, hfy-cmap.el: Remove bogus package version number.
52
75f777b6
GM
532013-11-13 Glenn Morris <rgm@gnu.org>
54
1d43dba1
GM
55 * replace.el (replace-eval-replacement):
56 Try to give more helpful error message. (Bug#15836)
57
ff4b7bd5
GM
58 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
59 (archive-7z-update): Avoid custom type mismatches.
60
75f777b6
GM
61 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
62
11151a06
MA
632013-11-13 Michael Albinus <michael.albinus@gmx.de>
64
e675b3e4 65 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11151a06
MA
66 address can be empty.
67
68 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
69 Accept nil SWITCHES.
70 (tramp-gvfs-handle-write-region): Implement APPEND.
71
7b08f97e
DG
722013-11-12 Dmitry Gutov <dgutov@yandex.ru>
73
74 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
ff6ec81d
SM
75 binary "|" operator and closing block args delimiter.
76 Remove FIXME comment referring to Ruby 1.8-only syntax.
7b08f97e
DG
77 (ruby-smie--implicit-semi-p): Not after "|" operator.
78 (ruby-smie--closing-pipe-p): New function.
79 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
80 (ruby-smie-rules): Indent after "|".
81
f201cf3a
GM
822013-11-12 Glenn Morris <rgm@gnu.org>
83
84 * ps-print.el (ps-face-attribute-list):
85 Handle anonymous faces. (Bug#15827)
86
e6f759f9
MR
872013-11-12 Martin Rudalics <rudalics@gmx.at>
88
89 * window.el (display-buffer-other-frame): Fix doc-string.
90 (Bug#15868)
91
ecda65d4
SM
922013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * subr.el (force-mode-line-update): Delete, move to buffer.c.
95
7ce8fcc3
MA
962013-11-11 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
99 (tramp-sh-handle-file-local-copy): Don't write a message when
100 saving temporary files.
101
102 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
103 both directories are remote.
104 (tramp-smb-handle-directory-files): Do not return double entries.
105 Do not expand full file names.
106 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
107 (tramp-smb-handle-write-region): Implement APPEND.
108 (tramp-smb-get-stat-capability): Fix a stupid bug.
109
7818df11
SM
1102013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
113
608c2085
NT
1142013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
115
116 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
117 throwing error over malformed let/let* (bug#15814).
118
122a7e46
SM
1192013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * iswitchb.el (iswitchb-mode): Mark obsolete.
122
766284d9
GM
1232013-11-11 Glenn Morris <rgm@gnu.org>
124
125 * international/uni-bidi.el, international/uni-category.el:
126 * international/uni-name.el, international/uni-numeric.el:
127 Regenerate for Unicode 6.3.0.
128
7072a4e9
MA
1292013-11-10 Michael Albinus <michael.albinus@gmx.de>
130
131 * net/tramp.el (tramp-methods):
132 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
133 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
134
c9df215b
AS
1352013-11-09 Andreas Schwab <schwab@linux-m68k.org>
136
608c2085
NT
137 * progmodes/sh-script.el (sh-font-lock-keywords-var):
138 Force highlighting text after Summary keyword in doc face for rpm.
c9df215b 139
fa47d796
DG
1402013-11-09 Dmitry Gutov <dgutov@yandex.ru>
141
142 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
608c2085 143 available and the word has no wildcards, append one to the grep pattern.
fa47d796
DG
144 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
145 (ispell-complete-word): Call `ispell-lookup-words' with the value
146 independent of `ispell-look-p'.
147
1629a329
DG
1482013-11-08 Dmitry Gutov <dgutov@yandex.ru>
149
150 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
151 Not after "||".
152 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
153 their parent.
154
ad16897c
SM
1552013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
158 (ruby-font-lock-keywords): Use backquote.
159
ffa2df72
DG
1602013-11-08 Dmitry Gutov <dgutov@yandex.ru>
161
162 * progmodes/ruby-mode.el (ruby-smie--forward-token)
163 (ruby-smie--backward-token): Only consider full-string matches.
164
5b97b4c0
JD
1652013-11-08 Jan Djärv <jan.h.d@swipnet.se>
166
167 * faces.el (describe-face): Add distant-foreground.
168
71731c03
BB
1692013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
170
ad16897c
SM
171 * progmodes/ruby-mode.el (ruby-mode-set-encoding):
172 Use `ruby-encoding-magic-comment-style' to control the
71731c03
BB
173 style of the auto-inserted encoding comment.
174
da3b328d
DG
1752013-11-08 Dmitry Gutov <dgutov@yandex.ru>
176
ad16897c
SM
177 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
178 Use `smie-backward-sexp' with token argument.
da3b328d 179
1606c2d3
MA
1802013-11-08 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
183 Remove instrumentation code.
184
b0f4c320
GM
1852013-11-08 Glenn Morris <rgm@gnu.org>
186
187 * progmodes/autoconf.el (autoconf-mode):
188 Tweak comment-start-skip. (Bug#15822)
189
43668fb1
SM
1902013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
193 at bobp (bug#15826).
194 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
195
daddb3fd
DH
1962013-11-08 Darren Hoo <darren.hoo@gmail.com>
197
198 * man.el (Man-start-calling): New macro, extracted from
199 Man-getpage-in-background.
200 (Man-getpage-in-background): Use it.
201 (Man-update-manpage): New command.
202 (Man-mode-map): Bind it.
203
1f923923
DG
2042013-11-08 Dmitry Gutov <dgutov@yandex.ru>
205
206 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
207 of "and", "or", "&&" and "||".
208 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
209 argument. Prohibit opening curly brace because it could only be a
210 block opener in that position.
daddb3fd
DH
211 (ruby-smie--forward-token, ruby-smie--backward-token):
212 Separate "|" from "&" or "*" going after it. That can happen in block
1f923923
DG
213 arguments.
214 (ruby-smie--indent-to-stmt): New function, seeks the end of
215 previous statement or beginning of buffer.
216 (ruby-smie-rules): Use it.
217 (ruby-smie-rules): Check if there's a ":" before a curly block
218 opener candidate; if there is, it's a hash.
219
3220d527
SM
2202013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
223 (cl--block-wrapper): Fix last accidental change.
224
1eb1f9e0
MA
2252013-11-07 Michael Albinus <michael.albinus@gmx.de>
226
227 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
228 Instrument, in order to hunt failure on hydra.
229
e6e4db3c
NT
2302013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
231
232 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
233 malformed bindings form (bug#15814).
234
b420ccfc
DG
2352013-11-07 Dmitry Gutov <dgutov@yandex.ru>
236
237 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1d1c86da
DG
238 "." compared to " @ ". This incidentally fixes some indentation
239 examples with "do".
e6e4db3c 240 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1d1c86da
DG
241 (ruby-smie-grammar): New tokens: "and" and "or".
242 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
243 Exclude "and" and "or". Remove "do" in order to work around token
244 priorities.
245 (ruby-smie-rules): Add all infix tokens. Handle the case of
246 beginning-of-buffer.
b420ccfc 247
6b4ac03e
GM
2482013-11-06 Glenn Morris <rgm@gnu.org>
249
250 * Makefile.in (setwins_almost, setwins_for_subdirs):
251 Avoid accidental matches.
252
5ca114d1
SM
2532013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * menu-bar.el (popup-menu): Use key-binding.
256
f72552bd
EZ
2572013-11-06 Eli Zaretskii <eliz@gnu.org>
258
259 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
260 menus, support also the menus produced by minor modes.
261 (Bug#15817)
262
5d5c701e
LL
2632013-11-06 Leo Liu <sdl.web@gmail.com>
264
265 * thingatpt.el (thing-at-point-looking-at): Add optional arg
266 DISTANCE to bound the search. All uses changed. (Bug#15808)
267
0a8b75e2
GM
2682013-11-06 Glenn Morris <rgm@gnu.org>
269
270 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
65de43ad
GM
271 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
272 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
0a8b75e2 273
a35287ea
SM
2742013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
275
feca4e2d
SM
276 * electric.el (electric-indent-just-newline): New command.
277 (electric-indent-mode-map): New keymap.
278 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
279 Re-add :group which weren't redundant.
280
a35287ea
SM
281 * electric.el (electric-indent-local-mode): New minor mode.
282 (electric-indent-functions-without-reindent): New var.
283 (electric-indent-post-self-insert-function): Use it.
284 * emacs-lisp/gv.el (buffer-local-value): Add setter.
285
375761b2
EZ
2862013-11-05 Eli Zaretskii <eliz@gnu.org>
287
9a6ad735
EZ
288 * international/quail.el (quail-help): Be more explicit about the
289 meaning of the labels shown on the keys. (Bug#15800)
290
375761b2
EZ
291 * startup.el (normal-top-level): Load the subdirs.el files before
292 setting the locale environment. (Bug#15805)
293
520a6e4a
SM
2942013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
295
0acfafef
SM
296 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
297 via arguments so as to get the right ones (bug#15418).
298
520a6e4a
SM
299 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
300
15826261
MA
3012013-11-05 Michael Albinus <michael.albinus@gmx.de>
302
303 Fix problems found while writing a test suite.
304
305 * net/tramp-compat.el (tramp-compat-load): New defun.
306 * net/tramp.el (tramp-handle-load): Use it.
307
308 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
309 "(numberp ok-if-already-exists)" correctly.
310
d35f31a4
XF
3112013-11-05 Xue Fuqiao <xfq.free@gmail.com>
312
313 * international/characters.el (glyphless-char-display-control):
314 Add usage note.
315
ae93bc74
BB
3162013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
317
520a6e4a
SM
318 * progmodes/python.el (python-mode):
319 * progmodes/scheme.el (scheme-mode):
320 * progmodes/prolog.el (prolog-mode):
321 * progmodes/ruby-mode.el (ruby-mode):
322 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
323 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
ae93bc74 324
0ade65b5
SM
3252013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
326
a0d5f7a4
SM
327 * rect.el (rectangle--highlight-for-redisplay):
328 * emacs-lisp/smie.el (smie--next-indent-change):
329 Use buffer-chars-modified-tick.
330
c93f3f5c
SM
331 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
332
0ade65b5
SM
333 * electric.el (electric-indent-post-self-insert-function):
334 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
335
ef9dd188
HE
3362013-11-04 Helmut Eller <eller.helmut@gmail.com>
337
338 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
339
306e7308
NT
3402013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
341
342 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
343 (bug#15786).
344
e5afbcac
SM
3452013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
346
1d01ad41
SM
347 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
348
e5afbcac
SM
349 * progmodes/python.el: Fix up last change.
350 (python-shell--save-temp-file): New function.
351 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
352 `string' comes from the current buffer.
353 (python-shell-send-string-no-output): Remove `msg' arg.
354 (python--use-fake-loc): New var.
355 (python-shell-buffer-substring): Obey it. Try to compensate for the
356 extra coding line added by python-shell--save-temp-file.
357 (python-shell-send-region): Use python-shell--save-temp-file and
358 python-shell-send-file directly. Add `nomain' argument.
359 (python-shell-send-buffer): Use python-shell-send-region.
360 (python-electric-pair-string-delimiter): New function.
361 (python-mode): Use it.
362
d0065ff1
EZ
3632013-11-04 Eli Zaretskii <eliz@gnu.org>
364
365 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
366 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
367 environment and decoding all of the default-directory's to here
368 from command-line.
369 (command-line): Decode also argv[0].
370
371 * loadup.el: Error out if default-directory is a multibyte string
372 when we are dumping.
373
374 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
375
7397c587
TZ
3762013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
377
378 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
379 (package-menu--print-info, package-menu--archive-predicate):
380 Add Archive column to package list.
7397c587 381
b27cc9fc
MA
3822013-11-04 Michael Albinus <michael.albinus@gmx.de>
383
384 Fix problems found while writing a test suite.
385
386 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
387 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
388 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
389 to nil when running original file name handler. Otherwise,
390 there are problems with constructs like "$$FOO".
391
392 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
393 for `localname'.
394
d8c4f18a
BB
3952013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
396
7b530552
BB
397 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
398
399 * subr.el (version<, version<=, version=):
400 Update docstrings with information for snapshot versions.
401
d8c4f18a
BB
402 * helpers.el: New library for misc helper functions.
403 (hash-table-keys): New function returning a list of hash keys.
404 (hash-table-values): New function returning a list of hash values.
405
dca01b09
DG
4062013-11-04 Dmitry Gutov <dgutov@yandex.ru>
407
408 * progmodes/ruby-mode.el (ruby-smie--forward-token)
409 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
410
0a749fa0
MN
4112013-11-04 Michal Nazarewicz <mina86@mina86.com>
412
413 * textmodes/fill.el (fill-single-char-nobreak-p): New function
414 checking whether point is after a 1-letter word.
415
4162013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
417
418 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
419 Don't infloop when expanding region over `multiline' syntax-type that
420 begins a line (bug#15778).
421
4aca7145
SM
4222013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
425 Make it into a proper minor mode.
426 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
427 (rectangle-mark-mode-map): New keymap.
428 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
429
a0833f62
GM
4302013-11-04 Glenn Morris <rgm@gnu.org>
431
432 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
433
e61845c1
SM
4342013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
437 (ruby-smie-rules): Use smie-rule-parent instead.
438
439 * emacs-lisp/smie.el (smie-rule-parent): Always call
440 smie-indent-virtual rather than only for hanging tokens.
441 (smie--next-indent-change): New helper command.
442
62942f89
GM
4432013-11-03 Glenn Morris <rgm@gnu.org>
444
445 * Makefile.in (abs_srcdir): Remove.
446 (emacs): Unset EMACSLOADPATH.
447
b0b9e592
GM
4482013-11-02 Glenn Morris <rgm@gnu.org>
449
18ba6a33 450 * Makefile.in (EMACS): Use a relative filename.
8061810d 451 (abs_top_builddir): Remove.
18ba6a33
GM
452 (custom-deps, finder-data, autoloads): Use --chdir.
453
6a8b929e
GM
454 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
455
c617f3d0
GM
456 Use relative filenames in TAGS files.
457 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
458 (lisptagsfiles4, TAGS): Use relative file names.
459 (TAGS-LISP): Remove.
460 (maintainer-clean): No more TAGS-LISP file.
461
b0b9e592
GM
462 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
463 (lisptagsfiles4): Use absolute filenames again.
464 (TAGS, TAGS-LISP): Not everything needs to run in one line.
465 Remove all *loaddefs files, not just the first. Remove esh-groups.
466 (maintainer-clean): Delete TAGS, TAGS-LISP.
467
d1c0ea6a
BB
4682013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
469
e61845c1
SM
470 * emacs-lisp/package.el (package-version-join):
471 Recognize snapshot versions.
d1c0ea6a 472
684d71c6
BB
4732013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
474
475 * subr.el (version-regexp-alist): Add support for snapshot versions.
476
3d42b968
DG
4772013-11-02 Dmitry Gutov <dgutov@yandex.ru>
478
e61845c1
SM
479 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
480 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
481 skip over our direct parent if it's an assignment token..
482 (ruby-smie-rules): Use it.
483
7ffd3721
DG
4842013-11-02 Dmitry Gutov <dgutov@yandex.ru>
485
486 * progmodes/ruby-mode.el Use `syntax-propertize-function'
487 unconditionally. Remove now unnecessary forward declarations.
488 Remove XEmacs-specific setup.
489 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
490 (ruby-font-lock-syntactic-keywords)
491 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
492 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
493 (ruby-here-doc-end-syntax): Remove.
494 (ruby-mode): Don't check whether `syntax-propertize-rules' is
495 defined as function.
496
a3996a2e
BB
4972013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
498
499 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
500
6f9260e8
BB
5012013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
502
503 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
504 table and abbrev table, `define-derived-mode' does that for us
505 anyway.
506
6014de84
GM
5072013-11-01 Glenn Morris <rgm@gnu.org>
508
509 * Makefile.in: Remove manual mh-e dependencies (writing .elc
510 files is atomic for some time, so no parallel compilation issues).
511
3c334c14
JD
5122013-11-01 Jan Djärv <jan.h.d@swipnet.se>
513
514 * faces.el (face-x-resources): Add :distant-foreground.
515 (region): Use :distant-foreground for gtk and ns.
516
9bc236c8
TH
5172013-11-01 Tassilo Horn <tsdh@gnu.org>
518
5246583b 519 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
520 BibTeX.
521 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
522 (reftex-locate-bibliography-files): Us it.
523
d14c81ee
CB
5242013-11-01 Claudio Bley <claudio.bley@googlemail.com>
525
0e7690de
CB
526 * image.el (image-type-header-regexps): Fix the 'pbm' part to
527 allow comments in pbm files.
528
d14c81ee
CB
529 * term/w32-win.el (dynamic-library-alist): Support newer versions
530 of libjpeg starting with v7: look only for the DLL from the
531 version against which Emacs was built.
ac1bf374 532 Support versions of libpng beyond 1.4.x.
019c8218 533 Support libtiff v4.x.
d14c81ee 534
983d0df5
BB
5352013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
536
537 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
538 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
539 Add property :safe.
540 (ruby-deep-arglist): Add property :type.
541
47f58d85
GM
5422013-10-31 Glenn Morris <rgm@gnu.org>
543
544 * Makefile.in (custom-deps, finder-data): No need to setq the target
545 variables, we are in the right directory and the defaults work fine.
546
4f85b479
GM
5472013-10-30 Glenn Morris <rgm@gnu.org>
548
ca7dd4cd
GM
549 * Makefile.in (autoloads): Do not use abs_lisp.
550
4f85b479
GM
551 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
552 `newline' does not respect `standard-output', so use `princ'.
553
cf59e41c
AA
5542013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
555
556 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
557 * buff-menu.el (Buffer-menu--unmark): New function.
558 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
559
74cf04fb
GM
5602013-10-30 Glenn Morris <rgm@gnu.org>
561
b040b60e
GM
562 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
563
f53d3815
GM
564 * emacs-lisp/package.el (lm-homepage): Declare.
565
5413d873
GM
566 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
567 Fix doc typos.
568
cecedb36
GM
569 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
570
74cf04fb
GM
571 * Makefile.in (finder-data, autoloads, update-subdirs)
572 (compile-main, compile-clean, compile-always, bootstrap-clean):
573 Check return value of cd.
574 (compile-calc): Remove.
575
195ee2f0
SM
5762013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
577
ae4002ce
SM
578 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
579
580 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
581 (byte-compile-and-folded): New function.
582 (=, <, >, <=, >=): Use it.
583
584 * dos-w32.el (minibuffer-history-case-insensitive-variables)
585 (path-separator, null-device, buffer-file-coding-system)
586 (lpr-headers-switches): Check system-type before modifying them.
587 (find-buffer-file-type-coding-system): Mark obsolete.
588 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
589 find-file-not-found-set-buffer-file-coding-system.
590 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
591 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
592 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
593 (w32-direct-print-region-helper, w32-direct-print-region-function)
594 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
595 * startup.el (normal-top-level-add-subdirs-to-load-path):
596 * ps-print.el (ps-print-region-function):
597 * lpr.el (print-region-function): Use new name.
598
53b39e89
SM
599 * subr.el (custom-declare-variable-early): Remove function.
600 (custom-declare-variable-list): Remove var.
601 (error, user-error): Remove `while' loop.
602 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
603 (user-emacs-directory-warning, locate-user-emacs-file):
604 Move to files.el.
605 * simple.el (read-quoted-char-radix, read-quoted-char):
606 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
607 Move from subr.el.
608 * custom.el (custom-declare-variable-list): Don't process
609 custom-declare-variable-list.
610
195ee2f0
SM
611 * progmodes/python.el (python-shell-get-buffer): New function.
612 (python-shell-get-process): Use it.
613 (python-shell-send-string): Always use utf-8 and add a cookie to tell
614 Python which encoding was used. Don't split-string since we only care
615 about the first line. Return the temp-file, if applicable.
616 (python-shell-send-region): Tell compile.el how to turn locations in
617 the temp-file into locations in the source buffer.
618
7e3561ee
SM
6192013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
620
4c9797cb
SM
621 * subr.el (undefined): Add missing behavior from the C code for
622 unbound keys.
623
3472b6c6
SM
624 * rect.el: Use lexical-binding. Add new rectangular region support.
625 (rectangle-mark): New command.
626 (rectangle--region): New var.
627 (deactivate-mark-hook): Reset rectangle--region.
628 (rectangle--extract-region, rectangle--insert-for-yank)
629 (rectangle--highlight-for-redisplay)
630 (rectangle--unhighlight-for-redisplay): New functions.
631 (region-extract-function, redisplay-unhighlight-region-function)
632 (redisplay-highlight-region-function): Use them to handle
633 rectangular region.
634 * simple.el (region-extract-function): New var.
635 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
636 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
637 (kill-region): Replace obsolete `yank-handler' arg with `region'.
638 (copy-region-as-kill, kill-ring-save): Add `region' argument.
639 (redisplay-unhighlight-region-function)
640 (redisplay-highlight-region-function): New vars.
641 (redisplay--update-region-highlight): New function.
642 (pre-redisplay-function): Use it.
643 (exchange-point-and-mark): Don't deactivate the mark before
644 reactivate-it anyway.
645 * comint.el (comint-kill-region): Remove yank-handler argument.
646 * delsel.el (delete-backward-char, backward-delete-char-untabify)
647 (delete-char): Remove property, since it's now part of their
648 default behavior.
649 (self-insert-iso): Remove property since this command doesn't exist.
650
7e3561ee
SM
651 * emacs-lisp/package.el (package--download-one-archive)
652 (describe-package-1): Don't query the user about final newline.
653
b9bef71f
DC
6542013-10-29 Daniel Colascione <dancol@dancol.org>
655
656 * net/tramp.el (tramp-methods): Document new functionality.
657 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
658 tramp-hostname-checker if method provides one instead of scanning
659 argument list for "%h" to decide hostname acceptability.
660
4efc33f0
MA
6612013-10-28 Michael Albinus <michael.albinus@gmx.de>
662
663 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
664 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
665 Handle COPY-CONTENTS. (Bug#15737)
666
ed42a877
DU
6672013-10-28 Daiki Ueno <ueno@gnu.org>
668
669 * epa-file.el
7e3561ee
SM
670 (epa-file-cache-passphrase-for-symmetric-encryption):
671 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 672
18c9f8a2
XF
6732013-10-27 Xue Fuqiao <xfq.free@gmail.com>
674
7a4bc7be
XF
675 * image.el (defimage):
676 (image-load-path): Doc fixes.
18c9f8a2 677
b1e8e010
AM
6782013-10-27 Alan Mackenzie <acm@muc.de>
679
680 Indent statements in macros following "##" correctly.
7e3561ee
SM
681 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
682 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 683
73d40d1e 6842013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
685
686 * linum.el (linum-update-window): Fix boundary test (bug#13446).
687
c8c605ac
DG
6882013-10-27 Dmitry Gutov <dgutov@yandex.ru>
689
690 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
691 after `=' is probably a new expression.
692
ca7e59d4
RS
6932013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
694
695 * man.el (man-imenu-title): New option.
696 (Man-mode-map): Add menu. (Bug#15722)
697 (Man-mode): Add imenu to menu.
698
bae91342
DG
6992013-10-26 Dmitry Gutov <dgutov@yandex.ru>
700
701 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
702 specific in what the first arg can be: a non-keyword word,
703 string/regexp/percent literal opener, opening paren, or unary
704 operator followed directly by word.
705
eb89dc14
SM
7062013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
709 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
710 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
711 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
712 Remove vars, they do not apply any more.
713 (prolog-mode-abbrev-table): Remove redundant declaration.
714 (prolog-upper-case-string, prolog-lower-case-string): Remove.
715 (prolog-use-smie): Remove.
716 (prolog-smie-rules): Add indentation rule for the if-then-else layout
717 supported by prolog-electric-if-then-else-flag.
718 (prolog-mode-variables, prolog-menu): Use setq-local.
719 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
720 Remove binding to `Backspace' since this key doesn't exist anyway.
721 Remove bindings for electric self-inserting keys.
722 (prog-mode): Assume it's defined.
723 (prolog-post-self-insert): New function.
724 (prolog-mode): Use it.
725 (prolog-indent-line, prolog-indent-level)
726 (prolog-find-indent-of-matching-paren)
727 (prolog-indentation-level-of-line, prolog-goto-comment-column)
728 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
729 (prolog-goto-next-paren, prolog-in-string-or-comment)
730 (prolog-tokenize, prolog-inside-mline-comment)
731 (prolog-find-start-of-mline-comment): Remove functions.
732 (prolog-find-unmatched-paren, prolog-clause-end)
733 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
734 (prolog-electric--if-then-else): Rename from
735 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
736 (prolog-tokenize-searchkey): Remove const.
737 (prolog-clause-info): Use forward-sexp.
738 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
739 (prolog-electric-if-then-else): Remove commands.
740 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
741 for use in post-self-insert-hook.
742 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
743 for use in post-self-insert-hook.
744 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
745 for use in post-self-insert-hook.
746 (prolog-electric--underscore): Rename from prolog-electric--underscore;
747 adapt it for use in post-self-insert-hook.
748
3dab0a83
MA
7492013-10-25 Michael Albinus <michael.albinus@gmx.de>
750
751 * emacs-lisp/ert.el (ert-run-tests-interactively):
752 Use `completing-read'. (Bug#9756)
753
fbfd0e1d
EZ
7542013-10-25 Eli Zaretskii <eliz@gnu.org>
755
756 * simple.el (line-move): Call line-move-1 instead of
757 line-move-visual when the current window hscroll is zero, but
758 temporary-goal-column indicates we will need to hscroll as result
759 of the movement. (Bug#15712)
760
963ce636
DG
7612013-10-25 Dmitry Gutov <dgutov@yandex.ru>
762
763 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
764 capitalization. Use :visible instead of :active.
765 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
766 commands that are used with SMIE.
767 (ruby-do-end-to-brace): Insert space after `{'.
768
a0be396a
JA
7692013-10-25 John Anthony <john@jo.hnanthony.com>
770
f73754c9
JA
771 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
772
773 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 774
f5bf77df
GM
7752013-10-25 Glenn Morris <rgm@gnu.org>
776
777 * vc/vc.el (vc-print-log): Don't use a working revision unless
778 one was explicitly specified. (Bug#15322)
779
37241f62
SM
7802013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * subr.el (add-to-list): Preserve return value in compiler-macro
783 (bug#15692).
784
6408a65d
RS
7852013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
786
787 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
788 result. Ask user to retry using '-all' flag. (Bug#15701)
789
71e3276b
SM
7902013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * emacs-lisp/smie.el: New smie-config system.
793 (smie-config): New defcustom.
794 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
795 (smie-config-guess, smie-config-save): New commands.
796 (smie-config--mode-local, smie-config--buffer-local)
797 (smie-config--trace, smie-config--modefuns): New vars.
798 (smie-config--advice, smie-config--mode-hook)
799 (smie-config--setter, smie-config-local, smie-config--get-trace)
800 (smie-config--guess-value, smie-config--guess): New functions.
801 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
802 text properties. Treat "string fence" syntax like string syntax.
803
804 * progmodes/sh-script.el (sh-use-smie): Change default.
805 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
806 (sh-var-value): Simplify by CSE.
807 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
808 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
809 is used.
810 (sh-guess-basic-offset): Use cl-incf.
811 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
812
60db713e
HE
8132013-10-24 Helmut Eller <eller.helmut@gmail.com>
814
815 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
816 (bug#15699).
817
8b251df6
GM
8182013-10-24 Glenn Morris <rgm@gnu.org>
819
820 * Makefile.in (abs_top_srcdir): Remove.
821 (update-subdirs): Use relative path to update-subdirs.
822
6be0e22b
EZ
8232013-10-24 Eli Zaretskii <eliz@gnu.org>
824
825 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
826 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
827 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
828 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 829
50b5b857
MA
8302013-10-24 Michael Albinus <michael.albinus@gmx.de>
831
832 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
833 (ert-test-skipped): New error.
834 (ert-skip, ert-stats-skipped): New defuns.
835 (ert--skip-unless): New macro.
836 (ert-test-skipped): New struct.
837 (ert--run-test-debugger, ert-test-result-type-p)
838 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
839 (ert--stats-set-test-and-result, ert-char-for-test-result)
840 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 841 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 842 Handle skipped tests. (Bug#9803)
50b5b857 843
6f317c2f
GM
8442013-10-24 Glenn Morris <rgm@gnu.org>
845
e43817c1
GM
846 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
847
6f317c2f
GM
848 * Makefile.in (abs_top_srcdir): New, set by configure.
849 (update-subdirs): Correct build-aux location.
850
369bbf71
DG
8512013-10-24 Dmitry Gutov <dgutov@yandex.ru>
852
8297b2cf
DG
853 * vc/vc.el (vc-print-root-log): Always set `default-directory'
854 value, whether we could auto-deduce `backend', or not.
855
369bbf71
DG
856 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
857 with parameters" example. Simplify the "is it block or is it
858 hash" check, but also make it more thorough.
859
d5f1282f
MF
8602013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
861
862 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
863
bc4aaa31
SM
8642013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
865
03d44565
SM
866 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
867 { if it is hanging.
868
bc4aaa31
SM
869 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
870 :before ";".
871
f493ff19
JB
8722013-10-23 Jed Brown <jed@59A2.org> (tiny change)
873
874 * progmodes/compile.el (compilation-directory-matcher)
875 (compilation-page-delimiter):
876 Support GNU Make-4.0 directory quoting. (Bug#15678)
877
c744a3b9
LL
8782013-10-23 Leo Liu <sdl.web@gmail.com>
879
880 * ido.el (ido-tidy): Handle read-only text.
881
b8e3b0a9
GM
8822013-10-23 Glenn Morris <rgm@gnu.org>
883
884 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
885 (emacs, compile, compile-always):
886 Quote entities that might contain whitespace.
887 (custom-deps, finder-data, autoloads): Use abs_lisp.
888 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
889 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
890 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
891
ee4282cd
DG
8922013-10-23 Dmitry Gutov <dgutov@yandex.ru>
893
bc4aaa31
SM
894 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
895 Use `following-char'.
7790a270 896
ee4282cd 8972013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
898
899 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
900 * progmodes/ruby-mode.el (ruby-smie-rules):
901 Remove corresponding workaround. Fix indentation rule of ";" so it
902 also applies when ";" is the parent.
903
d40a46d7
XF
9042013-10-22 Xue Fuqiao <xfq.free@gmail.com>
905
906 * frame.el (display-screens, display-pixel-height)
907 (display-pixel-width, display-mm-width, display-backing-store)
908 (display-save-under, display-planes, display-color-cells)
7790a270
SM
909 (display-visual-class, display-monitor-attributes-list):
910 Mention the optional ‘display’ argument in doc strings.
d40a46d7 911
a0f143c9
MG
9122013-10-22 Michael Gauland <mikelygee@amuri.net>
913
914 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
915 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
916
18cacc39
DG
9172013-10-21 Dmitry Gutov <dgutov@yandex.ru>
918
919 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
920 TODO. Add "." after " @ ".
921 (ruby-smie--at-dot-call): New function. Checks if point at method
922 call with explicit target.
923 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
924 to the method name tokens when it precedes them.
925 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
926 (ruby-smie-rules): Add rule for indentation before and after "."
927 token.
928
df74c4be
SM
9292013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
930
c6dab55f
SM
931 * textmodes/remember.el (remember-diary-extract-entries):
932 Avoid add-to-list.
933
df74c4be
SM
934 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
935 an instruction.
936
8c1ae481
DG
9372013-10-21 Dmitry Gutov <dgutov@yandex.ru>
938
cfef16c0
DG
939 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
940 (ruby-smie--implicit-semi-p): Add new operator chars.
941
8c1ae481
DG
942 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
943 `smie-down-list'.
944 (ruby-smie--args-separator-p): Check that there's no newline
945 between method call and its arguments.
946
87756ca9
AM
9472013-10-20 Alan Mackenzie <acm@muc.de>
948
949 Allow comma separated lists after Java "implements".
950
df74c4be
SM
951 * progmodes/cc-engine.el (c-backward-over-enum-header):
952 Parse commas.
87756ca9
AM
953 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
954 from a "disallowed" list in enum fontification.
955
c25f8957
JB
9562013-10-20 Johan Bockgård <bojohan@gnu.org>
957
df74c4be 958 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 959
c25f8957
JB
960 * progmodes/verilog-mode.el (verilog-mode): Don't set
961 comment-indent-function globally.
962
aca5fcdc
JD
9632013-10-20 Jan Djärv <jan.h.d@swipnet.se>
964
5f161884
JD
965 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
966 Move Info menu item creation to ns-win.el.
967
968 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
969 in menu bar.
970
aca5fcdc
JD
971 * menu-bar.el: Move GNUStep specific menus...
972
973 * term/ns-win.el (ns-initialize-window-system): ... to here.
974
914b7f98
SM
9752013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * simple.el (newline): Only run post-self-insert-hook when
978 called interactively.
979
846ffe77
JB
9802013-10-19 Johan Bockgård <bojohan@gnu.org>
981
982 * icomplete.el (icomplete-with-completion-tables): Add :version.
983
033f22dd
AM
9842013-10-19 Alan Mackenzie <acm@muc.de>
985
986 Fix fontification bugs with constructors and const.
987
988 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
989 CASE 2) Remove the check for the absence of a suffix construct
990 after a function declaration with only types (no identifiers) in
991 the parentheses. Also, accept a function declaration with just a
992 type inside the parentheses, if this type can be positively
993 recognised as such, or if a prefix keyword like "explicit" nails
994 down the construct as a declaration.
995
58ce0cfc
EZ
9962013-10-19 Eli Zaretskii <eliz@gnu.org>
997
998 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
999 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
1000 the problem whereby selecting a menu item that leads to a
1001 minibuffer prompt moves the cursor out of the minibuffer window,
1002 making it hard to type at the prompt. Suggested by Stefan Monnier
1003 <monnier@iro.umontreal.ca>.
1004
50e28e7d
JD
10052013-10-19 Jan Djärv <jan.h.d@swipnet.se>
1006
1007 * menu-bar.el: Don't make Services menu.
1008
7deed4bf
RS
10092013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1010
1011 * ffap.el: Handle "/usr/include/c++/<version>" directories.
1012 (ffap-alist): Use ffap-c++-mode for c++-mode.
1013 (ffap-c++-path): New variable.
1014 (ffap-c++-mode): New function.
1015
7bcb455b
JVJ
10162013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
1017
1018 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
1019
f0ff1cd5
MA
10202013-10-18 Michael Albinus <michael.albinus@gmx.de>
1021
1022 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1023 introduced on 2013-09-08, which results in an infinite loop
1024 requesting a password.
1025
d64da4b7
GM
10262013-10-18 Glenn Morris <rgm@gnu.org>
1027
1028 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1029
ea89ff08
WS
10302013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
1031
1032 Sync with upstream verilog-mode revision 1a6ecec7.
1033 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1034 (verilog-mode-release-date): Remove.
1035 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1036 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1037 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1038 (verilog-auto-tieoff-ignore-regexp)
1039 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1040 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1041 (verilog-signals-with, verilog-dir-cache-preserving)
1042 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1043 Doc fixes.
1044 (verilog-case-fold): New option, to control case folding in
1045 regexp searches, bug597.
1046 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1047 (verilog-string-match-fold, verilog-in-paren-count)
1048 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1049 (verilog-at-close-struct-p): New functions.
1050 (verilog-beg-block-re-ordered, verilog-extended-case-re)
1051 (verilog-forward-sexp, verilog-set-auto-endcomments):
1052 (verilog-leap-to-case-head): Handle "unique0" case.
1053 (verilog-in-constraint-re): New constant.
1054 (verilog-keywords, verilog-type-font-keywords):
1055 Add some SystemVerilog 1800-2012 keywords.
1056 (verilog-label-be): Remove unimplemented argument, bug669.
1057 (verilog-batch-execute-func): When batch expanding clear
1058 create-lockfiles to prevent spurious user locks when a file ends
1059 up not changing.
1060 (verilog-calculate-indent, verilog-calc-1)
1061 (verilog-at-close-constraint-p, verilog-at-constraint-p)
1062 (verilog-do-indent): Fix indentation of nested constraints
1063 and structures.
1064 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1065 (verilog-auto-inst-param): Use verilog-string-match-fold.
1066 (verilog-read-inst-module-matcher):
1067 Fix AUTOINST on gate primitives with #1.
1068 (verilog-read-decls): Fix double-declaring user-defined typed signals.
1069 Reads all user-defined typed variables.
1070 (verilog-read-defines): Fix reading definitions inside comments, bug647.
1071 (verilog-signals-matching-regexp)
1072 (verilog-signals-not-matching-regexp, verilog-auto):
1073 Respect verilog-case-fold.
1074 (verilog-diff-report): Fix line count.
1075 (verilog-auto-assign-modport): Remove unused local `modi'.
1076 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1077 better handle multidimensional arrays.
1078 Fix packed array ports misadding bit index in AUTOINST, bug637.
1079 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1080 to not double-declare existing outputs and inputs, respectively.
1081 (verilog-template-map): Bind U to verilog-sk-uvm-component.
1082 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1083 (verilog-sk-uvm-component): New skeleton.
1084 (verilog-submit-bug-report): Add verilog-case-fold,
1085 remove verilog-mode-release-date.
1086
ef566920
BR
10872013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1088
1089 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1090 as before.
1091
29df8a0b
RT
10922013-10-18 Reuben Thomas <rrt@sc3d.org>
1093
1094 * textmodes/remember.el (remember): set buffer-offer-save in
1095 remember buffers (bug#13566).
1096
04a19a79
DC
10972013-10-18 Daniel Colascione <dancol@dancol.org>
1098
1099 When evaluating forms in ielm, direct standard output to ielm
1100 buffer. Add new ielm-return-for-effect command. Remove trailing
1101 whitespace throughout.
1102
1103 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1104 (ielm-return-for-effect): New command.
1105 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
1106 (ielm-eval-input): Accept optional `for-effect' parameter.
1107 Bind `standard-output' to stream we create using
04a19a79
DC
1108 `ielm-standard-output-impl'. Suppress printing result when
1109 `for-effect'.
1110 (ielm-standard-output-impl): New function.
1111 (inferior-emacs-lisp-mode): Explain new features in documentation.
1112
4c1f03ef
MA
11132013-10-17 Michael Albinus <michael.albinus@gmx.de>
1114
1115 Code cleanup.
1116
1117 * net/tramp.el (tramp-debug-message): Do not check for connection
1118 buffer.
1119 (tramp-message): Use "vector" connection property.
1120
1121 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1122 (tramp-equal-remote, tramp-eshell-directory-change)
1123 * net/tramp-adb.el (tramp-adb-handle-copy-file)
1124 (tramp-adb-handle-rename-file)
1125 * net/tramp-cmds.el (tramp-list-remote-buffers)
1126 (tramp-cleanup-connection, tramp-cleanup-this-connection)
1127 * net/tramp-compat.el (tramp-compat-process-running-p)
1128 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1129 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1130 (tramp-gvfs-handle-rename-file)
1131 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1132 (tramp-set-file-uid-gid)
1133 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1134 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1135 of `file-remote-p'.
1136
1137 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1138 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1139 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1140 (tramp-gw-open-network-stream): Suppress unrelated traces.
1141
1142 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1143 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1144 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1145 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1146 connection property.
1147
1148 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 1149 persistency file.
4c1f03ef
MA
1150
1151 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1152 Refactor common code. Improve debug message.
1153 (tramp-maybe-open-connection)
1154 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1155 connection buffer too early.
1156
1157 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1158 from `tramp-smb-actions-with-acl'.
1159 (tramp-smb-actions-set-acl): New defconst.
1160 (tramp-smb-handle-copy-directory)
1161 (tramp-smb-action-get-acl): New defun, renamed from
1162 `tramp-smb-action-with-acl'.
1163 (tramp-smb-action-set-acl): New defun.
1164 (tramp-smb-handle-set-file-acl): Rewrite.
1165
642eb8b6
GM
11662013-10-17 Glenn Morris <rgm@gnu.org>
1167
1168 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
1169
85527ff3
SM
11702013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1171
921c1d62
SM
1172 * skeleton.el (skeleton-newline): Remove.
1173 (skeleton-internal-1): Use (insert "\n") instead.
1174
e333fb10
SM
1175 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1176 let-bindings.
1177
85527ff3
SM
1178 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1179 forward-sexp-function while we redo its job (bug#15613).
1180
c8722a97
JB
11812013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
1182
1183 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1184 represented by lists.
1185
7a550bbb
GM
11862013-10-16 Glenn Morris <rgm@gnu.org>
1187
1188 * tmm.el (tmm--history): New dynamic variable.
1189 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
1190
f19da8ad
MA
11912013-10-16 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1194 (tramp-smb-errors): Add error messages.
1195 (tramp-smb-actions-with-acl): New defconst.
1196 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1197 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1198 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1199 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1200 (tramp-smb-get-stat-capability): Fix tests.
1201
a24b9961
DK
12022013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
1203
1204 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1205 (bug#15580).
1206
62ad85e6
GM
12072013-10-16 Glenn Morris <rgm@gnu.org>
1208
0283d6b0
GM
1209 * ansi-color.el (ansi-color-drop-regexp):
1210 Add 1J, 1K, 2K. (Bug#15617)
1211
012e2f9f
GM
1212 * files.el (hack-local-variables--warned-lexical): New.
1213 (hack-local-variables):
1214 Warn about misplaced lexical-binding. (Bug#15616)
1215
62ad85e6
GM
1216 * net/eww.el (eww-render): Always set eww-current-url,
1217 and update header line. (Bug#15622)
1218 (eww-display-html): ... Rather than just doing it here.
1219
6456c0ea
EZ
12202013-10-15 Eli Zaretskii <eliz@gnu.org>
1221
1222 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1223 menu navigations commands.
1224
c2de5588
DK
12252013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
1226
1227 * progmodes/subword.el (subword-capitalize): Be careful when
1228 the search for [[:alpha:]] fails (bug#15580).
1229
ccd4a783
EZ
12302013-10-14 Eli Zaretskii <eliz@gnu.org>
1231
1232 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1233 to commands that scroll the menu.
1234
1eda1d8d
DG
12352013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1236
c2de5588
DK
1237 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1238 Handle methods ending with `?' and `!'.
1eda1d8d 1239
e70181b8
AM
12402013-10-14 Akinori MUSHA <knu@iDaemons.org>
1241
1242 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1243 `japanese-cp932' to `cp932' to fix the problem where saving a
1244 source file written in Shift_JIS twice would end up having
1245 `coding: japanese-cp932' which Ruby could not recognize.
1246 (ruby-mode-set-encoding): Add support for encodings mapped to nil
1247 in `ruby-encoding-map'.
1248 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1249 doesn't need to be explicitly declared in magic comment.
1250 (ruby-encoding-map): Add type declaration for better customize UI.
1251
9148ee92
GM
12522013-10-13 Glenn Morris <rgm@gnu.org>
1253
a5d38e34
GM
1254 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1255 Occur buffers are read-only. http://bugs.debian.org/720775
1256
9148ee92
GM
1257 * emacs-lisp/authors.el (authors-fixed-entries):
1258 Comment out old alpha stuff.
1259
a9ba094b
DG
12602013-10-13 Dmitry Gutov <dgutov@yandex.ru>
1261
1262 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1263 to `after-save-hook' instead of `before-save-hook'.
1264 (ruby-mode-set-encoding): Use the value of coding system used to
1265 write the file. Call `basic-save-buffer-1' after modifying the
1266 buffer.
1267
7a068717
AM
12682013-10-13 Alan Mackenzie <acm@muc.de>
1269
1270 Fix indentation/fontification of Java enum with
1271 "implements"/generic.
1272
c2de5588
DK
1273 * progmodes/cc-engine.el (c-backward-over-enum-header):
1274 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
1275 (c-inside-bracelist-p): Uses new function above.
1276 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1277 function above.
1278 (c-font-lock-enum-tail): Uses new function above.
1279
85b64f02
KH
12802013-10-13 Kenichi Handa <handa@gnu.org>
1281
1282 * international/mule-cmds.el (select-safe-coding-system): Remove a
1283 superfluous condition in chekcing whether a coding system is safe
1284 or not.
1285
fc7f501b
OK
12862013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
1287
1288 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1289
fdcb2049
AP
12902013-10-13 Andreas Politz <politza@hochschule-trier.de>
1291
1292 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1293
8c106d17
GM
12942013-10-13 Glenn Morris <rgm@gnu.org>
1295
feab892d
GM
1296 * menu-bar.el (menu-bar-update-buffers):
1297 Unify Buffers menu prompt string. (Bug#15576)
1298
b22d0686
GM
1299 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1300
8c106d17
GM
1301 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1302 Add some entries.
1303 (authors-fixed-entries): Use accented form of name.
1304
1b12c797
SM
13052013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1306
650fa7bf 1307 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 1308 method calls (bug#15594).
650fa7bf
SM
1309 (ruby-smie--args-separator-p): New function.
1310 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1311 recognize paren-free method calls.
1312
1b12c797
SM
1313 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1314 internals of universal-argument.
1315
029619c8
EZ
13162013-10-11 Eli Zaretskii <eliz@gnu.org>
1317
1318 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
1319 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1320 dropped menu on second mouse click on the menu bar.
029619c8 1321
dd070019
SM
13222013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1325 (explicit-shell-file-name): Declare.
1326 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1327 (sh-completion-at-point-function): New function.
1328 (sh-mode): Use it.
1329 (sh-smie--keyword-p): Remove unused argument.
1330 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1331 vars.
1332 (sh-set-shell): Always setup SMIE, even if we use the
1333 old indentation code.
1334
0922b826
DG
13352013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1336
b68e2926
DG
1337 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1338 cases of ? and =.
1339 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1340 predicate would return nil are almost non-existent.
1341 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1342
0922b826
DG
1343 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1344 cache also after commands that modify the buffer but don't move
1345 point.
1346
ee041f2d
SM
13472013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * env.el (substitute-env-in-file-name): New function.
1350 (substitute-env-vars): Extend the meaning of the optional arg.
1351
a5dab159
EZ
13522013-10-10 Eli Zaretskii <eliz@gnu.org>
1353
1354 * term/w32-win.el (dynamic-library-alist): Define separate lists
1355 of GIF DLLs for versions before and after 5.0.0 of giflib.
1356 (Bug#15531)
1357
db138698
JT
13582013-10-10 João Távora <joaotavora@gmail.com>
1359
1360 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1361 not locked, use last revision and current source as
1362 defaults. (Bug#15569)
1363
2f6e161e
MY
13642013-10-10 Masatake YAMATO <yamato@redhat.com>
1365
1366 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1367 menu-bar is hidden.
1368
6c8413fc
MR
13692013-10-10 Martin Rudalics <rudalics@gmx.at>
1370
1371 * window.el (pop-to-buffer-same-window): Fix doc-string.
1372 (Bug#15492)
1373
20832de0
SM
13742013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1377
c6e8ae77
AC
13782013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1379
1380 * calendar/icalendar.el (icalendar-import-file):
1381 Fix interactive spec. (Bug#15482)
1382
9db13baf
GM
13832013-10-10 Glenn Morris <rgm@gnu.org>
1384
9271e90e
GM
1385 * desktop.el (desktop-save): Default to saving in .emacs.d,
1386 since PWD is no longer in desktop-path by default. (Bug#15319)
1387
9db13baf
GM
1388 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1389 now that text mode has a menu with the same entry.
1390 (menu-bar-text-mode-auto-fill): Remove now unused func.
1391 * textmodes/text-mode.el (text-mode-map):
1392 Use auto-fill help text from menu-bar.el.
1393
a0be396a 13942013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
1395
1396 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1397
2edcd3c7
JL
13982013-10-09 Juri Linkov <juri@jurta.org>
1399
1400 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1401 instead of this-command-keys. Add universal-argument-more and
1402 universal-argument-minus to the list of prefix commands. (Bug#15568)
1403
574411d0
GM
14042013-10-09 Glenn Morris <rgm@gnu.org>
1405
14afa541
GM
1406 * vc/vc-svn.el (vc-svn-create-repo):
1407 Expand paths in file://... url. (Bug#15446)
1408
574411d0
GM
1409 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1410 Add some entries.
1411 (authors): Remove unused local variables.
1412
79804536
SM
14132013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * profiler.el: Create a more coherent calltree from partial backtraces.
1416 (profiler-format): Hide the tail with `invisible' so that C-s can still
1417 find the hidden elements.
1418 (profiler-calltree-depth): Don't recurse so enthusiastically.
1419 (profiler-function-equal): New hash-table-test.
1420 (profiler-calltree-build-unified): New function.
1421 (profiler-calltree-build): Use it.
1422 (profiler-report-make-name-part): Indent the calltree less.
1423 (profiler-report-mode): Add visibility specs for profiler-format.
1424 (profiler-report-expand-entry, profiler-report-toggle-entry):
1425 Expand the whole subtree when provided with a prefix arg.
1426
238150c8
DG
14272013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1428
1429 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1430 iuwu-mod token.
1431 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1432 hanging iuwu-mod token.
1433 (ruby-smie--forward-token): Do not include a dot after a token in
1434 that token.
1435 (ruby-smie--backward-token): Likewise.
1436
b0949cc4
JL
14372013-10-08 Juri Linkov <juri@jurta.org>
1438
1439 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1440 to isearch-other-control-char.
1441 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1442 and isearch-post-command-hook to post-command-hook.
1443 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1444 and isearch-post-command-hook from post-command-hook.
1445 (isearch-unread-key-sequence)
1446 (isearch-reread-key-sequence-naturally)
1447 (isearch-lookup-scroll-key, isearch-other-control-char)
1448 (isearch-other-meta-char): Remove functions.
1449 (isearch-pre-command-hook, isearch-post-command-hook):
1450 New functions based on isearch-other-meta-char rewritten
1451 relying on the new behavior of overriding-terminal-local-map
1452 that does not replace the local keymaps any more. (Bug#15200)
1453
4ed77415
EZ
14542013-10-08 Eli Zaretskii <eliz@gnu.org>
1455
1456 Support menus on text-mode terminals.
1457 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1458 functionality.
1459
1460 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1461
c2de5588
DK
1462 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1463 Move here from mouse.el.
4ed77415
EZ
1464 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1465 and arrow keys.
1466 (tty-menu-navigation-map): New map for TTY menu navigation.
1467
1468 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1469
1470 * frame.el (display-mouse-p): Report text-mode mouse as available
1471 on w32.
1472 (display-popup-menus-p): Report availability if mouse is
1473 available; don't condition on window-system.
1474
1475 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1476 (tty-menu-selected-face): New faces.
1477
b7d5bd82
TL
14782013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1479
06286513
SM
1480 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1481 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1482 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1483 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1484 New constants.
1485 (lisp-mode-variables): New `elisp' argument.
1486 (emacs-lisp-mode): Use it.
1487 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1488 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1489
b7d5bd82
TL
1490 * indent.el: Use lexical-binding.
1491 (indent-region): Add progress reporter.
1492 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1493 last step.
1494 (indent--next-tab-stop): New function to implement this behavior.
1495 (tab-to-tab-stop, move-to-tab-stop): Use it.
1496
14972013-10-08 Teemu Likonen <tlikonen@iki.fi>
1498
1499 * indent.el (indent-rigidly--current-indentation): New function.
1500 (indent-rigidly-map): New var.
1501 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1502
5ea75d23
BG
15032013-10-08 Bastien Guerry <bzg@gnu.org>
1504
1505 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1506
cc5da1ec
SM
15072013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1508
8ffa1a0b
SM
1509 * progmodes/perl-mode.el: Use lexical-binding.
1510 Remove redundant :group args.
1511 (perl-nochange): Change default to be closer to other major modes's
1512 standard behavior.
1513 (perl-indent-line): Don't consider text on current line as a
1514 valid beginning of function from which to indent.
1515
f2223371
SM
1516 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1517 with more than one argument (bug#15538).
1518
44256060
SM
1519 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1520
cc5da1ec
SM
1521 * vc/pcvs.el: Use lexical-binding.
1522 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1523 environment of `eval'.
1524 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1525 than a list of expressions. Adjust callers.
1526 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1527
0ea1599d
DG
15282013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1529
1530 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 1531 case of the dot in a chained method call being on the following line.
0ea1599d 1532
da3e5ebb
SM
15332013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1534
2abb4e65
SM
1535 * electric.el (electric-indent-inhibit): New var.
1536 (electric-indent-post-self-insert-function): Use it.
1537 * progmodes/python.el (python-mode): Set it.
1538
d2e0e795
SM
1539 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1540 open braces.
1541
1542 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1543
bdc6b4c8
SM
1544 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1545 (css-mode): Use electric-indent-chars.
1546
da3e5ebb
SM
1547 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1548 (font-lock-beg, font-lock-end): Move before first use.
1549 (nxml-mode): Use syntax-propertize-function.
1550 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1551 (nxml-extend-after-change-region): Remove.
1552 * nxml/xmltok.el: Use lexical-binding.
1553 (xmltok-save): Use `declare'.
1554 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1555 * nxml/nxml-util.el: Use lexical-binding.
1556 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1557 Use `declare'.
1558 * nxml/nxml-ns.el: Use lexical-binding.
1559 (nxml-ns-save): Use `declare'.
1560 (nxml-ns-prefixes-for): Avoid add-to-list.
1561 * nxml/rng-match.el: Use lexical-binding.
1562 (rng--ipattern): Use cl-defstruct.
1563 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1564 (rng-cons-group-after, rng-subst-group-after)
1565 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1566 Use closures instead of `(lambda...).
1567
f8f91d5d
MA
15682013-10-07 Michael Albinus <michael.albinus@gmx.de>
1569
1570 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1571 of BEG and END.
1572
da3e5ebb
SM
1573 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1574 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
1575 (tramp-gvfs-handle-insert-file-contents): Remove function.
1576
da3e5ebb
SM
1577 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1578 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
1579
1580 * net/trampver.el: Update release number.
1581
7ccae3b1
SM
15822013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1583
55ca2c0d
SM
1584 * progmodes/compile.el (compilation-parse-errors):
1585 Use compilation--put-prop.
1586 (compilation--ensure-parse): Check compilation-multiline.
1587
731fc3ae
SM
1588 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1589
da3e5ebb
SM
1590 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1591 lexical-binding.
a5833280 1592
2e7ba2c2
SM
1593 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1594
7ccae3b1
SM
1595 * progmodes/ruby-mode.el: Fix recently added tests.
1596 (ruby-smie-grammar): Add - and +.
1597 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1598 (ruby-smie--backward-id): New functions.
1599 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1600 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1601 any more.
1602
85698d63
LL
16032013-10-07 Leo Liu <sdl.web@gmail.com>
1604
1605 * register.el (register-preview-delay)
1606 (register-preview-functions): New variables.
1607 (register-read-with-preview, register-preview)
1608 (register-describe-oneline): New functions.
1609 (point-to-register, window-configuration-to-register)
1610 (frame-configuration-to-register, jump-to-register)
1611 (number-to-register, view-register, insert-register)
1612 (copy-to-register, append-to-register, prepend-to-register)
1613 (copy-rectangle-to-register): Use register-read-with-preview to
1614 read register. (Bug#15525)
1615
3986af6c
DS
16162013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1617
1618 * net/network-stream.el (network-stream-open-starttls): Don't add
1619 --insecure if it's already present, because that gnutls-cli
1620 rejects getting that parameter twice.
1621
5cd9cda9
DG
16222013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1623
1624 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1625 keyword, too.
1626
da9ea6d9
DG
16272013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1628
1629 * newcomment.el (comment-use-global-state): Change default value
1630 to t, mark obsolete (Bug#15251).
1631 (comment-beginning): In addition to `comment-to-syntax', check the
1632 value of `comment-use-global-state'.
1633
34d1a133
SM
16342013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1637 (ruby-comment-column): Follow the global default, by default.
1638 (ruby-smie-grammar): Add assignment syntax.
1639 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1640 open-paren, a comma, or a \.
1641 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1642 and line continuations.
1643 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1644 followed by implicit semi-colons. Add rule for string concatenation
1645 and for indentation at BOB.
1646 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1647
1648 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1649 calling next-sexp, since next-token may have skipped chars which
1650 next-sexp doesn't know should be skipped!
1651
6f6ab820
LL
16522013-10-05 Leo Liu <sdl.web@gmail.com>
1653
34d1a133
SM
1654 * progmodes/octave.el (octave-send-region):
1655 Call compilation-forget-errors.
6f6ab820 1656
34ca0f4c
XF
16572013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1658
1659 * vc/vc-svn.el (vc-svn-find-admin-dir):
1660 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1661 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1662 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1663 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1664
a27c1b72
SM
16652013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1668
258ab3bc
SM
16692013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * subr.el (read-passwd): Hide chars even when called within a context
1672 where after-change-functions is disabled (bug#15501).
1673 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1674 until we removed ourself from overriding-terminal-local-map.
1675
939fb29c
LL
16762013-10-04 Leo Liu <sdl.web@gmail.com>
1677
258ab3bc
SM
1678 * progmodes/octave.el (inferior-octave-mode):
1679 Call compilation-forget-errors.
939fb29c 1680
63bd7f35
XF
16812013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1682
1683 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1684
9e6229fa
MA
16852013-10-04 Michael Albinus <michael.albinus@gmx.de>
1686
1687 * net/secrets.el (secrets-create-collection): Add optional
1688 argument ALIAS. Use proper Label keyword. Append ALIAS as
1689 dbus-call-method argument. (Bug#15516)
1690
1dab32a3
LL
16912013-10-04 Leo Liu <sdl.web@gmail.com>
1692
1693 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1694 (inferior-octave-compilation-font-lock-keywords): New variables.
1695 (compilation-error-regexp-alist)
1696 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1697 (inferior-octave-mode): Use compilation-shell-minor-mode.
1698
6cad7ba3
JS
16992013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1700
1701 * minibuffer.el (completion--replace): Be careful that `end' might be
1702 a marker.
1703
acbadd00
DU
17042013-10-03 Daiki Ueno <ueno@gnu.org>
1705
1706 Add support for package signature checking.
1707 * emacs-lisp/package.el (url-http-file-exists-p)
1708 (epg-make-context, epg-context-set-home-directory)
1709 (epg-verify-string, epg-context-result-for)
1710 (epg-signature-status, epg-signature-to-string)
1711 (epg-check-configuration, epg-configuration)
1712 (epg-import-keys-from-file): Declare.
1713 (package-check-signature): New user option.
1714 (package-unsigned-archives): New user option.
1715 (package-desc): Add `signed' field.
1716 (package-load-descriptor): Set `signed' field if .signed file exists.
1717 (package--archive-file-exists-p): New function.
1718 (package--check-signature): New function.
1719 (package-install-from-archive): Check package signature.
1720 (package--download-one-archive): Check archive signature.
1721 (package-delete): Remove .signed file.
1722 (package-import-keyring): New command.
1723 (package-refresh-contents): Import default keyring.
1724 (package-desc-status): Add "unsigned" status.
1725 (describe-package-1, package-menu--print-info)
1726 (package-menu-mark-delete, package-menu--find-upgrades)
1727 (package-menu--status-predicate): Support "unsigned" status.
1728
adf2aa61
SM
17292013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1732 the new compilation scheme using the new byte-codes.
1733
1734 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1735 (byte-pophandler): New byte codes.
1736 (byte-goto-ops): Adjust accordingly.
1737 (byte-compile--use-old-handlers): New var.
1738 (byte-compile-catch): Use new byte codes depending on
1739 byte-compile--use-old-handlers.
1740 (byte-compile-condition-case--old): Rename from
1741 byte-compile-condition-case.
1742 (byte-compile-condition-case--new): New function.
1743 (byte-compile-condition-case): New function that dispatches depending
1744 on byte-compile--use-old-handlers.
1745 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1746 when we can.
1747
1748 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1749 Optimize under `condition-case' and `catch' if
1750 byte-compile--use-old-handlers is nil.
1751 (disassemble-offset): Handle new bytecodes.
1752
328a8179
SM
17532013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * subr.el (error): Use `declare'.
1756 (decode-char, encode-char): Use advertised-calling-convention instead
1757 of the docstring to discourage use of the `restriction' arg.
1758
15a1e936
DU
17592013-10-03 Daiki Ueno <ueno@gnu.org>
1760
1761 * epg.el (epg-verify-file): Add a comment saying that it does not
1762 notify verification error as a return value nor a signal.
1763 (epg-verify-string): Ditto.
1764
376f862a
KR
17652013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1766
1767 * progmodes/compile.el (compilation-start): Try globbing the arg to
1768 `cd' (bug#15417).
1769
a2f93a5f
MA
17702013-10-02 Michael Albinus <michael.albinus@gmx.de>
1771
1772 Sync with Tramp 2.2.8.
1773
1774 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1775 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1776 * net/trampver.el: Update release number.
1777
0daa0804
JD
17782013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1779
1780 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1781 and default-process-coding-system for darwin only.
1782
abd1ae34
SM
17832013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1786
be4e325d
MH
17872013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1788
1789 * vc/vc-git.el (vc-git-grep): Disable pager.
1790
e9155c4a
DG
17912013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1792
494e898b
DG
1793 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1794 Use :url instead of :homepage, as per
1795 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1796
e9155c4a
DG
1797 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1798 non-nil, use `syntax-ppss' (Bug#15251).
1799
481a8e0f
RS
18002013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1801
be4e325d
MH
1802 * progmodes/octave.el (inferior-octave-startup-file):
1803 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 1804
056453c6
DG
18052013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1806
be4e325d
MH
1807 * emacs-lisp/package.el (package-desc-from-define):
1808 Accept additional arguments as plist, convert them to an alist and store
1809 them in the `extras' slot.
056453c6
DG
1810 (package-generate-description-file): Convert extras alist back to
1811 plist and append to the `define-package' form arguments.
1812 (package--alist-to-plist): New function.
1813 (package--ac-desc): Add `extras' slot.
1814 (package--add-to-archive-contents): Check if the archive-contents
1815 vector is long enough, and if it is, pass its `extras' slot value
1816 to `package-desc-create'.
1817 (package-buffer-info): Call `lm-homepage', pass the returned value
1818 to `package-desc-from-define'.
1819 (describe-package-1): Render the homepage button (Bug#13291).
1820
be4e325d
MH
1821 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1822 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 1823
832966e5
JD
18242013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1825
1826 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1827 and default-process-coding-system to utf-8-unix (Bug#15402).
1828
6cfe977d
XF
18292013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1830
1831 * subr.el (looking-back): Do not recommend using looking-back.
1832
38de11bd
AM
18332013-09-28 Alan Mackenzie <acm@muc.de>
1834
1835 Fix indentation/fontification of Java enum with "implements".
1836
1837 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1838 regexp which matches "implements", etc., in Java.
1839 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1840 specifier clauses coming after "enum".
1841 * progmodes/cc-fonts.el (c-font-lock-declarations)
1842 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1843 after "enum".
1844
1610938f
JD
18452013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1846
1847 * faces.el (region): Change ns_selection_color to
1848 ns_selection_fg_color, add ns_selection_bg_color.
1849
e090f499
LL
18502013-09-28 Leo Liu <sdl.web@gmail.com>
1851
4d2e94d1
LL
1852 * progmodes/octave.el (inferior-octave-completion-table)
1853 (inferior-octave-completion-at-point): Minor tweaks.
1854
e090f499
LL
1855 * textmodes/ispell.el (ispell-lookup-words): Rename from
1856 lookup-words. (Bug#15460)
1857 (lookup-words): Obsolete.
1858 (ispell-complete-word, ispell-command-loop): All uses changed.
1859
7e138a62
RS
18602013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1861
1862 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1863 (octave-mode-menu): Add octave-send-buffer.
1864 (octave-send-buffer): New function.
1865
5af5ed08
RS
18662013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1867
1868 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1869 octave-lookfor.
1870 (octave-mode-menu): Add octave-lookfor.
1871 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1872 octave-lookfor.
1873 (octave-lookfor): New function.
1874
3b7b2692
SM
18752013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * emacs-lisp/cl-macs.el:
1878 (cl--loop-destr-temps): Remove.
1879 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1880 its convention.
1881 (cl--loop-set-iterator-function): New function.
1882 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1883 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1884 Bind `it' with `let' instead of substituting it with `cl-subst'.
1885 (cl--unused-var-p): New function.
1886 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1887 Eliminate some unused variable warnings (bug#15326).
1888
529fb53f
TH
18892013-09-27 Tassilo Horn <tsdh@gnu.org>
1890
1891 * doc-view.el (doc-view-scale-reset): Rename from
1892 `doc-view-reset-zoom-level'.
1893 (doc-view-scale-adjust): New command.
1894 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1895 `doc-view-scale-adjust'.
1896
0550c95a
TH
18972013-09-26 Tassilo Horn <tsdh@gnu.org>
1898
1899 * doc-view.el (doc-view-reset-zoom-level): New command.
1900 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1901 zoom commands (bug#15466).
1902
6950f152
KH
19032013-09-26 Kenichi Handa <handa@gnu.org>
1904
1905 * international/quail.el (quail-help): Make it not a command.
1906
39587580
LL
19072013-09-26 Leo Liu <sdl.web@gmail.com>
1908
1909 * minibuffer.el (completion-all-sorted-completions): Make args
1910 optional as they are.
1911
00578659
DC
19122013-09-25 Daniel Colascione <dancol@dancol.org>
1913
1914 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1915 specs are and that they're not evaluated.
1916
0c173878
SS
19172013-09-24 Sam Steingold <sds@gnu.org>
1918
1919 * midnight.el (clean-buffer-list-kill-regexps)
1920 (clean-buffer-list-kill-buffer-names): Update for the new Man
1921 buffer naming which includes the object name.
1922
84998447
SM
19232013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1926 (eshell-parse-command, eshell-parse-pipeline): Use it since
1927 eshell-separate-commands requires a dynamic scoped var.
1928 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1929
33215353
LL
19302013-09-23 Leo Liu <sdl.web@gmail.com>
1931
1932 * autoinsert.el (auto-insert-alist): Make the value of
1933 lexical-binding match its file setting.
1934
57b16162
JB
19352013-09-23 Juanma Barranquero <lekktu@gmail.com>
1936
c8af4e67
JB
1937 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1938
57b16162
JB
1939 * autoarg.el (autoarg-kp-digit-argument):
1940 * electric.el (Electric-command-loop):
1941 * kmacro.el (kmacro-step-edit-insert):
1942 Do not set universal-argument-num-events.
1943
7186ba60
LL
19442013-09-22 Leo Liu <sdl.web@gmail.com>
1945
1946 * files.el (interpreter-mode-alist): Add octave.
1947
ece15004
AM
19482013-09-21 Alan Mackenzie <acm@muc.de>
1949
1950 C++: fontify identifier in declaration following "public:" correctly.
1951 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1952 to match "public", etc.
1953 (c-decl-prefix-re): Add ":" into the C++ value.
1954 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1955 bit. Add a check for a ":" preceded by "public", etc.
1956
75d83e22
EZ
19572013-09-21 Eli Zaretskii <eliz@gnu.org>
1958
1959 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1960 recognized by GDB 7.5 and later.
1961
d052d3bd
XF
19622013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1963
1964 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1965
31dca772
R
19662013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * subr.el (internal--call-interactively): New const.
1969 (called-interactively-p): Use it (bug#3984).
1970
98ccf24e
XF
19712013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1972
1973 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
1974 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1975 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 1976
c39cc7d1
SM
19772013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1980 (eshell-ls-orig-insert-directory): Remove.
1981 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1982 (eshell-ls-use-in-dired): Use advice-add/remove.
1983 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1984 Add `orig-fun' arg for use in :around advice.
1985 Make it check (redundantly) eshell-ls-use-in-dired.
1986
9a0289a2
GM
19872013-09-19 Glenn Morris <rgm@gnu.org>
1988
a2c501b8
GM
1989 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1990
c440407a
GM
1991 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1992
9a0289a2
GM
1993 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1994
85e05915
MA
19952013-09-19 Michael Albinus <michael.albinus@gmx.de>
1996
1997 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1998 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1999 (tramp-get-remote-python): New defuns.
2000 (tramp-get-remote-uid-with-perl)
2001 (tramp-get-remote-gid-with-perl): New defuns. Perl code
2002 contributed by yary <not.com@gmail.com> (tiny change).
2003 (tramp-get-remote-uid-with-python)
2004 (tramp-get-remote-gid-with-python): New defuns. Python code
2005 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2006 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2007
ce503312
GM
20082013-09-19 Glenn Morris <rgm@gnu.org>
2009
f7544773
GM
2010 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2011
72fd2877
GM
2012 * eshell/em-unix.el (eshell-remove-entries):
2013 Rename argument to avoid name-clash with global `top-level'.
2014
336b5a56
GM
2015 * eshell/esh-proc.el (eshell-kill-process-function):
2016 Remove eshell-reset-after-proc from eshell-kill-hook if present.
2017 (eshell-reset-after-proc): Remove unused arg `proc'.
2018
57a3a53d
GM
2019 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2020 (directory-files-and-attributes): Mark unused arg.
2021
3261d4af
GM
2022 * eshell/em-unix.el (eshell-remove-entries):
2023 Remove unused arg `path'. Update callers.
2024
8e51b5d0
GM
2025 * eshell/em-hist.el (eshell-hist-parse-arguments):
2026 Remove unused arg `silent'. Update callers.
2027
ce503312
GM
2028 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2029 Fix (f)boundp mix-up.
2030
2031 * eshell/em-smart.el (eshell-smart-scroll-window)
2032 (eshell-disable-after-change):
336b5a56 2033 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 2034
ee3ce8a7
AM
20352013-09-18 Alan Mackenzie <acm@muc.de>
2036
2037 Fix fontification of type when followed by "const".
2038 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2039 "known" types from fontification.
2040
ec9177ba
GM
20412013-09-18 Glenn Morris <rgm@gnu.org>
2042
7bb3e768
GM
2043 * emacs-lisp/chart.el (x-display-color-cells): Declare.
2044 (chart-face-list): Drop Emacsen without display-color-p.
2045
5148da15
GM
2046 * net/eww.el (libxml-parse-html-region): Declare.
2047 (eww-display-html): Explicit error if no libxml2 support.
2048
2f68e157
GM
2049 * doc-view.el (doc-view-mode): Silence --without-x compilation.
2050
9019d095
GM
2051 * image.el (image-type-from-buffer, image-multi-frame-p):
2052 Remove --without-x warning/error.
67645389 2053
5f30349b 2054 * mouse.el (mouse-yank-primary):
45069b2e 2055 * term.el (term-mouse-paste):
5f30349b
GM
2056 Reorder to silence --without-x compilation.
2057
cd8edbbe
GM
2058 * mpc.el (doc-view-mode): Silence --without-x compilation.
2059
8a78544e
GM
2060 * mail/rmailmm.el (rmail-mime-set-bulk-data):
2061 Silence --without-x compilation.
2062
12679bfd
GM
2063 * progmodes/gud.el (gud-find-file, gud-mode):
2064 Silence --without-x compilation.
2065 (tooltip-mode): Declare.
30810a05 2066
f0047cb9
GM
2067 * wdired.el (dired-backup-overwrite): Remove declaration.
2068 (wdired-mode-map): Add doc string.
2069
e740f9d2
GM
2070 * custom.el (x-get-resource): Declare.
2071
92d77c89
GM
2072 * eshell/em-glob.el (ange-cache):
2073 * eshell/em-unix.el (ange-cache): Declare.
2074
76e69577
GM
2075 * faces.el (x-display-list, x-open-connection, x-get-resource):
2076 Declare.
7e58af4b
GM
2077
2078 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2079 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2080 Declare.
76e69577 2081
4bd4c0af 2082 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 2083
ffb82dbd
GM
2084 * net/gnutls.el (gnutls-log-level): Declare.
2085
986ed135
GM
2086 * net/shr.el (image-size, image-animate): Declare.
2087
e740f9d2
GM
2088 * simple.el (font-info): Declare.
2089
d2f3e9f8
GM
2090 * subr.el (x-popup-dialog): Declare.
2091
047a1a4c
GM
2092 * term/common-win.el (x-select-enable-primary)
2093 (x-last-selected-text-primary, x-last-selected-text-clipboard):
2094 Declare.
2095
f4a1d572
GM
2096 * term/ns-win.el (x-handle-args): Declare.
2097
e843de77
GM
2098 * term/x-win.el (x-select-enable-clipboard): Declare.
2099
5fa89513
GM
2100 * term/w32-win.el (create-default-fontset): Declare.
2101
38702b5b
GM
2102 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2103 Declare.
2104
e740f9d2
GM
2105 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2106 (fit-frame-to-buffer): Explicit error if --without-x.
2107 (mouse-autoselect-window-select): Silence compiler.
2108
49a053fc
GM
2109 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2110
2111 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2112 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2113 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 2114 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
2115 Remove unused local variables.
2116
2117 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2118
ec9177ba
GM
2119 * textmodes/two-column.el: Make 2C-split work for --without-x.
2120 (scroll-bar-columns): Autoload.
2121 (top-level): Require fringe when compiling.
2122
9f25cb77
LL
21232013-09-18 Leo Liu <sdl.web@gmail.com>
2124
2125 * subr.el (add-hook): Robustify to handle closure as well.
2126
2b42da98
GM
21272013-09-17 Glenn Morris <rgm@gnu.org>
2128
2129 * simple.el (messages-buffer-mode-map): Unbind "g".
2130
e8b66a6a
SM
21312013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2132
9c0ad4f7
SM
2133 * help-mode.el (help-mode-finish): Use derived-mode-p.
2134 Remove obsolete highlighting.
2135
7a806dfb
SM
2136 * play/life.el (life-mode): Use define-derived-mode. Derive from
2137 special-mode.
2138 (life): Let-bind inhibit-read-only.
2139 (life-setup): Avoid `setq'. Use `life-mode'.
2140
96dbf5a8
SM
2141 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2142 which should not be needed any more.
2143 (package-menu-refresh, package-menu-describe-package): Use user-error.
2144
e8b66a6a
SM
2145 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2146 (eshell-post-rewrite-command-hook): Make obsolete.
2147 (eshell-parse-command): Simplify.
2148 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2149 (eshell--cmd): Declare.
2150 (eshell-parse-pipeline): Remove unused var `final-p'.
2151 Pass a dynvar to eshell-post-rewrite-command-hook.
2152 Implement the new eshell-post-rewrite-command-function.
2153 (eshell-invoke-directly): Remove unused arg `input'.
2154 * eshell/esh-io.el (eshell-io-initialize):
2155 Use eshell-post-rewrite-command-function (bug#15399).
2156 (eshell--apply-redirections): Rename from eshell-apply-redirections;
2157 adjust to new calling convention.
2158 (eshell-create-handles): Rename args to avoid clashing with dynvar
2159 `standard-output'.
2160
90582f05
GM
21612013-09-17 Glenn Morris <rgm@gnu.org>
2162
2163 * simple.el (messages-buffer-mode): New major mode.
2164 (messages-buffer): New function.
2165 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2166 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 2167 (ert-run-test): Use `messages-buffer' function.
90582f05 2168 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
2169 * help.el (view-echo-area-messages): Use `messages-buffer' function.
2170 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 2171
39eb0cb5 21722013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
2173
2174 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2175
1f1e06e2
SM
2176 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2177
70568a90
SM
21782013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2179
504a0381
SM
2180 * icomplete.el (icomplete-in-buffer): New var.
2181 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2182 vars and replace them with functions.
2183 (icomplete-minibuffer-setup): Adjust accordingly.
2184 (icomplete--completion-table, icomplete--completion-predicate)
2185 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2186 New functions.
2187 (icomplete-forward-completions, icomplete-backward-completions)
2188 (icomplete-simple-completing-p, icomplete-exhibit)
2189 (icomplete-completions): Use them.
2190 (icomplete--in-region-buffer): New var.
2191 (icomplete--in-region-setup): New function.
2192 (icomplete-mode): Use it.
2193
70568a90
SM
2194 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2195 (bug#15379).
2196 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2197 return args and options.
2198 (eshell-eval-using-options): Use the new return value of
2199 eshell--do-opts to set the options's vars in their scope.
2200 (eshell--set-option): Rename from eshell-set-option.
2201 Add arg `opt-vals'.
2202 (eshell--process-option): Rename from eshell-process-option.
2203 Add arg `opt-vals'.
2204 (eshell--process-args): Use an `opt-vals' alist to store the options's
2205 values during their processing and return them additionally to the
2206 remaining args.
2207
578c21bc
DG
22082013-09-15 Dmitry Gutov <dgutov@yandex.ru>
2209
2210 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2211 continuation character an operator, as far as indentation is
2212 concerned (Bug#15369).
2213
c089653d
MR
22142013-09-15 Martin Rudalics <rudalics@gmx.at>
2215
2216 * window.el (window--state-put-2): Don't process buffer state
2217 when buffer doesn't exist any more (Bug#15382).
2218
1e53bb4b
GM
22192013-09-15 Glenn Morris <rgm@gnu.org>
2220
30753242
GM
2221 * eshell/em-unix.el (eshell/rm):
2222 Make -f ignore missing files. (Bug#15373)
2223
1e53bb4b
GM
2224 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
2225 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2226 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2227
0d8863b3
GM
22282013-09-14 Glenn Morris <rgm@gnu.org>
2229
2230 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2231
d3fc6549
GM
22322013-09-13 Glenn Morris <rgm@gnu.org>
2233
2234 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2235 (dired-guess-default): Make `file' available in the env. (Bug#15363)
2236
fcd42c11
DA
22372013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2238
2239 * frame.el (x-focus-frame): Mark as declared in frame.c.
2240
7830899f
SM
22412013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * ls-lisp.el: Use advice-add.
2244 (original-insert-directory): Remove.
2245 (ls-lisp--insert-directory): Rename from insert-directory; add
2246 `orig-fun' argument.
2247 (insert-directory): Advise.
2248
84387cd2
EZ
22492013-09-13 Eli Zaretskii <eliz@gnu.org>
2250
2251 * term.el (term-emulate-terminal): Decode the command string
2252 before passing it to term-command-hook. (Bug#15337)
2253
35ffc6ba
GM
22542013-09-13 Glenn Morris <rgm@gnu.org>
2255
5c3f9bcc
GM
2256 * eshell/esh-util.el (ange-cache): Move declaration earlier.
2257
2ada368a
GM
2258 * eshell/esh-ext.el (eshell-search-path): Declare.
2259
fcef2e13
GM
2260 * eshell/em-prompt.el (eshell/pwd): Autoload it.
2261 Otherwise an error occurs if eshell-dirs module not loaded.
2262
35ffc6ba
GM
2263 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2264
35c3d36e
MA
22652013-09-13 Michael Albinus <michael.albinus@gmx.de>
2266
2267 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2268 `tramp-check-proper-host'. Check for a valid method name.
2269
2270 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2271 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2272 * net/tramp-sh.el (tramp-maybe-open-connection):
2273 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2274
2275 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2276 also for hash values.
2277
ae5e4c48
SM
22782013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2279
379add74
SM
2280 * term/ns-win.el (parameters): Don't declare as dynamic.
2281 (before-make-frame-hook): Don't add ineffective function.
2282
ae5e4c48
SM
2283 * eshell/*.el: Use lexical-binding (bug#15231).
2284
b5623270
KH
22852013-09-12 Kenichi Handa <handa@gnu.org>
2286
ae5e4c48 2287 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 2288
30213927
GM
22892013-09-12 Glenn Morris <rgm@gnu.org>
2290
be94d713 2291 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 2292 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 2293
44915370
GM
2294 * subr.el (do-after-load-evaluation): Also give compiler warnings
2295 when obsolete files are used (except by obsolete files).
2296
a6ae021f
GM
2297 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2298 in the status output, assume `filename' is the first. (Bug#15322)
2299
40e64f0c
GM
2300 * vc/vc.el (vc-deduce-fileset): Doc fix.
2301
16d9f896
GM
2302 * calc/calc-help.el (Info-goto-node):
2303 * progmodes/cperl-mode.el (Info-find-node):
2304 * vc/ediff.el (Info-goto-node): Update declarations.
2305
dea01c6e
GM
2306 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2307
759880bf 2308 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
2309 (vc-bzr-pull): Require vc-dispatcher.
2310 * vc/vc-git.el (vc-compilation-mode): Declare.
2311 (vc-git-pull): Require vc-dispatcher.
2312
08d66420
GM
2313 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2314
30b626e9
GM
2315 * progmodes/octave.el (help-button-action): Declare.
2316
8c05cb10
GM
2317 * shell.el (shell-directory-tracker): Output error as a message
2318 rather than just returning it as a string.
2319 (shell-process-pushd): Remove useless use of message.
2320
30213927
GM
2321 * dframe.el (dframe-timer-fn):
2322 * files.el (dir-locals-read-from-file):
2323 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2324 (mpc-format):
2325 * reveal.el (reveal-post-command):
2326 * saveplace.el (load-save-place-alist-from-file):
2327 * shell.el (shell-resync-dirs):
2328 * w32-common-fns.el (x-get-selection-value):
2329 * emacs-lisp/copyright.el (copyright-find-copyright):
2330 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2331 * emulation/tpu-edt.el (tpu-copy-keyfile):
2332 * play/bubbles.el (bubbles--mark-neighbourhood):
2333 * progmodes/executable.el
2334 (executable-make-buffer-file-executable-if-script-p):
2335 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2336
d3b049e6
SM
23372013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2338
170266d0
SM
2339 Cleanup Eshell to rely less on dynamic scoping.
2340 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2341 last-value, and ext-command here. Bind `args' closer to `body'.
2342 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2343 (eshell--args): Declare new dynamic var.
2344 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2345 last-value, and ext-command. Pass `args' to `body'.
2346 (eshell-process-args): Bind eshell--args.
2347 (eshell-set-option): Use eshell--args.
2348 * eshell/eshell.el (eshell): Use derived-mode-p.
2349 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2350 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2351 (eshell-glob-function): Declare.
2352 * eshell/esh-util.el: Require cl-lib.
2353 (eshell-read-hosts-file): Avoid add-to-list.
2354 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2355 `err'.
2356 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2357 Declare.
2358 (eshell/diff): Remove unused var `err'.
2359 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2360 `killflag'.
2361 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2362 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2363 first use.
2364 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2365 Move declaration before first use.
2366 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
2367 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2368 rely on cl-return.
2369
56834f3b
GM
23702013-09-12 Glenn Morris <rgm@gnu.org>
2371
2372 * term/ns-win.el (global-map): Remove binding for ispell-next,
2373 deleted 1999-05-29. (Bug#15357)
2374
5c91a2b8
GM
23752013-09-11 Glenn Morris <rgm@gnu.org>
2376
da712f22
GM
2377 * echistory.el (electric-command-history): Remove call to deleted func.
2378
512e4cdc
GM
2379 * play/landmark.el (landmark-mode): Fix typos.
2380
d3506ca5
GM
2381 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2382 Check cvs-sort-ignore-file is bound.
2383
5c91a2b8
GM
2384 * savehist.el: No need for cl when compiling on Emacs.
2385
feeff482
SM
23862013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2387
656bd483
SM
2388 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2389 (bug#15338).
d3b049e6
SM
2390 (eshell-self-insert-command, eshell-send-invisible):
2391 Remove unused argument.
656bd483
SM
2392 (eshell-handle-control-codes): Remove unused var `orig'.
2393 Avoid delete-backward-char.
2394
feeff482
SM
2395 * files.el (set-auto-mode): Simplify a bit further.
2396
2a08047a
GM
23972013-09-11 Glenn Morris <rgm@gnu.org>
2398
2399 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2400 (set-auto-mode): Don't regexp-quote elements.
2401 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2402 * progmodes/cc-mode.el (interpreter-mode-alist):
2403 * progmodes/ruby-mode.el (interpreter-mode-alist):
2404 Revert previous change.
2405
34675540
SM
24062013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2407
1b3b87df
SM
2408 * play/snake.el (snake-mode):
2409 * play/mpuz.el (mpuz-mode):
2410 * play/landmark.el (lm-mode):
2411 * play/blackbox.el (blackbox-mode):
2412 * play/5x5.el (5x5-mode):
2413 * obsolete/options.el (Edit-options-mode):
2414 * net/quickurl.el (quickurl-list-mode):
2415 * net/newst-treeview.el (newsticker-treeview-mode):
2416 * mail/rmailsum.el (rmail-summary-mode):
2417 * mail/mspools.el (mspools-mode):
2418 * locate.el (locate-mode):
2419 * ibuffer.el (ibuffer-mode):
2420 * emulation/ws-mode.el (wordstar-mode):
2421 * emacs-lisp/debug.el (debugger-mode):
2422 * array.el (array-mode):
2423 * net/eudc.el (eudc-mode): Use define-derived-mode.
2424 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2425 Move initialization into declaration.
2426 (mairix-searches-mode): Use define-derived-mode.
2427 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2428 (eudc-edit-hotlist): Use dolist.
2429 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2430 (Man-mode): Use define-derived-mode.
2431 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2432 (Info-edit-mode): Use define-derived-mode.
2433 (Info-cease-edit): Use Info-mode.
2434 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2435 into declaration.
2436 (eshell-mode): Use define-derived-mode.
2437 * chistory.el (command-history-mode-map): Rename from
2438 command-history-map.
2439 (command-history-mode): Use define-derived-mode.
da712f22 2440 (Command-history-setup): Remove function.
1b3b87df
SM
2441 * calc/calc.el (calc-trail-mode-map): New var.
2442 (calc-trail-mode): Use define-derived-mode.
2443 (calc-trail-buffer): Set calc-main-buffer manually.
2444 * bookmark.el (bookmark-insert-annotation): New function.
2445 (bookmark-edit-annotation): Use it.
2446 (bookmark-edit-annotation-mode): Make it a proper major mode.
2447 (bookmark-send-edited-annotation): Use derived-mode-p.
2448 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2449 closer to its ideal place. Use \' to match EOS.
2450
34675540
SM
2451 * profiler.el (profiler-calltree-find): Use function-equal.
2452
6a5c15d9
GM
24532013-09-10 Glenn Morris <rgm@gnu.org>
2454
1af4c220
GM
2455 * files.el (interpreter-mode-alist): Convert to regexps.
2456 (set-auto-mode): Adapt for this. (Bug#15306)
2457 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2458 Comment out unused variable.
2459 * progmodes/cc-mode.el (interpreter-mode-alist):
2460 * progmodes/python.el (interpreter-mode-alist):
2461 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2462 * progmodes/sh-script.el (sh-set-shell):
2463 No longer use interpreter-mode-alist to get list of shells.
2464
6a5c15d9
GM
2465 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2466
8c27f5ff
SM
24672013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2468
02ef6c1a 2469 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 2470 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
2471 Bind switch-frame explicitly. Replace universal-argument-minus with
2472 a conditional binding.
2473 (universal-argument-num-events, saved-overriding-map): Remove.
2474 (restore-overriding-map): Remove.
2475 (universal-argument--mode): Rename from save&set-overriding-map,
2476 and rewrite.
2477 (universal-argument, universal-argument-more, negative-argument)
2478 (digit-argument): Adjust accordingly.
2479 (universal-argument-minus): Remove.
2480 (universal-argument-other-key): Remove.
2481
8c27f5ff
SM
2482 * subr.el (with-demoted-errors): Add `format' argument.
2483
6480194c
MA
24842013-09-10 Michael Albinus <michael.albinus@gmx.de>
2485
2486 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2487 `tramp-cleanup-connection'.
2488
2489 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2490 parameters KEEP-DEBUG and KEEP-PASSWORD.
2491
2492 * net/tramp.el (tramp-file-name-handler):
2493 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2494 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2495 (tramp-maybe-open-connection):
8c27f5ff
SM
2496 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2497 Use `tramp-cleanup-connection'.
6480194c 2498
8c27f5ff
SM
2499 * net/tramp-sh.el (tramp-maybe-open-connection):
2500 Catch 'uname-changed inside the progress reporter.
6480194c 2501
e5e916d8
GM
25022013-09-10 Glenn Morris <rgm@gnu.org>
2503
9a2c9b47
GM
2504 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2505
e5e916d8
GM
2506 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2507 returns "alternate access method" in mode (eg "-rw-r--r--.").
2508
144e38fe
GM
25092013-09-08 Glenn Morris <rgm@gnu.org>
2510
2511 * saveplace.el (load-save-place-alist-from-file):
2512 Demote errors. (Bug#15305)
2513
af9ff9e8
MA
25142013-09-08 Michael Albinus <michael.albinus@gmx.de>
2515
2516 Improve compatibility with older Emacsen, and XEmacs.
2517
2518 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2519 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
2520 (with-tramp-progress-reporter): Do not let-bind `result'.
2521 This yields to scoping errors in XEmacs.
af9ff9e8
MA
2522 (tramp-handle-make-auto-save-file-name): New function, moved from
2523 tramp-sh.el.
2524
2525 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2526 for `make-auto-save-file-name'.
8c27f5ff
SM
2527 (tramp-adb--gnu-switches-to-ash):
2528 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2529
2530 * net/tramp-cache.el (tramp-cache-print): Call
2531 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2532
2533 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2534 bound. It isn't for XEmacs.
2535
8c27f5ff
SM
2536 * net/tramp-compat.el (tramp-compat-copy-file):
2537 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
2538 (tramp-compat-replace-regexp-in-string): New defun.
2539
2540 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2541 for `make-auto-save-file-name'.
2542 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2543 `copy-file'.
2544 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2545 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2546 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2547
8c27f5ff
SM
2548 * net/tramp-gw.el (tramp-gw-open-network-stream):
2549 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 2550
8c27f5ff
SM
2551 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2552 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
2553 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2554 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
2555 (tramp-sh-file-inotifywait-process-filter):
2556 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2557 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2558
2559 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2560 for `make-auto-save-file-name'.
8c27f5ff
SM
2561 (tramp-smb-handle-copy-directory):
2562 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2563 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2564 (tramp-smb-handle-copy-file): Improve error message.
2565 (tramp-smb-handle-rename-file): Rename directly only in case
2566 `newname' does not exist yet. This is a restriction of smbclient.
2567 (tramp-smb-maybe-open-connection): Rerun the function only when
2568 `auth-sources' is non-nil.
2569
0ca754d0
KH
25702013-09-08 Kenichi Handa <handa@gnu.org>
2571
2572 * international/characters.el: Set category "^" (Combining) for
2573 more characters.
2574
e8dd0787
AM
25752013-09-07 Alan Mackenzie <acm@muc.de>
2576
2577 Correctly fontify Java class constructors.
2578 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2579 in Java Mode.
2580 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
2581 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2582 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
2583 "typeless" declaration there.
2584
f2f248e7
RW
25852013-09-07 Roland Winkler <winkler@gnu.org>
2586
2587 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2588 field subtitle for entry type book.
2589
67982e2b
SM
25902013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * minibuffer.el: Make minibuffer-complete call completion-in-region
2593 rather than other way around.
2594 (completion--some, completion-pcm--find-all-completions):
2595 Don't delay signals when debugging.
2596 (minibuffer-completion-contents): Beware fields within the
2597 minibuffer contents.
2598 (completion-all-sorted-completions): Use defvar-local.
2599 (completion--do-completion, completion--cache-all-sorted-completions)
2600 (completion-all-sorted-completions, minibuffer-force-complete):
2601 Add args `beg' and `end'.
2602 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2603 (minibuffer-complete): Use completion-in-region.
2604 (completion-complete-and-exit): New fun, extracted from
2605 minibuffer-complete-and-exit.
2606 (minibuffer-complete-and-exit): Use it.
2607 (completion--complete-and-exit): Rename from
2608 minibuffer--complete-and-exit.
2609 (completion-in-region--single-word): New function, extracted from
2610 minibuffer-complete-word.
2611 (minibuffer-complete-word): Use it.
2612 (display-completion-list): Make `common-substring' argument obsolete.
2613 (completion--in-region): Call completion--in-region-1 instead of
2614 minibuffer-complete.
2615 (completion-help-at-point): Pass boundaries to
2616 minibuffer-completion-help as args rather than via an overlay.
2617 (completion-pcm--string->pattern): Use `any-delim'.
2618 (completion-pcm--optimize-pattern): New function.
2619 (completion-pcm--pattern->regex): Handle `any-delim'.
2620 * icomplete.el (icomplete-forward-completions)
2621 (icomplete-backward-completions, icomplete-completions):
2622 Adjust calls to completion-all-sorted-completions and
2623 completion--cache-all-sorted-completions.
2624 (icomplete-with-completion-tables): Default to t.
2625 * emacs-lisp/crm.el (crm--current-element): Rename from
2626 crm--select-current-element. Don't put an overlay but return the
2627 boundaries instead.
2628 (crm--completion-command): Take two new args to bind to the boundaries.
2629 (crm-completion-help): Adjust accordingly.
2630 (crm-complete): Use completion-in-region.
2631 (crm-complete-word): Use completion-in-region--single-word.
2632 (crm-complete-and-exit): Use completion-complete-and-exit.
2633
e17d94a5
SM
26342013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2637 than dynamically.
2638
96727100
JL
26392013-09-06 Juri Linkov <juri@jurta.org>
2640
2641 * info.el (Info-display-images-node): When image file doesn't exist
2642 display text version of the image if it's provided in the Info file.
2643 Otherwise, display the location of missing image from SRC attribute.
2644 Add help-echo text property from ALT attribute. (Bug#15279)
2645
86cf7329
SM
26462013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2649 (edit-abbrevs-mode): Use define-derived-mode.
2650
2651 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2652 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2653 that it's defined.
2654 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2655 Use define-derived-mode.
2656
2657 * epg.el (epg-start-encrypt): Minor CSE simplification.
2658
816244a2
WX
26592013-09-06 William Xu <william.xwl@gmail.com>
2660
2661 * arc-mode.el: Add support for 7za (bug#15264).
2662 (archive-7z-program): New var.
2663 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2664 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2665 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2666
1486fa31
MA
26672013-09-06 Michael Albinus <michael.albinus@gmx.de>
2668
2669 Remove URL syntax.
2670
2671 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2672 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2673 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2674 (tramp-postfix-host-format, tramp-file-name-regexp)
2675 (tramp-completion-file-name-regexp)
2676 (tramp-completion-dissect-file-name)
2677 (tramp-handle-substitute-in-file-name): Remove 'url case.
2678 (tramp-file-name-regexp-url)
2679 (tramp-completion-file-name-regexp-url): Remove constants.
2680
39785324
GM
26812013-09-06 Glenn Morris <rgm@gnu.org>
2682
2683 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2684
1f896cb7
DG
26852013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2686
2687 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2688 keywords" below "here-doc beginnings" (Bug#15270).
2689
c0458e0b
SM
26902013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * subr.el (pop): Use `car-safe'.
2693 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2694 to detect unused `pop' return value.
2695
2696 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2697 var `block-regexp'.
2698 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2699 (python-fill-string): Remove unused var `marker'.
2700 (python-skeleton-add-menu-items): Remove unused var `items'.
2701
2702 * international/mule-cmds.el: Require CL.
2703 (find-coding-systems-for-charsets): Avoid add-to-list.
2704 (sanitize-coding-system-list): New function, extracted from
2705 select-safe-coding-system-interactively.
2706 (select-safe-coding-system-interactively): Use it.
2707 (read-input-method-name): Accept symbols for `default'.
2708
2709 * emacs-lisp/advice.el (defadvice): Add indent rule.
2710
6c42fc3e
DH
27112013-09-05 Daniel Hackney <dan@haxney.org>
2712
2713 * dired-x.el:
2714 * net/ange-ftp.el:
2715 * net/browse-url.el:
2716 * net/dbus.el:
2717 * net/eudc.el:
2718 * net/eudcb-ldap.el:
2719 * net/eww.el:
2720 * net/imap.el:
2721 * printing.el:
2722 * vc/ediff-diff.el:
2723 * vc/ediff-init.el:
2724 * vc/ediff-merg.el:
2725 * vc/ediff-mult.el:
2726 * vc/ediff-util.el:
2727 * vc/ediff-wind.el:
2728 * vc/ediff.el:
2729 * vc/emerge.el:
2730 * vc/pcvs.el:
2731 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2732 byte compiler. Remove some unused let-bound variables.
2733
4c528aab
SM
27342013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2737 a "ref-cell", since it gets better optimized (bug#14883).
2738
bd15c390
GM
27392013-09-05 Glenn Morris <rgm@gnu.org>
2740
2741 * progmodes/cc-awk.el (c-forward-sws): Declare.
2742
1c3ac2e5
GM
27432013-09-04 Glenn Morris <rgm@gnu.org>
2744
2745 * generic-x.el [rul-generic-mode]: Require cc-mode.
2746 (c++-mode-syntax-table): Declare.
2747 (rul-generic-mode-syntax-table): Init in the defvar.
2748
52b1cc79
SM
27492013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2750
c828af56
SM
2751 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2752 (vc-do-command, vc-set-async-update):
2753 * vc/vc-mtn.el (vc-mtn-dir-status):
2754 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2755 (vc-hg-pull, vc-hg-merge-branch):
2756 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2757 (vc-git-merge-branch):
2758 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2759 (vc-cvs-dir-status-files):
2760 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2761 (vc-bzr-dir-status-files):
2762 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2763 * vc/vc-annotate.el: Use lexical-binding.
2764 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2765 (vc-sentinel-movepoint): Declare.
2766 (vc-annotate): Don't use `goto-line'.
2767 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2768 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2769 (vc-sentinel-movepoint): Declare.
2770 * vc/vc-svn.el: Use lexical-binding.
2771 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2772 * vc/vc-sccs.el:
2773 * vc/vc-rcs.el: Use lexical-binding.
2774
abae272c
SM
2775 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2776 `deleted'. Don't drop errors silently.
2777
52b1cc79
SM
2778 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2779
63191d9f
XF
27802013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2781
2782 * vc/vc.el (vc-ignore): Rewrite.
2783 (vc-default-ignore): New function.
2784 (vc-default-ignore-completion-table): Use find-ignore-file.
2785
2786 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2787 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2788 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2789 Remove. Most code moved to vc.el.
2790
9d3f707c
SM
27912013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2792
abae272c 2793 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
2794 * net/tramp-smb.el (tramp-smb-get-file-entries):
2795 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2796 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2797
fde38d49
SM
2798 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2799 Update call to it.
2800 (eww-change-select): Remove unused var `properties'.
2801 (eww-make-unique-file-name): Remove unused var `base'.
2802
2803 * finder.el (finder-compile-keywords): Don't mess with windows.
2804
84032db7
SM
2805 * calculator.el (calculator-funcall): Fix typo in last change.
2806
724f5e41
SM
2807 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2808
14b511d4
SM
2809 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2810 <pkg>-autoloads.el file stop us.
2811
9d3f707c 2812 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 2813 warnings, and factor out common code.
9d3f707c 2814
88527bc0
DG
28152013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2816
2817 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2818 two-character operators and whether the character preceding them
2819 changes their meaning (Bug#15208).
2820
96edb677
FEG
28212013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2822
2823 Format code sent to Python shell for robustness.
9d3f707c
SM
2824 * progmodes/python.el (python-shell-buffer-substring):
2825 New function.
96edb677
FEG
2826 (python-shell-send-region, python-shell-send-buffer): Use it.
2827
95beaef3
MA
28282013-09-02 Michael Albinus <michael.albinus@gmx.de>
2829
2830 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2831 * net/tramp.el (tramp-user-error): ... here.
2832 (tramp-find-method, tramp-check-proper-host)
2833 (tramp-dissect-file-name, tramp-debug-message)
2834 (tramp-handle-shell-command):
2835 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2836 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2837
2838 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2839
f167c27b
MR
28402013-09-02 Martin Rudalics <rudalics@gmx.at>
2841
2842 * avoid.el (mouse-avoidance-point-position)
2843 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2844 returns nil.
2845
cd16c5f1
FEG
28462013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2847
2848 * progmodes/python.el (python-shell-completion-get-completions):
2849 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 2850 (python-nav-if-name-main): New command.
cd16c5f1 2851
e73c3a0d
GM
28522013-09-01 Glenn Morris <rgm@gnu.org>
2853
f8ccce03
GM
2854 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2855 Avoid leading space in $wins. Otherwise the sed command used by
2856 eg compile-main ends up containing "/*.el". (Bug#15170)
2857
e73c3a0d
GM
2858 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2859
415f808e
GM
28602013-08-30 Glenn Morris <rgm@gnu.org>
2861
2862 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2863 Fix is-this-a-directory logic. (Bug#15220)
2864
f069bba8
SM
28652013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2866
112798c1
SM
2867 * textmodes/css-mode.el: Use SMIE.
2868 (css-smie-grammar): New var.
2869 (css-smie--forward-token, css-smie--backward-token)
2870 (css-smie-rules): New functions.
2871 (css-mode): Use them.
2872 (css-navigation-syntax-table): Remove var.
2873 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2874 (css-indent-calculate, css-indent-line): Remove functions.
2875
2876 Misc changes to reduce use of `(lambda...); and other cleanups.
2877 * cus-edit.el: Use lexical-binding.
2878 (customize-push-and-save, customize-apropos)
2879 (custom-buffer-create-internal): Use closures.
2880 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2881 * progmodes/ada-xref.el: Use setq.
2882 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2883 * dframe.el: Use lexical-binding.
2884 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2885 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2886 * descr-text.el: Use lexical-binding.
2887 (describe-text-widget, describe-text-sexp, describe-property-list):
2888 Use closures.
2889 * comint.el (comint-history-isearch-push-state): Use a closure.
2890 * calculator.el: Use lexical-binding.
2891 (calculator-number-to-string): Make it work with lexical-binding.
2892 (calculator-funcall): Same and use cl-letf.
2893
2da4c3ab
SM
2894 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2895 (lisp--company-doc-string, lisp--company-location): New functions.
2896 (lisp-completion-at-point): Use them to improve Company support.
2897
f069bba8
SM
2898 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2899 params of lambda expressions.
2900 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2901 (ruby-smie--opening-pipe-p): New function.
2902 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2903 symbols and matched |...| for formal params.
2904 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2905 from being treated as hanging. Handle "rescue".
2906
6758b6a8
GM
29072013-08-29 Glenn Morris <rgm@gnu.org>
2908
2909 * progmodes/cc-engine.el (c-pull-open-brace):
2910 Move definition before use.
2911
e8dfd197
SM
29122013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2915 are immutable. Don't use `unsafe' any more.
2916 (cl--defsubst-expand): Don't substitute at the same time as keeping
2917 a residual unused let-binding. Don't use `unsafe' any more.
2918
cc585c96
GM
29192013-08-29 Glenn Morris <rgm@gnu.org>
2920
ba579ea6
GM
2921 * calendar/cal-china.el (calendar-chinese-year-cache):
2922 Recenter on 2015.
2923
8201a87e
GM
2924 * nxml/nxml-util.el (nxml-debug-clear-inside):
2925 Use cl-loop rather than loop.
2926
6ee877c7
GM
2927 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2928
cc585c96
GM
2929 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2930
27be8d39
GM
29312013-08-28 Glenn Morris <rgm@gnu.org>
2932
397440a1
GM
2933 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2934
2bb762d4
GM
2935 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2936
27be8d39
GM
2937 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2938
2d69b99e
SM
29392013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2940
f663baa7
SM
2941 * simple.el (repeat-complex-command--called-interactively-skip):
2942 New function.
2943 (repeat-complex-command): Use it (bug#14136).
2944
dd4f8b74
SM
2945 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2946 (c-define-abbrev-table): Add `doc' argument.
2947 (c-mode-abbrev-table, c++-mode-abbrev-table)
2948 (objc-mode-abbrev-table, java-mode-abbrev-table)
2949 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2950 (awk-mode-abbrev-table): Use it.
2951 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2952 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2953 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2954 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2955 Move initialization into the declaration; and remove any
2956 autoload cookie.
2957
b58969f7
SM
2958 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2959 and dynamic let binding.
2960
4021d6a6
SM
2961 * vc/smerge-mode.el: Remove redundant :group args.
2962
2d69b99e
SM
2963 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2964 to load-path.
2965
274919fd
JL
29662013-08-28 Juri Linkov <juri@jurta.org>
2967
2968 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2969 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2970 (isearch-other-meta-char): Handle an undefined shifted printing
2971 character by downshifting it. (Bug#15200)
2972
121f8c95
JL
29732013-08-28 Juri Linkov <juri@jurta.org>
2974
2975 * isearch.el (isearch-search): Change regexp error message for
2976 non-regexp searches. (Bug#15166)
2977
50b13cde
PE
29782013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2979
2980 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2981 for portability to hosts where /bin/sh has problems.
2982
95888bca
SM
29832013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2986
bbe558f1
JL
29872013-08-27 Juri Linkov <juri@jurta.org>
2988
2989 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2990 in the keyboard macro. (Bug#15126)
2991
26f98a7d
JL
29922013-08-27 Juri Linkov <juri@jurta.org>
2993
2994 * isearch.el (isearch-quote-char): Comment out converting unibyte
2995 to multibyte, thus syncing with its `quoted-insert' counterpart.
2996 (Bug#15166)
2997
7c97d35e
MR
29982013-08-27 Martin Rudalics <rudalics@gmx.at>
2999
3000 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
3001 argument in call of get-largest-window (Bug#15185).
3002 Reported by Stephen Leake.
7c97d35e 3003
a0b5606e 30042013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
3005
3006 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3007
9e89d835
SM
30082013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * progmodes/python.el (python-font-lock-keywords): Don't return nil
3011 from a matcher-function unless there's no more matches (bug#15161).
3012
78fc2530
MA
30132013-08-26 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * minibuffer.el: Revert change from 2013-08-20.
3016
3017 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3018 with text property `tramp-default', if appropriate.
3019 (tramp-check-proper-host): New defun.
3020 (tramp-dissect-file-name): Do not check hostname. Revert change
3021 of 2013-03-18.
3022 (tramp-backtrace): Make VEC-OR-PROC optional.
3023
3024 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3025 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3026 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
3027 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3028 Apply `tramp-check-proper-host'.
78fc2530 3029
edca97cd
TH
30302013-08-26 Tassilo Horn <tsdh@gnu.org>
3031
3032 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3033 lambda expression in order to have `describe-variable' display it.
3034
df54bcbd
MA
30352013-08-26 Michael Albinus <michael.albinus@gmx.de>
3036
3037 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3038 BUF can be optional. (Bug#15186)
3039
eed99101
XF
30402013-08-25 Xue Fuqiao <xfq.free@gmail.com>
3041
3042 * progmodes/flymake.el (flymake-get-real-file-name-function):
3043 Fix broken customization. (Bug#15184)
3044
b5eb9035
AM
30452013-08-25 Alan Mackenzie <acm@muc.de>
3046
8a51e842
AM
3047 Improve indentation of bracelists defined by macros (without "=").
3048
3049 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3050 expansion begins with "{", regard it as bracelist when it doesn't
3051 contain a ";".
3052
869455d4
AM
3053 Parse C++ inher-intro when there's a template split over 2 lines.
3054
3055 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3056 rigorously the search for "class" etc. followed by ":".
3057
3058 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3059 random languages a regexp which never matches rather than nil.
3060
b5eb9035
AM
3061 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3062
3063 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3064 (c-awk-regexp-one-line-possibly-open-char-list-re)
3065 (c-awk-one-line-possibly-open-regexp-re)
3066 (c-awk-one-line-non-syn-ws*-re): Remove.
3067 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3068 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3069 (c-awk-space*-unclosed-regexp-/-re): New constants.
3070 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3071 aren't regexp delimiters.
3072
3073 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3074 handling for a rare situation in AWK Mode involving unterminated
3075 strings/regexps.
3076
61611d54
GM
30772013-08-23 Glenn Morris <rgm@gnu.org>
3078
2d85dc34
GM
3079 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3080
cb8d2612
GM
3081 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3082
bb35f42f
GM
3083 * files.el (create-file-buffer): If the result would begin with
3084 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 3085
b9808e77
SM
30862013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3087
e3a66363
SM
3088 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3089 text-properties (bug#15155).
3090
b9808e77
SM
3091 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3092 exist any more.
3093 (calc-keypad-redraw): Remove unused var `pad'.
3094 (calc-keypad-press): Remove unused var `menu'.
3095
7fd5f65e
MR
30962013-08-23 Martin Rudalics <rudalics@gmx.at>
3097
b9808e77
SM
3098 * window.el (display-buffer-pop-up-frame):
3099 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
3100 use it as the new frame's buffer (Bug#15133).
3101
8352b530
SM
31022013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * calendar/timeclock.el: Minor cleanups.
3105 (timeclock-ask-before-exiting, timeclock-use-display-time):
3106 Use `symbol'.
3107 (timeclock-modeline-display): Define as alias before the
3108 actual definition.
3109 (timeclock-mode-line-display): Use define-minor-mode.
3110 (timeclock-day-list-template): Make it a function, add an argument.
3111 (timeclock-day-list-required, timeclock-day-list-length)
3112 (timeclock-day-list-debt, timeclock-day-list-span)
3113 (timeclock-day-list-break): Adjust calls accordingly.
3114
9f7b1925
SM
31152013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3118 Use read--expression so that completion works again.
3119
6e50e983
SS
31202013-08-21 Sam Steingold <sds@gnu.org>
3121
3122 Add rudimentary inferior shell interaction
3123 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3124 (sh-set-shell): Reset it.
9f7b1925
SM
3125 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3126 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 3127
dbb0d350
SM
31282013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * align.el: Use lexical-binding.
3131 (align-region): Simplify accordingly.
3132
c88586a9
MA
31332013-08-20 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3136
3137 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3138 `non-essential' up.
3139
f95527c8
MA
31402013-08-17 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * net/tramp.el:
3143 * net/tramp-adb.el:
3144 * net/tramp-cmds.el:
3145 * net/tramp-ftp.el:
3146 * net/tramp-gvfs.el:
3147 * net/tramp-gw.el:
3148 * net/tramp-sh.el: Don't wrap external variable declarations by
3149 `eval-when-compile'.
3150
4b5fe4ee
LMI
31512013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3154 now that Emacs supports ImageMagick animations.
3155
13c366c9
MA
31562013-08-16 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3159 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3160
3dfc5cd6
MR
31612013-08-16 Martin Rudalics <rudalics@gmx.at>
3162
3163 * window.el (mouse-autoselect-window-select): Do autoselect when
3164 mouse pointer is on margin.
3165
4bbb4381
WP
31662013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
3167
3168 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
3169
3a2ddc2d
GM
31702013-08-16 Glenn Morris <rgm@gnu.org>
3171
e8bedf5a
GM
3172 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3173 Handle "Remote Directory" response of some clients. (Bug#15058)
3174
58c4682f
GM
3175 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3176 Tweak warning. (Bug#14926)
3177
57953f49
GM
3178 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3179 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
3180
3a2ddc2d
GM
3181 * image-mode.el (image-mode-map): Add menu items to reverse,
3182 increase, decrease, reset animation speed.
3183 (image--set-speed, image-increase-speed, image-decrease-speed)
3184 (image-reverse-speed, image-reset-speed): New functions.
3185 (image-mode-map): Add bindings for speed commands.
3186
3187 * image.el (image-animate-get-speed, image-animate-set-speed):
3188 New functions.
3189 (image-animate-timeout): Respect image :speed property.
3190
10fa0ed3
SM
31912013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3194 previous line (bug#15101).
3195 (debugger-eval-expression, debugger-record-expression):
3196 Use read--expression (bug#15102).
3197
5d89d9d2
MA
31982013-08-15 Michael Albinus <michael.albinus@gmx.de>
3199
3200 Remove byte compiler warnings, visible when compiling with
3201 `byte-compile-force-lexical-warnings' set to t.
3202
3203 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3204 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3205 (tramp-handle-unhandled-file-name-directory)
3206 (tramp-handle-file-notify-add-watch, tramp-action-login)
3207 (tramp-action-succeed, tramp-action-permission-denied)
3208 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3209 arguments with "_".
3210
3211 * net/tramp-adb.el (tramp-adb-parse-device-names)
3212 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3213 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3214 (tramp-adb-handle-file-truename): Remove unused arguments.
3215
3216 * net/tramp-cache.el (tramp-flush-directory-property)
3217 (tramp-flush-connection-property, tramp-list-connections)
3218 (tramp-parse-connection-properties): Prefix unused arguments with "_".
3219
10fa0ed3
SM
3220 * net/tramp-compat.el (tramp-compat-make-temp-file):
3221 Rename FILENAME to F.
5d89d9d2
MA
3222
3223 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3224 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3225 (tramp-zeroconf-parse-workstation-device-names)
3226 (tramp-zeroconf-parse-webdav-device-names)
3227 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3228
3229 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3230 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3231
3232 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3233 arguments.
3234 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3235 (tramp-sh-handle-insert-file-contents-literally)
3236 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3237 with "_".
3238 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3239 Remove unused variables.
3240
3241 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3242 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3243 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3244
3245 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3246 Make them a defconst.
3247 (tramp-uuencode-region): Remove unused variable.
3248
62f33bae
JB
32492013-08-14 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * frameset.el (frameset--prop-setter): New function.
3252 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
3253 (frameset-filter-minibuffer): Deal with the case that the minibuffer
3254 parameter was already set in FILTERED. Doc fix.
3255 (frameset--record-minibuffer-relationships): Allow saving a
3256 minibufferless frame without its corresponding minibuffer frame.
3257 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3258 frame, if the frame id matches.
3259 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3260 frames before orphaned ones.
3261 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 3262
c660a885
MR
32632013-08-14 Martin Rudalics <rudalics@gmx.at>
3264
3265 * window.el (window-make-atom): Don't overwrite parameter
3266 already present.
3267 (display-buffer-in-atom-window): Handle special case where we
3268 split an already atomic window.
3269 (window--major-non-side-window, display-buffer-in-side-window)
3270 (window--side-check): Ignore minibuffer window when walking
3271 window tree.
3272 (window-deletable-p): Return 'frame only if no other frame uses
3273 our minibuffer window.
3274 (record-window-buffer): Run buffer-list-update-hook.
3275 (split-window): Make sure window--check-frame won't destroy an
3276 existing atomic window in case the new window gets nested
3277 inside.
3278 (display-buffer-at-bottom): Ignore minibuffer window when
3279 walking window tree. Don't split a side window.
3280 (pop-to-buffer): Don't set-buffer here, the select-window call
3281 should do that.
3282 (mouse-autoselect-window-select): Autoselect only if we are in the
3283 text portion of the window.
3284
8259030d
LMI
32852013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3286
21c58ae2
LMI
3287 * net/shr.el (shr-parse-image-data): New function to grab both the
3288 data itself and the Content-Type.
3289 (shr-put-image): Use it.
3290
3291 * net/eww.el (eww-display-image): Ditto.
3292
8259030d
LMI
3293 * image.el (image-content-type-suffixes): New variable.
3294
ad756449
FEG
32952013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3296
3297 * progmodes/python.el (python-imenu--build-tree)
3298 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3299
f73f4ce6
XF
33002013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3301
3302 * simple.el (backward-word): Mention the optional argument.
3303
1f585e65
SM
33042013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * frameset.el (frameset--make): Rename constructor from make-frameset.
3307 (frameset-p, frameset-valid-p): Don't autoload.
3308 (frameset-valid-p): Use normal accessors.
3309
af1c6c84
GM
33102013-08-13 Glenn Morris <rgm@gnu.org>
3311
55e47f95
GM
3312 * progmodes/compile.el (compile-command): Tweak example in doc.
3313 * obsolete/scribe.el (scribe-mode):
3314 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3315
f0024d8c
GM
3316 * mail/feedmail.el (feedmail-confirm-outgoing)
3317 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3318
3319 * cus-start.el (truncate-partial-width-windows): Fix type.
3320
3321 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3322
af1c6c84
GM
3323 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3324
5514cc4c
SM
33252013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * emacs-lisp/timer.el (timer--time-setter): New function.
3328 (timer--time): Use it as gv-setter.
3329
3330 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3331 setter is not a symbol.
3332
7997a2f1
GJ
33332013-08-12 Grégoire Jadi <daimrod@gmail.com>
3334
3335 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3336 if sending fails. This makes debugging easier.
3337
01f1a9ab
JB
33382013-08-12 Juanma Barranquero <lekktu@gmail.com>
3339
3340 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3341 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3342 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3343
594a4307
EZ
33442013-08-12 Eli Zaretskii <eliz@gnu.org>
3345
3346 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3347
7a22490f 33482013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
3349
3350 * format.el (format-annotate-function):
3351 Handle read-only text properties in the source. (Bug#14887)
3352
3e41a054
LMI
33532013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3354
5514cc4c
SM
3355 * net/eww.el (eww-display-html): Ignore coding system errors.
3356 One web site uses "utf-8lias" as the coding system.
3e41a054 3357
7ec326db
JB
33582013-08-11 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3361
5660113b
JB
33622013-08-10 Juanma Barranquero <lekktu@gmail.com>
3363
9a4ebc74
JB
3364 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3365 (tutorial--detailed-help): Remove unused local variables.
3366 (tutorial--save-tutorial-to): Use ignore-errors.
3367 (help-with-tutorial): Use looking-at-p.
3368
3369 * view.el (view-buffer-other-window, view-buffer-other-frame):
3370 Mark unused arguments.
3371
3372 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3373 (woman-select-symbol-fonts, woman, woman-find-file)
3374 (woman-insert-file-contents, woman-non-underline-faces):
3375 Use string-match-p.
3376 (woman1-unquote): Move declaration.
3377
3378 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3379 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3380 argument. Remove unused local variable.
3381 (xml-parse-elem-type): Use string-match-p.
3382 (xml-substitute-numeric-entities): Use ignore-errors.
3383
45fdb482
JB
3384 * calculator.el (calculator): Mark unused argument.
3385 (calculator-paste, calculator-quit, calculator-integer-p):
3386 Use ignore-errors.
3387 (calculator-string-to-number, calculator-decimal, calculator-exp)
3388 (calculator-op-or-exp): Use string-match-p.
3389
3390 * dired.el (dired-buffer-more-recently-used-p): Declare.
3391 (dired-insert-set-properties, dired-insert-old-subdirs):
3392 Use ignore-errors.
3393
3394 * dired-aux.el (dired-compress): Use ignore-errors.
3395 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3396 (dired-do-async-shell-command, dired-do-shell-command)
3397 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3398 (dired-insert-subdir-validate): Use string-match-p.
3399 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3400 (dired-add-entry): Use string-match-p, looking-at-p.
3401 (dired-insert-subdir-newpos): Remove unused local variable.
3402
3403 * filenotify.el (file-notify-callback): Remove unused local variable.
3404
3405 * filesets.el (filesets-error): Mark unused argument.
3406 (filesets-which-command-p, filesets-filter-dir-names)
3407 (filesets-directory-files, filesets-get-external-viewer)
3408 (filesets-ingroup-get-data): Use string-match-p.
3409
3410 * find-file.el (ff-other-file-name, ff-other-file-name)
3411 (ff-find-the-other-file, ff-cc-hh-converter):
3412 Remove unused local variables.
3413 (ff-get-file-name): Use string-match-p.
3414 (ff-all-dirs-under): Use ignore-errors.
3415
3416 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3417 (follow-select-if-visible): Remove unused local variable.
3418
3419 * forms.el (read-file-filter): Move declaration.
3420 (forms--make-format, forms--make-parser, forms-insert-record):
3421 Quote function with #'.
3422 (forms--update): Use string-match-p. Quote function with #'.
3423
3424 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3425 (help-make-xrefs): Use looking-at-p.
3426 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3427
3428 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3429 (ibuffer-confirm-operation-on): Use string-match-p.
3430
3431 * msb.el (msb-item-handler, msb-dired-item-handler):
3432 Mark unused arguments.
3433
3434 * ses.el (ses-decode-cell-symbol)
3435 (ses-kill-override): Remove unused local variable.
3436 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3437 (ses-load): Use ignore-errors, looking-at-p.
3438 (ses-jump-safe): Use ignore-errors.
3439 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3440
3441 * tabify.el (untabify, tabify): Mark unused arguments.
3442
3443 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3444 Mark unused argument.
3445 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3446 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3447
c880af52
JB
3448 * emacs-lisp/timer.el (timer--time): Define setter with
3449 gv-define-setter to avoid deprecation warning.
3450
5660113b 3451 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 3452 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
3453 (cmpl-statistics-block): Remove (body was commented out).
3454 All callers changed.
3455 (add-completions-from-buffer, load-completions-from-file):
3456 Remove unused variables.
3457
156aab80
JB
34582013-08-09 Juanma Barranquero <lekktu@gmail.com>
3459
5c5dee78
JB
3460 * filecache.el (file-cache-delete-file-list):
3461 Print message only when told so.
3462 (file-cache-files-matching): Use #' in mapconcat argument.
3463
156aab80
JB
3464 * ffap.el (ffap-url-at-point): Fix reference to variable
3465 thing-at-point-default-mail-uri-scheme.
3466
ad9dcd70
SM
34672013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3468
54bd972f
SM
3469 * subr.el (define-error): New function.
3470 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3471 error-file-not-found and define with define-error.
3472 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3473 and define with define-error.
3474 * userlock.el (file-locked, file-supersession):
3475 * simple.el (mark-inactive):
3476 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3477 * progmodes/ada-mode.el (ada-mode-errors):
3478 * play/life.el (life-extinct):
3479 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3480 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3481 * nxml/rng-util.el (rng-error):
3482 * nxml/rng-uri.el (rng-uri-error):
3483 * nxml/rng-match.el (rng-compile-error):
3484 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3485 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3486 * nxml/nxml-rap.el (nxml-scan-error):
3487 * nxml/nxml-outln.el (nxml-outline-error):
3488 * net/soap-client.el (soap-error):
3489 * net/gnutls.el (gnutls-error):
3490 * net/ange-ftp.el (ftp-error):
3491 * mpc.el (mpc-proc-error):
3492 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3493 (json-number-format, json-string-escape, json-string-format)
3494 (json-key-format, json-object-format):
3495 * jka-compr.el (compression-error):
3496 * international/quail.el (quail-error):
3497 * international/kkc.el (kkc-error):
3498 * emacs-lisp/ert.el (ert-test-failed):
3499 * calc/calc.el (calc-error, inexact-result, math-overflow)
3500 (math-underflow):
3501 * bookmark.el (bookmark-error-no-filename):
3502 * epg.el (epg-error): Define with define-error.
3503
0ea9e53a
SM
3504 * time.el (display-time-event-handler)
3505 (display-time-next-load-average): Don't call sit-for since it seems
3506 unnecessary (bug#15045).
3507
b0429158
SM
3508 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3509 Use #' instead of ' to quote functions.
3510 (checkdoc-output-mode): Use setq-local.
3511 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3512 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3513 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3514 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3515 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3516 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3517 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3518 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3519
ad9dcd70
SM
3520 * ido.el (ido-completion-help): Fix up compiler warning.
3521
77187e6f
JB
35222013-08-09 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * frameset.el (frameset-p): Add autoload cookie.
3525 (frameset--jump-to-register): New function, based on code moved from
3526 register.el.
3527 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3528
3529 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3530 (frameset-restore, frameset-save, frameset-session-filter-alist):
3531 Remove declarations.
3532 (register-alist): Doc fix.
3533 (frameset-to-register): Move to frameset.el.
3534 (jump-to-register, describe-register-1): Remove frameset-specific code.
3535
9d3aa82c
JB
35362013-08-08 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * allout-widgets.el (allout-widgets-pre-command-business)
3539 (allout-widgets-post-command-business)
3540 (allout-widgets-after-change-handler)
3541 (allout-decorate-item-and-context, allout-set-boundary-marker)
3542 (allout-body-modification-handler)
3543 (allout-graphics-modification-handler): Mark ignored arguments.
3544 (allout-widgets-post-command-business)
3545 (allout-widgets-exposure-change-processor)
3546 (allout-widgets-exposure-undo-processor)
3547 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3548 (allout-parse-item-at-point, allout-decorate-item-guides)
3549 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3550 * allout.el (epa-passphrase-callback-function): Declare.
3551 (allout-overlay-insert-in-front-handler)
3552 (allout-overlay-interior-modification-handler)
3553 (allout-isearch-end-handler, allout-chart-siblings)
3554 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3555 (allout-yank-processing, allout-process-exposed)
3556 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 3557 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
3558 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3559 (lisp-indent-defform): Mark ignored arguments.
3560 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3561 (calculate-lisp-indent): Remove unused variables.
3562 * international/characters.el (indian-2-column, arabic-2-column)
3563 (tibetan): Mark ignored arguments.
3564 (use-cjk-char-width-table): Mark ignored arguments.
3565 Remove unused variables.
3566 * international/fontset.el (build-default-fontset-data)
3567 (x-compose-font-name, create-fontset-from-fontset-spec):
3568 Mark ignored arguments.
3569 (fontset-plain-name): Remove unused variables.
3570 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3571 (keyboard-coding-system): Mark ignored arguments.
3572 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3573 * help.el (resize-temp-buffer-window):
3574 * window.el (display-buffer-in-major-side-window)
3575 (display-buffer-in-side-window, display-buffer-in-previous-window):
3576 Remove unused variables.
3577 * isearch.el (isearch-forward-symbol):
3578 * version.el (emacs-bzr-version-bzr):
3579 * international/mule-cmds.el (current-language-environment):
3580 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3581 (x-handle-display):
3582 * term/pc-win.el (x-list-fonts, x-display-planes)
3583 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3584 (x-server-version, x-display-screens, x-display-mm-height)
3585 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3586 (x-selection-owner-p, x-own-selection-internal)
3587 (x-disown-selection-internal, x-get-selection-internal)
3588 (msdos-initialize-window-system):
3589 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3590 * term/x-win.el (x-handle-no-bitmap-icon):
3591 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3592 (vc-default-find-file-hook, vc-default-extra-menu):
3593 Mark ignored arguments.
3594
0ca3f70e
SM
35952013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3598 break-condition in the context of the debugged code (bug#12685).
3599
74c5d24c
CS
36002013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3601
3602 * comint.el:
3603 Do not use an overlay to highlight the last prompt. (Bug#14744)
3604 (comint-mode): Make comint-last-prompt buffer local.
3605 (comint-last-prompt): New variable.
3606 (comint-last-prompt-overlay): Remove. Superseded by
3607 comint-last-prompt.
0ca3f70e
SM
3608 (comint-snapshot-last-prompt, comint-output-filter):
3609 Use comint-last-prompt.
74c5d24c 3610
c03c02ee
JB
36112013-08-08 Juanma Barranquero <lekktu@gmail.com>
3612
a3738d20 3613 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
3614 (frameset-save): Check validity of the resulting frameset.
3615
04263d23
XF
36162013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3617
3618 * ido.el (ido-record-command): Add doc string.
3619
76c5e5ab
JB
36202013-08-08 Juanma Barranquero <lekktu@gmail.com>
3621
3622 * frameset.el (frameset): Do not disable creation of the default
3623 frameset-p predicate. Doc fix.
3624 (frameset-valid-p): New function, copied from the old predicate-p.
3625 Add additional checks.
3626 (frameset-restore): Check with frameset-valid-p.
3627 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3628 (frameset-name, frameset-description, frameset-properties)
3629 (frameset-states): Add docstring.
f9dbf1cb
JB
3630 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3631 (frameset-filter-alist): Doc fixes.
76c5e5ab 3632
bd0c3c0b
JB
36332013-08-08 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3636
c735544c
SM
36372013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3640 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3641 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3642 (byte-compile-normal-call): Remove obsolescence check.
3643
2805a651
JB
36442013-08-08 Juanma Barranquero <lekktu@gmail.com>
3645
3677ffeb
JB
3646 * frameset.el (frameset-restore): Doc fix.
3647
2805a651
JB
3648 * register.el (frameset-frame-id, frameset-frame-with-id)
3649 (frameset-p, frameset-restore, frameset-save): Declare.
3650 (register-alist): Document framesets.
3651 (frameset-session-filter-alist): Declare.
3652 (frameset-to-register): New function.
3653 (jump-to-register): Implement jumping to framesets. Doc fix.
3654 (describe-register-1): Describe framesets.
3655
3656 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3657
a912c016
JB
36582013-08-07 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3661 Use lexical-binding.
3662
3663 * frameset.el (frameset): Use type vector, not list (incompatible
3664 change). Do not declare a new constructor, use the default one.
3665 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3666 `name' and `description', respectively, and add read-only slot
3667 `timestamp'. Doc fixes.
3668 (frameset-copy, frameset-persistent-filter-alist)
3669 (frameset-filter-alist, frameset-switch-to-gui-p)
3670 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3671 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3672 (frameset-filter-iconified, frameset-keep-original-display-p):
3673 Doc fixes.
3674 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3675 Rename from frameset-filter-(save|restore)-param. All callers changed.
3676 Doc fix.
3677 (frameset-p): Adapt to change to vector and be more thorough.
3678 Change arg name to OBJECT. Doc fix.
3679 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3680 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3681 All callers changed.
3682 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3683 All callers changed.
3684 (frameset--record-minibuffer-relationships): Rename from
3685 frameset--process-minibuffer-frames. All callers changed.
3686 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3687 Use new default constructor (again). Doc fix.
3688 (frameset--find-frame-if): Rename from `frameset--find-frame.
3689 All callers changed.
3690 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3691 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3692 Doc fix.
3693 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3694 PARAMETERS and WINDOW-STATE, respectively.
3695 (frameset-restore): Add new keyword argument PREDICATE.
3696 Reset frameset--target-display to nil. Doc fix.
3697
bb41480a
SM
36982013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3699
f001e98e
SM
3700 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3701 (bat-mode): Use it.
3702 (bat-mode-syntax-table): Mark \n as end-of-comment.
3703 (bat-font-lock-keywords): Remove comment rule.
3704
7679edb1
SM
3705 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3706 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3707
bb41480a
SM
3708 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3709 (byte-compile-callargs-warn): Use `push'.
3710 (byte-compile-arglist-warn): Ignore higher-order "calls".
3711 (byte-compile-file-form-autoload): Use `pcase'.
3712 (byte-compile-function-form): If quoting a symbol, check that it exists.
3713
cdc1ebb9
EZ
37142013-08-07 Eli Zaretskii <eliz@gnu.org>
3715
3716 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3717 and add a few popular commands found in batch files.
3718 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3719 (dos-mode): Doc fixes.
3720
312b1740
SM
37212013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3724 (dos-mode): Use setq-local. Add space after "rem".
3725 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3726 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3727
400a3178
AM
37282013-08-07 Arni Magnusson <arnima@hafro.is>
3729
3730 * progmodes/dos.el: New file.
3731 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3732 dos-mode.
3733
3b5c03d3
GM
37342013-08-06 Glenn Morris <rgm@gnu.org>
3735
3736 * calendar/calendar.el: Add new faces, and day-header-array.
3737 (calendar-weekday-header, calendar-weekend-header)
3738 (calendar-month-header): New faces.
3739 (calendar-day-header-construct): New function.
3740 (calendar-day-header-width): Also :set calendar-day-header-array.
3741 (calendar-american-month-header, calendar-european-month-header)
3742 (calendar-iso-month-header): Use calendar- faces.
3743 (calendar-generate-month):
3744 Use calendar-day-header-array for day headers; apply faces to them.
3745 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3746 (calendar-abbrev-construct): Add optional maxlen argument.
3747 (calendar-day-name-array): Doc fix.
3748 (calendar-day-name-array, calendar-abbrev-length)
3749 (calendar-day-abbrev-array):
3750 Also :set calendar-day-header-array, and maybe redraw.
3751 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 3752 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
3753 (calendar-day-name): Add option to use header array.
3754
ec6a2d7a
LMI
37552013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3756
3757 * net/shr.el (shr-render-td): Remove debugging.
3758 (shr-render-td): Make width computation consistent by defaulting
3759 all zero-width columns to 10 characters. This may not be optimal,
3760 but it's at least consistent.
2122cb6d
LMI
3761 (shr-make-table-1): Redo last change to fix the real problem in
3762 colspan handling.
ec6a2d7a 3763
ed4fd9c5
DA
37642013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3765
0ca3f70e
SM
3766 * files.el (cache-long-line-scans):
3767 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 3768
64e22afe
JB
37692013-08-06 Juanma Barranquero <lekktu@gmail.com>
3770
024b38fc
JB
3771 * frameset.el (frameset, frameset-filter-alist)
3772 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3773 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3774 (frameset-compute-pos): Rename from frameset--compute-pos,
3775 and add docstring.
3776 (frameset-move-onscreen): Use frameset-compute-pos.
3777 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3778
64e22afe
JB
3779 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3780 Fix typos in docstrings.
3781
c8c2aca8
DA
37822013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3783
3784 * frame.el (get-other-frame): Tiny cleanup.
3785
1d237bba
JB
37862013-08-06 Juanma Barranquero <lekktu@gmail.com>
3787
8951efef
JB
3788 * vc/vc.el (vc-default-ignore-completion-table):
3789 Silence byte-compiler warning.
3790
307764cc
JB
3791 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3792 slot , which can indeed be nil.
3793 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3794 Move entry for `left' from persistent to live filter alist.
3795 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3796 Doc fixes.
3797 (frameset-filter-params): When restoring a frame, copy items added to
3798 `filtered', to avoid unwittingly modifying the original parameters.
3799 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3800 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3801
1d237bba
JB
3802 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3803 to use looking-at-p instead of looking-at. (Bug#15028)
3804
dc6c0eda
SM
38052013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 Revert introduction of isearch-filter-predicates (bug#14714).
3808 Rely on add-function instead.
3809 * isearch.el (isearch-filter-predicates): Rename it back to
3810 isearch-filter-predicate.
3811 (isearch-message-prefix): Use advice-function-mapc and advice
3812 properties to get the isearch-message-prefix.
3813 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3814 instead of run-hook-with-args-until-failure.
3815 (isearch-filter-visible): Not obsolete any more.
3816 * loadup.el: Preload nadvice.
3817 * replace.el (perform-replace): Revert to funcall
3818 instead of run-hook-with-args-until-failure.
3819 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3820 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3821 dired-isearch-filenames-toggle; make it into a proper minor mode.
3822 Use add/remove-function.
3823 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3824 Call the minor-mode rather than add/remove-hook.
3825 (dired-isearch-filter-filenames):
3826 Remove isearch-message-prefix property.
3827 * info.el (Info--search-loop): New function, extracted from Info-search.
3828 Funcall isearch-filter-predicate instead of
3829 run-hook-with-args-until-failure isearch-filter-predicates.
3830 (Info-search): Use it.
3831 (Info-mode): Use isearch-filter-predicate instead of
3832 isearch-filter-predicates.
3833
290d5b58
DA
38342013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3835
3836 Do not call to `selected-window' where it is assumed by default.
3837 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3838 `window-hscroll', `window-width', `window-height', `window-buffer',
3839 `window-frame', `window-start', `window-point', `next-window'
3840 and `window-display-table'.
3841 * abbrev.el (abbrev--default-expand):
3842 * bs.el (bs--show-with-configuration):
3843 * buff-menu.el (Buffer-menu-mouse-select):
3844 * calc/calc.el (calc):
3845 * calendar/calendar.el (calendar-generate-window):
3846 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3847 (diary-make-entry):
3848 * comint.el (send-invisible, comint-dynamic-complete-filename)
3849 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3850 * completion.el (complete):
3851 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3852 * disp-table.el (describe-current-display-table):
3853 * doc-view.el (doc-view-insert-image):
3854 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3855 * ehelp.el (with-electric-help):
3856 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3857 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3858 * emacs-lisp/helper.el (Helper-help-scroller):
3859 * emulation/cua-base.el (cua--post-command-handler-1):
3860 * eshell/esh-mode.el (eshell-output-filter):
3861 * ffap.el (ffap-gnus-wrapper):
3862 * help-macro.el (make-help-screen):
3863 * hilit-chg.el (highlight-compare-buffers):
3864 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3865 * hl-line.el (global-hl-line-highlight):
3866 * icomplete.el (icomplete-simple-completing-p):
3867 * isearch.el (isearch-done):
3868 * jit-lock.el (jit-lock-stealth-fontify):
3869 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3870 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3871 * mpc.el (mpc-tagbrowser, mpc):
3872 * net/rcirc.el (rcirc-any-buffer):
3873 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3874 * play/landmark.el (landmark-max-width, landmark-max-height):
3875 * play/zone.el (zone):
3876 * progmodes/compile.el (compilation-goto-locus):
3877 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3878 * progmodes/etags.el (find-tag-other-window):
3879 * progmodes/fortran.el (fortran-column-ruler):
3880 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3881 * progmodes/verilog-mode.el (verilog-point-text):
3882 * reposition.el (reposition-window):
3883 * rot13.el (toggle-rot13-mode):
3884 * server.el (server-switch-buffer):
3885 * shell.el (shell-dynamic-complete-command)
3886 (shell-dynamic-complete-environment-variable):
3887 * simple.el (insert-buffer, set-selective-display)
3888 (delete-completion-window):
3889 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3890 (speedbar-recenter):
3891 * startup.el (fancy-splash-head):
3892 * textmodes/ispell.el (ispell-command-loop):
3893 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3894 * tutorial.el (help-with-tutorial):
3895 * vc/add-log.el (add-change-log-entry):
3896 * vc/compare-w.el (compare-windows):
3897 * vc/ediff-help.el (ediff-indent-help-message):
3898 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3899 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3900 (ediff-setup-control-frame):
3901 * vc/emerge.el (emerge-position-region):
3902 * vc/pcvs-util.el (cvs-bury-buffer):
3903 * window.el (walk-windows, mouse-autoselect-window-select):
3904 * winner.el (winner-set-conf, winner-undo): Related users changed.
3905
38276e01
JB
39062013-08-05 Juanma Barranquero <lekktu@gmail.com>
3907
3908 * frameset.el (frameset--set-id): Doc fix.
3909 (frameset-frame-id, frameset-frame-id-equal-p)
3910 (frameset-locate-frame-id): New functions.
3911 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3912 (frameset-restore): Use them.
3913
12b4c0ea
DA
39142013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3915
3916 Do not call to `selected-frame' where it is assumed by default.
3917 Affected functions are `raise-frame', `redraw-frame',
3918 `frame-first-window', `frame-terminal' and `delete-frame'.
3919 * calendar/appt.el (appt-disp-window):
3920 * epg.el (epg-wait-for-completion):
3921 * follow.el (follow-delete-other-windows-and-split)
3922 (follow-avoid-tail-recenter):
3923 * international/mule.el (set-terminal-coding-system):
3924 * mail/rmail.el (rmail-mail-return):
3925 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3926 * progmodes/f90.el (f90-add-imenu-menu):
3927 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3928 * server.el (server-switch-buffer):
3929 * simple.el (delete-completion-window):
3930 * talk.el (talk):
3931 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3932 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3933 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3934 * vc/ediff.el (ediff-documentation): Related users changed.
3935 * frame.el (selected-terminal): Remove the leftover.
3936
17f25e76
GM
39372013-08-05 Glenn Morris <rgm@gnu.org>
3938
3939 * calendar/calendar.el (calendar-generate-month):
3940 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
3941 (calendar-generate-month, calendar-font-lock-keywords):
3942 Fix for calendar-day-header-width > length of any day name.
17f25e76 3943
063233c3
JB
39442013-08-05 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * desktop.el (desktop-clear): Use new name of sort predicate.
3947
3948 * frameset.el (frameset): Add docstring. Move :version property to its
3949 own `version' slot.
3950 (frameset-copy): Rename from copy-frameset.
3951 (frameset-p): Check more thoroughly.
3952 (frameset-prop): Do not check for :version, which is no longer a prop.
3953 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3954 Use new :never value instead of t.
3955 (frameset-filter-alist): Expand and clarify docstring.
3956 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3957 (frameset-filter-minibuffer, frameset-filter-save-param)
3958 (frameset-filter-restore-param, frameset-filter-iconified):
3959 Add pointer to docstring of frameset-filter-alist.
3960 (frameset-filter-params): Rename filter values to be more meaningful:
3961 :never instead of t, and reverse the meanings of :save and :restore.
3962 (frameset--process-minibuffer-frames): Clarify error message.
3963 (frameset-save): Avoid unnecessary and confusing call to framep.
3964 Use new BOA constructor for framesets.
3965 (frameset--reuse-list): Doc fix.
3966 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3967 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3968 (frameset-minibufferless-first-p): Doc fix.
3969 Rename from frameset-sort-frames-for-deletion.
3970 (frameset-restore): Doc fixes. Use new function names.
3971 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3972
d5671a82
JB
39732013-08-04 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * desktop.el (desktop-restore-forces-onscreen)
3976 (desktop-restore-reuses-frames): Document :keyword constant values.
3977 (desktop-filter-parameters-alist): Remove, now identical to
3978 frameset-filter-alist.
3979 (desktop--filter-tty*): Remove, moved to frameset.el.
3980 (desktop-save-frameset, desktop-restore-frameset):
3981 Do not pass :filters argument.
3982
3983 * frameset.el (frameset-live-filter-alist)
3984 (frameset-persistent-filter-alist): New variables.
3985 (frameset-filter-alist): Use them. Add autoload cookie.
3986 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3987 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3988 `frameset--id' (it's supposed to be internal to frameset.el).
3989 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3990 (frameset--initial-params): New function.
3991 (frameset--get-frame): Use it. Doc fix.
3992 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3993 Accept :all, not 'all.
3994 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3995 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3996 with fbound symbols. Fix frame id matching, and remove matching ids if
3997 the frame being restored is deleted. Obey :delete.
3998
671d5c16
SM
39992013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * subr.el (macrop): New function.
4002 (text-clone--maintaining): New var.
4003 (text-clone--maintain): Rename from text-clone-maintain. Use it
4004 instead of inhibit-modification-hooks.
4005
4006 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4007 a proxy, so as handle autoloads and redefinitions of the target.
4008 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4009
4010 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4011 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
4012 (pcase--mutually-exclusive-p): New function.
4013 (pcase--split-consp): Use it.
4014 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
4015 mutually exclusive with the current predicate.
4016
4017 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4018 (edebug-macrop): Remove. Use `macrop' instead.
4019 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
4020 (ad-macro-p):
4021 * eshell/esh-cmd.el (eshell-macrop):
4022 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
4023
1d44e9dc
SM
40242013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4027 (advice-mapc): New function, using it.
4028 (advice-function-member-p): New function.
4029 (advice--normalize): Store the cdr in advice--saved-rewrite since
4030 that's the part that will be changed.
4031 (advice--symbol-function): New function.
4032 (advice-remove): Handle removal before the function is defined.
4033 Adjust to new advice--saved-rewrite.
4034 (advice-member-p): Use advice-function-member-p and
4035 advice--symbol-function.
4036
5414a283
JB
40372013-08-04 Juanma Barranquero <lekktu@gmail.com>
4038
51d30f2c
JB
4039 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4040 (frameset-filter-minibuffer): Doc fix.
4041 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
4042 (frameset--set-id, frameset--process-minibuffer-frames)
4043 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4044 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 4045
5414a283
JB
4046 * desktop.el (desktop-clear): Only delete frames when called
4047 interactively and desktop-restore-frames is non-nil. Doc fix.
4048 (desktop-read): Set desktop-saved-frameset to nil.
4049
ab419665
XF
40502013-08-04 Xue Fuqiao <xfq.free@gmail.com>
4051
4052 * vc/vc.el (vc-ignore): Rewrite.
4053 (vc-default-ignore-completion-table):
4054 (vc--read-lines):
4055 (vc--add-line, vc--remove-regexp): New functions.
4056
4057 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4058 (vc-svn-ignore-completion-table): New function.
4059
4060 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4061 (vc-hg-ignore-completion-table):
4062 (vc-hg-find-ignore-file): New functions.
4063
4064 * vc/vc-git.el (vc-git-ignore): Rewrite.
4065 (vc-git-ignore-completion-table):
4066 (vc-git-find-ignore-file): New functions.
4067
4068 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4069
4070 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4071 (vc-bzr-ignore-completion-table):
4072 (vc-bzr-find-ignore-file): New functions.
4073
2613dea2
JB
40742013-08-03 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * frameset.el (frameset-prop): New function and setter.
4077 (frameset-save): Do not modify frame list passed by the caller.
4078
9c959872
SM
40792013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4082
a104f656
SM
40832013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4084
70122acf
SM
4085 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4086 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4087
a104f656
SM
4088 * custom.el (custom-initialize-default, custom-initialize-set)
4089 (custom-initialize-reset, custom-initialize-changed): Affect the
4090 toplevel-default-value (bug#6275, bug#14586).
4091 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4092 for bug#6275.
4093
f078d570
JB
40942013-08-02 Juanma Barranquero <lekktu@gmail.com>
4095
185e3b5a
JB
4096 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4097 Add cl-def* expressions.
4098
f078d570
JB
4099 * frameset.el (frameset-filter-params): Fix order of arguments.
4100
9421876d
JB
41012013-08-02 Juanma Barranquero <lekktu@gmail.com>
4102
4103 Move code related to saving frames to frameset.el.
4104 * desktop.el: Require frameset.
4105 (desktop-restore-frames): Doc fix.
4106 (desktop-restore-reuses-frames): Rename from
4107 desktop-restoring-reuses-frames.
4108 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4109 (desktop-clear): Clear frames too.
4110 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4111 (desktop--filter-tty*, desktop-save, desktop-read):
4112 Use frameset functions.
4113 (desktop-before-saving-frames-functions, desktop--filter-*-color)
4114 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4115 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4116 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4117 (desktop--process-minibuffer-frames, desktop-save-frames)
4118 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4119 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4120 (desktop--sort-states, desktop-restoring-frames-p)
4121 (desktop-restore-frames): Remove. Most code moved to frameset.el.
4122 (desktop-restoring-frameset-p, desktop-restore-frameset)
4123 (desktop--check-dont-save, desktop-save-frameset): New functions.
4124 (desktop--app-id): New constant.
4125 (desktop-first-buffer, desktop-buffer-ok-count)
4126 (desktop-buffer-fail-count): Move before first use.
4127 * frameset.el: New file.
4128
76dc5996
SM
41292013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * files.el: Use lexical-binding.
4132 (dir-locals-read-from-file): Remove unused `err' variable.
4133 (hack-dir-local-variables--warned-coding): New var.
4134 (hack-dir-local-variables): Use it to avoid repeated warnings.
4135 (make-backup-file-name--default-function): New function.
4136 (make-backup-file-name-function): Use it as default.
4137 (buffer-stale--default-function): New function.
4138 (buffer-stale-function): Use it as default.
4139 (revert-buffer-insert-file-contents--default-function): New function.
4140 (revert-buffer-insert-file-contents-function): Use it as default.
4141 (insert-directory): Avoid add-to-list.
4142
4143 * autorevert.el (auto-revert-handler): Simplify.
4144 Use buffer-stale--default-function.
4145
06d36e2b
TH
41462013-08-01 Tassilo Horn <tsdh@gnu.org>
4147
5f648ab4
TH
4148 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4149
06d36e2b
TH
4150 * whitespace.el (whitespace-ensure-local-variables): New function.
4151 (whitespace-cleanup-region): Call it.
4152 (whitespace-turn-on): Call it.
4153
a43dc424
MA
41542013-08-01 Michael Albinus <michael.albinus@gmx.de>
4155
4156 Complete file name handlers.
4157
4158 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4159 (tramp-handle-verify-visited-file-modtime)
4160 (tramp-handle-file-notify-rm-watch): New functions.
4161 (tramp-call-process): Do not bind `default-directory'.
4162
44e18199
JB
4163 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4164 Order alphabetically.
a43dc424
MA
4165 [access-file, add-name-to-file, dired-call-process]:
4166 [dired-compress-file, file-acl, file-notify-rm-watch]:
4167 [file-ownership-preserved-p, file-selinux-context]:
4168 [make-directory-internal, make-symbolic-link, set-file-acl]:
4169 [set-file-selinux-context, set-visited-file-modtime]:
4170 [verify-visited-file-modtime]: Add handler.
4171 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4172
4173 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4174 [file-notify-add-watch, file-notify-rm-watch]:
4175 [set-file-times, set-visited-file-modtime]:
4176 [verify-visited-file-modtime]: Add handler.
4177 (with-tramp-gvfs-error-message)
4178 (tramp-gvfs-handle-set-visited-file-modtime)
4179 (tramp-gvfs-fuse-file-name): Remove.
4180 (tramp-gvfs-handle-file-notify-add-watch)
4181 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4182 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4183
44e18199
JB
4184 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4185 Order alphabetically.
a43dc424
MA
4186 [file-notify-rm-watch ]: Use default Tramp handler.
4187 [executable-find]: Remove private handler.
4188 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4189 `default-directory'.
4190 (tramp-sh-handle-executable-find)
4191 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4192 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4193 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4194 Do not use `format' in `tramp-message'.
4195
4196 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4197 [file-notify-rm-watch, set-visited-file-modtime]:
4198 [verify-visited-file-modtime]: Add handler.
4199 (tramp-smb-call-winexe): Do not bind `default-directory'.
4200
7188b515
XF
42012013-08-01 Xue Fuqiao <xfq.free@gmail.com>
4202
4203 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4204
2412ee1a
DG
42052013-07-31 Dmitry Gutov <dgutov@yandex.ru>
4206
4207 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4208 use it.
4209 (log-view-diff-changeset): Same.
4210 (log-view-diff-common): Call backend command `previous-revision'
4211 to find out the previous revision, in both cases. Swap the
4212 variables `to' and `fr', so that `fr' usually refers to the
4213 earlier revision (Bug#14989).
4214
5002a754
KRC
42152013-07-31 Kan-Ru Chen <kanru@kanru.info>
4216
4217 * ibuf-ext.el (ibuffer-filter-by-filename):
4218 Make it work with dired buffers too.
4219
44e18199 42202013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
4221
4222 * emacs-lisp/re-builder.el (reb-color-display-p):
4223 * files.el (save-buffers-kill-terminal):
4224 * net/browse-url.el (browse-url):
4225 * server.el (server-save-buffers-kill-terminal):
4226 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4227 Prefer nil to selected-frame for the first arg of frame-parameter.
4228
aeca3fbb
XF
42292013-07-31 Xue Fuqiao <xfq.free@gmail.com>
4230
4231 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4232
158bc55c
SB
42332013-07-30 Stephen Berman <stephen.berman@gmx.net>
4234
4235 * minibuffer.el (completion--twq-all): Try and preserve each
4236 completion's case choice (bug#14907).
4237
d50fceab
LMI
42382013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4239
ac38e731
LMI
4240 * net/network-stream.el (open-network-stream): Mention the new
4241 :nogreeting parameter.
4242 (network-stream-open-starttls): Use the :nogreeting parameter
4243 (bug#14938).
4244
1211de50
LMI
4245 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4246
997798bf
LMI
4247 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4248 more natural than popping.
4249
d50fceab 4250 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 4251 (shr-urlify): Highlight under mouse.
d50fceab 4252
5c09de04
XF
42532013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4254
207d1d04
XF
4255 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4256
4257 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4258
5c09de04
XF
4259 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
4260 buffer for output.
4261
3cd51eaa
XF
4262 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
4263 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 4264
44e18199 4265 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 4266 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
4267
4268 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4269
4270 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
4271 buffer for output.
4272
35a89bdd
EZ
42732013-07-29 Eli Zaretskii <eliz@gnu.org>
4274
4275 * frame.el (frame-notice-user-settings): Avoid inflooping when the
4276 initial frame is minibuffer-less. (Bug#14841)
4277
78822e94
MA
42782013-07-29 Michael Albinus <michael.albinus@gmx.de>
4279
4280 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4281 option.
4282
4283 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4284 (tramp-maybe-open-connection): Use it.
4285
9503c190
JB
42862013-07-28 Juanma Barranquero <lekktu@gmail.com>
4287
4288 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4289 minimal set of parameters passed when creating a frame, because
4290 the minibuffer status of a frame cannot be changed later.
4291
d5a845b4
SB
42922013-07-28 Stephen Berman <stephen.berman@gmx.net>
4293
4294 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4295 replace-regexp-in-string and inadvertent omissions in previous change.
4296 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 4297 name of filtered items buffer.
d5a845b4 4298
ddeffb17
JB
42992013-07-28 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * desktop.el: Optionally force offscreen frames back onscreen.
4302 (desktop-restoring-reuses-frames): New option.
4303 (desktop--compute-pos, desktop--move-onscreen): New functions.
4304 (desktop--make-frame): Use desktop--move-onscreen.
4305
f5950f7a
AM
43062013-07-27 Alan Mackenzie <acm@muc.de>
4307
4308 Fontify a Java generic method as a function.
4309 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4310 value to t.
4311
ae43b66a
SB
43122013-07-27 Stephen Berman <stephen.berman@gmx.net>
4313
4314 * calendar/todo-mode.el: Add command to rename todo files.
4315 (todo-rename-file): New command.
4316 (todo-key-bindings-t): Add key binding for it. Change the
4317 bindings of todo-filter-regexp-items(-multifile) to use `x'
4318 instead of `r', since the latter is better suited to the new
4319 renaming command.
4320
5ab78d3d
AM
43212013-07-27 Alan Mackenzie <acm@muc.de>
4322
4323 Make Java try-with-resources statement parse properly.
4324 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4325 (c-block-stmt-1-2-key): New language constants/variables.
4326 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4327 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4328 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 4329 with c-block-stmt-1-2-key.
5ab78d3d 4330
d85c4d50
JB
43312013-07-27 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * desktop.el (desktop--make-frame): Apply most frame parameters after
4334 creating the frame to force (partially or totally) offscreen frames to
4335 be restored as such.
4336
e4c467f9
XF
43372013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4338
4339 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 4340 (Bug#14948)
e4c467f9 4341
7ced0d04
SM
43422013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4345 `base' arg of backtrace-frame.
4346
fec92060
EZ
43472013-07-26 Eli Zaretskii <eliz@gnu.org>
4348
4349 * simple.el (list-processes): Doc fix.
4350
d58d31fb
JB
43512013-07-26 Juanma Barranquero <lekktu@gmail.com>
4352
4353 * desktop.el (desktop--select-frame):
d85c4d50 4354 Try harder to reuse existing frames.
d58d31fb 4355
53ff3e77
SM
43562013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4359 (edebug-eval): Use backtrace-eval.
4360 (edebug--display, edebug--recursive-edit): Don't let-bind the
4361 edebug-outer-* vars that keep track of variables we locally let-bind.
4362 (edebug-outside-excursion): Don't restore outside values of locally
4363 let-bound vars.
4364 (edebug--display): Use user-error.
4365 (cl-lexical-debug, cl-debug-env): Remove.
4366
045f7a53
JB
43672013-07-26 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4370 are restored to be sure that they are visible before deleting any
4371 remaining ones.
4372
59070b32
MM
43732013-07-26 Matthias Meulien <orontee@gmail.com>
4374
742a3501
XF
4375 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4376 vc-print-root-log. (Bug#14948)
59070b32 4377
b1fb3596
RS
43782013-07-26 Richard Stallman <rms@gnu.org>
4379
4380 Add aliases for encrypting mail.
4381 * epa.el (epa-mail-aliases): New option.
4382 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4383 Bind inhibit-read-only so read-only text doesn't ruin everything.
4384 (epa-mail-default-recipients): New subroutine broken out.
4385 Handle epa-mail-aliases.
4386
56ea7291
SM
43872013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 Add support for lexical variables to the debugger's `e' command.
4390 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4391 vars, except for debugger-outer-match-data.
4392 (debugger-frame-number): Move check for "on a function call" from
4393 callers into it. Add `skip-base' argument.
4394 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4395 (debugger-env-macro): Only reset the state stored in non-variables,
4396 i.e. current-buffer and match-data.
4397 (debugger-eval-expression): Rewrite using backtrace-eval.
4398 * subr.el (internal--called-interactively-p--get-frame): Remove.
4399 (called-interactively-p):
4400 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4401 `base' arg of backtrace-frame instead.
4402
15ac32d5
GM
44032013-07-26 Glenn Morris <rgm@gnu.org>
4404
8358a09d
GM
4405 * align.el (align-regexp): Doc fix. (Bug#14857)
4406 (align-region): Explicit error if subexpression missing/does not match.
4407
15ac32d5
GM
4408 * simple.el (global-visual-line-mode):
4409 Do not duplicate the mode lighter. (Bug#14858)
4410
f47ad11b
MR
44112013-07-25 Martin Rudalics <rudalics@gmx.at>
4412
4413 * window.el (display-buffer): In display-buffer bind
4414 split-window-keep-point to t, bug#14829.
4415
02530987
JB
44162013-07-25 Juanma Barranquero <lekktu@gmail.com>
4417
4418 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4419 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4420 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4421 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4422 Change accordingly.
f63ebeb5
JB
4423 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4424 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 4425
6ccb9cab 44262013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 4427
6ccb9cab 4428 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 4429
cb3a56d2
JB
44302013-07-25 Juanma Barranquero <lekktu@gmail.com>
4431
4432 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4433 parameter to modify-frame-parameters if the value has not changed;
4434 this is a workaround for bug#14949.
4435 (desktop--make-frame): On cl-delete-if call, check parameter name,
4436 not full parameter.
4437
7aa7fff0
XF
44382013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4439
4440 * vc/vc.el (vc-ignore): New function.
4441
4442 * vc/vc-svn.el (vc-svn-ignore): New function.
4443
4444 * vc/vc-hg.el (vc-hg-ignore): New function.
4445
4446 * vc/vc-git.el (vc-git-ignore): New function.
4447
4448 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4449 (vc-dir-ignore): New function.
4450
4451 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 4452 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
4453
4454 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4455
4456 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4457
889acc5c
JB
44582013-07-24 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4461 (desktop-restore-frames): Warn when deleting an existing frame failed.
4462
86c40970
GM
44632013-07-24 Glenn Morris <rgm@gnu.org>
4464
4465 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4466
d5d3c58a
MA
44672013-07-24 Michael Albinus <michael.albinus@gmx.de>
4468
4469 * filenotify.el (file-notify-supported-p):
4470 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4471 Remove functions.
4472
4473 * autorevert.el (auto-revert-use-notify):
4474 (auto-revert-notify-add-watch):
4475 * net/tramp.el (tramp-file-name-for-operation):
4476 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4477 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4478 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4479 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4480 Remove `file-notify-supported-p' entry.
4481
d100084b
GM
44822013-07-24 Glenn Morris <rgm@gnu.org>
4483
4484 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 4485 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 4486
ac93e56b
SM
44872013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4488
249eea30
SM
4489 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4490 checked with memq (bug#14935).
4491
ac93e56b
SM
4492 * files.el (revert-buffer-function): Use a non-nil default.
4493 (revert-buffer-preserve-modes): Declare var to
4494 provide access to the `preserve-modes' argument.
4495 (revert-buffer): Let-bind it.
4496 (revert-buffer--default): New function, extracted from revert-buffer.
4497
2cdeb903
SM
44982013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * lpr.el: Signal print errors more prominently.
4501 (print-region-function): Don't default to nil.
4502 (lpr-print-region): New function, extracted from print-region-1.
4503 Check lpr's return value and signal an error in case of problem.
4504 (print-region-1): Use it.
4505 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4506 versions instead.
4507 (ps-printer-name): Default to nil.
4508 (ps-printer-name-option): Default to lpr-printer-switch.
4509 (ps-print-region-function): Don't default to nil.
4510 (ps-postscript-code-directory): Simplify default.
4511 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4512 (ps-string-list, ps-eval-switch, ps-flatten-list)
4513 (ps-flatten-list-1): Remove.
4514 (ps-multibyte-buffer): Avoid setq.
4515 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4516 (print-region-function, ps-print-region-function): Don't set them here.
4517
73600831
XF
45182013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4519
0e55c076
XF
4520 * ido.el (ido-fractionp):
4521 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4522 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4523 (ido-max-directory-size, ido-max-dir-file-cache)
4524 (ido-decorations): Doc fix.
4525
73600831
XF
4526 * ansi-color.el: Fix old URL.
4527
3d012865
MM
45282013-07-23 Michael R. Mauger <michael@mauger.com>
4529
e903c210 4530 * progmodes/sql.el: Version 3.3
3d012865
MM
4531 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4532 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4533 (sql-interactive-remove-continuation-prompt): Rewrite, use
4534 functions above. Fix continuation prompt and complete output line
4535 handling.
4536 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4537 redirected output buffer.
4538 (sql-mode): Restore deleted code (Bug#13591).
4539
da77a2e2
JB
45402013-07-23 Juanma Barranquero <lekktu@gmail.com>
4541
4542 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4543
80ff0c71
MA
45442013-07-23 Michael Albinus <michael.albinus@gmx.de>
4545
4546 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4547
4548 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4549 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4550 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4551
b61d71e4
JB
45522013-07-23 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * desktop.el (desktop-clear): Simplify; remove useless checks
4555 against invalid buffer names.
4556 (desktop-list*): Use cl-list*.
4557 (desktop-buffer-info, desktop-create-buffer): Simplify.
4558
c3512092
LL
45592013-07-23 Leo Liu <sdl.web@gmail.com>
4560
4561 * bookmark.el (bookmark-make-record): Restore NAME as a default
4562 value. (Bug#14933)
4563
0ac26976
SM
45642013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4565
7d22ce18
SM
4566 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4567 extracted from autoload--insert-text.
4568 (autoload--insert-text): Remove.
4569 (autoload--print-cookie-text): New function, extracted from
4570 autoload--insert-cookie-text.
4571 (autoload--insert-cookie-text): Remove.
4572 (autoload-generate-file-autoloads): Adjust calls accordingly.
4573
9b2607e8
SM
4574 * winner.el (winner-hook-installed-p): Remove.
4575 (winner-mode): Simplify accordingly.
4576
c43a8618
SM
4577 * subr.el (add-to-list): Fix compiler-macro when `append' is
4578 not constant. Don't use `cl-member' for the base case.
4579
0ac26976
SM
4580 * progmodes/subword.el: Fix boundary case (bug#13758).
4581 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4582 own group.
4583 (subword-backward-regexp): Make it a constant.
4584 (subword-forward-internal): Don't treat a trailing capital as the
4585 beginning of a word.
4586
6874724a
AR
45872013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4588
4589 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4590 global value of tabulated-list-revert-hook (bug#14930).
4591
70f1b5e8
JB
45922013-07-22 Juanma Barranquero <lekktu@gmail.com>
4593
a1c80d9d
JB
4594 * desktop.el: Require 'cl-lib.
4595 (desktop-before-saving-frames-functions): New hook.
4596 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4597 for frames being saved. Rename from desktop--save-minibuffer-frames.
4598 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
4599 Do not save frames with non-nil `desktop-dont-save' parameter.
4600 Filter out deleted frames.
a1c80d9d
JB
4601 (desktop--find-frame): Use cl-find-if.
4602 (desktop--select-frame): Use cl-(first|second|third) to access values
4603 of desktop-mini.
4604 (desktop--make-frame): Use cl-delete-if.
4605 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4606 (desktop-restore-frames): Use cl-(first|second|third) to access values
4607 of desktop-mini. Look for visible frame at the end, not while
4608 restoring frames.
4609
70f1b5e8
JB
4610 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4611 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4612 Use string-match-p, looking-at-p (bug#14927).
4613
728dc3cc
JB
46142013-07-21 Juanma Barranquero <lekktu@gmail.com>
4615
56bc453c
JB
4616 * desktop.el (desktop-saved-frame-states):
4617 Rename from desktop--saved-states; all users changed.
4618 (desktop-save-frames): Rename from desktop--save-frames.
4619 Do not save state to desktop file.
4620 (desktop-save): Save desktop-saved-frame-states to desktop file
4621 and reset to nil.
4622 (desktop-restoring-frames-p): New function.
4623 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4624 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4625 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4626
728dc3cc
JB
4627 * desktop.el: Correctly restore iconified frames.
4628 (desktop--filter-iconified-position): New function.
4629 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4630
862f1c9c
GM
46312013-07-20 Glenn Morris <rgm@gnu.org>
4632
c4074c9f
GM
4633 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4634 Let `message' do the formatting.
4635 (def-gdb-preempt-display-buffer): Add explicit format.
4636
d828e5f9
GM
4637 * image-dired.el (image-dired-track-original-file):
4638 Use with-current-buffer.
4639 (image-dired-track-thumbnail): Use with-current-buffer.
4640 Avoid changing point of wrong window.
4641
862f1c9c
GM
4642 * image-dired.el (image-dired-track-original-file):
4643 Avoid changing point of wrong window. (Bug#14909)
4644
f0398ec1 46452013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
4646
4647 * progmodes/gdb-mi.el (gdb-done-or-error):
4648 Guard against "%" in gdb output. (Bug#14127)
4649
1451928f
AS
46502013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4651
763a086d
JB
4652 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4653 (Bug#14826)
f7a03897 4654
1451928f
AS
4655 * international/mule.el (coding-system-iso-2022-flags): Fix last
4656 change.
4657
99107004
KH
46582013-07-20 Kenichi Handa <handa@gnu.org>
4659
763a086d
JB
4660 * international/mule.el (coding-system-iso-2022-flags):
4661 Add `8-bit-level-4'. (Bug#8522)
99107004 4662
48494e06
LMI
46632013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
8ba8eec5
LMI
4665 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4666 (bug#14815).
4667
dfbc66e3
LMI
4668 * net/eww.el (eww-process-text-input): Allow inputting when the
4669 point is at the start of the line, as the properties aren't
4670 front-sticky.
4671
48494e06
LMI
4672 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4673 degenerate widths.
4674
77c92cb9
RS
46752013-07-19 Richard Stallman <rms@gnu.org>
4676
aec7da77
RS
4677 * epa.el (epa-popup-info-window): Doc fix.
4678
77c92cb9
RS
4679 * subr.el (split-string): New arg TRIM.
4680
945c5bb1
JB
46812013-07-18 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4684 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4685
e06ec67f
MA
46862013-07-18 Michael Albinus <michael.albinus@gmx.de>
4687
c7064f05 4688 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
4689 `file-notify-support'. Do not autoload. Adapt all uses.
4690 (file-notify-supported-p): New defun.
4691
c7064f05
JB
4692 * autorevert.el (auto-revert-use-notify):
4693 Use `file-notify-supported-p' instead of `file-notify-support'.
4694 Adapt docstring.
e06ec67f
MA
4695 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4696
4697 * net/tramp.el (tramp-file-name-for-operation):
4698 Add `file-notify-supported-p'.
4699
4700 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4701 New defun.
4702 (tramp-sh-file-name-handler-alist): Add it as handler for
4703 `file-notify-supported-p '.
4704
4705 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4706 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4707 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4708 Add `ignore' as handler for `file-notify-*' functions.
4709
5dc8a629
EZ
47102013-07-17 Eli Zaretskii <eliz@gnu.org>
4711
4712 * simple.el (line-move-partial, line-move): Don't start vscroll or
4713 scroll-up if the current line is not taller than the window.
4714 (Bug#14881)
4715
77aea2fb
DG
47162013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4717
4718 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4719 highlight question marks in the method names as strings.
ac72c08d
DG
4720 (ruby-block-beg-keywords): Inline.
4721 (ruby-font-lock-keyword-beg-re): Extract from
4722 `ruby-font-lock-keywords'.
77aea2fb 4723
18c26d81
JD
47242013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4725
4726 * frame.el (blink-cursor-blinks): New defcustom.
4727 (blink-cursor-blinks-done): New defvar.
4728 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4729 (blink-cursor-timer-function): Check if number of blinks has been
4730 done on X and NS.
4731 (blink-cursor-suspend, blink-cursor-check): New defuns.
4732
da48522e
GM
47332013-07-15 Glenn Morris <rgm@gnu.org>
4734
4735 * edmacro.el (edmacro-format-keys): Fix previous change.
4736
0463c1ef
PE
47372013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4738
4739 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4740 The hack didn't work outside English locales anyway.
4741
b43f6451
JB
47422013-07-15 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * simple.el (define-alternatives): Rename from alternatives-define,
4745 per RMS' suggestion.
4746
b958c0ad
JB
47472013-07-14 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * desktop.el (desktop-restore-frames): Change default to t.
4750 (desktop-restore-in-current-display): Now offer more options.
4751 (desktop-restoring-reuses-frames): New customization option.
4752 (desktop--saved-states): Doc fix.
4753 (desktop-filter-parameters-alist): New variable, renamed and expanded
4754 from desktop--excluded-frame-parameters.
4755 (desktop--target-display): New variable.
4756 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4757 (desktop--filter-tty*, desktop--filter-*-color)
4758 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4759 (desktop--filter-save-desktop-parm)
4760 (desktop-restore-in-original-display-p): New functions.
4761 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4762 (desktop--save-minibuffer-frames): New function, inspired by a similar
4763 function from Martin Rudalics.
4764 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4765 (desktop--restore-in-this-display-p): Remove.
4766 (desktop--find-frame): Rename from desktop--find-frame-in-display
4767 and add predicate argument.
4768 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4769 (desktop--reuse-list): New variable.
4770 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4771 New functions.
4772 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4773
f6dd8b36
MA
47742013-07-14 Michael Albinus <michael.albinus@gmx.de>
4775
4776 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4777
2ce3c565
DG
47782013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4779
763a086d
JB
4780 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4781 Highlight conversion methods on Kernel.
2ce3c565 4782
2cdb7698
AM
47832013-07-13 Alan Mackenzie <acm@muc.de>
4784
4785 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4786 and comment it out. This out-commenting enables certain C++
4787 declarations to be parsed correctly.
4788
1a67b811
EZ
47892013-07-13 Eli Zaretskii <eliz@gnu.org>
4790
1b796d6b
EZ
4791 * international/mule.el (define-coding-system): Doc fix.
4792
1a67b811
EZ
4793 * simple.el (default-font-height): Don't call font-info if the
4794 frame's default font didn't change since the frame was created.
4795 (Bug#14838)
4796
58fbe886
LL
47972013-07-13 Leo Liu <sdl.web@gmail.com>
4798
4799 * ido.el (ido-read-file-name): Guard against non-symbol value.
4800
1f0480d4
FEG
48012013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4802
4803 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4804 in nested defuns.
4805
97ead0e5
LL
48062013-07-13 Leo Liu <sdl.web@gmail.com>
4807
4808 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4809 ido-set-matches call. (Bug#6852)
4810
0880a952
DG
48112013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4812
4813 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4814 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4815 Ruby 2.0.
4816 (ruby-font-lock-keywords): Distinguish calls to functions with
4817 module-like names from module references. Highlight character
4818 literals.
4819
a7d8babb
SDJ
48202013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4821
4822 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 4823 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 4824
acfcc8c5
JB
48252013-07-12 Juanma Barranquero <lekktu@gmail.com>
4826
4827 * desktop.el (desktop--v2s): Remove unused local variable.
4828 (desktop-save-buffer): Make defvar-local; adjust docstring.
4829 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4830 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4831
051f2775
AS
48322013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4833
4834 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4835
f24e7572
GM
48362013-07-12 Eli Zaretskii <eliz@gnu.org>
4837
4838 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4839 (Bug#14842)
4840
539a920c
GM
48412013-07-12 Glenn Morris <rgm@gnu.org>
4842
4843 * doc-view.el: Require cl-lib at runtime too.
4844 (doc-view-remove-if): Remove.
4845 (doc-view-search-next-match, doc-view-search-previous-match):
4846 Use cl-remove-if.
4847
4848 * edmacro.el: Require cl-lib at runtime too.
4849 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4850 (edmacro-mismatch, edmacro-subseq): Remove.
4851
4852 * shadowfile.el: Require cl-lib.
4853 (shadow-remove-if): Remove.
4854 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4855 Use cl-remove-if.
4856
4857 * wid-edit.el: Require cl-lib.
4858 (widget-choose): Use cl-remove-if.
4859 (widget-remove-if): Remove.
4860
4861 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4862 (ebrowse-delete-if-not): Remove.
4863 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4864 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4865 Use cl-delete-if-not.
4866
1048af7c
JB
48672013-07-12 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4870 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4871
6c0674ee
LL
48722013-07-12 Leo Liu <sdl.web@gmail.com>
4873
4874 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4875
a19b3c2d
GM
48762013-07-11 Glenn Morris <rgm@gnu.org>
4877
4582a01c
GM
4878 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4879 (edebug-gensym-index, edebug-gensym):
4880 Remove reimplementation of cl-gensym.
4881 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4882
4883 * thumbs.el: Require cl-lib at run-time too.
4884 (thumbs-gensym-counter, thumbs-gensym):
4885 Remove reimplementation of cl-gensym.
4886 (thumbs-temp-file): Use cl-gensym.
4887
a19b3c2d
GM
4888 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4889 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4890 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4891 (ert--union, ert--gensym-counter, ert--gensym-counter)
4892 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4893 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4894 (ert-make-test-unbound, ert--expand-should-1)
4895 (ert--expand-should, ert--should-error-handle-error)
4896 (should-error, ert--explain-equal-rec)
4897 (ert--plist-difference-explanation, ert-select-tests)
4898 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4899 Use cl-lib functions rather than reimplementations.
4900
88f6a933
MA
49012013-07-11 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * net/tramp.el (tramp-methods): Extend docstring.
4904 (tramp-connection-timeout): New defcustom.
4905 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4906 (with-tramp-progress-reporter): Simplify.
4907 (tramp-process-actions): Improve messages.
4908
4909 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4910 * net/tramp-sh.el (tramp-maybe-open-connection):
4911 Use `tramp-connection-timeout'.
4912 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4913 (Bug#14808)
4914
a43d577e
LL
49152013-07-11 Leo Liu <sdl.web@gmail.com>
4916
4917 * ido.el (ido-read-file-name): Conform to the requirements of
4918 read-file-name. (Bug#11861)
4919 (ido-read-directory-name): Conform to the requirements of
4920 read-directory-name.
4921
d77974bf
JB
49222013-07-11 Juanma Barranquero <lekktu@gmail.com>
4923
4924 * subr.el (delay-warning): New function.
4925
35cb8a3e
EZ
49262013-07-10 Eli Zaretskii <eliz@gnu.org>
4927
4928 * simple.el (default-line-height): New function.
4929 (line-move-partial, line-move): Use it instead of computing the
4930 line height inline.
4931 (line-move-partial): Always compute ROWH. If the last line is
4932 partially-visible, but its text is completely visible, allow
4933 cursor to enter such a partially-visible line.
4934
525c5c77
MA
49352013-07-10 Michael Albinus <michael.albinus@gmx.de>
4936
4937 Improve error messages. (Bug#14808)
4938
4939 * net/tramp.el (tramp-current-connection): New defvar, moved from
4940 tramp-sh.el.
0ac26976 4941 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 4942 needed anymore.
0ac26976
SM
4943 (tramp-error-with-buffer): Show message in minibuffer.
4944 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
4945 (with-tramp-progress-reporter): Improve messages.
4946 (tramp-process-actions): Use progress reporter. Delete process in
4947 case of error. Improve messages.
4948
763a086d
JB
4949 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4950 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 4951 (tramp-current-connection): Remove.
525c5c77
MA
4952 (tramp-maybe-open-connection): The car of
4953 `tramp-current-connection' are the first 3 slots of the vector.
4954
c7a4d368
TZ
49552013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4956
4957 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4958 inside continued strings.
4959
954b166e
PE
49602013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4961
4962 Timestamp fixes for undo (Bug#14824).
4963 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4964
56973319
LL
49652013-07-10 Leo Liu <sdl.web@gmail.com>
4966
4967 * files.el (require-final-newline): Allow safe local value.
4968 (Bug#14834)
4969
5550a72c
LL
49702013-07-09 Leo Liu <sdl.web@gmail.com>
4971
4972 * ido.el (ido-read-directory-name): Handle fallback.
4973 (ido-read-file-name): Update DIR to ido-current-directory.
4974 (Bug#1516)
c28b9050 4975 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 4976
70c46b28
DG
49772013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4978
4979 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4980 "autoload". Remove "warn lower camel case" section, previously
4981 commented out. Highlight negation char. Do not highlight the
4982 target in singleton method definitions.
4983
0b64b838
SM
49842013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4985
7fd72e2c
SM
4986 * faces.el (tty-setup-hook): Declare the hook.
4987
0b64b838
SM
4988 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4989 and detect when a guard/pred depends on local vars (bug#14773).
4990 (pcase--u1): Adjust caller.
4991
ab49d60b
EZ
49922013-07-08 Eli Zaretskii <eliz@gnu.org>
4993
4994 * simple.el (line-move-partial, line-move): Account for
4995 line-spacing.
701d79aa
EZ
4996 (line-move-partial): Avoid setting vscroll when the last
4997 partially-visible line in window is of default height.
ab49d60b 4998
2d756ae0
LMI
49992013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5000
5001 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5002 been used a while.
5003
ed095bd7
JB
50042013-07-07 Juanma Barranquero <lekktu@gmail.com>
5005
5006 * subr.el (read-quoted-char): Remove unused local variable `char'.
5007
f1e6674b
MK
50082013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
5009
584ee3fc
GM
5010 * ediff.el (ediff-version): Version update.
5011 (ediff-files-command, ediff3-files-command, ediff-merge-command)
5012 (ediff-merge-with-ancestor-command, ediff-directories-command)
5013 (ediff-directories3-command, ediff-merge-directories-command)
5014 (ediff-merge-directories-with-ancestor-command): New functions.
5015 All are command-line interfaces to ediff: to facilitate calling
5016 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
5017
5018 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5019 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 5020
584ee3fc
GM
5021 * viper.el (viper-version): Version update.
5022 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 5023
584ee3fc
GM
50242013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5027 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5028 (viper-intercept-ESC-key): Simplify.
5029 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5030 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5031 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5032 (viper-setup-ESC-to-escape): New functions.
5033 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5034 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 5035
9aff9b38
EZ
50362013-07-07 Eli Zaretskii <eliz@gnu.org>
5037
5165d44a
JB
5038 * simple.el (default-font-height, window-screen-lines):
5039 New functions.
9aff9b38
EZ
5040 (line-move, line-move-partial): Use them instead of
5041 frame-char-height and window-text-height. This makes scrolling
5042 text smoother when the buffer's default face uses a font that is
5043 different from the frame's default font.
5044
1afb1d07
JD
50452013-07-06 Jan Djärv <jan.h.d@swipnet.se>
5046
5047 * files.el (write-file): Do not display confirm dialog for NS,
5048 it does its own dialog, which can't be cancelled (Bug#14578).
5049
23de972a
EZ
50502013-07-06 Eli Zaretskii <eliz@gnu.org>
5051
5052 * simple.el (line-move-partial): Adjust the row returned by
5053 posn-at-point for the current window-vscroll. (Bug#14567)
5054
54a42486
MA
50552013-07-06 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5058 (tramp-sh-file-inotifywait-process-filter): Handle file names with
5059 spaces.
5060
34ada5f4
MR
50612013-07-06 Martin Rudalics <rudalics@gmx.at>
5062
5063 * window.el (window-state-put-stale-windows): New variable.
5064 (window--state-put-2): Save list of windows without matching buffer.
5065 (window-state-put): Remove "bufferless" windows if possible.
5066
11e03d89
JB
50672013-07-06 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * simple.el (alternatives-define): Remove leftover :group keyword.
5070 Tweak docstring.
5071
3504a4be
LL
50722013-07-06 Leo Liu <sdl.web@gmail.com>
5073
5074 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5075 (ido-enable-virtual-buffers): New variable.
5076 (ido-buffer-internal, ido-toggle-virtual-buffers)
5077 (ido-make-buffer-list): Use it.
5078 (ido-exhibit): Support turning on and off virtual buffers
5079 automatically.
5080
61e56e2c
JB
50812013-07-06 Juanma Barranquero <lekktu@gmail.com>
5082
5083 * simple.el (alternatives-define): New macro.
5084
321e1a9c
SM
50852013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * subr.el (read-quoted-char): Use read-key.
5088 (sit-for): Let read-event decode tty input (bug#14782).
5089
d610f6dd
SB
50902013-07-05 Stephen Berman <stephen.berman@gmx.net>
5091
5092 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
5093 mode command and externally. Fix various related bugs.
5094 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
5095 (todo-delete-file): New command.
5096 (todo-check-file): New function.
5097 (todo-show): Handle external deletion of the file we're trying to
5098 show (bug#14688). Replace called-interactively-p by an optional
5099 prefix argument to avoid problematic interaction with catch form
5100 when byte compiled (bug#14702).
5101 (todo-quit): Handle external deletion of the archive's todo file.
5102 Make sure the buffer that was visiting the archive file is still
5103 live before trying to bury it.
5104 (todo-category-completions): Handle external deletion of any
5105 category completion files.
5106 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5107 of todo files, in case of external deletion.
5108 (todo-add-file): Replace unnecessary setq by let-binding.
5109 (todo-find-archive): Check whether there are any archives.
5110 Replace unnecessary setq by let-binding.
5111 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
5112 archive buffer whether or not the archive already exists.
5113 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
5114 check if the archive is new; if it is, update list of archives.
5115 (todo-default-todo-file): Allow nil to be a valid value for when
5116 there are no todo files.
5117 (todo-reevaluate-default-file-defcustom): Use corrected definition
5118 of todo-default-todo-file.
5119 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5120 (todo-delete-category, todo-show-categories-table)
5121 (todo-category-number): Clarify comment.
5122 (todo-filter-items): Clarify documentation string.
5123 (todo-show-current-file, todo-display-as-todo-file)
5124 (todo-reset-and-enable-done-separator): Tweak documentation string.
5125 (todo-done-separator): Make separator length window-width, since
5126 bug#2749 is now fixed.
5127
ddbdfd6f
MA
51282013-07-05 Michael Albinus <michael.albinus@gmx.de>
5129
321e1a9c
SM
5130 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5131 Support both "gvfs-monitor-dir" and "inotifywait".
5132 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
5133 `tramp-sh-file-notify-process-filter'.
5134 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5135 (tramp-get-remote-gvfs-monitor-dir): New defuns.
5136
96eb829a
LL
51372013-07-05 Leo Liu <sdl.web@gmail.com>
5138
5139 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5140
cf13177e
YM
51412013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5142
5143 * frame.el (display-pixel-height, display-pixel-width)
5144 (display-mm-height, display-mm-width): Mention behavior on
5145 multi-monitor setups in docstrings.
5146 (w32-display-monitor-attributes-list): Declare function.
5147 (display-monitor-attributes-list): Use it.
5148
864c58ca
MA
51492013-07-04 Michael Albinus <michael.albinus@gmx.de>
5150
5151 * filenotify.el: New package.
5152
5153 * autorevert.el (top): Require filenotify.el.
5154 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
5155 instead.
5156 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5157 (auto-revert-notify-handler): Use `file-notify-*' functions.
5158
5159 * subr.el (file-notify-handle-event): Move function to filenotify.el.
5160
321e1a9c
SM
5161 * net/tramp.el (tramp-file-name-for-operation):
5162 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
5163
5164 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5165 for `file-notify-add-watch' and `file-notify-rm-watch'.
5166 (tramp-process-sentinel): Improve trace.
5167 (tramp-sh-handle-file-notify-add-watch)
5168 (tramp-sh-file-notify-process-filter)
5169 (tramp-sh-handle-file-notify-rm-watch)
5170 (tramp-get-remote-inotifywait): New defuns.
5171
96673afe
JL
51722013-07-03 Juri Linkov <juri@jurta.org>
5173
5174 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5175 call of `occur-read-primary-args' to interactive spec.
5176
5177 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5178 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
5179
924494f4
MM
51802013-07-03 Matthias Meulien <orontee@gmail.com>
5181
5182 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5183 `Buffer-menu-multi-occur'. Add it to the menu.
5184 (Buffer-menu-mode): Document it in docstring.
5185 (Buffer-menu-multi-occur): New command. (Bug#14673)
5186
56f75efc
DG
51872013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5188
5189 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5190 keywords and built-ins.
5191
9b057d61
GM
51922013-07-03 Glenn Morris <rgm@gnu.org>
5193
208dee4d
GM
5194 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
5195
9b057d61
GM
5196 Make info-xref checks case-sensitive by default
5197 * info.el (Info-find-node, Info-find-in-tag-table)
5198 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5199 Add option for exact case matching of nodes.
5200 * info-xref.el (info-xref): New custom group.
5201 (info-xref-case-fold): New option.
5202 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5203
e01aa29c
LL
52042013-07-03 Leo Liu <sdl.web@gmail.com>
5205
5206 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5207
3086ca2e
DG
52082013-07-03 Dmitry Gutov <dgutov@yandex.ru>
5209
5210 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5211 middle of block statement initially, lower the depth. Remove
5212 FIXME comment, not longer valid. Remove middle of block statement
5213 detection, no need to do that anymore since we've been using
5214 `ruby-parse-region' here.
5215
a3b49114
JD
52162013-07-02 Jan Djärv <jan.h.d@swipnet.se>
5217
5218 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5219
08e5c823 52202013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
5221
5222 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5223
2addf922
JB
52242013-07-01 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5227 (desktop-restore-in-current-display): New customization option.
5228 (desktop--excluded-frame-parameters): Add `font'.
5229 (desktop--save-frames): Rename from desktop--save-windows.
5230 (desktop--restore-in-this-display-p): New function.
5231 (desktop--make-full-frame): Remove unwanted width/height from
5232 full(width|height) frames.
5233 (desktop--restore-frames): Rename from desktop--restore-windows.
5234 Obey desktop-restore-current-display. Do not delete old frames or
5235 select a new frame unless we were able to restore at least one frame.
5236
ef099a94
MN
52372013-06-30 Michal Nazarewicz <mina86@mina86.com>
5238
5239 * files.el (find-file-noselect): Simplify conditional expression.
5240
5241 * remember.el (remember-append-to-file):
5242 Don't mix `find-buffer-visiting' and `get-file-buffer'.
5243
5244 Add `remember-notes' function to store random notes across Emacs
5245 restarts.
5246 * remember.el (remember-data-file): Add :set callback to affect
5247 notes buffer (if any).
5248 (remember-notes): New command.
5249 (remember-notes-buffer-name, bury-remember-notes-on-kill):
5250 New defcustoms for the `remember-notes' function.
5251 (remember-notes-save-and-bury-buffer): New command.
5252 (remember-notes-mode-map): New variable.
5253 (remember-mode): New minor mode.
5254 (remember-notes--kill-buffer-query): New function.
5255 * startup.el (initial-buffer-choice): Add notes to custom type.
5256
0865d506
EZ
52572013-06-30 Eli Zaretskii <eliz@gnu.org>
5258
0ba54312
EZ
5259 * bindings.el (right-char, left-char): Don't call sit-for, this is
5260 no longer needed. Use arithmetic comparison only for numerical
5261 arguments.
5262
ef099a94
MN
5263 * international/mule-cmds.el (select-safe-coding-system):
5264 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 5265
2fae38e5
LMI
52662013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5267
5268 * net/shr.el (shr-make-table-1): Add a sanity check that allows
5269 progression on degenerate tables.
ef099a94 5270 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 5271
a47cbd64
JB
52722013-06-30 Juanma Barranquero <lekktu@gmail.com>
5273
5274 Some fixes and improvements for desktop frame restoration.
5275 It is still experimental and disabled by default.
5276 * desktop.el (desktop--save-windows): Put the selected frame at
5277 the head of the list.
5278 (desktop--make-full-frame): New function.
5279 (desktop--restore-windows): Try to re-select the frame that was
5280 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
5281 just show an error message and continue. Set up maximized frames
5282 so they have default non-maximized dimensions.
a47cbd64 5283
6dbafa30
DG
52842013-06-30 Dmitry Gutov <dgutov@yandex.ru>
5285
ef099a94
MN
5286 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5287 Don't start heredoc inside a string or comment.
6dbafa30 5288
4c672a0f
EZ
52892013-06-29 Eli Zaretskii <eliz@gnu.org>
5290
5291 * bindings.el (visual-order-cursor-movement): New defcustom.
5292 (right-char, left-char): Provide visual-order cursor motion by
5293 calling move-point-visually. Update the doc strings.
5294
50960f36
KH
52952013-06-28 Kenichi Handa <handa@gnu.org>
5296
5297 * international/mule.el (define-coding-system): New coding system
5298 properties :inhibit-null-byte-detection,
5299 :inhibit-iso-escape-detection, and :prefer-utf-8.
5300 (set-buffer-file-coding-system): If :charset-list property of
5301 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5302 appropriate for setting.
5303
c1ea3abf
JB
5304 * international/mule-cmds.el (select-safe-coding-system):
5305 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5306 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
5307
5308 * international/mule-conf.el (prefer-utf-8): New coding system.
5309 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5310 files.
5311
75dbaf9d
IK
53122013-06-28 Ivan Kanis <ivan@kanis.fr>
5313
eadb6068
IK
5314 * net/shr.el (shr-render-region): New function.
5315
75dbaf9d
IK
5316 * net/eww.el: Autoload `eww-browse-url'.
5317
9ea5cf9f
DG
53182013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5319
c1ea3abf
JB
5320 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5321 Adapt to `package-desc-version' being a list.
5322 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
5323 archive element.
5324
39c0e36f
JB
53252013-06-27 Juanma Barranquero <lekktu@gmail.com>
5326
5327 New experimental feature to save&restore window and frame setup.
5328 * desktop.el (desktop-save-windows): New defcustom.
5329 (desktop--saved-states): New var.
5330 (desktop--excluded-frame-parameters): New defconst.
5331 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5332 (desktop--restore-windows, desktop--save-windows): New functions.
5333 (desktop-save): Call `desktop--save-windows'.
5334 (desktop-read): Call `desktop--restore-windows'.
5335
7f13406b
LMI
53362013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5337
ef099a94 5338 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 5339
1e072639
SB
53402013-06-27 Stephen Berman <stephen.berman@gmx.net>
5341
5342 * info.el (Info-try-follow-nearest-node): Move search for footnote
5343 above search for node name to prevent missing a footnote (bug#14717).
5344
f3e2cbde
SB
53452013-06-27 Stephen Berman <stephen.berman@gmx.net>
5346
5347 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5348
99906aa0
LL
53492013-06-27 Leo Liu <sdl.web@gmail.com>
5350
5351 * net/eww.el (eww-read-bookmarks): Check file size.
5352
539f75f4
SM
53532013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5356 advice--pending if newdef is nil or an autoload (bug#13820).
5357 (advice-mapc): New function.
5358
843571cb
LMI
53592013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5360
5361 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5362 probably.
23a75d7f 5363 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
5364 (eww-add-bookmark): New command.
5365 (eww-bookmark-mode): New mode and commands.
a285ce99 5366 (eww-add-bookmark): Remove newlines from the title.
47fd571b 5367 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 5368
f2136e1e
GM
53692013-06-26 Glenn Morris <rgm@gnu.org>
5370
eab35f39
GM
5371 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5372 (hfy-size): Handle ttys. (Bug#14668)
5373
f2136e1e
GM
5374 * info-xref.el: Update for Texinfo 5 change in *note format.
5375 (info-xref-node-re, info-xref-note-re): New constants.
5376 (info-xref-check-buffer): Use info-xref-note-re.
5377
a49ff80c
SM
53782013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5379
a343d218
SM
5380 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5381
a49ff80c
SM
5382 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5383 nil terminate the loop (bug#14718).
5384
8308f184
LMI
53852013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5386
5387 * net/eww.el: Rework history traversal. When going forward/back,
5388 put these actions into the history, too, so that they can be
5389 replayed.
26bf2b82 5390 (eww-render): Move the history reset to the correct buffer.
8308f184 5391
ec64c273
JL
53922013-06-25 Juri Linkov <juri@jurta.org>
5393
5394 * files-x.el (modify-dir-local-variable): Change the header comment
5395 in the file with directory local variables. (Bug#14692)
5396
e080a9d7
JL
5397 * files-x.el (read-file-local-variable-value): Add `default'.
5398 (Bug#14710)
5399
bfbc93a1
IK
54002013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5401
5402 * net/eww.el (eww-make-unique-file-name): Create a unique file
5403 name before saving to entering `y' accidentally asynchronously.
5404
54052013-06-25 Ivan Kanis <ivan@kanis.fr>
5406
5407 * net/eww.el (eww-download): New command and keystroke.
5408
16f74f10
LMI
54092013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5410
a49ff80c 5411 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
5412
5413 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5414 be more consistent with Info and dired.
5415
5416 * net/eww.el (eww-mode-map): Ditto.
5417
12059709
SM
54182013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5421 packages from archives.
5422 (package-archive-contents): Change format; include obsolete packages.
5423 (package-desc): Use `dir' to mark builtin packages.
5424 (package--from-builtin): Set the `dir' field to `builtin'.
5425 (generated-autoload-file, version-control): Declare.
5426 (package-compute-transaction): Change first arg and return value to be
5427 lists of package-descs. Adjust to new package-archive-contents format.
5428 (package--add-to-archive-contents): Adjust to new
5429 package-archive-contents format.
5430 (package-download-transaction): Arg is now a list of package-descs.
5431 (package-install): If `pkg' is a package name, pass it as
5432 a requirement, so it is subject to the usual (e.g. disabled) checks.
5433 (describe-package): Accept package-desc as well.
5434 (describe-package-1): Describe a specific package-desc. Add links to
5435 other package-descs for the same package name.
5436 (package-menu-describe-package): Pass the actual package-desc.
5437 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5438 works correctly.
5439 (package-desc-status): New function.
5440 (package-menu--refresh): New function, extracted
5441 from package-menu--generate.
5442 (package-menu--generate): Use it.
5443 (package-delete): Update package-alist.
5444 (package-menu-execute): Don't call package-initialize.
5445
5446 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5447 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5448 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5449 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5450 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5451 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5452
8bbdea0f
MR
54532013-06-25 Martin Rudalics <rudalics@gmx.at>
5454
5455 * window.el (window--state-get-1): Workaround for bug#14527.
5456 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5457
e82b0991
LMI
54582013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5459
5460 * net/eww.el (eww-back-url): Implement the history by stashing all
5461 the data into a list.
d3f0f918 5462 (eww-forward-url): Allow going forward in the history, too.
e82b0991 5463
c763842b
SM
54642013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5467 for values and use read--expression for expressions (bug#14710).
5468 (read-file-local-variable): Avoid setq.
5469 (read-file-local-variable-mode): Use minor-mode-list.
5470
bceff189
RW
54712013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5472
864c58ca 5473 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
5474 for DOI URLs.
5475
45f431c6
RW
54762013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5477
864c58ca 5478 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
5479 Update imenu-support when dialect changes.
5480
f42d8237
LL
54812013-06-25 Leo Liu <sdl.web@gmail.com>
5482
5483 * ido.el (ido-read-internal): Allow forward slash on windows.
5484
be549ce6
LMI
54852013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5486
5487 * net/eww.el (eww): Start of strings is \\`, not ^.
5488
71d4c19d
IK
54892013-06-24 Ivan Kanis <ivan@kanis.fr>
5490
5196f88a
IK
5491 * net/shr.el (shr-browse-url): Fix interactive spec.
5492
71d4c19d
IK
5493 * net/eww.el (eww): Add a trailing slash to domain names.
5494
ae36ca55
JB
54952013-06-24 Juanma Barranquero <lekktu@gmail.com>
5496
5497 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5498
0ebd92a3
LMI
54992013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5500
bdaa086b
LMI
5501 * net/shr.el (shr-browse-url): Use an external browser if given a
5502 prefix.
5503
c763842b 5504 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 5505
b89fc156
IK
55062013-06-24 Ivan Kanis <ivan@kanis.fr>
5507
5508 * net/eww.el (eww): Work more correctly for file: URLs.
5509 (eww-detect-charset): Allow quoted charsets.
5510 (eww-yank-page-url): New command and keystroke.
5511
18eb4bca
DU
55122013-06-24 Daiki Ueno <ueno@gnu.org>
5513
5514 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5515 file name of gpg executable.
5516 (epg-context-program): New function.
5517 (epg-context-home-directory): New function.
5518 (epg-context-set-program): New function.
5519 (epg-context-set-home-directory): New function.
5520 (epg--start): Use `epg-context-program' instead of
5521 'epg-gpg-program'.
5522 (epg--list-keys-1): Likewise.
5523
6c6268c8
LL
55242013-06-24 Leo Liu <sdl.web@gmail.com>
5525
5526 * ido.el (ido-read-internal): Fix bug#14620.
5527
5e400cb3
JB
55282013-06-23 Juanma Barranquero <lekktu@gmail.com>
5529
5530 * faces.el (face-documentation): Simplify.
5531 (read-face-attribute, tty-find-type, x-resolve-font-name):
5532 Use `string-match-p'.
5533 (list-faces-display): Use `string-match-p'. Simplify.
5534 (face-spec-recalc): Check face to avoid face alias loops.
5535 (read-color): Use `string-match-p' and non-capturing parenthesis.
5536
f3f9606c
LMI
55372013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5538
5539 * net/shr.el (shr-rescale-image): Use the new
5540 :max-width/:max-height functionality.
5541
a3ca09b9
IK
55422013-06-23 Ivan Kanis <ivan@kanis.fr>
5543
5544 * net/eww.el (eww-search-prefix): New variable.
5545 (eww): Use it.
f865b474
IK
5546 (eww-external-browser): New variable.
5547 (eww-mode-map): New keystroke.
5548 (eww-browse-with-external-browser): New command.
a3ca09b9 5549
e854cfc7
IK
5550 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5551
18bb9e21
JB
55522013-06-23 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5555 Don't skip aligning the next header field when padding is 0;
5556 otherwise, field width is not respected unless the title is as
5557 wide as the field.
5558
5b165ade
SM
55592013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * emacs-lisp/package.el (package-el-version): Remove.
5562 (package-process-define-package): Fix inf-loop.
5563 (package-install): Allow symbols as arguments again.
5564
12adebe9
DG
55652013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5566
5567 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5568 add some more keyword-like methods.
5569 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5570
388573ee
JB
55712013-06-22 Juanma Barranquero <lekktu@gmail.com>
5572
5573 * bs.el (bs-buffer-show-mark): Make defvar-local.
5574 (bs-mode): Use setq-local.
5575
5576 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5577 (emacs-lock--try-unlocking): Make defvar-local.
5578
4582a01c 55792013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 5580
2663dd23
GM
5581 * play/cookie1.el (cookie-apropos): Minor simplification.
5582
3d94f3ad
GM
5583 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5584
f72e2fdb
DG
55852013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5586
5587 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5588 `regexp-opt', it breaks the build during dumping.
5589
73eab938
DG
55902013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5591
c763842b
SM
5592 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5593 Highlight keyword-like methods on Kernel and Module with
73eab938 5594 font-lock-builtin-face.
5cf8176d
DG
5595 (auto-mode-alist): Consolidate different entries into one regexp
5596 and add more *file-s.
73eab938 5597
d26255f6
SB
55982013-06-21 Stephen Berman <stephen.berman@gmx.net>
5599
5600 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5601
5602 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5603 (diary-entry): Use it in the action of this button type instead of
5604 diary-goto-entry.
5605
5606 * calendar/todo-mode.el: New version.
5607 (todo-add-category): Append new category to end of file and give
5608 it the highest number, instead of putting it at the beginning and
5609 giving it 0. Incorporate noninteractive functionality.
5610 (todo-forward-category): Adapt to 1-based category numbering.
5611 Allow skipping over archived categories.
5612 (todo-backward-category): Derive from todo-forward-category.
5613 (todo-backward-item, todo-forward-item): Make noninteractive and
5614 delegate interactive part to new commands. Make sensitive to done items.
5615 (todo-categories): Make value an alist of category names and
5616 vectors of item counts.
5617 (todo-category-beg): Make a defconst.
5618 (todo-category-number): Use 1 instead of 0 as initial value.
5619 (todo-category-select): Make sensitive to overlays, optional item
5620 highlighting and done items.
5621 (todo-delete-item): Make sensitive to overlays and marked and done items.
5622 (todo-edit-item): Make sensitive to overlays and editing of
5623 date/time header optional. Add format checks.
5624 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5625 no-op if point is not on an item. Advertise using todo-edit-quit.
5626 (todo-edit-mode): Make sensitive to new format, font-locking, and
5627 multiple todo files.
5628 (todo-insert-item, todo-insert-item-here): Derive from
5629 todo-basic-insert-item and extend functionality.
5630 (todo-item-end, todo-item-start): Make sensitive to done items.
5631 (todo-item-string): Don't return text properties. Restore point.
5632 (todo-jump-to-category): Make sensitive to multiple todo files and
5633 todo archives. Use extended category completion.
5634 (todo-lower-item, todo-raise-item): Rename to *-priority and
5635 derive from todo-set-item-priority.
5636 (todo-mode): Derive from special-mode. Make sensitive to new
5637 format, font-locking and multiple todo files. Make read-only.
5638 (todo-mode-map): Don't suppress digit keys, so they can supply
5639 prefix arguments. Add many new key bindings.
5640 (todo-prefix): Insert as an overlay instead of file text.
5641 Change semantics from diary date expression to purely visual mark.
5642 (todo-print): Rename to todo-print-buffer. Make buffer display
5643 features printable. Remove option to restrict number of items
5644 printed. Add option to print to file.
5645 (todo-print-function): Rename to todo-print-buffer-function.
5646 (todo-quit): Extend to handle exiting new todo modes.
5647 (todo-remove-item): Make sensitive to overlays.
5648 (todo-save): Extend to buffers of filtered items.
5649 (todo-show): Make sensitive to done items, multiple todo files and
5650 new todo modes. Offer to convert legacy todo file before creating
5651 first new todo file.
5652 (todo-show-priorities): Rename to todo-top-priorities.
5653 Change semantics of value 0.
5654 (todo-top-priorities): Rename to todo-filter-top-priorities,
5655 derive from todo-filter-items and extend functionality.
5656 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5657 and extend functionality to other types of filtered items.
5658 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5659 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5660 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5661 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5662 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5663 (todo-edit-mode-hook, todo-entry-prefix-function)
5664 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5665 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5666 (todo-initials, todo-insert-threshold, todo-item-string-start)
5667 (todo-line-string, todo-menu, todo-mode-hook)
5668 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5669 (todo-print-priorities, todo-remove-separator)
5670 (todo-save-top-priorities-too, todo-string-count-lines)
5671 (todo-string-multiline-p, todo-time-string-format)
5672 (todo-tmp-buffer-name): Remove.
5673 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5674 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5675 (todo-edit-category-diary-inclusion)
5676 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5677 (todo-edit-file, todo-edit-item-date-day)
5678 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5679 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5680 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5681 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5682 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5683 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5684 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5685 (todo-filter-top-priorities-multifile, todo-find-archive)
5686 (todo-find-filtered-items-file, todo-go-to-source-item)
5687 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5688 (todo-jump-to-archive-category, todo-lower-category)
5689 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5690 (todo-move-category, todo-move-item, todo-next-button)
5691 (todo-next-item, todo-padded-string, todo-powerset)
5692 (todo-previous-button, todo-previous-item)
5693 (todo-print-buffer-to-file, todo-raise-category)
5694 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5695 (todo-set-category-number, todo-set-item-priority)
5696 (todo-set-top-priorities-in-category)
5697 (todo-set-top-priorities-in-file, todo-show-categories-table)
5698 (todo-sort-categories-alphabetically-or-numerically)
5699 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5700 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5701 (todo-toggle-item-header, todo-toggle-item-highlighting)
5702 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5703 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5704 (todo-unarchive-items, todo-unmark-category): New commands.
5705 (todo-absolute-file-name, todo-add-to-buffer-list)
5706 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5707 (todo-basic-insert-item, todo-category-completions)
5708 (todo-category-number, todo-category-string-matcher-1)
5709 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5710 (todo-check-format, todo-clear-matches)
5711 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5712 (todo-current-category, todo-date-string-matcher)
5713 (todo-define-insertion-command, todo-diary-expired-matcher)
5714 (todo-diary-goto-entry, todo-diary-item-p)
5715 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5716 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5717 (todo-done-item-section-p, todo-done-separator)
5718 (todo-done-string-matcher, todo-files, todo-filter-items)
5719 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5720 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5721 (todo-insert-category-line, todo-insert-item-from-calendar)
5722 (todo-insert-sort-button, todo-insert-with-overlays)
5723 (todo-insertion-command-name, todo-insertion-key-bindings)
5724 (todo-label-to-key, todo-longest-category-name-length)
5725 (todo-make-categories-list, todo-mode-external-set)
5726 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5727 (todo-modes-set-3, todo-multiple-filter-files)
5728 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5729 (todo-read-category, todo-read-date, todo-read-dayname)
5730 (todo-read-file-name, todo-read-time)
5731 (todo-reevaluate-category-completions-files-defcustom)
5732 (todo-reevaluate-default-file-defcustom)
5733 (todo-reevaluate-filelist-defcustoms)
5734 (todo-reevaluate-filter-files-defcustom)
5735 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5736 (todo-reset-done-separator, todo-reset-done-separator-string)
5737 (todo-reset-done-string, todo-reset-global-current-todo-file)
5738 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5739 (todo-reset-prefix, todo-set-categories)
5740 (todo-set-date-from-calendar, todo-set-show-current-file)
5741 (todo-set-top-priorities, todo-short-file-name)
5742 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5743 (todo-total-item-counts, todo-update-buffer-list)
5744 (todo-update-categories-display, todo-update-categories-sexp)
5745 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5746 New functions.
5747 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5748 New major modes.
5749 (todo-categories, todo-display, todo-edit, todo-faces)
5750 (todo-filtered): New defgroups.
5751 (todo-archived-only, todo-button, todo-category-string, todo-date)
5752 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5753 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5754 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5755 (todo-add-item-if-new-category, todo-always-add-time-string)
5756 (todo-categories-align, todo-categories-archived-label)
5757 (todo-categories-category-label, todo-categories-diary-label)
5758 (todo-categories-done-label, todo-categories-number-separator)
5759 (todo-categories-todo-label, todo-categories-totals-label)
5760 (todo-category-completions-files, todo-completion-ignore-case)
5761 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5762 (todo-done-separator-string, todo-done-string)
5763 (todo-files-function, todo-filter-done-items, todo-filter-files)
5764 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5765 (todo-initial-category, todo-initial-file, todo-item-mark)
5766 (todo-legacy-date-time-regexp, todo-mode-line-function)
5767 (todo-nondiary-marker, todo-number-prefix)
5768 (todo-print-buffer-function, todo-show-current-file)
5769 (todo-show-done-only, todo-show-first, todo-show-with-done)
5770 (todo-skip-archived-categories, todo-top-priorities-overrides)
5771 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5772 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5773 New defcustoms.
5774 (todo-category-done, todo-date-pattern, todo-date-string-start)
5775 (todo-diary-items-buffer, todo-done-string-start)
5776 (todo-filtered-items-buffer, todo-item-start)
5777 (todo-month-abbrev-array, todo-month-name-array)
5778 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5779 (todo-top-priorities-buffer): New defconsts.
5780 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5781 (todo-categories-with-marks, todo-category-string-face)
5782 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5783 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5784 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5785 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5786 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5787 (todo-font-lock-keywords, todo-global-current-todo-file)
5788 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5789 (todo-insertion-commands-args)
5790 (todo-insertion-commands-args-genlist)
5791 (todo-insertion-commands-names, todo-insertion-map)
5792 (todo-key-bindings-t, todo-key-bindings-t+a)
5793 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5794 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5795 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5796 (todo-visited): New variables.
5797
cad5d1cb
GM
57982013-06-21 Glenn Morris <rgm@gnu.org>
5799
5800 * play/cookie1.el (cookie-apropos): Add optional display argument.
5801 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5802 (psychoanalyze-pinhead): Use cookie-doctor.
5803
9e277302
JB
58042013-06-21 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * emacs-lisp/package.el (tar-get-file-descriptor)
5807 (tar--extract): Declare.
5808
c5b0993e
EW
58092013-06-21 Eduard Wiebe <usenet@pusto.de>
5810
5811 Extend flymake's warning predicate to be a function (bug#14217).
5812 * progmodes/flymake.el (flymake-warning-predicate): New.
5813 (flymake-parse-line): Use it.
5814 (flymake-warning-re): Make obsolete alias to
5815 `flymake-warning-predicate'.
5816
a7d2d465
SM
58172013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5820 (package-obsolete-list): Remove.
5821 (package-activate): Remove min-version argument. Add `force' argument.
5822 Adjust to new package-alist format.
5823 (package-mark-obsolete): Remove.
5824 (package-unpack): Force reload of the package's autoloads.
5825 (package-installed-p): Check builtins if the installed package is not
5826 recent enough.
5827 (package-initialize): Don't reset package-obsolete-list.
5828 Don't specify which package version to activate.
5829 (package-process-define-package, describe-package-1)
5830 (package-menu--generate): Adjust to new package-alist format.
5831
cedf5c9d
JB
58322013-06-21 Juanma Barranquero <lekktu@gmail.com>
5833
5834 * allout-widgets.el (allout-widgets-mode-off)
5835 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5836 (allout-widgets-post-command-business)
5837 (allout-widgets-after-copy-or-kill-function)
5838 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5839 (allout-decorate-item-and-context)
5840 (allout-graphics-modification-handler): Fix typos in docstrings.
5841 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5842
5843 * cmuscheme.el (scheme-start-file): Doc fix.
5844 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5845 (scheme-input-filter): Use `string-match-p'.
5846
5847 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5848
5849 * dired-x.el: Use Dired consistently in docstrings.
5850
5851 * dired.el: Use Dired consistently in docstrings.
5852 (dired-readin, dired-mode): Use `setq-local'.
5853 (dired-switches-alist): Make defvar-local.
5854 (dired-buffers-for-dir): Use `zerop'.
5855 (dired-safe-switches-p, dired-switches-escape-p)
5856 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5857 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5858 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5859 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5860 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5861 (dired-toggle-marks, dired-mark-files-containing-regexp)
5862 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5863 (dired-flag-auto-save-files, dired-flag-backup-files):
5864 Use `looking-at-p'.
5865 (dired-mark-files-regexp, dired-build-subdir-alist):
5866 Use `string-match-p', `looking-at-p'.
5867
5868 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5869 (direct-print-region-helper): Use `string-match-p'.
5870
aed838b5
LL
58712013-06-21 Leo Liu <sdl.web@gmail.com>
5872
cedf5c9d
JB
5873 * comint.el (comint-redirect-results-list-from-process):
5874 Fix infinite loop.
aed838b5 5875
d80a808f
LMI
58762013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5877
5878 * net/eww.el (eww-update-header-line-format): Quote % characters.
5879
e7a526e3
GM
58802013-06-21 Glenn Morris <rgm@gnu.org>
5881
5882 * play/cookie1.el (cookie): New custom group.
5883 (cookie-file): New option.
5884 (cookie-check-file): New function.
5885 (cookie): Make it interactive. Make start and end messages optional.
5886 Interactively, display the result. Default to cookie-file.
5887 (cookie-insert): Default to cookie-file.
5888 (cookie-snarf): Make start and end messages optional.
5889 Default to cookie-file. Use with-temp-buffer.
5890 (cookie-read): Rename from read-cookie.
5891 Make start and end messages optional. Default to cookie-file.
5892 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 5893 Do not autoload it.
e7a526e3
GM
5894 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5895 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5896
62efb35e
LL
58972013-06-21 Leo Liu <sdl.web@gmail.com>
5898
5899 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5900
21e3f963
GM
59012013-06-21 Glenn Morris <rgm@gnu.org>
5902
5903 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5904
fd846ab4
SM
59052013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5906 Daniel Hackney <dan@haxney.org>
5907
5908 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5909 Consolidate the single-file vs tarball code.
5910 (package-desc-suffix): New function.
5911 (package-desc-full-name): Don't bother inlining it.
5912 (package-load-descriptor): Return the new package-desc.
5913 (package-mark-obsolete): Remove unused arg `package'.
5914 (package-unpack): Make it work for single files as well.
5915 Make it update package-alist.
5916 (package--make-autoloads-and-stuff): Rename from
5917 package--make-autoloads-and-compile. Don't compile any more.
5918 (package--compile): New function.
5919 (package-generate-description-file): New function, extracted from
5920 package-unpack-single.
5921 (package-unpack-single): Remove.
5922 (package--with-work-buffer): Add indentation and debugging info.
5923 (package-download-single): Remove.
5924 (package-install-from-archive): Rename from package-download-tar, make
5925 it take a pkg-desc, and make it work for single files as well.
5926 (package-download-transaction): Simplify.
5927 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5928 external tar program.
5929 (package-install-from-buffer): Remove `pkg-desc' argument.
5930 Use package-tar-file-info for tar-mode buffers.
5931 (package-install-file): Simplify accordingly.
5932 (package-archive-base): Change to take a pkg-desc.
5933 * tar-mode.el (tar--check-descriptor): New function, extracted from
5934 tar-get-descriptor.
5935 (tar-get-descriptor): Use it.
5936 (tar-get-file-descriptor): New function.
5937 (tar--extract): New function, extracted from tar-extract.
5938 (tar--extract): Use it.
5939 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5940 case the summary uses non-ascii. Adjust to new calling convention of
5941 package-tar-file-info.
5942
b7deae5e
LL
59432013-06-21 Leo Liu <sdl.web@gmail.com>
5944
fd846ab4
SM
5945 * comint.el (comint-redirect-results-list-from-process):
5946 Fix random delay. (Bug#14681)
b7deae5e 5947
7a65a0b2
JB
59482013-06-21 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * profiler.el (profiler-format-number): Use log, not log10.
5951
1493c2af
JB
59522013-06-20 Juanma Barranquero <lekktu@gmail.com>
5953
5954 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5955
aff6371e
SM
59562013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5959 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5960 yet available.
5961 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5962 (AUTOGENEL): ... here.
5963 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5964 (cl--defsubst-expand): Use it.
5965
89561f72
PE
59662013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5967
5968 * subr.el (log10): Move here from C code, and declare as obsolete.
5969 All uses of (log10 X) replaced with (log X 10).
5970
47199123
JB
59712013-06-20 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5974 Declare with `defvar-local'.
5975 (tabulated-list-use-header-line, tabulated-list-entries)
5976 (tabulated-list-padding, tabulated-list-printer)
5977 (tabulated-list-sort-key): Declare with `defvar-local'.
5978 (tabulated-list-init-header, tabulated-list-print-fake-header):
5979 Use `setq-local'.
5980
4a172eab
MA
59812013-06-20 Michael Albinus <michael.albinus@gmx.de>
5982
47199123
JB
5983 * arc-mode.el (archive-mode): Add `archive-write-file' to
5984 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 5985
5fc0acc0
JB
59862013-06-20 Juanma Barranquero <lekktu@gmail.com>
5987
d5b27848
JB
5988 * cus-edit.el (custom-commands): Fix typos.
5989 (custom-display): Fix tooltip text.
5990 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5991 Fix typos in docstrings.
5992 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5993 (custom-unlispify-menu-entry, custom-magic-value-create)
5994 (custom-add-see-also, custom-group-value-create): Use ?\s.
5995 (custom-guess-type, customize-apropos, editable-field)
5996 (custom-face-value-create): Use `string-match-p'.
5997 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5998
5999 * custom.el (custom-load-symbol): Use `string-match-p'.
6000
a5c581d8
JB
6001 * ansi-color.el: Convert to lexical binding.
6002 (ansi-colors): Fix URL.
6003 (ansi-color-context, ansi-color-context-region): Use defvar-local.
6004 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6005 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6006
970ad972
G
60072013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6008
6009 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6010
6011 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6012
60132013-06-19 Tom Tromey <tromey@redhat.com>
6014
6015 * net/eww.el (eww-top-url): Remove.
6016 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6017 (eww-render): Set new variables. Don't set eww-top-url.
6018 (eww-handle-link): Handle "prev", "home", and "contents".
6019 Downcase the rel text.
6020 (eww-top-url): Choose best top URL.
6021
60222013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6023
6024 * net/eww.el: Rewrite to implement form elements "by hand" instead of
6025 relying in widget.el. Using widget.el leads to too many
6026 user interface inconsistencies.
6027 (eww-self-insert): Implement entering commands in text fields.
6028 (eww-process-text-input): New function to make text input field editing
6029 work.
6030 (eww-submit): Rewrite to use the new-style form methods.
6031 (eww-select-display): Display the correct selected item.
6032 (eww-change-select): Implement changing the select value.
6033 (eww-toggle-checkbox): Implement radio/checkboxes.
6034 (eww-update-field): Fix compilation error.
6035 (eww-tag-textarea): Implement <textarea>.
6036
6037 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6038 we don't shadow mode-specific bindings.
6039
6040 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6041 nothing to push.
6042
6043 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6044
4582a01c 60452013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
6046
6047 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6048
15b263dc
MA
60492013-06-19 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6052 not needed.
6053
6054 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6055
8f5297f7
LMI
60562013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6057
6058 * net/browse-url.el (browse-url-browser-function):
6059 `eww-browse-url' has the right calling signature, `eww' does not.
6060
011c4552
GM
60612013-06-19 Glenn Morris <rgm@gnu.org>
6062
2285bd27
GM
6063 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6064 Only eval autoloaded macros.
6065 (byte-compile-autoload): Only give the macro warning for macros.
6066
1d653303
GM
6067 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6068 (ps-underlined-faces): Declare.
6069
bdd779ec
GM
6070 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6071 (speedbar-add-supported-extension): Declare.
6072
011c4552
GM
6073 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6074 Don't include a date stamp in the header of the generated file;
6075 it leads to needless differences between output files.
6076
e59dfb0e
MA
60772013-06-19 Michael Albinus <michael.albinus@gmx.de>
6078
c763842b
SM
6079 * net/secrets.el (secrets-struct-secret-content-type):
6080 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 6081 Some servers do not offer introspection.
e59dfb0e 6082
102626e2
SM
60832013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * electric.el (electric-pair-mode): Improve interaction with
6086 electric-layout-mode.
6087 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6088 (electric-pair-syntax): Use text-mode-syntax-table in comments
6089 and strings.
6090 (electric-pair--insert): New function.
6091 (electric-pair-post-self-insert-function): Use it and
6092 electric--after-char-pos.
6093
ad528125
LL
60942013-06-19 Leo Liu <sdl.web@gmail.com>
6095
6096 * progmodes/octave.el (octave-help): Fix regexp.
6097
924d6997
G
60982013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6099
6100 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6101 (shr-table-horizontal-line): Allow nil as a value, and change the
6102 default.
6103 (shr-insert-table-ruler): Respect the nil value.
6104
61052013-06-18 Tom Tromey <tromey@barimba>
6106
6107 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6108 New defvars.
6109 (eww-open-file): New defun.
6110 (eww-render): Initialize new variables.
6111 (eww-display-html): Handle "link" and "a".
6112 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6113 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
6114 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
6115 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6116 New defuns.
924d6997 6117
d1bbba4f
DG
61182013-06-18 Dmitry Gutov <dgutov@yandex.ru>
6119
6120 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6121 Distinguish ternary operator tokens from slash symbol and slash
6122 char literal.
6123
14dd22d2
JB
61242013-06-18 Juanma Barranquero <lekktu@gmail.com>
6125
6126 Convert symbol prettification into minor mode and global minor mode.
6127
6128 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6129 `prog-prettify-symbols', and make a local defvar instead of defcustom.
6130 (prettify-symbols--keywords): Rename from
6131 `prog-prettify-symbols-alist' and make a local defvar.
6132 (prettify-symbols--compose-symbol): Rename from
6133 `prog--prettify-font-lock-compose-symbol'.
6134 (prettify-symbols--make-keywords): Rename from
6135 `prog-prettify-font-lock-symbols-keywords' and simplify.
6136 (prog-prettify-install): Remove.
6137 (prettify-symbols-mode): New minor mode, based on
6138 `prog-prettify-install'.
6139 (turn-on-prettify-symbols-mode): New function.
6140 (global-prettify-symbols-mode): New globalized minor mode.
6141
6142 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6143 * progmodes/cfengine.el (cfengine3-mode):
6144 * progmodes/perl-mode.el (perl-mode): Don't call
6145 `prog-prettify-install'; set `prettify-symbols-alist' instead.
6146
292c880c
JL
61472013-06-18 Juri Linkov <juri@jurta.org>
6148
6149 * files-x.el (modify-file-local-variable-message): New function.
6150 (modify-file-local-variable)
6151 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6152 and call `modify-file-local-variable-message' when it's non-nil.
6153 (add-file-local-variable, delete-file-local-variable)
6154 (add-file-local-variable-prop-line)
6155 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6156 and use it. (Bug#9820)
6157
0950aa27
JL
61582013-06-18 Juri Linkov <juri@jurta.org>
6159
6160 * emulation/vi.el (vi-shell-op):
6161 * emulation/vip.el (vip-execute-com, ex-command):
6162 * emulation/viper-cmd.el (viper-exec-bang):
6163 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6164 the call of `shell-command-on-region'. (Bug#14637)
6165
6166 * simple.el (shell-command-on-region): Doc fix.
6167
8fbcca16
SM
61682013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6171 (bug#14633).
6172
dd7426ea
GM
61732013-06-18 Glenn Morris <rgm@gnu.org>
6174
4ba54f7d
GM
6175 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6176
dd7426ea
GM
6177 * newcomment.el (comment-search-forward, comment-search-backward):
6178 Doc fix. (Bug#14376)
6179
58aa805b
JB
61802013-06-18 Juanma Barranquero <lekktu@gmail.com>
6181
6182 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6183 (buffer-face-mode-invoke): Doc fix.
6184
9a08a617
MM
61852013-06-18 Matthias Meulien <orontee@gmail.com>
6186
6187 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 6188 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 6189
f2f426ca
GM
61902013-06-18 Glenn Morris <rgm@gnu.org>
6191
9445f99b
GM
6192 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6193 Replace obsolete function generic-make-keywords with its expansion.
6194
e0df2d14
GM
6195 * progmodes/python.el (ffap-alist): Declare.
6196
f2f426ca
GM
6197 * textmodes/reftex.el (bibtex-mode-map): Declare.
6198
f7f9a720
SM
61992013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6202 (package-unpack, package-unpack-single): Return the pkg-dir.
6203 (package-download-transaction): Use it to update package-alist.
6204
57ff04e0
LMI
62052013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6206
6207 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6208 possible choice.
6209
c048c022
JL
62102013-06-17 Juri Linkov <juri@jurta.org>
6211
6212 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6213
b5bcaee5
DG
62142013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6215
a020afb9
JB
6216 * emacs-lisp/package.el (package-load-descriptor):
6217 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
6218 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6219
551e07e5
JB
62202013-06-17 Juanma Barranquero <lekktu@gmail.com>
6221
6222 * startup.el (command-line): Expand package name returned by
6223 `package--description-file' (bug#14639).
6224
d363bffb
DG
62252013-06-17 Dmitry Gutov <dgutov@yandex.ru>
6226
6227 * emacs-lisp/package.el (package-load-descriptor): Do not call
6228 `emacs-lisp-mode', just use its syntax table.
6229
f612933b
JB
62302013-06-17 Juanma Barranquero <lekktu@gmail.com>
6231
6232 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6233 `font-lock-extra-managed-props' if any prettifying keyword is added.
6234 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6235 (prog-mode): Use `setq-local'.
6236
db3b7db5
SM
62372013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * international/characters.el (standard-case-table): Set syntax of ?»
6240 and ?« to punctuation.
6241
f3d674df
JB
62422013-06-16 Juanma Barranquero <lekktu@gmail.com>
6243
6244 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6245 Save relevant match data before calling `syntax-ppss' (bug#14595).
6246
31489a32
JL
62472013-06-15 Juri Linkov <juri@jurta.org>
6248
6249 * files-x.el (modify-file-local-variable-prop-line): Add local
6250 variables to the end of the existing comment on the first line.
6251 Use `file-auto-mode-skip' to skip interpreter magic line,
6252 and also skip XML declaration.
6253
66bd25ab
SM
62542013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * startup.el (package--builtin-versions): New var.
6257 (package-subdirectory-regexp): Remove.
6258 (package--description-file): Hard code its value instead.
6259
6260 * emacs-lisp/package.el: Don't activate packages older than builtin.
6261 (package-obsolete-list): Rename from package-obsolete-alist, and make
6262 it into a simple list of package-desc.
6263 (package-strip-version): Remove.
6264 (package-built-in-p): Use package--builtin-versions.
6265 (package-mark-obsolete): Simplify.
6266 (package-process-define-package): Mark it obsolete if older than the
6267 builtin version.
6268 (package-handle-response): Use line-end-position.
6269 (package-read-archive-contents, package--download-one-archive):
6270 Simplify.
6271 (package--add-to-archive-contents): Skip if older than the builtin or
6272 installed version.
6273 (package-menu-describe-package): Fix last change.
6274 (package-list-unversioned): New var.
6275 (package-menu--generate): Use it.
6276
6277 * emacs-lisp/autoload.el: Manage package--builtin-versions.
6278 (autoload--insert-text, autoload--insert-cookie-text): New functions.
6279 (autoload-builtin-package-versions): New variable.
6280 (autoload-generate-file-autoloads): Use them.
6281 Remove the list of autoloaded functions/macros from the
6282 (autoload...) comments.
6283
6284 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6285
9583ec36
EZ
62862013-06-15 Eli Zaretskii <eliz@gnu.org>
6287
6288 * simple.el (line-move-partial): Don't jump to the next screen
6289 line as soon as it becomes visible. Instead, continue enlarging
6290 the vscroll until the portion of a tall screen line that's left on
6291 display is about the height of the frame's default font.
6292 (Bug#14567)
6293
f0100d8a
GM
62942013-06-15 Glenn Morris <rgm@gnu.org>
6295
b86a85ca
GM
6296 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6297 compilation-error-regexp-alist void, or local while let-bound.
6298
f0100d8a
GM
6299 * progmodes/make-mode.el (makefile-mode-syntax-table):
6300 Treat "=" as punctuation. (Bug#14614)
6301
05e7ce90
JB
63022013-06-15 Juanma Barranquero <lekktu@gmail.com>
6303
6304 * help-fns.el (describe-variable):
6305 Add extra line for permanent-local variables.
6306
12e5e86e
SH
63072013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6308
6309 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6310 Add export, import, library. (Bug#9164)
6311 (library): Set indent function.
6312
230dcbaf
GM
63132013-06-14 Glenn Morris <rgm@gnu.org>
6314
6315 * term/xterm.el (xterm--query):
6316 Stop after first matching handler. (Bug#14615)
6317
e36b2d20 63182013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
6319
6320 Add support for dired in saveplace.
6321 * dired.el (dired-initial-position-hook): New variable.
6322 (dired-initial-position): Call hook to place cursor position.
6323 * saveplace.el (save-place-to-alist): Add dired position.
6324 (save-place-dired-hook): New function.
6325
0b31660d
SM
63262013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6327
bf1e6ae8
SM
6328 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6329 through a symbol rather than letrec.
6330
1b8dff23
SM
6331 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6332 (package-desc): Add `dir' field.
6333 (package-desc-full-name): New function.
6334 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6335 (package-maybe-load-descriptor): Remove.
6336 (package-load-all-descriptors): Just call package-load-descriptor.
6337 (package--disabled-p): New function.
6338 (package-desc-vers, package-desc-doc): Remove aliases.
6339 (package--dir): Remove function.
6340 (package-activate): Check if a package is disabled.
6341 (package-process-define-package): New function, extracted from
6342 define-package.
6343 (define-package): Turn into a place holder.
6344 (package-unpack-single, package-tar-file-info):
6345 Use package--description-file.
6346 (package-compute-transaction): Use package--disabled-p.
6347 (package-download-transaction): Don't call
6348 package-maybe-load-descriptor since they're all loaded anyway.
6349 (package-install): Change argument to be a pkg-desc.
6350 (package-delete): Use a single pkg-desc argument.
6351 (describe-package-1): Use package-desc-dir instead of package--dir.
6352 Use package-desc property instead of package-symbol.
6353 (package-install-button-action): Adjust accordingly.
6354 (package--push): Rewrite.
6355 (package-menu--print-info): Adjust accordingly. Change the ID format
6356 to be a pkg-desc.
6357 (package-menu-describe-package, package-menu-get-status)
6358 (package-menu--find-upgrades, package-menu-mark-upgrades)
6359 (package-menu-execute, package-menu--name-predicate):
6360 Adjust accordingly.
6361 * startup.el (package--description-file): New function.
6362 (command-line): Use it.
6363 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6364 Use package-desc-version.
6365
0b31660d
SM
6366 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6367 (byte-compile-preprocess): Use it.
6368 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6369 can't quite recognize.
6370 (byte-compile-add-to-list): Remove.
6371 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6372 (cconv-closure-convert): Add assertion.
6373
6374 * emacs-lisp/map-ynp.el: Use lexical-binding.
6375 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6376 Factor out some repeated code.
6377
de0503df
SM
63782013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * subr.el (with-eval-after-load): New macro.
6381 (eval-after-load): Allow form to be a function.
6382 take advantage of lexical-binding.
6383 (do-after-load-evaluation): Use dolist and adjust to new format.
6384 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6385
bc5c8c5a
JL
63862013-06-13 Juri Linkov <juri@jurta.org>
6387
6388 * replace.el (perform-replace): Display "symbol " and other search
6389 modes from `isearch-message-prefix' in the *Help* buffer.
6390
6391 * isearch.el (isearch-query-replace): Add " symbol" and other
6392 possible search modes from `isearch-message-prefix' to the prompt.
6393 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6394 when reading a regexp to collect.
6395
a22289f7
JL
63962013-06-13 Juri Linkov <juri@jurta.org>
6397
6398 * isearch.el (word-search-regexp): Match whitespace if the search
6399 string begins or ends in whitespace. The LAX arg is applied to
6400 both ends of the search string. Use `regexp-quote' and explicit
6401 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6402 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6403 boundaries are replaced with symbol boundaries, and characters
6404 between symbols match non-word non-symbol syntax. (Bug#14602)
6405
cb89acab
JL
64062013-06-13 Juri Linkov <juri@jurta.org>
6407
6408 * isearch.el (isearch-del-char): Don't exceed the length of
6409 `isearch-string' by the prefix arg. (Bug#14563)
6410
6e8cfc81
JL
64112013-06-13 Juri Linkov <juri@jurta.org>
6412
6413 * isearch.el (isearch-yank-word, isearch-yank-line)
6414 (isearch-char-by-name, isearch-quote-char)
6415 (isearch-printing-char, isearch-process-search-char):
6416 Add optional count prefix arg. (Bug#14563)
6417
6418 * international/isearch-x.el
6419 (isearch-process-search-multibyte-characters):
6420 Add optional count prefix arg.
6421
c23d55f4
VS
64222013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6425 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6426 lexical-binding.
6427
64282013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6429
6430 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6431
ba947bc4
GM
64322013-06-13 Glenn Morris <rgm@gnu.org>
6433
8baeb37a
GM
6434 * startup.el (tty-handle-args):
6435 Don't just discard "--" and anything after. (Bug#14608)
6436
ba947bc4
GM
6437 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6438
9abefce4
MA
64392013-06-13 Michael Albinus <michael.albinus@gmx.de>
6440
6441 Implement changes in Secret Service API. Make it backward compatible.
6442 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6443 (secrets-create-item): Use it. Prefix properties with interface.
6444
5755011f
MH
64452013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6446
6447 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6448 (term-emulate-terminal): Respect term-suppress-hard-newline.
6449
1261d2da
S
64502013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6451
6452 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6453 Only remove a `thumb-file' overlay. (Bug#14548)
6454
868490bb
GJ
64552013-06-12 Grégoire Jadi <daimrod@gmail.com>
6456
6457 * mail/reporter.el (reporter-submit-bug-report):
6458 Handle missing package-name. (Bug#14600)
6459
79d7167f
TH
64602013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6461
6462 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6463 (reftex-citation-prompt, reftex-default-bibliography)
6464 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6465 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6466 (reftex-bib-sort-author, reftex-bib-sort-year)
6467 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6468 (reftex-extract-bib-entries-from-thebibliography)
6469 (reftex-get-bibkey-default, reftex-get-bib-names)
6470 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6471 (reftex-format-bib-entry, reftex-parse-bibitem)
6472 (reftex-format-bibitem, reftex-do-citation)
6473 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6474 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6475 (reftex-insert-bib-matches, reftex-format-citation)
6476 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6477 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6478 existing comments into docstrings.
6479
5f9dbd7a
XF
64802013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6481
6482 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6483
94df41ab
AS
64842013-06-12 Andreas Schwab <schwab@suse.de>
6485
6486 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6487 for auto-save files.
6488
a7f3fecc
GM
64892013-06-12 Glenn Morris <rgm@gnu.org>
6490
001809f6
GM
6491 * ido.el (ido-delete-ignored-files): Remove.
6492 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6493 Go back to calling ido-ignore-item-p directly.
a7f3fecc 6494
834b5ded
EL
64952013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6496
08c73ed2
EL
6497 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6498
834b5ded
EL
6499 * ido.el (ido-delete-ignored-files): New function,
6500 split from ido-make-file-list-1.
6501 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6502 (ido-make-file-list-1): Use ido-delete-ignored-files.
6503
daabf15a
LL
65042013-06-12 Leo Liu <sdl.web@gmail.com>
6505
6506 * progmodes/octave.el (inferior-octave-startup)
6507 (inferior-octave-completion-table)
6508 (inferior-octave-track-window-width-change)
6509 (octave-eldoc-function-signatures, octave-help)
6510 (octave-find-definition): Use single quoted strings.
6511 (inferior-octave-startup-args): Change default value.
6512 (inferior-octave-startup): Do not hard code "-i" and
6513 "--no-line-editing".
6514 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6515 (inferior-octave-directory-tracker): Use it.
6516 (octave-goto-function-definition): Robustify.
6517 (octave-help): Support highlighting operators in 'See also'.
6518 (octave-find-definition): Find subfunctions only in Octave mode.
6519
cf4e5178
SM
65202013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * help-fns.el (help-fns--compiler-macro): If the handler function is
6523 named, then put a link to it.
6524 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6525 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6526 (cl-typep): Use it.
6527 (cl-eval-when): Simplify debug spec.
6528 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6529 compiler-macro function instead of setting `compiler-macro-file'.
6530
99c81280 65312013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
6532
6533 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6534 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6535
f56be016
SM
65362013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6537 Daniel Hackney <dan@haxney.org>
6538
6539 First part of Daniel Hackney's patch to package.el.
6540 * emacs-lisp/package.el: Use defstruct.
6541 (package-desc): New, main struct.
6542 (package--bi-desc, package--ac-desc): New structs, used to describe the
6543 format in external files.
6544 (package-desc-vers): Replace with package-desc-version accessor.
6545 (package-desc-doc): Replace with package-desc-summary accessor.
6546 (package-activate-1): Remove `package' arg since the pkg-vec now
6547 includes the name.
6548 (define-package): Use package-desc-from-define.
6549 (package-unpack-single): Change file-name arg to be a symbol.
6550 (package--add-to-archive-contents): Use package-desc-create and new
6551 accessor functions to package--ac-desc.
6552 (package-buffer-info, package-tar-file-info): Return a package-desc.
6553 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6554 arg to be a package-desc.
6555 (package-install-file): Adjust accordingly. Use \' to match EOS.
6556 (package--from-builtin): New function.
6557 (describe-package-1, package-menu--generate): Use it.
6558 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6559 (package-generate-autoloads): Idem and return the name of the file.
6560 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6561 Change pkg-info arg to be a package-desc.
6562 Use package-make-ac-desc.
6563 (package-upload-file): Use \' to match EOS.
6564 * finder.el (finder-compile-keywords): Use package-make-builtin.
6565
31119d63
SM
65662013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6567
931a2762
SM
6568 * vc/vc.el (vc-deduce-fileset): Change error message.
6569 (vc-read-backend): New function.
6570 (vc-next-action): Use it.
6571
5a3eb0c6
SM
6572 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6573
e3eb1bb7
SM
6574 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6575 (prolog-font-lock-keywords): Use regexp-opt instead.
6576 Don't manually highlight strings.
6577 (prolog-mode-variables): Simplify comment-start-skip.
6578 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6579
31119d63
SM
6580 * emacs-lisp/generic.el (generic--normalise-comments)
6581 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6582 (generic-mode-set-comments): Use them.
6583 (generic-bracket-support): Use setq-local.
6584 (generic-make-keywords-list): Declare obsolete.
6585
7de135d0
GM
65862013-06-11 Glenn Morris <rgm@gnu.org>
6587
6588 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6589 Prettify after setting font-lock-defaults. (Bug#14574)
6590
fa6bc6fd
JB
65912013-06-11 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * replace.el (query-replace, occur-read-regexp-defaults-function)
6594 (replace-search):
6595 * subr.el (declare-function, number-sequence, local-set-key)
6596 (substitute-key-definition, locate-user-emacs-file)
6597 (with-silent-modifications, split-string, eval-after-load):
6598 Fix typos, remove unneeded backslashes and reflow some docstrings.
6599
cf1f9b9a
SM
66002013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6603 default for Elisp files.
6604
56602a4b
GM
66052013-06-11 Glenn Morris <rgm@gnu.org>
6606
6607 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6608 although define-derived-mode was doing this anyway. (Bug#14583)
6609
30ae0b2c
JB
66102013-06-10 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6613 Fix make-variable-buffer-local call to refer to the correct variable.
6614
fa472906
AG
66152013-06-10 Aidan Gauland <aidalgol@amuri.net>
6616
6617 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
6618 (eshell-visual-subcommands, eshell-visual-options):
6619 Add summary line to docstrings. Add cross-references.
fa472906 6620
ff4871b9
GM
66212013-06-10 Glenn Morris <rgm@gnu.org>
6622
6623 * epa.el (epa-read-file-name): New function. (Bug#14510)
6624 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6625
04fcf1b0
AG
66262013-06-09 Aidan Gauland <aidalgol@amuri.net>
6627
6628 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6629 output redirection to be ignored with visual commands.
6630
88b00caa
AG
66312013-06-09 Aidan Gauland <aidalgol@amuri.net>
6632
6633 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
6634 (eshell-term-initialize): Move long lambda to separate function
6635 eshell-visual-command-p.
e7b41c4c
JB
6636 * eshell/em-dirs.el (eshell-dirs-initialise):
6637 * eshell/em-script.el (eshell-script-initialize):
6638 Add missing #' to lambda.
88b00caa 6639
fda74125
LL
66402013-06-08 Leo Liu <sdl.web@gmail.com>
6641
6642 * progmodes/octave.el (octave-add-log-current-defun): New function.
6643 (octave-mode): Set add-log-current-defun-function.
6644 (octave-goto-function-definition): Do not move point if not found.
6645 (octave-find-definition): Enhance to try subfunctions first.
6646
467f3b33
GM
66472013-06-08 Glenn Morris <rgm@gnu.org>
6648
6649 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6650 (byte-compile-backward-char, byte-compile-backward-word):
6651 Improve previous change, to handle non-explicit nil.
6652
544badc3
SM
66532013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6656 (smie--opener/closer-at-point): New function.
6657 (smie--matching-block-data): Use it. Don't match from right after an
6658 opener or right before a closer. Obey smie-blink-matching-inners.
6659 Don't signal a mismatch for repeated inners like "switch..case..case".
6660
a175bf33
LL
66612013-06-07 Leo Liu <sdl.web@gmail.com>
6662
6663 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6664 to t. (Bug#14303)
ce8209d4
LL
6665 (octave-function-header-regexp): Fix. (Bug#14570)
6666 (octave-help-mode-finish-hook, octave-help-mode-finish):
6667 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
6668
6669 * newcomment.el (comment-search-backward): Revert last change.
6670 (Bug#14434)
6671
6672 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6673
a822acff
EZ
66742013-06-07 Eli Zaretskii <eliz@gnu.org>
6675
6676 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6677 through xargs, to avoid failure due to MS-Windows limitations on
6678 command-line length.
6679
961166f5
GM
66802013-06-06 Glenn Morris <rgm@gnu.org>
6681
d0341459
GM
6682 * font-lock.el (lisp-font-lock-keywords-2):
6683 Treat user-error like error.
6684
961166f5
GM
6685 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6686 (byte-compile-backward-char, byte-compile-backward-word):
6687 Handle explicit nil arguments. (Bug#14565)
6688
80fa505f
AM
66892013-06-05 Alan Mackenzie <acm@muc.de>
6690
6691 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 6692 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 6693 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 6694 (Bug#9706)
80fa505f 6695
fccdc796
SM
66962013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * autorevert.el (auto-revert-notify-handler): Use memq.
6699 Hide assertion failure.
6700
6701 * skeleton.el: Use cl-lib.
6702 (skeleton-further-elements): Use defvar-local.
6703 (skeleton-insert): Use cl-progv.
6704
9bfff84b
TZ
67052013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6706
6707 * progmodes/prog-mode.el (prog-prettify-symbols)
6708 (prog-prettify-install): Update docstrings.
6709
55577e7c
SM
67102013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * simple.el: Move all the prog-mode code to prog-mode.el.
6713 * progmodes/prog-mode.el: New file.
6714 * loadup.el: Add prog-mode.el.
6715
8fc57765
TZ
67162013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6717
6718 * simple.el (prog-prettify-symbols): Add version.
6719 (prog-prettify-install): Add convenience function to prettify symbols.
6720
6721 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6722 (perl--augmented-font-lock-keywords-1)
6723 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6724 variables and use it.
6725
6726 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6727 (cfengine3-mode): Remove unneeded variable and use it.
6728
6729 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6730 (lisp--augmented-font-lock-keywords-1)
6731 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6732 Remove unneeded variables and use it.
6733
650645d5 67342013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
6735
6736 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 6737 to point when opening the connection. (Bug#14380)
28f5da6d 6738
781b4af6
SM
67392013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * subr.el (load-history-regexp, load-history-filename-element)
6742 (eval-after-load, after-load-functions, do-after-load-evaluation)
6743 (eval-next-after-load, display-delayed-warnings)
6744 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6745 definition of save-match-data.
6746 (overriding-local-map): Remove accidental obsolescence declaration.
6747
6748 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6749
3ca0d0b4
TZ
67502013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6751
6752 Generalize symbol prettify support to prog-mode and implement it
6753 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6754 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6755 (prog--prettify-font-lock-compose-symbol)
6756 (prog-prettify-font-lock-symbols-keywords): New variables and
6757 functions to support symbol prettification.
6758 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6759 (lisp--augmented-font-lock-keywords-1)
6760 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6761 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6762 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
6763 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6764 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
6765 * progmodes/perl-mode.el (perl-prettify-symbols)
6766 (perl--font-lock-compose-symbol)
6767 (perl--font-lock-symbols-keywords): Move to prog-mode.
6768 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6769 (perl-font-lock-keywords-1)
6770 (perl-font-lock-keywords-2): Remove explicit prettify support.
6771 (perl--augmented-font-lock-keywords)
6772 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
6773 (perl--augmented-font-lock-keywords-2, perl-mode):
6774 Implement prettify support.
3ca0d0b4 6775
976cb066
LL
67762013-06-05 Leo Liu <sdl.web@gmail.com>
6777
6778 Re-implement smie matching block highlight using
6779 show-paren-data-function. (Bug#14395)
6780 * emacs-lisp/smie.el (smie-matching-block-highlight)
6781 (smie--highlight-matching-block-overlay)
6782 (smie--highlight-matching-block-lastpos)
6783 (smie-highlight-matching-block)
6784 (smie-highlight-matching-block-mode): Remove.
6785 (smie--matching-block-data-cache): New variable.
6786 (smie--matching-block-data): New function.
6787 (smie-setup): Use smie--matching-block-data for
6788 show-paren-data-function.
6789
6790 * progmodes/octave.el (octave-mode-menu): Fix.
6791 (octave-find-definition): Skip garbage lines.
6792
208d0342
SM
67932013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 Fix compilation error with simultaneous dynamic+lexical scoping.
6796 Add warning when a defvar appears after the first let-binding.
6797 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6798 (byte-compile-close-variables): Initialize it.
6799 (byte-compile--declare-var): New function.
6800 (byte-compile-file-form-defvar)
6801 (byte-compile-file-form-define-abbrev-table)
6802 (byte-compile-file-form-custom-declare-variable): Use it.
6803 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6804 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6805 (byte-compile-bind): Handle dynamic bindings that shadow
6806 lexical bindings.
6807 (byte-compile-unbind): Make arg non-optional.
6808 (byte-compile-let): Simplify.
6809 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6810 (cconv--analyse-function, cconv-analyse-form): Populate it.
6811 Protect byte-compile-bound-variables to limit the scope of defvars.
6812 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6813 Remove unneeded rule for `declare'.
6814
6815 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6816 so as to avoid depending on cl-adjoin at run-time.
6817 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6818
6819 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6820 (macroexp--warn-and-return): Use it.
6821
1ac2891e
GM
68222013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * lisp/subr.el: Convert to lexical binding.
6825 (overriding-local-map): Make obsolete.
6826 (add-to-list): Doc fix. Add compiler macro.
6827 (read-key): Swap values of local maps.
6828
2587b005
LL
68292013-06-05 Leo Liu <sdl.web@gmail.com>
6830
6831 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6832
f1da3c88
LL
68332013-06-04 Leo Liu <sdl.web@gmail.com>
6834
6835 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6836 (compilation-auto-jump): Suppress the "Mark set" message to give
6837 way to exit message.
6838
3caa391f
AM
68392013-06-04 Alan Mackenzie <acm@muc.de>
6840
6841 Remove faulty optimisation from indentation calculation.
6842 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6843 search limit based on 2000 characters back from indent-point.
6844
068922a2
TH
68452013-06-03 Tassilo Horn <tsdh@gnu.org>
6846
6847 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6848
1f8fdd53
SM
68492013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6850
bbcc4d97
SM
6851 * emacs-lisp/lisp.el: Use lexical-binding.
6852 (lisp--local-variables-1, lisp--local-variables): New functions.
6853 (lisp--local-variables-completion-table): New var.
208d0342 6854 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 6855
1f8fdd53
SM
6856 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6857 eagerly (bug#14422).
6858
c9628c79
MA
68592013-06-03 Michael Albinus <michael.albinus@gmx.de>
6860
6861 * autorevert.el (auto-revert-notify-enabled)
6862 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6863 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6864 (auto-revert-notify-handler): Handle also gfilenotify.
6865
e7b41c4c 6866 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 6867 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 6868 Remove.
c9628c79 6869
e5e4a942
JL
68702013-06-03 Juri Linkov <juri@jurta.org>
6871
6872 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6873 `M-s h .'. (Bug#14427)
6874
6875 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6876 command `hi-lock-face-symbol-at-point'.
6877 (hi-lock-face-symbol-at-point): New command.
6878 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6879 (hi-lock-menu): Add `highlight-symbol-at-point'.
6880 (hi-lock-mode): Doc fix.
6881
6882 * isearch.el (isearch-forward-symbol-at-point): New command.
6883 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6884 (isearch-highlight-regexp): Add a regexp which matches
6885 words/symbols for word/symbol mode.
6886
6887 * subr.el (find-tag-default-bounds): New function with the body
6888 mostly moved from `find-tag-default'.
6889 (find-tag-default): Move most code to `find-tag-default-bounds',
6890 call it and apply `buffer-substring-no-properties' afterwards.
6891
26b3353a
TH
68922013-06-03 Tassilo Horn <tsdh@gnu.org>
6893
781b4af6
SM
6894 * eshell/em-term.el (eshell-term-initialize):
6895 Use `cl-intersection' rather than `intersection'.
26b3353a 6896
51b60f53
XF
68972013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6898
fe054b63 6899 * vc/log-view.el: Doc fix.
d3ffe17c 6900 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 6901
a0eb10b3 69022013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
6903
6904 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6905 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6906 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6907 (eieio-unbound, eieio-default-superclass)
6908 (eieio--define-field-accessors, method-static, method-before)
6909 (method-primary, method-after, method-num-lists)
6910 (method-generic-before, method-generic-primary)
6911 (method-generic-after, method-num-slots)
6912 (eieio-specialized-key-to-generic-key)
6913 (eieio--check-type, class-v, class-p)
6914 (eieio-class-name, define-obsolete-function-alias)
6915 (eieio-class-parents-fast, eieio-class-children-fast)
6916 (same-class-fast-p, class-constructor, generic-p)
6917 (generic-primary-only-p, generic-primary-only-one-p)
6918 (class-option-assoc, class-option, eieio-object-p)
6919 (class-abstract-p, class-method-invocation-order)
6920 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6921 (eieio-class-un-autoload, eieio-defclass)
6922 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6923 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6924 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6925 (eieio-defgeneric-reset-generic-form)
6926 (eieio-defgeneric-form-primary-only)
6927 (eieio-defgeneric-reset-generic-form-primary-only)
6928 (eieio-defgeneric-form-primary-only-one)
6929 (eieio-defgeneric-reset-generic-form-primary-only-one)
6930 (eieio-unbind-method-implementations)
6931 (eieio--defmethod, eieio--typep)
6932 (eieio-perform-slot-validation, eieio-validate-slot-value)
6933 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6934 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6935 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6936 (eieio-slot-name-index, eieio-class-slot-name-index)
6937 (eieio-set-defaults, eieio-initarg-to-attribute)
6938 (eieio-attribute-to-initarg, eieio-c3-candidate)
6939 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6940 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6941 (eieio-class-precedence-list, eieio-generic-call-methodname)
6942 (eieio-generic-call-arglst, eieio-generic-call-key)
6943 (eieio-generic-call-next-method-list)
6944 (eieio-pre-method-execution-functions, eieio-generic-call)
6945 (eieio-generic-call-primary-only, eieiomt-method-list)
6946 (eieiomt-optimizing-obarray, eieiomt-install)
6947 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6948 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 6949 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
6950 (defclass): Remove `eval-and-compile' from macro.
6951 (call-next-method, shared-initialize): Instead of using
6952 `scoped-class' variable, use new eieio--scoped-class, and
6953 eieio--with-scoped-class.
6954 (initialize-instance): Rename local variable 'scoped-class' to
6955 'this-class' to remove ambiguitity from old global.
6956
6957 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6958 eieio.el.
4f405069
JB
6959 (eieio--scoped-class-stack): New variable.
6960 (eieio--scoped-class): New fcn.
890f7890
DE
6961 (eieio--with-scoped-class): New scoping macro.
6962 (eieio-defclass): Use pushnew instead of add-to-list.
6963 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6964 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6965 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6966 `scoped-class' variable, use new eieio--scoped-class, and
6967 eieio--with-scoped-class.
6968
6969 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6970
d105b0e2
TH
69712013-06-02 Tassilo Horn <tsdh@gnu.org>
6972
6973 * eshell/esh-ext.el (eshell-external-command): Pass args to
6974 `eshell-find-interpreter'.
6975 (eshell-find-interpreter): Add new second parameter ARGS.
6976
6977 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 6978 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6979
6980 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 6981 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6982
6983 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6984 (eshell-visual-options): New defcustom.
6985 (eshell-escape-control-x): Adapt docstring.
6986 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6987 `eshell-visual-options' in addition to `eshell-visual-commands'.
6988 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6989
f46305c8 69902013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
6991
6992 * progmodes/python.el (python-indent-block-enders): Add break,
6993 continue and raise keywords.
6994
d870df21
GM
69952013-06-01 Glenn Morris <rgm@gnu.org>
6996
9133b82e
GM
6997 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6998
02c992ec 6999 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
7000 * progmodes/cc-cmds.el (delete-forward-p):
7001 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7002 * progmodes/cc-engine.el (buffer-syntactic-context):
7003 * progmodes/cc-fonts.el (face-property-instance):
7004 * progmodes/cc-mode.el (set-keymap-parents):
7005 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7006 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7007 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
7008 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7009 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 7010
31e7b090
GM
7011 * progmodes/cc-vars.el (other): Emacs has this widget since
7012 at least 21.1, so don't (re)define it.
7013
d870df21
GM
7014 * eshell/em-cmpl.el (eshell-cmpl-initialize):
7015 Replace the obsolete alias pcomplete-arg-quote-list.
7016
c75c93c7
LL
70172013-06-01 Leo Liu <sdl.web@gmail.com>
7018
7019 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7020 punctuation syntax.
7021 (inferior-octave-minimal-columns)
7022 (inferior-octave-last-column-width): New variables.
7023 (inferior-octave-track-window-width-change): New function.
7024 (inferior-octave-mode): Adjust column width so that Octave output,
7025 for example from 'ls', can fit into the window nicely.
7026
973d1e12
DG
70272013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7028
7029 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7030 Highlight expansions inside regexp literals.
7031
0888c286
GM
70322013-05-31 Glenn Morris <rgm@gnu.org>
7033
e26aac1f
GM
7034 * obsolete/sym-comp.el (symbol-complete):
7035 Replace obsolete completion-annotate-function.
7036
0888c286
GM
7037 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7038
19bb8e62
DG
70392013-05-31 Dmitry Gutov <dgutov@yandex.ru>
7040
781b4af6
SM
7041 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7042 New function, checks if point is inside a literal that allows
19bb8e62
DG
7043 expression expansion.
7044 (ruby-syntax-propertize-expansion): Use it.
7045 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7046 around the body.
7047
01dea85f
JL
70482013-05-30 Juri Linkov <juri@jurta.org>
7049
7050 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7051 to "\M-si".
7052 (isearch-invisible): New variable.
7053 (isearch-forward): Doc fix.
7054 (isearch-mode): Set `isearch-invisible'
7055 to the value of `search-invisible'.
7056 (isearch-toggle-case-fold): Doc fix.
7057 (isearch-toggle-invisible): New command.
7058 (isearch-query-replace): Let-bind `search-invisible'
7059 to the value of `isearch-invisible'.
7060 (isearch-search): Use `isearch-invisible' instead of
7061 `search-invisible'. Let-bind `search-invisible'
7062 to the value of `isearch-invisible'. (Bug#11378)
7063
ab1bdce5
JL
70642013-05-30 Juri Linkov <juri@jurta.org>
7065
7066 * replace.el (perform-replace): Avoid `isearch-range-invisible'
7067 call when `query-flag' is nil and `search-invisible' is non-nil.
7068 (Bug#11746)
7069
d6d236e2
GM
70702013-05-30 Glenn Morris <rgm@gnu.org>
7071
8accd027
GM
7072 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7073
2a8bed1c
GM
7074 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7075 (cc-require): Suppress spurious "noruntime" warnings.
7076 (cc-require-when-compile): Use fboundp, for sake of compiler.
7077
d6d236e2
GM
7078 * progmodes/cc-mode.el: Move load of cc-vars before that of
7079 cc-langs (which in turn loads cc-vars), to quieten compiler.
7080
9190b35b
SM
70812013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * paren.el: Simplify the code.
7084 (show-paren-mode): Always start the timer.
7085 (show-paren--idle-timer): Rename from show-paren-idle-timer.
7086 (show-paren--overlay, show-paren--overlay-1): Rename from
7087 show-paren-overlay and show-paren-overlay-1, and initialize to an
7088 overlay rather than to nil.
7089 (show-paren-function): Misc cleanup and simplifications.
7090
4f8d1cf6
SM
70912013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * paren.el (show-paren-data-function): New hook.
7094 (show-paren--default): New function, extracted from show-paren-function.
7095 (show-paren-function): Use show-paren-data-function.
7096
02d844b5
GM
70972013-05-30 Glenn Morris <rgm@gnu.org>
7098
d209d4a9
GM
7099 * ielm.el (ielm-map, ielm-complete-symbol):
7100 Use completion-at-point rather than obsolete functions.
7101 (inferior-emacs-lisp-mode): Doc fix.
7102 Set completion-at-point-functions, rather than
7103 comint-dynamic-complete-functions.
7104
2082faa6
GM
7105 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7106 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7107 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7108
dd8620de
GM
7109 * image.el (image-animated-p): Tweak definition.
7110
ceca95b1
GM
7111 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7112 (rlogin-process-connection-type): Tweak default. Add set-after.
7113 (rlogin-host): Doc fix.
7114 (rlogin): Tweak prompt.
7115 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7116
ee9f1acc
GM
7117 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7118 * progmodes/tcl.el (inferior-tcl-mode-map):
7119 Use completion-at-point rather than obsolete alias.
7120
45ce222e
GM
7121 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7122
02d844b5
GM
7123 * minibuffer.el (read-file-name-completion-ignore-case):
7124 Move before completion--in-region, for eager macro expansion.
7125
ac44d6c1
JL
71262013-05-29 Juri Linkov <juri@jurta.org>
7127
7128 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7129 for total count of matching lines. Add `global-matches' for total
7130 count of matches. Rename `matches' to `lines' for count of
7131 matching lines. Add `matches' for count of matches.
7132 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
7133 to `prev-line' for line number of prev match endpt.
7134 Increment `matches' for every match. Print the number of
7135 matching lines in the header.
7136 (occur-context-lines): Rename `lines' to `curr-line'.
7137 Rename `prev-lines' to `prev-line'. (Bug#14017)
7138
3c9c9d38
JL
71392013-05-29 Juri Linkov <juri@jurta.org>
7140
7141 * replace.el (perform-replace): Add `skip-read-only-count',
7142 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7143 Increment them for corresponding conditions and report the number
7144 of skipped occurrences in the final message. (Bug#11746)
7145 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7146 (replace-string, replace-regexp): Doc fix.
7147
33e249a2
SM
71482013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7149
8e399682
SM
7150 * emacs-lisp/trace.el (trace--read-args): Provide a default.
7151
33e249a2 7152 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 7153 prog-mode-map (bug#14504).
33e249a2 7154
f236dd84
LL
71552013-05-29 Leo Liu <sdl.web@gmail.com>
7156
7157 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7158 (octave-help): Small simplification.
7159
7160 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7161 off the highlight first.
7162
3694d13f
GM
71632013-05-29 Glenn Morris <rgm@gnu.org>
7164
03983bdc
GM
7165 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7166 Handle idlwave-last-system-routine-info-cons-cell being nil.
7167
bc74a74a
GM
7168 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7169 (idlwave-write-paths): Simplify via with-temp-buffer.
7170
8b394200
GM
7171 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7172 * emulation/cua-rect.el: Also load cua-base at run time.
7173
3694d13f
GM
7174 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7175 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7176 (cperl-imenu-on-info): Require imenu.
7177
336d7284
AM
71782013-05-28 Alan Mackenzie <acm@muc.de>
7179
7180 Handle "capitalised keywords" correctly.
33e249a2 7181 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 7182
cb29c582
AG
71832013-05-28 Aidan Gauland <aidalgol@amuri.net>
7184
781b4af6 7185 * eshell/em-unix.el: Add -r option to cp.
cb29c582 7186
690e44b2
GM
71872013-05-28 Glenn Morris <rgm@gnu.org>
7188
e658d75c
GM
7189 * vc/vc-arch.el (vc-exec-after): Declare.
7190 (vc-switches): Autoload.
7191 * vc/vc-bzr.el: No need to require vc when compiling.
7192 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7193 (vc-resynch-buffer, vc-dir-refresh): Declare.
7194 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
7195 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7196 (vc-resynch-buffer): Declare.
7197 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 7198 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
7199 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7200 (grep-read-regexp, grep-read-files, grep-expand-template)
7201 (vc-dir-refresh): Declare.
7202 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7203 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7204 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
7205 * vc/vc-mtn.el (vc-exec-after): Declare.
7206 (vc-switches): Autoload.
7207 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7208 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7209 (vc-file-tree-walk): Declare.
712b9732
GM
7210 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7211 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7212 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
7213 * vc/vc-svn.el (vc-exec-after): Declare.
7214 (vc-switches, vc-setup-buffer): Autoload.
7215 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7216 Autoload.
7217 (vc-resynch-buffer): Declare.
7218
98e87fb3
GM
7219 * obsolete/fast-lock.el (byte-compile-warnings):
7220 Don't warn about obsolete features in this obsolete file.
7221
f5379553
GM
7222 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7223 Move definition before use.
7224
7a20ef83
GM
7225 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7226 (dun-unix-verbs): Remove dun-zippy.
7227 (dun-zippy): Remove function.
7228
690e44b2
GM
7229 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7230
3a52ccf7
JL
72312013-05-27 Juri Linkov <juri@jurta.org>
7232
7233 * replace.el (replace-search): New function with code moved out
7234 from `perform-replace'.
7235 (replace-highlight, replace-dehighlight): Move function definitions
7236 up closer to `replace-search'. (Bug#11746)
7237
d289938a
JL
72382013-05-27 Juri Linkov <juri@jurta.org>
7239
7240 * replace.el (perform-replace): Ignore invisible matches.
7241 In addition to checking `query-replace-skip-read-only', also
7242 filter out matches by calling `run-hook-with-args-until-failure'
7243 on `isearch-filter-predicates', and also check `search-invisible'
7244 for t or call `isearch-range-invisible'.
7245 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
7246
66fc57e3
JL
72472013-05-27 Juri Linkov <juri@jurta.org>
7248
7249 * isearch.el (isearch-filter-predicates): Rename from
7250 `isearch-filter-predicate'. Doc fix. (Bug#11378)
7251 (isearch-message-prefix): Display text from the property
7252 `isearch-message-prefix' of the currently active filters.
7253 (isearch-search): Don't compare `isearch-filter-predicate' with
7254 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
7255 on `isearch-filter-predicates'. Also check `search-invisible' for t
7256 or call `isearch-range-invisible'.
7257 (isearch-filter-visible): Make obsolete.
7258 (isearch-lazy-highlight-search):
7259 Call `run-hook-with-args-until-failure' on
7260 `isearch-filter-predicates' and use `isearch-range-invisible'.
7261
7262 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7263 `isearch-filter-predicates' instead of `funcall'ing
7264 `isearch-filter-predicate'.
7265 (Info-mode): Set `Info-isearch-filter' to
7266 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7267
7268 * dired-aux.el (dired-isearch-filter-predicate-orig):
7269 Remove variable.
7270 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7271 (dired-isearch-filenames-end): Add and remove
7272 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7273 instead of changing the value of `isearch-filter-predicate'.
7274 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7275 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7276 Put property `isearch-message-prefix' to "filename " on
7277 `dired-isearch-filter-filenames'.
7278
7279 * wdired.el (wdired-change-to-wdired-mode):
7280 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7281 locally instead of changing `isearch-filter-predicate'.
7282 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7283
f1a60a0f
DG
72842013-05-27 Dmitry Gutov <dgutov@yandex.ru>
7285
7286 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7287 return the commit hash (Bug#14459). Also set the
7288 `vc-git-detached' property.
7289 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7290 (vc-git-mode-line-string): Use the same help-echo format whether
7291 in detached mode or not, because we know the actual revision now.
7292 When in detached mode, shorten the revision to 7 chars.
7293
7f17cc40
SM
72942013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * emacs-lisp/easy-mmode.el (define-minor-mode):
7297 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7298 mode hook and provide a docstring.
7299
25c8401c
AM
73002013-05-27 Alan Mackenzie <acm@muc.de>
7301
7302 Remove spurious syntax-table text properties inserted by C-y.
7303 * progmodes/cc-mode.el (c-after-change): Also clear hard
7304 syntax-table property with value nil.
7305
dde84790
MA
73062013-05-27 Michael Albinus <michael.albinus@gmx.de>
7307
7308 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7309 when reading the events; the buffer layout shall not be changed.
7310
837fd9af
LL
73112013-05-27 Leo Liu <sdl.web@gmail.com>
7312
7313 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7314 New variable.
7315 (inferior-octave-directory-tracker): Automatically re-sync
7316 default-directory.
7317 (octave-help): Improve handling of 'See also'.
7318
4fd996b3
SM
73192013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7320
416f1802
SM
7321 * doc-view.el: Minor naming convention tweaks.
7322 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7323
4fd996b3
SM
7324 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7325 even if there's no `display' property yet (bug#14435).
7326
a052ef3b
EZ
73272013-05-25 Eli Zaretskii <eliz@gnu.org>
7328
4fd996b3 7329 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
7330
7331 * Makefile.in (custom-deps, finder-data, autoloads)
7332 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7333 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7334 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7335
c9023370
SM
73362013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7339 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 7340 Don't burp at EOB.
c9023370 7341
24d699fa
LL
73422013-05-25 Leo Liu <sdl.web@gmail.com>
7343
7344 * comint.el (comint-previous-matching-input): Do not flood the
7345 *Messages* buffer with trivial messages.
7346
17e5c0cc
SM
73472013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * progmodes/flymake.el (flymake-nop): Don't return a string.
7350 (flymake-set-at): Fix typo.
7351
7352 * simple.el (read--expression): New function, extracted from
7353 eval-expression. Set completion-at-point-functions (bug#14465).
7354 (eval-expression, eval-minibuffer): Use it.
7355
5d028165
XF
73562013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7357
7358 * progmodes/flymake.el (flymake-save-buffer-in-file)
7359 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7360 (flymake-selected-frame, flymake-log, flymake-ins-after)
7361 (flymake-set-at, flymake-get-buildfile-from-cache)
7362 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7363 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7364 Refine the doc string.
7365 (flymake-get-file-name-mode-and-masks): Reformat.
7366 (flymake-get-real-file-name-function): Fix a minor bug.
7367
7a1d7ba7
JL
73682013-05-24 Juri Linkov <juri@jurta.org>
7369
7370 * progmodes/grep.el (grep-mode-font-lock-keywords):
7371 Support =linenumber= format used by git-grep for lines with
7372 function names. (Bug#13549)
7373
650cff3d
SM
73742013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7377 0 after a semi-colon; it works better for smie-auto-fill.
7378 (octave--indent-new-comment-line): New function.
7379 (octave-indent-new-comment-line): Use it (indirectly).
7380 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7381 modify comment-line-break-function.
7382
7383 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7384 (smie-setup): Use add-function to set it.
7385
9631677d
SS
73862013-05-24 Sam Steingold <sds@gnu.org>
7387
7388 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7389 argument (before the `interactive' argument).
7390
50105835
SM
73912013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * image-mode.el (image-mode-winprops): Add winprops to
7394 image-mode-winprops-alist before running
7395 image-mode-new-window-functions.
7396 * doc-view.el (doc-view-new-window-function): Don't delay
7397 doc-view-goto-page via timers (bug#14435).
7398
57b9823e
TH
73992013-05-24 Tassilo Horn <tsdh@gnu.org>
7400
7401 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7402 (doc-view-desktop-save-buffer): New function.
7403 (doc-view-restore-desktop-buffer): New function.
50105835
SM
7404 (desktop-buffer-mode-handlers):
7405 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
7406 handler.
7407 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7408 `desktop-save-buffer' function.
7409
91aafa16
MA
74102013-05-24 Michael Albinus <michael.albinus@gmx.de>
7411
7412 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7413 (tramp-gvfs-file-name-handler): Raise a user error when
7414 `tramp-gvfs-enabled' is nil.
7415 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7416 Do not raise a user error when loading package. (Bug#14447)
7417
ec076379
MA
7418 * net/xesam.el: Move to obsolete/.
7419
db785726
GM
74202013-05-24 Glenn Morris <rgm@gnu.org>
7421
af5c7606
GM
7422 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7423
e5d1916a
GM
7424 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7425
ded62b08
GM
7426 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7427 (Info-find-node, Man-getpage-in-background): Declare.
7428
9e614a3f
GM
7429 * mail/unrmail.el (unrmail):
7430 Replace obsolete detect-coding-with-priority.
7431
892f8ca3
GM
7432 * net/socks.el (socks-split-string): Use this rather than split-string.
7433 (socks-nslookup-host): Update for above change.
7434 (dynamic-choice, s5-dynamic-choice-match)
7435 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7436 Comment out unused code.
7437
3c291973
GM
7438 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7439 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7440 (gud-tooltip-echo-area): Make obsolete.
7441 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7442
43cc956b
GM
7443 * progmodes/js.el (js--optimize-arglist): Declare.
7444
dab49a3b
GM
7445 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7446
36b9d085
GM
7447 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7448 (ediff-window-C): Declare.
7449
e354ae76
GM
7450 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7451 Tweak requires to silence compiler.
7452
b8e57bf4
GM
7453 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7454 (he-search-string, he-tried-table, he-expand-list)
7455 (he-init-string, he-string-member, he-substitute-string)
7456 (he-reset-string): Declare.
7457
db785726
GM
7458 * obsolete/options.el (list-options): Use custom-variable-p,
7459 rather than obsolete alias.
7460
b3531901
SS
74612013-05-23 Sam Steingold <sds@gnu.org>
7462
7463 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 7464 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
7465 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7466
bdda4c66
SM
74672013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * emacs-lisp/smie.el (smie-indent-forward-token)
7470 (smie-indent-backward-token): Handle string tokens (bug#14381).
7471
c43d45f9
TH
74722013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7473
fe1eb856
RS
7474 * ielm.el (ielm-menu): New menu.
7475 (inferior-emacs-lisp-mode): Set comment-start.
96172128 7476
fe1eb856
RS
74772013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7478
7479 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7480 Fix deactivate action.
7481
7482 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7483 Add cleveref macros.
074dd971 7484
c43d45f9
TH
7485 * lisp/textmodes/reftex-parse.el
7486 (reftex-locate-bibliography-files): Accept options for
7487 bibliography commands.
7488 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7489 Add addbibresource. Basic Biblatex support.
7490
7764286e
MA
74912013-05-23 Michael Albinus <michael.albinus@gmx.de>
7492
7493 * net/tramp-gvfs.el (top):
7494 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7495 when loading package. (Bug#14447)
7496
d361bc10
GM
74972013-05-23 Glenn Morris <rgm@gnu.org>
7498
8fa23984
GM
7499 * progmodes/js.el: No need to load comint when compiling.
7500 (ring-insert, comint-send-string, comint-send-input)
7501 (comint-last-input-end, ido-chop): Declare.
7502
a5c7df1a
GM
7503 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7504 * vc/ediff-mult.el: Adjust requires.
7505 (ediff-directories-internal, ediff-directory-revisions-internal)
7506 (ediff-patch-file-internal): Declare.
7507 * vc/ediff-ptch.el: Adjust requires.
7508 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7509 (ediff-find-file): Autoload.
7510 * vc/ediff-util.el: No need to load ediff when compiling.
7511 (ediff-regions-internal): Declare.
7512 * vc/ediff-wind.el: Adjust requires.
7513 (ediff-compute-toolbar-width): Define when compiling.
7514 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7515 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7516 (dired-get-filename, dired-get-marked-files)
7517 (ediff-last-dir-patch, ediff-patch-default-directory)
7518 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7519 (ediff-patch-buffer-internal): Declare.
7520
e2aec513
GM
7521 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7522 (ispell-process, ispell-buffer-local-words, lm-summary)
7523 (lm-section-start, lm-section-end): Declare.
7524 (checkdoc-ispell-init): Simplify.
7525
e68bbd7c
GM
7526 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7527 (he-string-member, he-reset-string, he-substitute-string): Declare.
7528
7efe0991
GM
7529 * eshell/em-ls.el: Adjust requires.
7530 (eshell-glob-regexp): Declare.
f87b1284
GM
7531 * eshell/em-tramp.el: Adjust requires.
7532 (eshell-parse-command): Autoload.
7533 * eshell/em-xtra.el: Adjust requires.
7534 (eshell-parse-command): Autoload.
7535 * eshell/esh-ext.el: Adjust requires.
7536 (eshell-parse-command, eshell-close-handles): Autoload.
7537 * eshell/esh-io.el: Adjust requires.
7538 (eshell-output-filter): Autoload.
7539 * eshell/esh-util.el: No need to load tramp when compiling.
7540 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7541 Declare.
7542 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7543 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7544 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7545 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7546 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7547 * eshell/esh-opt.el, eshell/esh-proc.el:
7548 * eshell/esh-var.el: Adjust requires.
7549 * eshell/eshell.el: Do not require esh-util twice.
7550 (eshell-add-input-to-history): Declare.
7551 (eshell-command): Check history module is active before using it.
7552
d361bc10
GM
7553 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7554
85d090a9
LL
75552013-05-22 Leo Liu <sdl.web@gmail.com>
7556
7557 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7558
5d0acd9d
MA
75592013-05-22 Michael Albinus <michael.albinus@gmx.de>
7560
7561 * autorevert.el (auto-revert-notify-add-watch)
7562 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7563 it indicates changes in file modification time.
7564
0cdffd7d
GM
75652013-05-22 Glenn Morris <rgm@gnu.org>
7566
ca5995ec
GM
7567 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7568 Always delete the autoloaded function from the noruntime and
7569 unresolved functions lists.
7570
6450907e
GM
7571 * allout.el: No need to load epa, epg, overlay when compiling.
7572 (epg-context-set-passphrase-callback, epg-list-keys)
7573 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7574 (epg-key-user-id-list): Declare.
7575
9c6906f6
GM
7576 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7577 (viper-set-parsing-style-toggling-macro)
7578 (viper-set-emacs-state-searchstyle-macros):
7579 Use called-interactively-p on Emacs.
7580 (viper-looking-back): Make it an obsolete alias. Update callers.
7581 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7582 Use looking-back rather than viper-looking-back.
7583 (viper-tmp-insert-at-eob, viper-enlarge-region)
7584 (viper-read-string-with-history, viper-register-to-point)
7585 (viper-append-to-register, viper-change-state-to-vi)
7586 (viper-backward-char-carefully, viper-forward-char-carefully)
7587 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7588 (viper-change-state-to-emacs): Declare.
7589 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7590 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7591 * emulation/viper-mous.el: Do not load viper-cmd.
7592 (viper-backward-char-carefully, viper-forward-char-carefully)
7593 (viper-forward-word, viper-adjust-window): Declare.
7594
5f70c169
GM
7595 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7596
b1b7f300
GM
7597 * progmodes/idlw-help.el (idlwave-help-fontify):
7598 Use called-interactively-p.
7599
f6ebbb46
GM
7600 * term/w32console.el (w32-get-console-codepage)
7601 (w32-get-console-output-codepage): Declare.
7602
0cdffd7d
GM
7603 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7604 Remove unnecessary declarations.
7605 (dframe-message): Doc fix.
7606
7607 * info.el (dframe-select-attached-frame, dframe-current-frame):
7608 Declare.
7609
7610 * speedbar.el (speedbar-message): Make it an obsolete alias.
7611 Update all callers.
7612 (speedbar-with-attached-buffer)
7613 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7614 (speedbar-with-writable): Use backquote.
7615 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7616 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7617 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7618 rather than speedbar- aliases.
7619 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7620 (speedbar-make-specialized-keymap, speedbar-insert-button)
7621 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7622 (speedbar-do-function-pointer): Declare.
7623 (rmail-speedbar-button, rmail-speedbar-find-file)
7624 (rmail-speedbar-move-message):
7625 Use dframe-with-attached-buffer rather than speedbar- alias.
7626 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7627 (dframe-message, speedbar-make-specialized-keymap)
7628 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7629 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7630 (speedbar-insert-button, dframe-select-attached-frame)
7631 (dframe-maybee-jump-to-attached-frame)
7632 (speedbar-change-initial-expansion-list)
7633 (speedbar-previously-used-expansion-list-name): Declare.
7634 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7635 Use dframe-message, dframe-with-attached-buffer rather than
7636 speedbar- aliases.
7637 (gud-sentinel): Silence compiler.
7638 * progmodes/vhdl-mode.el (speedbar-refresh)
7639 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7640 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7641 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7642 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7643 (speedbar-file-lists, speedbar-make-tag-line)
7644 (speedbar-line-directory, speedbar-goto-this-file)
7645 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7646 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7647 (speedbar-make-button, speedbar-reset-scanners)
7648 (speedbar-files-item-info, speedbar-line-text)
7649 (speedbar-find-file-in-frame, speedbar-set-timer)
7650 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7651 (speedbar-with-writable): Do not (re)define it.
7652 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7653 rather than speedbar- alias.
7654
ee44b62a
LL
76552013-05-21 Leo Liu <sdl.web@gmail.com>
7656
7657 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7658 menu items.
7659 (octave-mode): Tweak fill-nobreak-predicate.
7660 (inferior-octave-startup): Check process to avoid infinite loop.
7661 (inferior-octave): Pop to buffer first to show abornmal process
7662 exit information.
7663
640f050f
GM
76642013-05-21 Glenn Morris <rgm@gnu.org>
7665
79458038
GM
7666 * printing.el (pr-menu-bar): Define when compiling.
7667
9cc3e83f
LL
76682013-05-21 Leo Liu <sdl.web@gmail.com>
7669
7670 * progmodes/octave.el (octave-auto-fill): Remove.
7671 (octave-indent-new-comment-line): Improve.
7672 (octave-mode): Use auto fill mode through
4f405069 7673 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 7674 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 7675 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
7676 (octave-help): Show parent directory.
7677
f440830d
GM
76782013-05-21 Glenn Morris <rgm@gnu.org>
7679
7680 * files.el (dired-unmark):
7681 * progmodes/gud.el (gdb-input): Update declarations.
7682
7683 * calculator.el (electric, ehelp): No need to load when compiling.
7684 (Electric-command-loop, electric-describe-mode): Declare.
7685
7686 * doc-view.el (doc-view-current-converter-processes): Move before use.
7687
7688 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7689 Move MODE-set-explicitly definition before use.
7690
7691 * international/mule-diag.el (mule-diag):
7692 Don't use obsolete window-system-version.
7693
7694 * mail/feedmail.el (smtpmail): No need to load when compiling.
7695 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7696
7697 * mail/mail-utils.el (rfc822): No need to load when compiling.
7698 (rfc822-addresses): Autoload it.
7699 (mail-strip-quoted-names): Trivial simplification.
7700
7701 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7702 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7703
7704 * net/snmp-mode.el (tempo): Don't duplicate requires.
7705
7706 * progmodes/prolog.el (info): No need to load when compiling.
7707 (comint): Require before shell requires it.
7708 (Info-goto-node): Autoload it.
7709 (Info-follow-nearest-node): Declare.
7710 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7711
7712 * textmodes/artist.el (picture-mode-exit): Declare.
7713
7714 * textmodes/reftex-parse.el (reftex-parse-from-file):
7715 Trivial rewrite so the compiler can parse it better.
7716
b4da2cbb
LL
77172013-05-20 Leo Liu <sdl.web@gmail.com>
7718
7719 * progmodes/octave.el (octave-help-mode-map)
7720 (octave-help-mode-finish-hook): New variables.
7721 (octave-help-mode, octave-help-mode-finish): New functions.
7722 (octave-help): Use octave-help-mode.
7723
33c0f65b
GM
77242013-05-20 Glenn Morris <rgm@gnu.org>
7725
7726 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7727
1a0a0a8a
DG
77282013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7729
7730 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7731 start at point, so that expansion starting right after opening
7732 slash in a regexp is recognized.
7733 (ruby-syntax-before-regexp-re): New defvar, extracted from
7734 ruby-syntax-propertize-function. Since the value of this regexp
7735 is looked up at runtime now, we should be able to turn
7736 `ruby-syntax-methods-before-regexp' into a defcustom later.
7737 (ruby-syntax-propertize-function): Split regexp matching into two
7738 parts, for opening and closing slashes. That allows us to skip
7739 over string interpolations and support multiline regexps.
7740 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7741 for them, which calls `ruby-syntax-propertize-expansion'.
7742 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7743 call to `ruby-syntax-propertize-function'.
7744 (ruby-syntax-propertize-expansion): Extracted from
7745 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
7746 (ruby-syntax-propertize-percent-literal): Leave point right after
7747 the percent symbol, so that the expression expansion rule can
7748 propertize the contents.
462388b6
DG
7749 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7750 heredoc openers.
7751 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 7752
c1a6c0a4
JL
77532013-05-18 Juri Linkov <juri@jurta.org>
7754
7755 * man.el (Man-default-man-entry): Remove `-' from the end
7756 of the default value. (Bug#14400)
7757
8051fccd
GM
77582013-05-18 Glenn Morris <rgm@gnu.org>
7759
7760 * comint.el (comint-password-prompt-regexp):
7761 Allow "password for XXX" where XXX contains colons (eg https://...).
7762
5e80b74f
LL
77632013-05-18 Leo Liu <sdl.web@gmail.com>
7764
7765 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 7766 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
7767 (octave-source-directories): Don't check process.
7768 (octave-source-directories, octave-find-definition): Doc fix.
7769
521a54c5
GM
77702013-05-18 Glenn Morris <rgm@gnu.org>
7771
86a94b05
GM
7772 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7773 Remove backspace/delete bindings. (Bug#14392)
7774
521a54c5
GM
7775 * cus-dep.el (custom-make-dependencies): Sort the output.
7776 (custom-versions-load-alist): Convert comment to doc.
7777
42caeb89
LL
77782013-05-17 Leo Liu <sdl.web@gmail.com>
7779
7780 * newcomment.el (comment-search-backward): Stricter in finding
7781 comment start. (Bug#14303)
7782
7783 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7784 (octave-comment-start-skip): Properly anchored.
7785
e219dd97
LL
77862013-05-17 Leo Liu <sdl.web@gmail.com>
7787
fe1eb856
RS
7788 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7789 Clean up when turned off. (Bug#14395)
e219dd97
LL
7790 (smie--highlight-matching-block-overlay): No longer buffer-local.
7791 (smie-highlight-matching-block): Adjust.
7792
dc5dcb4b
PE
77932013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7794
7795 Doc string fix for "nanoseconds" (Bug#14406).
7796 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7797 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7798
1db165f0
JB
77992013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7800
7801 * calc/calc-units.el (math-extract-units): Preserve powers
7802 of units.
7803
c7a8fcac
LL
78042013-05-17 Leo Liu <sdl.web@gmail.com>
7805
7806 * subr.el (delete-consecutive-dups): New function.
7807 * ido.el (ido-set-matches-1): Use it.
7808 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7809 * ido.el (ido-remove-consecutive-dups): Remove.
7810
f678b18a
SM
78112013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7814 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7815 regexp-opt's `words'.
7816
ebfe68e8
LL
78172013-05-16 Leo Liu <sdl.web@gmail.com>
7818
7819 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7820 (smie--highlight-matching-block-overlay)
7821 (smie--highlight-matching-block-lastpos)
7822 (smie--highlight-matching-block-timer): New variables.
7823 (smie-highlight-matching-block): New function.
7824 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7825 (smie-setup): Conditionally enable smie-blink-matching-open.
7826
bc8bc17d
WS
78272013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7828
7829 Sync with upstream verilog-mode r840.
7830 * progmodes/verilog-mode.el (verilog-mode-version)
7831 (verilog-mode-release-date): Update.
7832 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7833 (verilog-sig-tieoff): Fix string error on
7834 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7835 (verilog-read-decls): Fix parameters confusing
7836 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7837
df065a0b
EZ
78382013-05-16 Eli Zaretskii <eliz@gnu.org>
7839
7840 * subr.el (reveal-filename): New function.
7841
7842 * loadup.el: Compute Emacs executable versions on MS-Windows,
7843 where executables have the .exe extension. Add a hard link
7844 emacs-XX.YY.ZZ.exe on MS-Windows.
7845
7846 * Makefile.in (XARGS_LIMIT): New variable.
7847 (custom-deps, finder-data, autoloads)
7848 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7849 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7850 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7851 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7852
2d4bf34b
LL
78532013-05-16 Leo Liu <sdl.web@gmail.com>
7854
7855 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7856 (octave-mode-menu, octave-mode-map): Remove its uses.
7857
6b9c2d85
RZ
78582013-05-16 Reto Zimmermann <reto@gnu.org>
7859
7860 Sync with upstream vhdl mode v3.34.2.
7861 * progmodes/vhdl-mode.el: Use `push' throughout.
7862 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7863 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7864 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7865 (vhdl-actual-generic-name): New option to derive actual generic name.
7866 (vhdl-port-paste-signals): Replace formal by actual generics.
7867 (vhdl-beautify): New name for old group vhdl-align. Update users.
7868 (vhdl-beautify-options): New option.
7869 (vhdl-last-input-event): New compat alias. Use throughout.
7870 (vhdl-goto-line): Replace user level function `goto-line'.
7871 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7872 vhdl-fix-statement-buffer.
7873 (vhdl-create-mode-menu): Add some entries.
7874 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7875 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7876 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7877 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7878 to force statements on one line.
7879 (vhdl-remove-trailing-spaces-region):
7880 New, split from vhdl-remove-trailing-spaces.
7881 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7882 Respect vhdl-beautify-options.
7883 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7884 (vhdl-update-sensitivity-list): Not add with index if exists without.
7885 Not include array index with signal. Ignore keywords in comments.
7886 (vhdl-get-visible-signals): Regexp tweaks.
7887 (vhdl-template-component-inst): Handle empty library.
7888 (vhdl-template-type): Add template for 'enum' type.
7889 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7890 Use vhdl-replace-string.
7891 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7892 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7893 (vhdl-speedbar-initialize): Update for above name change.
7894 (vhdl-compose-wire-components): Fix in handling of constants.
7895 (vhdl-error-regexp-emacs-alist): New variable.
7896 (vhdl-error-regexp-add-emacs): New function;
7897 adds support for new compile.el (Emacs 22+)
7898 (vhdl-generate-makefile-1): Change target order for single lib. units.
7899 Allow use of absolute file names.
7900
9df4ec5e
LL
79012013-05-16 Leo Liu <sdl.web@gmail.com>
7902
7903 * simple.el (prog-indent-sexp): Indent enclosing defun.
7904
f5ba00a6
GM
79052013-05-15 Glenn Morris <rgm@gnu.org>
7906
ed8be7ff
GM
7907 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7908 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7909 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7910 (whitespace-highlight): Move to whitespace group.
7911
7912 * comint.el (comint-source):
7913 * pcmpl-linux.el (pcmpl-linux):
7914 * shell.el (shell-faces):
7915 * eshell/esh-opt.el (eshell-opt):
7916 * international/ccl.el (ccl): Remove empty custom groups.
7917
7918 * completion.el (dynamic-completion-mode):
7919 * jit-lock.el (jit-lock-debug-mode):
7920 * minibuffer.el (completion-in-region-mode):
7921 * type-break.el (type-break-mode-line-message-mode)
7922 (type-break-query-mode):
7923 * emulation/tpu-edt.el (tpu-edt-mode):
7924 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7925 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7926 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7927
7928 * term/xterm.el (xterm): Change parent group to terminals.
7929
7930 * master.el (master): Remove empty custom group.
7931 (master-mode): Remove unused :group argument.
7932 * textmodes/refill.el (refill): Remove empty custom group.
7933 (refill-mode): Remove unused :group argument.
7934
7935 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7936
82a7c41b
GM
7937 * cus-dep.el: Provide a feature.
7938 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
7939 Don't mistakenly ignore files whose basenames match a basename
7940 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 7941 Add a fallback method for getting :group.
f5ba00a6 7942
6d65486d
JL
79432013-05-15 Juri Linkov <juri@jurta.org>
7944
da547b32
JL
7945 * isearch.el (isearch-char-by-name): Rename from
7946 `isearch-insert-char-by-name'. Doc fix.
7947 (isearch-forward): Mention `isearch-char-by-name' in
7948 the docstring. (Bug#13348)
7949
6d65486d
JL
7950 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7951 `exit-minibuffer' instead of
7952 `isearch-nonincremental-exit-minibuffer'.
7953 (isearch-edit-string): Remove mention of
7954 `isearch-nonincremental-exit-minibuffer' from docstring.
7955 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7956 (isearch-forward-exit-minibuffer)
7957 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7958
c9990474
SM
79592013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7960
6e911150
SM
7961 * loadup.el: Just use unversioned DOC.
7962
c9990474
SM
7963 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7964 literals as extending to EOB.
7965 (nxml-last-fontify-end): Remove unused variable.
7966 (nxml-after-change1): Use with-silent-modifications.
7967 (nxml-extend-after-change-region): Simplify.
7968 (nxml-extend-after-change-region1): Remove function.
7969 (nxml-after-change1): Don't adjust for dependent regions.
7970 (nxml-fontify-matcher): Simplify.
7971 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7972 (xmltok-add-dependent): Remove function.
7973 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7974 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7975 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7976 unclosed <[[, <?, comment, and other literals as extending to EOB.
7977 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7978 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7979 Remove functions.
7980 (rng-do-some-validation-1): Don't mark dependent regions.
7981 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7982 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7983 (nxml-clear-dependent-regions): Remove functions.
7984 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7985 (nxml-ensure-scan-up-to-date):
7986 Don't clear&mark dependent regions.
7987
e3772e98
LL
79882013-05-15 Leo Liu <sdl.web@gmail.com>
7989
c9990474
SM
7990 * progmodes/octave.el (octave-goto-function-definition):
7991 Improve and fix callers.
e3772e98 7992
5ac2eb34
SM
79932013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7994
c46c57b0
SM
7995 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7996 the setter (bug#14387).
7997
5ac2eb34
SM
7998 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7999 surrounding group (bug#14402).
8000
180ed218
JL
80012013-05-14 Juri Linkov <juri@jurta.org>
8002
8003 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8004 (Bug#14390)
8005
0ac0fecb
GM
80062013-05-14 Glenn Morris <rgm@gnu.org>
8007
8008 * progmodes/f90.el (f90-imenu-generic-expression):
8009 Fix typo in 2013-05-08 change. (Bug#14402)
8010
2e78e6a7
JPG
80112013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8012
5ac2eb34
SM
8013 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8014 Remove signals for which replies are never received.
2e78e6a7 8015
53267cca
JPG
80162013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8017
8018 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8019 (gdb-handler-alist, gdb-handler-number): Remove variables.
8020 (gdb-handler-list): New variable.
8021 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8022 (gdb-pending-handler-p, gdb-handle-reply)
8023 (gdb-remove-all-pending-triggers): New functions.
8024 (gdb-discard-unordered-replies): New defcustom.
8025 (gdb-handler): New defstruct.
8026 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
8027 instead of gdb-pending-triggers. Update docstring.
8028 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
8029 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8030 (gdb-var-update-handler, def-gdb-auto-update-trigger)
8031 (def-gdb-auto-update-handler, gdb-get-changed-registers)
8032 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8033 (gdb-frame-handler): Pending triggers are now automatically managed.
8034 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8035 Remove argument.
8036 (gdb-input): Automatically handles pending triggers. Update docstring.
8037 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8038 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8039 Update comments.
8040 (gdb-done-or-error): Now use gdb-handle-reply.
8041
d04ce803
JPG
80422013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
8043
8044 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8045 gdb-debug-log.
8046
0114073a
GM
80472013-05-14 Glenn Morris <rgm@gnu.org>
8048
8049 * subr.el (user-emacs-directory-warning): New option.
8050 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
8051
4d25fd7e
LL
80522013-05-14 Leo Liu <sdl.web@gmail.com>
8053
8054 * progmodes/octave.el (octave-font-lock-keywords): Fix error
8055 during redisplay.
8056 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
8057 (octave-font-lock-texinfo-comment): Fix invalid search bound
8058 error: wrong side of point.
4d25fd7e 8059
27c8b6eb
GM
80602013-05-14 Glenn Morris <rgm@gnu.org>
8061
61aaeb01
GM
8062 * progmodes/flymake.el (flymake-xml-program): New option.
8063 (flymake-xml-init): Use it.
8064
5bf90bc5
GM
8065 * term/xterm.el: Provide a feature.
8066
8067 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 8068
f4c7dfd2
GM
80692013-05-13 Glenn Morris <rgm@gnu.org>
8070
8071 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8072 Add compat aliases as a hack workaround. (Bug#14384)
8073
2aeb3a1d
LL
80742013-05-13 Leo Liu <sdl.web@gmail.com>
8075
b0e069c2
LL
8076 * progmodes/octave.el (octave-indent-comment): Fix indentation for
8077 ###, and %!.
f5a9432f
LL
8078 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8079 C-M-q.
b0e069c2
LL
8080 (octave-comment-start-skip): Include %!.
8081 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 8082
30ea8374
LL
80832013-05-12 Leo Liu <sdl.web@gmail.com>
8084
8085 * progmodes/octave.el (inferior-octave-startup): Store the value
8086 of __octave_srcdir__ for octave-source-directories.
8087 (inferior-octave-check-process): New function refactored out of
8088 inferior-octave-send-list-and-digest.
8089 (octave-source-directories)
8090 (octave-find-definition-filename-function): New variables.
8091 (octave-source-directories)
8092 (octave-find-definition-default-filename): New functions.
8093 (octave-find-definition): Improve to find functions implemented in C++.
8094
472a3834
GM
80952013-05-12 Glenn Morris <rgm@gnu.org>
8096
8097 * calendar/diary-lib.el (diary-outlook-format-1):
8098 Don't include dayname in the output. (Bug#14349)
8099
3191b52f
GM
81002013-05-11 Glenn Morris <rgm@gnu.org>
8101
0060ac73
GM
8102 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8103
3191b52f
GM
8104 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8105 Treat cc-provide like provide.
8106
e065ba74
KR
81072013-05-11 Kevin Ryde <user42@zip.com.au>
8108
8109 * cus-dep.el (custom-make-dependencies):
8110 Use generated-autoload-load-name for the sake of files such
8111 such cedet/semantic/bovine/c.el, where the base file name
8112 is not in load-path. (Bug#5277)
8113
36f84c37
GM
81142013-05-11 Glenn Morris <rgm@gnu.org>
8115
8116 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8117 Provide features.
8118
c8730c3a
LL
81192013-05-11 Leo Liu <sdl.web@gmail.com>
8120
8121 * progmodes/octave.el (octave-indent-comment): Improve.
8122 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
8123 (octave-eldoc-function-signatures, octave-eldoc-function):
8124 New functions.
c8730c3a
LL
8125 (octave-mode, inferior-octave-mode): Add eldoc support.
8126
212e29f2
RS
81272013-05-11 Richard Stallman <rms@gnu.org>
8128
8129 * epa.el (epa-decrypt-file): Take output file name as argument
8130 and read it using `interactive'.
8131
083fe0d7
LL
81322013-05-11 Leo Liu <sdl.web@gmail.com>
8133
8134 * progmodes/octave.el (octave-beginning-of-line)
8135 (octave-end-of-line): Check before using up-list because it jumps
8136 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
8137 (octave-indent-comment): New function.
8138 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
8139 (octave-begin-keywords, octave-end-keywords)
8140 (octave-reserved-words, octave-smie-bnf-table)
8141 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 8142
8582e4c4
GM
81432013-05-11 Glenn Morris <rgm@gnu.org>
8144
f20def1f
GM
8145 * faces.el (internal-face-x-get-resource):
8146 * frame.el (ns-display-monitor-attributes-list):
d78abe37 8147 * calc/calc-aent.el (math-to-radians-2):
f20def1f 8148 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 8149 Fix declarations.
f20def1f 8150
445f95e2
GM
8151 * calc/calc-menu.el: Make it loadable in isolation.
8152
8153 * net/eudcb-bbdb.el: Make it loadable without bbdb.
8154 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8155 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8156 (eudc-bbdb-query-internal): Require 'bbdb.
8157
99fb2756
GM
8158 * lpr.el (lpr-headers-switches):
8159 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8160
8161 * progmodes/sql.el (sql-login-params): Fix and improve :type.
8162
0da7ad96
GM
8163 * emulation/edt-mapper.el: In batch mode, error rather than hang.
8164
8582e4c4
GM
8165 * term.el (term-set-escape-char): Make it idempotent.
8166
f71c50d0
LL
81672013-05-10 Leo Liu <sdl.web@gmail.com>
8168
5ac2eb34
SM
8169 * progmodes/octave.el (inferior-octave-completion-table):
8170 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
8171 completion due to bug#11906.
8172 (octave-beginning-of-defun): Re-write to be more general.
8173
d5837773
GM
81742013-05-10 Glenn Morris <rgm@gnu.org>
8175
8176 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8177
027c0f75
SM
81782013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * comint.el (comint-redirect-send-command-to-process): Use :around
8181 rather than :override for comint-redirect-filter.
8182 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8183 Call it instead of comint-redirect-original-filter-function (which
8184 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
8185
4465bfb4
JD
81862013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8187
8188 * frame.el (display-monitor-attributes-list): Add NS case.
8189 (ns-display-monitor-attributes-list): Declare.
8190
2d809ffa 81912013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
8192
8193 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
8194
e54eeb9b
GM
81952013-05-09 Glenn Morris <rgm@gnu.org>
8196
56cd351d
GM
8197 * international/fontset.el (vertical-centering-font-regexp):
8198 Set standard-value.
8199
d84b6108
GM
8200 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8201
a931698a
GM
8202 * bookmark.el (bookmark-search-delay):
8203 * cus-start.el (vertical-centering-font-regexp):
8204 * ps-mule.el (ps-mule-font-info-database-default):
8205 * ps-print.el (ps-default-fg, ps-default-bg):
8206 * type-break.el (type-break-good-break-interval):
8207 * whitespace.el (whitespace-indentation-regexp)
8208 (whitespace-space-after-tab-regexp):
8209 * emacs-lisp/testcover.el (testcover-1value-functions)
8210 (testcover-noreturn-functions, testcover-progn-functions)
8211 (testcover-prog1-functions):
8212 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8213 * eshell/em-glob.el (eshell-glob-translate-alist):
8214 * play/tetris.el (tetris-tty-colors):
8215 * progmodes/cpp.el (cpp-face-default-list):
8216 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8217 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8218 (idlwave-help-browser-generic-args):
8219 * progmodes/make-mode.el (makefile-special-targets-list):
8220 * progmodes/python.el (python-shell-virtualenv-path):
8221 * progmodes/verilog-mode.el (verilog-active-low-regexp)
8222 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8223 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8224 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8225 * textmodes/reftex-vars.el (reftex-format-label-function):
8226 * textmodes/remember.el (remember-diary-file): Fix custom types.
8227
e54eeb9b
GM
8228 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8229 Add :version.
8230
455851dd
LL
82312013-05-09 Leo Liu <sdl.web@gmail.com>
8232
8233 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 8234 Restore file completion. (Bug#14300)
455851dd
LL
8235 (inferior-octave-startup): Fix incorrect highlighting for the
8236 first prompt.
8237
a9e4425b
SM
82382013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * progmodes/ruby-mode.el: First cut at SMIE support.
8241 (ruby-use-smie): New var.
8242 (ruby-smie-grammar): New constant.
8243 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8244 (ruby-smie--forward-token, ruby-smie--backward-token)
8245 (ruby-smie-rules): New functions.
8246 (ruby-mode-variables): Setup SMIE if applicable.
8247
060ca408
EZ
82482013-05-08 Eli Zaretskii <eliz@gnu.org>
8249
8250 * simple.el (line-move-visual): Signal beginning/end of buffer
8251 only if vertical-motion moved less than it was requested. Avoids
8252 silly incorrect error messages when there are display strings with
8253 multiple newlines at EOL.
8254
1d5963cc
SM
82552013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8258 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8259 (prolog-char-quote-workaround):
8260 * progmodes/cperl-mode.el (cperl-under-as-char):
8261 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
8262 Mark as obsolete.
8263 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
8264 their declaration.
8265 (vhdl-mode-syntax-table-init): Remove.
8266
c9990474
SM
8267 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8268 last change.
1d5963cc
SM
8269
8270 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8271 syntax for "_".
8272 (ld-script-font-lock-keywords):
8273 Change regexps to use things like \_< and \_>.
8274
8275 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8276 Change all regexps to use things like \_< and \_>.
8277
8278 * progmodes/autoconf.el (autoconf-definition-regexp)
8279 (autoconf-font-lock-keywords, autoconf-current-defun-function):
8280 Handle a _ with symbol syntax.
8281 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8282
c9990474
SM
8283 * progmodes/ada-mode.el (ada-mode-abbrev-table):
8284 Consolidate declaration.
1d5963cc
SM
8285 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8286 the declaration.
8287 (ada-create-syntax-table): Remove.
8288 (ada-capitalize-word): Don't mess with the syntax of "_" since it
8289 already has the right syntax nowadays.
8290 (ada-goto-next-word): Don't change the syntax of "_".
8291
8292 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8293 with-wrapper-hook.
8294
72d3cfca
SS
82952013-05-08 Sam Steingold <sds@gnu.org>
8296
8297 * thingatpt.el (thing-at-point): Accept optional second argument
8298 NO-PROPERTIES to strip the text properties from the return value.
8299 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8300 to `thing-at-point' instead of stripping the properties ourselves.
8301 Also, when `thing-at-point' fails to find a url, prepend "http://"
8302 to the filename at point on the assumption that the user is
8303 pointing at something like gnu.org/gnu.
8304
5cb15713
JB
83052013-05-08 Juanma Barranquero <lekktu@gmail.com>
8306
8307 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8308 * faces.el (crm-separator):
8309 Silence byte-compiler.
8310
8311 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8312 (tool-bar-map): Remove unneeded defvars.
8313
ea78b95b
LL
83142013-05-08 Leo Liu <sdl.web@gmail.com>
8315
8316 Re-work a fix for bug#10994 based on Le Wang's patch.
8317 * ido.el (ido-remove-consecutive-dups): New helper.
8318 (ido-completing-read): Use it.
8319 (ido-chop): Revert fix for bug#10994.
8320
dc7466df
AS
83212013-05-08 Adam Spiers <emacs@adamspiers.org>
8322
8323 * cus-edit.el (custom-save-variables):
8324 Pretty-print long values. (Bug#14187)
8325
9ecf672a
GM
83262013-05-08 Glenn Morris <rgm@gnu.org>
8327
8328 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8329 (m4-mode-syntax-table): Init in the defvar.
8330 (m4-mode-abbrev-table): Let define-derived-mode define it.
8331
3f555be8
TT
83322013-05-08 Tom Tromey <tromey@redhat.com>
8333
8334 * progmodes/m4-mode.el (m4-mode-syntax-table):
8335 Do not treat "_" as word constituent. (Bug#14167)
8336
7cc8ae06
GM
83372013-05-07 Glenn Morris <rgm@gnu.org>
8338
4f58bc06
GM
8339 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8340 Remove explicit eshell-isearch-cancel-map.
8341
7cc8ae06
GM
8342 * progmodes/f90.el (f90-smart-end-names): New option.
8343 (f90-smart-end): Doc fix.
8344 (f90-end-block-optional-name): New constant.
8345 (f90-block-match): Respect f90-smart-end-names.
8346
ceb57e59
SM
83472013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8350 about implicit semi-colons (bug#14218).
8351
4e3f9230
YM
83522013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8353
8354 * frame.el (display-monitor-attributes-list)
8355 (frame-monitor-attributes): New functions.
8356
203a5572
LL
83572013-05-06 Leo Liu <sdl.web@gmail.com>
8358
8359 * progmodes/octave.el (octave-syntax-propertize-function): Change
8360 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8361 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 8362 (octave-completion-at-point): Rename from
203a5572
LL
8363 octave-completion-at-point-function.
8364 (inferior-octave-directory-tracker): Robustify.
8365 (octave-text-functions): Remove and fix its uses. No such things
8366 any more.
8367
ee6cff99
SM
83682013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * emacs-lisp/trace.el (trace--display-buffer): New function.
8371 (trace-make-advice): Use it.
8372
32985194
JL
83732013-05-06 Juri Linkov <juri@jurta.org>
8374
8375 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8376 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8377 Doc fix.
8378 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8379 in the help string. (Bug#12985)
8380
a1c700de
KD
83812013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8382
8383 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8384
c67c0839
SM
83852013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8386
323885fd
SM
8387 * progmodes/perl-mode.el: Add support for here documents.
8388 (perl-syntax-propertize-function): Match here-doc markers.
8389 (perl-syntax-propertize-special-constructs): Find their end.
8390 (perl-imenu-generic-expression): Use [:alnum:].
8391
c67c0839
SM
8392 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8393 (advice--add-function): Refresh the advice if already present
8394 (bug#14317).
8395
d491e7a8
IA
83962013-05-06 Ivan Andrus <darthandrus@gmail.com>
8397
8398 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8399
ddf9925e
GM
84002013-05-06 Glenn Morris <rgm@gnu.org>
8401
7cc3af27
GM
8402 * w32-fns.el (w32-charset-info-alist): Declare.
8403
16e343d6
GM
8404 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8405 of its defcustom properties.
8406 (eshell-cmpl-initialize): No need to load pcomplete.
8407
7d889a47
GM
8408 * generic-x.el: No need to require comint when compiling.
8409
ddf9925e
GM
8410 * net/eudc-export.el: Make it loadable without bbdb.
8411 (top-level): Use require rather than load-library.
8412 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8413 (eudc-batch-export-records-to-bbdb)
8414 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8415 Require bbdb.
8416
1e2c18df
SM
84172013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8420 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8421 some tweaks, instead.
8422
02502a5f
LL
84232013-05-05 Leo Liu <sdl.web@gmail.com>
8424
8425 * progmodes/octave.el (octave-font-lock-keywords)
8426 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8427 (inferior-octave-send-list-and-digest): Improve error message.
8428 (octave-mode, inferior-octave-mode): Use setq-local.
8429 (octave-help): Set info-lookup-mode.
8430
0dc04f42
RS
84312013-05-05 Richard Stallman <rms@gnu.org>
8432
6c54491c
RS
8433 * vc/compare-w.el (compare-windows-whitespace):
8434 Treat no-break space as whitespace.
8435
0dc04f42
RS
8436 * mail/rmailsum.el (rmail-summary-rmail-update):
8437 Detect empty summary and don't change selected message.
8438 (rmail-summary-goto-msg): Likewise.
8439
df8f35df
RS
8440 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8441 Doc fixes, rename args.
8442
5356e1a3
AM
84432013-05-05 Alan Mackenzie <acm@muc.de>
8444
8445 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8446
d44014cb
JL
84472013-05-05 Juri Linkov <juri@jurta.org>
8448
8449 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8450 to not add the length of the summary segment to the return value.
8451 (Bug#14125)
8452
c129b51f
LL
84532013-05-05 Leo Liu <sdl.web@gmail.com>
8454
8455 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8456 (inferior-octave-output-filter): Remove.
8457 (octave-send-region, inferior-octave-startup): Fix callers.
8458 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8459 (octave-binary-file-extensions): New user variable.
8460 (octave-find-definition): Confirm if opening binary files.
8461 (octave-help-file): Use octave-find-definition to get the binary
8462 confirmation.
8463 (octave-help): Adjust for octave-help-file change.
8464
aa7dab97
SM
84652013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8468 Merge the two entries that handle function definitions.
8469 (pascal--syntax-propertize): New const.
8470 (pascal-mode): Use it. Use setq-local.
8471
fd3a9a6b
GM
84722013-05-04 Glenn Morris <rgm@gnu.org>
8473
8474 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8475 (diary-from-outlook): Respect diary-from-outlook-function.
8476
30c7e542
SM
84772013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8480 Move the declaration from C.
8481 (read-minibuffer, eval-minibuffer): Move from C.
8482 (completion-setup-function): Avoid minibuffer-completion-contents.
8483
b54f978b
LL
84842013-05-03 Leo Liu <sdl.web@gmail.com>
8485
8486 * progmodes/octave.el (octave-font-lock-keywords): Do not
8487 dehighlight 'end' in comments or strings.
30c7e542
SM
8488 (octave-completing-read, octave-goto-function-definition):
8489 New helpers.
d4d0f9b3
LL
8490 (octave-help-buffer): New user variable.
8491 (octave-help-file, octave-help-function): New button types.
8492 (octave-help): New command and bind it to C-h ;.
8493 (octave-find-definition): New command and bind it to M-.
d74a1581 8494 (user-error): Alias to error if not defined.
b54f978b 8495
27135018
LL
84962013-05-02 Leo Liu <sdl.web@gmail.com>
8497
8498 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8499 for \. (bug#14332)
8500 (octave-font-lock-keywords): Include [ and {.
8501
0d634d3a
LL
85022013-05-02 Leo Liu <sdl.web@gmail.com>
8503
8504 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8505 (inferior-octave): Remove calling comint-mode and return the buffer.
8506 (inferior-octave-startup): Cosmetic changes.
8507
b4c8295e
LL
85082013-05-02 Leo Liu <sdl.web@gmail.com>
8509
30c7e542
SM
8510 * progmodes/octave.el (octave-syntax-propertize-function):
8511 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 8512
f12ad6ec
GM
85132013-05-02 Glenn Morris <rgm@gnu.org>
8514
8515 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8516 * desktop.el (vc-dir-mode): Just autoload it here.
8517
30cac1e0
AM
85182013-05-02 Alan Mackenzie <acm@muc.de>
8519
8520 Eliminate variable c-standard-font-lock-fontify-region-function.
8521 * progmodes/cc-mode.el
8522 (c-standard-font-lock-fontify-region-function): Remove.
8523 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8524
d8ef28b1
LL
85252013-05-01 Leo Liu <sdl.web@gmail.com>
8526
2640d52e 8527 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 8528 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 8529 variables were removed from Octave in 2007.
d8ef28b1
LL
8530 (inferior-octave-startup): Fix uses.
8531 (comint-line-beginning-position): Remove compatibility code for
8532 emacs 21.
8533
ac63ec89
JL
85342013-05-01 Juri Linkov <juri@jurta.org>
8535
8536 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8537
9e9be37c
JL
85382013-05-01 Juri Linkov <juri@jurta.org>
8539
8540 * comint.el (comint-previous-matching-input): Don't print message
8541 "History item: %d" when `isearch-mode' is active.
8542 (comint-history-isearch-message): Print message "History item: %d"
8543 when `comint-input-ring-index' is not empty and this function is
8544 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8545
9b92c13b
LL
85462013-05-01 Leo Liu <sdl.web@gmail.com>
8547
8548 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8549 definitions. Use completion-at-point to insert keywords.
8550 (octave-abbrev-start): Remove.
8551 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8552
b12d33d7
LL
85532013-04-30 Leo Liu <sdl.web@gmail.com>
8554
8555 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8556 change.
8557
3d1c39fa
AM
85582013-04-30 Alan Mackenzie <acm@muc.de>
8559
8560 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
8561 * progmodes/cc-engine.el (c-back-over-member-initializers):
8562 new function.
3d1c39fa
AM
8563 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8564 (most) member init lists.
8565
5147fc17
RS
85662013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8567
8568 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8569 variable.
8570
5b78d7fc
LL
85712013-04-30 Leo Liu <sdl.web@gmail.com>
8572
8573 * progmodes/octave.el (octave-variables): Remove. No builtin
8574 variables any more. All converted to functions.
8575 (octave-font-lock-keywords, octave-completion-at-point-function):
8576 Fix uses.
8577 (octave-font-lock-texinfo-comment): New user variable.
8578 (octave-texinfo-font-lock-keywords): New variable for texinfo
8579 comment block.
8580 (octave-function-comment-block): New face.
8581 (octave-font-lock-texinfo-comment): New function.
8582 (octave-mode): Font lock texinfo comment block.
8583
38d8527b
LL
85842013-04-29 Leo Liu <sdl.web@gmail.com>
8585
8586 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8587 indexing expression.
8588 (octave-continuation-string): Do not use \.
8589 (inferior-octave-complete-impossible): Remove.
8590 (inferior-octave-completion-table)
8591 (inferior-octave-completion-at-point): Remove its uses.
8592 (inferior-octave-startup): completion_matches was introduced to
8593 Octave in 1996 so safe to assume it.
8594 (octave-function-file-comment): Improve to follow how Octave does it.
8595 (octave-update-function-file-comment): Tweak.
8596
2ec12cb0
LL
85972013-04-29 Leo Liu <sdl.web@gmail.com>
8598
8599 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8600 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8601 (octave-function-file-comment): Fix typo.
8602 (octave-sync-function-file-names): Use read-char-choice.
8603
6eaed048
JB
86042013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8605
8606 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8607 to t for the less important warnings.
8608
3ffa2d4f
DH
86092013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8610
8611 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8612
685c9501
GM
86132013-04-27 Glenn Morris <rgm@gnu.org>
8614
8615 * vc/log-view.el (log-view-current-entry):
8616 Treat "---" separator lines as part of the following rev. (Bug#14169)
8617
0208ede7
JL
86182013-04-27 Juri Linkov <juri@jurta.org>
8619
8620 * subr.el (read-number): Doc fix about using it by interactive
8621 code letter `n'. (Bug#14254)
8622
5db9dace
JL
86232013-04-27 Juri Linkov <juri@jurta.org>
8624
8625 * desktop.el (desktop-auto-save-timeout): New option.
8626 (desktop-file-checksum): New variable.
8627 (desktop-save): Add optional arg `auto-save' and don't auto-save
8628 if nothing changed.
8629 (desktop-auto-save-timer): New variable.
8630 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8631 (after-init-hook): Call `desktop-auto-save-set-timer'.
8632 Suggested by Reuben Thomas <rrt@sc3d.org> in
8633 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8634
b7260dd4
LL
86352013-04-27 Leo Liu <sdl.web@gmail.com>
8636
8637 * progmodes/octave.el (octave-function-file-p)
8638 (octave-skip-comment-forward, octave-function-file-comment)
8639 (octave-update-function-file-comment): New functions.
8640 (octave-mode-map): Bind C-c ; to
8641 octave-update-function-file-comment.
8642 (octave-mode-menu): Add octave-update-function-file-comment.
8643 (octave-mode, inferior-octave-mode): Fix doc-string.
8644 (octave-insert-defun): Conform to Octave's coding convention.
8645 (Bug#14285)
8646
8647 * files.el (basic-save-buffer): Don't let errors in
8648 before-save-hook prevent saving buffer.
8649
c46da669
RW
86502013-04-20 Roland Winkler <winkler@gnu.org>
8651
8652 * faces.el (read-face-name): Use completing-read if arg multiple
8653 is nil.
8654
a81ee1eb
IL
86552013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8656
8657 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
8658 displayed, move point to after the totals line.
8659 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
8660 for the details.
8661
4fac34ce
SM
86622013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8665 Add current dir to the load-path.
8666 (package-generate-autoloads): Don't rely on
8667 autoload-ensure-default-file.
8668
f6bfc063
RT
86692013-04-26 Reuben Thomas <rrt@sc3d.org>
8670
d40ab5cf
BG
8671 * textmodes/remember.el (remember-store-in-files): Document that
8672 the file name format is passed to `format-time-string'.
f6bfc063 8673
e55d3b04
LL
86742013-04-26 Leo Liu <sdl.web@gmail.com>
8675
8676 * progmodes/octave.el (octave-sync-function-file-names): New function.
8677 (octave-mode): Use it in before-save-hook.
8678
e53052d3
SM
86792013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8680
140ef50c
SM
8681 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8682 (bug#14274).
8683
e53052d3
SM
8684 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8685 \n and comment, even if it's not an implicit ; (bug#14218).
8686
af80458d 86872013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
8688
8689 * subr.el (read-number): Once more use `read' rather than
8690 `string-to-number', to trap non-numeric input. (Bug#14254)
8691
af80458d 86922013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
8693
8694 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8695 Use `syntax-multiline' text property consistently instead of
8a621d53 8696 `font-lock-multiline'. (Bug#14237)
70203c2e 8697
e6ea1f6c
GM
86982013-04-26 Glenn Morris <rgm@gnu.org>
8699
8700 * emacs-lisp/shadow.el (list-load-path-shadows):
8701 No longer necessary to check for duplicate simple.el, since
8702 2012-07-07 change to init_lread to not include installation lisp
8703 directories in load-path when running uninstalled. (Bug#14270)
8704
070ccca4
LL
87052013-04-26 Leo Liu <sdl.web@gmail.com>
8706
8707 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8708 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 8709 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
8710 octave-in-string-or-comment-p.
8711 (octave-in-comment-p, octave-in-string-p)
8712 (octave-in-string-or-comment-p): Replace defsubst with defun.
8713
9d1c5fb6
PE
87142013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8715
8716 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8717
c034abda
BG
87182013-04-25 Bastien Guerry <bzg@gnu.org>
8719
8720 * textmodes/remember.el (remember-data-directory)
8721 (remember-directory-file-name-format): Fix custom types.
8722
584ea277
LL
87232013-04-25 Leo Liu <sdl.web@gmail.com>
8724
e53052d3
SM
8725 * progmodes/octave.el (octave-completion-at-point-function):
8726 Make use of inferior octave process.
584ea277
LL
8727 (octave-initialize-completions): Remove.
8728 (inferior-octave-completion-table): New function.
8729 (inferior-octave-completion-at-point): Use it.
8730 (octave-completion-alist): Remove.
8731
1693b06a
SM
87322013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8735 (opascal-mode-syntax-table): New var.
8736 (opascal-literal-kind, opascal-is-literal-end)
8737 (opascal-literal-token-at): Rewrite.
8738 (opascal--literal-start-re, opascal-font-lock-keywords)
8739 (opascal--syntax-propertize): New constants.
8740 (opascal-font-lock-defaults): Adjust.
8741 (opascal-mode): Use them. Set comment-<foo> variables as well.
8742 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8743 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8744 (delphi-other-face, opascal-other-face): Remove face variables.
8745 (opascal-save-state): Remove macro.
8746 (opascal-fontifying-progress-step): Remove constant.
8747 (opascal--ignore-changes): Remove var.
8748 (opascal-set-token-property, opascal-parse-next-literal)
8749 (opascal-is-stable-literal, opascal-complete-literal)
8750 (opascal-is-literal-start, opascal-face-of)
8751 (opascal-parse-region, opascal-parse-region-until-stable)
8752 (opascal-fontify-region, opascal-after-change)
8753 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8754 (opascal-debug-parse-region, opascal-debug-parse-window)
8755 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8756 (opascal-debug-fontify-buffer): Remove.
8757 (opascal-debug-mode-map): Adjust accordingly.
8758
be64c05d
LL
87592013-04-25 Leo Liu <sdl.web@gmail.com>
8760
8761 Merge octave-mod.el and octave-inf.el into octave.el with some
8762 cleanups.
8763 * progmodes/octave.el: New file renamed from octave-mod.el.
8764 * progmodes/octave-inf.el: Merged into octave.el.
8765 * progmodes/octave-mod.el: Renamed to octave.el.
8766
d79d37bd
TH
87672013-04-25 Tassilo Horn <tsdh@gnu.org>
8768
8769 * textmodes/reftex-vars.el
8770 (reftex-label-ignored-macros-and-environments): New defcustom.
8771
8772 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8773
ced3fc5d
SM
87742013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8777 (smie-indent-keyword): Improve the check to ensure that the next
8778 comment is really on the same line.
8779 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8780
8781 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8782 semi-colons if the line is not otherwise empty (bug#14218).
8783
1c141dad
GM
87842013-04-25 Glenn Morris <rgm@gnu.org>
8785
8786 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8787
5058062a
SM
87882013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8789
8790 * progmodes/opascal.el (opascal-set-token-property): Rename from
8791 opascal-set-text-properties and only set `token' (bug#14134).
8792 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8793 (opascal-literal-text-properties): Remove.
8794 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8795 Adjust callers.
8796
5db9dace 87972013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
8798
8799 * textmodes/remember.el (remember-handler-functions): Add an
8800 option for a new handler `remember-store-in-files'.
8801 (remember-data-directory, remember-directory-file-name-format):
8802 New options.
8803 (remember-store-in-files): New function to store remember notes
8804 as separate files within a directory.
8805
4391916c
MH
88062013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8807
8808 * progmodes/compile.el (compilation-next-error-function):
8809 Pass "formats" to compilation-find-file (bug#11777).
8810
bb7cdf58
GM
88112013-04-24 Glenn Morris <rgm@gnu.org>
8812
3b8fe752 8813 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
8814 * vc/vc-hg.el (vc-hg-print-log):
8815 * vc/vc-svn.el (vc-svn-print-log):
8816 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8817
bb7cdf58
GM
8818 * vc/vc-bzr.el (vc-bzr-print-log):
8819 * vc/vc-cvs.el (vc-cvs-print-log):
8820 * vc/vc-git.el (vc-git-print-log):
8821 * vc/vc-hg.el (vc-hg-print-log):
8822 * vc/vc-mtn.el (vc-mtn-print-log):
8823 * vc/vc-rcs.el (vc-rcs-print-log):
8824 * vc/vc-sccs.el (vc-sccs-print-log):
8825 * vc/vc-svn.el (vc-svn-print-log):
8826 * vc/vc.el (vc-print-log-internal): Doc fixes.
8827
b46a056e
GM
88282013-04-23 Glenn Morris <rgm@gnu.org>
8829
8830 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8831 Remove venerable code attempting to avoid substitute-command-keys.
8832
0aecf718
TH
88332013-04-23 Tassilo Horn <tsdh@gnu.org>
8834
4391916c
MH
8835 * textmodes/reftex-vars.el (reftex-label-regexps):
8836 Call `reftex-compile-variables' after changes to this variable.
0aecf718 8837
117f94cf
SM
88382013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8839
4391916c 8840 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
8841 Use lexical-binding.
8842 (jit-lock-force-redisplay): Use markers, check buffer's continued
8843 existence and beware narrowed buffers.
8844 (jit-lock-fontify-now): Adjust call accordingly.
8845
1d829c64
SM
88462013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8849 to avoid misleading the user.
8850
72d548a9
LL
88512013-04-22 Leo Liu <sdl.web@gmail.com>
8852
8853 * info-look.el: Prefer latex2e.info. (Bug#14240)
8854
d0853629
MA
88552013-04-22 Michael Albinus <michael.albinus@gmx.de>
8856
8857 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8858
8859 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 8860 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
8861 (tramp-set-completion-function, tramp-parse-putty):
8862 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8863 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8864 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8865 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8866 (tramp-call-local-coding-command): Use `tramp-call-process'
8867 instead of `tramp-compat-call-process'.
8868
8869 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8870 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8871 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 8872 (tramp-find-inline-compress): Improve traces.
d0853629
MA
8873 (tramp-maybe-send-script): Check for Perl binary.
8874 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8875
38cc0210
DU
88762013-04-22 Daiki Ueno <ueno@gnu.org>
8877
8878 * epg.el (epg-context-pinentry-mode): New function.
8879 (epg-context-set-pinentry-mode): New function.
8880 (epg--start): Pass --pinentry-mode option to gpg command.
8881
cc641ee1
XF
88822013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8883
02d844b5 8884 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 8885 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 8886 `completion-at-point'. (Bug#13774)
5d4e5c31 8887
cc641ee1
XF
8888 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8889 default key binding for `describe-distribution' has been moved to
8890 `C-h C-o'. (Bug#13970)
8891
1b42ee43
GM
88922013-04-21 Glenn Morris <rgm@gnu.org>
8893
8894 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8895 Add doc strings.
8896 (vc-print-log): Clarify interactive prompt.
8897
a6d63d97
GM
88982013-04-20 Glenn Morris <rgm@gnu.org>
8899
8900 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8901 No longer include timestamp etc information.
8902
d7f5c16f
RW
89032013-04-20 Roland Winkler <winkler@gnu.org>
8904
8905 * faces.el (read-face-name): Bug fix, return just one face if arg
8906 multiple is nil. (Bug#14209)
8907
bcd7a0a4
SM
89082013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8911 (remove-function): Autoload.
8912
8913 * comint.el (comint-redirect-original-filter-function): Remove.
8914 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
8915 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8916 (vc-cvs-annotate-command):
bcd7a0a4
SM
8917 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8918 * progmodes/prolog.el (prolog-consult-compile):
8919 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8920 Use add/remove-function instead.
8921 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8922 (gud-tooltip-process-output, gud-tooltip-tips):
8923 Use add/remove-function instead.
8924 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8925 (scheme-interaction-mode, exit-scheme-interaction-mode):
8926 Use add/remove-function instead.
8927
8928 * vc/vc-dispatcher.el: Use lexical-binding.
8929 (vc--process-sentinel): Rename from vc-process-sentinel.
8930 Change last arg to be the code to run. Don't use vc-previous-sentinel
8931 and vc-sentinel-commands any more.
8932 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8933 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8934
e36b2d20 89352013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 8936
bcd7a0a4 8937 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 8938 Handle function names with a single character. (Bug#14111)
4d3268ba 8939
781b4af6 89402013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
8941
8942 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8943 for subroutines defined in an eval (bug#14182).
8944
7d688336
TV
89452013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8946
8947 * bookmark.el (bookmark-completing-read): Improve handling of empty
8948 string (bug#14176).
8949
31dcede0
SM
89502013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8953
adc31213
FEG
89542013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8955
8956 New faster Imenu implementation (bug#14058).
8957 * progmodes/python.el:
8958 (python-imenu-prev-index-position):
8959 (python-imenu-format-item-label-function)
8960 (python-imenu-format-parent-item-label-function)
8961 (python-imenu-format-parent-item-jump-label-function):
8962 New vars.
8963 (python-imenu-format-item-label)
8964 (python-imenu-format-parent-item-label)
8965 (python-imenu-format-parent-item-jump-label)
8966 (python-imenu--put-parent, python-imenu--build-tree)
8967 (python-imenu-create-index, python-imenu-create-flat-index)
8968 (python-util-popn): New functions.
8969 (python-mode): Set imenu-create-index-function to
8970 python-imenu-create-index.
8971
cdca8255
SM
89722013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * winner.el (winner-active-region): Use region-active-p, activate-mark
8975 and deactivate-mark (bug#14225).
8976
8977 * simple.el (deactivate-mark): Don't inline it.
8978
beb42340
MA
89792013-04-18 Michael Albinus <michael.albinus@gmx.de>
8980
8981 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8982
fc7f4d7e
TH
89832013-04-18 Tassilo Horn <tsdh@gnu.org>
8984
8985 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8986 file extensions from the archive-mode entry in order to prefer
8987 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8988
29f47822
LL
89892013-04-18 Leo Liu <sdl.web@gmail.com>
8990
8991 * bindings.el (help-event-list): Add ?\?.
8992
d36ed1c8
SM
89932013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * subr.el (with-wrapper-hook): Declare obsolete.
8996 * simple.el (filter-buffer-substring-function): New hook.
8997 (filter-buffer-substring): Use it.
8998 (filter-buffer-substring-functions): Mark obsolete.
8999 * minibuffer.el (completion-in-region-function): New hook.
9000 (completion-in-region): Use it.
9001 (completion-in-region-functions): Mark obsolete.
9002 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9003 * abbrev.el (abbrev-expand-function): New hook.
9004 (expand-abbrev): Use it.
9005 (abbrev-expand-functions): Mark obsolete.
9006 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9007 and :filter-return.
9008
04754d36
FEG
90092013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9010
9011 * progmodes/python.el (python-nav--syntactically): Fix cornercases
9012 and do not care about match data.
9013
dd8791e9
SM
90142013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9017 completion tables when completing error conditions and
9018 `declare' arguments.
9019 (lisp-complete-symbol, field-complete): Mark as obsolete.
9020 (check-parens): Unmatched parens are user errors.
9021 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9022
ffe54a13
AM
90232013-04-17 Michal Nazarewicz <mina86@mina86.com>
9024
dd8791e9
SM
9025 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9026 command changed buffer (ie. `flyspell-pre-buffer' is not current
9027 buffer), which prevents making decisions based on invalid value of
9028 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
9029 cause an error when `flyspell-pre-point' was nil after switching
9030 buffers.
9031 (flyspell-post-command-hook): No longer needs to change buffers when
9032 checking pre-word. While at it remove unnecessary progn.
ffe54a13 9033
ec7e39f2
AM
90342013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
9035
9036 * textmodes/ispell.el (ispell-add-per-file-word-list):
9037 Fix `flyspell-correct-word-before-point' error when accepting
9038 words and `coment-padding' is an integer by using
9039 `comment-normalize-vars' (Bug #14214).
9040
083850a6
FEG
90412013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9042
9043 New defun movement commands.
9044 * progmodes/python.el (python-nav--syntactically)
9045 (python-nav--forward-defun, python-nav-backward-defun)
9046 (python-nav-forward-defun): New functions.
9047
619ed6e1
FEG
90482013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
9049
9050 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9051 (python-syntax-context): Use named compiler-macro for backwards
9052 compatibility with Emacs 24.x.
9053
7a1beb6c
LL
90542013-04-17 Leo Liu <sdl.web@gmail.com>
9055
9056 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9057 octave-hide-process-buffer.
9058
2d3fa3e5
SM
90592013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9062 (bug#14216).
9063
7ce5be54
JPG
90642013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
9065
9066 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9067 Fix adjustment of offset when receiving incomplete responses from GDB
9068 (bug#14129).
9069
351edece
SM
90702013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9073 python-mode-abbrev-table.
9074 (python-skeleton-define): Adjust accordingly.
9075 (python-mode-abbrev-table): New table that inherits from it so that
9076 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9077
9078 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9079 (abbrev-symbol): Use it.
9080 (abbrev--before-point): Use it since we already handle inheritance.
9081
613f9481
LL
90822013-04-16 Leo Liu <sdl.web@gmail.com>
9083
9084 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9085 binding to info-lookup-symbol.
9086
51646b62
JB
90872013-04-16 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * minibuffer.el (completion--twq-all):
9090 * term/ns-win.el (ns-initialize-window-system):
9091 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9092
efb3f01d
SM
90932013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9094
36c0a301
SM
9095 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9096 global bindings.
9097
efb3f01d
SM
9098 * doc-view.el (doc-view-start-process): Handle url-handler directories.
9099
fb549d64
DG
91002013-04-15 Dmitry Gutov <dgutov@yandex.ru>
9101
9102 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9103 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9104 to nil.
9105 (ruby-end-of-defun): Remove the unused arg, change the docstring
9106 to reflect that this function is only used as the value of
9107 `end-of-defun-function'.
9108 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9109 to reflect an earlier change that beginning/end-of-defun functions
9110 jump between methods in a class definition, as well as top-level
9111 functions.
9112
21e8fe2f
SM
91132013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 * minibuffer.el (minibuffer-complete): Don't just scroll
9116 a *Completions* that's been iconified.
9117 (minibuffer-force-complete): Make sure repetitions do cycle when going
9118 through completion-in-region -> minibuffer-complete.
9119
20e527d0
AM
91202013-04-15 Alan Mackenzie <acm@muc.de>
9121
9122 Correct the placement of c-cpp-delimiters when there're #s not at
9123 col 0.
9124
9125 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9126 place a submatch around the #.
21e8fe2f
SM
9127 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9128 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
9129 on the #, not BOL.
9130
dabefae5
SM
91312013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/nadvice.el: Properly test names when adding advice.
9134 (advice--member-p): New arg `name'.
9135 (advice--add-function, advice-member-p): Use it (bug#14202).
9136
85c9ab64
AM
91372013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
9138
9139 Reformulate java imenu-generic-expression.
9140 The old expression contained ill formed regexps.
9141
9142 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9143 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9144 (cc-imenu-java-method-arg-regexp): New defconsts.
9145 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 9146 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
9147 handling of spaces in the regexp.
9148
0f821d99
AM
91492013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9150
9151 * textmodes/ispell.el (ispell-command-loop): Remove
9152 flyspell highlight of a word when ispell accepts it (bug #14178).
9153
eb922adf
MA
91542013-04-15 Michael Albinus <michael.albinus@gmx.de>
9155
9156 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9157 uses code from the previous `ange-ftp-run-real-handler'.
9158 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9159 only in case that function exist. This is needed for proper
9160 unloading of Tramp.
9161
4d9a0979
TH
91622013-04-15 Tassilo Horn <tsdh@gnu.org>
9163
9164 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9165
9166 * textmodes/reftex.el (reftex-compile-variables): Use it.
9167
a829b0dc
SM
91682013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9169
91e8293c
SM
9170 * files.el (normal-mode): Only use default major-mode if no other mode
9171 was specified.
9172
830aed4d
SM
9173 * emacs-lisp/trace.el (trace-values): New function.
9174
a829b0dc
SM
9175 * files.el: Allow : in local variables (bug#14089).
9176 (hack-local-variable-regexp): New var.
9177 (hack-local-variables-prop-line, hack-local-variables): Use it.
9178
7ae9f0fb
RW
91792013-04-13 Roland Winkler <winkler@gnu.org>
9180
9181 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
9182 data before it gets modified by bibtex-beginning-of-entry.
9183
6646e848
RW
91842013-04-13 Roland Winkler <winkler@gnu.org>
9185
9186 * textmodes/bibtex.el (bibtex-url): Doc fix.
9187
91882013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
9189
9190 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9191 does not visit a BibTeX file, exclude it from the list of buffers
9192 returned by bibtex-initialize.
9193
0aa3616e
SB
91942013-04-13 Stephen Berman <stephen.berman@gmx.net>
9195
9196 * window.el (split-window): Remove interactive form, since as a
9197 command this function is a special case of split-window-below.
9198 Correct doc string.
9199
011cddd6
RW
92002013-04-12 Roland Winkler <winkler@gnu.org>
9201
9202 * faces.el (read-face-name): Do not override value of arg default.
9203 Allow single faces and strings as default values. Remove those
9204 elements from return value that are not faces.
9205 (describe-face): Simplify.
9206 (face-at-point): New optional args thing and multiple so that this
9207 function can provide the same functionality previously provided by
9208 read-face-name.
9209 (make-face-bold, make-face-unbold, make-face-italic)
9210 (make-face-unitalic, make-face-bold-italic, invert-face)
9211 (modify-face, read-face-and-attribute): Use face-at-point.
9212
9213 * cus-edit.el (customize-face, customize-face-other-window)
9214 * cus-theme.el (custom-theme-add-face)
9215 * face-remap.el (buffer-face-set)
9216 * facemenu.el (facemenu-set-face): Use face-at-point.
9217
f24e0036
MA
92182013-04-12 Michael Albinus <michael.albinus@gmx.de>
9219
9220 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9221
da3cda2d
TH
92222013-04-10 Tassilo Horn <tsdh@gnu.org>
9223
9224 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9225 off leading { and trailing } from field values.
9226
15e54145
SM
92272013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9228
78ce603d
SM
9229 * emacs-lisp/timer.el (timer--check): New function.
9230 (timer--time, timer-set-function, timer-event-handler): Use it.
9231 (timer-set-idle-time): Simplify.
9232 (timer--activate): CSE.
9233 (timer-event-handler): Give more info in error message.
9234 (internal-timer-start-idle): New function, moved from C.
9235
15e54145
SM
9236 * mpc.el (mpc-proc): Add `restart' argument.
9237 (mpc-proc-cmd): Use it.
9238 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9239 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9240 less often.
9241
7144c627
MY
92422013-04-10 Masatake YAMATO <yamato@redhat.com>
9243
9244 * progmodes/sh-script.el: Implement `sh-mode' own
9245 `add-log-current-defun-function' (bug#14112).
9246 (sh-current-defun-name): New function.
9247 (sh-mode): Use the function.
9248
b39792eb
BG
92492013-04-09 Bastien Guerry <bzg@gnu.org>
9250
9251 * simple.el (choose-completion-string): Fix docstring (bug#14163).
9252
8acdeb71
SM
92532013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9254
6fcdab68
SM
9255 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9256
8acdeb71
SM
9257 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9258 timer (bug#14156).
9259
e3e7b504
NF
92602013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
9261
9262 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9263 declaration.
9264
201bb296
LL
92652013-04-07 Leo Liu <sdl.web@gmail.com>
9266
9267 * pcmpl-x.el: New file.
9268
ebb19708
DA
92692013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
9270
9271 Do not set x-display-name until X connection is established.
9272 This is needed to prevent from weird situation described at
9273 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9274 * frame.el (make-frame): Set x-display-name after call to
9275 window system initialization function, not before.
9276 * term/x-win.el (x-initialize-window-system): Add optional
9277 display argument and use it.
9278 * term/w32-win.el (w32-initialize-window-system):
9279 * term/ns-win.el (ns-initialize-window-system):
9280 * term/pc-win.el (msdos-initialize-window-system):
9281 Add compatible optional display argument.
9282
33bb237a
EZ
92832013-04-06 Eli Zaretskii <eliz@gnu.org>
9284
9285 * files.el (normal-backup-enable-predicate): On MS-Windows and
9286 MS-DOS compare truenames of temporary-file-directory and of the
9287 file, so that 8+3 aliases (usually found in $TEMP on Windows)
9288 don't fail comparison by compare-strings. Also, compare file
9289 names case-insensitively on MS-Windows and MS-DOS.
9290
134abf1f
SM
92912013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9294 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9295
d695cb94
DG
92962013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9297
e3e7b504
NF
9298 * whitespace.el (whitespace-color-on, whitespace-color-off):
9299 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 9300
f4ad7ea1 93012013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
9302
9303 * ispell.el (ispell-set-spellchecker-params):
9304 Really set `ispell-args' for all equivs.
9305
632556e4
SM
93062013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * ido.el (ido-completions): Use extra elements of ido-decorations
9309 (bug#14143).
9310 (ido-decorations): Update docstring.
9311
2a417372
MA
93122013-04-05 Michael Albinus <michael.albinus@gmx.de>
9313
9314 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9315 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9316 nil during initialization, in order not to miss changes since the
9317 file was opened. (Bug#14140)
9318
fc164b0c
LL
93192013-04-05 Leo Liu <sdl.web@gmail.com>
9320
9321 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9322
0ccecc08
JB
93232013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9324
9325 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9326
51af1aa2
GM
93272013-04-04 Glenn Morris <rgm@gnu.org>
9328
9329 * electric.el (electric-pair-inhibit-predicate): Add :version.
9330
b208ebc6
SM
93312013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9334 when a package is required several times (bug#14082).
9335
f3d3eaf0
RW
93362013-04-04 Roland Winkler <winkler@gnu.org>
9337
9338 * faces.el (read-face-name): Behave as promised by the docstring.
9339 Assume that arg default is a list of faces.
9340 (describe-face): Call read-face-name with list of default faces.
9341
2575da50
TV
93422013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9343
9344 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9345 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9346 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9347 the header.
9348 (bookmark-exit-hook-internal): Save even if list is empty.
9349
397703b4
YH
93502013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9351
9352 * emacs-lisp/package.el (package-pinned-packages): New var.
9353 (package--add-to-archive-contents): Obey it (bug#14118).
9354
691e26ae
AM
93552013-04-03 Alan Mackenzie <acm@muc.de>
9356
8a621d53
JB
9357 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9358 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
9359
9360 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9361 parameter `not-in-delimiter'. Handle being inside comment opener.
9362 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9363 character in case we're typing a '*' after a '/'.
9364 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9365 instead by passing the parameter to c-state-pp-to-literal.
9366
9367 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9368 for elt. 7 of a parse state.
9369
4b725a70
PE
93702013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9371
9372 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9373 * international/latin1-disp.el, international/mule-util.el:
9374 * language/cyril-util.el, language/european.el, language/ind-util.el:
9375 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9376 * language/tibetan.el, language/viet-util.el:
9377 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9378
15c579f0
SM
93792013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9382 (electric-pair-post-self-insert-function): Use it.
9383 (electric-pair-default-inhibit): New function, extracted from
9384 electric-pair-post-self-insert-function.
9385
a77e2924
RW
93862013-03-31 Roland Winkler <winkler@gnu.org>
9387
9388 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9389
2bd8a4a8
SM
93902013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9393
8d3655be 93942013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
9395
9396 Un-indent after "pass" and "return" statements (Bug#13888)
9397 * progmodes/python.el (python-indent-block-enders): New var.
9398 (python-indent-calculate-indentation): Use it.
9399
8d3655be 94002013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
9401
9402 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9403 defun. Defining it as defalias could introduce too eager
9404 byte-compiler optimization. (Bug#14030)
9405
8d3655be 94062013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
9407
9408 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9409
0b1619da
LL
94102013-03-30 Leo Liu <sdl.web@gmail.com>
9411
9412 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9413 (kmacro-execute-from-register): Pass the keyboard macro to
9414 kmacro-call-macro or repeating won't work correctly.
9415
0b938190
TZ
94162013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9417
9418 * progmodes/subword.el: Back to using `forward-symbol'.
9419
9420 * subr.el (forward-whitespace, forward-symbol)
9421 (forward-same-syntax): Move from thingatpt.el.
9422
35710234
LL
94232013-03-29 Leo Liu <sdl.web@gmail.com>
9424
9425 * kmacro.el (kmacro-to-register): New command.
9426 (kmacro-execute-from-register): New function.
9427 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9428
efc0bb73
SM
94292013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * mpc.el: Use defvar-local and setq-local.
9432 (mpc--proc-connect): Connection failures are not bugs.
9433 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9434 (mpc-volume-map): Bind to the up-events.
9435
75a2f981
TZ
94362013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9437
9438 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9439 instead of `forward-symbol'.
9440
17c781d1
SM
94412013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9444 (edebug--recursive-edit): Use it.
9445 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9446 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9447
f67bfbcf
LL
94482013-03-28 Leo Liu <sdl.web@gmail.com>
9449
9450 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9451
b59f639d
EZ
94522013-03-27 Eli Zaretskii <eliz@gnu.org>
9453
9454 * facemenu.el (list-colors-callback): New defvar.
9455 (list-colors-redisplay): New function.
9456 (list-colors-display): Install list-colors-redisplay as the
9457 revert-buffer-function. (Bug#14063)
9458
f557c1b1
SM
94592013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9460
b1da2957
SM
9461 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9462 and suffixes don't overlap (bug#14061).
9463
f557c1b1
SM
9464 * case-table.el: Use lexical-binding.
9465 (case-table-get-table): New function.
9466 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9467
002668e1
TZ
94682013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9469
9470 * progmodes/subword.el: Add `superword-mode' to do word motion
9471 over symbol_words (parallels and leverages `subword-mode' which
9472 does word motion inside MixedCaseWords).
9473
73572c72
AG
94742013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9475
78b8f320 9476 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 9477 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 9478
69b2c07e
SM
94792013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9482 Change return value to be a sexp. Delay `get-buffer' to after
9483 restoring the desktop (bug#13951).
9484
08bb5ee2
LL
94852013-03-26 Leo Liu <sdl.web@gmail.com>
9486
9487 * register.el: Move semantic tag handling back to
9488 cedet/semantic/senator.el. (Bug#14052)
9489
8d4c974e
SM
94902013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9493 into the prompt either (bug#13963).
9494
b234d92c
SM
94952013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9498 part of "(error-foo)".
9499
ddfa3cb4
JL
95002013-03-24 Juri Linkov <juri@jurta.org>
9501
9502 * replace.el (list-matching-lines-prefix-face): New defcustom.
9503 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9504 `occur-engine' if `face-differs-from-default-p' returns t.
9505 (occur-engine): Add `,' inside backquote construct to evaluate
9506 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9507 Pass `prefix-face' to the functions `occur-context-lines' and
9508 `occur-engine-add-prefix'.
9509 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9510 `prefix-face' and propertize the prefix with `prefix-face'.
9511 (Bug#14017)
9512
7b0e2f85
LL
95132013-03-24 Leo Liu <sdl.web@gmail.com>
9514
9515 * nxml/rng-valid.el (rng-validate-while-idle)
9516 (rng-validate-quick-while-idle): Guard against deleted buffer.
9517 (Bug#13999)
9518
9519 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9520 is the last entry in kill-buffer-hook.
9521
9522 * files.el (kill-buffer-hook): Doc fix.
9523
b3082f49
DG
95242013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9525
b234d92c
SM
9526 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9527 Make it safe-local.
bde73d27 9528
b3082f49
DG
9529 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9530
a320a2db
LL
95312013-03-23 Leo Liu <sdl.web@gmail.com>
9532
7e74b0fb
LL
9533 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9534 Remove.
9535
9536 * nxml/rng-valid.el (rng-validate-mode)
9537 (rng-after-change-function, rng-do-some-validation):
9538 * nxml/rng-maint.el (rng-validate-buffer):
9539 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9540 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9541 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9542 (nxml-extend-after-change-region): Use with-silent-modifications.
9543
a320a2db
LL
9544 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9545 timer-idle-list.
9546
9547 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9548 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9549 timer-idle-list. (Bug#13999)
9550
e38e6780
JL
95512013-03-23 Juri Linkov <juri@jurta.org>
9552
9553 * info.el (info-index-match): New face.
9554 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9555 main pattern and add text properties with the new face to matches
9556 in index entries relative to the beginning of the index entry.
9557 (Bug#14015)
9558
e8cc7880
DE
95592013-03-21 Eric Ludlam <zappo@gnu.org>
9560
9561 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9562 Inhibit read only while inserting objects.
9563
9bb0d822
TZ
95642013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9565
9566 * progmodes/cfengine.el: Update docs to mention
9567 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9568 symbol motion. Remove "_" from the word syntax.
9569
aa703640
TZ
95702013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9571
9572 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9573 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9574
afff09d0
JL
95752013-03-20 Juri Linkov <juri@jurta.org>
9576
9577 * info.el (Info-next-reference-or-link)
9578 (Info-prev-reference-or-link): New functions.
9579 (Info-next-reference, Info-prev-reference): Use them.
9580 (Info-try-follow-nearest-node): Handle footnote navigation.
9581 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9582
9a1ff164
SM
95832013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9586 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9587
2667d15d
PE
95882013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9589
9590 Suppress unnecessary non-ASCII chatter during build process.
9591 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9592 (batch-skkdic-convert): Suppress most of the chatter.
9593 It's not needed so much now that machines are faster,
9594 and its non-ASCII component was confusing; see Dmitry Gutov in
9595 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9596
438b0579
LL
95972013-03-20 Leo Liu <sdl.web@gmail.com>
9598
9599 * ido.el (ido-chop): Fix bug#10994.
9600
c128ab07
DG
96012013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9602
9603 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9604 Remove vars.
9a1ff164
SM
9605 (whitespace-color-on, whitespace-color-off):
9606 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 9607
0e6008c5
SM
96082013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9611 remapping in mode-line.
9612 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9613
627b52b0
DG
96142013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9615
9616 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9617 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
9618 (whitespace-font-lock-keywords): Change description.
9619 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9620 the constructed keywords instead.
9621 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 9622
50c3a20b
LL
96232013-03-19 Leo Liu <sdl.web@gmail.com>
9624
9625 * progmodes/compile.el (compilation-display-error): New command.
9626 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9627 C-o. (Bug#13992)
9628
2aa2157b
PE
96292013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9630
9631 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9632
e477dbfa
JD
96332013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9634
9635 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9636
64ab82d1
MA
96372013-03-18 Michael Albinus <michael.albinus@gmx.de>
9638
9639 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9640
9641 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9642 * net/tramp-gvfs.el (top):
9643 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9644 (tramp-handle-shell-command): Use it.
9645 (tramp-dissect-file-name): Raise an error when hostname is a
9646 method name, and neither method nor user is specified.
9647
9648 * net/trampver.el: Update release number.
9649
33cef733
LL
96502013-03-18 Leo Liu <sdl.web@gmail.com>
9651
9652 Make sure eldoc can be turned off properly.
9653 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9654 eldoc-mode.
9655 (eldoc-display-message-p): Revert last change.
9656 (eldoc-display-message-no-interference-p)
9657 (eldoc-print-current-symbol-info): Tweak.
9658
2167b7b2
TH
96592013-03-18 Tassilo Horn <tsdh@gnu.org>
9660
9661 * doc-view.el (doc-view-new-window-function): Check the new window
9662 overlay's display property instead the char property of the
9663 buffer's first char. Use `with-selected-window' instead of
9664 `save-window-excursion' with `select-window'.
9665 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 9666 display property instead the char property of the buffer's first char.
2167b7b2 9667
982efbcd
PE
96682013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9669
9670 Automate the build of ja-dic.el (Bug#13984).
9671 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9672 from the input, rather than assume that it's been done for us by the
9673 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9674 the current date into a ja-dic.el comment, as that complicates
9675 regression testing.
9676
2fcc7665
SM
96772013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * whitespace.el: Fix double evaluation.
9680 (whitespace-space, whitespace-hspace, whitespace-tab)
9681 (whitespace-newline, whitespace-trailing, whitespace-line)
9682 (whitespace-space-before-tab, whitespace-indentation)
9683 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9684 obsolete defvars.
9685 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9686 (whitespace-color-on): Use a single font-lock-add-keywords call.
9687 Fix double-evaluation of face variables.
9688
67c0a6e6
MA
96892013-03-17 Michael Albinus <michael.albinus@gmx.de>
9690
2fcc7665
SM
9691 * net/tramp-adb.el (tramp-adb-parse-device-names):
9692 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 9693 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 9694
69489f1d
LL
96952013-03-17 Leo Liu <sdl.web@gmail.com>
9696
9697 Extend eldoc to display info in the mode-line. (Bug#13978)
9698 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9699 (eldoc-mode-line-string): New variable.
9700 (eldoc-minibuffer-message): New function.
9701 (eldoc-message-function): New variable.
9702 (eldoc-message): Use it.
9703 (eldoc-display-message-p)
2fcc7665
SM
9704 (eldoc-display-message-no-interference-p):
9705 Support eldoc-post-insert-mode.
69489f1d
LL
9706
9707 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9708 (eval-expression): Run it.
9709
9c44569e
RW
97102013-03-17 Roland Winkler <winkler@gnu.org>
9711
9712 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9713 strings in the list of return values.
9714
327f1f6f
JB
97152013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9716
9717 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9718 radix before checking for HMS forms.
9719
67ed8fcd
LL
97202013-03-16 Leo Liu <sdl.web@gmail.com>
9721
9722 * progmodes/scheme.el: Add indentation and font-locking for λ.
9723 (Bug#13975)
9724
78be8b64 97252013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
9726
9727 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9728 token before point (bug#13942).
9729
78be8b64 97302013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 9731
95b43468 9732 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 9733
98e775e6
EZ
97342013-03-16 Eli Zaretskii <eliz@gnu.org>
9735
9736 * startup.el (command-line-normalize-file-name): Fix handling of
9737 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9738 <xfq.free@gmail.com> in
9739 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9740
2edd6029
MA
97412013-03-15 Michael Albinus <michael.albinus@gmx.de>
9742
9743 Sync with Tramp 2.2.7.
9744
9745 * net/trampver.el: Update release number.
9746
d35f5864
TH
97472013-03-14 Tassilo Horn <tsdh@gnu.org>
9748
e903c210 9749 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
9750 (doc-view-insert-image): Don't modify overlay associated to
9751 non-live windows, and implement horizontal centering of image in
9752 case it's smaller than the window.
9753 (doc-view-new-window-function): Force redisplay of new windows on
9754 doc-view buffers.
d35f5864 9755
1c4a85ed
KF
97562013-03-13 Karl Fogel <kfogel@red-bean.com>
9757
9758 * saveplace.el (save-place-alist-to-file): Don't sort
9759 `save-place-alist', just pretty-print it (bug#13882).
9760
85b66a21
MA
97612013-03-13 Michael Albinus <michael.albinus@gmx.de>
9762
a020afb9
JB
9763 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9764 Check whether `default-file-name-coding-system' is bound.
9765 It isn't in XEmacs.
85b66a21 9766
175600da
SM
97672013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9768
e7f7cb1a
SM
9769 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9770 backquotes for `obsolete' (bug#13929).
9771
175600da
SM
9772 * international/mule.el (find-auto-coding): Include file name in
9773 obsolescence warning (bug#13922).
9774
ca68a22e
TZ
97752013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9776
9777 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9778 for CFEngine 3-specific indentation.
9779 (cfengine3-indent-line): Use it. Fix up category regex.
9780 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9781
940e5099
SM
97822013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * type-break.el (type-break-file-name):
9785 * textmodes/remember.el (remember-data-file):
9786 * strokes.el (strokes-file):
9787 * shadowfile.el (shadow-initialize):
9788 * saveplace.el (save-place-file):
9789 * ps-bdf.el (bdf-cache-file):
9790 * progmodes/idlwave.el (idlwave-config-directory):
9791 * net/quickurl.el (quickurl-url-file):
9792 * international/kkc.el (kkc-init-file-name):
9793 * ido.el (ido-save-directory-list-file):
9794 * emulation/viper.el (viper-custom-file-name):
9795 * emulation/vip.el (vip-startup-file):
9796 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9797 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9798
cc725808
PE
97992013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9800
9801 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9802 * language/thai-word.el: Switch to UTF-8.
9803
a020afb9 9804See ChangeLog.16 for earlier changes.
e3d51b27
MR
9805
9806;; Local Variables:
9807;; coding: utf-8
e3d51b27
MR
9808;; End:
9809
ab422c4d 9810 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
9811
9812 This file is part of GNU Emacs.
9813
9814 GNU Emacs is free software: you can redistribute it and/or modify
9815 it under the terms of the GNU General Public License as published by
9816 the Free Software Foundation, either version 3 of the License, or
9817 (at your option) any later version.
9818
9819 GNU Emacs is distributed in the hope that it will be useful,
9820 but WITHOUT ANY WARRANTY; without even the implied warranty of
9821 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9822 GNU General Public License for more details.
9823
9824 You should have received a copy of the GNU General Public License
9825 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.