* src/eval.c (handlerlist_sentinel): New variable.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
375761b2
EZ
12013-11-05 Eli Zaretskii <eliz@gnu.org>
2
3 * startup.el (normal-top-level): Load the subdirs.el files before
4 setting the locale environment. (Bug#15805)
5
520a6e4a
SM
62013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7
0acfafef
SM
8 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
9 via arguments so as to get the right ones (bug#15418).
10
520a6e4a
SM
11 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
12
15826261
MA
132013-11-05 Michael Albinus <michael.albinus@gmx.de>
14
15 Fix problems found while writing a test suite.
16
17 * net/tramp-compat.el (tramp-compat-load): New defun.
18 * net/tramp.el (tramp-handle-load): Use it.
19
20 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
21 "(numberp ok-if-already-exists)" correctly.
22
d35f31a4
XF
232013-11-05 Xue Fuqiao <xfq.free@gmail.com>
24
25 * international/characters.el (glyphless-char-display-control):
26 Add usage note.
27
ae93bc74
BB
282013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
29
520a6e4a
SM
30 * progmodes/python.el (python-mode):
31 * progmodes/scheme.el (scheme-mode):
32 * progmodes/prolog.el (prolog-mode):
33 * progmodes/ruby-mode.el (ruby-mode):
34 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
35 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
ae93bc74 36
0ade65b5
SM
372013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
38
a0d5f7a4
SM
39 * rect.el (rectangle--highlight-for-redisplay):
40 * emacs-lisp/smie.el (smie--next-indent-change):
41 Use buffer-chars-modified-tick.
42
c93f3f5c
SM
43 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
44
0ade65b5
SM
45 * electric.el (electric-indent-post-self-insert-function):
46 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
47
ef9dd188
HE
482013-11-04 Helmut Eller <eller.helmut@gmail.com>
49
50 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
51
306e7308
NT
522013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
53
54 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
55 (bug#15786).
56
e5afbcac
SM
572013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
58
1d01ad41
SM
59 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
60
e5afbcac
SM
61 * progmodes/python.el: Fix up last change.
62 (python-shell--save-temp-file): New function.
63 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
64 `string' comes from the current buffer.
65 (python-shell-send-string-no-output): Remove `msg' arg.
66 (python--use-fake-loc): New var.
67 (python-shell-buffer-substring): Obey it. Try to compensate for the
68 extra coding line added by python-shell--save-temp-file.
69 (python-shell-send-region): Use python-shell--save-temp-file and
70 python-shell-send-file directly. Add `nomain' argument.
71 (python-shell-send-buffer): Use python-shell-send-region.
72 (python-electric-pair-string-delimiter): New function.
73 (python-mode): Use it.
74
d0065ff1
EZ
752013-11-04 Eli Zaretskii <eliz@gnu.org>
76
77 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
78 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
79 environment and decoding all of the default-directory's to here
80 from command-line.
81 (command-line): Decode also argv[0].
82
83 * loadup.el: Error out if default-directory is a multibyte string
84 when we are dumping.
85
86 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
87
7397c587
TZ
882013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
89
90 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
91 (package-menu--print-info, package-menu--archive-predicate):
92 Add Archive column to package list.
7397c587 93
b27cc9fc
MA
942013-11-04 Michael Albinus <michael.albinus@gmx.de>
95
96 Fix problems found while writing a test suite.
97
98 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
99 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
100 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
101 to nil when running original file name handler. Otherwise,
102 there are problems with constructs like "$$FOO".
103
104 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
105 for `localname'.
106
d8c4f18a
BB
1072013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
108
7b530552
BB
109 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
110
111 * subr.el (version<, version<=, version=):
112 Update docstrings with information for snapshot versions.
113
d8c4f18a
BB
114 * helpers.el: New library for misc helper functions.
115 (hash-table-keys): New function returning a list of hash keys.
116 (hash-table-values): New function returning a list of hash values.
117
dca01b09
DG
1182013-11-04 Dmitry Gutov <dgutov@yandex.ru>
119
120 * progmodes/ruby-mode.el (ruby-smie--forward-token)
121 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
122
0a749fa0
MN
1232013-11-04 Michal Nazarewicz <mina86@mina86.com>
124
125 * textmodes/fill.el (fill-single-char-nobreak-p): New function
126 checking whether point is after a 1-letter word.
127
1282013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
129
130 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
131 Don't infloop when expanding region over `multiline' syntax-type that
132 begins a line (bug#15778).
133
4aca7145
SM
1342013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
137 Make it into a proper minor mode.
138 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
139 (rectangle-mark-mode-map): New keymap.
140 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
141
a0833f62
GM
1422013-11-04 Glenn Morris <rgm@gnu.org>
143
144 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
145
e61845c1
SM
1462013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
149 (ruby-smie-rules): Use smie-rule-parent instead.
150
151 * emacs-lisp/smie.el (smie-rule-parent): Always call
152 smie-indent-virtual rather than only for hanging tokens.
153 (smie--next-indent-change): New helper command.
154
62942f89
GM
1552013-11-03 Glenn Morris <rgm@gnu.org>
156
157 * Makefile.in (abs_srcdir): Remove.
158 (emacs): Unset EMACSLOADPATH.
159
b0b9e592
GM
1602013-11-02 Glenn Morris <rgm@gnu.org>
161
18ba6a33 162 * Makefile.in (EMACS): Use a relative filename.
8061810d 163 (abs_top_builddir): Remove.
18ba6a33
GM
164 (custom-deps, finder-data, autoloads): Use --chdir.
165
6a8b929e
GM
166 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
167
c617f3d0
GM
168 Use relative filenames in TAGS files.
169 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
170 (lisptagsfiles4, TAGS): Use relative file names.
171 (TAGS-LISP): Remove.
172 (maintainer-clean): No more TAGS-LISP file.
173
b0b9e592
GM
174 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
175 (lisptagsfiles4): Use absolute filenames again.
176 (TAGS, TAGS-LISP): Not everything needs to run in one line.
177 Remove all *loaddefs files, not just the first. Remove esh-groups.
178 (maintainer-clean): Delete TAGS, TAGS-LISP.
179
d1c0ea6a
BB
1802013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
181
e61845c1
SM
182 * emacs-lisp/package.el (package-version-join):
183 Recognize snapshot versions.
d1c0ea6a 184
684d71c6
BB
1852013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
186
187 * subr.el (version-regexp-alist): Add support for snapshot versions.
188
3d42b968
DG
1892013-11-02 Dmitry Gutov <dgutov@yandex.ru>
190
e61845c1
SM
191 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
192 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
193 skip over our direct parent if it's an assignment token..
194 (ruby-smie-rules): Use it.
195
7ffd3721
DG
1962013-11-02 Dmitry Gutov <dgutov@yandex.ru>
197
198 * progmodes/ruby-mode.el Use `syntax-propertize-function'
199 unconditionally. Remove now unnecessary forward declarations.
200 Remove XEmacs-specific setup.
201 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
202 (ruby-font-lock-syntactic-keywords)
203 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
204 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
205 (ruby-here-doc-end-syntax): Remove.
206 (ruby-mode): Don't check whether `syntax-propertize-rules' is
207 defined as function.
208
a3996a2e
BB
2092013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
210
211 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
212
6f9260e8
BB
2132013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
214
215 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
216 table and abbrev table, `define-derived-mode' does that for us
217 anyway.
218
6014de84
GM
2192013-11-01 Glenn Morris <rgm@gnu.org>
220
221 * Makefile.in: Remove manual mh-e dependencies (writing .elc
222 files is atomic for some time, so no parallel compilation issues).
223
3c334c14
JD
2242013-11-01 Jan Djärv <jan.h.d@swipnet.se>
225
226 * faces.el (face-x-resources): Add :distant-foreground.
227 (region): Use :distant-foreground for gtk and ns.
228
9bc236c8
TH
2292013-11-01 Tassilo Horn <tsdh@gnu.org>
230
5246583b 231 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
232 BibTeX.
233 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
234 (reftex-locate-bibliography-files): Us it.
235
d14c81ee
CB
2362013-11-01 Claudio Bley <claudio.bley@googlemail.com>
237
0e7690de
CB
238 * image.el (image-type-header-regexps): Fix the 'pbm' part to
239 allow comments in pbm files.
240
d14c81ee
CB
241 * term/w32-win.el (dynamic-library-alist): Support newer versions
242 of libjpeg starting with v7: look only for the DLL from the
243 version against which Emacs was built.
ac1bf374 244 Support versions of libpng beyond 1.4.x.
019c8218 245 Support libtiff v4.x.
d14c81ee 246
983d0df5
BB
2472013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
248
249 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
250 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
251 Add property :safe.
252 (ruby-deep-arglist): Add property :type.
253
47f58d85
GM
2542013-10-31 Glenn Morris <rgm@gnu.org>
255
256 * Makefile.in (custom-deps, finder-data): No need to setq the target
257 variables, we are in the right directory and the defaults work fine.
258
4f85b479
GM
2592013-10-30 Glenn Morris <rgm@gnu.org>
260
ca7dd4cd
GM
261 * Makefile.in (autoloads): Do not use abs_lisp.
262
4f85b479
GM
263 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
264 `newline' does not respect `standard-output', so use `princ'.
265
cf59e41c
AA
2662013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
267
268 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
269 * buff-menu.el (Buffer-menu--unmark): New function.
270 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
271
74cf04fb
GM
2722013-10-30 Glenn Morris <rgm@gnu.org>
273
b040b60e
GM
274 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
275
f53d3815
GM
276 * emacs-lisp/package.el (lm-homepage): Declare.
277
5413d873
GM
278 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
279 Fix doc typos.
280
cecedb36
GM
281 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
282
74cf04fb
GM
283 * Makefile.in (finder-data, autoloads, update-subdirs)
284 (compile-main, compile-clean, compile-always, bootstrap-clean):
285 Check return value of cd.
286 (compile-calc): Remove.
287
195ee2f0
SM
2882013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
289
ae4002ce
SM
290 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
291
292 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
293 (byte-compile-and-folded): New function.
294 (=, <, >, <=, >=): Use it.
295
296 * dos-w32.el (minibuffer-history-case-insensitive-variables)
297 (path-separator, null-device, buffer-file-coding-system)
298 (lpr-headers-switches): Check system-type before modifying them.
299 (find-buffer-file-type-coding-system): Mark obsolete.
300 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
301 find-file-not-found-set-buffer-file-coding-system.
302 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
303 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
304 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
305 (w32-direct-print-region-helper, w32-direct-print-region-function)
306 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
307 * startup.el (normal-top-level-add-subdirs-to-load-path):
308 * ps-print.el (ps-print-region-function):
309 * lpr.el (print-region-function): Use new name.
310
53b39e89
SM
311 * subr.el (custom-declare-variable-early): Remove function.
312 (custom-declare-variable-list): Remove var.
313 (error, user-error): Remove `while' loop.
314 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
315 (user-emacs-directory-warning, locate-user-emacs-file):
316 Move to files.el.
317 * simple.el (read-quoted-char-radix, read-quoted-char):
318 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
319 Move from subr.el.
320 * custom.el (custom-declare-variable-list): Don't process
321 custom-declare-variable-list.
322
195ee2f0
SM
323 * progmodes/python.el (python-shell-get-buffer): New function.
324 (python-shell-get-process): Use it.
325 (python-shell-send-string): Always use utf-8 and add a cookie to tell
326 Python which encoding was used. Don't split-string since we only care
327 about the first line. Return the temp-file, if applicable.
328 (python-shell-send-region): Tell compile.el how to turn locations in
329 the temp-file into locations in the source buffer.
330
7e3561ee
SM
3312013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
332
4c9797cb
SM
333 * subr.el (undefined): Add missing behavior from the C code for
334 unbound keys.
335
3472b6c6
SM
336 * rect.el: Use lexical-binding. Add new rectangular region support.
337 (rectangle-mark): New command.
338 (rectangle--region): New var.
339 (deactivate-mark-hook): Reset rectangle--region.
340 (rectangle--extract-region, rectangle--insert-for-yank)
341 (rectangle--highlight-for-redisplay)
342 (rectangle--unhighlight-for-redisplay): New functions.
343 (region-extract-function, redisplay-unhighlight-region-function)
344 (redisplay-highlight-region-function): Use them to handle
345 rectangular region.
346 * simple.el (region-extract-function): New var.
347 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
348 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
349 (kill-region): Replace obsolete `yank-handler' arg with `region'.
350 (copy-region-as-kill, kill-ring-save): Add `region' argument.
351 (redisplay-unhighlight-region-function)
352 (redisplay-highlight-region-function): New vars.
353 (redisplay--update-region-highlight): New function.
354 (pre-redisplay-function): Use it.
355 (exchange-point-and-mark): Don't deactivate the mark before
356 reactivate-it anyway.
357 * comint.el (comint-kill-region): Remove yank-handler argument.
358 * delsel.el (delete-backward-char, backward-delete-char-untabify)
359 (delete-char): Remove property, since it's now part of their
360 default behavior.
361 (self-insert-iso): Remove property since this command doesn't exist.
362
7e3561ee
SM
363 * emacs-lisp/package.el (package--download-one-archive)
364 (describe-package-1): Don't query the user about final newline.
365
b9bef71f
DC
3662013-10-29 Daniel Colascione <dancol@dancol.org>
367
368 * net/tramp.el (tramp-methods): Document new functionality.
369 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
370 tramp-hostname-checker if method provides one instead of scanning
371 argument list for "%h" to decide hostname acceptability.
372
4efc33f0
MA
3732013-10-28 Michael Albinus <michael.albinus@gmx.de>
374
375 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
376 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
377 Handle COPY-CONTENTS. (Bug#15737)
378
ed42a877
DU
3792013-10-28 Daiki Ueno <ueno@gnu.org>
380
381 * epa-file.el
7e3561ee
SM
382 (epa-file-cache-passphrase-for-symmetric-encryption):
383 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 384
18c9f8a2
XF
3852013-10-27 Xue Fuqiao <xfq.free@gmail.com>
386
7a4bc7be
XF
387 * image.el (defimage):
388 (image-load-path): Doc fixes.
18c9f8a2 389
b1e8e010
AM
3902013-10-27 Alan Mackenzie <acm@muc.de>
391
392 Indent statements in macros following "##" correctly.
7e3561ee
SM
393 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
394 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 395
73d40d1e 3962013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
397
398 * linum.el (linum-update-window): Fix boundary test (bug#13446).
399
c8c605ac
DG
4002013-10-27 Dmitry Gutov <dgutov@yandex.ru>
401
402 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
403 after `=' is probably a new expression.
404
ca7e59d4
RS
4052013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
406
407 * man.el (man-imenu-title): New option.
408 (Man-mode-map): Add menu. (Bug#15722)
409 (Man-mode): Add imenu to menu.
410
bae91342
DG
4112013-10-26 Dmitry Gutov <dgutov@yandex.ru>
412
413 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
414 specific in what the first arg can be: a non-keyword word,
415 string/regexp/percent literal opener, opening paren, or unary
416 operator followed directly by word.
417
eb89dc14
SM
4182013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
421 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
422 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
423 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
424 Remove vars, they do not apply any more.
425 (prolog-mode-abbrev-table): Remove redundant declaration.
426 (prolog-upper-case-string, prolog-lower-case-string): Remove.
427 (prolog-use-smie): Remove.
428 (prolog-smie-rules): Add indentation rule for the if-then-else layout
429 supported by prolog-electric-if-then-else-flag.
430 (prolog-mode-variables, prolog-menu): Use setq-local.
431 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
432 Remove binding to `Backspace' since this key doesn't exist anyway.
433 Remove bindings for electric self-inserting keys.
434 (prog-mode): Assume it's defined.
435 (prolog-post-self-insert): New function.
436 (prolog-mode): Use it.
437 (prolog-indent-line, prolog-indent-level)
438 (prolog-find-indent-of-matching-paren)
439 (prolog-indentation-level-of-line, prolog-goto-comment-column)
440 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
441 (prolog-goto-next-paren, prolog-in-string-or-comment)
442 (prolog-tokenize, prolog-inside-mline-comment)
443 (prolog-find-start-of-mline-comment): Remove functions.
444 (prolog-find-unmatched-paren, prolog-clause-end)
445 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
446 (prolog-electric--if-then-else): Rename from
447 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
448 (prolog-tokenize-searchkey): Remove const.
449 (prolog-clause-info): Use forward-sexp.
450 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
451 (prolog-electric-if-then-else): Remove commands.
452 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
453 for use in post-self-insert-hook.
454 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
455 for use in post-self-insert-hook.
456 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
457 for use in post-self-insert-hook.
458 (prolog-electric--underscore): Rename from prolog-electric--underscore;
459 adapt it for use in post-self-insert-hook.
460
3dab0a83
MA
4612013-10-25 Michael Albinus <michael.albinus@gmx.de>
462
463 * emacs-lisp/ert.el (ert-run-tests-interactively):
464 Use `completing-read'. (Bug#9756)
465
fbfd0e1d
EZ
4662013-10-25 Eli Zaretskii <eliz@gnu.org>
467
468 * simple.el (line-move): Call line-move-1 instead of
469 line-move-visual when the current window hscroll is zero, but
470 temporary-goal-column indicates we will need to hscroll as result
471 of the movement. (Bug#15712)
472
963ce636
DG
4732013-10-25 Dmitry Gutov <dgutov@yandex.ru>
474
475 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
476 capitalization. Use :visible instead of :active.
477 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
478 commands that are used with SMIE.
479 (ruby-do-end-to-brace): Insert space after `{'.
480
a0be396a
JA
4812013-10-25 John Anthony <john@jo.hnanthony.com>
482
f73754c9
JA
483 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
484
485 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 486
f5bf77df
GM
4872013-10-25 Glenn Morris <rgm@gnu.org>
488
489 * vc/vc.el (vc-print-log): Don't use a working revision unless
490 one was explicitly specified. (Bug#15322)
491
37241f62
SM
4922013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * subr.el (add-to-list): Preserve return value in compiler-macro
495 (bug#15692).
496
6408a65d
RS
4972013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
498
499 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
500 result. Ask user to retry using '-all' flag. (Bug#15701)
501
71e3276b
SM
5022013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * emacs-lisp/smie.el: New smie-config system.
505 (smie-config): New defcustom.
506 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
507 (smie-config-guess, smie-config-save): New commands.
508 (smie-config--mode-local, smie-config--buffer-local)
509 (smie-config--trace, smie-config--modefuns): New vars.
510 (smie-config--advice, smie-config--mode-hook)
511 (smie-config--setter, smie-config-local, smie-config--get-trace)
512 (smie-config--guess-value, smie-config--guess): New functions.
513 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
514 text properties. Treat "string fence" syntax like string syntax.
515
516 * progmodes/sh-script.el (sh-use-smie): Change default.
517 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
518 (sh-var-value): Simplify by CSE.
519 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
520 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
521 is used.
522 (sh-guess-basic-offset): Use cl-incf.
523 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
524
60db713e
HE
5252013-10-24 Helmut Eller <eller.helmut@gmail.com>
526
527 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
528 (bug#15699).
529
8b251df6
GM
5302013-10-24 Glenn Morris <rgm@gnu.org>
531
532 * Makefile.in (abs_top_srcdir): Remove.
533 (update-subdirs): Use relative path to update-subdirs.
534
6be0e22b
EZ
5352013-10-24 Eli Zaretskii <eliz@gnu.org>
536
537 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
538 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
539 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
540 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 541
50b5b857
MA
5422013-10-24 Michael Albinus <michael.albinus@gmx.de>
543
544 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
545 (ert-test-skipped): New error.
546 (ert-skip, ert-stats-skipped): New defuns.
547 (ert--skip-unless): New macro.
548 (ert-test-skipped): New struct.
549 (ert--run-test-debugger, ert-test-result-type-p)
550 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
551 (ert--stats-set-test-and-result, ert-char-for-test-result)
552 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 553 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 554 Handle skipped tests. (Bug#9803)
50b5b857 555
6f317c2f
GM
5562013-10-24 Glenn Morris <rgm@gnu.org>
557
e43817c1
GM
558 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
559
6f317c2f
GM
560 * Makefile.in (abs_top_srcdir): New, set by configure.
561 (update-subdirs): Correct build-aux location.
562
369bbf71
DG
5632013-10-24 Dmitry Gutov <dgutov@yandex.ru>
564
8297b2cf
DG
565 * vc/vc.el (vc-print-root-log): Always set `default-directory'
566 value, whether we could auto-deduce `backend', or not.
567
369bbf71
DG
568 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
569 with parameters" example. Simplify the "is it block or is it
570 hash" check, but also make it more thorough.
571
d5f1282f
MF
5722013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
573
574 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
575
bc4aaa31
SM
5762013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
577
03d44565
SM
578 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
579 { if it is hanging.
580
bc4aaa31
SM
581 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
582 :before ";".
583
f493ff19
JB
5842013-10-23 Jed Brown <jed@59A2.org> (tiny change)
585
586 * progmodes/compile.el (compilation-directory-matcher)
587 (compilation-page-delimiter):
588 Support GNU Make-4.0 directory quoting. (Bug#15678)
589
c744a3b9
LL
5902013-10-23 Leo Liu <sdl.web@gmail.com>
591
592 * ido.el (ido-tidy): Handle read-only text.
593
b8e3b0a9
GM
5942013-10-23 Glenn Morris <rgm@gnu.org>
595
596 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
597 (emacs, compile, compile-always):
598 Quote entities that might contain whitespace.
599 (custom-deps, finder-data, autoloads): Use abs_lisp.
600 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
601 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
602 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
603
ee4282cd
DG
6042013-10-23 Dmitry Gutov <dgutov@yandex.ru>
605
bc4aaa31
SM
606 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
607 Use `following-char'.
7790a270 608
ee4282cd 6092013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
610
611 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
612 * progmodes/ruby-mode.el (ruby-smie-rules):
613 Remove corresponding workaround. Fix indentation rule of ";" so it
614 also applies when ";" is the parent.
615
d40a46d7
XF
6162013-10-22 Xue Fuqiao <xfq.free@gmail.com>
617
618 * frame.el (display-screens, display-pixel-height)
619 (display-pixel-width, display-mm-width, display-backing-store)
620 (display-save-under, display-planes, display-color-cells)
7790a270
SM
621 (display-visual-class, display-monitor-attributes-list):
622 Mention the optional ‘display’ argument in doc strings.
d40a46d7 623
a0f143c9
MG
6242013-10-22 Michael Gauland <mikelygee@amuri.net>
625
626 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
627 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
628
18cacc39
DG
6292013-10-21 Dmitry Gutov <dgutov@yandex.ru>
630
631 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
632 TODO. Add "." after " @ ".
633 (ruby-smie--at-dot-call): New function. Checks if point at method
634 call with explicit target.
635 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
636 to the method name tokens when it precedes them.
637 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
638 (ruby-smie-rules): Add rule for indentation before and after "."
639 token.
640
df74c4be
SM
6412013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
642
c6dab55f
SM
643 * textmodes/remember.el (remember-diary-extract-entries):
644 Avoid add-to-list.
645
df74c4be
SM
646 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
647 an instruction.
648
8c1ae481
DG
6492013-10-21 Dmitry Gutov <dgutov@yandex.ru>
650
cfef16c0
DG
651 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
652 (ruby-smie--implicit-semi-p): Add new operator chars.
653
8c1ae481
DG
654 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
655 `smie-down-list'.
656 (ruby-smie--args-separator-p): Check that there's no newline
657 between method call and its arguments.
658
87756ca9
AM
6592013-10-20 Alan Mackenzie <acm@muc.de>
660
661 Allow comma separated lists after Java "implements".
662
df74c4be
SM
663 * progmodes/cc-engine.el (c-backward-over-enum-header):
664 Parse commas.
87756ca9
AM
665 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
666 from a "disallowed" list in enum fontification.
667
c25f8957
JB
6682013-10-20 Johan Bockgård <bojohan@gnu.org>
669
df74c4be 670 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 671
c25f8957
JB
672 * progmodes/verilog-mode.el (verilog-mode): Don't set
673 comment-indent-function globally.
674
aca5fcdc
JD
6752013-10-20 Jan Djärv <jan.h.d@swipnet.se>
676
5f161884
JD
677 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
678 Move Info menu item creation to ns-win.el.
679
680 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
681 in menu bar.
682
aca5fcdc
JD
683 * menu-bar.el: Move GNUStep specific menus...
684
685 * term/ns-win.el (ns-initialize-window-system): ... to here.
686
914b7f98
SM
6872013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * simple.el (newline): Only run post-self-insert-hook when
690 called interactively.
691
846ffe77
JB
6922013-10-19 Johan Bockgård <bojohan@gnu.org>
693
694 * icomplete.el (icomplete-with-completion-tables): Add :version.
695
033f22dd
AM
6962013-10-19 Alan Mackenzie <acm@muc.de>
697
698 Fix fontification bugs with constructors and const.
699
700 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
701 CASE 2) Remove the check for the absence of a suffix construct
702 after a function declaration with only types (no identifiers) in
703 the parentheses. Also, accept a function declaration with just a
704 type inside the parentheses, if this type can be positively
705 recognised as such, or if a prefix keyword like "explicit" nails
706 down the construct as a declaration.
707
58ce0cfc
EZ
7082013-10-19 Eli Zaretskii <eliz@gnu.org>
709
710 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
711 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
712 the problem whereby selecting a menu item that leads to a
713 minibuffer prompt moves the cursor out of the minibuffer window,
714 making it hard to type at the prompt. Suggested by Stefan Monnier
715 <monnier@iro.umontreal.ca>.
716
50e28e7d
JD
7172013-10-19 Jan Djärv <jan.h.d@swipnet.se>
718
719 * menu-bar.el: Don't make Services menu.
720
7deed4bf
RS
7212013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
722
723 * ffap.el: Handle "/usr/include/c++/<version>" directories.
724 (ffap-alist): Use ffap-c++-mode for c++-mode.
725 (ffap-c++-path): New variable.
726 (ffap-c++-mode): New function.
727
7bcb455b
JVJ
7282013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
729
730 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
731
f0ff1cd5
MA
7322013-10-18 Michael Albinus <michael.albinus@gmx.de>
733
734 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
735 introduced on 2013-09-08, which results in an infinite loop
736 requesting a password.
737
d64da4b7
GM
7382013-10-18 Glenn Morris <rgm@gnu.org>
739
740 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
741
ea89ff08
WS
7422013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
743
744 Sync with upstream verilog-mode revision 1a6ecec7.
745 * progmodes/verilog-mode.el (verilog-mode-version): Update.
746 (verilog-mode-release-date): Remove.
747 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
748 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
749 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
750 (verilog-auto-tieoff-ignore-regexp)
751 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
752 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
753 (verilog-signals-with, verilog-dir-cache-preserving)
754 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
755 Doc fixes.
756 (verilog-case-fold): New option, to control case folding in
757 regexp searches, bug597.
758 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
759 (verilog-string-match-fold, verilog-in-paren-count)
760 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
761 (verilog-at-close-struct-p): New functions.
762 (verilog-beg-block-re-ordered, verilog-extended-case-re)
763 (verilog-forward-sexp, verilog-set-auto-endcomments):
764 (verilog-leap-to-case-head): Handle "unique0" case.
765 (verilog-in-constraint-re): New constant.
766 (verilog-keywords, verilog-type-font-keywords):
767 Add some SystemVerilog 1800-2012 keywords.
768 (verilog-label-be): Remove unimplemented argument, bug669.
769 (verilog-batch-execute-func): When batch expanding clear
770 create-lockfiles to prevent spurious user locks when a file ends
771 up not changing.
772 (verilog-calculate-indent, verilog-calc-1)
773 (verilog-at-close-constraint-p, verilog-at-constraint-p)
774 (verilog-do-indent): Fix indentation of nested constraints
775 and structures.
776 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
777 (verilog-auto-inst-param): Use verilog-string-match-fold.
778 (verilog-read-inst-module-matcher):
779 Fix AUTOINST on gate primitives with #1.
780 (verilog-read-decls): Fix double-declaring user-defined typed signals.
781 Reads all user-defined typed variables.
782 (verilog-read-defines): Fix reading definitions inside comments, bug647.
783 (verilog-signals-matching-regexp)
784 (verilog-signals-not-matching-regexp, verilog-auto):
785 Respect verilog-case-fold.
786 (verilog-diff-report): Fix line count.
787 (verilog-auto-assign-modport): Remove unused local `modi'.
788 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
789 better handle multidimensional arrays.
790 Fix packed array ports misadding bit index in AUTOINST, bug637.
791 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
792 to not double-declare existing outputs and inputs, respectively.
793 (verilog-template-map): Bind U to verilog-sk-uvm-component.
794 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
795 (verilog-sk-uvm-component): New skeleton.
796 (verilog-submit-bug-report): Add verilog-case-fold,
797 remove verilog-mode-release-date.
798
ef566920
BR
7992013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
800
801 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
802 as before.
803
29df8a0b
RT
8042013-10-18 Reuben Thomas <rrt@sc3d.org>
805
806 * textmodes/remember.el (remember): set buffer-offer-save in
807 remember buffers (bug#13566).
808
04a19a79
DC
8092013-10-18 Daniel Colascione <dancol@dancol.org>
810
811 When evaluating forms in ielm, direct standard output to ielm
812 buffer. Add new ielm-return-for-effect command. Remove trailing
813 whitespace throughout.
814
815 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
816 (ielm-return-for-effect): New command.
817 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
818 (ielm-eval-input): Accept optional `for-effect' parameter.
819 Bind `standard-output' to stream we create using
04a19a79
DC
820 `ielm-standard-output-impl'. Suppress printing result when
821 `for-effect'.
822 (ielm-standard-output-impl): New function.
823 (inferior-emacs-lisp-mode): Explain new features in documentation.
824
4c1f03ef
MA
8252013-10-17 Michael Albinus <michael.albinus@gmx.de>
826
827 Code cleanup.
828
829 * net/tramp.el (tramp-debug-message): Do not check for connection
830 buffer.
831 (tramp-message): Use "vector" connection property.
832
833 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
834 (tramp-equal-remote, tramp-eshell-directory-change)
835 * net/tramp-adb.el (tramp-adb-handle-copy-file)
836 (tramp-adb-handle-rename-file)
837 * net/tramp-cmds.el (tramp-list-remote-buffers)
838 (tramp-cleanup-connection, tramp-cleanup-this-connection)
839 * net/tramp-compat.el (tramp-compat-process-running-p)
840 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
841 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
842 (tramp-gvfs-handle-rename-file)
843 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
844 (tramp-set-file-uid-gid)
845 * net/tramp-smb.el (tramp-smb-handle-copy-file)
846 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
847 of `file-remote-p'.
848
849 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
850 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
851 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
852 (tramp-gw-open-network-stream): Suppress unrelated traces.
853
854 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
855 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
856 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
857 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
858 connection property.
859
860 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 861 persistency file.
4c1f03ef
MA
862
863 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
864 Refactor common code. Improve debug message.
865 (tramp-maybe-open-connection)
866 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
867 connection buffer too early.
868
869 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
870 from `tramp-smb-actions-with-acl'.
871 (tramp-smb-actions-set-acl): New defconst.
872 (tramp-smb-handle-copy-directory)
873 (tramp-smb-action-get-acl): New defun, renamed from
874 `tramp-smb-action-with-acl'.
875 (tramp-smb-action-set-acl): New defun.
876 (tramp-smb-handle-set-file-acl): Rewrite.
877
642eb8b6
GM
8782013-10-17 Glenn Morris <rgm@gnu.org>
879
880 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
881
85527ff3
SM
8822013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
883
921c1d62
SM
884 * skeleton.el (skeleton-newline): Remove.
885 (skeleton-internal-1): Use (insert "\n") instead.
886
e333fb10
SM
887 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
888 let-bindings.
889
85527ff3
SM
890 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
891 forward-sexp-function while we redo its job (bug#15613).
892
c8722a97
JB
8932013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
894
895 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
896 represented by lists.
897
7a550bbb
GM
8982013-10-16 Glenn Morris <rgm@gnu.org>
899
900 * tmm.el (tmm--history): New dynamic variable.
901 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
902
f19da8ad
MA
9032013-10-16 Michael Albinus <michael.albinus@gmx.de>
904
905 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
906 (tramp-smb-errors): Add error messages.
907 (tramp-smb-actions-with-acl): New defconst.
908 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
909 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
910 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
911 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
912 (tramp-smb-get-stat-capability): Fix tests.
913
a24b9961
DK
9142013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
915
916 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
917 (bug#15580).
918
62ad85e6
GM
9192013-10-16 Glenn Morris <rgm@gnu.org>
920
0283d6b0
GM
921 * ansi-color.el (ansi-color-drop-regexp):
922 Add 1J, 1K, 2K. (Bug#15617)
923
012e2f9f
GM
924 * files.el (hack-local-variables--warned-lexical): New.
925 (hack-local-variables):
926 Warn about misplaced lexical-binding. (Bug#15616)
927
62ad85e6
GM
928 * net/eww.el (eww-render): Always set eww-current-url,
929 and update header line. (Bug#15622)
930 (eww-display-html): ... Rather than just doing it here.
931
6456c0ea
EZ
9322013-10-15 Eli Zaretskii <eliz@gnu.org>
933
934 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
935 menu navigations commands.
936
c2de5588
DK
9372013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
938
939 * progmodes/subword.el (subword-capitalize): Be careful when
940 the search for [[:alpha:]] fails (bug#15580).
941
ccd4a783
EZ
9422013-10-14 Eli Zaretskii <eliz@gnu.org>
943
944 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
945 to commands that scroll the menu.
946
1eda1d8d
DG
9472013-10-14 Dmitry Gutov <dgutov@yandex.ru>
948
c2de5588
DK
949 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
950 Handle methods ending with `?' and `!'.
1eda1d8d 951
e70181b8
AM
9522013-10-14 Akinori MUSHA <knu@iDaemons.org>
953
954 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
955 `japanese-cp932' to `cp932' to fix the problem where saving a
956 source file written in Shift_JIS twice would end up having
957 `coding: japanese-cp932' which Ruby could not recognize.
958 (ruby-mode-set-encoding): Add support for encodings mapped to nil
959 in `ruby-encoding-map'.
960 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
961 doesn't need to be explicitly declared in magic comment.
962 (ruby-encoding-map): Add type declaration for better customize UI.
963
9148ee92
GM
9642013-10-13 Glenn Morris <rgm@gnu.org>
965
a5d38e34
GM
966 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
967 Occur buffers are read-only. http://bugs.debian.org/720775
968
9148ee92
GM
969 * emacs-lisp/authors.el (authors-fixed-entries):
970 Comment out old alpha stuff.
971
a9ba094b
DG
9722013-10-13 Dmitry Gutov <dgutov@yandex.ru>
973
974 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
975 to `after-save-hook' instead of `before-save-hook'.
976 (ruby-mode-set-encoding): Use the value of coding system used to
977 write the file. Call `basic-save-buffer-1' after modifying the
978 buffer.
979
7a068717
AM
9802013-10-13 Alan Mackenzie <acm@muc.de>
981
982 Fix indentation/fontification of Java enum with
983 "implements"/generic.
984
c2de5588
DK
985 * progmodes/cc-engine.el (c-backward-over-enum-header):
986 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
987 (c-inside-bracelist-p): Uses new function above.
988 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
989 function above.
990 (c-font-lock-enum-tail): Uses new function above.
991
85b64f02
KH
9922013-10-13 Kenichi Handa <handa@gnu.org>
993
994 * international/mule-cmds.el (select-safe-coding-system): Remove a
995 superfluous condition in chekcing whether a coding system is safe
996 or not.
997
fc7f501b
OK
9982013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
999
1000 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
1001
fdcb2049
AP
10022013-10-13 Andreas Politz <politza@hochschule-trier.de>
1003
1004 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
1005
8c106d17
GM
10062013-10-13 Glenn Morris <rgm@gnu.org>
1007
feab892d
GM
1008 * menu-bar.el (menu-bar-update-buffers):
1009 Unify Buffers menu prompt string. (Bug#15576)
1010
b22d0686
GM
1011 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
1012
8c106d17
GM
1013 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1014 Add some entries.
1015 (authors-fixed-entries): Use accented form of name.
1016
1b12c797
SM
10172013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1018
650fa7bf 1019 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 1020 method calls (bug#15594).
650fa7bf
SM
1021 (ruby-smie--args-separator-p): New function.
1022 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1023 recognize paren-free method calls.
1024
1b12c797
SM
1025 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1026 internals of universal-argument.
1027
029619c8
EZ
10282013-10-11 Eli Zaretskii <eliz@gnu.org>
1029
1030 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
1031 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1032 dropped menu on second mouse click on the menu bar.
029619c8 1033
dd070019
SM
10342013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1037 (explicit-shell-file-name): Declare.
1038 (sh--vars-before-point, sh--cmd-completion-table): New functions.
1039 (sh-completion-at-point-function): New function.
1040 (sh-mode): Use it.
1041 (sh-smie--keyword-p): Remove unused argument.
1042 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1043 vars.
1044 (sh-set-shell): Always setup SMIE, even if we use the
1045 old indentation code.
1046
0922b826
DG
10472013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1048
b68e2926
DG
1049 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1050 cases of ? and =.
1051 (ruby-smie-rules): Simplify the "do" rule. The cases when the
1052 predicate would return nil are almost non-existent.
1053 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1054
0922b826
DG
1055 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1056 cache also after commands that modify the buffer but don't move
1057 point.
1058
ee041f2d
SM
10592013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * env.el (substitute-env-in-file-name): New function.
1062 (substitute-env-vars): Extend the meaning of the optional arg.
1063
a5dab159
EZ
10642013-10-10 Eli Zaretskii <eliz@gnu.org>
1065
1066 * term/w32-win.el (dynamic-library-alist): Define separate lists
1067 of GIF DLLs for versions before and after 5.0.0 of giflib.
1068 (Bug#15531)
1069
db138698
JT
10702013-10-10 João Távora <joaotavora@gmail.com>
1071
1072 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1073 not locked, use last revision and current source as
1074 defaults. (Bug#15569)
1075
2f6e161e
MY
10762013-10-10 Masatake YAMATO <yamato@redhat.com>
1077
1078 * menu-bar.el (menu-bar-open): Don't use popup-menu if
1079 menu-bar is hidden.
1080
6c8413fc
MR
10812013-10-10 Martin Rudalics <rudalics@gmx.at>
1082
1083 * window.el (pop-to-buffer-same-window): Fix doc-string.
1084 (Bug#15492)
1085
20832de0
SM
10862013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1089
c6e8ae77
AC
10902013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
1091
1092 * calendar/icalendar.el (icalendar-import-file):
1093 Fix interactive spec. (Bug#15482)
1094
9db13baf
GM
10952013-10-10 Glenn Morris <rgm@gnu.org>
1096
9271e90e
GM
1097 * desktop.el (desktop-save): Default to saving in .emacs.d,
1098 since PWD is no longer in desktop-path by default. (Bug#15319)
1099
9db13baf
GM
1100 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1101 now that text mode has a menu with the same entry.
1102 (menu-bar-text-mode-auto-fill): Remove now unused func.
1103 * textmodes/text-mode.el (text-mode-map):
1104 Use auto-fill help text from menu-bar.el.
1105
a0be396a 11062013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
1107
1108 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
1109
2edcd3c7
JL
11102013-10-09 Juri Linkov <juri@jurta.org>
1111
1112 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1113 instead of this-command-keys. Add universal-argument-more and
1114 universal-argument-minus to the list of prefix commands. (Bug#15568)
1115
574411d0
GM
11162013-10-09 Glenn Morris <rgm@gnu.org>
1117
14afa541
GM
1118 * vc/vc-svn.el (vc-svn-create-repo):
1119 Expand paths in file://... url. (Bug#15446)
1120
574411d0
GM
1121 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1122 Add some entries.
1123 (authors): Remove unused local variables.
1124
79804536
SM
11252013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * profiler.el: Create a more coherent calltree from partial backtraces.
1128 (profiler-format): Hide the tail with `invisible' so that C-s can still
1129 find the hidden elements.
1130 (profiler-calltree-depth): Don't recurse so enthusiastically.
1131 (profiler-function-equal): New hash-table-test.
1132 (profiler-calltree-build-unified): New function.
1133 (profiler-calltree-build): Use it.
1134 (profiler-report-make-name-part): Indent the calltree less.
1135 (profiler-report-mode): Add visibility specs for profiler-format.
1136 (profiler-report-expand-entry, profiler-report-toggle-entry):
1137 Expand the whole subtree when provided with a prefix arg.
1138
238150c8
DG
11392013-10-09 Dmitry Gutov <dgutov@yandex.ru>
1140
1141 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1142 iuwu-mod token.
1143 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1144 hanging iuwu-mod token.
1145 (ruby-smie--forward-token): Do not include a dot after a token in
1146 that token.
1147 (ruby-smie--backward-token): Likewise.
1148
b0949cc4
JL
11492013-10-08 Juri Linkov <juri@jurta.org>
1150
1151 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1152 to isearch-other-control-char.
1153 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1154 and isearch-post-command-hook to post-command-hook.
1155 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1156 and isearch-post-command-hook from post-command-hook.
1157 (isearch-unread-key-sequence)
1158 (isearch-reread-key-sequence-naturally)
1159 (isearch-lookup-scroll-key, isearch-other-control-char)
1160 (isearch-other-meta-char): Remove functions.
1161 (isearch-pre-command-hook, isearch-post-command-hook):
1162 New functions based on isearch-other-meta-char rewritten
1163 relying on the new behavior of overriding-terminal-local-map
1164 that does not replace the local keymaps any more. (Bug#15200)
1165
4ed77415
EZ
11662013-10-08 Eli Zaretskii <eliz@gnu.org>
1167
1168 Support menus on text-mode terminals.
1169 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1170 functionality.
1171
1172 * tooltip.el (tooltip-mode): Don't error out on TTYs.
1173
c2de5588
DK
1174 * menu-bar.el (popup-menu, popup-menu-normalize-position):
1175 Move here from mouse.el.
4ed77415
EZ
1176 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
1177 and arrow keys.
1178 (tty-menu-navigation-map): New map for TTY menu navigation.
1179
1180 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
1181
1182 * frame.el (display-mouse-p): Report text-mode mouse as available
1183 on w32.
1184 (display-popup-menus-p): Report availability if mouse is
1185 available; don't condition on window-system.
1186
1187 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
1188 (tty-menu-selected-face): New faces.
1189
b7d5bd82
TL
11902013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1191
06286513
SM
1192 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
1193 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
1194 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
1195 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
1196 New constants.
1197 (lisp-mode-variables): New `elisp' argument.
1198 (emacs-lisp-mode): Use it.
1199 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
1200 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
1201
b7d5bd82
TL
1202 * indent.el: Use lexical-binding.
1203 (indent-region): Add progress reporter.
1204 (tab-stop-list): Make it implicitly extend to infinity by repeating the
1205 last step.
1206 (indent--next-tab-stop): New function to implement this behavior.
1207 (tab-to-tab-stop, move-to-tab-stop): Use it.
1208
12092013-10-08 Teemu Likonen <tlikonen@iki.fi>
1210
1211 * indent.el (indent-rigidly--current-indentation): New function.
1212 (indent-rigidly-map): New var.
1213 (indent-rigidly): Use it to provide interactive mode (bug#8196).
1214
5ea75d23
BG
12152013-10-08 Bastien Guerry <bzg@gnu.org>
1216
1217 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
1218
cc5da1ec
SM
12192013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1220
8ffa1a0b
SM
1221 * progmodes/perl-mode.el: Use lexical-binding.
1222 Remove redundant :group args.
1223 (perl-nochange): Change default to be closer to other major modes's
1224 standard behavior.
1225 (perl-indent-line): Don't consider text on current line as a
1226 valid beginning of function from which to indent.
1227
f2223371
SM
1228 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
1229 with more than one argument (bug#15538).
1230
44256060
SM
1231 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
1232
cc5da1ec
SM
1233 * vc/pcvs.el: Use lexical-binding.
1234 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
1235 environment of `eval'.
1236 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
1237 than a list of expressions. Adjust callers.
1238 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
1239
0ea1599d
DG
12402013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1241
1242 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 1243 case of the dot in a chained method call being on the following line.
0ea1599d 1244
da3e5ebb
SM
12452013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1246
2abb4e65
SM
1247 * electric.el (electric-indent-inhibit): New var.
1248 (electric-indent-post-self-insert-function): Use it.
1249 * progmodes/python.el (python-mode): Set it.
1250
d2e0e795
SM
1251 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
1252 open braces.
1253
1254 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
1255
bdc6b4c8
SM
1256 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
1257 (css-mode): Use electric-indent-chars.
1258
da3e5ebb
SM
1259 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
1260 (font-lock-beg, font-lock-end): Move before first use.
1261 (nxml-mode): Use syntax-propertize-function.
1262 (nxml-after-change, nxml-after-change1): Adjust accordingly.
1263 (nxml-extend-after-change-region): Remove.
1264 * nxml/xmltok.el: Use lexical-binding.
1265 (xmltok-save): Use `declare'.
1266 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
1267 * nxml/nxml-util.el: Use lexical-binding.
1268 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
1269 Use `declare'.
1270 * nxml/nxml-ns.el: Use lexical-binding.
1271 (nxml-ns-save): Use `declare'.
1272 (nxml-ns-prefixes-for): Avoid add-to-list.
1273 * nxml/rng-match.el: Use lexical-binding.
1274 (rng--ipattern): Use cl-defstruct.
1275 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1276 (rng-cons-group-after, rng-subst-group-after)
1277 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1278 Use closures instead of `(lambda...).
1279
f8f91d5d
MA
12802013-10-07 Michael Albinus <michael.albinus@gmx.de>
1281
1282 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1283 of BEG and END.
1284
da3e5ebb
SM
1285 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1286 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
1287 (tramp-gvfs-handle-insert-file-contents): Remove function.
1288
da3e5ebb
SM
1289 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1290 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
1291
1292 * net/trampver.el: Update release number.
1293
7ccae3b1
SM
12942013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1295
55ca2c0d
SM
1296 * progmodes/compile.el (compilation-parse-errors):
1297 Use compilation--put-prop.
1298 (compilation--ensure-parse): Check compilation-multiline.
1299
731fc3ae
SM
1300 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1301
da3e5ebb
SM
1302 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1303 lexical-binding.
a5833280 1304
2e7ba2c2
SM
1305 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1306
7ccae3b1
SM
1307 * progmodes/ruby-mode.el: Fix recently added tests.
1308 (ruby-smie-grammar): Add - and +.
1309 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1310 (ruby-smie--backward-id): New functions.
1311 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1312 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1313 any more.
1314
85698d63
LL
13152013-10-07 Leo Liu <sdl.web@gmail.com>
1316
1317 * register.el (register-preview-delay)
1318 (register-preview-functions): New variables.
1319 (register-read-with-preview, register-preview)
1320 (register-describe-oneline): New functions.
1321 (point-to-register, window-configuration-to-register)
1322 (frame-configuration-to-register, jump-to-register)
1323 (number-to-register, view-register, insert-register)
1324 (copy-to-register, append-to-register, prepend-to-register)
1325 (copy-rectangle-to-register): Use register-read-with-preview to
1326 read register. (Bug#15525)
1327
3986af6c
DS
13282013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1329
1330 * net/network-stream.el (network-stream-open-starttls): Don't add
1331 --insecure if it's already present, because that gnutls-cli
1332 rejects getting that parameter twice.
1333
5cd9cda9
DG
13342013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1335
1336 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1337 keyword, too.
1338
da9ea6d9
DG
13392013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1340
1341 * newcomment.el (comment-use-global-state): Change default value
1342 to t, mark obsolete (Bug#15251).
1343 (comment-beginning): In addition to `comment-to-syntax', check the
1344 value of `comment-use-global-state'.
1345
34d1a133
SM
13462013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1349 (ruby-comment-column): Follow the global default, by default.
1350 (ruby-smie-grammar): Add assignment syntax.
1351 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1352 open-paren, a comma, or a \.
1353 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1354 and line continuations.
1355 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1356 followed by implicit semi-colons. Add rule for string concatenation
1357 and for indentation at BOB.
1358 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1359
1360 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1361 calling next-sexp, since next-token may have skipped chars which
1362 next-sexp doesn't know should be skipped!
1363
6f6ab820
LL
13642013-10-05 Leo Liu <sdl.web@gmail.com>
1365
34d1a133
SM
1366 * progmodes/octave.el (octave-send-region):
1367 Call compilation-forget-errors.
6f6ab820 1368
34ca0f4c
XF
13692013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1370
1371 * vc/vc-svn.el (vc-svn-find-admin-dir):
1372 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1373 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1374 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1375 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1376
a27c1b72
SM
13772013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1380
258ab3bc
SM
13812013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * subr.el (read-passwd): Hide chars even when called within a context
1384 where after-change-functions is disabled (bug#15501).
1385 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1386 until we removed ourself from overriding-terminal-local-map.
1387
939fb29c
LL
13882013-10-04 Leo Liu <sdl.web@gmail.com>
1389
258ab3bc
SM
1390 * progmodes/octave.el (inferior-octave-mode):
1391 Call compilation-forget-errors.
939fb29c 1392
63bd7f35
XF
13932013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1394
1395 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1396
9e6229fa
MA
13972013-10-04 Michael Albinus <michael.albinus@gmx.de>
1398
1399 * net/secrets.el (secrets-create-collection): Add optional
1400 argument ALIAS. Use proper Label keyword. Append ALIAS as
1401 dbus-call-method argument. (Bug#15516)
1402
1dab32a3
LL
14032013-10-04 Leo Liu <sdl.web@gmail.com>
1404
1405 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1406 (inferior-octave-compilation-font-lock-keywords): New variables.
1407 (compilation-error-regexp-alist)
1408 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1409 (inferior-octave-mode): Use compilation-shell-minor-mode.
1410
6cad7ba3
JS
14112013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1412
1413 * minibuffer.el (completion--replace): Be careful that `end' might be
1414 a marker.
1415
acbadd00
DU
14162013-10-03 Daiki Ueno <ueno@gnu.org>
1417
1418 Add support for package signature checking.
1419 * emacs-lisp/package.el (url-http-file-exists-p)
1420 (epg-make-context, epg-context-set-home-directory)
1421 (epg-verify-string, epg-context-result-for)
1422 (epg-signature-status, epg-signature-to-string)
1423 (epg-check-configuration, epg-configuration)
1424 (epg-import-keys-from-file): Declare.
1425 (package-check-signature): New user option.
1426 (package-unsigned-archives): New user option.
1427 (package-desc): Add `signed' field.
1428 (package-load-descriptor): Set `signed' field if .signed file exists.
1429 (package--archive-file-exists-p): New function.
1430 (package--check-signature): New function.
1431 (package-install-from-archive): Check package signature.
1432 (package--download-one-archive): Check archive signature.
1433 (package-delete): Remove .signed file.
1434 (package-import-keyring): New command.
1435 (package-refresh-contents): Import default keyring.
1436 (package-desc-status): Add "unsigned" status.
1437 (describe-package-1, package-menu--print-info)
1438 (package-menu-mark-delete, package-menu--find-upgrades)
1439 (package-menu--status-predicate): Support "unsigned" status.
1440
adf2aa61
SM
14412013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1444 the new compilation scheme using the new byte-codes.
1445
1446 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1447 (byte-pophandler): New byte codes.
1448 (byte-goto-ops): Adjust accordingly.
1449 (byte-compile--use-old-handlers): New var.
1450 (byte-compile-catch): Use new byte codes depending on
1451 byte-compile--use-old-handlers.
1452 (byte-compile-condition-case--old): Rename from
1453 byte-compile-condition-case.
1454 (byte-compile-condition-case--new): New function.
1455 (byte-compile-condition-case): New function that dispatches depending
1456 on byte-compile--use-old-handlers.
1457 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1458 when we can.
1459
1460 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1461 Optimize under `condition-case' and `catch' if
1462 byte-compile--use-old-handlers is nil.
1463 (disassemble-offset): Handle new bytecodes.
1464
328a8179
SM
14652013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * subr.el (error): Use `declare'.
1468 (decode-char, encode-char): Use advertised-calling-convention instead
1469 of the docstring to discourage use of the `restriction' arg.
1470
15a1e936
DU
14712013-10-03 Daiki Ueno <ueno@gnu.org>
1472
1473 * epg.el (epg-verify-file): Add a comment saying that it does not
1474 notify verification error as a return value nor a signal.
1475 (epg-verify-string): Ditto.
1476
376f862a
KR
14772013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1478
1479 * progmodes/compile.el (compilation-start): Try globbing the arg to
1480 `cd' (bug#15417).
1481
a2f93a5f
MA
14822013-10-02 Michael Albinus <michael.albinus@gmx.de>
1483
1484 Sync with Tramp 2.2.8.
1485
1486 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1487 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1488 * net/trampver.el: Update release number.
1489
0daa0804
JD
14902013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1491
1492 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1493 and default-process-coding-system for darwin only.
1494
abd1ae34
SM
14952013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1498
be4e325d
MH
14992013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1500
1501 * vc/vc-git.el (vc-git-grep): Disable pager.
1502
e9155c4a
DG
15032013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1504
494e898b
DG
1505 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1506 Use :url instead of :homepage, as per
1507 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1508
e9155c4a
DG
1509 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1510 non-nil, use `syntax-ppss' (Bug#15251).
1511
481a8e0f
RS
15122013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1513
be4e325d
MH
1514 * progmodes/octave.el (inferior-octave-startup-file):
1515 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 1516
056453c6
DG
15172013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1518
be4e325d
MH
1519 * emacs-lisp/package.el (package-desc-from-define):
1520 Accept additional arguments as plist, convert them to an alist and store
1521 them in the `extras' slot.
056453c6
DG
1522 (package-generate-description-file): Convert extras alist back to
1523 plist and append to the `define-package' form arguments.
1524 (package--alist-to-plist): New function.
1525 (package--ac-desc): Add `extras' slot.
1526 (package--add-to-archive-contents): Check if the archive-contents
1527 vector is long enough, and if it is, pass its `extras' slot value
1528 to `package-desc-create'.
1529 (package-buffer-info): Call `lm-homepage', pass the returned value
1530 to `package-desc-from-define'.
1531 (describe-package-1): Render the homepage button (Bug#13291).
1532
be4e325d
MH
1533 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1534 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 1535
832966e5
JD
15362013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1537
1538 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1539 and default-process-coding-system to utf-8-unix (Bug#15402).
1540
6cfe977d
XF
15412013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1542
1543 * subr.el (looking-back): Do not recommend using looking-back.
1544
38de11bd
AM
15452013-09-28 Alan Mackenzie <acm@muc.de>
1546
1547 Fix indentation/fontification of Java enum with "implements".
1548
1549 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1550 regexp which matches "implements", etc., in Java.
1551 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1552 specifier clauses coming after "enum".
1553 * progmodes/cc-fonts.el (c-font-lock-declarations)
1554 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1555 after "enum".
1556
1610938f
JD
15572013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1558
1559 * faces.el (region): Change ns_selection_color to
1560 ns_selection_fg_color, add ns_selection_bg_color.
1561
e090f499
LL
15622013-09-28 Leo Liu <sdl.web@gmail.com>
1563
4d2e94d1
LL
1564 * progmodes/octave.el (inferior-octave-completion-table)
1565 (inferior-octave-completion-at-point): Minor tweaks.
1566
e090f499
LL
1567 * textmodes/ispell.el (ispell-lookup-words): Rename from
1568 lookup-words. (Bug#15460)
1569 (lookup-words): Obsolete.
1570 (ispell-complete-word, ispell-command-loop): All uses changed.
1571
7e138a62
RS
15722013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1573
1574 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1575 (octave-mode-menu): Add octave-send-buffer.
1576 (octave-send-buffer): New function.
1577
5af5ed08
RS
15782013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1579
1580 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1581 octave-lookfor.
1582 (octave-mode-menu): Add octave-lookfor.
1583 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1584 octave-lookfor.
1585 (octave-lookfor): New function.
1586
3b7b2692
SM
15872013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * emacs-lisp/cl-macs.el:
1590 (cl--loop-destr-temps): Remove.
1591 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1592 its convention.
1593 (cl--loop-set-iterator-function): New function.
1594 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1595 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1596 Bind `it' with `let' instead of substituting it with `cl-subst'.
1597 (cl--unused-var-p): New function.
1598 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1599 Eliminate some unused variable warnings (bug#15326).
1600
529fb53f
TH
16012013-09-27 Tassilo Horn <tsdh@gnu.org>
1602
1603 * doc-view.el (doc-view-scale-reset): Rename from
1604 `doc-view-reset-zoom-level'.
1605 (doc-view-scale-adjust): New command.
1606 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1607 `doc-view-scale-adjust'.
1608
0550c95a
TH
16092013-09-26 Tassilo Horn <tsdh@gnu.org>
1610
1611 * doc-view.el (doc-view-reset-zoom-level): New command.
1612 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1613 zoom commands (bug#15466).
1614
6950f152
KH
16152013-09-26 Kenichi Handa <handa@gnu.org>
1616
1617 * international/quail.el (quail-help): Make it not a command.
1618
39587580
LL
16192013-09-26 Leo Liu <sdl.web@gmail.com>
1620
1621 * minibuffer.el (completion-all-sorted-completions): Make args
1622 optional as they are.
1623
00578659
DC
16242013-09-25 Daniel Colascione <dancol@dancol.org>
1625
1626 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1627 specs are and that they're not evaluated.
1628
0c173878
SS
16292013-09-24 Sam Steingold <sds@gnu.org>
1630
1631 * midnight.el (clean-buffer-list-kill-regexps)
1632 (clean-buffer-list-kill-buffer-names): Update for the new Man
1633 buffer naming which includes the object name.
1634
84998447
SM
16352013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1638 (eshell-parse-command, eshell-parse-pipeline): Use it since
1639 eshell-separate-commands requires a dynamic scoped var.
1640 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1641
33215353
LL
16422013-09-23 Leo Liu <sdl.web@gmail.com>
1643
1644 * autoinsert.el (auto-insert-alist): Make the value of
1645 lexical-binding match its file setting.
1646
57b16162
JB
16472013-09-23 Juanma Barranquero <lekktu@gmail.com>
1648
c8af4e67
JB
1649 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1650
57b16162
JB
1651 * autoarg.el (autoarg-kp-digit-argument):
1652 * electric.el (Electric-command-loop):
1653 * kmacro.el (kmacro-step-edit-insert):
1654 Do not set universal-argument-num-events.
1655
7186ba60
LL
16562013-09-22 Leo Liu <sdl.web@gmail.com>
1657
1658 * files.el (interpreter-mode-alist): Add octave.
1659
ece15004
AM
16602013-09-21 Alan Mackenzie <acm@muc.de>
1661
1662 C++: fontify identifier in declaration following "public:" correctly.
1663 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1664 to match "public", etc.
1665 (c-decl-prefix-re): Add ":" into the C++ value.
1666 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1667 bit. Add a check for a ":" preceded by "public", etc.
1668
75d83e22
EZ
16692013-09-21 Eli Zaretskii <eliz@gnu.org>
1670
1671 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1672 recognized by GDB 7.5 and later.
1673
d052d3bd
XF
16742013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1675
1676 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1677
31dca772
R
16782013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 * subr.el (internal--call-interactively): New const.
1681 (called-interactively-p): Use it (bug#3984).
1682
98ccf24e
XF
16832013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1684
1685 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
1686 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1687 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 1688
c39cc7d1
SM
16892013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1692 (eshell-ls-orig-insert-directory): Remove.
1693 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1694 (eshell-ls-use-in-dired): Use advice-add/remove.
1695 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1696 Add `orig-fun' arg for use in :around advice.
1697 Make it check (redundantly) eshell-ls-use-in-dired.
1698
9a0289a2
GM
16992013-09-19 Glenn Morris <rgm@gnu.org>
1700
a2c501b8
GM
1701 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1702
c440407a
GM
1703 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1704
9a0289a2
GM
1705 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1706
85e05915
MA
17072013-09-19 Michael Albinus <michael.albinus@gmx.de>
1708
1709 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1710 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1711 (tramp-get-remote-python): New defuns.
1712 (tramp-get-remote-uid-with-perl)
1713 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1714 contributed by yary <not.com@gmail.com> (tiny change).
1715 (tramp-get-remote-uid-with-python)
1716 (tramp-get-remote-gid-with-python): New defuns. Python code
1717 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1718 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1719
ce503312
GM
17202013-09-19 Glenn Morris <rgm@gnu.org>
1721
f7544773
GM
1722 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1723
72fd2877
GM
1724 * eshell/em-unix.el (eshell-remove-entries):
1725 Rename argument to avoid name-clash with global `top-level'.
1726
336b5a56
GM
1727 * eshell/esh-proc.el (eshell-kill-process-function):
1728 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1729 (eshell-reset-after-proc): Remove unused arg `proc'.
1730
57a3a53d
GM
1731 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1732 (directory-files-and-attributes): Mark unused arg.
1733
3261d4af
GM
1734 * eshell/em-unix.el (eshell-remove-entries):
1735 Remove unused arg `path'. Update callers.
1736
8e51b5d0
GM
1737 * eshell/em-hist.el (eshell-hist-parse-arguments):
1738 Remove unused arg `silent'. Update callers.
1739
ce503312
GM
1740 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1741 Fix (f)boundp mix-up.
1742
1743 * eshell/em-smart.el (eshell-smart-scroll-window)
1744 (eshell-disable-after-change):
336b5a56 1745 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 1746
ee3ce8a7
AM
17472013-09-18 Alan Mackenzie <acm@muc.de>
1748
1749 Fix fontification of type when followed by "const".
1750 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1751 "known" types from fontification.
1752
ec9177ba
GM
17532013-09-18 Glenn Morris <rgm@gnu.org>
1754
7bb3e768
GM
1755 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1756 (chart-face-list): Drop Emacsen without display-color-p.
1757
5148da15
GM
1758 * net/eww.el (libxml-parse-html-region): Declare.
1759 (eww-display-html): Explicit error if no libxml2 support.
1760
2f68e157
GM
1761 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1762
9019d095
GM
1763 * image.el (image-type-from-buffer, image-multi-frame-p):
1764 Remove --without-x warning/error.
67645389 1765
5f30349b 1766 * mouse.el (mouse-yank-primary):
45069b2e 1767 * term.el (term-mouse-paste):
5f30349b
GM
1768 Reorder to silence --without-x compilation.
1769
cd8edbbe
GM
1770 * mpc.el (doc-view-mode): Silence --without-x compilation.
1771
8a78544e
GM
1772 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1773 Silence --without-x compilation.
1774
12679bfd
GM
1775 * progmodes/gud.el (gud-find-file, gud-mode):
1776 Silence --without-x compilation.
1777 (tooltip-mode): Declare.
30810a05 1778
f0047cb9
GM
1779 * wdired.el (dired-backup-overwrite): Remove declaration.
1780 (wdired-mode-map): Add doc string.
1781
e740f9d2
GM
1782 * custom.el (x-get-resource): Declare.
1783
92d77c89
GM
1784 * eshell/em-glob.el (ange-cache):
1785 * eshell/em-unix.el (ange-cache): Declare.
1786
76e69577
GM
1787 * faces.el (x-display-list, x-open-connection, x-get-resource):
1788 Declare.
7e58af4b
GM
1789
1790 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1791 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1792 Declare.
76e69577 1793
4bd4c0af 1794 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 1795
ffb82dbd
GM
1796 * net/gnutls.el (gnutls-log-level): Declare.
1797
986ed135
GM
1798 * net/shr.el (image-size, image-animate): Declare.
1799
e740f9d2
GM
1800 * simple.el (font-info): Declare.
1801
d2f3e9f8
GM
1802 * subr.el (x-popup-dialog): Declare.
1803
047a1a4c
GM
1804 * term/common-win.el (x-select-enable-primary)
1805 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1806 Declare.
1807
f4a1d572
GM
1808 * term/ns-win.el (x-handle-args): Declare.
1809
e843de77
GM
1810 * term/x-win.el (x-select-enable-clipboard): Declare.
1811
5fa89513
GM
1812 * term/w32-win.el (create-default-fontset): Declare.
1813
38702b5b
GM
1814 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1815 Declare.
1816
e740f9d2
GM
1817 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1818 (fit-frame-to-buffer): Explicit error if --without-x.
1819 (mouse-autoselect-window-select): Silence compiler.
1820
49a053fc
GM
1821 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1822
1823 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1824 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1825 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 1826 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
1827 Remove unused local variables.
1828
1829 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1830
ec9177ba
GM
1831 * textmodes/two-column.el: Make 2C-split work for --without-x.
1832 (scroll-bar-columns): Autoload.
1833 (top-level): Require fringe when compiling.
1834
9f25cb77
LL
18352013-09-18 Leo Liu <sdl.web@gmail.com>
1836
1837 * subr.el (add-hook): Robustify to handle closure as well.
1838
2b42da98
GM
18392013-09-17 Glenn Morris <rgm@gnu.org>
1840
1841 * simple.el (messages-buffer-mode-map): Unbind "g".
1842
e8b66a6a
SM
18432013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1844
9c0ad4f7
SM
1845 * help-mode.el (help-mode-finish): Use derived-mode-p.
1846 Remove obsolete highlighting.
1847
7a806dfb
SM
1848 * play/life.el (life-mode): Use define-derived-mode. Derive from
1849 special-mode.
1850 (life): Let-bind inhibit-read-only.
1851 (life-setup): Avoid `setq'. Use `life-mode'.
1852
96dbf5a8
SM
1853 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1854 which should not be needed any more.
1855 (package-menu-refresh, package-menu-describe-package): Use user-error.
1856
e8b66a6a
SM
1857 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1858 (eshell-post-rewrite-command-hook): Make obsolete.
1859 (eshell-parse-command): Simplify.
1860 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1861 (eshell--cmd): Declare.
1862 (eshell-parse-pipeline): Remove unused var `final-p'.
1863 Pass a dynvar to eshell-post-rewrite-command-hook.
1864 Implement the new eshell-post-rewrite-command-function.
1865 (eshell-invoke-directly): Remove unused arg `input'.
1866 * eshell/esh-io.el (eshell-io-initialize):
1867 Use eshell-post-rewrite-command-function (bug#15399).
1868 (eshell--apply-redirections): Rename from eshell-apply-redirections;
1869 adjust to new calling convention.
1870 (eshell-create-handles): Rename args to avoid clashing with dynvar
1871 `standard-output'.
1872
90582f05
GM
18732013-09-17 Glenn Morris <rgm@gnu.org>
1874
1875 * simple.el (messages-buffer-mode): New major mode.
1876 (messages-buffer): New function.
1877 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1878 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 1879 (ert-run-test): Use `messages-buffer' function.
90582f05 1880 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
1881 * help.el (view-echo-area-messages): Use `messages-buffer' function.
1882 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 1883
39eb0cb5 18842013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
1885
1886 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1887
1f1e06e2
SM
1888 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1889
70568a90
SM
18902013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1891
504a0381
SM
1892 * icomplete.el (icomplete-in-buffer): New var.
1893 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1894 vars and replace them with functions.
1895 (icomplete-minibuffer-setup): Adjust accordingly.
1896 (icomplete--completion-table, icomplete--completion-predicate)
1897 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1898 New functions.
1899 (icomplete-forward-completions, icomplete-backward-completions)
1900 (icomplete-simple-completing-p, icomplete-exhibit)
1901 (icomplete-completions): Use them.
1902 (icomplete--in-region-buffer): New var.
1903 (icomplete--in-region-setup): New function.
1904 (icomplete-mode): Use it.
1905
70568a90
SM
1906 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1907 (bug#15379).
1908 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1909 return args and options.
1910 (eshell-eval-using-options): Use the new return value of
1911 eshell--do-opts to set the options's vars in their scope.
1912 (eshell--set-option): Rename from eshell-set-option.
1913 Add arg `opt-vals'.
1914 (eshell--process-option): Rename from eshell-process-option.
1915 Add arg `opt-vals'.
1916 (eshell--process-args): Use an `opt-vals' alist to store the options's
1917 values during their processing and return them additionally to the
1918 remaining args.
1919
578c21bc
DG
19202013-09-15 Dmitry Gutov <dgutov@yandex.ru>
1921
1922 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1923 continuation character an operator, as far as indentation is
1924 concerned (Bug#15369).
1925
c089653d
MR
19262013-09-15 Martin Rudalics <rudalics@gmx.at>
1927
1928 * window.el (window--state-put-2): Don't process buffer state
1929 when buffer doesn't exist any more (Bug#15382).
1930
1e53bb4b
GM
19312013-09-15 Glenn Morris <rgm@gnu.org>
1932
30753242
GM
1933 * eshell/em-unix.el (eshell/rm):
1934 Make -f ignore missing files. (Bug#15373)
1935
1e53bb4b
GM
1936 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
1937 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1938 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1939
0d8863b3
GM
19402013-09-14 Glenn Morris <rgm@gnu.org>
1941
1942 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1943
d3fc6549
GM
19442013-09-13 Glenn Morris <rgm@gnu.org>
1945
1946 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1947 (dired-guess-default): Make `file' available in the env. (Bug#15363)
1948
fcd42c11
DA
19492013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1950
1951 * frame.el (x-focus-frame): Mark as declared in frame.c.
1952
7830899f
SM
19532013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * ls-lisp.el: Use advice-add.
1956 (original-insert-directory): Remove.
1957 (ls-lisp--insert-directory): Rename from insert-directory; add
1958 `orig-fun' argument.
1959 (insert-directory): Advise.
1960
84387cd2
EZ
19612013-09-13 Eli Zaretskii <eliz@gnu.org>
1962
1963 * term.el (term-emulate-terminal): Decode the command string
1964 before passing it to term-command-hook. (Bug#15337)
1965
35ffc6ba
GM
19662013-09-13 Glenn Morris <rgm@gnu.org>
1967
5c3f9bcc
GM
1968 * eshell/esh-util.el (ange-cache): Move declaration earlier.
1969
2ada368a
GM
1970 * eshell/esh-ext.el (eshell-search-path): Declare.
1971
fcef2e13
GM
1972 * eshell/em-prompt.el (eshell/pwd): Autoload it.
1973 Otherwise an error occurs if eshell-dirs module not loaded.
1974
35ffc6ba
GM
1975 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1976
35c3d36e
MA
19772013-09-13 Michael Albinus <michael.albinus@gmx.de>
1978
1979 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1980 `tramp-check-proper-host'. Check for a valid method name.
1981
1982 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1983 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1984 * net/tramp-sh.el (tramp-maybe-open-connection):
1985 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1986
1987 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1988 also for hash values.
1989
ae5e4c48
SM
19902013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1991
379add74
SM
1992 * term/ns-win.el (parameters): Don't declare as dynamic.
1993 (before-make-frame-hook): Don't add ineffective function.
1994
ae5e4c48
SM
1995 * eshell/*.el: Use lexical-binding (bug#15231).
1996
b5623270
KH
19972013-09-12 Kenichi Handa <handa@gnu.org>
1998
ae5e4c48 1999 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 2000
30213927
GM
20012013-09-12 Glenn Morris <rgm@gnu.org>
2002
be94d713 2003 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 2004 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 2005
44915370
GM
2006 * subr.el (do-after-load-evaluation): Also give compiler warnings
2007 when obsolete files are used (except by obsolete files).
2008
a6ae021f
GM
2009 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2010 in the status output, assume `filename' is the first. (Bug#15322)
2011
40e64f0c
GM
2012 * vc/vc.el (vc-deduce-fileset): Doc fix.
2013
16d9f896
GM
2014 * calc/calc-help.el (Info-goto-node):
2015 * progmodes/cperl-mode.el (Info-find-node):
2016 * vc/ediff.el (Info-goto-node): Update declarations.
2017
dea01c6e
GM
2018 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2019
759880bf 2020 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
2021 (vc-bzr-pull): Require vc-dispatcher.
2022 * vc/vc-git.el (vc-compilation-mode): Declare.
2023 (vc-git-pull): Require vc-dispatcher.
2024
08d66420
GM
2025 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2026
30b626e9
GM
2027 * progmodes/octave.el (help-button-action): Declare.
2028
8c05cb10
GM
2029 * shell.el (shell-directory-tracker): Output error as a message
2030 rather than just returning it as a string.
2031 (shell-process-pushd): Remove useless use of message.
2032
30213927
GM
2033 * dframe.el (dframe-timer-fn):
2034 * files.el (dir-locals-read-from-file):
2035 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2036 (mpc-format):
2037 * reveal.el (reveal-post-command):
2038 * saveplace.el (load-save-place-alist-from-file):
2039 * shell.el (shell-resync-dirs):
2040 * w32-common-fns.el (x-get-selection-value):
2041 * emacs-lisp/copyright.el (copyright-find-copyright):
2042 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2043 * emulation/tpu-edt.el (tpu-copy-keyfile):
2044 * play/bubbles.el (bubbles--mark-neighbourhood):
2045 * progmodes/executable.el
2046 (executable-make-buffer-file-executable-if-script-p):
2047 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2048
d3b049e6
SM
20492013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2050
170266d0
SM
2051 Cleanup Eshell to rely less on dynamic scoping.
2052 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2053 last-value, and ext-command here. Bind `args' closer to `body'.
2054 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2055 (eshell--args): Declare new dynamic var.
2056 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
2057 last-value, and ext-command. Pass `args' to `body'.
2058 (eshell-process-args): Bind eshell--args.
2059 (eshell-set-option): Use eshell--args.
2060 * eshell/eshell.el (eshell): Use derived-mode-p.
2061 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2062 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2063 (eshell-glob-function): Declare.
2064 * eshell/esh-util.el: Require cl-lib.
2065 (eshell-read-hosts-file): Avoid add-to-list.
2066 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2067 `err'.
2068 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2069 Declare.
2070 (eshell/diff): Remove unused var `err'.
2071 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2072 `killflag'.
2073 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2074 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2075 first use.
2076 * eshell/em-glob.el (eshell-glob-matches, message-shown):
2077 Move declaration before first use.
2078 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
2079 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2080 rely on cl-return.
2081
56834f3b
GM
20822013-09-12 Glenn Morris <rgm@gnu.org>
2083
2084 * term/ns-win.el (global-map): Remove binding for ispell-next,
2085 deleted 1999-05-29. (Bug#15357)
2086
5c91a2b8
GM
20872013-09-11 Glenn Morris <rgm@gnu.org>
2088
da712f22
GM
2089 * echistory.el (electric-command-history): Remove call to deleted func.
2090
512e4cdc
GM
2091 * play/landmark.el (landmark-mode): Fix typos.
2092
d3506ca5
GM
2093 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2094 Check cvs-sort-ignore-file is bound.
2095
5c91a2b8
GM
2096 * savehist.el: No need for cl when compiling on Emacs.
2097
feeff482
SM
20982013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2099
656bd483
SM
2100 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2101 (bug#15338).
d3b049e6
SM
2102 (eshell-self-insert-command, eshell-send-invisible):
2103 Remove unused argument.
656bd483
SM
2104 (eshell-handle-control-codes): Remove unused var `orig'.
2105 Avoid delete-backward-char.
2106
feeff482
SM
2107 * files.el (set-auto-mode): Simplify a bit further.
2108
2a08047a
GM
21092013-09-11 Glenn Morris <rgm@gnu.org>
2110
2111 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2112 (set-auto-mode): Don't regexp-quote elements.
2113 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2114 * progmodes/cc-mode.el (interpreter-mode-alist):
2115 * progmodes/ruby-mode.el (interpreter-mode-alist):
2116 Revert previous change.
2117
34675540
SM
21182013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2119
1b3b87df
SM
2120 * play/snake.el (snake-mode):
2121 * play/mpuz.el (mpuz-mode):
2122 * play/landmark.el (lm-mode):
2123 * play/blackbox.el (blackbox-mode):
2124 * play/5x5.el (5x5-mode):
2125 * obsolete/options.el (Edit-options-mode):
2126 * net/quickurl.el (quickurl-list-mode):
2127 * net/newst-treeview.el (newsticker-treeview-mode):
2128 * mail/rmailsum.el (rmail-summary-mode):
2129 * mail/mspools.el (mspools-mode):
2130 * locate.el (locate-mode):
2131 * ibuffer.el (ibuffer-mode):
2132 * emulation/ws-mode.el (wordstar-mode):
2133 * emacs-lisp/debug.el (debugger-mode):
2134 * array.el (array-mode):
2135 * net/eudc.el (eudc-mode): Use define-derived-mode.
2136 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2137 Move initialization into declaration.
2138 (mairix-searches-mode): Use define-derived-mode.
2139 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2140 (eudc-edit-hotlist): Use dolist.
2141 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2142 (Man-mode): Use define-derived-mode.
2143 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2144 (Info-edit-mode): Use define-derived-mode.
2145 (Info-cease-edit): Use Info-mode.
2146 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2147 into declaration.
2148 (eshell-mode): Use define-derived-mode.
2149 * chistory.el (command-history-mode-map): Rename from
2150 command-history-map.
2151 (command-history-mode): Use define-derived-mode.
da712f22 2152 (Command-history-setup): Remove function.
1b3b87df
SM
2153 * calc/calc.el (calc-trail-mode-map): New var.
2154 (calc-trail-mode): Use define-derived-mode.
2155 (calc-trail-buffer): Set calc-main-buffer manually.
2156 * bookmark.el (bookmark-insert-annotation): New function.
2157 (bookmark-edit-annotation): Use it.
2158 (bookmark-edit-annotation-mode): Make it a proper major mode.
2159 (bookmark-send-edited-annotation): Use derived-mode-p.
2160 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2161 closer to its ideal place. Use \' to match EOS.
2162
34675540
SM
2163 * profiler.el (profiler-calltree-find): Use function-equal.
2164
6a5c15d9
GM
21652013-09-10 Glenn Morris <rgm@gnu.org>
2166
1af4c220
GM
2167 * files.el (interpreter-mode-alist): Convert to regexps.
2168 (set-auto-mode): Adapt for this. (Bug#15306)
2169 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2170 Comment out unused variable.
2171 * progmodes/cc-mode.el (interpreter-mode-alist):
2172 * progmodes/python.el (interpreter-mode-alist):
2173 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2174 * progmodes/sh-script.el (sh-set-shell):
2175 No longer use interpreter-mode-alist to get list of shells.
2176
6a5c15d9
GM
2177 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2178
8c27f5ff
SM
21792013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2180
02ef6c1a 2181 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 2182 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
2183 Bind switch-frame explicitly. Replace universal-argument-minus with
2184 a conditional binding.
2185 (universal-argument-num-events, saved-overriding-map): Remove.
2186 (restore-overriding-map): Remove.
2187 (universal-argument--mode): Rename from save&set-overriding-map,
2188 and rewrite.
2189 (universal-argument, universal-argument-more, negative-argument)
2190 (digit-argument): Adjust accordingly.
2191 (universal-argument-minus): Remove.
2192 (universal-argument-other-key): Remove.
2193
8c27f5ff
SM
2194 * subr.el (with-demoted-errors): Add `format' argument.
2195
6480194c
MA
21962013-09-10 Michael Albinus <michael.albinus@gmx.de>
2197
2198 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
2199 `tramp-cleanup-connection'.
2200
2201 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
2202 parameters KEEP-DEBUG and KEEP-PASSWORD.
2203
2204 * net/tramp.el (tramp-file-name-handler):
2205 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2206 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2207 (tramp-maybe-open-connection):
8c27f5ff
SM
2208 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2209 Use `tramp-cleanup-connection'.
6480194c 2210
8c27f5ff
SM
2211 * net/tramp-sh.el (tramp-maybe-open-connection):
2212 Catch 'uname-changed inside the progress reporter.
6480194c 2213
e5e916d8
GM
22142013-09-10 Glenn Morris <rgm@gnu.org>
2215
9a2c9b47
GM
2216 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
2217
e5e916d8
GM
2218 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
2219 returns "alternate access method" in mode (eg "-rw-r--r--.").
2220
144e38fe
GM
22212013-09-08 Glenn Morris <rgm@gnu.org>
2222
2223 * saveplace.el (load-save-place-alist-from-file):
2224 Demote errors. (Bug#15305)
2225
af9ff9e8
MA
22262013-09-08 Michael Albinus <michael.albinus@gmx.de>
2227
2228 Improve compatibility with older Emacsen, and XEmacs.
2229
2230 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
2231 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
2232 (with-tramp-progress-reporter): Do not let-bind `result'.
2233 This yields to scoping errors in XEmacs.
af9ff9e8
MA
2234 (tramp-handle-make-auto-save-file-name): New function, moved from
2235 tramp-sh.el.
2236
2237 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
2238 for `make-auto-save-file-name'.
8c27f5ff
SM
2239 (tramp-adb--gnu-switches-to-ash):
2240 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2241
2242 * net/tramp-cache.el (tramp-cache-print): Call
2243 `substring-no-properties' only if it is bound. It isn't for XEmacs.
2244
2245 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
2246 bound. It isn't for XEmacs.
2247
8c27f5ff
SM
2248 * net/tramp-compat.el (tramp-compat-copy-file):
2249 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
2250 (tramp-compat-replace-regexp-in-string): New defun.
2251
2252 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
2253 for `make-auto-save-file-name'.
2254 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
2255 `copy-file'.
2256 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
2257 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
2258 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
2259
8c27f5ff
SM
2260 * net/tramp-gw.el (tramp-gw-open-network-stream):
2261 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 2262
8c27f5ff
SM
2263 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2264 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
2265 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
2266 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
2267 (tramp-sh-file-inotifywait-process-filter):
2268 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2269 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
2270
2271 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2272 for `make-auto-save-file-name'.
8c27f5ff
SM
2273 (tramp-smb-handle-copy-directory):
2274 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
2275 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2276 (tramp-smb-handle-copy-file): Improve error message.
2277 (tramp-smb-handle-rename-file): Rename directly only in case
2278 `newname' does not exist yet. This is a restriction of smbclient.
2279 (tramp-smb-maybe-open-connection): Rerun the function only when
2280 `auth-sources' is non-nil.
2281
0ca754d0
KH
22822013-09-08 Kenichi Handa <handa@gnu.org>
2283
2284 * international/characters.el: Set category "^" (Combining) for
2285 more characters.
2286
e8dd0787
AM
22872013-09-07 Alan Mackenzie <acm@muc.de>
2288
2289 Correctly fontify Java class constructors.
2290 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2291 in Java Mode.
2292 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
2293 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2294 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
2295 "typeless" declaration there.
2296
f2f248e7
RW
22972013-09-07 Roland Winkler <winkler@gnu.org>
2298
2299 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2300 field subtitle for entry type book.
2301
67982e2b
SM
23022013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * minibuffer.el: Make minibuffer-complete call completion-in-region
2305 rather than other way around.
2306 (completion--some, completion-pcm--find-all-completions):
2307 Don't delay signals when debugging.
2308 (minibuffer-completion-contents): Beware fields within the
2309 minibuffer contents.
2310 (completion-all-sorted-completions): Use defvar-local.
2311 (completion--do-completion, completion--cache-all-sorted-completions)
2312 (completion-all-sorted-completions, minibuffer-force-complete):
2313 Add args `beg' and `end'.
2314 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2315 (minibuffer-complete): Use completion-in-region.
2316 (completion-complete-and-exit): New fun, extracted from
2317 minibuffer-complete-and-exit.
2318 (minibuffer-complete-and-exit): Use it.
2319 (completion--complete-and-exit): Rename from
2320 minibuffer--complete-and-exit.
2321 (completion-in-region--single-word): New function, extracted from
2322 minibuffer-complete-word.
2323 (minibuffer-complete-word): Use it.
2324 (display-completion-list): Make `common-substring' argument obsolete.
2325 (completion--in-region): Call completion--in-region-1 instead of
2326 minibuffer-complete.
2327 (completion-help-at-point): Pass boundaries to
2328 minibuffer-completion-help as args rather than via an overlay.
2329 (completion-pcm--string->pattern): Use `any-delim'.
2330 (completion-pcm--optimize-pattern): New function.
2331 (completion-pcm--pattern->regex): Handle `any-delim'.
2332 * icomplete.el (icomplete-forward-completions)
2333 (icomplete-backward-completions, icomplete-completions):
2334 Adjust calls to completion-all-sorted-completions and
2335 completion--cache-all-sorted-completions.
2336 (icomplete-with-completion-tables): Default to t.
2337 * emacs-lisp/crm.el (crm--current-element): Rename from
2338 crm--select-current-element. Don't put an overlay but return the
2339 boundaries instead.
2340 (crm--completion-command): Take two new args to bind to the boundaries.
2341 (crm-completion-help): Adjust accordingly.
2342 (crm-complete): Use completion-in-region.
2343 (crm-complete-word): Use completion-in-region--single-word.
2344 (crm-complete-and-exit): Use completion-complete-and-exit.
2345
e17d94a5
SM
23462013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2349 than dynamically.
2350
96727100
JL
23512013-09-06 Juri Linkov <juri@jurta.org>
2352
2353 * info.el (Info-display-images-node): When image file doesn't exist
2354 display text version of the image if it's provided in the Info file.
2355 Otherwise, display the location of missing image from SRC attribute.
2356 Add help-echo text property from ALT attribute. (Bug#15279)
2357
86cf7329
SM
23582013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2361 (edit-abbrevs-mode): Use define-derived-mode.
2362
2363 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2364 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2365 that it's defined.
2366 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2367 Use define-derived-mode.
2368
2369 * epg.el (epg-start-encrypt): Minor CSE simplification.
2370
816244a2
WX
23712013-09-06 William Xu <william.xwl@gmail.com>
2372
2373 * arc-mode.el: Add support for 7za (bug#15264).
2374 (archive-7z-program): New var.
2375 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2376 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2377 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2378
1486fa31
MA
23792013-09-06 Michael Albinus <michael.albinus@gmx.de>
2380
2381 Remove URL syntax.
2382
2383 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2384 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2385 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2386 (tramp-postfix-host-format, tramp-file-name-regexp)
2387 (tramp-completion-file-name-regexp)
2388 (tramp-completion-dissect-file-name)
2389 (tramp-handle-substitute-in-file-name): Remove 'url case.
2390 (tramp-file-name-regexp-url)
2391 (tramp-completion-file-name-regexp-url): Remove constants.
2392
39785324
GM
23932013-09-06 Glenn Morris <rgm@gnu.org>
2394
2395 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2396
1f896cb7
DG
23972013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2398
2399 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2400 keywords" below "here-doc beginnings" (Bug#15270).
2401
c0458e0b
SM
24022013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * subr.el (pop): Use `car-safe'.
2405 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2406 to detect unused `pop' return value.
2407
2408 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2409 var `block-regexp'.
2410 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2411 (python-fill-string): Remove unused var `marker'.
2412 (python-skeleton-add-menu-items): Remove unused var `items'.
2413
2414 * international/mule-cmds.el: Require CL.
2415 (find-coding-systems-for-charsets): Avoid add-to-list.
2416 (sanitize-coding-system-list): New function, extracted from
2417 select-safe-coding-system-interactively.
2418 (select-safe-coding-system-interactively): Use it.
2419 (read-input-method-name): Accept symbols for `default'.
2420
2421 * emacs-lisp/advice.el (defadvice): Add indent rule.
2422
6c42fc3e
DH
24232013-09-05 Daniel Hackney <dan@haxney.org>
2424
2425 * dired-x.el:
2426 * net/ange-ftp.el:
2427 * net/browse-url.el:
2428 * net/dbus.el:
2429 * net/eudc.el:
2430 * net/eudcb-ldap.el:
2431 * net/eww.el:
2432 * net/imap.el:
2433 * printing.el:
2434 * vc/ediff-diff.el:
2435 * vc/ediff-init.el:
2436 * vc/ediff-merg.el:
2437 * vc/ediff-mult.el:
2438 * vc/ediff-util.el:
2439 * vc/ediff-wind.el:
2440 * vc/ediff.el:
2441 * vc/emerge.el:
2442 * vc/pcvs.el:
2443 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2444 byte compiler. Remove some unused let-bound variables.
2445
4c528aab
SM
24462013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2449 a "ref-cell", since it gets better optimized (bug#14883).
2450
bd15c390
GM
24512013-09-05 Glenn Morris <rgm@gnu.org>
2452
2453 * progmodes/cc-awk.el (c-forward-sws): Declare.
2454
1c3ac2e5
GM
24552013-09-04 Glenn Morris <rgm@gnu.org>
2456
2457 * generic-x.el [rul-generic-mode]: Require cc-mode.
2458 (c++-mode-syntax-table): Declare.
2459 (rul-generic-mode-syntax-table): Init in the defvar.
2460
52b1cc79
SM
24612013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2462
c828af56
SM
2463 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2464 (vc-do-command, vc-set-async-update):
2465 * vc/vc-mtn.el (vc-mtn-dir-status):
2466 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2467 (vc-hg-pull, vc-hg-merge-branch):
2468 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2469 (vc-git-merge-branch):
2470 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2471 (vc-cvs-dir-status-files):
2472 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2473 (vc-bzr-dir-status-files):
2474 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2475 * vc/vc-annotate.el: Use lexical-binding.
2476 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2477 (vc-sentinel-movepoint): Declare.
2478 (vc-annotate): Don't use `goto-line'.
2479 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2480 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2481 (vc-sentinel-movepoint): Declare.
2482 * vc/vc-svn.el: Use lexical-binding.
2483 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2484 * vc/vc-sccs.el:
2485 * vc/vc-rcs.el: Use lexical-binding.
2486
abae272c
SM
2487 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2488 `deleted'. Don't drop errors silently.
2489
52b1cc79
SM
2490 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2491
63191d9f
XF
24922013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2493
2494 * vc/vc.el (vc-ignore): Rewrite.
2495 (vc-default-ignore): New function.
2496 (vc-default-ignore-completion-table): Use find-ignore-file.
2497
2498 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2499 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2500 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2501 Remove. Most code moved to vc.el.
2502
9d3f707c
SM
25032013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2504
abae272c 2505 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
2506 * net/tramp-smb.el (tramp-smb-get-file-entries):
2507 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2508 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2509
fde38d49
SM
2510 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2511 Update call to it.
2512 (eww-change-select): Remove unused var `properties'.
2513 (eww-make-unique-file-name): Remove unused var `base'.
2514
2515 * finder.el (finder-compile-keywords): Don't mess with windows.
2516
84032db7
SM
2517 * calculator.el (calculator-funcall): Fix typo in last change.
2518
724f5e41
SM
2519 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2520
14b511d4
SM
2521 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2522 <pkg>-autoloads.el file stop us.
2523
9d3f707c 2524 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 2525 warnings, and factor out common code.
9d3f707c 2526
88527bc0
DG
25272013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2528
2529 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2530 two-character operators and whether the character preceding them
2531 changes their meaning (Bug#15208).
2532
96edb677
FEG
25332013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2534
2535 Format code sent to Python shell for robustness.
9d3f707c
SM
2536 * progmodes/python.el (python-shell-buffer-substring):
2537 New function.
96edb677
FEG
2538 (python-shell-send-region, python-shell-send-buffer): Use it.
2539
95beaef3
MA
25402013-09-02 Michael Albinus <michael.albinus@gmx.de>
2541
2542 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2543 * net/tramp.el (tramp-user-error): ... here.
2544 (tramp-find-method, tramp-check-proper-host)
2545 (tramp-dissect-file-name, tramp-debug-message)
2546 (tramp-handle-shell-command):
2547 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2548 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2549
2550 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2551
f167c27b
MR
25522013-09-02 Martin Rudalics <rudalics@gmx.at>
2553
2554 * avoid.el (mouse-avoidance-point-position)
2555 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2556 returns nil.
2557
cd16c5f1
FEG
25582013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2559
2560 * progmodes/python.el (python-shell-completion-get-completions):
2561 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 2562 (python-nav-if-name-main): New command.
cd16c5f1 2563
e73c3a0d
GM
25642013-09-01 Glenn Morris <rgm@gnu.org>
2565
f8ccce03
GM
2566 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2567 Avoid leading space in $wins. Otherwise the sed command used by
2568 eg compile-main ends up containing "/*.el". (Bug#15170)
2569
e73c3a0d
GM
2570 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2571
415f808e
GM
25722013-08-30 Glenn Morris <rgm@gnu.org>
2573
2574 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2575 Fix is-this-a-directory logic. (Bug#15220)
2576
f069bba8
SM
25772013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2578
112798c1
SM
2579 * textmodes/css-mode.el: Use SMIE.
2580 (css-smie-grammar): New var.
2581 (css-smie--forward-token, css-smie--backward-token)
2582 (css-smie-rules): New functions.
2583 (css-mode): Use them.
2584 (css-navigation-syntax-table): Remove var.
2585 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2586 (css-indent-calculate, css-indent-line): Remove functions.
2587
2588 Misc changes to reduce use of `(lambda...); and other cleanups.
2589 * cus-edit.el: Use lexical-binding.
2590 (customize-push-and-save, customize-apropos)
2591 (custom-buffer-create-internal): Use closures.
2592 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2593 * progmodes/ada-xref.el: Use setq.
2594 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2595 * dframe.el: Use lexical-binding.
2596 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2597 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2598 * descr-text.el: Use lexical-binding.
2599 (describe-text-widget, describe-text-sexp, describe-property-list):
2600 Use closures.
2601 * comint.el (comint-history-isearch-push-state): Use a closure.
2602 * calculator.el: Use lexical-binding.
2603 (calculator-number-to-string): Make it work with lexical-binding.
2604 (calculator-funcall): Same and use cl-letf.
2605
2da4c3ab
SM
2606 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2607 (lisp--company-doc-string, lisp--company-location): New functions.
2608 (lisp-completion-at-point): Use them to improve Company support.
2609
f069bba8
SM
2610 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2611 params of lambda expressions.
2612 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2613 (ruby-smie--opening-pipe-p): New function.
2614 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2615 symbols and matched |...| for formal params.
2616 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2617 from being treated as hanging. Handle "rescue".
2618
6758b6a8
GM
26192013-08-29 Glenn Morris <rgm@gnu.org>
2620
2621 * progmodes/cc-engine.el (c-pull-open-brace):
2622 Move definition before use.
2623
e8dfd197
SM
26242013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2627 are immutable. Don't use `unsafe' any more.
2628 (cl--defsubst-expand): Don't substitute at the same time as keeping
2629 a residual unused let-binding. Don't use `unsafe' any more.
2630
cc585c96
GM
26312013-08-29 Glenn Morris <rgm@gnu.org>
2632
ba579ea6
GM
2633 * calendar/cal-china.el (calendar-chinese-year-cache):
2634 Recenter on 2015.
2635
8201a87e
GM
2636 * nxml/nxml-util.el (nxml-debug-clear-inside):
2637 Use cl-loop rather than loop.
2638
6ee877c7
GM
2639 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2640
cc585c96
GM
2641 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2642
27be8d39
GM
26432013-08-28 Glenn Morris <rgm@gnu.org>
2644
397440a1
GM
2645 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2646
2bb762d4
GM
2647 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2648
27be8d39
GM
2649 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2650
2d69b99e
SM
26512013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2652
f663baa7
SM
2653 * simple.el (repeat-complex-command--called-interactively-skip):
2654 New function.
2655 (repeat-complex-command): Use it (bug#14136).
2656
dd4f8b74
SM
2657 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2658 (c-define-abbrev-table): Add `doc' argument.
2659 (c-mode-abbrev-table, c++-mode-abbrev-table)
2660 (objc-mode-abbrev-table, java-mode-abbrev-table)
2661 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2662 (awk-mode-abbrev-table): Use it.
2663 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2664 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2665 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2666 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2667 Move initialization into the declaration; and remove any
2668 autoload cookie.
2669
b58969f7
SM
2670 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2671 and dynamic let binding.
2672
4021d6a6
SM
2673 * vc/smerge-mode.el: Remove redundant :group args.
2674
2d69b99e
SM
2675 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2676 to load-path.
2677
274919fd
JL
26782013-08-28 Juri Linkov <juri@jurta.org>
2679
2680 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2681 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2682 (isearch-other-meta-char): Handle an undefined shifted printing
2683 character by downshifting it. (Bug#15200)
2684
121f8c95
JL
26852013-08-28 Juri Linkov <juri@jurta.org>
2686
2687 * isearch.el (isearch-search): Change regexp error message for
2688 non-regexp searches. (Bug#15166)
2689
50b13cde
PE
26902013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2691
2692 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2693 for portability to hosts where /bin/sh has problems.
2694
95888bca
SM
26952013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2698
bbe558f1
JL
26992013-08-27 Juri Linkov <juri@jurta.org>
2700
2701 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2702 in the keyboard macro. (Bug#15126)
2703
26f98a7d
JL
27042013-08-27 Juri Linkov <juri@jurta.org>
2705
2706 * isearch.el (isearch-quote-char): Comment out converting unibyte
2707 to multibyte, thus syncing with its `quoted-insert' counterpart.
2708 (Bug#15166)
2709
7c97d35e
MR
27102013-08-27 Martin Rudalics <rudalics@gmx.at>
2711
2712 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
2713 argument in call of get-largest-window (Bug#15185).
2714 Reported by Stephen Leake.
7c97d35e 2715
a0b5606e 27162013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
2717
2718 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2719
9e89d835
SM
27202013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2723 from a matcher-function unless there's no more matches (bug#15161).
2724
78fc2530
MA
27252013-08-26 Michael Albinus <michael.albinus@gmx.de>
2726
2727 * minibuffer.el: Revert change from 2013-08-20.
2728
2729 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2730 with text property `tramp-default', if appropriate.
2731 (tramp-check-proper-host): New defun.
2732 (tramp-dissect-file-name): Do not check hostname. Revert change
2733 of 2013-03-18.
2734 (tramp-backtrace): Make VEC-OR-PROC optional.
2735
2736 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2737 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2738 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
2739 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2740 Apply `tramp-check-proper-host'.
78fc2530 2741
edca97cd
TH
27422013-08-26 Tassilo Horn <tsdh@gnu.org>
2743
2744 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2745 lambda expression in order to have `describe-variable' display it.
2746
df54bcbd
MA
27472013-08-26 Michael Albinus <michael.albinus@gmx.de>
2748
2749 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2750 BUF can be optional. (Bug#15186)
2751
eed99101
XF
27522013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2753
2754 * progmodes/flymake.el (flymake-get-real-file-name-function):
2755 Fix broken customization. (Bug#15184)
2756
b5eb9035
AM
27572013-08-25 Alan Mackenzie <acm@muc.de>
2758
8a51e842
AM
2759 Improve indentation of bracelists defined by macros (without "=").
2760
2761 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2762 expansion begins with "{", regard it as bracelist when it doesn't
2763 contain a ";".
2764
869455d4
AM
2765 Parse C++ inher-intro when there's a template split over 2 lines.
2766
2767 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2768 rigorously the search for "class" etc. followed by ":".
2769
2770 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2771 random languages a regexp which never matches rather than nil.
2772
b5eb9035
AM
2773 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2774
2775 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2776 (c-awk-regexp-one-line-possibly-open-char-list-re)
2777 (c-awk-one-line-possibly-open-regexp-re)
2778 (c-awk-one-line-non-syn-ws*-re): Remove.
2779 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2780 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2781 (c-awk-space*-unclosed-regexp-/-re): New constants.
2782 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2783 aren't regexp delimiters.
2784
2785 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2786 handling for a rare situation in AWK Mode involving unterminated
2787 strings/regexps.
2788
61611d54
GM
27892013-08-23 Glenn Morris <rgm@gnu.org>
2790
2d85dc34
GM
2791 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2792
cb8d2612
GM
2793 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2794
bb35f42f
GM
2795 * files.el (create-file-buffer): If the result would begin with
2796 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 2797
b9808e77
SM
27982013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2799
e3a66363
SM
2800 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2801 text-properties (bug#15155).
2802
b9808e77
SM
2803 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2804 exist any more.
2805 (calc-keypad-redraw): Remove unused var `pad'.
2806 (calc-keypad-press): Remove unused var `menu'.
2807
7fd5f65e
MR
28082013-08-23 Martin Rudalics <rudalics@gmx.at>
2809
b9808e77
SM
2810 * window.el (display-buffer-pop-up-frame):
2811 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
2812 use it as the new frame's buffer (Bug#15133).
2813
8352b530
SM
28142013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * calendar/timeclock.el: Minor cleanups.
2817 (timeclock-ask-before-exiting, timeclock-use-display-time):
2818 Use `symbol'.
2819 (timeclock-modeline-display): Define as alias before the
2820 actual definition.
2821 (timeclock-mode-line-display): Use define-minor-mode.
2822 (timeclock-day-list-template): Make it a function, add an argument.
2823 (timeclock-day-list-required, timeclock-day-list-length)
2824 (timeclock-day-list-debt, timeclock-day-list-span)
2825 (timeclock-day-list-break): Adjust calls accordingly.
2826
9f7b1925
SM
28272013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2830 Use read--expression so that completion works again.
2831
6e50e983
SS
28322013-08-21 Sam Steingold <sds@gnu.org>
2833
2834 Add rudimentary inferior shell interaction
2835 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2836 (sh-set-shell): Reset it.
9f7b1925
SM
2837 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2838 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 2839
dbb0d350
SM
28402013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * align.el: Use lexical-binding.
2843 (align-region): Simplify accordingly.
2844
c88586a9
MA
28452013-08-20 Michael Albinus <michael.albinus@gmx.de>
2846
2847 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2848
2849 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2850 `non-essential' up.
2851
f95527c8
MA
28522013-08-17 Michael Albinus <michael.albinus@gmx.de>
2853
2854 * net/tramp.el:
2855 * net/tramp-adb.el:
2856 * net/tramp-cmds.el:
2857 * net/tramp-ftp.el:
2858 * net/tramp-gvfs.el:
2859 * net/tramp-gw.el:
2860 * net/tramp-sh.el: Don't wrap external variable declarations by
2861 `eval-when-compile'.
2862
4b5fe4ee
LMI
28632013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2864
2865 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2866 now that Emacs supports ImageMagick animations.
2867
13c366c9
MA
28682013-08-16 Michael Albinus <michael.albinus@gmx.de>
2869
2870 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2871 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2872
3dfc5cd6
MR
28732013-08-16 Martin Rudalics <rudalics@gmx.at>
2874
2875 * window.el (mouse-autoselect-window-select): Do autoselect when
2876 mouse pointer is on margin.
2877
4bbb4381
WP
28782013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
2879
2880 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2881
3a2ddc2d
GM
28822013-08-16 Glenn Morris <rgm@gnu.org>
2883
e8bedf5a
GM
2884 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2885 Handle "Remote Directory" response of some clients. (Bug#15058)
2886
58c4682f
GM
2887 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2888 Tweak warning. (Bug#14926)
2889
57953f49
GM
2890 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2891 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
2892
3a2ddc2d
GM
2893 * image-mode.el (image-mode-map): Add menu items to reverse,
2894 increase, decrease, reset animation speed.
2895 (image--set-speed, image-increase-speed, image-decrease-speed)
2896 (image-reverse-speed, image-reset-speed): New functions.
2897 (image-mode-map): Add bindings for speed commands.
2898
2899 * image.el (image-animate-get-speed, image-animate-set-speed):
2900 New functions.
2901 (image-animate-timeout): Respect image :speed property.
2902
10fa0ed3
SM
29032013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2906 previous line (bug#15101).
2907 (debugger-eval-expression, debugger-record-expression):
2908 Use read--expression (bug#15102).
2909
5d89d9d2
MA
29102013-08-15 Michael Albinus <michael.albinus@gmx.de>
2911
2912 Remove byte compiler warnings, visible when compiling with
2913 `byte-compile-force-lexical-warnings' set to t.
2914
2915 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2916 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2917 (tramp-handle-unhandled-file-name-directory)
2918 (tramp-handle-file-notify-add-watch, tramp-action-login)
2919 (tramp-action-succeed, tramp-action-permission-denied)
2920 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2921 arguments with "_".
2922
2923 * net/tramp-adb.el (tramp-adb-parse-device-names)
2924 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2925 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2926 (tramp-adb-handle-file-truename): Remove unused arguments.
2927
2928 * net/tramp-cache.el (tramp-flush-directory-property)
2929 (tramp-flush-connection-property, tramp-list-connections)
2930 (tramp-parse-connection-properties): Prefix unused arguments with "_".
2931
10fa0ed3
SM
2932 * net/tramp-compat.el (tramp-compat-make-temp-file):
2933 Rename FILENAME to F.
5d89d9d2
MA
2934
2935 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2936 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2937 (tramp-zeroconf-parse-workstation-device-names)
2938 (tramp-zeroconf-parse-webdav-device-names)
2939 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2940
2941 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2942 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2943
2944 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2945 arguments.
2946 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2947 (tramp-sh-handle-insert-file-contents-literally)
2948 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2949 with "_".
2950 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2951 Remove unused variables.
2952
2953 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2954 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2955 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2956
2957 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2958 Make them a defconst.
2959 (tramp-uuencode-region): Remove unused variable.
2960
62f33bae
JB
29612013-08-14 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * frameset.el (frameset--prop-setter): New function.
2964 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
2965 (frameset-filter-minibuffer): Deal with the case that the minibuffer
2966 parameter was already set in FILTERED. Doc fix.
2967 (frameset--record-minibuffer-relationships): Allow saving a
2968 minibufferless frame without its corresponding minibuffer frame.
2969 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2970 frame, if the frame id matches.
2971 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2972 frames before orphaned ones.
2973 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 2974
c660a885
MR
29752013-08-14 Martin Rudalics <rudalics@gmx.at>
2976
2977 * window.el (window-make-atom): Don't overwrite parameter
2978 already present.
2979 (display-buffer-in-atom-window): Handle special case where we
2980 split an already atomic window.
2981 (window--major-non-side-window, display-buffer-in-side-window)
2982 (window--side-check): Ignore minibuffer window when walking
2983 window tree.
2984 (window-deletable-p): Return 'frame only if no other frame uses
2985 our minibuffer window.
2986 (record-window-buffer): Run buffer-list-update-hook.
2987 (split-window): Make sure window--check-frame won't destroy an
2988 existing atomic window in case the new window gets nested
2989 inside.
2990 (display-buffer-at-bottom): Ignore minibuffer window when
2991 walking window tree. Don't split a side window.
2992 (pop-to-buffer): Don't set-buffer here, the select-window call
2993 should do that.
2994 (mouse-autoselect-window-select): Autoselect only if we are in the
2995 text portion of the window.
2996
8259030d
LMI
29972013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2998
21c58ae2
LMI
2999 * net/shr.el (shr-parse-image-data): New function to grab both the
3000 data itself and the Content-Type.
3001 (shr-put-image): Use it.
3002
3003 * net/eww.el (eww-display-image): Ditto.
3004
8259030d
LMI
3005 * image.el (image-content-type-suffixes): New variable.
3006
ad756449
FEG
30072013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3008
3009 * progmodes/python.el (python-imenu--build-tree)
3010 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3011
f73f4ce6
XF
30122013-08-13 Xue Fuqiao <xfq.free@gmail.com>
3013
3014 * simple.el (backward-word): Mention the optional argument.
3015
1f585e65
SM
30162013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * frameset.el (frameset--make): Rename constructor from make-frameset.
3019 (frameset-p, frameset-valid-p): Don't autoload.
3020 (frameset-valid-p): Use normal accessors.
3021
af1c6c84
GM
30222013-08-13 Glenn Morris <rgm@gnu.org>
3023
55e47f95
GM
3024 * progmodes/compile.el (compile-command): Tweak example in doc.
3025 * obsolete/scribe.el (scribe-mode):
3026 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
3027
f0024d8c
GM
3028 * mail/feedmail.el (feedmail-confirm-outgoing)
3029 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3030
3031 * cus-start.el (truncate-partial-width-windows): Fix type.
3032
3033 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3034
af1c6c84
GM
3035 * net/shr.el (shr-table-horizontal-line): Fix custom type.
3036
5514cc4c
SM
30372013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * emacs-lisp/timer.el (timer--time-setter): New function.
3040 (timer--time): Use it as gv-setter.
3041
3042 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3043 setter is not a symbol.
3044
7997a2f1
GJ
30452013-08-12 Grégoire Jadi <daimrod@gmail.com>
3046
3047 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3048 if sending fails. This makes debugging easier.
3049
01f1a9ab
JB
30502013-08-12 Juanma Barranquero <lekktu@gmail.com>
3051
3052 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3053 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3054 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3055
594a4307
EZ
30562013-08-12 Eli Zaretskii <eliz@gnu.org>
3057
3058 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3059
7a22490f 30602013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
3061
3062 * format.el (format-annotate-function):
3063 Handle read-only text properties in the source. (Bug#14887)
3064
3e41a054
LMI
30652013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3066
5514cc4c
SM
3067 * net/eww.el (eww-display-html): Ignore coding system errors.
3068 One web site uses "utf-8lias" as the coding system.
3e41a054 3069
7ec326db
JB
30702013-08-11 Juanma Barranquero <lekktu@gmail.com>
3071
3072 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3073
5660113b
JB
30742013-08-10 Juanma Barranquero <lekktu@gmail.com>
3075
9a4ebc74
JB
3076 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3077 (tutorial--detailed-help): Remove unused local variables.
3078 (tutorial--save-tutorial-to): Use ignore-errors.
3079 (help-with-tutorial): Use looking-at-p.
3080
3081 * view.el (view-buffer-other-window, view-buffer-other-frame):
3082 Mark unused arguments.
3083
3084 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3085 (woman-select-symbol-fonts, woman, woman-find-file)
3086 (woman-insert-file-contents, woman-non-underline-faces):
3087 Use string-match-p.
3088 (woman1-unquote): Move declaration.
3089
3090 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3091 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
3092 argument. Remove unused local variable.
3093 (xml-parse-elem-type): Use string-match-p.
3094 (xml-substitute-numeric-entities): Use ignore-errors.
3095
45fdb482
JB
3096 * calculator.el (calculator): Mark unused argument.
3097 (calculator-paste, calculator-quit, calculator-integer-p):
3098 Use ignore-errors.
3099 (calculator-string-to-number, calculator-decimal, calculator-exp)
3100 (calculator-op-or-exp): Use string-match-p.
3101
3102 * dired.el (dired-buffer-more-recently-used-p): Declare.
3103 (dired-insert-set-properties, dired-insert-old-subdirs):
3104 Use ignore-errors.
3105
3106 * dired-aux.el (dired-compress): Use ignore-errors.
3107 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3108 (dired-do-async-shell-command, dired-do-shell-command)
3109 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3110 (dired-insert-subdir-validate): Use string-match-p.
3111 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3112 (dired-add-entry): Use string-match-p, looking-at-p.
3113 (dired-insert-subdir-newpos): Remove unused local variable.
3114
3115 * filenotify.el (file-notify-callback): Remove unused local variable.
3116
3117 * filesets.el (filesets-error): Mark unused argument.
3118 (filesets-which-command-p, filesets-filter-dir-names)
3119 (filesets-directory-files, filesets-get-external-viewer)
3120 (filesets-ingroup-get-data): Use string-match-p.
3121
3122 * find-file.el (ff-other-file-name, ff-other-file-name)
3123 (ff-find-the-other-file, ff-cc-hh-converter):
3124 Remove unused local variables.
3125 (ff-get-file-name): Use string-match-p.
3126 (ff-all-dirs-under): Use ignore-errors.
3127
3128 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3129 (follow-select-if-visible): Remove unused local variable.
3130
3131 * forms.el (read-file-filter): Move declaration.
3132 (forms--make-format, forms--make-parser, forms-insert-record):
3133 Quote function with #'.
3134 (forms--update): Use string-match-p. Quote function with #'.
3135
3136 * help-mode.el (help-dir-local-var-def): Mark unused argument.
3137 (help-make-xrefs): Use looking-at-p.
3138 (help-xref-on-pp): Use looking-at-p, ignore-errors.
3139
3140 * ibuffer.el (ibuffer-ext-visible-p): Declare.
3141 (ibuffer-confirm-operation-on): Use string-match-p.
3142
3143 * msb.el (msb-item-handler, msb-dired-item-handler):
3144 Mark unused arguments.
3145
3146 * ses.el (ses-decode-cell-symbol)
3147 (ses-kill-override): Remove unused local variable.
3148 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3149 (ses-load): Use ignore-errors, looking-at-p.
3150 (ses-jump-safe): Use ignore-errors.
3151 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3152
3153 * tabify.el (untabify, tabify): Mark unused arguments.
3154
3155 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3156 Mark unused argument.
3157 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3158 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3159
c880af52
JB
3160 * emacs-lisp/timer.el (timer--time): Define setter with
3161 gv-define-setter to avoid deprecation warning.
3162
5660113b 3163 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 3164 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
3165 (cmpl-statistics-block): Remove (body was commented out).
3166 All callers changed.
3167 (add-completions-from-buffer, load-completions-from-file):
3168 Remove unused variables.
3169
156aab80
JB
31702013-08-09 Juanma Barranquero <lekktu@gmail.com>
3171
5c5dee78
JB
3172 * filecache.el (file-cache-delete-file-list):
3173 Print message only when told so.
3174 (file-cache-files-matching): Use #' in mapconcat argument.
3175
156aab80
JB
3176 * ffap.el (ffap-url-at-point): Fix reference to variable
3177 thing-at-point-default-mail-uri-scheme.
3178
ad9dcd70
SM
31792013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3180
54bd972f
SM
3181 * subr.el (define-error): New function.
3182 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
3183 error-file-not-found and define with define-error.
3184 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
3185 and define with define-error.
3186 * userlock.el (file-locked, file-supersession):
3187 * simple.el (mark-inactive):
3188 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
3189 * progmodes/ada-mode.el (ada-mode-errors):
3190 * play/life.el (life-extinct):
3191 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
3192 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
3193 * nxml/rng-util.el (rng-error):
3194 * nxml/rng-uri.el (rng-uri-error):
3195 * nxml/rng-match.el (rng-compile-error):
3196 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
3197 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
3198 * nxml/nxml-rap.el (nxml-scan-error):
3199 * nxml/nxml-outln.el (nxml-outline-error):
3200 * net/soap-client.el (soap-error):
3201 * net/gnutls.el (gnutls-error):
3202 * net/ange-ftp.el (ftp-error):
3203 * mpc.el (mpc-proc-error):
3204 * json.el (json-error, json-readtable-error, json-unknown-keyword)
3205 (json-number-format, json-string-escape, json-string-format)
3206 (json-key-format, json-object-format):
3207 * jka-compr.el (compression-error):
3208 * international/quail.el (quail-error):
3209 * international/kkc.el (kkc-error):
3210 * emacs-lisp/ert.el (ert-test-failed):
3211 * calc/calc.el (calc-error, inexact-result, math-overflow)
3212 (math-underflow):
3213 * bookmark.el (bookmark-error-no-filename):
3214 * epg.el (epg-error): Define with define-error.
3215
0ea9e53a
SM
3216 * time.el (display-time-event-handler)
3217 (display-time-next-load-average): Don't call sit-for since it seems
3218 unnecessary (bug#15045).
3219
b0429158
SM
3220 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
3221 Use #' instead of ' to quote functions.
3222 (checkdoc-output-mode): Use setq-local.
3223 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
3224 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
3225 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
3226 (checkdoc-ispell, checkdoc-ispell-current-buffer)
3227 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
3228 (checkdoc-ispell-message-text, checkdoc-ispell-start)
3229 (checkdoc-ispell-continue, checkdoc-ispell-comments)
3230 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
3231
ad9dcd70
SM
3232 * ido.el (ido-completion-help): Fix up compiler warning.
3233
77187e6f
JB
32342013-08-09 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * frameset.el (frameset-p): Add autoload cookie.
3237 (frameset--jump-to-register): New function, based on code moved from
3238 register.el.
3239 (frameset-to-register): Move from register.el. Adapt to `registerv'.
3240
3241 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
3242 (frameset-restore, frameset-save, frameset-session-filter-alist):
3243 Remove declarations.
3244 (register-alist): Doc fix.
3245 (frameset-to-register): Move to frameset.el.
3246 (jump-to-register, describe-register-1): Remove frameset-specific code.
3247
9d3aa82c
JB
32482013-08-08 Juanma Barranquero <lekktu@gmail.com>
3249
3250 * allout-widgets.el (allout-widgets-pre-command-business)
3251 (allout-widgets-post-command-business)
3252 (allout-widgets-after-change-handler)
3253 (allout-decorate-item-and-context, allout-set-boundary-marker)
3254 (allout-body-modification-handler)
3255 (allout-graphics-modification-handler): Mark ignored arguments.
3256 (allout-widgets-post-command-business)
3257 (allout-widgets-exposure-change-processor)
3258 (allout-widgets-exposure-undo-processor)
3259 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
3260 (allout-parse-item-at-point, allout-decorate-item-guides)
3261 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
3262 * allout.el (epa-passphrase-callback-function): Declare.
3263 (allout-overlay-insert-in-front-handler)
3264 (allout-overlay-interior-modification-handler)
3265 (allout-isearch-end-handler, allout-chart-siblings)
3266 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
3267 (allout-yank-processing, allout-process-exposed)
3268 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 3269 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
3270 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3271 (lisp-indent-defform): Mark ignored arguments.
3272 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3273 (calculate-lisp-indent): Remove unused variables.
3274 * international/characters.el (indian-2-column, arabic-2-column)
3275 (tibetan): Mark ignored arguments.
3276 (use-cjk-char-width-table): Mark ignored arguments.
3277 Remove unused variables.
3278 * international/fontset.el (build-default-fontset-data)
3279 (x-compose-font-name, create-fontset-from-fontset-spec):
3280 Mark ignored arguments.
3281 (fontset-plain-name): Remove unused variables.
3282 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3283 (keyboard-coding-system): Mark ignored arguments.
3284 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3285 * help.el (resize-temp-buffer-window):
3286 * window.el (display-buffer-in-major-side-window)
3287 (display-buffer-in-side-window, display-buffer-in-previous-window):
3288 Remove unused variables.
3289 * isearch.el (isearch-forward-symbol):
3290 * version.el (emacs-bzr-version-bzr):
3291 * international/mule-cmds.el (current-language-environment):
3292 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3293 (x-handle-display):
3294 * term/pc-win.el (x-list-fonts, x-display-planes)
3295 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3296 (x-server-version, x-display-screens, x-display-mm-height)
3297 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3298 (x-selection-owner-p, x-own-selection-internal)
3299 (x-disown-selection-internal, x-get-selection-internal)
3300 (msdos-initialize-window-system):
3301 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3302 * term/x-win.el (x-handle-no-bitmap-icon):
3303 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3304 (vc-default-find-file-hook, vc-default-extra-menu):
3305 Mark ignored arguments.
3306
0ca3f70e
SM
33072013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3310 break-condition in the context of the debugged code (bug#12685).
3311
74c5d24c
CS
33122013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3313
3314 * comint.el:
3315 Do not use an overlay to highlight the last prompt. (Bug#14744)
3316 (comint-mode): Make comint-last-prompt buffer local.
3317 (comint-last-prompt): New variable.
3318 (comint-last-prompt-overlay): Remove. Superseded by
3319 comint-last-prompt.
0ca3f70e
SM
3320 (comint-snapshot-last-prompt, comint-output-filter):
3321 Use comint-last-prompt.
74c5d24c 3322
c03c02ee
JB
33232013-08-08 Juanma Barranquero <lekktu@gmail.com>
3324
a3738d20 3325 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
3326 (frameset-save): Check validity of the resulting frameset.
3327
04263d23
XF
33282013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3329
3330 * ido.el (ido-record-command): Add doc string.
3331
76c5e5ab
JB
33322013-08-08 Juanma Barranquero <lekktu@gmail.com>
3333
3334 * frameset.el (frameset): Do not disable creation of the default
3335 frameset-p predicate. Doc fix.
3336 (frameset-valid-p): New function, copied from the old predicate-p.
3337 Add additional checks.
3338 (frameset-restore): Check with frameset-valid-p.
3339 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3340 (frameset-name, frameset-description, frameset-properties)
3341 (frameset-states): Add docstring.
f9dbf1cb
JB
3342 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3343 (frameset-filter-alist): Doc fixes.
76c5e5ab 3344
bd0c3c0b
JB
33452013-08-08 Juanma Barranquero <lekktu@gmail.com>
3346
3347 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3348
c735544c
SM
33492013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3352 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3353 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3354 (byte-compile-normal-call): Remove obsolescence check.
3355
2805a651
JB
33562013-08-08 Juanma Barranquero <lekktu@gmail.com>
3357
3677ffeb
JB
3358 * frameset.el (frameset-restore): Doc fix.
3359
2805a651
JB
3360 * register.el (frameset-frame-id, frameset-frame-with-id)
3361 (frameset-p, frameset-restore, frameset-save): Declare.
3362 (register-alist): Document framesets.
3363 (frameset-session-filter-alist): Declare.
3364 (frameset-to-register): New function.
3365 (jump-to-register): Implement jumping to framesets. Doc fix.
3366 (describe-register-1): Describe framesets.
3367
3368 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3369
a912c016
JB
33702013-08-07 Juanma Barranquero <lekktu@gmail.com>
3371
3372 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3373 Use lexical-binding.
3374
3375 * frameset.el (frameset): Use type vector, not list (incompatible
3376 change). Do not declare a new constructor, use the default one.
3377 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3378 `name' and `description', respectively, and add read-only slot
3379 `timestamp'. Doc fixes.
3380 (frameset-copy, frameset-persistent-filter-alist)
3381 (frameset-filter-alist, frameset-switch-to-gui-p)
3382 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3383 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3384 (frameset-filter-iconified, frameset-keep-original-display-p):
3385 Doc fixes.
3386 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3387 Rename from frameset-filter-(save|restore)-param. All callers changed.
3388 Doc fix.
3389 (frameset-p): Adapt to change to vector and be more thorough.
3390 Change arg name to OBJECT. Doc fix.
3391 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3392 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3393 All callers changed.
3394 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3395 All callers changed.
3396 (frameset--record-minibuffer-relationships): Rename from
3397 frameset--process-minibuffer-frames. All callers changed.
3398 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3399 Use new default constructor (again). Doc fix.
3400 (frameset--find-frame-if): Rename from `frameset--find-frame.
3401 All callers changed.
3402 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3403 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3404 Doc fix.
3405 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3406 PARAMETERS and WINDOW-STATE, respectively.
3407 (frameset-restore): Add new keyword argument PREDICATE.
3408 Reset frameset--target-display to nil. Doc fix.
3409
bb41480a
SM
34102013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3411
f001e98e
SM
3412 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3413 (bat-mode): Use it.
3414 (bat-mode-syntax-table): Mark \n as end-of-comment.
3415 (bat-font-lock-keywords): Remove comment rule.
3416
7679edb1
SM
3417 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3418 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3419
bb41480a
SM
3420 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3421 (byte-compile-callargs-warn): Use `push'.
3422 (byte-compile-arglist-warn): Ignore higher-order "calls".
3423 (byte-compile-file-form-autoload): Use `pcase'.
3424 (byte-compile-function-form): If quoting a symbol, check that it exists.
3425
cdc1ebb9
EZ
34262013-08-07 Eli Zaretskii <eliz@gnu.org>
3427
3428 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3429 and add a few popular commands found in batch files.
3430 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3431 (dos-mode): Doc fixes.
3432
312b1740
SM
34332013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3436 (dos-mode): Use setq-local. Add space after "rem".
3437 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3438 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3439
400a3178
AM
34402013-08-07 Arni Magnusson <arnima@hafro.is>
3441
3442 * progmodes/dos.el: New file.
3443 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3444 dos-mode.
3445
3b5c03d3
GM
34462013-08-06 Glenn Morris <rgm@gnu.org>
3447
3448 * calendar/calendar.el: Add new faces, and day-header-array.
3449 (calendar-weekday-header, calendar-weekend-header)
3450 (calendar-month-header): New faces.
3451 (calendar-day-header-construct): New function.
3452 (calendar-day-header-width): Also :set calendar-day-header-array.
3453 (calendar-american-month-header, calendar-european-month-header)
3454 (calendar-iso-month-header): Use calendar- faces.
3455 (calendar-generate-month):
3456 Use calendar-day-header-array for day headers; apply faces to them.
3457 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3458 (calendar-abbrev-construct): Add optional maxlen argument.
3459 (calendar-day-name-array): Doc fix.
3460 (calendar-day-name-array, calendar-abbrev-length)
3461 (calendar-day-abbrev-array):
3462 Also :set calendar-day-header-array, and maybe redraw.
3463 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 3464 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
3465 (calendar-day-name): Add option to use header array.
3466
ec6a2d7a
LMI
34672013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3468
3469 * net/shr.el (shr-render-td): Remove debugging.
3470 (shr-render-td): Make width computation consistent by defaulting
3471 all zero-width columns to 10 characters. This may not be optimal,
3472 but it's at least consistent.
2122cb6d
LMI
3473 (shr-make-table-1): Redo last change to fix the real problem in
3474 colspan handling.
ec6a2d7a 3475
ed4fd9c5
DA
34762013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3477
0ca3f70e
SM
3478 * files.el (cache-long-line-scans):
3479 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 3480
64e22afe
JB
34812013-08-06 Juanma Barranquero <lekktu@gmail.com>
3482
024b38fc
JB
3483 * frameset.el (frameset, frameset-filter-alist)
3484 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3485 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3486 (frameset-compute-pos): Rename from frameset--compute-pos,
3487 and add docstring.
3488 (frameset-move-onscreen): Use frameset-compute-pos.
3489 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3490
64e22afe
JB
3491 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3492 Fix typos in docstrings.
3493
c8c2aca8
DA
34942013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3495
3496 * frame.el (get-other-frame): Tiny cleanup.
3497
1d237bba
JB
34982013-08-06 Juanma Barranquero <lekktu@gmail.com>
3499
8951efef
JB
3500 * vc/vc.el (vc-default-ignore-completion-table):
3501 Silence byte-compiler warning.
3502
307764cc
JB
3503 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3504 slot , which can indeed be nil.
3505 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3506 Move entry for `left' from persistent to live filter alist.
3507 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3508 Doc fixes.
3509 (frameset-filter-params): When restoring a frame, copy items added to
3510 `filtered', to avoid unwittingly modifying the original parameters.
3511 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3512 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3513
1d237bba
JB
3514 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3515 to use looking-at-p instead of looking-at. (Bug#15028)
3516
dc6c0eda
SM
35172013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 Revert introduction of isearch-filter-predicates (bug#14714).
3520 Rely on add-function instead.
3521 * isearch.el (isearch-filter-predicates): Rename it back to
3522 isearch-filter-predicate.
3523 (isearch-message-prefix): Use advice-function-mapc and advice
3524 properties to get the isearch-message-prefix.
3525 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3526 instead of run-hook-with-args-until-failure.
3527 (isearch-filter-visible): Not obsolete any more.
3528 * loadup.el: Preload nadvice.
3529 * replace.el (perform-replace): Revert to funcall
3530 instead of run-hook-with-args-until-failure.
3531 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3532 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3533 dired-isearch-filenames-toggle; make it into a proper minor mode.
3534 Use add/remove-function.
3535 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3536 Call the minor-mode rather than add/remove-hook.
3537 (dired-isearch-filter-filenames):
3538 Remove isearch-message-prefix property.
3539 * info.el (Info--search-loop): New function, extracted from Info-search.
3540 Funcall isearch-filter-predicate instead of
3541 run-hook-with-args-until-failure isearch-filter-predicates.
3542 (Info-search): Use it.
3543 (Info-mode): Use isearch-filter-predicate instead of
3544 isearch-filter-predicates.
3545
290d5b58
DA
35462013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3547
3548 Do not call to `selected-window' where it is assumed by default.
3549 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3550 `window-hscroll', `window-width', `window-height', `window-buffer',
3551 `window-frame', `window-start', `window-point', `next-window'
3552 and `window-display-table'.
3553 * abbrev.el (abbrev--default-expand):
3554 * bs.el (bs--show-with-configuration):
3555 * buff-menu.el (Buffer-menu-mouse-select):
3556 * calc/calc.el (calc):
3557 * calendar/calendar.el (calendar-generate-window):
3558 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3559 (diary-make-entry):
3560 * comint.el (send-invisible, comint-dynamic-complete-filename)
3561 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3562 * completion.el (complete):
3563 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3564 * disp-table.el (describe-current-display-table):
3565 * doc-view.el (doc-view-insert-image):
3566 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3567 * ehelp.el (with-electric-help):
3568 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3569 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3570 * emacs-lisp/helper.el (Helper-help-scroller):
3571 * emulation/cua-base.el (cua--post-command-handler-1):
3572 * eshell/esh-mode.el (eshell-output-filter):
3573 * ffap.el (ffap-gnus-wrapper):
3574 * help-macro.el (make-help-screen):
3575 * hilit-chg.el (highlight-compare-buffers):
3576 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3577 * hl-line.el (global-hl-line-highlight):
3578 * icomplete.el (icomplete-simple-completing-p):
3579 * isearch.el (isearch-done):
3580 * jit-lock.el (jit-lock-stealth-fontify):
3581 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3582 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3583 * mpc.el (mpc-tagbrowser, mpc):
3584 * net/rcirc.el (rcirc-any-buffer):
3585 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3586 * play/landmark.el (landmark-max-width, landmark-max-height):
3587 * play/zone.el (zone):
3588 * progmodes/compile.el (compilation-goto-locus):
3589 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3590 * progmodes/etags.el (find-tag-other-window):
3591 * progmodes/fortran.el (fortran-column-ruler):
3592 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3593 * progmodes/verilog-mode.el (verilog-point-text):
3594 * reposition.el (reposition-window):
3595 * rot13.el (toggle-rot13-mode):
3596 * server.el (server-switch-buffer):
3597 * shell.el (shell-dynamic-complete-command)
3598 (shell-dynamic-complete-environment-variable):
3599 * simple.el (insert-buffer, set-selective-display)
3600 (delete-completion-window):
3601 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3602 (speedbar-recenter):
3603 * startup.el (fancy-splash-head):
3604 * textmodes/ispell.el (ispell-command-loop):
3605 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3606 * tutorial.el (help-with-tutorial):
3607 * vc/add-log.el (add-change-log-entry):
3608 * vc/compare-w.el (compare-windows):
3609 * vc/ediff-help.el (ediff-indent-help-message):
3610 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3611 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3612 (ediff-setup-control-frame):
3613 * vc/emerge.el (emerge-position-region):
3614 * vc/pcvs-util.el (cvs-bury-buffer):
3615 * window.el (walk-windows, mouse-autoselect-window-select):
3616 * winner.el (winner-set-conf, winner-undo): Related users changed.
3617
38276e01
JB
36182013-08-05 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * frameset.el (frameset--set-id): Doc fix.
3621 (frameset-frame-id, frameset-frame-id-equal-p)
3622 (frameset-locate-frame-id): New functions.
3623 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3624 (frameset-restore): Use them.
3625
12b4c0ea
DA
36262013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3627
3628 Do not call to `selected-frame' where it is assumed by default.
3629 Affected functions are `raise-frame', `redraw-frame',
3630 `frame-first-window', `frame-terminal' and `delete-frame'.
3631 * calendar/appt.el (appt-disp-window):
3632 * epg.el (epg-wait-for-completion):
3633 * follow.el (follow-delete-other-windows-and-split)
3634 (follow-avoid-tail-recenter):
3635 * international/mule.el (set-terminal-coding-system):
3636 * mail/rmail.el (rmail-mail-return):
3637 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3638 * progmodes/f90.el (f90-add-imenu-menu):
3639 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3640 * server.el (server-switch-buffer):
3641 * simple.el (delete-completion-window):
3642 * talk.el (talk):
3643 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3644 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3645 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3646 * vc/ediff.el (ediff-documentation): Related users changed.
3647 * frame.el (selected-terminal): Remove the leftover.
3648
17f25e76
GM
36492013-08-05 Glenn Morris <rgm@gnu.org>
3650
3651 * calendar/calendar.el (calendar-generate-month):
3652 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
3653 (calendar-generate-month, calendar-font-lock-keywords):
3654 Fix for calendar-day-header-width > length of any day name.
17f25e76 3655
063233c3
JB
36562013-08-05 Juanma Barranquero <lekktu@gmail.com>
3657
3658 * desktop.el (desktop-clear): Use new name of sort predicate.
3659
3660 * frameset.el (frameset): Add docstring. Move :version property to its
3661 own `version' slot.
3662 (frameset-copy): Rename from copy-frameset.
3663 (frameset-p): Check more thoroughly.
3664 (frameset-prop): Do not check for :version, which is no longer a prop.
3665 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3666 Use new :never value instead of t.
3667 (frameset-filter-alist): Expand and clarify docstring.
3668 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3669 (frameset-filter-minibuffer, frameset-filter-save-param)
3670 (frameset-filter-restore-param, frameset-filter-iconified):
3671 Add pointer to docstring of frameset-filter-alist.
3672 (frameset-filter-params): Rename filter values to be more meaningful:
3673 :never instead of t, and reverse the meanings of :save and :restore.
3674 (frameset--process-minibuffer-frames): Clarify error message.
3675 (frameset-save): Avoid unnecessary and confusing call to framep.
3676 Use new BOA constructor for framesets.
3677 (frameset--reuse-list): Doc fix.
3678 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3679 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3680 (frameset-minibufferless-first-p): Doc fix.
3681 Rename from frameset-sort-frames-for-deletion.
3682 (frameset-restore): Doc fixes. Use new function names.
3683 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3684
d5671a82
JB
36852013-08-04 Juanma Barranquero <lekktu@gmail.com>
3686
3687 * desktop.el (desktop-restore-forces-onscreen)
3688 (desktop-restore-reuses-frames): Document :keyword constant values.
3689 (desktop-filter-parameters-alist): Remove, now identical to
3690 frameset-filter-alist.
3691 (desktop--filter-tty*): Remove, moved to frameset.el.
3692 (desktop-save-frameset, desktop-restore-frameset):
3693 Do not pass :filters argument.
3694
3695 * frameset.el (frameset-live-filter-alist)
3696 (frameset-persistent-filter-alist): New variables.
3697 (frameset-filter-alist): Use them. Add autoload cookie.
3698 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3699 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3700 `frameset--id' (it's supposed to be internal to frameset.el).
3701 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3702 (frameset--initial-params): New function.
3703 (frameset--get-frame): Use it. Doc fix.
3704 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3705 Accept :all, not 'all.
3706 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3707 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3708 with fbound symbols. Fix frame id matching, and remove matching ids if
3709 the frame being restored is deleted. Obey :delete.
3710
671d5c16
SM
37112013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * subr.el (macrop): New function.
3714 (text-clone--maintaining): New var.
3715 (text-clone--maintain): Rename from text-clone-maintain. Use it
3716 instead of inhibit-modification-hooks.
3717
3718 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3719 a proxy, so as handle autoloads and redefinitions of the target.
3720 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3721
3722 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3723 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3724 (pcase--mutually-exclusive-p): New function.
3725 (pcase--split-consp): Use it.
3726 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3727 mutually exclusive with the current predicate.
3728
3729 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3730 (edebug-macrop): Remove. Use `macrop' instead.
3731 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3732 (ad-macro-p):
3733 * eshell/esh-cmd.el (eshell-macrop):
3734 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3735
1d44e9dc
SM
37362013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3739 (advice-mapc): New function, using it.
3740 (advice-function-member-p): New function.
3741 (advice--normalize): Store the cdr in advice--saved-rewrite since
3742 that's the part that will be changed.
3743 (advice--symbol-function): New function.
3744 (advice-remove): Handle removal before the function is defined.
3745 Adjust to new advice--saved-rewrite.
3746 (advice-member-p): Use advice-function-member-p and
3747 advice--symbol-function.
3748
5414a283
JB
37492013-08-04 Juanma Barranquero <lekktu@gmail.com>
3750
51d30f2c
JB
3751 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3752 (frameset-filter-minibuffer): Doc fix.
3753 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
3754 (frameset--set-id, frameset--process-minibuffer-frames)
3755 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3756 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 3757
5414a283
JB
3758 * desktop.el (desktop-clear): Only delete frames when called
3759 interactively and desktop-restore-frames is non-nil. Doc fix.
3760 (desktop-read): Set desktop-saved-frameset to nil.
3761
ab419665
XF
37622013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3763
3764 * vc/vc.el (vc-ignore): Rewrite.
3765 (vc-default-ignore-completion-table):
3766 (vc--read-lines):
3767 (vc--add-line, vc--remove-regexp): New functions.
3768
3769 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3770 (vc-svn-ignore-completion-table): New function.
3771
3772 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3773 (vc-hg-ignore-completion-table):
3774 (vc-hg-find-ignore-file): New functions.
3775
3776 * vc/vc-git.el (vc-git-ignore): Rewrite.
3777 (vc-git-ignore-completion-table):
3778 (vc-git-find-ignore-file): New functions.
3779
3780 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3781
3782 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3783 (vc-bzr-ignore-completion-table):
3784 (vc-bzr-find-ignore-file): New functions.
3785
2613dea2
JB
37862013-08-03 Juanma Barranquero <lekktu@gmail.com>
3787
3788 * frameset.el (frameset-prop): New function and setter.
3789 (frameset-save): Do not modify frame list passed by the caller.
3790
9c959872
SM
37912013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3794
a104f656
SM
37952013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3796
70122acf
SM
3797 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3798 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3799
a104f656
SM
3800 * custom.el (custom-initialize-default, custom-initialize-set)
3801 (custom-initialize-reset, custom-initialize-changed): Affect the
3802 toplevel-default-value (bug#6275, bug#14586).
3803 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3804 for bug#6275.
3805
f078d570
JB
38062013-08-02 Juanma Barranquero <lekktu@gmail.com>
3807
185e3b5a
JB
3808 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3809 Add cl-def* expressions.
3810
f078d570
JB
3811 * frameset.el (frameset-filter-params): Fix order of arguments.
3812
9421876d
JB
38132013-08-02 Juanma Barranquero <lekktu@gmail.com>
3814
3815 Move code related to saving frames to frameset.el.
3816 * desktop.el: Require frameset.
3817 (desktop-restore-frames): Doc fix.
3818 (desktop-restore-reuses-frames): Rename from
3819 desktop-restoring-reuses-frames.
3820 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3821 (desktop-clear): Clear frames too.
3822 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3823 (desktop--filter-tty*, desktop-save, desktop-read):
3824 Use frameset functions.
3825 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3826 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3827 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3828 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3829 (desktop--process-minibuffer-frames, desktop-save-frames)
3830 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3831 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3832 (desktop--sort-states, desktop-restoring-frames-p)
3833 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3834 (desktop-restoring-frameset-p, desktop-restore-frameset)
3835 (desktop--check-dont-save, desktop-save-frameset): New functions.
3836 (desktop--app-id): New constant.
3837 (desktop-first-buffer, desktop-buffer-ok-count)
3838 (desktop-buffer-fail-count): Move before first use.
3839 * frameset.el: New file.
3840
76dc5996
SM
38412013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * files.el: Use lexical-binding.
3844 (dir-locals-read-from-file): Remove unused `err' variable.
3845 (hack-dir-local-variables--warned-coding): New var.
3846 (hack-dir-local-variables): Use it to avoid repeated warnings.
3847 (make-backup-file-name--default-function): New function.
3848 (make-backup-file-name-function): Use it as default.
3849 (buffer-stale--default-function): New function.
3850 (buffer-stale-function): Use it as default.
3851 (revert-buffer-insert-file-contents--default-function): New function.
3852 (revert-buffer-insert-file-contents-function): Use it as default.
3853 (insert-directory): Avoid add-to-list.
3854
3855 * autorevert.el (auto-revert-handler): Simplify.
3856 Use buffer-stale--default-function.
3857
06d36e2b
TH
38582013-08-01 Tassilo Horn <tsdh@gnu.org>
3859
5f648ab4
TH
3860 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3861
06d36e2b
TH
3862 * whitespace.el (whitespace-ensure-local-variables): New function.
3863 (whitespace-cleanup-region): Call it.
3864 (whitespace-turn-on): Call it.
3865
a43dc424
MA
38662013-08-01 Michael Albinus <michael.albinus@gmx.de>
3867
3868 Complete file name handlers.
3869
3870 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3871 (tramp-handle-verify-visited-file-modtime)
3872 (tramp-handle-file-notify-rm-watch): New functions.
3873 (tramp-call-process): Do not bind `default-directory'.
3874
44e18199
JB
3875 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3876 Order alphabetically.
a43dc424
MA
3877 [access-file, add-name-to-file, dired-call-process]:
3878 [dired-compress-file, file-acl, file-notify-rm-watch]:
3879 [file-ownership-preserved-p, file-selinux-context]:
3880 [make-directory-internal, make-symbolic-link, set-file-acl]:
3881 [set-file-selinux-context, set-visited-file-modtime]:
3882 [verify-visited-file-modtime]: Add handler.
3883 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3884
3885 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3886 [file-notify-add-watch, file-notify-rm-watch]:
3887 [set-file-times, set-visited-file-modtime]:
3888 [verify-visited-file-modtime]: Add handler.
3889 (with-tramp-gvfs-error-message)
3890 (tramp-gvfs-handle-set-visited-file-modtime)
3891 (tramp-gvfs-fuse-file-name): Remove.
3892 (tramp-gvfs-handle-file-notify-add-watch)
3893 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3894 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3895
44e18199
JB
3896 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3897 Order alphabetically.
a43dc424
MA
3898 [file-notify-rm-watch ]: Use default Tramp handler.
3899 [executable-find]: Remove private handler.
3900 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3901 `default-directory'.
3902 (tramp-sh-handle-executable-find)
3903 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3904 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3905 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3906 Do not use `format' in `tramp-message'.
3907
3908 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3909 [file-notify-rm-watch, set-visited-file-modtime]:
3910 [verify-visited-file-modtime]: Add handler.
3911 (tramp-smb-call-winexe): Do not bind `default-directory'.
3912
7188b515
XF
39132013-08-01 Xue Fuqiao <xfq.free@gmail.com>
3914
3915 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3916
2412ee1a
DG
39172013-07-31 Dmitry Gutov <dgutov@yandex.ru>
3918
3919 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3920 use it.
3921 (log-view-diff-changeset): Same.
3922 (log-view-diff-common): Call backend command `previous-revision'
3923 to find out the previous revision, in both cases. Swap the
3924 variables `to' and `fr', so that `fr' usually refers to the
3925 earlier revision (Bug#14989).
3926
5002a754
KRC
39272013-07-31 Kan-Ru Chen <kanru@kanru.info>
3928
3929 * ibuf-ext.el (ibuffer-filter-by-filename):
3930 Make it work with dired buffers too.
3931
44e18199 39322013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
3933
3934 * emacs-lisp/re-builder.el (reb-color-display-p):
3935 * files.el (save-buffers-kill-terminal):
3936 * net/browse-url.el (browse-url):
3937 * server.el (server-save-buffers-kill-terminal):
3938 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3939 Prefer nil to selected-frame for the first arg of frame-parameter.
3940
aeca3fbb
XF
39412013-07-31 Xue Fuqiao <xfq.free@gmail.com>
3942
3943 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3944
158bc55c
SB
39452013-07-30 Stephen Berman <stephen.berman@gmx.net>
3946
3947 * minibuffer.el (completion--twq-all): Try and preserve each
3948 completion's case choice (bug#14907).
3949
d50fceab
LMI
39502013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3951
ac38e731
LMI
3952 * net/network-stream.el (open-network-stream): Mention the new
3953 :nogreeting parameter.
3954 (network-stream-open-starttls): Use the :nogreeting parameter
3955 (bug#14938).
3956
1211de50
LMI
3957 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3958
997798bf
LMI
3959 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3960 more natural than popping.
3961
d50fceab 3962 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 3963 (shr-urlify): Highlight under mouse.
d50fceab 3964
5c09de04
XF
39652013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3966
207d1d04
XF
3967 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3968
3969 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3970
5c09de04
XF
3971 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
3972 buffer for output.
3973
3cd51eaa
XF
3974 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
3975 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 3976
44e18199 3977 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 3978 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
3979
3980 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3981
3982 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
3983 buffer for output.
3984
35a89bdd
EZ
39852013-07-29 Eli Zaretskii <eliz@gnu.org>
3986
3987 * frame.el (frame-notice-user-settings): Avoid inflooping when the
3988 initial frame is minibuffer-less. (Bug#14841)
3989
78822e94
MA
39902013-07-29 Michael Albinus <michael.albinus@gmx.de>
3991
3992 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3993 option.
3994
3995 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3996 (tramp-maybe-open-connection): Use it.
3997
9503c190
JB
39982013-07-28 Juanma Barranquero <lekktu@gmail.com>
3999
4000 * desktop.el (desktop--make-frame): Include `minibuffer' in the
4001 minimal set of parameters passed when creating a frame, because
4002 the minibuffer status of a frame cannot be changed later.
4003
d5a845b4
SB
40042013-07-28 Stephen Berman <stephen.berman@gmx.net>
4005
4006 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4007 replace-regexp-in-string and inadvertent omissions in previous change.
4008 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 4009 name of filtered items buffer.
d5a845b4 4010
ddeffb17
JB
40112013-07-28 Juanma Barranquero <lekktu@gmail.com>
4012
4013 * desktop.el: Optionally force offscreen frames back onscreen.
4014 (desktop-restoring-reuses-frames): New option.
4015 (desktop--compute-pos, desktop--move-onscreen): New functions.
4016 (desktop--make-frame): Use desktop--move-onscreen.
4017
f5950f7a
AM
40182013-07-27 Alan Mackenzie <acm@muc.de>
4019
4020 Fontify a Java generic method as a function.
4021 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4022 value to t.
4023
ae43b66a
SB
40242013-07-27 Stephen Berman <stephen.berman@gmx.net>
4025
4026 * calendar/todo-mode.el: Add command to rename todo files.
4027 (todo-rename-file): New command.
4028 (todo-key-bindings-t): Add key binding for it. Change the
4029 bindings of todo-filter-regexp-items(-multifile) to use `x'
4030 instead of `r', since the latter is better suited to the new
4031 renaming command.
4032
5ab78d3d
AM
40332013-07-27 Alan Mackenzie <acm@muc.de>
4034
4035 Make Java try-with-resources statement parse properly.
4036 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4037 (c-block-stmt-1-2-key): New language constants/variables.
4038 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4039 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4040 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 4041 with c-block-stmt-1-2-key.
5ab78d3d 4042
d85c4d50
JB
40432013-07-27 Juanma Barranquero <lekktu@gmail.com>
4044
4045 * desktop.el (desktop--make-frame): Apply most frame parameters after
4046 creating the frame to force (partially or totally) offscreen frames to
4047 be restored as such.
4048
e4c467f9
XF
40492013-07-26 Xue Fuqiao <xfq.free@gmail.com>
4050
4051 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 4052 (Bug#14948)
e4c467f9 4053
7ced0d04
SM
40542013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4057 `base' arg of backtrace-frame.
4058
fec92060
EZ
40592013-07-26 Eli Zaretskii <eliz@gnu.org>
4060
4061 * simple.el (list-processes): Doc fix.
4062
d58d31fb
JB
40632013-07-26 Juanma Barranquero <lekktu@gmail.com>
4064
4065 * desktop.el (desktop--select-frame):
d85c4d50 4066 Try harder to reuse existing frames.
d58d31fb 4067
53ff3e77
SM
40682013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4071 (edebug-eval): Use backtrace-eval.
4072 (edebug--display, edebug--recursive-edit): Don't let-bind the
4073 edebug-outer-* vars that keep track of variables we locally let-bind.
4074 (edebug-outside-excursion): Don't restore outside values of locally
4075 let-bound vars.
4076 (edebug--display): Use user-error.
4077 (cl-lexical-debug, cl-debug-env): Remove.
4078
045f7a53
JB
40792013-07-26 Juanma Barranquero <lekktu@gmail.com>
4080
4081 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4082 are restored to be sure that they are visible before deleting any
4083 remaining ones.
4084
59070b32
MM
40852013-07-26 Matthias Meulien <orontee@gmail.com>
4086
742a3501
XF
4087 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4088 vc-print-root-log. (Bug#14948)
59070b32 4089
b1fb3596
RS
40902013-07-26 Richard Stallman <rms@gnu.org>
4091
4092 Add aliases for encrypting mail.
4093 * epa.el (epa-mail-aliases): New option.
4094 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4095 Bind inhibit-read-only so read-only text doesn't ruin everything.
4096 (epa-mail-default-recipients): New subroutine broken out.
4097 Handle epa-mail-aliases.
4098
56ea7291
SM
40992013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 Add support for lexical variables to the debugger's `e' command.
4102 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4103 vars, except for debugger-outer-match-data.
4104 (debugger-frame-number): Move check for "on a function call" from
4105 callers into it. Add `skip-base' argument.
4106 (debugger-frame, debugger-frame-clear): Simplify accordingly.
4107 (debugger-env-macro): Only reset the state stored in non-variables,
4108 i.e. current-buffer and match-data.
4109 (debugger-eval-expression): Rewrite using backtrace-eval.
4110 * subr.el (internal--called-interactively-p--get-frame): Remove.
4111 (called-interactively-p):
4112 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4113 `base' arg of backtrace-frame instead.
4114
15ac32d5
GM
41152013-07-26 Glenn Morris <rgm@gnu.org>
4116
8358a09d
GM
4117 * align.el (align-regexp): Doc fix. (Bug#14857)
4118 (align-region): Explicit error if subexpression missing/does not match.
4119
15ac32d5
GM
4120 * simple.el (global-visual-line-mode):
4121 Do not duplicate the mode lighter. (Bug#14858)
4122
f47ad11b
MR
41232013-07-25 Martin Rudalics <rudalics@gmx.at>
4124
4125 * window.el (display-buffer): In display-buffer bind
4126 split-window-keep-point to t, bug#14829.
4127
02530987
JB
41282013-07-25 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4131 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4132 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4133 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4134 Change accordingly.
f63ebeb5
JB
4135 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4136 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 4137
6ccb9cab 41382013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 4139
6ccb9cab 4140 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 4141
cb3a56d2
JB
41422013-07-25 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4145 parameter to modify-frame-parameters if the value has not changed;
4146 this is a workaround for bug#14949.
4147 (desktop--make-frame): On cl-delete-if call, check parameter name,
4148 not full parameter.
4149
7aa7fff0
XF
41502013-07-30 Xue Fuqiao <xfq.free@gmail.com>
4151
4152 * vc/vc.el (vc-ignore): New function.
4153
4154 * vc/vc-svn.el (vc-svn-ignore): New function.
4155
4156 * vc/vc-hg.el (vc-hg-ignore): New function.
4157
4158 * vc/vc-git.el (vc-git-ignore): New function.
4159
4160 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4161 (vc-dir-ignore): New function.
4162
4163 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 4164 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
4165
4166 * vc/vc-bzr.el (vc-bzr-ignore): New function.
4167
4168 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4169
889acc5c
JB
41702013-07-24 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4173 (desktop-restore-frames): Warn when deleting an existing frame failed.
4174
86c40970
GM
41752013-07-24 Glenn Morris <rgm@gnu.org>
4176
4177 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
4178
d5d3c58a
MA
41792013-07-24 Michael Albinus <michael.albinus@gmx.de>
4180
4181 * filenotify.el (file-notify-supported-p):
4182 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4183 Remove functions.
4184
4185 * autorevert.el (auto-revert-use-notify):
4186 (auto-revert-notify-add-watch):
4187 * net/tramp.el (tramp-file-name-for-operation):
4188 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4189 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4190 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4191 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4192 Remove `file-notify-supported-p' entry.
4193
d100084b
GM
41942013-07-24 Glenn Morris <rgm@gnu.org>
4195
4196 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 4197 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 4198
ac93e56b
SM
41992013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4200
249eea30
SM
4201 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
4202 checked with memq (bug#14935).
4203
ac93e56b
SM
4204 * files.el (revert-buffer-function): Use a non-nil default.
4205 (revert-buffer-preserve-modes): Declare var to
4206 provide access to the `preserve-modes' argument.
4207 (revert-buffer): Let-bind it.
4208 (revert-buffer--default): New function, extracted from revert-buffer.
4209
2cdeb903
SM
42102013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * lpr.el: Signal print errors more prominently.
4213 (print-region-function): Don't default to nil.
4214 (lpr-print-region): New function, extracted from print-region-1.
4215 Check lpr's return value and signal an error in case of problem.
4216 (print-region-1): Use it.
4217 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
4218 versions instead.
4219 (ps-printer-name): Default to nil.
4220 (ps-printer-name-option): Default to lpr-printer-switch.
4221 (ps-print-region-function): Don't default to nil.
4222 (ps-postscript-code-directory): Simplify default.
4223 (ps-do-despool): Use lpr-print-region to properly check the outcome.
4224 (ps-string-list, ps-eval-switch, ps-flatten-list)
4225 (ps-flatten-list-1): Remove.
4226 (ps-multibyte-buffer): Avoid setq.
4227 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
4228 (print-region-function, ps-print-region-function): Don't set them here.
4229
73600831
XF
42302013-07-24 Xue Fuqiao <xfq.free@gmail.com>
4231
0e55c076
XF
4232 * ido.el (ido-fractionp):
4233 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
4234 (ido-max-file-prompt-width, ido-unc-hosts-cache)
4235 (ido-max-directory-size, ido-max-dir-file-cache)
4236 (ido-decorations): Doc fix.
4237
73600831
XF
4238 * ansi-color.el: Fix old URL.
4239
3d012865
MM
42402013-07-23 Michael R. Mauger <michael@mauger.com>
4241
e903c210 4242 * progmodes/sql.el: Version 3.3
3d012865
MM
4243 (sql-product-alist): Improve oracle :prompt-cont-regexp.
4244 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
4245 (sql-interactive-remove-continuation-prompt): Rewrite, use
4246 functions above. Fix continuation prompt and complete output line
4247 handling.
4248 (sql-redirect-one, sql-execute): Use `read-only-mode' on
4249 redirected output buffer.
4250 (sql-mode): Restore deleted code (Bug#13591).
4251
da77a2e2
JB
42522013-07-23 Juanma Barranquero <lekktu@gmail.com>
4253
4254 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
4255
80ff0c71
MA
42562013-07-23 Michael Albinus <michael.albinus@gmx.de>
4257
4258 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
4259
4260 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4261 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4262 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
4263
b61d71e4
JB
42642013-07-23 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * desktop.el (desktop-clear): Simplify; remove useless checks
4267 against invalid buffer names.
4268 (desktop-list*): Use cl-list*.
4269 (desktop-buffer-info, desktop-create-buffer): Simplify.
4270
c3512092
LL
42712013-07-23 Leo Liu <sdl.web@gmail.com>
4272
4273 * bookmark.el (bookmark-make-record): Restore NAME as a default
4274 value. (Bug#14933)
4275
0ac26976
SM
42762013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4277
7d22ce18
SM
4278 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4279 extracted from autoload--insert-text.
4280 (autoload--insert-text): Remove.
4281 (autoload--print-cookie-text): New function, extracted from
4282 autoload--insert-cookie-text.
4283 (autoload--insert-cookie-text): Remove.
4284 (autoload-generate-file-autoloads): Adjust calls accordingly.
4285
9b2607e8
SM
4286 * winner.el (winner-hook-installed-p): Remove.
4287 (winner-mode): Simplify accordingly.
4288
c43a8618
SM
4289 * subr.el (add-to-list): Fix compiler-macro when `append' is
4290 not constant. Don't use `cl-member' for the base case.
4291
0ac26976
SM
4292 * progmodes/subword.el: Fix boundary case (bug#13758).
4293 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4294 own group.
4295 (subword-backward-regexp): Make it a constant.
4296 (subword-forward-internal): Don't treat a trailing capital as the
4297 beginning of a word.
4298
6874724a
AR
42992013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4300
4301 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4302 global value of tabulated-list-revert-hook (bug#14930).
4303
70f1b5e8
JB
43042013-07-22 Juanma Barranquero <lekktu@gmail.com>
4305
a1c80d9d
JB
4306 * desktop.el: Require 'cl-lib.
4307 (desktop-before-saving-frames-functions): New hook.
4308 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4309 for frames being saved. Rename from desktop--save-minibuffer-frames.
4310 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
4311 Do not save frames with non-nil `desktop-dont-save' parameter.
4312 Filter out deleted frames.
a1c80d9d
JB
4313 (desktop--find-frame): Use cl-find-if.
4314 (desktop--select-frame): Use cl-(first|second|third) to access values
4315 of desktop-mini.
4316 (desktop--make-frame): Use cl-delete-if.
4317 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4318 (desktop-restore-frames): Use cl-(first|second|third) to access values
4319 of desktop-mini. Look for visible frame at the end, not while
4320 restoring frames.
4321
70f1b5e8
JB
4322 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4323 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4324 Use string-match-p, looking-at-p (bug#14927).
4325
728dc3cc
JB
43262013-07-21 Juanma Barranquero <lekktu@gmail.com>
4327
56bc453c
JB
4328 * desktop.el (desktop-saved-frame-states):
4329 Rename from desktop--saved-states; all users changed.
4330 (desktop-save-frames): Rename from desktop--save-frames.
4331 Do not save state to desktop file.
4332 (desktop-save): Save desktop-saved-frame-states to desktop file
4333 and reset to nil.
4334 (desktop-restoring-frames-p): New function.
4335 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4336 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4337 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4338
728dc3cc
JB
4339 * desktop.el: Correctly restore iconified frames.
4340 (desktop--filter-iconified-position): New function.
4341 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4342
862f1c9c
GM
43432013-07-20 Glenn Morris <rgm@gnu.org>
4344
c4074c9f
GM
4345 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4346 Let `message' do the formatting.
4347 (def-gdb-preempt-display-buffer): Add explicit format.
4348
d828e5f9
GM
4349 * image-dired.el (image-dired-track-original-file):
4350 Use with-current-buffer.
4351 (image-dired-track-thumbnail): Use with-current-buffer.
4352 Avoid changing point of wrong window.
4353
862f1c9c
GM
4354 * image-dired.el (image-dired-track-original-file):
4355 Avoid changing point of wrong window. (Bug#14909)
4356
f0398ec1 43572013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
4358
4359 * progmodes/gdb-mi.el (gdb-done-or-error):
4360 Guard against "%" in gdb output. (Bug#14127)
4361
1451928f
AS
43622013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4363
763a086d
JB
4364 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4365 (Bug#14826)
f7a03897 4366
1451928f
AS
4367 * international/mule.el (coding-system-iso-2022-flags): Fix last
4368 change.
4369
99107004
KH
43702013-07-20 Kenichi Handa <handa@gnu.org>
4371
763a086d
JB
4372 * international/mule.el (coding-system-iso-2022-flags):
4373 Add `8-bit-level-4'. (Bug#8522)
99107004 4374
48494e06
LMI
43752013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4376
8ba8eec5
LMI
4377 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4378 (bug#14815).
4379
dfbc66e3
LMI
4380 * net/eww.el (eww-process-text-input): Allow inputting when the
4381 point is at the start of the line, as the properties aren't
4382 front-sticky.
4383
48494e06
LMI
4384 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4385 degenerate widths.
4386
77c92cb9
RS
43872013-07-19 Richard Stallman <rms@gnu.org>
4388
aec7da77
RS
4389 * epa.el (epa-popup-info-window): Doc fix.
4390
77c92cb9
RS
4391 * subr.el (split-string): New arg TRIM.
4392
945c5bb1
JB
43932013-07-18 Juanma Barranquero <lekktu@gmail.com>
4394
4395 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4396 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4397
e06ec67f
MA
43982013-07-18 Michael Albinus <michael.albinus@gmx.de>
4399
c7064f05 4400 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
4401 `file-notify-support'. Do not autoload. Adapt all uses.
4402 (file-notify-supported-p): New defun.
4403
c7064f05
JB
4404 * autorevert.el (auto-revert-use-notify):
4405 Use `file-notify-supported-p' instead of `file-notify-support'.
4406 Adapt docstring.
e06ec67f
MA
4407 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4408
4409 * net/tramp.el (tramp-file-name-for-operation):
4410 Add `file-notify-supported-p'.
4411
4412 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4413 New defun.
4414 (tramp-sh-file-name-handler-alist): Add it as handler for
4415 `file-notify-supported-p '.
4416
4417 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4418 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4419 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4420 Add `ignore' as handler for `file-notify-*' functions.
4421
5dc8a629
EZ
44222013-07-17 Eli Zaretskii <eliz@gnu.org>
4423
4424 * simple.el (line-move-partial, line-move): Don't start vscroll or
4425 scroll-up if the current line is not taller than the window.
4426 (Bug#14881)
4427
77aea2fb
DG
44282013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4429
4430 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4431 highlight question marks in the method names as strings.
ac72c08d
DG
4432 (ruby-block-beg-keywords): Inline.
4433 (ruby-font-lock-keyword-beg-re): Extract from
4434 `ruby-font-lock-keywords'.
77aea2fb 4435
18c26d81
JD
44362013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4437
4438 * frame.el (blink-cursor-blinks): New defcustom.
4439 (blink-cursor-blinks-done): New defvar.
4440 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4441 (blink-cursor-timer-function): Check if number of blinks has been
4442 done on X and NS.
4443 (blink-cursor-suspend, blink-cursor-check): New defuns.
4444
da48522e
GM
44452013-07-15 Glenn Morris <rgm@gnu.org>
4446
4447 * edmacro.el (edmacro-format-keys): Fix previous change.
4448
0463c1ef
PE
44492013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4450
4451 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4452 The hack didn't work outside English locales anyway.
4453
b43f6451
JB
44542013-07-15 Juanma Barranquero <lekktu@gmail.com>
4455
4456 * simple.el (define-alternatives): Rename from alternatives-define,
4457 per RMS' suggestion.
4458
b958c0ad
JB
44592013-07-14 Juanma Barranquero <lekktu@gmail.com>
4460
4461 * desktop.el (desktop-restore-frames): Change default to t.
4462 (desktop-restore-in-current-display): Now offer more options.
4463 (desktop-restoring-reuses-frames): New customization option.
4464 (desktop--saved-states): Doc fix.
4465 (desktop-filter-parameters-alist): New variable, renamed and expanded
4466 from desktop--excluded-frame-parameters.
4467 (desktop--target-display): New variable.
4468 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4469 (desktop--filter-tty*, desktop--filter-*-color)
4470 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4471 (desktop--filter-save-desktop-parm)
4472 (desktop-restore-in-original-display-p): New functions.
4473 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4474 (desktop--save-minibuffer-frames): New function, inspired by a similar
4475 function from Martin Rudalics.
4476 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4477 (desktop--restore-in-this-display-p): Remove.
4478 (desktop--find-frame): Rename from desktop--find-frame-in-display
4479 and add predicate argument.
4480 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4481 (desktop--reuse-list): New variable.
4482 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4483 New functions.
4484 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4485
f6dd8b36
MA
44862013-07-14 Michael Albinus <michael.albinus@gmx.de>
4487
4488 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4489
2ce3c565
DG
44902013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4491
763a086d
JB
4492 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4493 Highlight conversion methods on Kernel.
2ce3c565 4494
2cdb7698
AM
44952013-07-13 Alan Mackenzie <acm@muc.de>
4496
4497 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4498 and comment it out. This out-commenting enables certain C++
4499 declarations to be parsed correctly.
4500
1a67b811
EZ
45012013-07-13 Eli Zaretskii <eliz@gnu.org>
4502
1b796d6b
EZ
4503 * international/mule.el (define-coding-system): Doc fix.
4504
1a67b811
EZ
4505 * simple.el (default-font-height): Don't call font-info if the
4506 frame's default font didn't change since the frame was created.
4507 (Bug#14838)
4508
58fbe886
LL
45092013-07-13 Leo Liu <sdl.web@gmail.com>
4510
4511 * ido.el (ido-read-file-name): Guard against non-symbol value.
4512
1f0480d4
FEG
45132013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4514
4515 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4516 in nested defuns.
4517
97ead0e5
LL
45182013-07-13 Leo Liu <sdl.web@gmail.com>
4519
4520 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4521 ido-set-matches call. (Bug#6852)
4522
0880a952
DG
45232013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4524
4525 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4526 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4527 Ruby 2.0.
4528 (ruby-font-lock-keywords): Distinguish calls to functions with
4529 module-like names from module references. Highlight character
4530 literals.
4531
a7d8babb
SDJ
45322013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4533
4534 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 4535 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 4536
acfcc8c5
JB
45372013-07-12 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * desktop.el (desktop--v2s): Remove unused local variable.
4540 (desktop-save-buffer): Make defvar-local; adjust docstring.
4541 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4542 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4543
051f2775
AS
45442013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4545
4546 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4547
f24e7572
GM
45482013-07-12 Eli Zaretskii <eliz@gnu.org>
4549
4550 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4551 (Bug#14842)
4552
539a920c
GM
45532013-07-12 Glenn Morris <rgm@gnu.org>
4554
4555 * doc-view.el: Require cl-lib at runtime too.
4556 (doc-view-remove-if): Remove.
4557 (doc-view-search-next-match, doc-view-search-previous-match):
4558 Use cl-remove-if.
4559
4560 * edmacro.el: Require cl-lib at runtime too.
4561 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4562 (edmacro-mismatch, edmacro-subseq): Remove.
4563
4564 * shadowfile.el: Require cl-lib.
4565 (shadow-remove-if): Remove.
4566 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4567 Use cl-remove-if.
4568
4569 * wid-edit.el: Require cl-lib.
4570 (widget-choose): Use cl-remove-if.
4571 (widget-remove-if): Remove.
4572
4573 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4574 (ebrowse-delete-if-not): Remove.
4575 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4576 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4577 Use cl-delete-if-not.
4578
1048af7c
JB
45792013-07-12 Juanma Barranquero <lekktu@gmail.com>
4580
4581 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4582 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4583
6c0674ee
LL
45842013-07-12 Leo Liu <sdl.web@gmail.com>
4585
4586 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4587
a19b3c2d
GM
45882013-07-11 Glenn Morris <rgm@gnu.org>
4589
4582a01c
GM
4590 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4591 (edebug-gensym-index, edebug-gensym):
4592 Remove reimplementation of cl-gensym.
4593 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4594
4595 * thumbs.el: Require cl-lib at run-time too.
4596 (thumbs-gensym-counter, thumbs-gensym):
4597 Remove reimplementation of cl-gensym.
4598 (thumbs-temp-file): Use cl-gensym.
4599
a19b3c2d
GM
4600 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4601 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4602 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4603 (ert--union, ert--gensym-counter, ert--gensym-counter)
4604 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4605 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4606 (ert-make-test-unbound, ert--expand-should-1)
4607 (ert--expand-should, ert--should-error-handle-error)
4608 (should-error, ert--explain-equal-rec)
4609 (ert--plist-difference-explanation, ert-select-tests)
4610 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4611 Use cl-lib functions rather than reimplementations.
4612
88f6a933
MA
46132013-07-11 Michael Albinus <michael.albinus@gmx.de>
4614
4615 * net/tramp.el (tramp-methods): Extend docstring.
4616 (tramp-connection-timeout): New defcustom.
4617 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4618 (with-tramp-progress-reporter): Simplify.
4619 (tramp-process-actions): Improve messages.
4620
4621 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4622 * net/tramp-sh.el (tramp-maybe-open-connection):
4623 Use `tramp-connection-timeout'.
4624 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4625 (Bug#14808)
4626
a43d577e
LL
46272013-07-11 Leo Liu <sdl.web@gmail.com>
4628
4629 * ido.el (ido-read-file-name): Conform to the requirements of
4630 read-file-name. (Bug#11861)
4631 (ido-read-directory-name): Conform to the requirements of
4632 read-directory-name.
4633
d77974bf
JB
46342013-07-11 Juanma Barranquero <lekktu@gmail.com>
4635
4636 * subr.el (delay-warning): New function.
4637
35cb8a3e
EZ
46382013-07-10 Eli Zaretskii <eliz@gnu.org>
4639
4640 * simple.el (default-line-height): New function.
4641 (line-move-partial, line-move): Use it instead of computing the
4642 line height inline.
4643 (line-move-partial): Always compute ROWH. If the last line is
4644 partially-visible, but its text is completely visible, allow
4645 cursor to enter such a partially-visible line.
4646
525c5c77
MA
46472013-07-10 Michael Albinus <michael.albinus@gmx.de>
4648
4649 Improve error messages. (Bug#14808)
4650
4651 * net/tramp.el (tramp-current-connection): New defvar, moved from
4652 tramp-sh.el.
0ac26976 4653 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 4654 needed anymore.
0ac26976
SM
4655 (tramp-error-with-buffer): Show message in minibuffer.
4656 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
4657 (with-tramp-progress-reporter): Improve messages.
4658 (tramp-process-actions): Use progress reporter. Delete process in
4659 case of error. Improve messages.
4660
763a086d
JB
4661 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4662 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 4663 (tramp-current-connection): Remove.
525c5c77
MA
4664 (tramp-maybe-open-connection): The car of
4665 `tramp-current-connection' are the first 3 slots of the vector.
4666
c7a4d368
TZ
46672013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4668
4669 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4670 inside continued strings.
4671
954b166e
PE
46722013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4673
4674 Timestamp fixes for undo (Bug#14824).
4675 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4676
56973319
LL
46772013-07-10 Leo Liu <sdl.web@gmail.com>
4678
4679 * files.el (require-final-newline): Allow safe local value.
4680 (Bug#14834)
4681
5550a72c
LL
46822013-07-09 Leo Liu <sdl.web@gmail.com>
4683
4684 * ido.el (ido-read-directory-name): Handle fallback.
4685 (ido-read-file-name): Update DIR to ido-current-directory.
4686 (Bug#1516)
c28b9050 4687 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 4688
70c46b28
DG
46892013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4690
4691 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4692 "autoload". Remove "warn lower camel case" section, previously
4693 commented out. Highlight negation char. Do not highlight the
4694 target in singleton method definitions.
4695
0b64b838
SM
46962013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4697
7fd72e2c
SM
4698 * faces.el (tty-setup-hook): Declare the hook.
4699
0b64b838
SM
4700 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4701 and detect when a guard/pred depends on local vars (bug#14773).
4702 (pcase--u1): Adjust caller.
4703
ab49d60b
EZ
47042013-07-08 Eli Zaretskii <eliz@gnu.org>
4705
4706 * simple.el (line-move-partial, line-move): Account for
4707 line-spacing.
701d79aa
EZ
4708 (line-move-partial): Avoid setting vscroll when the last
4709 partially-visible line in window is of default height.
ab49d60b 4710
2d756ae0
LMI
47112013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
4713 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4714 been used a while.
4715
ed095bd7
JB
47162013-07-07 Juanma Barranquero <lekktu@gmail.com>
4717
4718 * subr.el (read-quoted-char): Remove unused local variable `char'.
4719
f1e6674b
MK
47202013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4721
584ee3fc
GM
4722 * ediff.el (ediff-version): Version update.
4723 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4724 (ediff-merge-with-ancestor-command, ediff-directories-command)
4725 (ediff-directories3-command, ediff-merge-directories-command)
4726 (ediff-merge-directories-with-ancestor-command): New functions.
4727 All are command-line interfaces to ediff: to facilitate calling
4728 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
4729
4730 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4731 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 4732
584ee3fc
GM
4733 * viper.el (viper-version): Version update.
4734 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 4735
584ee3fc
GM
47362013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4739 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4740 (viper-intercept-ESC-key): Simplify.
4741 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4742 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4743 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4744 (viper-setup-ESC-to-escape): New functions.
4745 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4746 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 4747
9aff9b38
EZ
47482013-07-07 Eli Zaretskii <eliz@gnu.org>
4749
5165d44a
JB
4750 * simple.el (default-font-height, window-screen-lines):
4751 New functions.
9aff9b38
EZ
4752 (line-move, line-move-partial): Use them instead of
4753 frame-char-height and window-text-height. This makes scrolling
4754 text smoother when the buffer's default face uses a font that is
4755 different from the frame's default font.
4756
1afb1d07
JD
47572013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4758
4759 * files.el (write-file): Do not display confirm dialog for NS,
4760 it does its own dialog, which can't be cancelled (Bug#14578).
4761
23de972a
EZ
47622013-07-06 Eli Zaretskii <eliz@gnu.org>
4763
4764 * simple.el (line-move-partial): Adjust the row returned by
4765 posn-at-point for the current window-vscroll. (Bug#14567)
4766
54a42486
MA
47672013-07-06 Michael Albinus <michael.albinus@gmx.de>
4768
4769 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4770 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4771 spaces.
4772
34ada5f4
MR
47732013-07-06 Martin Rudalics <rudalics@gmx.at>
4774
4775 * window.el (window-state-put-stale-windows): New variable.
4776 (window--state-put-2): Save list of windows without matching buffer.
4777 (window-state-put): Remove "bufferless" windows if possible.
4778
11e03d89
JB
47792013-07-06 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * simple.el (alternatives-define): Remove leftover :group keyword.
4782 Tweak docstring.
4783
3504a4be
LL
47842013-07-06 Leo Liu <sdl.web@gmail.com>
4785
4786 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4787 (ido-enable-virtual-buffers): New variable.
4788 (ido-buffer-internal, ido-toggle-virtual-buffers)
4789 (ido-make-buffer-list): Use it.
4790 (ido-exhibit): Support turning on and off virtual buffers
4791 automatically.
4792
61e56e2c
JB
47932013-07-06 Juanma Barranquero <lekktu@gmail.com>
4794
4795 * simple.el (alternatives-define): New macro.
4796
321e1a9c
SM
47972013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * subr.el (read-quoted-char): Use read-key.
4800 (sit-for): Let read-event decode tty input (bug#14782).
4801
d610f6dd
SB
48022013-07-05 Stephen Berman <stephen.berman@gmx.net>
4803
4804 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
4805 mode command and externally. Fix various related bugs.
4806 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
4807 (todo-delete-file): New command.
4808 (todo-check-file): New function.
4809 (todo-show): Handle external deletion of the file we're trying to
4810 show (bug#14688). Replace called-interactively-p by an optional
4811 prefix argument to avoid problematic interaction with catch form
4812 when byte compiled (bug#14702).
4813 (todo-quit): Handle external deletion of the archive's todo file.
4814 Make sure the buffer that was visiting the archive file is still
4815 live before trying to bury it.
4816 (todo-category-completions): Handle external deletion of any
4817 category completion files.
4818 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4819 of todo files, in case of external deletion.
4820 (todo-add-file): Replace unnecessary setq by let-binding.
4821 (todo-find-archive): Check whether there are any archives.
4822 Replace unnecessary setq by let-binding.
4823 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
4824 archive buffer whether or not the archive already exists.
4825 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
4826 check if the archive is new; if it is, update list of archives.
4827 (todo-default-todo-file): Allow nil to be a valid value for when
4828 there are no todo files.
4829 (todo-reevaluate-default-file-defcustom): Use corrected definition
4830 of todo-default-todo-file.
4831 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4832 (todo-delete-category, todo-show-categories-table)
4833 (todo-category-number): Clarify comment.
4834 (todo-filter-items): Clarify documentation string.
4835 (todo-show-current-file, todo-display-as-todo-file)
4836 (todo-reset-and-enable-done-separator): Tweak documentation string.
4837 (todo-done-separator): Make separator length window-width, since
4838 bug#2749 is now fixed.
4839
ddbdfd6f
MA
48402013-07-05 Michael Albinus <michael.albinus@gmx.de>
4841
321e1a9c
SM
4842 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4843 Support both "gvfs-monitor-dir" and "inotifywait".
4844 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
4845 `tramp-sh-file-notify-process-filter'.
4846 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4847 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4848
96eb829a
LL
48492013-07-05 Leo Liu <sdl.web@gmail.com>
4850
4851 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4852
cf13177e
YM
48532013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4854
4855 * frame.el (display-pixel-height, display-pixel-width)
4856 (display-mm-height, display-mm-width): Mention behavior on
4857 multi-monitor setups in docstrings.
4858 (w32-display-monitor-attributes-list): Declare function.
4859 (display-monitor-attributes-list): Use it.
4860
864c58ca
MA
48612013-07-04 Michael Albinus <michael.albinus@gmx.de>
4862
4863 * filenotify.el: New package.
4864
4865 * autorevert.el (top): Require filenotify.el.
4866 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
4867 instead.
4868 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4869 (auto-revert-notify-handler): Use `file-notify-*' functions.
4870
4871 * subr.el (file-notify-handle-event): Move function to filenotify.el.
4872
321e1a9c
SM
4873 * net/tramp.el (tramp-file-name-for-operation):
4874 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
4875
4876 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4877 for `file-notify-add-watch' and `file-notify-rm-watch'.
4878 (tramp-process-sentinel): Improve trace.
4879 (tramp-sh-handle-file-notify-add-watch)
4880 (tramp-sh-file-notify-process-filter)
4881 (tramp-sh-handle-file-notify-rm-watch)
4882 (tramp-get-remote-inotifywait): New defuns.
4883
96673afe
JL
48842013-07-03 Juri Linkov <juri@jurta.org>
4885
4886 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4887 call of `occur-read-primary-args' to interactive spec.
4888
4889 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4890 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
4891
924494f4
MM
48922013-07-03 Matthias Meulien <orontee@gmail.com>
4893
4894 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4895 `Buffer-menu-multi-occur'. Add it to the menu.
4896 (Buffer-menu-mode): Document it in docstring.
4897 (Buffer-menu-multi-occur): New command. (Bug#14673)
4898
56f75efc
DG
48992013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4900
4901 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4902 keywords and built-ins.
4903
9b057d61
GM
49042013-07-03 Glenn Morris <rgm@gnu.org>
4905
208dee4d
GM
4906 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
4907
9b057d61
GM
4908 Make info-xref checks case-sensitive by default
4909 * info.el (Info-find-node, Info-find-in-tag-table)
4910 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4911 Add option for exact case matching of nodes.
4912 * info-xref.el (info-xref): New custom group.
4913 (info-xref-case-fold): New option.
4914 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4915
e01aa29c
LL
49162013-07-03 Leo Liu <sdl.web@gmail.com>
4917
4918 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4919
3086ca2e
DG
49202013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4921
4922 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4923 middle of block statement initially, lower the depth. Remove
4924 FIXME comment, not longer valid. Remove middle of block statement
4925 detection, no need to do that anymore since we've been using
4926 `ruby-parse-region' here.
4927
a3b49114
JD
49282013-07-02 Jan Djärv <jan.h.d@swipnet.se>
4929
4930 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4931
08e5c823 49322013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
4933
4934 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4935
2addf922
JB
49362013-07-01 Juanma Barranquero <lekktu@gmail.com>
4937
4938 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4939 (desktop-restore-in-current-display): New customization option.
4940 (desktop--excluded-frame-parameters): Add `font'.
4941 (desktop--save-frames): Rename from desktop--save-windows.
4942 (desktop--restore-in-this-display-p): New function.
4943 (desktop--make-full-frame): Remove unwanted width/height from
4944 full(width|height) frames.
4945 (desktop--restore-frames): Rename from desktop--restore-windows.
4946 Obey desktop-restore-current-display. Do not delete old frames or
4947 select a new frame unless we were able to restore at least one frame.
4948
ef099a94
MN
49492013-06-30 Michal Nazarewicz <mina86@mina86.com>
4950
4951 * files.el (find-file-noselect): Simplify conditional expression.
4952
4953 * remember.el (remember-append-to-file):
4954 Don't mix `find-buffer-visiting' and `get-file-buffer'.
4955
4956 Add `remember-notes' function to store random notes across Emacs
4957 restarts.
4958 * remember.el (remember-data-file): Add :set callback to affect
4959 notes buffer (if any).
4960 (remember-notes): New command.
4961 (remember-notes-buffer-name, bury-remember-notes-on-kill):
4962 New defcustoms for the `remember-notes' function.
4963 (remember-notes-save-and-bury-buffer): New command.
4964 (remember-notes-mode-map): New variable.
4965 (remember-mode): New minor mode.
4966 (remember-notes--kill-buffer-query): New function.
4967 * startup.el (initial-buffer-choice): Add notes to custom type.
4968
0865d506
EZ
49692013-06-30 Eli Zaretskii <eliz@gnu.org>
4970
0ba54312
EZ
4971 * bindings.el (right-char, left-char): Don't call sit-for, this is
4972 no longer needed. Use arithmetic comparison only for numerical
4973 arguments.
4974
ef099a94
MN
4975 * international/mule-cmds.el (select-safe-coding-system):
4976 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 4977
2fae38e5
LMI
49782013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4979
4980 * net/shr.el (shr-make-table-1): Add a sanity check that allows
4981 progression on degenerate tables.
ef099a94 4982 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 4983
a47cbd64
JB
49842013-06-30 Juanma Barranquero <lekktu@gmail.com>
4985
4986 Some fixes and improvements for desktop frame restoration.
4987 It is still experimental and disabled by default.
4988 * desktop.el (desktop--save-windows): Put the selected frame at
4989 the head of the list.
4990 (desktop--make-full-frame): New function.
4991 (desktop--restore-windows): Try to re-select the frame that was
4992 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
4993 just show an error message and continue. Set up maximized frames
4994 so they have default non-maximized dimensions.
a47cbd64 4995
6dbafa30
DG
49962013-06-30 Dmitry Gutov <dgutov@yandex.ru>
4997
ef099a94
MN
4998 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4999 Don't start heredoc inside a string or comment.
6dbafa30 5000
4c672a0f
EZ
50012013-06-29 Eli Zaretskii <eliz@gnu.org>
5002
5003 * bindings.el (visual-order-cursor-movement): New defcustom.
5004 (right-char, left-char): Provide visual-order cursor motion by
5005 calling move-point-visually. Update the doc strings.
5006
50960f36
KH
50072013-06-28 Kenichi Handa <handa@gnu.org>
5008
5009 * international/mule.el (define-coding-system): New coding system
5010 properties :inhibit-null-byte-detection,
5011 :inhibit-iso-escape-detection, and :prefer-utf-8.
5012 (set-buffer-file-coding-system): If :charset-list property of
5013 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5014 appropriate for setting.
5015
c1ea3abf
JB
5016 * international/mule-cmds.el (select-safe-coding-system):
5017 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5018 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
5019
5020 * international/mule-conf.el (prefer-utf-8): New coding system.
5021 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5022 files.
5023
75dbaf9d
IK
50242013-06-28 Ivan Kanis <ivan@kanis.fr>
5025
eadb6068
IK
5026 * net/shr.el (shr-render-region): New function.
5027
75dbaf9d
IK
5028 * net/eww.el: Autoload `eww-browse-url'.
5029
9ea5cf9f
DG
50302013-06-27 Dmitry Gutov <dgutov@yandex.ru>
5031
c1ea3abf
JB
5032 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5033 Adapt to `package-desc-version' being a list.
5034 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
5035 archive element.
5036
39c0e36f
JB
50372013-06-27 Juanma Barranquero <lekktu@gmail.com>
5038
5039 New experimental feature to save&restore window and frame setup.
5040 * desktop.el (desktop-save-windows): New defcustom.
5041 (desktop--saved-states): New var.
5042 (desktop--excluded-frame-parameters): New defconst.
5043 (desktop--filter-frame-parms, desktop--find-frame-in-display)
5044 (desktop--restore-windows, desktop--save-windows): New functions.
5045 (desktop-save): Call `desktop--save-windows'.
5046 (desktop-read): Call `desktop--restore-windows'.
5047
7f13406b
LMI
50482013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5049
ef099a94 5050 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 5051
1e072639
SB
50522013-06-27 Stephen Berman <stephen.berman@gmx.net>
5053
5054 * info.el (Info-try-follow-nearest-node): Move search for footnote
5055 above search for node name to prevent missing a footnote (bug#14717).
5056
f3e2cbde
SB
50572013-06-27 Stephen Berman <stephen.berman@gmx.net>
5058
5059 * obsolete/otodo-mode.el: Add obsolescence info to file header.
5060
99906aa0
LL
50612013-06-27 Leo Liu <sdl.web@gmail.com>
5062
5063 * net/eww.el (eww-read-bookmarks): Check file size.
5064
539f75f4
SM
50652013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5068 advice--pending if newdef is nil or an autoload (bug#13820).
5069 (advice-mapc): New function.
5070
843571cb
LMI
50712013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5072
5073 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5074 probably.
23a75d7f 5075 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
5076 (eww-add-bookmark): New command.
5077 (eww-bookmark-mode): New mode and commands.
a285ce99 5078 (eww-add-bookmark): Remove newlines from the title.
47fd571b 5079 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 5080
f2136e1e
GM
50812013-06-26 Glenn Morris <rgm@gnu.org>
5082
eab35f39
GM
5083 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5084 (hfy-size): Handle ttys. (Bug#14668)
5085
f2136e1e
GM
5086 * info-xref.el: Update for Texinfo 5 change in *note format.
5087 (info-xref-node-re, info-xref-note-re): New constants.
5088 (info-xref-check-buffer): Use info-xref-note-re.
5089
a49ff80c
SM
50902013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5091
a343d218
SM
5092 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5093
a49ff80c
SM
5094 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5095 nil terminate the loop (bug#14718).
5096
8308f184
LMI
50972013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5098
5099 * net/eww.el: Rework history traversal. When going forward/back,
5100 put these actions into the history, too, so that they can be
5101 replayed.
26bf2b82 5102 (eww-render): Move the history reset to the correct buffer.
8308f184 5103
ec64c273
JL
51042013-06-25 Juri Linkov <juri@jurta.org>
5105
5106 * files-x.el (modify-dir-local-variable): Change the header comment
5107 in the file with directory local variables. (Bug#14692)
5108
e080a9d7
JL
5109 * files-x.el (read-file-local-variable-value): Add `default'.
5110 (Bug#14710)
5111
bfbc93a1
IK
51122013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5113
5114 * net/eww.el (eww-make-unique-file-name): Create a unique file
5115 name before saving to entering `y' accidentally asynchronously.
5116
51172013-06-25 Ivan Kanis <ivan@kanis.fr>
5118
5119 * net/eww.el (eww-download): New command and keystroke.
5120
16f74f10
LMI
51212013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
a49ff80c 5123 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
5124
5125 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5126 be more consistent with Info and dired.
5127
5128 * net/eww.el (eww-mode-map): Ditto.
5129
12059709
SM
51302013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
5133 packages from archives.
5134 (package-archive-contents): Change format; include obsolete packages.
5135 (package-desc): Use `dir' to mark builtin packages.
5136 (package--from-builtin): Set the `dir' field to `builtin'.
5137 (generated-autoload-file, version-control): Declare.
5138 (package-compute-transaction): Change first arg and return value to be
5139 lists of package-descs. Adjust to new package-archive-contents format.
5140 (package--add-to-archive-contents): Adjust to new
5141 package-archive-contents format.
5142 (package-download-transaction): Arg is now a list of package-descs.
5143 (package-install): If `pkg' is a package name, pass it as
5144 a requirement, so it is subject to the usual (e.g. disabled) checks.
5145 (describe-package): Accept package-desc as well.
5146 (describe-package-1): Describe a specific package-desc. Add links to
5147 other package-descs for the same package name.
5148 (package-menu-describe-package): Pass the actual package-desc.
5149 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5150 works correctly.
5151 (package-desc-status): New function.
5152 (package-menu--refresh): New function, extracted
5153 from package-menu--generate.
5154 (package-menu--generate): Use it.
5155 (package-delete): Update package-alist.
5156 (package-menu-execute): Don't call package-initialize.
5157
5158 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5159 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5160 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5161 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5162 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5163 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5164
8bbdea0f
MR
51652013-06-25 Martin Rudalics <rudalics@gmx.at>
5166
5167 * window.el (window--state-get-1): Workaround for bug#14527.
5168 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5169
e82b0991
LMI
51702013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5171
5172 * net/eww.el (eww-back-url): Implement the history by stashing all
5173 the data into a list.
d3f0f918 5174 (eww-forward-url): Allow going forward in the history, too.
e82b0991 5175
c763842b
SM
51762013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
5179 for values and use read--expression for expressions (bug#14710).
5180 (read-file-local-variable): Avoid setq.
5181 (read-file-local-variable-mode): Use minor-mode-list.
5182
bceff189
RW
51832013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5184
864c58ca 5185 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
5186 for DOI URLs.
5187
45f431c6
RW
51882013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5189
864c58ca 5190 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
5191 Update imenu-support when dialect changes.
5192
f42d8237
LL
51932013-06-25 Leo Liu <sdl.web@gmail.com>
5194
5195 * ido.el (ido-read-internal): Allow forward slash on windows.
5196
be549ce6
LMI
51972013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5198
5199 * net/eww.el (eww): Start of strings is \\`, not ^.
5200
71d4c19d
IK
52012013-06-24 Ivan Kanis <ivan@kanis.fr>
5202
5196f88a
IK
5203 * net/shr.el (shr-browse-url): Fix interactive spec.
5204
71d4c19d
IK
5205 * net/eww.el (eww): Add a trailing slash to domain names.
5206
ae36ca55
JB
52072013-06-24 Juanma Barranquero <lekktu@gmail.com>
5208
5209 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
5210
0ebd92a3
LMI
52112013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5212
bdaa086b
LMI
5213 * net/shr.el (shr-browse-url): Use an external browser if given a
5214 prefix.
5215
c763842b 5216 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 5217
b89fc156
IK
52182013-06-24 Ivan Kanis <ivan@kanis.fr>
5219
5220 * net/eww.el (eww): Work more correctly for file: URLs.
5221 (eww-detect-charset): Allow quoted charsets.
5222 (eww-yank-page-url): New command and keystroke.
5223
18eb4bca
DU
52242013-06-24 Daiki Ueno <ueno@gnu.org>
5225
5226 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
5227 file name of gpg executable.
5228 (epg-context-program): New function.
5229 (epg-context-home-directory): New function.
5230 (epg-context-set-program): New function.
5231 (epg-context-set-home-directory): New function.
5232 (epg--start): Use `epg-context-program' instead of
5233 'epg-gpg-program'.
5234 (epg--list-keys-1): Likewise.
5235
6c6268c8
LL
52362013-06-24 Leo Liu <sdl.web@gmail.com>
5237
5238 * ido.el (ido-read-internal): Fix bug#14620.
5239
5e400cb3
JB
52402013-06-23 Juanma Barranquero <lekktu@gmail.com>
5241
5242 * faces.el (face-documentation): Simplify.
5243 (read-face-attribute, tty-find-type, x-resolve-font-name):
5244 Use `string-match-p'.
5245 (list-faces-display): Use `string-match-p'. Simplify.
5246 (face-spec-recalc): Check face to avoid face alias loops.
5247 (read-color): Use `string-match-p' and non-capturing parenthesis.
5248
f3f9606c
LMI
52492013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5250
5251 * net/shr.el (shr-rescale-image): Use the new
5252 :max-width/:max-height functionality.
5253
a3ca09b9
IK
52542013-06-23 Ivan Kanis <ivan@kanis.fr>
5255
5256 * net/eww.el (eww-search-prefix): New variable.
5257 (eww): Use it.
f865b474
IK
5258 (eww-external-browser): New variable.
5259 (eww-mode-map): New keystroke.
5260 (eww-browse-with-external-browser): New command.
a3ca09b9 5261
e854cfc7
IK
5262 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
5263
18bb9e21
JB
52642013-06-23 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5267 Don't skip aligning the next header field when padding is 0;
5268 otherwise, field width is not respected unless the title is as
5269 wide as the field.
5270
5b165ade
SM
52712013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * emacs-lisp/package.el (package-el-version): Remove.
5274 (package-process-define-package): Fix inf-loop.
5275 (package-install): Allow symbols as arguments again.
5276
12adebe9
DG
52772013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5278
5279 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5280 add some more keyword-like methods.
5281 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5282
388573ee
JB
52832013-06-22 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * bs.el (bs-buffer-show-mark): Make defvar-local.
5286 (bs-mode): Use setq-local.
5287
5288 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5289 (emacs-lock--try-unlocking): Make defvar-local.
5290
4582a01c 52912013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 5292
2663dd23
GM
5293 * play/cookie1.el (cookie-apropos): Minor simplification.
5294
3d94f3ad
GM
5295 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5296
f72e2fdb
DG
52972013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5298
5299 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5300 `regexp-opt', it breaks the build during dumping.
5301
73eab938
DG
53022013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5303
c763842b
SM
5304 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5305 Highlight keyword-like methods on Kernel and Module with
73eab938 5306 font-lock-builtin-face.
5cf8176d
DG
5307 (auto-mode-alist): Consolidate different entries into one regexp
5308 and add more *file-s.
73eab938 5309
d26255f6
SB
53102013-06-21 Stephen Berman <stephen.berman@gmx.net>
5311
5312 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5313
5314 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5315 (diary-entry): Use it in the action of this button type instead of
5316 diary-goto-entry.
5317
5318 * calendar/todo-mode.el: New version.
5319 (todo-add-category): Append new category to end of file and give
5320 it the highest number, instead of putting it at the beginning and
5321 giving it 0. Incorporate noninteractive functionality.
5322 (todo-forward-category): Adapt to 1-based category numbering.
5323 Allow skipping over archived categories.
5324 (todo-backward-category): Derive from todo-forward-category.
5325 (todo-backward-item, todo-forward-item): Make noninteractive and
5326 delegate interactive part to new commands. Make sensitive to done items.
5327 (todo-categories): Make value an alist of category names and
5328 vectors of item counts.
5329 (todo-category-beg): Make a defconst.
5330 (todo-category-number): Use 1 instead of 0 as initial value.
5331 (todo-category-select): Make sensitive to overlays, optional item
5332 highlighting and done items.
5333 (todo-delete-item): Make sensitive to overlays and marked and done items.
5334 (todo-edit-item): Make sensitive to overlays and editing of
5335 date/time header optional. Add format checks.
5336 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5337 no-op if point is not on an item. Advertise using todo-edit-quit.
5338 (todo-edit-mode): Make sensitive to new format, font-locking, and
5339 multiple todo files.
5340 (todo-insert-item, todo-insert-item-here): Derive from
5341 todo-basic-insert-item and extend functionality.
5342 (todo-item-end, todo-item-start): Make sensitive to done items.
5343 (todo-item-string): Don't return text properties. Restore point.
5344 (todo-jump-to-category): Make sensitive to multiple todo files and
5345 todo archives. Use extended category completion.
5346 (todo-lower-item, todo-raise-item): Rename to *-priority and
5347 derive from todo-set-item-priority.
5348 (todo-mode): Derive from special-mode. Make sensitive to new
5349 format, font-locking and multiple todo files. Make read-only.
5350 (todo-mode-map): Don't suppress digit keys, so they can supply
5351 prefix arguments. Add many new key bindings.
5352 (todo-prefix): Insert as an overlay instead of file text.
5353 Change semantics from diary date expression to purely visual mark.
5354 (todo-print): Rename to todo-print-buffer. Make buffer display
5355 features printable. Remove option to restrict number of items
5356 printed. Add option to print to file.
5357 (todo-print-function): Rename to todo-print-buffer-function.
5358 (todo-quit): Extend to handle exiting new todo modes.
5359 (todo-remove-item): Make sensitive to overlays.
5360 (todo-save): Extend to buffers of filtered items.
5361 (todo-show): Make sensitive to done items, multiple todo files and
5362 new todo modes. Offer to convert legacy todo file before creating
5363 first new todo file.
5364 (todo-show-priorities): Rename to todo-top-priorities.
5365 Change semantics of value 0.
5366 (todo-top-priorities): Rename to todo-filter-top-priorities,
5367 derive from todo-filter-items and extend functionality.
5368 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5369 and extend functionality to other types of filtered items.
5370 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5371 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5372 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5373 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5374 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5375 (todo-edit-mode-hook, todo-entry-prefix-function)
5376 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5377 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5378 (todo-initials, todo-insert-threshold, todo-item-string-start)
5379 (todo-line-string, todo-menu, todo-mode-hook)
5380 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5381 (todo-print-priorities, todo-remove-separator)
5382 (todo-save-top-priorities-too, todo-string-count-lines)
5383 (todo-string-multiline-p, todo-time-string-format)
5384 (todo-tmp-buffer-name): Remove.
5385 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5386 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5387 (todo-edit-category-diary-inclusion)
5388 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5389 (todo-edit-file, todo-edit-item-date-day)
5390 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5391 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5392 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5393 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5394 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5395 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5396 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5397 (todo-filter-top-priorities-multifile, todo-find-archive)
5398 (todo-find-filtered-items-file, todo-go-to-source-item)
5399 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5400 (todo-jump-to-archive-category, todo-lower-category)
5401 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5402 (todo-move-category, todo-move-item, todo-next-button)
5403 (todo-next-item, todo-padded-string, todo-powerset)
5404 (todo-previous-button, todo-previous-item)
5405 (todo-print-buffer-to-file, todo-raise-category)
5406 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5407 (todo-set-category-number, todo-set-item-priority)
5408 (todo-set-top-priorities-in-category)
5409 (todo-set-top-priorities-in-file, todo-show-categories-table)
5410 (todo-sort-categories-alphabetically-or-numerically)
5411 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5412 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5413 (todo-toggle-item-header, todo-toggle-item-highlighting)
5414 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5415 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5416 (todo-unarchive-items, todo-unmark-category): New commands.
5417 (todo-absolute-file-name, todo-add-to-buffer-list)
5418 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5419 (todo-basic-insert-item, todo-category-completions)
5420 (todo-category-number, todo-category-string-matcher-1)
5421 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5422 (todo-check-format, todo-clear-matches)
5423 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5424 (todo-current-category, todo-date-string-matcher)
5425 (todo-define-insertion-command, todo-diary-expired-matcher)
5426 (todo-diary-goto-entry, todo-diary-item-p)
5427 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5428 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5429 (todo-done-item-section-p, todo-done-separator)
5430 (todo-done-string-matcher, todo-files, todo-filter-items)
5431 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5432 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5433 (todo-insert-category-line, todo-insert-item-from-calendar)
5434 (todo-insert-sort-button, todo-insert-with-overlays)
5435 (todo-insertion-command-name, todo-insertion-key-bindings)
5436 (todo-label-to-key, todo-longest-category-name-length)
5437 (todo-make-categories-list, todo-mode-external-set)
5438 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5439 (todo-modes-set-3, todo-multiple-filter-files)
5440 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5441 (todo-read-category, todo-read-date, todo-read-dayname)
5442 (todo-read-file-name, todo-read-time)
5443 (todo-reevaluate-category-completions-files-defcustom)
5444 (todo-reevaluate-default-file-defcustom)
5445 (todo-reevaluate-filelist-defcustoms)
5446 (todo-reevaluate-filter-files-defcustom)
5447 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5448 (todo-reset-done-separator, todo-reset-done-separator-string)
5449 (todo-reset-done-string, todo-reset-global-current-todo-file)
5450 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5451 (todo-reset-prefix, todo-set-categories)
5452 (todo-set-date-from-calendar, todo-set-show-current-file)
5453 (todo-set-top-priorities, todo-short-file-name)
5454 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5455 (todo-total-item-counts, todo-update-buffer-list)
5456 (todo-update-categories-display, todo-update-categories-sexp)
5457 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5458 New functions.
5459 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5460 New major modes.
5461 (todo-categories, todo-display, todo-edit, todo-faces)
5462 (todo-filtered): New defgroups.
5463 (todo-archived-only, todo-button, todo-category-string, todo-date)
5464 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5465 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5466 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5467 (todo-add-item-if-new-category, todo-always-add-time-string)
5468 (todo-categories-align, todo-categories-archived-label)
5469 (todo-categories-category-label, todo-categories-diary-label)
5470 (todo-categories-done-label, todo-categories-number-separator)
5471 (todo-categories-todo-label, todo-categories-totals-label)
5472 (todo-category-completions-files, todo-completion-ignore-case)
5473 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5474 (todo-done-separator-string, todo-done-string)
5475 (todo-files-function, todo-filter-done-items, todo-filter-files)
5476 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5477 (todo-initial-category, todo-initial-file, todo-item-mark)
5478 (todo-legacy-date-time-regexp, todo-mode-line-function)
5479 (todo-nondiary-marker, todo-number-prefix)
5480 (todo-print-buffer-function, todo-show-current-file)
5481 (todo-show-done-only, todo-show-first, todo-show-with-done)
5482 (todo-skip-archived-categories, todo-top-priorities-overrides)
5483 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5484 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5485 New defcustoms.
5486 (todo-category-done, todo-date-pattern, todo-date-string-start)
5487 (todo-diary-items-buffer, todo-done-string-start)
5488 (todo-filtered-items-buffer, todo-item-start)
5489 (todo-month-abbrev-array, todo-month-name-array)
5490 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5491 (todo-top-priorities-buffer): New defconsts.
5492 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5493 (todo-categories-with-marks, todo-category-string-face)
5494 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5495 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5496 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5497 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5498 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5499 (todo-font-lock-keywords, todo-global-current-todo-file)
5500 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5501 (todo-insertion-commands-args)
5502 (todo-insertion-commands-args-genlist)
5503 (todo-insertion-commands-names, todo-insertion-map)
5504 (todo-key-bindings-t, todo-key-bindings-t+a)
5505 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5506 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5507 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5508 (todo-visited): New variables.
5509
cad5d1cb
GM
55102013-06-21 Glenn Morris <rgm@gnu.org>
5511
5512 * play/cookie1.el (cookie-apropos): Add optional display argument.
5513 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5514 (psychoanalyze-pinhead): Use cookie-doctor.
5515
9e277302
JB
55162013-06-21 Juanma Barranquero <lekktu@gmail.com>
5517
5518 * emacs-lisp/package.el (tar-get-file-descriptor)
5519 (tar--extract): Declare.
5520
c5b0993e
EW
55212013-06-21 Eduard Wiebe <usenet@pusto.de>
5522
5523 Extend flymake's warning predicate to be a function (bug#14217).
5524 * progmodes/flymake.el (flymake-warning-predicate): New.
5525 (flymake-parse-line): Use it.
5526 (flymake-warning-re): Make obsolete alias to
5527 `flymake-warning-predicate'.
5528
a7d2d465
SM
55292013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5532 (package-obsolete-list): Remove.
5533 (package-activate): Remove min-version argument. Add `force' argument.
5534 Adjust to new package-alist format.
5535 (package-mark-obsolete): Remove.
5536 (package-unpack): Force reload of the package's autoloads.
5537 (package-installed-p): Check builtins if the installed package is not
5538 recent enough.
5539 (package-initialize): Don't reset package-obsolete-list.
5540 Don't specify which package version to activate.
5541 (package-process-define-package, describe-package-1)
5542 (package-menu--generate): Adjust to new package-alist format.
5543
cedf5c9d
JB
55442013-06-21 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * allout-widgets.el (allout-widgets-mode-off)
5547 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5548 (allout-widgets-post-command-business)
5549 (allout-widgets-after-copy-or-kill-function)
5550 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5551 (allout-decorate-item-and-context)
5552 (allout-graphics-modification-handler): Fix typos in docstrings.
5553 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5554
5555 * cmuscheme.el (scheme-start-file): Doc fix.
5556 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5557 (scheme-input-filter): Use `string-match-p'.
5558
5559 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5560
5561 * dired-x.el: Use Dired consistently in docstrings.
5562
5563 * dired.el: Use Dired consistently in docstrings.
5564 (dired-readin, dired-mode): Use `setq-local'.
5565 (dired-switches-alist): Make defvar-local.
5566 (dired-buffers-for-dir): Use `zerop'.
5567 (dired-safe-switches-p, dired-switches-escape-p)
5568 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5569 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5570 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5571 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5572 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5573 (dired-toggle-marks, dired-mark-files-containing-regexp)
5574 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5575 (dired-flag-auto-save-files, dired-flag-backup-files):
5576 Use `looking-at-p'.
5577 (dired-mark-files-regexp, dired-build-subdir-alist):
5578 Use `string-match-p', `looking-at-p'.
5579
5580 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5581 (direct-print-region-helper): Use `string-match-p'.
5582
aed838b5
LL
55832013-06-21 Leo Liu <sdl.web@gmail.com>
5584
cedf5c9d
JB
5585 * comint.el (comint-redirect-results-list-from-process):
5586 Fix infinite loop.
aed838b5 5587
d80a808f
LMI
55882013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5589
5590 * net/eww.el (eww-update-header-line-format): Quote % characters.
5591
e7a526e3
GM
55922013-06-21 Glenn Morris <rgm@gnu.org>
5593
5594 * play/cookie1.el (cookie): New custom group.
5595 (cookie-file): New option.
5596 (cookie-check-file): New function.
5597 (cookie): Make it interactive. Make start and end messages optional.
5598 Interactively, display the result. Default to cookie-file.
5599 (cookie-insert): Default to cookie-file.
5600 (cookie-snarf): Make start and end messages optional.
5601 Default to cookie-file. Use with-temp-buffer.
5602 (cookie-read): Rename from read-cookie.
5603 Make start and end messages optional. Default to cookie-file.
5604 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 5605 Do not autoload it.
e7a526e3
GM
5606 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5607 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5608
62efb35e
LL
56092013-06-21 Leo Liu <sdl.web@gmail.com>
5610
5611 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5612
21e3f963
GM
56132013-06-21 Glenn Morris <rgm@gnu.org>
5614
5615 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5616
fd846ab4
SM
56172013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5618 Daniel Hackney <dan@haxney.org>
5619
5620 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5621 Consolidate the single-file vs tarball code.
5622 (package-desc-suffix): New function.
5623 (package-desc-full-name): Don't bother inlining it.
5624 (package-load-descriptor): Return the new package-desc.
5625 (package-mark-obsolete): Remove unused arg `package'.
5626 (package-unpack): Make it work for single files as well.
5627 Make it update package-alist.
5628 (package--make-autoloads-and-stuff): Rename from
5629 package--make-autoloads-and-compile. Don't compile any more.
5630 (package--compile): New function.
5631 (package-generate-description-file): New function, extracted from
5632 package-unpack-single.
5633 (package-unpack-single): Remove.
5634 (package--with-work-buffer): Add indentation and debugging info.
5635 (package-download-single): Remove.
5636 (package-install-from-archive): Rename from package-download-tar, make
5637 it take a pkg-desc, and make it work for single files as well.
5638 (package-download-transaction): Simplify.
5639 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5640 external tar program.
5641 (package-install-from-buffer): Remove `pkg-desc' argument.
5642 Use package-tar-file-info for tar-mode buffers.
5643 (package-install-file): Simplify accordingly.
5644 (package-archive-base): Change to take a pkg-desc.
5645 * tar-mode.el (tar--check-descriptor): New function, extracted from
5646 tar-get-descriptor.
5647 (tar-get-descriptor): Use it.
5648 (tar-get-file-descriptor): New function.
5649 (tar--extract): New function, extracted from tar-extract.
5650 (tar--extract): Use it.
5651 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5652 case the summary uses non-ascii. Adjust to new calling convention of
5653 package-tar-file-info.
5654
b7deae5e
LL
56552013-06-21 Leo Liu <sdl.web@gmail.com>
5656
fd846ab4
SM
5657 * comint.el (comint-redirect-results-list-from-process):
5658 Fix random delay. (Bug#14681)
b7deae5e 5659
7a65a0b2
JB
56602013-06-21 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * profiler.el (profiler-format-number): Use log, not log10.
5663
1493c2af
JB
56642013-06-20 Juanma Barranquero <lekktu@gmail.com>
5665
5666 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5667
aff6371e
SM
56682013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5671 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5672 yet available.
5673 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5674 (AUTOGENEL): ... here.
5675 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5676 (cl--defsubst-expand): Use it.
5677
89561f72
PE
56782013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5679
5680 * subr.el (log10): Move here from C code, and declare as obsolete.
5681 All uses of (log10 X) replaced with (log X 10).
5682
47199123
JB
56832013-06-20 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5686 Declare with `defvar-local'.
5687 (tabulated-list-use-header-line, tabulated-list-entries)
5688 (tabulated-list-padding, tabulated-list-printer)
5689 (tabulated-list-sort-key): Declare with `defvar-local'.
5690 (tabulated-list-init-header, tabulated-list-print-fake-header):
5691 Use `setq-local'.
5692
4a172eab
MA
56932013-06-20 Michael Albinus <michael.albinus@gmx.de>
5694
47199123
JB
5695 * arc-mode.el (archive-mode): Add `archive-write-file' to
5696 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 5697
5fc0acc0
JB
56982013-06-20 Juanma Barranquero <lekktu@gmail.com>
5699
d5b27848
JB
5700 * cus-edit.el (custom-commands): Fix typos.
5701 (custom-display): Fix tooltip text.
5702 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5703 Fix typos in docstrings.
5704 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5705 (custom-unlispify-menu-entry, custom-magic-value-create)
5706 (custom-add-see-also, custom-group-value-create): Use ?\s.
5707 (custom-guess-type, customize-apropos, editable-field)
5708 (custom-face-value-create): Use `string-match-p'.
5709 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5710
5711 * custom.el (custom-load-symbol): Use `string-match-p'.
5712
a5c581d8
JB
5713 * ansi-color.el: Convert to lexical binding.
5714 (ansi-colors): Fix URL.
5715 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5716 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5717 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5718
970ad972
G
57192013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5720
5721 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5722
5723 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5724
57252013-06-19 Tom Tromey <tromey@redhat.com>
5726
5727 * net/eww.el (eww-top-url): Remove.
5728 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5729 (eww-render): Set new variables. Don't set eww-top-url.
5730 (eww-handle-link): Handle "prev", "home", and "contents".
5731 Downcase the rel text.
5732 (eww-top-url): Choose best top URL.
5733
57342013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5735
5736 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5737 relying in widget.el. Using widget.el leads to too many
5738 user interface inconsistencies.
5739 (eww-self-insert): Implement entering commands in text fields.
5740 (eww-process-text-input): New function to make text input field editing
5741 work.
5742 (eww-submit): Rewrite to use the new-style form methods.
5743 (eww-select-display): Display the correct selected item.
5744 (eww-change-select): Implement changing the select value.
5745 (eww-toggle-checkbox): Implement radio/checkboxes.
5746 (eww-update-field): Fix compilation error.
5747 (eww-tag-textarea): Implement <textarea>.
5748
5749 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5750 we don't shadow mode-specific bindings.
5751
5752 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5753 nothing to push.
5754
5755 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5756
4582a01c 57572013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
5758
5759 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5760
15b263dc
MA
57612013-06-19 Michael Albinus <michael.albinus@gmx.de>
5762
5763 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5764 not needed.
5765
5766 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5767
8f5297f7
LMI
57682013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5769
5770 * net/browse-url.el (browse-url-browser-function):
5771 `eww-browse-url' has the right calling signature, `eww' does not.
5772
011c4552
GM
57732013-06-19 Glenn Morris <rgm@gnu.org>
5774
2285bd27
GM
5775 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5776 Only eval autoloaded macros.
5777 (byte-compile-autoload): Only give the macro warning for macros.
5778
1d653303
GM
5779 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5780 (ps-underlined-faces): Declare.
5781
bdd779ec
GM
5782 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5783 (speedbar-add-supported-extension): Declare.
5784
011c4552
GM
5785 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5786 Don't include a date stamp in the header of the generated file;
5787 it leads to needless differences between output files.
5788
e59dfb0e
MA
57892013-06-19 Michael Albinus <michael.albinus@gmx.de>
5790
c763842b
SM
5791 * net/secrets.el (secrets-struct-secret-content-type):
5792 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 5793 Some servers do not offer introspection.
e59dfb0e 5794
102626e2
SM
57952013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * electric.el (electric-pair-mode): Improve interaction with
5798 electric-layout-mode.
5799 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5800 (electric-pair-syntax): Use text-mode-syntax-table in comments
5801 and strings.
5802 (electric-pair--insert): New function.
5803 (electric-pair-post-self-insert-function): Use it and
5804 electric--after-char-pos.
5805
ad528125
LL
58062013-06-19 Leo Liu <sdl.web@gmail.com>
5807
5808 * progmodes/octave.el (octave-help): Fix regexp.
5809
924d6997
G
58102013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5811
5812 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5813 (shr-table-horizontal-line): Allow nil as a value, and change the
5814 default.
5815 (shr-insert-table-ruler): Respect the nil value.
5816
58172013-06-18 Tom Tromey <tromey@barimba>
5818
5819 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5820 New defvars.
5821 (eww-open-file): New defun.
5822 (eww-render): Initialize new variables.
5823 (eww-display-html): Handle "link" and "a".
5824 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5825 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5826 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
5827 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5828 New defuns.
924d6997 5829
d1bbba4f
DG
58302013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5831
5832 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5833 Distinguish ternary operator tokens from slash symbol and slash
5834 char literal.
5835
14dd22d2
JB
58362013-06-18 Juanma Barranquero <lekktu@gmail.com>
5837
5838 Convert symbol prettification into minor mode and global minor mode.
5839
5840 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5841 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5842 (prettify-symbols--keywords): Rename from
5843 `prog-prettify-symbols-alist' and make a local defvar.
5844 (prettify-symbols--compose-symbol): Rename from
5845 `prog--prettify-font-lock-compose-symbol'.
5846 (prettify-symbols--make-keywords): Rename from
5847 `prog-prettify-font-lock-symbols-keywords' and simplify.
5848 (prog-prettify-install): Remove.
5849 (prettify-symbols-mode): New minor mode, based on
5850 `prog-prettify-install'.
5851 (turn-on-prettify-symbols-mode): New function.
5852 (global-prettify-symbols-mode): New globalized minor mode.
5853
5854 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5855 * progmodes/cfengine.el (cfengine3-mode):
5856 * progmodes/perl-mode.el (perl-mode): Don't call
5857 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5858
292c880c
JL
58592013-06-18 Juri Linkov <juri@jurta.org>
5860
5861 * files-x.el (modify-file-local-variable-message): New function.
5862 (modify-file-local-variable)
5863 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5864 and call `modify-file-local-variable-message' when it's non-nil.
5865 (add-file-local-variable, delete-file-local-variable)
5866 (add-file-local-variable-prop-line)
5867 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5868 and use it. (Bug#9820)
5869
0950aa27
JL
58702013-06-18 Juri Linkov <juri@jurta.org>
5871
5872 * emulation/vi.el (vi-shell-op):
5873 * emulation/vip.el (vip-execute-com, ex-command):
5874 * emulation/viper-cmd.el (viper-exec-bang):
5875 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5876 the call of `shell-command-on-region'. (Bug#14637)
5877
5878 * simple.el (shell-command-on-region): Doc fix.
5879
8fbcca16
SM
58802013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5883 (bug#14633).
5884
dd7426ea
GM
58852013-06-18 Glenn Morris <rgm@gnu.org>
5886
4ba54f7d
GM
5887 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5888
dd7426ea
GM
5889 * newcomment.el (comment-search-forward, comment-search-backward):
5890 Doc fix. (Bug#14376)
5891
58aa805b
JB
58922013-06-18 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5895 (buffer-face-mode-invoke): Doc fix.
5896
9a08a617
MM
58972013-06-18 Matthias Meulien <orontee@gmail.com>
5898
5899 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 5900 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 5901
f2f426ca
GM
59022013-06-18 Glenn Morris <rgm@gnu.org>
5903
9445f99b
GM
5904 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5905 Replace obsolete function generic-make-keywords with its expansion.
5906
e0df2d14
GM
5907 * progmodes/python.el (ffap-alist): Declare.
5908
f2f426ca
GM
5909 * textmodes/reftex.el (bibtex-mode-map): Declare.
5910
f7f9a720
SM
59112013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5914 (package-unpack, package-unpack-single): Return the pkg-dir.
5915 (package-download-transaction): Use it to update package-alist.
5916
57ff04e0
LMI
59172013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5918
5919 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5920 possible choice.
5921
c048c022
JL
59222013-06-17 Juri Linkov <juri@jurta.org>
5923
5924 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5925
b5bcaee5
DG
59262013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5927
a020afb9
JB
5928 * emacs-lisp/package.el (package-load-descriptor):
5929 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
5930 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5931
551e07e5
JB
59322013-06-17 Juanma Barranquero <lekktu@gmail.com>
5933
5934 * startup.el (command-line): Expand package name returned by
5935 `package--description-file' (bug#14639).
5936
d363bffb
DG
59372013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5938
5939 * emacs-lisp/package.el (package-load-descriptor): Do not call
5940 `emacs-lisp-mode', just use its syntax table.
5941
f612933b
JB
59422013-06-17 Juanma Barranquero <lekktu@gmail.com>
5943
5944 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5945 `font-lock-extra-managed-props' if any prettifying keyword is added.
5946 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5947 (prog-mode): Use `setq-local'.
5948
db3b7db5
SM
59492013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * international/characters.el (standard-case-table): Set syntax of ?»
5952 and ?« to punctuation.
5953
f3d674df
JB
59542013-06-16 Juanma Barranquero <lekktu@gmail.com>
5955
5956 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5957 Save relevant match data before calling `syntax-ppss' (bug#14595).
5958
31489a32
JL
59592013-06-15 Juri Linkov <juri@jurta.org>
5960
5961 * files-x.el (modify-file-local-variable-prop-line): Add local
5962 variables to the end of the existing comment on the first line.
5963 Use `file-auto-mode-skip' to skip interpreter magic line,
5964 and also skip XML declaration.
5965
66bd25ab
SM
59662013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * startup.el (package--builtin-versions): New var.
5969 (package-subdirectory-regexp): Remove.
5970 (package--description-file): Hard code its value instead.
5971
5972 * emacs-lisp/package.el: Don't activate packages older than builtin.
5973 (package-obsolete-list): Rename from package-obsolete-alist, and make
5974 it into a simple list of package-desc.
5975 (package-strip-version): Remove.
5976 (package-built-in-p): Use package--builtin-versions.
5977 (package-mark-obsolete): Simplify.
5978 (package-process-define-package): Mark it obsolete if older than the
5979 builtin version.
5980 (package-handle-response): Use line-end-position.
5981 (package-read-archive-contents, package--download-one-archive):
5982 Simplify.
5983 (package--add-to-archive-contents): Skip if older than the builtin or
5984 installed version.
5985 (package-menu-describe-package): Fix last change.
5986 (package-list-unversioned): New var.
5987 (package-menu--generate): Use it.
5988
5989 * emacs-lisp/autoload.el: Manage package--builtin-versions.
5990 (autoload--insert-text, autoload--insert-cookie-text): New functions.
5991 (autoload-builtin-package-versions): New variable.
5992 (autoload-generate-file-autoloads): Use them.
5993 Remove the list of autoloaded functions/macros from the
5994 (autoload...) comments.
5995
5996 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5997
9583ec36
EZ
59982013-06-15 Eli Zaretskii <eliz@gnu.org>
5999
6000 * simple.el (line-move-partial): Don't jump to the next screen
6001 line as soon as it becomes visible. Instead, continue enlarging
6002 the vscroll until the portion of a tall screen line that's left on
6003 display is about the height of the frame's default font.
6004 (Bug#14567)
6005
f0100d8a
GM
60062013-06-15 Glenn Morris <rgm@gnu.org>
6007
b86a85ca
GM
6008 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6009 compilation-error-regexp-alist void, or local while let-bound.
6010
f0100d8a
GM
6011 * progmodes/make-mode.el (makefile-mode-syntax-table):
6012 Treat "=" as punctuation. (Bug#14614)
6013
05e7ce90
JB
60142013-06-15 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * help-fns.el (describe-variable):
6017 Add extra line for permanent-local variables.
6018
12e5e86e
SH
60192013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
6020
6021 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6022 Add export, import, library. (Bug#9164)
6023 (library): Set indent function.
6024
230dcbaf
GM
60252013-06-14 Glenn Morris <rgm@gnu.org>
6026
6027 * term/xterm.el (xterm--query):
6028 Stop after first matching handler. (Bug#14615)
6029
e36b2d20 60302013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
6031
6032 Add support for dired in saveplace.
6033 * dired.el (dired-initial-position-hook): New variable.
6034 (dired-initial-position): Call hook to place cursor position.
6035 * saveplace.el (save-place-to-alist): Add dired position.
6036 (save-place-dired-hook): New function.
6037
0b31660d
SM
60382013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6039
bf1e6ae8
SM
6040 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6041 through a symbol rather than letrec.
6042
1b8dff23
SM
6043 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
6044 (package-desc): Add `dir' field.
6045 (package-desc-full-name): New function.
6046 (package-load-descriptor): Combine the two arguments. Don't use `load'.
6047 (package-maybe-load-descriptor): Remove.
6048 (package-load-all-descriptors): Just call package-load-descriptor.
6049 (package--disabled-p): New function.
6050 (package-desc-vers, package-desc-doc): Remove aliases.
6051 (package--dir): Remove function.
6052 (package-activate): Check if a package is disabled.
6053 (package-process-define-package): New function, extracted from
6054 define-package.
6055 (define-package): Turn into a place holder.
6056 (package-unpack-single, package-tar-file-info):
6057 Use package--description-file.
6058 (package-compute-transaction): Use package--disabled-p.
6059 (package-download-transaction): Don't call
6060 package-maybe-load-descriptor since they're all loaded anyway.
6061 (package-install): Change argument to be a pkg-desc.
6062 (package-delete): Use a single pkg-desc argument.
6063 (describe-package-1): Use package-desc-dir instead of package--dir.
6064 Use package-desc property instead of package-symbol.
6065 (package-install-button-action): Adjust accordingly.
6066 (package--push): Rewrite.
6067 (package-menu--print-info): Adjust accordingly. Change the ID format
6068 to be a pkg-desc.
6069 (package-menu-describe-package, package-menu-get-status)
6070 (package-menu--find-upgrades, package-menu-mark-upgrades)
6071 (package-menu-execute, package-menu--name-predicate):
6072 Adjust accordingly.
6073 * startup.el (package--description-file): New function.
6074 (command-line): Use it.
6075 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6076 Use package-desc-version.
6077
0b31660d
SM
6078 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6079 (byte-compile-preprocess): Use it.
6080 (byte-compile-file-form-defalias): Try a bit harder to use macros we
6081 can't quite recognize.
6082 (byte-compile-add-to-list): Remove.
6083 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6084 (cconv-closure-convert): Add assertion.
6085
6086 * emacs-lisp/map-ynp.el: Use lexical-binding.
6087 (map-y-or-n-p): Remove unused vars `tail' and `object'.
6088 Factor out some repeated code.
6089
de0503df
SM
60902013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * subr.el (with-eval-after-load): New macro.
6093 (eval-after-load): Allow form to be a function.
6094 take advantage of lexical-binding.
6095 (do-after-load-evaluation): Use dolist and adjust to new format.
6096 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6097
bc5c8c5a
JL
60982013-06-13 Juri Linkov <juri@jurta.org>
6099
6100 * replace.el (perform-replace): Display "symbol " and other search
6101 modes from `isearch-message-prefix' in the *Help* buffer.
6102
6103 * isearch.el (isearch-query-replace): Add " symbol" and other
6104 possible search modes from `isearch-message-prefix' to the prompt.
6105 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6106 when reading a regexp to collect.
6107
a22289f7
JL
61082013-06-13 Juri Linkov <juri@jurta.org>
6109
6110 * isearch.el (word-search-regexp): Match whitespace if the search
6111 string begins or ends in whitespace. The LAX arg is applied to
6112 both ends of the search string. Use `regexp-quote' and explicit
6113 \< and \> instead of \b. Use \` and \' instead of ^ and $.
6114 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6115 boundaries are replaced with symbol boundaries, and characters
6116 between symbols match non-word non-symbol syntax. (Bug#14602)
6117
cb89acab
JL
61182013-06-13 Juri Linkov <juri@jurta.org>
6119
6120 * isearch.el (isearch-del-char): Don't exceed the length of
6121 `isearch-string' by the prefix arg. (Bug#14563)
6122
6e8cfc81
JL
61232013-06-13 Juri Linkov <juri@jurta.org>
6124
6125 * isearch.el (isearch-yank-word, isearch-yank-line)
6126 (isearch-char-by-name, isearch-quote-char)
6127 (isearch-printing-char, isearch-process-search-char):
6128 Add optional count prefix arg. (Bug#14563)
6129
6130 * international/isearch-x.el
6131 (isearch-process-search-multibyte-characters):
6132 Add optional count prefix arg.
6133
c23d55f4
VS
61342013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6137 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6138 lexical-binding.
6139
61402013-06-13 Vitalie Spinu <spinuvit@gmail.com>
6141
6142 * subr.el (set-temporary-overlay-map): Add on-exit argument.
6143
ba947bc4
GM
61442013-06-13 Glenn Morris <rgm@gnu.org>
6145
8baeb37a
GM
6146 * startup.el (tty-handle-args):
6147 Don't just discard "--" and anything after. (Bug#14608)
6148
ba947bc4
GM
6149 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6150
9abefce4
MA
61512013-06-13 Michael Albinus <michael.albinus@gmx.de>
6152
6153 Implement changes in Secret Service API. Make it backward compatible.
6154 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6155 (secrets-create-item): Use it. Prefix properties with interface.
6156
5755011f
MH
61572013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
6158
6159 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
6160 (term-emulate-terminal): Respect term-suppress-hard-newline.
6161
1261d2da
S
61622013-06-13 E Sabof <esabof@gmail.com> (tiny change)
6163
6164 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6165 Only remove a `thumb-file' overlay. (Bug#14548)
6166
868490bb
GJ
61672013-06-12 Grégoire Jadi <daimrod@gmail.com>
6168
6169 * mail/reporter.el (reporter-submit-bug-report):
6170 Handle missing package-name. (Bug#14600)
6171
79d7167f
TH
61722013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6173
6174 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6175 (reftex-citation-prompt, reftex-default-bibliography)
6176 (reftex-bib-or-thebib, reftex-get-bibfile-list)
6177 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6178 (reftex-bib-sort-author, reftex-bib-sort-year)
6179 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
6180 (reftex-extract-bib-entries-from-thebibliography)
6181 (reftex-get-bibkey-default, reftex-get-bib-names)
6182 (reftex-parse-bibtex-entry, reftex-get-bib-field)
6183 (reftex-format-bib-entry, reftex-parse-bibitem)
6184 (reftex-format-bibitem, reftex-do-citation)
6185 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
6186 (reftex-restrict-bib-matches, reftex-extract-bib-file)
6187 (reftex-insert-bib-matches, reftex-format-citation)
6188 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
6189 (reftex-create-bibtex-file): Add docstrings, mostly by converting
6190 existing comments into docstrings.
6191
5f9dbd7a
XF
61922013-06-12 Xue Fuqiao <xfq.free@gmail.com>
6193
6194 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
6195
94df41ab
AS
61962013-06-12 Andreas Schwab <schwab@suse.de>
6197
6198 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
6199 for auto-save files.
6200
a7f3fecc
GM
62012013-06-12 Glenn Morris <rgm@gnu.org>
6202
001809f6
GM
6203 * ido.el (ido-delete-ignored-files): Remove.
6204 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
6205 Go back to calling ido-ignore-item-p directly.
a7f3fecc 6206
834b5ded
EL
62072013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
6208
08c73ed2
EL
6209 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
6210
834b5ded
EL
6211 * ido.el (ido-delete-ignored-files): New function,
6212 split from ido-make-file-list-1.
6213 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
6214 (ido-make-file-list-1): Use ido-delete-ignored-files.
6215
daabf15a
LL
62162013-06-12 Leo Liu <sdl.web@gmail.com>
6217
6218 * progmodes/octave.el (inferior-octave-startup)
6219 (inferior-octave-completion-table)
6220 (inferior-octave-track-window-width-change)
6221 (octave-eldoc-function-signatures, octave-help)
6222 (octave-find-definition): Use single quoted strings.
6223 (inferior-octave-startup-args): Change default value.
6224 (inferior-octave-startup): Do not hard code "-i" and
6225 "--no-line-editing".
6226 (inferior-octave-resync-dirs): Add optional arg NOERROR.
6227 (inferior-octave-directory-tracker): Use it.
6228 (octave-goto-function-definition): Robustify.
6229 (octave-help): Support highlighting operators in 'See also'.
6230 (octave-find-definition): Find subfunctions only in Octave mode.
6231
cf4e5178
SM
62322013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * help-fns.el (help-fns--compiler-macro): If the handler function is
6235 named, then put a link to it.
6236 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6237 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
6238 (cl-typep): Use it.
6239 (cl-eval-when): Simplify debug spec.
6240 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
6241 compiler-macro function instead of setting `compiler-macro-file'.
6242
99c81280 62432013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
6244
6245 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
6246 * vc/vc-hooks.el (vc-stay-local): Doc fix.
6247
f56be016
SM
62482013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6249 Daniel Hackney <dan@haxney.org>
6250
6251 First part of Daniel Hackney's patch to package.el.
6252 * emacs-lisp/package.el: Use defstruct.
6253 (package-desc): New, main struct.
6254 (package--bi-desc, package--ac-desc): New structs, used to describe the
6255 format in external files.
6256 (package-desc-vers): Replace with package-desc-version accessor.
6257 (package-desc-doc): Replace with package-desc-summary accessor.
6258 (package-activate-1): Remove `package' arg since the pkg-vec now
6259 includes the name.
6260 (define-package): Use package-desc-from-define.
6261 (package-unpack-single): Change file-name arg to be a symbol.
6262 (package--add-to-archive-contents): Use package-desc-create and new
6263 accessor functions to package--ac-desc.
6264 (package-buffer-info, package-tar-file-info): Return a package-desc.
6265 (package-install-from-buffer): Remove `type' argument. Change pkg-info
6266 arg to be a package-desc.
6267 (package-install-file): Adjust accordingly. Use \' to match EOS.
6268 (package--from-builtin): New function.
6269 (describe-package-1, package-menu--generate): Use it.
6270 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6271 (package-generate-autoloads): Idem and return the name of the file.
6272 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6273 Change pkg-info arg to be a package-desc.
6274 Use package-make-ac-desc.
6275 (package-upload-file): Use \' to match EOS.
6276 * finder.el (finder-compile-keywords): Use package-make-builtin.
6277
31119d63
SM
62782013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6279
931a2762
SM
6280 * vc/vc.el (vc-deduce-fileset): Change error message.
6281 (vc-read-backend): New function.
6282 (vc-next-action): Use it.
6283
5a3eb0c6
SM
6284 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6285
e3eb1bb7
SM
6286 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6287 (prolog-font-lock-keywords): Use regexp-opt instead.
6288 Don't manually highlight strings.
6289 (prolog-mode-variables): Simplify comment-start-skip.
6290 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6291
31119d63
SM
6292 * emacs-lisp/generic.el (generic--normalise-comments)
6293 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6294 (generic-mode-set-comments): Use them.
6295 (generic-bracket-support): Use setq-local.
6296 (generic-make-keywords-list): Declare obsolete.
6297
7de135d0
GM
62982013-06-11 Glenn Morris <rgm@gnu.org>
6299
6300 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6301 Prettify after setting font-lock-defaults. (Bug#14574)
6302
fa6bc6fd
JB
63032013-06-11 Juanma Barranquero <lekktu@gmail.com>
6304
6305 * replace.el (query-replace, occur-read-regexp-defaults-function)
6306 (replace-search):
6307 * subr.el (declare-function, number-sequence, local-set-key)
6308 (substitute-key-definition, locate-user-emacs-file)
6309 (with-silent-modifications, split-string, eval-after-load):
6310 Fix typos, remove unneeded backslashes and reflow some docstrings.
6311
cf1f9b9a
SM
63122013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6315 default for Elisp files.
6316
56602a4b
GM
63172013-06-11 Glenn Morris <rgm@gnu.org>
6318
6319 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6320 although define-derived-mode was doing this anyway. (Bug#14583)
6321
30ae0b2c
JB
63222013-06-10 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6325 Fix make-variable-buffer-local call to refer to the correct variable.
6326
fa472906
AG
63272013-06-10 Aidan Gauland <aidalgol@amuri.net>
6328
6329 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
6330 (eshell-visual-subcommands, eshell-visual-options):
6331 Add summary line to docstrings. Add cross-references.
fa472906 6332
ff4871b9
GM
63332013-06-10 Glenn Morris <rgm@gnu.org>
6334
6335 * epa.el (epa-read-file-name): New function. (Bug#14510)
6336 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6337
04fcf1b0
AG
63382013-06-09 Aidan Gauland <aidalgol@amuri.net>
6339
6340 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6341 output redirection to be ignored with visual commands.
6342
88b00caa
AG
63432013-06-09 Aidan Gauland <aidalgol@amuri.net>
6344
6345 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
6346 (eshell-term-initialize): Move long lambda to separate function
6347 eshell-visual-command-p.
e7b41c4c
JB
6348 * eshell/em-dirs.el (eshell-dirs-initialise):
6349 * eshell/em-script.el (eshell-script-initialize):
6350 Add missing #' to lambda.
88b00caa 6351
fda74125
LL
63522013-06-08 Leo Liu <sdl.web@gmail.com>
6353
6354 * progmodes/octave.el (octave-add-log-current-defun): New function.
6355 (octave-mode): Set add-log-current-defun-function.
6356 (octave-goto-function-definition): Do not move point if not found.
6357 (octave-find-definition): Enhance to try subfunctions first.
6358
467f3b33
GM
63592013-06-08 Glenn Morris <rgm@gnu.org>
6360
6361 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6362 (byte-compile-backward-char, byte-compile-backward-word):
6363 Improve previous change, to handle non-explicit nil.
6364
544badc3
SM
63652013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6368 (smie--opener/closer-at-point): New function.
6369 (smie--matching-block-data): Use it. Don't match from right after an
6370 opener or right before a closer. Obey smie-blink-matching-inners.
6371 Don't signal a mismatch for repeated inners like "switch..case..case".
6372
a175bf33
LL
63732013-06-07 Leo Liu <sdl.web@gmail.com>
6374
6375 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6376 to t. (Bug#14303)
ce8209d4
LL
6377 (octave-function-header-regexp): Fix. (Bug#14570)
6378 (octave-help-mode-finish-hook, octave-help-mode-finish):
6379 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
6380
6381 * newcomment.el (comment-search-backward): Revert last change.
6382 (Bug#14434)
6383
6384 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6385
a822acff
EZ
63862013-06-07 Eli Zaretskii <eliz@gnu.org>
6387
6388 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6389 through xargs, to avoid failure due to MS-Windows limitations on
6390 command-line length.
6391
961166f5
GM
63922013-06-06 Glenn Morris <rgm@gnu.org>
6393
d0341459
GM
6394 * font-lock.el (lisp-font-lock-keywords-2):
6395 Treat user-error like error.
6396
961166f5
GM
6397 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6398 (byte-compile-backward-char, byte-compile-backward-word):
6399 Handle explicit nil arguments. (Bug#14565)
6400
80fa505f
AM
64012013-06-05 Alan Mackenzie <acm@muc.de>
6402
6403 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 6404 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 6405 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 6406 (Bug#9706)
80fa505f 6407
fccdc796
SM
64082013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * autorevert.el (auto-revert-notify-handler): Use memq.
6411 Hide assertion failure.
6412
6413 * skeleton.el: Use cl-lib.
6414 (skeleton-further-elements): Use defvar-local.
6415 (skeleton-insert): Use cl-progv.
6416
9bfff84b
TZ
64172013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6418
6419 * progmodes/prog-mode.el (prog-prettify-symbols)
6420 (prog-prettify-install): Update docstrings.
6421
55577e7c
SM
64222013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * simple.el: Move all the prog-mode code to prog-mode.el.
6425 * progmodes/prog-mode.el: New file.
6426 * loadup.el: Add prog-mode.el.
6427
8fc57765
TZ
64282013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6429
6430 * simple.el (prog-prettify-symbols): Add version.
6431 (prog-prettify-install): Add convenience function to prettify symbols.
6432
6433 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6434 (perl--augmented-font-lock-keywords-1)
6435 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6436 variables and use it.
6437
6438 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6439 (cfengine3-mode): Remove unneeded variable and use it.
6440
6441 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6442 (lisp--augmented-font-lock-keywords-1)
6443 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6444 Remove unneeded variables and use it.
6445
650645d5 64462013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
6447
6448 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 6449 to point when opening the connection. (Bug#14380)
28f5da6d 6450
781b4af6
SM
64512013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * subr.el (load-history-regexp, load-history-filename-element)
6454 (eval-after-load, after-load-functions, do-after-load-evaluation)
6455 (eval-next-after-load, display-delayed-warnings)
6456 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6457 definition of save-match-data.
6458 (overriding-local-map): Remove accidental obsolescence declaration.
6459
6460 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6461
3ca0d0b4
TZ
64622013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6463
6464 Generalize symbol prettify support to prog-mode and implement it
6465 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6466 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6467 (prog--prettify-font-lock-compose-symbol)
6468 (prog-prettify-font-lock-symbols-keywords): New variables and
6469 functions to support symbol prettification.
6470 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6471 (lisp--augmented-font-lock-keywords-1)
6472 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6473 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6474 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
6475 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6476 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
6477 * progmodes/perl-mode.el (perl-prettify-symbols)
6478 (perl--font-lock-compose-symbol)
6479 (perl--font-lock-symbols-keywords): Move to prog-mode.
6480 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6481 (perl-font-lock-keywords-1)
6482 (perl-font-lock-keywords-2): Remove explicit prettify support.
6483 (perl--augmented-font-lock-keywords)
6484 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
6485 (perl--augmented-font-lock-keywords-2, perl-mode):
6486 Implement prettify support.
3ca0d0b4 6487
976cb066
LL
64882013-06-05 Leo Liu <sdl.web@gmail.com>
6489
6490 Re-implement smie matching block highlight using
6491 show-paren-data-function. (Bug#14395)
6492 * emacs-lisp/smie.el (smie-matching-block-highlight)
6493 (smie--highlight-matching-block-overlay)
6494 (smie--highlight-matching-block-lastpos)
6495 (smie-highlight-matching-block)
6496 (smie-highlight-matching-block-mode): Remove.
6497 (smie--matching-block-data-cache): New variable.
6498 (smie--matching-block-data): New function.
6499 (smie-setup): Use smie--matching-block-data for
6500 show-paren-data-function.
6501
6502 * progmodes/octave.el (octave-mode-menu): Fix.
6503 (octave-find-definition): Skip garbage lines.
6504
208d0342
SM
65052013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 Fix compilation error with simultaneous dynamic+lexical scoping.
6508 Add warning when a defvar appears after the first let-binding.
6509 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6510 (byte-compile-close-variables): Initialize it.
6511 (byte-compile--declare-var): New function.
6512 (byte-compile-file-form-defvar)
6513 (byte-compile-file-form-define-abbrev-table)
6514 (byte-compile-file-form-custom-declare-variable): Use it.
6515 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6516 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6517 (byte-compile-bind): Handle dynamic bindings that shadow
6518 lexical bindings.
6519 (byte-compile-unbind): Make arg non-optional.
6520 (byte-compile-let): Simplify.
6521 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6522 (cconv--analyse-function, cconv-analyse-form): Populate it.
6523 Protect byte-compile-bound-variables to limit the scope of defvars.
6524 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6525 Remove unneeded rule for `declare'.
6526
6527 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6528 so as to avoid depending on cl-adjoin at run-time.
6529 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6530
6531 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6532 (macroexp--warn-and-return): Use it.
6533
2587b005
LL
65342013-06-05 Leo Liu <sdl.web@gmail.com>
6535
6536 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6537
f1da3c88
LL
65382013-06-04 Leo Liu <sdl.web@gmail.com>
6539
6540 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6541 (compilation-auto-jump): Suppress the "Mark set" message to give
6542 way to exit message.
6543
3caa391f
AM
65442013-06-04 Alan Mackenzie <acm@muc.de>
6545
6546 Remove faulty optimisation from indentation calculation.
6547 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6548 search limit based on 2000 characters back from indent-point.
6549
068922a2
TH
65502013-06-03 Tassilo Horn <tsdh@gnu.org>
6551
6552 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6553
1f8fdd53
SM
65542013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6555
bbcc4d97
SM
6556 * emacs-lisp/lisp.el: Use lexical-binding.
6557 (lisp--local-variables-1, lisp--local-variables): New functions.
6558 (lisp--local-variables-completion-table): New var.
208d0342 6559 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 6560
1f8fdd53
SM
6561 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6562 eagerly (bug#14422).
6563
c9628c79
MA
65642013-06-03 Michael Albinus <michael.albinus@gmx.de>
6565
6566 * autorevert.el (auto-revert-notify-enabled)
6567 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6568 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6569 (auto-revert-notify-handler): Handle also gfilenotify.
6570
e7b41c4c 6571 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 6572 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 6573 Remove.
c9628c79 6574
e5e4a942
JL
65752013-06-03 Juri Linkov <juri@jurta.org>
6576
6577 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6578 `M-s h .'. (Bug#14427)
6579
6580 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6581 command `hi-lock-face-symbol-at-point'.
6582 (hi-lock-face-symbol-at-point): New command.
6583 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6584 (hi-lock-menu): Add `highlight-symbol-at-point'.
6585 (hi-lock-mode): Doc fix.
6586
6587 * isearch.el (isearch-forward-symbol-at-point): New command.
6588 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6589 (isearch-highlight-regexp): Add a regexp which matches
6590 words/symbols for word/symbol mode.
6591
6592 * subr.el (find-tag-default-bounds): New function with the body
6593 mostly moved from `find-tag-default'.
6594 (find-tag-default): Move most code to `find-tag-default-bounds',
6595 call it and apply `buffer-substring-no-properties' afterwards.
6596
26b3353a
TH
65972013-06-03 Tassilo Horn <tsdh@gnu.org>
6598
781b4af6
SM
6599 * eshell/em-term.el (eshell-term-initialize):
6600 Use `cl-intersection' rather than `intersection'.
26b3353a 6601
51b60f53
XF
66022013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6603
fe054b63 6604 * vc/log-view.el: Doc fix.
d3ffe17c 6605 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 6606
a0eb10b3 66072013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
6608
6609 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6610 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6611 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6612 (eieio-unbound, eieio-default-superclass)
6613 (eieio--define-field-accessors, method-static, method-before)
6614 (method-primary, method-after, method-num-lists)
6615 (method-generic-before, method-generic-primary)
6616 (method-generic-after, method-num-slots)
6617 (eieio-specialized-key-to-generic-key)
6618 (eieio--check-type, class-v, class-p)
6619 (eieio-class-name, define-obsolete-function-alias)
6620 (eieio-class-parents-fast, eieio-class-children-fast)
6621 (same-class-fast-p, class-constructor, generic-p)
6622 (generic-primary-only-p, generic-primary-only-one-p)
6623 (class-option-assoc, class-option, eieio-object-p)
6624 (class-abstract-p, class-method-invocation-order)
6625 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6626 (eieio-class-un-autoload, eieio-defclass)
6627 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6628 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6629 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6630 (eieio-defgeneric-reset-generic-form)
6631 (eieio-defgeneric-form-primary-only)
6632 (eieio-defgeneric-reset-generic-form-primary-only)
6633 (eieio-defgeneric-form-primary-only-one)
6634 (eieio-defgeneric-reset-generic-form-primary-only-one)
6635 (eieio-unbind-method-implementations)
6636 (eieio--defmethod, eieio--typep)
6637 (eieio-perform-slot-validation, eieio-validate-slot-value)
6638 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6639 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6640 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6641 (eieio-slot-name-index, eieio-class-slot-name-index)
6642 (eieio-set-defaults, eieio-initarg-to-attribute)
6643 (eieio-attribute-to-initarg, eieio-c3-candidate)
6644 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6645 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6646 (eieio-class-precedence-list, eieio-generic-call-methodname)
6647 (eieio-generic-call-arglst, eieio-generic-call-key)
6648 (eieio-generic-call-next-method-list)
6649 (eieio-pre-method-execution-functions, eieio-generic-call)
6650 (eieio-generic-call-primary-only, eieiomt-method-list)
6651 (eieiomt-optimizing-obarray, eieiomt-install)
6652 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6653 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 6654 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
6655 (defclass): Remove `eval-and-compile' from macro.
6656 (call-next-method, shared-initialize): Instead of using
6657 `scoped-class' variable, use new eieio--scoped-class, and
6658 eieio--with-scoped-class.
6659 (initialize-instance): Rename local variable 'scoped-class' to
6660 'this-class' to remove ambiguitity from old global.
6661
6662 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6663 eieio.el.
4f405069
JB
6664 (eieio--scoped-class-stack): New variable.
6665 (eieio--scoped-class): New fcn.
890f7890
DE
6666 (eieio--with-scoped-class): New scoping macro.
6667 (eieio-defclass): Use pushnew instead of add-to-list.
6668 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6669 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6670 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6671 `scoped-class' variable, use new eieio--scoped-class, and
6672 eieio--with-scoped-class.
6673
6674 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6675
d105b0e2
TH
66762013-06-02 Tassilo Horn <tsdh@gnu.org>
6677
6678 * eshell/esh-ext.el (eshell-external-command): Pass args to
6679 `eshell-find-interpreter'.
6680 (eshell-find-interpreter): Add new second parameter ARGS.
6681
6682 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 6683 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6684
6685 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 6686 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6687
6688 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6689 (eshell-visual-options): New defcustom.
6690 (eshell-escape-control-x): Adapt docstring.
6691 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6692 `eshell-visual-options' in addition to `eshell-visual-commands'.
6693 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6694
f46305c8 66952013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
6696
6697 * progmodes/python.el (python-indent-block-enders): Add break,
6698 continue and raise keywords.
6699
d870df21
GM
67002013-06-01 Glenn Morris <rgm@gnu.org>
6701
9133b82e
GM
6702 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6703
02c992ec 6704 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
6705 * progmodes/cc-cmds.el (delete-forward-p):
6706 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6707 * progmodes/cc-engine.el (buffer-syntactic-context):
6708 * progmodes/cc-fonts.el (face-property-instance):
6709 * progmodes/cc-mode.el (set-keymap-parents):
6710 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6711 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6712 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
6713 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6714 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 6715
31e7b090
GM
6716 * progmodes/cc-vars.el (other): Emacs has this widget since
6717 at least 21.1, so don't (re)define it.
6718
d870df21
GM
6719 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6720 Replace the obsolete alias pcomplete-arg-quote-list.
6721
c75c93c7
LL
67222013-06-01 Leo Liu <sdl.web@gmail.com>
6723
6724 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6725 punctuation syntax.
6726 (inferior-octave-minimal-columns)
6727 (inferior-octave-last-column-width): New variables.
6728 (inferior-octave-track-window-width-change): New function.
6729 (inferior-octave-mode): Adjust column width so that Octave output,
6730 for example from 'ls', can fit into the window nicely.
6731
973d1e12
DG
67322013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6733
6734 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6735 Highlight expansions inside regexp literals.
6736
0888c286
GM
67372013-05-31 Glenn Morris <rgm@gnu.org>
6738
e26aac1f
GM
6739 * obsolete/sym-comp.el (symbol-complete):
6740 Replace obsolete completion-annotate-function.
6741
0888c286
GM
6742 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6743
19bb8e62
DG
67442013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6745
781b4af6
SM
6746 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6747 New function, checks if point is inside a literal that allows
19bb8e62
DG
6748 expression expansion.
6749 (ruby-syntax-propertize-expansion): Use it.
6750 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6751 around the body.
6752
01dea85f
JL
67532013-05-30 Juri Linkov <juri@jurta.org>
6754
6755 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6756 to "\M-si".
6757 (isearch-invisible): New variable.
6758 (isearch-forward): Doc fix.
6759 (isearch-mode): Set `isearch-invisible'
6760 to the value of `search-invisible'.
6761 (isearch-toggle-case-fold): Doc fix.
6762 (isearch-toggle-invisible): New command.
6763 (isearch-query-replace): Let-bind `search-invisible'
6764 to the value of `isearch-invisible'.
6765 (isearch-search): Use `isearch-invisible' instead of
6766 `search-invisible'. Let-bind `search-invisible'
6767 to the value of `isearch-invisible'. (Bug#11378)
6768
ab1bdce5
JL
67692013-05-30 Juri Linkov <juri@jurta.org>
6770
6771 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6772 call when `query-flag' is nil and `search-invisible' is non-nil.
6773 (Bug#11746)
6774
d6d236e2
GM
67752013-05-30 Glenn Morris <rgm@gnu.org>
6776
8accd027
GM
6777 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6778
2a8bed1c
GM
6779 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6780 (cc-require): Suppress spurious "noruntime" warnings.
6781 (cc-require-when-compile): Use fboundp, for sake of compiler.
6782
d6d236e2
GM
6783 * progmodes/cc-mode.el: Move load of cc-vars before that of
6784 cc-langs (which in turn loads cc-vars), to quieten compiler.
6785
9190b35b
SM
67862013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 * paren.el: Simplify the code.
6789 (show-paren-mode): Always start the timer.
6790 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6791 (show-paren--overlay, show-paren--overlay-1): Rename from
6792 show-paren-overlay and show-paren-overlay-1, and initialize to an
6793 overlay rather than to nil.
6794 (show-paren-function): Misc cleanup and simplifications.
6795
4f8d1cf6
SM
67962013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * paren.el (show-paren-data-function): New hook.
6799 (show-paren--default): New function, extracted from show-paren-function.
6800 (show-paren-function): Use show-paren-data-function.
6801
02d844b5
GM
68022013-05-30 Glenn Morris <rgm@gnu.org>
6803
d209d4a9
GM
6804 * ielm.el (ielm-map, ielm-complete-symbol):
6805 Use completion-at-point rather than obsolete functions.
6806 (inferior-emacs-lisp-mode): Doc fix.
6807 Set completion-at-point-functions, rather than
6808 comint-dynamic-complete-functions.
6809
2082faa6
GM
6810 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6811 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6812 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6813
dd8620de
GM
6814 * image.el (image-animated-p): Tweak definition.
6815
ceca95b1
GM
6816 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6817 (rlogin-process-connection-type): Tweak default. Add set-after.
6818 (rlogin-host): Doc fix.
6819 (rlogin): Tweak prompt.
6820 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6821
ee9f1acc
GM
6822 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6823 * progmodes/tcl.el (inferior-tcl-mode-map):
6824 Use completion-at-point rather than obsolete alias.
6825
45ce222e
GM
6826 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6827
02d844b5
GM
6828 * minibuffer.el (read-file-name-completion-ignore-case):
6829 Move before completion--in-region, for eager macro expansion.
6830
ac44d6c1
JL
68312013-05-29 Juri Linkov <juri@jurta.org>
6832
6833 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6834 for total count of matching lines. Add `global-matches' for total
6835 count of matches. Rename `matches' to `lines' for count of
6836 matching lines. Add `matches' for count of matches.
6837 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6838 to `prev-line' for line number of prev match endpt.
6839 Increment `matches' for every match. Print the number of
6840 matching lines in the header.
6841 (occur-context-lines): Rename `lines' to `curr-line'.
6842 Rename `prev-lines' to `prev-line'. (Bug#14017)
6843
3c9c9d38
JL
68442013-05-29 Juri Linkov <juri@jurta.org>
6845
6846 * replace.el (perform-replace): Add `skip-read-only-count',
6847 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6848 Increment them for corresponding conditions and report the number
6849 of skipped occurrences in the final message. (Bug#11746)
6850 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6851 (replace-string, replace-regexp): Doc fix.
6852
33e249a2
SM
68532013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6854
8e399682
SM
6855 * emacs-lisp/trace.el (trace--read-args): Provide a default.
6856
33e249a2 6857 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 6858 prog-mode-map (bug#14504).
33e249a2 6859
f236dd84
LL
68602013-05-29 Leo Liu <sdl.web@gmail.com>
6861
6862 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6863 (octave-help): Small simplification.
6864
6865 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6866 off the highlight first.
6867
3694d13f
GM
68682013-05-29 Glenn Morris <rgm@gnu.org>
6869
03983bdc
GM
6870 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6871 Handle idlwave-last-system-routine-info-cons-cell being nil.
6872
bc74a74a
GM
6873 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6874 (idlwave-write-paths): Simplify via with-temp-buffer.
6875
8b394200
GM
6876 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6877 * emulation/cua-rect.el: Also load cua-base at run time.
6878
3694d13f
GM
6879 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6880 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6881 (cperl-imenu-on-info): Require imenu.
6882
336d7284
AM
68832013-05-28 Alan Mackenzie <acm@muc.de>
6884
6885 Handle "capitalised keywords" correctly.
33e249a2 6886 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 6887
cb29c582
AG
68882013-05-28 Aidan Gauland <aidalgol@amuri.net>
6889
781b4af6 6890 * eshell/em-unix.el: Add -r option to cp.
cb29c582 6891
690e44b2
GM
68922013-05-28 Glenn Morris <rgm@gnu.org>
6893
e658d75c
GM
6894 * vc/vc-arch.el (vc-exec-after): Declare.
6895 (vc-switches): Autoload.
6896 * vc/vc-bzr.el: No need to require vc when compiling.
6897 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6898 (vc-resynch-buffer, vc-dir-refresh): Declare.
6899 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
6900 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6901 (vc-resynch-buffer): Declare.
6902 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 6903 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
6904 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6905 (grep-read-regexp, grep-read-files, grep-expand-template)
6906 (vc-dir-refresh): Declare.
6907 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6908 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6909 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
6910 * vc/vc-mtn.el (vc-exec-after): Declare.
6911 (vc-switches): Autoload.
6912 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6913 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6914 (vc-file-tree-walk): Declare.
712b9732
GM
6915 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6916 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6917 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
6918 * vc/vc-svn.el (vc-exec-after): Declare.
6919 (vc-switches, vc-setup-buffer): Autoload.
6920 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6921 Autoload.
6922 (vc-resynch-buffer): Declare.
6923
98e87fb3
GM
6924 * obsolete/fast-lock.el (byte-compile-warnings):
6925 Don't warn about obsolete features in this obsolete file.
6926
f5379553
GM
6927 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6928 Move definition before use.
6929
7a20ef83
GM
6930 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6931 (dun-unix-verbs): Remove dun-zippy.
6932 (dun-zippy): Remove function.
6933
690e44b2
GM
6934 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6935
3a52ccf7
JL
69362013-05-27 Juri Linkov <juri@jurta.org>
6937
6938 * replace.el (replace-search): New function with code moved out
6939 from `perform-replace'.
6940 (replace-highlight, replace-dehighlight): Move function definitions
6941 up closer to `replace-search'. (Bug#11746)
6942
d289938a
JL
69432013-05-27 Juri Linkov <juri@jurta.org>
6944
6945 * replace.el (perform-replace): Ignore invisible matches.
6946 In addition to checking `query-replace-skip-read-only', also
6947 filter out matches by calling `run-hook-with-args-until-failure'
6948 on `isearch-filter-predicates', and also check `search-invisible'
6949 for t or call `isearch-range-invisible'.
6950 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
6951
66fc57e3
JL
69522013-05-27 Juri Linkov <juri@jurta.org>
6953
6954 * isearch.el (isearch-filter-predicates): Rename from
6955 `isearch-filter-predicate'. Doc fix. (Bug#11378)
6956 (isearch-message-prefix): Display text from the property
6957 `isearch-message-prefix' of the currently active filters.
6958 (isearch-search): Don't compare `isearch-filter-predicate' with
6959 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
6960 on `isearch-filter-predicates'. Also check `search-invisible' for t
6961 or call `isearch-range-invisible'.
6962 (isearch-filter-visible): Make obsolete.
6963 (isearch-lazy-highlight-search):
6964 Call `run-hook-with-args-until-failure' on
6965 `isearch-filter-predicates' and use `isearch-range-invisible'.
6966
6967 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6968 `isearch-filter-predicates' instead of `funcall'ing
6969 `isearch-filter-predicate'.
6970 (Info-mode): Set `Info-isearch-filter' to
6971 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6972
6973 * dired-aux.el (dired-isearch-filter-predicate-orig):
6974 Remove variable.
6975 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6976 (dired-isearch-filenames-end): Add and remove
6977 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6978 instead of changing the value of `isearch-filter-predicate'.
6979 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6980 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6981 Put property `isearch-message-prefix' to "filename " on
6982 `dired-isearch-filter-filenames'.
6983
6984 * wdired.el (wdired-change-to-wdired-mode):
6985 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6986 locally instead of changing `isearch-filter-predicate'.
6987 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6988
f1a60a0f
DG
69892013-05-27 Dmitry Gutov <dgutov@yandex.ru>
6990
6991 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6992 return the commit hash (Bug#14459). Also set the
6993 `vc-git-detached' property.
6994 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6995 (vc-git-mode-line-string): Use the same help-echo format whether
6996 in detached mode or not, because we know the actual revision now.
6997 When in detached mode, shorten the revision to 7 chars.
6998
7f17cc40
SM
69992013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * emacs-lisp/easy-mmode.el (define-minor-mode):
7002 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7003 mode hook and provide a docstring.
7004
25c8401c
AM
70052013-05-27 Alan Mackenzie <acm@muc.de>
7006
7007 Remove spurious syntax-table text properties inserted by C-y.
7008 * progmodes/cc-mode.el (c-after-change): Also clear hard
7009 syntax-table property with value nil.
7010
dde84790
MA
70112013-05-27 Michael Albinus <michael.albinus@gmx.de>
7012
7013 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7014 when reading the events; the buffer layout shall not be changed.
7015
837fd9af
LL
70162013-05-27 Leo Liu <sdl.web@gmail.com>
7017
7018 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7019 New variable.
7020 (inferior-octave-directory-tracker): Automatically re-sync
7021 default-directory.
7022 (octave-help): Improve handling of 'See also'.
7023
4fd996b3
SM
70242013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7025
416f1802
SM
7026 * doc-view.el: Minor naming convention tweaks.
7027 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7028
4fd996b3
SM
7029 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7030 even if there's no `display' property yet (bug#14435).
7031
a052ef3b
EZ
70322013-05-25 Eli Zaretskii <eliz@gnu.org>
7033
4fd996b3 7034 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
7035
7036 * Makefile.in (custom-deps, finder-data, autoloads)
7037 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7038 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7039 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7040
c9023370
SM
70412013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7042
7043 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7044 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 7045 Don't burp at EOB.
c9023370 7046
24d699fa
LL
70472013-05-25 Leo Liu <sdl.web@gmail.com>
7048
7049 * comint.el (comint-previous-matching-input): Do not flood the
7050 *Messages* buffer with trivial messages.
7051
17e5c0cc
SM
70522013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * progmodes/flymake.el (flymake-nop): Don't return a string.
7055 (flymake-set-at): Fix typo.
7056
7057 * simple.el (read--expression): New function, extracted from
7058 eval-expression. Set completion-at-point-functions (bug#14465).
7059 (eval-expression, eval-minibuffer): Use it.
7060
5d028165
XF
70612013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7062
7063 * progmodes/flymake.el (flymake-save-buffer-in-file)
7064 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7065 (flymake-selected-frame, flymake-log, flymake-ins-after)
7066 (flymake-set-at, flymake-get-buildfile-from-cache)
7067 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7068 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7069 Refine the doc string.
7070 (flymake-get-file-name-mode-and-masks): Reformat.
7071 (flymake-get-real-file-name-function): Fix a minor bug.
7072
7a1d7ba7
JL
70732013-05-24 Juri Linkov <juri@jurta.org>
7074
7075 * progmodes/grep.el (grep-mode-font-lock-keywords):
7076 Support =linenumber= format used by git-grep for lines with
7077 function names. (Bug#13549)
7078
650cff3d
SM
70792013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * progmodes/octave.el (octave-smie-rules): Return nil rather than
7082 0 after a semi-colon; it works better for smie-auto-fill.
7083 (octave--indent-new-comment-line): New function.
7084 (octave-indent-new-comment-line): Use it (indirectly).
7085 (octave-mode): Don't disable smie-auto-fill. Use add-function to
7086 modify comment-line-break-function.
7087
7088 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7089 (smie-setup): Use add-function to set it.
7090
9631677d
SS
70912013-05-24 Sam Steingold <sds@gnu.org>
7092
7093 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7094 argument (before the `interactive' argument).
7095
50105835
SM
70962013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * image-mode.el (image-mode-winprops): Add winprops to
7099 image-mode-winprops-alist before running
7100 image-mode-new-window-functions.
7101 * doc-view.el (doc-view-new-window-function): Don't delay
7102 doc-view-goto-page via timers (bug#14435).
7103
57b9823e
TH
71042013-05-24 Tassilo Horn <tsdh@gnu.org>
7105
7106 * doc-view.el: Integrate with desktop.el. (Bug#14435)
7107 (doc-view-desktop-save-buffer): New function.
7108 (doc-view-restore-desktop-buffer): New function.
50105835
SM
7109 (desktop-buffer-mode-handlers):
7110 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
7111 handler.
7112 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7113 `desktop-save-buffer' function.
7114
91aafa16
MA
71152013-05-24 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7118 (tramp-gvfs-file-name-handler): Raise a user error when
7119 `tramp-gvfs-enabled' is nil.
7120 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7121 Do not raise a user error when loading package. (Bug#14447)
7122
ec076379
MA
7123 * net/xesam.el: Move to obsolete/.
7124
db785726
GM
71252013-05-24 Glenn Morris <rgm@gnu.org>
7126
af5c7606
GM
7127 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7128
e5d1916a
GM
7129 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7130
ded62b08
GM
7131 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7132 (Info-find-node, Man-getpage-in-background): Declare.
7133
9e614a3f
GM
7134 * mail/unrmail.el (unrmail):
7135 Replace obsolete detect-coding-with-priority.
7136
892f8ca3
GM
7137 * net/socks.el (socks-split-string): Use this rather than split-string.
7138 (socks-nslookup-host): Update for above change.
7139 (dynamic-choice, s5-dynamic-choice-match)
7140 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7141 Comment out unused code.
7142
3c291973
GM
7143 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7144 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7145 (gud-tooltip-echo-area): Make obsolete.
7146 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7147
43cc956b
GM
7148 * progmodes/js.el (js--optimize-arglist): Declare.
7149
dab49a3b
GM
7150 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7151
36b9d085
GM
7152 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7153 (ediff-window-C): Declare.
7154
e354ae76
GM
7155 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7156 Tweak requires to silence compiler.
7157
b8e57bf4
GM
7158 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7159 (he-search-string, he-tried-table, he-expand-list)
7160 (he-init-string, he-string-member, he-substitute-string)
7161 (he-reset-string): Declare.
7162
db785726
GM
7163 * obsolete/options.el (list-options): Use custom-variable-p,
7164 rather than obsolete alias.
7165
b3531901
SS
71662013-05-23 Sam Steingold <sds@gnu.org>
7167
7168 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 7169 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
7170 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
7171
bdda4c66
SM
71722013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * emacs-lisp/smie.el (smie-indent-forward-token)
7175 (smie-indent-backward-token): Handle string tokens (bug#14381).
7176
c43d45f9
TH
71772013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7178
fe1eb856
RS
7179 * ielm.el (ielm-menu): New menu.
7180 (inferior-emacs-lisp-mode): Set comment-start.
96172128 7181
fe1eb856
RS
71822013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7183
7184 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
7185 Fix deactivate action.
7186
7187 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
7188 Add cleveref macros.
074dd971 7189
c43d45f9
TH
7190 * lisp/textmodes/reftex-parse.el
7191 (reftex-locate-bibliography-files): Accept options for
7192 bibliography commands.
7193 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
7194 Add addbibresource. Basic Biblatex support.
7195
7764286e
MA
71962013-05-23 Michael Albinus <michael.albinus@gmx.de>
7197
7198 * net/tramp-gvfs.el (top):
7199 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
7200 when loading package. (Bug#14447)
7201
d361bc10
GM
72022013-05-23 Glenn Morris <rgm@gnu.org>
7203
8fa23984
GM
7204 * progmodes/js.el: No need to load comint when compiling.
7205 (ring-insert, comint-send-string, comint-send-input)
7206 (comint-last-input-end, ido-chop): Declare.
7207
a5c7df1a
GM
7208 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
7209 * vc/ediff-mult.el: Adjust requires.
7210 (ediff-directories-internal, ediff-directory-revisions-internal)
7211 (ediff-patch-file-internal): Declare.
7212 * vc/ediff-ptch.el: Adjust requires.
7213 (ediff-use-last-dir, ediff-buffers-internal): Declare.
7214 (ediff-find-file): Autoload.
7215 * vc/ediff-util.el: No need to load ediff when compiling.
7216 (ediff-regions-internal): Declare.
7217 * vc/ediff-wind.el: Adjust requires.
7218 (ediff-compute-toolbar-width): Define when compiling.
7219 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
7220 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
7221 (dired-get-filename, dired-get-marked-files)
7222 (ediff-last-dir-patch, ediff-patch-default-directory)
7223 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
7224 (ediff-patch-buffer-internal): Declare.
7225
e2aec513
GM
7226 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
7227 (ispell-process, ispell-buffer-local-words, lm-summary)
7228 (lm-section-start, lm-section-end): Declare.
7229 (checkdoc-ispell-init): Simplify.
7230
e68bbd7c
GM
7231 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
7232 (he-string-member, he-reset-string, he-substitute-string): Declare.
7233
7efe0991
GM
7234 * eshell/em-ls.el: Adjust requires.
7235 (eshell-glob-regexp): Declare.
f87b1284
GM
7236 * eshell/em-tramp.el: Adjust requires.
7237 (eshell-parse-command): Autoload.
7238 * eshell/em-xtra.el: Adjust requires.
7239 (eshell-parse-command): Autoload.
7240 * eshell/esh-ext.el: Adjust requires.
7241 (eshell-parse-command, eshell-close-handles): Autoload.
7242 * eshell/esh-io.el: Adjust requires.
7243 (eshell-output-filter): Autoload.
7244 * eshell/esh-util.el: No need to load tramp when compiling.
7245 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
7246 Declare.
7247 (eshell-parse-ange-ls): Require ange-ftp and tramp.
7248 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7249 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
7250 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
7251 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
7252 * eshell/esh-opt.el, eshell/esh-proc.el:
7253 * eshell/esh-var.el: Adjust requires.
7254 * eshell/eshell.el: Do not require esh-util twice.
7255 (eshell-add-input-to-history): Declare.
7256 (eshell-command): Check history module is active before using it.
7257
d361bc10
GM
7258 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
7259
85d090a9
LL
72602013-05-22 Leo Liu <sdl.web@gmail.com>
7261
7262 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
7263
5d0acd9d
MA
72642013-05-22 Michael Albinus <michael.albinus@gmx.de>
7265
7266 * autorevert.el (auto-revert-notify-add-watch)
7267 (auto-revert-notify-handler): Add `attrib' for the inotify case,
7268 it indicates changes in file modification time.
7269
0cdffd7d
GM
72702013-05-22 Glenn Morris <rgm@gnu.org>
7271
ca5995ec
GM
7272 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7273 Always delete the autoloaded function from the noruntime and
7274 unresolved functions lists.
7275
6450907e
GM
7276 * allout.el: No need to load epa, epg, overlay when compiling.
7277 (epg-context-set-passphrase-callback, epg-list-keys)
7278 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7279 (epg-key-user-id-list): Declare.
7280
9c6906f6
GM
7281 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7282 (viper-set-parsing-style-toggling-macro)
7283 (viper-set-emacs-state-searchstyle-macros):
7284 Use called-interactively-p on Emacs.
7285 (viper-looking-back): Make it an obsolete alias. Update callers.
7286 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7287 Use looking-back rather than viper-looking-back.
7288 (viper-tmp-insert-at-eob, viper-enlarge-region)
7289 (viper-read-string-with-history, viper-register-to-point)
7290 (viper-append-to-register, viper-change-state-to-vi)
7291 (viper-backward-char-carefully, viper-forward-char-carefully)
7292 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7293 (viper-change-state-to-emacs): Declare.
7294 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7295 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7296 * emulation/viper-mous.el: Do not load viper-cmd.
7297 (viper-backward-char-carefully, viper-forward-char-carefully)
7298 (viper-forward-word, viper-adjust-window): Declare.
7299
5f70c169
GM
7300 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7301
b1b7f300
GM
7302 * progmodes/idlw-help.el (idlwave-help-fontify):
7303 Use called-interactively-p.
7304
f6ebbb46
GM
7305 * term/w32console.el (w32-get-console-codepage)
7306 (w32-get-console-output-codepage): Declare.
7307
0cdffd7d
GM
7308 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7309 Remove unnecessary declarations.
7310 (dframe-message): Doc fix.
7311
7312 * info.el (dframe-select-attached-frame, dframe-current-frame):
7313 Declare.
7314
7315 * speedbar.el (speedbar-message): Make it an obsolete alias.
7316 Update all callers.
7317 (speedbar-with-attached-buffer)
7318 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7319 (speedbar-with-writable): Use backquote.
7320 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7321 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7322 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7323 rather than speedbar- aliases.
7324 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7325 (speedbar-make-specialized-keymap, speedbar-insert-button)
7326 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7327 (speedbar-do-function-pointer): Declare.
7328 (rmail-speedbar-button, rmail-speedbar-find-file)
7329 (rmail-speedbar-move-message):
7330 Use dframe-with-attached-buffer rather than speedbar- alias.
7331 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7332 (dframe-message, speedbar-make-specialized-keymap)
7333 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7334 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7335 (speedbar-insert-button, dframe-select-attached-frame)
7336 (dframe-maybee-jump-to-attached-frame)
7337 (speedbar-change-initial-expansion-list)
7338 (speedbar-previously-used-expansion-list-name): Declare.
7339 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7340 Use dframe-message, dframe-with-attached-buffer rather than
7341 speedbar- aliases.
7342 (gud-sentinel): Silence compiler.
7343 * progmodes/vhdl-mode.el (speedbar-refresh)
7344 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7345 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7346 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7347 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7348 (speedbar-file-lists, speedbar-make-tag-line)
7349 (speedbar-line-directory, speedbar-goto-this-file)
7350 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7351 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7352 (speedbar-make-button, speedbar-reset-scanners)
7353 (speedbar-files-item-info, speedbar-line-text)
7354 (speedbar-find-file-in-frame, speedbar-set-timer)
7355 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7356 (speedbar-with-writable): Do not (re)define it.
7357 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7358 rather than speedbar- alias.
7359
ee44b62a
LL
73602013-05-21 Leo Liu <sdl.web@gmail.com>
7361
7362 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7363 menu items.
7364 (octave-mode): Tweak fill-nobreak-predicate.
7365 (inferior-octave-startup): Check process to avoid infinite loop.
7366 (inferior-octave): Pop to buffer first to show abornmal process
7367 exit information.
7368
640f050f
GM
73692013-05-21 Glenn Morris <rgm@gnu.org>
7370
79458038
GM
7371 * printing.el (pr-menu-bar): Define when compiling.
7372
9cc3e83f
LL
73732013-05-21 Leo Liu <sdl.web@gmail.com>
7374
7375 * progmodes/octave.el (octave-auto-fill): Remove.
7376 (octave-indent-new-comment-line): Improve.
7377 (octave-mode): Use auto fill mode through
4f405069 7378 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 7379 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 7380 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
7381 (octave-help): Show parent directory.
7382
f440830d
GM
73832013-05-21 Glenn Morris <rgm@gnu.org>
7384
7385 * files.el (dired-unmark):
7386 * progmodes/gud.el (gdb-input): Update declarations.
7387
7388 * calculator.el (electric, ehelp): No need to load when compiling.
7389 (Electric-command-loop, electric-describe-mode): Declare.
7390
7391 * doc-view.el (doc-view-current-converter-processes): Move before use.
7392
7393 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7394 Move MODE-set-explicitly definition before use.
7395
7396 * international/mule-diag.el (mule-diag):
7397 Don't use obsolete window-system-version.
7398
7399 * mail/feedmail.el (smtpmail): No need to load when compiling.
7400 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7401
7402 * mail/mail-utils.el (rfc822): No need to load when compiling.
7403 (rfc822-addresses): Autoload it.
7404 (mail-strip-quoted-names): Trivial simplification.
7405
7406 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7407 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7408
7409 * net/snmp-mode.el (tempo): Don't duplicate requires.
7410
7411 * progmodes/prolog.el (info): No need to load when compiling.
7412 (comint): Require before shell requires it.
7413 (Info-goto-node): Autoload it.
7414 (Info-follow-nearest-node): Declare.
7415 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7416
7417 * textmodes/artist.el (picture-mode-exit): Declare.
7418
7419 * textmodes/reftex-parse.el (reftex-parse-from-file):
7420 Trivial rewrite so the compiler can parse it better.
7421
b4da2cbb
LL
74222013-05-20 Leo Liu <sdl.web@gmail.com>
7423
7424 * progmodes/octave.el (octave-help-mode-map)
7425 (octave-help-mode-finish-hook): New variables.
7426 (octave-help-mode, octave-help-mode-finish): New functions.
7427 (octave-help): Use octave-help-mode.
7428
33c0f65b
GM
74292013-05-20 Glenn Morris <rgm@gnu.org>
7430
7431 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7432
1a0a0a8a
DG
74332013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7434
7435 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7436 start at point, so that expansion starting right after opening
7437 slash in a regexp is recognized.
7438 (ruby-syntax-before-regexp-re): New defvar, extracted from
7439 ruby-syntax-propertize-function. Since the value of this regexp
7440 is looked up at runtime now, we should be able to turn
7441 `ruby-syntax-methods-before-regexp' into a defcustom later.
7442 (ruby-syntax-propertize-function): Split regexp matching into two
7443 parts, for opening and closing slashes. That allows us to skip
7444 over string interpolations and support multiline regexps.
7445 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7446 for them, which calls `ruby-syntax-propertize-expansion'.
7447 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7448 call to `ruby-syntax-propertize-function'.
7449 (ruby-syntax-propertize-expansion): Extracted from
7450 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
7451 (ruby-syntax-propertize-percent-literal): Leave point right after
7452 the percent symbol, so that the expression expansion rule can
7453 propertize the contents.
462388b6
DG
7454 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7455 heredoc openers.
7456 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 7457
c1a6c0a4
JL
74582013-05-18 Juri Linkov <juri@jurta.org>
7459
7460 * man.el (Man-default-man-entry): Remove `-' from the end
7461 of the default value. (Bug#14400)
7462
8051fccd
GM
74632013-05-18 Glenn Morris <rgm@gnu.org>
7464
7465 * comint.el (comint-password-prompt-regexp):
7466 Allow "password for XXX" where XXX contains colons (eg https://...).
7467
5e80b74f
LL
74682013-05-18 Leo Liu <sdl.web@gmail.com>
7469
7470 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 7471 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
7472 (octave-source-directories): Don't check process.
7473 (octave-source-directories, octave-find-definition): Doc fix.
7474
521a54c5
GM
74752013-05-18 Glenn Morris <rgm@gnu.org>
7476
86a94b05
GM
7477 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7478 Remove backspace/delete bindings. (Bug#14392)
7479
521a54c5
GM
7480 * cus-dep.el (custom-make-dependencies): Sort the output.
7481 (custom-versions-load-alist): Convert comment to doc.
7482
42caeb89
LL
74832013-05-17 Leo Liu <sdl.web@gmail.com>
7484
7485 * newcomment.el (comment-search-backward): Stricter in finding
7486 comment start. (Bug#14303)
7487
7488 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7489 (octave-comment-start-skip): Properly anchored.
7490
e219dd97
LL
74912013-05-17 Leo Liu <sdl.web@gmail.com>
7492
fe1eb856
RS
7493 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7494 Clean up when turned off. (Bug#14395)
e219dd97
LL
7495 (smie--highlight-matching-block-overlay): No longer buffer-local.
7496 (smie-highlight-matching-block): Adjust.
7497
dc5dcb4b
PE
74982013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7499
7500 Doc string fix for "nanoseconds" (Bug#14406).
7501 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7502 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7503
1db165f0
JB
75042013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7505
7506 * calc/calc-units.el (math-extract-units): Preserve powers
7507 of units.
7508
c7a8fcac
LL
75092013-05-17 Leo Liu <sdl.web@gmail.com>
7510
7511 * subr.el (delete-consecutive-dups): New function.
7512 * ido.el (ido-set-matches-1): Use it.
7513 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7514 * ido.el (ido-remove-consecutive-dups): Remove.
7515
f678b18a
SM
75162013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7519 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7520 regexp-opt's `words'.
7521
ebfe68e8
LL
75222013-05-16 Leo Liu <sdl.web@gmail.com>
7523
7524 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7525 (smie--highlight-matching-block-overlay)
7526 (smie--highlight-matching-block-lastpos)
7527 (smie--highlight-matching-block-timer): New variables.
7528 (smie-highlight-matching-block): New function.
7529 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7530 (smie-setup): Conditionally enable smie-blink-matching-open.
7531
bc8bc17d
WS
75322013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7533
7534 Sync with upstream verilog-mode r840.
7535 * progmodes/verilog-mode.el (verilog-mode-version)
7536 (verilog-mode-release-date): Update.
7537 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7538 (verilog-sig-tieoff): Fix string error on
7539 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7540 (verilog-read-decls): Fix parameters confusing
7541 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7542
df065a0b
EZ
75432013-05-16 Eli Zaretskii <eliz@gnu.org>
7544
7545 * subr.el (reveal-filename): New function.
7546
7547 * loadup.el: Compute Emacs executable versions on MS-Windows,
7548 where executables have the .exe extension. Add a hard link
7549 emacs-XX.YY.ZZ.exe on MS-Windows.
7550
7551 * Makefile.in (XARGS_LIMIT): New variable.
7552 (custom-deps, finder-data, autoloads)
7553 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7554 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7555 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7556 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7557
2d4bf34b
LL
75582013-05-16 Leo Liu <sdl.web@gmail.com>
7559
7560 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7561 (octave-mode-menu, octave-mode-map): Remove its uses.
7562
6b9c2d85
RZ
75632013-05-16 Reto Zimmermann <reto@gnu.org>
7564
7565 Sync with upstream vhdl mode v3.34.2.
7566 * progmodes/vhdl-mode.el: Use `push' throughout.
7567 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7568 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7569 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7570 (vhdl-actual-generic-name): New option to derive actual generic name.
7571 (vhdl-port-paste-signals): Replace formal by actual generics.
7572 (vhdl-beautify): New name for old group vhdl-align. Update users.
7573 (vhdl-beautify-options): New option.
7574 (vhdl-last-input-event): New compat alias. Use throughout.
7575 (vhdl-goto-line): Replace user level function `goto-line'.
7576 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7577 vhdl-fix-statement-buffer.
7578 (vhdl-create-mode-menu): Add some entries.
7579 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7580 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7581 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7582 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7583 to force statements on one line.
7584 (vhdl-remove-trailing-spaces-region):
7585 New, split from vhdl-remove-trailing-spaces.
7586 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7587 Respect vhdl-beautify-options.
7588 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7589 (vhdl-update-sensitivity-list): Not add with index if exists without.
7590 Not include array index with signal. Ignore keywords in comments.
7591 (vhdl-get-visible-signals): Regexp tweaks.
7592 (vhdl-template-component-inst): Handle empty library.
7593 (vhdl-template-type): Add template for 'enum' type.
7594 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7595 Use vhdl-replace-string.
7596 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7597 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7598 (vhdl-speedbar-initialize): Update for above name change.
7599 (vhdl-compose-wire-components): Fix in handling of constants.
7600 (vhdl-error-regexp-emacs-alist): New variable.
7601 (vhdl-error-regexp-add-emacs): New function;
7602 adds support for new compile.el (Emacs 22+)
7603 (vhdl-generate-makefile-1): Change target order for single lib. units.
7604 Allow use of absolute file names.
7605
9df4ec5e
LL
76062013-05-16 Leo Liu <sdl.web@gmail.com>
7607
7608 * simple.el (prog-indent-sexp): Indent enclosing defun.
7609
f5ba00a6
GM
76102013-05-15 Glenn Morris <rgm@gnu.org>
7611
ed8be7ff
GM
7612 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7613 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7614 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7615 (whitespace-highlight): Move to whitespace group.
7616
7617 * comint.el (comint-source):
7618 * pcmpl-linux.el (pcmpl-linux):
7619 * shell.el (shell-faces):
7620 * eshell/esh-opt.el (eshell-opt):
7621 * international/ccl.el (ccl): Remove empty custom groups.
7622
7623 * completion.el (dynamic-completion-mode):
7624 * jit-lock.el (jit-lock-debug-mode):
7625 * minibuffer.el (completion-in-region-mode):
7626 * type-break.el (type-break-mode-line-message-mode)
7627 (type-break-query-mode):
7628 * emulation/tpu-edt.el (tpu-edt-mode):
7629 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7630 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7631 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7632
7633 * term/xterm.el (xterm): Change parent group to terminals.
7634
7635 * master.el (master): Remove empty custom group.
7636 (master-mode): Remove unused :group argument.
7637 * textmodes/refill.el (refill): Remove empty custom group.
7638 (refill-mode): Remove unused :group argument.
7639
7640 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7641
82a7c41b
GM
7642 * cus-dep.el: Provide a feature.
7643 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
7644 Don't mistakenly ignore files whose basenames match a basename
7645 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 7646 Add a fallback method for getting :group.
f5ba00a6 7647
6d65486d
JL
76482013-05-15 Juri Linkov <juri@jurta.org>
7649
da547b32
JL
7650 * isearch.el (isearch-char-by-name): Rename from
7651 `isearch-insert-char-by-name'. Doc fix.
7652 (isearch-forward): Mention `isearch-char-by-name' in
7653 the docstring. (Bug#13348)
7654
6d65486d
JL
7655 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7656 `exit-minibuffer' instead of
7657 `isearch-nonincremental-exit-minibuffer'.
7658 (isearch-edit-string): Remove mention of
7659 `isearch-nonincremental-exit-minibuffer' from docstring.
7660 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7661 (isearch-forward-exit-minibuffer)
7662 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7663
c9990474
SM
76642013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7665
6e911150
SM
7666 * loadup.el: Just use unversioned DOC.
7667
c9990474
SM
7668 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7669 literals as extending to EOB.
7670 (nxml-last-fontify-end): Remove unused variable.
7671 (nxml-after-change1): Use with-silent-modifications.
7672 (nxml-extend-after-change-region): Simplify.
7673 (nxml-extend-after-change-region1): Remove function.
7674 (nxml-after-change1): Don't adjust for dependent regions.
7675 (nxml-fontify-matcher): Simplify.
7676 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7677 (xmltok-add-dependent): Remove function.
7678 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7679 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7680 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7681 unclosed <[[, <?, comment, and other literals as extending to EOB.
7682 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7683 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7684 Remove functions.
7685 (rng-do-some-validation-1): Don't mark dependent regions.
7686 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7687 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7688 (nxml-clear-dependent-regions): Remove functions.
7689 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7690 (nxml-ensure-scan-up-to-date):
7691 Don't clear&mark dependent regions.
7692
e3772e98
LL
76932013-05-15 Leo Liu <sdl.web@gmail.com>
7694
c9990474
SM
7695 * progmodes/octave.el (octave-goto-function-definition):
7696 Improve and fix callers.
e3772e98 7697
5ac2eb34
SM
76982013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7699
c46c57b0
SM
7700 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7701 the setter (bug#14387).
7702
5ac2eb34
SM
7703 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7704 surrounding group (bug#14402).
7705
180ed218
JL
77062013-05-14 Juri Linkov <juri@jurta.org>
7707
7708 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7709 (Bug#14390)
7710
0ac0fecb
GM
77112013-05-14 Glenn Morris <rgm@gnu.org>
7712
7713 * progmodes/f90.el (f90-imenu-generic-expression):
7714 Fix typo in 2013-05-08 change. (Bug#14402)
7715
2e78e6a7
JPG
77162013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7717
5ac2eb34
SM
7718 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7719 Remove signals for which replies are never received.
2e78e6a7 7720
53267cca
JPG
77212013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7722
7723 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7724 (gdb-handler-alist, gdb-handler-number): Remove variables.
7725 (gdb-handler-list): New variable.
7726 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7727 (gdb-pending-handler-p, gdb-handle-reply)
7728 (gdb-remove-all-pending-triggers): New functions.
7729 (gdb-discard-unordered-replies): New defcustom.
7730 (gdb-handler): New defstruct.
7731 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7732 instead of gdb-pending-triggers. Update docstring.
7733 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7734 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7735 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7736 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7737 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7738 (gdb-frame-handler): Pending triggers are now automatically managed.
7739 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7740 Remove argument.
7741 (gdb-input): Automatically handles pending triggers. Update docstring.
7742 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7743 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7744 Update comments.
7745 (gdb-done-or-error): Now use gdb-handle-reply.
7746
d04ce803
JPG
77472013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7748
7749 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7750 gdb-debug-log.
7751
0114073a
GM
77522013-05-14 Glenn Morris <rgm@gnu.org>
7753
7754 * subr.el (user-emacs-directory-warning): New option.
7755 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7756
4d25fd7e
LL
77572013-05-14 Leo Liu <sdl.web@gmail.com>
7758
7759 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7760 during redisplay.
7761 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
7762 (octave-font-lock-texinfo-comment): Fix invalid search bound
7763 error: wrong side of point.
4d25fd7e 7764
27c8b6eb
GM
77652013-05-14 Glenn Morris <rgm@gnu.org>
7766
61aaeb01
GM
7767 * progmodes/flymake.el (flymake-xml-program): New option.
7768 (flymake-xml-init): Use it.
7769
5bf90bc5
GM
7770 * term/xterm.el: Provide a feature.
7771
7772 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 7773
f4c7dfd2
GM
77742013-05-13 Glenn Morris <rgm@gnu.org>
7775
7776 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7777 Add compat aliases as a hack workaround. (Bug#14384)
7778
2aeb3a1d
LL
77792013-05-13 Leo Liu <sdl.web@gmail.com>
7780
b0e069c2
LL
7781 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7782 ###, and %!.
f5a9432f
LL
7783 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7784 C-M-q.
b0e069c2
LL
7785 (octave-comment-start-skip): Include %!.
7786 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 7787
30ea8374
LL
77882013-05-12 Leo Liu <sdl.web@gmail.com>
7789
7790 * progmodes/octave.el (inferior-octave-startup): Store the value
7791 of __octave_srcdir__ for octave-source-directories.
7792 (inferior-octave-check-process): New function refactored out of
7793 inferior-octave-send-list-and-digest.
7794 (octave-source-directories)
7795 (octave-find-definition-filename-function): New variables.
7796 (octave-source-directories)
7797 (octave-find-definition-default-filename): New functions.
7798 (octave-find-definition): Improve to find functions implemented in C++.
7799
472a3834
GM
78002013-05-12 Glenn Morris <rgm@gnu.org>
7801
7802 * calendar/diary-lib.el (diary-outlook-format-1):
7803 Don't include dayname in the output. (Bug#14349)
7804
3191b52f
GM
78052013-05-11 Glenn Morris <rgm@gnu.org>
7806
0060ac73
GM
7807 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7808
3191b52f
GM
7809 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7810 Treat cc-provide like provide.
7811
e065ba74
KR
78122013-05-11 Kevin Ryde <user42@zip.com.au>
7813
7814 * cus-dep.el (custom-make-dependencies):
7815 Use generated-autoload-load-name for the sake of files such
7816 such cedet/semantic/bovine/c.el, where the base file name
7817 is not in load-path. (Bug#5277)
7818
36f84c37
GM
78192013-05-11 Glenn Morris <rgm@gnu.org>
7820
7821 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7822 Provide features.
7823
c8730c3a
LL
78242013-05-11 Leo Liu <sdl.web@gmail.com>
7825
7826 * progmodes/octave.el (octave-indent-comment): Improve.
7827 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
7828 (octave-eldoc-function-signatures, octave-eldoc-function):
7829 New functions.
c8730c3a
LL
7830 (octave-mode, inferior-octave-mode): Add eldoc support.
7831
212e29f2
RS
78322013-05-11 Richard Stallman <rms@gnu.org>
7833
7834 * epa.el (epa-decrypt-file): Take output file name as argument
7835 and read it using `interactive'.
7836
083fe0d7
LL
78372013-05-11 Leo Liu <sdl.web@gmail.com>
7838
7839 * progmodes/octave.el (octave-beginning-of-line)
7840 (octave-end-of-line): Check before using up-list because it jumps
7841 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
7842 (octave-indent-comment): New function.
7843 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
7844 (octave-begin-keywords, octave-end-keywords)
7845 (octave-reserved-words, octave-smie-bnf-table)
7846 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 7847
8582e4c4
GM
78482013-05-11 Glenn Morris <rgm@gnu.org>
7849
f20def1f
GM
7850 * faces.el (internal-face-x-get-resource):
7851 * frame.el (ns-display-monitor-attributes-list):
d78abe37 7852 * calc/calc-aent.el (math-to-radians-2):
f20def1f 7853 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 7854 Fix declarations.
f20def1f 7855
445f95e2
GM
7856 * calc/calc-menu.el: Make it loadable in isolation.
7857
7858 * net/eudcb-bbdb.el: Make it loadable without bbdb.
7859 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7860 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7861 (eudc-bbdb-query-internal): Require 'bbdb.
7862
99fb2756
GM
7863 * lpr.el (lpr-headers-switches):
7864 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7865
7866 * progmodes/sql.el (sql-login-params): Fix and improve :type.
7867
0da7ad96
GM
7868 * emulation/edt-mapper.el: In batch mode, error rather than hang.
7869
8582e4c4
GM
7870 * term.el (term-set-escape-char): Make it idempotent.
7871
f71c50d0
LL
78722013-05-10 Leo Liu <sdl.web@gmail.com>
7873
5ac2eb34
SM
7874 * progmodes/octave.el (inferior-octave-completion-table):
7875 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
7876 completion due to bug#11906.
7877 (octave-beginning-of-defun): Re-write to be more general.
7878
d5837773
GM
78792013-05-10 Glenn Morris <rgm@gnu.org>
7880
7881 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7882
027c0f75
SM
78832013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * comint.el (comint-redirect-send-command-to-process): Use :around
7886 rather than :override for comint-redirect-filter.
7887 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7888 Call it instead of comint-redirect-original-filter-function (which
7889 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
7890
4465bfb4
JD
78912013-05-09 Jan Djärv <jan.h.d@swipnet.se>
7892
7893 * frame.el (display-monitor-attributes-list): Add NS case.
7894 (ns-display-monitor-attributes-list): Declare.
7895
2d809ffa 78962013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
7897
7898 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
7899
e54eeb9b
GM
79002013-05-09 Glenn Morris <rgm@gnu.org>
7901
56cd351d
GM
7902 * international/fontset.el (vertical-centering-font-regexp):
7903 Set standard-value.
7904
d84b6108
GM
7905 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7906
a931698a
GM
7907 * bookmark.el (bookmark-search-delay):
7908 * cus-start.el (vertical-centering-font-regexp):
7909 * ps-mule.el (ps-mule-font-info-database-default):
7910 * ps-print.el (ps-default-fg, ps-default-bg):
7911 * type-break.el (type-break-good-break-interval):
7912 * whitespace.el (whitespace-indentation-regexp)
7913 (whitespace-space-after-tab-regexp):
7914 * emacs-lisp/testcover.el (testcover-1value-functions)
7915 (testcover-noreturn-functions, testcover-progn-functions)
7916 (testcover-prog1-functions):
7917 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7918 * eshell/em-glob.el (eshell-glob-translate-alist):
7919 * play/tetris.el (tetris-tty-colors):
7920 * progmodes/cpp.el (cpp-face-default-list):
7921 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7922 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7923 (idlwave-help-browser-generic-args):
7924 * progmodes/make-mode.el (makefile-special-targets-list):
7925 * progmodes/python.el (python-shell-virtualenv-path):
7926 * progmodes/verilog-mode.el (verilog-active-low-regexp)
7927 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7928 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7929 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7930 * textmodes/reftex-vars.el (reftex-format-label-function):
7931 * textmodes/remember.el (remember-diary-file): Fix custom types.
7932
e54eeb9b
GM
7933 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7934 Add :version.
7935
455851dd
LL
79362013-05-09 Leo Liu <sdl.web@gmail.com>
7937
7938 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 7939 Restore file completion. (Bug#14300)
455851dd
LL
7940 (inferior-octave-startup): Fix incorrect highlighting for the
7941 first prompt.
7942
a9e4425b
SM
79432013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * progmodes/ruby-mode.el: First cut at SMIE support.
7946 (ruby-use-smie): New var.
7947 (ruby-smie-grammar): New constant.
7948 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7949 (ruby-smie--forward-token, ruby-smie--backward-token)
7950 (ruby-smie-rules): New functions.
7951 (ruby-mode-variables): Setup SMIE if applicable.
7952
060ca408
EZ
79532013-05-08 Eli Zaretskii <eliz@gnu.org>
7954
7955 * simple.el (line-move-visual): Signal beginning/end of buffer
7956 only if vertical-motion moved less than it was requested. Avoids
7957 silly incorrect error messages when there are display strings with
7958 multiple newlines at EOL.
7959
1d5963cc
SM
79602013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7963 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7964 (prolog-char-quote-workaround):
7965 * progmodes/cperl-mode.el (cperl-under-as-char):
7966 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
7967 Mark as obsolete.
7968 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
7969 their declaration.
7970 (vhdl-mode-syntax-table-init): Remove.
7971
c9990474
SM
7972 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7973 last change.
1d5963cc
SM
7974
7975 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7976 syntax for "_".
7977 (ld-script-font-lock-keywords):
7978 Change regexps to use things like \_< and \_>.
7979
7980 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7981 Change all regexps to use things like \_< and \_>.
7982
7983 * progmodes/autoconf.el (autoconf-definition-regexp)
7984 (autoconf-font-lock-keywords, autoconf-current-defun-function):
7985 Handle a _ with symbol syntax.
7986 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7987
c9990474
SM
7988 * progmodes/ada-mode.el (ada-mode-abbrev-table):
7989 Consolidate declaration.
1d5963cc
SM
7990 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7991 the declaration.
7992 (ada-create-syntax-table): Remove.
7993 (ada-capitalize-word): Don't mess with the syntax of "_" since it
7994 already has the right syntax nowadays.
7995 (ada-goto-next-word): Don't change the syntax of "_".
7996
7997 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7998 with-wrapper-hook.
7999
72d3cfca
SS
80002013-05-08 Sam Steingold <sds@gnu.org>
8001
8002 * thingatpt.el (thing-at-point): Accept optional second argument
8003 NO-PROPERTIES to strip the text properties from the return value.
8004 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8005 to `thing-at-point' instead of stripping the properties ourselves.
8006 Also, when `thing-at-point' fails to find a url, prepend "http://"
8007 to the filename at point on the assumption that the user is
8008 pointing at something like gnu.org/gnu.
8009
5cb15713
JB
80102013-05-08 Juanma Barranquero <lekktu@gmail.com>
8011
8012 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8013 * faces.el (crm-separator):
8014 Silence byte-compiler.
8015
8016 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8017 (tool-bar-map): Remove unneeded defvars.
8018
ea78b95b
LL
80192013-05-08 Leo Liu <sdl.web@gmail.com>
8020
8021 Re-work a fix for bug#10994 based on Le Wang's patch.
8022 * ido.el (ido-remove-consecutive-dups): New helper.
8023 (ido-completing-read): Use it.
8024 (ido-chop): Revert fix for bug#10994.
8025
dc7466df
AS
80262013-05-08 Adam Spiers <emacs@adamspiers.org>
8027
8028 * cus-edit.el (custom-save-variables):
8029 Pretty-print long values. (Bug#14187)
8030
9ecf672a
GM
80312013-05-08 Glenn Morris <rgm@gnu.org>
8032
8033 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8034 (m4-mode-syntax-table): Init in the defvar.
8035 (m4-mode-abbrev-table): Let define-derived-mode define it.
8036
3f555be8
TT
80372013-05-08 Tom Tromey <tromey@redhat.com>
8038
8039 * progmodes/m4-mode.el (m4-mode-syntax-table):
8040 Do not treat "_" as word constituent. (Bug#14167)
8041
7cc8ae06
GM
80422013-05-07 Glenn Morris <rgm@gnu.org>
8043
4f58bc06
GM
8044 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8045 Remove explicit eshell-isearch-cancel-map.
8046
7cc8ae06
GM
8047 * progmodes/f90.el (f90-smart-end-names): New option.
8048 (f90-smart-end): Doc fix.
8049 (f90-end-block-optional-name): New constant.
8050 (f90-block-match): Respect f90-smart-end-names.
8051
ceb57e59
SM
80522013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * progmodes/octave.el (octave-smie-forward-token): Be more careful
8055 about implicit semi-colons (bug#14218).
8056
4e3f9230
YM
80572013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8058
8059 * frame.el (display-monitor-attributes-list)
8060 (frame-monitor-attributes): New functions.
8061
203a5572
LL
80622013-05-06 Leo Liu <sdl.web@gmail.com>
8063
8064 * progmodes/octave.el (octave-syntax-propertize-function): Change
8065 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
8066 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 8067 (octave-completion-at-point): Rename from
203a5572
LL
8068 octave-completion-at-point-function.
8069 (inferior-octave-directory-tracker): Robustify.
8070 (octave-text-functions): Remove and fix its uses. No such things
8071 any more.
8072
ee6cff99
SM
80732013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * emacs-lisp/trace.el (trace--display-buffer): New function.
8076 (trace-make-advice): Use it.
8077
32985194
JL
80782013-05-06 Juri Linkov <juri@jurta.org>
8079
8080 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
8081 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8082 Doc fix.
8083 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8084 in the help string. (Bug#12985)
8085
a1c700de
KD
80862013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
8087
8088 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
8089
c67c0839
SM
80902013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8091
323885fd
SM
8092 * progmodes/perl-mode.el: Add support for here documents.
8093 (perl-syntax-propertize-function): Match here-doc markers.
8094 (perl-syntax-propertize-special-constructs): Find their end.
8095 (perl-imenu-generic-expression): Use [:alnum:].
8096
c67c0839
SM
8097 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8098 (advice--add-function): Refresh the advice if already present
8099 (bug#14317).
8100
d491e7a8
IA
81012013-05-06 Ivan Andrus <darthandrus@gmail.com>
8102
8103 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
8104
ddf9925e
GM
81052013-05-06 Glenn Morris <rgm@gnu.org>
8106
7cc3af27
GM
8107 * w32-fns.el (w32-charset-info-alist): Declare.
8108
16e343d6
GM
8109 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8110 of its defcustom properties.
8111 (eshell-cmpl-initialize): No need to load pcomplete.
8112
7d889a47
GM
8113 * generic-x.el: No need to require comint when compiling.
8114
ddf9925e
GM
8115 * net/eudc-export.el: Make it loadable without bbdb.
8116 (top-level): Use require rather than load-library.
8117 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8118 (eudc-batch-export-records-to-bbdb)
8119 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8120 Require bbdb.
8121
1e2c18df
SM
81222013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8125 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8126 some tweaks, instead.
8127
02502a5f
LL
81282013-05-05 Leo Liu <sdl.web@gmail.com>
8129
8130 * progmodes/octave.el (octave-font-lock-keywords)
8131 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8132 (inferior-octave-send-list-and-digest): Improve error message.
8133 (octave-mode, inferior-octave-mode): Use setq-local.
8134 (octave-help): Set info-lookup-mode.
8135
0dc04f42
RS
81362013-05-05 Richard Stallman <rms@gnu.org>
8137
6c54491c
RS
8138 * vc/compare-w.el (compare-windows-whitespace):
8139 Treat no-break space as whitespace.
8140
0dc04f42
RS
8141 * mail/rmailsum.el (rmail-summary-rmail-update):
8142 Detect empty summary and don't change selected message.
8143 (rmail-summary-goto-msg): Likewise.
8144
df8f35df
RS
8145 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8146 Doc fixes, rename args.
8147
5356e1a3
AM
81482013-05-05 Alan Mackenzie <acm@muc.de>
8149
8150 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8151
d44014cb
JL
81522013-05-05 Juri Linkov <juri@jurta.org>
8153
8154 * info.el (Info-read-subfile): Use (point-min) instead of (point)
8155 to not add the length of the summary segment to the return value.
8156 (Bug#14125)
8157
c129b51f
LL
81582013-05-05 Leo Liu <sdl.web@gmail.com>
8159
8160 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8161 (inferior-octave-output-filter): Remove.
8162 (octave-send-region, inferior-octave-startup): Fix callers.
8163 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8164 (octave-binary-file-extensions): New user variable.
8165 (octave-find-definition): Confirm if opening binary files.
8166 (octave-help-file): Use octave-find-definition to get the binary
8167 confirmation.
8168 (octave-help): Adjust for octave-help-file change.
8169
aa7dab97
SM
81702013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
8173 Merge the two entries that handle function definitions.
8174 (pascal--syntax-propertize): New const.
8175 (pascal-mode): Use it. Use setq-local.
8176
fd3a9a6b
GM
81772013-05-04 Glenn Morris <rgm@gnu.org>
8178
8179 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
8180 (diary-from-outlook): Respect diary-from-outlook-function.
8181
30c7e542
SM
81822013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
8185 Move the declaration from C.
8186 (read-minibuffer, eval-minibuffer): Move from C.
8187 (completion-setup-function): Avoid minibuffer-completion-contents.
8188
b54f978b
LL
81892013-05-03 Leo Liu <sdl.web@gmail.com>
8190
8191 * progmodes/octave.el (octave-font-lock-keywords): Do not
8192 dehighlight 'end' in comments or strings.
30c7e542
SM
8193 (octave-completing-read, octave-goto-function-definition):
8194 New helpers.
d4d0f9b3
LL
8195 (octave-help-buffer): New user variable.
8196 (octave-help-file, octave-help-function): New button types.
8197 (octave-help): New command and bind it to C-h ;.
8198 (octave-find-definition): New command and bind it to M-.
d74a1581 8199 (user-error): Alias to error if not defined.
b54f978b 8200
27135018
LL
82012013-05-02 Leo Liu <sdl.web@gmail.com>
8202
8203 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
8204 for \. (bug#14332)
8205 (octave-font-lock-keywords): Include [ and {.
8206
0d634d3a
LL
82072013-05-02 Leo Liu <sdl.web@gmail.com>
8208
8209 * progmodes/octave.el (inferior-octave-startup-file): Change default.
8210 (inferior-octave): Remove calling comint-mode and return the buffer.
8211 (inferior-octave-startup): Cosmetic changes.
8212
b4c8295e
LL
82132013-05-02 Leo Liu <sdl.web@gmail.com>
8214
30c7e542
SM
8215 * progmodes/octave.el (octave-syntax-propertize-function):
8216 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 8217
f12ad6ec
GM
82182013-05-02 Glenn Morris <rgm@gnu.org>
8219
8220 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
8221 * desktop.el (vc-dir-mode): Just autoload it here.
8222
30cac1e0
AM
82232013-05-02 Alan Mackenzie <acm@muc.de>
8224
8225 Eliminate variable c-standard-font-lock-fontify-region-function.
8226 * progmodes/cc-mode.el
8227 (c-standard-font-lock-fontify-region-function): Remove.
8228 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
8229
d8ef28b1
LL
82302013-05-01 Leo Liu <sdl.web@gmail.com>
8231
2640d52e 8232 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 8233 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 8234 variables were removed from Octave in 2007.
d8ef28b1
LL
8235 (inferior-octave-startup): Fix uses.
8236 (comint-line-beginning-position): Remove compatibility code for
8237 emacs 21.
8238
ac63ec89
JL
82392013-05-01 Juri Linkov <juri@jurta.org>
8240
8241 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
8242
9e9be37c
JL
82432013-05-01 Juri Linkov <juri@jurta.org>
8244
8245 * comint.el (comint-previous-matching-input): Don't print message
8246 "History item: %d" when `isearch-mode' is active.
8247 (comint-history-isearch-message): Print message "History item: %d"
8248 when `comint-input-ring-index' is not empty and this function is
8249 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
8250
9b92c13b
LL
82512013-05-01 Leo Liu <sdl.web@gmail.com>
8252
8253 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
8254 definitions. Use completion-at-point to insert keywords.
8255 (octave-abbrev-start): Remove.
8256 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
8257
b12d33d7
LL
82582013-04-30 Leo Liu <sdl.web@gmail.com>
8259
8260 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
8261 change.
8262
3d1c39fa
AM
82632013-04-30 Alan Mackenzie <acm@muc.de>
8264
8265 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
8266 * progmodes/cc-engine.el (c-back-over-member-initializers):
8267 new function.
3d1c39fa
AM
8268 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
8269 (most) member init lists.
8270
5147fc17
RS
82712013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8272
8273 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8274 variable.
8275
5b78d7fc
LL
82762013-04-30 Leo Liu <sdl.web@gmail.com>
8277
8278 * progmodes/octave.el (octave-variables): Remove. No builtin
8279 variables any more. All converted to functions.
8280 (octave-font-lock-keywords, octave-completion-at-point-function):
8281 Fix uses.
8282 (octave-font-lock-texinfo-comment): New user variable.
8283 (octave-texinfo-font-lock-keywords): New variable for texinfo
8284 comment block.
8285 (octave-function-comment-block): New face.
8286 (octave-font-lock-texinfo-comment): New function.
8287 (octave-mode): Font lock texinfo comment block.
8288
38d8527b
LL
82892013-04-29 Leo Liu <sdl.web@gmail.com>
8290
8291 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8292 indexing expression.
8293 (octave-continuation-string): Do not use \.
8294 (inferior-octave-complete-impossible): Remove.
8295 (inferior-octave-completion-table)
8296 (inferior-octave-completion-at-point): Remove its uses.
8297 (inferior-octave-startup): completion_matches was introduced to
8298 Octave in 1996 so safe to assume it.
8299 (octave-function-file-comment): Improve to follow how Octave does it.
8300 (octave-update-function-file-comment): Tweak.
8301
2ec12cb0
LL
83022013-04-29 Leo Liu <sdl.web@gmail.com>
8303
8304 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8305 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8306 (octave-function-file-comment): Fix typo.
8307 (octave-sync-function-file-names): Use read-char-choice.
8308
6eaed048
JB
83092013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8310
8311 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8312 to t for the less important warnings.
8313
3ffa2d4f
DH
83142013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8315
8316 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8317
685c9501
GM
83182013-04-27 Glenn Morris <rgm@gnu.org>
8319
8320 * vc/log-view.el (log-view-current-entry):
8321 Treat "---" separator lines as part of the following rev. (Bug#14169)
8322
0208ede7
JL
83232013-04-27 Juri Linkov <juri@jurta.org>
8324
8325 * subr.el (read-number): Doc fix about using it by interactive
8326 code letter `n'. (Bug#14254)
8327
5db9dace
JL
83282013-04-27 Juri Linkov <juri@jurta.org>
8329
8330 * desktop.el (desktop-auto-save-timeout): New option.
8331 (desktop-file-checksum): New variable.
8332 (desktop-save): Add optional arg `auto-save' and don't auto-save
8333 if nothing changed.
8334 (desktop-auto-save-timer): New variable.
8335 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8336 (after-init-hook): Call `desktop-auto-save-set-timer'.
8337 Suggested by Reuben Thomas <rrt@sc3d.org> in
8338 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8339
b7260dd4
LL
83402013-04-27 Leo Liu <sdl.web@gmail.com>
8341
8342 * progmodes/octave.el (octave-function-file-p)
8343 (octave-skip-comment-forward, octave-function-file-comment)
8344 (octave-update-function-file-comment): New functions.
8345 (octave-mode-map): Bind C-c ; to
8346 octave-update-function-file-comment.
8347 (octave-mode-menu): Add octave-update-function-file-comment.
8348 (octave-mode, inferior-octave-mode): Fix doc-string.
8349 (octave-insert-defun): Conform to Octave's coding convention.
8350 (Bug#14285)
8351
8352 * files.el (basic-save-buffer): Don't let errors in
8353 before-save-hook prevent saving buffer.
8354
c46da669
RW
83552013-04-20 Roland Winkler <winkler@gnu.org>
8356
8357 * faces.el (read-face-name): Use completing-read if arg multiple
8358 is nil.
8359
a81ee1eb
IL
83602013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8361
8362 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
8363 displayed, move point to after the totals line.
8364 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
8365 for the details.
8366
4fac34ce
SM
83672013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8370 Add current dir to the load-path.
8371 (package-generate-autoloads): Don't rely on
8372 autoload-ensure-default-file.
8373
f6bfc063
RT
83742013-04-26 Reuben Thomas <rrt@sc3d.org>
8375
d40ab5cf
BG
8376 * textmodes/remember.el (remember-store-in-files): Document that
8377 the file name format is passed to `format-time-string'.
f6bfc063 8378
e55d3b04
LL
83792013-04-26 Leo Liu <sdl.web@gmail.com>
8380
8381 * progmodes/octave.el (octave-sync-function-file-names): New function.
8382 (octave-mode): Use it in before-save-hook.
8383
e53052d3
SM
83842013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8385
140ef50c
SM
8386 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8387 (bug#14274).
8388
e53052d3
SM
8389 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8390 \n and comment, even if it's not an implicit ; (bug#14218).
8391
af80458d 83922013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
8393
8394 * subr.el (read-number): Once more use `read' rather than
8395 `string-to-number', to trap non-numeric input. (Bug#14254)
8396
af80458d 83972013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
8398
8399 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8400 Use `syntax-multiline' text property consistently instead of
8a621d53 8401 `font-lock-multiline'. (Bug#14237)
70203c2e 8402
e6ea1f6c
GM
84032013-04-26 Glenn Morris <rgm@gnu.org>
8404
8405 * emacs-lisp/shadow.el (list-load-path-shadows):
8406 No longer necessary to check for duplicate simple.el, since
8407 2012-07-07 change to init_lread to not include installation lisp
8408 directories in load-path when running uninstalled. (Bug#14270)
8409
070ccca4
LL
84102013-04-26 Leo Liu <sdl.web@gmail.com>
8411
8412 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8413 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 8414 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
8415 octave-in-string-or-comment-p.
8416 (octave-in-comment-p, octave-in-string-p)
8417 (octave-in-string-or-comment-p): Replace defsubst with defun.
8418
9d1c5fb6
PE
84192013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8420
8421 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8422
c034abda
BG
84232013-04-25 Bastien Guerry <bzg@gnu.org>
8424
8425 * textmodes/remember.el (remember-data-directory)
8426 (remember-directory-file-name-format): Fix custom types.
8427
584ea277
LL
84282013-04-25 Leo Liu <sdl.web@gmail.com>
8429
e53052d3
SM
8430 * progmodes/octave.el (octave-completion-at-point-function):
8431 Make use of inferior octave process.
584ea277
LL
8432 (octave-initialize-completions): Remove.
8433 (inferior-octave-completion-table): New function.
8434 (inferior-octave-completion-at-point): Use it.
8435 (octave-completion-alist): Remove.
8436
1693b06a
SM
84372013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8440 (opascal-mode-syntax-table): New var.
8441 (opascal-literal-kind, opascal-is-literal-end)
8442 (opascal-literal-token-at): Rewrite.
8443 (opascal--literal-start-re, opascal-font-lock-keywords)
8444 (opascal--syntax-propertize): New constants.
8445 (opascal-font-lock-defaults): Adjust.
8446 (opascal-mode): Use them. Set comment-<foo> variables as well.
8447 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8448 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8449 (delphi-other-face, opascal-other-face): Remove face variables.
8450 (opascal-save-state): Remove macro.
8451 (opascal-fontifying-progress-step): Remove constant.
8452 (opascal--ignore-changes): Remove var.
8453 (opascal-set-token-property, opascal-parse-next-literal)
8454 (opascal-is-stable-literal, opascal-complete-literal)
8455 (opascal-is-literal-start, opascal-face-of)
8456 (opascal-parse-region, opascal-parse-region-until-stable)
8457 (opascal-fontify-region, opascal-after-change)
8458 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8459 (opascal-debug-parse-region, opascal-debug-parse-window)
8460 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8461 (opascal-debug-fontify-buffer): Remove.
8462 (opascal-debug-mode-map): Adjust accordingly.
8463
be64c05d
LL
84642013-04-25 Leo Liu <sdl.web@gmail.com>
8465
8466 Merge octave-mod.el and octave-inf.el into octave.el with some
8467 cleanups.
8468 * progmodes/octave.el: New file renamed from octave-mod.el.
8469 * progmodes/octave-inf.el: Merged into octave.el.
8470 * progmodes/octave-mod.el: Renamed to octave.el.
8471
d79d37bd
TH
84722013-04-25 Tassilo Horn <tsdh@gnu.org>
8473
8474 * textmodes/reftex-vars.el
8475 (reftex-label-ignored-macros-and-environments): New defcustom.
8476
8477 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8478
ced3fc5d
SM
84792013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8482 (smie-indent-keyword): Improve the check to ensure that the next
8483 comment is really on the same line.
8484 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8485
8486 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8487 semi-colons if the line is not otherwise empty (bug#14218).
8488
1c141dad
GM
84892013-04-25 Glenn Morris <rgm@gnu.org>
8490
8491 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8492
5058062a
SM
84932013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * progmodes/opascal.el (opascal-set-token-property): Rename from
8496 opascal-set-text-properties and only set `token' (bug#14134).
8497 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8498 (opascal-literal-text-properties): Remove.
8499 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8500 Adjust callers.
8501
5db9dace 85022013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
8503
8504 * textmodes/remember.el (remember-handler-functions): Add an
8505 option for a new handler `remember-store-in-files'.
8506 (remember-data-directory, remember-directory-file-name-format):
8507 New options.
8508 (remember-store-in-files): New function to store remember notes
8509 as separate files within a directory.
8510
4391916c
MH
85112013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8512
8513 * progmodes/compile.el (compilation-next-error-function):
8514 Pass "formats" to compilation-find-file (bug#11777).
8515
bb7cdf58
GM
85162013-04-24 Glenn Morris <rgm@gnu.org>
8517
3b8fe752 8518 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
8519 * vc/vc-hg.el (vc-hg-print-log):
8520 * vc/vc-svn.el (vc-svn-print-log):
8521 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8522
bb7cdf58
GM
8523 * vc/vc-bzr.el (vc-bzr-print-log):
8524 * vc/vc-cvs.el (vc-cvs-print-log):
8525 * vc/vc-git.el (vc-git-print-log):
8526 * vc/vc-hg.el (vc-hg-print-log):
8527 * vc/vc-mtn.el (vc-mtn-print-log):
8528 * vc/vc-rcs.el (vc-rcs-print-log):
8529 * vc/vc-sccs.el (vc-sccs-print-log):
8530 * vc/vc-svn.el (vc-svn-print-log):
8531 * vc/vc.el (vc-print-log-internal): Doc fixes.
8532
b46a056e
GM
85332013-04-23 Glenn Morris <rgm@gnu.org>
8534
8535 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8536 Remove venerable code attempting to avoid substitute-command-keys.
8537
0aecf718
TH
85382013-04-23 Tassilo Horn <tsdh@gnu.org>
8539
4391916c
MH
8540 * textmodes/reftex-vars.el (reftex-label-regexps):
8541 Call `reftex-compile-variables' after changes to this variable.
0aecf718 8542
117f94cf
SM
85432013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8544
4391916c 8545 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
8546 Use lexical-binding.
8547 (jit-lock-force-redisplay): Use markers, check buffer's continued
8548 existence and beware narrowed buffers.
8549 (jit-lock-fontify-now): Adjust call accordingly.
8550
1d829c64
SM
85512013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8554 to avoid misleading the user.
8555
72d548a9
LL
85562013-04-22 Leo Liu <sdl.web@gmail.com>
8557
8558 * info-look.el: Prefer latex2e.info. (Bug#14240)
8559
d0853629
MA
85602013-04-22 Michael Albinus <michael.albinus@gmx.de>
8561
8562 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8563
8564 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 8565 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
8566 (tramp-set-completion-function, tramp-parse-putty):
8567 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8568 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8569 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8570 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8571 (tramp-call-local-coding-command): Use `tramp-call-process'
8572 instead of `tramp-compat-call-process'.
8573
8574 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8575 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8576 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 8577 (tramp-find-inline-compress): Improve traces.
d0853629
MA
8578 (tramp-maybe-send-script): Check for Perl binary.
8579 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8580
38cc0210
DU
85812013-04-22 Daiki Ueno <ueno@gnu.org>
8582
8583 * epg.el (epg-context-pinentry-mode): New function.
8584 (epg-context-set-pinentry-mode): New function.
8585 (epg--start): Pass --pinentry-mode option to gpg command.
8586
cc641ee1
XF
85872013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8588
02d844b5 8589 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 8590 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 8591 `completion-at-point'. (Bug#13774)
5d4e5c31 8592
cc641ee1
XF
8593 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8594 default key binding for `describe-distribution' has been moved to
8595 `C-h C-o'. (Bug#13970)
8596
1b42ee43
GM
85972013-04-21 Glenn Morris <rgm@gnu.org>
8598
8599 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8600 Add doc strings.
8601 (vc-print-log): Clarify interactive prompt.
8602
a6d63d97
GM
86032013-04-20 Glenn Morris <rgm@gnu.org>
8604
8605 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8606 No longer include timestamp etc information.
8607
d7f5c16f
RW
86082013-04-20 Roland Winkler <winkler@gnu.org>
8609
8610 * faces.el (read-face-name): Bug fix, return just one face if arg
8611 multiple is nil. (Bug#14209)
8612
bcd7a0a4
SM
86132013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8616 (remove-function): Autoload.
8617
8618 * comint.el (comint-redirect-original-filter-function): Remove.
8619 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
8620 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8621 (vc-cvs-annotate-command):
bcd7a0a4
SM
8622 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8623 * progmodes/prolog.el (prolog-consult-compile):
8624 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8625 Use add/remove-function instead.
8626 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8627 (gud-tooltip-process-output, gud-tooltip-tips):
8628 Use add/remove-function instead.
8629 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8630 (scheme-interaction-mode, exit-scheme-interaction-mode):
8631 Use add/remove-function instead.
8632
8633 * vc/vc-dispatcher.el: Use lexical-binding.
8634 (vc--process-sentinel): Rename from vc-process-sentinel.
8635 Change last arg to be the code to run. Don't use vc-previous-sentinel
8636 and vc-sentinel-commands any more.
8637 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8638 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8639
e36b2d20 86402013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 8641
bcd7a0a4 8642 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 8643 Handle function names with a single character. (Bug#14111)
4d3268ba 8644
781b4af6 86452013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
8646
8647 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8648 for subroutines defined in an eval (bug#14182).
8649
7d688336
TV
86502013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8651
8652 * bookmark.el (bookmark-completing-read): Improve handling of empty
8653 string (bug#14176).
8654
31dcede0
SM
86552013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8658
adc31213
FEG
86592013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8660
8661 New faster Imenu implementation (bug#14058).
8662 * progmodes/python.el:
8663 (python-imenu-prev-index-position):
8664 (python-imenu-format-item-label-function)
8665 (python-imenu-format-parent-item-label-function)
8666 (python-imenu-format-parent-item-jump-label-function):
8667 New vars.
8668 (python-imenu-format-item-label)
8669 (python-imenu-format-parent-item-label)
8670 (python-imenu-format-parent-item-jump-label)
8671 (python-imenu--put-parent, python-imenu--build-tree)
8672 (python-imenu-create-index, python-imenu-create-flat-index)
8673 (python-util-popn): New functions.
8674 (python-mode): Set imenu-create-index-function to
8675 python-imenu-create-index.
8676
cdca8255
SM
86772013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * winner.el (winner-active-region): Use region-active-p, activate-mark
8680 and deactivate-mark (bug#14225).
8681
8682 * simple.el (deactivate-mark): Don't inline it.
8683
beb42340
MA
86842013-04-18 Michael Albinus <michael.albinus@gmx.de>
8685
8686 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8687
fc7f4d7e
TH
86882013-04-18 Tassilo Horn <tsdh@gnu.org>
8689
8690 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8691 file extensions from the archive-mode entry in order to prefer
8692 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8693
29f47822
LL
86942013-04-18 Leo Liu <sdl.web@gmail.com>
8695
8696 * bindings.el (help-event-list): Add ?\?.
8697
d36ed1c8
SM
86982013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * subr.el (with-wrapper-hook): Declare obsolete.
8701 * simple.el (filter-buffer-substring-function): New hook.
8702 (filter-buffer-substring): Use it.
8703 (filter-buffer-substring-functions): Mark obsolete.
8704 * minibuffer.el (completion-in-region-function): New hook.
8705 (completion-in-region): Use it.
8706 (completion-in-region-functions): Mark obsolete.
8707 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8708 * abbrev.el (abbrev-expand-function): New hook.
8709 (expand-abbrev): Use it.
8710 (abbrev-expand-functions): Mark obsolete.
8711 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8712 and :filter-return.
8713
04754d36
FEG
87142013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8715
8716 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8717 and do not care about match data.
8718
dd8791e9
SM
87192013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8722 completion tables when completing error conditions and
8723 `declare' arguments.
8724 (lisp-complete-symbol, field-complete): Mark as obsolete.
8725 (check-parens): Unmatched parens are user errors.
8726 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8727
ffe54a13
AM
87282013-04-17 Michal Nazarewicz <mina86@mina86.com>
8729
dd8791e9
SM
8730 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8731 command changed buffer (ie. `flyspell-pre-buffer' is not current
8732 buffer), which prevents making decisions based on invalid value of
8733 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8734 cause an error when `flyspell-pre-point' was nil after switching
8735 buffers.
8736 (flyspell-post-command-hook): No longer needs to change buffers when
8737 checking pre-word. While at it remove unnecessary progn.
ffe54a13 8738
ec7e39f2
AM
87392013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8740
8741 * textmodes/ispell.el (ispell-add-per-file-word-list):
8742 Fix `flyspell-correct-word-before-point' error when accepting
8743 words and `coment-padding' is an integer by using
8744 `comment-normalize-vars' (Bug #14214).
8745
083850a6
FEG
87462013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8747
8748 New defun movement commands.
8749 * progmodes/python.el (python-nav--syntactically)
8750 (python-nav--forward-defun, python-nav-backward-defun)
8751 (python-nav-forward-defun): New functions.
8752
619ed6e1
FEG
87532013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8754
8755 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8756 (python-syntax-context): Use named compiler-macro for backwards
8757 compatibility with Emacs 24.x.
8758
7a1beb6c
LL
87592013-04-17 Leo Liu <sdl.web@gmail.com>
8760
8761 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8762 octave-hide-process-buffer.
8763
2d3fa3e5
SM
87642013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8767 (bug#14216).
8768
7ce5be54
JPG
87692013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8770
8771 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8772 Fix adjustment of offset when receiving incomplete responses from GDB
8773 (bug#14129).
8774
351edece
SM
87752013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8778 python-mode-abbrev-table.
8779 (python-skeleton-define): Adjust accordingly.
8780 (python-mode-abbrev-table): New table that inherits from it so that
8781 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8782
8783 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8784 (abbrev-symbol): Use it.
8785 (abbrev--before-point): Use it since we already handle inheritance.
8786
613f9481
LL
87872013-04-16 Leo Liu <sdl.web@gmail.com>
8788
8789 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8790 binding to info-lookup-symbol.
8791
51646b62
JB
87922013-04-16 Juanma Barranquero <lekktu@gmail.com>
8793
8794 * minibuffer.el (completion--twq-all):
8795 * term/ns-win.el (ns-initialize-window-system):
8796 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8797
efb3f01d
SM
87982013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8799
36c0a301
SM
8800 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8801 global bindings.
8802
efb3f01d
SM
8803 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8804
fb549d64
DG
88052013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8806
8807 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8808 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8809 to nil.
8810 (ruby-end-of-defun): Remove the unused arg, change the docstring
8811 to reflect that this function is only used as the value of
8812 `end-of-defun-function'.
8813 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8814 to reflect an earlier change that beginning/end-of-defun functions
8815 jump between methods in a class definition, as well as top-level
8816 functions.
8817
21e8fe2f
SM
88182013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8819
8820 * minibuffer.el (minibuffer-complete): Don't just scroll
8821 a *Completions* that's been iconified.
8822 (minibuffer-force-complete): Make sure repetitions do cycle when going
8823 through completion-in-region -> minibuffer-complete.
8824
20e527d0
AM
88252013-04-15 Alan Mackenzie <acm@muc.de>
8826
8827 Correct the placement of c-cpp-delimiters when there're #s not at
8828 col 0.
8829
8830 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8831 place a submatch around the #.
21e8fe2f
SM
8832 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8833 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
8834 on the #, not BOL.
8835
dabefae5
SM
88362013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8839 (advice--member-p): New arg `name'.
8840 (advice--add-function, advice-member-p): Use it (bug#14202).
8841
85c9ab64
AM
88422013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8843
8844 Reformulate java imenu-generic-expression.
8845 The old expression contained ill formed regexps.
8846
8847 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8848 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8849 (cc-imenu-java-method-arg-regexp): New defconsts.
8850 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 8851 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
8852 handling of spaces in the regexp.
8853
0f821d99
AM
88542013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8855
8856 * textmodes/ispell.el (ispell-command-loop): Remove
8857 flyspell highlight of a word when ispell accepts it (bug #14178).
8858
eb922adf
MA
88592013-04-15 Michael Albinus <michael.albinus@gmx.de>
8860
8861 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8862 uses code from the previous `ange-ftp-run-real-handler'.
8863 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8864 only in case that function exist. This is needed for proper
8865 unloading of Tramp.
8866
4d9a0979
TH
88672013-04-15 Tassilo Horn <tsdh@gnu.org>
8868
8869 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8870
8871 * textmodes/reftex.el (reftex-compile-variables): Use it.
8872
a829b0dc
SM
88732013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8874
91e8293c
SM
8875 * files.el (normal-mode): Only use default major-mode if no other mode
8876 was specified.
8877
830aed4d
SM
8878 * emacs-lisp/trace.el (trace-values): New function.
8879
a829b0dc
SM
8880 * files.el: Allow : in local variables (bug#14089).
8881 (hack-local-variable-regexp): New var.
8882 (hack-local-variables-prop-line, hack-local-variables): Use it.
8883
7ae9f0fb
RW
88842013-04-13 Roland Winkler <winkler@gnu.org>
8885
8886 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
8887 data before it gets modified by bibtex-beginning-of-entry.
8888
6646e848
RW
88892013-04-13 Roland Winkler <winkler@gnu.org>
8890
8891 * textmodes/bibtex.el (bibtex-url): Doc fix.
8892
88932013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
8894
8895 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8896 does not visit a BibTeX file, exclude it from the list of buffers
8897 returned by bibtex-initialize.
8898
0aa3616e
SB
88992013-04-13 Stephen Berman <stephen.berman@gmx.net>
8900
8901 * window.el (split-window): Remove interactive form, since as a
8902 command this function is a special case of split-window-below.
8903 Correct doc string.
8904
011cddd6
RW
89052013-04-12 Roland Winkler <winkler@gnu.org>
8906
8907 * faces.el (read-face-name): Do not override value of arg default.
8908 Allow single faces and strings as default values. Remove those
8909 elements from return value that are not faces.
8910 (describe-face): Simplify.
8911 (face-at-point): New optional args thing and multiple so that this
8912 function can provide the same functionality previously provided by
8913 read-face-name.
8914 (make-face-bold, make-face-unbold, make-face-italic)
8915 (make-face-unitalic, make-face-bold-italic, invert-face)
8916 (modify-face, read-face-and-attribute): Use face-at-point.
8917
8918 * cus-edit.el (customize-face, customize-face-other-window)
8919 * cus-theme.el (custom-theme-add-face)
8920 * face-remap.el (buffer-face-set)
8921 * facemenu.el (facemenu-set-face): Use face-at-point.
8922
f24e0036
MA
89232013-04-12 Michael Albinus <michael.albinus@gmx.de>
8924
8925 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8926
da3cda2d
TH
89272013-04-10 Tassilo Horn <tsdh@gnu.org>
8928
8929 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8930 off leading { and trailing } from field values.
8931
15e54145
SM
89322013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8933
78ce603d
SM
8934 * emacs-lisp/timer.el (timer--check): New function.
8935 (timer--time, timer-set-function, timer-event-handler): Use it.
8936 (timer-set-idle-time): Simplify.
8937 (timer--activate): CSE.
8938 (timer-event-handler): Give more info in error message.
8939 (internal-timer-start-idle): New function, moved from C.
8940
15e54145
SM
8941 * mpc.el (mpc-proc): Add `restart' argument.
8942 (mpc-proc-cmd): Use it.
8943 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8944 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8945 less often.
8946
7144c627
MY
89472013-04-10 Masatake YAMATO <yamato@redhat.com>
8948
8949 * progmodes/sh-script.el: Implement `sh-mode' own
8950 `add-log-current-defun-function' (bug#14112).
8951 (sh-current-defun-name): New function.
8952 (sh-mode): Use the function.
8953
b39792eb
BG
89542013-04-09 Bastien Guerry <bzg@gnu.org>
8955
8956 * simple.el (choose-completion-string): Fix docstring (bug#14163).
8957
8acdeb71
SM
89582013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8959
6fcdab68
SM
8960 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8961
8acdeb71
SM
8962 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8963 timer (bug#14156).
8964
e3e7b504
NF
89652013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
8966
8967 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8968 declaration.
8969
201bb296
LL
89702013-04-07 Leo Liu <sdl.web@gmail.com>
8971
8972 * pcmpl-x.el: New file.
8973
ebb19708
DA
89742013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
8975
8976 Do not set x-display-name until X connection is established.
8977 This is needed to prevent from weird situation described at
8978 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8979 * frame.el (make-frame): Set x-display-name after call to
8980 window system initialization function, not before.
8981 * term/x-win.el (x-initialize-window-system): Add optional
8982 display argument and use it.
8983 * term/w32-win.el (w32-initialize-window-system):
8984 * term/ns-win.el (ns-initialize-window-system):
8985 * term/pc-win.el (msdos-initialize-window-system):
8986 Add compatible optional display argument.
8987
33bb237a
EZ
89882013-04-06 Eli Zaretskii <eliz@gnu.org>
8989
8990 * files.el (normal-backup-enable-predicate): On MS-Windows and
8991 MS-DOS compare truenames of temporary-file-directory and of the
8992 file, so that 8+3 aliases (usually found in $TEMP on Windows)
8993 don't fail comparison by compare-strings. Also, compare file
8994 names case-insensitively on MS-Windows and MS-DOS.
8995
134abf1f
SM
89962013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8999 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9000
d695cb94
DG
90012013-04-05 Dmitry Gutov <dgutov@yandex.ru>
9002
e3e7b504
NF
9003 * whitespace.el (whitespace-color-on, whitespace-color-off):
9004 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 9005
f4ad7ea1 90062013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
9007
9008 * ispell.el (ispell-set-spellchecker-params):
9009 Really set `ispell-args' for all equivs.
9010
632556e4
SM
90112013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * ido.el (ido-completions): Use extra elements of ido-decorations
9014 (bug#14143).
9015 (ido-decorations): Update docstring.
9016
2a417372
MA
90172013-04-05 Michael Albinus <michael.albinus@gmx.de>
9018
9019 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9020 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9021 nil during initialization, in order not to miss changes since the
9022 file was opened. (Bug#14140)
9023
fc164b0c
LL
90242013-04-05 Leo Liu <sdl.web@gmail.com>
9025
9026 * kmacro.el (kmacro-call-macro): Fix bug#14135.
9027
0ccecc08
JB
90282013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
9029
9030 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9031
51af1aa2
GM
90322013-04-04 Glenn Morris <rgm@gnu.org>
9033
9034 * electric.el (electric-pair-inhibit-predicate): Add :version.
9035
b208ebc6
SM
90362013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9039 when a package is required several times (bug#14082).
9040
f3d3eaf0
RW
90412013-04-04 Roland Winkler <winkler@gnu.org>
9042
9043 * faces.el (read-face-name): Behave as promised by the docstring.
9044 Assume that arg default is a list of faces.
9045 (describe-face): Call read-face-name with list of default faces.
9046
2575da50
TV
90472013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9048
9049 * bookmark.el: Fix deletion of bookmarks (bug#13972).
9050 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9051 (bookmark-bmenu-execute-deletions): Only skip first line if it's
9052 the header.
9053 (bookmark-exit-hook-internal): Save even if list is empty.
9054
397703b4
YH
90552013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
9056
9057 * emacs-lisp/package.el (package-pinned-packages): New var.
9058 (package--add-to-archive-contents): Obey it (bug#14118).
9059
691e26ae
AM
90602013-04-03 Alan Mackenzie <acm@muc.de>
9061
8a621d53
JB
9062 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9063 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
9064
9065 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9066 parameter `not-in-delimiter'. Handle being inside comment opener.
9067 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9068 character in case we're typing a '*' after a '/'.
9069 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9070 instead by passing the parameter to c-state-pp-to-literal.
9071
9072 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9073 for elt. 7 of a parse state.
9074
4b725a70
PE
90752013-04-01 Paul Eggert <eggert@cs.ucla.edu>
9076
9077 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9078 * international/latin1-disp.el, international/mule-util.el:
9079 * language/cyril-util.el, language/european.el, language/ind-util.el:
9080 * language/lao-util.el, language/thai.el, language/tibet-util.el:
9081 * language/tibetan.el, language/viet-util.el:
9082 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9083
15c579f0
SM
90842013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9087 (electric-pair-post-self-insert-function): Use it.
9088 (electric-pair-default-inhibit): New function, extracted from
9089 electric-pair-post-self-insert-function.
9090
a77e2924
RW
90912013-03-31 Roland Winkler <winkler@gnu.org>
9092
9093 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9094
2bd8a4a8
SM
90952013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9098
8d3655be 90992013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
9100
9101 Un-indent after "pass" and "return" statements (Bug#13888)
9102 * progmodes/python.el (python-indent-block-enders): New var.
9103 (python-indent-calculate-indentation): Use it.
9104
8d3655be 91052013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
9106
9107 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9108 defun. Defining it as defalias could introduce too eager
9109 byte-compiler optimization. (Bug#14030)
9110
8d3655be 91112013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
9112
9113 * iswitchb.el (iswitchb-read-buffer): Fix typo.
9114
0b1619da
LL
91152013-03-30 Leo Liu <sdl.web@gmail.com>
9116
9117 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9118 (kmacro-execute-from-register): Pass the keyboard macro to
9119 kmacro-call-macro or repeating won't work correctly.
9120
0b938190
TZ
91212013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
9122
9123 * progmodes/subword.el: Back to using `forward-symbol'.
9124
9125 * subr.el (forward-whitespace, forward-symbol)
9126 (forward-same-syntax): Move from thingatpt.el.
9127
35710234
LL
91282013-03-29 Leo Liu <sdl.web@gmail.com>
9129
9130 * kmacro.el (kmacro-to-register): New command.
9131 (kmacro-execute-from-register): New function.
9132 (kmacro-keymap): Bind to 'x'. (Bug#14071)
9133
efc0bb73
SM
91342013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9135
9136 * mpc.el: Use defvar-local and setq-local.
9137 (mpc--proc-connect): Connection failures are not bugs.
9138 (mpc-mode-map): `follow-link' only applies to the buffer's content.
9139 (mpc-volume-map): Bind to the up-events.
9140
75a2f981
TZ
91412013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9142
9143 * progmodes/subword.el (superword-mode): Use `forward-sexp'
9144 instead of `forward-symbol'.
9145
17c781d1
SM
91462013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9147
9148 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9149 (edebug--recursive-edit): Use it.
9150 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9151 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9152
f67bfbcf
LL
91532013-03-28 Leo Liu <sdl.web@gmail.com>
9154
9155 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
9156
b59f639d
EZ
91572013-03-27 Eli Zaretskii <eliz@gnu.org>
9158
9159 * facemenu.el (list-colors-callback): New defvar.
9160 (list-colors-redisplay): New function.
9161 (list-colors-display): Install list-colors-redisplay as the
9162 revert-buffer-function. (Bug#14063)
9163
f557c1b1
SM
91642013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9165
b1da2957
SM
9166 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9167 and suffixes don't overlap (bug#14061).
9168
f557c1b1
SM
9169 * case-table.el: Use lexical-binding.
9170 (case-table-get-table): New function.
9171 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
9172
002668e1
TZ
91732013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9174
9175 * progmodes/subword.el: Add `superword-mode' to do word motion
9176 over symbol_words (parallels and leverages `subword-mode' which
9177 does word motion inside MixedCaseWords).
9178
73572c72
AG
91792013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
9180
78b8f320 9181 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 9182 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 9183
69b2c07e
SM
91842013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
9187 Change return value to be a sexp. Delay `get-buffer' to after
9188 restoring the desktop (bug#13951).
9189
08bb5ee2
LL
91902013-03-26 Leo Liu <sdl.web@gmail.com>
9191
9192 * register.el: Move semantic tag handling back to
9193 cedet/semantic/senator.el. (Bug#14052)
9194
8d4c974e
SM
91952013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
9198 into the prompt either (bug#13963).
9199
b234d92c
SM
92002013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
9203 part of "(error-foo)".
9204
ddfa3cb4
JL
92052013-03-24 Juri Linkov <juri@jurta.org>
9206
9207 * replace.el (list-matching-lines-prefix-face): New defcustom.
9208 (occur-1): Pass `list-matching-lines-prefix-face' to the function
9209 `occur-engine' if `face-differs-from-default-p' returns t.
9210 (occur-engine): Add `,' inside backquote construct to evaluate
9211 `prefix-face'. Propertize the prefix with the `prefix-face' face.
9212 Pass `prefix-face' to the functions `occur-context-lines' and
9213 `occur-engine-add-prefix'.
9214 (occur-engine-add-prefix, occur-context-lines): Add optional arg
9215 `prefix-face' and propertize the prefix with `prefix-face'.
9216 (Bug#14017)
9217
7b0e2f85
LL
92182013-03-24 Leo Liu <sdl.web@gmail.com>
9219
9220 * nxml/rng-valid.el (rng-validate-while-idle)
9221 (rng-validate-quick-while-idle): Guard against deleted buffer.
9222 (Bug#13999)
9223
9224 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
9225 is the last entry in kill-buffer-hook.
9226
9227 * files.el (kill-buffer-hook): Doc fix.
9228
b3082f49
DG
92292013-03-23 Dmitry Gutov <dgutov@yandex.ru>
9230
b234d92c
SM
9231 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
9232 Make it safe-local.
bde73d27 9233
b3082f49
DG
9234 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
9235
a320a2db
LL
92362013-03-23 Leo Liu <sdl.web@gmail.com>
9237
7e74b0fb
LL
9238 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
9239 Remove.
9240
9241 * nxml/rng-valid.el (rng-validate-mode)
9242 (rng-after-change-function, rng-do-some-validation):
9243 * nxml/rng-maint.el (rng-validate-buffer):
9244 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
9245 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
9246 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
9247 (nxml-extend-after-change-region): Use with-silent-modifications.
9248
a320a2db
LL
9249 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
9250 timer-idle-list.
9251
9252 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
9253 (rng-next-error-1, rng-previous-error-1): Do not let-bind
9254 timer-idle-list. (Bug#13999)
9255
e38e6780
JL
92562013-03-23 Juri Linkov <juri@jurta.org>
9257
9258 * info.el (info-index-match): New face.
9259 (Info-index, Info-apropos-matches): Add a nested subgroup to the
9260 main pattern and add text properties with the new face to matches
9261 in index entries relative to the beginning of the index entry.
9262 (Bug#14015)
9263
e8cc7880
DE
92642013-03-21 Eric Ludlam <zappo@gnu.org>
9265
9266 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
9267 Inhibit read only while inserting objects.
9268
9bb0d822
TZ
92692013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
9270
9271 * progmodes/cfengine.el: Update docs to mention
9272 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9273 symbol motion. Remove "_" from the word syntax.
9274
aa703640
TZ
92752013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9276
9277 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9278 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9279
afff09d0
JL
92802013-03-20 Juri Linkov <juri@jurta.org>
9281
9282 * info.el (Info-next-reference-or-link)
9283 (Info-prev-reference-or-link): New functions.
9284 (Info-next-reference, Info-prev-reference): Use them.
9285 (Info-try-follow-nearest-node): Handle footnote navigation.
9286 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9287
9a1ff164
SM
92882013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9291 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9292
2667d15d
PE
92932013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9294
9295 Suppress unnecessary non-ASCII chatter during build process.
9296 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9297 (batch-skkdic-convert): Suppress most of the chatter.
9298 It's not needed so much now that machines are faster,
9299 and its non-ASCII component was confusing; see Dmitry Gutov in
9300 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9301
438b0579
LL
93022013-03-20 Leo Liu <sdl.web@gmail.com>
9303
9304 * ido.el (ido-chop): Fix bug#10994.
9305
c128ab07
DG
93062013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9307
9308 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9309 Remove vars.
9a1ff164
SM
9310 (whitespace-color-on, whitespace-color-off):
9311 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 9312
0e6008c5
SM
93132013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9316 remapping in mode-line.
9317 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9318
627b52b0
DG
93192013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9320
9321 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9322 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
9323 (whitespace-font-lock-keywords): Change description.
9324 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9325 the constructed keywords instead.
9326 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 9327
50c3a20b
LL
93282013-03-19 Leo Liu <sdl.web@gmail.com>
9329
9330 * progmodes/compile.el (compilation-display-error): New command.
9331 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9332 C-o. (Bug#13992)
9333
2aa2157b
PE
93342013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9335
9336 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9337
e477dbfa
JD
93382013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9339
9340 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9341
64ab82d1
MA
93422013-03-18 Michael Albinus <michael.albinus@gmx.de>
9343
9344 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9345
9346 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9347 * net/tramp-gvfs.el (top):
9348 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9349 (tramp-handle-shell-command): Use it.
9350 (tramp-dissect-file-name): Raise an error when hostname is a
9351 method name, and neither method nor user is specified.
9352
9353 * net/trampver.el: Update release number.
9354
33cef733
LL
93552013-03-18 Leo Liu <sdl.web@gmail.com>
9356
9357 Make sure eldoc can be turned off properly.
9358 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9359 eldoc-mode.
9360 (eldoc-display-message-p): Revert last change.
9361 (eldoc-display-message-no-interference-p)
9362 (eldoc-print-current-symbol-info): Tweak.
9363
2167b7b2
TH
93642013-03-18 Tassilo Horn <tsdh@gnu.org>
9365
9366 * doc-view.el (doc-view-new-window-function): Check the new window
9367 overlay's display property instead the char property of the
9368 buffer's first char. Use `with-selected-window' instead of
9369 `save-window-excursion' with `select-window'.
9370 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 9371 display property instead the char property of the buffer's first char.
2167b7b2 9372
982efbcd
PE
93732013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9374
9375 Automate the build of ja-dic.el (Bug#13984).
9376 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9377 from the input, rather than assume that it's been done for us by the
9378 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9379 the current date into a ja-dic.el comment, as that complicates
9380 regression testing.
9381
2fcc7665
SM
93822013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * whitespace.el: Fix double evaluation.
9385 (whitespace-space, whitespace-hspace, whitespace-tab)
9386 (whitespace-newline, whitespace-trailing, whitespace-line)
9387 (whitespace-space-before-tab, whitespace-indentation)
9388 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9389 obsolete defvars.
9390 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9391 (whitespace-color-on): Use a single font-lock-add-keywords call.
9392 Fix double-evaluation of face variables.
9393
67c0a6e6
MA
93942013-03-17 Michael Albinus <michael.albinus@gmx.de>
9395
2fcc7665
SM
9396 * net/tramp-adb.el (tramp-adb-parse-device-names):
9397 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 9398 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 9399
69489f1d
LL
94002013-03-17 Leo Liu <sdl.web@gmail.com>
9401
9402 Extend eldoc to display info in the mode-line. (Bug#13978)
9403 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9404 (eldoc-mode-line-string): New variable.
9405 (eldoc-minibuffer-message): New function.
9406 (eldoc-message-function): New variable.
9407 (eldoc-message): Use it.
9408 (eldoc-display-message-p)
2fcc7665
SM
9409 (eldoc-display-message-no-interference-p):
9410 Support eldoc-post-insert-mode.
69489f1d
LL
9411
9412 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9413 (eval-expression): Run it.
9414
9c44569e
RW
94152013-03-17 Roland Winkler <winkler@gnu.org>
9416
9417 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9418 strings in the list of return values.
9419
327f1f6f
JB
94202013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9421
9422 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9423 radix before checking for HMS forms.
9424
67ed8fcd
LL
94252013-03-16 Leo Liu <sdl.web@gmail.com>
9426
9427 * progmodes/scheme.el: Add indentation and font-locking for λ.
9428 (Bug#13975)
9429
78be8b64 94302013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
9431
9432 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9433 token before point (bug#13942).
9434
78be8b64 94352013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 9436
95b43468 9437 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 9438
98e775e6
EZ
94392013-03-16 Eli Zaretskii <eliz@gnu.org>
9440
9441 * startup.el (command-line-normalize-file-name): Fix handling of
9442 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9443 <xfq.free@gmail.com> in
9444 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9445
2edd6029
MA
94462013-03-15 Michael Albinus <michael.albinus@gmx.de>
9447
9448 Sync with Tramp 2.2.7.
9449
9450 * net/trampver.el: Update release number.
9451
d35f5864
TH
94522013-03-14 Tassilo Horn <tsdh@gnu.org>
9453
e903c210 9454 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
9455 (doc-view-insert-image): Don't modify overlay associated to
9456 non-live windows, and implement horizontal centering of image in
9457 case it's smaller than the window.
9458 (doc-view-new-window-function): Force redisplay of new windows on
9459 doc-view buffers.
d35f5864 9460
1c4a85ed
KF
94612013-03-13 Karl Fogel <kfogel@red-bean.com>
9462
9463 * saveplace.el (save-place-alist-to-file): Don't sort
9464 `save-place-alist', just pretty-print it (bug#13882).
9465
85b66a21
MA
94662013-03-13 Michael Albinus <michael.albinus@gmx.de>
9467
a020afb9
JB
9468 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9469 Check whether `default-file-name-coding-system' is bound.
9470 It isn't in XEmacs.
85b66a21 9471
175600da
SM
94722013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9473
e7f7cb1a
SM
9474 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9475 backquotes for `obsolete' (bug#13929).
9476
175600da
SM
9477 * international/mule.el (find-auto-coding): Include file name in
9478 obsolescence warning (bug#13922).
9479
ca68a22e
TZ
94802013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9481
9482 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9483 for CFEngine 3-specific indentation.
9484 (cfengine3-indent-line): Use it. Fix up category regex.
9485 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9486
940e5099
SM
94872013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * type-break.el (type-break-file-name):
9490 * textmodes/remember.el (remember-data-file):
9491 * strokes.el (strokes-file):
9492 * shadowfile.el (shadow-initialize):
9493 * saveplace.el (save-place-file):
9494 * ps-bdf.el (bdf-cache-file):
9495 * progmodes/idlwave.el (idlwave-config-directory):
9496 * net/quickurl.el (quickurl-url-file):
9497 * international/kkc.el (kkc-init-file-name):
9498 * ido.el (ido-save-directory-list-file):
9499 * emulation/viper.el (viper-custom-file-name):
9500 * emulation/vip.el (vip-startup-file):
9501 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9502 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9503
cc725808
PE
95042013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9505
9506 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9507 * language/thai-word.el: Switch to UTF-8.
9508
a020afb9 9509See ChangeLog.16 for earlier changes.
e3d51b27
MR
9510
9511;; Local Variables:
9512;; coding: utf-8
e3d51b27
MR
9513;; End:
9514
ab422c4d 9515 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
9516
9517 This file is part of GNU Emacs.
9518
9519 GNU Emacs is free software: you can redistribute it and/or modify
9520 it under the terms of the GNU General Public License as published by
9521 the Free Software Foundation, either version 3 of the License, or
9522 (at your option) any later version.
9523
9524 GNU Emacs is distributed in the hope that it will be useful,
9525 but WITHOUT ANY WARRANTY; without even the implied warranty of
9526 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9527 GNU General Public License for more details.
9528
9529 You should have received a copy of the GNU General Public License
9530 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.